@aivenio/aquarium 1.18.0-rc1 → 1.18.0-rc3
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/dist/_variables.scss +1 -1
- package/dist/_variables_timescale.scss +1 -1
- package/dist/atoms.cjs +5 -4
- package/dist/atoms.mjs +5 -4
- package/dist/charts.cjs +2180 -0
- package/dist/charts.mjs +2073 -0
- package/dist/src/atoms/Checkbox/Checkbox.d.ts +1 -1
- package/dist/src/atoms/LineClamp/LineClamp.d.ts +1 -1
- package/dist/src/atoms/Popover/Popover.d.ts +2 -2
- package/dist/src/atoms/RadioButton/RadioButton.d.ts +1 -1
- package/dist/src/atoms/Select/Select.d.ts +1 -1
- package/dist/src/atoms/Switch/Switch.d.ts +1 -1
- package/dist/src/charts/Axis/Axis.d.ts +24 -0
- package/dist/src/charts/Axis/Axis.js +40 -0
- package/dist/src/charts/BarChart/BarChart.d.ts +12 -0
- package/dist/src/charts/BarChart/BarChart.js +39 -0
- package/dist/src/charts/Container/Container.d.ts +3 -0
- package/dist/src/charts/Container/Container.js +4 -0
- package/dist/src/charts/Grid/Grid.d.ts +3 -0
- package/dist/src/charts/Grid/Grid.js +4 -0
- package/dist/src/charts/Tooltip/Tooltip.d.ts +4 -0
- package/dist/src/charts/Tooltip/Tooltip.js +9 -0
- package/dist/src/charts/index.d.ts +7 -0
- package/dist/src/charts/index.js +8 -0
- package/dist/src/charts/lib/timeIntervals.d.ts +1 -0
- package/dist/src/charts/lib/timeIntervals.js +3 -0
- package/dist/src/charts/lib/utils.d.ts +6 -0
- package/dist/src/charts/lib/utils.js +33 -0
- package/dist/src/icons/capslock.js +11 -0
- package/dist/src/icons/index.d.ts +5 -3
- package/dist/src/icons/index.js +6 -4
- package/dist/src/icons/loading.js +4 -4
- package/dist/src/icons/pause.js +4 -4
- package/dist/src/icons/play.js +4 -4
- package/dist/src/icons/repeat.js +4 -4
- package/dist/src/icons/stop.js +4 -4
- package/dist/src/molecules/Box/Box.d.ts +28 -28
- package/dist/src/molecules/Breadcrumbs/Breadcrumbs.d.ts +1 -1
- package/dist/src/molecules/Button/Button.d.ts +8 -8
- package/dist/src/molecules/Button/Button.js +2 -1
- package/dist/src/molecules/DataList/DataList.d.ts +1 -0
- package/dist/src/molecules/DataTable/DataTable.d.ts +1 -0
- package/dist/src/molecules/Icon/Icon.d.ts +2 -2
- package/dist/src/molecules/MultiInput/InputChip.d.ts +1 -1
- package/dist/src/molecules/Navigation/Navigation.d.ts +3 -3
- package/dist/src/molecules/Notification/Notification.d.ts +6 -0
- package/dist/src/molecules/Notification/Notification.js +88 -0
- package/dist/src/molecules/Notification/Notification.spec.d.ts +1 -0
- package/dist/src/molecules/Notification/Notification.spec.js +44 -0
- package/dist/src/molecules/Notification/types.d.ts +37 -0
- package/dist/src/molecules/Notification/types.js +6 -0
- package/dist/src/molecules/Popover/PopoverOverlay.d.ts +1 -1
- package/dist/src/molecules/Spacing/Spacing.d.ts +1 -1
- package/dist/src/molecules/Spacing/Spacing.js +1 -1
- package/dist/src/molecules/index.d.ts +1 -0
- package/dist/src/molecules/index.js +2 -1
- package/dist/src/utils/setupTests.js +16 -1
- package/dist/styles.css +37 -2
- package/dist/styles_timescaledb.css +37 -2
- package/dist/system.cjs +328 -208
- package/dist/system.mjs +315 -199
- package/dist/tsconfig.module.tsbuildinfo +1 -1
- package/dist/types/tailwindGenerated.d.ts +1 -1
- package/package.json +17 -12
- package/dist/aquarium-theme-aiven.css +0 -178
- package/dist/aquarium-theme-timescale.css +0 -178
- package/dist/src/icons/addColumnLeft.js +0 -11
- package/dist/src/icons/addColumnRight.d.ts +0 -9
- package/dist/src/icons/addColumnRight.js +0 -11
- package/dist/src/icons/addRowBottom.d.ts +0 -9
- package/dist/src/icons/addRowBottom.js +0 -11
- package/dist/src/icons/addRowTop.d.ts +0 -9
- package/dist/src/icons/addRowTop.js +0 -11
- package/dist/src/icons/addToArtifact.d.ts +0 -9
- package/dist/src/icons/addToArtifact.js +0 -11
- package/dist/src/icons/application.d.ts +0 -9
- package/dist/src/icons/application.js +0 -11
- package/dist/src/icons/arrowBottomLeft.d.ts +0 -9
- package/dist/src/icons/arrowBottomLeft.js +0 -11
- package/dist/src/icons/arrowBottomRight.d.ts +0 -9
- package/dist/src/icons/arrowBottomRight.js +0 -11
- package/dist/src/icons/arrowCircleRight1.d.ts +0 -9
- package/dist/src/icons/arrowCircleRight1.js +0 -11
- package/dist/src/icons/arrowDown.d.ts +0 -9
- package/dist/src/icons/arrowDown.js +0 -11
- package/dist/src/icons/arrowTopLeft.d.ts +0 -9
- package/dist/src/icons/arrowTopLeft.js +0 -11
- package/dist/src/icons/arrowTopRight.d.ts +0 -9
- package/dist/src/icons/arrowTopRight.js +0 -11
- package/dist/src/icons/arrowUp.d.ts +0 -9
- package/dist/src/icons/arrowUp.js +0 -11
- package/dist/src/icons/arrowsHorizontal.d.ts +0 -9
- package/dist/src/icons/arrowsHorizontal.js +0 -11
- package/dist/src/icons/arrowsVertical.d.ts +0 -9
- package/dist/src/icons/arrowsVertical.js +0 -11
- package/dist/src/icons/asterisk.d.ts +0 -9
- package/dist/src/icons/asterisk.js +0 -11
- package/dist/src/icons/barcode.d.ts +0 -9
- package/dist/src/icons/barcode.js +0 -11
- package/dist/src/icons/bold.d.ts +0 -9
- package/dist/src/icons/bold.js +0 -11
- package/dist/src/icons/bringData.d.ts +0 -9
- package/dist/src/icons/bringData.js +0 -11
- package/dist/src/icons/build.d.ts +0 -9
- package/dist/src/icons/build.js +0 -11
- package/dist/src/icons/calculator.d.ts +0 -9
- package/dist/src/icons/calculator.js +0 -11
- package/dist/src/icons/camera.d.ts +0 -9
- package/dist/src/icons/camera.js +0 -11
- package/dist/src/icons/cellTower.d.ts +0 -9
- package/dist/src/icons/cellTower.js +0 -11
- package/dist/src/icons/changes.d.ts +0 -9
- package/dist/src/icons/changes.js +0 -11
- package/dist/src/icons/circleArrowDown.d.ts +0 -9
- package/dist/src/icons/circleArrowDown.js +0 -11
- package/dist/src/icons/circleArrowLeft.d.ts +0 -9
- package/dist/src/icons/circleArrowLeft.js +0 -11
- package/dist/src/icons/circleArrowRight.d.ts +0 -9
- package/dist/src/icons/circleArrowRight.js +0 -11
- package/dist/src/icons/circleArrowUp.d.ts +0 -9
- package/dist/src/icons/circleArrowUp.js +0 -11
- package/dist/src/icons/citation.d.ts +0 -9
- package/dist/src/icons/citation.js +0 -11
- package/dist/src/icons/clean.d.ts +0 -9
- package/dist/src/icons/clean.js +0 -11
- package/dist/src/icons/collapseAll.d.ts +0 -9
- package/dist/src/icons/collapseAll.js +0 -11
- package/dist/src/icons/columnLayout.d.ts +0 -9
- package/dist/src/icons/columnLayout.js +0 -11
- package/dist/src/icons/comparison.d.ts +0 -9
- package/dist/src/icons/comparison.js +0 -11
- package/dist/src/icons/compass.d.ts +0 -9
- package/dist/src/icons/compass.js +0 -11
- package/dist/src/icons/compressed.d.ts +0 -9
- package/dist/src/icons/compressed.js +0 -11
- package/dist/src/icons/contrast.d.ts +0 -9
- package/dist/src/icons/contrast.js +0 -11
- package/dist/src/icons/control.d.ts +0 -9
- package/dist/src/icons/control.js +0 -11
- package/dist/src/icons/crown.d.ts +0 -9
- package/dist/src/icons/crown.js +0 -11
- package/dist/src/icons/cube.d.ts +0 -9
- package/dist/src/icons/cube.js +0 -11
- package/dist/src/icons/cubeAdd.d.ts +0 -9
- package/dist/src/icons/cubeAdd.js +0 -11
- package/dist/src/icons/cubeRemove.d.ts +0 -9
- package/dist/src/icons/cubeRemove.js +0 -11
- package/dist/src/icons/curvedRangeChart.d.ts +0 -9
- package/dist/src/icons/curvedRangeChart.js +0 -11
- package/dist/src/icons/cut.d.ts +0 -9
- package/dist/src/icons/cut.js +0 -11
- package/dist/src/icons/delta.d.ts +0 -9
- package/dist/src/icons/delta.js +0 -11
- package/dist/src/icons/deriveColumn.d.ts +0 -9
- package/dist/src/icons/deriveColumn.js +0 -11
- package/dist/src/icons/desktop.d.ts +0 -9
- package/dist/src/icons/desktop.js +0 -11
- package/dist/src/icons/diagnosis.d.ts +0 -9
- package/dist/src/icons/diagnosis.js +0 -11
- package/dist/src/icons/diagramTree.d.ts +0 -9
- package/dist/src/icons/diagramTree.js +0 -11
- package/dist/src/icons/directionLeft.d.ts +0 -9
- package/dist/src/icons/directionLeft.js +0 -11
- package/dist/src/icons/directionRight.d.ts +0 -9
- package/dist/src/icons/directionRight.js +0 -11
- package/dist/src/icons/disable.d.ts +0 -9
- package/dist/src/icons/disable.js +0 -11
- package/dist/src/icons/documentOpen.d.ts +0 -9
- package/dist/src/icons/documentOpen.js +0 -11
- package/dist/src/icons/documentShare.d.ts +0 -9
- package/dist/src/icons/documentShare.js +0 -11
- package/dist/src/icons/dollar.d.ts +0 -9
- package/dist/src/icons/dollar.js +0 -11
- package/dist/src/icons/draw.d.ts +0 -9
- package/dist/src/icons/draw.js +0 -11
- package/dist/src/icons/driveTime.d.ts +0 -9
- package/dist/src/icons/driveTime.js +0 -11
- package/dist/src/icons/eject.d.ts +0 -9
- package/dist/src/icons/eject.js +0 -11
- package/dist/src/icons/equals.d.ts +0 -9
- package/dist/src/icons/equals.js +0 -11
- package/dist/src/icons/eraser.d.ts +0 -9
- package/dist/src/icons/eraser.js +0 -11
- package/dist/src/icons/euro.d.ts +0 -9
- package/dist/src/icons/euro.js +0 -11
- package/dist/src/icons/exchange.d.ts +0 -9
- package/dist/src/icons/exchange.js +0 -11
- package/dist/src/icons/excludeRow.d.ts +0 -9
- package/dist/src/icons/excludeRow.js +0 -11
- package/dist/src/icons/eyeOn.d.ts +0 -9
- package/dist/src/icons/eyeOn.js +0 -11
- package/dist/src/icons/fastBackward.d.ts +0 -9
- package/dist/src/icons/fastBackward.js +0 -11
- package/dist/src/icons/fastForward.d.ts +0 -9
- package/dist/src/icons/fastForward.js +0 -11
- package/dist/src/icons/feed.d.ts +0 -9
- package/dist/src/icons/feed.js +0 -11
- package/dist/src/icons/feedSubscribed.d.ts +0 -9
- package/dist/src/icons/feedSubscribed.js +0 -11
- package/dist/src/icons/film.d.ts +0 -9
- package/dist/src/icons/film.js +0 -11
- package/dist/src/icons/filterKeep.d.ts +0 -9
- package/dist/src/icons/filterKeep.js +0 -11
- package/dist/src/icons/filterList.d.ts +0 -9
- package/dist/src/icons/filterList.js +0 -11
- package/dist/src/icons/filterOpen.d.ts +0 -9
- package/dist/src/icons/filterOpen.js +0 -11
- package/dist/src/icons/filterRemove.d.ts +0 -9
- package/dist/src/icons/filterRemove.js +0 -11
- package/dist/src/icons/flame.d.ts +0 -9
- package/dist/src/icons/flame.js +0 -11
- package/dist/src/icons/flash.d.ts +0 -9
- package/dist/src/icons/flash.js +0 -11
- package/dist/src/icons/flowBranch.d.ts +0 -9
- package/dist/src/icons/flowBranch.js +0 -11
- package/dist/src/icons/flowEnd.d.ts +0 -9
- package/dist/src/icons/flowEnd.js +0 -11
- package/dist/src/icons/flowLinear.d.ts +0 -9
- package/dist/src/icons/flowLinear.js +0 -11
- package/dist/src/icons/flowReview.d.ts +0 -9
- package/dist/src/icons/flowReview.js +0 -11
- package/dist/src/icons/flowReviewBranch.d.ts +0 -9
- package/dist/src/icons/flowReviewBranch.js +0 -11
- package/dist/src/icons/flows.d.ts +0 -9
- package/dist/src/icons/flows.js +0 -11
- package/dist/src/icons/folderOpen.d.ts +0 -9
- package/dist/src/icons/folderOpen.js +0 -11
- package/dist/src/icons/folderShared.d.ts +0 -9
- package/dist/src/icons/folderShared.js +0 -11
- package/dist/src/icons/folderSharedOpen.d.ts +0 -9
- package/dist/src/icons/folderSharedOpen.js +0 -11
- package/dist/src/icons/font.d.ts +0 -9
- package/dist/src/icons/font.js +0 -11
- package/dist/src/icons/fork.d.ts +0 -9
- package/dist/src/icons/fork.js +0 -11
- package/dist/src/icons/form.d.ts +0 -9
- package/dist/src/icons/form.js +0 -11
- package/dist/src/icons/fullCircle.d.ts +0 -9
- package/dist/src/icons/fullCircle.js +0 -11
- package/dist/src/icons/fullStackedChart.d.ts +0 -9
- package/dist/src/icons/fullStackedChart.js +0 -11
- package/dist/src/icons/fullscreen.d.ts +0 -9
- package/dist/src/icons/fullscreen.js +0 -11
- package/dist/src/icons/function.d.ts +0 -9
- package/dist/src/icons/function.js +0 -11
- package/dist/src/icons/ganttChart.d.ts +0 -9
- package/dist/src/icons/ganttChart.js +0 -11
- package/dist/src/icons/geolocation.d.ts +0 -9
- package/dist/src/icons/geolocation.js +0 -11
- package/dist/src/icons/geosearch.d.ts +0 -9
- package/dist/src/icons/geosearch.js +0 -11
- package/dist/src/icons/gitPush.d.ts +0 -9
- package/dist/src/icons/gitPush.js +0 -11
- package/dist/src/icons/gitRepo.d.ts +0 -9
- package/dist/src/icons/gitRepo.js +0 -11
- package/dist/src/icons/glass.d.ts +0 -9
- package/dist/src/icons/glass.js +0 -11
- package/dist/src/icons/graph.d.ts +0 -9
- package/dist/src/icons/graph.js +0 -11
- package/dist/src/icons/graphRemove.d.ts +0 -9
- package/dist/src/icons/graphRemove.js +0 -11
- package/dist/src/icons/greaterThan.d.ts +0 -9
- package/dist/src/icons/greaterThan.js +0 -11
- package/dist/src/icons/greaterThanOrEqualTo.d.ts +0 -9
- package/dist/src/icons/greaterThanOrEqualTo.js +0 -11
- package/dist/src/icons/grid.d.ts +0 -9
- package/dist/src/icons/grid.js +0 -11
- package/dist/src/icons/gridView.d.ts +0 -9
- package/dist/src/icons/gridView.js +0 -11
- package/dist/src/icons/groupObjects.d.ts +0 -9
- package/dist/src/icons/groupObjects.js +0 -11
- package/dist/src/icons/hand.d.ts +0 -9
- package/dist/src/icons/hand.js +0 -11
- package/dist/src/icons/handDown.d.ts +0 -9
- package/dist/src/icons/handDown.js +0 -11
- package/dist/src/icons/handLeft.d.ts +0 -9
- package/dist/src/icons/handLeft.js +0 -11
- package/dist/src/icons/handRight.d.ts +0 -9
- package/dist/src/icons/handRight.js +0 -11
- package/dist/src/icons/handUp.d.ts +0 -9
- package/dist/src/icons/handUp.js +0 -11
- package/dist/src/icons/header.d.ts +0 -9
- package/dist/src/icons/header.js +0 -11
- package/dist/src/icons/headerOne.d.ts +0 -9
- package/dist/src/icons/headerOne.js +0 -11
- package/dist/src/icons/headerTwo.d.ts +0 -9
- package/dist/src/icons/headerTwo.js +0 -11
- package/dist/src/icons/headset.d.ts +0 -9
- package/dist/src/icons/headset.js +0 -11
- package/dist/src/icons/heartBroken.d.ts +0 -9
- package/dist/src/icons/heartBroken.js +0 -11
- package/dist/src/icons/heatGrid.d.ts +0 -9
- package/dist/src/icons/heatGrid.js +0 -11
- package/dist/src/icons/heatmap.d.ts +0 -9
- package/dist/src/icons/heatmap.js +0 -11
- package/dist/src/icons/helperManagement.d.ts +0 -9
- package/dist/src/icons/helperManagement.js +0 -11
- package/dist/src/icons/highlight.d.ts +0 -9
- package/dist/src/icons/highlight.js +0 -11
- package/dist/src/icons/horizontalBarChart.d.ts +0 -9
- package/dist/src/icons/horizontalBarChart.js +0 -11
- package/dist/src/icons/horizontalBarChartAsc.d.ts +0 -9
- package/dist/src/icons/horizontalBarChartAsc.js +0 -11
- package/dist/src/icons/horizontalBarChartDesc.d.ts +0 -9
- package/dist/src/icons/horizontalBarChartDesc.js +0 -11
- package/dist/src/icons/horizontalDistribution.d.ts +0 -9
- package/dist/src/icons/horizontalDistribution.js +0 -11
- package/dist/src/icons/imageRotateLeft.d.ts +0 -9
- package/dist/src/icons/imageRotateLeft.js +0 -11
- package/dist/src/icons/imageRotateRight.d.ts +0 -9
- package/dist/src/icons/imageRotateRight.js +0 -11
- package/dist/src/icons/inboxFiltered.d.ts +0 -9
- package/dist/src/icons/inboxFiltered.js +0 -11
- package/dist/src/icons/inboxGeo.d.ts +0 -9
- package/dist/src/icons/inboxGeo.js +0 -11
- package/dist/src/icons/inboxSearch.d.ts +0 -9
- package/dist/src/icons/inboxSearch.js +0 -11
- package/dist/src/icons/inboxUpdate.d.ts +0 -9
- package/dist/src/icons/inboxUpdate.js +0 -11
- package/dist/src/icons/inheritance.d.ts +0 -9
- package/dist/src/icons/inheritance.js +0 -11
- package/dist/src/icons/innerJoin.d.ts +0 -9
- package/dist/src/icons/innerJoin.js +0 -11
- package/dist/src/icons/insert.d.ts +0 -9
- package/dist/src/icons/insert.js +0 -11
- package/dist/src/icons/intersection.d.ts +0 -9
- package/dist/src/icons/intersection.js +0 -11
- package/dist/src/icons/ipAddress.d.ts +0 -9
- package/dist/src/icons/ipAddress.js +0 -11
- package/dist/src/icons/issueClosed.d.ts +0 -9
- package/dist/src/icons/issueClosed.js +0 -11
- package/dist/src/icons/issueNew.d.ts +0 -9
- package/dist/src/icons/issueNew.js +0 -11
- package/dist/src/icons/italic.d.ts +0 -9
- package/dist/src/icons/italic.js +0 -11
- package/dist/src/icons/joinTable.d.ts +0 -9
- package/dist/src/icons/joinTable.js +0 -11
- package/dist/src/icons/key1.d.ts +0 -9
- package/dist/src/icons/key1.js +0 -11
- package/dist/src/icons/keyBackspace.d.ts +0 -9
- package/dist/src/icons/keyBackspace.js +0 -11
- package/dist/src/icons/keyCommand.d.ts +0 -9
- package/dist/src/icons/keyCommand.js +0 -11
- package/dist/src/icons/keyControl.d.ts +0 -9
- package/dist/src/icons/keyControl.js +0 -11
- package/dist/src/icons/keyDelete.d.ts +0 -9
- package/dist/src/icons/keyDelete.js +0 -11
- package/dist/src/icons/keyEnter.d.ts +0 -9
- package/dist/src/icons/keyEnter.js +0 -11
- package/dist/src/icons/keyEscape.d.ts +0 -9
- package/dist/src/icons/keyEscape.js +0 -11
- package/dist/src/icons/keyOption.d.ts +0 -9
- package/dist/src/icons/keyOption.js +0 -11
- package/dist/src/icons/keyShift.d.ts +0 -9
- package/dist/src/icons/keyShift.js +0 -11
- package/dist/src/icons/keyTab.d.ts +0 -9
- package/dist/src/icons/keyTab.js +0 -11
- package/dist/src/icons/knownVehicle.d.ts +0 -9
- package/dist/src/icons/knownVehicle.js +0 -11
- package/dist/src/icons/labTest.d.ts +0 -9
- package/dist/src/icons/labTest.js +0 -11
- package/dist/src/icons/label.d.ts +0 -9
- package/dist/src/icons/label.js +0 -11
- package/dist/src/icons/layout.d.ts +0 -9
- package/dist/src/icons/layout.js +0 -11
- package/dist/src/icons/layoutAuto.d.ts +0 -9
- package/dist/src/icons/layoutAuto.js +0 -11
- package/dist/src/icons/layoutBalloon.d.ts +0 -9
- package/dist/src/icons/layoutBalloon.js +0 -11
- package/dist/src/icons/layoutCircle.d.ts +0 -9
- package/dist/src/icons/layoutCircle.js +0 -11
- package/dist/src/icons/layoutGrid.d.ts +0 -9
- package/dist/src/icons/layoutGrid.js +0 -11
- package/dist/src/icons/layoutGroupBy.d.ts +0 -9
- package/dist/src/icons/layoutGroupBy.js +0 -11
- package/dist/src/icons/layoutHierarchy.d.ts +0 -9
- package/dist/src/icons/layoutHierarchy.js +0 -11
- package/dist/src/icons/layoutLinear.d.ts +0 -9
- package/dist/src/icons/layoutLinear.js +0 -11
- package/dist/src/icons/layoutSkewGrid.d.ts +0 -9
- package/dist/src/icons/layoutSkewGrid.js +0 -11
- package/dist/src/icons/layoutSortedClusters.d.ts +0 -9
- package/dist/src/icons/layoutSortedClusters.js +0 -11
- package/dist/src/icons/leftJoin.d.ts +0 -9
- package/dist/src/icons/leftJoin.js +0 -11
- package/dist/src/icons/lessThan.d.ts +0 -9
- package/dist/src/icons/lessThan.js +0 -11
- package/dist/src/icons/lessThanOrEqualTo.d.ts +0 -9
- package/dist/src/icons/lessThanOrEqualTo.js +0 -11
- package/dist/src/icons/loading1.d.ts +0 -9
- package/dist/src/icons/loading1.js +0 -11
- package/dist/src/icons/locate.d.ts +0 -9
- package/dist/src/icons/locate.js +0 -11
- package/dist/src/icons/manuallyEnteredData.d.ts +0 -9
- package/dist/src/icons/manuallyEnteredData.js +0 -11
- package/dist/src/icons/mapCreate.d.ts +0 -9
- package/dist/src/icons/mapCreate.js +0 -11
- package/dist/src/icons/media.d.ts +0 -9
- package/dist/src/icons/media.js +0 -11
- package/dist/src/icons/menuClosed.d.ts +0 -9
- package/dist/src/icons/menuClosed.js +0 -11
- package/dist/src/icons/menuOpen.d.ts +0 -9
- package/dist/src/icons/menuOpen.js +0 -11
- package/dist/src/icons/mergeColumns.d.ts +0 -9
- package/dist/src/icons/mergeColumns.js +0 -11
- package/dist/src/icons/mergeLinks.d.ts +0 -9
- package/dist/src/icons/mergeLinks.js +0 -11
- package/dist/src/icons/mobilePhone.d.ts +0 -9
- package/dist/src/icons/mobilePhone.js +0 -11
- package/dist/src/icons/mobileVideo.d.ts +0 -9
- package/dist/src/icons/mobileVideo.js +0 -11
- package/dist/src/icons/moon.d.ts +0 -9
- package/dist/src/icons/moon.js +0 -11
- package/dist/src/icons/mountain.d.ts +0 -9
- package/dist/src/icons/mountain.js +0 -11
- package/dist/src/icons/mugshot.d.ts +0 -9
- package/dist/src/icons/mugshot.js +0 -11
- package/dist/src/icons/multiSelect.d.ts +0 -9
- package/dist/src/icons/multiSelect.js +0 -11
- package/dist/src/icons/music.d.ts +0 -9
- package/dist/src/icons/music.js +0 -11
- package/dist/src/icons/newDrawing.d.ts +0 -9
- package/dist/src/icons/newDrawing.js +0 -11
- package/dist/src/icons/newGridItem.d.ts +0 -9
- package/dist/src/icons/newGridItem.js +0 -11
- package/dist/src/icons/newLayer.d.ts +0 -9
- package/dist/src/icons/newLayer.js +0 -11
- package/dist/src/icons/newLayers.d.ts +0 -9
- package/dist/src/icons/newLayers.js +0 -11
- package/dist/src/icons/newLink.d.ts +0 -9
- package/dist/src/icons/newLink.js +0 -11
- package/dist/src/icons/newObject.d.ts +0 -9
- package/dist/src/icons/newObject.js +0 -11
- package/dist/src/icons/newPrescription.d.ts +0 -9
- package/dist/src/icons/newPrescription.js +0 -11
- package/dist/src/icons/newTextBox.d.ts +0 -9
- package/dist/src/icons/newTextBox.js +0 -11
- package/dist/src/icons/ninja.d.ts +0 -9
- package/dist/src/icons/ninja.js +0 -11
- package/dist/src/icons/notEqualTo.d.ts +0 -9
- package/dist/src/icons/notEqualTo.js +0 -11
- package/dist/src/icons/numberedList.d.ts +0 -9
- package/dist/src/icons/numberedList.js +0 -11
- package/dist/src/icons/numerical.d.ts +0 -9
- package/dist/src/icons/numerical.js +0 -11
- package/dist/src/icons/offline.d.ts +0 -9
- package/dist/src/icons/offline.js +0 -11
- package/dist/src/icons/oilField.d.ts +0 -9
- package/dist/src/icons/oilField.js +0 -11
- package/dist/src/icons/oneColumn.d.ts +0 -9
- package/dist/src/icons/oneColumn.js +0 -11
- package/dist/src/icons/pageLayout.d.ts +0 -9
- package/dist/src/icons/pageLayout.js +0 -11
- package/dist/src/icons/panelStats.d.ts +0 -9
- package/dist/src/icons/panelStats.js +0 -11
- package/dist/src/icons/panelTable.d.ts +0 -9
- package/dist/src/icons/panelTable.js +0 -11
- package/dist/src/icons/paragraph.d.ts +0 -9
- package/dist/src/icons/paragraph.js +0 -11
- package/dist/src/icons/path.d.ts +0 -9
- package/dist/src/icons/path.js +0 -11
- package/dist/src/icons/pathSearch.d.ts +0 -9
- package/dist/src/icons/pathSearch.js +0 -11
- package/dist/src/icons/percentage.d.ts +0 -9
- package/dist/src/icons/percentage.js +0 -11
- package/dist/src/icons/pivot.d.ts +0 -9
- package/dist/src/icons/pivot.js +0 -11
- package/dist/src/icons/pivotTable.d.ts +0 -9
- package/dist/src/icons/pivotTable.js +0 -11
- package/dist/src/icons/polygonFilter.d.ts +0 -9
- package/dist/src/icons/polygonFilter.js +0 -11
- package/dist/src/icons/predictiveAnalysis.d.ts +0 -9
- package/dist/src/icons/predictiveAnalysis.js +0 -11
- package/dist/src/icons/prescription.d.ts +0 -9
- package/dist/src/icons/prescription.js +0 -11
- package/dist/src/icons/presentation.d.ts +0 -9
- package/dist/src/icons/presentation.js +0 -11
- package/dist/src/icons/print.d.ts +0 -9
- package/dist/src/icons/print.js +0 -11
- package/dist/src/icons/publishFunction.d.ts +0 -9
- package/dist/src/icons/publishFunction.js +0 -11
- package/dist/src/icons/random.d.ts +0 -9
- package/dist/src/icons/random.js +0 -11
- package/dist/src/icons/record.d.ts +0 -9
- package/dist/src/icons/record.js +0 -11
- package/dist/src/icons/redo.d.ts +0 -9
- package/dist/src/icons/redo.js +0 -11
- package/dist/src/icons/regressionChart.d.ts +0 -9
- package/dist/src/icons/regressionChart.js +0 -11
- package/dist/src/icons/removeColumn.d.ts +0 -9
- package/dist/src/icons/removeColumn.js +0 -11
- package/dist/src/icons/removeColumnLeft.d.ts +0 -9
- package/dist/src/icons/removeColumnLeft.js +0 -11
- package/dist/src/icons/removeColumnRight.d.ts +0 -9
- package/dist/src/icons/removeColumnRight.js +0 -11
- package/dist/src/icons/removeRowBottom.d.ts +0 -9
- package/dist/src/icons/removeRowBottom.js +0 -11
- package/dist/src/icons/removeRowTop.d.ts +0 -9
- package/dist/src/icons/removeRowTop.js +0 -11
- package/dist/src/icons/resolve.d.ts +0 -9
- package/dist/src/icons/resolve.js +0 -11
- package/dist/src/icons/rig.d.ts +0 -9
- package/dist/src/icons/rig.js +0 -11
- package/dist/src/icons/rightJoin.d.ts +0 -9
- package/dist/src/icons/rightJoin.js +0 -11
- package/dist/src/icons/ring.d.ts +0 -9
- package/dist/src/icons/ring.js +0 -11
- package/dist/src/icons/rotateDocument.d.ts +0 -9
- package/dist/src/icons/rotateDocument.js +0 -11
- package/dist/src/icons/rotatePage.d.ts +0 -9
- package/dist/src/icons/rotatePage.js +0 -11
- package/dist/src/icons/satellite.d.ts +0 -9
- package/dist/src/icons/satellite.js +0 -11
- package/dist/src/icons/searchAround.d.ts +0 -9
- package/dist/src/icons/searchAround.js +0 -11
- package/dist/src/icons/searchTemplate.d.ts +0 -9
- package/dist/src/icons/searchTemplate.js +0 -11
- package/dist/src/icons/searchText.d.ts +0 -9
- package/dist/src/icons/searchText.js +0 -11
- package/dist/src/icons/segmentedControl.d.ts +0 -9
- package/dist/src/icons/segmentedControl.js +0 -11
- package/dist/src/icons/select.d.ts +0 -9
- package/dist/src/icons/select.js +0 -11
- package/dist/src/icons/selection.d.ts +0 -9
- package/dist/src/icons/selection.js +0 -11
- package/dist/src/icons/sendTo.d.ts +0 -9
- package/dist/src/icons/sendTo.js +0 -11
- package/dist/src/icons/sendToGraph.d.ts +0 -9
- package/dist/src/icons/sendToGraph.js +0 -11
- package/dist/src/icons/sendToMap.d.ts +0 -9
- package/dist/src/icons/sendToMap.js +0 -11
- package/dist/src/icons/seriesAdd.d.ts +0 -9
- package/dist/src/icons/seriesAdd.js +0 -11
- package/dist/src/icons/seriesConfiguration.d.ts +0 -9
- package/dist/src/icons/seriesConfiguration.js +0 -11
- package/dist/src/icons/seriesDerived.d.ts +0 -9
- package/dist/src/icons/seriesDerived.js +0 -11
- package/dist/src/icons/seriesFiltered.d.ts +0 -9
- package/dist/src/icons/seriesFiltered.js +0 -11
- package/dist/src/icons/seriesSearch.d.ts +0 -9
- package/dist/src/icons/seriesSearch.js +0 -11
- package/dist/src/icons/shop.d.ts +0 -9
- package/dist/src/icons/shop.js +0 -11
- package/dist/src/icons/shoppingCart.d.ts +0 -9
- package/dist/src/icons/shoppingCart.js +0 -11
- package/dist/src/icons/signalSearch.d.ts +0 -9
- package/dist/src/icons/signalSearch.js +0 -11
- package/dist/src/icons/simCard.d.ts +0 -9
- package/dist/src/icons/simCard.js +0 -11
- package/dist/src/icons/snowflake.d.ts +0 -9
- package/dist/src/icons/snowflake.js +0 -11
- package/dist/src/icons/socialMedia.d.ts +0 -9
- package/dist/src/icons/socialMedia.js +0 -11
- package/dist/src/icons/sort.d.ts +0 -9
- package/dist/src/icons/sort.js +0 -11
- package/dist/src/icons/sortAlphabetical.d.ts +0 -9
- package/dist/src/icons/sortAlphabetical.js +0 -11
- package/dist/src/icons/sortAlphabeticalDesc.d.ts +0 -9
- package/dist/src/icons/sortAlphabeticalDesc.js +0 -11
- package/dist/src/icons/sortAsc.d.ts +0 -9
- package/dist/src/icons/sortAsc.js +0 -11
- package/dist/src/icons/sortDesc.d.ts +0 -9
- package/dist/src/icons/sortDesc.js +0 -11
- package/dist/src/icons/sortNumerical.d.ts +0 -9
- package/dist/src/icons/sortNumerical.js +0 -11
- package/dist/src/icons/sortNumericalDesc.d.ts +0 -9
- package/dist/src/icons/sortNumericalDesc.js +0 -11
- package/dist/src/icons/splitColumns.d.ts +0 -9
- package/dist/src/icons/splitColumns.js +0 -11
- package/dist/src/icons/square.d.ts +0 -9
- package/dist/src/icons/square.js +0 -11
- package/dist/src/icons/stackedChart.d.ts +0 -9
- package/dist/src/icons/stackedChart.js +0 -11
- package/dist/src/icons/star.d.ts +0 -9
- package/dist/src/icons/star.js +0 -11
- package/dist/src/icons/starEmpty.d.ts +0 -9
- package/dist/src/icons/starEmpty.js +0 -11
- package/dist/src/icons/stepBackward.d.ts +0 -9
- package/dist/src/icons/stepBackward.js +0 -11
- package/dist/src/icons/stepChart.d.ts +0 -9
- package/dist/src/icons/stepChart.js +0 -11
- package/dist/src/icons/stepForward.d.ts +0 -9
- package/dist/src/icons/stepForward.js +0 -11
- package/dist/src/icons/strikethrough.d.ts +0 -9
- package/dist/src/icons/strikethrough.js +0 -11
- package/dist/src/icons/style.d.ts +0 -9
- package/dist/src/icons/style.js +0 -11
- package/dist/src/icons/symbolCircle.d.ts +0 -9
- package/dist/src/icons/symbolCircle.js +0 -11
- package/dist/src/icons/symbolCross.d.ts +0 -9
- package/dist/src/icons/symbolCross.js +0 -11
- package/dist/src/icons/symbolDiamond.d.ts +0 -9
- package/dist/src/icons/symbolDiamond.js +0 -11
- package/dist/src/icons/symbolSquare.d.ts +0 -9
- package/dist/src/icons/symbolSquare.js +0 -11
- package/dist/src/icons/symbolTriangleDown.d.ts +0 -9
- package/dist/src/icons/symbolTriangleDown.js +0 -11
- package/dist/src/icons/symbolTriangleUp.d.ts +0 -9
- package/dist/src/icons/symbolTriangleUp.js +0 -11
- package/dist/src/icons/takeAction.d.ts +0 -9
- package/dist/src/icons/takeAction.js +0 -11
- package/dist/src/icons/taxi.d.ts +0 -9
- package/dist/src/icons/taxi.js +0 -11
- package/dist/src/icons/textHighlight.d.ts +0 -9
- package/dist/src/icons/textHighlight.js +0 -11
- package/dist/src/icons/th.d.ts +0 -9
- package/dist/src/icons/th.js +0 -11
- package/dist/src/icons/thDerived.d.ts +0 -9
- package/dist/src/icons/thDerived.js +0 -11
- package/dist/src/icons/thDisconnect.d.ts +0 -9
- package/dist/src/icons/thDisconnect.js +0 -11
- package/dist/src/icons/thFiltered.d.ts +0 -9
- package/dist/src/icons/thFiltered.js +0 -11
- package/dist/src/icons/thList.d.ts +0 -9
- package/dist/src/icons/thList.js +0 -11
- package/dist/src/icons/timelineEvents.d.ts +0 -9
- package/dist/src/icons/timelineEvents.js +0 -11
- package/dist/src/icons/tint.d.ts +0 -9
- package/dist/src/icons/tint.js +0 -11
- package/dist/src/icons/torch.d.ts +0 -9
- package/dist/src/icons/torch.js +0 -11
- package/dist/src/icons/tractor.d.ts +0 -9
- package/dist/src/icons/tractor.js +0 -11
- package/dist/src/icons/train.d.ts +0 -9
- package/dist/src/icons/train.js +0 -11
- package/dist/src/icons/translate.d.ts +0 -9
- package/dist/src/icons/translate.js +0 -11
- package/dist/src/icons/tree.d.ts +0 -9
- package/dist/src/icons/tree.js +0 -11
- package/dist/src/icons/trendingDown.d.ts +0 -9
- package/dist/src/icons/trendingDown.js +0 -11
- package/dist/src/icons/trendingUp.d.ts +0 -9
- package/dist/src/icons/trendingUp.js +0 -11
- package/dist/src/icons/truck.d.ts +0 -9
- package/dist/src/icons/truck.js +0 -11
- package/dist/src/icons/twoColumns.d.ts +0 -9
- package/dist/src/icons/twoColumns.js +0 -11
- package/dist/src/icons/unarchive.d.ts +0 -9
- package/dist/src/icons/unarchive.js +0 -11
- package/dist/src/icons/underline.d.ts +0 -9
- package/dist/src/icons/underline.js +0 -11
- package/dist/src/icons/undo.d.ts +0 -9
- package/dist/src/icons/undo.js +0 -11
- package/dist/src/icons/ungroupObjects.d.ts +0 -9
- package/dist/src/icons/ungroupObjects.js +0 -11
- package/dist/src/icons/unknownVehicle.d.ts +0 -9
- package/dist/src/icons/unknownVehicle.js +0 -11
- package/dist/src/icons/unresolve.d.ts +0 -9
- package/dist/src/icons/unresolve.js +0 -11
- package/dist/src/icons/variable.d.ts +0 -9
- package/dist/src/icons/variable.js +0 -11
- package/dist/src/icons/verticalBarChartAsc.d.ts +0 -9
- package/dist/src/icons/verticalBarChartAsc.js +0 -11
- package/dist/src/icons/verticalBarChartDesc.d.ts +0 -9
- package/dist/src/icons/verticalBarChartDesc.js +0 -11
- package/dist/src/icons/verticalDistribution.d.ts +0 -9
- package/dist/src/icons/verticalDistribution.js +0 -11
- package/dist/src/icons/video.d.ts +0 -9
- package/dist/src/icons/video.js +0 -11
- package/dist/src/icons/volumeDown.d.ts +0 -9
- package/dist/src/icons/volumeDown.js +0 -11
- package/dist/src/icons/volumeOff.d.ts +0 -9
- package/dist/src/icons/volumeOff.js +0 -11
- package/dist/src/icons/volumeUp.d.ts +0 -9
- package/dist/src/icons/volumeUp.js +0 -11
- package/dist/src/icons/walk.d.ts +0 -9
- package/dist/src/icons/walk.js +0 -11
- package/dist/src/icons/waterfallChart.d.ts +0 -9
- package/dist/src/icons/waterfallChart.js +0 -11
- package/dist/src/icons/widget.d.ts +0 -9
- package/dist/src/icons/widget.js +0 -11
- package/dist/src/icons/widgetButton.d.ts +0 -9
- package/dist/src/icons/widgetButton.js +0 -11
- package/dist/src/icons/widgetFooter.d.ts +0 -9
- package/dist/src/icons/widgetFooter.js +0 -11
- package/dist/src/icons/widgetHeader.d.ts +0 -9
- package/dist/src/icons/widgetHeader.js +0 -11
- package/dist/src/icons/wrench.d.ts +0 -9
- package/dist/src/icons/wrench.js +0 -11
- package/dist/src/icons/zoomIn.d.ts +0 -9
- package/dist/src/icons/zoomIn.js +0 -11
- package/dist/src/icons/zoomOut.d.ts +0 -9
- package/dist/src/icons/zoomOut.js +0 -11
- package/dist/src/icons/zoomToFit.d.ts +0 -9
- package/dist/src/icons/zoomToFit.js +0 -11
- package/dist/src/js/themeMap.d.ts +0 -268
- package/dist/src/js/themeMap.js +0 -624
- /package/dist/src/icons/{addColumnLeft.d.ts → capslock.d.ts} +0 -0
@@ -1,11 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
const data = {
|
3
|
-
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1 7c.55 0 1-.45 1-1V2h4c.55 0 1-.45 1-1s-.45-1-1-1H1C.45 0 0 .45 0 1v5c0 .55.45 1 1 1Zm5 1a1.003 1.003 0 00-1.71-.71l-2 2c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l2 2a1.003 1.003 0 001.42-1.42L4.41 10 5.7 8.71c.19-.18.3-.43.3-.71Zm2-2c.28 0 .53-.11.71-.29L10 4.41l1.29 1.29c.18.19.43.3.71.3a1.003 1.003 0 00.71-1.71l-2-2A.997.997 0 0010 2c-.28 0-.53.11-.71.29l-2 2A1.003 1.003 0 008 6ZM6 18H2v-4c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1Zm8-6a1.003 1.003 0 001.71.71l2-2c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-2-2a1.003 1.003 0 00-1.42 1.42l1.3 1.29-1.29 1.29c-.19.18-.3.43-.3.71Zm5-12h-5c-.55 0-1 .45-1 1s.45 1 1 1h4v4c0 .55.45 1 1 1s1-.45 1-1V1c0-.55-.45-1-1-1Zm-7 14c-.28 0-.53.11-.71.29L10 15.59 8.71 14.3A.965.965 0 008 14a1.003 1.003 0 00-.71 1.71l2 2c.18.18.43.29.71.29.28 0 .53-.11.71-.29l2-2A1.003 1.003 0 0012 14Zm7-1c-.55 0-1 .45-1 1v4h-4c-.55 0-1 .45-1 1s.45 1 1 1h5c.55 0 1-.45 1-1v-5c0-.55-.45-1-1-1Z\" clip-rule=\"evenodd\"/>",
|
4
|
-
"left": 0,
|
5
|
-
"top": 0,
|
6
|
-
"width": 20,
|
7
|
-
"height": 20
|
8
|
-
};
|
9
|
-
exports.__esModule = true;
|
10
|
-
exports.default = data;
|
11
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiem9vbVRvRml0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2ljb25zL3pvb21Ub0ZpdC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsTUFBTSxJQUFJLEdBQUc7SUFDWixNQUFNLEVBQUUseWdDQUF5Z0M7SUFDamhDLE1BQU0sRUFBRSxDQUFDO0lBQ1QsS0FBSyxFQUFFLENBQUM7SUFDUixPQUFPLEVBQUUsRUFBRTtJQUNYLFFBQVEsRUFBRSxFQUFFO0NBQ1osQ0FBQztBQUNGLE9BQU8sQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDO0FBQzFCLE9BQU8sQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDIn0=
|
@@ -1,268 +0,0 @@
|
|
1
|
-
export namespace theme {
|
2
|
-
const colors: {
|
3
|
-
error: {
|
4
|
-
'100': string;
|
5
|
-
'90': string;
|
6
|
-
'80': string;
|
7
|
-
'70': string;
|
8
|
-
'60': string;
|
9
|
-
'50': string;
|
10
|
-
'40': string;
|
11
|
-
'30': string;
|
12
|
-
'20': string;
|
13
|
-
'10': string;
|
14
|
-
'5': string;
|
15
|
-
'0': string;
|
16
|
-
};
|
17
|
-
warning: {
|
18
|
-
'100': string;
|
19
|
-
'90': string;
|
20
|
-
'80': string;
|
21
|
-
'70': string;
|
22
|
-
'60': string;
|
23
|
-
'50': string;
|
24
|
-
'40': string;
|
25
|
-
'30': string;
|
26
|
-
'20': string;
|
27
|
-
'10': string;
|
28
|
-
'5': string;
|
29
|
-
'0': string;
|
30
|
-
};
|
31
|
-
success: {
|
32
|
-
'100': string;
|
33
|
-
'90': string;
|
34
|
-
'80': string;
|
35
|
-
'70': string;
|
36
|
-
'60': string;
|
37
|
-
'50': string;
|
38
|
-
'40': string;
|
39
|
-
'30': string;
|
40
|
-
'20': string;
|
41
|
-
'10': string;
|
42
|
-
'5': string;
|
43
|
-
'0': string;
|
44
|
-
};
|
45
|
-
info: {
|
46
|
-
'100': string;
|
47
|
-
'90': string;
|
48
|
-
'80': string;
|
49
|
-
'70': string;
|
50
|
-
'60': string;
|
51
|
-
'50': string;
|
52
|
-
'40': string;
|
53
|
-
'30': string;
|
54
|
-
'20': string;
|
55
|
-
'10': string;
|
56
|
-
'5': string;
|
57
|
-
'0': string;
|
58
|
-
};
|
59
|
-
grey: {
|
60
|
-
'100': string;
|
61
|
-
'90': string;
|
62
|
-
'80': string;
|
63
|
-
'70': string;
|
64
|
-
'60': string;
|
65
|
-
'50': string;
|
66
|
-
'40': string;
|
67
|
-
'30': string;
|
68
|
-
'20': string;
|
69
|
-
'10': string;
|
70
|
-
'5': string;
|
71
|
-
'0': string;
|
72
|
-
};
|
73
|
-
secondary: {
|
74
|
-
'100': string;
|
75
|
-
'90': string;
|
76
|
-
'80': string;
|
77
|
-
'70': string;
|
78
|
-
'60': string;
|
79
|
-
'50': string;
|
80
|
-
'40': string;
|
81
|
-
'30': string;
|
82
|
-
'20': string;
|
83
|
-
'10': string;
|
84
|
-
'5': string;
|
85
|
-
'0': string;
|
86
|
-
};
|
87
|
-
primary: {
|
88
|
-
'100': string;
|
89
|
-
'90': string;
|
90
|
-
'80': string;
|
91
|
-
'70': string;
|
92
|
-
'60': string;
|
93
|
-
'50': string;
|
94
|
-
'40': string;
|
95
|
-
'30': string;
|
96
|
-
'20': string;
|
97
|
-
'10': string;
|
98
|
-
'5': string;
|
99
|
-
'0': string;
|
100
|
-
};
|
101
|
-
transparent: string;
|
102
|
-
white: string;
|
103
|
-
black: string;
|
104
|
-
current: string;
|
105
|
-
'navyBlue-100': string;
|
106
|
-
};
|
107
|
-
const borderRadius: {
|
108
|
-
none: string;
|
109
|
-
sm: string;
|
110
|
-
default: string;
|
111
|
-
md: string;
|
112
|
-
lg: string;
|
113
|
-
xl: string;
|
114
|
-
'2xl': string;
|
115
|
-
'3xl': string;
|
116
|
-
full: string;
|
117
|
-
};
|
118
|
-
const borderWidth: {
|
119
|
-
'0': string;
|
120
|
-
'2': string;
|
121
|
-
'4': string;
|
122
|
-
'8': string;
|
123
|
-
default: string;
|
124
|
-
};
|
125
|
-
const boxShadow: {
|
126
|
-
'24dp': string;
|
127
|
-
'16dp': string;
|
128
|
-
'8dp': string;
|
129
|
-
'4dp': string;
|
130
|
-
'2dp': string;
|
131
|
-
'white-inset': string;
|
132
|
-
};
|
133
|
-
namespace screens {
|
134
|
-
const _default: string;
|
135
|
-
export { _default as default };
|
136
|
-
export const xs: string;
|
137
|
-
export const sm: string;
|
138
|
-
export const md: string;
|
139
|
-
export const lg: string;
|
140
|
-
export const xl: string;
|
141
|
-
}
|
142
|
-
const spacing: {
|
143
|
-
'0': string;
|
144
|
-
'1': string;
|
145
|
-
'2': string;
|
146
|
-
'3': string;
|
147
|
-
'4': string;
|
148
|
-
'5': string;
|
149
|
-
'6': string;
|
150
|
-
'7': string;
|
151
|
-
'8': string;
|
152
|
-
'9': string;
|
153
|
-
l1: string;
|
154
|
-
l2: string;
|
155
|
-
l3: string;
|
156
|
-
l4: string;
|
157
|
-
l5: string;
|
158
|
-
l6: string;
|
159
|
-
l7: string;
|
160
|
-
'1px': string;
|
161
|
-
};
|
162
|
-
namespace fontFamily {
|
163
|
-
const sans: string;
|
164
|
-
const serif: string;
|
165
|
-
const mono: string;
|
166
|
-
}
|
167
|
-
const fontSize: {
|
168
|
-
xs: string;
|
169
|
-
'xs-line-height': string;
|
170
|
-
sm: string;
|
171
|
-
'sm-line-height': string;
|
172
|
-
base: string;
|
173
|
-
'base-line-height': string;
|
174
|
-
lg: string;
|
175
|
-
'lg-line-height': string;
|
176
|
-
xl: string;
|
177
|
-
'xl-line-height': string;
|
178
|
-
'2xl': string;
|
179
|
-
'2xl-line-height': string;
|
180
|
-
'3xl': string;
|
181
|
-
'3xl-line-height': string;
|
182
|
-
'4xl': string;
|
183
|
-
'4xl-line-height': string;
|
184
|
-
'5xl': string;
|
185
|
-
'5xl-line-height': string;
|
186
|
-
'6xl': string;
|
187
|
-
'6xl-line-height': string;
|
188
|
-
'7xl': string;
|
189
|
-
'7xl-line-height': string;
|
190
|
-
'8xl': string;
|
191
|
-
'8xl-line-height': string;
|
192
|
-
'9xl': string;
|
193
|
-
'9xl-line-height': string;
|
194
|
-
};
|
195
|
-
namespace fontWeight {
|
196
|
-
const thin: string;
|
197
|
-
const extralight: string;
|
198
|
-
const light: string;
|
199
|
-
const normal: string;
|
200
|
-
const medium: string;
|
201
|
-
const semibold: string;
|
202
|
-
const bold: string;
|
203
|
-
const extrabold: string;
|
204
|
-
const black: string;
|
205
|
-
}
|
206
|
-
namespace typography {
|
207
|
-
const sizes: ({
|
208
|
-
name: string;
|
209
|
-
className: string;
|
210
|
-
style: {
|
211
|
-
fontFamily: string;
|
212
|
-
fontSize: string;
|
213
|
-
fontWeight: number;
|
214
|
-
fontStyle: string;
|
215
|
-
lineHeight: number;
|
216
|
-
textTransform: string;
|
217
|
-
letterSpacing?: undefined;
|
218
|
-
};
|
219
|
-
fontPostScriptName: string;
|
220
|
-
} | {
|
221
|
-
name: string;
|
222
|
-
className: string;
|
223
|
-
style: {
|
224
|
-
fontFamily: string;
|
225
|
-
fontSize: string;
|
226
|
-
fontWeight: number;
|
227
|
-
fontStyle: string;
|
228
|
-
lineHeight: number;
|
229
|
-
textTransform: string;
|
230
|
-
letterSpacing?: undefined;
|
231
|
-
};
|
232
|
-
fontPostScriptName: null;
|
233
|
-
} | {
|
234
|
-
name: string;
|
235
|
-
className: string;
|
236
|
-
style: {
|
237
|
-
fontFamily: string;
|
238
|
-
fontSize: string;
|
239
|
-
fontWeight: number;
|
240
|
-
fontStyle: string;
|
241
|
-
lineHeight: number;
|
242
|
-
letterSpacing: number;
|
243
|
-
textTransform: string;
|
244
|
-
};
|
245
|
-
fontPostScriptName: null;
|
246
|
-
} | {
|
247
|
-
name: string;
|
248
|
-
className: string;
|
249
|
-
style: {
|
250
|
-
fontFamily: string;
|
251
|
-
fontSize: string;
|
252
|
-
fontWeight: number;
|
253
|
-
fontStyle: string;
|
254
|
-
lineHeight: number;
|
255
|
-
letterSpacing: number;
|
256
|
-
textTransform: string;
|
257
|
-
};
|
258
|
-
fontPostScriptName: string;
|
259
|
-
})[];
|
260
|
-
}
|
261
|
-
const elevations: {
|
262
|
-
'24dp': string;
|
263
|
-
'16dp': string;
|
264
|
-
'8dp': string;
|
265
|
-
'4dp': string;
|
266
|
-
'2dp': string;
|
267
|
-
};
|
268
|
-
}
|