@omnia/fx 8.0.126-dev → 8.0.128-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.
Files changed (288) hide show
  1. package/internal-do-not-import-from-here/contexts/InternalAppContext.d.ts +6 -0
  2. package/internal-do-not-import-from-here/index.d.ts +1 -24
  3. package/internal-do-not-import-from-here/libs/swiper/Swiper.d.ts +1 -0
  4. package/internal-do-not-import-from-here/manifests/omnia.fx.context.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  6. package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +3 -1
  7. package/internal-do-not-import-from-here/services/identities/UserService.d.ts +3 -2
  8. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +2 -1
  9. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +8 -8
  10. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +10 -9
  11. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.d.ts +9 -9
  12. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.js +3 -3
  13. package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.d.ts +40 -0
  14. package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.js +17 -0
  15. package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +1 -2
  16. package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +1 -2
  17. package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.d.ts +21 -0
  18. package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.js +10 -0
  19. package/internal-do-not-import-from-here/shared/models/hub/actors/ExternalActorId.d.ts +2 -0
  20. package/internal-do-not-import-from-here/shared/models/hub/actors/index.d.ts +2 -0
  21. package/internal-do-not-import-from-here/shared/models/hub/actors/index.js +5 -0
  22. package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +2 -1
  23. package/internal-do-not-import-from-here/shared/models/hub/index.js +2 -1
  24. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +3 -3
  25. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +2 -2
  26. package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.d.ts +2 -2
  27. package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +14 -25
  28. package/internal-do-not-import-from-here/shared/models/theming/Chrome.d.ts +3 -3
  29. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +8 -5
  30. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +1 -0
  31. package/internal-do-not-import-from-here/shared/models/theming/Typography.d.ts +3 -3
  32. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +0 -2
  33. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -4
  34. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +2 -2
  35. package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.d.ts +3 -0
  36. package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +11 -6
  37. package/internal-do-not-import-from-here/shared/services/ActivitySubscriptionService.d.ts +13 -13
  38. package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +3 -1
  39. package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/index.d.ts +1 -0
  40. package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/rotate.d.ts +13 -0
  41. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +8 -2
  42. package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
  43. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +2 -2
  44. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +2 -2
  45. package/internal-do-not-import-from-here/ux/app/AppContextProvider.d.ts +1 -0
  46. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +3 -3
  47. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +3 -3
  48. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +3 -3
  49. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +5 -5
  50. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +3 -3
  51. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +18 -18
  53. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +6 -6
  55. package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/BackgroundStyleEditor.d.ts +23 -3
  56. package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/docs/ExampleComponents.d.ts +1 -0
  57. package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/docs/index.d.ts +1 -0
  58. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonBlueprintsViewer.d.ts +6 -6
  59. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.css.d.ts +4 -0
  60. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.d.ts +364 -0
  61. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsViewer.d.ts +76 -0
  62. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeEditor.d.ts +8 -1
  63. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.d.ts +10 -10
  64. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeViewer.d.ts +6 -6
  65. package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +3 -3
  66. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +11 -3
  67. package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingEditor.d.ts +364 -0
  68. package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingPreview.d.ts +364 -0
  69. package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +183 -0
  70. package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/docs/ExampleComponents.d.ts +1 -0
  71. package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/docs/index.d.ts +1 -0
  72. package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabBlueprintsViewer.d.ts +3 -3
  73. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +11 -3
  74. package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyEditor.d.ts +8 -1
  75. package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +15 -3
  76. package/internal-do-not-import-from-here/ux/borderpicker/BorderPreview.d.ts +58 -4
  77. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +45 -19
  78. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaEditor.d.ts +8 -1
  79. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +169 -95
  80. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.css.d.ts +2 -2
  81. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +54 -4
  82. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +2 -2
  83. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +2 -2
  84. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  86. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +1 -1
  87. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
  90. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +1 -1
  91. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +15 -3
  92. package/internal-do-not-import-from-here/ux/fillpicker/FillPreview.d.ts +32 -4
  93. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
  94. package/internal-do-not-import-from-here/ux/hub/feed/components/{SenderItem.d.ts → ActorItem.d.ts} +14 -14
  95. package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +10 -10
  96. package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +10 -10
  97. package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +2 -2
  98. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +57 -57
  99. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
  100. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +3 -3
  101. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +1 -1
  102. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +28 -2
  103. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +2 -2
  104. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +28 -2
  105. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +28 -2
  106. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
  107. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  108. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +1 -1
  109. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
  110. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
  111. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
  112. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.css.d.ts +4 -0
  113. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +237 -39
  114. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.css.d.ts +8 -7
  115. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +72 -43
  116. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.css.d.ts +1 -1
  117. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +78 -56
  118. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +50 -94
  119. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +4 -55
  120. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +52 -46
  121. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoMask.d.ts +4 -17
  122. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +54 -46
  123. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +53 -33
  124. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.css.d.ts +1 -1
  125. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +58 -81
  126. package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +1 -1
  127. package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +62 -48
  128. package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +63 -0
  129. package/internal-do-not-import-from-here/ux/mediagallery/view/store/index.d.ts +1 -0
  130. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/loc/localize.d.ts +1 -0
  131. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +78 -21
  132. package/internal-do-not-import-from-here/ux/models/PostStyles.d.ts +1 -4
  133. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
  134. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +3 -3
  135. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
  136. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
  137. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +2 -2
  138. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +2 -2
  139. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +1 -1
  140. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +1 -1
  141. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
  142. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +2 -2
  143. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
  144. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3692 -41
  145. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7389 -87
  146. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +4 -4
  147. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +14 -14
  148. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +52 -10
  149. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +51 -0
  150. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +1 -1
  151. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  152. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +1 -1
  153. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +3 -3
  154. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +129 -53
  155. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +1 -1
  156. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +1 -1
  157. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  158. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
  159. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +1 -1
  160. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
  161. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
  162. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  163. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
  164. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7399 -88
  165. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +36 -6
  166. package/internal-do-not-import-from-here/ux/oxide/slidepanel/constants.d.ts +4 -0
  167. package/internal-do-not-import-from-here/ux/oxide/slidepanel/index.d.ts +1 -0
  168. package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +4 -4
  169. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
  170. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  171. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
  172. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
  173. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
  174. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
  175. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  176. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
  177. package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +2 -2
  178. package/internal-do-not-import-from-here/ux/post/IPost.d.ts +4 -15
  179. package/internal-do-not-import-from-here/ux/post/Post.d.ts +131 -65
  180. package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +85 -27
  181. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.css.d.ts +3 -20
  182. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +140 -84
  183. package/internal-do-not-import-from-here/ux/profilecard/aboutuser/AboutUser.d.ts +1 -0
  184. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +3 -3
  185. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -1
  186. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  187. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -1
  188. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
  189. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
  190. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +1 -1
  191. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/blades/ChromeBlueprintsBlade.d.ts +16 -0
  192. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/blades/EditChromeBlueprintBlade.d.ts +16 -0
  193. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/store/ChromeEditorStore.d.ts +39 -26
  194. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +19 -7
  195. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/EditSpacingDefinitionBlade.d.ts +16 -0
  196. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/SpacingBlueprintBlade.d.ts +16 -0
  197. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +36 -11
  198. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +24 -12
  199. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BlueprintsTemplates.d.ts +102 -0
  200. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BorderStyleDefinitions.d.ts +4 -0
  201. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ButtonStyleBlueprints.d.ts +7 -0
  202. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ChromeStyleBlueprints.d.ts +6 -0
  203. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorManager.d.ts +7 -0
  204. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorSchemaManager.d.ts +12 -0
  205. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +0 -10
  206. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/FillStyleDefinitions.d.ts +5 -0
  207. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{default/themes/DefinitionsSpacing.d.ts → core/SpacingBlueprint.d.ts} +1 -4
  208. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/TabsStyleBlueprints.d.ts +9 -0
  209. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +21 -2
  210. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeRegistrations.d.ts +1 -0
  211. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{default/themes/DefinitionsTypography.d.ts → core/TypographyBlueprints.d.ts} +51 -51
  212. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/index.d.ts +7 -0
  213. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +100 -4
  214. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +160 -4
  215. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +137 -0
  216. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3688 -36
  217. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3686 -34
  218. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3687 -35
  219. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3686 -34
  220. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +45 -54
  221. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +5 -6
  222. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3690 -38
  223. package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +1 -5
  224. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +36908 -398
  225. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +4 -1
  226. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeEditor.d.ts +77 -0
  227. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +10 -10
  228. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
  229. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
  230. package/internal-do-not-import-from-here/ux/use/UseClone.d.ts +0 -3
  231. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3692 -41
  232. package/internal-do-not-import-from-here/ux/use/UseInternatlStateMirroring.d.ts +9 -0
  233. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
  234. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +1 -1
  235. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +4 -2
  236. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +7 -7
  237. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +3 -3
  238. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
  239. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  240. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
  241. package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +1 -6
  242. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +76 -118
  243. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +56 -39
  244. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +53 -62
  245. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +54 -66
  246. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsTabRenderer.d.ts +5 -0
  247. package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +1 -1
  248. package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +2 -2
  249. package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +5 -5
  250. package/internal-do-not-import-from-here/wctypings.d.ts +139 -27
  251. package/package.json +2 -2
  252. package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.d.ts +0 -2
  253. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +0 -16
  254. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +0 -5
  255. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +0 -40
  256. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +0 -39
  257. package/internal-do-not-import-from-here/ux/mediapickervideo/IMediaPickerVideo.d.ts +0 -28
  258. package/internal-do-not-import-from-here/ux/mediapickervideo/index.d.ts +0 -1
  259. package/internal-do-not-import-from-here/ux/social/IComment.d.ts +0 -0
  260. package/internal-do-not-import-from-here/ux/social/ILike.d.ts +0 -0
  261. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/TypographyBlade.d.ts +0 -0
  262. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +0 -11
  263. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +0 -22
  264. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +0 -20
  265. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +0 -27
  266. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsComponents.d.ts +0 -0
  267. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +0 -8
  268. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +0 -8
  269. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +0 -11
  270. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts +0 -0
  271. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsSpacing.d.ts +0 -19
  272. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +0 -98
  273. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +0 -11
  274. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +0 -8
  275. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +0 -11
  276. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
  277. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsSpacing.d.ts +0 -19
  278. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +0 -158
  279. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeDefinitionStore.d.ts +0 -29
  280. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentDefinitionStore.d.ts +0 -29
  281. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingDefinitionStore.d.ts +0 -29
  282. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +0 -29
  283. package/internal-do-not-import-from-here/shared/models/hub/{ExternalIdentityId.js → actors/ExternalActorId.js} +0 -0
  284. package/internal-do-not-import-from-here/ux/{theming-v2/admin/blades/blueprints/chrome/blades/ChromeDefinitionBlade.d.ts → blueprintpickers/backgroundstylepicker/docs/SampleComponent.d.ts} +0 -0
  285. package/internal-do-not-import-from-here/ux/{theming-v2/admin/blades/blueprints/spacing/blades/SpacingDefinitionBlade.d.ts → blueprintpickers/stylepicker/docs/SampleComponent.d.ts} +0 -0
  286. package/internal-do-not-import-from-here/ux/hub/feed/components/{SendersList.d.ts → ActorsList.d.ts} +0 -0
  287. package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.css.d.ts → themepicker/ThemePicker.css.d.ts} +0 -0
  288. package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.d.ts → themepicker/ThemePicker.d.ts} +1 -1
@@ -8,7 +8,7 @@ export declare const useColorSchemaStore: () => {
8
8
  onContainer: ColorDefinition;
9
9
  isContainer: boolean;
10
10
  name: string;
11
- colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes;
11
+ colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
12
12
  id: import("@omnia/fx-models").GuidValue;
13
13
  };
