@stoplight/ui-kit 0.0.0-beta-0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AutoSizer/index.d.ts +3 -0
- package/AutoSizer/index.js +10 -0
- package/AutoSizer/index.js.map +1 -0
- package/CodeEditor/index.d.ts +12 -0
- package/CodeEditor/index.js +21 -0
- package/CodeEditor/index.js.map +1 -0
- package/CodeEditor/utils/highlightCode.d.ts +27 -0
- package/CodeEditor/utils/highlightCode.js +56 -0
- package/CodeEditor/utils/highlightCode.js.map +1 -0
- package/CodeViewer/index.d.ts +9 -0
- package/CodeViewer/index.js +34 -0
- package/CodeViewer/index.js.map +1 -0
- package/CodeViewer/utils/astToReact.d.ts +3 -0
- package/CodeViewer/utils/astToReact.js +17 -0
- package/CodeViewer/utils/astToReact.js.map +1 -0
- package/CodeViewer/utils/lineNumberify.d.ts +2 -0
- package/CodeViewer/utils/lineNumberify.js +97 -0
- package/CodeViewer/utils/lineNumberify.js.map +1 -0
- package/CodeViewer/utils/parseCode.d.ts +2 -0
- package/CodeViewer/utils/parseCode.js +68 -0
- package/CodeViewer/utils/parseCode.js.map +1 -0
- package/Dropdown/Dropdown.d.ts +9 -0
- package/Dropdown/Dropdown.js +30 -0
- package/Dropdown/Dropdown.js.map +1 -0
- package/FormButton/index.d.ts +10 -0
- package/FormButton/index.js +16 -0
- package/FormButton/index.js.map +1 -0
- package/FormError/index.d.ts +14 -0
- package/FormError/index.js +23 -0
- package/FormError/index.js.map +1 -0
- package/FormInput/index.d.ts +20 -0
- package/FormInput/index.js +39 -0
- package/FormInput/index.js.map +1 -0
- package/Icons/index.d.ts +1 -0
- package/Icons/index.js +5 -0
- package/Icons/index.js.map +1 -0
- package/LICENSE +190 -0
- package/README.md +106 -0
- package/ScrollContainer/index.d.ts +10 -0
- package/ScrollContainer/index.js +93 -0
- package/ScrollContainer/index.js.map +1 -0
- package/ScrollList/index.d.ts +19 -0
- package/ScrollList/index.js +37 -0
- package/ScrollList/index.js.map +1 -0
- package/SecretInput/index.d.ts +7 -0
- package/SecretInput/index.js +24 -0
- package/SecretInput/index.js.map +1 -0
- package/Select/index.d.ts +1 -0
- package/Select/index.js +5 -0
- package/Select/index.js.map +1 -0
- package/SimpleTabs/Tab.d.ts +6 -0
- package/SimpleTabs/Tab.js +15 -0
- package/SimpleTabs/Tab.js.map +1 -0
- package/SimpleTabs/TabList.d.ts +6 -0
- package/SimpleTabs/TabList.js +15 -0
- package/SimpleTabs/TabList.js.map +1 -0
- package/SimpleTabs/TabPanel.d.ts +6 -0
- package/SimpleTabs/TabPanel.js +15 -0
- package/SimpleTabs/TabPanel.js.map +1 -0
- package/SimpleTabs/index.d.ts +5 -0
- package/SimpleTabs/index.js +10 -0
- package/SimpleTabs/index.js.map +1 -0
- package/TableOfContents/index.d.ts +19 -0
- package/TableOfContents/index.js +87 -0
- package/TableOfContents/index.js.map +1 -0
- package/TableOfContents/types.d.ts +14 -0
- package/TableOfContents/types.js +3 -0
- package/TableOfContents/types.js.map +1 -0
- package/ThemeContainer/index.d.ts +7 -0
- package/ThemeContainer/index.js +12 -0
- package/ThemeContainer/index.js.map +1 -0
- package/_hooks/useIsMobile.d.ts +2 -0
- package/_hooks/useIsMobile.js +29 -0
- package/_hooks/useIsMobile.js.map +1 -0
- package/_hooks/useValidateSchema.d.ts +2 -0
- package/_hooks/useValidateSchema.js +26 -0
- package/_hooks/useValidateSchema.js.map +1 -0
- package/classes.d.ts +252 -0
- package/classes.js +7 -0
- package/classes.js.map +1 -0
- package/colors.d.ts +74 -0
- package/colors.js +79 -0
- package/colors.js.map +1 -0
- package/index.d.ts +12 -0
- package/index.js +18 -0
- package/index.js.map +1 -0
- package/package.json +44 -0
- package/styles/_ui-kit.scss +103 -0
- package/styles/blueprint/_base.scss +6 -0
- package/styles/blueprint/_icons.scss +39 -0
- package/styles/blueprint/_variables.scss +97 -0
- package/styles/common/_theme.scss +142 -0
- package/styles/common/_utils.scss +58 -0
- package/styles/common/_variables.scss +131 -0
- package/styles/components/Code/_base.scss +148 -0
- package/styles/components/Code/_theme-dark.scss +17 -0
- package/styles/components/Code/_theme-light.scss +17 -0
- package/styles/components/Dialog/_base.scss +9 -0
- package/styles/components/Dropdown/_base.scss +12 -0
- package/styles/components/FormGroup/_base.scss +5 -0
- package/styles/components/ScrollContainer/_base.scss +7 -0
- package/styles/components/SimpleTabs/_base.scss +115 -0
- package/styles/components/TableOfContents/_base.scss +55 -0
- package/styles/components/_base.scss +7 -0
- package/styles/fonts/icons-16.eot +0 -0
- package/styles/fonts/icons-16.ttf +0 -0
- package/styles/fonts/icons-16.woff +0 -0
- package/styles/fonts/icons-20.eot +0 -0
- package/styles/fonts/icons-20.ttf +0 -0
- package/styles/fonts/icons-20.woff +0 -0
- package/styles/fonts/icons.json +3236 -0
- package/styles/icons/16px/add-column-left.svg +12 -0
- package/styles/icons/16px/add-column-right.svg +12 -0
- package/styles/icons/16px/add-row-bottom.svg +12 -0
- package/styles/icons/16px/add-row-top.svg +12 -0
- package/styles/icons/16px/add-to-artifact.svg +15 -0
- package/styles/icons/16px/add-to-folder.svg +10 -0
- package/styles/icons/16px/add.svg +13 -0
- package/styles/icons/16px/airplane.svg +11 -0
- package/styles/icons/16px/align-center.svg +15 -0
- package/styles/icons/16px/align-justify.svg +15 -0
- package/styles/icons/16px/align-left.svg +15 -0
- package/styles/icons/16px/align-right.svg +15 -0
- package/styles/icons/16px/alignment-bottom.svg +12 -0
- package/styles/icons/16px/alignment-horizontal-center.svg +12 -0
- package/styles/icons/16px/alignment-left.svg +12 -0
- package/styles/icons/16px/alignment-right.svg +12 -0
- package/styles/icons/16px/alignment-top.svg +12 -0
- package/styles/icons/16px/alignment-vertical-center.svg +12 -0
- package/styles/icons/16px/annotation.svg +12 -0
- package/styles/icons/16px/application.svg +13 -0
- package/styles/icons/16px/applications.svg +15 -0
- package/styles/icons/16px/arrow-bottom-left.svg +12 -0
- package/styles/icons/16px/arrow-bottom-right.svg +12 -0
- package/styles/icons/16px/arrow-down.svg +16 -0
- package/styles/icons/16px/arrow-left.svg +13 -0
- package/styles/icons/16px/arrow-right.svg +13 -0
- package/styles/icons/16px/arrow-top-left.svg +12 -0
- package/styles/icons/16px/arrow-top-right.svg +12 -0
- package/styles/icons/16px/arrow-up.svg +16 -0
- package/styles/icons/16px/arrows-horizontal.svg +17 -0
- package/styles/icons/16px/arrows-vertical.svg +17 -0
- package/styles/icons/16px/asterisk.svg +14 -0
- package/styles/icons/16px/automatic-updates.svg +17 -0
- package/styles/icons/16px/badge.svg +13 -0
- package/styles/icons/16px/ban-circle.svg +11 -0
- package/styles/icons/16px/bank-account.svg +19 -0
- package/styles/icons/16px/barcode.svg +12 -0
- package/styles/icons/16px/blank.svg +5 -0
- package/styles/icons/16px/blocked-person.svg +19 -0
- package/styles/icons/16px/bold.svg +12 -0
- package/styles/icons/16px/book.svg +11 -0
- package/styles/icons/16px/bookmark.svg +13 -0
- package/styles/icons/16px/box.svg +13 -0
- package/styles/icons/16px/briefcase.svg +13 -0
- package/styles/icons/16px/build.svg +13 -0
- package/styles/icons/16px/calculator.svg +12 -0
- package/styles/icons/16px/calendar.svg +10 -0
- package/styles/icons/16px/camera.svg +13 -0
- package/styles/icons/16px/caret-down.svg +13 -0
- package/styles/icons/16px/caret-left.svg +12 -0
- package/styles/icons/16px/caret-right.svg +12 -0
- package/styles/icons/16px/caret-up.svg +13 -0
- package/styles/icons/16px/cell-tower.svg +19 -0
- package/styles/icons/16px/changes.svg +16 -0
- package/styles/icons/16px/chart.svg +16 -0
- package/styles/icons/16px/chat.svg +12 -0
- package/styles/icons/16px/chevron-backward.svg +12 -0
- package/styles/icons/16px/chevron-down.svg +12 -0
- package/styles/icons/16px/chevron-forward.svg +12 -0
- package/styles/icons/16px/chevron-left.svg +12 -0
- package/styles/icons/16px/chevron-right.svg +12 -0
- package/styles/icons/16px/chevron-up.svg +12 -0
- package/styles/icons/16px/circle-arrow-down.svg +13 -0
- package/styles/icons/16px/circle-arrow-left.svg +13 -0
- package/styles/icons/16px/circle-arrow-right.svg +13 -0
- package/styles/icons/16px/circle-arrow-up.svg +13 -0
- package/styles/icons/16px/circle.svg +15 -0
- package/styles/icons/16px/citation.svg +15 -0
- package/styles/icons/16px/clean.svg +10 -0
- package/styles/icons/16px/clipboard.svg +13 -0
- package/styles/icons/16px/cloud-download.svg +15 -0
- package/styles/icons/16px/cloud-upload.svg +15 -0
- package/styles/icons/16px/cloud.svg +11 -0
- package/styles/icons/16px/code-block.svg +15 -0
- package/styles/icons/16px/code.svg +16 -0
- package/styles/icons/16px/cog.svg +19 -0
- package/styles/icons/16px/collapse-all.svg +14 -0
- package/styles/icons/16px/column-layout.svg +11 -0
- package/styles/icons/16px/comment.svg +13 -0
- package/styles/icons/16px/comparison.svg +16 -0
- package/styles/icons/16px/compass.svg +9 -0
- package/styles/icons/16px/compressed.svg +14 -0
- package/styles/icons/16px/confirm.svg +15 -0
- package/styles/icons/16px/console.svg +9 -0
- package/styles/icons/16px/contrast.svg +17 -0
- package/styles/icons/16px/control.svg +12 -0
- package/styles/icons/16px/credit-card.svg +14 -0
- package/styles/icons/16px/cross.svg +13 -0
- package/styles/icons/16px/crown.svg +12 -0
- package/styles/icons/16px/cube-add.svg +9 -0
- package/styles/icons/16px/cube-remove.svg +9 -0
- package/styles/icons/16px/cube.svg +9 -0
- package/styles/icons/16px/curved-range-chart.svg +12 -0
- package/styles/icons/16px/cut.svg +14 -0
- package/styles/icons/16px/dashboard.svg +14 -0
- package/styles/icons/16px/database.svg +13 -0
- package/styles/icons/16px/delete.svg +16 -0
- package/styles/icons/16px/delta.svg +11 -0
- package/styles/icons/16px/derive-column.svg +28 -0
- package/styles/icons/16px/desktop.svg +12 -0
- package/styles/icons/16px/diagram-tree.svg +10 -0
- package/styles/icons/16px/direction-left.svg +11 -0
- package/styles/icons/16px/direction-right.svg +11 -0
- package/styles/icons/16px/disable.svg +13 -0
- package/styles/icons/16px/document-open.svg +12 -0
- package/styles/icons/16px/document-share.svg +13 -0
- package/styles/icons/16px/document.svg +12 -0
- package/styles/icons/16px/dollar.svg +24 -0
- package/styles/icons/16px/dot.svg +11 -0
- package/styles/icons/16px/double-caret-horizontal.svg +13 -0
- package/styles/icons/16px/double-caret-vertical.svg +12 -0
- package/styles/icons/16px/double-chevron-down.svg +14 -0
- package/styles/icons/16px/double-chevron-left.svg +14 -0
- package/styles/icons/16px/double-chevron-right.svg +14 -0
- package/styles/icons/16px/double-chevron-up.svg +14 -0
- package/styles/icons/16px/doughnut-chart.svg +11 -0
- package/styles/icons/16px/download.svg +14 -0
- package/styles/icons/16px/drag-handle-horizontal.svg +15 -0
- package/styles/icons/16px/drag-handle-vertical.svg +15 -0
- package/styles/icons/16px/draw.svg +18 -0
- package/styles/icons/16px/drive-time.svg +16 -0
- package/styles/icons/16px/duplicate.svg +12 -0
- package/styles/icons/16px/edit.svg +13 -0
- package/styles/icons/16px/eject.svg +12 -0
- package/styles/icons/16px/endorsed.svg +17 -0
- package/styles/icons/16px/envelope.svg +13 -0
- package/styles/icons/16px/eraser.svg +12 -0
- package/styles/icons/16px/error.svg +12 -0
- package/styles/icons/16px/euro.svg +19 -0
- package/styles/icons/16px/exchange.svg +18 -0
- package/styles/icons/16px/exclude-row.svg +14 -0
- package/styles/icons/16px/expand-all.svg +14 -0
- package/styles/icons/16px/export.svg +14 -0
- package/styles/icons/16px/eye-off.svg +20 -0
- package/styles/icons/16px/eye-on.svg +20 -0
- package/styles/icons/16px/eye-open.svg +12 -0
- package/styles/icons/16px/fast-backward.svg +13 -0
- package/styles/icons/16px/fast-forward.svg +13 -0
- package/styles/icons/16px/feed-subscribed.svg +17 -0
- package/styles/icons/16px/feed.svg +15 -0
- package/styles/icons/16px/film.svg +12 -0
- package/styles/icons/16px/filter-keep.svg +14 -0
- package/styles/icons/16px/filter-list.svg +14 -0
- package/styles/icons/16px/filter-remove.svg +15 -0
- package/styles/icons/16px/filter.svg +13 -0
- package/styles/icons/16px/flag.svg +13 -0
- package/styles/icons/16px/flame.svg +10 -0
- package/styles/icons/16px/flash.svg +20 -0
- package/styles/icons/16px/floppy-disk.svg +12 -0
- package/styles/icons/16px/flow-branch.svg +12 -0
- package/styles/icons/16px/flow-end.svg +12 -0
- package/styles/icons/16px/flow-linear.svg +12 -0
- package/styles/icons/16px/flow-review-branch.svg +12 -0
- package/styles/icons/16px/flow-review.svg +12 -0
- package/styles/icons/16px/flows.svg +13 -0
- package/styles/icons/16px/folder-close.svg +12 -0
- package/styles/icons/16px/folder-new.svg +10 -0
- package/styles/icons/16px/folder-open.svg +12 -0
- package/styles/icons/16px/folder-shared-open.svg +15 -0
- package/styles/icons/16px/folder-shared.svg +15 -0
- package/styles/icons/16px/follower.svg +20 -0
- package/styles/icons/16px/following.svg +20 -0
- package/styles/icons/16px/font.svg +13 -0
- package/styles/icons/16px/fork.svg +15 -0
- package/styles/icons/16px/form.svg +18 -0
- package/styles/icons/16px/full-circle.svg +7 -0
- package/styles/icons/16px/full-stacked-chart.svg +14 -0
- package/styles/icons/16px/fullscreen.svg +17 -0
- package/styles/icons/16px/function.svg +27 -0
- package/styles/icons/16px/gantt-chart.svg +13 -0
- package/styles/icons/16px/geolocation.svg +11 -0
- package/styles/icons/16px/geosearch.svg +28 -0
- package/styles/icons/16px/git-branch.svg +15 -0
- package/styles/icons/16px/git-commit.svg +12 -0
- package/styles/icons/16px/git-merge.svg +14 -0
- package/styles/icons/16px/git-new-branch.svg +15 -0
- package/styles/icons/16px/git-pull.svg +16 -0
- package/styles/icons/16px/git-push.svg +13 -0
- package/styles/icons/16px/git-repo.svg +12 -0
- package/styles/icons/16px/glass.svg +11 -0
- package/styles/icons/16px/globe-network.svg +12 -0
- package/styles/icons/16px/globe.svg +38 -0
- package/styles/icons/16px/graph-remove.svg +17 -0
- package/styles/icons/16px/graph.svg +15 -0
- package/styles/icons/16px/grid-view.svg +11 -0
- package/styles/icons/16px/grid.svg +14 -0
- package/styles/icons/16px/group-objects.svg +13 -0
- package/styles/icons/16px/grouped-bar-chart.svg +13 -0
- package/styles/icons/16px/hand-down.svg +13 -0
- package/styles/icons/16px/hand-left.svg +13 -0
- package/styles/icons/16px/hand-right.svg +13 -0
- package/styles/icons/16px/hand-up.svg +13 -0
- package/styles/icons/16px/hand.svg +14 -0
- package/styles/icons/16px/header-one.svg +11 -0
- package/styles/icons/16px/header-two.svg +19 -0
- package/styles/icons/16px/header.svg +11 -0
- package/styles/icons/16px/headset.svg +13 -0
- package/styles/icons/16px/heart-broken.svg +16 -0
- package/styles/icons/16px/heart.svg +15 -0
- package/styles/icons/16px/heat-grid.svg +12 -0
- package/styles/icons/16px/heatmap.svg +15 -0
- package/styles/icons/16px/help.svg +16 -0
- package/styles/icons/16px/helper-management.svg +16 -0
- package/styles/icons/16px/highlight.svg +12 -0
- package/styles/icons/16px/history.svg +15 -0
- package/styles/icons/16px/home.svg +14 -0
- package/styles/icons/16px/horizontal-bar-chart-asc.svg +12 -0
- package/styles/icons/16px/horizontal-bar-chart-desc.svg +13 -0
- package/styles/icons/16px/horizontal-bar-chart.svg +13 -0
- package/styles/icons/16px/horizontal-distribution.svg +12 -0
- package/styles/icons/16px/id-number.svg +21 -0
- package/styles/icons/16px/image-rotate-left.svg +15 -0
- package/styles/icons/16px/image-rotate-right.svg +14 -0
- package/styles/icons/16px/import.svg +14 -0
- package/styles/icons/16px/inbox-filtered.svg +11 -0
- package/styles/icons/16px/inbox-geo.svg +11 -0
- package/styles/icons/16px/inbox-search.svg +11 -0
- package/styles/icons/16px/inbox-update.svg +11 -0
- package/styles/icons/16px/inbox.svg +13 -0
- package/styles/icons/16px/info-sign.svg +12 -0
- package/styles/icons/16px/inner-join.svg +14 -0
- package/styles/icons/16px/insert.svg +16 -0
- package/styles/icons/16px/intersection.svg +14 -0
- package/styles/icons/16px/ip-address.svg +13 -0
- package/styles/icons/16px/issue-closed.svg +12 -0
- package/styles/icons/16px/issue-new.svg +12 -0
- package/styles/icons/16px/issue.svg +12 -0
- package/styles/icons/16px/italic.svg +13 -0
- package/styles/icons/16px/join-table.svg +12 -0
- package/styles/icons/16px/key-backspace.svg +15 -0
- package/styles/icons/16px/key-command.svg +14 -0
- package/styles/icons/16px/key-control.svg +12 -0
- package/styles/icons/16px/key-delete.svg +15 -0
- package/styles/icons/16px/key-enter.svg +12 -0
- package/styles/icons/16px/key-escape.svg +13 -0
- package/styles/icons/16px/key-option.svg +12 -0
- package/styles/icons/16px/key-shift.svg +12 -0
- package/styles/icons/16px/key-tab.svg +15 -0
- package/styles/icons/16px/key.svg +15 -0
- package/styles/icons/16px/known-vehicle.svg +28 -0
- package/styles/icons/16px/label.svg +12 -0
- package/styles/icons/16px/layer.svg +13 -0
- package/styles/icons/16px/layers.svg +18 -0
- package/styles/icons/16px/layout-auto.svg +16 -0
- package/styles/icons/16px/layout-balloon.svg +16 -0
- package/styles/icons/16px/layout-circle.svg +22 -0
- package/styles/icons/16px/layout-grid.svg +16 -0
- package/styles/icons/16px/layout-group-by.svg +15 -0
- package/styles/icons/16px/layout-hierarchy.svg +17 -0
- package/styles/icons/16px/layout-linear.svg +12 -0
- package/styles/icons/16px/layout-skew-grid.svg +15 -0
- package/styles/icons/16px/layout-sorted-clusters.svg +13 -0
- package/styles/icons/16px/layout.svg +18 -0
- package/styles/icons/16px/left-join.svg +13 -0
- package/styles/icons/16px/lifesaver.svg +9 -0
- package/styles/icons/16px/lightbulb.svg +13 -0
- package/styles/icons/16px/link.svg +19 -0
- package/styles/icons/16px/list-columns.svg +12 -0
- package/styles/icons/16px/list-detail-view.svg +13 -0
- package/styles/icons/16px/list.svg +13 -0
- package/styles/icons/16px/locate.svg +16 -0
- package/styles/icons/16px/lock.svg +8 -0
- package/styles/icons/16px/log-in.svg +13 -0
- package/styles/icons/16px/log-out.svg +13 -0
- package/styles/icons/16px/manual.svg +17 -0
- package/styles/icons/16px/manually-entered-data.svg +14 -0
- package/styles/icons/16px/map-create.svg +17 -0
- package/styles/icons/16px/map-marker.svg +13 -0
- package/styles/icons/16px/map.svg +17 -0
- package/styles/icons/16px/maximize.svg +15 -0
- package/styles/icons/16px/media.svg +13 -0
- package/styles/icons/16px/menu-closed.svg +15 -0
- package/styles/icons/16px/menu-open.svg +14 -0
- package/styles/icons/16px/menu.svg +12 -0
- package/styles/icons/16px/merge-columns.svg +17 -0
- package/styles/icons/16px/merge-links.svg +15 -0
- package/styles/icons/16px/minimize.svg +15 -0
- package/styles/icons/16px/minus.svg +11 -0
- package/styles/icons/16px/mobile-phone.svg +11 -0
- package/styles/icons/16px/mobile-video.svg +12 -0
- package/styles/icons/16px/moon.svg +9 -0
- package/styles/icons/16px/more.svg +11 -0
- package/styles/icons/16px/mountain.svg +10 -0
- package/styles/icons/16px/move.svg +17 -0
- package/styles/icons/16px/mugshot.svg +18 -0
- package/styles/icons/16px/multi-select.svg +13 -0
- package/styles/icons/16px/music.svg +12 -0
- package/styles/icons/16px/new-grid-item.svg +16 -0
- package/styles/icons/16px/new-link.svg +13 -0
- package/styles/icons/16px/new-object.svg +17 -0
- package/styles/icons/16px/new-person.svg +18 -0
- package/styles/icons/16px/new-prescription.svg +19 -0
- package/styles/icons/16px/new-text-box.svg +15 -0
- package/styles/icons/16px/ninja.svg +13 -0
- package/styles/icons/16px/notifications-updated.svg +10 -0
- package/styles/icons/16px/notifications.svg +12 -0
- package/styles/icons/16px/numbered-list.svg +21 -0
- package/styles/icons/16px/numerical.svg +29 -0
- package/styles/icons/16px/office.svg +12 -0
- package/styles/icons/16px/offline.svg +12 -0
- package/styles/icons/16px/oil-field.svg +14 -0
- package/styles/icons/16px/one-column.svg +13 -0
- package/styles/icons/16px/outdated.svg +10 -0
- package/styles/icons/16px/page-layout.svg +12 -0
- package/styles/icons/16px/panel-stats.svg +15 -0
- package/styles/icons/16px/panel-table.svg +9 -0
- package/styles/icons/16px/paperclip.svg +16 -0
- package/styles/icons/16px/paragraph.svg +9 -0
- package/styles/icons/16px/path-search.svg +20 -0
- package/styles/icons/16px/path.svg +12 -0
- package/styles/icons/16px/pause.svg +11 -0
- package/styles/icons/16px/people.svg +25 -0
- package/styles/icons/16px/percentage.svg +14 -0
- package/styles/icons/16px/person.svg +19 -0
- package/styles/icons/16px/phone.svg +15 -0
- package/styles/icons/16px/pie-chart.svg +10 -0
- package/styles/icons/16px/pin.svg +12 -0
- package/styles/icons/16px/pivot-table.svg +16 -0
- package/styles/icons/16px/pivot.svg +14 -0
- package/styles/icons/16px/play.svg +12 -0
- package/styles/icons/16px/plus.svg +11 -0
- package/styles/icons/16px/polygon-filter.svg +15 -0
- package/styles/icons/16px/power.svg +12 -0
- package/styles/icons/16px/predictive-analysis.svg +33 -0
- package/styles/icons/16px/prescription.svg +15 -0
- package/styles/icons/16px/presentation.svg +14 -0
- package/styles/icons/16px/print.svg +13 -0
- package/styles/icons/16px/projects.svg +13 -0
- package/styles/icons/16px/properties.svg +15 -0
- package/styles/icons/16px/property.svg +15 -0
- package/styles/icons/16px/publish-function.svg +30 -0
- package/styles/icons/16px/pulse.svg +13 -0
- package/styles/icons/16px/random.svg +17 -0
- package/styles/icons/16px/record.svg +10 -0
- package/styles/icons/16px/redo.svg +13 -0
- package/styles/icons/16px/refresh.svg +15 -0
- package/styles/icons/16px/regression-chart.svg +13 -0
- package/styles/icons/16px/remove-column-left.svg +12 -0
- package/styles/icons/16px/remove-column-right.svg +12 -0
- package/styles/icons/16px/remove-column.svg +14 -0
- package/styles/icons/16px/remove-row-bottom.svg +12 -0
- package/styles/icons/16px/remove-row-top.svg +12 -0
- package/styles/icons/16px/remove.svg +13 -0
- package/styles/icons/16px/repeat.svg +13 -0
- package/styles/icons/16px/resolve.svg +17 -0
- package/styles/icons/16px/rig.svg +14 -0
- package/styles/icons/16px/right-join.svg +13 -0
- package/styles/icons/16px/ring.svg +11 -0
- package/styles/icons/16px/rotate-document.svg +14 -0
- package/styles/icons/16px/rotate-page.svg +13 -0
- package/styles/icons/16px/satellite.svg +17 -0
- package/styles/icons/16px/saved.svg +13 -0
- package/styles/icons/16px/scatter-plot.svg +13 -0
- package/styles/icons/16px/search-around.svg +20 -0
- package/styles/icons/16px/search-template.svg +16 -0
- package/styles/icons/16px/search-text.svg +14 -0
- package/styles/icons/16px/search.svg +13 -0
- package/styles/icons/16px/segmented-control.svg +10 -0
- package/styles/icons/16px/select.svg +15 -0
- package/styles/icons/16px/selection.svg +12 -0
- package/styles/icons/16px/send-to-graph.svg +16 -0
- package/styles/icons/16px/send-to-map.svg +16 -0
- package/styles/icons/16px/send-to.svg +18 -0
- package/styles/icons/16px/series-add.svg +9 -0
- package/styles/icons/16px/series-configuration.svg +17 -0
- package/styles/icons/16px/series-derived.svg +10 -0
- package/styles/icons/16px/series-filtered.svg +10 -0
- package/styles/icons/16px/series-search.svg +15 -0
- package/styles/icons/16px/settings.svg +14 -0
- package/styles/icons/16px/share.svg +14 -0
- package/styles/icons/16px/shield.svg +10 -0
- package/styles/icons/16px/shop.svg +13 -0
- package/styles/icons/16px/shopping-cart.svg +13 -0
- package/styles/icons/16px/sim-card.svg +12 -0
- package/styles/icons/16px/slash.svg +11 -0
- package/styles/icons/16px/small-cross.svg +13 -0
- package/styles/icons/16px/small-minus.svg +11 -0
- package/styles/icons/16px/small-plus.svg +11 -0
- package/styles/icons/16px/small-tick.svg +12 -0
- package/styles/icons/16px/snowflake.svg +12 -0
- package/styles/icons/16px/social-media.svg +19 -0
- package/styles/icons/16px/sort-alphabetical-desc.svg +14 -0
- package/styles/icons/16px/sort-alphabetical.svg +14 -0
- package/styles/icons/16px/sort-asc.svg +15 -0
- package/styles/icons/16px/sort-desc.svg +15 -0
- package/styles/icons/16px/sort-numerical-desc.svg +26 -0
- package/styles/icons/16px/sort-numerical.svg +25 -0
- package/styles/icons/16px/sort.svg +15 -0
- package/styles/icons/16px/split-columns.svg +17 -0
- package/styles/icons/16px/square.svg +12 -0
- package/styles/icons/16px/stacked-chart.svg +13 -0
- package/styles/icons/16px/star-empty.svg +8 -0
- package/styles/icons/16px/star.svg +8 -0
- package/styles/icons/16px/step-backward.svg +12 -0
- package/styles/icons/16px/step-chart.svg +12 -0
- package/styles/icons/16px/step-forward.svg +12 -0
- package/styles/icons/16px/stop.svg +11 -0
- package/styles/icons/16px/strikethrough.svg +21 -0
- package/styles/icons/16px/style.svg +13 -0
- package/styles/icons/16px/swap-horizontal.svg +16 -0
- package/styles/icons/16px/swap-vertical.svg +16 -0
- package/styles/icons/16px/symbol-circle.svg +10 -0
- package/styles/icons/16px/symbol-cross.svg +11 -0
- package/styles/icons/16px/symbol-diamond.svg +12 -0
- package/styles/icons/16px/symbol-square.svg +11 -0
- package/styles/icons/16px/symbol-triangle-down.svg +11 -0
- package/styles/icons/16px/symbol-triangle-up.svg +12 -0
- package/styles/icons/16px/tag.svg +10 -0
- package/styles/icons/16px/take-action.svg +15 -0
- package/styles/icons/16px/taxi.svg +12 -0
- package/styles/icons/16px/text-highlight.svg +13 -0
- package/styles/icons/16px/th-derived.svg +17 -0
- package/styles/icons/16px/th-filtered.svg +10 -0
- package/styles/icons/16px/th-list.svg +15 -0
- package/styles/icons/16px/th.svg +16 -0
- package/styles/icons/16px/thumbs-down.svg +17 -0
- package/styles/icons/16px/thumbs-up.svg +17 -0
- package/styles/icons/16px/tick-circle.svg +10 -0
- package/styles/icons/16px/tick.svg +12 -0
- package/styles/icons/16px/time.svg +13 -0
- package/styles/icons/16px/timeline-area-chart.svg +12 -0
- package/styles/icons/16px/timeline-bar-chart.svg +13 -0
- package/styles/icons/16px/timeline-events.svg +18 -0
- package/styles/icons/16px/timeline-line-chart.svg +14 -0
- package/styles/icons/16px/tint.svg +11 -0
- package/styles/icons/16px/torch.svg +13 -0
- package/styles/icons/16px/train.svg +7 -0
- package/styles/icons/16px/translate.svg +16 -0
- package/styles/icons/16px/trash.svg +15 -0
- package/styles/icons/16px/tree.svg +12 -0
- package/styles/icons/16px/trending-down.svg +13 -0
- package/styles/icons/16px/trending-up.svg +13 -0
- package/styles/icons/16px/two-columns.svg +14 -0
- package/styles/icons/16px/underline.svg +12 -0
- package/styles/icons/16px/undo.svg +13 -0
- package/styles/icons/16px/ungroup-objects.svg +12 -0
- package/styles/icons/16px/unknown-vehicle.svg +34 -0
- package/styles/icons/16px/unlock.svg +13 -0
- package/styles/icons/16px/unpin.svg +13 -0
- package/styles/icons/16px/unresolve.svg +18 -0
- package/styles/icons/16px/updated.svg +10 -0
- package/styles/icons/16px/upload.svg +12 -0
- package/styles/icons/16px/user.svg +28 -0
- package/styles/icons/16px/variable.svg +24 -0
- package/styles/icons/16px/vertical-bar-chart-asc.svg +12 -0
- package/styles/icons/16px/vertical-bar-chart-desc.svg +12 -0
- package/styles/icons/16px/vertical-distribution.svg +12 -0
- package/styles/icons/16px/video.svg +11 -0
- package/styles/icons/16px/volume-down.svg +12 -0
- package/styles/icons/16px/volume-off.svg +11 -0
- package/styles/icons/16px/volume-up.svg +14 -0
- package/styles/icons/16px/walk.svg +10 -0
- package/styles/icons/16px/warning-sign.svg +13 -0
- package/styles/icons/16px/waterfall-chart.svg +13 -0
- package/styles/icons/16px/widget-button.svg +12 -0
- package/styles/icons/16px/widget-footer.svg +7 -0
- package/styles/icons/16px/widget-header.svg +7 -0
- package/styles/icons/16px/widget.svg +14 -0
- package/styles/icons/16px/wrench.svg +12 -0
- package/styles/icons/16px/zoom-in.svg +15 -0
- package/styles/icons/16px/zoom-out.svg +14 -0
- package/styles/icons/16px/zoom-to-fit.svg +21 -0
- package/styles/icons/20px/add-column-left.svg +12 -0
- package/styles/icons/20px/add-column-right.svg +12 -0
- package/styles/icons/20px/add-row-bottom.svg +12 -0
- package/styles/icons/20px/add-row-top.svg +12 -0
- package/styles/icons/20px/add-to-artifact.svg +15 -0
- package/styles/icons/20px/add-to-folder.svg +10 -0
- package/styles/icons/20px/add.svg +14 -0
- package/styles/icons/20px/airplane.svg +11 -0
- package/styles/icons/20px/align-center.svg +15 -0
- package/styles/icons/20px/align-justify.svg +15 -0
- package/styles/icons/20px/align-left.svg +15 -0
- package/styles/icons/20px/align-right.svg +15 -0
- package/styles/icons/20px/alignment-bottom.svg +12 -0
- package/styles/icons/20px/alignment-horizontal-center.svg +12 -0
- package/styles/icons/20px/alignment-left.svg +12 -0
- package/styles/icons/20px/alignment-right.svg +12 -0
- package/styles/icons/20px/alignment-top.svg +12 -0
- package/styles/icons/20px/alignment-vertical-center.svg +12 -0
- package/styles/icons/20px/annotation.svg +12 -0
- package/styles/icons/20px/application.svg +13 -0
- package/styles/icons/20px/applications.svg +15 -0
- package/styles/icons/20px/arrow-bottom-left.svg +12 -0
- package/styles/icons/20px/arrow-bottom-right.svg +12 -0
- package/styles/icons/20px/arrow-down.svg +16 -0
- package/styles/icons/20px/arrow-left.svg +13 -0
- package/styles/icons/20px/arrow-right.svg +13 -0
- package/styles/icons/20px/arrow-top-left.svg +12 -0
- package/styles/icons/20px/arrow-top-right.svg +12 -0
- package/styles/icons/20px/arrow-up.svg +16 -0
- package/styles/icons/20px/arrows-horizontal.svg +17 -0
- package/styles/icons/20px/arrows-vertical.svg +17 -0
- package/styles/icons/20px/asterisk.svg +14 -0
- package/styles/icons/20px/automatic-updates.svg +17 -0
- package/styles/icons/20px/badge.svg +13 -0
- package/styles/icons/20px/ban-circle.svg +11 -0
- package/styles/icons/20px/bank-account.svg +17 -0
- package/styles/icons/20px/barcode.svg +13 -0
- package/styles/icons/20px/blank.svg +5 -0
- package/styles/icons/20px/blocked-person.svg +19 -0
- package/styles/icons/20px/bold.svg +12 -0
- package/styles/icons/20px/book.svg +11 -0
- package/styles/icons/20px/bookmark.svg +11 -0
- package/styles/icons/20px/box.svg +13 -0
- package/styles/icons/20px/briefcase.svg +13 -0
- package/styles/icons/20px/build.svg +13 -0
- package/styles/icons/20px/calculator.svg +12 -0
- package/styles/icons/20px/calendar.svg +10 -0
- package/styles/icons/20px/camera.svg +13 -0
- package/styles/icons/20px/caret-down.svg +12 -0
- package/styles/icons/20px/caret-left.svg +13 -0
- package/styles/icons/20px/caret-right.svg +13 -0
- package/styles/icons/20px/caret-up.svg +13 -0
- package/styles/icons/20px/cell-tower.svg +19 -0
- package/styles/icons/20px/changes.svg +16 -0
- package/styles/icons/20px/chart.svg +16 -0
- package/styles/icons/20px/chat.svg +13 -0
- package/styles/icons/20px/chevron-backward.svg +12 -0
- package/styles/icons/20px/chevron-down.svg +12 -0
- package/styles/icons/20px/chevron-forward.svg +12 -0
- package/styles/icons/20px/chevron-left.svg +12 -0
- package/styles/icons/20px/chevron-right.svg +12 -0
- package/styles/icons/20px/chevron-up.svg +12 -0
- package/styles/icons/20px/circle-arrow-down.svg +13 -0
- package/styles/icons/20px/circle-arrow-left.svg +13 -0
- package/styles/icons/20px/circle-arrow-right.svg +14 -0
- package/styles/icons/20px/circle-arrow-up.svg +13 -0
- package/styles/icons/20px/circle.svg +15 -0
- package/styles/icons/20px/citation.svg +12 -0
- package/styles/icons/20px/clean.svg +10 -0
- package/styles/icons/20px/clipboard.svg +10 -0
- package/styles/icons/20px/cloud-download.svg +15 -0
- package/styles/icons/20px/cloud-upload.svg +15 -0
- package/styles/icons/20px/cloud.svg +11 -0
- package/styles/icons/20px/code-block.svg +15 -0
- package/styles/icons/20px/code.svg +16 -0
- package/styles/icons/20px/cog.svg +18 -0
- package/styles/icons/20px/collapse-all.svg +14 -0
- package/styles/icons/20px/column-layout.svg +11 -0
- package/styles/icons/20px/comment.svg +13 -0
- package/styles/icons/20px/comparison.svg +17 -0
- package/styles/icons/20px/compass.svg +9 -0
- package/styles/icons/20px/compressed.svg +14 -0
- package/styles/icons/20px/confirm.svg +15 -0
- package/styles/icons/20px/console.svg +10 -0
- package/styles/icons/20px/contrast.svg +17 -0
- package/styles/icons/20px/control.svg +12 -0
- package/styles/icons/20px/credit-card.svg +14 -0
- package/styles/icons/20px/cross.svg +13 -0
- package/styles/icons/20px/crown.svg +12 -0
- package/styles/icons/20px/cube-add.svg +9 -0
- package/styles/icons/20px/cube-remove.svg +9 -0
- package/styles/icons/20px/cube.svg +9 -0
- package/styles/icons/20px/curved-range-chart.svg +13 -0
- package/styles/icons/20px/cut.svg +14 -0
- package/styles/icons/20px/dashboard.svg +15 -0
- package/styles/icons/20px/database.svg +14 -0
- package/styles/icons/20px/delete.svg +15 -0
- package/styles/icons/20px/delta.svg +11 -0
- package/styles/icons/20px/derive-column.svg +29 -0
- package/styles/icons/20px/desktop.svg +12 -0
- package/styles/icons/20px/diagram-tree.svg +10 -0
- package/styles/icons/20px/direction-left.svg +11 -0
- package/styles/icons/20px/direction-right.svg +11 -0
- package/styles/icons/20px/disable.svg +13 -0
- package/styles/icons/20px/document-open.svg +12 -0
- package/styles/icons/20px/document-share.svg +14 -0
- package/styles/icons/20px/document.svg +12 -0
- package/styles/icons/20px/dollar.svg +23 -0
- package/styles/icons/20px/dot.svg +11 -0
- package/styles/icons/20px/double-caret-horizontal.svg +13 -0
- package/styles/icons/20px/double-caret-vertical.svg +13 -0
- package/styles/icons/20px/double-chevron-down.svg +14 -0
- package/styles/icons/20px/double-chevron-left.svg +14 -0
- package/styles/icons/20px/double-chevron-right.svg +14 -0
- package/styles/icons/20px/double-chevron-up.svg +14 -0
- package/styles/icons/20px/doughnut-chart.svg +11 -0
- package/styles/icons/20px/download.svg +14 -0
- package/styles/icons/20px/drag-handle-horizontal.svg +15 -0
- package/styles/icons/20px/drag-handle-vertical.svg +15 -0
- package/styles/icons/20px/draw.svg +18 -0
- package/styles/icons/20px/drive-time.svg +18 -0
- package/styles/icons/20px/duplicate.svg +12 -0
- package/styles/icons/20px/edit.svg +13 -0
- package/styles/icons/20px/eject.svg +12 -0
- package/styles/icons/20px/endorsed.svg +17 -0
- package/styles/icons/20px/envelope.svg +13 -0
- package/styles/icons/20px/eraser.svg +12 -0
- package/styles/icons/20px/error.svg +12 -0
- package/styles/icons/20px/euro.svg +19 -0
- package/styles/icons/20px/exchange.svg +17 -0
- package/styles/icons/20px/exclude-row.svg +15 -0
- package/styles/icons/20px/expand-all.svg +14 -0
- package/styles/icons/20px/export.svg +14 -0
- package/styles/icons/20px/eye-off.svg +21 -0
- package/styles/icons/20px/eye-on.svg +20 -0
- package/styles/icons/20px/eye-open.svg +12 -0
- package/styles/icons/20px/fast-backward.svg +13 -0
- package/styles/icons/20px/fast-forward.svg +13 -0
- package/styles/icons/20px/feed-subscribed.svg +17 -0
- package/styles/icons/20px/feed.svg +15 -0
- package/styles/icons/20px/film.svg +12 -0
- package/styles/icons/20px/filter-keep.svg +13 -0
- package/styles/icons/20px/filter-list.svg +14 -0
- package/styles/icons/20px/filter-remove.svg +15 -0
- package/styles/icons/20px/filter.svg +13 -0
- package/styles/icons/20px/flag.svg +13 -0
- package/styles/icons/20px/flame.svg +10 -0
- package/styles/icons/20px/flash.svg +20 -0
- package/styles/icons/20px/floppy-disk.svg +12 -0
- package/styles/icons/20px/flow-branch.svg +12 -0
- package/styles/icons/20px/flow-end.svg +12 -0
- package/styles/icons/20px/flow-linear.svg +12 -0
- package/styles/icons/20px/flow-review-branch.svg +12 -0
- package/styles/icons/20px/flow-review.svg +12 -0
- package/styles/icons/20px/flows.svg +13 -0
- package/styles/icons/20px/folder-close.svg +12 -0
- package/styles/icons/20px/folder-new.svg +10 -0
- package/styles/icons/20px/folder-open.svg +13 -0
- package/styles/icons/20px/folder-shared-open.svg +15 -0
- package/styles/icons/20px/folder-shared.svg +15 -0
- package/styles/icons/20px/follower.svg +20 -0
- package/styles/icons/20px/following.svg +20 -0
- package/styles/icons/20px/font.svg +13 -0
- package/styles/icons/20px/fork.svg +16 -0
- package/styles/icons/20px/form.svg +18 -0
- package/styles/icons/20px/full-circle.svg +7 -0
- package/styles/icons/20px/full-stacked-chart.svg +14 -0
- package/styles/icons/20px/fullscreen.svg +16 -0
- package/styles/icons/20px/function.svg +27 -0
- package/styles/icons/20px/gantt-chart.svg +13 -0
- package/styles/icons/20px/geolocation.svg +11 -0
- package/styles/icons/20px/geosearch.svg +28 -0
- package/styles/icons/20px/git-branch.svg +15 -0
- package/styles/icons/20px/git-commit.svg +12 -0
- package/styles/icons/20px/git-merge.svg +14 -0
- package/styles/icons/20px/git-new-branch.svg +15 -0
- package/styles/icons/20px/git-pull.svg +17 -0
- package/styles/icons/20px/git-push.svg +14 -0
- package/styles/icons/20px/git-repo.svg +12 -0
- package/styles/icons/20px/glass.svg +11 -0
- package/styles/icons/20px/globe-network.svg +12 -0
- package/styles/icons/20px/globe.svg +36 -0
- package/styles/icons/20px/graph-remove.svg +17 -0
- package/styles/icons/20px/graph.svg +16 -0
- package/styles/icons/20px/grid-view.svg +11 -0
- package/styles/icons/20px/grid.svg +14 -0
- package/styles/icons/20px/group-objects.svg +13 -0
- package/styles/icons/20px/grouped-bar-chart.svg +14 -0
- package/styles/icons/20px/hand-down.svg +14 -0
- package/styles/icons/20px/hand-left.svg +14 -0
- package/styles/icons/20px/hand-right.svg +14 -0
- package/styles/icons/20px/hand-up.svg +14 -0
- package/styles/icons/20px/hand.svg +20 -0
- package/styles/icons/20px/header-one.svg +12 -0
- package/styles/icons/20px/header-two.svg +19 -0
- package/styles/icons/20px/header.svg +11 -0
- package/styles/icons/20px/headset.svg +13 -0
- package/styles/icons/20px/heart-broken.svg +16 -0
- package/styles/icons/20px/heart.svg +16 -0
- package/styles/icons/20px/heat-grid.svg +12 -0
- package/styles/icons/20px/heatmap.svg +12 -0
- package/styles/icons/20px/help.svg +12 -0
- package/styles/icons/20px/helper-management.svg +16 -0
- package/styles/icons/20px/highlight.svg +13 -0
- package/styles/icons/20px/history.svg +14 -0
- package/styles/icons/20px/home.svg +14 -0
- package/styles/icons/20px/horizontal-bar-chart-asc.svg +13 -0
- package/styles/icons/20px/horizontal-bar-chart-desc.svg +13 -0
- package/styles/icons/20px/horizontal-bar-chart.svg +13 -0
- package/styles/icons/20px/horizontal-distribution.svg +12 -0
- package/styles/icons/20px/id-number.svg +23 -0
- package/styles/icons/20px/image-rotate-left.svg +14 -0
- package/styles/icons/20px/image-rotate-right.svg +14 -0
- package/styles/icons/20px/import.svg +14 -0
- package/styles/icons/20px/inbox-filtered.svg +11 -0
- package/styles/icons/20px/inbox-geo.svg +11 -0
- package/styles/icons/20px/inbox-search.svg +11 -0
- package/styles/icons/20px/inbox-update.svg +11 -0
- package/styles/icons/20px/inbox.svg +13 -0
- package/styles/icons/20px/info-sign.svg +12 -0
- package/styles/icons/20px/inner-join.svg +14 -0
- package/styles/icons/20px/insert.svg +16 -0
- package/styles/icons/20px/intersection.svg +14 -0
- package/styles/icons/20px/ip-address.svg +13 -0
- package/styles/icons/20px/issue-closed.svg +12 -0
- package/styles/icons/20px/issue-new.svg +12 -0
- package/styles/icons/20px/issue.svg +12 -0
- package/styles/icons/20px/italic.svg +13 -0
- package/styles/icons/20px/join-table.svg +12 -0
- package/styles/icons/20px/key-backspace.svg +15 -0
- package/styles/icons/20px/key-command.svg +15 -0
- package/styles/icons/20px/key-control.svg +12 -0
- package/styles/icons/20px/key-delete.svg +15 -0
- package/styles/icons/20px/key-enter.svg +13 -0
- package/styles/icons/20px/key-escape.svg +13 -0
- package/styles/icons/20px/key-option.svg +12 -0
- package/styles/icons/20px/key-shift.svg +12 -0
- package/styles/icons/20px/key-tab.svg +15 -0
- package/styles/icons/20px/key.svg +13 -0
- package/styles/icons/20px/known-vehicle.svg +25 -0
- package/styles/icons/20px/label.svg +12 -0
- package/styles/icons/20px/layer.svg +11 -0
- package/styles/icons/20px/layers.svg +14 -0
- package/styles/icons/20px/layout-auto.svg +17 -0
- package/styles/icons/20px/layout-balloon.svg +16 -0
- package/styles/icons/20px/layout-circle.svg +21 -0
- package/styles/icons/20px/layout-grid.svg +53 -0
- package/styles/icons/20px/layout-group-by.svg +48 -0
- package/styles/icons/20px/layout-hierarchy.svg +17 -0
- package/styles/icons/20px/layout-linear.svg +12 -0
- package/styles/icons/20px/layout-skew-grid.svg +48 -0
- package/styles/icons/20px/layout-sorted-clusters.svg +13 -0
- package/styles/icons/20px/layout.svg +18 -0
- package/styles/icons/20px/left-join.svg +13 -0
- package/styles/icons/20px/lifesaver.svg +9 -0
- package/styles/icons/20px/lightbulb.svg +13 -0
- package/styles/icons/20px/link.svg +18 -0
- package/styles/icons/20px/list-columns.svg +12 -0
- package/styles/icons/20px/list-detail-view.svg +14 -0
- package/styles/icons/20px/list.svg +24 -0
- package/styles/icons/20px/locate.svg +16 -0
- package/styles/icons/20px/lock.svg +8 -0
- package/styles/icons/20px/log-in.svg +13 -0
- package/styles/icons/20px/log-out.svg +13 -0
- package/styles/icons/20px/manual.svg +20 -0
- package/styles/icons/20px/manually-entered-data.svg +15 -0
- package/styles/icons/20px/map-create.svg +16 -0
- package/styles/icons/20px/map-marker.svg +12 -0
- package/styles/icons/20px/map.svg +15 -0
- package/styles/icons/20px/maximize.svg +14 -0
- package/styles/icons/20px/media.svg +12 -0
- package/styles/icons/20px/menu-closed.svg +15 -0
- package/styles/icons/20px/menu-open.svg +15 -0
- package/styles/icons/20px/menu.svg +12 -0
- package/styles/icons/20px/merge-columns.svg +17 -0
- package/styles/icons/20px/merge-links.svg +13 -0
- package/styles/icons/20px/minimize.svg +14 -0
- package/styles/icons/20px/minus.svg +11 -0
- package/styles/icons/20px/mobile-phone.svg +11 -0
- package/styles/icons/20px/mobile-video.svg +12 -0
- package/styles/icons/20px/moon.svg +9 -0
- package/styles/icons/20px/more.svg +11 -0
- package/styles/icons/20px/mountain.svg +10 -0
- package/styles/icons/20px/move.svg +18 -0
- package/styles/icons/20px/mugshot.svg +19 -0
- package/styles/icons/20px/multi-select.svg +13 -0
- package/styles/icons/20px/music.svg +12 -0
- package/styles/icons/20px/new-grid-item.svg +16 -0
- package/styles/icons/20px/new-link.svg +13 -0
- package/styles/icons/20px/new-object.svg +17 -0
- package/styles/icons/20px/new-person.svg +19 -0
- package/styles/icons/20px/new-prescription.svg +16 -0
- package/styles/icons/20px/new-text-box.svg +16 -0
- package/styles/icons/20px/ninja.svg +13 -0
- package/styles/icons/20px/notifications-updated.svg +10 -0
- package/styles/icons/20px/notifications.svg +13 -0
- package/styles/icons/20px/numbered-list.svg +21 -0
- package/styles/icons/20px/numerical.svg +29 -0
- package/styles/icons/20px/office.svg +12 -0
- package/styles/icons/20px/offline.svg +12 -0
- package/styles/icons/20px/oil-field.svg +14 -0
- package/styles/icons/20px/one-column.svg +13 -0
- package/styles/icons/20px/outdated.svg +10 -0
- package/styles/icons/20px/page-layout.svg +12 -0
- package/styles/icons/20px/panel-stats.svg +12 -0
- package/styles/icons/20px/panel-table.svg +9 -0
- package/styles/icons/20px/paperclip.svg +16 -0
- package/styles/icons/20px/paragraph.svg +9 -0
- package/styles/icons/20px/path-search.svg +24 -0
- package/styles/icons/20px/path.svg +12 -0
- package/styles/icons/20px/pause.svg +11 -0
- package/styles/icons/20px/people.svg +26 -0
- package/styles/icons/20px/percentage.svg +14 -0
- package/styles/icons/20px/person.svg +18 -0
- package/styles/icons/20px/phone.svg +15 -0
- package/styles/icons/20px/pie-chart.svg +10 -0
- package/styles/icons/20px/pin.svg +13 -0
- package/styles/icons/20px/pivot-table.svg +16 -0
- package/styles/icons/20px/pivot.svg +14 -0
- package/styles/icons/20px/play.svg +12 -0
- package/styles/icons/20px/plus.svg +11 -0
- package/styles/icons/20px/polygon-filter.svg +15 -0
- package/styles/icons/20px/power.svg +12 -0
- package/styles/icons/20px/predictive-analysis.svg +33 -0
- package/styles/icons/20px/prescription.svg +14 -0
- package/styles/icons/20px/presentation.svg +14 -0
- package/styles/icons/20px/print.svg +13 -0
- package/styles/icons/20px/projects.svg +13 -0
- package/styles/icons/20px/properties.svg +14 -0
- package/styles/icons/20px/property.svg +14 -0
- package/styles/icons/20px/publish-function.svg +30 -0
- package/styles/icons/20px/pulse.svg +13 -0
- package/styles/icons/20px/random.svg +17 -0
- package/styles/icons/20px/record.svg +10 -0
- package/styles/icons/20px/redo.svg +13 -0
- package/styles/icons/20px/refresh.svg +15 -0
- package/styles/icons/20px/regression-chart.svg +13 -0
- package/styles/icons/20px/remove-column-left.svg +12 -0
- package/styles/icons/20px/remove-column-right.svg +12 -0
- package/styles/icons/20px/remove-column.svg +14 -0
- package/styles/icons/20px/remove-row-bottom.svg +12 -0
- package/styles/icons/20px/remove-row-top.svg +11 -0
- package/styles/icons/20px/remove.svg +13 -0
- package/styles/icons/20px/repeat.svg +12 -0
- package/styles/icons/20px/resolve.svg +17 -0
- package/styles/icons/20px/rig.svg +14 -0
- package/styles/icons/20px/right-join.svg +13 -0
- package/styles/icons/20px/ring.svg +11 -0
- package/styles/icons/20px/rotate-document.svg +14 -0
- package/styles/icons/20px/rotate-page.svg +14 -0
- package/styles/icons/20px/satellite.svg +15 -0
- package/styles/icons/20px/saved.svg +13 -0
- package/styles/icons/20px/scatter-plot.svg +13 -0
- package/styles/icons/20px/search-around.svg +30 -0
- package/styles/icons/20px/search-template.svg +16 -0
- package/styles/icons/20px/search-text.svg +16 -0
- package/styles/icons/20px/search.svg +13 -0
- package/styles/icons/20px/segmented-control.svg +10 -0
- package/styles/icons/20px/select.svg +14 -0
- package/styles/icons/20px/selection.svg +11 -0
- package/styles/icons/20px/send-to-graph.svg +17 -0
- package/styles/icons/20px/send-to-map.svg +15 -0
- package/styles/icons/20px/send-to.svg +18 -0
- package/styles/icons/20px/series-add.svg +9 -0
- package/styles/icons/20px/series-configuration.svg +17 -0
- package/styles/icons/20px/series-derived.svg +11 -0
- package/styles/icons/20px/series-filtered.svg +11 -0
- package/styles/icons/20px/series-search.svg +14 -0
- package/styles/icons/20px/settings.svg +14 -0
- package/styles/icons/20px/share.svg +13 -0
- package/styles/icons/20px/shield.svg +10 -0
- package/styles/icons/20px/shop.svg +14 -0
- package/styles/icons/20px/shopping-cart.svg +13 -0
- package/styles/icons/20px/sim-card.svg +12 -0
- package/styles/icons/20px/slash.svg +11 -0
- package/styles/icons/20px/small-cross.svg +13 -0
- package/styles/icons/20px/small-minus.svg +11 -0
- package/styles/icons/20px/small-plus.svg +11 -0
- package/styles/icons/20px/small-tick.svg +12 -0
- package/styles/icons/20px/snowflake.svg +12 -0
- package/styles/icons/20px/social-media.svg +12 -0
- package/styles/icons/20px/sort-alphabetical-desc.svg +14 -0
- package/styles/icons/20px/sort-alphabetical.svg +14 -0
- package/styles/icons/20px/sort-asc.svg +15 -0
- package/styles/icons/20px/sort-desc.svg +15 -0
- package/styles/icons/20px/sort-numerical-desc.svg +25 -0
- package/styles/icons/20px/sort-numerical.svg +26 -0
- package/styles/icons/20px/sort.svg +15 -0
- package/styles/icons/20px/split-columns.svg +16 -0
- package/styles/icons/20px/square.svg +12 -0
- package/styles/icons/20px/stacked-chart.svg +13 -0
- package/styles/icons/20px/star-empty.svg +8 -0
- package/styles/icons/20px/star.svg +8 -0
- package/styles/icons/20px/step-backward.svg +12 -0
- package/styles/icons/20px/step-chart.svg +12 -0
- package/styles/icons/20px/step-forward.svg +12 -0
- package/styles/icons/20px/stop.svg +11 -0
- package/styles/icons/20px/strikethrough.svg +22 -0
- package/styles/icons/20px/style.svg +13 -0
- package/styles/icons/20px/swap-horizontal.svg +16 -0
- package/styles/icons/20px/swap-vertical.svg +16 -0
- package/styles/icons/20px/symbol-circle.svg +10 -0
- package/styles/icons/20px/symbol-cross.svg +11 -0
- package/styles/icons/20px/symbol-diamond.svg +13 -0
- package/styles/icons/20px/symbol-square.svg +11 -0
- package/styles/icons/20px/symbol-triangle-down.svg +11 -0
- package/styles/icons/20px/symbol-triangle-up.svg +12 -0
- package/styles/icons/20px/tag.svg +10 -0
- package/styles/icons/20px/take-action.svg +15 -0
- package/styles/icons/20px/taxi.svg +12 -0
- package/styles/icons/20px/text-highlight.svg +14 -0
- package/styles/icons/20px/th-derived.svg +18 -0
- package/styles/icons/20px/th-filtered.svg +10 -0
- package/styles/icons/20px/th-list.svg +15 -0
- package/styles/icons/20px/th.svg +16 -0
- package/styles/icons/20px/thumbs-down.svg +17 -0
- package/styles/icons/20px/thumbs-up.svg +17 -0
- package/styles/icons/20px/tick-circle.svg +10 -0
- package/styles/icons/20px/tick.svg +12 -0
- package/styles/icons/20px/time.svg +13 -0
- package/styles/icons/20px/timeline-area-chart.svg +12 -0
- package/styles/icons/20px/timeline-bar-chart.svg +13 -0
- package/styles/icons/20px/timeline-events.svg +18 -0
- package/styles/icons/20px/timeline-line-chart.svg +14 -0
- package/styles/icons/20px/tint.svg +11 -0
- package/styles/icons/20px/torch.svg +13 -0
- package/styles/icons/20px/train.svg +9 -0
- package/styles/icons/20px/translate.svg +17 -0
- package/styles/icons/20px/trash.svg +15 -0
- package/styles/icons/20px/tree.svg +12 -0
- package/styles/icons/20px/trending-down.svg +13 -0
- package/styles/icons/20px/trending-up.svg +13 -0
- package/styles/icons/20px/two-columns.svg +14 -0
- package/styles/icons/20px/underline.svg +12 -0
- package/styles/icons/20px/undo.svg +13 -0
- package/styles/icons/20px/ungroup-objects.svg +12 -0
- package/styles/icons/20px/unknown-vehicle.svg +33 -0
- package/styles/icons/20px/unlock.svg +12 -0
- package/styles/icons/20px/unpin.svg +13 -0
- package/styles/icons/20px/unresolve.svg +20 -0
- package/styles/icons/20px/updated.svg +10 -0
- package/styles/icons/20px/upload.svg +13 -0
- package/styles/icons/20px/user.svg +28 -0
- package/styles/icons/20px/variable.svg +24 -0
- package/styles/icons/20px/vertical-bar-chart-asc.svg +13 -0
- package/styles/icons/20px/vertical-bar-chart-desc.svg +13 -0
- package/styles/icons/20px/vertical-distribution.svg +12 -0
- package/styles/icons/20px/video.svg +11 -0
- package/styles/icons/20px/volume-down.svg +12 -0
- package/styles/icons/20px/volume-off.svg +11 -0
- package/styles/icons/20px/volume-up.svg +14 -0
- package/styles/icons/20px/walk.svg +11 -0
- package/styles/icons/20px/warning-sign.svg +13 -0
- package/styles/icons/20px/waterfall-chart.svg +14 -0
- package/styles/icons/20px/widget-button.svg +13 -0
- package/styles/icons/20px/widget-footer.svg +7 -0
- package/styles/icons/20px/widget-header.svg +7 -0
- package/styles/icons/20px/widget.svg +14 -0
- package/styles/icons/20px/wrench.svg +12 -0
- package/styles/icons/20px/zoom-in.svg +15 -0
- package/styles/icons/20px/zoom-out.svg +14 -0
- package/styles/icons/20px/zoom-to-fit.svg +21 -0
- package/styles/tailwind/_base.scss +59117 -0
- package/styles/tailwind/tailwind.config.js +410 -0
- package/types.d.ts +3 -0
- package/types.js +3 -0
- package/types.js.map +1 -0
- package/withErrorBoundary.d.ts +104 -0
- package/withErrorBoundary.js +52 -0
- package/withErrorBoundary.js.map +1 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SimpleTabs = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
tslib_1.__exportStar(require("./Tab"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./TabList"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./TabPanel"), exports);
|
|
8
|
+
const react_tabs_1 = require("react-tabs");
|
|
9
|
+
Object.defineProperty(exports, "SimpleTabs", { enumerable: true, get: function () { return react_tabs_1.Tabs; } });
|
|
10
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/SimpleTabs/index.tsx"],"names":[],"mappings":";;;;AAAA,gDAAsB;AACtB,oDAA0B;AAC1B,qDAA2B;AAE3B,2CAA+E;AACtE,2FADQ,iBAAU,OACR"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { IContentsNode } from './types';
|
|
3
|
+
export interface ITableOfContents {
|
|
4
|
+
contents: IContentsNode[];
|
|
5
|
+
rowRenderer?: (item: IContentsNode, DefaultRow: React.FC<ITableOfContentsItem>) => React.ReactElement;
|
|
6
|
+
padding?: string;
|
|
7
|
+
className?: string;
|
|
8
|
+
title?: string;
|
|
9
|
+
isOpen?: boolean;
|
|
10
|
+
onClose?: () => void;
|
|
11
|
+
enableDrawer?: boolean | number;
|
|
12
|
+
}
|
|
13
|
+
export declare const TableOfContents: React.FunctionComponent<ITableOfContents>;
|
|
14
|
+
interface ITableOfContentsItem {
|
|
15
|
+
item: IContentsNode;
|
|
16
|
+
isExpanded?: boolean;
|
|
17
|
+
onClick?: (e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TableOfContents = void 0;
|
|
4
|
+
const core_1 = require("@blueprintjs/core");
|
|
5
|
+
const classnames_1 = require("classnames");
|
|
6
|
+
const React = require("react");
|
|
7
|
+
const useIsMobile_1 = require("../_hooks/useIsMobile");
|
|
8
|
+
const ScrollContainer_1 = require("../ScrollContainer");
|
|
9
|
+
const TableOfContents = ({ contents: _contents, rowRenderer, className, padding = '10', title, isOpen = false, onClose = () => { }, enableDrawer = true, }) => {
|
|
10
|
+
const contents = _contents;
|
|
11
|
+
const [expanded, setExpanded] = React.useState({});
|
|
12
|
+
const isMobile = (0, useIsMobile_1.useIsMobile)(enableDrawer);
|
|
13
|
+
const comp = (React.createElement("div", { className: (0, classnames_1.default)('TableOfContents bg-gray-1 dark:bg-transparent flex justify-end h-full', className) },
|
|
14
|
+
React.createElement("div", { className: "w-full" },
|
|
15
|
+
React.createElement(ScrollContainer_1.ScrollContainer, null,
|
|
16
|
+
React.createElement("div", { className: (0, classnames_1.default)('TableOfContents__inner ml-auto', `py-${padding}`) }, contents.map((item, index) => {
|
|
17
|
+
if (item.depth > 0) {
|
|
18
|
+
const parentIndex = findParentIndex(item.depth, contents.slice(0, index));
|
|
19
|
+
if (parentIndex > -1 && !expanded[parentIndex]) {
|
|
20
|
+
return null;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
const isGroup = item.type === 'group';
|
|
24
|
+
const isDivider = item.type === 'divider';
|
|
25
|
+
const isExpanded = expanded[index];
|
|
26
|
+
const onClick = (e) => {
|
|
27
|
+
if (isDivider) {
|
|
28
|
+
e.preventDefault();
|
|
29
|
+
return;
|
|
30
|
+
}
|
|
31
|
+
if (!isGroup)
|
|
32
|
+
return;
|
|
33
|
+
e.preventDefault();
|
|
34
|
+
setExpanded(Object.assign(Object.assign({}, expanded), { [String(index)]: !isExpanded }));
|
|
35
|
+
};
|
|
36
|
+
if (rowRenderer) {
|
|
37
|
+
return rowRenderer(item, props => (React.createElement(TableOfContentsItem, Object.assign({}, props, { onClick: onClick, isExpanded: isExpanded }))));
|
|
38
|
+
}
|
|
39
|
+
else {
|
|
40
|
+
return React.createElement(TableOfContentsItem, { key: index, item: item, onClick: onClick, isExpanded: isExpanded });
|
|
41
|
+
}
|
|
42
|
+
}))))));
|
|
43
|
+
if (isMobile) {
|
|
44
|
+
return (React.createElement(core_1.Drawer, { isOpen: isOpen, onClose: () => onClose(), position: "left", size: "330px" },
|
|
45
|
+
React.createElement("div", { className: "flex flex-1 flex-col bg-gray-1 dark:bg-transparent" },
|
|
46
|
+
React.createElement("div", { className: "border-b dark:border-lighten-4 h-20 py-6 px-2 bg-white" },
|
|
47
|
+
React.createElement(core_1.Button, { className: "flex justify-start text-lg", icon: 'arrow-left', minimal: true, onClick: () => onClose() }, title)),
|
|
48
|
+
React.createElement("div", { className: "h-full flex justify-end" }, comp))));
|
|
49
|
+
}
|
|
50
|
+
return comp;
|
|
51
|
+
};
|
|
52
|
+
exports.TableOfContents = TableOfContents;
|
|
53
|
+
const TableOfContentsItem = ({ item, isExpanded, onClick }) => {
|
|
54
|
+
const isChild = item.type !== 'group' && item.depth > 0;
|
|
55
|
+
const isGroup = item.type === 'group';
|
|
56
|
+
const isDivider = item.type === 'divider';
|
|
57
|
+
const isActive = item.isActive;
|
|
58
|
+
const className = (0, classnames_1.default)('TableOfContentsItem__inner relative flex items-center border border-transparent border-r-0', {
|
|
59
|
+
'dark-hover:bg-lighten-2 hover:bg-darken-2 cursor-pointer': !isDivider,
|
|
60
|
+
'text-gray-5 dark:text-gray-5': isDivider || (isChild && !isActive),
|
|
61
|
+
'text-primary bg-white border-darken-3 dark:bg-lighten-2 dark:border-lighten-4': isActive,
|
|
62
|
+
'dark:text-white': !isDivider && !isChild && !isActive,
|
|
63
|
+
});
|
|
64
|
+
return (React.createElement("div", { className: (0, classnames_1.default)('TableOfContentsItem border-transparent', {
|
|
65
|
+
'border-l': !isActive && !isGroup,
|
|
66
|
+
'TableOfContentsItem--active': isActive,
|
|
67
|
+
'TableOfContentsItem--group': isGroup,
|
|
68
|
+
'TableOfContentsItem--divider': isDivider,
|
|
69
|
+
'TableOfContentsItem--child border-gray-3 dark:border-lighten-3': isChild,
|
|
70
|
+
}), style: {
|
|
71
|
+
marginLeft: item.depth * 16,
|
|
72
|
+
}, onClick: onClick },
|
|
73
|
+
React.createElement("div", { className: (0, classnames_1.default)('-ml-px', className) },
|
|
74
|
+
item.icon && React.createElement(core_1.Icon, { className: "mr-3", icon: item.icon, iconSize: 12 }),
|
|
75
|
+
React.createElement("span", { className: "TableOfContentsItem__name flex-1 truncate" }, item.name),
|
|
76
|
+
item.meta && React.createElement("span", { className: "text-sm text-left text-gray font-medium" }, item.meta),
|
|
77
|
+
isGroup && React.createElement(core_1.Icon, { className: "TableOfContentsItem__icon", icon: isExpanded ? 'chevron-down' : 'chevron-right' }))));
|
|
78
|
+
};
|
|
79
|
+
function findParentIndex(currentDepth, contents) {
|
|
80
|
+
for (let index = contents.length - 1; index >= 0; index--) {
|
|
81
|
+
if (contents[index].depth === currentDepth - 1) {
|
|
82
|
+
return String(index);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
return -1;
|
|
86
|
+
}
|
|
87
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/TableOfContents/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IconName } from '@blueprintjs/icons';
|
|
2
|
+
export interface IContentsNode {
|
|
3
|
+
name: string;
|
|
4
|
+
depth: number;
|
|
5
|
+
isActive?: boolean;
|
|
6
|
+
href?: string;
|
|
7
|
+
meta?: string;
|
|
8
|
+
type?: 'divider' | 'group' | 'item';
|
|
9
|
+
icon?: IconName;
|
|
10
|
+
}
|
|
11
|
+
export type IconMapType = 'group' | 'divider' | 'item';
|
|
12
|
+
export type NodeIconMapping = {
|
|
13
|
+
[type in IconMapType]?: IconName;
|
|
14
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/TableOfContents/types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
interface IThemeContainerProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
namespace?: string;
|
|
4
|
+
dark?: boolean;
|
|
5
|
+
}
|
|
6
|
+
declare const ThemeContainer: React.FunctionComponent<IThemeContainerProps>;
|
|
7
|
+
export { ThemeContainer, IThemeContainerProps };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ThemeContainer = void 0;
|
|
4
|
+
const cn = require("classnames");
|
|
5
|
+
const React = require("react");
|
|
6
|
+
const ThemeContainer = props => {
|
|
7
|
+
const { namespace, dark, children } = props;
|
|
8
|
+
const bp_namespace = process.env.BLUEPRINT_NAMESPACE || 'bp3';
|
|
9
|
+
return React.createElement("div", { className: cn(namespace, bp_namespace, dark && `${bp_namespace}-dark`, 'h-full w-full') }, children);
|
|
10
|
+
};
|
|
11
|
+
exports.ThemeContainer = ThemeContainer;
|
|
12
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/ThemeContainer/index.tsx"],"names":[],"mappings":";;;AAAA,iCAAiC;AACjC,+BAA+B;AAW/B,MAAM,cAAc,GAAkD,KAAK,CAAC,EAAE;IAC5E,MAAM,EAAE,SAAS,EAAE,IAAI,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;IAE5C,MAAM,YAAY,GAAG,OAAO,CAAC,GAAG,CAAC,mBAAmB,IAAI,KAAK,CAAC;IAE9D,OAAO,6BAAK,SAAS,EAAE,EAAE,CAAC,SAAS,EAAE,YAAY,EAAE,IAAI,IAAI,GAAG,YAAY,OAAO,EAAE,eAAe,CAAC,IAAG,QAAQ,CAAO,CAAC;AACxH,CAAC,CAAC;AAKO,wCAAc"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.checkMobile = exports.useIsMobile = void 0;
|
|
4
|
+
const React = require("react");
|
|
5
|
+
const useIsMobile = (enableDrawer) => {
|
|
6
|
+
const [isMobile, setIsMobile] = React.useState((0, exports.checkMobile)(enableDrawer));
|
|
7
|
+
const updateLayout = React.useCallback(() => {
|
|
8
|
+
setIsMobile((0, exports.checkMobile)(enableDrawer));
|
|
9
|
+
}, []);
|
|
10
|
+
React.useEffect(() => {
|
|
11
|
+
window.addEventListener('resize', updateLayout);
|
|
12
|
+
return () => {
|
|
13
|
+
window.removeEventListener('resize', updateLayout);
|
|
14
|
+
};
|
|
15
|
+
}, [updateLayout]);
|
|
16
|
+
return isMobile;
|
|
17
|
+
};
|
|
18
|
+
exports.useIsMobile = useIsMobile;
|
|
19
|
+
const checkMobile = (enableDrawer) => {
|
|
20
|
+
if (enableDrawer === true) {
|
|
21
|
+
enableDrawer = 768;
|
|
22
|
+
}
|
|
23
|
+
else if (enableDrawer === false) {
|
|
24
|
+
return false;
|
|
25
|
+
}
|
|
26
|
+
return typeof window !== 'undefined' && window.innerWidth < enableDrawer;
|
|
27
|
+
};
|
|
28
|
+
exports.checkMobile = checkMobile;
|
|
29
|
+
//# sourceMappingURL=useIsMobile.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useIsMobile.js","sourceRoot":"","sources":["../../src/_hooks/useIsMobile.ts"],"names":[],"mappings":";;;AAAA,+BAA+B;AAExB,MAAM,WAAW,GAAG,CAAC,YAA8B,EAAE,EAAE;IAC5D,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC,IAAA,mBAAW,EAAC,YAAY,CAAC,CAAC,CAAC;IAE1E,MAAM,YAAY,GAAG,KAAK,CAAC,WAAW,CAAC,GAAG,EAAE;QAC1C,WAAW,CAAC,IAAA,mBAAW,EAAC,YAAY,CAAC,CAAC,CAAC;IACzC,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,MAAM,CAAC,gBAAgB,CAAC,QAAQ,EAAE,YAAY,CAAC,CAAC;QAChD,OAAO,GAAG,EAAE;YACV,MAAM,CAAC,mBAAmB,CAAC,QAAQ,EAAE,YAAY,CAAC,CAAC;QACrD,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC,CAAC;IAEnB,OAAO,QAAQ,CAAC;AAClB,CAAC,CAAC;AAfW,QAAA,WAAW,eAetB;AAEK,MAAM,WAAW,GAAG,CAAC,YAA8B,EAAE,EAAE;IAC5D,IAAI,YAAY,KAAK,IAAI,EAAE;QACzB,YAAY,GAAG,GAAG,CAAC;KACpB;SAAM,IAAI,YAAY,KAAK,KAAK,EAAE;QACjC,OAAO,KAAK,CAAC;KACd;IAED,OAAO,OAAO,MAAM,KAAK,WAAW,IAAI,MAAM,CAAC,UAAU,GAAG,YAAY,CAAC;AAC3E,CAAC,CAAC;AARW,QAAA,WAAW,eAQtB"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.useValidateSchema = void 0;
|
|
4
|
+
const React = require("react");
|
|
5
|
+
const noError = [];
|
|
6
|
+
const unknownError = ['Unknown error'];
|
|
7
|
+
function useValidateSchema(schema, value, { abortEarly, recursive } = {}) {
|
|
8
|
+
const [errors, setErrors] = React.useState(noError);
|
|
9
|
+
React.useEffect(() => {
|
|
10
|
+
if (!schema) {
|
|
11
|
+
setErrors(noError);
|
|
12
|
+
return;
|
|
13
|
+
}
|
|
14
|
+
schema
|
|
15
|
+
.validate(value, { strict: true, abortEarly, recursive })
|
|
16
|
+
.then(() => {
|
|
17
|
+
setErrors(noError);
|
|
18
|
+
})
|
|
19
|
+
.catch(e => {
|
|
20
|
+
setErrors(e.errors || unknownError);
|
|
21
|
+
});
|
|
22
|
+
}, [schema, value, abortEarly, recursive]);
|
|
23
|
+
return errors;
|
|
24
|
+
}
|
|
25
|
+
exports.useValidateSchema = useValidateSchema;
|
|
26
|
+
//# sourceMappingURL=useValidateSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useValidateSchema.js","sourceRoot":"","sources":["../../src/_hooks/useValidateSchema.ts"],"names":[],"mappings":";;;AAAA,+BAA+B;AAG/B,MAAM,OAAO,GAAa,EAAE,CAAC;AAC7B,MAAM,YAAY,GAAG,CAAC,eAAe,CAAC,CAAC;AAEvC,SAAgB,iBAAiB,CAC/B,MAAsB,EACtB,KAAS,EACT,EAAE,UAAU,EAAE,SAAS,KAA0B,EAAE;IAEnD,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAW,OAAO,CAAC,CAAC;IAE9D,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,IAAI,CAAC,MAAM,EAAE;YACX,SAAS,CAAC,OAAO,CAAC,CAAC;YACnB,OAAO;SACR;QACD,MAAM;aACH,QAAQ,CAAC,KAAK,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,EAAE,SAAS,EAAE,CAAC;aACxD,IAAI,CAAC,GAAG,EAAE;YACT,SAAS,CAAC,OAAO,CAAC,CAAC;QACrB,CAAC,CAAC;aACD,KAAK,CAAC,CAAC,CAAC,EAAE;YACT,SAAS,CAAC,CAAC,CAAC,MAAM,IAAI,YAAY,CAAC,CAAC;QACtC,CAAC,CAAC,CAAC;IACP,CAAC,EAAE,CAAC,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,SAAS,CAAC,CAAC,CAAC;IAE3C,OAAO,MAAM,CAAC;AAChB,CAAC;AAvBD,8CAuBC"}
|
package/classes.d.ts
ADDED
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
export declare const Classes: {
|
|
2
|
+
NS: string;
|
|
3
|
+
CODE_EDITOR: string;
|
|
4
|
+
SIMPLE_TAB: string;
|
|
5
|
+
SIMPLE_TAB_LIST: string;
|
|
6
|
+
SIMPLE_TAB_PANEL: string;
|
|
7
|
+
SCROLL_TRACK: string;
|
|
8
|
+
SCROLL_THUMB: string;
|
|
9
|
+
SCROLL_CONTAINER: string;
|
|
10
|
+
getClassNamespace(): string;
|
|
11
|
+
alignmentClass(alignment: import("@blueprintjs/core").Alignment | undefined): string | undefined;
|
|
12
|
+
elevationClass(elevation: import("@blueprintjs/core").Elevation): string;
|
|
13
|
+
elevationClass(elevation: undefined): undefined;
|
|
14
|
+
elevationClass(elevation: import("@blueprintjs/core").Elevation | undefined): string | undefined;
|
|
15
|
+
iconClass(iconName: string): string;
|
|
16
|
+
iconClass(iconName: undefined): undefined;
|
|
17
|
+
iconClass(iconName: string | undefined): string | undefined;
|
|
18
|
+
intentClass(intent: import("@blueprintjs/core").Intent): string;
|
|
19
|
+
intentClass(intent: "none" | undefined): undefined;
|
|
20
|
+
intentClass(intent: import("@blueprintjs/core").Intent | undefined): import("@blueprintjs/core").Intent | undefined;
|
|
21
|
+
positionClass(position: import("@blueprintjs/core").Position): string;
|
|
22
|
+
positionClass(position: undefined): undefined;
|
|
23
|
+
positionClass(position: import("@blueprintjs/core").Position | undefined): string | undefined;
|
|
24
|
+
ACTIVE: string;
|
|
25
|
+
ALIGN_LEFT: string;
|
|
26
|
+
ALIGN_RIGHT: string;
|
|
27
|
+
DARK: string;
|
|
28
|
+
DISABLED: string;
|
|
29
|
+
FILL: string;
|
|
30
|
+
FIXED: string;
|
|
31
|
+
FIXED_TOP: string;
|
|
32
|
+
INLINE: string;
|
|
33
|
+
INTERACTIVE: string;
|
|
34
|
+
LARGE: string;
|
|
35
|
+
LOADING: string;
|
|
36
|
+
MINIMAL: string;
|
|
37
|
+
OUTLINED: string;
|
|
38
|
+
MULTILINE: string;
|
|
39
|
+
ROUND: string;
|
|
40
|
+
SMALL: string;
|
|
41
|
+
VERTICAL: string;
|
|
42
|
+
POSITION_TOP: string;
|
|
43
|
+
POSITION_BOTTOM: string;
|
|
44
|
+
POSITION_LEFT: string;
|
|
45
|
+
POSITION_RIGHT: string;
|
|
46
|
+
ELEVATION_0: string;
|
|
47
|
+
ELEVATION_1: string;
|
|
48
|
+
ELEVATION_2: string;
|
|
49
|
+
ELEVATION_3: string;
|
|
50
|
+
ELEVATION_4: string;
|
|
51
|
+
INTENT_PRIMARY: string;
|
|
52
|
+
INTENT_SUCCESS: string;
|
|
53
|
+
INTENT_WARNING: string;
|
|
54
|
+
INTENT_DANGER: string;
|
|
55
|
+
FOCUS_DISABLED: string;
|
|
56
|
+
UI_TEXT: string;
|
|
57
|
+
RUNNING_TEXT: string;
|
|
58
|
+
MONOSPACE_TEXT: string;
|
|
59
|
+
TEXT_LARGE: string;
|
|
60
|
+
TEXT_SMALL: string;
|
|
61
|
+
TEXT_MUTED: string;
|
|
62
|
+
TEXT_DISABLED: string;
|
|
63
|
+
TEXT_OVERFLOW_ELLIPSIS: string;
|
|
64
|
+
BLOCKQUOTE: string;
|
|
65
|
+
CODE: string;
|
|
66
|
+
CODE_BLOCK: string;
|
|
67
|
+
HEADING: string;
|
|
68
|
+
LIST: string;
|
|
69
|
+
LIST_UNSTYLED: string;
|
|
70
|
+
RTL: string;
|
|
71
|
+
FIXED_POSITIONING_CONTAINING_BLOCK: string;
|
|
72
|
+
ALERT: string;
|
|
73
|
+
ALERT_BODY: string;
|
|
74
|
+
ALERT_CONTENTS: string;
|
|
75
|
+
ALERT_FOOTER: string;
|
|
76
|
+
BREADCRUMB: string;
|
|
77
|
+
BREADCRUMB_CURRENT: string;
|
|
78
|
+
BREADCRUMBS: string;
|
|
79
|
+
BREADCRUMBS_COLLAPSED: string;
|
|
80
|
+
BUTTON: string;
|
|
81
|
+
BUTTON_GROUP: string;
|
|
82
|
+
BUTTON_SPINNER: string;
|
|
83
|
+
BUTTON_TEXT: string;
|
|
84
|
+
CALLOUT: string;
|
|
85
|
+
CALLOUT_ICON: string;
|
|
86
|
+
CARD: string;
|
|
87
|
+
COLLAPSE: string;
|
|
88
|
+
COLLAPSE_BODY: string;
|
|
89
|
+
COLLAPSIBLE_LIST: string;
|
|
90
|
+
CONTEXT_MENU: string;
|
|
91
|
+
CONTEXT_MENU_POPOVER_TARGET: string;
|
|
92
|
+
CONTROL_GROUP: string;
|
|
93
|
+
DIALOG: string;
|
|
94
|
+
DIALOG_CONTAINER: string;
|
|
95
|
+
DIALOG_BODY: string;
|
|
96
|
+
DIALOG_CLOSE_BUTTON: string;
|
|
97
|
+
DIALOG_FOOTER: string;
|
|
98
|
+
DIALOG_FOOTER_ACTIONS: string;
|
|
99
|
+
DIALOG_HEADER: string;
|
|
100
|
+
DIALOG_STEP: string;
|
|
101
|
+
DIALOG_STEP_CONTAINER: string;
|
|
102
|
+
DIALOG_STEP_TITLE: string;
|
|
103
|
+
DIALOG_STEP_ICON: string;
|
|
104
|
+
DIALOG_STEP_VIEWED: string;
|
|
105
|
+
DIVIDER: string;
|
|
106
|
+
DRAWER: string;
|
|
107
|
+
DRAWER_BODY: string;
|
|
108
|
+
DRAWER_FOOTER: string;
|
|
109
|
+
DRAWER_HEADER: string;
|
|
110
|
+
EDITABLE_TEXT: string;
|
|
111
|
+
EDITABLE_TEXT_CONTENT: string;
|
|
112
|
+
EDITABLE_TEXT_EDITING: string;
|
|
113
|
+
EDITABLE_TEXT_INPUT: string;
|
|
114
|
+
EDITABLE_TEXT_PLACEHOLDER: string;
|
|
115
|
+
FLEX_EXPANDER: string;
|
|
116
|
+
HTML_SELECT: string;
|
|
117
|
+
SELECT: string;
|
|
118
|
+
HTML_TABLE: string;
|
|
119
|
+
HTML_TABLE_BORDERED: string;
|
|
120
|
+
HTML_TABLE_CONDENSED: string;
|
|
121
|
+
HTML_TABLE_STRIPED: string;
|
|
122
|
+
INPUT: string;
|
|
123
|
+
INPUT_GHOST: string;
|
|
124
|
+
INPUT_GROUP: string;
|
|
125
|
+
INPUT_LEFT_CONTAINER: string;
|
|
126
|
+
INPUT_ACTION: string;
|
|
127
|
+
CONTROL: string;
|
|
128
|
+
CONTROL_INDICATOR: string;
|
|
129
|
+
CONTROL_INDICATOR_CHILD: string;
|
|
130
|
+
CHECKBOX: string;
|
|
131
|
+
RADIO: string;
|
|
132
|
+
SWITCH: string;
|
|
133
|
+
SWITCH_INNER_TEXT: string;
|
|
134
|
+
FILE_INPUT: string;
|
|
135
|
+
FILE_INPUT_HAS_SELECTION: string;
|
|
136
|
+
FILE_UPLOAD_INPUT: string;
|
|
137
|
+
FILE_UPLOAD_INPUT_CUSTOM_TEXT: string;
|
|
138
|
+
KEY: string;
|
|
139
|
+
KEY_COMBO: string;
|
|
140
|
+
MODIFIER_KEY: string;
|
|
141
|
+
HOTKEY: string;
|
|
142
|
+
HOTKEY_LABEL: string;
|
|
143
|
+
HOTKEY_COLUMN: string;
|
|
144
|
+
HOTKEY_DIALOG: string;
|
|
145
|
+
LABEL: string;
|
|
146
|
+
FORM_GROUP: string;
|
|
147
|
+
FORM_CONTENT: string;
|
|
148
|
+
FORM_HELPER_TEXT: string;
|
|
149
|
+
FORM_GROUP_SUB_LABEL: string;
|
|
150
|
+
MENU: string;
|
|
151
|
+
MENU_ITEM: string;
|
|
152
|
+
MENU_ITEM_LABEL: string;
|
|
153
|
+
MENU_SUBMENU: string;
|
|
154
|
+
MENU_DIVIDER: string;
|
|
155
|
+
MENU_HEADER: string;
|
|
156
|
+
MULTISTEP_DIALOG: string;
|
|
157
|
+
MULTISTEP_DIALOG_PANELS: string;
|
|
158
|
+
MULTISTEP_DIALOG_LEFT_PANEL: string;
|
|
159
|
+
MULTISTEP_DIALOG_RIGHT_PANEL: string;
|
|
160
|
+
MULTISTEP_DIALOG_FOOTER: string;
|
|
161
|
+
NAVBAR: string;
|
|
162
|
+
NAVBAR_GROUP: string;
|
|
163
|
+
NAVBAR_HEADING: string;
|
|
164
|
+
NAVBAR_DIVIDER: string;
|
|
165
|
+
NON_IDEAL_STATE: string;
|
|
166
|
+
NON_IDEAL_STATE_VISUAL: string;
|
|
167
|
+
NUMERIC_INPUT: string;
|
|
168
|
+
OVERFLOW_LIST: string;
|
|
169
|
+
OVERFLOW_LIST_SPACER: string;
|
|
170
|
+
OVERLAY: string;
|
|
171
|
+
OVERLAY_BACKDROP: string;
|
|
172
|
+
OVERLAY_CONTAINER: string;
|
|
173
|
+
OVERLAY_CONTENT: string;
|
|
174
|
+
OVERLAY_INLINE: string;
|
|
175
|
+
OVERLAY_OPEN: string;
|
|
176
|
+
OVERLAY_SCROLL_CONTAINER: string;
|
|
177
|
+
OVERLAY_START_FOCUS_TRAP: string;
|
|
178
|
+
OVERLAY_END_FOCUS_TRAP: string;
|
|
179
|
+
PANEL_STACK: string;
|
|
180
|
+
PANEL_STACK_HEADER: string;
|
|
181
|
+
PANEL_STACK_HEADER_BACK: string;
|
|
182
|
+
PANEL_STACK_VIEW: string;
|
|
183
|
+
PANEL_STACK2: string;
|
|
184
|
+
PANEL_STACK2_HEADER: string;
|
|
185
|
+
PANEL_STACK2_HEADER_BACK: string;
|
|
186
|
+
PANEL_STACK2_VIEW: string;
|
|
187
|
+
POPOVER: string;
|
|
188
|
+
POPOVER_ARROW: string;
|
|
189
|
+
POPOVER_BACKDROP: string;
|
|
190
|
+
POPOVER_CAPTURING_DISMISS: string;
|
|
191
|
+
POPOVER_CONTENT: string;
|
|
192
|
+
POPOVER_CONTENT_SIZING: string;
|
|
193
|
+
POPOVER_DISMISS: string;
|
|
194
|
+
POPOVER_DISMISS_OVERRIDE: string;
|
|
195
|
+
POPOVER_OPEN: string;
|
|
196
|
+
POPOVER_OUT_OF_BOUNDARIES: string;
|
|
197
|
+
POPOVER_TARGET: string;
|
|
198
|
+
POPOVER_WRAPPER: string;
|
|
199
|
+
TRANSITION_CONTAINER: string;
|
|
200
|
+
PROGRESS_BAR: string;
|
|
201
|
+
PROGRESS_METER: string;
|
|
202
|
+
PROGRESS_NO_STRIPES: string;
|
|
203
|
+
PROGRESS_NO_ANIMATION: string;
|
|
204
|
+
PORTAL: string;
|
|
205
|
+
SKELETON: string;
|
|
206
|
+
SLIDER: string;
|
|
207
|
+
SLIDER_AXIS: string;
|
|
208
|
+
SLIDER_HANDLE: string;
|
|
209
|
+
SLIDER_LABEL: string;
|
|
210
|
+
SLIDER_TRACK: string;
|
|
211
|
+
SLIDER_PROGRESS: string;
|
|
212
|
+
START: string;
|
|
213
|
+
END: string;
|
|
214
|
+
SPINNER: string;
|
|
215
|
+
SPINNER_ANIMATION: string;
|
|
216
|
+
SPINNER_HEAD: string;
|
|
217
|
+
SPINNER_NO_SPIN: string;
|
|
218
|
+
SPINNER_TRACK: string;
|
|
219
|
+
TAB: string;
|
|
220
|
+
TAB_INDICATOR: string;
|
|
221
|
+
TAB_INDICATOR_WRAPPER: string;
|
|
222
|
+
TAB_LIST: string;
|
|
223
|
+
TAB_PANEL: string;
|
|
224
|
+
TABS: string;
|
|
225
|
+
TAG: string;
|
|
226
|
+
TAG_REMOVE: string;
|
|
227
|
+
TAG_INPUT: string;
|
|
228
|
+
TAG_INPUT_ICON: string;
|
|
229
|
+
TAG_INPUT_VALUES: string;
|
|
230
|
+
TOAST: string;
|
|
231
|
+
TOAST_CONTAINER: string;
|
|
232
|
+
TOAST_MESSAGE: string;
|
|
233
|
+
TOOLTIP: string;
|
|
234
|
+
TOOLTIP_INDICATOR: string;
|
|
235
|
+
TREE: string;
|
|
236
|
+
TREE_NODE: string;
|
|
237
|
+
TREE_NODE_CARET: string;
|
|
238
|
+
TREE_NODE_CARET_CLOSED: string;
|
|
239
|
+
TREE_NODE_CARET_NONE: string;
|
|
240
|
+
TREE_NODE_CARET_OPEN: string;
|
|
241
|
+
TREE_NODE_CONTENT: string;
|
|
242
|
+
TREE_NODE_EXPANDED: string;
|
|
243
|
+
TREE_NODE_ICON: string;
|
|
244
|
+
TREE_NODE_LABEL: string;
|
|
245
|
+
TREE_NODE_LIST: string;
|
|
246
|
+
TREE_NODE_SECONDARY_LABEL: string;
|
|
247
|
+
TREE_NODE_SELECTED: string;
|
|
248
|
+
TREE_ROOT: string;
|
|
249
|
+
ICON: string;
|
|
250
|
+
ICON_STANDARD: string;
|
|
251
|
+
ICON_LARGE: string;
|
|
252
|
+
};
|
package/classes.js
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Classes = void 0;
|
|
4
|
+
const core_1 = require("@blueprintjs/core");
|
|
5
|
+
const NS = process.env.BLUEPRINT_NAMESPACE || 'bp3';
|
|
6
|
+
exports.Classes = Object.assign(Object.assign({}, core_1.Classes), { NS, CODE_EDITOR: `${NS}-code-editor`, SIMPLE_TAB: `${NS}-simple-tab`, SIMPLE_TAB_LIST: `${NS}-simple-tab-list`, SIMPLE_TAB_PANEL: `${NS}-simple-tab-panel`, SCROLL_TRACK: `${NS}-scroll-track`, SCROLL_THUMB: `${NS}-scroll-thumb`, SCROLL_CONTAINER: `${NS}-scroll-container` });
|
|
7
|
+
//# sourceMappingURL=classes.js.map
|
package/classes.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"classes.js","sourceRoot":"","sources":["../src/classes.ts"],"names":[],"mappings":";;;AAGA,4CAAyD;AAEzD,MAAM,EAAE,GAAG,OAAO,CAAC,GAAG,CAAC,mBAAmB,IAAI,KAAK,CAAC;AAKvC,QAAA,OAAO,mCACf,cAAS,KACZ,EAAE,EACF,WAAW,EAAE,GAAG,EAAE,cAAc,EAChC,UAAU,EAAE,GAAG,EAAE,aAAa,EAC9B,eAAe,EAAE,GAAG,EAAE,kBAAkB,EACxC,gBAAgB,EAAE,GAAG,EAAE,mBAAmB,EAC1C,YAAY,EAAE,GAAG,EAAE,eAAe,EAClC,YAAY,EAAE,GAAG,EAAE,eAAe,EAClC,gBAAgB,EAAE,GAAG,EAAE,mBAAmB,IAC1C"}
|
package/colors.d.ts
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
export declare enum COLORS {
|
|
2
|
+
BLACK = "black",
|
|
3
|
+
WHITE = "white",
|
|
4
|
+
LIGHTEN = "lighten",
|
|
5
|
+
LIGHTEN1 = "lighten-1",
|
|
6
|
+
LIGHTEN2 = "lighten-2",
|
|
7
|
+
LIGHTEN3 = "lighten-3",
|
|
8
|
+
LIGHTEN4 = "lighten-4",
|
|
9
|
+
LIGHTEN5 = "lighten-5",
|
|
10
|
+
LIGHTEN6 = "lighten-6",
|
|
11
|
+
LIGHTEN7 = "lighten-7",
|
|
12
|
+
LIGHTEN8 = "lighten-8",
|
|
13
|
+
LIGHTEN9 = "lighten-9",
|
|
14
|
+
DARKEN = "darken",
|
|
15
|
+
DARKEN1 = "darken-1",
|
|
16
|
+
DARKEN2 = "darken-2",
|
|
17
|
+
DARKEN3 = "darken-3",
|
|
18
|
+
DARKEN4 = "darken-4",
|
|
19
|
+
DARKEN5 = "darken-5",
|
|
20
|
+
DARKEN6 = "darken-6",
|
|
21
|
+
DARKEN7 = "darken-7",
|
|
22
|
+
DARKEN8 = "darken-8",
|
|
23
|
+
DARKEN9 = "darken-9",
|
|
24
|
+
RED = "red",
|
|
25
|
+
RED1 = "red-1",
|
|
26
|
+
RED2 = "red-2",
|
|
27
|
+
RED3 = "red-3",
|
|
28
|
+
RED4 = "red-4",
|
|
29
|
+
RED5 = "red-5",
|
|
30
|
+
RED6 = "red-6",
|
|
31
|
+
RED7 = "red-7",
|
|
32
|
+
RED8 = "red-8",
|
|
33
|
+
RED9 = "red-9",
|
|
34
|
+
ORANGE = "orange",
|
|
35
|
+
ORANGE1 = "orange-1",
|
|
36
|
+
ORANGE2 = "orange-2",
|
|
37
|
+
ORANGE3 = "orange-3",
|
|
38
|
+
ORANGE4 = "orange-4",
|
|
39
|
+
ORANGE5 = "orange-5",
|
|
40
|
+
ORANGE6 = "orange-6",
|
|
41
|
+
ORANGE7 = "orange-7",
|
|
42
|
+
ORANGE8 = "orange-8",
|
|
43
|
+
ORANGE9 = "orange-9",
|
|
44
|
+
GREEN = "green",
|
|
45
|
+
GREEN1 = "green-1",
|
|
46
|
+
GREEN2 = "green-2",
|
|
47
|
+
GREEN3 = "green-3",
|
|
48
|
+
GREEN4 = "green-4",
|
|
49
|
+
GREEN5 = "green-5",
|
|
50
|
+
GREEN6 = "green-6",
|
|
51
|
+
GREEN7 = "green-7",
|
|
52
|
+
GREEN8 = "green-8",
|
|
53
|
+
GREEN9 = "green-9",
|
|
54
|
+
BLUE = "blue",
|
|
55
|
+
BLUE1 = "blue-1",
|
|
56
|
+
BLUE2 = "blue-2",
|
|
57
|
+
BLUE3 = "blue-3",
|
|
58
|
+
BLUE4 = "blue-4",
|
|
59
|
+
BLUE5 = "blue-5",
|
|
60
|
+
BLUE6 = "blue-6",
|
|
61
|
+
BLUE7 = "blue-7",
|
|
62
|
+
BLUE8 = "blue-8",
|
|
63
|
+
BLUE9 = "blue-9",
|
|
64
|
+
PURPLE = "purple",
|
|
65
|
+
PURPLE1 = "purple-1",
|
|
66
|
+
PURPLE2 = "purple-2",
|
|
67
|
+
PURPLE3 = "purple-3",
|
|
68
|
+
PURPLE4 = "purple-4",
|
|
69
|
+
PURPLE5 = "purple-5",
|
|
70
|
+
PURPLE6 = "purple-6",
|
|
71
|
+
PURPLE7 = "purple-7",
|
|
72
|
+
PURPLE8 = "purple-8",
|
|
73
|
+
PURPLE9 = "purple-9"
|
|
74
|
+
}
|