@nqlib/nqui 0.3.0 → 0.3.2
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/App.d.ts.map +1 -1
- package/dist/components/AppLayout.d.ts +1 -0
- package/dist/components/AppLayout.d.ts.map +1 -1
- package/dist/components/app-builder/AppBuilder.d.ts +15 -0
- package/dist/components/app-builder/AppBuilder.d.ts.map +1 -0
- package/dist/components/app-builder/context/app-builder-context.d.ts +31 -0
- package/dist/components/app-builder/context/app-builder-context.d.ts.map +1 -0
- package/dist/components/app-builder/core/AlignmentToolbar.d.ts +5 -0
- package/dist/components/app-builder/core/AlignmentToolbar.d.ts.map +1 -0
- package/dist/components/app-builder/core/AppCanvas.d.ts +9 -0
- package/dist/components/app-builder/core/AppCanvas.d.ts.map +1 -0
- package/dist/components/app-builder/core/CanvasToolbar.d.ts +7 -0
- package/dist/components/app-builder/core/CanvasToolbar.d.ts.map +1 -0
- package/dist/components/app-builder/core/DraggableWidget.d.ts +12 -0
- package/dist/components/app-builder/core/DraggableWidget.d.ts.map +1 -0
- package/dist/components/app-builder/core/WidgetConfigurator.d.ts +6 -0
- package/dist/components/app-builder/core/WidgetConfigurator.d.ts.map +1 -0
- package/dist/components/app-builder/core/WidgetPalette.d.ts +6 -0
- package/dist/components/app-builder/core/WidgetPalette.d.ts.map +1 -0
- package/dist/components/app-builder/core/WidgetRenderer.d.ts +3 -0
- package/dist/components/app-builder/core/WidgetRenderer.d.ts.map +1 -0
- package/dist/components/app-builder/core/index.d.ts +8 -0
- package/dist/components/app-builder/core/index.d.ts.map +1 -0
- package/dist/components/app-builder/essentials/button.d.ts +3 -0
- package/dist/components/app-builder/essentials/button.d.ts.map +1 -0
- package/dist/components/app-builder/essentials/container.d.ts +3 -0
- package/dist/components/app-builder/essentials/container.d.ts.map +1 -0
- package/dist/components/app-builder/essentials/index.d.ts +3 -0
- package/dist/components/app-builder/essentials/index.d.ts.map +1 -0
- package/dist/components/app-builder/hooks/index.d.ts +3 -0
- package/dist/components/app-builder/hooks/index.d.ts.map +1 -0
- package/dist/components/app-builder/hooks/use-app-builder.d.ts +3 -0
- package/dist/components/app-builder/hooks/use-app-builder.d.ts.map +1 -0
- package/dist/components/app-builder/hooks/use-canvas-state.d.ts +24 -0
- package/dist/components/app-builder/hooks/use-canvas-state.d.ts.map +1 -0
- package/dist/components/app-builder/index.d.ts +19 -0
- package/dist/components/app-builder/index.d.ts.map +1 -0
- package/dist/components/app-builder/registry/create-registry.d.ts +10 -0
- package/dist/components/app-builder/registry/create-registry.d.ts.map +1 -0
- package/dist/components/app-builder/registry/default-registry.d.ts +6 -0
- package/dist/components/app-builder/registry/default-registry.d.ts.map +1 -0
- package/dist/components/app-builder/registry/index.d.ts +4 -0
- package/dist/components/app-builder/registry/index.d.ts.map +1 -0
- package/dist/components/app-builder/registry/registry-helpers.d.ts +22 -0
- package/dist/components/app-builder/registry/registry-helpers.d.ts.map +1 -0
- package/dist/components/app-builder/types.d.ts +64 -0
- package/dist/components/app-builder/types.d.ts.map +1 -0
- package/dist/components/app-builder/utils/collision-detection.d.ts +26 -0
- package/dist/components/app-builder/utils/collision-detection.d.ts.map +1 -0
- package/dist/components/app-builder/utils/index.d.ts +2 -0
- package/dist/components/app-builder/utils/index.d.ts.map +1 -0
- package/dist/components/app-sidebar.d.ts.map +1 -1
- package/dist/components/blocks/chart-compositions/chart-composition-01.d.ts +2 -0
- package/dist/components/blocks/chart-compositions/chart-composition-01.d.ts.map +1 -0
- package/dist/components/blocks/chart-compositions/chart-composition-02.d.ts +2 -0
- package/dist/components/blocks/chart-compositions/chart-composition-02.d.ts.map +1 -0
- package/dist/components/blocks/chart-compositions/chart-composition-03.d.ts +2 -0
- package/dist/components/blocks/chart-compositions/chart-composition-03.d.ts.map +1 -0
- package/dist/components/blocks/chart-compositions/index.d.ts +4 -0
- package/dist/components/blocks/chart-compositions/index.d.ts.map +1 -0
- package/dist/components/blocks/index.d.ts +3 -0
- package/dist/components/blocks/index.d.ts.map +1 -0
- package/dist/components/blocks/tables/index.d.ts +4 -0
- package/dist/components/blocks/tables/index.d.ts.map +1 -0
- package/dist/components/blocks/tables/table-01.d.ts +2 -0
- package/dist/components/blocks/tables/table-01.d.ts.map +1 -0
- package/dist/components/blocks/tables/table-02.d.ts +2 -0
- package/dist/components/blocks/tables/table-02.d.ts.map +1 -0
- package/dist/components/blocks/tables/table-03.d.ts +2 -0
- package/dist/components/blocks/tables/table-03.d.ts.map +1 -0
- package/dist/components/chart/area-chart/AreaChart.d.ts +57 -0
- package/dist/components/chart/area-chart/AreaChart.d.ts.map +1 -0
- package/dist/components/chart/area-chart/index.d.ts +3 -0
- package/dist/components/chart/area-chart/index.d.ts.map +1 -0
- package/dist/components/chart/bar-chart/BarChart.d.ts +62 -0
- package/dist/components/chart/bar-chart/BarChart.d.ts.map +1 -0
- package/dist/components/chart/bar-chart/index.d.ts +3 -0
- package/dist/components/chart/bar-chart/index.d.ts.map +1 -0
- package/dist/components/chart/bar-list/BarList.d.ts +23 -0
- package/dist/components/chart/bar-list/BarList.d.ts.map +1 -0
- package/dist/components/chart/bar-list/index.d.ts +3 -0
- package/dist/components/chart/bar-list/index.d.ts.map +1 -0
- package/dist/components/chart/category-bar/CategoryBar.d.ts +15 -0
- package/dist/components/chart/category-bar/CategoryBar.d.ts.map +1 -0
- package/dist/components/chart/category-bar/index.d.ts +3 -0
- package/dist/components/chart/category-bar/index.d.ts.map +1 -0
- package/dist/components/chart/combo-chart/ComboChart.d.ts +67 -0
- package/dist/components/chart/combo-chart/ComboChart.d.ts.map +1 -0
- package/dist/components/chart/combo-chart/index.d.ts +3 -0
- package/dist/components/chart/combo-chart/index.d.ts.map +1 -0
- package/dist/components/chart/donut-chart/DonutChart.d.ts +37 -0
- package/dist/components/chart/donut-chart/DonutChart.d.ts.map +1 -0
- package/dist/components/chart/donut-chart/index.d.ts +3 -0
- package/dist/components/chart/donut-chart/index.d.ts.map +1 -0
- package/dist/components/chart/index.d.ts +19 -0
- package/dist/components/chart/index.d.ts.map +1 -0
- package/dist/components/chart/line-chart/LineChart.d.ts +55 -0
- package/dist/components/chart/line-chart/LineChart.d.ts.map +1 -0
- package/dist/components/chart/line-chart/index.d.ts +3 -0
- package/dist/components/chart/line-chart/index.d.ts.map +1 -0
- package/dist/components/chart/progress-circle/ProgressCircle.d.ts +92 -0
- package/dist/components/chart/progress-circle/ProgressCircle.d.ts.map +1 -0
- package/dist/components/chart/progress-circle/index.d.ts +3 -0
- package/dist/components/chart/progress-circle/index.d.ts.map +1 -0
- package/dist/components/chart/spark-chart/SparkChart.d.ts +40 -0
- package/dist/components/chart/spark-chart/SparkChart.d.ts.map +1 -0
- package/dist/components/chart/spark-chart/index.d.ts +3 -0
- package/dist/components/chart/spark-chart/index.d.ts.map +1 -0
- package/dist/components/custom/command-palette.d.ts +19 -0
- package/dist/components/custom/command-palette.d.ts.map +1 -0
- package/dist/components/custom/enhanced-badge.d.ts +1 -1
- package/dist/components/custom/enhanced-badge.d.ts.map +1 -1
- package/dist/components/custom/enhanced-button.d.ts +1 -1
- package/dist/components/custom/enhanced-button.d.ts.map +1 -1
- package/dist/components/custom/enhanced-checkbox.d.ts +1 -1
- package/dist/components/custom/enhanced-checkbox.d.ts.map +1 -1
- package/dist/components/custom/enhanced-progress.d.ts +31 -5
- package/dist/components/custom/enhanced-progress.d.ts.map +1 -1
- package/dist/components/custom/enhanced-radio-group.d.ts.map +1 -1
- package/dist/components/custom/enhanced-scroll-area.d.ts +11 -13
- package/dist/components/custom/enhanced-scroll-area.d.ts.map +1 -1
- package/dist/components/custom/enhanced-tabs.d.ts +17 -0
- package/dist/components/custom/enhanced-tabs.d.ts.map +1 -0
- package/dist/components/custom/nqui-logo.d.ts +1 -0
- package/dist/components/custom/nqui-logo.d.ts.map +1 -1
- package/dist/components/custom/segmented-control.d.ts +48 -0
- package/dist/components/custom/segmented-control.d.ts.map +1 -0
- package/dist/components/custom/table-of-contents.d.ts +6 -0
- package/dist/components/custom/table-of-contents.d.ts.map +1 -1
- package/dist/components/debug/debug-panel.d.ts.map +1 -1
- package/dist/components/debug/ui-tester.d.ts.map +1 -1
- package/dist/components/pm/gantt/contexts.d.ts +13 -0
- package/dist/components/pm/gantt/contexts.d.ts.map +1 -0
- package/dist/components/pm/gantt/gantt-columns.d.ts +7 -0
- package/dist/components/pm/gantt/gantt-columns.d.ts.map +1 -0
- package/dist/components/pm/gantt/gantt-demo.d.ts +2 -0
- package/dist/components/pm/gantt/gantt-demo.d.ts.map +1 -0
- package/dist/components/pm/gantt/gantt-dependencies.d.ts +23 -0
- package/dist/components/pm/gantt/gantt-dependencies.d.ts.map +1 -0
- package/dist/components/pm/gantt/gantt-features.d.ts +9 -0
- package/dist/components/pm/gantt/gantt-features.d.ts.map +1 -0
- package/dist/components/pm/gantt/gantt-header.d.ts +5 -0
- package/dist/components/pm/gantt/gantt-header.d.ts.map +1 -0
- package/dist/components/pm/gantt/gantt-markers.d.ts +11 -0
- package/dist/components/pm/gantt/gantt-markers.d.ts.map +1 -0
- package/dist/components/pm/gantt/gantt-modals.d.ts +5 -0
- package/dist/components/pm/gantt/gantt-modals.d.ts.map +1 -0
- package/dist/components/pm/gantt/gantt-provider.d.ts +5 -0
- package/dist/components/pm/gantt/gantt-provider.d.ts.map +1 -0
- package/dist/components/pm/gantt/gantt-setting-modal.d.ts +4 -0
- package/dist/components/pm/gantt/gantt-setting-modal.d.ts.map +1 -0
- package/dist/components/pm/gantt/gantt-sidebar.d.ts +7 -0
- package/dist/components/pm/gantt/gantt-sidebar.d.ts.map +1 -0
- package/dist/components/pm/gantt/gantt-toolbar.d.ts +29 -0
- package/dist/components/pm/gantt/gantt-toolbar.d.ts.map +1 -0
- package/dist/components/pm/gantt/index.d.ts +16 -0
- package/dist/components/pm/gantt/index.d.ts.map +1 -0
- package/dist/components/pm/gantt/types.d.ts +299 -0
- package/dist/components/pm/gantt/types.d.ts.map +1 -0
- package/dist/components/pm/gantt/utils.d.ts +29 -0
- package/dist/components/pm/gantt/utils.d.ts.map +1 -0
- package/dist/components/pm/index.d.ts +13 -0
- package/dist/components/pm/index.d.ts.map +1 -0
- package/dist/components/pm/mockdata.d.ts +13 -0
- package/dist/components/pm/mockdata.d.ts.map +1 -0
- package/dist/components/pm/pm-column-templates.d.ts +30 -0
- package/dist/components/pm/pm-column-templates.d.ts.map +1 -0
- package/dist/components/pm/pm-data-utils.d.ts +82 -0
- package/dist/components/pm/pm-data-utils.d.ts.map +1 -0
- package/dist/components/pm/pm-definition.d.ts +75 -0
- package/dist/components/pm/pm-definition.d.ts.map +1 -0
- package/dist/components/pm/pm-theme-context.d.ts +17 -0
- package/dist/components/pm/pm-theme-context.d.ts.map +1 -0
- package/dist/components/pm/pm-types.d.ts +81 -0
- package/dist/components/pm/pm-types.d.ts.map +1 -0
- package/dist/components/pm/project-table-view.d.ts +17 -0
- package/dist/components/pm/project-table-view.d.ts.map +1 -0
- package/dist/components/pm/table/data-grid-cell-variants.d.ts +14 -0
- package/dist/components/pm/table/data-grid-cell-variants.d.ts.map +1 -0
- package/dist/components/pm/table/data-grid-cell-wrapper.d.ts +9 -0
- package/dist/components/pm/table/data-grid-cell-wrapper.d.ts.map +1 -0
- package/dist/components/pm/table/data-grid-cell.d.ts +5 -0
- package/dist/components/pm/table/data-grid-cell.d.ts.map +1 -0
- package/dist/components/pm/table/data-grid-column-header.d.ts +10 -0
- package/dist/components/pm/table/data-grid-column-header.d.ts.map +1 -0
- package/dist/components/pm/table/data-grid-context-menu.d.ts +10 -0
- package/dist/components/pm/table/data-grid-context-menu.d.ts.map +1 -0
- package/dist/components/pm/table/data-grid-filter-menu.d.ts +10 -0
- package/dist/components/pm/table/data-grid-filter-menu.d.ts.map +1 -0
- package/dist/components/pm/table/data-grid-keyboard-shortcuts.d.ts +12 -0
- package/dist/components/pm/table/data-grid-keyboard-shortcuts.d.ts.map +1 -0
- package/dist/components/pm/table/data-grid-paste-dialog.d.ts +9 -0
- package/dist/components/pm/table/data-grid-paste-dialog.d.ts.map +1 -0
- package/dist/components/pm/table/data-grid-row-height-menu.d.ts +10 -0
- package/dist/components/pm/table/data-grid-row-height-menu.d.ts.map +1 -0
- package/dist/components/pm/table/data-grid-row.d.ts +27 -0
- package/dist/components/pm/table/data-grid-row.d.ts.map +1 -0
- package/dist/components/pm/table/data-grid-search.d.ts +8 -0
- package/dist/components/pm/table/data-grid-search.d.ts.map +1 -0
- package/dist/components/pm/table/data-grid-select-column.d.ts +11 -0
- package/dist/components/pm/table/data-grid-select-column.d.ts.map +1 -0
- package/dist/components/pm/table/data-grid-skeleton.d.ts +12 -0
- package/dist/components/pm/table/data-grid-skeleton.d.ts.map +1 -0
- package/dist/components/pm/table/data-grid-sort-menu.d.ts +10 -0
- package/dist/components/pm/table/data-grid-sort-menu.d.ts.map +1 -0
- package/dist/components/pm/table/data-grid-view-menu.d.ts +10 -0
- package/dist/components/pm/table/data-grid-view-menu.d.ts.map +1 -0
- package/dist/components/pm/table/data-grid.d.ts +11 -0
- package/dist/components/pm/table/data-grid.d.ts.map +1 -0
- package/dist/components/showcase/app-builder/widget-configurator.d.ts.map +1 -1
- package/dist/components/showcase/app-builder/widget-registry.d.ts.map +1 -1
- package/dist/components/table/DataTable.d.ts +71 -0
- package/dist/components/table/DataTable.d.ts.map +1 -0
- package/dist/components/table/Table.d.ts +12 -0
- package/dist/components/table/Table.d.ts.map +1 -0
- package/dist/components/table/data-table-helpers.d.ts +49 -0
- package/dist/components/table/data-table-helpers.d.ts.map +1 -0
- package/dist/components/table/index.d.ts +5 -0
- package/dist/components/table/index.d.ts.map +1 -0
- package/dist/components/ui/badge.d.ts +1 -1
- package/dist/components/ui/button.d.ts +1 -1
- package/dist/components/ui/carousel.d.ts.map +1 -1
- package/dist/components/ui/frosted-glass.d.ts.map +1 -1
- package/dist/components/ui/input-group.d.ts +1 -1
- package/dist/components/ui/resizable.d.ts.map +1 -1
- package/dist/components/ui/shadcn-io/code-block/index.d.ts.map +1 -1
- package/dist/components/ui/sheet.d.ts +36 -18
- package/dist/components/ui/sheet.d.ts.map +1 -1
- package/dist/components/ui/sidebar.d.ts.map +1 -1
- package/dist/components/ui/sortable.d.ts +49 -0
- package/dist/components/ui/sortable.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +13 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/use-as-ref.d.ts +4 -0
- package/dist/hooks/use-as-ref.d.ts.map +1 -0
- package/dist/hooks/use-badge-overflow.d.ts +23 -0
- package/dist/hooks/use-badge-overflow.d.ts.map +1 -0
- package/dist/hooks/use-callback-ref.d.ts +10 -0
- package/dist/hooks/use-callback-ref.d.ts.map +1 -0
- package/dist/hooks/use-chart-highlight.d.ts +43 -0
- package/dist/hooks/use-chart-highlight.d.ts.map +1 -0
- package/dist/hooks/use-data-grid.d.ts +59 -0
- package/dist/hooks/use-data-grid.d.ts.map +1 -0
- package/dist/hooks/use-debounced-callback.d.ts +2 -0
- package/dist/hooks/use-debounced-callback.d.ts.map +1 -0
- package/dist/hooks/use-isomorphic-layout-effect.d.ts +4 -0
- package/dist/hooks/use-isomorphic-layout-effect.d.ts.map +1 -0
- package/dist/hooks/use-lazy-ref.d.ts +4 -0
- package/dist/hooks/use-lazy-ref.d.ts.map +1 -0
- package/dist/hooks/use-on-window-resize.d.ts +2 -0
- package/dist/hooks/use-on-window-resize.d.ts.map +1 -0
- package/dist/hooks/use-resolved-theme.d.ts +9 -0
- package/dist/hooks/use-resolved-theme.d.ts.map +1 -0
- package/dist/index.d.ts +31 -7
- package/dist/index.d.ts.map +1 -1
- package/dist/lib/compose-refs.d.ts +14 -0
- package/dist/lib/compose-refs.d.ts.map +1 -0
- package/dist/lib/data-grid-filters.d.ts +29 -0
- package/dist/lib/data-grid-filters.d.ts.map +1 -0
- package/dist/lib/data-grid.d.ts +47 -0
- package/dist/lib/data-grid.d.ts.map +1 -0
- package/dist/lib/format.d.ts +2 -0
- package/dist/lib/format.d.ts.map +1 -0
- package/dist/lib/keyboard.d.ts +40 -0
- package/dist/lib/keyboard.d.ts.map +1 -0
- package/dist/mockdata/chartData.d.ts +71 -0
- package/dist/mockdata/chartData.d.ts.map +1 -0
- package/dist/nqui.cjs.js +1346 -1
- package/dist/nqui.es.js +76963 -391
- package/dist/pages/AppBuilder.d.ts.map +1 -1
- package/dist/pages/ChartShowcase.d.ts +2 -0
- package/dist/pages/ChartShowcase.d.ts.map +1 -0
- package/dist/pages/{Dashboard.d.ts → ComponentShowcase.d.ts} +1 -1
- package/dist/pages/ComponentShowcase.d.ts.map +1 -0
- package/dist/pages/DataTableShowcase.d.ts +2 -0
- package/dist/pages/DataTableShowcase.d.ts.map +1 -0
- package/dist/pages/GanttShowcase.d.ts +2 -0
- package/dist/pages/GanttShowcase.d.ts.map +1 -0
- package/dist/pages/gantt-data.d.ts +16 -0
- package/dist/pages/gantt-data.d.ts.map +1 -0
- package/dist/styles.css +323 -160
- package/dist/types/data-grid.d.ts +179 -0
- package/dist/types/data-grid.d.ts.map +1 -0
- package/dist/utils/chart-colors.d.ts +62 -0
- package/dist/utils/chart-colors.d.ts.map +1 -0
- package/dist/utils/chart-highlight.d.ts +34 -0
- package/dist/utils/chart-highlight.d.ts.map +1 -0
- package/dist/utils/chart-utils.d.ts +2 -0
- package/dist/utils/chart-utils.d.ts.map +1 -0
- package/dist/utils/focus-ring.d.ts +2 -0
- package/dist/utils/focus-ring.d.ts.map +1 -0
- package/dist/utils/get-y-axis-domain.d.ts +2 -0
- package/dist/utils/get-y-axis-domain.d.ts.map +1 -0
- package/dist/utils/index.d.ts +10 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/package.json +17 -1
- package/scripts/build-styles.js +85 -6
- package/scripts/verify-build.js +364 -0
- package/dist/abap-DV7Q1lGP.cjs +0 -1
- package/dist/abap-Y8Dl9g_6.js +0 -6
- package/dist/actionscript-3-DXOxkRa2.cjs +0 -1
- package/dist/actionscript-3-DZzbMeqX.js +0 -6
- package/dist/ada-D46EKCNf.cjs +0 -1
- package/dist/ada-vP6ak0IW.js +0 -6
- package/dist/andromeeda-BIpZ7gaU.js +0 -4
- package/dist/andromeeda-DVDxRwp5.cjs +0 -1
- package/dist/angular-html-DPB4Rf0C.js +0 -32
- package/dist/angular-html-KMf2QdtP.cjs +0 -1
- package/dist/angular-ts-BxIbo3R1.cjs +0 -1
- package/dist/angular-ts-CTOR2ofC.js +0 -21
- package/dist/apache-BUjz-sD2.js +0 -6
- package/dist/apache-DL1xuH1f.cjs +0 -1
- package/dist/apex-6AM9YZbQ.cjs +0 -1
- package/dist/apex-OyTfjCYK.js +0 -6
- package/dist/apl-CjNiDgad.js +0 -16
- package/dist/apl-Dj2G2M9w.cjs +0 -1
- package/dist/applescript-BPx7YFFu.js +0 -6
- package/dist/applescript-COilsSrZ.cjs +0 -1
- package/dist/ara-B6Lpq1YJ.cjs +0 -1
- package/dist/ara-Z2fSOxSw.js +0 -6
- package/dist/asciidoc-B-pCoB3G.js +0 -6
- package/dist/asciidoc-DcKqW72n.cjs +0 -1
- package/dist/asm-BTWLY5ym.js +0 -6
- package/dist/asm-DYMFy-sD.cjs +0 -1
- package/dist/astro-CFFExE8Q.js +0 -18
- package/dist/astro-DAOP_Xq6.cjs +0 -1
- package/dist/aurora-x-BwoVEUWZ.js +0 -4
- package/dist/aurora-x-C5IpmIOG.cjs +0 -1
- package/dist/awk-Fb0P9dkn.js +0 -6
- package/dist/awk-IEszImW6.cjs +0 -1
- package/dist/ayu-dark-CDpQIJw4.cjs +0 -1
- package/dist/ayu-dark-DG7aLdHp.js +0 -4
- package/dist/ballerina-Dr6dU4hP.cjs +0 -1
- package/dist/ballerina-oZK-YekG.js +0 -6
- package/dist/base-80a1f760-C2sIm9yE.js +0 -23
- package/dist/base-80a1f760-DM2Ub6Fb.cjs +0 -1
- package/dist/bat-0FvbqU9S.js +0 -6
- package/dist/bat-DGkUhhn2.cjs +0 -1
- package/dist/beancount-Bv1Sweoy.cjs +0 -1
- package/dist/beancount-DqJEb89h.js +0 -6
- package/dist/berry-DEMs4LK_.cjs +0 -1
- package/dist/berry-DODBq_Ff.js +0 -6
- package/dist/bibtex-BgA36Z3k.cjs +0 -1
- package/dist/bibtex-EULQRLY5.js +0 -6
- package/dist/bicep-BorU73w0.js +0 -6
- package/dist/bicep-DL0zb-7W.cjs +0 -1
- package/dist/blade-D0HyNvCw.js +0 -20
- package/dist/blade-DEjek0u9.cjs +0 -1
- package/dist/bsl-9bVgFeM9.cjs +0 -1
- package/dist/bsl-NkNNwerW.js +0 -8
- package/dist/c-CtlmKnPF.cjs +0 -1
- package/dist/c-eeMepfLm.js +0 -6
- package/dist/c3-Bt581sCe.js +0 -6
- package/dist/c3-DtfRRWXN.cjs +0 -1
- package/dist/cadence-02UX7mW8.js +0 -6
- package/dist/cadence-DcbmM5v3.cjs +0 -1
- package/dist/cairo-DM6WF2e3.js +0 -8
- package/dist/cairo-li7sQsxU.cjs +0 -1
- package/dist/catppuccin-frappe-Bn4lgmUk.cjs +0 -1
- package/dist/catppuccin-frappe-D3cH2rXe.js +0 -4
- package/dist/catppuccin-latte-BPtsb8jD.cjs +0 -1
- package/dist/catppuccin-latte-C0LRGUW4.js +0 -4
- package/dist/catppuccin-macchiato-BLfpQWhT.cjs +0 -1
- package/dist/catppuccin-macchiato-c5wQ11TT.js +0 -4
- package/dist/catppuccin-mocha-COMta283.cjs +0 -1
- package/dist/catppuccin-mocha-WMD6Qvya.js +0 -4
- package/dist/clarity-PKm5CwqM.js +0 -6
- package/dist/clarity-gPuvqtpF.cjs +0 -1
- package/dist/clojure-CXJfHrL3.js +0 -6
- package/dist/clojure-OUsr1SUl.cjs +0 -1
- package/dist/cmake-BJz8BOTU.js +0 -6
- package/dist/cmake-jM6P58qY.cjs +0 -1
- package/dist/cobol-CcrsCSUZ.cjs +0 -1
- package/dist/cobol-HihOMwht.js +0 -10
- package/dist/codeowners-Bt9yU6NX.js +0 -6
- package/dist/codeowners-QhPK6lIJ.cjs +0 -1
- package/dist/codeql-D9-TdUN8.cjs +0 -1
- package/dist/codeql-DHkodjjI.js +0 -6
- package/dist/coffee-DGBR_nr_.js +0 -8
- package/dist/coffee-DycxIFwY.cjs +0 -1
- package/dist/common-lisp-C77gR-8i.cjs +0 -1
- package/dist/common-lisp-EVqT9Zhp.js +0 -6
- package/dist/consoleHook-59e792cb-B67m1I9f.cjs +0 -2
- package/dist/consoleHook-59e792cb-DRl3o_41.js +0 -168
- package/dist/coq-B0L9upzn.js +0 -6
- package/dist/coq-vlPdR5hP.cjs +0 -1
- package/dist/cpp-Cj177cuW.js +0 -18
- package/dist/cpp-DvI2Eoso.cjs +0 -1
- package/dist/crystal-B_WXhL2O.cjs +0 -1
- package/dist/crystal-CRJyc4G-.js +0 -18
- package/dist/csharp-BUkAIRXW.cjs +0 -1
- package/dist/csharp-C7yUs7-w.js +0 -6
- package/dist/css-CECN5uSL.js +0 -6
- package/dist/css-Do0mp2lm.cjs +0 -1
- package/dist/csv-CmYOceLb.js +0 -6
- package/dist/csv-DiEdJzSJ.cjs +0 -1
- package/dist/cue-D1vJRJEx.cjs +0 -1
- package/dist/cue-ZzumE7IT.js +0 -6
- package/dist/cypher-atSM3NsM.cjs +0 -1
- package/dist/cypher-jpdmjtA6.js +0 -6
- package/dist/d-2qe3NhmZ.cjs +0 -1
- package/dist/d-CBagWSwH.js +0 -6
- package/dist/dark-plus-Cd5emcYO.cjs +0 -1
- package/dist/dark-plus-pUHDTVV0.js +0 -4
- package/dist/dart-6ObCrKr9.js +0 -6
- package/dist/dart-Ds0_0fwe.cjs +0 -1
- package/dist/dax-CcDT-8dH.js +0 -6
- package/dist/dax-DbkQa40E.cjs +0 -1
- package/dist/desktop-B93p9R9O.js +0 -6
- package/dist/desktop-tn3MFXCZ.cjs +0 -1
- package/dist/diff-BxzP2J8R.js +0 -6
- package/dist/diff-CA31fCOg.cjs +0 -1
- package/dist/docker-CsHqm9tx.js +0 -6
- package/dist/docker-zJpMwmYa.cjs +0 -1
- package/dist/dotenv-BMjVjUL1.js +0 -6
- package/dist/dotenv-DpcNCNek.cjs +0 -1
- package/dist/dracula-BNgwAJ-d.cjs +0 -1
- package/dist/dracula-BtZx2Kac.js +0 -4
- package/dist/dracula-soft-BHZ7sHFu.cjs +0 -1
- package/dist/dracula-soft-BKa-aqBv.js +0 -4
- package/dist/dream-maker-BkijXDkm.cjs +0 -1
- package/dist/dream-maker-PAx17jaB.js +0 -6
- package/dist/edge-BYQkOzbF.js +0 -12
- package/dist/edge-DaIYN5Mx.cjs +0 -1
- package/dist/elixir-BH_wmMK4.cjs +0 -1
- package/dist/elixir-Dh036GMp.js +0 -8
- package/dist/elm-BtNbw_Cd.js +0 -8
- package/dist/elm-Dc4sEBjc.cjs +0 -1
- package/dist/emacs-lisp-C1UCIjUO.cjs +0 -1
- package/dist/emacs-lisp-Cfxdx5D-.js +0 -6
- package/dist/erb-BqFQADjR.cjs +0 -1
- package/dist/erb-CS4zioBv.js +0 -10
- package/dist/erlang-CB2cfp6Z.cjs +0 -1
- package/dist/erlang-DNcDT8Hi.js +0 -8
- package/dist/everforest-dark-DMCBqXCK.js +0 -4
- package/dist/everforest-dark-_sBMomR1.cjs +0 -1
- package/dist/everforest-light-BbXl82Em.js +0 -4
- package/dist/everforest-light-H0xoYxl0.cjs +0 -1
- package/dist/fennel-Bz9-EMMc.cjs +0 -1
- package/dist/fennel-N4WcXuKx.js +0 -6
- package/dist/fish-BTDEUgqH.js +0 -6
- package/dist/fish-DwmQKRZi.cjs +0 -1
- package/dist/fluent-BMXUxfv1.js +0 -6
- package/dist/fluent-CJtpNuaO.cjs +0 -1
- package/dist/fortran-fixed-form-B67KFkXH.js +0 -8
- package/dist/fortran-fixed-form-CcXh5Xzk.cjs +0 -1
- package/dist/fortran-free-form-Cs4ztolN.cjs +0 -1
- package/dist/fortran-free-form-CwqYvCLJ.js +0 -6
- package/dist/fsharp-CYOiIVNx.js +0 -8
- package/dist/fsharp-DVcRF7k-.cjs +0 -1
- package/dist/gdresource-BwtMIoBm.js +0 -10
- package/dist/gdresource-CcLusmd_.cjs +0 -1
- package/dist/gdscript-BifyeYhI.js +0 -6
- package/dist/gdscript-DSegQKMB.cjs +0 -1
- package/dist/gdshader-Bk8fF6yr.js +0 -6
- package/dist/gdshader-DsmqQl4t.cjs +0 -1
- package/dist/genie-Dy2rU8CF.cjs +0 -1
- package/dist/genie-DzUvd7U9.js +0 -6
- package/dist/gherkin-BmiEVBJ1.cjs +0 -1
- package/dist/gherkin-DHRaV0YP.js +0 -6
- package/dist/git-commit-Bd32YZ0K.js +0 -8
- package/dist/git-commit-DlVDzq9L.cjs +0 -1
- package/dist/git-rebase-Bn4RLd7u.cjs +0 -1
- package/dist/git-rebase-ZWUFO_T4.js +0 -8
- package/dist/github-dark-BKL9xNgN.cjs +0 -1
- package/dist/github-dark-DenFmJkN.js +0 -4
- package/dist/github-dark-default-BJPUVz4H.js +0 -4
- package/dist/github-dark-default-Dsv5MuSi.cjs +0 -1
- package/dist/github-dark-dimmed-CtB9hz8U.cjs +0 -1
- package/dist/github-dark-dimmed-DUshB20C.js +0 -4
- package/dist/github-dark-high-contrast-BqZVM-jF.cjs +0 -1
- package/dist/github-dark-high-contrast-D3aGCnF8.js +0 -4
- package/dist/github-light-BFTOhCbz.cjs +0 -1
- package/dist/github-light-JYsPkUQd.js +0 -4
- package/dist/github-light-default-BZoWH9dH.cjs +0 -1
- package/dist/github-light-default-D99KPAby.js +0 -4
- package/dist/github-light-high-contrast-BbmZE-Mp.js +0 -4
- package/dist/github-light-high-contrast-Ks3kPGJU.cjs +0 -1
- package/dist/gleam-Bv284lvN.js +0 -6
- package/dist/gleam-DHVuTCr7.cjs +0 -1
- package/dist/glimmer-js-CzmC7OX8.cjs +0 -1
- package/dist/glimmer-js-DkxNrfPT.js +0 -14
- package/dist/glimmer-ts-D6YZEmK_.js +0 -14
- package/dist/glimmer-ts-DLN2_wRt.cjs +0 -1
- package/dist/glsl-CQekZ3Zq.cjs +0 -1
- package/dist/glsl-CkUcVZNK.js +0 -8
- package/dist/gn-0WGnAyGi.cjs +0 -1
- package/dist/gn-XtJxiLa4.js +0 -6
- package/dist/gnuplot-CDPKvI9X.cjs +0 -1
- package/dist/gnuplot-yPG9-sE_.js +0 -6
- package/dist/go-ChxJuLYK.js +0 -6
- package/dist/go-epHseFUa.cjs +0 -1
- package/dist/graphql-BnP1YhXQ.cjs +0 -1
- package/dist/graphql-CBu2ehBn.js +0 -14
- package/dist/groovy-CJQTphOW.js +0 -6
- package/dist/groovy-D7VuDBXz.cjs +0 -1
- package/dist/gruvbox-dark-hard-C5HOtKIh.js +0 -4
- package/dist/gruvbox-dark-hard-CUGefKS6.cjs +0 -1
- package/dist/gruvbox-dark-medium-BoKPlKfz.cjs +0 -1
- package/dist/gruvbox-dark-medium-FVgwJHuz.js +0 -4
- package/dist/gruvbox-dark-soft-B46F314v.js +0 -4
- package/dist/gruvbox-dark-soft-DSrhOWeL.cjs +0 -1
- package/dist/gruvbox-light-hard-CJD38wDZ.js +0 -4
- package/dist/gruvbox-light-hard-De4IuseP.cjs +0 -1
- package/dist/gruvbox-light-medium-BlIhMYTA.js +0 -4
- package/dist/gruvbox-light-medium-CzMY3IEJ.cjs +0 -1
- package/dist/gruvbox-light-soft-DoPHyLVZ.js +0 -4
- package/dist/gruvbox-light-soft-U4iAIpWZ.cjs +0 -1
- package/dist/hack-BaDv2o40.cjs +0 -1
- package/dist/hack-ItRNKiEb.js +0 -10
- package/dist/haml-Bk21rGjP.cjs +0 -1
- package/dist/haml-NZLVzu_R.js +0 -10
- package/dist/handlebars-CJJi3lrU.cjs +0 -1
- package/dist/handlebars-mxStpSE7.js +0 -14
- package/dist/haskell-BShesV2P.cjs +0 -1
- package/dist/haskell-WeIwNIP6.js +0 -6
- package/dist/haxe-Bo5XuRS0.cjs +0 -1
- package/dist/haxe-TztHsm5T.js +0 -6
- package/dist/hcl-CrZnvm-1.cjs +0 -1
- package/dist/hcl-D438OF-I.js +0 -6
- package/dist/hjson-CEESwTUP.cjs +0 -1
- package/dist/hjson-DYBUbqOl.js +0 -6
- package/dist/hlsl-Bk8TCZNL.js +0 -6
- package/dist/hlsl-CyvYRIb9.cjs +0 -1
- package/dist/houston-BDYrDoDW.js +0 -4
- package/dist/houston-T57H3gQZ.cjs +0 -1
- package/dist/html-B50bmoVb.js +0 -10
- package/dist/html-C62Zf2h4.cjs +0 -1
- package/dist/html-derivative-C6bxFbFW.js +0 -8
- package/dist/html-derivative-NDb86jON.cjs +0 -1
- package/dist/http-BPlLI56k.cjs +0 -1
- package/dist/http-DLvAkeD-.js +0 -14
- package/dist/hurl-BQGBr8gH.cjs +0 -1
- package/dist/hurl-CgkFN90t.js +0 -12
- package/dist/hxml-GbqSQCLa.js +0 -8
- package/dist/hxml-vnw7fzrV.cjs +0 -1
- package/dist/hy-Brt5EZ7-.js +0 -6
- package/dist/hy-a1E2Ed6P.cjs +0 -1
- package/dist/imba-CR1Q6r17.cjs +0 -1
- package/dist/imba-CimUv-Uh.js +0 -6
- package/dist/index-4IcpRQSK.cjs +0 -4
- package/dist/index-599aeaf7-D4HUN6ws.js +0 -8813
- package/dist/index-599aeaf7-HICAzEVY.cjs +0 -16
- package/dist/index-BEb70cIe.js +0 -1088
- package/dist/index-Bgku8TKO.js +0 -71300
- package/dist/index-CK94xvaj.cjs +0 -1
- package/dist/index-DWdbLDAC.cjs +0 -2002
- package/dist/index-J28hkDB5.js +0 -2952
- package/dist/index-_Bcbl3L5.cjs +0 -1
- package/dist/index-kEV2bTam.js +0 -44
- package/dist/ini-BZIuRIvJ.js +0 -6
- package/dist/ini-Dpu3Xy2p.cjs +0 -1
- package/dist/java--6gf61wy.cjs +0 -1
- package/dist/java-DY6VlHhP.js +0 -6
- package/dist/javascript-C25yR2R2.js +0 -6
- package/dist/javascript-DgmXW4Ha.cjs +0 -1
- package/dist/jinja-6NmewwV8.cjs +0 -1
- package/dist/jinja-CFW5uAwY.js +0 -11
- package/dist/jison-CD9Qsaj0.cjs +0 -1
- package/dist/jison-DdreslRX.js +0 -8
- package/dist/json-DxJze_jm.js +0 -6
- package/dist/json-YkPizm35.cjs +0 -1
- package/dist/json5-BT4Fjg39.js +0 -6
- package/dist/json5-CCgFZiQn.cjs +0 -1
- package/dist/jsonc-CHjZD8gR.js +0 -6
- package/dist/jsonc-CKPHIcXW.cjs +0 -1
- package/dist/jsonl-BGuvDmy9.js +0 -6
- package/dist/jsonl-Dq56Hab-.cjs +0 -1
- package/dist/jsonnet-Bx2cfsXg.js +0 -6
- package/dist/jsonnet-Csh7E68F.cjs +0 -1
- package/dist/jssm-BcADi6EI.js +0 -6
- package/dist/jssm-D0M9iZPY.cjs +0 -1
- package/dist/jsx-BtKADgXT.js +0 -6
- package/dist/jsx-DLX6UGgg.cjs +0 -1
- package/dist/julia-1BTSV8k5.cjs +0 -1
- package/dist/julia-CZiKXNNP.js +0 -16
- package/dist/kanagawa-dragon-BJZF7xDr.cjs +0 -1
- package/dist/kanagawa-dragon-CiKur4Hl.js +0 -4
- package/dist/kanagawa-lotus-BKu-smKu.js +0 -4
- package/dist/kanagawa-lotus-BhgzmRV4.cjs +0 -1
- package/dist/kanagawa-wave-BgJip59C.cjs +0 -1
- package/dist/kanagawa-wave-CQwozSzG.js +0 -4
- package/dist/kdl-BNOv9TC3.js +0 -6
- package/dist/kdl-CDG1p2Qi.cjs +0 -1
- package/dist/kotlin-BHZjvNqT.cjs +0 -1
- package/dist/kotlin-ByBMgTeR.js +0 -6
- package/dist/kusto-C6kOQWT0.cjs +0 -1
- package/dist/kusto-DH_XitHS.js +0 -6
- package/dist/laserwave--izBLY1I.cjs +0 -1
- package/dist/laserwave-6a00oqik.js +0 -4
- package/dist/latex-BH0OjEyf.cjs +0 -1
- package/dist/latex-DLWszopg.js +0 -8
- package/dist/lean-BnVxaZxY.js +0 -6
- package/dist/lean-DvVQmxVK.cjs +0 -1
- package/dist/less-B1GLI2Di.js +0 -6
- package/dist/less-Dtg8mm6P.cjs +0 -1
- package/dist/light-plus-B5D0le0o.cjs +0 -1
- package/dist/light-plus-CZuVqSLX.js +0 -4
- package/dist/liquid-CHzkx3jT.js +0 -14
- package/dist/liquid-DjlCV7Vm.cjs +0 -1
- package/dist/llvm-DcRvQ_r8.cjs +0 -1
- package/dist/llvm-co1rIKs3.js +0 -6
- package/dist/log-Al8wyEFV.js +0 -6
- package/dist/log-CjTZ0gSB.cjs +0 -1
- package/dist/logo-BAktp_5i.cjs +0 -1
- package/dist/logo-DBa4JDzV.js +0 -6
- package/dist/lua-BfOnSJPp.cjs +0 -1
- package/dist/lua-kX5WP_P5.js +0 -8
- package/dist/luau-BMXmwtw0.cjs +0 -1
- package/dist/luau-UQyhudEE.js +0 -6
- package/dist/make-CsMclxtr.js +0 -6
- package/dist/make-NcdIe21U.cjs +0 -1
- package/dist/markdown-Byu9Sdmq.cjs +0 -1
- package/dist/markdown-CrScaQ96.js +0 -6
- package/dist/marko-BAIoWxJR.cjs +0 -1
- package/dist/marko-Ns9BYtDO.js +0 -14
- package/dist/material-theme-D6KBX41T.js +0 -4
- package/dist/material-theme-Dj0-OyRN.cjs +0 -1
- package/dist/material-theme-darker-CkRroheE.js +0 -4
- package/dist/material-theme-darker-Dvfs29ir.cjs +0 -1
- package/dist/material-theme-lighter-BUBw43Yz.js +0 -4
- package/dist/material-theme-lighter-EU3ZGl_r.cjs +0 -1
- package/dist/material-theme-ocean-ClGX14Ja.js +0 -4
- package/dist/material-theme-ocean-px_3Pwqa.cjs +0 -1
- package/dist/material-theme-palenight-38jxvsGX.cjs +0 -1
- package/dist/material-theme-palenight-C1RVm8K1.js +0 -4
- package/dist/matlab-BOAaUVP0.js +0 -6
- package/dist/matlab-CHTOL9Kx.cjs +0 -1
- package/dist/mdc-DEPKJPdx.cjs +0 -1
- package/dist/mdc-uaivvctV.js +0 -12
- package/dist/mdx-BOhZZUJ8.js +0 -6
- package/dist/mdx-CjwI68TB.cjs +0 -1
- package/dist/mermaid-BXSwQYo5.cjs +0 -1
- package/dist/mermaid-C3rz4dYh.js +0 -6
- package/dist/min-dark-C7ak0t6c.js +0 -4
- package/dist/min-dark-tt5o_I5e.cjs +0 -1
- package/dist/min-light-CKFxVcPp.js +0 -4
- package/dist/min-light-tmTHl_CQ.cjs +0 -1
- package/dist/mipsasm-BSlRcFIy.cjs +0 -1
- package/dist/mipsasm-CTx18fBl.js +0 -6
- package/dist/mojo-CgKe2b8g.js +0 -6
- package/dist/mojo-D2tXKFxS.cjs +0 -1
- package/dist/monokai-C1KBYcO0.js +0 -4
- package/dist/monokai-DMIxv6MM.cjs +0 -1
- package/dist/moonbit-BweIWWUc.cjs +0 -1
- package/dist/moonbit-NVPuhMCm.js +0 -6
- package/dist/move-Bm1vlCWg.cjs +0 -1
- package/dist/move-F-dICmj2.js +0 -6
- package/dist/narrat-CBeKHgTl.cjs +0 -1
- package/dist/narrat-DmhDCBs-.js +0 -6
- package/dist/nextflow-CM8Ed358.cjs +0 -1
- package/dist/nextflow-DmSVRGjG.js +0 -6
- package/dist/nginx-5vhPAEw3.js +0 -8
- package/dist/nginx-ByVOUyIE.cjs +0 -1
- package/dist/night-owl-BN78kThQ.cjs +0 -1
- package/dist/night-owl-Bm2rzalh.js +0 -4
- package/dist/nim-Bqmp5Of3.cjs +0 -1
- package/dist/nim-QAjRdh9w.js +0 -20
- package/dist/nix-BOiBJUDf.cjs +0 -1
- package/dist/nix-fTRXMGic.js +0 -9
- package/dist/nord-CC5OiUXg.js +0 -4
- package/dist/nord-Ca5AGUWc.cjs +0 -1
- package/dist/nushell-D8j3dhT-.js +0 -6
- package/dist/nushell-nGrB_wpI.cjs +0 -1
- package/dist/objective-c-Itk8tzmv.js +0 -6
- package/dist/objective-c-RjkWwFge.cjs +0 -1
- package/dist/objective-cpp-DGt5UKRO.js +0 -6
- package/dist/objective-cpp-HnfhWwRe.cjs +0 -1
- package/dist/ocaml-Cx8ewW_A.cjs +0 -1
- package/dist/ocaml-eSVK32Eg.js +0 -6
- package/dist/one-dark-pro-C09VQHwB.cjs +0 -1
- package/dist/one-dark-pro-DTA3VF0_.js +0 -4
- package/dist/one-light-020-h_lv.cjs +0 -1
- package/dist/one-light-D9sNaUtq.js +0 -4
- package/dist/openscad-D7eUrVPv.cjs +0 -1
- package/dist/openscad-Sp5uZ6f2.js +0 -6
- package/dist/pages/Dashboard.d.ts.map +0 -1
- package/dist/pascal-DBu9vQ2o.cjs +0 -1
- package/dist/pascal-xy8pJNns.js +0 -6
- package/dist/perl-CxWZPeDZ.cjs +0 -1
- package/dist/perl-DkVrgJBg.js +0 -16
- package/dist/php-BLXVJphD.cjs +0 -1
- package/dist/php-j2zCzTEz.js +0 -18
- package/dist/pkl-C-zSNmaA.js +0 -6
- package/dist/pkl-Dvyry4Rm.cjs +0 -1
- package/dist/plastic-CSTz3KZp.js +0 -4
- package/dist/plastic-r5piqq-S.cjs +0 -1
- package/dist/plsql-IJkoPJ9P.cjs +0 -1
- package/dist/plsql-pVbGZfOv.js +0 -6
- package/dist/po-BNfHvqmm.js +0 -6
- package/dist/po-Rhu6MvnX.cjs +0 -1
- package/dist/poimandres-BLP3NNjc.cjs +0 -1
- package/dist/poimandres-C-VADXHD.js +0 -4
- package/dist/polar-BtWqSUq2.cjs +0 -1
- package/dist/polar-CAZahv3u.js +0 -6
- package/dist/postcss-05aHdL-n.js +0 -6
- package/dist/postcss-Dh97DcaJ.cjs +0 -1
- package/dist/powerquery-BGL6VIw7.cjs +0 -1
- package/dist/powerquery-DI9HkTvs.js +0 -6
- package/dist/powershell-BiEPMjy-.cjs +0 -1
- package/dist/powershell-Clc4ydu-.js +0 -6
- package/dist/prisma-Dp473sn0.cjs +0 -1
- package/dist/prisma-FZjmVtSl.js +0 -6
- package/dist/prolog-C5-yg4TO.js +0 -6
- package/dist/prolog-N1U-3UeF.cjs +0 -1
- package/dist/proto-C7QgialS.js +0 -6
- package/dist/proto-DMjUErYA.cjs +0 -1
- package/dist/pug-DiGNE7sm.cjs +0 -1
- package/dist/pug-XOw9Q1Ho.js +0 -12
- package/dist/puppet-CUJHmnxV.js +0 -6
- package/dist/puppet-cDQP_ZC_.cjs +0 -1
- package/dist/purescript-DMxb59gF.cjs +0 -1
- package/dist/purescript-rUfGld-4.js +0 -6
- package/dist/python-BFNSHbwJ.js +0 -6
- package/dist/python-s9jfVbew.cjs +0 -1
- package/dist/qml-beorq0E4.cjs +0 -1
- package/dist/qml-rTNXsquU.js +0 -8
- package/dist/qmldir-BInDYbpo.js +0 -6
- package/dist/qmldir-DNF9H2ir.cjs +0 -1
- package/dist/qss-AeJTysr_.js +0 -6
- package/dist/qss-DwA_oiAM.cjs +0 -1
- package/dist/r-CSmzDPi7.js +0 -6
- package/dist/r-DAqIyZhh.cjs +0 -1
- package/dist/racket-B83wSAja.js +0 -6
- package/dist/racket-D4laxZit.cjs +0 -1
- package/dist/raku-DHySPsLw.cjs +0 -1
- package/dist/raku-nEQ4ZJJ7.js +0 -6
- package/dist/razor-C5CyrFEt.js +0 -10
- package/dist/razor-PuMYvsDx.cjs +0 -1
- package/dist/red-7y8PH7HH.js +0 -4
- package/dist/red-BQGOv1D5.cjs +0 -1
- package/dist/reg-CevkCKuZ.cjs +0 -1
- package/dist/reg-m_s_Kiip.js +0 -6
- package/dist/regexp-BazyLpPg.js +0 -6
- package/dist/regexp-DabTWNLE.cjs +0 -1
- package/dist/rel-BS5APza7.cjs +0 -1
- package/dist/rel-BcRfyd6Q.js +0 -6
- package/dist/riscv-BnGFr6V7.cjs +0 -1
- package/dist/riscv-Ce8MAQLP.js +0 -6
- package/dist/rose-pine-BKc3yVeu.js +0 -4
- package/dist/rose-pine-CfBWm6WX.cjs +0 -1
- package/dist/rose-pine-dawn-BulJcPZT.js +0 -4
- package/dist/rose-pine-dawn-CaZ5I2lt.cjs +0 -1
- package/dist/rose-pine-moon-Cql8LDLp.cjs +0 -1
- package/dist/rose-pine-moon-j6jiXKV8.js +0 -4
- package/dist/rosmsg-C7VSFzUC.cjs +0 -1
- package/dist/rosmsg-Cz0w1km8.js +0 -6
- package/dist/rst-CcbeA9zE.js +0 -22
- package/dist/rst-D08gsKw8.cjs +0 -1
- package/dist/ruby-B5H7kBtd.cjs +0 -1
- package/dist/ruby-DMPw6uKF.js +0 -30
- package/dist/rust-CLzF9zIN.js +0 -6
- package/dist/rust-CNeTMPbB.cjs +0 -1
- package/dist/sas-D5Fn8Q38.cjs +0 -1
- package/dist/sas-fpEvgATw.js +0 -8
- package/dist/sass-DxHp5rTx.js +0 -6
- package/dist/sass-vyo-bUwh.cjs +0 -1
- package/dist/scala-D4grkFkl.js +0 -6
- package/dist/scala-ZSekD-8-.cjs +0 -1
- package/dist/scheme-BCRWuEm4.js +0 -6
- package/dist/scheme-vM0LdD-_.cjs +0 -1
- package/dist/scss-B1FaCqwR.js +0 -8
- package/dist/scss-CKlduTMv.cjs +0 -1
- package/dist/sdbl-B7T8abf4.js +0 -6
- package/dist/sdbl-DeWT5r4i.cjs +0 -1
- package/dist/shaderlab-Cr62-Wb4.js +0 -8
- package/dist/shaderlab-DGJjQHxC.cjs +0 -1
- package/dist/shellscript-DYWjN7qW.cjs +0 -1
- package/dist/shellscript-InADTalH.js +0 -6
- package/dist/shellsession-DMUSXX8m.cjs +0 -1
- package/dist/shellsession-DiDJNQdy.js +0 -8
- package/dist/slack-dark-akqwQ7ED.cjs +0 -1
- package/dist/slack-dark-i7wN4OET.js +0 -4
- package/dist/slack-ochin-BoQQWmTv.cjs +0 -1
- package/dist/slack-ochin-ndHf0LoP.js +0 -4
- package/dist/smalltalk-BNs6hxu4.cjs +0 -1
- package/dist/smalltalk-BlI1_OkM.js +0 -6
- package/dist/snazzy-light-BlSJXAu4.js +0 -4
- package/dist/snazzy-light-D_IwRieF.cjs +0 -1
- package/dist/solarized-dark-UTmkh7lw.js +0 -4
- package/dist/solarized-dark-gmm-WbDC.cjs +0 -1
- package/dist/solarized-light-BheCkDPT.js +0 -4
- package/dist/solarized-light-DzcxRSZP.cjs +0 -1
- package/dist/solidity-DUWnFhS6.js +0 -6
- package/dist/solidity-uQuzgchP.cjs +0 -1
- package/dist/soy-C1-6njHa.js +0 -8
- package/dist/soy-CDFPDtGX.cjs +0 -1
- package/dist/sparql-6Cg9ppCl.cjs +0 -1
- package/dist/sparql-B0KWFEri.js +0 -8
- package/dist/splunk-CRXR8A9s.js +0 -6
- package/dist/splunk-CWPivao_.cjs +0 -1
- package/dist/sql-Cn_v3PB0.js +0 -6
- package/dist/sql-DhUUVgH1.cjs +0 -1
- package/dist/ssh-config-B93wBIBa.cjs +0 -1
- package/dist/ssh-config-DP-hNVbF.js +0 -6
- package/dist/stata-B8c5fTjX.js +0 -8
- package/dist/stata-DCWFCQQG.cjs +0 -1
- package/dist/stylus-B64Bt0D4.cjs +0 -1
- package/dist/stylus-CyKEU1Ej.js +0 -6
- package/dist/svelte-CYf4HR3U.js +0 -14
- package/dist/svelte-Do4zIqEL.cjs +0 -1
- package/dist/swift-9UzSvamq.js +0 -6
- package/dist/swift-BMbGdc3j.cjs +0 -1
- package/dist/synthwave-84-BBRLOmNT.cjs +0 -1
- package/dist/synthwave-84-NU3C_KFZ.js +0 -4
- package/dist/system-verilog-BCm7smPJ.js +0 -6
- package/dist/system-verilog-BFclLo9e.cjs +0 -1
- package/dist/systemd-C-4qm6XH.js +0 -6
- package/dist/systemd-Dtw7P4tb.cjs +0 -1
- package/dist/talonscript-CFF3LF_O.js +0 -6
- package/dist/talonscript-D8SvZJVc.cjs +0 -1
- package/dist/tasl--DC4oX-L.cjs +0 -1
- package/dist/tasl-Cg_WBUAe.js +0 -6
- package/dist/tcl-0Q0H86Yn.cjs +0 -1
- package/dist/tcl-DN7buRTF.js +0 -6
- package/dist/templ-BDNMUns0.cjs +0 -1
- package/dist/templ-peLZIM2D.js +0 -12
- package/dist/terraform-C0RDrmWi.cjs +0 -1
- package/dist/terraform-DGvcn9zM.js +0 -6
- package/dist/tex-BvKThJ8p.js +0 -8
- package/dist/tex-Dz7jjuD4.cjs +0 -1
- package/dist/tokyo-night-DP4TmcQl.js +0 -4
- package/dist/tokyo-night-GOhjzM5y.cjs +0 -1
- package/dist/toml-DY62mUL_.js +0 -6
- package/dist/toml-Q64DoSvG.cjs +0 -1
- package/dist/ts-tags-DILCom6A.cjs +0 -1
- package/dist/ts-tags-ioVe2PKw.js +0 -41
- package/dist/tsv-BtvSkaG0.js +0 -6
- package/dist/tsv-DqNGnuVj.cjs +0 -1
- package/dist/tsx-B8rCNbgL.js +0 -6
- package/dist/tsx-DIpfUf9u.cjs +0 -1
- package/dist/turtle-DipIidr5.cjs +0 -1
- package/dist/turtle-_H59FV7D.js +0 -6
- package/dist/twig-B42NGISI.cjs +0 -1
- package/dist/twig-CcRLVyUg.js +0 -18
- package/dist/typescript-RycA9KXf.js +0 -6
- package/dist/typescript-b48wo4zk.cjs +0 -1
- package/dist/typespec-DWqp-kUU.js +0 -6
- package/dist/typespec-DqXOE4_L.cjs +0 -1
- package/dist/typst-Cqq4j4V-.cjs +0 -1
- package/dist/typst-D_1QKWns.js +0 -6
- package/dist/v-81C2s01-.cjs +0 -1
- package/dist/v-BPCNiyYe.js +0 -6
- package/dist/vala-CsAYdCD2.cjs +0 -1
- package/dist/vala-uxaPR7d1.js +0 -6
- package/dist/vb-AiTMb16X.cjs +0 -1
- package/dist/vb-D8_c5-KN.js +0 -6
- package/dist/verilog-AMohXZcN.cjs +0 -1
- package/dist/verilog-B-bybjPF.js +0 -6
- package/dist/vesper-B59Iw4gV.cjs +0 -1
- package/dist/vesper-BckBta1U.js +0 -4
- package/dist/vhdl-CUlNa8ac.js +0 -6
- package/dist/vhdl-DIdR1NA5.cjs +0 -1
- package/dist/viml-D01eKeA4.cjs +0 -1
- package/dist/viml-DsfA-sWm.js +0 -6
- package/dist/vitesse-black-BoGvW84i.js +0 -4
- package/dist/vitesse-black-MF-1S1MG.cjs +0 -1
- package/dist/vitesse-dark-Cym-eLtO.js +0 -4
- package/dist/vitesse-dark-SIffJYSe.cjs +0 -1
- package/dist/vitesse-light-CcmG315c.js +0 -4
- package/dist/vitesse-light-U63SkYGT.cjs +0 -1
- package/dist/vue-DXEmyXn9.js +0 -31
- package/dist/vue-S9bl2EgW.cjs +0 -1
- package/dist/vue-html-B2-sfQT7.cjs +0 -1
- package/dist/vue-html-j9xNEdu3.js +0 -8
- package/dist/vue-vine-CpIsWjsQ.cjs +0 -1
- package/dist/vue-vine-D41-N99t.js +0 -18
- package/dist/vyper-CPQuu50u.js +0 -6
- package/dist/vyper-DTzyzn3a.cjs +0 -1
- package/dist/wasm-BBXxrAl7.js +0 -6
- package/dist/wasm-DQxwEHae.js +0 -7
- package/dist/wasm-Dp-QrJpp.cjs +0 -1
- package/dist/wasm-Dw4u1m6u.cjs +0 -1
- package/dist/wenyan-CRNx8UP3.cjs +0 -1
- package/dist/wenyan-pbVjoM9_.js +0 -6
- package/dist/wgsl-DF5qc9dd.cjs +0 -1
- package/dist/wgsl-DY4iK1q1.js +0 -6
- package/dist/wikitext-D7uzEIfK.cjs +0 -1
- package/dist/wikitext-Z-MoUasO.js +0 -6
- package/dist/wit-BjWgLsJj.cjs +0 -1
- package/dist/wit-CQMQOlTg.js +0 -6
- package/dist/wolfram-BR4t3Ffc.cjs +0 -1
- package/dist/wolfram-Dz4KXISs.js +0 -6
- package/dist/xml-BpsKWkuV.cjs +0 -1
- package/dist/xml-C2J0sS9M.js +0 -8
- package/dist/xsl-BmSZphgC.js +0 -8
- package/dist/xsl-D-3VYix6.cjs +0 -1
- package/dist/yaml-DaO7k5B1.js +0 -6
- package/dist/yaml-XVBmpKh-.cjs +0 -1
- package/dist/zenscript-CxBjpf9c.js +0 -6
- package/dist/zenscript-fNvwKexi.cjs +0 -1
- package/dist/zig-BAyIAcWK.cjs +0 -1
- package/dist/zig-Vm0PO9wB.js +0 -6
package/dist/styles.css
CHANGED
|
@@ -12,11 +12,63 @@
|
|
|
12
12
|
* - Light and dark mode support
|
|
13
13
|
* - Base layer styles
|
|
14
14
|
* - Utility animations
|
|
15
|
+
* - @source inline() directives for zero-config Tailwind utility generation
|
|
15
16
|
*
|
|
16
17
|
* Generated by: npm run build:lib
|
|
17
18
|
* Do not edit manually
|
|
18
19
|
*/
|
|
19
20
|
|
|
21
|
+
/* Tailwind utility declarations - zero-config setup
|
|
22
|
+
* These @source inline() directives ensure all nqui utilities are generated
|
|
23
|
+
* without requiring consumers to add @source directives in their CSS.
|
|
24
|
+
*/
|
|
25
|
+
|
|
26
|
+
/* Layout & Flexbox utilities */
|
|
27
|
+
@source inline("inline-flex flex items-center justify-center gap-2 shrink-0 w-fit w-10 h-5 h-9 h-10 h-11");
|
|
28
|
+
|
|
29
|
+
/* Spacing utilities */
|
|
30
|
+
@source inline("px-2 px-3 px-4 px-8 py-0.5 py-1.5 py-2");
|
|
31
|
+
|
|
32
|
+
/* Typography utilities */
|
|
33
|
+
@source inline("text-sm text-xs text-[0.625rem] font-medium leading-normal text-center whitespace-nowrap underline-offset-4");
|
|
34
|
+
|
|
35
|
+
/* Border & Radius utilities */
|
|
36
|
+
@source inline("border border-primary border-secondary border-destructive border-success border-warning border-info border-border border-input border-ring rounded-md rounded-lg rounded-full");
|
|
37
|
+
|
|
38
|
+
/* Background color utilities */
|
|
39
|
+
@source inline("bg-primary bg-secondary bg-destructive bg-success bg-warning bg-info bg-background bg-accent bg-transparent bg-none bg-muted bg-input bg-input/20 dark:bg-input/30");
|
|
40
|
+
|
|
41
|
+
/* Text color utilities */
|
|
42
|
+
@source inline("text-primary-foreground text-secondary-foreground text-destructive-foreground text-success-foreground text-warning-foreground text-info-foreground text-accent-foreground text-muted-foreground text-foreground");
|
|
43
|
+
|
|
44
|
+
/* Hover state utilities */
|
|
45
|
+
@source inline("hover:opacity-100 hover:bg-primary/90 hover:bg-secondary/90 hover:bg-destructive/90 hover:bg-success/90 hover:bg-warning/90 hover:bg-info/90 hover:bg-accent hover:bg-muted hover:border-primary/90 hover:border-secondary/90 hover:border-destructive/90 hover:border-success/90 hover:border-warning/90 hover:border-info/90 hover:border-border hover:text-accent-foreground hover:text-muted-foreground hover:underline dark:hover:bg-muted/50");
|
|
46
|
+
|
|
47
|
+
/* Focus state utilities */
|
|
48
|
+
@source inline("focus:bg-primary/80 focus:bg-secondary/80 focus:bg-destructive/80 focus:bg-success/80 focus:bg-warning/80 focus:bg-info/80 focus:border-primary/80 focus:border-secondary/80 focus:border-destructive/80 focus:border-success/80 focus:border-warning/80 focus:border-info/80 focus:border-border focus:outline-0 focus-visible:outline-0 focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]");
|
|
49
|
+
|
|
50
|
+
/* Active state utilities */
|
|
51
|
+
@source inline("active:bg-primary/75 active:bg-secondary/75 active:bg-destructive/75 active:bg-success/75 active:bg-warning/75 active:bg-info/75 active:border-primary/75 active:border-secondary/75 active:border-destructive/75 active:border-success/75 active:border-warning/75 active:border-info/75 active:border-border active:bg-none active:shadow-[inset_0_3px_5px_rgba(0,0,0,0.125)] active:scale-95");
|
|
52
|
+
|
|
53
|
+
/* Disabled state utilities */
|
|
54
|
+
@source inline("disabled:bg-transparent disabled:shadow-none disabled:opacity-65 disabled:pointer-events-none");
|
|
55
|
+
|
|
56
|
+
/* Interaction & Cursor utilities */
|
|
57
|
+
@source inline("cursor-pointer select-none touch-manipulation opacity-90 overflow-hidden");
|
|
58
|
+
|
|
59
|
+
/* Transition utilities */
|
|
60
|
+
@source inline("transition-[color,background-color,border-color,box-shadow,opacity,transform] duration-150 ease-in-out");
|
|
61
|
+
|
|
62
|
+
/* SVG & Icon utilities */
|
|
63
|
+
@source inline("[&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 [&>svg]:size-2.5");
|
|
64
|
+
|
|
65
|
+
/* Group & State utilities */
|
|
66
|
+
@source inline("group/badge has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive");
|
|
67
|
+
|
|
68
|
+
/* Z-index elevation utilities */
|
|
69
|
+
@source inline("z-[var(--z-debug)] z-[var(--z-sticky-page)] z-[var(--z-background)] z-[var(--z-content)] z-[var(--z-popover)] z-[var(--z-modal-backdrop)] z-[var(--z-modal)] z-[var(--z-tooltip)] z-[var(--z-sticky-content)] z-[var(--z-floating)]");
|
|
70
|
+
|
|
71
|
+
|
|
20
72
|
|
|
21
73
|
/* Custom dark mode variant - matches when .dark class is on element or ancestor */
|
|
22
74
|
@theme inline {
|
|
@@ -107,12 +159,34 @@
|
|
|
107
159
|
/* Button enhanced styling */
|
|
108
160
|
--button-gradient: linear-gradient(to bottom, rgba(255,255,255,0.15), transparent);
|
|
109
161
|
--button-shadow: 0 1px 0 0 rgba(255,255,255,0.15) inset, 0 1px 1px 0 rgba(0,0,0,0.075);
|
|
162
|
+
|
|
163
|
+
/* Z-index elevation scale */
|
|
164
|
+
--z-base: var(--z-base);
|
|
165
|
+
--z-background: var(--z-background);
|
|
166
|
+
--z-content: var(--z-content);
|
|
167
|
+
--z-sticky-content: var(--z-sticky-content);
|
|
168
|
+
--z-sticky-page: var(--z-sticky-page);
|
|
169
|
+
--z-floating: var(--z-floating);
|
|
170
|
+
--z-modal-backdrop: var(--z-modal-backdrop);
|
|
171
|
+
--z-modal: var(--z-modal);
|
|
172
|
+
--z-popover: var(--z-popover);
|
|
173
|
+
--z-tooltip: var(--z-tooltip);
|
|
174
|
+
--z-debug: var(--z-debug);
|
|
110
175
|
}
|
|
111
176
|
|
|
112
177
|
@layer base {
|
|
113
178
|
* {
|
|
114
179
|
@apply border-border outline-ring/50;
|
|
115
180
|
}
|
|
181
|
+
|
|
182
|
+
/* Viewport lock - all scroll managed by individual containers, not body */
|
|
183
|
+
html,
|
|
184
|
+
body,
|
|
185
|
+
#root {
|
|
186
|
+
height: 100%;
|
|
187
|
+
overflow: hidden;
|
|
188
|
+
}
|
|
189
|
+
|
|
116
190
|
body {
|
|
117
191
|
@apply font-sans bg-background text-foreground;
|
|
118
192
|
}
|
|
@@ -169,7 +243,7 @@
|
|
|
169
243
|
.separator-arrow-down::after {
|
|
170
244
|
content: "";
|
|
171
245
|
position: absolute;
|
|
172
|
-
z-index:
|
|
246
|
+
z-index: var(--z-content);
|
|
173
247
|
top: -7px;
|
|
174
248
|
left: calc(50% - 7px);
|
|
175
249
|
width: 14px;
|
|
@@ -184,7 +258,7 @@
|
|
|
184
258
|
.separator-tab-down::after {
|
|
185
259
|
content: "";
|
|
186
260
|
position: absolute;
|
|
187
|
-
z-index:
|
|
261
|
+
z-index: var(--z-content);
|
|
188
262
|
top: 0;
|
|
189
263
|
left: calc(50% - 10px);
|
|
190
264
|
width: 20px;
|
|
@@ -200,7 +274,7 @@
|
|
|
200
274
|
.separator-stopper::after {
|
|
201
275
|
content: "";
|
|
202
276
|
position: absolute;
|
|
203
|
-
z-index:
|
|
277
|
+
z-index: var(--z-content);
|
|
204
278
|
top: -6px;
|
|
205
279
|
left: calc(50% - 7px);
|
|
206
280
|
width: 14px;
|
|
@@ -214,7 +288,7 @@
|
|
|
214
288
|
.separator-dot::after {
|
|
215
289
|
content: "";
|
|
216
290
|
position: absolute;
|
|
217
|
-
z-index:
|
|
291
|
+
z-index: var(--z-content);
|
|
218
292
|
top: -9px;
|
|
219
293
|
left: calc(50% - 9px);
|
|
220
294
|
width: 18px;
|
|
@@ -234,7 +308,7 @@
|
|
|
234
308
|
.separator-text-decoration::before {
|
|
235
309
|
content: var(--separator-text-content, "j");
|
|
236
310
|
position: absolute;
|
|
237
|
-
z-index:
|
|
311
|
+
z-index: var(--z-content);
|
|
238
312
|
top: 50%;
|
|
239
313
|
left: 50%;
|
|
240
314
|
transform: translate(-50%, -65%);
|
|
@@ -274,7 +348,7 @@
|
|
|
274
348
|
);
|
|
275
349
|
filter: blur(1px);
|
|
276
350
|
opacity: 0.7;
|
|
277
|
-
z-index: -
|
|
351
|
+
z-index: var(--z-background);
|
|
278
352
|
}
|
|
279
353
|
|
|
280
354
|
/* Vertical orientation support for shiny corner */
|
|
@@ -327,7 +401,7 @@
|
|
|
327
401
|
);
|
|
328
402
|
filter: blur(0.5px);
|
|
329
403
|
opacity: 0.5;
|
|
330
|
-
z-index: -
|
|
404
|
+
z-index: var(--z-background);
|
|
331
405
|
}
|
|
332
406
|
|
|
333
407
|
/* Vertical orientation support for shiny edge */
|
|
@@ -426,7 +500,7 @@
|
|
|
426
500
|
|
|
427
501
|
.cn-toast > * {
|
|
428
502
|
position: relative;
|
|
429
|
-
z-index:
|
|
503
|
+
z-index: var(--z-content);
|
|
430
504
|
}
|
|
431
505
|
|
|
432
506
|
/* Toast Icon Colors Only - All variants use same base styling */
|
|
@@ -449,86 +523,242 @@
|
|
|
449
523
|
.toast-loading .toast-icon-loading {
|
|
450
524
|
color: var(--primary);
|
|
451
525
|
}
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
/* ============================================
|
|
455
|
-
nqui Color System & Design Tokens
|
|
456
|
-
============================================ */
|
|
457
526
|
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
============================================ */
|
|
527
|
+
/* Button enhanced styling classes - replaces arbitrary property values */
|
|
528
|
+
.nqui-button-gradient {
|
|
529
|
+
background-image: var(--button-gradient);
|
|
530
|
+
}
|
|
463
531
|
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
--primary-300: oklch(0.85 0.12 240);
|
|
468
|
-
--primary-400: oklch(0.80 0.14 240);
|
|
469
|
-
--primary-500: oklch(0.60 0.25 240); /* Main primary - darker for light mode */
|
|
470
|
-
--primary-600: oklch(0.50 0.28 240);
|
|
532
|
+
.nqui-button-shadow {
|
|
533
|
+
box-shadow: var(--button-shadow);
|
|
534
|
+
}
|
|
471
535
|
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
536
|
+
/* Sliding indicator styles for enhanced tabs */
|
|
537
|
+
.sliding-indicator {
|
|
538
|
+
position: absolute;
|
|
539
|
+
z-index: 0;
|
|
540
|
+
pointer-events: none;
|
|
541
|
+
transition:
|
|
542
|
+
left 0.3s ease-in-out,
|
|
543
|
+
top 0.3s ease-in-out,
|
|
544
|
+
width 0.3s ease-in-out,
|
|
545
|
+
height 0.3s ease-in-out;
|
|
546
|
+
}
|
|
475
547
|
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
--success-300: oklch(0.75 0.12 142);
|
|
480
|
-
--success-400: oklch(0.60 0.14 142);
|
|
481
|
-
--success-500: oklch(0.50 0.15 142);
|
|
482
|
-
--success-600: oklch(0.40 0.18 142);
|
|
548
|
+
.sliding-indicator-container {
|
|
549
|
+
position: relative;
|
|
550
|
+
}
|
|
483
551
|
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
--warning-400: oklch(0.75 0.14 65);
|
|
489
|
-
--warning-500: oklch(0.70 0.15 65);
|
|
490
|
-
--warning-600: oklch(0.60 0.18 65);
|
|
552
|
+
.sliding-indicator-target {
|
|
553
|
+
position: relative;
|
|
554
|
+
z-index: 1;
|
|
555
|
+
}
|
|
491
556
|
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
--danger-400: oklch(0.70 0.14 25);
|
|
497
|
-
--danger-500: oklch(0.60 0.15 25);
|
|
498
|
-
--danger-600: oklch(0.50 0.18 25);
|
|
557
|
+
/* Ensure indicator is visible - use Tailwind arbitrary z-index with CSS variable */
|
|
558
|
+
.sliding-indicator-container .sliding-indicator {
|
|
559
|
+
z-index: 0;
|
|
560
|
+
}
|
|
499
561
|
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
--info-300: oklch(0.80 0.12 200);
|
|
504
|
-
--info-400: oklch(0.70 0.14 200);
|
|
505
|
-
--info-500: oklch(0.60 0.15 200);
|
|
506
|
-
--info-600: oklch(0.50 0.18 200);
|
|
562
|
+
.sliding-indicator-container .sliding-indicator-target {
|
|
563
|
+
z-index: 1;
|
|
564
|
+
}
|
|
507
565
|
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
566
|
+
/* Debug panel styling classes - replaces arbitrary property values */
|
|
567
|
+
.nqui-debug-panel {
|
|
568
|
+
background-color: var(--debug-bg);
|
|
569
|
+
border: 1px solid var(--debug-border);
|
|
570
|
+
color: var(--debug-foreground);
|
|
571
|
+
}
|
|
511
572
|
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
573
|
+
.dark .nqui-debug-panel {
|
|
574
|
+
background-color: var(--debug-bg-dark);
|
|
575
|
+
border-color: var(--debug-border-dark);
|
|
576
|
+
color: var(--debug-foreground-dark);
|
|
577
|
+
}
|
|
517
578
|
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
579
|
+
/* Shiki code block styling classes - replaces arbitrary property values */
|
|
580
|
+
/* These classes should be applied to the container, and will target nested .shiki elements */
|
|
581
|
+
.dark .nqui-shiki-container .shiki {
|
|
582
|
+
font-style: var(--shiki-dark-font-style) !important;
|
|
583
|
+
font-weight: var(--shiki-dark-font-weight) !important;
|
|
584
|
+
text-decoration: var(--shiki-dark-text-decoration) !important;
|
|
585
|
+
}
|
|
521
586
|
|
|
522
|
-
|
|
523
|
-
|
|
587
|
+
.dark .nqui-shiki-container .shiki_span {
|
|
588
|
+
font-style: var(--shiki-dark-font-style) !important;
|
|
589
|
+
font-weight: var(--shiki-dark-font-weight) !important;
|
|
590
|
+
text-decoration: var(--shiki-dark-text-decoration) !important;
|
|
591
|
+
}
|
|
592
|
+
}
|
|
524
593
|
|
|
525
|
-
|
|
526
|
-
|
|
594
|
+
/* ============================================
|
|
595
|
+
nqui Additional System Variables
|
|
596
|
+
============================================ */
|
|
527
597
|
|
|
528
|
-
|
|
529
|
-
|
|
598
|
+
/* ============================================
|
|
599
|
+
nqui Color System & Design Tokens
|
|
600
|
+
============================================ */
|
|
530
601
|
|
|
531
|
-
|
|
602
|
+
:root {
|
|
603
|
+
/* ============================================
|
|
604
|
+
Z-Index Elevation Scale
|
|
605
|
+
============================================
|
|
606
|
+
|
|
607
|
+
Z-Index Scale Reference Table:
|
|
608
|
+
┌─────────────────────┬──────┬─────────────────────────────────────────────┐
|
|
609
|
+
│ Variable │ Value│ Use Case │
|
|
610
|
+
├─────────────────────┼──────┼─────────────────────────────────────────────┤
|
|
611
|
+
│ --z-base │ 0 │ Base layer, default stacking │
|
|
612
|
+
│ --z-background │ 0 │ Background decorative elements │
|
|
613
|
+
│ --z-content │ 10 │ Standard content layer │
|
|
614
|
+
│ --z-sticky-content │ 15 │ Sticky content within containers │
|
|
615
|
+
│ │ │ (card headers, table headers) │
|
|
616
|
+
│ --z-sticky-page │ 20 │ Page-level sticky elements │
|
|
617
|
+
│ │ │ (page headers, navigation bars) │
|
|
618
|
+
│ --z-floating │ 30 │ Floating panels, sidebars │
|
|
619
|
+
│ --z-modal-backdrop │ 40 │ Modal backdrops/overlays │
|
|
620
|
+
│ --z-modal │ 50 │ Modal content (dialogs, sheets) │
|
|
621
|
+
│ --z-popover │ 60 │ Dropdowns, select menus, popovers │
|
|
622
|
+
│ --z-tooltip │ 70 │ Tooltips (highest interactive layer) │
|
|
623
|
+
│ --z-debug │ 9999 │ Debug tools (development only) │
|
|
624
|
+
└─────────────────────┴──────┴─────────────────────────────────────────────┘
|
|
625
|
+
|
|
626
|
+
Stacking Context Hierarchy (bottom to top):
|
|
627
|
+
┌─────────────────────────────────────────────────────────────────────────┐
|
|
628
|
+
│ │
|
|
629
|
+
│ ┌───────────────────────────────────────────────────────────────┐ │
|
|
630
|
+
│ │ z-debug (9999) - Debug tools │ │
|
|
631
|
+
│ └───────────────────────────────────────────────────────────────┘ │
|
|
632
|
+
│ │
|
|
633
|
+
│ ┌───────────────────────────────────────────────────────────────┐ │
|
|
634
|
+
│ │ z-tooltip (70) - Tooltips │ │
|
|
635
|
+
│ └───────────────────────────────────────────────────────────────┘ │
|
|
636
|
+
│ │
|
|
637
|
+
│ ┌───────────────────────────────────────────────────────────────┐ │
|
|
638
|
+
│ │ z-popover (60) - Dropdowns, selects, popovers │ │
|
|
639
|
+
│ └───────────────────────────────────────────────────────────────┘ │
|
|
640
|
+
│ │
|
|
641
|
+
│ ┌───────────────────────────────────────────────────────────────┐ │
|
|
642
|
+
│ │ z-modal (50) - Modal content │ │
|
|
643
|
+
│ └───────────────────────────────────────────────────────────────┘ │
|
|
644
|
+
│ │
|
|
645
|
+
│ ┌───────────────────────────────────────────────────────────────┐ │
|
|
646
|
+
│ │ z-modal-backdrop (40) - Modal backdrops │ │
|
|
647
|
+
│ └───────────────────────────────────────────────────────────────┘ │
|
|
648
|
+
│ │
|
|
649
|
+
│ ┌───────────────────────────────────────────────────────────────┐ │
|
|
650
|
+
│ │ z-floating (30) - Sidebars, floating panels │ │
|
|
651
|
+
│ └───────────────────────────────────────────────────────────────┘ │
|
|
652
|
+
│ │
|
|
653
|
+
│ ┌───────────────────────────────────────────────────────────────┐ │
|
|
654
|
+
│ │ z-sticky-page (20) - Page headers, navigation │ │
|
|
655
|
+
│ └───────────────────────────────────────────────────────────────┘ │
|
|
656
|
+
│ │
|
|
657
|
+
│ ┌───────────────────────────────────────────────────────────────┐ │
|
|
658
|
+
│ │ z-sticky-content (15) - Card headers, table headers │ │
|
|
659
|
+
│ └───────────────────────────────────────────────────────────────┘ │
|
|
660
|
+
│ │
|
|
661
|
+
│ ┌───────────────────────────────────────────────────────────────┐ │
|
|
662
|
+
│ │ z-content (10) - Standard content │ │
|
|
663
|
+
│ └───────────────────────────────────────────────────────────────┘ │
|
|
664
|
+
│ │
|
|
665
|
+
│ ┌───────────────────────────────────────────────────────────────┐ │
|
|
666
|
+
│ │ z-base / z-background (0) - Base layer, backgrounds │ │
|
|
667
|
+
│ └───────────────────────────────────────────────────────────────┘ │
|
|
668
|
+
│ │
|
|
669
|
+
└─────────────────────────────────────────────────────────────────────────┘
|
|
670
|
+
|
|
671
|
+
Component Mapping Table (Before Refactoring):
|
|
672
|
+
┌─────────────────────────────────────┬──────────┬──────────────────────────┐
|
|
673
|
+
│ Component │ Old Value│ New Variable │
|
|
674
|
+
├─────────────────────────────────────┼──────────┼──────────────────────────┤
|
|
675
|
+
│ Card sticky header │ z-20 │ --z-sticky-content (15) │
|
|
676
|
+
│ Page header (AppLayout) │ z-10 │ --z-sticky-page (20) │
|
|
677
|
+
│ Sidebar │ z-10 │ --z-floating (30) │
|
|
678
|
+
│ Sidebar handle │ z-20 │ --z-sticky-page (20) │
|
|
679
|
+
│ Dialog overlay │ z-50 │ --z-modal-backdrop (40) │
|
|
680
|
+
│ Dialog content │ z-50 │ --z-modal (50) │
|
|
681
|
+
│ Sheet content │ z-50 │ --z-modal (50) │
|
|
682
|
+
│ Dropdown menu │ z-50 │ --z-popover (60) │
|
|
683
|
+
│ Select dropdown │ z-50 │ --z-popover (60) │
|
|
684
|
+
│ Popover │ z-50 │ --z-popover (60) │
|
|
685
|
+
│ Tooltip │ z-50 │ --z-tooltip (70) │
|
|
686
|
+
│ Combobox │ z-50 │ --z-popover (60) │
|
|
687
|
+
│ Enhanced select │ z-50 │ --z-popover (60) │
|
|
688
|
+
│ Separator decorations │ z-index:1│ --z-content (10) │
|
|
689
|
+
│ Frosted glass backgrounds │ z-0 │ --z-background (0) │
|
|
690
|
+
│ Card content layer │ z-10 │ --z-content (10) │
|
|
691
|
+
│ Debug panel │ z-[9997] │ --z-debug (9999) │
|
|
692
|
+
│ Color picker │ z-[9999] │ --z-popover (60) │
|
|
693
|
+
└─────────────────────────────────────┴──────────┴──────────────────────────┘
|
|
694
|
+
|
|
695
|
+
Key Relationships:
|
|
696
|
+
- Card sticky headers (15) < Page headers (20) - Prevents scroll conflicts
|
|
697
|
+
- Sticky content (15) < Sticky page (20) - Ensures page nav stays on top
|
|
698
|
+
- Floating panels (30) > Page headers (20) - Sidebars overlay content
|
|
699
|
+
- Modals (50) > Floating (30) - Modals overlay everything
|
|
700
|
+
- Popovers (60) > Modals (50) - Dropdowns can appear in modals
|
|
701
|
+
- Tooltips (70) > Popovers (60) - Tooltips are highest interactive layer
|
|
702
|
+
*/
|
|
703
|
+
|
|
704
|
+
/* Base layer - default stacking context */
|
|
705
|
+
--z-base: 0;
|
|
706
|
+
|
|
707
|
+
/* Background layer - decorative elements behind content */
|
|
708
|
+
--z-background: 0;
|
|
709
|
+
|
|
710
|
+
/* Content layer - standard content elements */
|
|
711
|
+
--z-content: 10;
|
|
712
|
+
|
|
713
|
+
/* Sticky content layer - sticky elements within containers
|
|
714
|
+
* Used for: card headers, table headers, section headers
|
|
715
|
+
* Must be below page-level sticky elements to prevent conflicts
|
|
716
|
+
*/
|
|
717
|
+
--z-sticky-content: 15;
|
|
718
|
+
|
|
719
|
+
/* Sticky page layer - page-level sticky elements
|
|
720
|
+
* Used for: page headers, navigation bars, top bars
|
|
721
|
+
* Must be above sticky-content to ensure page navigation works
|
|
722
|
+
*/
|
|
723
|
+
--z-sticky-page: 20;
|
|
724
|
+
|
|
725
|
+
/* Floating layer - floating panels and sidebars
|
|
726
|
+
* Used for: sidebars, floating panels, slide-out menus
|
|
727
|
+
* Positioned above page content but below modals
|
|
728
|
+
*/
|
|
729
|
+
--z-floating: 30;
|
|
730
|
+
|
|
731
|
+
/* Modal backdrop layer - modal overlays and backdrops
|
|
732
|
+
* Used for: dialog overlays, sheet backdrops
|
|
733
|
+
* Positioned below modal content but above floating panels
|
|
734
|
+
*/
|
|
735
|
+
--z-modal-backdrop: 40;
|
|
736
|
+
|
|
737
|
+
/* Modal layer - modal content
|
|
738
|
+
* Used for: dialog content, sheet content, alert dialogs
|
|
739
|
+
* Positioned above backdrops but below popovers
|
|
740
|
+
*/
|
|
741
|
+
--z-modal: 50;
|
|
742
|
+
|
|
743
|
+
/* Popover layer - dropdowns and popovers
|
|
744
|
+
* Used for: dropdown menus, select dropdowns, popovers, comboboxes
|
|
745
|
+
* Positioned above modals to allow dropdowns in modal contexts
|
|
746
|
+
*/
|
|
747
|
+
--z-popover: 60;
|
|
748
|
+
|
|
749
|
+
/* Tooltip layer - tooltips (highest interactive layer)
|
|
750
|
+
* Used for: tooltips, hover cards
|
|
751
|
+
* Highest interactive layer to ensure tooltips appear above all UI
|
|
752
|
+
*/
|
|
753
|
+
--z-tooltip: 9998;
|
|
754
|
+
|
|
755
|
+
/* Debug layer - debug tools (development only)
|
|
756
|
+
* Used for: debug panels, debug overlays, development tools
|
|
757
|
+
* Extremely high value to ensure debug tools are always visible
|
|
758
|
+
*/
|
|
759
|
+
--z-debug: 9999;
|
|
760
|
+
|
|
761
|
+
/* Color system variables from colors.css */
|
|
532
762
|
/* ============================================
|
|
533
763
|
Primary Color Scale - Light Mode
|
|
534
764
|
Blue Theme (Hue 240)
|
|
@@ -602,34 +832,38 @@
|
|
|
602
832
|
--info-foreground: oklch(0.98 0 0);
|
|
603
833
|
|
|
604
834
|
/* Additional variables from index.css */
|
|
835
|
+
/* System UI colors (unique to index.css) */
|
|
605
836
|
--background: oklch(1 0 0);
|
|
606
837
|
--foreground: oklch(0.145 0 0);
|
|
607
|
-
--card: oklch(
|
|
838
|
+
--card: oklch(0.99 0 0);
|
|
608
839
|
--card-foreground: oklch(0.145 0 0);
|
|
609
840
|
--popover: oklch(1 0 0);
|
|
610
841
|
--popover-foreground: oklch(0.145 0 0);
|
|
611
|
-
/* --primary and --primary-foreground are now defined in colors.css */
|
|
612
842
|
--secondary: oklch(0.967 0.001 286.375);
|
|
613
843
|
--secondary-foreground: oklch(0.21 0.006 285.885);
|
|
614
844
|
--muted: oklch(0.97 0 0);
|
|
615
845
|
--muted-foreground: oklch(0.556 0 0);
|
|
616
|
-
--accent: oklch(0.
|
|
846
|
+
--accent: oklch(0.96 0 0);
|
|
617
847
|
--accent-foreground: oklch(0.205 0 0);
|
|
618
|
-
/* --destructive, --success, --warning, --info and their foregrounds are now defined in colors.css */
|
|
619
848
|
--border: oklch(0.922 0 0);
|
|
620
849
|
--input: oklch(0.922 0 0);
|
|
621
|
-
|
|
850
|
+
|
|
851
|
+
/* Chart colors */
|
|
622
852
|
--chart-1: oklch(0.809 0.105 251.813);
|
|
623
853
|
--chart-2: oklch(0.623 0.214 259.815);
|
|
624
854
|
--chart-3: oklch(0.546 0.245 262.881);
|
|
625
855
|
--chart-4: oklch(0.488 0.243 264.376);
|
|
626
856
|
--chart-5: oklch(0.424 0.199 265.638);
|
|
857
|
+
|
|
858
|
+
/* Layout */
|
|
627
859
|
--radius: 0.45rem;
|
|
860
|
+
|
|
861
|
+
/* Sidebar */
|
|
628
862
|
--sidebar: oklch(0.985 0 0);
|
|
629
863
|
--sidebar-foreground: oklch(0.145 0 0);
|
|
630
|
-
--sidebar-primary:
|
|
631
|
-
--sidebar-primary-foreground:
|
|
632
|
-
--sidebar-accent: oklch(0.
|
|
864
|
+
--sidebar-primary: var(--primary);
|
|
865
|
+
--sidebar-primary-foreground: var(--primary-foreground);
|
|
866
|
+
--sidebar-accent: oklch(0.96 0 0);
|
|
633
867
|
--sidebar-accent-foreground: oklch(0.205 0 0);
|
|
634
868
|
--sidebar-border: oklch(0.922 0 0);
|
|
635
869
|
--sidebar-ring: oklch(0.708 0 0);
|
|
@@ -709,105 +943,34 @@
|
|
|
709
943
|
--info-foreground: oklch(0.98 0 0);
|
|
710
944
|
|
|
711
945
|
/* Additional variables from index.css */
|
|
712
|
-
/*
|
|
713
|
-
Primary Color Scale - Dark Mode
|
|
714
|
-
Blue Theme (Hue 240)
|
|
715
|
-
============================================ */
|
|
716
|
-
|
|
717
|
-
/* Primary Color Scale (Dark Mode) - Blue Theme (Hue 240) */
|
|
718
|
-
--primary-100: oklch(0.40 0.15 240);
|
|
719
|
-
--primary-200: oklch(0.45 0.18 240);
|
|
720
|
-
--primary-300: oklch(0.50 0.20 240);
|
|
721
|
-
--primary-400: oklch(0.55 0.22 240);
|
|
722
|
-
--primary-500: oklch(0.65 0.20 240); /* Main primary - lighter for dark mode */
|
|
723
|
-
--primary-600: oklch(0.70 0.22 240);
|
|
724
|
-
|
|
725
|
-
/* ============================================
|
|
726
|
-
Semantic Color Scales - Dark Mode
|
|
727
|
-
============================================ */
|
|
728
|
-
|
|
729
|
-
/* Success Color Scale (Dark Mode) - Green (Hue 142) */
|
|
730
|
-
--success-100: oklch(0.40 0.15 142);
|
|
731
|
-
--success-200: oklch(0.45 0.18 142);
|
|
732
|
-
--success-300: oklch(0.50 0.20 142);
|
|
733
|
-
--success-400: oklch(0.55 0.22 142);
|
|
734
|
-
--success-500: oklch(0.65 0.20 142);
|
|
735
|
-
--success-600: oklch(0.70 0.22 142);
|
|
736
|
-
|
|
737
|
-
/* Warning Color Scale (Dark Mode) - Orange (Hue 65) */
|
|
738
|
-
--warning-100: oklch(0.50 0.15 65);
|
|
739
|
-
--warning-200: oklch(0.55 0.18 65);
|
|
740
|
-
--warning-300: oklch(0.60 0.20 65);
|
|
741
|
-
--warning-400: oklch(0.65 0.22 65);
|
|
742
|
-
--warning-500: oklch(0.75 0.15 65);
|
|
743
|
-
--warning-600: oklch(0.80 0.18 65);
|
|
744
|
-
|
|
745
|
-
/* Destructive Color Scale (Dark Mode) - Red (Hue 25) */
|
|
746
|
-
--danger-100: oklch(0.40 0.15 25);
|
|
747
|
-
--danger-200: oklch(0.45 0.18 25);
|
|
748
|
-
--danger-300: oklch(0.50 0.20 25);
|
|
749
|
-
--danger-400: oklch(0.55 0.22 25);
|
|
750
|
-
--danger-500: oklch(0.65 0.15 25);
|
|
751
|
-
--danger-600: oklch(0.70 0.18 25);
|
|
752
|
-
|
|
753
|
-
/* Info Color Scale (Dark Mode) - Cyan/Teal (Hue 200) */
|
|
754
|
-
--info-100: oklch(0.40 0.15 200);
|
|
755
|
-
--info-200: oklch(0.45 0.18 200);
|
|
756
|
-
--info-300: oklch(0.50 0.20 200);
|
|
757
|
-
--info-400: oklch(0.55 0.22 200);
|
|
758
|
-
--info-500: oklch(0.65 0.15 200);
|
|
759
|
-
--info-600: oklch(0.70 0.18 200);
|
|
760
|
-
|
|
761
|
-
/* ============================================
|
|
762
|
-
System Color Mappings - Dark Mode
|
|
763
|
-
============================================ */
|
|
764
|
-
|
|
765
|
-
/* Primary Colors - Mapped to color scales */
|
|
766
|
-
--primary: var(--primary-500);
|
|
767
|
-
--primary-foreground: oklch(0.98 0 0); /* Light text for contrast */
|
|
768
|
-
--primary-hover: var(--primary-400);
|
|
769
|
-
--ring: var(--primary-500); /* Focus ring uses primary color */
|
|
770
|
-
|
|
771
|
-
/* Semantic Colors - Mapped to color scales */
|
|
772
|
-
--success: var(--success-500);
|
|
773
|
-
--success-foreground: oklch(0.98 0 0);
|
|
774
|
-
|
|
775
|
-
--warning: var(--warning-500);
|
|
776
|
-
--warning-foreground: oklch(0.985 0 0);
|
|
777
|
-
|
|
778
|
-
--destructive: var(--danger-500);
|
|
779
|
-
--destructive-foreground: oklch(0.98 0 0);
|
|
780
|
-
|
|
781
|
-
--info: var(--info-500);
|
|
782
|
-
--info-foreground: oklch(0.98 0 0);
|
|
783
|
-
|
|
784
|
-
/* Additional variables from index.css */
|
|
946
|
+
/* System UI colors for dark mode (unique to index.css) */
|
|
785
947
|
--background: oklch(0.145 0 0);
|
|
786
948
|
--foreground: oklch(0.985 0 0);
|
|
787
949
|
--card: oklch(0.205 0 0);
|
|
788
950
|
--card-foreground: oklch(0.985 0 0);
|
|
789
951
|
--popover: oklch(0.205 0 0);
|
|
790
952
|
--popover-foreground: oklch(0.985 0 0);
|
|
791
|
-
/* --primary and --primary-foreground are now defined in colors.css */
|
|
792
953
|
--secondary: oklch(0.274 0.006 286.033);
|
|
793
954
|
--secondary-foreground: oklch(0.985 0 0);
|
|
794
955
|
--muted: oklch(0.269 0 0);
|
|
795
956
|
--muted-foreground: oklch(0.708 0 0);
|
|
796
957
|
--accent: oklch(0.371 0 0);
|
|
797
958
|
--accent-foreground: oklch(0.985 0 0);
|
|
798
|
-
/* --destructive, --success, --warning, --info and their foregrounds are now defined in colors.css */
|
|
799
959
|
--border: oklch(1 0 0 / 10%);
|
|
800
960
|
--input: oklch(1 0 0 / 15%);
|
|
801
|
-
|
|
961
|
+
|
|
962
|
+
/* Chart colors (same for both modes) */
|
|
802
963
|
--chart-1: oklch(0.809 0.105 251.813);
|
|
803
964
|
--chart-2: oklch(0.623 0.214 259.815);
|
|
804
965
|
--chart-3: oklch(0.546 0.245 262.881);
|
|
805
966
|
--chart-4: oklch(0.488 0.243 264.376);
|
|
806
967
|
--chart-5: oklch(0.424 0.199 265.638);
|
|
968
|
+
|
|
969
|
+
/* Sidebar for dark mode */
|
|
807
970
|
--sidebar: oklch(0.205 0 0);
|
|
808
971
|
--sidebar-foreground: oklch(0.985 0 0);
|
|
809
|
-
--sidebar-primary:
|
|
810
|
-
--sidebar-primary-foreground:
|
|
972
|
+
--sidebar-primary: var(--primary);
|
|
973
|
+
--sidebar-primary-foreground: var(--primary-foreground);
|
|
811
974
|
--sidebar-accent: oklch(0.269 0 0);
|
|
812
975
|
--sidebar-accent-foreground: oklch(0.985 0 0);
|
|
813
976
|
--sidebar-border: oklch(1 0 0 / 10%);
|