@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
@@ -1244,7 +1244,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1244
1244
|
};
|
1245
1245
|
};
|
1246
1246
|
icon?: {
|
1247
|
-
color?: {
|
1247
|
+
color?: string | {
|
1248
1248
|
colors: (string | {
|
1249
1249
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1250
1250
|
toned?: boolean;
|
@@ -1259,6 +1259,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1259
1259
|
})[];
|
1260
1260
|
acrylic?: boolean;
|
1261
1261
|
opacity?: number;
|
1262
|
+
} | {
|
1263
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1264
|
+
toned?: boolean;
|
1265
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1262
1266
|
};
|
1263
1267
|
size?: number;
|
1264
1268
|
};
|
@@ -1368,7 +1372,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1368
1372
|
};
|
1369
1373
|
};
|
1370
1374
|
icon?: {
|
1371
|
-
color?: {
|
1375
|
+
color?: string | {
|
1372
1376
|
colors: (string | {
|
1373
1377
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1374
1378
|
toned?: boolean;
|
@@ -1383,6 +1387,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1383
1387
|
})[];
|
1384
1388
|
acrylic?: boolean;
|
1385
1389
|
opacity?: number;
|
1390
|
+
} | {
|
1391
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1392
|
+
toned?: boolean;
|
1393
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1386
1394
|
};
|
1387
1395
|
size?: number;
|
1388
1396
|
};
|
@@ -1492,7 +1500,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1492
1500
|
};
|
1493
1501
|
};
|
1494
1502
|
icon?: {
|
1495
|
-
color?: {
|
1503
|
+
color?: string | {
|
1496
1504
|
colors: (string | {
|
1497
1505
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1498
1506
|
toned?: boolean;
|
@@ -1507,6 +1515,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1507
1515
|
})[];
|
1508
1516
|
acrylic?: boolean;
|
1509
1517
|
opacity?: number;
|
1518
|
+
} | {
|
1519
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1520
|
+
toned?: boolean;
|
1521
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1510
1522
|
};
|
1511
1523
|
size?: number;
|
1512
1524
|
};
|
@@ -1616,7 +1628,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1616
1628
|
};
|
1617
1629
|
};
|
1618
1630
|
icon?: {
|
1619
|
-
color?: {
|
1631
|
+
color?: string | {
|
1620
1632
|
colors: (string | {
|
1621
1633
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1622
1634
|
toned?: boolean;
|
@@ -1631,6 +1643,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1631
1643
|
})[];
|
1632
1644
|
acrylic?: boolean;
|
1633
1645
|
opacity?: number;
|
1646
|
+
} | {
|
1647
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1648
|
+
toned?: boolean;
|
1649
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1634
1650
|
};
|
1635
1651
|
size?: number;
|
1636
1652
|
};
|
@@ -1740,7 +1756,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1740
1756
|
};
|
1741
1757
|
};
|
1742
1758
|
icon?: {
|
1743
|
-
color?: {
|
1759
|
+
color?: string | {
|
1744
1760
|
colors: (string | {
|
1745
1761
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1746
1762
|
toned?: boolean;
|
@@ -1755,6 +1771,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1755
1771
|
})[];
|
1756
1772
|
acrylic?: boolean;
|
1757
1773
|
opacity?: number;
|
1774
|
+
} | {
|
1775
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1776
|
+
toned?: boolean;
|
1777
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1758
1778
|
};
|
1759
1779
|
size?: number;
|
1760
1780
|
};
|
@@ -1864,7 +1884,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1864
1884
|
};
|
1865
1885
|
};
|
1866
1886
|
icon?: {
|
1867
|
-
color?: {
|
1887
|
+
color?: string | {
|
1868
1888
|
colors: (string | {
|
1869
1889
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1870
1890
|
toned?: boolean;
|
@@ -1879,6 +1899,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1879
1899
|
})[];
|
1880
1900
|
acrylic?: boolean;
|
1881
1901
|
opacity?: number;
|
1902
|
+
} | {
|
1903
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
1904
|
+
toned?: boolean;
|
1905
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
1882
1906
|
};
|
1883
1907
|
size?: number;
|
1884
1908
|
};
|
@@ -1988,7 +2012,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
1988
2012
|
};
|
1989
2013
|
};
|
1990
2014
|
icon?: {
|
1991
|
-
color?: {
|
2015
|
+
color?: string | {
|
1992
2016
|
colors: (string | {
|
1993
2017
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
1994
2018
|
toned?: boolean;
|
@@ -2003,6 +2027,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2003
2027
|
})[];
|
2004
2028
|
acrylic?: boolean;
|
2005
2029
|
opacity?: number;
|
2030
|
+
} | {
|
2031
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2032
|
+
toned?: boolean;
|
2033
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2006
2034
|
};
|
2007
2035
|
size?: number;
|
2008
2036
|
};
|
@@ -2112,7 +2140,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2112
2140
|
};
|
2113
2141
|
};
|
2114
2142
|
icon?: {
|
2115
|
-
color?: {
|
2143
|
+
color?: string | {
|
2116
2144
|
colors: (string | {
|
2117
2145
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2118
2146
|
toned?: boolean;
|
@@ -2127,6 +2155,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2127
2155
|
})[];
|
2128
2156
|
acrylic?: boolean;
|
2129
2157
|
opacity?: number;
|
2158
|
+
} | {
|
2159
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2160
|
+
toned?: boolean;
|
2161
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2130
2162
|
};
|
2131
2163
|
size?: number;
|
2132
2164
|
};
|
@@ -2236,7 +2268,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2236
2268
|
};
|
2237
2269
|
};
|
2238
2270
|
icon?: {
|
2239
|
-
color?: {
|
2271
|
+
color?: string | {
|
2240
2272
|
colors: (string | {
|
2241
2273
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2242
2274
|
toned?: boolean;
|
@@ -2251,6 +2283,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2251
2283
|
})[];
|
2252
2284
|
acrylic?: boolean;
|
2253
2285
|
opacity?: number;
|
2286
|
+
} | {
|
2287
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2288
|
+
toned?: boolean;
|
2289
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2254
2290
|
};
|
2255
2291
|
size?: number;
|
2256
2292
|
};
|
@@ -2362,7 +2398,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2362
2398
|
};
|
2363
2399
|
};
|
2364
2400
|
icon?: {
|
2365
|
-
color?: {
|
2401
|
+
color?: string | {
|
2366
2402
|
colors: (string | {
|
2367
2403
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2368
2404
|
toned?: boolean;
|
@@ -2377,6 +2413,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2377
2413
|
})[];
|
2378
2414
|
acrylic?: boolean;
|
2379
2415
|
opacity?: number;
|
2416
|
+
} | {
|
2417
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2418
|
+
toned?: boolean;
|
2419
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2380
2420
|
};
|
2381
2421
|
size?: number;
|
2382
2422
|
};
|
@@ -2486,7 +2526,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2486
2526
|
};
|
2487
2527
|
};
|
2488
2528
|
icon?: {
|
2489
|
-
color?: {
|
2529
|
+
color?: string | {
|
2490
2530
|
colors: (string | {
|
2491
2531
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2492
2532
|
toned?: boolean;
|
@@ -2501,6 +2541,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2501
2541
|
})[];
|
2502
2542
|
acrylic?: boolean;
|
2503
2543
|
opacity?: number;
|
2544
|
+
} | {
|
2545
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2546
|
+
toned?: boolean;
|
2547
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2504
2548
|
};
|
2505
2549
|
size?: number;
|
2506
2550
|
};
|
@@ -2610,7 +2654,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2610
2654
|
};
|
2611
2655
|
};
|
2612
2656
|
icon?: {
|
2613
|
-
color?: {
|
2657
|
+
color?: string | {
|
2614
2658
|
colors: (string | {
|
2615
2659
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2616
2660
|
toned?: boolean;
|
@@ -2625,6 +2669,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2625
2669
|
})[];
|
2626
2670
|
acrylic?: boolean;
|
2627
2671
|
opacity?: number;
|
2672
|
+
} | {
|
2673
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2674
|
+
toned?: boolean;
|
2675
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2628
2676
|
};
|
2629
2677
|
size?: number;
|
2630
2678
|
};
|
@@ -2734,7 +2782,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2734
2782
|
};
|
2735
2783
|
};
|
2736
2784
|
icon?: {
|
2737
|
-
color?: {
|
2785
|
+
color?: string | {
|
2738
2786
|
colors: (string | {
|
2739
2787
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2740
2788
|
toned?: boolean;
|
@@ -2749,6 +2797,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2749
2797
|
})[];
|
2750
2798
|
acrylic?: boolean;
|
2751
2799
|
opacity?: number;
|
2800
|
+
} | {
|
2801
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2802
|
+
toned?: boolean;
|
2803
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2752
2804
|
};
|
2753
2805
|
size?: number;
|
2754
2806
|
};
|
@@ -2858,7 +2910,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2858
2910
|
};
|
2859
2911
|
};
|
2860
2912
|
icon?: {
|
2861
|
-
color?: {
|
2913
|
+
color?: string | {
|
2862
2914
|
colors: (string | {
|
2863
2915
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2864
2916
|
toned?: boolean;
|
@@ -2873,6 +2925,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2873
2925
|
})[];
|
2874
2926
|
acrylic?: boolean;
|
2875
2927
|
opacity?: number;
|
2928
|
+
} | {
|
2929
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
2930
|
+
toned?: boolean;
|
2931
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
2876
2932
|
};
|
2877
2933
|
size?: number;
|
2878
2934
|
};
|
@@ -2982,7 +3038,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2982
3038
|
};
|
2983
3039
|
};
|
2984
3040
|
icon?: {
|
2985
|
-
color?: {
|
3041
|
+
color?: string | {
|
2986
3042
|
colors: (string | {
|
2987
3043
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
2988
3044
|
toned?: boolean;
|
@@ -2997,6 +3053,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
2997
3053
|
})[];
|
2998
3054
|
acrylic?: boolean;
|
2999
3055
|
opacity?: number;
|
3056
|
+
} | {
|
3057
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3058
|
+
toned?: boolean;
|
3059
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3000
3060
|
};
|
3001
3061
|
size?: number;
|
3002
3062
|
};
|
@@ -3106,7 +3166,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3106
3166
|
};
|
3107
3167
|
};
|
3108
3168
|
icon?: {
|
3109
|
-
color?: {
|
3169
|
+
color?: string | {
|
3110
3170
|
colors: (string | {
|
3111
3171
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3112
3172
|
toned?: boolean;
|
@@ -3121,6 +3181,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3121
3181
|
})[];
|
3122
3182
|
acrylic?: boolean;
|
3123
3183
|
opacity?: number;
|
3184
|
+
} | {
|
3185
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3186
|
+
toned?: boolean;
|
3187
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3124
3188
|
};
|
3125
3189
|
size?: number;
|
3126
3190
|
};
|
@@ -3230,7 +3294,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3230
3294
|
};
|
3231
3295
|
};
|
3232
3296
|
icon?: {
|
3233
|
-
color?: {
|
3297
|
+
color?: string | {
|
3234
3298
|
colors: (string | {
|
3235
3299
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3236
3300
|
toned?: boolean;
|
@@ -3245,6 +3309,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3245
3309
|
})[];
|
3246
3310
|
acrylic?: boolean;
|
3247
3311
|
opacity?: number;
|
3312
|
+
} | {
|
3313
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3314
|
+
toned?: boolean;
|
3315
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3248
3316
|
};
|
3249
3317
|
size?: number;
|
3250
3318
|
};
|
@@ -3354,7 +3422,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3354
3422
|
};
|
3355
3423
|
};
|
3356
3424
|
icon?: {
|
3357
|
-
color?: {
|
3425
|
+
color?: string | {
|
3358
3426
|
colors: (string | {
|
3359
3427
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3360
3428
|
toned?: boolean;
|
@@ -3369,6 +3437,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3369
3437
|
})[];
|
3370
3438
|
acrylic?: boolean;
|
3371
3439
|
opacity?: number;
|
3440
|
+
} | {
|
3441
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3442
|
+
toned?: boolean;
|
3443
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3372
3444
|
};
|
3373
3445
|
size?: number;
|
3374
3446
|
};
|
@@ -3503,7 +3575,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3503
3575
|
};
|
3504
3576
|
};
|
3505
3577
|
icon?: {
|
3506
|
-
color?: {
|
3578
|
+
color?: string | {
|
3507
3579
|
colors: (string | {
|
3508
3580
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3509
3581
|
toned?: boolean;
|
@@ -3518,6 +3590,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3518
3590
|
})[];
|
3519
3591
|
acrylic?: boolean;
|
3520
3592
|
opacity?: number;
|
3593
|
+
} | {
|
3594
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3595
|
+
toned?: boolean;
|
3596
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3521
3597
|
};
|
3522
3598
|
size?: number;
|
3523
3599
|
};
|
@@ -3625,7 +3701,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3625
3701
|
};
|
3626
3702
|
};
|
3627
3703
|
icon?: {
|
3628
|
-
color?: {
|
3704
|
+
color?: string | {
|
3629
3705
|
colors: (string | {
|
3630
3706
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3631
3707
|
toned?: boolean;
|
@@ -3640,6 +3716,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3640
3716
|
})[];
|
3641
3717
|
acrylic?: boolean;
|
3642
3718
|
opacity?: number;
|
3719
|
+
} | {
|
3720
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3721
|
+
toned?: boolean;
|
3722
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3643
3723
|
};
|
3644
3724
|
size?: number;
|
3645
3725
|
};
|
@@ -3826,7 +3906,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3826
3906
|
};
|
3827
3907
|
};
|
3828
3908
|
icon?: {
|
3829
|
-
color?: {
|
3909
|
+
color?: string | {
|
3830
3910
|
colors: (string | {
|
3831
3911
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3832
3912
|
toned?: boolean;
|
@@ -3841,6 +3921,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3841
3921
|
})[];
|
3842
3922
|
acrylic?: boolean;
|
3843
3923
|
opacity?: number;
|
3924
|
+
} | {
|
3925
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
3926
|
+
toned?: boolean;
|
3927
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3844
3928
|
};
|
3845
3929
|
size?: number;
|
3846
3930
|
};
|
@@ -3948,7 +4032,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3948
4032
|
};
|
3949
4033
|
};
|
3950
4034
|
icon?: {
|
3951
|
-
color?: {
|
4035
|
+
color?: string | {
|
3952
4036
|
colors: (string | {
|
3953
4037
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
3954
4038
|
toned?: boolean;
|
@@ -3963,6 +4047,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
3963
4047
|
})[];
|
3964
4048
|
acrylic?: boolean;
|
3965
4049
|
opacity?: number;
|
4050
|
+
} | {
|
4051
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4052
|
+
toned?: boolean;
|
4053
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
3966
4054
|
};
|
3967
4055
|
size?: number;
|
3968
4056
|
};
|
@@ -4149,7 +4237,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4149
4237
|
};
|
4150
4238
|
};
|
4151
4239
|
icon?: {
|
4152
|
-
color?: {
|
4240
|
+
color?: string | {
|
4153
4241
|
colors: (string | {
|
4154
4242
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4155
4243
|
toned?: boolean;
|
@@ -4164,6 +4252,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4164
4252
|
})[];
|
4165
4253
|
acrylic?: boolean;
|
4166
4254
|
opacity?: number;
|
4255
|
+
} | {
|
4256
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4257
|
+
toned?: boolean;
|
4258
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4167
4259
|
};
|
4168
4260
|
size?: number;
|
4169
4261
|
};
|
@@ -4271,7 +4363,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4271
4363
|
};
|
4272
4364
|
};
|
4273
4365
|
icon?: {
|
4274
|
-
color?: {
|
4366
|
+
color?: string | {
|
4275
4367
|
colors: (string | {
|
4276
4368
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4277
4369
|
toned?: boolean;
|
@@ -4286,6 +4378,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4286
4378
|
})[];
|
4287
4379
|
acrylic?: boolean;
|
4288
4380
|
opacity?: number;
|
4381
|
+
} | {
|
4382
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4383
|
+
toned?: boolean;
|
4384
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4289
4385
|
};
|
4290
4386
|
size?: number;
|
4291
4387
|
};
|
@@ -4472,7 +4568,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4472
4568
|
};
|
4473
4569
|
};
|
4474
4570
|
icon?: {
|
4475
|
-
color?: {
|
4571
|
+
color?: string | {
|
4476
4572
|
colors: (string | {
|
4477
4573
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4478
4574
|
toned?: boolean;
|
@@ -4487,6 +4583,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4487
4583
|
})[];
|
4488
4584
|
acrylic?: boolean;
|
4489
4585
|
opacity?: number;
|
4586
|
+
} | {
|
4587
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4588
|
+
toned?: boolean;
|
4589
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4490
4590
|
};
|
4491
4591
|
size?: number;
|
4492
4592
|
};
|
@@ -4594,7 +4694,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4594
4694
|
};
|
4595
4695
|
};
|
4596
4696
|
icon?: {
|
4597
|
-
color?: {
|
4697
|
+
color?: string | {
|
4598
4698
|
colors: (string | {
|
4599
4699
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
4600
4700
|
toned?: boolean;
|
@@ -4609,6 +4709,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4609
4709
|
})[];
|
4610
4710
|
acrylic?: boolean;
|
4611
4711
|
opacity?: number;
|
4712
|
+
} | {
|
4713
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
4714
|
+
toned?: boolean;
|
4715
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
4612
4716
|
};
|
4613
4717
|
size?: number;
|
4614
4718
|
};
|
@@ -4720,6 +4824,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4720
4824
|
bottom?: string | number;
|
4721
4825
|
left?: string | number;
|
4722
4826
|
};
|
4827
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
4723
4828
|
}[];
|
4724
4829
|
events?: {
|
4725
4830
|
onLoaded?: string[];
|
@@ -4727,6 +4832,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4727
4832
|
onSaving?: string[];
|
4728
4833
|
onPersistState?: string[];
|
4729
4834
|
onRestoreState?: string[];
|
4835
|
+
onActive?: string[];
|
4730
4836
|
};
|
4731
4837
|
actions?: {
|
4732
4838
|
[name: string]: string[];
|
@@ -4772,6 +4878,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4772
4878
|
bottom?: string | number;
|
4773
4879
|
left?: string | number;
|
4774
4880
|
};
|
4881
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
4775
4882
|
}[];
|
4776
4883
|
style?: {
|
4777
4884
|
margin?: number;
|
@@ -4803,6 +4910,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4803
4910
|
bottom?: string | number;
|
4804
4911
|
left?: string | number;
|
4805
4912
|
};
|
4913
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
4806
4914
|
}[];
|
4807
4915
|
editors?: {
|
4808
4916
|
name?: string;
|
@@ -4936,6 +5044,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4936
5044
|
bottom?: string | number;
|
4937
5045
|
left?: string | number;
|
4938
5046
|
};
|
5047
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
4939
5048
|
}[];
|
4940
5049
|
events?: {
|
4941
5050
|
onLoaded?: string[];
|
@@ -4943,6 +5052,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4943
5052
|
onSaving?: string[];
|
4944
5053
|
onPersistState?: string[];
|
4945
5054
|
onRestoreState?: string[];
|
5055
|
+
onActive?: string[];
|
4946
5056
|
};
|
4947
5057
|
actions?: {
|
4948
5058
|
[name: string]: string[];
|
@@ -4988,6 +5098,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
4988
5098
|
bottom?: string | number;
|
4989
5099
|
left?: string | number;
|
4990
5100
|
};
|
5101
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
4991
5102
|
}[];
|
4992
5103
|
style?: {
|
4993
5104
|
margin?: number;
|
@@ -5019,6 +5130,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5019
5130
|
bottom?: string | number;
|
5020
5131
|
left?: string | number;
|
5021
5132
|
};
|
5133
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5022
5134
|
}[];
|
5023
5135
|
editors?: {
|
5024
5136
|
name?: string;
|
@@ -5152,6 +5264,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5152
5264
|
bottom?: string | number;
|
5153
5265
|
left?: string | number;
|
5154
5266
|
};
|
5267
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5155
5268
|
}[];
|
5156
5269
|
events?: {
|
5157
5270
|
onLoaded?: string[];
|
@@ -5159,6 +5272,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5159
5272
|
onSaving?: string[];
|
5160
5273
|
onPersistState?: string[];
|
5161
5274
|
onRestoreState?: string[];
|
5275
|
+
onActive?: string[];
|
5162
5276
|
};
|
5163
5277
|
actions?: {
|
5164
5278
|
[name: string]: string[];
|
@@ -5204,6 +5318,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5204
5318
|
bottom?: string | number;
|
5205
5319
|
left?: string | number;
|
5206
5320
|
};
|
5321
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5207
5322
|
}[];
|
5208
5323
|
style?: {
|
5209
5324
|
margin?: number;
|
@@ -5235,6 +5350,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5235
5350
|
bottom?: string | number;
|
5236
5351
|
left?: string | number;
|
5237
5352
|
};
|
5353
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5238
5354
|
}[];
|
5239
5355
|
editors?: {
|
5240
5356
|
name?: string;
|
@@ -5368,6 +5484,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5368
5484
|
bottom?: string | number;
|
5369
5485
|
left?: string | number;
|
5370
5486
|
};
|
5487
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5371
5488
|
}[];
|
5372
5489
|
events?: {
|
5373
5490
|
onLoaded?: string[];
|
@@ -5375,6 +5492,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5375
5492
|
onSaving?: string[];
|
5376
5493
|
onPersistState?: string[];
|
5377
5494
|
onRestoreState?: string[];
|
5495
|
+
onActive?: string[];
|
5378
5496
|
};
|
5379
5497
|
actions?: {
|
5380
5498
|
[name: string]: string[];
|
@@ -5420,6 +5538,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5420
5538
|
bottom?: string | number;
|
5421
5539
|
left?: string | number;
|
5422
5540
|
};
|
5541
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5423
5542
|
}[];
|
5424
5543
|
style?: {
|
5425
5544
|
margin?: number;
|
@@ -5451,6 +5570,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5451
5570
|
bottom?: string | number;
|
5452
5571
|
left?: string | number;
|
5453
5572
|
};
|
5573
|
+
spacingType?: import("@omnia/fx-models").VelcronSpacingTypes;
|
5454
5574
|
}[];
|
5455
5575
|
editors?: {
|
5456
5576
|
name?: string;
|
@@ -5546,7 +5666,7 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5546
5666
|
};
|
5547
5667
|
icons?: {
|
5548
5668
|
xs?: {
|
5549
|
-
color?: {
|
5669
|
+
color?: string | {
|
5550
5670
|
colors: (string | {
|
5551
5671
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5552
5672
|
toned?: boolean;
|
@@ -5561,11 +5681,15 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5561
5681
|
})[];
|
5562
5682
|
acrylic?: boolean;
|
5563
5683
|
opacity?: number;
|
5684
|
+
} | {
|
5685
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5686
|
+
toned?: boolean;
|
5687
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5564
5688
|
};
|
5565
5689
|
size?: number;
|
5566
5690
|
};
|
5567
5691
|
s?: {
|
5568
|
-
color?: {
|
5692
|
+
color?: string | {
|
5569
5693
|
colors: (string | {
|
5570
5694
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5571
5695
|
toned?: boolean;
|
@@ -5580,11 +5704,15 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5580
5704
|
})[];
|
5581
5705
|
acrylic?: boolean;
|
5582
5706
|
opacity?: number;
|
5707
|
+
} | {
|
5708
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5709
|
+
toned?: boolean;
|
5710
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5583
5711
|
};
|
5584
5712
|
size?: number;
|
5585
5713
|
};
|
5586
5714
|
m?: {
|
5587
|
-
color?: {
|
5715
|
+
color?: string | {
|
5588
5716
|
colors: (string | {
|
5589
5717
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5590
5718
|
toned?: boolean;
|
@@ -5599,11 +5727,15 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5599
5727
|
})[];
|
5600
5728
|
acrylic?: boolean;
|
5601
5729
|
opacity?: number;
|
5730
|
+
} | {
|
5731
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5732
|
+
toned?: boolean;
|
5733
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5602
5734
|
};
|
5603
5735
|
size?: number;
|
5604
5736
|
};
|
5605
5737
|
l?: {
|
5606
|
-
color?: {
|
5738
|
+
color?: string | {
|
5607
5739
|
colors: (string | {
|
5608
5740
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5609
5741
|
toned?: boolean;
|
@@ -5618,11 +5750,15 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5618
5750
|
})[];
|
5619
5751
|
acrylic?: boolean;
|
5620
5752
|
opacity?: number;
|
5753
|
+
} | {
|
5754
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5755
|
+
toned?: boolean;
|
5756
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5621
5757
|
};
|
5622
5758
|
size?: number;
|
5623
5759
|
};
|
5624
5760
|
xl?: {
|
5625
|
-
color?: {
|
5761
|
+
color?: string | {
|
5626
5762
|
colors: (string | {
|
5627
5763
|
colorType: "container" | "base" | "onBase" | "onContainer";
|
5628
5764
|
toned?: boolean;
|
@@ -5637,6 +5773,10 @@ export declare function useColorSchemaSetup(props: object): {
|
|
5637
5773
|
})[];
|
5638
5774
|
acrylic?: boolean;
|
5639
5775
|
opacity?: number;
|
5776
|
+
} | {
|
5777
|
+
colorType: "container" | "base" | "onBase" | "onContainer";
|
5778
|
+
toned?: boolean;
|
5779
|
+
colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
5640
5780
|
};
|
5641
5781
|
size?: number;
|
5642
5782
|
};
|