lecom-ui 5.2.1 → 5.2.3
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/README.md +1 -1
- package/dist/badge.js +26 -0
- package/dist/button-dropdown.js +117 -0
- package/dist/button.js +104 -0
- package/dist/calendar.js +62 -0
- package/dist/card.js +56 -0
- package/dist/checkbox.js +55 -0
- package/dist/collapse.js +60 -0
- package/dist/collapsible.js +7 -0
- package/dist/command.js +107 -0
- package/dist/components/Notification/NotificationCallout.js +1 -1
- package/dist/components/Notification/NotificationInline.js +1 -1
- package/dist/components/Pagination/Pagination.js +41 -14
- package/dist/components/Upload/Upload.js +2 -4
- package/dist/data-table/data-table.js +490 -0
- package/dist/date-picker.js +92 -0
- package/dist/dialog.js +95 -0
- package/dist/dropdown-menu.js +138 -0
- package/dist/fonts/Montserrat-Bold.otf +0 -0
- package/dist/fonts/Montserrat-Medium.otf +0 -0
- package/dist/fonts/Montserrat-Regular.otf +0 -0
- package/dist/fonts/Roboto-Bold.otf +0 -0
- package/dist/fonts/Roboto-Light.otf +0 -0
- package/dist/fonts/Roboto-Medium.otf +0 -0
- package/dist/fonts/Roboto-Regular.otf +0 -0
- package/dist/form.js +102 -0
- package/dist/header.js +90 -0
- package/dist/hook/useDebounce.js +16 -0
- package/dist/icon-handler.js +72 -0
- package/dist/icons/brandModules.js +27 -0
- package/dist/icons/companyLogo.js +61 -0
- package/dist/icons/createUseAuxiliary.js +107 -0
- package/dist/icons/footerInfo.js +25 -0
- package/dist/icons/logo_lecom.svg.js +3 -0
- package/dist/icons/newUpdate.js +23 -0
- package/dist/icons/robertyRPA.js +30 -0
- package/dist/ilustrations/access_denied.js +252 -0
- package/dist/ilustrations/page_not_found.js +188 -0
- package/dist/index.d.ts +9 -40
- package/dist/index.js +0 -2
- package/dist/input.js +42 -0
- package/dist/label.js +20 -0
- package/dist/modal.js +27 -0
- package/dist/pagination.js +474 -0
- package/dist/plugin/extend.js +78 -0
- package/dist/plugin/extend.ts +78 -78
- package/dist/plugin/fontFaces.js +172 -0
- package/dist/plugin/fontFaces.ts +172 -172
- package/dist/plugin/general.js +12 -0
- package/dist/plugin/general.ts +12 -12
- package/dist/plugin/pluginDev.cjs +5 -5
- package/dist/plugin/{plugin.cjs → pluginDev.js} +1 -3
- package/dist/plugin/pluginNext.js +5 -0
- package/dist/plugin/pluginVite.js +5 -0
- package/dist/plugin/template.js +28 -0
- package/dist/plugin/template.ts +31 -31
- package/dist/plugin/typographies.js +151 -0
- package/dist/plugin/typographies.ts +152 -152
- package/dist/plugin/varsTheme.js +79 -0
- package/dist/plugin/varsTheme.ts +79 -79
- package/dist/plugin.cjs +298 -0
- package/dist/popover.js +24 -0
- package/dist/radio-group.js +74 -0
- package/dist/range-picker.js +99 -0
- package/dist/scroll-area.js +37 -0
- package/dist/search-bar.js +151 -0
- package/dist/select.js +156 -0
- package/dist/separator.js +24 -0
- package/dist/sheet.js +106 -0
- package/dist/sidebar.js +188 -0
- package/dist/skeleton.js +17 -0
- package/dist/slider.js +23 -0
- package/dist/status-screen.js +71 -0
- package/dist/style.min.css +1 -1
- package/dist/switch.js +27 -0
- package/dist/{components/Table/Table.js → table.js} +8 -5
- package/dist/tabs.js +44 -0
- package/dist/tag.js +33 -0
- package/dist/textarea.js +22 -0
- package/dist/toast.js +105 -0
- package/dist/toaster.js +23 -0
- package/dist/tooltip.js +133 -0
- package/dist/use-toast.js +121 -0
- package/package.json +1 -3
- package/dist/_virtual/_commonjsHelpers.js +0 -5
- package/dist/_virtual/index.js +0 -7
- package/dist/components/ResizablePanel/ResizablePanel.js +0 -36
- package/dist/components/ToggleGroup/ToggleGroup.js +0 -86
- package/dist/hooks/use-mobile.js +0 -20
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +0 -806
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -726
- package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -347
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -154
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -136
- package/dist/node_modules/@radix-ui/number/dist/index.js +0 -6
- package/dist/node_modules/@radix-ui/primitive/dist/index.js +0 -11
- package/dist/node_modules/@radix-ui/react-accordion/dist/index.js +0 -303
- package/dist/node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-collapsible/dist/index.js +0 -144
- package/dist/node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-collection/dist/index.js +0 -68
- package/dist/node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-compose-refs/dist/index.js +0 -39
- package/dist/node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-context/dist/index.js +0 -63
- package/dist/node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-direction/dist/index.js +0 -11
- package/dist/node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-id/dist/index.js +0 -15
- package/dist/node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-presence/dist/index.js +0 -130
- package/dist/node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-primitive/dist/index.js +0 -38
- package/dist/node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +0 -12
- package/dist/node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +0 -46
- package/dist/node_modules/@radix-ui/react-accordion/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +0 -7
- package/dist/node_modules/@radix-ui/react-arrow/dist/index.js +0 -25
- package/dist/node_modules/@radix-ui/react-checkbox/dist/index.js +0 -157
- package/dist/node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/react-compose-refs/dist/index.js +0 -39
- package/dist/node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/react-context/dist/index.js +0 -63
- package/dist/node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/react-presence/dist/index.js +0 -130
- package/dist/node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/react-primitive/dist/index.js +0 -38
- package/dist/node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +0 -12
- package/dist/node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +0 -46
- package/dist/node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +0 -7
- package/dist/node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/react-use-previous/dist/index.js +0 -15
- package/dist/node_modules/@radix-ui/react-checkbox/node_modules/@radix-ui/react-use-size/dist/index.js +0 -40
- package/dist/node_modules/@radix-ui/react-collapsible/dist/index.js +0 -144
- package/dist/node_modules/@radix-ui/react-collection/dist/index.js +0 -68
- package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js +0 -39
- package/dist/node_modules/@radix-ui/react-context/dist/index.js +0 -79
- package/dist/node_modules/@radix-ui/react-dialog/dist/index.js +0 -319
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-compose-refs/dist/index.js +0 -39
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-context/dist/index.js +0 -79
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +0 -211
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-focus-guards/dist/index.js +0 -29
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-focus-scope/dist/index.js +0 -207
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-id/dist/index.js +0 -15
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-portal/dist/index.js +0 -17
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-presence/dist/index.js +0 -130
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-primitive/dist/index.js +0 -41
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +0 -12
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +0 -46
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +0 -18
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +0 -7
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -9
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -160
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -38
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +0 -21
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +0 -109
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -5
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -7
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -56
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +0 -10
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +0 -31
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/react-style-singleton/dist/es2015/component.js +0 -19
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/react-style-singleton/dist/es2015/hook.js +0 -25
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -51
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/use-callback-ref/dist/es2015/assignRef.js +0 -24
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +0 -48
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/use-callback-ref/dist/es2015/useRef.js +0 -42
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/use-sidecar/dist/es2015/exports.js +0 -21
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/use-sidecar/dist/es2015/medium.js +0 -77
- package/dist/node_modules/@radix-ui/react-direction/dist/index.js +0 -11
- package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +0 -211
- package/dist/node_modules/@radix-ui/react-dropdown-menu/dist/index.js +0 -265
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -347
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-arrow/dist/index.js +0 -25
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-collection/dist/index.js +0 -68
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-compose-refs/dist/index.js +0 -39
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-context/dist/index.js +0 -63
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-direction/dist/index.js +0 -11
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +0 -211
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-focus-guards/dist/index.js +0 -29
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-focus-scope/dist/index.js +0 -207
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-id/dist/index.js +0 -15
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-menu/dist/index.js +0 -831
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-popper/dist/index.js +0 -278
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-portal/dist/index.js +0 -17
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-presence/dist/index.js +0 -130
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-primitive/dist/index.js +0 -41
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-roving-focus/dist/index.js +0 -220
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +0 -12
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +0 -46
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +0 -18
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +0 -7
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/@radix-ui/react-use-size/dist/index.js +0 -40
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -9
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -160
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -38
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +0 -21
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +0 -109
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -5
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -7
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -56
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +0 -10
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +0 -31
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/react-style-singleton/dist/es2015/component.js +0 -19
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/react-style-singleton/dist/es2015/hook.js +0 -25
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -51
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/use-callback-ref/dist/es2015/assignRef.js +0 -24
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +0 -48
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/use-callback-ref/dist/es2015/useRef.js +0 -42
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/use-sidecar/dist/es2015/exports.js +0 -21
- package/dist/node_modules/@radix-ui/react-dropdown-menu/node_modules/use-sidecar/dist/es2015/medium.js +0 -77
- package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js +0 -29
- package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js +0 -207
- package/dist/node_modules/@radix-ui/react-id/dist/index.js +0 -15
- package/dist/node_modules/@radix-ui/react-menu/dist/index.js +0 -831
- package/dist/node_modules/@radix-ui/react-popover/dist/index.js +0 -296
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -347
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-arrow/dist/index.js +0 -25
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-compose-refs/dist/index.js +0 -39
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-context/dist/index.js +0 -63
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +0 -211
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-focus-guards/dist/index.js +0 -29
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-focus-scope/dist/index.js +0 -207
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-id/dist/index.js +0 -15
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-popper/dist/index.js +0 -278
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-portal/dist/index.js +0 -17
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-presence/dist/index.js +0 -130
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-primitive/dist/index.js +0 -41
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +0 -12
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +0 -46
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +0 -18
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +0 -7
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-use-size/dist/index.js +0 -40
- package/dist/node_modules/@radix-ui/react-popover/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -9
- package/dist/node_modules/@radix-ui/react-popover/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -160
- package/dist/node_modules/@radix-ui/react-popover/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -38
- package/dist/node_modules/@radix-ui/react-popover/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +0 -21
- package/dist/node_modules/@radix-ui/react-popover/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +0 -109
- package/dist/node_modules/@radix-ui/react-popover/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -5
- package/dist/node_modules/@radix-ui/react-popover/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -7
- package/dist/node_modules/@radix-ui/react-popover/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -56
- package/dist/node_modules/@radix-ui/react-popover/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +0 -10
- package/dist/node_modules/@radix-ui/react-popover/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +0 -31
- package/dist/node_modules/@radix-ui/react-popover/node_modules/react-style-singleton/dist/es2015/component.js +0 -19
- package/dist/node_modules/@radix-ui/react-popover/node_modules/react-style-singleton/dist/es2015/hook.js +0 -25
- package/dist/node_modules/@radix-ui/react-popover/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -51
- package/dist/node_modules/@radix-ui/react-popover/node_modules/use-callback-ref/dist/es2015/assignRef.js +0 -24
- package/dist/node_modules/@radix-ui/react-popover/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +0 -48
- package/dist/node_modules/@radix-ui/react-popover/node_modules/use-callback-ref/dist/es2015/useRef.js +0 -42
- package/dist/node_modules/@radix-ui/react-popover/node_modules/use-sidecar/dist/es2015/exports.js +0 -21
- package/dist/node_modules/@radix-ui/react-popover/node_modules/use-sidecar/dist/es2015/medium.js +0 -77
- package/dist/node_modules/@radix-ui/react-popper/dist/index.js +0 -278
- package/dist/node_modules/@radix-ui/react-portal/dist/index.js +0 -17
- package/dist/node_modules/@radix-ui/react-presence/dist/index.js +0 -130
- package/dist/node_modules/@radix-ui/react-primitive/dist/index.js +0 -41
- package/dist/node_modules/@radix-ui/react-radio-group/dist/index.js +0 -267
- package/dist/node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-collection/dist/index.js +0 -68
- package/dist/node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-compose-refs/dist/index.js +0 -39
- package/dist/node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-context/dist/index.js +0 -63
- package/dist/node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-direction/dist/index.js +0 -11
- package/dist/node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-id/dist/index.js +0 -15
- package/dist/node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-presence/dist/index.js +0 -130
- package/dist/node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-primitive/dist/index.js +0 -38
- package/dist/node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-roving-focus/dist/index.js +0 -220
- package/dist/node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +0 -12
- package/dist/node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +0 -46
- package/dist/node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +0 -7
- package/dist/node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-use-previous/dist/index.js +0 -15
- package/dist/node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-use-size/dist/index.js +0 -40
- package/dist/node_modules/@radix-ui/react-roving-focus/dist/index.js +0 -220
- package/dist/node_modules/@radix-ui/react-scroll-area/dist/index.js +0 -718
- package/dist/node_modules/@radix-ui/react-scroll-area/node_modules/@radix-ui/react-compose-refs/dist/index.js +0 -39
- package/dist/node_modules/@radix-ui/react-scroll-area/node_modules/@radix-ui/react-context/dist/index.js +0 -63
- package/dist/node_modules/@radix-ui/react-scroll-area/node_modules/@radix-ui/react-direction/dist/index.js +0 -11
- package/dist/node_modules/@radix-ui/react-scroll-area/node_modules/@radix-ui/react-presence/dist/index.js +0 -130
- package/dist/node_modules/@radix-ui/react-scroll-area/node_modules/@radix-ui/react-primitive/dist/index.js +0 -38
- package/dist/node_modules/@radix-ui/react-scroll-area/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +0 -12
- package/dist/node_modules/@radix-ui/react-scroll-area/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +0 -7
- package/dist/node_modules/@radix-ui/react-select/dist/index.js +0 -1143
- package/dist/node_modules/@radix-ui/react-select/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -347
- package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-arrow/dist/index.js +0 -25
- package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-collection/dist/index.js +0 -68
- package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-compose-refs/dist/index.js +0 -39
- package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-context/dist/index.js +0 -63
- package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-direction/dist/index.js +0 -11
- package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +0 -211
- package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-focus-guards/dist/index.js +0 -29
- package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-focus-scope/dist/index.js +0 -207
- package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-id/dist/index.js +0 -15
- package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-popper/dist/index.js +0 -278
- package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-portal/dist/index.js +0 -17
- package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-primitive/dist/index.js +0 -41
- package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +0 -12
- package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +0 -46
- package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +0 -18
- package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +0 -7
- package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-use-previous/dist/index.js +0 -15
- package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-use-size/dist/index.js +0 -40
- package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-visually-hidden/dist/index.js +0 -34
- package/dist/node_modules/@radix-ui/react-select/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -9
- package/dist/node_modules/@radix-ui/react-select/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -160
- package/dist/node_modules/@radix-ui/react-select/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -38
- package/dist/node_modules/@radix-ui/react-select/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +0 -21
- package/dist/node_modules/@radix-ui/react-select/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +0 -109
- package/dist/node_modules/@radix-ui/react-select/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -5
- package/dist/node_modules/@radix-ui/react-select/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -7
- package/dist/node_modules/@radix-ui/react-select/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -56
- package/dist/node_modules/@radix-ui/react-select/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +0 -10
- package/dist/node_modules/@radix-ui/react-select/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +0 -31
- package/dist/node_modules/@radix-ui/react-select/node_modules/react-style-singleton/dist/es2015/component.js +0 -19
- package/dist/node_modules/@radix-ui/react-select/node_modules/react-style-singleton/dist/es2015/hook.js +0 -25
- package/dist/node_modules/@radix-ui/react-select/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -51
- package/dist/node_modules/@radix-ui/react-select/node_modules/use-callback-ref/dist/es2015/assignRef.js +0 -24
- package/dist/node_modules/@radix-ui/react-select/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +0 -48
- package/dist/node_modules/@radix-ui/react-select/node_modules/use-callback-ref/dist/es2015/useRef.js +0 -42
- package/dist/node_modules/@radix-ui/react-select/node_modules/use-sidecar/dist/es2015/exports.js +0 -21
- package/dist/node_modules/@radix-ui/react-select/node_modules/use-sidecar/dist/es2015/medium.js +0 -77
- package/dist/node_modules/@radix-ui/react-separator/dist/index.js +0 -30
- package/dist/node_modules/@radix-ui/react-separator/node_modules/@radix-ui/react-primitive/dist/index.js +0 -38
- package/dist/node_modules/@radix-ui/react-slot/dist/index.js +0 -81
- package/dist/node_modules/@radix-ui/react-slot/node_modules/@radix-ui/react-compose-refs/dist/index.js +0 -36
- package/dist/node_modules/@radix-ui/react-switch/dist/index.js +0 -137
- package/dist/node_modules/@radix-ui/react-switch/node_modules/@radix-ui/react-compose-refs/dist/index.js +0 -39
- package/dist/node_modules/@radix-ui/react-switch/node_modules/@radix-ui/react-context/dist/index.js +0 -63
- package/dist/node_modules/@radix-ui/react-switch/node_modules/@radix-ui/react-primitive/dist/index.js +0 -38
- package/dist/node_modules/@radix-ui/react-switch/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +0 -12
- package/dist/node_modules/@radix-ui/react-switch/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +0 -46
- package/dist/node_modules/@radix-ui/react-switch/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +0 -7
- package/dist/node_modules/@radix-ui/react-switch/node_modules/@radix-ui/react-use-previous/dist/index.js +0 -15
- package/dist/node_modules/@radix-ui/react-switch/node_modules/@radix-ui/react-use-size/dist/index.js +0 -40
- package/dist/node_modules/@radix-ui/react-tooltip/dist/index.js +0 -484
- package/dist/node_modules/@radix-ui/react-tooltip/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -347
- package/dist/node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-arrow/dist/index.js +0 -25
- package/dist/node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-compose-refs/dist/index.js +0 -39
- package/dist/node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-context/dist/index.js +0 -63
- package/dist/node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +0 -211
- package/dist/node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-id/dist/index.js +0 -15
- package/dist/node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-popper/dist/index.js +0 -278
- package/dist/node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-portal/dist/index.js +0 -17
- package/dist/node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-presence/dist/index.js +0 -130
- package/dist/node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-primitive/dist/index.js +0 -41
- package/dist/node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +0 -12
- package/dist/node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +0 -46
- package/dist/node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +0 -18
- package/dist/node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +0 -7
- package/dist/node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-use-size/dist/index.js +0 -40
- package/dist/node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-visually-hidden/dist/index.js +0 -35
- package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +0 -12
- package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +0 -46
- package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +0 -18
- package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +0 -7
- package/dist/node_modules/@radix-ui/react-use-previous/dist/index.js +0 -15
- package/dist/node_modules/@radix-ui/react-use-size/dist/index.js +0 -40
- package/dist/node_modules/@radix-ui/react-visually-hidden/dist/index.js +0 -35
- package/dist/node_modules/@tanstack/react-table/build/lib/index.js +0 -74
- package/dist/node_modules/@tanstack/table-core/build/lib/index.js +0 -3023
- package/dist/node_modules/aria-hidden/dist/es2015/index.js +0 -136
- package/dist/node_modules/class-variance-authority/dist/index.js +0 -44
- package/dist/node_modules/clsx/dist/clsx.js +0 -3
- package/dist/node_modules/get-nonce/dist/es2015/index.js +0 -8
- package/dist/node_modules/hex-color-opacity/lib/index.js +0 -22
- package/dist/node_modules/i18next/dist/esm/i18next.js +0 -2228
- package/dist/node_modules/lucide-react/dist/esm/Icon.js +0 -44
- package/dist/node_modules/lucide-react/dist/esm/createLucideIcon.js +0 -26
- package/dist/node_modules/lucide-react/dist/esm/defaultAttributes.js +0 -20
- package/dist/node_modules/lucide-react/dist/esm/icons/arrow-up-down.js +0 -18
- package/dist/node_modules/lucide-react/dist/esm/icons/check.js +0 -13
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-down.js +0 -15
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-first.js +0 -16
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-last.js +0 -16
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-left.js +0 -15
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-right.js +0 -15
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-up.js +0 -13
- package/dist/node_modules/lucide-react/dist/esm/icons/circle-alert.js +0 -17
- package/dist/node_modules/lucide-react/dist/esm/icons/circle-check.js +0 -16
- package/dist/node_modules/lucide-react/dist/esm/icons/circle-help.js +0 -17
- package/dist/node_modules/lucide-react/dist/esm/icons/circle.js +0 -15
- package/dist/node_modules/lucide-react/dist/esm/icons/ellipsis.js +0 -17
- package/dist/node_modules/lucide-react/dist/esm/icons/info.js +0 -17
- package/dist/node_modules/lucide-react/dist/esm/icons/menu.js +0 -17
- package/dist/node_modules/lucide-react/dist/esm/icons/message-square.js +0 -15
- package/dist/node_modules/lucide-react/dist/esm/icons/minus.js +0 -13
- package/dist/node_modules/lucide-react/dist/esm/icons/panel-left.js +0 -16
- package/dist/node_modules/lucide-react/dist/esm/icons/triangle-alert.js +0 -23
- package/dist/node_modules/lucide-react/dist/esm/icons/user.js +0 -16
- package/dist/node_modules/lucide-react/dist/esm/icons/x.js +0 -16
- package/dist/node_modules/lucide-react/dist/esm/shared/src/utils.js +0 -13
- package/dist/node_modules/react-i18next/dist/es/Translation.js +0 -15
- package/dist/node_modules/react-i18next/dist/es/context.js +0 -18
- package/dist/node_modules/react-i18next/dist/es/defaults.js +0 -21
- package/dist/node_modules/react-i18next/dist/es/i18nInstance.js +0 -7
- package/dist/node_modules/react-i18next/dist/es/initReactI18next.js +0 -12
- package/dist/node_modules/react-i18next/dist/es/unescape.js +0 -27
- package/dist/node_modules/react-i18next/dist/es/useTranslation.js +0 -112
- package/dist/node_modules/react-i18next/dist/es/utils.js +0 -63
- package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -9
- package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -160
- package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -38
- package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +0 -21
- package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +0 -109
- package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -5
- package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -7
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -56
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +0 -10
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +0 -31
- package/dist/node_modules/react-style-singleton/dist/es2015/component.js +0 -19
- package/dist/node_modules/react-style-singleton/dist/es2015/hook.js +0 -25
- package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -51
- package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js +0 -2493
- package/dist/node_modules/tslib/tslib.es6.js +0 -56
- package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js +0 -24
- package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +0 -48
- package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js +0 -42
- package/dist/node_modules/use-color-luminance/index.es.js +0 -105
- package/dist/node_modules/use-sidecar/dist/es2015/exports.js +0 -21
- package/dist/node_modules/use-sidecar/dist/es2015/medium.js +0 -77
package/dist/plugin/general.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
const general = {
|
|
2
|
-
'*': {
|
|
3
|
-
borderColor: 'hsl(var(--border))',
|
|
4
|
-
},
|
|
5
|
-
body: {
|
|
6
|
-
backgroundColor: 'hsl(var(--background))',
|
|
7
|
-
fontFamily: 'Roboto, sans-serif',
|
|
8
|
-
color: 'hsl(var(--foreground))',
|
|
9
|
-
},
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
export { general };
|
|
1
|
+
const general = {
|
|
2
|
+
'*': {
|
|
3
|
+
borderColor: 'hsl(var(--border))',
|
|
4
|
+
},
|
|
5
|
+
body: {
|
|
6
|
+
backgroundColor: 'hsl(var(--background))',
|
|
7
|
+
fontFamily: 'Roboto, sans-serif',
|
|
8
|
+
color: 'hsl(var(--foreground))',
|
|
9
|
+
},
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export { general };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/* eslint-disable @typescript-eslint/no-require-imports */
|
|
2
|
-
|
|
3
|
-
const buildPlugin = require('./template').buildPlugin;
|
|
4
|
-
|
|
5
|
-
module.exports = buildPlugin('../public');
|
|
1
|
+
/* eslint-disable @typescript-eslint/no-require-imports */
|
|
2
|
+
|
|
3
|
+
const buildPlugin = require('./template').buildPlugin;
|
|
4
|
+
|
|
5
|
+
module.exports = buildPlugin('../public');
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import Plugin from 'tailwindcss/plugin';
|
|
2
|
+
import { colors } from '../tokens/colors.js';
|
|
3
|
+
import { fonts } from '../tokens/fonts.js';
|
|
4
|
+
import { extend } from './extend.js';
|
|
5
|
+
import { fontFaces } from './fontFaces.js';
|
|
6
|
+
import { general } from './general.js';
|
|
7
|
+
import { typographies } from './typographies.js';
|
|
8
|
+
import { varsTheme } from './varsTheme.js';
|
|
9
|
+
|
|
10
|
+
const buildPlugin = (publicPath) => Plugin(
|
|
11
|
+
({ addBase, addComponents }) => {
|
|
12
|
+
addBase(varsTheme);
|
|
13
|
+
fontFaces(publicPath).map(
|
|
14
|
+
(fontFace) => addBase({ "@font-face": fontFace })
|
|
15
|
+
);
|
|
16
|
+
addBase(general);
|
|
17
|
+
addComponents(typographies);
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
theme: {
|
|
21
|
+
fontFamily: fonts,
|
|
22
|
+
colors,
|
|
23
|
+
extend
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
);
|
|
27
|
+
|
|
28
|
+
export { buildPlugin };
|
package/dist/plugin/template.ts
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import Plugin from 'tailwindcss/plugin';
|
|
2
|
-
|
|
3
|
-
import { colors } from '../tokens/colors';
|
|
4
|
-
import { fonts } from '../tokens/fonts';
|
|
5
|
-
|
|
6
|
-
import { extend } from './extend';
|
|
7
|
-
import { fontFaces } from './fontFaces';
|
|
8
|
-
import { general } from './general';
|
|
9
|
-
import { typographies } from './typographies';
|
|
10
|
-
import { varsTheme } from './varsTheme';
|
|
11
|
-
|
|
12
|
-
const buildPlugin = (publicPath: string) =>
|
|
13
|
-
Plugin(
|
|
14
|
-
({ addBase, addComponents }) => {
|
|
15
|
-
addBase(varsTheme);
|
|
16
|
-
fontFaces(publicPath).map((fontFace) =>
|
|
17
|
-
addBase({ '@font-face': fontFace })
|
|
18
|
-
);
|
|
19
|
-
addBase(general);
|
|
20
|
-
addComponents(typographies);
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
theme: {
|
|
24
|
-
fontFamily: fonts,
|
|
25
|
-
colors,
|
|
26
|
-
extend,
|
|
27
|
-
},
|
|
28
|
-
}
|
|
29
|
-
);
|
|
30
|
-
|
|
31
|
-
export { buildPlugin };
|
|
1
|
+
import Plugin from 'tailwindcss/plugin';
|
|
2
|
+
|
|
3
|
+
import { colors } from '../tokens/colors';
|
|
4
|
+
import { fonts } from '../tokens/fonts';
|
|
5
|
+
|
|
6
|
+
import { extend } from './extend';
|
|
7
|
+
import { fontFaces } from './fontFaces';
|
|
8
|
+
import { general } from './general';
|
|
9
|
+
import { typographies } from './typographies';
|
|
10
|
+
import { varsTheme } from './varsTheme';
|
|
11
|
+
|
|
12
|
+
const buildPlugin = (publicPath: string) =>
|
|
13
|
+
Plugin(
|
|
14
|
+
({ addBase, addComponents }) => {
|
|
15
|
+
addBase(varsTheme);
|
|
16
|
+
fontFaces(publicPath).map((fontFace) =>
|
|
17
|
+
addBase({ '@font-face': fontFace })
|
|
18
|
+
);
|
|
19
|
+
addBase(general);
|
|
20
|
+
addComponents(typographies);
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
theme: {
|
|
24
|
+
fontFamily: fonts,
|
|
25
|
+
colors,
|
|
26
|
+
extend,
|
|
27
|
+
},
|
|
28
|
+
}
|
|
29
|
+
);
|
|
30
|
+
|
|
31
|
+
export { buildPlugin };
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
const montSerrat = { fontFamily: "Montserrat, sans-serif" };
|
|
2
|
+
const roboto = { fontFamily: "Roboto, sans-serif" };
|
|
3
|
+
const ibm = { fontFamily: "IBM Plex Mono, sans-serif" };
|
|
4
|
+
const fontWeight700 = { fontWeight: "700" };
|
|
5
|
+
const fontWeight600 = { fontWeight: "600" };
|
|
6
|
+
const fontWeight500 = { fontWeight: "500" };
|
|
7
|
+
const fontWeight400 = { fontWeight: "400" };
|
|
8
|
+
const fontSize3 = { fontSize: "3rem" };
|
|
9
|
+
const fontSize2 = { fontSize: "2rem" };
|
|
10
|
+
const fontSize25 = { fontSize: "2.5rem" };
|
|
11
|
+
const fontSize15 = { fontSize: "1.5rem" };
|
|
12
|
+
const fontSize125 = { fontSize: "1.25rem" };
|
|
13
|
+
const fontSize1 = { fontSize: "1rem" };
|
|
14
|
+
const fontSize0875 = { fontSize: "0.875rem" };
|
|
15
|
+
const fontSize075 = { fontSize: "0.75rem" };
|
|
16
|
+
const typographies = {
|
|
17
|
+
".heading-xxlarge-500": {
|
|
18
|
+
...montSerrat,
|
|
19
|
+
...fontSize3,
|
|
20
|
+
...fontWeight500,
|
|
21
|
+
lineHeight: "3.25rem"
|
|
22
|
+
},
|
|
23
|
+
".heading-xlarge-500": {
|
|
24
|
+
...montSerrat,
|
|
25
|
+
...fontSize25,
|
|
26
|
+
...fontWeight500,
|
|
27
|
+
lineHeight: "2.75rem"
|
|
28
|
+
},
|
|
29
|
+
".heading-large-600": {
|
|
30
|
+
...montSerrat,
|
|
31
|
+
...fontSize2,
|
|
32
|
+
...fontWeight600,
|
|
33
|
+
lineHeight: "2.25rem"
|
|
34
|
+
},
|
|
35
|
+
".heading-large-500": {
|
|
36
|
+
...montSerrat,
|
|
37
|
+
...fontSize2,
|
|
38
|
+
...fontWeight500,
|
|
39
|
+
lineHeight: "2.25rem"
|
|
40
|
+
},
|
|
41
|
+
".heading-medium-600": {
|
|
42
|
+
...montSerrat,
|
|
43
|
+
...fontSize15,
|
|
44
|
+
...fontWeight600,
|
|
45
|
+
lineHeight: "1.75rem"
|
|
46
|
+
},
|
|
47
|
+
".heading-medium-500": {
|
|
48
|
+
...montSerrat,
|
|
49
|
+
...fontSize15,
|
|
50
|
+
...fontWeight500,
|
|
51
|
+
lineHeight: "1.75rem"
|
|
52
|
+
},
|
|
53
|
+
".heading-small-600": {
|
|
54
|
+
...montSerrat,
|
|
55
|
+
...fontSize125,
|
|
56
|
+
...fontWeight600,
|
|
57
|
+
lineHeight: "1.5rem"
|
|
58
|
+
},
|
|
59
|
+
".heading-small-500": {
|
|
60
|
+
...montSerrat,
|
|
61
|
+
...fontSize125,
|
|
62
|
+
...fontWeight500,
|
|
63
|
+
lineHeight: "1.5rem"
|
|
64
|
+
},
|
|
65
|
+
".heading-xsmall-600": {
|
|
66
|
+
...montSerrat,
|
|
67
|
+
...fontSize1,
|
|
68
|
+
...fontWeight600,
|
|
69
|
+
lineHeight: "1.25rem"
|
|
70
|
+
},
|
|
71
|
+
".heading-xsmall-500": {
|
|
72
|
+
...montSerrat,
|
|
73
|
+
...fontSize1,
|
|
74
|
+
...fontWeight500,
|
|
75
|
+
lineHeight: "1.25rem"
|
|
76
|
+
},
|
|
77
|
+
".heading-xxsmall-600": {
|
|
78
|
+
...montSerrat,
|
|
79
|
+
...fontSize0875,
|
|
80
|
+
lineHeight: "1.25rem",
|
|
81
|
+
...fontWeight600
|
|
82
|
+
},
|
|
83
|
+
".heading-xxsmall-500": {
|
|
84
|
+
...montSerrat,
|
|
85
|
+
...fontSize0875,
|
|
86
|
+
lineHeight: "1.25rem",
|
|
87
|
+
...fontWeight500
|
|
88
|
+
},
|
|
89
|
+
".body-large-700": {
|
|
90
|
+
...roboto,
|
|
91
|
+
...fontSize1,
|
|
92
|
+
lineHeight: "1.5rem",
|
|
93
|
+
...fontWeight700
|
|
94
|
+
},
|
|
95
|
+
".body-large-500": {
|
|
96
|
+
...roboto,
|
|
97
|
+
...fontSize1,
|
|
98
|
+
lineHeight: "1.5rem",
|
|
99
|
+
...fontWeight500
|
|
100
|
+
},
|
|
101
|
+
".body-large-400": {
|
|
102
|
+
...roboto,
|
|
103
|
+
...fontSize1,
|
|
104
|
+
lineHeight: "1.5rem",
|
|
105
|
+
...fontWeight400
|
|
106
|
+
},
|
|
107
|
+
".body-medium-700": {
|
|
108
|
+
...roboto,
|
|
109
|
+
...fontSize0875,
|
|
110
|
+
lineHeight: "1.25rem",
|
|
111
|
+
...fontWeight700
|
|
112
|
+
},
|
|
113
|
+
".body-medium-500": {
|
|
114
|
+
...roboto,
|
|
115
|
+
...fontSize0875,
|
|
116
|
+
lineHeight: "1.25rem",
|
|
117
|
+
...fontWeight500
|
|
118
|
+
},
|
|
119
|
+
".body-medium-400": {
|
|
120
|
+
...roboto,
|
|
121
|
+
...fontSize0875,
|
|
122
|
+
lineHeight: "1.25rem",
|
|
123
|
+
...fontWeight400
|
|
124
|
+
},
|
|
125
|
+
".body-small-700": {
|
|
126
|
+
...roboto,
|
|
127
|
+
...fontSize075,
|
|
128
|
+
lineHeight: "1rem",
|
|
129
|
+
...fontWeight700
|
|
130
|
+
},
|
|
131
|
+
".body-small-500": {
|
|
132
|
+
...roboto,
|
|
133
|
+
...fontSize075,
|
|
134
|
+
lineHeight: "1rem",
|
|
135
|
+
...fontWeight500
|
|
136
|
+
},
|
|
137
|
+
".body-small-400": {
|
|
138
|
+
...roboto,
|
|
139
|
+
...fontSize075,
|
|
140
|
+
lineHeight: "1rem",
|
|
141
|
+
...fontWeight400
|
|
142
|
+
},
|
|
143
|
+
".code-medium-400": {
|
|
144
|
+
...ibm,
|
|
145
|
+
...fontSize0875,
|
|
146
|
+
lineHeight: "1.25rem",
|
|
147
|
+
...fontWeight400
|
|
148
|
+
}
|
|
149
|
+
};
|
|
150
|
+
|
|
151
|
+
export { typographies };
|
|
@@ -1,152 +1,152 @@
|
|
|
1
|
-
const montSerrat = { fontFamily: 'Montserrat, sans-serif' };
|
|
2
|
-
const roboto = { fontFamily: 'Roboto, sans-serif' };
|
|
3
|
-
const ibm = { fontFamily: 'IBM Plex Mono, sans-serif' };
|
|
4
|
-
const fontWeight700 = { fontWeight: '700' };
|
|
5
|
-
const fontWeight600 = { fontWeight: '600' };
|
|
6
|
-
const fontWeight500 = { fontWeight: '500' };
|
|
7
|
-
const fontWeight400 = { fontWeight: '400' };
|
|
8
|
-
const fontSize3 = { fontSize: '3rem' };
|
|
9
|
-
const fontSize2 = { fontSize: '2rem' };
|
|
10
|
-
const fontSize25 = { fontSize: '2.5rem' };
|
|
11
|
-
const fontSize15 = { fontSize: '1.5rem' };
|
|
12
|
-
const fontSize125 = { fontSize: '1.25rem' };
|
|
13
|
-
const fontSize1 = { fontSize: '1rem' };
|
|
14
|
-
const fontSize0875 = { fontSize: '0.875rem' };
|
|
15
|
-
const fontSize075 = { fontSize: '0.75rem' };
|
|
16
|
-
|
|
17
|
-
const typographies = {
|
|
18
|
-
'.heading-xxlarge-500': {
|
|
19
|
-
...montSerrat,
|
|
20
|
-
...fontSize3,
|
|
21
|
-
...fontWeight500,
|
|
22
|
-
lineHeight: '3.25rem',
|
|
23
|
-
},
|
|
24
|
-
'.heading-xlarge-500': {
|
|
25
|
-
...montSerrat,
|
|
26
|
-
...fontSize25,
|
|
27
|
-
...fontWeight500,
|
|
28
|
-
lineHeight: '2.75rem',
|
|
29
|
-
},
|
|
30
|
-
'.heading-large-600': {
|
|
31
|
-
...montSerrat,
|
|
32
|
-
...fontSize2,
|
|
33
|
-
...fontWeight600,
|
|
34
|
-
lineHeight: '2.25rem',
|
|
35
|
-
},
|
|
36
|
-
'.heading-large-500': {
|
|
37
|
-
...montSerrat,
|
|
38
|
-
...fontSize2,
|
|
39
|
-
...fontWeight500,
|
|
40
|
-
lineHeight: '2.25rem',
|
|
41
|
-
},
|
|
42
|
-
'.heading-medium-600': {
|
|
43
|
-
...montSerrat,
|
|
44
|
-
...fontSize15,
|
|
45
|
-
...fontWeight600,
|
|
46
|
-
lineHeight: '1.75rem',
|
|
47
|
-
},
|
|
48
|
-
'.heading-medium-500': {
|
|
49
|
-
...montSerrat,
|
|
50
|
-
...fontSize15,
|
|
51
|
-
...fontWeight500,
|
|
52
|
-
lineHeight: '1.75rem',
|
|
53
|
-
},
|
|
54
|
-
'.heading-small-600': {
|
|
55
|
-
...montSerrat,
|
|
56
|
-
...fontSize125,
|
|
57
|
-
...fontWeight600,
|
|
58
|
-
lineHeight: '1.5rem',
|
|
59
|
-
},
|
|
60
|
-
'.heading-small-500': {
|
|
61
|
-
...montSerrat,
|
|
62
|
-
...fontSize125,
|
|
63
|
-
...fontWeight500,
|
|
64
|
-
lineHeight: '1.5rem',
|
|
65
|
-
},
|
|
66
|
-
'.heading-xsmall-600': {
|
|
67
|
-
...montSerrat,
|
|
68
|
-
...fontSize1,
|
|
69
|
-
...fontWeight600,
|
|
70
|
-
lineHeight: '1.25rem',
|
|
71
|
-
},
|
|
72
|
-
'.heading-xsmall-500': {
|
|
73
|
-
...montSerrat,
|
|
74
|
-
...fontSize1,
|
|
75
|
-
...fontWeight500,
|
|
76
|
-
lineHeight: '1.25rem',
|
|
77
|
-
},
|
|
78
|
-
'.heading-xxsmall-600': {
|
|
79
|
-
...montSerrat,
|
|
80
|
-
...fontSize0875,
|
|
81
|
-
lineHeight: '1.25rem',
|
|
82
|
-
...fontWeight600,
|
|
83
|
-
},
|
|
84
|
-
'.heading-xxsmall-500': {
|
|
85
|
-
...montSerrat,
|
|
86
|
-
...fontSize0875,
|
|
87
|
-
lineHeight: '1.25rem',
|
|
88
|
-
...fontWeight500,
|
|
89
|
-
},
|
|
90
|
-
'.body-large-700': {
|
|
91
|
-
...roboto,
|
|
92
|
-
...fontSize1,
|
|
93
|
-
lineHeight: '1.5rem',
|
|
94
|
-
...fontWeight700,
|
|
95
|
-
},
|
|
96
|
-
'.body-large-500': {
|
|
97
|
-
...roboto,
|
|
98
|
-
...fontSize1,
|
|
99
|
-
lineHeight: '1.5rem',
|
|
100
|
-
...fontWeight500,
|
|
101
|
-
},
|
|
102
|
-
'.body-large-400': {
|
|
103
|
-
...roboto,
|
|
104
|
-
...fontSize1,
|
|
105
|
-
lineHeight: '1.5rem',
|
|
106
|
-
...fontWeight400,
|
|
107
|
-
},
|
|
108
|
-
'.body-medium-700': {
|
|
109
|
-
...roboto,
|
|
110
|
-
...fontSize0875,
|
|
111
|
-
lineHeight: '1.25rem',
|
|
112
|
-
...fontWeight700,
|
|
113
|
-
},
|
|
114
|
-
'.body-medium-500': {
|
|
115
|
-
...roboto,
|
|
116
|
-
...fontSize0875,
|
|
117
|
-
lineHeight: '1.25rem',
|
|
118
|
-
...fontWeight500,
|
|
119
|
-
},
|
|
120
|
-
'.body-medium-400': {
|
|
121
|
-
...roboto,
|
|
122
|
-
...fontSize0875,
|
|
123
|
-
lineHeight: '1.25rem',
|
|
124
|
-
...fontWeight400,
|
|
125
|
-
},
|
|
126
|
-
'.body-small-700': {
|
|
127
|
-
...roboto,
|
|
128
|
-
...fontSize075,
|
|
129
|
-
lineHeight: '1rem',
|
|
130
|
-
...fontWeight700,
|
|
131
|
-
},
|
|
132
|
-
'.body-small-500': {
|
|
133
|
-
...roboto,
|
|
134
|
-
...fontSize075,
|
|
135
|
-
lineHeight: '1rem',
|
|
136
|
-
...fontWeight500,
|
|
137
|
-
},
|
|
138
|
-
'.body-small-400': {
|
|
139
|
-
...roboto,
|
|
140
|
-
...fontSize075,
|
|
141
|
-
lineHeight: '1rem',
|
|
142
|
-
...fontWeight400,
|
|
143
|
-
},
|
|
144
|
-
'.code-medium-400': {
|
|
145
|
-
...ibm,
|
|
146
|
-
...fontSize0875,
|
|
147
|
-
lineHeight: '1.25rem',
|
|
148
|
-
...fontWeight400,
|
|
149
|
-
},
|
|
150
|
-
};
|
|
151
|
-
|
|
152
|
-
export { typographies };
|
|
1
|
+
const montSerrat = { fontFamily: 'Montserrat, sans-serif' };
|
|
2
|
+
const roboto = { fontFamily: 'Roboto, sans-serif' };
|
|
3
|
+
const ibm = { fontFamily: 'IBM Plex Mono, sans-serif' };
|
|
4
|
+
const fontWeight700 = { fontWeight: '700' };
|
|
5
|
+
const fontWeight600 = { fontWeight: '600' };
|
|
6
|
+
const fontWeight500 = { fontWeight: '500' };
|
|
7
|
+
const fontWeight400 = { fontWeight: '400' };
|
|
8
|
+
const fontSize3 = { fontSize: '3rem' };
|
|
9
|
+
const fontSize2 = { fontSize: '2rem' };
|
|
10
|
+
const fontSize25 = { fontSize: '2.5rem' };
|
|
11
|
+
const fontSize15 = { fontSize: '1.5rem' };
|
|
12
|
+
const fontSize125 = { fontSize: '1.25rem' };
|
|
13
|
+
const fontSize1 = { fontSize: '1rem' };
|
|
14
|
+
const fontSize0875 = { fontSize: '0.875rem' };
|
|
15
|
+
const fontSize075 = { fontSize: '0.75rem' };
|
|
16
|
+
|
|
17
|
+
const typographies = {
|
|
18
|
+
'.heading-xxlarge-500': {
|
|
19
|
+
...montSerrat,
|
|
20
|
+
...fontSize3,
|
|
21
|
+
...fontWeight500,
|
|
22
|
+
lineHeight: '3.25rem',
|
|
23
|
+
},
|
|
24
|
+
'.heading-xlarge-500': {
|
|
25
|
+
...montSerrat,
|
|
26
|
+
...fontSize25,
|
|
27
|
+
...fontWeight500,
|
|
28
|
+
lineHeight: '2.75rem',
|
|
29
|
+
},
|
|
30
|
+
'.heading-large-600': {
|
|
31
|
+
...montSerrat,
|
|
32
|
+
...fontSize2,
|
|
33
|
+
...fontWeight600,
|
|
34
|
+
lineHeight: '2.25rem',
|
|
35
|
+
},
|
|
36
|
+
'.heading-large-500': {
|
|
37
|
+
...montSerrat,
|
|
38
|
+
...fontSize2,
|
|
39
|
+
...fontWeight500,
|
|
40
|
+
lineHeight: '2.25rem',
|
|
41
|
+
},
|
|
42
|
+
'.heading-medium-600': {
|
|
43
|
+
...montSerrat,
|
|
44
|
+
...fontSize15,
|
|
45
|
+
...fontWeight600,
|
|
46
|
+
lineHeight: '1.75rem',
|
|
47
|
+
},
|
|
48
|
+
'.heading-medium-500': {
|
|
49
|
+
...montSerrat,
|
|
50
|
+
...fontSize15,
|
|
51
|
+
...fontWeight500,
|
|
52
|
+
lineHeight: '1.75rem',
|
|
53
|
+
},
|
|
54
|
+
'.heading-small-600': {
|
|
55
|
+
...montSerrat,
|
|
56
|
+
...fontSize125,
|
|
57
|
+
...fontWeight600,
|
|
58
|
+
lineHeight: '1.5rem',
|
|
59
|
+
},
|
|
60
|
+
'.heading-small-500': {
|
|
61
|
+
...montSerrat,
|
|
62
|
+
...fontSize125,
|
|
63
|
+
...fontWeight500,
|
|
64
|
+
lineHeight: '1.5rem',
|
|
65
|
+
},
|
|
66
|
+
'.heading-xsmall-600': {
|
|
67
|
+
...montSerrat,
|
|
68
|
+
...fontSize1,
|
|
69
|
+
...fontWeight600,
|
|
70
|
+
lineHeight: '1.25rem',
|
|
71
|
+
},
|
|
72
|
+
'.heading-xsmall-500': {
|
|
73
|
+
...montSerrat,
|
|
74
|
+
...fontSize1,
|
|
75
|
+
...fontWeight500,
|
|
76
|
+
lineHeight: '1.25rem',
|
|
77
|
+
},
|
|
78
|
+
'.heading-xxsmall-600': {
|
|
79
|
+
...montSerrat,
|
|
80
|
+
...fontSize0875,
|
|
81
|
+
lineHeight: '1.25rem',
|
|
82
|
+
...fontWeight600,
|
|
83
|
+
},
|
|
84
|
+
'.heading-xxsmall-500': {
|
|
85
|
+
...montSerrat,
|
|
86
|
+
...fontSize0875,
|
|
87
|
+
lineHeight: '1.25rem',
|
|
88
|
+
...fontWeight500,
|
|
89
|
+
},
|
|
90
|
+
'.body-large-700': {
|
|
91
|
+
...roboto,
|
|
92
|
+
...fontSize1,
|
|
93
|
+
lineHeight: '1.5rem',
|
|
94
|
+
...fontWeight700,
|
|
95
|
+
},
|
|
96
|
+
'.body-large-500': {
|
|
97
|
+
...roboto,
|
|
98
|
+
...fontSize1,
|
|
99
|
+
lineHeight: '1.5rem',
|
|
100
|
+
...fontWeight500,
|
|
101
|
+
},
|
|
102
|
+
'.body-large-400': {
|
|
103
|
+
...roboto,
|
|
104
|
+
...fontSize1,
|
|
105
|
+
lineHeight: '1.5rem',
|
|
106
|
+
...fontWeight400,
|
|
107
|
+
},
|
|
108
|
+
'.body-medium-700': {
|
|
109
|
+
...roboto,
|
|
110
|
+
...fontSize0875,
|
|
111
|
+
lineHeight: '1.25rem',
|
|
112
|
+
...fontWeight700,
|
|
113
|
+
},
|
|
114
|
+
'.body-medium-500': {
|
|
115
|
+
...roboto,
|
|
116
|
+
...fontSize0875,
|
|
117
|
+
lineHeight: '1.25rem',
|
|
118
|
+
...fontWeight500,
|
|
119
|
+
},
|
|
120
|
+
'.body-medium-400': {
|
|
121
|
+
...roboto,
|
|
122
|
+
...fontSize0875,
|
|
123
|
+
lineHeight: '1.25rem',
|
|
124
|
+
...fontWeight400,
|
|
125
|
+
},
|
|
126
|
+
'.body-small-700': {
|
|
127
|
+
...roboto,
|
|
128
|
+
...fontSize075,
|
|
129
|
+
lineHeight: '1rem',
|
|
130
|
+
...fontWeight700,
|
|
131
|
+
},
|
|
132
|
+
'.body-small-500': {
|
|
133
|
+
...roboto,
|
|
134
|
+
...fontSize075,
|
|
135
|
+
lineHeight: '1rem',
|
|
136
|
+
...fontWeight500,
|
|
137
|
+
},
|
|
138
|
+
'.body-small-400': {
|
|
139
|
+
...roboto,
|
|
140
|
+
...fontSize075,
|
|
141
|
+
lineHeight: '1rem',
|
|
142
|
+
...fontWeight400,
|
|
143
|
+
},
|
|
144
|
+
'.code-medium-400': {
|
|
145
|
+
...ibm,
|
|
146
|
+
...fontSize0875,
|
|
147
|
+
lineHeight: '1.25rem',
|
|
148
|
+
...fontWeight400,
|
|
149
|
+
},
|
|
150
|
+
};
|
|
151
|
+
|
|
152
|
+
export { typographies };
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
const varsTheme = {
|
|
2
|
+
":root": {
|
|
3
|
+
"--background": "0 0% 100%",
|
|
4
|
+
"--foreground": "0 0% 14.9%",
|
|
5
|
+
"--card": "0 0% 100%",
|
|
6
|
+
"--card-foreground": "0 0% 3.9%",
|
|
7
|
+
"--popover": "0 0% 100%",
|
|
8
|
+
"--popover-foreground": "0 0% 14.9%",
|
|
9
|
+
"--primary": "0 0% 9%",
|
|
10
|
+
"--primary-foreground": "0 0% 98%",
|
|
11
|
+
"--secondary": "0 0% 96.1%",
|
|
12
|
+
"--secondary-foreground": "0 0% 9%",
|
|
13
|
+
"--muted": "0 0% 96.1%",
|
|
14
|
+
"--muted-foreground": "0 0% 45.1%",
|
|
15
|
+
"--accent": "0 0% 96.1%",
|
|
16
|
+
"--accent-foreground": "0 0% 9%",
|
|
17
|
+
"--destructive": "0 84.2% 60.2%",
|
|
18
|
+
"--destructive-foreground": "0 0% 98%",
|
|
19
|
+
"--border": "0 0% 89.8%",
|
|
20
|
+
"--input": "0 0% 89.8%",
|
|
21
|
+
"--ring": "0 0% 3.9%",
|
|
22
|
+
"--chart-1": "12 76% 61%",
|
|
23
|
+
"--chart-2": "173 58% 39%",
|
|
24
|
+
"--chart-3": "197 37% 24%",
|
|
25
|
+
"--chart-4": "43 74% 66%",
|
|
26
|
+
"--chart-5": "27 87% 67%",
|
|
27
|
+
"--chart-6": "228 57% 51%",
|
|
28
|
+
"--chart-7": "52 95% 53%",
|
|
29
|
+
"--chart-8": "0 85% 51%",
|
|
30
|
+
"--radius": "0.5rem",
|
|
31
|
+
"--sidebar-background": "0 0% 100%",
|
|
32
|
+
"--sidebar-foreground": "240 5.3% 26.1%",
|
|
33
|
+
"--sidebar-primary": "240 5.9% 10%",
|
|
34
|
+
"--sidebar-primary-foreground": "0 0% 98%",
|
|
35
|
+
"--sidebar-accent": "240 4.8% 95.9%",
|
|
36
|
+
"--sidebar-accent-foreground": "240 5.9% 10%",
|
|
37
|
+
"--sidebar-border": "220 13% 91%",
|
|
38
|
+
"--sidebar-ring": "217.2 91.2% 59.8%"
|
|
39
|
+
},
|
|
40
|
+
".dark": {
|
|
41
|
+
"--background": "0 0% 3.9%",
|
|
42
|
+
"--foreground": "0 0% 98%",
|
|
43
|
+
"--card": "0 0% 3.9%",
|
|
44
|
+
"--card-foreground": "0 0% 98%",
|
|
45
|
+
"--popover": "0 0% 3.9%",
|
|
46
|
+
"--popover-foreground": "0 0% 98%",
|
|
47
|
+
"--primary": "0 0% 98%",
|
|
48
|
+
"--primary-foreground": "0 0% 9%",
|
|
49
|
+
"--secondary": "0 0% 14.9%",
|
|
50
|
+
"--secondary-foreground": "0 0% 98%",
|
|
51
|
+
"--muted": "0 0% 14.9%",
|
|
52
|
+
"--muted-foreground": "0 0% 63.9%",
|
|
53
|
+
"--accent": "0 0% 14.9%",
|
|
54
|
+
"--accent-foreground": "0 0% 98%",
|
|
55
|
+
"--destructive": "0 62.8% 30.6%",
|
|
56
|
+
"--destructive-foreground": "0 0% 98%",
|
|
57
|
+
"--border": "0 0% 14.9%",
|
|
58
|
+
"--input": "0 0% 14.9%",
|
|
59
|
+
"--ring": "0 0% 83.1%",
|
|
60
|
+
"--chart-1": "220 70% 50%",
|
|
61
|
+
"--chart-2": "160 60% 45%",
|
|
62
|
+
"--chart-3": "30 80% 55%",
|
|
63
|
+
"--chart-4": "280 65% 60%",
|
|
64
|
+
"--chart-5": "340 75% 55%",
|
|
65
|
+
"--chart-6": "228 57% 51%",
|
|
66
|
+
"--chart-7": "52 95% 53%",
|
|
67
|
+
"--chart-8": "0 85% 51%",
|
|
68
|
+
"--sidebar-background": "240 5.9% 10%",
|
|
69
|
+
"--sidebar-foreground": "240 4.8% 95.9%",
|
|
70
|
+
"--sidebar-primary": "224.3 76.3% 48%",
|
|
71
|
+
"--sidebar-primary-foreground": "0 0% 100%",
|
|
72
|
+
"--sidebar-accent": "240 3.7% 15.9%",
|
|
73
|
+
"--sidebar-accent-foreground": "240 4.8% 95.9%",
|
|
74
|
+
"--sidebar-border": "240 3.7% 15.9%",
|
|
75
|
+
"--sidebar-ring": "217.2 91.2% 59.8%"
|
|
76
|
+
}
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
export { varsTheme };
|