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