@omnia/fx 8.0.158-dev → 8.0.161-dev
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/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/ReindexOmniaSearchUserService.d.ts +11 -0
- package/internal-do-not-import-from-here/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +56 -55
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +171 -31
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +171 -31
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +171 -31
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +42 -0
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/loc/Localize.d.ts +39 -37
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +12 -5
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +53 -43
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +8 -6
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/TypographyEditorModel.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +171 -31
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +342 -62
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +26 -345
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +4 -12
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +40 -40
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +345 -65
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +38 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +5 -23
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +2 -50
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +2 -49
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaImageNode.d.ts +15 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNode.d.ts +22 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNodeView.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +171 -31
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +175 -65
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +37 -17
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SliderEditor.d.ts +8 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +1 -1
- package/package.json +3 -3
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/AlignmentEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ColorEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ColorSchemaEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ContainerEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/IconEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ImageEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/MarkdownEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/PropertyEditorCreator.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/ReferenceEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SpacingEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/SwitchEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/TextEditor.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/renderer/{propertyeditors → editors}/TypographyEditor.d.ts +0 -0
@@ -1151,7 +1151,7 @@ export declare const useColorSchemaStore: () => {
|
|
1151
1151
|
};
|
1152
1152
|
};
|
1153
1153
|
icon?: {
|
1154
|
-
color?: {
|
1154
|
+
color?: string | {
|
1155
1155
|
colors: (string | {
|
1156
1156
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1157
1157
|
toned?: boolean;
|
@@ -1166,6 +1166,10 @@ export declare const useColorSchemaStore: () => {
|
|
1166
1166
|
})[];
|
1167
1167
|
acrylic?: boolean;
|
1168
1168
|
opacity?: number;
|
1169
|
+
} | {
|
1170
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1171
|
+
toned?: boolean;
|
1172
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1169
1173
|
};
|
1170
1174
|
size?: number;
|
1171
1175
|
};
|
@@ -1275,7 +1279,7 @@ export declare const useColorSchemaStore: () => {
|
|
1275
1279
|
};
|
1276
1280
|
};
|
1277
1281
|
icon?: {
|
1278
|
-
color?: {
|
1282
|
+
color?: string | {
|
1279
1283
|
colors: (string | {
|
1280
1284
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1281
1285
|
toned?: boolean;
|
@@ -1290,6 +1294,10 @@ export declare const useColorSchemaStore: () => {
|
|
1290
1294
|
})[];
|
1291
1295
|
acrylic?: boolean;
|
1292
1296
|
opacity?: number;
|
1297
|
+
} | {
|
1298
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1299
|
+
toned?: boolean;
|
1300
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1293
1301
|
};
|
1294
1302
|
size?: number;
|
1295
1303
|
};
|
@@ -1399,7 +1407,7 @@ export declare const useColorSchemaStore: () => {
|
|
1399
1407
|
};
|
1400
1408
|
};
|
1401
1409
|
icon?: {
|
1402
|
-
color?: {
|
1410
|
+
color?: string | {
|
1403
1411
|
colors: (string | {
|
1404
1412
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1405
1413
|
toned?: boolean;
|
@@ -1414,6 +1422,10 @@ export declare const useColorSchemaStore: () => {
|
|
1414
1422
|
})[];
|
1415
1423
|
acrylic?: boolean;
|
1416
1424
|
opacity?: number;
|
1425
|
+
} | {
|
1426
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1427
|
+
toned?: boolean;
|
1428
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1417
1429
|
};
|
1418
1430
|
size?: number;
|
1419
1431
|
};
|
@@ -1523,7 +1535,7 @@ export declare const useColorSchemaStore: () => {
|
|
1523
1535
|
};
|
1524
1536
|
};
|
1525
1537
|
icon?: {
|
1526
|
-
color?: {
|
1538
|
+
color?: string | {
|
1527
1539
|
colors: (string | {
|
1528
1540
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1529
1541
|
toned?: boolean;
|
@@ -1538,6 +1550,10 @@ export declare const useColorSchemaStore: () => {
|
|
1538
1550
|
})[];
|
1539
1551
|
acrylic?: boolean;
|
1540
1552
|
opacity?: number;
|
1553
|
+
} | {
|
1554
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1555
|
+
toned?: boolean;
|
1556
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1541
1557
|
};
|
1542
1558
|
size?: number;
|
1543
1559
|
};
|
@@ -1647,7 +1663,7 @@ export declare const useColorSchemaStore: () => {
|
|
1647
1663
|
};
|
1648
1664
|
};
|
1649
1665
|
icon?: {
|
1650
|
-
color?: {
|
1666
|
+
color?: string | {
|
1651
1667
|
colors: (string | {
|
1652
1668
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1653
1669
|
toned?: boolean;
|
@@ -1662,6 +1678,10 @@ export declare const useColorSchemaStore: () => {
|
|
1662
1678
|
})[];
|
1663
1679
|
acrylic?: boolean;
|
1664
1680
|
opacity?: number;
|
1681
|
+
} | {
|
1682
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1683
|
+
toned?: boolean;
|
1684
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1665
1685
|
};
|
1666
1686
|
size?: number;
|
1667
1687
|
};
|
@@ -1771,7 +1791,7 @@ export declare const useColorSchemaStore: () => {
|
|
1771
1791
|
};
|
1772
1792
|
};
|
1773
1793
|
icon?: {
|
1774
|
-
color?: {
|
1794
|
+
color?: string | {
|
1775
1795
|
colors: (string | {
|
1776
1796
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1777
1797
|
toned?: boolean;
|
@@ -1786,6 +1806,10 @@ export declare const useColorSchemaStore: () => {
|
|
1786
1806
|
})[];
|
1787
1807
|
acrylic?: boolean;
|
1788
1808
|
opacity?: number;
|
1809
|
+
} | {
|
1810
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1811
|
+
toned?: boolean;
|
1812
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1789
1813
|
};
|
1790
1814
|
size?: number;
|
1791
1815
|
};
|
@@ -1895,7 +1919,7 @@ export declare const useColorSchemaStore: () => {
|
|
1895
1919
|
};
|
1896
1920
|
};
|
1897
1921
|
icon?: {
|
1898
|
-
color?: {
|
1922
|
+
color?: string | {
|
1899
1923
|
colors: (string | {
|
1900
1924
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1901
1925
|
toned?: boolean;
|
@@ -1910,6 +1934,10 @@ export declare const useColorSchemaStore: () => {
|
|
1910
1934
|
})[];
|
1911
1935
|
acrylic?: boolean;
|
1912
1936
|
opacity?: number;
|
1937
|
+
} | {
|
1938
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1939
|
+
toned?: boolean;
|
1940
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1913
1941
|
};
|
1914
1942
|
size?: number;
|
1915
1943
|
};
|
@@ -2019,7 +2047,7 @@ export declare const useColorSchemaStore: () => {
|
|
2019
2047
|
};
|
2020
2048
|
};
|
2021
2049
|
icon?: {
|
2022
|
-
color?: {
|
2050
|
+
color?: string | {
|
2023
2051
|
colors: (string | {
|
2024
2052
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2025
2053
|
toned?: boolean;
|
@@ -2034,6 +2062,10 @@ export declare const useColorSchemaStore: () => {
|
|
2034
2062
|
})[];
|
2035
2063
|
acrylic?: boolean;
|
2036
2064
|
opacity?: number;
|
2065
|
+
} | {
|
2066
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2067
|
+
toned?: boolean;
|
2068
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2037
2069
|
};
|
2038
2070
|
size?: number;
|
2039
2071
|
};
|
@@ -2143,7 +2175,7 @@ export declare const useColorSchemaStore: () => {
|
|
2143
2175
|
};
|
2144
2176
|
};
|
2145
2177
|
icon?: {
|
2146
|
-
color?: {
|
2178
|
+
color?: string | {
|
2147
2179
|
colors: (string | {
|
2148
2180
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2149
2181
|
toned?: boolean;
|
@@ -2158,6 +2190,10 @@ export declare const useColorSchemaStore: () => {
|
|
2158
2190
|
})[];
|
2159
2191
|
acrylic?: boolean;
|
2160
2192
|
opacity?: number;
|
2193
|
+
} | {
|
2194
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2195
|
+
toned?: boolean;
|
2196
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2161
2197
|
};
|
2162
2198
|
size?: number;
|
2163
2199
|
};
|
@@ -2269,7 +2305,7 @@ export declare const useColorSchemaStore: () => {
|
|
2269
2305
|
};
|
2270
2306
|
};
|
2271
2307
|
icon?: {
|
2272
|
-
color?: {
|
2308
|
+
color?: string | {
|
2273
2309
|
colors: (string | {
|
2274
2310
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2275
2311
|
toned?: boolean;
|
@@ -2284,6 +2320,10 @@ export declare const useColorSchemaStore: () => {
|
|
2284
2320
|
})[];
|
2285
2321
|
acrylic?: boolean;
|
2286
2322
|
opacity?: number;
|
2323
|
+
} | {
|
2324
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2325
|
+
toned?: boolean;
|
2326
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2287
2327
|
};
|
2288
2328
|
size?: number;
|
2289
2329
|
};
|
@@ -2393,7 +2433,7 @@ export declare const useColorSchemaStore: () => {
|
|
2393
2433
|
};
|
2394
2434
|
};
|
2395
2435
|
icon?: {
|
2396
|
-
color?: {
|
2436
|
+
color?: string | {
|
2397
2437
|
colors: (string | {
|
2398
2438
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2399
2439
|
toned?: boolean;
|
@@ -2408,6 +2448,10 @@ export declare const useColorSchemaStore: () => {
|
|
2408
2448
|
})[];
|
2409
2449
|
acrylic?: boolean;
|
2410
2450
|
opacity?: number;
|
2451
|
+
} | {
|
2452
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2453
|
+
toned?: boolean;
|
2454
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2411
2455
|
};
|
2412
2456
|
size?: number;
|
2413
2457
|
};
|
@@ -2517,7 +2561,7 @@ export declare const useColorSchemaStore: () => {
|
|
2517
2561
|
};
|
2518
2562
|
};
|
2519
2563
|
icon?: {
|
2520
|
-
color?: {
|
2564
|
+
color?: string | {
|
2521
2565
|
colors: (string | {
|
2522
2566
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2523
2567
|
toned?: boolean;
|
@@ -2532,6 +2576,10 @@ export declare const useColorSchemaStore: () => {
|
|
2532
2576
|
})[];
|
2533
2577
|
acrylic?: boolean;
|
2534
2578
|
opacity?: number;
|
2579
|
+
} | {
|
2580
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2581
|
+
toned?: boolean;
|
2582
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2535
2583
|
};
|
2536
2584
|
size?: number;
|
2537
2585
|
};
|
@@ -2641,7 +2689,7 @@ export declare const useColorSchemaStore: () => {
|
|
2641
2689
|
};
|
2642
2690
|
};
|
2643
2691
|
icon?: {
|
2644
|
-
color?: {
|
2692
|
+
color?: string | {
|
2645
2693
|
colors: (string | {
|
2646
2694
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2647
2695
|
toned?: boolean;
|
@@ -2656,6 +2704,10 @@ export declare const useColorSchemaStore: () => {
|
|
2656
2704
|
})[];
|
2657
2705
|
acrylic?: boolean;
|
2658
2706
|
opacity?: number;
|
2707
|
+
} | {
|
2708
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2709
|
+
toned?: boolean;
|
2710
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2659
2711
|
};
|
2660
2712
|
size?: number;
|
2661
2713
|
};
|
@@ -2765,7 +2817,7 @@ export declare const useColorSchemaStore: () => {
|
|
2765
2817
|
};
|
2766
2818
|
};
|
2767
2819
|
icon?: {
|
2768
|
-
color?: {
|
2820
|
+
color?: string | {
|
2769
2821
|
colors: (string | {
|
2770
2822
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2771
2823
|
toned?: boolean;
|
@@ -2780,6 +2832,10 @@ export declare const useColorSchemaStore: () => {
|
|
2780
2832
|
})[];
|
2781
2833
|
acrylic?: boolean;
|
2782
2834
|
opacity?: number;
|
2835
|
+
} | {
|
2836
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2837
|
+
toned?: boolean;
|
2838
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2783
2839
|
};
|
2784
2840
|
size?: number;
|
2785
2841
|
};
|
@@ -2889,7 +2945,7 @@ export declare const useColorSchemaStore: () => {
|
|
2889
2945
|
};
|
2890
2946
|
};
|
2891
2947
|
icon?: {
|
2892
|
-
color?: {
|
2948
|
+
color?: string | {
|
2893
2949
|
colors: (string | {
|
2894
2950
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2895
2951
|
toned?: boolean;
|
@@ -2904,6 +2960,10 @@ export declare const useColorSchemaStore: () => {
|
|
2904
2960
|
})[];
|
2905
2961
|
acrylic?: boolean;
|
2906
2962
|
opacity?: number;
|
2963
|
+
} | {
|
2964
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2965
|
+
toned?: boolean;
|
2966
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2907
2967
|
};
|
2908
2968
|
size?: number;
|
2909
2969
|
};
|
@@ -3013,7 +3073,7 @@ export declare const useColorSchemaStore: () => {
|
|
3013
3073
|
};
|
3014
3074
|
};
|
3015
3075
|
icon?: {
|
3016
|
-
color?: {
|
3076
|
+
color?: string | {
|
3017
3077
|
colors: (string | {
|
3018
3078
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3019
3079
|
toned?: boolean;
|
@@ -3028,6 +3088,10 @@ export declare const useColorSchemaStore: () => {
|
|
3028
3088
|
})[];
|
3029
3089
|
acrylic?: boolean;
|
3030
3090
|
opacity?: number;
|
3091
|
+
} | {
|
3092
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3093
|
+
toned?: boolean;
|
3094
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3031
3095
|
};
|
3032
3096
|
size?: number;
|
3033
3097
|
};
|
@@ -3137,7 +3201,7 @@ export declare const useColorSchemaStore: () => {
|
|
3137
3201
|
};
|
3138
3202
|
};
|
3139
3203
|
icon?: {
|
3140
|
-
color?: {
|
3204
|
+
color?: string | {
|
3141
3205
|
colors: (string | {
|
3142
3206
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3143
3207
|
toned?: boolean;
|
@@ -3152,6 +3216,10 @@ export declare const useColorSchemaStore: () => {
|
|
3152
3216
|
})[];
|
3153
3217
|
acrylic?: boolean;
|
3154
3218
|
opacity?: number;
|
3219
|
+
} | {
|
3220
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3221
|
+
toned?: boolean;
|
3222
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3155
3223
|
};
|
3156
3224
|
size?: number;
|
3157
3225
|
};
|
@@ -3261,7 +3329,7 @@ export declare const useColorSchemaStore: () => {
|
|
3261
3329
|
};
|
3262
3330
|
};
|
3263
3331
|
icon?: {
|
3264
|
-
color?: {
|
3332
|
+
color?: string | {
|
3265
3333
|
colors: (string | {
|
3266
3334
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3267
3335
|
toned?: boolean;
|
@@ -3276,6 +3344,10 @@ export declare const useColorSchemaStore: () => {
|
|
3276
3344
|
})[];
|
3277
3345
|
acrylic?: boolean;
|
3278
3346
|
opacity?: number;
|
3347
|
+
} | {
|
3348
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3349
|
+
toned?: boolean;
|
3350
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3279
3351
|
};
|
3280
3352
|
size?: number;
|
3281
3353
|
};
|
@@ -3410,7 +3482,7 @@ export declare const useColorSchemaStore: () => {
|
|
3410
3482
|
};
|
3411
3483
|
};
|
3412
3484
|
icon?: {
|
3413
|
-
color?: {
|
3485
|
+
color?: string | {
|
3414
3486
|
colors: (string | {
|
3415
3487
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3416
3488
|
toned?: boolean;
|
@@ -3425,6 +3497,10 @@ export declare const useColorSchemaStore: () => {
|
|
3425
3497
|
})[];
|
3426
3498
|
acrylic?: boolean;
|
3427
3499
|
opacity?: number;
|
3500
|
+
} | {
|
3501
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3502
|
+
toned?: boolean;
|
3503
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3428
3504
|
};
|
3429
3505
|
size?: number;
|
3430
3506
|
};
|
@@ -3532,7 +3608,7 @@ export declare const useColorSchemaStore: () => {
|
|
3532
3608
|
};
|
3533
3609
|
};
|
3534
3610
|
icon?: {
|
3535
|
-
color?: {
|
3611
|
+
color?: string | {
|
3536
3612
|
colors: (string | {
|
3537
3613
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3538
3614
|
toned?: boolean;
|
@@ -3547,6 +3623,10 @@ export declare const useColorSchemaStore: () => {
|
|
3547
3623
|
})[];
|
3548
3624
|
acrylic?: boolean;
|
3549
3625
|
opacity?: number;
|
3626
|
+
} | {
|
3627
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3628
|
+
toned?: boolean;
|
3629
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3550
3630
|
};
|
3551
3631
|
size?: number;
|
3552
3632
|
};
|
@@ -3733,7 +3813,7 @@ export declare const useColorSchemaStore: () => {
|
|
3733
3813
|
};
|
3734
3814
|
};
|
3735
3815
|
icon?: {
|
3736
|
-
color?: {
|
3816
|
+
color?: string | {
|
3737
3817
|
colors: (string | {
|
3738
3818
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3739
3819
|
toned?: boolean;
|
@@ -3748,6 +3828,10 @@ export declare const useColorSchemaStore: () => {
|
|
3748
3828
|
})[];
|
3749
3829
|
acrylic?: boolean;
|
3750
3830
|
opacity?: number;
|
3831
|
+
} | {
|
3832
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3833
|
+
toned?: boolean;
|
3834
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3751
3835
|
};
|
3752
3836
|
size?: number;
|
3753
3837
|
};
|
@@ -3855,7 +3939,7 @@ export declare const useColorSchemaStore: () => {
|
|
3855
3939
|
};
|
3856
3940
|
};
|
3857
3941
|
icon?: {
|
3858
|
-
color?: {
|
3942
|
+
color?: string | {
|
3859
3943
|
colors: (string | {
|
3860
3944
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3861
3945
|
toned?: boolean;
|
@@ -3870,6 +3954,10 @@ export declare const useColorSchemaStore: () => {
|
|
3870
3954
|
})[];
|
3871
3955
|
acrylic?: boolean;
|
3872
3956
|
opacity?: number;
|
3957
|
+
} | {
|
3958
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3959
|
+
toned?: boolean;
|
3960
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3873
3961
|
};
|
3874
3962
|
size?: number;
|
3875
3963
|
};
|
@@ -4056,7 +4144,7 @@ export declare const useColorSchemaStore: () => {
|
|
4056
4144
|
};
|
4057
4145
|
};
|
4058
4146
|
icon?: {
|
4059
|
-
color?: {
|
4147
|
+
color?: string | {
|
4060
4148
|
colors: (string | {
|
4061
4149
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4062
4150
|
toned?: boolean;
|
@@ -4071,6 +4159,10 @@ export declare const useColorSchemaStore: () => {
|
|
4071
4159
|
})[];
|
4072
4160
|
acrylic?: boolean;
|
4073
4161
|
opacity?: number;
|
4162
|
+
} | {
|
4163
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4164
|
+
toned?: boolean;
|
4165
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4074
4166
|
};
|
4075
4167
|
size?: number;
|
4076
4168
|
};
|
@@ -4178,7 +4270,7 @@ export declare const useColorSchemaStore: () => {
|
|
4178
4270
|
};
|
4179
4271
|
};
|
4180
4272
|
icon?: {
|
4181
|
-
color?: {
|
4273
|
+
color?: string | {
|
4182
4274
|
colors: (string | {
|
4183
4275
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4184
4276
|
toned?: boolean;
|
@@ -4193,6 +4285,10 @@ export declare const useColorSchemaStore: () => {
|
|
4193
4285
|
})[];
|
4194
4286
|
acrylic?: boolean;
|
4195
4287
|
opacity?: number;
|
4288
|
+
} | {
|
4289
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4290
|
+
toned?: boolean;
|
4291
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4196
4292
|
};
|
4197
4293
|
size?: number;
|
4198
4294
|
};
|
@@ -4379,7 +4475,7 @@ export declare const useColorSchemaStore: () => {
|
|
4379
4475
|
};
|
4380
4476
|
};
|
4381
4477
|
icon?: {
|
4382
|
-
color?: {
|
4478
|
+
color?: string | {
|
4383
4479
|
colors: (string | {
|
4384
4480
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4385
4481
|
toned?: boolean;
|
@@ -4394,6 +4490,10 @@ export declare const useColorSchemaStore: () => {
|
|
4394
4490
|
})[];
|
4395
4491
|
acrylic?: boolean;
|
4396
4492
|
opacity?: number;
|
4493
|
+
} | {
|
4494
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4495
|
+
toned?: boolean;
|
4496
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4397
4497
|
};
|
4398
4498
|
size?: number;
|
4399
4499
|
};
|
@@ -4501,7 +4601,7 @@ export declare const useColorSchemaStore: () => {
|
|
4501
4601
|
};
|
4502
4602
|
};
|
4503
4603
|
icon?: {
|
4504
|
-
color?: {
|
4604
|
+
color?: string | {
|
4505
4605
|
colors: (string | {
|
4506
4606
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4507
4607
|
toned?: boolean;
|
@@ -4516,6 +4616,10 @@ export declare const useColorSchemaStore: () => {
|
|
4516
4616
|
})[];
|
4517
4617
|
acrylic?: boolean;
|
4518
4618
|
opacity?: number;
|
4619
|
+
} | {
|
4620
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4621
|
+
toned?: boolean;
|
4622
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4519
4623
|
};
|
4520
4624
|
size?: number;
|
4521
4625
|
};
|
@@ -4627,6 +4731,7 @@ export declare const useColorSchemaStore: () => {
|
|
4627
4731
|
bottom?: string | number;
|
4628
4732
|
left?: string | number;
|
4629
4733
|
};
|
4734
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
4630
4735
|
}[];
|
4631
4736
|
events?: {
|
4632
4737
|
onLoaded?: string[];
|
@@ -4634,6 +4739,7 @@ export declare const useColorSchemaStore: () => {
|
|
4634
4739
|
onSaving?: string[];
|
4635
4740
|
onPersistState?: string[];
|
4636
4741
|
onRestoreState?: string[];
|
4742
|
+
onActive?: string[];
|
4637
4743
|
};
|
4638
4744
|
actions?: {
|
4639
4745
|
[name: string]: string[];
|
@@ -4679,6 +4785,7 @@ export declare const useColorSchemaStore: () => {
|
|
4679
4785
|
bottom?: string | number;
|
4680
4786
|
left?: string | number;
|
4681
4787
|
};
|
4788
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
4682
4789
|
}[];
|
4683
4790
|
style?: {
|
4684
4791
|
margin?: number;
|
@@ -4710,6 +4817,7 @@ export declare const useColorSchemaStore: () => {
|
|
4710
4817
|
bottom?: string | number;
|
4711
4818
|
left?: string | number;
|
4712
4819
|
};
|
4820
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
4713
4821
|
}[];
|
4714
4822
|
editors?: {
|
4715
4823
|
name?: string;
|
@@ -4843,6 +4951,7 @@ export declare const useColorSchemaStore: () => {
|
|
4843
4951
|
bottom?: string | number;
|
4844
4952
|
left?: string | number;
|
4845
4953
|
};
|
4954
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
4846
4955
|
}[];
|
4847
4956
|
events?: {
|
4848
4957
|
onLoaded?: string[];
|
@@ -4850,6 +4959,7 @@ export declare const useColorSchemaStore: () => {
|
|
4850
4959
|
onSaving?: string[];
|
4851
4960
|
onPersistState?: string[];
|
4852
4961
|
onRestoreState?: string[];
|
4962
|
+
onActive?: string[];
|
4853
4963
|
};
|
4854
4964
|
actions?: {
|
4855
4965
|
[name: string]: string[];
|
@@ -4895,6 +5005,7 @@ export declare const useColorSchemaStore: () => {
|
|
4895
5005
|
bottom?: string | number;
|
4896
5006
|
left?: string | number;
|
4897
5007
|
};
|
5008
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
4898
5009
|
}[];
|
4899
5010
|
style?: {
|
4900
5011
|
margin?: number;
|
@@ -4926,6 +5037,7 @@ export declare const useColorSchemaStore: () => {
|
|
4926
5037
|
bottom?: string | number;
|
4927
5038
|
left?: string | number;
|
4928
5039
|
};
|
5040
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
4929
5041
|
}[];
|
4930
5042
|
editors?: {
|
4931
5043
|
name?: string;
|
@@ -5059,6 +5171,7 @@ export declare const useColorSchemaStore: () => {
|
|
5059
5171
|
bottom?: string | number;
|
5060
5172
|
left?: string | number;
|
5061
5173
|
};
|
5174
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5062
5175
|
}[];
|
5063
5176
|
events?: {
|
5064
5177
|
onLoaded?: string[];
|
@@ -5066,6 +5179,7 @@ export declare const useColorSchemaStore: () => {
|
|
5066
5179
|
onSaving?: string[];
|
5067
5180
|
onPersistState?: string[];
|
5068
5181
|
onRestoreState?: string[];
|
5182
|
+
onActive?: string[];
|
5069
5183
|
};
|
5070
5184
|
actions?: {
|
5071
5185
|
[name: string]: string[];
|
@@ -5111,6 +5225,7 @@ export declare const useColorSchemaStore: () => {
|
|
5111
5225
|
bottom?: string | number;
|
5112
5226
|
left?: string | number;
|
5113
5227
|
};
|
5228
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5114
5229
|
}[];
|
5115
5230
|
style?: {
|
5116
5231
|
margin?: number;
|
@@ -5142,6 +5257,7 @@ export declare const useColorSchemaStore: () => {
|
|
5142
5257
|
bottom?: string | number;
|
5143
5258
|
left?: string | number;
|
5144
5259
|
};
|
5260
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5145
5261
|
}[];
|
5146
5262
|
editors?: {
|
5147
5263
|
name?: string;
|
@@ -5275,6 +5391,7 @@ export declare const useColorSchemaStore: () => {
|
|
5275
5391
|
bottom?: string | number;
|
5276
5392
|
left?: string | number;
|
5277
5393
|
};
|
5394
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5278
5395
|
}[];
|
5279
5396
|
events?: {
|
5280
5397
|
onLoaded?: string[];
|
@@ -5282,6 +5399,7 @@ export declare const useColorSchemaStore: () => {
|
|
5282
5399
|
onSaving?: string[];
|
5283
5400
|
onPersistState?: string[];
|
5284
5401
|
onRestoreState?: string[];
|
5402
|
+
onActive?: string[];
|
5285
5403
|
};
|
5286
5404
|
actions?: {
|
5287
5405
|
[name: string]: string[];
|
@@ -5327,6 +5445,7 @@ export declare const useColorSchemaStore: () => {
|
|
5327
5445
|
bottom?: string | number;
|
5328
5446
|
left?: string | number;
|
5329
5447
|
};
|
5448
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5330
5449
|
}[];
|
5331
5450
|
style?: {
|
5332
5451
|
margin?: number;
|
@@ -5358,6 +5477,7 @@ export declare const useColorSchemaStore: () => {
|
|
5358
5477
|
bottom?: string | number;
|
5359
5478
|
left?: string | number;
|
5360
5479
|
};
|
5480
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5361
5481
|
}[];
|
5362
5482
|
editors?: {
|
5363
5483
|
name?: string;
|
@@ -5453,7 +5573,7 @@ export declare const useColorSchemaStore: () => {
|
|
5453
5573
|
};
|
5454
5574
|
icons?: {
|
5455
5575
|
xs?: {
|
5456
|
-
color?: {
|
5576
|
+
color?: string | {
|
5457
5577
|
colors: (string | {
|
5458
5578
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5459
5579
|
toned?: boolean;
|
@@ -5468,11 +5588,15 @@ export declare const useColorSchemaStore: () => {
|
|
5468
5588
|
})[];
|
5469
5589
|
acrylic?: boolean;
|
5470
5590
|
opacity?: number;
|
5591
|
+
} | {
|
5592
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5593
|
+
toned?: boolean;
|
5594
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5471
5595
|
};
|
5472
5596
|
size?: number;
|
5473
5597
|
};
|
5474
5598
|
s?: {
|
5475
|
-
color?: {
|
5599
|
+
color?: string | {
|
5476
5600
|
colors: (string | {
|
5477
5601
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5478
5602
|
toned?: boolean;
|
@@ -5487,11 +5611,15 @@ export declare const useColorSchemaStore: () => {
|
|
5487
5611
|
})[];
|
5488
5612
|
acrylic?: boolean;
|
5489
5613
|
opacity?: number;
|
5614
|
+
} | {
|
5615
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5616
|
+
toned?: boolean;
|
5617
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5490
5618
|
};
|
5491
5619
|
size?: number;
|
5492
5620
|
};
|
5493
5621
|
m?: {
|
5494
|
-
color?: {
|
5622
|
+
color?: string | {
|
5495
5623
|
colors: (string | {
|
5496
5624
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5497
5625
|
toned?: boolean;
|
@@ -5506,11 +5634,15 @@ export declare const useColorSchemaStore: () => {
|
|
5506
5634
|
})[];
|
5507
5635
|
acrylic?: boolean;
|
5508
5636
|
opacity?: number;
|
5637
|
+
} | {
|
5638
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5639
|
+
toned?: boolean;
|
5640
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5509
5641
|
};
|
5510
5642
|
size?: number;
|
5511
5643
|
};
|
5512
5644
|
l?: {
|
5513
|
-
color?: {
|
5645
|
+
color?: string | {
|
5514
5646
|
colors: (string | {
|
5515
5647
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5516
5648
|
toned?: boolean;
|
@@ -5525,11 +5657,15 @@ export declare const useColorSchemaStore: () => {
|
|
5525
5657
|
})[];
|
5526
5658
|
acrylic?: boolean;
|
5527
5659
|
opacity?: number;
|
5660
|
+
} | {
|
5661
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5662
|
+
toned?: boolean;
|
5663
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5528
5664
|
};
|
5529
5665
|
size?: number;
|
5530
5666
|
};
|
5531
5667
|
xl?: {
|
5532
|
-
color?: {
|
5668
|
+
color?: string | {
|
5533
5669
|
colors: (string | {
|
5534
5670
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5535
5671
|
toned?: boolean;
|
@@ -5544,6 +5680,10 @@ export declare const useColorSchemaStore: () => {
|
|
5544
5680
|
})[];
|
5545
5681
|
acrylic?: boolean;
|
5546
5682
|
opacity?: number;
|
5683
|
+
} | {
|
5684
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5685
|
+
toned?: boolean;
|
5686
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5547
5687
|
};
|
5548
5688
|
size?: number;
|
5549
5689
|
};
|