@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
package/colors.js
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.COLORS = void 0;
|
|
4
|
+
var COLORS;
|
|
5
|
+
(function (COLORS) {
|
|
6
|
+
COLORS["BLACK"] = "black";
|
|
7
|
+
COLORS["WHITE"] = "white";
|
|
8
|
+
COLORS["LIGHTEN"] = "lighten";
|
|
9
|
+
COLORS["LIGHTEN1"] = "lighten-1";
|
|
10
|
+
COLORS["LIGHTEN2"] = "lighten-2";
|
|
11
|
+
COLORS["LIGHTEN3"] = "lighten-3";
|
|
12
|
+
COLORS["LIGHTEN4"] = "lighten-4";
|
|
13
|
+
COLORS["LIGHTEN5"] = "lighten-5";
|
|
14
|
+
COLORS["LIGHTEN6"] = "lighten-6";
|
|
15
|
+
COLORS["LIGHTEN7"] = "lighten-7";
|
|
16
|
+
COLORS["LIGHTEN8"] = "lighten-8";
|
|
17
|
+
COLORS["LIGHTEN9"] = "lighten-9";
|
|
18
|
+
COLORS["DARKEN"] = "darken";
|
|
19
|
+
COLORS["DARKEN1"] = "darken-1";
|
|
20
|
+
COLORS["DARKEN2"] = "darken-2";
|
|
21
|
+
COLORS["DARKEN3"] = "darken-3";
|
|
22
|
+
COLORS["DARKEN4"] = "darken-4";
|
|
23
|
+
COLORS["DARKEN5"] = "darken-5";
|
|
24
|
+
COLORS["DARKEN6"] = "darken-6";
|
|
25
|
+
COLORS["DARKEN7"] = "darken-7";
|
|
26
|
+
COLORS["DARKEN8"] = "darken-8";
|
|
27
|
+
COLORS["DARKEN9"] = "darken-9";
|
|
28
|
+
COLORS["RED"] = "red";
|
|
29
|
+
COLORS["RED1"] = "red-1";
|
|
30
|
+
COLORS["RED2"] = "red-2";
|
|
31
|
+
COLORS["RED3"] = "red-3";
|
|
32
|
+
COLORS["RED4"] = "red-4";
|
|
33
|
+
COLORS["RED5"] = "red-5";
|
|
34
|
+
COLORS["RED6"] = "red-6";
|
|
35
|
+
COLORS["RED7"] = "red-7";
|
|
36
|
+
COLORS["RED8"] = "red-8";
|
|
37
|
+
COLORS["RED9"] = "red-9";
|
|
38
|
+
COLORS["ORANGE"] = "orange";
|
|
39
|
+
COLORS["ORANGE1"] = "orange-1";
|
|
40
|
+
COLORS["ORANGE2"] = "orange-2";
|
|
41
|
+
COLORS["ORANGE3"] = "orange-3";
|
|
42
|
+
COLORS["ORANGE4"] = "orange-4";
|
|
43
|
+
COLORS["ORANGE5"] = "orange-5";
|
|
44
|
+
COLORS["ORANGE6"] = "orange-6";
|
|
45
|
+
COLORS["ORANGE7"] = "orange-7";
|
|
46
|
+
COLORS["ORANGE8"] = "orange-8";
|
|
47
|
+
COLORS["ORANGE9"] = "orange-9";
|
|
48
|
+
COLORS["GREEN"] = "green";
|
|
49
|
+
COLORS["GREEN1"] = "green-1";
|
|
50
|
+
COLORS["GREEN2"] = "green-2";
|
|
51
|
+
COLORS["GREEN3"] = "green-3";
|
|
52
|
+
COLORS["GREEN4"] = "green-4";
|
|
53
|
+
COLORS["GREEN5"] = "green-5";
|
|
54
|
+
COLORS["GREEN6"] = "green-6";
|
|
55
|
+
COLORS["GREEN7"] = "green-7";
|
|
56
|
+
COLORS["GREEN8"] = "green-8";
|
|
57
|
+
COLORS["GREEN9"] = "green-9";
|
|
58
|
+
COLORS["BLUE"] = "blue";
|
|
59
|
+
COLORS["BLUE1"] = "blue-1";
|
|
60
|
+
COLORS["BLUE2"] = "blue-2";
|
|
61
|
+
COLORS["BLUE3"] = "blue-3";
|
|
62
|
+
COLORS["BLUE4"] = "blue-4";
|
|
63
|
+
COLORS["BLUE5"] = "blue-5";
|
|
64
|
+
COLORS["BLUE6"] = "blue-6";
|
|
65
|
+
COLORS["BLUE7"] = "blue-7";
|
|
66
|
+
COLORS["BLUE8"] = "blue-8";
|
|
67
|
+
COLORS["BLUE9"] = "blue-9";
|
|
68
|
+
COLORS["PURPLE"] = "purple";
|
|
69
|
+
COLORS["PURPLE1"] = "purple-1";
|
|
70
|
+
COLORS["PURPLE2"] = "purple-2";
|
|
71
|
+
COLORS["PURPLE3"] = "purple-3";
|
|
72
|
+
COLORS["PURPLE4"] = "purple-4";
|
|
73
|
+
COLORS["PURPLE5"] = "purple-5";
|
|
74
|
+
COLORS["PURPLE6"] = "purple-6";
|
|
75
|
+
COLORS["PURPLE7"] = "purple-7";
|
|
76
|
+
COLORS["PURPLE8"] = "purple-8";
|
|
77
|
+
COLORS["PURPLE9"] = "purple-9";
|
|
78
|
+
})(COLORS = exports.COLORS || (exports.COLORS = {}));
|
|
79
|
+
//# sourceMappingURL=colors.js.map
|
package/colors.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"colors.js","sourceRoot":"","sources":["../src/colors.ts"],"names":[],"mappings":";;;AAAA,IAAY,MAgFX;AAhFD,WAAY,MAAM;IAChB,yBAAe,CAAA;IACf,yBAAe,CAAA;IAEf,6BAAmB,CAAA;IACnB,gCAAsB,CAAA;IACtB,gCAAsB,CAAA;IACtB,gCAAsB,CAAA;IACtB,gCAAsB,CAAA;IACtB,gCAAsB,CAAA;IACtB,gCAAsB,CAAA;IACtB,gCAAsB,CAAA;IACtB,gCAAsB,CAAA;IACtB,gCAAsB,CAAA;IAEtB,2BAAiB,CAAA;IACjB,8BAAoB,CAAA;IACpB,8BAAoB,CAAA;IACpB,8BAAoB,CAAA;IACpB,8BAAoB,CAAA;IACpB,8BAAoB,CAAA;IACpB,8BAAoB,CAAA;IACpB,8BAAoB,CAAA;IACpB,8BAAoB,CAAA;IACpB,8BAAoB,CAAA;IAEpB,qBAAW,CAAA;IACX,wBAAc,CAAA;IACd,wBAAc,CAAA;IACd,wBAAc,CAAA;IACd,wBAAc,CAAA;IACd,wBAAc,CAAA;IACd,wBAAc,CAAA;IACd,wBAAc,CAAA;IACd,wBAAc,CAAA;IACd,wBAAc,CAAA;IAEd,2BAAiB,CAAA;IACjB,8BAAoB,CAAA;IACpB,8BAAoB,CAAA;IACpB,8BAAoB,CAAA;IACpB,8BAAoB,CAAA;IACpB,8BAAoB,CAAA;IACpB,8BAAoB,CAAA;IACpB,8BAAoB,CAAA;IACpB,8BAAoB,CAAA;IACpB,8BAAoB,CAAA;IAEpB,yBAAe,CAAA;IACf,4BAAkB,CAAA;IAClB,4BAAkB,CAAA;IAClB,4BAAkB,CAAA;IAClB,4BAAkB,CAAA;IAClB,4BAAkB,CAAA;IAClB,4BAAkB,CAAA;IAClB,4BAAkB,CAAA;IAClB,4BAAkB,CAAA;IAClB,4BAAkB,CAAA;IAElB,uBAAa,CAAA;IACb,0BAAgB,CAAA;IAChB,0BAAgB,CAAA;IAChB,0BAAgB,CAAA;IAChB,0BAAgB,CAAA;IAChB,0BAAgB,CAAA;IAChB,0BAAgB,CAAA;IAChB,0BAAgB,CAAA;IAChB,0BAAgB,CAAA;IAChB,0BAAgB,CAAA;IAEhB,2BAAiB,CAAA;IACjB,8BAAoB,CAAA;IACpB,8BAAoB,CAAA;IACpB,8BAAoB,CAAA;IACpB,8BAAoB,CAAA;IACpB,8BAAoB,CAAA;IACpB,8BAAoB,CAAA;IACpB,8BAAoB,CAAA;IACpB,8BAAoB,CAAA;IACpB,8BAAoB,CAAA;AACtB,CAAC,EAhFW,MAAM,GAAN,cAAM,KAAN,cAAM,QAgFjB"}
|
package/index.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from './colors';
|
|
2
|
+
export * from './classes';
|
|
3
|
+
export * from './CodeEditor';
|
|
4
|
+
export * from './CodeViewer';
|
|
5
|
+
export * from './FormButton';
|
|
6
|
+
export * from './FormError';
|
|
7
|
+
export * from './FormInput';
|
|
8
|
+
export * from './SecretInput';
|
|
9
|
+
export * from './ThemeContainer';
|
|
10
|
+
export * from './AutoSizer';
|
|
11
|
+
export * from '@blueprintjs/core';
|
|
12
|
+
export { default as AutosizeInput, AutosizeInputProps } from 'react-input-autosize';
|
package/index.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AutosizeInput = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
tslib_1.__exportStar(require("./colors"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./classes"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./CodeEditor"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./CodeViewer"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./FormButton"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./FormError"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./FormInput"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./SecretInput"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./ThemeContainer"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./AutoSizer"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("@blueprintjs/core"), exports);
|
|
16
|
+
var react_input_autosize_1 = require("react-input-autosize");
|
|
17
|
+
Object.defineProperty(exports, "AutosizeInput", { enumerable: true, get: function () { return react_input_autosize_1.default; } });
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
package/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;AAWA,mDAAyB;AACzB,oDAA0B;AAK1B,uDAA6B;AAC7B,uDAA6B;AAC7B,uDAA6B;AAC7B,sDAA4B;AAC5B,sDAA4B;AAG5B,wDAA8B;AAC9B,2DAAiC;AACjC,sDAA4B;AAO5B,4DAAkC;AAYlC,6DAAoF;AAA3E,qHAAA,OAAO,OAAiB"}
|
package/package.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@stoplight/ui-kit",
|
|
3
|
+
"version": "0.0.0-beta-0.1",
|
|
4
|
+
"description": "Foundational React components for the Stoplight ecosystem.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"react",
|
|
7
|
+
"ui",
|
|
8
|
+
"ui-components"
|
|
9
|
+
],
|
|
10
|
+
"main": "index.js",
|
|
11
|
+
"sideEffects": false,
|
|
12
|
+
"files": [
|
|
13
|
+
"**/*"
|
|
14
|
+
],
|
|
15
|
+
"author": "Stoplight <support@stoplight.io>",
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "https://github.com/stoplightio/ui-kit.git"
|
|
19
|
+
},
|
|
20
|
+
"license": "Apache-2.0",
|
|
21
|
+
"engines": {
|
|
22
|
+
"node": ">=8.3.0"
|
|
23
|
+
},
|
|
24
|
+
"peerDependencies": {
|
|
25
|
+
"react": ">=16.8",
|
|
26
|
+
"react-dom": ">=16.8"
|
|
27
|
+
},
|
|
28
|
+
"dependencies": {
|
|
29
|
+
"@blueprintjs/core": "^3.22.3",
|
|
30
|
+
"@blueprintjs/icons": "^3.13.0",
|
|
31
|
+
"@blueprintjs/select": "^3.11.2",
|
|
32
|
+
"classnames": "^2.2.6",
|
|
33
|
+
"prismjs": "^1.17.1",
|
|
34
|
+
"react-input-autosize": "^2.2.2",
|
|
35
|
+
"react-scrollbars-custom": "~4.0.21",
|
|
36
|
+
"react-simple-code-editor": "~0.10.0",
|
|
37
|
+
"react-tabs": "^3.1.0",
|
|
38
|
+
"react-virtualized-auto-sizer": "^1.0.2",
|
|
39
|
+
"react-window": "~1.8.5",
|
|
40
|
+
"refractor": "^3.0.0",
|
|
41
|
+
"yup": "^0.28.0"
|
|
42
|
+
},
|
|
43
|
+
"typings": "index.d.ts"
|
|
44
|
+
}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* UTILS
|
|
3
|
+
* contains theme and helper functions
|
|
4
|
+
*/
|
|
5
|
+
@import './common/utils';
|
|
6
|
+
|
|
7
|
+
/*
|
|
8
|
+
* THEME
|
|
9
|
+
* contains theme and helper functions
|
|
10
|
+
*/
|
|
11
|
+
@import './common/theme';
|
|
12
|
+
|
|
13
|
+
/*
|
|
14
|
+
* BLUEPRINT
|
|
15
|
+
* containe blueprint styles and icons
|
|
16
|
+
*/
|
|
17
|
+
@import './blueprint/variables';
|
|
18
|
+
@import './blueprint/base';
|
|
19
|
+
@import './blueprint/icons';
|
|
20
|
+
|
|
21
|
+
/*
|
|
22
|
+
* COMPONENTS
|
|
23
|
+
* contains styles for our home grown components
|
|
24
|
+
*/
|
|
25
|
+
@import './components/base';
|
|
26
|
+
|
|
27
|
+
/*
|
|
28
|
+
* TAILWIND
|
|
29
|
+
* contains tailwind generated classes
|
|
30
|
+
*/
|
|
31
|
+
@import './tailwind/base';
|
|
32
|
+
|
|
33
|
+
// some extra custom styling we want to apply
|
|
34
|
+
body,
|
|
35
|
+
html,
|
|
36
|
+
.root {
|
|
37
|
+
height: 100%;
|
|
38
|
+
font-size: get-font-size(base);
|
|
39
|
+
background-color: 0.1s cubic-bezier(0.4, 1, 0.75, 0.9);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
a {
|
|
43
|
+
// simple reset when using link in random places like around a <Card />
|
|
44
|
+
&.reset {
|
|
45
|
+
color: inherit;
|
|
46
|
+
text-decoration: none;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
#{ns} a {
|
|
51
|
+
color: get-color(info, 6);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.#{$ns}-label {
|
|
55
|
+
font-weight: get-font-weight(semibold);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.#{$ns}-select-popover .#{$ns}-menu {
|
|
59
|
+
max-width: 400px;
|
|
60
|
+
max-height: 300px;
|
|
61
|
+
overflow: auto;
|
|
62
|
+
padding: 10px;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.#{$ns}-select-popover .#{$ns}-menu .#{$ns}-menu-item-label {
|
|
66
|
+
font-size: 10px;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
// tailwind sets fontsize on headers to base so reset to chrome defaults
|
|
70
|
+
h1 {
|
|
71
|
+
font-size: 2rem;
|
|
72
|
+
font-weight: bold;
|
|
73
|
+
}
|
|
74
|
+
h2 {
|
|
75
|
+
font-size: 1.5rem;
|
|
76
|
+
font-weight: bold;
|
|
77
|
+
}
|
|
78
|
+
h3 {
|
|
79
|
+
font-size: 1.17rem;
|
|
80
|
+
font-weight: bold;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
h4 {
|
|
84
|
+
font-size: 1rem;
|
|
85
|
+
font-weight: bold;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
h5 {
|
|
89
|
+
font-size: 0.83rem;
|
|
90
|
+
font-weight: bold;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
h6 {
|
|
94
|
+
font-size: 0.67;
|
|
95
|
+
font-weight: bold;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.select-all {
|
|
99
|
+
-webkit-user-select: all;
|
|
100
|
+
-moz-user-select: all;
|
|
101
|
+
-ms-user-select: all;
|
|
102
|
+
user-select: all;
|
|
103
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* THESE CLASSES ARE AUTOMATICALLY GENERATED USING THE SYLES-BUILD SCRIPT AND SHOULD NOT BE UPDATED BY HAND
|
|
3
|
+
* TO UPDATE ONE OF THESE VALUES, UPDATE THE TAILWIND.CONFIG.JS AND RUN "YARN BUILD.BP"
|
|
4
|
+
*/
|
|
5
|
+
/*!
|
|
6
|
+
|
|
7
|
+
Copyright 2017-present Palantir Technologies, Inc. All rights reserved.
|
|
8
|
+
Licensed under the Apache License, Version 2.0.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
// NOTE: commented out for now because it significantly complicates build process in projects using ui-kit
|
|
12
|
+
// these are mostly used by blueprint for checkboxes, most icons are svg now
|
|
13
|
+
// if attempt to get fonts back, make sure app-gen3 builds
|
|
14
|
+
|
|
15
|
+
// @font-face {
|
|
16
|
+
// font-family: 'Icons16';
|
|
17
|
+
// font-weight: normal;
|
|
18
|
+
// font-style: normal;
|
|
19
|
+
// src: url('../fonts/icons-16.eot?#iefix') format('embedded-opentype'), url('../fonts/icons-16.woff') format('woff'),
|
|
20
|
+
// url('../fonts/icons-16.ttf') format('truetype');
|
|
21
|
+
// }
|
|
22
|
+
|
|
23
|
+
// @font-face {
|
|
24
|
+
// font-family: 'Icons20';
|
|
25
|
+
// font-weight: normal;
|
|
26
|
+
// font-style: normal;
|
|
27
|
+
// src: url('../fonts/icons-20.eot?#iefix') format('embedded-opentype'), url('../fonts/icons-20.woff') format('woff'),
|
|
28
|
+
// url('../fonts/icons-20.ttf') format('truetype');
|
|
29
|
+
// }
|
|
30
|
+
|
|
31
|
+
/*
|
|
32
|
+
* Copyright 2017 Palantir Technologies, Inc. All rights reserved.
|
|
33
|
+
*/
|
|
34
|
+
/*
|
|
35
|
+
* Copyright 2017 Palantir Technologies, Inc. All rights reserved.
|
|
36
|
+
*/
|
|
37
|
+
/*
|
|
38
|
+
* Copyright 2017 Palantir Technologies, Inc. All rights reserved.
|
|
39
|
+
*/
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
@import '../common/theme';
|
|
2
|
+
|
|
3
|
+
/*
|
|
4
|
+
* THIS FILE IS A REMAPPING OF THE BLUEPRINT VARIABLES TO OUR STOPLIGHT ONES
|
|
5
|
+
* THIS FILE SHOULD NOT NEED TO UPDATED DIRECTLY
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/*
|
|
9
|
+
* VARS
|
|
10
|
+
* These should be kept in sync with the appropriate variables in the tailwind.config.js file!
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
/*
|
|
14
|
+
* FONT SIZES
|
|
15
|
+
*/
|
|
16
|
+
$pt-font-family-monospace: get-font-family(mono);
|
|
17
|
+
$pt-border-radius: get-border-radius(default);
|
|
18
|
+
$pt-font-size: get-font-size(base);
|
|
19
|
+
$pt-font-size-large: get-font-size(lg);
|
|
20
|
+
$pt-font-size-small: get-font-size(sm);
|
|
21
|
+
|
|
22
|
+
/*
|
|
23
|
+
* COLORS
|
|
24
|
+
* @import "@blueprintjs/core/lib/scss/variables";
|
|
25
|
+
*/
|
|
26
|
+
|
|
27
|
+
// leave whites/blacks/greys
|
|
28
|
+
$black: #10161a;
|
|
29
|
+
$white: #ffffff;
|
|
30
|
+
|
|
31
|
+
$dark-gray1: get-color(darkgray, 1);
|
|
32
|
+
$dark-gray2: get-color(darkgray, 2);
|
|
33
|
+
$dark-gray3: get-color(darkgray, 3);
|
|
34
|
+
$dark-gray4: get-color(darkgray, 4);
|
|
35
|
+
$dark-gray5: get-color(darkgray, 5);
|
|
36
|
+
|
|
37
|
+
$gray1: get-color(gray, 7);
|
|
38
|
+
$gray2: get-color(gray, 6);
|
|
39
|
+
$gray3: get-color(gray, 6);
|
|
40
|
+
$gray4: get-color(gray, 5);
|
|
41
|
+
$gray5: get-color(gray, 4);
|
|
42
|
+
|
|
43
|
+
$light-gray1: get-color(lightgray, 1);
|
|
44
|
+
$light-gray2: get-color(lightgray, 2);
|
|
45
|
+
$light-gray3: get-color(lightgray, 3);
|
|
46
|
+
$light-gray4: get-color(lightgray, 4);
|
|
47
|
+
$light-gray5: get-color(lightgray, 5);
|
|
48
|
+
|
|
49
|
+
$blue1: get-color(blue, 8);
|
|
50
|
+
$blue2: get-color(blue, 7);
|
|
51
|
+
$blue3: get-color(blue, 6);
|
|
52
|
+
$blue4: get-color(blue, 5);
|
|
53
|
+
$blue5: get-color(blue, 4);
|
|
54
|
+
|
|
55
|
+
$green1: get-color(green, 8);
|
|
56
|
+
$green2: get-color(green, 7);
|
|
57
|
+
$green3: get-color(green, 6);
|
|
58
|
+
$green4: get-color(green, 5);
|
|
59
|
+
$green5: get-color(green, 4);
|
|
60
|
+
|
|
61
|
+
$orange1: get-color(orange, 8);
|
|
62
|
+
$orange2: get-color(orange, 7);
|
|
63
|
+
$orange3: get-color(orange, 6);
|
|
64
|
+
$orange4: get-color(orange, 5);
|
|
65
|
+
$orange5: get-color(orange, 4);
|
|
66
|
+
|
|
67
|
+
$red1: get-color(red, 8);
|
|
68
|
+
$red2: get-color(red, 7);
|
|
69
|
+
$red3: get-color(red, 6);
|
|
70
|
+
$red4: get-color(red, 5);
|
|
71
|
+
$red5: get-color(red, 4);
|
|
72
|
+
|
|
73
|
+
$indigo1: get-color(purple, 8);
|
|
74
|
+
$indigo2: get-color(purple, 7);
|
|
75
|
+
$indigo3: get-color(purple, 6);
|
|
76
|
+
$indigo4: get-color(purple, 5);
|
|
77
|
+
$indigo5: get-color(purple, 4);
|
|
78
|
+
|
|
79
|
+
/*
|
|
80
|
+
* COMPUTED VARS
|
|
81
|
+
*/
|
|
82
|
+
|
|
83
|
+
$pt-text-color: $dark-gray1;
|
|
84
|
+
$pt-text-color-muted: $gray1;
|
|
85
|
+
$pt-text-color-disabled: get-color(disabled);
|
|
86
|
+
$pt-heading-color: $pt-text-color;
|
|
87
|
+
$pt-link-color: $blue2;
|
|
88
|
+
$pt-dark-text-color: $light-gray5;
|
|
89
|
+
$pt-dark-text-color-muted: $gray5;
|
|
90
|
+
$pt-dark-text-color-disabled: rgba($pt-dark-text-color-muted, 0.5);
|
|
91
|
+
$pt-dark-heading-color: $pt-dark-text-color;
|
|
92
|
+
$pt-dark-link-color: $blue5;
|
|
93
|
+
$pt-text-selection-color: rgba($blue4, 0.6);
|
|
94
|
+
|
|
95
|
+
$pt-transition-ease: cubic-bezier(0.4, 1, 0.75, 0.9);
|
|
96
|
+
$pt-transition-ease-bounce: cubic-bezier(0.54, 1.12, 0.38, 1.11);
|
|
97
|
+
$pt-transition-duration: 75ms;
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
@import './variables';
|
|
2
|
+
|
|
3
|
+
/*
|
|
4
|
+
* NAMESPACE
|
|
5
|
+
* if updated process.env.BLUEPRINT_NAMESPACE needs to be updated as well
|
|
6
|
+
* https://blueprintjs.com/docs/#core/classes.namespacing
|
|
7
|
+
*/
|
|
8
|
+
$ns: map-deep-get($sl-variables, namespace) !default;
|
|
9
|
+
|
|
10
|
+
/*
|
|
11
|
+
* THEME
|
|
12
|
+
* accessible to all component scss through importing ./utils then using get-theme(colors, lighten, 1) or other helpers
|
|
13
|
+
* any value we want overwritable by the consumer needs to be an external variable defined in ./_variables $sl-defaults then referenced here
|
|
14
|
+
* this file should never be imported directly outside of ./utils
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
$sl-theme: (
|
|
18
|
+
namespace: map-deep-get($sl-variables, namespace),
|
|
19
|
+
colors: map-deep-get($sl-variables, colors),
|
|
20
|
+
fontSize: (
|
|
21
|
+
xs: 9px,
|
|
22
|
+
sm: 11px,
|
|
23
|
+
base: 13px,
|
|
24
|
+
lg: 15px,
|
|
25
|
+
xl: 18px,
|
|
26
|
+
2xl: 22px,
|
|
27
|
+
3xl: 26px,
|
|
28
|
+
4xl: 32px,
|
|
29
|
+
5xl: 40px,
|
|
30
|
+
6xl: 50px,
|
|
31
|
+
),
|
|
32
|
+
borderRadius: (
|
|
33
|
+
none: 0,
|
|
34
|
+
sm: 1px,
|
|
35
|
+
default: 3px,
|
|
36
|
+
lg: 5px,
|
|
37
|
+
full: 9999px,
|
|
38
|
+
),
|
|
39
|
+
boxShadow: (
|
|
40
|
+
default: 0px 1px 2px rgba(0, 0, 0, 0.3),
|
|
41
|
+
md: 0px 4px 4px rgba(0, 0, 0, 0.5),
|
|
42
|
+
lg: 0px 5px 5px rgba(0, 0, 0, 0.6),
|
|
43
|
+
inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06),
|
|
44
|
+
outline: 0 0 0 3px rgba(66, 153, 225, 0.5),
|
|
45
|
+
none: none,
|
|
46
|
+
),
|
|
47
|
+
fontFamily: (
|
|
48
|
+
sans: (
|
|
49
|
+
-apple-system,
|
|
50
|
+
BlinkMacSystemFont,
|
|
51
|
+
'Segoe UI',
|
|
52
|
+
Roboto,
|
|
53
|
+
'Helvetica Neue',
|
|
54
|
+
Arial,
|
|
55
|
+
'Noto Sans',
|
|
56
|
+
sans-serif,
|
|
57
|
+
'Apple Color Emoji',
|
|
58
|
+
'Segoe UI Emoji',
|
|
59
|
+
'Segoe UI Symbol',
|
|
60
|
+
'Noto Color Emoji',
|
|
61
|
+
),
|
|
62
|
+
serif: (
|
|
63
|
+
Georgia,
|
|
64
|
+
Cambria,
|
|
65
|
+
'Times New Roman',
|
|
66
|
+
Times,
|
|
67
|
+
serif,
|
|
68
|
+
),
|
|
69
|
+
mono: (
|
|
70
|
+
Menlo,
|
|
71
|
+
Monaco,
|
|
72
|
+
Consolas,
|
|
73
|
+
'Liberation Mono',
|
|
74
|
+
'Courier New',
|
|
75
|
+
monospace,
|
|
76
|
+
),
|
|
77
|
+
),
|
|
78
|
+
fontWeight: (
|
|
79
|
+
hairline: 100,
|
|
80
|
+
thin: 200,
|
|
81
|
+
light: 300,
|
|
82
|
+
normal: 400,
|
|
83
|
+
medium: 500,
|
|
84
|
+
semibold: 600,
|
|
85
|
+
bold: 700,
|
|
86
|
+
extrabold: 800,
|
|
87
|
+
black: 900,
|
|
88
|
+
),
|
|
89
|
+
);
|
|
90
|
+
|
|
91
|
+
// extend theme with extraneous things passed into $sl-variables
|
|
92
|
+
// examples include new variables defined by the consumer
|
|
93
|
+
@each $key, $value in $sl-variables {
|
|
94
|
+
@if not map-has-key($sl-theme, $key) {
|
|
95
|
+
$sl-theme: map-extend(
|
|
96
|
+
$sl-theme,
|
|
97
|
+
(
|
|
98
|
+
$key: $value,
|
|
99
|
+
)
|
|
100
|
+
);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
/*
|
|
105
|
+
* UTILITIES
|
|
106
|
+
* some helpful functions to access the theme
|
|
107
|
+
*/
|
|
108
|
+
|
|
109
|
+
// returns the value at this theme path
|
|
110
|
+
@function get-theme($keys...) {
|
|
111
|
+
@return map-deep-get($sl-theme, $keys...);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
// returns color at this path from theme
|
|
115
|
+
@function get-color($keys...) {
|
|
116
|
+
@return map-deep-get($sl-theme, colors, $keys...);
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
// returns fontSize at this path from theme
|
|
120
|
+
@function get-font-size($keys...) {
|
|
121
|
+
@return map-deep-get($sl-theme, fontSize, $keys...);
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
// returns borderRadius at this path from theme
|
|
125
|
+
@function get-border-radius($keys...) {
|
|
126
|
+
@return map-deep-get($sl-theme, borderRadius, $keys...);
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
// returns boxShadow at this path from theme
|
|
130
|
+
@function get-box-shadow($keys...) {
|
|
131
|
+
@return map-deep-get($sl-theme, boxShadow, $keys...);
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
// returns fontFamily at this path from theme
|
|
135
|
+
@function get-font-family($keys...) {
|
|
136
|
+
@return map-deep-get($sl-theme, fontFamily, $keys...);
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
// returns fontWeight at this path from theme
|
|
140
|
+
@function get-font-weight($keys...) {
|
|
141
|
+
@return map-deep-get($sl-theme, fontWeight, $keys...);
|
|
142
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* HELPER FUNCTIONS
|
|
3
|
+
* some useful map functions with safe gaurds
|
|
4
|
+
* https://www.sitepoint.com/extra-map-functions-sass/
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
// adds a safe gaurd in case map is not a map
|
|
8
|
+
@function map-safe-get($map: (), $key: '""') {
|
|
9
|
+
@return if(type-of($map) == map, map-get($map, $key), '');
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
// loops through and returns the value the key list path or the default
|
|
13
|
+
@function map-deep-get($map, $keys...) {
|
|
14
|
+
@each $key in $keys {
|
|
15
|
+
$map: map-safe-get($map, $key);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
@return $map;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
// like merge but is not losey and allows deep merging
|
|
22
|
+
@function map-extend($map, $maps... /*, $deep */) {
|
|
23
|
+
$last: nth($maps, -1);
|
|
24
|
+
$deep: $last == true;
|
|
25
|
+
$max: if($deep, length($maps) - 1, length($maps));
|
|
26
|
+
|
|
27
|
+
// Loop through all maps in $maps...
|
|
28
|
+
@for $i from 1 through $max {
|
|
29
|
+
// Store current map
|
|
30
|
+
$current: nth($maps, $i);
|
|
31
|
+
|
|
32
|
+
// If not in deep mode, simply merge current map with map
|
|
33
|
+
@if not $deep {
|
|
34
|
+
$map: map-merge($map, $current);
|
|
35
|
+
} @else {
|
|
36
|
+
// If in deep mode, loop through all tuples in current map
|
|
37
|
+
@each $key, $value in $current {
|
|
38
|
+
@if length($value) > 0 {
|
|
39
|
+
// If value is a nested map and same key from map is a nested map as well
|
|
40
|
+
@if type-of($value) == 'map' and type-of(map-get($map, $key)) == 'map' {
|
|
41
|
+
// Recursive extend
|
|
42
|
+
$value: map-extend(map-get($map, $key), $value, true);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
// Merge current tuple with map
|
|
46
|
+
$map: map-merge(
|
|
47
|
+
$map,
|
|
48
|
+
(
|
|
49
|
+
$key: $value,
|
|
50
|
+
)
|
|
51
|
+
);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
@return $map;
|
|
58
|
+
}
|