14
14
  events: {
@@ -18,13 +18,13 @@ export declare const useColorSchemaStore: () => {
18
18
  onMutatedOnContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<ColorDefinition>;
19
19
  onMutatedIsContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
20
20
  onMutatedName: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
21
- onMutatedColorSchemaType: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes>;
21
+ onMutatedColorSchemaType: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
22
22
  onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
23
23
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
24
24
  actions: {
25
25
  onDispatching: {
26
26
  setColorSchema: {
27
- subscribe(fn: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
27
+ subscribe(fn: (colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
28
28
  };
29
29
  setCustomColorSchema: {
30
30
  subscribe(fn: (colorSchema: ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -60,17 +60,16 @@ export declare const useColorSchemaStore: () => {
60
60
  setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
61
61
  };
62
62
  get: {
63
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes): ColorSchema;
64
- blueprint<TType extends import("@omnia/fx-models").Blueprints>(type: import("@omnia/fx-models").BlueprintType): TType;
63
+ colorSchema(colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): ColorSchema;
65
64
  typography(): import("@omnia/fx-models").TypographyBlueprints;
66
65
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
67
66
  chrome(): import("@omnia/fx-models").ChromeBlueprints;
68
67
  component(): import("@omnia/fx-models").ComponentBlueprints;
69
- color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
70
- colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
68
+ color(colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
69
+ colorDefinition(colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
71
70
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorTypes;
72
- complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
73
- complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
71
+ complementaryColor(colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
72
+ complementaryColorDefinition(colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
74
73
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
75
74
  };
76
75
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -78,7 +77,7 @@ export declare const useColorSchemaStore: () => {
78
77
  };
79
78
  onDispatched: {
80
79
  setColorSchema: {
81
- subscribe(fn: (result: void, colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
80
+ subscribe(fn: (result: void, colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
82
81
  };
83
82
  setCustomColorSchema: {
84
83
  subscribe(fn: (result: void, colorSchema: ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -114,17 +113,16 @@ export declare const useColorSchemaStore: () => {
114
113
  setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
115
114
  };
116
115
  get: {
117
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes): ColorSchema;
118
- blueprint<TType extends import("@omnia/fx-models").Blueprints>(type: import("@omnia/fx-models").BlueprintType): TType;
116
+ colorSchema(colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): ColorSchema;
119
117
  typography(): import("@omnia/fx-models").TypographyBlueprints;
120
118
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
121
119
  chrome(): import("@omnia/fx-models").ChromeBlueprints;
122
120
  component(): import("@omnia/fx-models").ComponentBlueprints;
123
- color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
124
- colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
121
+ color(colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
122
+ colorDefinition(colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
125
123
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorTypes;
126
- complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
127
- complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
124
+ complementaryColor(colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
125
+ complementaryColorDefinition(colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
128
126
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
129
127
  };
130
128
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -132,7 +130,7 @@ export declare const useColorSchemaStore: () => {
132
130
  };
133
131
  onFailure: {
134
132
  setColorSchema: {
135
- subscribe(fn: (failureReason: any, colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
133
+ subscribe(fn: (failureReason: any, colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
136
134
  };
137
135
  setCustomColorSchema: {
138
136
  subscribe(fn: (failureReason: any, colorSchema: ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -168,17 +166,16 @@ export declare const useColorSchemaStore: () => {
168
166
  setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
169
167
  };
170
168
  get: {
171
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes): ColorSchema;
172
- blueprint<TType extends import("@omnia/fx-models").Blueprints>(type: import("@omnia/fx-models").BlueprintType): TType;
169
+ colorSchema(colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): ColorSchema;
173
170
  typography(): import("@omnia/fx-models").TypographyBlueprints;
174
171
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
175
172
  chrome(): import("@omnia/fx-models").ChromeBlueprints;
176
173
  component(): import("@omnia/fx-models").ComponentBlueprints;
177
- color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
178
- colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
174
+ color(colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
175
+ colorDefinition(colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
179
176
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorTypes;
180
- complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
181
- complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
177
+ complementaryColor(colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): string;
178
+ complementaryColorDefinition(colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes): ColorDefinition;
182
179
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
183
180
  };
184
181
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -202,8 +199,7 @@ export declare const useColorSchemaStore: () => {
202
199
  toJSON: () => string;
203
200
  valueOf: () => string;
204
201
  };
205
- name: string;
206
- dark: boolean;
202
+ name?: string;
207
203
  colors: {
208
204
  primary: {
209
205
  name: string;
@@ -413,10 +409,3667 @@ export declare const useColorSchemaStore: () => {
413
409
  };
414
410
  };
415
411
  };
416
- blueprints: {
417
- type: import("@omnia/fx-models").BlueprintType;
412
+ typography: {
413
+ primary: {
414
+ name: string;
415
+ font?: {
416
+ id: {
417
+ equals: {
418
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
419
+ };
420
+ toString: () => string;
421
+ toJSON: () => string;
422
+ valueOf: () => string;
423
+ };
424
+ family: string;
425
+ cdn?: string;
426
+ };
427
+ title: {
428
+ xl: {
429
+ decoration?: string;
430
+ lg: {
431
+ weight: number;
432
+ size: number;
433
+ lineHeight: number;
434
+ };
435
+ md?: {
436
+ weight: number;
437
+ size: number;
438
+ lineHeight: number;
439
+ };
440
+ sm?: {
441
+ weight: number;
442
+ size: number;
443
+ lineHeight: number;
444
+ };
445
+ };
446
+ l: {
447
+ decoration?: string;
448
+ lg: {
449
+ weight: number;
450
+ size: number;
451
+ lineHeight: number;
452
+ };
453
+ md?: {
454
+ weight: number;
455
+ size: number;
456
+ lineHeight: number;
457
+ };
458
+ sm?: {
459
+ weight: number;
460
+ size: number;
461
+ lineHeight: number;
462
+ };
463
+ };
464
+ m: {
465
+ decoration?: string;
466
+ lg: {
467
+ weight: number;
468
+ size: number;
469
+ lineHeight: number;
470
+ };
471
+ md?: {
472
+ weight: number;
473
+ size: number;
474
+ lineHeight: number;
475
+ };
476
+ sm?: {
477
+ weight: number;
478
+ size: number;
479
+ lineHeight: number;
480
+ };
481
+ };
482
+ s: {
483
+ decoration?: string;
484
+ lg: {
485
+ weight: number;
486
+ size: number;
487
+ lineHeight: number;
488
+ };
489
+ md?: {
490
+ weight: number;
491
+ size: number;
492
+ lineHeight: number;
493
+ };
494
+ sm?: {
495
+ weight: number;
496
+ size: number;
497
+ lineHeight: number;
498
+ };
499
+ };
500
+ xs: {
501
+ decoration?: string;
502
+ lg: {
503
+ weight: number;
504
+ size: number;
505
+ lineHeight: number;
506
+ };
507
+ md?: {
508
+ weight: number;
509
+ size: number;
510
+ lineHeight: number;
511
+ };
512
+ sm?: {
513
+ weight: number;
514
+ size: number;
515
+ lineHeight: number;
516
+ };
517
+ };
518
+ };
519
+ text: {
520
+ l: {
521
+ decoration?: string;
522
+ lg: {
523
+ weight: number;
524
+ size: number;
525
+ lineHeight: number;
526
+ };
527
+ md?: {
528
+ weight: number;
529
+ size: number;
530
+ lineHeight: number;
531
+ };
532
+ sm?: {
533
+ weight: number;
534
+ size: number;
535
+ lineHeight: number;
536
+ };
537
+ };
538
+ m: {
539
+ decoration?: string;
540
+ lg: {
541
+ weight: number;
542
+ size: number;
543
+ lineHeight: number;
544
+ };
545
+ md?: {
546
+ weight: number;
547
+ size: number;
548
+ lineHeight: number;
549
+ };
550
+ sm?: {
551
+ weight: number;
552
+ size: number;
553
+ lineHeight: number;
554
+ };
555
+ };
556
+ s: {
557
+ decoration?: string;
558
+ lg: {
559
+ weight: number;
560
+ size: number;
561
+ lineHeight: number;
562
+ };
563
+ md?: {
564
+ weight: number;
565
+ size: number;
566
+ lineHeight: number;
567
+ };
568
+ sm?: {
569
+ weight: number;
570
+ size: number;
571
+ lineHeight: number;
572
+ };
573
+ };
574
+ xs: {
575
+ decoration?: string;
576
+ lg: {
577
+ weight: number;
578
+ size: number;
579
+ lineHeight: number;
580
+ };
581
+ md?: {
582
+ weight: number;
583
+ size: number;
584
+ lineHeight: number;
585
+ };
586
+ sm?: {
587
+ weight: number;
588
+ size: number;
589
+ lineHeight: number;
590
+ };
591
+ };
592
+ };
593
+ navigation: {
594
+ l: {
595
+ decoration?: string;
596
+ lg: {
597
+ weight: number;
598
+ size: number;
599
+ lineHeight: number;
600
+ };
601
+ md?: {
602
+ weight: number;
603
+ size: number;
604
+ lineHeight: number;
605
+ };
606
+ sm?: {
607
+ weight: number;
608
+ size: number;
609
+ lineHeight: number;
610
+ };
611
+ };
612
+ m: {
613
+ decoration?: string;
614
+ lg: {
615
+ weight: number;
616
+ size: number;
617
+ lineHeight: number;
618
+ };
619
+ md?: {
620
+ weight: number;
621
+ size: number;
622
+ lineHeight: number;
623
+ };
624
+ sm?: {
625
+ weight: number;
626
+ size: number;
627
+ lineHeight: number;
628
+ };
629
+ };
630
+ };
631
+ link: {
632
+ m: {
633
+ decoration?: string;
634
+ lg: {
635
+ weight: number;
636
+ size: number;
637
+ lineHeight: number;
638
+ };
639
+ md?: {
640
+ weight: number;
641
+ size: number;
642
+ lineHeight: number;
643
+ };
644
+ sm?: {
645
+ weight: number;
646
+ size: number;
647
+ lineHeight: number;
648
+ };
649
+ };
650
+ };
651
+ };
652
+ name?: string;
653
+ };
654
+ spacing: {
655
+ primary: {
656
+ layout: {
657
+ name: string;
658
+ xs: number;
659
+ s: number;
660
+ m: number;
661
+ l: number;
662
+ xl: number;
663
+ };
664
+ inner: {
665
+ name: string;
666
+ xs: number;
667
+ s: number;
668
+ m: number;
669
+ l: number;
670
+ xl: number;
671
+ };
672
+ };
673
+ name?: string;
674
+ };
675
+ chrome: {
676
+ primary: {
677
+ name?: string;
678
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
679
+ header: {
680
+ definitionId: {
681
+ toString: () => string;
682
+ equals?: {
683
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
684
+ };
685
+ };
686
+ definition?: {
687
+ type: "velcron";
688
+ version?: string;
689
+ name?: string;
690
+ body?: {
691
+ body?: any[];
692
+ style?: {
693
+ margin?: number;
694
+ marginTop?: number;
695
+ marginRight?: number;
696
+ marginBottom?: number;
697
+ marginLeft?: number;
698
+ padding?: number;
699
+ paddingTop?: number;
700
+ paddingRight?: number;
701
+ paddingBottom?: number;
702
+ paddingLeft?: number;
703
+ height?: string | number;
704
+ width?: string | number;
705
+ };
706
+ foreach?: string;
707
+ if?: string;
708
+ events?: import("@omnia/fx-models").VelcronEvent;
709
+ type: string;
710
+ name?: string;
711
+ key?: string;
712
+ margin?: {
713
+ top?: string | number;
714
+ right?: string | number;
715
+ bottom?: string | number;
716
+ left?: string | number;
717
+ };
718
+ padding?: {
719
+ top?: string | number;
720
+ right?: string | number;
721
+ bottom?: string | number;
722
+ left?: string | number;
723
+ };
724
+ }[];
725
+ events?: {
726
+ onLoaded?: string[];
727
+ onEditMode?: string[];
728
+ onSaved?: string[];
729
+ };
730
+ actions?: {
731
+ [name: string]: string[];
732
+ };
733
+ components?: {
734
+ type: string;
735
+ events?: any;
736
+ properties?: {
737
+ [name: string]: any;
738
+ };
739
+ icon?: any;
740
+ body?: {
741
+ body?: any[];
742
+ style?: {
743
+ margin?: number;
744
+ marginTop?: number;
745
+ marginRight?: number;
746
+ marginBottom?: number;
747
+ marginLeft?: number;
748
+ padding?: number;
749
+ paddingTop?: number;
750
+ paddingRight?: number;
751
+ paddingBottom?: number;
752
+ paddingLeft?: number;
753
+ height?: string | number;
754
+ width?: string | number;
755
+ };
756
+ foreach?: string;
757
+ if?: string;
758
+ events?: import("@omnia/fx-models").VelcronEvent;
759
+ type: string;
760
+ name?: string;
761
+ key?: string;
762
+ margin?: {
763
+ top?: string | number;
764
+ right?: string | number;
765
+ bottom?: string | number;
766
+ left?: string | number;
767
+ };
768
+ padding?: {
769
+ top?: string | number;
770
+ right?: string | number;
771
+ bottom?: string | number;
772
+ left?: string | number;
773
+ };
774
+ }[];
775
+ style?: {
776
+ margin?: number;
777
+ marginTop?: number;
778
+ marginRight?: number;
779
+ marginBottom?: number;
780
+ marginLeft?: number;
781
+ padding?: number;
782
+ paddingTop?: number;
783
+ paddingRight?: number;
784
+ paddingBottom?: number;
785
+ paddingLeft?: number;
786
+ height?: string | number;
787
+ width?: string | number;
788
+ };
789
+ foreach?: string;
790
+ if?: string;
791
+ name?: string;
792
+ key?: string;
793
+ margin?: {
794
+ top?: string | number;
795
+ right?: string | number;
796
+ bottom?: string | number;
797
+ left?: string | number;
798
+ };
799
+ padding?: {
800
+ top?: string | number;
801
+ right?: string | number;
802
+ bottom?: string | number;
803
+ left?: string | number;
804
+ };
805
+ }[];
806
+ propEditors?: {
807
+ name?: string;
808
+ category?: string;
809
+ type: string;
810
+ settings?: any;
811
+ stateMapping?: string;
812
+ propertyMapping?: boolean;
813
+ multiple?: boolean;
814
+ component?: unknown;
815
+ }[];
816
+ state?: object;
817
+ computed?: {
818
+ [name: string]: string[];
819
+ };
820
+ key?: string;
821
+ };
822
+ };
823
+ styles: {
824
+ background?: {
825
+ fill?: {
826
+ colors: (string | {
827
+ colorType: "base" | "onBase" | "container" | "onContainer";
828
+ toned?: boolean;
829
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
830
+ } | {
831
+ color: string | {
832
+ colorType: "base" | "onBase" | "container" | "onContainer";
833
+ toned?: boolean;
834
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
835
+ };
836
+ stop?: number;
837
+ })[];
838
+ acrylic?: boolean;
839
+ opacity?: number;
840
+ };
841
+ border?: {
842
+ radius?: {
843
+ top?: import("@omnia/fx-models").SpacingValue;
844
+ right?: import("@omnia/fx-models").SpacingValue;
845
+ bottom?: import("@omnia/fx-models").SpacingValue;
846
+ left?: import("@omnia/fx-models").SpacingValue;
847
+ };
848
+ width?: {
849
+ top?: import("@omnia/fx-models").SpacingValue;
850
+ right?: import("@omnia/fx-models").SpacingValue;
851
+ bottom?: import("@omnia/fx-models").SpacingValue;
852
+ left?: import("@omnia/fx-models").SpacingValue;
853
+ };
854
+ fill?: {
855
+ colors: (string | {
856
+ colorType: "base" | "onBase" | "container" | "onContainer";
857
+ toned?: boolean;
858
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
859
+ } | {
860
+ color: string | {
861
+ colorType: "base" | "onBase" | "container" | "onContainer";
862
+ toned?: boolean;
863
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
864
+ };
865
+ stop?: number;
866
+ })[];
867
+ acrylic?: boolean;
868
+ opacity?: number;
869
+ };
870
+ };
871
+ elevation?: number;
872
+ };
873
+ spacing?: {
874
+ top?: import("@omnia/fx-models").SpacingValue;
875
+ right?: import("@omnia/fx-models").SpacingValue;
876
+ bottom?: import("@omnia/fx-models").SpacingValue;
877
+ left?: import("@omnia/fx-models").SpacingValue;
878
+ };
879
+ };
880
+ };
881
+ variant1?: {
882
+ name?: string;
883
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
884
+ header: {
885
+ definitionId: {
886
+ toString: () => string;
887
+ equals?: {
888
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
889
+ };
890
+ };
891
+ definition?: {
892
+ type: "velcron";
893
+ version?: string;
894
+ name?: string;
895
+ body?: {
896
+ body?: any[];
897
+ style?: {
898
+ margin?: number;
899
+ marginTop?: number;
900
+ marginRight?: number;
901
+ marginBottom?: number;
902
+ marginLeft?: number;
903
+ padding?: number;
904
+ paddingTop?: number;
905
+ paddingRight?: number;
906
+ paddingBottom?: number;
907
+ paddingLeft?: number;
908
+ height?: string | number;
909
+ width?: string | number;
910
+ };
911
+ foreach?: string;
912
+ if?: string;
913
+ events?: import("@omnia/fx-models").VelcronEvent;
914
+ type: string;
915
+ name?: string;
916
+ key?: string;
917
+ margin?: {
918
+ top?: string | number;
919
+ right?: string | number;
920
+ bottom?: string | number;
921
+ left?: string | number;
922
+ };
923
+ padding?: {
924
+ top?: string | number;
925
+ right?: string | number;
926
+ bottom?: string | number;
927
+ left?: string | number;
928
+ };
929
+ }[];
930
+ events?: {
931
+ onLoaded?: string[];
932
+ onEditMode?: string[];
933
+ onSaved?: string[];
934
+ };
935
+ actions?: {
936
+ [name: string]: string[];
937
+ };
938
+ components?: {
939
+ type: string;
940
+ events?: any;
941
+ properties?: {
942
+ [name: string]: any;
943
+ };
944
+ icon?: any;
945
+ body?: {
946
+ body?: any[];
947
+ style?: {
948
+ margin?: number;
949
+ marginTop?: number;
950
+ marginRight?: number;
951
+ marginBottom?: number;
952
+ marginLeft?: number;
953
+ padding?: number;
954
+ paddingTop?: number;
955
+ paddingRight?: number;
956
+ paddingBottom?: number;
957
+ paddingLeft?: number;
958
+ height?: string | number;
959
+ width?: string | number;
960
+ };
961
+ foreach?: string;
962
+ if?: string;
963
+ events?: import("@omnia/fx-models").VelcronEvent;
964
+ type: string;
965
+ name?: string;
966
+ key?: string;
967
+ margin?: {
968
+ top?: string | number;
969
+ right?: string | number;
970
+ bottom?: string | number;
971
+ left?: string | number;
972
+ };
973
+ padding?: {
974
+ top?: string | number;
975
+ right?: string | number;
976
+ bottom?: string | number;
977
+ left?: string | number;
978
+ };
979
+ }[];
980
+ style?: {
981
+ margin?: number;
982
+ marginTop?: number;
983
+ marginRight?: number;
984
+ marginBottom?: number;
985
+ marginLeft?: number;
986
+ padding?: number;
987
+ paddingTop?: number;
988
+ paddingRight?: number;
989
+ paddingBottom?: number;
990
+ paddingLeft?: number;
991
+ height?: string | number;
992
+ width?: string | number;
993
+ };
994
+ foreach?: string;
995
+ if?: string;
996
+ name?: string;
997
+ key?: string;
998
+ margin?: {
999
+ top?: string | number;
1000
+ right?: string | number;
1001
+ bottom?: string | number;
1002
+ left?: string | number;
1003
+ };
1004
+ padding?: {
1005
+ top?: string | number;
1006
+ right?: string | number;
1007
+ bottom?: string | number;
1008
+ left?: string | number;
1009
+ };
1010
+ }[];
1011
+ propEditors?: {
1012
+ name?: string;
1013
+ category?: string;
1014
+ type: string;
1015
+ settings?: any;
1016
+ stateMapping?: string;
1017
+ propertyMapping?: boolean;
1018
+ multiple?: boolean;
1019
+ component?: unknown;
1020
+ }[];
1021
+ state?: object;
1022
+ computed?: {
1023
+ [name: string]: string[];
1024
+ };
1025
+ key?: string;
1026
+ };
1027
+ };
1028
+ styles: {
1029
+ background?: {
1030
+ fill?: {
1031
+ colors: (string | {
1032
+ colorType: "base" | "onBase" | "container" | "onContainer";
1033
+ toned?: boolean;
1034
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1035
+ } | {
1036
+ color: string | {
1037
+ colorType: "base" | "onBase" | "container" | "onContainer";
1038
+ toned?: boolean;
1039
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1040
+ };
1041
+ stop?: number;
1042
+ })[];
1043
+ acrylic?: boolean;
1044
+ opacity?: number;
1045
+ };
1046
+ border?: {
1047
+ radius?: {
1048
+ top?: import("@omnia/fx-models").SpacingValue;
1049
+ right?: import("@omnia/fx-models").SpacingValue;
1050
+ bottom?: import("@omnia/fx-models").SpacingValue;
1051
+ left?: import("@omnia/fx-models").SpacingValue;
1052
+ };
1053
+ width?: {
1054
+ top?: import("@omnia/fx-models").SpacingValue;
1055
+ right?: import("@omnia/fx-models").SpacingValue;
1056
+ bottom?: import("@omnia/fx-models").SpacingValue;
1057
+ left?: import("@omnia/fx-models").SpacingValue;
1058
+ };
1059
+ fill?: {
1060
+ colors: (string | {
1061
+ colorType: "base" | "onBase" | "container" | "onContainer";
1062
+ toned?: boolean;
1063
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1064
+ } | {
1065
+ color: string | {
1066
+ colorType: "base" | "onBase" | "container" | "onContainer";
1067
+ toned?: boolean;
1068
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1069
+ };
1070
+ stop?: number;
1071
+ })[];
1072
+ acrylic?: boolean;
1073
+ opacity?: number;
1074
+ };
1075
+ };
1076
+ elevation?: number;
1077
+ };
1078
+ spacing?: {
1079
+ top?: import("@omnia/fx-models").SpacingValue;
1080
+ right?: import("@omnia/fx-models").SpacingValue;
1081
+ bottom?: import("@omnia/fx-models").SpacingValue;
1082
+ left?: import("@omnia/fx-models").SpacingValue;
1083
+ };
1084
+ };
1085
+ };
1086
+ variant2?: {
1087
+ name?: string;
1088
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1089
+ header: {
1090
+ definitionId: {
1091
+ toString: () => string;
1092
+ equals?: {
1093
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
1094
+ };
1095
+ };
1096
+ definition?: {
1097
+ type: "velcron";
1098
+ version?: string;
1099
+ name?: string;
1100
+ body?: {
1101
+ body?: any[];
1102
+ style?: {
1103
+ margin?: number;
1104
+ marginTop?: number;
1105
+ marginRight?: number;
1106
+ marginBottom?: number;
1107
+ marginLeft?: number;
1108
+ padding?: number;
1109
+ paddingTop?: number;
1110
+ paddingRight?: number;
1111
+ paddingBottom?: number;
1112
+ paddingLeft?: number;
1113
+ height?: string | number;
1114
+ width?: string | number;
1115
+ };
1116
+ foreach?: string;
1117
+ if?: string;
1118
+ events?: import("@omnia/fx-models").VelcronEvent;
1119
+ type: string;
1120
+ name?: string;
1121
+ key?: string;
1122
+ margin?: {
1123
+ top?: string | number;
1124
+ right?: string | number;
1125
+ bottom?: string | number;
1126
+ left?: string | number;
1127
+ };
1128
+ padding?: {
1129
+ top?: string | number;
1130
+ right?: string | number;
1131
+ bottom?: string | number;
1132
+ left?: string | number;
1133
+ };
1134
+ }[];
1135
+ events?: {
1136
+ onLoaded?: string[];
1137
+ onEditMode?: string[];
1138
+ onSaved?: string[];
1139
+ };
1140
+ actions?: {
1141
+ [name: string]: string[];
1142
+ };
1143
+ components?: {
1144
+ type: string;
1145
+ events?: any;
1146
+ properties?: {
1147
+ [name: string]: any;
1148
+ };
1149
+ icon?: any;
1150
+ body?: {
1151
+ body?: any[];
1152
+ style?: {
1153
+ margin?: number;
1154
+ marginTop?: number;
1155
+ marginRight?: number;
1156
+ marginBottom?: number;
1157
+ marginLeft?: number;
1158
+ padding?: number;
1159
+ paddingTop?: number;
1160
+ paddingRight?: number;
1161
+ paddingBottom?: number;
1162
+ paddingLeft?: number;
1163
+ height?: string | number;
1164
+ width?: string | number;
1165
+ };
1166
+ foreach?: string;
1167
+ if?: string;
1168
+ events?: import("@omnia/fx-models").VelcronEvent;
1169
+ type: string;
1170
+ name?: string;
1171
+ key?: string;
1172
+ margin?: {
1173
+ top?: string | number;
1174
+ right?: string | number;
1175
+ bottom?: string | number;
1176
+ left?: string | number;
1177
+ };
1178
+ padding?: {
1179
+ top?: string | number;
1180
+ right?: string | number;
1181
+ bottom?: string | number;
1182
+ left?: string | number;
1183
+ };
1184
+ }[];
1185
+ style?: {
1186
+ margin?: number;
1187
+ marginTop?: number;
1188
+ marginRight?: number;
1189
+ marginBottom?: number;
1190
+ marginLeft?: number;
1191
+ padding?: number;
1192
+ paddingTop?: number;
1193
+ paddingRight?: number;
1194
+ paddingBottom?: number;
1195
+ paddingLeft?: number;
1196
+ height?: string | number;
1197
+ width?: string | number;
1198
+ };
1199
+ foreach?: string;
1200
+ if?: string;
1201
+ name?: string;
1202
+ key?: string;
1203
+ margin?: {
1204
+ top?: string | number;
1205
+ right?: string | number;
1206
+ bottom?: string | number;
1207
+ left?: string | number;
1208
+ };
1209
+ padding?: {
1210
+ top?: string | number;
1211
+ right?: string | number;
1212
+ bottom?: string | number;
1213
+ left?: string | number;
1214
+ };
1215
+ }[];
1216
+ propEditors?: {
1217
+ name?: string;
1218
+ category?: string;
1219
+ type: string;
1220
+ settings?: any;
1221
+ stateMapping?: string;
1222
+ propertyMapping?: boolean;
1223
+ multiple?: boolean;
1224
+ component?: unknown;
1225
+ }[];
1226
+ state?: object;
1227
+ computed?: {
1228
+ [name: string]: string[];
1229
+ };
1230
+ key?: string;
1231
+ };
1232
+ };
1233
+ styles: {
1234
+ background?: {
1235
+ fill?: {
1236
+ colors: (string | {
1237
+ colorType: "base" | "onBase" | "container" | "onContainer";
1238
+ toned?: boolean;
1239
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1240
+ } | {
1241
+ color: string | {
1242
+ colorType: "base" | "onBase" | "container" | "onContainer";
1243
+ toned?: boolean;
1244
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1245
+ };
1246
+ stop?: number;
1247
+ })[];
1248
+ acrylic?: boolean;
1249
+ opacity?: number;
1250
+ };
1251
+ border?: {
1252
+ radius?: {
1253
+ top?: import("@omnia/fx-models").SpacingValue;
1254
+ right?: import("@omnia/fx-models").SpacingValue;
1255
+ bottom?: import("@omnia/fx-models").SpacingValue;
1256
+ left?: import("@omnia/fx-models").SpacingValue;
1257
+ };
1258
+ width?: {
1259
+ top?: import("@omnia/fx-models").SpacingValue;
1260
+ right?: import("@omnia/fx-models").SpacingValue;
1261
+ bottom?: import("@omnia/fx-models").SpacingValue;
1262
+ left?: import("@omnia/fx-models").SpacingValue;
1263
+ };
1264
+ fill?: {
1265
+ colors: (string | {
1266
+ colorType: "base" | "onBase" | "container" | "onContainer";
1267
+ toned?: boolean;
1268
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1269
+ } | {
1270
+ color: string | {
1271
+ colorType: "base" | "onBase" | "container" | "onContainer";
1272
+ toned?: boolean;
1273
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1274
+ };
1275
+ stop?: number;
1276
+ })[];
1277
+ acrylic?: boolean;
1278
+ opacity?: number;
1279
+ };
1280
+ };
1281
+ elevation?: number;
1282
+ };
1283
+ spacing?: {
1284
+ top?: import("@omnia/fx-models").SpacingValue;
1285
+ right?: import("@omnia/fx-models").SpacingValue;
1286
+ bottom?: import("@omnia/fx-models").SpacingValue;
1287
+ left?: import("@omnia/fx-models").SpacingValue;
1288
+ };
1289
+ };
1290
+ };
1291
+ variant3?: {
1292
+ name?: string;
1293
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1294
+ header: {
1295
+ definitionId: {
1296
+ toString: () => string;
1297
+ equals?: {
1298
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
1299
+ };
1300
+ };
1301
+ definition?: {
1302
+ type: "velcron";
1303
+ version?: string;
1304
+ name?: string;
1305
+ body?: {
1306
+ body?: any[];
1307
+ style?: {
1308
+ margin?: number;
1309
+ marginTop?: number;
1310
+ marginRight?: number;
1311
+ marginBottom?: number;
1312
+ marginLeft?: number;
1313
+ padding?: number;
1314
+ paddingTop?: number;
1315
+ paddingRight?: number;
1316
+ paddingBottom?: number;
1317
+ paddingLeft?: number;
1318
+ height?: string | number;
1319
+ width?: string | number;
1320
+ };
1321
+ foreach?: string;
1322
+ if?: string;
1323
+ events?: import("@omnia/fx-models").VelcronEvent;
1324
+ type: string;
1325
+ name?: string;
1326
+ key?: string;
1327
+ margin?: {
1328
+ top?: string | number;
1329
+ right?: string | number;
1330
+ bottom?: string | number;
1331
+ left?: string | number;
1332
+ };
1333
+ padding?: {
1334
+ top?: string | number;
1335
+ right?: string | number;
1336
+ bottom?: string | number;
1337
+ left?: string | number;
1338
+ };
1339
+ }[];
1340
+ events?: {
1341
+ onLoaded?: string[];
1342
+ onEditMode?: string[];
1343
+ onSaved?: string[];
1344
+ };
1345
+ actions?: {
1346
+ [name: string]: string[];
1347
+ };
1348
+ components?: {
1349
+ type: string;
1350
+ events?: any;
1351
+ properties?: {
1352
+ [name: string]: any;
1353
+ };
1354
+ icon?: any;
1355
+ body?: {
1356
+ body?: any[];
1357
+ style?: {
1358
+ margin?: number;
1359
+ marginTop?: number;
1360
+ marginRight?: number;
1361
+ marginBottom?: number;
1362
+ marginLeft?: number;
1363
+ padding?: number;
1364
+ paddingTop?: number;
1365
+ paddingRight?: number;
1366
+ paddingBottom?: number;
1367
+ paddingLeft?: number;
1368
+ height?: string | number;
1369
+ width?: string | number;
1370
+ };
1371
+ foreach?: string;
1372
+ if?: string;
1373
+ events?: import("@omnia/fx-models").VelcronEvent;
1374
+ type: string;
1375
+ name?: string;
1376
+ key?: string;
1377
+ margin?: {
1378
+ top?: string | number;
1379
+ right?: string | number;
1380
+ bottom?: string | number;
1381
+ left?: string | number;
1382
+ };
1383
+ padding?: {
1384
+ top?: string | number;
1385
+ right?: string | number;
1386
+ bottom?: string | number;
1387
+ left?: string | number;
1388
+ };
1389
+ }[];
1390
+ style?: {
1391
+ margin?: number;
1392
+ marginTop?: number;
1393
+ marginRight?: number;
1394
+ marginBottom?: number;
1395
+ marginLeft?: number;
1396
+ padding?: number;
1397
+ paddingTop?: number;
1398
+ paddingRight?: number;
1399
+ paddingBottom?: number;
1400
+ paddingLeft?: number;
1401
+ height?: string | number;
1402
+ width?: string | number;
1403
+ };
1404
+ foreach?: string;
1405
+ if?: string;
1406
+ name?: string;
1407
+ key?: string;
1408
+ margin?: {
1409
+ top?: string | number;
1410
+ right?: string | number;
1411
+ bottom?: string | number;
1412
+ left?: string | number;
1413
+ };
1414
+ padding?: {
1415
+ top?: string | number;
1416
+ right?: string | number;
1417
+ bottom?: string | number;
1418
+ left?: string | number;
1419
+ };
1420
+ }[];
1421
+ propEditors?: {
1422
+ name?: string;
1423
+ category?: string;
1424
+ type: string;
1425
+ settings?: any;
1426
+ stateMapping?: string;
1427
+ propertyMapping?: boolean;
1428
+ multiple?: boolean;
1429
+ component?: unknown;
1430
+ }[];
1431
+ state?: object;
1432
+ computed?: {
1433
+ [name: string]: string[];
1434
+ };
1435
+ key?: string;
1436
+ };
1437
+ };
1438
+ styles: {
1439
+ background?: {
1440
+ fill?: {
1441
+ colors: (string | {
1442
+ colorType: "base" | "onBase" | "container" | "onContainer";
1443
+ toned?: boolean;
1444
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1445
+ } | {
1446
+ color: string | {
1447
+ colorType: "base" | "onBase" | "container" | "onContainer";
1448
+ toned?: boolean;
1449
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1450
+ };
1451
+ stop?: number;
1452
+ })[];
1453
+ acrylic?: boolean;
1454
+ opacity?: number;
1455
+ };
1456
+ border?: {
1457
+ radius?: {
1458
+ top?: import("@omnia/fx-models").SpacingValue;
1459
+ right?: import("@omnia/fx-models").SpacingValue;
1460
+ bottom?: import("@omnia/fx-models").SpacingValue;
1461
+ left?: import("@omnia/fx-models").SpacingValue;
1462
+ };
1463
+ width?: {
1464
+ top?: import("@omnia/fx-models").SpacingValue;
1465
+ right?: import("@omnia/fx-models").SpacingValue;
1466
+ bottom?: import("@omnia/fx-models").SpacingValue;
1467
+ left?: import("@omnia/fx-models").SpacingValue;
1468
+ };
1469
+ fill?: {
1470
+ colors: (string | {
1471
+ colorType: "base" | "onBase" | "container" | "onContainer";
1472
+ toned?: boolean;
1473
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1474
+ } | {
1475
+ color: string | {
1476
+ colorType: "base" | "onBase" | "container" | "onContainer";
1477
+ toned?: boolean;
1478
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1479
+ };
1480
+ stop?: number;
1481
+ })[];
1482
+ acrylic?: boolean;
1483
+ opacity?: number;
1484
+ };
1485
+ };
1486
+ elevation?: number;
1487
+ };
1488
+ spacing?: {
1489
+ top?: import("@omnia/fx-models").SpacingValue;
1490
+ right?: import("@omnia/fx-models").SpacingValue;
1491
+ bottom?: import("@omnia/fx-models").SpacingValue;
1492
+ left?: import("@omnia/fx-models").SpacingValue;
1493
+ };
1494
+ };
1495
+ };
1496
+ name?: string;
1497
+ };
1498
+ components: {
1499
+ buttons?: {
1500
+ text?: {
1501
+ primary?: {
1502
+ type: "button";
1503
+ padding?: {
1504
+ top?: import("@omnia/fx-models").SpacingValue;
1505
+ right?: import("@omnia/fx-models").SpacingValue;
1506
+ bottom?: import("@omnia/fx-models").SpacingValue;
1507
+ left?: import("@omnia/fx-models").SpacingValue;
1508
+ };
1509
+ background?: {
1510
+ fill?: {
1511
+ colors: (string | {
1512
+ colorType: "base" | "onBase" | "container" | "onContainer";
1513
+ toned?: boolean;
1514
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1515
+ } | {
1516
+ color: string | {
1517
+ colorType: "base" | "onBase" | "container" | "onContainer";
1518
+ toned?: boolean;
1519
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1520
+ };
1521
+ stop?: number;
1522
+ })[];
1523
+ acrylic?: boolean;
1524
+ opacity?: number;
1525
+ };
1526
+ border?: {
1527
+ radius?: {
1528
+ top?: import("@omnia/fx-models").SpacingValue;
1529
+ right?: import("@omnia/fx-models").SpacingValue;
1530
+ bottom?: import("@omnia/fx-models").SpacingValue;
1531
+ left?: import("@omnia/fx-models").SpacingValue;
1532
+ };
1533
+ width?: {
1534
+ top?: import("@omnia/fx-models").SpacingValue;
1535
+ right?: import("@omnia/fx-models").SpacingValue;
1536
+ bottom?: import("@omnia/fx-models").SpacingValue;
1537
+ left?: import("@omnia/fx-models").SpacingValue;
1538
+ };
1539
+ fill?: {
1540
+ colors: (string | {
1541
+ colorType: "base" | "onBase" | "container" | "onContainer";
1542
+ toned?: boolean;
1543
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1544
+ } | {
1545
+ color: string | any;
1546
+ stop?: number;
1547
+ })[];
1548
+ acrylic?: boolean;
1549
+ opacity?: number;
1550
+ };
1551
+ };
1552
+ elevation?: number;
1553
+ };
1554
+ alterCase?: boolean;
1555
+ text?: {
1556
+ type: "text";
1557
+ color?: {
1558
+ colors: (string | {
1559
+ colorType: "base" | "onBase" | "container" | "onContainer";
1560
+ toned?: boolean;
1561
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1562
+ } | {
1563
+ color: string | {
1564
+ colorType: "base" | "onBase" | "container" | "onContainer";
1565
+ toned?: boolean;
1566
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1567
+ };
1568
+ stop?: number;
1569
+ })[];
1570
+ acrylic?: boolean;
1571
+ opacity?: number;
1572
+ };
1573
+ typography?: {
1574
+ decoration?: string;
1575
+ lg: {
1576
+ weight: number;
1577
+ size: number;
1578
+ lineHeight: number;
1579
+ };
1580
+ md?: {
1581
+ weight: number;
1582
+ size: number;
1583
+ lineHeight: number;
1584
+ };
1585
+ sm?: {
1586
+ weight: number;
1587
+ size: number;
1588
+ lineHeight: number;
1589
+ };
1590
+ } | {
1591
+ type: "title" | "text" | "navigation";
1592
+ size: "xs" | "s" | "m" | "l" | "xl";
1593
+ };
1594
+ };
1595
+ icon?: {
1596
+ type: "icon";
1597
+ color?: {
1598
+ colors: (string | {
1599
+ colorType: "base" | "onBase" | "container" | "onContainer";
1600
+ toned?: boolean;
1601
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1602
+ } | {
1603
+ color: string | {
1604
+ colorType: "base" | "onBase" | "container" | "onContainer";
1605
+ toned?: boolean;
1606
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1607
+ };
1608
+ stop?: number;
1609
+ })[];
1610
+ acrylic?: boolean;
1611
+ opacity?: number;
1612
+ };
1613
+ size?: number;
1614
+ };
1615
+ };
1616
+ basic?: {
1617
+ type: "button";
1618
+ padding?: {
1619
+ top?: import("@omnia/fx-models").SpacingValue;
1620
+ right?: import("@omnia/fx-models").SpacingValue;
1621
+ bottom?: import("@omnia/fx-models").SpacingValue;
1622
+ left?: import("@omnia/fx-models").SpacingValue;
1623
+ };
1624
+ background?: {
1625
+ fill?: {
1626
+ colors: (string | {
1627
+ colorType: "base" | "onBase" | "container" | "onContainer";
1628
+ toned?: boolean;
1629
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1630
+ } | {
1631
+ color: string | {
1632
+ colorType: "base" | "onBase" | "container" | "onContainer";
1633
+ toned?: boolean;
1634
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1635
+ };
1636
+ stop?: number;
1637
+ })[];
1638
+ acrylic?: boolean;
1639
+ opacity?: number;
1640
+ };
1641
+ border?: {
1642
+ radius?: {
1643
+ top?: import("@omnia/fx-models").SpacingValue;
1644
+ right?: import("@omnia/fx-models").SpacingValue;
1645
+ bottom?: import("@omnia/fx-models").SpacingValue;
1646
+ left?: import("@omnia/fx-models").SpacingValue;
1647
+ };
1648
+ width?: {
1649
+ top?: import("@omnia/fx-models").SpacingValue;
1650
+ right?: import("@omnia/fx-models").SpacingValue;
1651
+ bottom?: import("@omnia/fx-models").SpacingValue;
1652
+ left?: import("@omnia/fx-models").SpacingValue;
1653
+ };
1654
+ fill?: {
1655
+ colors: (string | {
1656
+ colorType: "base" | "onBase" | "container" | "onContainer";
1657
+ toned?: boolean;
1658
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1659
+ } | {
1660
+ color: string | any;
1661
+ stop?: number;
1662
+ })[];
1663
+ acrylic?: boolean;
1664
+ opacity?: number;
1665
+ };
1666
+ };
1667
+ elevation?: number;
1668
+ };
1669
+ alterCase?: boolean;
1670
+ text?: {
1671
+ type: "text";
1672
+ color?: {
1673
+ colors: (string | {
1674
+ colorType: "base" | "onBase" | "container" | "onContainer";
1675
+ toned?: boolean;
1676
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1677
+ } | {
1678
+ color: string | {
1679
+ colorType: "base" | "onBase" | "container" | "onContainer";
1680
+ toned?: boolean;
1681
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1682
+ };
1683
+ stop?: number;
1684
+ })[];
1685
+ acrylic?: boolean;
1686
+ opacity?: number;
1687
+ };
1688
+ typography?: {
1689
+ decoration?: string;
1690
+ lg: {
1691
+ weight: number;
1692
+ size: number;
1693
+ lineHeight: number;
1694
+ };
1695
+ md?: {
1696
+ weight: number;
1697
+ size: number;
1698
+ lineHeight: number;
1699
+ };
1700
+ sm?: {
1701
+ weight: number;
1702
+ size: number;
1703
+ lineHeight: number;
1704
+ };
1705
+ } | {
1706
+ type: "title" | "text" | "navigation";
1707
+ size: "xs" | "s" | "m" | "l" | "xl";
1708
+ };
1709
+ };
1710
+ icon?: {
1711
+ type: "icon";
1712
+ color?: {
1713
+ colors: (string | {
1714
+ colorType: "base" | "onBase" | "container" | "onContainer";
1715
+ toned?: boolean;
1716
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1717
+ } | {
1718
+ color: string | {
1719
+ colorType: "base" | "onBase" | "container" | "onContainer";
1720
+ toned?: boolean;
1721
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1722
+ };
1723
+ stop?: number;
1724
+ })[];
1725
+ acrylic?: boolean;
1726
+ opacity?: number;
1727
+ };
1728
+ size?: number;
1729
+ };
1730
+ };
1731
+ accent1?: {
1732
+ type: "button";
1733
+ padding?: {
1734
+ top?: import("@omnia/fx-models").SpacingValue;
1735
+ right?: import("@omnia/fx-models").SpacingValue;
1736
+ bottom?: import("@omnia/fx-models").SpacingValue;
1737
+ left?: import("@omnia/fx-models").SpacingValue;
1738
+ };
1739
+ background?: {
1740
+ fill?: {
1741
+ colors: (string | {
1742
+ colorType: "base" | "onBase" | "container" | "onContainer";
1743
+ toned?: boolean;
1744
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1745
+ } | {
1746
+ color: string | {
1747
+ colorType: "base" | "onBase" | "container" | "onContainer";
1748
+ toned?: boolean;
1749
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1750
+ };
1751
+ stop?: number;
1752
+ })[];
1753
+ acrylic?: boolean;
1754
+ opacity?: number;
1755
+ };
1756
+ border?: {
1757
+ radius?: {
1758
+ top?: import("@omnia/fx-models").SpacingValue;
1759
+ right?: import("@omnia/fx-models").SpacingValue;
1760
+ bottom?: import("@omnia/fx-models").SpacingValue;
1761
+ left?: import("@omnia/fx-models").SpacingValue;
1762
+ };
1763
+ width?: {
1764
+ top?: import("@omnia/fx-models").SpacingValue;
1765
+ right?: import("@omnia/fx-models").SpacingValue;
1766
+ bottom?: import("@omnia/fx-models").SpacingValue;
1767
+ left?: import("@omnia/fx-models").SpacingValue;
1768
+ };
1769
+ fill?: {
1770
+ colors: (string | {
1771
+ colorType: "base" | "onBase" | "container" | "onContainer";
1772
+ toned?: boolean;
1773
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1774
+ } | {
1775
+ color: string | any;
1776
+ stop?: number;
1777
+ })[];
1778
+ acrylic?: boolean;
1779
+ opacity?: number;
1780
+ };
1781
+ };
1782
+ elevation?: number;
1783
+ };
1784
+ alterCase?: boolean;
1785
+ text?: {
1786
+ type: "text";
1787
+ color?: {
1788
+ colors: (string | {
1789
+ colorType: "base" | "onBase" | "container" | "onContainer";
1790
+ toned?: boolean;
1791
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1792
+ } | {
1793
+ color: string | {
1794
+ colorType: "base" | "onBase" | "container" | "onContainer";
1795
+ toned?: boolean;
1796
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1797
+ };
1798
+ stop?: number;
1799
+ })[];
1800
+ acrylic?: boolean;
1801
+ opacity?: number;
1802
+ };
1803
+ typography?: {
1804
+ decoration?: string;
1805
+ lg: {
1806
+ weight: number;
1807
+ size: number;
1808
+ lineHeight: number;
1809
+ };
1810
+ md?: {
1811
+ weight: number;
1812
+ size: number;
1813
+ lineHeight: number;
1814
+ };
1815
+ sm?: {
1816
+ weight: number;
1817
+ size: number;
1818
+ lineHeight: number;
1819
+ };
1820
+ } | {
1821
+ type: "title" | "text" | "navigation";
1822
+ size: "xs" | "s" | "m" | "l" | "xl";
1823
+ };
1824
+ };
1825
+ icon?: {
1826
+ type: "icon";
1827
+ color?: {
1828
+ colors: (string | {
1829
+ colorType: "base" | "onBase" | "container" | "onContainer";
1830
+ toned?: boolean;
1831
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1832
+ } | {
1833
+ color: string | {
1834
+ colorType: "base" | "onBase" | "container" | "onContainer";
1835
+ toned?: boolean;
1836
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1837
+ };
1838
+ stop?: number;
1839
+ })[];
1840
+ acrylic?: boolean;
1841
+ opacity?: number;
1842
+ };
1843
+ size?: number;
1844
+ };
1845
+ };
1846
+ warn?: {
1847
+ type: "button";
1848
+ padding?: {
1849
+ top?: import("@omnia/fx-models").SpacingValue;
1850
+ right?: import("@omnia/fx-models").SpacingValue;
1851
+ bottom?: import("@omnia/fx-models").SpacingValue;
1852
+ left?: import("@omnia/fx-models").SpacingValue;
1853
+ };
1854
+ background?: {
1855
+ fill?: {
1856
+ colors: (string | {
1857
+ colorType: "base" | "onBase" | "container" | "onContainer";
1858
+ toned?: boolean;
1859
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1860
+ } | {
1861
+ color: string | {
1862
+ colorType: "base" | "onBase" | "container" | "onContainer";
1863
+ toned?: boolean;
1864
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1865
+ };
1866
+ stop?: number;
1867
+ })[];
1868
+ acrylic?: boolean;
1869
+ opacity?: number;
1870
+ };
1871
+ border?: {
1872
+ radius?: {
1873
+ top?: import("@omnia/fx-models").SpacingValue;
1874
+ right?: import("@omnia/fx-models").SpacingValue;
1875
+ bottom?: import("@omnia/fx-models").SpacingValue;
1876
+ left?: import("@omnia/fx-models").SpacingValue;
1877
+ };
1878
+ width?: {
1879
+ top?: import("@omnia/fx-models").SpacingValue;
1880
+ right?: import("@omnia/fx-models").SpacingValue;
1881
+ bottom?: import("@omnia/fx-models").SpacingValue;
1882
+ left?: import("@omnia/fx-models").SpacingValue;
1883
+ };
1884
+ fill?: {
1885
+ colors: (string | {
1886
+ colorType: "base" | "onBase" | "container" | "onContainer";
1887
+ toned?: boolean;
1888
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1889
+ } | {
1890
+ color: string | any;
1891
+ stop?: number;
1892
+ })[];
1893
+ acrylic?: boolean;
1894
+ opacity?: number;
1895
+ };
1896
+ };
1897
+ elevation?: number;
1898
+ };
1899
+ alterCase?: boolean;
1900
+ text?: {
1901
+ type: "text";
1902
+ color?: {
1903
+ colors: (string | {
1904
+ colorType: "base" | "onBase" | "container" | "onContainer";
1905
+ toned?: boolean;
1906
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1907
+ } | {
1908
+ color: string | {
1909
+ colorType: "base" | "onBase" | "container" | "onContainer";
1910
+ toned?: boolean;
1911
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1912
+ };
1913
+ stop?: number;
1914
+ })[];
1915
+ acrylic?: boolean;
1916
+ opacity?: number;
1917
+ };
1918
+ typography?: {
1919
+ decoration?: string;
1920
+ lg: {
1921
+ weight: number;
1922
+ size: number;
1923
+ lineHeight: number;
1924
+ };
1925
+ md?: {
1926
+ weight: number;
1927
+ size: number;
1928
+ lineHeight: number;
1929
+ };
1930
+ sm?: {
1931
+ weight: number;
1932
+ size: number;
1933
+ lineHeight: number;
1934
+ };
1935
+ } | {
1936
+ type: "title" | "text" | "navigation";
1937
+ size: "xs" | "s" | "m" | "l" | "xl";
1938
+ };
1939
+ };
1940
+ icon?: {
1941
+ type: "icon";
1942
+ color?: {
1943
+ colors: (string | {
1944
+ colorType: "base" | "onBase" | "container" | "onContainer";
1945
+ toned?: boolean;
1946
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1947
+ } | {
1948
+ color: string | {
1949
+ colorType: "base" | "onBase" | "container" | "onContainer";
1950
+ toned?: boolean;
1951
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1952
+ };
1953
+ stop?: number;
1954
+ })[];
1955
+ acrylic?: boolean;
1956
+ opacity?: number;
1957
+ };
1958
+ size?: number;
1959
+ };
1960
+ };
1961
+ disabled?: {
1962
+ type: "button";
1963
+ padding?: {
1964
+ top?: import("@omnia/fx-models").SpacingValue;
1965
+ right?: import("@omnia/fx-models").SpacingValue;
1966
+ bottom?: import("@omnia/fx-models").SpacingValue;
1967
+ left?: import("@omnia/fx-models").SpacingValue;
1968
+ };
1969
+ background?: {
1970
+ fill?: {
1971
+ colors: (string | {
1972
+ colorType: "base" | "onBase" | "container" | "onContainer";
1973
+ toned?: boolean;
1974
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1975
+ } | {
1976
+ color: string | {
1977
+ colorType: "base" | "onBase" | "container" | "onContainer";
1978
+ toned?: boolean;
1979
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1980
+ };
1981
+ stop?: number;
1982
+ })[];
1983
+ acrylic?: boolean;
1984
+ opacity?: number;
1985
+ };
1986
+ border?: {
1987
+ radius?: {
1988
+ top?: import("@omnia/fx-models").SpacingValue;
1989
+ right?: import("@omnia/fx-models").SpacingValue;
1990
+ bottom?: import("@omnia/fx-models").SpacingValue;
1991
+ left?: import("@omnia/fx-models").SpacingValue;
1992
+ };
1993
+ width?: {
1994
+ top?: import("@omnia/fx-models").SpacingValue;
1995
+ right?: import("@omnia/fx-models").SpacingValue;
1996
+ bottom?: import("@omnia/fx-models").SpacingValue;
1997
+ left?: import("@omnia/fx-models").SpacingValue;
1998
+ };
1999
+ fill?: {
2000
+ colors: (string | {
2001
+ colorType: "base" | "onBase" | "container" | "onContainer";
2002
+ toned?: boolean;
2003
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2004
+ } | {
2005
+ color: string | any;
2006
+ stop?: number;
2007
+ })[];
2008
+ acrylic?: boolean;
2009
+ opacity?: number;
2010
+ };
2011
+ };
2012
+ elevation?: number;
2013
+ };
2014
+ alterCase?: boolean;
2015
+ text?: {
2016
+ type: "text";
2017
+ color?: {
2018
+ colors: (string | {
2019
+ colorType: "base" | "onBase" | "container" | "onContainer";
2020
+ toned?: boolean;
2021
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2022
+ } | {
2023
+ color: string | {
2024
+ colorType: "base" | "onBase" | "container" | "onContainer";
2025
+ toned?: boolean;
2026
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2027
+ };
2028
+ stop?: number;
2029
+ })[];
2030
+ acrylic?: boolean;
2031
+ opacity?: number;
2032
+ };
2033
+ typography?: {
2034
+ decoration?: string;
2035
+ lg: {
2036
+ weight: number;
2037
+ size: number;
2038
+ lineHeight: number;
2039
+ };
2040
+ md?: {
2041
+ weight: number;
2042
+ size: number;
2043
+ lineHeight: number;
2044
+ };
2045
+ sm?: {
2046
+ weight: number;
2047
+ size: number;
2048
+ lineHeight: number;
2049
+ };
2050
+ } | {
2051
+ type: "title" | "text" | "navigation";
2052
+ size: "xs" | "s" | "m" | "l" | "xl";
2053
+ };
2054
+ };
2055
+ icon?: {
2056
+ type: "icon";
2057
+ color?: {
2058
+ colors: (string | {
2059
+ colorType: "base" | "onBase" | "container" | "onContainer";
2060
+ toned?: boolean;
2061
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2062
+ } | {
2063
+ color: string | {
2064
+ colorType: "base" | "onBase" | "container" | "onContainer";
2065
+ toned?: boolean;
2066
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2067
+ };
2068
+ stop?: number;
2069
+ })[];
2070
+ acrylic?: boolean;
2071
+ opacity?: number;
2072
+ };
2073
+ size?: number;
2074
+ };
2075
+ };
2076
+ link?: {
2077
+ type: "button";
2078
+ padding?: {
2079
+ top?: import("@omnia/fx-models").SpacingValue;
2080
+ right?: import("@omnia/fx-models").SpacingValue;
2081
+ bottom?: import("@omnia/fx-models").SpacingValue;
2082
+ left?: import("@omnia/fx-models").SpacingValue;
2083
+ };
2084
+ background?: {
2085
+ fill?: {
2086
+ colors: (string | {
2087
+ colorType: "base" | "onBase" | "container" | "onContainer";
2088
+ toned?: boolean;
2089
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2090
+ } | {
2091
+ color: string | {
2092
+ colorType: "base" | "onBase" | "container" | "onContainer";
2093
+ toned?: boolean;
2094
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2095
+ };
2096
+ stop?: number;
2097
+ })[];
2098
+ acrylic?: boolean;
2099
+ opacity?: number;
2100
+ };
2101
+ border?: {
2102
+ radius?: {
2103
+ top?: import("@omnia/fx-models").SpacingValue;
2104
+ right?: import("@omnia/fx-models").SpacingValue;
2105
+ bottom?: import("@omnia/fx-models").SpacingValue;
2106
+ left?: import("@omnia/fx-models").SpacingValue;
2107
+ };
2108
+ width?: {
2109
+ top?: import("@omnia/fx-models").SpacingValue;
2110
+ right?: import("@omnia/fx-models").SpacingValue;
2111
+ bottom?: import("@omnia/fx-models").SpacingValue;
2112
+ left?: import("@omnia/fx-models").SpacingValue;
2113
+ };
2114
+ fill?: {
2115
+ colors: (string | {
2116
+ colorType: "base" | "onBase" | "container" | "onContainer";
2117
+ toned?: boolean;
2118
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2119
+ } | {
2120
+ color: string | any;
2121
+ stop?: number;
2122
+ })[];
2123
+ acrylic?: boolean;
2124
+ opacity?: number;
2125
+ };
2126
+ };
2127
+ elevation?: number;
2128
+ };
2129
+ alterCase?: boolean;
2130
+ text?: {
2131
+ type: "text";
2132
+ color?: {
2133
+ colors: (string | {
2134
+ colorType: "base" | "onBase" | "container" | "onContainer";
2135
+ toned?: boolean;
2136
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2137
+ } | {
2138
+ color: string | {
2139
+ colorType: "base" | "onBase" | "container" | "onContainer";
2140
+ toned?: boolean;
2141
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2142
+ };
2143
+ stop?: number;
2144
+ })[];
2145
+ acrylic?: boolean;
2146
+ opacity?: number;
2147
+ };
2148
+ typography?: {
2149
+ decoration?: string;
2150
+ lg: {
2151
+ weight: number;
2152
+ size: number;
2153
+ lineHeight: number;
2154
+ };
2155
+ md?: {
2156
+ weight: number;
2157
+ size: number;
2158
+ lineHeight: number;
2159
+ };
2160
+ sm?: {
2161
+ weight: number;
2162
+ size: number;
2163
+ lineHeight: number;
2164
+ };
2165
+ } | {
2166
+ type: "title" | "text" | "navigation";
2167
+ size: "xs" | "s" | "m" | "l" | "xl";
2168
+ };
2169
+ };
2170
+ icon?: {
2171
+ type: "icon";
2172
+ color?: {
2173
+ colors: (string | {
2174
+ colorType: "base" | "onBase" | "container" | "onContainer";
2175
+ toned?: boolean;
2176
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2177
+ } | {
2178
+ color: string | {
2179
+ colorType: "base" | "onBase" | "container" | "onContainer";
2180
+ toned?: boolean;
2181
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2182
+ };
2183
+ stop?: number;
2184
+ })[];
2185
+ acrylic?: boolean;
2186
+ opacity?: number;
2187
+ };
2188
+ size?: number;
2189
+ };
2190
+ };
2191
+ };
2192
+ icon?: {
2193
+ primary?: {
2194
+ type: "button";
2195
+ padding?: {
2196
+ top?: import("@omnia/fx-models").SpacingValue;
2197
+ right?: import("@omnia/fx-models").SpacingValue;
2198
+ bottom?: import("@omnia/fx-models").SpacingValue;
2199
+ left?: import("@omnia/fx-models").SpacingValue;
2200
+ };
2201
+ background?: {
2202
+ fill?: {
2203
+ colors: (string | {
2204
+ colorType: "base" | "onBase" | "container" | "onContainer";
2205
+ toned?: boolean;
2206
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2207
+ } | {
2208
+ color: string | {
2209
+ colorType: "base" | "onBase" | "container" | "onContainer";
2210
+ toned?: boolean;
2211
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2212
+ };
2213
+ stop?: number;
2214
+ })[];
2215
+ acrylic?: boolean;
2216
+ opacity?: number;
2217
+ };
2218
+ border?: {
2219
+ radius?: {
2220
+ top?: import("@omnia/fx-models").SpacingValue;
2221
+ right?: import("@omnia/fx-models").SpacingValue;
2222
+ bottom?: import("@omnia/fx-models").SpacingValue;
2223
+ left?: import("@omnia/fx-models").SpacingValue;
2224
+ };
2225
+ width?: {
2226
+ top?: import("@omnia/fx-models").SpacingValue;
2227
+ right?: import("@omnia/fx-models").SpacingValue;
2228
+ bottom?: import("@omnia/fx-models").SpacingValue;
2229
+ left?: import("@omnia/fx-models").SpacingValue;
2230
+ };
2231
+ fill?: {
2232
+ colors: (string | {
2233
+ colorType: "base" | "onBase" | "container" | "onContainer";
2234
+ toned?: boolean;
2235
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2236
+ } | {
2237
+ color: string | any;
2238
+ stop?: number;
2239
+ })[];
2240
+ acrylic?: boolean;
2241
+ opacity?: number;
2242
+ };
2243
+ };
2244
+ elevation?: number;
2245
+ };
2246
+ alterCase?: boolean;
2247
+ text?: {
2248
+ type: "text";
2249
+ color?: {
2250
+ colors: (string | {
2251
+ colorType: "base" | "onBase" | "container" | "onContainer";
2252
+ toned?: boolean;
2253
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2254
+ } | {
2255
+ color: string | {
2256
+ colorType: "base" | "onBase" | "container" | "onContainer";
2257
+ toned?: boolean;
2258
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2259
+ };
2260
+ stop?: number;
2261
+ })[];
2262
+ acrylic?: boolean;
2263
+ opacity?: number;
2264
+ };
2265
+ typography?: {
2266
+ decoration?: string;
2267
+ lg: {
2268
+ weight: number;
2269
+ size: number;
2270
+ lineHeight: number;
2271
+ };
2272
+ md?: {
2273
+ weight: number;
2274
+ size: number;
2275
+ lineHeight: number;
2276
+ };
2277
+ sm?: {
2278
+ weight: number;
2279
+ size: number;
2280
+ lineHeight: number;
2281
+ };
2282
+ } | {
2283
+ type: "title" | "text" | "navigation";
2284
+ size: "xs" | "s" | "m" | "l" | "xl";
2285
+ };
2286
+ };
2287
+ icon?: {
2288
+ type: "icon";
2289
+ color?: {
2290
+ colors: (string | {
2291
+ colorType: "base" | "onBase" | "container" | "onContainer";
2292
+ toned?: boolean;
2293
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2294
+ } | {
2295
+ color: string | {
2296
+ colorType: "base" | "onBase" | "container" | "onContainer";
2297
+ toned?: boolean;
2298
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2299
+ };
2300
+ stop?: number;
2301
+ })[];
2302
+ acrylic?: boolean;
2303
+ opacity?: number;
2304
+ };
2305
+ size?: number;
2306
+ };
2307
+ };
2308
+ basic?: {
2309
+ type: "button";
2310
+ padding?: {
2311
+ top?: import("@omnia/fx-models").SpacingValue;
2312
+ right?: import("@omnia/fx-models").SpacingValue;
2313
+ bottom?: import("@omnia/fx-models").SpacingValue;
2314
+ left?: import("@omnia/fx-models").SpacingValue;
2315
+ };
2316
+ background?: {
2317
+ fill?: {
2318
+ colors: (string | {
2319
+ colorType: "base" | "onBase" | "container" | "onContainer";
2320
+ toned?: boolean;
2321
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2322
+ } | {
2323
+ color: string | {
2324
+ colorType: "base" | "onBase" | "container" | "onContainer";
2325
+ toned?: boolean;
2326
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2327
+ };
2328
+ stop?: number;
2329
+ })[];
2330
+ acrylic?: boolean;
2331
+ opacity?: number;
2332
+ };
2333
+ border?: {
2334
+ radius?: {
2335
+ top?: import("@omnia/fx-models").SpacingValue;
2336
+ right?: import("@omnia/fx-models").SpacingValue;
2337
+ bottom?: import("@omnia/fx-models").SpacingValue;
2338
+ left?: import("@omnia/fx-models").SpacingValue;
2339
+ };
2340
+ width?: {
2341
+ top?: import("@omnia/fx-models").SpacingValue;
2342
+ right?: import("@omnia/fx-models").SpacingValue;
2343
+ bottom?: import("@omnia/fx-models").SpacingValue;
2344
+ left?: import("@omnia/fx-models").SpacingValue;
2345
+ };
2346
+ fill?: {
2347
+ colors: (string | {
2348
+ colorType: "base" | "onBase" | "container" | "onContainer";
2349
+ toned?: boolean;
2350
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2351
+ } | {
2352
+ color: string | any;
2353
+ stop?: number;
2354
+ })[];
2355
+ acrylic?: boolean;
2356
+ opacity?: number;
2357
+ };
2358
+ };
2359
+ elevation?: number;
2360
+ };
2361
+ alterCase?: boolean;
2362
+ text?: {
2363
+ type: "text";
2364
+ color?: {
2365
+ colors: (string | {
2366
+ colorType: "base" | "onBase" | "container" | "onContainer";
2367
+ toned?: boolean;
2368
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2369
+ } | {
2370
+ color: string | {
2371
+ colorType: "base" | "onBase" | "container" | "onContainer";
2372
+ toned?: boolean;
2373
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2374
+ };
2375
+ stop?: number;
2376
+ })[];
2377
+ acrylic?: boolean;
2378
+ opacity?: number;
2379
+ };
2380
+ typography?: {
2381
+ decoration?: string;
2382
+ lg: {
2383
+ weight: number;
2384
+ size: number;
2385
+ lineHeight: number;
2386
+ };
2387
+ md?: {
2388
+ weight: number;
2389
+ size: number;
2390
+ lineHeight: number;
2391
+ };
2392
+ sm?: {
2393
+ weight: number;
2394
+ size: number;
2395
+ lineHeight: number;
2396
+ };
2397
+ } | {
2398
+ type: "title" | "text" | "navigation";
2399
+ size: "xs" | "s" | "m" | "l" | "xl";
2400
+ };
2401
+ };
2402
+ icon?: {
2403
+ type: "icon";
2404
+ color?: {
2405
+ colors: (string | {
2406
+ colorType: "base" | "onBase" | "container" | "onContainer";
2407
+ toned?: boolean;
2408
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2409
+ } | {
2410
+ color: string | {
2411
+ colorType: "base" | "onBase" | "container" | "onContainer";
2412
+ toned?: boolean;
2413
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2414
+ };
2415
+ stop?: number;
2416
+ })[];
2417
+ acrylic?: boolean;
2418
+ opacity?: number;
2419
+ };
2420
+ size?: number;
2421
+ };
2422
+ };
2423
+ accent1?: {
2424
+ type: "button";
2425
+ padding?: {
2426
+ top?: import("@omnia/fx-models").SpacingValue;
2427
+ right?: import("@omnia/fx-models").SpacingValue;
2428
+ bottom?: import("@omnia/fx-models").SpacingValue;
2429
+ left?: import("@omnia/fx-models").SpacingValue;
2430
+ };
2431
+ background?: {
2432
+ fill?: {
2433
+ colors: (string | {
2434
+ colorType: "base" | "onBase" | "container" | "onContainer";
2435
+ toned?: boolean;
2436
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2437
+ } | {
2438
+ color: string | {
2439
+ colorType: "base" | "onBase" | "container" | "onContainer";
2440
+ toned?: boolean;
2441
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2442
+ };
2443
+ stop?: number;
2444
+ })[];
2445
+ acrylic?: boolean;
2446
+ opacity?: number;
2447
+ };
2448
+ border?: {
2449
+ radius?: {
2450
+ top?: import("@omnia/fx-models").SpacingValue;
2451
+ right?: import("@omnia/fx-models").SpacingValue;
2452
+ bottom?: import("@omnia/fx-models").SpacingValue;
2453
+ left?: import("@omnia/fx-models").SpacingValue;
2454
+ };
2455
+ width?: {
2456
+ top?: import("@omnia/fx-models").SpacingValue;
2457
+ right?: import("@omnia/fx-models").SpacingValue;
2458
+ bottom?: import("@omnia/fx-models").SpacingValue;
2459
+ left?: import("@omnia/fx-models").SpacingValue;
2460
+ };
2461
+ fill?: {
2462
+ colors: (string | {
2463
+ colorType: "base" | "onBase" | "container" | "onContainer";
2464
+ toned?: boolean;
2465
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2466
+ } | {
2467
+ color: string | any;
2468
+ stop?: number;
2469
+ })[];
2470
+ acrylic?: boolean;
2471
+ opacity?: number;
2472
+ };
2473
+ };
2474
+ elevation?: number;
2475
+ };
2476
+ alterCase?: boolean;
2477
+ text?: {
2478
+ type: "text";
2479
+ color?: {
2480
+ colors: (string | {
2481
+ colorType: "base" | "onBase" | "container" | "onContainer";
2482
+ toned?: boolean;
2483
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2484
+ } | {
2485
+ color: string | {
2486
+ colorType: "base" | "onBase" | "container" | "onContainer";
2487
+ toned?: boolean;
2488
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2489
+ };
2490
+ stop?: number;
2491
+ })[];
2492
+ acrylic?: boolean;
2493
+ opacity?: number;
2494
+ };
2495
+ typography?: {
2496
+ decoration?: string;
2497
+ lg: {
2498
+ weight: number;
2499
+ size: number;
2500
+ lineHeight: number;
2501
+ };
2502
+ md?: {
2503
+ weight: number;
2504
+ size: number;
2505
+ lineHeight: number;
2506
+ };
2507
+ sm?: {
2508
+ weight: number;
2509
+ size: number;
2510
+ lineHeight: number;
2511
+ };
2512
+ } | {
2513
+ type: "title" | "text" | "navigation";
2514
+ size: "xs" | "s" | "m" | "l" | "xl";
2515
+ };
2516
+ };
2517
+ icon?: {
2518
+ type: "icon";
2519
+ color?: {
2520
+ colors: (string | {
2521
+ colorType: "base" | "onBase" | "container" | "onContainer";
2522
+ toned?: boolean;
2523
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2524
+ } | {
2525
+ color: string | {
2526
+ colorType: "base" | "onBase" | "container" | "onContainer";
2527
+ toned?: boolean;
2528
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2529
+ };
2530
+ stop?: number;
2531
+ })[];
2532
+ acrylic?: boolean;
2533
+ opacity?: number;
2534
+ };
2535
+ size?: number;
2536
+ };
2537
+ };
2538
+ warn?: {
2539
+ type: "button";
2540
+ padding?: {
2541
+ top?: import("@omnia/fx-models").SpacingValue;
2542
+ right?: import("@omnia/fx-models").SpacingValue;
2543
+ bottom?: import("@omnia/fx-models").SpacingValue;
2544
+ left?: import("@omnia/fx-models").SpacingValue;
2545
+ };
2546
+ background?: {
2547
+ fill?: {
2548
+ colors: (string | {
2549
+ colorType: "base" | "onBase" | "container" | "onContainer";
2550
+ toned?: boolean;
2551
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2552
+ } | {
2553
+ color: string | {
2554
+ colorType: "base" | "onBase" | "container" | "onContainer";
2555
+ toned?: boolean;
2556
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2557
+ };
2558
+ stop?: number;
2559
+ })[];
2560
+ acrylic?: boolean;
2561
+ opacity?: number;
2562
+ };
2563
+ border?: {
2564
+ radius?: {
2565
+ top?: import("@omnia/fx-models").SpacingValue;
2566
+ right?: import("@omnia/fx-models").SpacingValue;
2567
+ bottom?: import("@omnia/fx-models").SpacingValue;
2568
+ left?: import("@omnia/fx-models").SpacingValue;
2569
+ };
2570
+ width?: {
2571
+ top?: import("@omnia/fx-models").SpacingValue;
2572
+ right?: import("@omnia/fx-models").SpacingValue;
2573
+ bottom?: import("@omnia/fx-models").SpacingValue;
2574
+ left?: import("@omnia/fx-models").SpacingValue;
2575
+ };
2576
+ fill?: {
2577
+ colors: (string | {
2578
+ colorType: "base" | "onBase" | "container" | "onContainer";
2579
+ toned?: boolean;
2580
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2581
+ } | {
2582
+ color: string | any;
2583
+ stop?: number;
2584
+ })[];
2585
+ acrylic?: boolean;
2586
+ opacity?: number;
2587
+ };
2588
+ };
2589
+ elevation?: number;
2590
+ };
2591
+ alterCase?: boolean;
2592
+ text?: {
2593
+ type: "text";
2594
+ color?: {
2595
+ colors: (string | {
2596
+ colorType: "base" | "onBase" | "container" | "onContainer";
2597
+ toned?: boolean;
2598
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2599
+ } | {
2600
+ color: string | {
2601
+ colorType: "base" | "onBase" | "container" | "onContainer";
2602
+ toned?: boolean;
2603
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2604
+ };
2605
+ stop?: number;
2606
+ })[];
2607
+ acrylic?: boolean;
2608
+ opacity?: number;
2609
+ };
2610
+ typography?: {
2611
+ decoration?: string;
2612
+ lg: {
2613
+ weight: number;
2614
+ size: number;
2615
+ lineHeight: number;
2616
+ };
2617
+ md?: {
2618
+ weight: number;
2619
+ size: number;
2620
+ lineHeight: number;
2621
+ };
2622
+ sm?: {
2623
+ weight: number;
2624
+ size: number;
2625
+ lineHeight: number;
2626
+ };
2627
+ } | {
2628
+ type: "title" | "text" | "navigation";
2629
+ size: "xs" | "s" | "m" | "l" | "xl";
2630
+ };
2631
+ };
2632
+ icon?: {
2633
+ type: "icon";
2634
+ color?: {
2635
+ colors: (string | {
2636
+ colorType: "base" | "onBase" | "container" | "onContainer";
2637
+ toned?: boolean;
2638
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2639
+ } | {
2640
+ color: string | {
2641
+ colorType: "base" | "onBase" | "container" | "onContainer";
2642
+ toned?: boolean;
2643
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2644
+ };
2645
+ stop?: number;
2646
+ })[];
2647
+ acrylic?: boolean;
2648
+ opacity?: number;
2649
+ };
2650
+ size?: number;
2651
+ };
2652
+ };
2653
+ disabled?: {
2654
+ type: "button";
2655
+ padding?: {
2656
+ top?: import("@omnia/fx-models").SpacingValue;
2657
+ right?: import("@omnia/fx-models").SpacingValue;
2658
+ bottom?: import("@omnia/fx-models").SpacingValue;
2659
+ left?: import("@omnia/fx-models").SpacingValue;
2660
+ };
2661
+ background?: {
2662
+ fill?: {
2663
+ colors: (string | {
2664
+ colorType: "base" | "onBase" | "container" | "onContainer";
2665
+ toned?: boolean;
2666
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2667
+ } | {
2668
+ color: string | {
2669
+ colorType: "base" | "onBase" | "container" | "onContainer";
2670
+ toned?: boolean;
2671
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2672
+ };
2673
+ stop?: number;
2674
+ })[];
2675
+ acrylic?: boolean;
2676
+ opacity?: number;
2677
+ };
2678
+ border?: {
2679
+ radius?: {
2680
+ top?: import("@omnia/fx-models").SpacingValue;
2681
+ right?: import("@omnia/fx-models").SpacingValue;
2682
+ bottom?: import("@omnia/fx-models").SpacingValue;
2683
+ left?: import("@omnia/fx-models").SpacingValue;
2684
+ };
2685
+ width?: {
2686
+ top?: import("@omnia/fx-models").SpacingValue;
2687
+ right?: import("@omnia/fx-models").SpacingValue;
2688
+ bottom?: import("@omnia/fx-models").SpacingValue;
2689
+ left?: import("@omnia/fx-models").SpacingValue;
2690
+ };
2691
+ fill?: {
2692
+ colors: (string | {
2693
+ colorType: "base" | "onBase" | "container" | "onContainer";
2694
+ toned?: boolean;
2695
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2696
+ } | {
2697
+ color: string | any;
2698
+ stop?: number;
2699
+ })[];
2700
+ acrylic?: boolean;
2701
+ opacity?: number;
2702
+ };
2703
+ };
2704
+ elevation?: number;
2705
+ };
2706
+ alterCase?: boolean;
2707
+ text?: {
2708
+ type: "text";
2709
+ color?: {
2710
+ colors: (string | {
2711
+ colorType: "base" | "onBase" | "container" | "onContainer";
2712
+ toned?: boolean;
2713
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2714
+ } | {
2715
+ color: string | {
2716
+ colorType: "base" | "onBase" | "container" | "onContainer";
2717
+ toned?: boolean;
2718
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2719
+ };
2720
+ stop?: number;
2721
+ })[];
2722
+ acrylic?: boolean;
2723
+ opacity?: number;
2724
+ };
2725
+ typography?: {
2726
+ decoration?: string;
2727
+ lg: {
2728
+ weight: number;
2729
+ size: number;
2730
+ lineHeight: number;
2731
+ };
2732
+ md?: {
2733
+ weight: number;
2734
+ size: number;
2735
+ lineHeight: number;
2736
+ };
2737
+ sm?: {
2738
+ weight: number;
2739
+ size: number;
2740
+ lineHeight: number;
2741
+ };
2742
+ } | {
2743
+ type: "title" | "text" | "navigation";
2744
+ size: "xs" | "s" | "m" | "l" | "xl";
2745
+ };
2746
+ };
2747
+ icon?: {
2748
+ type: "icon";
2749
+ color?: {
2750
+ colors: (string | {
2751
+ colorType: "base" | "onBase" | "container" | "onContainer";
2752
+ toned?: boolean;
2753
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2754
+ } | {
2755
+ color: string | {
2756
+ colorType: "base" | "onBase" | "container" | "onContainer";
2757
+ toned?: boolean;
2758
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2759
+ };
2760
+ stop?: number;
2761
+ })[];
2762
+ acrylic?: boolean;
2763
+ opacity?: number;
2764
+ };
2765
+ size?: number;
2766
+ };
2767
+ };
2768
+ link?: {
2769
+ type: "button";
2770
+ padding?: {
2771
+ top?: import("@omnia/fx-models").SpacingValue;
2772
+ right?: import("@omnia/fx-models").SpacingValue;
2773
+ bottom?: import("@omnia/fx-models").SpacingValue;
2774
+ left?: import("@omnia/fx-models").SpacingValue;
2775
+ };
2776
+ background?: {
2777
+ fill?: {
2778
+ colors: (string | {
2779
+ colorType: "base" | "onBase" | "container" | "onContainer";
2780
+ toned?: boolean;
2781
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2782
+ } | {
2783
+ color: string | {
2784
+ colorType: "base" | "onBase" | "container" | "onContainer";
2785
+ toned?: boolean;
2786
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2787
+ };
2788
+ stop?: number;
2789
+ })[];
2790
+ acrylic?: boolean;
2791
+ opacity?: number;
2792
+ };
2793
+ border?: {
2794
+ radius?: {
2795
+ top?: import("@omnia/fx-models").SpacingValue;
2796
+ right?: import("@omnia/fx-models").SpacingValue;
2797
+ bottom?: import("@omnia/fx-models").SpacingValue;
2798
+ left?: import("@omnia/fx-models").SpacingValue;
2799
+ };
2800
+ width?: {
2801
+ top?: import("@omnia/fx-models").SpacingValue;
2802
+ right?: import("@omnia/fx-models").SpacingValue;
2803
+ bottom?: import("@omnia/fx-models").SpacingValue;
2804
+ left?: import("@omnia/fx-models").SpacingValue;
2805
+ };
2806
+ fill?: {
2807
+ colors: (string | {
2808
+ colorType: "base" | "onBase" | "container" | "onContainer";
2809
+ toned?: boolean;
2810
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2811
+ } | {
2812
+ color: string | any;
2813
+ stop?: number;
2814
+ })[];
2815
+ acrylic?: boolean;
2816
+ opacity?: number;
2817
+ };
2818
+ };
2819
+ elevation?: number;
2820
+ };
2821
+ alterCase?: boolean;
2822
+ text?: {
2823
+ type: "text";
2824
+ color?: {
2825
+ colors: (string | {
2826
+ colorType: "base" | "onBase" | "container" | "onContainer";
2827
+ toned?: boolean;
2828
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2829
+ } | {
2830
+ color: string | {
2831
+ colorType: "base" | "onBase" | "container" | "onContainer";
2832
+ toned?: boolean;
2833
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2834
+ };
2835
+ stop?: number;
2836
+ })[];
2837
+ acrylic?: boolean;
2838
+ opacity?: number;
2839
+ };
2840
+ typography?: {
2841
+ decoration?: string;
2842
+ lg: {
2843
+ weight: number;
2844
+ size: number;
2845
+ lineHeight: number;
2846
+ };
2847
+ md?: {
2848
+ weight: number;
2849
+ size: number;
2850
+ lineHeight: number;
2851
+ };
2852
+ sm?: {
2853
+ weight: number;
2854
+ size: number;
2855
+ lineHeight: number;
2856
+ };
2857
+ } | {
2858
+ type: "title" | "text" | "navigation";
2859
+ size: "xs" | "s" | "m" | "l" | "xl";
2860
+ };
2861
+ };
2862
+ icon?: {
2863
+ type: "icon";
2864
+ color?: {
2865
+ colors: (string | {
2866
+ colorType: "base" | "onBase" | "container" | "onContainer";
2867
+ toned?: boolean;
2868
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2869
+ } | {
2870
+ color: string | {
2871
+ colorType: "base" | "onBase" | "container" | "onContainer";
2872
+ toned?: boolean;
2873
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2874
+ };
2875
+ stop?: number;
2876
+ })[];
2877
+ acrylic?: boolean;
2878
+ opacity?: number;
2879
+ };
2880
+ size?: number;
2881
+ };
2882
+ };
2883
+ };
2884
+ };
2885
+ tabs?: {
2886
+ primary?: {
2887
+ type: "tab";
2888
+ background?: {
2889
+ fill?: {
2890
+ colors: (string | {
2891
+ colorType: "base" | "onBase" | "container" | "onContainer";
2892
+ toned?: boolean;
2893
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2894
+ } | {
2895
+ color: string | {
2896
+ colorType: "base" | "onBase" | "container" | "onContainer";
2897
+ toned?: boolean;
2898
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2899
+ };
2900
+ stop?: number;
2901
+ })[];
2902
+ acrylic?: boolean;
2903
+ opacity?: number;
2904
+ };
2905
+ border?: {
2906
+ radius?: {
2907
+ top?: import("@omnia/fx-models").SpacingValue;
2908
+ right?: import("@omnia/fx-models").SpacingValue;
2909
+ bottom?: import("@omnia/fx-models").SpacingValue;
2910
+ left?: import("@omnia/fx-models").SpacingValue;
2911
+ };
2912
+ width?: {
2913
+ top?: import("@omnia/fx-models").SpacingValue;
2914
+ right?: import("@omnia/fx-models").SpacingValue;
2915
+ bottom?: import("@omnia/fx-models").SpacingValue;
2916
+ left?: import("@omnia/fx-models").SpacingValue;
2917
+ };
2918
+ fill?: {
2919
+ colors: (string | {
2920
+ colorType: "base" | "onBase" | "container" | "onContainer";
2921
+ toned?: boolean;
2922
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2923
+ } | {
2924
+ color: string | {
2925
+ colorType: "base" | "onBase" | "container" | "onContainer";
2926
+ toned?: boolean;
2927
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2928
+ };
2929
+ stop?: number;
2930
+ })[];
2931
+ acrylic?: boolean;
2932
+ opacity?: number;
2933
+ };
2934
+ };
2935
+ elevation?: number;
2936
+ };
2937
+ padding?: {
2938
+ top?: import("@omnia/fx-models").SpacingValue;
2939
+ right?: import("@omnia/fx-models").SpacingValue;
2940
+ bottom?: import("@omnia/fx-models").SpacingValue;
2941
+ left?: import("@omnia/fx-models").SpacingValue;
2942
+ };
2943
+ margin?: {
2944
+ top?: import("@omnia/fx-models").SpacingValue;
2945
+ right?: import("@omnia/fx-models").SpacingValue;
2946
+ bottom?: import("@omnia/fx-models").SpacingValue;
2947
+ left?: import("@omnia/fx-models").SpacingValue;
2948
+ };
2949
+ vertical?: boolean;
2950
+ hideSlider?: boolean;
2951
+ iconPosition?: "left" | "right" | "top";
2952
+ grow?: boolean;
2953
+ minHeight?: number;
2954
+ minWidth?: number;
2955
+ alignment?: "center" | "start" | "end";
2956
+ sliderColor?: string | {
2957
+ colorType: "base" | "onBase" | "container" | "onContainer";
2958
+ toned?: boolean;
2959
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2960
+ };
2961
+ text?: {
2962
+ type: "text";
2963
+ color?: {
2964
+ colors: (string | {
2965
+ colorType: "base" | "onBase" | "container" | "onContainer";
2966
+ toned?: boolean;
2967
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2968
+ } | {
2969
+ color: string | {
2970
+ colorType: "base" | "onBase" | "container" | "onContainer";
2971
+ toned?: boolean;
2972
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2973
+ };
2974
+ stop?: number;
2975
+ })[];
2976
+ acrylic?: boolean;
2977
+ opacity?: number;
2978
+ };
2979
+ typography?: {
2980
+ decoration?: string;
2981
+ lg: {
2982
+ weight: number;
2983
+ size: number;
2984
+ lineHeight: number;
2985
+ };
2986
+ md?: {
2987
+ weight: number;
2988
+ size: number;
2989
+ lineHeight: number;
2990
+ };
2991
+ sm?: {
2992
+ weight: number;
2993
+ size: number;
2994
+ lineHeight: number;
2995
+ };
2996
+ } | {
2997
+ type: "title" | "text" | "navigation";
2998
+ size: "xs" | "s" | "m" | "l" | "xl";
2999
+ };
3000
+ };
3001
+ icon?: {
3002
+ type: "icon";
3003
+ color?: {
3004
+ colors: (string | {
3005
+ colorType: "base" | "onBase" | "container" | "onContainer";
3006
+ toned?: boolean;
3007
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3008
+ } | {
3009
+ color: string | {
3010
+ colorType: "base" | "onBase" | "container" | "onContainer";
3011
+ toned?: boolean;
3012
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3013
+ };
3014
+ stop?: number;
3015
+ })[];
3016
+ acrylic?: boolean;
3017
+ opacity?: number;
3018
+ };
3019
+ size?: number;
3020
+ };
3021
+ active?: {
3022
+ padding?: {
3023
+ top?: import("@omnia/fx-models").SpacingValue;
3024
+ right?: import("@omnia/fx-models").SpacingValue;
3025
+ bottom?: import("@omnia/fx-models").SpacingValue;
3026
+ left?: import("@omnia/fx-models").SpacingValue;
3027
+ };
3028
+ background?: {
3029
+ fill?: {
3030
+ colors: (string | {
3031
+ colorType: "base" | "onBase" | "container" | "onContainer";
3032
+ toned?: boolean;
3033
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3034
+ } | {
3035
+ color: string | {
3036
+ colorType: "base" | "onBase" | "container" | "onContainer";
3037
+ toned?: boolean;
3038
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3039
+ };
3040
+ stop?: number;
3041
+ })[];
3042
+ acrylic?: boolean;
3043
+ opacity?: number;
3044
+ };
3045
+ border?: {
3046
+ radius?: {
3047
+ top?: import("@omnia/fx-models").SpacingValue;
3048
+ right?: import("@omnia/fx-models").SpacingValue;
3049
+ bottom?: import("@omnia/fx-models").SpacingValue;
3050
+ left?: import("@omnia/fx-models").SpacingValue;
3051
+ };
3052
+ width?: {
3053
+ top?: import("@omnia/fx-models").SpacingValue;
3054
+ right?: import("@omnia/fx-models").SpacingValue;
3055
+ bottom?: import("@omnia/fx-models").SpacingValue;
3056
+ left?: import("@omnia/fx-models").SpacingValue;
3057
+ };
3058
+ fill?: {
3059
+ colors: (string | {
3060
+ colorType: "base" | "onBase" | "container" | "onContainer";
3061
+ toned?: boolean;
3062
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3063
+ } | {
3064
+ color: string | any;
3065
+ stop?: number;
3066
+ })[];
3067
+ acrylic?: boolean;
3068
+ opacity?: number;
3069
+ };
3070
+ };
3071
+ elevation?: number;
3072
+ };
3073
+ text?: {
3074
+ type: "text";
3075
+ color?: {
3076
+ colors: (string | {
3077
+ colorType: "base" | "onBase" | "container" | "onContainer";
3078
+ toned?: boolean;
3079
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3080
+ } | {
3081
+ color: string | {
3082
+ colorType: "base" | "onBase" | "container" | "onContainer";
3083
+ toned?: boolean;
3084
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3085
+ };
3086
+ stop?: number;
3087
+ })[];
3088
+ acrylic?: boolean;
3089
+ opacity?: number;
3090
+ };
3091
+ typography?: {
3092
+ decoration?: string;
3093
+ lg: {
3094
+ weight: number;
3095
+ size: number;
3096
+ lineHeight: number;
3097
+ };
3098
+ md?: {
3099
+ weight: number;
3100
+ size: number;
3101
+ lineHeight: number;
3102
+ };
3103
+ sm?: {
3104
+ weight: number;
3105
+ size: number;
3106
+ lineHeight: number;
3107
+ };
3108
+ } | {
3109
+ type: "title" | "text" | "navigation";
3110
+ size: "xs" | "s" | "m" | "l" | "xl";
3111
+ };
3112
+ };
3113
+ icon?: {
3114
+ type: "icon";
3115
+ color?: {
3116
+ colors: (string | {
3117
+ colorType: "base" | "onBase" | "container" | "onContainer";
3118
+ toned?: boolean;
3119
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3120
+ } | {
3121
+ color: string | {
3122
+ colorType: "base" | "onBase" | "container" | "onContainer";
3123
+ toned?: boolean;
3124
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3125
+ };
3126
+ stop?: number;
3127
+ })[];
3128
+ acrylic?: boolean;
3129
+ opacity?: number;
3130
+ };
3131
+ size?: number;
3132
+ };
3133
+ };
3134
+ inactive?: {
3135
+ background?: {
3136
+ fill?: {
3137
+ colors: (string | {
3138
+ colorType: "base" | "onBase" | "container" | "onContainer";
3139
+ toned?: boolean;
3140
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3141
+ } | {
3142
+ color: string | {
3143
+ colorType: "base" | "onBase" | "container" | "onContainer";
3144
+ toned?: boolean;
3145
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3146
+ };
3147
+ stop?: number;
3148
+ })[];
3149
+ acrylic?: boolean;
3150
+ opacity?: number;
3151
+ };
3152
+ border?: {
3153
+ radius?: {
3154
+ top?: import("@omnia/fx-models").SpacingValue;
3155
+ right?: import("@omnia/fx-models").SpacingValue;
3156
+ bottom?: import("@omnia/fx-models").SpacingValue;
3157
+ left?: import("@omnia/fx-models").SpacingValue;
3158
+ };
3159
+ width?: {
3160
+ top?: import("@omnia/fx-models").SpacingValue;
3161
+ right?: import("@omnia/fx-models").SpacingValue;
3162
+ bottom?: import("@omnia/fx-models").SpacingValue;
3163
+ left?: import("@omnia/fx-models").SpacingValue;
3164
+ };
3165
+ fill?: {
3166
+ colors: (string | {
3167
+ colorType: "base" | "onBase" | "container" | "onContainer";
3168
+ toned?: boolean;
3169
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3170
+ } | {
3171
+ color: string | any;
3172
+ stop?: number;
3173
+ })[];
3174
+ acrylic?: boolean;
3175
+ opacity?: number;
3176
+ };
3177
+ };
3178
+ elevation?: number;
3179
+ };
3180
+ };
3181
+ };
3182
+ variant1?: {
3183
+ type: "tab";
3184
+ background?: {
3185
+ fill?: {
3186
+ colors: (string | {
3187
+ colorType: "base" | "onBase" | "container" | "onContainer";
3188
+ toned?: boolean;
3189
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3190
+ } | {
3191
+ color: string | {
3192
+ colorType: "base" | "onBase" | "container" | "onContainer";
3193
+ toned?: boolean;
3194
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3195
+ };
3196
+ stop?: number;
3197
+ })[];
3198
+ acrylic?: boolean;
3199
+ opacity?: number;
3200
+ };
3201
+ border?: {
3202
+ radius?: {
3203
+ top?: import("@omnia/fx-models").SpacingValue;
3204
+ right?: import("@omnia/fx-models").SpacingValue;
3205
+ bottom?: import("@omnia/fx-models").SpacingValue;
3206
+ left?: import("@omnia/fx-models").SpacingValue;
3207
+ };
3208
+ width?: {
3209
+ top?: import("@omnia/fx-models").SpacingValue;
3210
+ right?: import("@omnia/fx-models").SpacingValue;
3211
+ bottom?: import("@omnia/fx-models").SpacingValue;
3212
+ left?: import("@omnia/fx-models").SpacingValue;
3213
+ };
3214
+ fill?: {
3215
+ colors: (string | {
3216
+ colorType: "base" | "onBase" | "container" | "onContainer";
3217
+ toned?: boolean;
3218
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3219
+ } | {
3220
+ color: string | {
3221
+ colorType: "base" | "onBase" | "container" | "onContainer";
3222
+ toned?: boolean;
3223
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3224
+ };
3225
+ stop?: number;
3226
+ })[];
3227
+ acrylic?: boolean;
3228
+ opacity?: number;
3229
+ };
3230
+ };
3231
+ elevation?: number;
3232
+ };
3233
+ padding?: {
3234
+ top?: import("@omnia/fx-models").SpacingValue;
3235
+ right?: import("@omnia/fx-models").SpacingValue;
3236
+ bottom?: import("@omnia/fx-models").SpacingValue;
3237
+ left?: import("@omnia/fx-models").SpacingValue;
3238
+ };
3239
+ margin?: {
3240
+ top?: import("@omnia/fx-models").SpacingValue;
3241
+ right?: import("@omnia/fx-models").SpacingValue;
3242
+ bottom?: import("@omnia/fx-models").SpacingValue;
3243
+ left?: import("@omnia/fx-models").SpacingValue;
3244
+ };
3245
+ vertical?: boolean;
3246
+ hideSlider?: boolean;
3247
+ iconPosition?: "left" | "right" | "top";
3248
+ grow?: boolean;
3249
+ minHeight?: number;
3250
+ minWidth?: number;
3251
+ alignment?: "center" | "start" | "end";
3252
+ sliderColor?: string | {
3253
+ colorType: "base" | "onBase" | "container" | "onContainer";
3254
+ toned?: boolean;
3255
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3256
+ };
3257
+ text?: {
3258
+ type: "text";
3259
+ color?: {
3260
+ colors: (string | {
3261
+ colorType: "base" | "onBase" | "container" | "onContainer";
3262
+ toned?: boolean;
3263
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3264
+ } | {
3265
+ color: string | {
3266
+ colorType: "base" | "onBase" | "container" | "onContainer";
3267
+ toned?: boolean;
3268
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3269
+ };
3270
+ stop?: number;
3271
+ })[];
3272
+ acrylic?: boolean;
3273
+ opacity?: number;
3274
+ };
3275
+ typography?: {
3276
+ decoration?: string;
3277
+ lg: {
3278
+ weight: number;
3279
+ size: number;
3280
+ lineHeight: number;
3281
+ };
3282
+ md?: {
3283
+ weight: number;
3284
+ size: number;
3285
+ lineHeight: number;
3286
+ };
3287
+ sm?: {
3288
+ weight: number;
3289
+ size: number;
3290
+ lineHeight: number;
3291
+ };
3292
+ } | {
3293
+ type: "title" | "text" | "navigation";
3294
+ size: "xs" | "s" | "m" | "l" | "xl";
3295
+ };
3296
+ };
3297
+ icon?: {
3298
+ type: "icon";
3299
+ color?: {
3300
+ colors: (string | {
3301
+ colorType: "base" | "onBase" | "container" | "onContainer";
3302
+ toned?: boolean;
3303
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3304
+ } | {
3305
+ color: string | {
3306
+ colorType: "base" | "onBase" | "container" | "onContainer";
3307
+ toned?: boolean;
3308
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3309
+ };
3310
+ stop?: number;
3311
+ })[];
3312
+ acrylic?: boolean;
3313
+ opacity?: number;
3314
+ };
3315
+ size?: number;
3316
+ };
3317
+ active?: {
3318
+ padding?: {
3319
+ top?: import("@omnia/fx-models").SpacingValue;
3320
+ right?: import("@omnia/fx-models").SpacingValue;
3321
+ bottom?: import("@omnia/fx-models").SpacingValue;
3322
+ left?: import("@omnia/fx-models").SpacingValue;
3323
+ };
3324
+ background?: {
3325
+ fill?: {
3326
+ colors: (string | {
3327
+ colorType: "base" | "onBase" | "container" | "onContainer";
3328
+ toned?: boolean;
3329
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3330
+ } | {
3331
+ color: string | {
3332
+ colorType: "base" | "onBase" | "container" | "onContainer";
3333
+ toned?: boolean;
3334
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3335
+ };
3336
+ stop?: number;
3337
+ })[];
3338
+ acrylic?: boolean;
3339
+ opacity?: number;
3340
+ };
3341
+ border?: {
3342
+ radius?: {
3343
+ top?: import("@omnia/fx-models").SpacingValue;
3344
+ right?: import("@omnia/fx-models").SpacingValue;
3345
+ bottom?: import("@omnia/fx-models").SpacingValue;
3346
+ left?: import("@omnia/fx-models").SpacingValue;
3347
+ };
3348
+ width?: {
3349
+ top?: import("@omnia/fx-models").SpacingValue;
3350
+ right?: import("@omnia/fx-models").SpacingValue;
3351
+ bottom?: import("@omnia/fx-models").SpacingValue;
3352
+ left?: import("@omnia/fx-models").SpacingValue;
3353
+ };
3354
+ fill?: {
3355
+ colors: (string | {
3356
+ colorType: "base" | "onBase" | "container" | "onContainer";
3357
+ toned?: boolean;
3358
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3359
+ } | {
3360
+ color: string | any;
3361
+ stop?: number;
3362
+ })[];
3363
+ acrylic?: boolean;
3364
+ opacity?: number;
3365
+ };
3366
+ };
3367
+ elevation?: number;
3368
+ };
3369
+ text?: {
3370
+ type: "text";
3371
+ color?: {
3372
+ colors: (string | {
3373
+ colorType: "base" | "onBase" | "container" | "onContainer";
3374
+ toned?: boolean;
3375
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3376
+ } | {
3377
+ color: string | {
3378
+ colorType: "base" | "onBase" | "container" | "onContainer";
3379
+ toned?: boolean;
3380
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3381
+ };
3382
+ stop?: number;
3383
+ })[];
3384
+ acrylic?: boolean;
3385
+ opacity?: number;
3386
+ };
3387
+ typography?: {
3388
+ decoration?: string;
3389
+ lg: {
3390
+ weight: number;
3391
+ size: number;
3392
+ lineHeight: number;
3393
+ };
3394
+ md?: {
3395
+ weight: number;
3396
+ size: number;
3397
+ lineHeight: number;
3398
+ };
3399
+ sm?: {
3400
+ weight: number;
3401
+ size: number;
3402
+ lineHeight: number;
3403
+ };
3404
+ } | {
3405
+ type: "title" | "text" | "navigation";
3406
+ size: "xs" | "s" | "m" | "l" | "xl";
3407
+ };
3408
+ };
3409
+ icon?: {
3410
+ type: "icon";
3411
+ color?: {
3412
+ colors: (string | {
3413
+ colorType: "base" | "onBase" | "container" | "onContainer";
3414
+ toned?: boolean;
3415
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3416
+ } | {
3417
+ color: string | {
3418
+ colorType: "base" | "onBase" | "container" | "onContainer";
3419
+ toned?: boolean;
3420
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3421
+ };
3422
+ stop?: number;
3423
+ })[];
3424
+ acrylic?: boolean;
3425
+ opacity?: number;
3426
+ };
3427
+ size?: number;
3428
+ };
3429
+ };
3430
+ inactive?: {
3431
+ background?: {
3432
+ fill?: {
3433
+ colors: (string | {
3434
+ colorType: "base" | "onBase" | "container" | "onContainer";
3435
+ toned?: boolean;
3436
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3437
+ } | {
3438
+ color: string | {
3439
+ colorType: "base" | "onBase" | "container" | "onContainer";
3440
+ toned?: boolean;
3441
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3442
+ };
3443
+ stop?: number;
3444
+ })[];
3445
+ acrylic?: boolean;
3446
+ opacity?: number;
3447
+ };
3448
+ border?: {
3449
+ radius?: {
3450
+ top?: import("@omnia/fx-models").SpacingValue;
3451
+ right?: import("@omnia/fx-models").SpacingValue;
3452
+ bottom?: import("@omnia/fx-models").SpacingValue;
3453
+ left?: import("@omnia/fx-models").SpacingValue;
3454
+ };
3455
+ width?: {
3456
+ top?: import("@omnia/fx-models").SpacingValue;
3457
+ right?: import("@omnia/fx-models").SpacingValue;
3458
+ bottom?: import("@omnia/fx-models").SpacingValue;
3459
+ left?: import("@omnia/fx-models").SpacingValue;
3460
+ };
3461
+ fill?: {
3462
+ colors: (string | {
3463
+ colorType: "base" | "onBase" | "container" | "onContainer";
3464
+ toned?: boolean;
3465
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3466
+ } | {
3467
+ color: string | any;
3468
+ stop?: number;
3469
+ })[];
3470
+ acrylic?: boolean;
3471
+ opacity?: number;
3472
+ };
3473
+ };
3474
+ elevation?: number;
3475
+ };
3476
+ };
3477
+ };
3478
+ variant2?: {
3479
+ type: "tab";
3480
+ background?: {
3481
+ fill?: {
3482
+ colors: (string | {
3483
+ colorType: "base" | "onBase" | "container" | "onContainer";
3484
+ toned?: boolean;
3485
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3486
+ } | {
3487
+ color: string | {
3488
+ colorType: "base" | "onBase" | "container" | "onContainer";
3489
+ toned?: boolean;
3490
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3491
+ };
3492
+ stop?: number;
3493
+ })[];
3494
+ acrylic?: boolean;
3495
+ opacity?: number;
3496
+ };
3497
+ border?: {
3498
+ radius?: {
3499
+ top?: import("@omnia/fx-models").SpacingValue;
3500
+ right?: import("@omnia/fx-models").SpacingValue;
3501
+ bottom?: import("@omnia/fx-models").SpacingValue;
3502
+ left?: import("@omnia/fx-models").SpacingValue;
3503
+ };
3504
+ width?: {
3505
+ top?: import("@omnia/fx-models").SpacingValue;
3506
+ right?: import("@omnia/fx-models").SpacingValue;
3507
+ bottom?: import("@omnia/fx-models").SpacingValue;
3508
+ left?: import("@omnia/fx-models").SpacingValue;
3509
+ };
3510
+ fill?: {
3511
+ colors: (string | {
3512
+ colorType: "base" | "onBase" | "container" | "onContainer";
3513
+ toned?: boolean;
3514
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3515
+ } | {
3516
+ color: string | {
3517
+ colorType: "base" | "onBase" | "container" | "onContainer";
3518
+ toned?: boolean;
3519
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3520
+ };
3521
+ stop?: number;
3522
+ })[];
3523
+ acrylic?: boolean;
3524
+ opacity?: number;
3525
+ };
3526
+ };
3527
+ elevation?: number;
3528
+ };
3529
+ padding?: {
3530
+ top?: import("@omnia/fx-models").SpacingValue;
3531
+ right?: import("@omnia/fx-models").SpacingValue;
3532
+ bottom?: import("@omnia/fx-models").SpacingValue;
3533
+ left?: import("@omnia/fx-models").SpacingValue;
3534
+ };
3535
+ margin?: {
3536
+ top?: import("@omnia/fx-models").SpacingValue;
3537
+ right?: import("@omnia/fx-models").SpacingValue;
3538
+ bottom?: import("@omnia/fx-models").SpacingValue;
3539
+ left?: import("@omnia/fx-models").SpacingValue;
3540
+ };
3541
+ vertical?: boolean;
3542
+ hideSlider?: boolean;
3543
+ iconPosition?: "left" | "right" | "top";
3544
+ grow?: boolean;
3545
+ minHeight?: number;
3546
+ minWidth?: number;
3547
+ alignment?: "center" | "start" | "end";
3548
+ sliderColor?: string | {
3549
+ colorType: "base" | "onBase" | "container" | "onContainer";
3550
+ toned?: boolean;
3551
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3552
+ };
3553
+ text?: {
3554
+ type: "text";
3555
+ color?: {
3556
+ colors: (string | {
3557
+ colorType: "base" | "onBase" | "container" | "onContainer";
3558
+ toned?: boolean;
3559
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3560
+ } | {
3561
+ color: string | {
3562
+ colorType: "base" | "onBase" | "container" | "onContainer";
3563
+ toned?: boolean;
3564
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3565
+ };
3566
+ stop?: number;
3567
+ })[];
3568
+ acrylic?: boolean;
3569
+ opacity?: number;
3570
+ };
3571
+ typography?: {
3572
+ decoration?: string;
3573
+ lg: {
3574
+ weight: number;
3575
+ size: number;
3576
+ lineHeight: number;
3577
+ };
3578
+ md?: {
3579
+ weight: number;
3580
+ size: number;
3581
+ lineHeight: number;
3582
+ };
3583
+ sm?: {
3584
+ weight: number;
3585
+ size: number;
3586
+ lineHeight: number;
3587
+ };
3588
+ } | {
3589
+ type: "title" | "text" | "navigation";
3590
+ size: "xs" | "s" | "m" | "l" | "xl";
3591
+ };
3592
+ };
3593
+ icon?: {
3594
+ type: "icon";
3595
+ color?: {
3596
+ colors: (string | {
3597
+ colorType: "base" | "onBase" | "container" | "onContainer";
3598
+ toned?: boolean;
3599
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3600
+ } | {
3601
+ color: string | {
3602
+ colorType: "base" | "onBase" | "container" | "onContainer";
3603
+ toned?: boolean;
3604
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3605
+ };
3606
+ stop?: number;
3607
+ })[];
3608
+ acrylic?: boolean;
3609
+ opacity?: number;
3610
+ };
3611
+ size?: number;
3612
+ };
3613
+ active?: {
3614
+ padding?: {
3615
+ top?: import("@omnia/fx-models").SpacingValue;
3616
+ right?: import("@omnia/fx-models").SpacingValue;
3617
+ bottom?: import("@omnia/fx-models").SpacingValue;
3618
+ left?: import("@omnia/fx-models").SpacingValue;
3619
+ };
3620
+ background?: {
3621
+ fill?: {
3622
+ colors: (string | {
3623
+ colorType: "base" | "onBase" | "container" | "onContainer";
3624
+ toned?: boolean;
3625
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3626
+ } | {
3627
+ color: string | {
3628
+ colorType: "base" | "onBase" | "container" | "onContainer";
3629
+ toned?: boolean;
3630
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3631
+ };
3632
+ stop?: number;
3633
+ })[];
3634
+ acrylic?: boolean;
3635
+ opacity?: number;
3636
+ };
3637
+ border?: {
3638
+ radius?: {
3639
+ top?: import("@omnia/fx-models").SpacingValue;
3640
+ right?: import("@omnia/fx-models").SpacingValue;
3641
+ bottom?: import("@omnia/fx-models").SpacingValue;
3642
+ left?: import("@omnia/fx-models").SpacingValue;
3643
+ };
3644
+ width?: {
3645
+ top?: import("@omnia/fx-models").SpacingValue;
3646
+ right?: import("@omnia/fx-models").SpacingValue;
3647
+ bottom?: import("@omnia/fx-models").SpacingValue;
3648
+ left?: import("@omnia/fx-models").SpacingValue;
3649
+ };
3650
+ fill?: {
3651
+ colors: (string | {
3652
+ colorType: "base" | "onBase" | "container" | "onContainer";
3653
+ toned?: boolean;
3654
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3655
+ } | {
3656
+ color: string | any;
3657
+ stop?: number;
3658
+ })[];
3659
+ acrylic?: boolean;
3660
+ opacity?: number;
3661
+ };
3662
+ };
3663
+ elevation?: number;
3664
+ };
3665
+ text?: {
3666
+ type: "text";
3667
+ color?: {
3668
+ colors: (string | {
3669
+ colorType: "base" | "onBase" | "container" | "onContainer";
3670
+ toned?: boolean;
3671
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3672
+ } | {
3673
+ color: string | {
3674
+ colorType: "base" | "onBase" | "container" | "onContainer";
3675
+ toned?: boolean;
3676
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3677
+ };
3678
+ stop?: number;
3679
+ })[];
3680
+ acrylic?: boolean;
3681
+ opacity?: number;
3682
+ };
3683
+ typography?: {
3684
+ decoration?: string;
3685
+ lg: {
3686
+ weight: number;
3687
+ size: number;
3688
+ lineHeight: number;
3689
+ };
3690
+ md?: {
3691
+ weight: number;
3692
+ size: number;
3693
+ lineHeight: number;
3694
+ };
3695
+ sm?: {
3696
+ weight: number;
3697
+ size: number;
3698
+ lineHeight: number;
3699
+ };
3700
+ } | {
3701
+ type: "title" | "text" | "navigation";
3702
+ size: "xs" | "s" | "m" | "l" | "xl";
3703
+ };
3704
+ };
3705
+ icon?: {
3706
+ type: "icon";
3707
+ color?: {
3708
+ colors: (string | {
3709
+ colorType: "base" | "onBase" | "container" | "onContainer";
3710
+ toned?: boolean;
3711
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3712
+ } | {
3713
+ color: string | {
3714
+ colorType: "base" | "onBase" | "container" | "onContainer";
3715
+ toned?: boolean;
3716
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3717
+ };
3718
+ stop?: number;
3719
+ })[];
3720
+ acrylic?: boolean;
3721
+ opacity?: number;
3722
+ };
3723
+ size?: number;
3724
+ };
3725
+ };
3726
+ inactive?: {
3727
+ background?: {
3728
+ fill?: {
3729
+ colors: (string | {
3730
+ colorType: "base" | "onBase" | "container" | "onContainer";
3731
+ toned?: boolean;
3732
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3733
+ } | {
3734
+ color: string | {
3735
+ colorType: "base" | "onBase" | "container" | "onContainer";
3736
+ toned?: boolean;
3737
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3738
+ };
3739
+ stop?: number;
3740
+ })[];
3741
+ acrylic?: boolean;
3742
+ opacity?: number;
3743
+ };
3744
+ border?: {
3745
+ radius?: {
3746
+ top?: import("@omnia/fx-models").SpacingValue;
3747
+ right?: import("@omnia/fx-models").SpacingValue;
3748
+ bottom?: import("@omnia/fx-models").SpacingValue;
3749
+ left?: import("@omnia/fx-models").SpacingValue;
3750
+ };
3751
+ width?: {
3752
+ top?: import("@omnia/fx-models").SpacingValue;
3753
+ right?: import("@omnia/fx-models").SpacingValue;
3754
+ bottom?: import("@omnia/fx-models").SpacingValue;
3755
+ left?: import("@omnia/fx-models").SpacingValue;
3756
+ };
3757
+ fill?: {
3758
+ colors: (string | {
3759
+ colorType: "base" | "onBase" | "container" | "onContainer";
3760
+ toned?: boolean;
3761
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3762
+ } | {
3763
+ color: string | any;
3764
+ stop?: number;
3765
+ })[];
3766
+ acrylic?: boolean;
3767
+ opacity?: number;
3768
+ };
3769
+ };
3770
+ elevation?: number;
3771
+ };
3772
+ };
3773
+ };
3774
+ variant3?: {
3775
+ type: "tab";
3776
+ background?: {
3777
+ fill?: {
3778
+ colors: (string | {
3779
+ colorType: "base" | "onBase" | "container" | "onContainer";
3780
+ toned?: boolean;
3781
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3782
+ } | {
3783
+ color: string | {
3784
+ colorType: "base" | "onBase" | "container" | "onContainer";
3785
+ toned?: boolean;
3786
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3787
+ };
3788
+ stop?: number;
3789
+ })[];
3790
+ acrylic?: boolean;
3791
+ opacity?: number;
3792
+ };
3793
+ border?: {
3794
+ radius?: {
3795
+ top?: import("@omnia/fx-models").SpacingValue;
3796
+ right?: import("@omnia/fx-models").SpacingValue;
3797
+ bottom?: import("@omnia/fx-models").SpacingValue;
3798
+ left?: import("@omnia/fx-models").SpacingValue;
3799
+ };
3800
+ width?: {
3801
+ top?: import("@omnia/fx-models").SpacingValue;
3802
+ right?: import("@omnia/fx-models").SpacingValue;
3803
+ bottom?: import("@omnia/fx-models").SpacingValue;
3804
+ left?: import("@omnia/fx-models").SpacingValue;
3805
+ };
3806
+ fill?: {
3807
+ colors: (string | {
3808
+ colorType: "base" | "onBase" | "container" | "onContainer";
3809
+ toned?: boolean;
3810
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3811
+ } | {
3812
+ color: string | {
3813
+ colorType: "base" | "onBase" | "container" | "onContainer";
3814
+ toned?: boolean;
3815
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3816
+ };
3817
+ stop?: number;
3818
+ })[];
3819
+ acrylic?: boolean;
3820
+ opacity?: number;
3821
+ };
3822
+ };
3823
+ elevation?: number;
3824
+ };
3825
+ padding?: {
3826
+ top?: import("@omnia/fx-models").SpacingValue;
3827
+ right?: import("@omnia/fx-models").SpacingValue;
3828
+ bottom?: import("@omnia/fx-models").SpacingValue;
3829
+ left?: import("@omnia/fx-models").SpacingValue;
3830
+ };
3831
+ margin?: {
3832
+ top?: import("@omnia/fx-models").SpacingValue;
3833
+ right?: import("@omnia/fx-models").SpacingValue;
3834
+ bottom?: import("@omnia/fx-models").SpacingValue;
3835
+ left?: import("@omnia/fx-models").SpacingValue;
3836
+ };
3837
+ vertical?: boolean;
3838
+ hideSlider?: boolean;
3839
+ iconPosition?: "left" | "right" | "top";
3840
+ grow?: boolean;
3841
+ minHeight?: number;
3842
+ minWidth?: number;
3843
+ alignment?: "center" | "start" | "end";
3844
+ sliderColor?: string | {
3845
+ colorType: "base" | "onBase" | "container" | "onContainer";
3846
+ toned?: boolean;
3847
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3848
+ };
3849
+ text?: {
3850
+ type: "text";
3851
+ color?: {
3852
+ colors: (string | {
3853
+ colorType: "base" | "onBase" | "container" | "onContainer";
3854
+ toned?: boolean;
3855
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3856
+ } | {
3857
+ color: string | {
3858
+ colorType: "base" | "onBase" | "container" | "onContainer";
3859
+ toned?: boolean;
3860
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3861
+ };
3862
+ stop?: number;
3863
+ })[];
3864
+ acrylic?: boolean;
3865
+ opacity?: number;
3866
+ };
3867
+ typography?: {
3868
+ decoration?: string;
3869
+ lg: {
3870
+ weight: number;
3871
+ size: number;
3872
+ lineHeight: number;
3873
+ };
3874
+ md?: {
3875
+ weight: number;
3876
+ size: number;
3877
+ lineHeight: number;
3878
+ };
3879
+ sm?: {
3880
+ weight: number;
3881
+ size: number;
3882
+ lineHeight: number;
3883
+ };
3884
+ } | {
3885
+ type: "title" | "text" | "navigation";
3886
+ size: "xs" | "s" | "m" | "l" | "xl";
3887
+ };
3888
+ };
3889
+ icon?: {
3890
+ type: "icon";
3891
+ color?: {
3892
+ colors: (string | {
3893
+ colorType: "base" | "onBase" | "container" | "onContainer";
3894
+ toned?: boolean;
3895
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3896
+ } | {
3897
+ color: string | {
3898
+ colorType: "base" | "onBase" | "container" | "onContainer";
3899
+ toned?: boolean;
3900
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3901
+ };
3902
+ stop?: number;
3903
+ })[];
3904
+ acrylic?: boolean;
3905
+ opacity?: number;
3906
+ };
3907
+ size?: number;
3908
+ };
3909
+ active?: {
3910
+ padding?: {
3911
+ top?: import("@omnia/fx-models").SpacingValue;
3912
+ right?: import("@omnia/fx-models").SpacingValue;
3913
+ bottom?: import("@omnia/fx-models").SpacingValue;
3914
+ left?: import("@omnia/fx-models").SpacingValue;
3915
+ };
3916
+ background?: {
3917
+ fill?: {
3918
+ colors: (string | {
3919
+ colorType: "base" | "onBase" | "container" | "onContainer";
3920
+ toned?: boolean;
3921
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3922
+ } | {
3923
+ color: string | {
3924
+ colorType: "base" | "onBase" | "container" | "onContainer";
3925
+ toned?: boolean;
3926
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3927
+ };
3928
+ stop?: number;
3929
+ })[];
3930
+ acrylic?: boolean;
3931
+ opacity?: number;
3932
+ };
3933
+ border?: {
3934
+ radius?: {
3935
+ top?: import("@omnia/fx-models").SpacingValue;
3936
+ right?: import("@omnia/fx-models").SpacingValue;
3937
+ bottom?: import("@omnia/fx-models").SpacingValue;
3938
+ left?: import("@omnia/fx-models").SpacingValue;
3939
+ };
3940
+ width?: {
3941
+ top?: import("@omnia/fx-models").SpacingValue;
3942
+ right?: import("@omnia/fx-models").SpacingValue;
3943
+ bottom?: import("@omnia/fx-models").SpacingValue;
3944
+ left?: import("@omnia/fx-models").SpacingValue;
3945
+ };
3946
+ fill?: {
3947
+ colors: (string | {
3948
+ colorType: "base" | "onBase" | "container" | "onContainer";
3949
+ toned?: boolean;
3950
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3951
+ } | {
3952
+ color: string | any;
3953
+ stop?: number;
3954
+ })[];
3955
+ acrylic?: boolean;
3956
+ opacity?: number;
3957
+ };
3958
+ };
3959
+ elevation?: number;
3960
+ };
3961
+ text?: {
3962
+ type: "text";
3963
+ color?: {
3964
+ colors: (string | {
3965
+ colorType: "base" | "onBase" | "container" | "onContainer";
3966
+ toned?: boolean;
3967
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3968
+ } | {
3969
+ color: string | {
3970
+ colorType: "base" | "onBase" | "container" | "onContainer";
3971
+ toned?: boolean;
3972
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3973
+ };
3974
+ stop?: number;
3975
+ })[];
3976
+ acrylic?: boolean;
3977
+ opacity?: number;
3978
+ };
3979
+ typography?: {
3980
+ decoration?: string;
3981
+ lg: {
3982
+ weight: number;
3983
+ size: number;
3984
+ lineHeight: number;
3985
+ };
3986
+ md?: {
3987
+ weight: number;
3988
+ size: number;
3989
+ lineHeight: number;
3990
+ };
3991
+ sm?: {
3992
+ weight: number;
3993
+ size: number;
3994
+ lineHeight: number;
3995
+ };
3996
+ } | {
3997
+ type: "title" | "text" | "navigation";
3998
+ size: "xs" | "s" | "m" | "l" | "xl";
3999
+ };
4000
+ };
4001
+ icon?: {
4002
+ type: "icon";
4003
+ color?: {
4004
+ colors: (string | {
4005
+ colorType: "base" | "onBase" | "container" | "onContainer";
4006
+ toned?: boolean;
4007
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
4008
+ } | {
4009
+ color: string | {
4010
+ colorType: "base" | "onBase" | "container" | "onContainer";
4011
+ toned?: boolean;
4012
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
4013
+ };
4014
+ stop?: number;
4015
+ })[];
4016
+ acrylic?: boolean;
4017
+ opacity?: number;
4018
+ };
4019
+ size?: number;
4020
+ };
4021
+ };
4022
+ inactive?: {
4023
+ background?: {
4024
+ fill?: {
4025
+ colors: (string | {
4026
+ colorType: "base" | "onBase" | "container" | "onContainer";
4027
+ toned?: boolean;
4028
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
4029
+ } | {
4030
+ color: string | {
4031
+ colorType: "base" | "onBase" | "container" | "onContainer";
4032
+ toned?: boolean;
4033
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
4034
+ };
4035
+ stop?: number;
4036
+ })[];
4037
+ acrylic?: boolean;
4038
+ opacity?: number;
4039
+ };
4040
+ border?: {
4041
+ radius?: {
4042
+ top?: import("@omnia/fx-models").SpacingValue;
4043
+ right?: import("@omnia/fx-models").SpacingValue;
4044
+ bottom?: import("@omnia/fx-models").SpacingValue;
4045
+ left?: import("@omnia/fx-models").SpacingValue;
4046
+ };
4047
+ width?: {
4048
+ top?: import("@omnia/fx-models").SpacingValue;
4049
+ right?: import("@omnia/fx-models").SpacingValue;
4050
+ bottom?: import("@omnia/fx-models").SpacingValue;
4051
+ left?: import("@omnia/fx-models").SpacingValue;
4052
+ };
4053
+ fill?: {
4054
+ colors: (string | {
4055
+ colorType: "base" | "onBase" | "container" | "onContainer";
4056
+ toned?: boolean;
4057
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
4058
+ } | {
4059
+ color: string | any;
4060
+ stop?: number;
4061
+ })[];
4062
+ acrylic?: boolean;
4063
+ opacity?: number;
4064
+ };
4065
+ };
4066
+ elevation?: number;
4067
+ };
4068
+ };
4069
+ };
4070
+ };
418
4071
  name?: string;
419
- }[];
4072
+ };
420
4073
  };
421
4074
  };
422
4075
  events: {
@@ -447,17 +4100,16 @@ export declare const useColorSchemaStore: () => {
447
4100
  setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
448
4101
  };
449
4102
  get: {
450
- colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes) => ColorSchema;
451
- blueprint: <TType extends import("@omnia/fx-models").Blueprints>(type: import("@omnia/fx-models").BlueprintType) => TType;
4103
+ colorSchema: (colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => ColorSchema;
452
4104
  typography: () => import("@omnia/fx-models").TypographyBlueprints;
453
4105
  spacing: () => import("@omnia/fx-models").SpacingBlueprints;
454
4106
  chrome: () => import("@omnia/fx-models").ChromeBlueprints;
455
4107
  component: () => import("@omnia/fx-models").ComponentBlueprints;
456
- color: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes) => string;
457
- colorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes) => ColorDefinition;
4108
+ color: (colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes) => string;
4109
+ colorDefinition: (colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes) => ColorDefinition;
458
4110
  complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes) => ColorTypes;
459
- complementaryColor: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes) => string;
460
- complementaryColorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes) => ColorDefinition;
4111
+ complementaryColor: (colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes) => string;
4112
+ complementaryColorDefinition: (colorSchemaType: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | ColorTypes) => ColorDefinition;
461
4113
  currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
462
4114
  };
463
4115
  };