@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,131 @@
|
|
|
1
|
+
@import './utils';
|
|
2
|
+
|
|
3
|
+
/*
|
|
4
|
+
* CONFIG TO BE PASSED IN BY THE CONSUMER
|
|
5
|
+
* $sl-config should never be called outside of this file, unless being set in another application
|
|
6
|
+
*/
|
|
7
|
+
$sl-config: () !default;
|
|
8
|
+
|
|
9
|
+
/*
|
|
10
|
+
* DEFAULTS DEFINED BY STOPLIGHT
|
|
11
|
+
* $sl-defaults should never be called outside of this file
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
$sl-defaults: (
|
|
15
|
+
namespace: 'bp3',
|
|
16
|
+
colors: (
|
|
17
|
+
transparent: transparent,
|
|
18
|
+
black: #10161a,
|
|
19
|
+
white: #fff,
|
|
20
|
+
disabled: rgba(#394b59, 0.5),
|
|
21
|
+
lighten: (
|
|
22
|
+
1: rgba(255, 255, 255, 0.02),
|
|
23
|
+
2: rgba(255, 255, 255, 0.05),
|
|
24
|
+
3: rgba(255, 255, 255, 0.1),
|
|
25
|
+
4: rgba(255, 255, 255, 0.15),
|
|
26
|
+
5: rgba(255, 255, 255, 0.25),
|
|
27
|
+
6: rgba(255, 255, 255, 0.35),
|
|
28
|
+
7: rgba(255, 255, 255, 0.5),
|
|
29
|
+
8: rgba(255, 255, 255, 0.6),
|
|
30
|
+
9: rgba(255, 255, 255, 0.8),
|
|
31
|
+
),
|
|
32
|
+
darken: (
|
|
33
|
+
1: rgba(0, 0, 0, 0.03),
|
|
34
|
+
2: rgba(0, 0, 0, 0.06),
|
|
35
|
+
3: rgba(0, 0, 0, 0.1),
|
|
36
|
+
4: rgba(0, 0, 0, 0.15),
|
|
37
|
+
5: rgba(0, 0, 0, 0.25),
|
|
38
|
+
6: rgba(0, 0, 0, 0.35),
|
|
39
|
+
7: rgba(0, 0, 0, 0.5),
|
|
40
|
+
8: rgba(0, 0, 0, 0.6),
|
|
41
|
+
9: rgba(0, 0, 0, 0.8),
|
|
42
|
+
),
|
|
43
|
+
gray: (
|
|
44
|
+
1: #f5f8fa,
|
|
45
|
+
2: #e1e8ed,
|
|
46
|
+
3: #ced9e0,
|
|
47
|
+
4: #bfccd6,
|
|
48
|
+
5: #a7b6c2,
|
|
49
|
+
6: #738694,
|
|
50
|
+
7: #394b59,
|
|
51
|
+
8: #293742,
|
|
52
|
+
9: #182026,
|
|
53
|
+
),
|
|
54
|
+
darkgray: (
|
|
55
|
+
1: #182026,
|
|
56
|
+
2: #202b33,
|
|
57
|
+
3: #293742,
|
|
58
|
+
4: #30404c,
|
|
59
|
+
5: #394b59,
|
|
60
|
+
),
|
|
61
|
+
lightgray: (
|
|
62
|
+
1: #ced9e0,
|
|
63
|
+
2: #d8e1e8,
|
|
64
|
+
3: #e1e8ed,
|
|
65
|
+
4: #ebf1f5,
|
|
66
|
+
5: #f5f8fa,
|
|
67
|
+
),
|
|
68
|
+
red: (
|
|
69
|
+
1: #fff5f5,
|
|
70
|
+
2: #fed7d7,
|
|
71
|
+
3: #feb2b2,
|
|
72
|
+
4: #fc8181,
|
|
73
|
+
5: #f56565,
|
|
74
|
+
6: #e53e3e,
|
|
75
|
+
7: #c53030,
|
|
76
|
+
8: #9b2c2c,
|
|
77
|
+
9: #742a2a,
|
|
78
|
+
),
|
|
79
|
+
orange: (
|
|
80
|
+
1: #fffaf0,
|
|
81
|
+
2: #feebc8,
|
|
82
|
+
3: #fbd38d,
|
|
83
|
+
4: #f6ad55,
|
|
84
|
+
5: #ed8936,
|
|
85
|
+
6: #dd6b20,
|
|
86
|
+
7: #c05621,
|
|
87
|
+
8: #9c4221,
|
|
88
|
+
9: #7b341e,
|
|
89
|
+
),
|
|
90
|
+
green: (
|
|
91
|
+
1: #f0fff4,
|
|
92
|
+
2: #c6f6d5,
|
|
93
|
+
3: #9ae6b4,
|
|
94
|
+
4: #68d391,
|
|
95
|
+
5: #48bb78,
|
|
96
|
+
6: #38a169,
|
|
97
|
+
7: #2f855a,
|
|
98
|
+
8: #276749,
|
|
99
|
+
9: #22543d,
|
|
100
|
+
),
|
|
101
|
+
blue: (
|
|
102
|
+
1: #ebf8ff,
|
|
103
|
+
2: #bee3f8,
|
|
104
|
+
3: #90cdf4,
|
|
105
|
+
4: #63b3ed,
|
|
106
|
+
5: #4299e1,
|
|
107
|
+
6: #3182ce,
|
|
108
|
+
7: #2b6cb0,
|
|
109
|
+
8: #2c5282,
|
|
110
|
+
9: #2a4365,
|
|
111
|
+
),
|
|
112
|
+
purple: (
|
|
113
|
+
1: #faf5ff,
|
|
114
|
+
2: #e9d8fd,
|
|
115
|
+
3: #d6bcfa,
|
|
116
|
+
4: #b794f4,
|
|
117
|
+
5: #9f7aea,
|
|
118
|
+
6: #805ad5,
|
|
119
|
+
7: #6b46c1,
|
|
120
|
+
8: #553c9a,
|
|
121
|
+
9: #44337a,
|
|
122
|
+
),
|
|
123
|
+
),
|
|
124
|
+
);
|
|
125
|
+
|
|
126
|
+
/*
|
|
127
|
+
* RESOLVED VARIABLES USED IN ./theme.scss
|
|
128
|
+
* deep merge of defaults and consumer config
|
|
129
|
+
* $sl-variables should never be called outside of ./theme.scss
|
|
130
|
+
*/
|
|
131
|
+
$sl-variables: map-extend($sl-defaults, $sl-config, true);
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
@import 'theme-light';
|
|
2
|
+
@import 'theme-dark';
|
|
3
|
+
|
|
4
|
+
.#{$ns}-code-editor {
|
|
5
|
+
@include lightCodeTheme;
|
|
6
|
+
|
|
7
|
+
font-family: Inconsolata, Monaco, Consolas, 'Courier New', Courier, monospace;
|
|
8
|
+
background: var(--code-bg);
|
|
9
|
+
color: var(--code-fg);
|
|
10
|
+
counter-reset: line;
|
|
11
|
+
line-height: 1.5;
|
|
12
|
+
hyphens: none;
|
|
13
|
+
direction: ltr;
|
|
14
|
+
|
|
15
|
+
::selection {
|
|
16
|
+
background: var(--code-selection-bg);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
&.isInline {
|
|
20
|
+
margin: 0 2px;
|
|
21
|
+
border-radius: 2px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.namespace {
|
|
25
|
+
opacity: 0.7;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&.line-numbers {
|
|
29
|
+
textarea {
|
|
30
|
+
// Need to use margin here since CodeEditor supports padding: https://github.com/stoplightio/ui-kit/blob/fd1334753a22d527b803b8554bc51761c348d319/src/CodeEditor/index.tsx#L13
|
|
31
|
+
margin-left: 35px !important;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.line-number {
|
|
36
|
+
padding-left: 45px;
|
|
37
|
+
position: relative;
|
|
38
|
+
width: calc(100% - 45px);
|
|
39
|
+
display: block;
|
|
40
|
+
|
|
41
|
+
&::before {
|
|
42
|
+
counter-increment: line;
|
|
43
|
+
content: counter(line);
|
|
44
|
+
display: inline-block;
|
|
45
|
+
position: absolute;
|
|
46
|
+
left: 5px;
|
|
47
|
+
opacity: 0.4;
|
|
48
|
+
user-select: none;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.token {
|
|
53
|
+
&.important,
|
|
54
|
+
&.bold {
|
|
55
|
+
font-weight: bold;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
&.italic {
|
|
59
|
+
font-style: italic;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
&.entity {
|
|
63
|
+
cursor: help;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
// Colors
|
|
68
|
+
|
|
69
|
+
.token {
|
|
70
|
+
&.punctuation,
|
|
71
|
+
&.hexcode {
|
|
72
|
+
color: var(--code-punctuation);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
&.function,
|
|
76
|
+
&.operator {
|
|
77
|
+
color: var(--code-function);
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
&.atrule,
|
|
81
|
+
&.keyword {
|
|
82
|
+
color: var(--code-keyword);
|
|
83
|
+
|
|
84
|
+
> .token.property,
|
|
85
|
+
> .token.property + .token.punctuation,
|
|
86
|
+
> .token.property + .token.punctuation + .token.number + .token.unit,
|
|
87
|
+
> .token.number,
|
|
88
|
+
> .token.unit {
|
|
89
|
+
color: var(--code-keyword);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
&.attr-value,
|
|
94
|
+
&.string {
|
|
95
|
+
color: var(--code-value);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
&.unit,
|
|
99
|
+
&.symbol,
|
|
100
|
+
&.url,
|
|
101
|
+
&.property-line {
|
|
102
|
+
color: var(--code-primary);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
&.tag &.deleted {
|
|
106
|
+
color: var(--code-tag);
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
&.comment,
|
|
110
|
+
&.prolog,
|
|
111
|
+
&.doctype,
|
|
112
|
+
&.cdata {
|
|
113
|
+
color: var(--code-comment);
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
&.property,
|
|
117
|
+
&.attr-name,
|
|
118
|
+
&.char,
|
|
119
|
+
&.builtin,
|
|
120
|
+
&.inserted,
|
|
121
|
+
&.entity {
|
|
122
|
+
color: var(--code-secondary);
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
&.number,
|
|
126
|
+
&.selector {
|
|
127
|
+
color: var(--code-selector);
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
&.rule,
|
|
131
|
+
&.regex,
|
|
132
|
+
&.variable {
|
|
133
|
+
color: var(--code-rule);
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
&.important {
|
|
137
|
+
color: var(--code-important);
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
&.boolean {
|
|
141
|
+
color: var(--code-boolean);
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.#{$ns}-dark & {
|
|
146
|
+
@include darkCodeTheme;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
@mixin darkCodeTheme {
|
|
2
|
+
--code-bg: #2D3748;
|
|
3
|
+
--code-fg: #edf2f7;
|
|
4
|
+
--code-selection-bg: yellow;
|
|
5
|
+
--code-primary: #ff8383;
|
|
6
|
+
--code-secondary: #ffe484;
|
|
7
|
+
--code-keyword: #fff;
|
|
8
|
+
--code-value: #b5f4a5;
|
|
9
|
+
--code-punc: #93ddfd;
|
|
10
|
+
--code-function: #93ddfd;
|
|
11
|
+
--code-selector: #93ddfd;
|
|
12
|
+
--code-comment: #a0aec0;
|
|
13
|
+
--code-rule: #d9a9ff;
|
|
14
|
+
--code-tag: #ff8383;
|
|
15
|
+
--code-important: #d9a9ff;
|
|
16
|
+
--code-boolean: #ff8383;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
@mixin lightCodeTheme {
|
|
2
|
+
--code-bg: transparent;
|
|
3
|
+
--code-fg: #393A34;
|
|
4
|
+
--code-selection-bg: #C1DEF1;
|
|
5
|
+
--code-primary: #36acaa;
|
|
6
|
+
--code-secondary: #e45649;
|
|
7
|
+
--code-keyword: #a626a4;
|
|
8
|
+
--code-value: #50a14f;
|
|
9
|
+
--code-punc: #a626a4;
|
|
10
|
+
--code-function: #4078f2;
|
|
11
|
+
--code-selector: #00009f;
|
|
12
|
+
--code-comment: #008000;
|
|
13
|
+
--code-rule: #e45649;
|
|
14
|
+
--code-tag: #9a050f;
|
|
15
|
+
--code-important: #e45649;
|
|
16
|
+
--code-boolean: #986801;
|
|
17
|
+
}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
@import '../../blueprint/variables';
|
|
2
|
+
|
|
3
|
+
.#{$ns}-simple-tab {
|
|
4
|
+
display: inline-block;
|
|
5
|
+
bottom: -1px;
|
|
6
|
+
position: relative;
|
|
7
|
+
list-style: none;
|
|
8
|
+
cursor: pointer;
|
|
9
|
+
padding: 7px 15px;
|
|
10
|
+
z-index: 2;
|
|
11
|
+
font-weight: get-font-weight(medium);
|
|
12
|
+
border-width: 1px;
|
|
13
|
+
margin-left: -1px;
|
|
14
|
+
|
|
15
|
+
&.selected-tab {
|
|
16
|
+
cursor: default;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
&:first-of-type {
|
|
20
|
+
border-top-left-radius: get-border-radius(default);
|
|
21
|
+
margin-left: 0;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&:last-of-type {
|
|
25
|
+
border-top-right-radius: get-border-radius(default);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&:focus {
|
|
29
|
+
outline: none;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&.disabled-tab {
|
|
33
|
+
cursor: not-allowed;
|
|
34
|
+
opacity: 0.65;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.#{$ns}-simple-tab-list {
|
|
39
|
+
margin: 0px;
|
|
40
|
+
padding: 0px;
|
|
41
|
+
user-select: none;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.#{$ns}-simple-tab-panel {
|
|
45
|
+
border-width: 1px;
|
|
46
|
+
display: none;
|
|
47
|
+
border-radius: get-border-radius(default);
|
|
48
|
+
border-top-left-radius: 0px;
|
|
49
|
+
|
|
50
|
+
&#react-tabs-1 {
|
|
51
|
+
border-top-left-radius: 0px;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
// colors
|
|
56
|
+
.#{$ns}-simple-tab {
|
|
57
|
+
color: get-color(gray, 5);
|
|
58
|
+
background-color: get-color(gray, 1);
|
|
59
|
+
|
|
60
|
+
&.selected-tab {
|
|
61
|
+
color: get-color(gray, 6);
|
|
62
|
+
border-bottom-color: get-color(white);
|
|
63
|
+
background-color: get-color(white);
|
|
64
|
+
|
|
65
|
+
&:hover {
|
|
66
|
+
color: get-color(gray, 6);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
&:hover {
|
|
71
|
+
color: get-color(black);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
&.disabled-tab {
|
|
75
|
+
&:hover {
|
|
76
|
+
color: get-color(gray, 5);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
&.#{$ns}-dark,
|
|
81
|
+
.#{$ns}-dark & {
|
|
82
|
+
color: get-color(gray, 5);
|
|
83
|
+
background-color: get-color(gray, 8);
|
|
84
|
+
border-color: rgba(16, 22, 26, 0.4);
|
|
85
|
+
|
|
86
|
+
&.selected-tab {
|
|
87
|
+
color: white;
|
|
88
|
+
background-color: get-color(darkgray, 4);
|
|
89
|
+
border-bottom-color: get-color(darkgray, 4);
|
|
90
|
+
|
|
91
|
+
&:hover {
|
|
92
|
+
color: white;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
&:hover {
|
|
97
|
+
color: get-color(gray, 3);
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
&.disabled-tab {
|
|
101
|
+
&:hover {
|
|
102
|
+
color: get-color(gray, 5);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.bp3-simple-tab-panel {
|
|
109
|
+
background-color: white;
|
|
110
|
+
|
|
111
|
+
.#{$ns}-dark & {
|
|
112
|
+
background-color: get-color(darkgray, 4);
|
|
113
|
+
border-color: rgba(16, 22, 26, 0.4);
|
|
114
|
+
}
|
|
115
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
$TableOfContentsWidth: 300px;
|
|
2
|
+
|
|
3
|
+
.TableOfContentsSkeleton,
|
|
4
|
+
.TableOfContents {
|
|
5
|
+
min-width: $TableOfContentsWidth + 20;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.TableOfContentsSkeleton__inner,
|
|
9
|
+
.TableOfContents__inner {
|
|
10
|
+
width: 300px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.TableOfContentsItem {
|
|
14
|
+
color: #5c6975;
|
|
15
|
+
|
|
16
|
+
&__name {
|
|
17
|
+
font-weight: 500;
|
|
18
|
+
word-break: break-all;
|
|
19
|
+
line-height: 1.5;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&__icon {
|
|
23
|
+
color: #9daab6;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
&__inner {
|
|
27
|
+
padding: 7px 20px 7px 12px;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
a {
|
|
31
|
+
&:hover {
|
|
32
|
+
text-decoration: none;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&--active {
|
|
37
|
+
&--child {
|
|
38
|
+
border-left: none;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&--divider {
|
|
43
|
+
&:not(:first-child) {
|
|
44
|
+
margin-top: 24px;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.TableOfContentsItem__name {
|
|
48
|
+
font-size: 12px;
|
|
49
|
+
font-weight: 700;
|
|
50
|
+
line-height: 1.2;
|
|
51
|
+
letter-spacing: 1px;
|
|
52
|
+
text-transform: uppercase;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|