@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 +1 @@
|
|
1
|
-
export declare type ClassNames = "-left-1\/2" | "-m-2" | "-mt-4" | "-mx-4" | "-z-10" | "\!container" | "\!inline" | "\!table" | "\[\&\>\*\:not\(\:first-child\)\]\:-ml-3" | "\[\&\>div\:first-child\]\:px-5" | "\[\&\>path\]\:stroke-transparent" | "absolute" | "active\:bg-grey-10" | "active\:bg-grey-5" | "active\:bg-primary-90" | "active\:bg-transparent" | "active\:ring-0" | "active\:ring-grey-50" | "active\:text-grey-50" | "active\:text-grey-70" | "active\:text-grey-80" | "active\:text-primary-70" | "align-middle" | "animate-pulse" | "appearance-none" | "aspect-square" | "auto-cols-fr" | "before\:content-\[\'_\'\]" | "bg-cover" | "bg-current" | "bg-error-0" | "bg-error-20" | "bg-error-5" | "bg-error-70" | "bg-gradient-to-l" | "bg-gradient-to-r" | "bg-grey-0" | "bg-grey-10" | "bg-grey-20" | "bg-grey-30" | "bg-grey-5" | "bg-grey-90" | "bg-info-5" | "bg-info-50" | "bg-navyBlue-100" | "bg-opacity-40" | "bg-primary-70" | "bg-primary-80" | "bg-secondary-5" | "bg-success-5" | "bg-success-70" | "bg-transparent" | "bg-warning-5" | "bg-warning-70" | "bg-white" | "block" | "blur" | "border" | "border-0" | "border-2" | "border-\[1px\]" | "border-b" | "border-b-2" | "border-b-\[1px\]" | "border-current" | "border-dashed" | "border-error-50" | "border-grey-10" | "border-grey-100" | "border-grey-20" | "border-grey-40" | "border-grey-5" | "border-grey-50" | "border-grey-90" | "border-info-70" | "border-navyBlue-100" | "border-none" | "border-primary-80" | "border-solid" | "border-spacing-0" | "border-success-70" | "border-t-2" | "border-transparent" | "bottom-0" | "break-all" | "break-words" | "capitalize" | "checked\:bg-navyBlue-100" | "checked\:bg-opacity-40" | "checked\:border-navyBlue-100" | "checked\:opacity-40" | "checked\:shadow-whiteInset" | "children\:border-grey-10" | "children\:inline-block" | "children\:last\:border-b-0" | "col-start-1" | "col-start-2" | "col-start-3" | "collapse" | "container" | "contents" | "cursor-default" | "cursor-not-allowed" | "cursor-pointer" | "delay-150" | "disabled\:bg-grey-0" | "disabled\:bg-grey-5" | "disabled\:bg-primary-5" | "disabled\:bg-transparent" | "disabled\:border-grey-20" | "disabled\:cursor-not-allowed" | "disabled\:ring-grey-20" | "disabled\:text-grey-20" | "disabled\:text-grey-30" | "disabled\:text-grey-40" | "disabled\:text-primary-40" | "duration-300" | "ease-in-out" | "filter" | "first\:mt-0" | "fixed" | "flex" | "flex-col" | "flex-grow" | "flex-nowrap" | "flex-row" | "flex-row-reverse" | "flex-wrap" | "focus-visible\:bg-grey-0" | "focus-visible\:border-info-70" | "focus-visible\:outline-0" | "focus-visible\:ring-1" | "focus-visible\:ring-2" | "focus-visible\:ring-grey-50" | "focus-visible\:ring-info-70" | "focus-visible\:ring-inset" | "focus-visible\:ring-primary-100" | "focus-visible\:text-grey-80" | "focus-visible\:text-grey-90" | "focus\:bg-error-20" | "focus\:bg-grey-20" | "focus\:border" | "focus\:border-info-70" | "focus\:border-transparent" | "focus\:outline-none" | "focus\:ring-0" | "focus\:ring-1" | "focus\:ring-2" | "focus\:ring-grey-60" | "focus\:ring-offset-0" | "focus\:text-primary-80" | "focusable" | "font-normal" | "from-white" | "gap-0" | "gap-2" | "gap-3" | "gap-4" | "gap-5" | "gap-7" | "gap-8" | "gap-x-2" | "gap-x-3" | "gap-x-4" | "gap-y-2" | "grid" | "grid-cols-1" | "grid-cols-2" | "grid-cols-3" | "grid-cols-\[16px_1fr\]" | "grid-cols-\[200px_1fr_200px\]" | "grid-cols-\[auto_1fr\]" | "grid-cols-\[auto_1fr_auto\]" | "grid-flow-col" | "group" | "group-hover\:bg-grey-0" | "group-hover\:visible" | "group-last\:border-b-0" | "grow" | "grow-0" | "h-1" | "h-1px" | "h-2" | "h-3" | "h-4" | "h-5" | "h-6" | "h-\[120px\]" | "h-\[174px\]" | "h-\[1px\]" | "h-\[20px\]" | "h-\[225px\]" | "h-\[25px\]" | "h-\[2px\]" | "h-\[32px\]" | "h-\[3px\]" | "h-\[50px\]" | "h-\[56px\]" | "h-\[6px\]" | "h-\[8px\]" | "h-auto" | "h-full" | "hidden" | "hover\:bg-error-10" | "hover\:bg-grey-0" | "hover\:bg-grey-10" | "hover\:bg-grey-30" | "hover\:bg-grey-5" | "hover\:bg-primary-70" | "hover\:border-grey-20" | "hover\:border-grey-50" | "hover\:checked\:bg-navyBlue-100" | "hover\:cursor-pointer" | "hover\:ring-grey-50" | "hover\:text-grey-80" | "hover\:text-grey-90" | "hover\:text-primary-70" | "hover\:text-primary-80" | "inline" | "inline-block" | "inline-flex" | "inline-grid" | "inset-0" | "inset-y-0" | "invisible" | "italic" | "items-center" | "items-stretch" | "justify-between" | "justify-center" | "justify-end" | "justify-self-center" | "justify-start" | "leading-\[0px\]" | "leading-\[18px\]" | "leading-none" | "left-0" | "left-1\/2" | "left-2" | "line-clamp-1" | "line-clamp-2" | "line-clamp-3" | "line-clamp-4" | "line-clamp-5" | "line-clamp-6" | "m-3" | "m-4" | "m-\[1px\]" | "max-h-full" | "max-w-\[300px\]" | "max-w-\[320px\]" | "max-w-\[40px\]" | "max-w-\[600px\]" | "max-w-\[70px\]" | "max-w-\[940px\]" | "max-w-screen-lg" | "max-w-screen-md" | "max-w-screen-sm" | "max-w-screen-xl" | "max-w-screen-xs" | "mb-2" | "mb-3" | "mb-5" | "mb-\[-2px\]" | "mb-\[7px\]" | "min-h-\[120px\]" | "min-h-\[50px\]" | "min-h-full" | "min-w-0" | "min-w-\[280px\]" | "min-w-full" | "ml-2" | "ml-3" | "mr-1" | "mr-4" | "mt-1" | "mt-2" | "mt-4" | "mt-5" | "mt-auto" | "mx-0" | "mx-1" | "mx-2" | "mx-3" | "mx-7" | "my-1" | "my-4" | "no-arrow" | "no-arrows" | "no-underline" | "object-cover" | "opacity-40" | "opacity-70" | "origin-\[0\%_45\%\]" | "outline-none" | "overflow-hidden" | "overflow-x-hidden" | "overflow-x-scroll" | "overflow-y-auto" | "p-1" | "p-2" | "p-3" | "p-4" | "p-5" | "p-6" | "p-\[2px\]" | "p-\[3px\]" | "pb-3" | "pb-6" | "peer" | "peer-checked\/switch\:left-1" | "peer-checked\/switch\:translate-x-5" | "peer-checked\:\[\&\>path\]\:stroke-grey-30" | "peer-checked\:\[\&\>path\]\:stroke-white" | "peer-checked\:border-navyBlue-100" | "peer-checked\:text-grey-30" | "peer-checked\:text-white" | "peer-disabled\/switch\:bg-grey-0" | "peer-focus\:border-info-70" | "peer-hover\:border-grey-50" | "peer\/switch" | "pl-4" | "pl-7" | "placeholder\:text-grey-40" | "pointer-events-none" | "pr-4" | "pt-3" | "px-0" | "px-1" | "px-2" | "px-3" | "px-4" | "px-5" | "px-6" | "px-7" | "px-\[14px\]" | "px-\[1px\]" | "px-\[20px\]" | "px-\[4px\]" | "py-1" | "py-2" | "py-3" | "py-4" | "py-5" | "py-6" | "py-7" | "py-\[14px\]" | "py-\[6px\]" | "relative" | "resize" | "resize-none" | "right-0" | "right-\[28px\]" | "ring-0" | "ring-1" | "ring-2" | "ring-grey-30" | "ring-inset" | "ring-offset-0" | "rotate-45" | "rounded" | "rounded-\[2px\]" | "rounded-full" | "rounded-sm" | "row-start-1" | "scale-\[0\.55\]" | "scroll-smooth" | "scrollbar-hide" | "self-center" | "self-start" | "shadow-16dp" | "shadow-2dp" | "shadow-4dp" | "shrink" | "snap-mandatory" | "snap-start" | "snap-x" | "static" | "sticky" | "stroke-grey-30" | "table" | "table-auto" | "table-fixed" | "text-\[8px\]" | "text-\[9px\]" | "text-center" | "text-error-0" | "text-error-10" | "text-error-100" | "text-error-20" | "text-error-30" | "text-error-40" | "text-error-5" | "text-error-50" | "text-error-60" | "text-error-70" | "text-error-80" | "text-error-90" | "text-grey-0" | "text-grey-10" | "text-grey-100" | "text-grey-20" | "text-grey-30" | "text-grey-40" | "text-grey-5" | "text-grey-50" | "text-grey-60" | "text-grey-70" | "text-grey-80" | "text-grey-90" | "text-info-0" | "text-info-10" | "text-info-100" | "text-info-20" | "text-info-30" | "text-info-40" | "text-info-5" | "text-info-50" | "text-info-60" | "text-info-70" | "text-info-80" | "text-info-90" | "text-left" | "text-primary-0" | "text-primary-10" | "text-primary-100" | "text-primary-20" | "text-primary-30" | "text-primary-40" | "text-primary-5" | "text-primary-50" | "text-primary-60" | "text-primary-70" | "text-primary-80" | "text-primary-90" | "text-right" | "text-secondary-0" | "text-secondary-10" | "text-secondary-100" | "text-secondary-20" | "text-secondary-30" | "text-secondary-40" | "text-secondary-5" | "text-secondary-50" | "text-secondary-60" | "text-secondary-70" | "text-secondary-80" | "text-secondary-90" | "text-success-0" | "text-success-10" | "text-success-100" | "text-success-20" | "text-success-30" | "text-success-40" | "text-success-5" | "text-success-50" | "text-success-60" | "text-success-70" | "text-success-80" | "text-success-90" | "text-transparent" | "text-warning-0" | "text-warning-10" | "text-warning-100" | "text-warning-20" | "text-warning-30" | "text-warning-40" | "text-warning-5" | "text-warning-50" | "text-warning-60" | "text-warning-70" | "text-warning-80" | "text-warning-90" | "text-white" | "top-0" | "top-\[14px\]" | "top-\[20px\]" | "top-\[3px\]" | "transform" | "transition" | "transition-all" | "typography-body-default" | "typography-body-default-medium" | "typography-body-large" | "typography-body-large-medium" | "typography-body-small" | "typography-body-small-medium" | "typography-button-large" | "typography-button-medium" | "typography-button-small" | "typography-caption" | "typography-caption-default" | "typography-caption-small" | "typography-default" | "typography-default-strong" | "typography-heading" | "typography-heading-2xl" | "typography-heading-3xl" | "typography-heading-4xl" | "typography-heading-5xl" | "typography-heading-large" | "typography-heading-xl" | "typography-large" | "typography-large-heading" | "typography-large-strong" | "typography-overline-default" | "typography-overline-small" | "typography-small" | "typography-small-strong" | "typography-subheading" | "uppercase" | "via-white" | "visible" | "visited\:text-primary-80" | "w-1" | "w-1px" | "w-2" | "w-3" | "w-4" | "w-5" | "w-6" | "w-\[280px\]" | "w-\[32px\]" | "w-\[34px\]" | "w-\[56px\]" | "w-\[6px\]" | "w-\[8px\]" | "w-full" | "whitespace-nowrap" | "whitespace-pre" | "z-0" | "z-10" | "z-20" | "z-40" | "z-modal";
|
1
|
+
export declare type ClassNames = "-left-1\/2" | "-m-2" | "-mt-4" | "-mx-4" | "-z-10" | "\!container" | "\!inline" | "\!table" | "\[\&\>\*\:not\(\:first-child\)\]\:-ml-3" | "\[\&\>div\:first-child\]\:px-5" | "\[\&\>path\]\:stroke-transparent" | "absolute" | "active\:bg-grey-10" | "active\:bg-grey-5" | "active\:bg-primary-90" | "active\:bg-transparent" | "active\:ring-0" | "active\:ring-grey-50" | "active\:text-grey-50" | "active\:text-grey-70" | "active\:text-grey-80" | "active\:text-primary-70" | "align-middle" | "animate-pulse" | "appearance-none" | "aspect-square" | "auto-cols-fr" | "before\:content-\[\'_\'\]" | "bg-cover" | "bg-current" | "bg-error-0" | "bg-error-20" | "bg-error-5" | "bg-error-70" | "bg-gradient-to-l" | "bg-gradient-to-r" | "bg-grey-0" | "bg-grey-10" | "bg-grey-20" | "bg-grey-30" | "bg-grey-5" | "bg-grey-90" | "bg-info-5" | "bg-info-50" | "bg-navyBlue-100" | "bg-opacity-40" | "bg-primary-70" | "bg-primary-80" | "bg-secondary-5" | "bg-success-5" | "bg-success-70" | "bg-transparent" | "bg-warning-5" | "bg-warning-70" | "bg-white" | "block" | "blur" | "border" | "border-0" | "border-2" | "border-\[1px\]" | "border-b" | "border-b-2" | "border-b-\[1px\]" | "border-current" | "border-dashed" | "border-error-50" | "border-grey-10" | "border-grey-100" | "border-grey-20" | "border-grey-40" | "border-grey-5" | "border-grey-50" | "border-grey-90" | "border-info-70" | "border-navyBlue-100" | "border-none" | "border-primary-80" | "border-solid" | "border-spacing-0" | "border-success-70" | "border-t-2" | "border-transparent" | "bottom-0" | "break-all" | "break-words" | "capitalize" | "checked\:bg-navyBlue-100" | "checked\:bg-opacity-40" | "checked\:border-navyBlue-100" | "checked\:opacity-40" | "checked\:shadow-whiteInset" | "children\:border-grey-10" | "children\:inline-block" | "children\:last\:border-b-0" | "col-start-1" | "col-start-2" | "col-start-3" | "collapse" | "container" | "contents" | "cursor-default" | "cursor-not-allowed" | "cursor-pointer" | "delay-150" | "disabled\:bg-grey-0" | "disabled\:bg-grey-5" | "disabled\:bg-primary-5" | "disabled\:bg-transparent" | "disabled\:border-grey-20" | "disabled\:cursor-not-allowed" | "disabled\:ring-grey-20" | "disabled\:text-grey-20" | "disabled\:text-grey-30" | "disabled\:text-grey-40" | "disabled\:text-primary-40" | "duration-300" | "ease-in-out" | "filter" | "first\:mt-0" | "fixed" | "flex" | "flex-col" | "flex-grow" | "flex-nowrap" | "flex-row" | "flex-row-reverse" | "flex-wrap" | "focus-visible\:bg-grey-0" | "focus-visible\:border-info-70" | "focus-visible\:outline-0" | "focus-visible\:ring-1" | "focus-visible\:ring-2" | "focus-visible\:ring-grey-50" | "focus-visible\:ring-info-70" | "focus-visible\:ring-inset" | "focus-visible\:ring-primary-100" | "focus-visible\:text-grey-80" | "focus-visible\:text-grey-90" | "focus\:bg-error-20" | "focus\:bg-grey-20" | "focus\:border" | "focus\:border-info-70" | "focus\:border-transparent" | "focus\:outline-none" | "focus\:ring-0" | "focus\:ring-1" | "focus\:ring-2" | "focus\:ring-grey-60" | "focus\:ring-offset-0" | "focus\:text-primary-80" | "focusable" | "font-normal" | "from-white" | "gap-0" | "gap-2" | "gap-3" | "gap-4" | "gap-5" | "gap-7" | "gap-8" | "gap-x-2" | "gap-x-3" | "gap-x-4" | "gap-y-2" | "grid" | "grid-cols-1" | "grid-cols-2" | "grid-cols-3" | "grid-cols-\[16px_1fr\]" | "grid-cols-\[200px_1fr_200px\]" | "grid-cols-\[auto_1fr\]" | "grid-cols-\[auto_1fr_auto\]" | "grid-flow-col" | "group" | "group-hover\:bg-grey-0" | "group-hover\:visible" | "group-last\:border-b-0" | "grow" | "grow-0" | "h-1" | "h-1px" | "h-2" | "h-3" | "h-4" | "h-5" | "h-6" | "h-\[120px\]" | "h-\[174px\]" | "h-\[1px\]" | "h-\[20px\]" | "h-\[225px\]" | "h-\[25px\]" | "h-\[2px\]" | "h-\[32px\]" | "h-\[3px\]" | "h-\[50px\]" | "h-\[56px\]" | "h-\[6px\]" | "h-\[8px\]" | "h-auto" | "h-full" | "hidden" | "hover\:bg-error-10" | "hover\:bg-grey-0" | "hover\:bg-grey-10" | "hover\:bg-grey-30" | "hover\:bg-grey-5" | "hover\:bg-primary-70" | "hover\:border-grey-20" | "hover\:border-grey-50" | "hover\:checked\:bg-navyBlue-100" | "hover\:cursor-pointer" | "hover\:ring-grey-50" | "hover\:text-grey-80" | "hover\:text-grey-90" | "hover\:text-primary-70" | "hover\:text-primary-80" | "icon-stroke-2" | "inline" | "inline-block" | "inline-flex" | "inline-grid" | "inset-0" | "inset-y-0" | "invisible" | "italic" | "items-center" | "items-stretch" | "justify-between" | "justify-center" | "justify-end" | "justify-self-center" | "justify-start" | "leading-\[0px\]" | "leading-\[18px\]" | "leading-none" | "left-0" | "left-1\/2" | "left-2" | "line-clamp-1" | "line-clamp-2" | "line-clamp-3" | "line-clamp-4" | "line-clamp-5" | "line-clamp-6" | "m-3" | "m-4" | "m-\[1px\]" | "max-h-full" | "max-w-\[300px\]" | "max-w-\[320px\]" | "max-w-\[40px\]" | "max-w-\[600px\]" | "max-w-\[70px\]" | "max-w-\[940px\]" | "max-w-screen-lg" | "max-w-screen-md" | "max-w-screen-sm" | "max-w-screen-xl" | "max-w-screen-xs" | "mb-2" | "mb-3" | "mb-5" | "mb-\[-2px\]" | "mb-\[7px\]" | "min-h-\[120px\]" | "min-h-\[50px\]" | "min-h-full" | "min-w-0" | "min-w-\[280px\]" | "min-w-full" | "ml-2" | "ml-3" | "mr-1" | "mr-4" | "mt-1" | "mt-2" | "mt-4" | "mt-5" | "mt-auto" | "mx-0" | "mx-1" | "mx-2" | "mx-3" | "mx-7" | "my-1" | "my-4" | "no-arrow" | "no-arrows" | "no-underline" | "object-cover" | "opacity-40" | "opacity-70" | "origin-\[0\%_45\%\]" | "outline-none" | "overflow-hidden" | "overflow-x-hidden" | "overflow-x-scroll" | "overflow-y-auto" | "p-1" | "p-2" | "p-3" | "p-4" | "p-5" | "p-6" | "p-\[2px\]" | "p-\[3px\]" | "pb-3" | "pb-6" | "peer" | "peer-checked\/switch\:left-1" | "peer-checked\/switch\:translate-x-5" | "peer-checked\:\[\&\>path\]\:stroke-grey-30" | "peer-checked\:\[\&\>path\]\:stroke-white" | "peer-checked\:border-navyBlue-100" | "peer-checked\:text-grey-30" | "peer-checked\:text-white" | "peer-disabled\/switch\:bg-grey-0" | "peer-focus\:border-info-70" | "peer-hover\:border-grey-50" | "peer\/switch" | "pl-4" | "pl-7" | "placeholder\:text-grey-40" | "pointer-events-none" | "pr-4" | "pt-3" | "px-0" | "px-1" | "px-2" | "px-3" | "px-4" | "px-5" | "px-6" | "px-7" | "px-\[14px\]" | "px-\[1px\]" | "px-\[20px\]" | "px-\[4px\]" | "py-1" | "py-2" | "py-3" | "py-4" | "py-5" | "py-6" | "py-7" | "py-\[14px\]" | "py-\[6px\]" | "recharts-cartesian-axis-tick-value" | "recharts-tooltip-item" | "recharts-tooltip-item-separator" | "recharts-tooltip-wrapper" | "relative" | "resize" | "resize-none" | "right-0" | "right-\[28px\]" | "ring-0" | "ring-1" | "ring-2" | "ring-grey-30" | "ring-inset" | "ring-offset-0" | "rotate-45" | "rounded" | "rounded-\[2px\]" | "rounded-full" | "rounded-sm" | "row-start-1" | "scale-\[0\.55\]" | "scroll-smooth" | "scrollbar-hide" | "self-center" | "self-start" | "shadow-16dp" | "shadow-2dp" | "shadow-4dp" | "shrink" | "snap-mandatory" | "snap-start" | "snap-x" | "static" | "sticky" | "stroke-grey-30" | "table" | "table-auto" | "table-fixed" | "text-\[8px\]" | "text-\[9px\]" | "text-center" | "text-error-0" | "text-error-10" | "text-error-100" | "text-error-20" | "text-error-30" | "text-error-40" | "text-error-5" | "text-error-50" | "text-error-60" | "text-error-70" | "text-error-80" | "text-error-90" | "text-grey-0" | "text-grey-10" | "text-grey-100" | "text-grey-20" | "text-grey-30" | "text-grey-40" | "text-grey-5" | "text-grey-50" | "text-grey-60" | "text-grey-70" | "text-grey-80" | "text-grey-90" | "text-info-0" | "text-info-10" | "text-info-100" | "text-info-20" | "text-info-30" | "text-info-40" | "text-info-5" | "text-info-50" | "text-info-60" | "text-info-70" | "text-info-80" | "text-info-90" | "text-left" | "text-primary-0" | "text-primary-10" | "text-primary-100" | "text-primary-20" | "text-primary-30" | "text-primary-40" | "text-primary-5" | "text-primary-50" | "text-primary-60" | "text-primary-70" | "text-primary-80" | "text-primary-90" | "text-right" | "text-secondary-0" | "text-secondary-10" | "text-secondary-100" | "text-secondary-20" | "text-secondary-30" | "text-secondary-40" | "text-secondary-5" | "text-secondary-50" | "text-secondary-60" | "text-secondary-70" | "text-secondary-80" | "text-secondary-90" | "text-success-0" | "text-success-10" | "text-success-100" | "text-success-20" | "text-success-30" | "text-success-40" | "text-success-5" | "text-success-50" | "text-success-60" | "text-success-70" | "text-success-80" | "text-success-90" | "text-transparent" | "text-warning-0" | "text-warning-10" | "text-warning-100" | "text-warning-20" | "text-warning-30" | "text-warning-40" | "text-warning-5" | "text-warning-50" | "text-warning-60" | "text-warning-70" | "text-warning-80" | "text-warning-90" | "text-white" | "top-0" | "top-\[14px\]" | "top-\[20px\]" | "top-\[3px\]" | "transform" | "transition" | "transition-all" | "typography-body-default" | "typography-body-default-medium" | "typography-body-large" | "typography-body-large-medium" | "typography-body-small" | "typography-body-small-medium" | "typography-button-large" | "typography-button-medium" | "typography-button-small" | "typography-caption" | "typography-caption-default" | "typography-caption-small" | "typography-default" | "typography-default-strong" | "typography-heading" | "typography-heading-2xl" | "typography-heading-3xl" | "typography-heading-4xl" | "typography-heading-5xl" | "typography-heading-large" | "typography-heading-xl" | "typography-large" | "typography-large-heading" | "typography-large-strong" | "typography-overline-default" | "typography-overline-small" | "typography-small" | "typography-small-strong" | "typography-subheading" | "uppercase" | "via-white" | "visible" | "visited\:text-primary-80" | "w-1" | "w-1px" | "w-2" | "w-3" | "w-4" | "w-5" | "w-6" | "w-\[280px\]" | "w-\[32px\]" | "w-\[34px\]" | "w-\[56px\]" | "w-\[6px\]" | "w-\[8px\]" | "w-full" | "whitespace-nowrap" | "whitespace-pre" | "z-0" | "z-10" | "z-20" | "z-40" | "z-modal";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aivenio/aquarium",
|
3
|
-
"version": "1.18.0-
|
3
|
+
"version": "1.18.0-rc3",
|
4
4
|
"description": "Aiven Aquarium design system",
|
5
5
|
"main": "dist/system.cjs",
|
6
6
|
"module": "dist/system.mjs",
|
@@ -90,17 +90,19 @@
|
|
90
90
|
"@babel/preset-react": "^7.18.6",
|
91
91
|
"@babel/preset-typescript": "^7.18.6",
|
92
92
|
"@iconify/tools": "^2.0.14",
|
93
|
-
"@storybook/addon-a11y": "^7.0.
|
94
|
-
"@storybook/addon-essentials": "^7.0.
|
95
|
-
"@storybook/addon-links": "^7.0.
|
93
|
+
"@storybook/addon-a11y": "^7.0.8",
|
94
|
+
"@storybook/addon-essentials": "^7.0.8",
|
95
|
+
"@storybook/addon-links": "^7.0.8",
|
96
|
+
"@storybook/addon-mdx-gfm": "^7.0.8",
|
96
97
|
"@storybook/addon-postcss": "^2.0.0",
|
97
|
-
"@storybook/addon-
|
98
|
-
"@storybook/
|
98
|
+
"@storybook/addon-storyshots": "^7.0.8",
|
99
|
+
"@storybook/addon-toolbars": "^7.0.8",
|
100
|
+
"@storybook/addons": "^7.0.8",
|
99
101
|
"@storybook/preset-typescript": "^3.0.0",
|
100
|
-
"@storybook/react": "^7.0.
|
101
|
-
"@storybook/react-webpack5": "^7.0.
|
102
|
+
"@storybook/react": "^7.0.8",
|
103
|
+
"@storybook/react-webpack5": "^7.0.8",
|
102
104
|
"@tailwindcss/line-clamp": "^0.4.2",
|
103
|
-
"@testing-library/dom": "^8.
|
105
|
+
"@testing-library/dom": "^8.20.0",
|
104
106
|
"@testing-library/jest-dom": "^5.16.5",
|
105
107
|
"@testing-library/react": "^12.1.5",
|
106
108
|
"@testing-library/react-hooks": "^8.0.1",
|
@@ -110,7 +112,8 @@
|
|
110
112
|
"@types/convict": "^6.0.1",
|
111
113
|
"@types/jest": "^29.2.2",
|
112
114
|
"@types/lodash": "^4.14.168",
|
113
|
-
"@types/react
|
115
|
+
"@types/react": "^17.0.58",
|
116
|
+
"@types/react-dom": "^17.0.20",
|
114
117
|
"@types/tailwindcss": "^3.1.0",
|
115
118
|
"@typescript-eslint/eslint-plugin": "^5.48.0",
|
116
119
|
"@typescript-eslint/parser": "^5.48.0",
|
@@ -152,7 +155,8 @@
|
|
152
155
|
"prettier": "^2.8.3",
|
153
156
|
"react": "^17.0.2",
|
154
157
|
"react-dom": "^17.0.2",
|
155
|
-
"
|
158
|
+
"react-test-renderer": "^17.0.2",
|
159
|
+
"storybook": "^7.0.8",
|
156
160
|
"style-dictionary": "^3.7.0",
|
157
161
|
"tailwindcss": "^3.2.4",
|
158
162
|
"tailwindcss-children": "^2.1.0",
|
@@ -174,7 +178,8 @@
|
|
174
178
|
"match-sorter": "^6.3.1",
|
175
179
|
"react-aria": "^3.23.1",
|
176
180
|
"react-popper": "^2.3.0",
|
177
|
-
"react-stately": "^3.20.0"
|
181
|
+
"react-stately": "^3.20.0",
|
182
|
+
"recharts": "^2.5.0"
|
178
183
|
},
|
179
184
|
"peerDependencies": {
|
180
185
|
"lodash": "4.x",
|
@@ -1,178 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Do not edit directly
|
3
|
-
* Generated on Fri, 05 May 2023 07:35:31 GMT
|
4
|
-
*/
|
5
|
-
|
6
|
-
:root {
|
7
|
-
--theme-border-radius-none: 0px;
|
8
|
-
--theme-border-radius-sm: 0.125rem;
|
9
|
-
--theme-border-radius-default: 4px;
|
10
|
-
--theme-border-radius-md: 0.375rem;
|
11
|
-
--theme-border-radius-lg: 0.5rem;
|
12
|
-
--theme-border-radius-xl: 0.75rem;
|
13
|
-
--theme-border-radius-2xl: 1rem;
|
14
|
-
--theme-border-radius-3xl: 1.5rem;
|
15
|
-
--theme-border-radius-full: 9999px;
|
16
|
-
--theme-colors-error-100: #aa0000;
|
17
|
-
--theme-colors-error-90: #b90000;
|
18
|
-
--theme-colors-error-80: #c50001;
|
19
|
-
--theme-colors-error-70: #d80005;
|
20
|
-
--theme-colors-error-60: #e70000;
|
21
|
-
--theme-colors-error-50: #e62728;
|
22
|
-
--theme-colors-error-40: #e0504f;
|
23
|
-
--theme-colors-error-30: #ed7975;
|
24
|
-
--theme-colors-error-20: #ffadb3;
|
25
|
-
--theme-colors-error-10: #ffcbd2;
|
26
|
-
--theme-colors-error-5: #fee8e7;
|
27
|
-
--theme-colors-error-0: #fef2f1;
|
28
|
-
--theme-colors-warning-100: #fe6d00;
|
29
|
-
--theme-colors-warning-90: #ff9003;
|
30
|
-
--theme-colors-warning-80: #fd9f00;
|
31
|
-
--theme-colors-warning-70: #ffb300;
|
32
|
-
--theme-colors-warning-60: #ffc107;
|
33
|
-
--theme-colors-warning-50: #fdc926;
|
34
|
-
--theme-colors-warning-40: #fdd44d;
|
35
|
-
--theme-colors-warning-30: #fddf81;
|
36
|
-
--theme-colors-warning-20: #feebb2;
|
37
|
-
--theme-colors-warning-10: #fff2cd;
|
38
|
-
--theme-colors-warning-5: #fff8ea;
|
39
|
-
--theme-colors-warning-0: #fffdf9;
|
40
|
-
--theme-colors-success-100: #006f00;
|
41
|
-
--theme-colors-success-90: #008e00;
|
42
|
-
--theme-colors-success-80: #009f00;
|
43
|
-
--theme-colors-success-70: #00b300;
|
44
|
-
--theme-colors-success-60: #00c300;
|
45
|
-
--theme-colors-success-50: #40ce37;
|
46
|
-
--theme-colors-success-40: #60db57;
|
47
|
-
--theme-colors-success-30: #89eb80;
|
48
|
-
--theme-colors-success-20: #afffa7;
|
49
|
-
--theme-colors-success-10: #cbffc9;
|
50
|
-
--theme-colors-success-5: #ecf7ed;
|
51
|
-
--theme-colors-success-0: #f5faf5;
|
52
|
-
--theme-colors-info-100: #02569a;
|
53
|
-
--theme-colors-info-90: #0174ba;
|
54
|
-
--theme-colors-info-80: #0788d1;
|
55
|
-
--theme-colors-info-70: #0399e3;
|
56
|
-
--theme-colors-info-60: #02a8f3;
|
57
|
-
--theme-colors-info-50: #28b4f4;
|
58
|
-
--theme-colors-info-40: #4cc2f7;
|
59
|
-
--theme-colors-info-30: #7fd1f7;
|
60
|
-
--theme-colors-info-20: #b4e5fb;
|
61
|
-
--theme-colors-info-10: #e0f5fe;
|
62
|
-
--theme-colors-info-5: #effaff;
|
63
|
-
--theme-colors-info-0: #f9fdff;
|
64
|
-
--theme-colors-grey-100: #19191d;
|
65
|
-
--theme-colors-grey-90: #292a31;
|
66
|
-
--theme-colors-grey-80: #3a3a44;
|
67
|
-
--theme-colors-grey-70: #4a4b57;
|
68
|
-
--theme-colors-grey-60: #5a5b6a;
|
69
|
-
--theme-colors-grey-50: #787885;
|
70
|
-
--theme-colors-grey-40: #9696a0;
|
71
|
-
--theme-colors-grey-30: #b4b4bb;
|
72
|
-
--theme-colors-grey-10: #e1e1e3;
|
73
|
-
--theme-colors-grey-5: #ededf0;
|
74
|
-
--theme-colors-grey-0: #f7f7fa;
|
75
|
-
--theme-colors-secondary-100: #e11d16;
|
76
|
-
--theme-colors-secondary-90: #eb4610;
|
77
|
-
--theme-colors-secondary-80: #f3580d;
|
78
|
-
--theme-colors-secondary-70: #f96a02;
|
79
|
-
--theme-colors-secondary-60: #ff7700;
|
80
|
-
--theme-colors-secondary-50: #fc871a;
|
81
|
-
--theme-colors-secondary-40: #fb9a3e;
|
82
|
-
--theme-colors-secondary-30: #fab26e;
|
83
|
-
--theme-colors-secondary-20: #f8c99c;
|
84
|
-
--theme-colors-secondary-10: #fee8d0;
|
85
|
-
--theme-colors-secondary-5: #fff3e8;
|
86
|
-
--theme-colors-secondary-0: #fffbf8;
|
87
|
-
--theme-colors-primary-100: #a70045;
|
88
|
-
--theme-colors-primary-90: #c60443;
|
89
|
-
--theme-colors-primary-80: #e41a4a;
|
90
|
-
--theme-colors-primary-70: #ff3554;
|
91
|
-
--theme-colors-primary-60: #ff5275;
|
92
|
-
--theme-colors-primary-50: #ff6f94;
|
93
|
-
--theme-colors-primary-40: #ff8db0;
|
94
|
-
--theme-colors-primary-30: #ffa9c9;
|
95
|
-
--theme-colors-primary-20: #ffc4de;
|
96
|
-
--theme-colors-primary-10: #ffdeef;
|
97
|
-
--theme-colors-primary-5: #ffe8f4;
|
98
|
-
--theme-colors-primary-0: #fff9fc;
|
99
|
-
--theme-colors-grey-20: #d2d2d6;
|
100
|
-
--theme-colors-navy-blue-100: #30375E;
|
101
|
-
--theme-colors-transparent: transparent;
|
102
|
-
--theme-colors-white: white;
|
103
|
-
--theme-colors-black: black;
|
104
|
-
--theme-colors-current: currentColor;
|
105
|
-
--theme-box-shadow-24dp: 0px 24px 48px rgba(90, 91, 106, 0.08), 0px 12px 24px rgba(58, 58, 68, 0.08);
|
106
|
-
--theme-box-shadow-16dp: 0px 16px 32px rgba(90, 91, 106, 0.12), 0px 8px 16px rgba(58, 58, 68, 0.12);
|
107
|
-
--theme-box-shadow-8dp: 0px 8px 16px rgba(90, 91, 106, 0.16), 0px 4px 8px rgba(58, 58, 68, 0.16);
|
108
|
-
--theme-box-shadow-4dp: 0px 4px 8px rgba(90, 91, 106, 0.20), 0px 2px 4px rgba(58, 58, 68, 0.20);
|
109
|
-
--theme-box-shadow-2dp: 0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24);
|
110
|
-
--theme-box-shadow-white-inset: inset 0 0 0 3px rgba(255,255,255,1);
|
111
|
-
--theme-screens-default: 0px;
|
112
|
-
--theme-screens-xs: 320px;
|
113
|
-
--theme-screens-sm: 672px;
|
114
|
-
--theme-screens-md: 1056px;
|
115
|
-
--theme-screens-lg: 1312px;
|
116
|
-
--theme-screens-xl: 1536px;
|
117
|
-
--theme-border-width-0: 0px;
|
118
|
-
--theme-border-width-2: 2px;
|
119
|
-
--theme-border-width-4: 4px;
|
120
|
-
--theme-border-width-8: 8px;
|
121
|
-
--theme-border-width-default: 1px;
|
122
|
-
--theme-font-family-sans: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
123
|
-
--theme-font-family-serif: ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;
|
124
|
-
--theme-font-family-mono: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
|
125
|
-
--theme-font-size-xs: 0.75rem;
|
126
|
-
--theme-font-size-xs-line-height: 1rem;
|
127
|
-
--theme-font-size-sm: 0.875rem;
|
128
|
-
--theme-font-size-sm-line-height: 1.25rem;
|
129
|
-
--theme-font-size-base: 1rem;
|
130
|
-
--theme-font-size-base-line-height: 1.5rem;
|
131
|
-
--theme-font-size-lg: 1.125rem;
|
132
|
-
--theme-font-size-lg-line-height: 1.75rem;
|
133
|
-
--theme-font-size-xl: 1.25rem;
|
134
|
-
--theme-font-size-xl-line-height: 1.75rem;
|
135
|
-
--theme-font-size-2xl: 1.5rem;
|
136
|
-
--theme-font-size-2xl-line-height: 2rem;
|
137
|
-
--theme-font-size-3xl: 1.875rem;
|
138
|
-
--theme-font-size-3xl-line-height: 2.25rem;
|
139
|
-
--theme-font-size-4xl: 2.25rem;
|
140
|
-
--theme-font-size-4xl-line-height: 2.5rem;
|
141
|
-
--theme-font-size-5xl: 3rem;
|
142
|
-
--theme-font-size-5xl-line-height: 1;
|
143
|
-
--theme-font-size-6xl: 3.75rem;
|
144
|
-
--theme-font-size-6xl-line-height: 1;
|
145
|
-
--theme-font-size-7xl: 4.5rem;
|
146
|
-
--theme-font-size-7xl-line-height: 1;
|
147
|
-
--theme-font-size-8xl: 6rem;
|
148
|
-
--theme-font-size-8xl-line-height: 1;
|
149
|
-
--theme-font-size-9xl: 8rem;
|
150
|
-
--theme-font-size-9xl-line-height: 1;
|
151
|
-
--theme-font-weight-thin: 100;
|
152
|
-
--theme-font-weight-extralight: 200;
|
153
|
-
--theme-font-weight-light: 300;
|
154
|
-
--theme-font-weight-normal: 400;
|
155
|
-
--theme-font-weight-medium: 500;
|
156
|
-
--theme-font-weight-semibold: 600;
|
157
|
-
--theme-font-weight-bold: 700;
|
158
|
-
--theme-font-weight-extrabold: 800;
|
159
|
-
--theme-font-weight-black: 900;
|
160
|
-
--theme-spacing-0: 0;
|
161
|
-
--theme-spacing-1: 2px;
|
162
|
-
--theme-spacing-2: 4px;
|
163
|
-
--theme-spacing-3: 8px;
|
164
|
-
--theme-spacing-4: 12px;
|
165
|
-
--theme-spacing-5: 16px;
|
166
|
-
--theme-spacing-6: 24px;
|
167
|
-
--theme-spacing-7: 32px;
|
168
|
-
--theme-spacing-8: 40px;
|
169
|
-
--theme-spacing-9: 48px;
|
170
|
-
--theme-spacing-1px: 1px;
|
171
|
-
--theme-spacing-l1: 16px;
|
172
|
-
--theme-spacing-l2: 24px;
|
173
|
-
--theme-spacing-l3: 32px;
|
174
|
-
--theme-spacing-l4: 48px;
|
175
|
-
--theme-spacing-l5: 64px;
|
176
|
-
--theme-spacing-l6: 96px;
|
177
|
-
--theme-spacing-l7: 160px;
|
178
|
-
}
|
@@ -1,178 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Do not edit directly
|
3
|
-
* Generated on Fri, 05 May 2023 07:35:31 GMT
|
4
|
-
*/
|
5
|
-
|
6
|
-
:root {
|
7
|
-
--theme-border-radius-none: 0px;
|
8
|
-
--theme-border-radius-sm: 0.125rem;
|
9
|
-
--theme-border-radius-default: 4px;
|
10
|
-
--theme-border-radius-md: 0.375rem;
|
11
|
-
--theme-border-radius-lg: 0.5rem;
|
12
|
-
--theme-border-radius-xl: 0.75rem;
|
13
|
-
--theme-border-radius-2xl: 1rem;
|
14
|
-
--theme-border-radius-3xl: 1.5rem;
|
15
|
-
--theme-border-radius-full: 9999px;
|
16
|
-
--theme-colors-error-100: #aa0000;
|
17
|
-
--theme-colors-error-90: #b90000;
|
18
|
-
--theme-colors-error-80: #c50001;
|
19
|
-
--theme-colors-error-70: #d80005;
|
20
|
-
--theme-colors-error-60: #e70000;
|
21
|
-
--theme-colors-error-50: #e62728;
|
22
|
-
--theme-colors-error-40: #e0504f;
|
23
|
-
--theme-colors-error-30: #ed7975;
|
24
|
-
--theme-colors-error-20: #ffadb3;
|
25
|
-
--theme-colors-error-10: #ffcbd2;
|
26
|
-
--theme-colors-error-5: #fee8e7;
|
27
|
-
--theme-colors-error-0: #fef2f1;
|
28
|
-
--theme-colors-warning-100: #fe6d00;
|
29
|
-
--theme-colors-warning-90: #ff9003;
|
30
|
-
--theme-colors-warning-80: #fd9f00;
|
31
|
-
--theme-colors-warning-70: #ffb300;
|
32
|
-
--theme-colors-warning-60: #ffc107;
|
33
|
-
--theme-colors-warning-50: #fdc926;
|
34
|
-
--theme-colors-warning-40: #fdd44d;
|
35
|
-
--theme-colors-warning-30: #fddf81;
|
36
|
-
--theme-colors-warning-20: #feebb2;
|
37
|
-
--theme-colors-warning-10: #fff2cd;
|
38
|
-
--theme-colors-warning-5: #fff8ea;
|
39
|
-
--theme-colors-warning-0: #fffdf9;
|
40
|
-
--theme-colors-success-100: #006f00;
|
41
|
-
--theme-colors-success-90: #008e00;
|
42
|
-
--theme-colors-success-80: #009f00;
|
43
|
-
--theme-colors-success-70: #00b300;
|
44
|
-
--theme-colors-success-60: #00c300;
|
45
|
-
--theme-colors-success-50: #40ce37;
|
46
|
-
--theme-colors-success-40: #60db57;
|
47
|
-
--theme-colors-success-30: #89eb80;
|
48
|
-
--theme-colors-success-20: #afffa7;
|
49
|
-
--theme-colors-success-10: #cbffc9;
|
50
|
-
--theme-colors-success-5: #ecf7ed;
|
51
|
-
--theme-colors-success-0: #f5faf5;
|
52
|
-
--theme-colors-info-100: #02569a;
|
53
|
-
--theme-colors-info-90: #0174ba;
|
54
|
-
--theme-colors-info-80: #0788d1;
|
55
|
-
--theme-colors-info-70: #0399e3;
|
56
|
-
--theme-colors-info-60: #02a8f3;
|
57
|
-
--theme-colors-info-50: #28b4f4;
|
58
|
-
--theme-colors-info-40: #4cc2f7;
|
59
|
-
--theme-colors-info-30: #7fd1f7;
|
60
|
-
--theme-colors-info-20: #b4e5fb;
|
61
|
-
--theme-colors-info-10: #e0f5fe;
|
62
|
-
--theme-colors-info-5: #effaff;
|
63
|
-
--theme-colors-info-0: #f9fdff;
|
64
|
-
--theme-colors-grey-100: #19191d;
|
65
|
-
--theme-colors-grey-90: #292a31;
|
66
|
-
--theme-colors-grey-80: #3a3a44;
|
67
|
-
--theme-colors-grey-70: #4a4b57;
|
68
|
-
--theme-colors-grey-60: #5a5b6a;
|
69
|
-
--theme-colors-grey-50: #787885;
|
70
|
-
--theme-colors-grey-40: #9696a0;
|
71
|
-
--theme-colors-grey-30: #b4b4bb;
|
72
|
-
--theme-colors-grey-20: #d2d2d6;
|
73
|
-
--theme-colors-grey-10: #e1e1e3;
|
74
|
-
--theme-colors-grey-5: #ededf0;
|
75
|
-
--theme-colors-grey-0: #f7f7fa;
|
76
|
-
--theme-colors-secondary-100: #e11d16;
|
77
|
-
--theme-colors-secondary-90: #eb4610;
|
78
|
-
--theme-colors-secondary-80: #f3580d;
|
79
|
-
--theme-colors-secondary-70: #f96a02;
|
80
|
-
--theme-colors-secondary-60: #ff7700;
|
81
|
-
--theme-colors-secondary-50: #fc871a;
|
82
|
-
--theme-colors-secondary-40: #fb9a3e;
|
83
|
-
--theme-colors-secondary-30: #fab26e;
|
84
|
-
--theme-colors-secondary-20: #f8c99c;
|
85
|
-
--theme-colors-secondary-10: #fee8d0;
|
86
|
-
--theme-colors-secondary-5: #fff3e8;
|
87
|
-
--theme-colors-secondary-0: #fffbf8;
|
88
|
-
--theme-colors-primary-100: #02569a;
|
89
|
-
--theme-colors-primary-90: #0174ba;
|
90
|
-
--theme-colors-primary-80: #0788d1;
|
91
|
-
--theme-colors-primary-70: #0399e3;
|
92
|
-
--theme-colors-primary-60: #02a8f3;
|
93
|
-
--theme-colors-primary-50: #28b4f4;
|
94
|
-
--theme-colors-primary-40: #4cc2f7;
|
95
|
-
--theme-colors-primary-30: #7fd1f7;
|
96
|
-
--theme-colors-primary-20: #b4e5fb;
|
97
|
-
--theme-colors-primary-10: #e0f5fe;
|
98
|
-
--theme-colors-primary-5: #effaff;
|
99
|
-
--theme-colors-primary-0: #f9fdff;
|
100
|
-
--theme-colors-navy-blue-100: #30375E;
|
101
|
-
--theme-colors-transparent: transparent;
|
102
|
-
--theme-colors-white: white;
|
103
|
-
--theme-colors-black: black;
|
104
|
-
--theme-colors-current: currentColor;
|
105
|
-
--theme-box-shadow-24dp: 0px 24px 48px rgba(90, 91, 106, 0.08), 0px 12px 24px rgba(58, 58, 68, 0.08);
|
106
|
-
--theme-box-shadow-16dp: 0px 16px 32px rgba(90, 91, 106, 0.12), 0px 8px 16px rgba(58, 58, 68, 0.12);
|
107
|
-
--theme-box-shadow-8dp: 0px 8px 16px rgba(90, 91, 106, 0.16), 0px 4px 8px rgba(58, 58, 68, 0.16);
|
108
|
-
--theme-box-shadow-4dp: 0px 4px 8px rgba(90, 91, 106, 0.20), 0px 2px 4px rgba(58, 58, 68, 0.20);
|
109
|
-
--theme-box-shadow-2dp: 0px 2px 4px rgba(90, 91, 106, 0.24), 0px 1px 2px rgba(58, 58, 68, 0.24);
|
110
|
-
--theme-box-shadow-white-inset: inset 0 0 0 3px rgba(255,255,255,1);
|
111
|
-
--theme-screens-default: 0px;
|
112
|
-
--theme-screens-xs: 320px;
|
113
|
-
--theme-screens-sm: 672px;
|
114
|
-
--theme-screens-md: 1056px;
|
115
|
-
--theme-screens-lg: 1312px;
|
116
|
-
--theme-screens-xl: 1536px;
|
117
|
-
--theme-border-width-0: 0px;
|
118
|
-
--theme-border-width-2: 2px;
|
119
|
-
--theme-border-width-4: 4px;
|
120
|
-
--theme-border-width-8: 8px;
|
121
|
-
--theme-border-width-default: 1px;
|
122
|
-
--theme-font-family-sans: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
123
|
-
--theme-font-family-serif: ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;
|
124
|
-
--theme-font-family-mono: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
|
125
|
-
--theme-font-size-xs: 0.75rem;
|
126
|
-
--theme-font-size-xs-line-height: 1rem;
|
127
|
-
--theme-font-size-sm: 0.875rem;
|
128
|
-
--theme-font-size-sm-line-height: 1.25rem;
|
129
|
-
--theme-font-size-base: 1rem;
|
130
|
-
--theme-font-size-base-line-height: 1.5rem;
|
131
|
-
--theme-font-size-lg: 1.125rem;
|
132
|
-
--theme-font-size-lg-line-height: 1.75rem;
|
133
|
-
--theme-font-size-xl: 1.25rem;
|
134
|
-
--theme-font-size-xl-line-height: 1.75rem;
|
135
|
-
--theme-font-size-2xl: 1.5rem;
|
136
|
-
--theme-font-size-2xl-line-height: 2rem;
|
137
|
-
--theme-font-size-3xl: 1.875rem;
|
138
|
-
--theme-font-size-3xl-line-height: 2.25rem;
|
139
|
-
--theme-font-size-4xl: 2.25rem;
|
140
|
-
--theme-font-size-4xl-line-height: 2.5rem;
|
141
|
-
--theme-font-size-5xl: 3rem;
|
142
|
-
--theme-font-size-5xl-line-height: 1;
|
143
|
-
--theme-font-size-6xl: 3.75rem;
|
144
|
-
--theme-font-size-6xl-line-height: 1;
|
145
|
-
--theme-font-size-7xl: 4.5rem;
|
146
|
-
--theme-font-size-7xl-line-height: 1;
|
147
|
-
--theme-font-size-8xl: 6rem;
|
148
|
-
--theme-font-size-8xl-line-height: 1;
|
149
|
-
--theme-font-size-9xl: 8rem;
|
150
|
-
--theme-font-size-9xl-line-height: 1;
|
151
|
-
--theme-font-weight-thin: 100;
|
152
|
-
--theme-font-weight-extralight: 200;
|
153
|
-
--theme-font-weight-light: 300;
|
154
|
-
--theme-font-weight-normal: 400;
|
155
|
-
--theme-font-weight-medium: 500;
|
156
|
-
--theme-font-weight-semibold: 600;
|
157
|
-
--theme-font-weight-bold: 700;
|
158
|
-
--theme-font-weight-extrabold: 800;
|
159
|
-
--theme-font-weight-black: 900;
|
160
|
-
--theme-spacing-0: 0;
|
161
|
-
--theme-spacing-1: 2px;
|
162
|
-
--theme-spacing-2: 4px;
|
163
|
-
--theme-spacing-3: 8px;
|
164
|
-
--theme-spacing-4: 12px;
|
165
|
-
--theme-spacing-5: 16px;
|
166
|
-
--theme-spacing-6: 24px;
|
167
|
-
--theme-spacing-7: 32px;
|
168
|
-
--theme-spacing-8: 40px;
|
169
|
-
--theme-spacing-9: 48px;
|
170
|
-
--theme-spacing-1px: 1px;
|
171
|
-
--theme-spacing-l1: 16px;
|
172
|
-
--theme-spacing-l2: 24px;
|
173
|
-
--theme-spacing-l3: 32px;
|
174
|
-
--theme-spacing-l4: 48px;
|
175
|
-
--theme-spacing-l5: 64px;
|
176
|
-
--theme-spacing-l6: 96px;
|
177
|
-
--theme-spacing-l7: 160px;
|
178
|
-
}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
const data = {
|
3
|
-
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4 11h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1H8V7c0-.55-.45-1-1-1s-1 .45-1 1v2H4c-.55 0-1 .45-1 1s.45 1 1 1ZM19 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1Zm-7 18H2V2h10v16Zm6 0h-5V2h5v16Z\" 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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkQ29sdW1uTGVmdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9pY29ucy9hZGRDb2x1bW5MZWZ0LmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxNQUFNLElBQUksR0FBRztJQUNaLE1BQU0sRUFBRSxrVUFBa1U7SUFDMVUsTUFBTSxFQUFFLENBQUM7SUFDVCxLQUFLLEVBQUUsQ0FBQztJQUNSLE9BQU8sRUFBRSxFQUFFO0lBQ1gsUUFBUSxFQUFFLEVBQUU7Q0FDWixDQUFDO0FBQ0YsT0FBTyxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUM7QUFDMUIsT0FBTyxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUMifQ==
|
@@ -1,11 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
const data = {
|
3
|
-
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10 11h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2V7c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1Zm9-11H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1ZM7 18H2V2h5v16Zm11 0H8V2h10v16Z\" 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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkQ29sdW1uUmlnaHQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaWNvbnMvYWRkQ29sdW1uUmlnaHQuanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE1BQU0sSUFBSSxHQUFHO0lBQ1osTUFBTSxFQUFFLG9VQUFvVTtJQUM1VSxNQUFNLEVBQUUsQ0FBQztJQUNULEtBQUssRUFBRSxDQUFDO0lBQ1IsT0FBTyxFQUFFLEVBQUU7SUFDWCxRQUFRLEVBQUUsRUFBRTtDQUNaLENBQUM7QUFDRixPQUFPLENBQUMsVUFBVSxHQUFHLElBQUksQ0FBQztBQUMxQixPQUFPLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyJ9
|
@@ -1,11 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
const data = {
|
3
|
-
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M19 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1Zm-1 18H2V8h16v10Zm0-11H2V2h16v5ZM7 14h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2H7c-.55 0-1 .45-1 1s.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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkUm93Qm90dG9tLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2ljb25zL2FkZFJvd0JvdHRvbS5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsTUFBTSxJQUFJLEdBQUc7SUFDWixNQUFNLEVBQUUsb1VBQW9VO0lBQzVVLE1BQU0sRUFBRSxDQUFDO0lBQ1QsS0FBSyxFQUFFLENBQUM7SUFDUixPQUFPLEVBQUUsRUFBRTtJQUNYLFFBQVEsRUFBRSxFQUFFO0NBQ1osQ0FBQztBQUNGLE9BQU8sQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDO0FBQzFCLE9BQU8sQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDIn0=
|
@@ -1,11 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
const data = {
|
3
|
-
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M7 8h2v2c0 .55.45 1 1 1s1-.45 1-1V8h2c.55 0 1-.45 1-1s-.45-1-1-1h-2V4c0-.55-.45-1-1-1s-1 .45-1 1v2H7c-.55 0-1 .45-1 1s.45 1 1 1Zm12-8H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1Zm-1 18H2v-5h16v5Zm0-6H2V2h16v10Z\" 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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkUm93VG9wLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2ljb25zL2FkZFJvd1RvcC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsTUFBTSxJQUFJLEdBQUc7SUFDWixNQUFNLEVBQUUsaVVBQWlVO0lBQ3pVLE1BQU0sRUFBRSxDQUFDO0lBQ1QsS0FBSyxFQUFFLENBQUM7SUFDUixPQUFPLEVBQUUsRUFBRTtJQUNYLFFBQVEsRUFBRSxFQUFFO0NBQ1osQ0FBQztBQUNGLE9BQU8sQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDO0FBQzFCLE9BQU8sQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDIn0=
|
@@ -1,11 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
const data = {
|
3
|
-
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M13 12H1c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1Zm0 4H1c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1ZM1 6h9c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1Zm12 2H1c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1Zm6-4h-2V2c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1V6h2c.55 0 1-.45 1-1s-.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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRkVG9BcnRpZmFjdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9pY29ucy9hZGRUb0FydGlmYWN0LmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxNQUFNLElBQUksR0FBRztJQUNaLE1BQU0sRUFBRSxxZEFBcWQ7SUFDN2QsTUFBTSxFQUFFLENBQUM7SUFDVCxLQUFLLEVBQUUsQ0FBQztJQUNSLE9BQU8sRUFBRSxFQUFFO0lBQ1gsUUFBUSxFQUFFLEVBQUU7Q0FDWixDQUFDO0FBQ0YsT0FBTyxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUM7QUFDMUIsT0FBTyxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUMifQ==
|
@@ -1,11 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
const data = {
|
3
|
-
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3.5 9h9c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-9c-.28 0-.5.22-.5.5s.22.5.5.5Zm0 2h5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-5c-.28 0-.5.22-.5.5s.22.5.5.5ZM19 1H1c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1Zm-1 16H2V6h16v11ZM3.5 13h7c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-7c-.28 0-.5.22-.5.5s.22.5.5.5Z\" 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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwbGljYXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaWNvbnMvYXBwbGljYXRpb24uanMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE1BQU0sSUFBSSxHQUFHO0lBQ1osTUFBTSxFQUFFLDBZQUEwWTtJQUNsWixNQUFNLEVBQUUsQ0FBQztJQUNULEtBQUssRUFBRSxDQUFDO0lBQ1IsT0FBTyxFQUFFLEVBQUU7SUFDWCxRQUFRLEVBQUUsRUFBRTtDQUNaLENBQUM7QUFDRixPQUFPLENBQUMsVUFBVSxHQUFHLElBQUksQ0FBQztBQUMxQixPQUFPLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQyJ9
|
@@ -1,11 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
const data = {
|
3
|
-
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M18 3a1.003 1.003 0 00-1.71-.71L4 14.59V7c0-.55-.45-1-1-1s-1 .45-1 1v10c0 .55.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1H5.41l12.3-12.29c.18-.18.29-.43.29-.71Z\" 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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJyb3dCb3R0b21MZWZ0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2ljb25zL2Fycm93Qm90dG9tTGVmdC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsTUFBTSxJQUFJLEdBQUc7SUFDWixNQUFNLEVBQUUsNk9BQTZPO0lBQ3JQLE1BQU0sRUFBRSxDQUFDO0lBQ1QsS0FBSyxFQUFFLENBQUM7SUFDUixPQUFPLEVBQUUsRUFBRTtJQUNYLFFBQVEsRUFBRSxFQUFFO0NBQ1osQ0FBQztBQUNGLE9BQU8sQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDO0FBQzFCLE9BQU8sQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDIn0=
|