@plumile/ui 0.1.81 → 0.1.83
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 -0
- package/lib/esm/BackofficeJsonViewerAsync-Czd9VhUz.js +10 -0
- package/lib/esm/{BackofficeJsonViewerAsync-B8Zm-apc.js.map → BackofficeJsonViewerAsync-Czd9VhUz.js.map} +1 -1
- package/lib/esm/{HighlightCode-C-xPmbUz.js → HighlightCode-KpWSo7Zx.js} +3 -3
- package/lib/esm/{HighlightCode-C-xPmbUz.js.map → HighlightCode-KpWSo7Zx.js.map} +1 -1
- package/lib/esm/{MarkdownCodeBlock-x4jjzmDF.js → MarkdownCodeBlock-B3PblX3D.js} +9 -4
- package/lib/esm/MarkdownCodeBlock-B3PblX3D.js.map +1 -0
- package/lib/esm/{MarkdownRenderer-Cc-CjEOF.js → MarkdownRenderer-RgELUK6t.js} +30 -30
- package/lib/esm/{MarkdownRenderer-Cc-CjEOF.js.map → MarkdownRenderer-RgELUK6t.js.map} +1 -1
- package/lib/esm/{MarkdownShikiCodeBlock-Dj-585Pp.js → MarkdownShikiCodeBlock-Dv7ONFFy.js} +2 -2
- package/lib/esm/{MarkdownShikiCodeBlock-Dj-585Pp.js.map → MarkdownShikiCodeBlock-Dv7ONFFy.js.map} +1 -1
- package/lib/esm/src-D6nEpsqe.js +78938 -0
- package/lib/esm/src-D6nEpsqe.js.map +1 -0
- package/lib/esm/style.css +1 -1
- package/lib/esm/ui.js +5 -5
- package/lib/types/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_filter_field/backofficeFilterField.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_page_header/backofficePageHeader.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_tabs/backofficeTabs.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.d.ts.map +1 -1
- package/lib/types/backoffice/templates/detail_page_template/detailPageTemplate.css.d.ts.map +1 -1
- package/lib/types/components/charts/timeSeriesLineChart.css.d.ts.map +1 -1
- package/lib/types/components/dashboard/dashboard_grid/DashboardGrid.css.d.ts +7 -1
- package/lib/types/components/dashboard/dashboard_grid/DashboardGrid.css.d.ts.map +1 -1
- package/lib/types/components/dashboard/metadata_strip/MetadataStrip.css.d.ts.map +1 -1
- package/lib/types/components/dashboard/metric_tile_group/MetricTileGroup.css.d.ts.map +1 -1
- package/lib/types/components/dashboard/section_nav/SectionNav.css.d.ts.map +1 -1
- package/lib/types/components/dashboard/segmented_nav/SegmentedNav.css.d.ts.map +1 -1
- package/lib/types/components/dashboard/selectable_card/SelectableCard.css.d.ts.map +1 -1
- package/lib/types/components/layout/ActionPanel.css.d.ts +8 -0
- package/lib/types/components/layout/ActionPanel.css.d.ts.map +1 -0
- package/lib/types/components/layout/ActionPanel.d.ts +12 -0
- package/lib/types/components/layout/ActionPanel.d.ts.map +1 -0
- package/lib/types/components/layout/DetailSummaryHeader.css.d.ts +7 -0
- package/lib/types/components/layout/DetailSummaryHeader.css.d.ts.map +1 -0
- package/lib/types/components/layout/DetailSummaryHeader.d.ts +11 -0
- package/lib/types/components/layout/DetailSummaryHeader.d.ts.map +1 -0
- package/lib/types/components/layout/PageShell.css.d.ts.map +1 -1
- package/lib/types/components/tile/InfoTile.css.d.ts.map +1 -1
- package/lib/types/index.d.ts +2 -0
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/theme/ThemeProvider.d.ts +8 -7
- package/lib/types/theme/ThemeProvider.d.ts.map +1 -1
- package/lib/types/theme/index.d.ts +1 -0
- package/lib/types/theme/index.d.ts.map +1 -1
- package/lib/types/theme/sprinkles.css.d.ts +65 -31
- package/lib/types/theme/sprinkles.css.d.ts.map +1 -1
- package/lib/types/theme/theme-dark.css.d.ts +2 -0
- package/lib/types/theme/theme-dark.css.d.ts.map +1 -0
- package/lib/types/theme/theme-light.css.d.ts +2125 -0
- package/lib/types/theme/theme-light.css.d.ts.map +1 -0
- package/lib/types/theme/theme.css.d.ts +3 -1
- package/lib/types/theme/theme.css.d.ts.map +1 -1
- package/lib/types/theme/themeContract.d.ts +5 -0
- package/lib/types/theme/themeContract.d.ts.map +1 -1
- package/package.json +2 -2
- package/lib/esm/BackofficeJsonViewerAsync-B8Zm-apc.js +0 -10
- package/lib/esm/MarkdownCodeBlock-x4jjzmDF.js.map +0 -1
- package/lib/esm/src-CIl48Z7Y.js +0 -74961
- package/lib/esm/src-CIl48Z7Y.js.map +0 -1
|
@@ -83,7 +83,7 @@ export declare const sprinkles: ((props: {
|
|
|
83
83
|
transitionTimingFunction?: "default" | "linear" | "ease" | "in" | "ease-in-out" | "out" | "in-out" | undefined;
|
|
84
84
|
verticalAlign?: "top" | "baseline" | "middle" | "sub" | "super" | undefined;
|
|
85
85
|
willChange?: "transform" | "background-position" | undefined;
|
|
86
|
-
zIndex?: 0 | "auto" | "modal" | 1 | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
86
|
+
zIndex?: 0 | "auto" | "modal" | 1 | 2 | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
87
87
|
} & {
|
|
88
88
|
fontSize?: "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | {
|
|
89
89
|
base?: "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "3xs" | "2xs" | "xs" | "base" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "responsive" | undefined;
|
|
@@ -613,16 +613,16 @@ export declare const sprinkles: ((props: {
|
|
|
613
613
|
max1023?: "auto" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | undefined;
|
|
614
614
|
min1200?: "auto" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | undefined;
|
|
615
615
|
} | undefined;
|
|
616
|
-
gridTemplateColumns?: "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | {
|
|
617
|
-
base?: "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
618
|
-
sm?: "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
619
|
-
md?: "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
620
|
-
lg?: "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
621
|
-
xl?: "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
622
|
-
xxl?: "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
623
|
-
max900?: "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
624
|
-
max1023?: "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
625
|
-
min1200?: "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
616
|
+
gridTemplateColumns?: "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "metadataStripSplit" | "dashboardUneven" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | {
|
|
617
|
+
base?: "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "metadataStripSplit" | "dashboardUneven" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
618
|
+
sm?: "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "metadataStripSplit" | "dashboardUneven" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
619
|
+
md?: "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "metadataStripSplit" | "dashboardUneven" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
620
|
+
lg?: "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "metadataStripSplit" | "dashboardUneven" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
621
|
+
xl?: "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "metadataStripSplit" | "dashboardUneven" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
622
|
+
xxl?: "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "metadataStripSplit" | "dashboardUneven" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
623
|
+
max900?: "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "metadataStripSplit" | "dashboardUneven" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
624
|
+
max1023?: "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "metadataStripSplit" | "dashboardUneven" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
625
|
+
min1200?: "none" | "detailSingle" | "twoFrOneFr" | "detailAside320" | "settingsSplit" | "splitViewSplit" | "keyValueSplit" | "metadataStripSplit" | "dashboardUneven" | "userProfileSplit" | "repeat4Fr" | "autoFillMinmax320" | "autoFitMinmax0" | "autoFitMinmax12_5rem" | "autoFitMinmax120" | "autoFitMinmax160" | "autoFitMinmax180" | "autoFitMinmax200" | "autoFitMinmax220" | "autoFitMinmax240" | "autoFitMinmax260" | "autoFitMinmax280" | "autoFitMinmax320" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
626
626
|
} | undefined;
|
|
627
627
|
gridTemplateRows?: "none" | "autoMinmax0" | "autoAutoMinmax0" | "minmax0Auto" | "fr0" | "fr1" | 1 | 2 | 3 | 4 | 5 | 6 | {
|
|
628
628
|
base?: "none" | "autoMinmax0" | "autoAutoMinmax0" | "minmax0Auto" | "fr0" | "fr1" | 1 | 2 | 3 | 4 | 5 | 6 | undefined;
|
|
@@ -635,16 +635,16 @@ export declare const sprinkles: ((props: {
|
|
|
635
635
|
max1023?: "none" | "autoMinmax0" | "autoAutoMinmax0" | "minmax0Auto" | "fr0" | "fr1" | 1 | 2 | 3 | 4 | 5 | 6 | undefined;
|
|
636
636
|
min1200?: "none" | "autoMinmax0" | "autoAutoMinmax0" | "minmax0Auto" | "fr0" | "fr1" | 1 | 2 | 3 | 4 | 5 | 6 | undefined;
|
|
637
637
|
} | undefined;
|
|
638
|
-
height?: 0 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | {
|
|
639
|
-
base?: 0 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
|
|
640
|
-
sm?: 0 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
|
|
641
|
-
md?: 0 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
|
|
642
|
-
lg?: 0 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
|
|
643
|
-
xl?: 0 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
|
|
644
|
-
xxl?: 0 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
|
|
645
|
-
max900?: 0 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
|
|
646
|
-
max1023?: 0 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
|
|
647
|
-
min1200?: 0 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 1.1 | 300 | undefined;
|
|
638
|
+
height?: 0 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 340 | {
|
|
639
|
+
base?: 0 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 340 | undefined;
|
|
640
|
+
sm?: 0 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 340 | undefined;
|
|
641
|
+
md?: 0 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 340 | undefined;
|
|
642
|
+
lg?: 0 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 340 | undefined;
|
|
643
|
+
xl?: 0 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 340 | undefined;
|
|
644
|
+
xxl?: 0 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 340 | undefined;
|
|
645
|
+
max900?: 0 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 340 | undefined;
|
|
646
|
+
max1023?: 0 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 340 | undefined;
|
|
647
|
+
min1200?: 0 | "1/2" | "full" | "auto" | "1/3" | "2/3" | "1/4" | "2/4" | "3/4" | "1/5" | "2/5" | "3/5" | "4/5" | "1/6" | "2/6" | "3/6" | "4/6" | "5/6" | "min" | "max" | "screen" | "fit" | "px" | "-px" | "-108" | "-102" | "-96" | "-88" | "-80" | "-72" | "-64" | "-60" | "-56" | "-52" | "-48" | "-44" | "-40" | "-36" | "-34" | "-32" | "-30" | "-28" | "-24" | "-20" | "-19" | "-17.5" | "-16" | "-15" | "-14" | "-13" | "-12" | "-11" | "-10" | "-9" | "-8" | "-7" | "-6" | "-5" | "-4" | "-3.5" | "-3" | "-2.5" | "-2" | "-1.5" | "-1" | "-0.5" | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 | 3.5 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17.5 | 18 | 18.5 | 19 | 20 | 24 | 28 | 30 | 32 | 34 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 88 | 96 | 102 | 108 | 112 | 120 | 260 | 1.1 | 300 | 340 | undefined;
|
|
648
648
|
} | undefined;
|
|
649
649
|
hueRotate?: 0 | 15 | 30 | 60 | 90 | 180 | {
|
|
650
650
|
base?: 0 | 15 | 30 | 60 | 90 | 180 | undefined;
|
|
@@ -1174,16 +1174,16 @@ export declare const sprinkles: ((props: {
|
|
|
1174
1174
|
max1023?: "break-word" | "break-all" | undefined;
|
|
1175
1175
|
min1200?: "break-word" | "break-all" | undefined;
|
|
1176
1176
|
} | undefined;
|
|
1177
|
-
zIndex?: 0 | "auto" | "modal" | 1 | 4 | 10 | 20 | 30 | 40 | 50 | {
|
|
1178
|
-
base?: 0 | "auto" | "modal" | 1 | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1179
|
-
sm?: 0 | "auto" | "modal" | 1 | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1180
|
-
md?: 0 | "auto" | "modal" | 1 | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1181
|
-
lg?: 0 | "auto" | "modal" | 1 | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1182
|
-
xl?: 0 | "auto" | "modal" | 1 | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1183
|
-
xxl?: 0 | "auto" | "modal" | 1 | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1184
|
-
max900?: 0 | "auto" | "modal" | 1 | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1185
|
-
max1023?: 0 | "auto" | "modal" | 1 | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1186
|
-
min1200?: 0 | "auto" | "modal" | 1 | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1177
|
+
zIndex?: 0 | "auto" | "modal" | 1 | 2 | 4 | 10 | 20 | 30 | 40 | 50 | {
|
|
1178
|
+
base?: 0 | "auto" | "modal" | 1 | 2 | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1179
|
+
sm?: 0 | "auto" | "modal" | 1 | 2 | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1180
|
+
md?: 0 | "auto" | "modal" | 1 | 2 | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1181
|
+
lg?: 0 | "auto" | "modal" | 1 | 2 | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1182
|
+
xl?: 0 | "auto" | "modal" | 1 | 2 | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1183
|
+
xxl?: 0 | "auto" | "modal" | 1 | 2 | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1184
|
+
max900?: 0 | "auto" | "modal" | 1 | 2 | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1185
|
+
max1023?: 0 | "auto" | "modal" | 1 | 2 | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1186
|
+
min1200?: 0 | "auto" | "modal" | 1 | 2 | 4 | 10 | 20 | 30 | 40 | 50 | undefined;
|
|
1187
1187
|
} | undefined;
|
|
1188
1188
|
whiteSpace?: "normal" | "nowrap" | "pre" | "pre-wrap" | {
|
|
1189
1189
|
base?: "normal" | "nowrap" | "pre" | "pre-wrap" | undefined;
|
|
@@ -1297,4 +1297,38 @@ export declare const firstChildSprinkles: ((props: {
|
|
|
1297
1297
|
}) => string) & {
|
|
1298
1298
|
properties: Set<"borderTopLeftRadius" | "borderTopRightRadius">;
|
|
1299
1299
|
};
|
|
1300
|
+
export declare const stateSprinkles: ((props: {
|
|
1301
|
+
backgroundColor?: {
|
|
1302
|
+
hover?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1303
|
+
focusVisible?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1304
|
+
disabled?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1305
|
+
} | undefined;
|
|
1306
|
+
borderColor?: {
|
|
1307
|
+
hover?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1308
|
+
focusVisible?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1309
|
+
disabled?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1310
|
+
} | undefined;
|
|
1311
|
+
boxShadow?: {
|
|
1312
|
+
hover?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "inkSoft" | "inkGlow" | "brandGlow" | "brandCardGlow" | "authCardGlow" | "profileDropdownShadow" | "badgeInset" | "badgeDotRing" | "primaryInsetRing" | "primaryLightRing" | "primaryLightRingStrong" | "successLightRing" | "sidebarActiveInset" | "inner" | undefined;
|
|
1313
|
+
focusVisible?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "inkSoft" | "inkGlow" | "brandGlow" | "brandCardGlow" | "authCardGlow" | "profileDropdownShadow" | "badgeInset" | "badgeDotRing" | "primaryInsetRing" | "primaryLightRing" | "primaryLightRingStrong" | "successLightRing" | "sidebarActiveInset" | "inner" | undefined;
|
|
1314
|
+
disabled?: "sm" | "md" | "lg" | "xl" | "none" | "default" | "2xl" | "inkSoft" | "inkGlow" | "brandGlow" | "brandCardGlow" | "authCardGlow" | "profileDropdownShadow" | "badgeInset" | "badgeDotRing" | "primaryInsetRing" | "primaryLightRing" | "primaryLightRingStrong" | "successLightRing" | "sidebarActiveInset" | "inner" | undefined;
|
|
1315
|
+
} | undefined;
|
|
1316
|
+
color?: {
|
|
1317
|
+
hover?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1318
|
+
focusVisible?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1319
|
+
disabled?: "inherit" | "current" | "transparent" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "blue-50" | "blue-100" | "blue-200" | "blue-250" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "white-500" | "transparent-500" | "transparent-125" | "black-440" | "black-300" | "black-200" | "black-100" | "black-10" | "black-2" | "primary" | "primaryLight" | "secondary" | "secondaryHover" | "secondaryLight" | "surface" | "surfaceSecondary" | "surfaceMuted" | "surfaceElevated" | "background" | "backgroundSecondary" | "backgroundTertiary" | "backgroundModifier" | "text" | "textSecondary" | "textMuted" | "border" | "borderSubtle" | "borderStrong" | "borderLight" | "error" | "error-8" | "error-10" | "error-12" | "error-35" | "success" | "successLight" | "warning" | "warningLight" | "info" | "infoLight" | "brandPrimaryRed" | "brandSecondaryOrange" | "brandSecondaryOrange-10" | "brandSecondaryOrange-20" | "accent" | "brandWhite" | "brandLightGray" | "brandDarkGray" | "brandBackgroundGradient" | undefined;
|
|
1320
|
+
} | undefined;
|
|
1321
|
+
cursor?: {
|
|
1322
|
+
hover?: "none" | "text" | "default" | "auto" | "alias" | "all-scroll" | "cell" | "col-resize" | "context-menu" | "copy" | "crosshair" | "e-resize" | "ew-resize" | "grab" | "grabbing" | "help" | "move" | "n-resize" | "ne-resize" | "nesw-resize" | "no-drop" | "not-allowed" | "ns-resize" | "nw-resize" | "nwse-resize" | "pointer" | "progress" | "row-resize" | "s-resize" | "se-resize" | "sw-resize" | "vertical-text" | "w-resize" | "wait" | "zoom-in" | "zoom-out" | undefined;
|
|
1323
|
+
focusVisible?: "none" | "text" | "default" | "auto" | "alias" | "all-scroll" | "cell" | "col-resize" | "context-menu" | "copy" | "crosshair" | "e-resize" | "ew-resize" | "grab" | "grabbing" | "help" | "move" | "n-resize" | "ne-resize" | "nesw-resize" | "no-drop" | "not-allowed" | "ns-resize" | "nw-resize" | "nwse-resize" | "pointer" | "progress" | "row-resize" | "s-resize" | "se-resize" | "sw-resize" | "vertical-text" | "w-resize" | "wait" | "zoom-in" | "zoom-out" | undefined;
|
|
1324
|
+
disabled?: "none" | "text" | "default" | "auto" | "alias" | "all-scroll" | "cell" | "col-resize" | "context-menu" | "copy" | "crosshair" | "e-resize" | "ew-resize" | "grab" | "grabbing" | "help" | "move" | "n-resize" | "ne-resize" | "nesw-resize" | "no-drop" | "not-allowed" | "ns-resize" | "nw-resize" | "nwse-resize" | "pointer" | "progress" | "row-resize" | "s-resize" | "se-resize" | "sw-resize" | "vertical-text" | "w-resize" | "wait" | "zoom-in" | "zoom-out" | undefined;
|
|
1325
|
+
} | undefined;
|
|
1326
|
+
opacity?: {
|
|
1327
|
+
hover?: 0 | 5 | 10 | 20 | 30 | 40 | 60 | 80 | 90 | 25 | 35 | 50 | 70 | 75 | 95 | 100 | undefined;
|
|
1328
|
+
focusVisible?: 0 | 5 | 10 | 20 | 30 | 40 | 60 | 80 | 90 | 25 | 35 | 50 | 70 | 75 | 95 | 100 | undefined;
|
|
1329
|
+
disabled?: 0 | 5 | 10 | 20 | 30 | 40 | 60 | 80 | 90 | 25 | 35 | 50 | 70 | 75 | 95 | 100 | undefined;
|
|
1330
|
+
} | undefined;
|
|
1331
|
+
}) => string) & {
|
|
1332
|
+
properties: Set<"boxShadow" | "opacity" | "backgroundColor" | "color" | "cursor" | "borderColor">;
|
|
1333
|
+
};
|
|
1300
1334
|
//# sourceMappingURL=sprinkles.css.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sprinkles.css.d.ts","sourceRoot":"","sources":["../../../src/theme/sprinkles.css.ts"],"names":[],"mappings":"AA0YA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIrB,CAAC;
|
|
1
|
+
{"version":3,"file":"sprinkles.css.d.ts","sourceRoot":"","sources":["../../../src/theme/sprinkles.css.ts"],"names":[],"mappings":"AA0YA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIrB,CAAC;AA4FF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;CAAmC,CAAC;AAC/D,eAAO,MAAM,mBAAmB;;;;;;;;;;;CAAwC,CAAC;AACzE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theme-dark.css.d.ts","sourceRoot":"","sources":["../../../src/theme/theme-dark.css.ts"],"names":[],"mappings":"AAkEA,eAAO,MAAM,cAAc,QAAqC,CAAC"}
|