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