@cds/core
Version:
Clarity Design System - common components, themes, and utilties
690 lines (689 loc) • 39 kB
JSON
{
"name": "@cds/core",
"license": "MIT",
"author": "clarity",
"description": "Clarity Design System - common components, themes, and utilties",
"homepage": "https://core.clarity.design",
"customElements": "./custom-elements.json",
"keywords": [
"web component",
"design system",
"clarity",
"ui"
],
"repository": {
"type": "git",
"url": "https://github.com/vmware-clarity/core.git"
},
"bugs": {
"url": "https://github.com/vmware-clarity/core/issues"
},
"main": "./index.js",
"module": "./index.js",
"typings": "./index.d.ts",
"type": "module",
"files": [
"*"
],
"dependencies": {
"lit": "^2.1.3",
"ramda": "^0.29.0",
"tslib": "^2.3.1"
},
"optionalDependencies": {
"@cds/city": "^1.1.0",
"modern-normalize": "1.1.0"
},
"sideEffects": [
"./accordion/register.js",
"./alert/register.js",
"./badge/register.js",
"./breadcrumb/register.js",
"./button-action/register.js",
"./button-expand/register.js",
"./button-handle/register.js",
"./button-inline/register.js",
"./button-sort/register.js",
"./button/register.js",
"./card/register.js",
"./checkbox/register.js",
"./datalist/register.js",
"./date/register.js",
"./divider/register.js",
"./dropdown/register.js",
"./file/register.js",
"./forms/register.js",
"./grid/register.js",
"./icon/register.js",
"./input/register.js",
"./internal-components/close-button/register.js",
"./internal-components/overlay/register.js",
"./internal-components/panel/register.js",
"./internal-components/popup/register.js",
"./internal-components/split-handle/register.js",
"./internal-components/visual-checkbox/register.js",
"./modal/register.js",
"./navigation/register.js",
"./pagination/register.js",
"./password/register.js",
"./progress-circle/register.js",
"./radio/register.js",
"./range/register.js",
"./search/register.js",
"./select/register.js",
"./selection-panels/checkbox/register.js",
"./selection-panels/radio/register.js",
"./signpost/register.js",
"./tag/register.js",
"./test-dropdown/register.js",
"./textarea/register.js",
"./time/register.js",
"./toggle/register.js",
"./tree-view/register.js",
"./polyfills/aria-reflect.js",
"./polyfills/at.js",
"./polyfills/index.js"
],
"exports": {
"./package.json": "./package.json",
"./custom-elements.json": "./custom-elements.json",
"./accordion": "./accordion/index.js",
"./alert": "./alert/index.js",
"./badge": "./badge/index.js",
"./breadcrumb": "./breadcrumb/index.js",
"./button-action": "./button-action/index.js",
"./button-expand": "./button-expand/index.js",
"./button-handle": "./button-handle/index.js",
"./button-inline": "./button-inline/index.js",
"./button-sort": "./button-sort/index.js",
"./button": "./button/index.js",
"./card": "./card/index.js",
"./checkbox": "./checkbox/index.js",
"./datalist": "./datalist/index.js",
"./date": "./date/index.js",
"./demo": "./demo/index.js",
"./divider": "./divider/index.js",
"./dropdown": "./dropdown/index.js",
"./file": "./file/index.js",
"./forms": "./forms/index.js",
"./grid": "./grid/index.js",
"./icon": "./icon/index.js",
".": "./index.js",
"./input": "./input/index.js",
"./internal-components/close-button": "./internal-components/close-button/index.js",
"./internal-components/overlay": "./internal-components/overlay/index.js",
"./internal-components/panel": "./internal-components/panel/index.js",
"./internal-components/popup": "./internal-components/popup/index.js",
"./internal-components/split-handle": "./internal-components/split-handle/index.js",
"./internal-components/visual-checkbox": "./internal-components/visual-checkbox/index.js",
"./internal": "./internal/index.js",
"./modal": "./modal/index.js",
"./navigation": "./navigation/index.js",
"./pagination": "./pagination/index.js",
"./password": "./password/index.js",
"./polyfills": "./polyfills/index.js",
"./progress-circle": "./progress-circle/index.js",
"./radio": "./radio/index.js",
"./range": "./range/index.js",
"./search": "./search/index.js",
"./select": "./select/index.js",
"./selection-panels/checkbox": "./selection-panels/checkbox/index.js",
"./selection-panels/radio": "./selection-panels/radio/index.js",
"./signpost": "./signpost/index.js",
"./tag": "./tag/index.js",
"./test-dropdown": "./test-dropdown/index.js",
"./test": "./test/index.js",
"./textarea": "./textarea/index.js",
"./time": "./time/index.js",
"./toggle": "./toggle/index.js",
"./tree-view": "./tree-view/index.js",
"./accordion/register.js": "./accordion/register.js",
"./accordion/register": "./accordion/register.js",
"./alert/register.js": "./alert/register.js",
"./alert/register": "./alert/register.js",
"./badge/register.js": "./badge/register.js",
"./badge/register": "./badge/register.js",
"./breadcrumb/register.js": "./breadcrumb/register.js",
"./breadcrumb/register": "./breadcrumb/register.js",
"./button-action/register.js": "./button-action/register.js",
"./button-action/register": "./button-action/register.js",
"./button-expand/register.js": "./button-expand/register.js",
"./button-expand/register": "./button-expand/register.js",
"./button-handle/register.js": "./button-handle/register.js",
"./button-handle/register": "./button-handle/register.js",
"./button-inline/register.js": "./button-inline/register.js",
"./button-inline/register": "./button-inline/register.js",
"./button-sort/register.js": "./button-sort/register.js",
"./button-sort/register": "./button-sort/register.js",
"./button/register.js": "./button/register.js",
"./button/register": "./button/register.js",
"./card/register.js": "./card/register.js",
"./card/register": "./card/register.js",
"./checkbox/register.js": "./checkbox/register.js",
"./checkbox/register": "./checkbox/register.js",
"./datalist/register.js": "./datalist/register.js",
"./datalist/register": "./datalist/register.js",
"./date/register.js": "./date/register.js",
"./date/register": "./date/register.js",
"./divider/register.js": "./divider/register.js",
"./divider/register": "./divider/register.js",
"./dropdown/register.js": "./dropdown/register.js",
"./dropdown/register": "./dropdown/register.js",
"./file/register.js": "./file/register.js",
"./file/register": "./file/register.js",
"./forms/register.js": "./forms/register.js",
"./forms/register": "./forms/register.js",
"./grid/register.js": "./grid/register.js",
"./grid/register": "./grid/register.js",
"./icon/register.js": "./icon/register.js",
"./icon/register": "./icon/register.js",
"./input/register.js": "./input/register.js",
"./input/register": "./input/register.js",
"./internal-components/close-button/register.js": "./internal-components/close-button/register.js",
"./internal-components/close-button/register": "./internal-components/close-button/register.js",
"./internal-components/overlay/register.js": "./internal-components/overlay/register.js",
"./internal-components/overlay/register": "./internal-components/overlay/register.js",
"./internal-components/panel/register.js": "./internal-components/panel/register.js",
"./internal-components/panel/register": "./internal-components/panel/register.js",
"./internal-components/popup/register.js": "./internal-components/popup/register.js",
"./internal-components/popup/register": "./internal-components/popup/register.js",
"./internal-components/split-handle/register.js": "./internal-components/split-handle/register.js",
"./internal-components/split-handle/register": "./internal-components/split-handle/register.js",
"./internal-components/visual-checkbox/register.js": "./internal-components/visual-checkbox/register.js",
"./internal-components/visual-checkbox/register": "./internal-components/visual-checkbox/register.js",
"./modal/register.js": "./modal/register.js",
"./modal/register": "./modal/register.js",
"./navigation/register.js": "./navigation/register.js",
"./navigation/register": "./navigation/register.js",
"./pagination/register.js": "./pagination/register.js",
"./pagination/register": "./pagination/register.js",
"./password/register.js": "./password/register.js",
"./password/register": "./password/register.js",
"./progress-circle/register.js": "./progress-circle/register.js",
"./progress-circle/register": "./progress-circle/register.js",
"./radio/register.js": "./radio/register.js",
"./radio/register": "./radio/register.js",
"./range/register.js": "./range/register.js",
"./range/register": "./range/register.js",
"./search/register.js": "./search/register.js",
"./search/register": "./search/register.js",
"./select/register.js": "./select/register.js",
"./select/register": "./select/register.js",
"./selection-panels/checkbox/register.js": "./selection-panels/checkbox/register.js",
"./selection-panels/checkbox/register": "./selection-panels/checkbox/register.js",
"./selection-panels/radio/register.js": "./selection-panels/radio/register.js",
"./selection-panels/radio/register": "./selection-panels/radio/register.js",
"./signpost/register.js": "./signpost/register.js",
"./signpost/register": "./signpost/register.js",
"./tag/register.js": "./tag/register.js",
"./tag/register": "./tag/register.js",
"./test-dropdown/register.js": "./test-dropdown/register.js",
"./test-dropdown/register": "./test-dropdown/register.js",
"./textarea/register.js": "./textarea/register.js",
"./textarea/register": "./textarea/register.js",
"./time/register.js": "./time/register.js",
"./time/register": "./time/register.js",
"./toggle/register.js": "./toggle/register.js",
"./toggle/register": "./toggle/register.js",
"./tree-view/register.js": "./tree-view/register.js",
"./tree-view/register": "./tree-view/register.js",
"./icon/shapes/accessibility-1.js": "./icon/shapes/accessibility-1.js",
"./icon/shapes/accessibility-2.js": "./icon/shapes/accessibility-2.js",
"./icon/shapes/add-text.js": "./icon/shapes/add-text.js",
"./icon/shapes/administrator.js": "./icon/shapes/administrator.js",
"./icon/shapes/airplane.js": "./icon/shapes/airplane.js",
"./icon/shapes/alarm-clock.js": "./icon/shapes/alarm-clock.js",
"./icon/shapes/alarm-off.js": "./icon/shapes/alarm-off.js",
"./icon/shapes/align-bottom.js": "./icon/shapes/align-bottom.js",
"./icon/shapes/align-center.js": "./icon/shapes/align-center.js",
"./icon/shapes/align-left-text.js": "./icon/shapes/align-left-text.js",
"./icon/shapes/align-left.js": "./icon/shapes/align-left.js",
"./icon/shapes/align-middle.js": "./icon/shapes/align-middle.js",
"./icon/shapes/align-right-text.js": "./icon/shapes/align-right-text.js",
"./icon/shapes/align-right.js": "./icon/shapes/align-right.js",
"./icon/shapes/align-top.js": "./icon/shapes/align-top.js",
"./icon/shapes/angle-double.js": "./icon/shapes/angle-double.js",
"./icon/shapes/angle.js": "./icon/shapes/angle.js",
"./icon/shapes/animation.js": "./icon/shapes/animation.js",
"./icon/shapes/announcement.js": "./icon/shapes/announcement.js",
"./icon/shapes/application.js": "./icon/shapes/application.js",
"./icon/shapes/applications.js": "./icon/shapes/applications.js",
"./icon/shapes/archive.js": "./icon/shapes/archive.js",
"./icon/shapes/arrow-mini.js": "./icon/shapes/arrow-mini.js",
"./icon/shapes/arrow.js": "./icon/shapes/arrow.js",
"./icon/shapes/assign-user.js": "./icon/shapes/assign-user.js",
"./icon/shapes/asterisk.js": "./icon/shapes/asterisk.js",
"./icon/shapes/atom.js": "./icon/shapes/atom.js",
"./icon/shapes/axis-chart.js": "./icon/shapes/axis-chart.js",
"./icon/shapes/backup-restore.js": "./icon/shapes/backup-restore.js",
"./icon/shapes/backup.js": "./icon/shapes/backup.js",
"./icon/shapes/balance.js": "./icon/shapes/balance.js",
"./icon/shapes/ban.js": "./icon/shapes/ban.js",
"./icon/shapes/bank.js": "./icon/shapes/bank.js",
"./icon/shapes/bar-chart.js": "./icon/shapes/bar-chart.js",
"./icon/shapes/bar-code.js": "./icon/shapes/bar-code.js",
"./icon/shapes/bars.js": "./icon/shapes/bars.js",
"./icon/shapes/battery.js": "./icon/shapes/battery.js",
"./icon/shapes/bell-curve.js": "./icon/shapes/bell-curve.js",
"./icon/shapes/bell.js": "./icon/shapes/bell.js",
"./icon/shapes/beta.js": "./icon/shapes/beta.js",
"./icon/shapes/bicycle.js": "./icon/shapes/bicycle.js",
"./icon/shapes/birthday-cake.js": "./icon/shapes/birthday-cake.js",
"./icon/shapes/bitcoin.js": "./icon/shapes/bitcoin.js",
"./icon/shapes/block-quote.js": "./icon/shapes/block-quote.js",
"./icon/shapes/block.js": "./icon/shapes/block.js",
"./icon/shapes/blocks-group.js": "./icon/shapes/blocks-group.js",
"./icon/shapes/bluetooth-off.js": "./icon/shapes/bluetooth-off.js",
"./icon/shapes/bluetooth.js": "./icon/shapes/bluetooth.js",
"./icon/shapes/boat.js": "./icon/shapes/boat.js",
"./icon/shapes/bold.js": "./icon/shapes/bold.js",
"./icon/shapes/bolt.js": "./icon/shapes/bolt.js",
"./icon/shapes/book.js": "./icon/shapes/book.js",
"./icon/shapes/bookmark.js": "./icon/shapes/bookmark.js",
"./icon/shapes/box-plot.js": "./icon/shapes/box-plot.js",
"./icon/shapes/briefcase.js": "./icon/shapes/briefcase.js",
"./icon/shapes/bubble-chart.js": "./icon/shapes/bubble-chart.js",
"./icon/shapes/bubble-exclamation.js": "./icon/shapes/bubble-exclamation.js",
"./icon/shapes/bug.js": "./icon/shapes/bug.js",
"./icon/shapes/building.js": "./icon/shapes/building.js",
"./icon/shapes/bullet-list.js": "./icon/shapes/bullet-list.js",
"./icon/shapes/bullseye.js": "./icon/shapes/bullseye.js",
"./icon/shapes/bundle.js": "./icon/shapes/bundle.js",
"./icon/shapes/calculator.js": "./icon/shapes/calculator.js",
"./icon/shapes/calendar-mini.js": "./icon/shapes/calendar-mini.js",
"./icon/shapes/calendar.js": "./icon/shapes/calendar.js",
"./icon/shapes/camera.js": "./icon/shapes/camera.js",
"./icon/shapes/campervan.js": "./icon/shapes/campervan.js",
"./icon/shapes/canoe.js": "./icon/shapes/canoe.js",
"./icon/shapes/capacitor.js": "./icon/shapes/capacitor.js",
"./icon/shapes/car.js": "./icon/shapes/car.js",
"./icon/shapes/caravan.js": "./icon/shapes/caravan.js",
"./icon/shapes/castle.js": "./icon/shapes/castle.js",
"./icon/shapes/cd-dvd.js": "./icon/shapes/cd-dvd.js",
"./icon/shapes/center-text.js": "./icon/shapes/center-text.js",
"./icon/shapes/certificate.js": "./icon/shapes/certificate.js",
"./icon/shapes/chat-bubble.js": "./icon/shapes/chat-bubble.js",
"./icon/shapes/check-circle-mini.js": "./icon/shapes/check-circle-mini.js",
"./icon/shapes/check-circle.js": "./icon/shapes/check-circle.js",
"./icon/shapes/check-mini.js": "./icon/shapes/check-mini.js",
"./icon/shapes/check.js": "./icon/shapes/check.js",
"./icon/shapes/checkbox-list.js": "./icon/shapes/checkbox-list.js",
"./icon/shapes/child-arrow.js": "./icon/shapes/child-arrow.js",
"./icon/shapes/ci-cd.js": "./icon/shapes/ci-cd.js",
"./icon/shapes/circle-arrow.js": "./icon/shapes/circle-arrow.js",
"./icon/shapes/circle.js": "./icon/shapes/circle.js",
"./icon/shapes/clipboard.js": "./icon/shapes/clipboard.js",
"./icon/shapes/clock.js": "./icon/shapes/clock.js",
"./icon/shapes/clone.js": "./icon/shapes/clone.js",
"./icon/shapes/cloud-chart.js": "./icon/shapes/cloud-chart.js",
"./icon/shapes/cloud-network.js": "./icon/shapes/cloud-network.js",
"./icon/shapes/cloud-scale.js": "./icon/shapes/cloud-scale.js",
"./icon/shapes/cloud-traffic.js": "./icon/shapes/cloud-traffic.js",
"./icon/shapes/cloud.js": "./icon/shapes/cloud.js",
"./icon/shapes/cluster.js": "./icon/shapes/cluster.js",
"./icon/shapes/code.js": "./icon/shapes/code.js",
"./icon/shapes/cog.js": "./icon/shapes/cog.js",
"./icon/shapes/coin-bag.js": "./icon/shapes/coin-bag.js",
"./icon/shapes/collapse-card.js": "./icon/shapes/collapse-card.js",
"./icon/shapes/color-palette.js": "./icon/shapes/color-palette.js",
"./icon/shapes/color-picker.js": "./icon/shapes/color-picker.js",
"./icon/shapes/compass.js": "./icon/shapes/compass.js",
"./icon/shapes/computer.js": "./icon/shapes/computer.js",
"./icon/shapes/connect.js": "./icon/shapes/connect.js",
"./icon/shapes/container-group.js": "./icon/shapes/container-group.js",
"./icon/shapes/container-volume.js": "./icon/shapes/container-volume.js",
"./icon/shapes/container.js": "./icon/shapes/container.js",
"./icon/shapes/contract.js": "./icon/shapes/contract.js",
"./icon/shapes/control-lun.js": "./icon/shapes/control-lun.js",
"./icon/shapes/copy-to-clipboard.js": "./icon/shapes/copy-to-clipboard.js",
"./icon/shapes/copy.js": "./icon/shapes/copy.js",
"./icon/shapes/cpu.js": "./icon/shapes/cpu.js",
"./icon/shapes/credit-card.js": "./icon/shapes/credit-card.js",
"./icon/shapes/crosshairs.js": "./icon/shapes/crosshairs.js",
"./icon/shapes/crown.js": "./icon/shapes/crown.js",
"./icon/shapes/cursor-arrow.js": "./icon/shapes/cursor-arrow.js",
"./icon/shapes/cursor-hand-click.js": "./icon/shapes/cursor-hand-click.js",
"./icon/shapes/cursor-hand-grab.js": "./icon/shapes/cursor-hand-grab.js",
"./icon/shapes/cursor-hand-open.js": "./icon/shapes/cursor-hand-open.js",
"./icon/shapes/cursor-hand.js": "./icon/shapes/cursor-hand.js",
"./icon/shapes/cursor-move.js": "./icon/shapes/cursor-move.js",
"./icon/shapes/curve-chart.js": "./icon/shapes/curve-chart.js",
"./icon/shapes/dashboard.js": "./icon/shapes/dashboard.js",
"./icon/shapes/data-cluster.js": "./icon/shapes/data-cluster.js",
"./icon/shapes/deploy.js": "./icon/shapes/deploy.js",
"./icon/shapes/detail-collapse.js": "./icon/shapes/detail-collapse.js",
"./icon/shapes/detail-expand.js": "./icon/shapes/detail-expand.js",
"./icon/shapes/details.js": "./icon/shapes/details.js",
"./icon/shapes/devices.js": "./icon/shapes/devices.js",
"./icon/shapes/digital-signature.js": "./icon/shapes/digital-signature.js",
"./icon/shapes/disconnect.js": "./icon/shapes/disconnect.js",
"./icon/shapes/display.js": "./icon/shapes/display.js",
"./icon/shapes/dollar-bill.js": "./icon/shapes/dollar-bill.js",
"./icon/shapes/dollar.js": "./icon/shapes/dollar.js",
"./icon/shapes/dot-circle.js": "./icon/shapes/dot-circle.js",
"./icon/shapes/download-cloud.js": "./icon/shapes/download-cloud.js",
"./icon/shapes/download.js": "./icon/shapes/download.js",
"./icon/shapes/drag-handle-corner.js": "./icon/shapes/drag-handle-corner.js",
"./icon/shapes/drag-handle.js": "./icon/shapes/drag-handle.js",
"./icon/shapes/e-check.js": "./icon/shapes/e-check.js",
"./icon/shapes/ellipsis-horizontal.js": "./icon/shapes/ellipsis-horizontal.js",
"./icon/shapes/ellipsis-vertical.js": "./icon/shapes/ellipsis-vertical.js",
"./icon/shapes/employee-group.js": "./icon/shapes/employee-group.js",
"./icon/shapes/employee.js": "./icon/shapes/employee.js",
"./icon/shapes/envelope.js": "./icon/shapes/envelope.js",
"./icon/shapes/eraser.js": "./icon/shapes/eraser.js",
"./icon/shapes/error-mini.js": "./icon/shapes/error-mini.js",
"./icon/shapes/error-standard.js": "./icon/shapes/error-standard.js",
"./icon/shapes/euro.js": "./icon/shapes/euro.js",
"./icon/shapes/event-mini.js": "./icon/shapes/event-mini.js",
"./icon/shapes/event.js": "./icon/shapes/event.js",
"./icon/shapes/exclamation-circle.js": "./icon/shapes/exclamation-circle.js",
"./icon/shapes/exclamation-triangle.js": "./icon/shapes/exclamation-triangle.js",
"./icon/shapes/expand-card.js": "./icon/shapes/expand-card.js",
"./icon/shapes/export.js": "./icon/shapes/export.js",
"./icon/shapes/eye-hide.js": "./icon/shapes/eye-hide.js",
"./icon/shapes/eye.js": "./icon/shapes/eye.js",
"./icon/shapes/factory.js": "./icon/shapes/factory.js",
"./icon/shapes/fast-forward.js": "./icon/shapes/fast-forward.js",
"./icon/shapes/ferry.js": "./icon/shapes/ferry.js",
"./icon/shapes/file-group.js": "./icon/shapes/file-group.js",
"./icon/shapes/file-settings.js": "./icon/shapes/file-settings.js",
"./icon/shapes/file-share-2.js": "./icon/shapes/file-share-2.js",
"./icon/shapes/file-share.js": "./icon/shapes/file-share.js",
"./icon/shapes/file-zip.js": "./icon/shapes/file-zip.js",
"./icon/shapes/file.js": "./icon/shapes/file.js",
"./icon/shapes/film-strip.js": "./icon/shapes/film-strip.js",
"./icon/shapes/filter-2.js": "./icon/shapes/filter-2.js",
"./icon/shapes/filter-grid-circle-mini.js": "./icon/shapes/filter-grid-circle-mini.js",
"./icon/shapes/filter-grid-circle.js": "./icon/shapes/filter-grid-circle.js",
"./icon/shapes/filter-grid-mini.js": "./icon/shapes/filter-grid-mini.js",
"./icon/shapes/filter-grid.js": "./icon/shapes/filter-grid.js",
"./icon/shapes/filter-off.js": "./icon/shapes/filter-off.js",
"./icon/shapes/filter.js": "./icon/shapes/filter.js",
"./icon/shapes/firewall.js": "./icon/shapes/firewall.js",
"./icon/shapes/first-aid.js": "./icon/shapes/first-aid.js",
"./icon/shapes/fish.js": "./icon/shapes/fish.js",
"./icon/shapes/flag.js": "./icon/shapes/flag.js",
"./icon/shapes/flame.js": "./icon/shapes/flame.js",
"./icon/shapes/flask.js": "./icon/shapes/flask.js",
"./icon/shapes/floppy.js": "./icon/shapes/floppy.js",
"./icon/shapes/folder-open.js": "./icon/shapes/folder-open.js",
"./icon/shapes/folder.js": "./icon/shapes/folder.js",
"./icon/shapes/font-size.js": "./icon/shapes/font-size.js",
"./icon/shapes/forking.js": "./icon/shapes/forking.js",
"./icon/shapes/form.js": "./icon/shapes/form.js",
"./icon/shapes/fuel.js": "./icon/shapes/fuel.js",
"./icon/shapes/gavel.js": "./icon/shapes/gavel.js",
"./icon/shapes/grid-chart.js": "./icon/shapes/grid-chart.js",
"./icon/shapes/grid-view.js": "./icon/shapes/grid-view.js",
"./icon/shapes/gym.js": "./icon/shapes/gym.js",
"./icon/shapes/half-star.js": "./icon/shapes/half-star.js",
"./icon/shapes/happy-face.js": "./icon/shapes/happy-face.js",
"./icon/shapes/hard-disk.js": "./icon/shapes/hard-disk.js",
"./icon/shapes/hard-drive-disks.js": "./icon/shapes/hard-drive-disks.js",
"./icon/shapes/hard-drive.js": "./icon/shapes/hard-drive.js",
"./icon/shapes/hashtag.js": "./icon/shapes/hashtag.js",
"./icon/shapes/headphones.js": "./icon/shapes/headphones.js",
"./icon/shapes/heart-broken.js": "./icon/shapes/heart-broken.js",
"./icon/shapes/heart.js": "./icon/shapes/heart.js",
"./icon/shapes/heat-map.js": "./icon/shapes/heat-map.js",
"./icon/shapes/helix.js": "./icon/shapes/helix.js",
"./icon/shapes/help-info.js": "./icon/shapes/help-info.js",
"./icon/shapes/help.js": "./icon/shapes/help.js",
"./icon/shapes/highlighter.js": "./icon/shapes/highlighter.js",
"./icon/shapes/history.js": "./icon/shapes/history.js",
"./icon/shapes/home.js": "./icon/shapes/home.js",
"./icon/shapes/host-group.js": "./icon/shapes/host-group.js",
"./icon/shapes/host.js": "./icon/shapes/host.js",
"./icon/shapes/hotel.js": "./icon/shapes/hotel.js",
"./icon/shapes/hourglass.js": "./icon/shapes/hourglass.js",
"./icon/shapes/iconTemplate.js": "./icon/shapes/iconTemplate.js",
"./icon/shapes/id-badge.js": "./icon/shapes/id-badge.js",
"./icon/shapes/image-gallery.js": "./icon/shapes/image-gallery.js",
"./icon/shapes/image.js": "./icon/shapes/image.js",
"./icon/shapes/import.js": "./icon/shapes/import.js",
"./icon/shapes/inbox.js": "./icon/shapes/inbox.js",
"./icon/shapes/indent.js": "./icon/shapes/indent.js",
"./icon/shapes/inductor.js": "./icon/shapes/inductor.js",
"./icon/shapes/info-circle-mini.js": "./icon/shapes/info-circle-mini.js",
"./icon/shapes/info-circle.js": "./icon/shapes/info-circle.js",
"./icon/shapes/info-standard.js": "./icon/shapes/info-standard.js",
"./icon/shapes/install.js": "./icon/shapes/install.js",
"./icon/shapes/internet-of-things.js": "./icon/shapes/internet-of-things.js",
"./icon/shapes/italic.js": "./icon/shapes/italic.js",
"./icon/shapes/justify-text.js": "./icon/shapes/justify-text.js",
"./icon/shapes/key.js": "./icon/shapes/key.js",
"./icon/shapes/keyboard.js": "./icon/shapes/keyboard.js",
"./icon/shapes/landscape.js": "./icon/shapes/landscape.js",
"./icon/shapes/language.js": "./icon/shapes/language.js",
"./icon/shapes/launchpad.js": "./icon/shapes/launchpad.js",
"./icon/shapes/layers.js": "./icon/shapes/layers.js",
"./icon/shapes/library.js": "./icon/shapes/library.js",
"./icon/shapes/lightbulb.js": "./icon/shapes/lightbulb.js",
"./icon/shapes/line-chart.js": "./icon/shapes/line-chart.js",
"./icon/shapes/link.js": "./icon/shapes/link.js",
"./icon/shapes/list.js": "./icon/shapes/list.js",
"./icon/shapes/lock.js": "./icon/shapes/lock.js",
"./icon/shapes/login.js": "./icon/shapes/login.js",
"./icon/shapes/logout.js": "./icon/shapes/logout.js",
"./icon/shapes/map-marker.js": "./icon/shapes/map-marker.js",
"./icon/shapes/map.js": "./icon/shapes/map.js",
"./icon/shapes/media-changer.js": "./icon/shapes/media-changer.js",
"./icon/shapes/memory.js": "./icon/shapes/memory.js",
"./icon/shapes/microphone-mute.js": "./icon/shapes/microphone-mute.js",
"./icon/shapes/microphone.js": "./icon/shapes/microphone.js",
"./icon/shapes/minus-circle.js": "./icon/shapes/minus-circle.js",
"./icon/shapes/minus.js": "./icon/shapes/minus.js",
"./icon/shapes/mobile.js": "./icon/shapes/mobile.js",
"./icon/shapes/moon.js": "./icon/shapes/moon.js",
"./icon/shapes/mouse.js": "./icon/shapes/mouse.js",
"./icon/shapes/music-note.js": "./icon/shapes/music-note.js",
"./icon/shapes/namespace.js": "./icon/shapes/namespace.js",
"./icon/shapes/network-globe.js": "./icon/shapes/network-globe.js",
"./icon/shapes/network-settings.js": "./icon/shapes/network-settings.js",
"./icon/shapes/network-switch.js": "./icon/shapes/network-switch.js",
"./icon/shapes/neutral-face.js": "./icon/shapes/neutral-face.js",
"./icon/shapes/new.js": "./icon/shapes/new.js",
"./icon/shapes/no-access.js": "./icon/shapes/no-access.js",
"./icon/shapes/no-smoking.js": "./icon/shapes/no-smoking.js",
"./icon/shapes/no-wifi.js": "./icon/shapes/no-wifi.js",
"./icon/shapes/node-group.js": "./icon/shapes/node-group.js",
"./icon/shapes/node.js": "./icon/shapes/node.js",
"./icon/shapes/nodes.js": "./icon/shapes/nodes.js",
"./icon/shapes/note.js": "./icon/shapes/note.js",
"./icon/shapes/number-list.js": "./icon/shapes/number-list.js",
"./icon/shapes/nvme.js": "./icon/shapes/nvme.js",
"./icon/shapes/objects.js": "./icon/shapes/objects.js",
"./icon/shapes/on-holiday.js": "./icon/shapes/on-holiday.js",
"./icon/shapes/organization.js": "./icon/shapes/organization.js",
"./icon/shapes/outdent.js": "./icon/shapes/outdent.js",
"./icon/shapes/paint-roller.js": "./icon/shapes/paint-roller.js",
"./icon/shapes/palm-tree.js": "./icon/shapes/palm-tree.js",
"./icon/shapes/paperclip.js": "./icon/shapes/paperclip.js",
"./icon/shapes/passport.js": "./icon/shapes/passport.js",
"./icon/shapes/paste.js": "./icon/shapes/paste.js",
"./icon/shapes/pause.js": "./icon/shapes/pause.js",
"./icon/shapes/pdf-file.js": "./icon/shapes/pdf-file.js",
"./icon/shapes/pencil.js": "./icon/shapes/pencil.js",
"./icon/shapes/peso.js": "./icon/shapes/peso.js",
"./icon/shapes/phone-handset.js": "./icon/shapes/phone-handset.js",
"./icon/shapes/picture.js": "./icon/shapes/picture.js",
"./icon/shapes/pie-chart.js": "./icon/shapes/pie-chart.js",
"./icon/shapes/piggy-bank.js": "./icon/shapes/piggy-bank.js",
"./icon/shapes/pin.js": "./icon/shapes/pin.js",
"./icon/shapes/pinboard.js": "./icon/shapes/pinboard.js",
"./icon/shapes/plane-ticket.js": "./icon/shapes/plane-ticket.js",
"./icon/shapes/play.js": "./icon/shapes/play.js",
"./icon/shapes/plugin.js": "./icon/shapes/plugin.js",
"./icon/shapes/plus-circle.js": "./icon/shapes/plus-circle.js",
"./icon/shapes/plus.js": "./icon/shapes/plus.js",
"./icon/shapes/pod.js": "./icon/shapes/pod.js",
"./icon/shapes/pool.js": "./icon/shapes/pool.js",
"./icon/shapes/pop-out.js": "./icon/shapes/pop-out.js",
"./icon/shapes/portrait.js": "./icon/shapes/portrait.js",
"./icon/shapes/pound.js": "./icon/shapes/pound.js",
"./icon/shapes/power.js": "./icon/shapes/power.js",
"./icon/shapes/printer.js": "./icon/shapes/printer.js",
"./icon/shapes/process-on-vm.js": "./icon/shapes/process-on-vm.js",
"./icon/shapes/qr-code.js": "./icon/shapes/qr-code.js",
"./icon/shapes/rack-server.js": "./icon/shapes/rack-server.js",
"./icon/shapes/radar.js": "./icon/shapes/radar.js",
"./icon/shapes/recycle.js": "./icon/shapes/recycle.js",
"./icon/shapes/redo.js": "./icon/shapes/redo.js",
"./icon/shapes/refresh.js": "./icon/shapes/refresh.js",
"./icon/shapes/repeat.js": "./icon/shapes/repeat.js",
"./icon/shapes/replay-all.js": "./icon/shapes/replay-all.js",
"./icon/shapes/replay-one.js": "./icon/shapes/replay-one.js",
"./icon/shapes/resistor.js": "./icon/shapes/resistor.js",
"./icon/shapes/resize.js": "./icon/shapes/resize.js",
"./icon/shapes/resource-pool.js": "./icon/shapes/resource-pool.js",
"./icon/shapes/rewind.js": "./icon/shapes/rewind.js",
"./icon/shapes/router.js": "./icon/shapes/router.js",
"./icon/shapes/ruble.js": "./icon/shapes/ruble.js",
"./icon/shapes/ruler-pencil.js": "./icon/shapes/ruler-pencil.js",
"./icon/shapes/rupee.js": "./icon/shapes/rupee.js",
"./icon/shapes/sad-face.js": "./icon/shapes/sad-face.js",
"./icon/shapes/scatter-plot.js": "./icon/shapes/scatter-plot.js",
"./icon/shapes/scissors.js": "./icon/shapes/scissors.js",
"./icon/shapes/script-execute.js": "./icon/shapes/script-execute.js",
"./icon/shapes/script-schedule.js": "./icon/shapes/script-schedule.js",
"./icon/shapes/scroll.js": "./icon/shapes/scroll.js",
"./icon/shapes/search.js": "./icon/shapes/search.js",
"./icon/shapes/share.js": "./icon/shapes/share.js",
"./icon/shapes/shield-check.js": "./icon/shapes/shield-check.js",
"./icon/shapes/shield-x.js": "./icon/shapes/shield-x.js",
"./icon/shapes/shield.js": "./icon/shapes/shield.js",
"./icon/shapes/shopping-bag.js": "./icon/shapes/shopping-bag.js",
"./icon/shapes/shopping-cart.js": "./icon/shapes/shopping-cart.js",
"./icon/shapes/shrink.js": "./icon/shapes/shrink.js",
"./icon/shapes/shuffle.js": "./icon/shapes/shuffle.js",
"./icon/shapes/slider.js": "./icon/shapes/slider.js",
"./icon/shapes/smoking.js": "./icon/shapes/smoking.js",
"./icon/shapes/snowflake.js": "./icon/shapes/snowflake.js",
"./icon/shapes/sort-by.js": "./icon/shapes/sort-by.js",
"./icon/shapes/squid.js": "./icon/shapes/squid.js",
"./icon/shapes/ssd.js": "./icon/shapes/ssd.js",
"./icon/shapes/star.js": "./icon/shapes/star.js",
"./icon/shapes/step-forward-2.js": "./icon/shapes/step-forward-2.js",
"./icon/shapes/step-forward.js": "./icon/shapes/step-forward.js",
"./icon/shapes/stop.js": "./icon/shapes/stop.js",
"./icon/shapes/storage-adapter.js": "./icon/shapes/storage-adapter.js",
"./icon/shapes/storage.js": "./icon/shapes/storage.js",
"./icon/shapes/store.js": "./icon/shapes/store.js",
"./icon/shapes/strikethrough.js": "./icon/shapes/strikethrough.js",
"./icon/shapes/subscript.js": "./icon/shapes/subscript.js",
"./icon/shapes/success-standard.js": "./icon/shapes/success-standard.js",
"./icon/shapes/suitcase-2.js": "./icon/shapes/suitcase-2.js",
"./icon/shapes/suitcase.js": "./icon/shapes/suitcase.js",
"./icon/shapes/sun.js": "./icon/shapes/sun.js",
"./icon/shapes/superscript.js": "./icon/shapes/superscript.js",
"./icon/shapes/switch.js": "./icon/shapes/switch.js",
"./icon/shapes/sync.js": "./icon/shapes/sync.js",
"./icon/shapes/table.js": "./icon/shapes/table.js",
"./icon/shapes/tablet.js": "./icon/shapes/tablet.js",
"./icon/shapes/tag.js": "./icon/shapes/tag.js",
"./icon/shapes/tags.js": "./icon/shapes/tags.js",
"./icon/shapes/talk-bubbles.js": "./icon/shapes/talk-bubbles.js",
"./icon/shapes/tape-drive.js": "./icon/shapes/tape-drive.js",
"./icon/shapes/target.js": "./icon/shapes/target.js",
"./icon/shapes/tasks.js": "./icon/shapes/tasks.js",
"./icon/shapes/tent.js": "./icon/shapes/tent.js",
"./icon/shapes/terminal.js": "./icon/shapes/terminal.js",
"./icon/shapes/test.js": "./icon/shapes/test.js",
"./icon/shapes/text-color.js": "./icon/shapes/text-color.js",
"./icon/shapes/text.js": "./icon/shapes/text.js",
"./icon/shapes/thermometer.js": "./icon/shapes/thermometer.js",
"./icon/shapes/thin-client.js": "./icon/shapes/thin-client.js",
"./icon/shapes/thumbs-down.js": "./icon/shapes/thumbs-down.js",
"./icon/shapes/thumbs-up.js": "./icon/shapes/thumbs-up.js",
"./icon/shapes/tick-chart.js": "./icon/shapes/tick-chart.js",
"./icon/shapes/timeline.js": "./icon/shapes/timeline.js",
"./icon/shapes/times-circle.js": "./icon/shapes/times-circle.js",
"./icon/shapes/times-mini.js": "./icon/shapes/times-mini.js",
"./icon/shapes/times.js": "./icon/shapes/times.js",
"./icon/shapes/tools.js": "./icon/shapes/tools.js",
"./icon/shapes/trailer.js": "./icon/shapes/trailer.js",
"./icon/shapes/train.js": "./icon/shapes/train.js",
"./icon/shapes/trash.js": "./icon/shapes/trash.js",
"./icon/shapes/tree-view.js": "./icon/shapes/tree-view.js",
"./icon/shapes/tree.js": "./icon/shapes/tree.js",
"./icon/shapes/truck.js": "./icon/shapes/truck.js",
"./icon/shapes/two-way-arrows.js": "./icon/shapes/two-way-arrows.js",
"./icon/shapes/unarchive.js": "./icon/shapes/unarchive.js",
"./icon/shapes/underline.js": "./icon/shapes/underline.js",
"./icon/shapes/undo.js": "./icon/shapes/undo.js",
"./icon/shapes/uninstall.js": "./icon/shapes/uninstall.js",
"./icon/shapes/unknown-status.js": "./icon/shapes/unknown-status.js",
"./icon/shapes/unknown.js": "./icon/shapes/unknown.js",
"./icon/shapes/unlink.js": "./icon/shapes/unlink.js",
"./icon/shapes/unlock.js": "./icon/shapes/unlock.js",
"./icon/shapes/unpin.js": "./icon/shapes/unpin.js",
"./icon/shapes/update.js": "./icon/shapes/update.js",
"./icon/shapes/upload-cloud.js": "./icon/shapes/upload-cloud.js",
"./icon/shapes/upload.js": "./icon/shapes/upload.js",
"./icon/shapes/usb.js": "./icon/shapes/usb.js",
"./icon/shapes/user.js": "./icon/shapes/user.js",
"./icon/shapes/users.js": "./icon/shapes/users.js",
"./icon/shapes/video-camera.js": "./icon/shapes/video-camera.js",
"./icon/shapes/video-gallery.js": "./icon/shapes/video-gallery.js",
"./icon/shapes/view-cards.js": "./icon/shapes/view-cards.js",
"./icon/shapes/view-columns.js": "./icon/shapes/view-columns.js",
"./icon/shapes/view-list.js": "./icon/shapes/view-list.js",
"./icon/shapes/vm-bug-inverse.js": "./icon/shapes/vm-bug-inverse.js",
"./icon/shapes/vm-bug.js": "./icon/shapes/vm-bug.js",
"./icon/shapes/vm.js": "./icon/shapes/vm.js",
"./icon/shapes/vmw-app.js": "./icon/shapes/vmw-app.js",
"./icon/shapes/volume-down.js": "./icon/shapes/volume-down.js",
"./icon/shapes/volume-mute.js": "./icon/shapes/volume-mute.js",
"./icon/shapes/volume-up.js": "./icon/shapes/volume-up.js",
"./icon/shapes/volume.js": "./icon/shapes/volume.js",
"./icon/shapes/wallet.js": "./icon/shapes/wallet.js",
"./icon/shapes/wand.js": "./icon/shapes/wand.js",
"./icon/shapes/warning-mini.js": "./icon/shapes/warning-mini.js",
"./icon/shapes/warning-standard.js": "./icon/shapes/warning-standard.js",
"./icon/shapes/wifi.js": "./icon/shapes/wifi.js",
"./icon/shapes/window-close.js": "./icon/shapes/window-close.js",
"./icon/shapes/window-max.js": "./icon/shapes/window-max.js",
"./icon/shapes/window-min.js": "./icon/shapes/window-min.js",
"./icon/shapes/window-restore.js": "./icon/shapes/window-restore.js",
"./icon/shapes/won.js": "./icon/shapes/won.js",
"./icon/shapes/world.js": "./icon/shapes/world.js",
"./icon/shapes/wrench.js": "./icon/shapes/wrench.js",
"./icon/shapes/xls-file.js": "./icon/shapes/xls-file.js",
"./icon/shapes/yen.js": "./icon/shapes/yen.js",
"./icon/shapes/zoom-in.js": "./icon/shapes/zoom-in.js",
"./icon/shapes/zoom-out.js": "./icon/shapes/zoom-out.js",
"./global.css": "./global.css",
"./global.min.css": "./global.min.css",
"./styles/module.layout.css": "./styles/module.layout.css",
"./styles/module.layout.min.css": "./styles/module.layout.min.css",
"./styles/module.reset.css": "./styles/module.reset.css",
"./styles/module.reset.min.css": "./styles/module.reset.min.css",
"./styles/module.typography.css": "./styles/module.typography.css",
"./styles/module.typography.min.css": "./styles/module.typography.min.css",
"./styles/theme.dark.css": "./styles/theme.dark.css",
"./styles/theme.dark.min.css": "./styles/theme.dark.min.css",
"./styles/theme.low-motion.css": "./styles/theme.low-motion.css",
"./styles/theme.low-motion.min.css": "./styles/theme.low-motion.min.css",
"./styles/theme.high-contrast.css": "./styles/theme.high-contrast.css",
"./styles/theme.high-contrast.min.css": "./styles/theme.high-contrast.min.css",
"./list/list.css": "./list/list.css",
"./list/list.min.css": "./list/list.min.css",
"./table/table.css": "./table/table.css",
"./table/table.min.css": "./table/table.min.css",
"./styles/module.tokens.css": "./styles/module.tokens.min.css",
"./icon/shapes/*": {
"types": "./icon/shapes/*.d.ts",
"import": "./icon/shapes/*.js",
"require": "./icon/shapes/*.js"
},
"./icon/icon.service.js": "./icon/icon.service.js",
"./tokens/tokens.js": "./tokens/tokens.js",
"./tokens/tokens.d.ts": "./tokens/tokens.d.ts",
"./tokens/tokens.json": "./tokens/tokens.json",
"./tokens/tokens.scss": "./tokens/tokens.scss",
"./tokens/tokens.ios.swift": "./tokens/tokens.ios.swift",
"./tokens/tokens.android.xml": "./tokens/tokens.android.xml"
},
"version": "6.17.0"
}