@omnia/fx 8.0.295-dev → 8.0.297-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 (282) hide show
  1. package/internal-do-not-import-from-here/contexts/OmniaContext.d.ts +2 -2
  2. package/internal-do-not-import-from-here/contexts/OmniaContextProvider.d.ts +2 -2
  3. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +5 -5
  5. package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
  6. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +92 -89
  7. package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +2 -2
  8. package/internal-do-not-import-from-here/ux/admin/system/loc/localize.d.ts +1 -0
  9. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/SeoManager.d.ts +2 -0
  10. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/components/SeoDetail.d.ts +2 -0
  11. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/loc/localize.d.ts +15 -0
  12. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/services/SeoService.d.ts +7 -0
  13. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/store/SeoManagerStore.d.ts +55 -0
  14. package/internal-do-not-import-from-here/ux/app/ExposeToUxCore.d.ts +5 -0
  15. package/internal-do-not-import-from-here/ux/app/index.d.ts +1 -5
  16. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.d.ts +3 -3
  21. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/models/Theme.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +11 -11
  23. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker.d.ts +2 -2
  25. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeEditor.d.ts +3 -3
  27. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +6 -6
  30. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaEditor.d.ts +3 -3
  32. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +10 -10
  33. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +3 -3
  34. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +85 -85
  35. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +2 -2
  36. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingEditor.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +5 -5
  40. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.css.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +5 -5
  42. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeViewer.d.ts +4 -4
  43. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +3 -3
  44. package/internal-do-not-import-from-here/ux/aurora/designkits/default/themes/ThemeDefinitions.d.ts +12 -12
  45. package/internal-do-not-import-from-here/ux/aurora/designkits/default/useDefaultDesignKit.d.ts +11 -11
  46. package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/ThemeDefinitions.d.ts +2 -2
  47. package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/useDocumentationDesignKit.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/ThemeDefinitions.d.ts +3 -3
  49. package/internal-do-not-import-from-here/ux/aurora/designkits/editor/useEditorDesignKit.d.ts +2 -2
  50. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/ThemeDefinitionInstance.d.ts +2 -2
  51. package/internal-do-not-import-from-here/ux/aurora/designkits/useDesignKits.d.ts +14 -14
  52. package/internal-do-not-import-from-here/ux/aurora/index.d.ts +0 -1
  53. package/internal-do-not-import-from-here/ux/aurora/store/ColorManager.d.ts +1 -0
  54. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +12 -3
  55. package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +5 -6
  56. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +24 -7124
  57. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +2 -2
  58. package/internal-do-not-import-from-here/ux/aurora/store/ThemeService.d.ts +10 -0
  59. package/internal-do-not-import-from-here/ux/aurora/{themingV3/store/ThemingStore.d.ts → store/ThemeStorage.d.ts} +14 -15
  60. package/internal-do-not-import-from-here/ux/aurora/store/{ThemeStoreV2.d.ts → ThemeStore.d.ts} +1 -1
  61. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +24 -7124
  62. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +3 -2
  63. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +10 -25
  64. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +12 -7
  65. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +3 -3
  67. package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +8 -4
  68. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +1 -1
  69. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +18 -18
  70. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +12 -12
  71. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +32 -439
  72. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
  73. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +4 -4
  74. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +4 -4
  75. package/internal-do-not-import-from-here/ux/directives/motion/Motion.d.ts +0 -1
  76. package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +0 -1
  77. package/internal-do-not-import-from-here/ux/documenticon/IDocumentIcon.d.ts +0 -18
  78. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +2 -2
  79. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +3 -3
  80. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +8 -8
  81. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +1 -1
  86. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +1 -1
  87. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +1 -1
  90. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +1 -1
  91. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +1 -1
  92. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +1 -1
  93. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +1 -1
  94. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
  96. package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +5 -42
  97. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +3 -3
  98. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +5 -5
  99. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +2 -2
  100. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +46 -584
  101. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +64 -423
  102. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +3 -3
  103. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +2 -2
  104. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +3 -3
  105. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +2 -2
  106. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +5 -5
  107. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +1 -1
  108. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +1 -1
  109. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +2 -2
  110. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +1 -1
  111. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +2 -2
  112. package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutAction.stylex.d.ts +3 -3
  113. package/internal-do-not-import-from-here/ux/layoutcanvas/layoutblock/LayoutBlockSettings.d.ts +1 -0
  114. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +1 -1
  115. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.stylex.d.ts +1 -1
  116. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutEditorThemingManager.d.ts +4 -4
  117. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ThemingRenditionManager.d.ts +5 -5
  118. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +2 -2
  119. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.stylex.d.ts +2 -2
  120. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +2 -2
  121. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.stylex.d.ts +11 -11
  122. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
  123. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
  124. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +8 -8
  125. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +10 -10
  126. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +4 -4
  127. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +3 -3
  128. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.css.d.ts +2 -2
  129. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -1
  130. package/internal-do-not-import-from-here/ux/messaging/InternalTopics.d.ts +2 -2
  131. package/internal-do-not-import-from-here/ux/messaging/Topics.d.ts +2 -2
  132. package/internal-do-not-import-from-here/ux/models/MotionDirective.d.ts +0 -6
  133. package/internal-do-not-import-from-here/ux/models/SeoInfo.d.ts +11 -0
  134. package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -1
  135. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +9 -9
  136. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
  137. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.stylex.d.ts +15 -15
  138. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.stylex.d.ts +1 -1
  139. package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +1 -1
  140. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.stylex.d.ts +1 -1
  141. package/internal-do-not-import-from-here/ux/oxide/card/Card.css.d.ts +1 -1
  142. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.stylex.d.ts +1 -1
  143. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.stylex.d.ts +8 -2
  144. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.stylex.d.ts +6 -6
  145. package/internal-do-not-import-from-here/ux/oxide/column/Column.stylex.d.ts +1 -1
  146. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.stylex.d.ts +3 -3
  147. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.stylex.d.ts +11 -11
  148. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.stylex.d.ts +2 -2
  149. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.stylex.d.ts +1 -1
  150. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.stylex.d.ts +5 -5
  151. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.stylex.d.ts +1 -1
  152. package/internal-do-not-import-from-here/ux/oxide/flex/Row.stylex.d.ts +1 -1
  153. package/internal-do-not-import-from-here/ux/oxide/form/Form.stylex.d.ts +1 -1
  154. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.stylex.d.ts +1 -1
  155. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.stylex.d.ts +3 -3
  156. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.stylex.d.ts +1 -1
  157. package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +2 -2
  158. package/internal-do-not-import-from-here/ux/oxide/link/link.stylex.d.ts +1 -1
  159. package/internal-do-not-import-from-here/ux/oxide/list/List.stylex.d.ts +1 -1
  160. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.stylex.d.ts +3 -3
  161. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.stylex.d.ts +1 -1
  162. package/internal-do-not-import-from-here/ux/oxide/motion/Motion.d.ts +22 -0
  163. package/internal-do-not-import-from-here/ux/oxide/motion/MotionContext.d.ts +6 -0
  164. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +12 -12
  165. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.stylex.d.ts +1 -1
  166. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.stylex.d.ts +2 -2
  167. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +2 -2
  168. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.stylex.d.ts +6 -6
  169. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.stylex.d.ts +1 -1
  170. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +2 -2
  171. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.stylex.d.ts +2 -2
  172. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +4 -4
  173. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.stylex.d.ts +1 -1
  174. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.stylex.d.ts +2 -2
  175. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
  176. package/internal-do-not-import-from-here/ux/oxide/select/Select.stylex.d.ts +2 -2
  177. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.stylex.d.ts +2 -2
  178. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.stylex.d.ts +1 -1
  179. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.stylex.d.ts +1 -1
  180. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.stylex.d.ts +1 -1
  181. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.stylex.d.ts +2 -2
  182. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.stylex.d.ts +1 -1
  183. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.stylex.d.ts +4 -4
  184. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.stylex.d.ts +5 -5
  185. package/internal-do-not-import-from-here/ux/oxide/table/Table.stylex.d.ts +1 -1
  186. package/internal-do-not-import-from-here/ux/oxide/text/Text.stylex.d.ts +1 -1
  187. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.stylex.d.ts +1 -1
  188. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.stylex.d.ts +6 -6
  189. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +4 -4
  190. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.stylex.d.ts +5 -5
  191. package/internal-do-not-import-from-here/ux/post/IPost.d.ts +2 -2
  192. package/internal-do-not-import-from-here/ux/post/Post.d.ts +2 -2
  193. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +2 -2
  194. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +1 -1
  195. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +1 -1
  196. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
  197. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +1 -1
  198. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +1 -1
  199. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +1 -1
  200. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -1
  201. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
  202. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +1 -1
  203. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +1 -1
  204. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +1 -1
  205. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
  206. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
  207. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
  208. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +1 -1
  209. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
  210. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
  211. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
  212. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
  213. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +1 -1
  214. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
  215. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +1 -1
  216. package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +1 -1
  217. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +1 -1
  218. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +1 -1
  219. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +1 -1
  220. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  221. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +1 -1
  222. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +6 -60
  223. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionConfiguration.d.ts +1 -1
  224. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionToolbar.d.ts +6 -59
  225. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +1 -1
  226. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -1
  227. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
  228. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +6 -6
  229. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
  230. package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +9 -9
  231. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +5 -5
  232. package/internal-do-not-import-from-here/ux/theming/InternalTheming.d.ts +2 -2
  233. package/internal-do-not-import-from-here/ux/theming/ThemeManager.d.ts +6 -6
  234. package/internal-do-not-import-from-here/ux/theming/ThemeStore.d.ts +7 -7
  235. package/internal-do-not-import-from-here/ux/theming/Theming.d.ts +3 -3
  236. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
  237. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
  238. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +4 -0
  239. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +2 -2
  240. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +1 -1
  241. package/internal-do-not-import-from-here/ux/velcron/VelcronStylesProvider.d.ts +2 -2
  242. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +5 -5
  243. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +2 -2
  244. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +1 -1
  245. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +13 -17
  246. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronDataBinder.d.ts +1 -1
  247. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +7 -6
  248. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +3 -3
  249. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +7 -7
  250. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.stylex.d.ts +1 -1
  251. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Motion.d.ts +29 -0
  252. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +76 -76
  253. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BackgroundEditor.d.ts +1 -1
  254. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +1 -1
  255. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorEditor.d.ts +1 -1
  256. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +1 -1
  257. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/FlowEditor.d.ts +1 -1
  258. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.d.ts +1 -1
  259. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/IconEditor.d.ts +1 -1
  260. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ImageEditor.d.ts +1 -1
  261. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +1 -1
  262. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +2 -2
  263. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SelectEditor.d.ts +1 -1
  264. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +1 -1
  265. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +1 -1
  266. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +1 -1
  267. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +1 -1
  268. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TypographyEditor.d.ts +1 -1
  269. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +9 -9
  270. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +3 -3
  271. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItemFactory.d.ts +3 -3
  272. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +9 -9
  273. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +15 -15
  274. package/internal-do-not-import-from-here/wctypings.d.ts +18 -0
  275. package/package.json +3 -3
  276. package/internal-do-not-import-from-here/ux/aurora/store/ThemingService.d.ts +0 -10
  277. package/internal-do-not-import-from-here/ux/aurora/themingV3/index.d.ts +0 -3
  278. package/internal-do-not-import-from-here/ux/aurora/themingV3/model/ThemingBoot.d.ts +0 -7
  279. package/internal-do-not-import-from-here/ux/aurora/themingV3/model/index.d.ts +0 -1
  280. package/internal-do-not-import-from-here/ux/aurora/themingV3/service/ThemingService.d.ts +0 -9
  281. package/internal-do-not-import-from-here/ux/aurora/themingV3/service/index.d.ts +0 -1
  282. package/internal-do-not-import-from-here/ux/aurora/themingV3/store/index.d.ts +0 -1
@@ -1,6 +1,6 @@
1
1
  export * from "./ColorManager";
2
- export * from "./ThemeStoreV2";
3
- export * from "./ColorSchemaStore";
2
+ export * from "./ThemeStore";
3
+ export { type ColorSchemaStoreType, useColorSchemaStore } from "./ColorSchemaStore";
4
4
  export * from "./ColorSchemaManager";
5
5
  export * from "./ThemeContextStore";
6
6
  export * from "./SpacingBlueprintStore";
@@ -9,3 +9,4 @@ export * from "./ComponentBlueprintStore";
9
9
  export * from "./TemplateRegistrationStore";
10
10
  export * from "./FontStore";
11
11
  export * from "./SpacingMigration";
12
+ export * from "./ThemeStorage";
@@ -1,7 +1,7 @@
1
1
  import { ChromeBlueprint, Spacing, SpacingValue, setColorOpacity, ColorValue, SpacingBlueprint } from "@omnia/fx-models";
2
2
  import { blueprintStyles, colorStyling, spacingStyling, generalStylex } from "./styles";
3
3
  import { useColorSchemaStore, useSpacingBlueprintStore } from "../store";
4
- import { typographyStylex, typographyStyling } from "./styles/Typography";
4
+ import { typographyStylex } from "./styles/Typography";
5
5
  import { blueprintStylex } from "./styles/Blueprints";
6
6
  export declare function useStyling(): {
7
7
  spacing: typeof spacingStyling.createSpacing;
@@ -18,11 +18,7 @@ export declare function useThemeStyling(): {
18
18
  selectedTableRowStylex: typeof generalStylex.getSelectedTableRowStylex;
19
19
  scrollStylex: typeof generalStylex.getScrollStylex;
20
20
  borderDividerStylex: typeof generalStylex.getBorderDividerStylex;
21
- selectedTableRowStyling: typeof import("./styles").getSelectedTableRowStyling;
22
- colorStyling: typeof colorStyling.getColorStyling;
23
- hoverStyling: typeof import("./styles").getHoverStyling;
24
- scrollStyling: typeof import("./styles").getScrollStyling;
25
- borderDividerStyling: typeof import("./styles").getBorderDividerStyling;
21
+ hoverStylex: typeof generalStylex.getHoverStylex;
26
22
  css: {
27
23
  generateAllStylesSchema: typeof generateAllStylesSchema;
28
24
  generateVariableStyle: typeof generateVariableStyle;
@@ -33,7 +29,6 @@ export declare function useThemeStyling(): {
33
29
  valueStylex: typeof typographyStylex.typographyStylexFromValueStylex;
34
30
  typeStylex: typeof typographyStylex.typographyTypeStylex;
35
31
  stylex: typeof typographyStylex.typographyStylex;
36
- valueStyling: (value: import("@omnia/fx-models").TypographyValue, blueprint: import("@omnia/fx-models").TypographyBlueprint) => string;
37
32
  typeStyling: (typographyType: import("@omnia/fx-models").TypographyTypes, size: import("@omnia/fx-models").TypographySize, blueprint: import("@omnia/fx-models").TypographyBlueprint) => {
38
33
  baseStyles: {
39
34
  fontFamily: string;
@@ -49,34 +44,24 @@ export declare function useThemeStyling(): {
49
44
  queryOnSmallScreen: import("typestyle/lib/types").MediaQuery;
50
45
  queryOnMediumScreen: import("typestyle/lib/types").MediaQuery;
51
46
  };
52
- styling: typeof typographyStyling;
53
47
  };
54
48
  chrome: {
55
- chromeStylex: (blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingBlueprint: SpacingBlueprint) => any;
56
- chromeStyling: (blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingBlueprint: SpacingBlueprint) => any[];
49
+ chromeStylex: (blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingBlueprint: SpacingBlueprint) => Readonly<import("../..").StylexValue>;
57
50
  };
58
51
  blueprints: {
59
- button: typeof blueprintStyles.getButtonBlueprintStyling;
60
52
  buttonStylex: typeof blueprintStylex.getButtonBlueprintStylex;
61
- icon: typeof blueprintStyles.getIconBlueprintStyling;
62
53
  iconStyleX: typeof blueprintStylex.getIconBlueprintStylex;
63
- chip: typeof blueprintStyles.getChipBlueprintStyling;
64
- fill: typeof blueprintStyles.getBlueprintFillStyling;
65
- fillObject: typeof blueprintStyles.getBlueprintFillObject;
66
- border: typeof blueprintStyles.getBlueprintBorderStyling;
67
- background: typeof blueprintStyles.getBlueprintBackgroundStyling;
68
- text: typeof blueprintStyles.getBlueprintTextStyling;
54
+ chipStylex: typeof blueprintStylex.getChipBlueprintStylex;
55
+ fillStylex: typeof blueprintStylex.getBlueprintFillStylex;
56
+ borderStylex: typeof blueprintStylex.getBlueprintBorderStylex;
57
+ backgroundStylex: typeof blueprintStylex.getBlueprintBackgroundStylex;
69
58
  textStylex: typeof blueprintStylex.getBlueprintTextStylex;
70
- textObject: typeof blueprintStyles.getBlueprintTextStylingObject;
71
59
  tabStylex: typeof blueprintStylex.getBlueprintTabStylex;
72
60
  tabsStylex: typeof blueprintStylex.getBlueprintTabsStylex;
73
- tab: typeof blueprintStyles.getBlueprintTabStyling;
74
- tabs: typeof blueprintStyles.getBlueprintTabsStyling;
61
+ textObject: typeof blueprintStyles.getBlueprintTextStylingObject;
75
62
  spacing: {
76
- paddingStylex: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Readonly<import("../..").StylexType>;
77
- marginStylex: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Readonly<import("../..").StylexType>;
78
- padding: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => string;
79
- margin: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => string;
63
+ paddingStylex: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Readonly<import("../..").StylexValue>;
64
+ marginStylex: (value: Spacing | SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Readonly<import("../..").StylexValue>;
80
65
  value: (value: SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => number;
81
66
  values: (value: Spacing, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => Spacing;
82
67
  };
@@ -1,16 +1,21 @@
1
1
  import { FillDefinitionValue, BorderStylingDefinition, ButtonBlueprint, Spacing, SpacingValue, BackgroundDefinition, TextBlueprint, IconBlueprint, TabsBlueprint, ChipBlueprint } from "@omnia/fx-models";
2
2
  import { NestedCSSProperties } from "typestyle/lib/types";
3
3
  import { useColorSchemaStore, useSpacingBlueprintStore, useTypographyBlueprintStore } from "../../store";
4
- import { StylexType } from "internal/fx/ux/Styles.stylex";
4
+ import { StylexValue } from "internal/fx/ux/Styles.stylex";
5
5
  export declare namespace blueprintStylex {
6
+ function getBlueprintFillStylex(definition: FillDefinitionValue, colors?: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
7
+ /** Chip */
8
+ function getChipBlueprintStylex(bluePrint: ChipBlueprint, colors: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
6
9
  /**Tab styling */
7
- function getBlueprintTabStylex(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>, active?: boolean): Readonly<StylexType>;
8
- function getBlueprintTabsStylex(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>): Readonly<StylexType>;
10
+ function getBlueprintBorderStylex(definition: BorderStylingDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
11
+ function getBlueprintBackgroundStylex(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
12
+ function getBlueprintTabStylex(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>, active?: boolean): Readonly<StylexValue>;
13
+ function getBlueprintTabsStylex(blueprint: TabsBlueprint, colors: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
9
14
  /**Text styling */
10
- function getBlueprintTextStylex(bluePrint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>): Readonly<StylexType>;
11
- function getIconBlueprintStylex(bluePrint: IconBlueprint, colors: ReturnType<typeof useColorSchemaStore>, duoTone: boolean, nested?: boolean): Readonly<StylexType>;
15
+ function getBlueprintTextStylex(bluePrint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>): Readonly<StylexValue>;
16
+ function getIconBlueprintStylex(bluePrint: IconBlueprint, colors: ReturnType<typeof useColorSchemaStore>, duoTone: boolean, nested?: boolean): Readonly<StylexValue>;
12
17
  /**Button styling */
13
- function getButtonBlueprintStylex(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): Readonly<StylexType>;
18
+ function getButtonBlueprintStylex(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
14
19
  function getBlueprintSpacingValue(value: any, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): number;
15
20
  }
16
21
  export declare namespace blueprintStyles {
@@ -24,7 +29,7 @@ export declare namespace blueprintStyles {
24
29
  /**Spacing styling */
25
30
  function getBlueprintSpacingValues(value: Spacing, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Spacing;
26
31
  function getBlueprintSpacingValue(value: SpacingValue, blueprint?: ReturnType<typeof useSpacingBlueprintStore>): number;
27
- function getBlueprintSpacingStylingx(value: Spacing | SpacingValue, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Readonly<StylexType>;
32
+ function getBlueprintSpacingStylingx(value: Spacing | SpacingValue, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): Readonly<StylexValue>;
28
33
  function getBlueprintSpacingStyling(value: Spacing | SpacingValue, spacingType?: "margin" | "padding", blueprint?: ReturnType<typeof useSpacingBlueprintStore>): string;
29
34
  /**Button styling */
30
35
  function getButtonBlueprintStyling(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
@@ -4,6 +4,6 @@ export declare const chromeStyles: {
4
4
  getChromeStyling: typeof getChromeStyling;
5
5
  getChromeStylingx: typeof getChromeStylingx;
6
6
  };
7
- declare function getChromeStylingx(blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingBlueprint: SpacingBlueprint): any;
7
+ declare function getChromeStylingx(blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingBlueprint: SpacingBlueprint): Readonly<import("internal/fx/ux/Styles.stylex").StylexValue>;
8
8
  declare function getChromeStyling(blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingBlueprint: SpacingBlueprint): any[];
9
9
  export {};
@@ -4,9 +4,9 @@ export declare namespace colorStyling {
4
4
  function backgroundOpacity(dark: boolean, opacity?: Number): string;
5
5
  function backgroundOpacityOnColor(color: string, dark: boolean, opacity?: Number): any;
6
6
  function getColorStylingx(color: string, opacity?: number): {
7
- all: Readonly<import("internal/fx/ux/Styles.stylex").StylexType>;
8
- background: import("internal/fx/ux/Styles.stylex").StylexType;
9
- color: import("internal/fx/ux/Styles.stylex").StylexType;
7
+ all: Readonly<import("internal/fx/ux/Styles.stylex").StylexValue>;
8
+ background: import("internal/fx/ux/Styles.stylex").StylexValue;
9
+ color: import("internal/fx/ux/Styles.stylex").StylexValue;
10
10
  };
11
11
  function getColorStyling(color: string, opacity?: number): ColorStyles;
12
12
  }
@@ -1,10 +1,14 @@
1
1
  import { useColorSchemaStore } from "@omnia/fx/ux";
2
2
  import { OBorderCombination } from "@omnia/fx-models";
3
- import { StylexType } from "internal/fx/ux/Styles.stylex";
3
+ import { StylexValue } from "internal/fx/ux/Styles.stylex";
4
4
  export declare namespace generalStylex {
5
- function getSelectedTableRowStylex(dark: boolean): Readonly<StylexType>;
6
- function getScrollStylex(colors: ReturnType<typeof useColorSchemaStore>, toned?: boolean): Readonly<StylexType>;
7
- function getBorderDividerStylex(border: OBorderCombination, dark: boolean): Readonly<StylexType>;
5
+ function getSelectedTableRowStylex(dark: boolean): Readonly<StylexValue>;
6
+ function getScrollStylex(colors: ReturnType<typeof useColorSchemaStore>, toned?: boolean): Readonly<StylexValue>;
7
+ function getBorderDividerStylex(border: OBorderCombination, dark: boolean): Readonly<StylexValue>;
8
+ function getHoverStylex(dark: boolean, settings?: {
9
+ scale?: number;
10
+ transparent?: boolean;
11
+ }): Readonly<StylexValue>;
8
12
  }
9
13
  export declare const generalStyles: {
10
14
  getSelectedTableRowStyling: typeof getSelectedTableRowStyling;
@@ -6,6 +6,6 @@ export interface NumericalSpacing {
6
6
  left?: number;
7
7
  }
8
8
  export declare namespace spacingStyling {
9
- function createSpacingx(spacing: NumericalSpacing, type: SpacingTypes): Readonly<import("internal/fx/ux/Styles.stylex").StylexType>;
9
+ function createSpacingx(spacing: NumericalSpacing, type: SpacingTypes): Readonly<import("internal/fx/ux/Styles.stylex").StylexValue>;
10
10
  function createSpacing(spacing: NumericalSpacing, type: SpacingTypes): string;
11
11
  }
@@ -3,37 +3,37 @@ import { TypographyBlueprint, TypographySize, TypographyTypes, TypographyValue }
3
3
  import { MediaQuery } from "typestyle/lib/types";
4
4
  import { useTypographyBlueprintStore } from "@omnia/fx/ux";
5
5
  export declare namespace typographyStylex {
6
- function typographyTypeStylex(typographyType: TypographyTypes, size: TypographySize, blueprint: TypographyBlueprint): Readonly<import("@omnia/fx/ux").StylexType>;
6
+ function typographyTypeStylex(typographyType: TypographyTypes, size: TypographySize, blueprint: TypographyBlueprint): Readonly<import("@omnia/fx/ux").StylexValue>;
7
7
  function typographyStylex(blueprints: ReturnType<typeof useTypographyBlueprintStore>): {
8
8
  title: {
9
- readonly xl: Readonly<import("@omnia/fx/ux").StylexType>;
10
- readonly l: Readonly<import("@omnia/fx/ux").StylexType>;
11
- readonly m: Readonly<import("@omnia/fx/ux").StylexType>;
12
- readonly s: Readonly<import("@omnia/fx/ux").StylexType>;
13
- readonly xs: Readonly<import("@omnia/fx/ux").StylexType>;
9
+ readonly xl: Readonly<import("@omnia/fx/ux").StylexValue>;
10
+ readonly l: Readonly<import("@omnia/fx/ux").StylexValue>;
11
+ readonly m: Readonly<import("@omnia/fx/ux").StylexValue>;
12
+ readonly s: Readonly<import("@omnia/fx/ux").StylexValue>;
13
+ readonly xs: Readonly<import("@omnia/fx/ux").StylexValue>;
14
14
  };
15
15
  text: {
16
- readonly l: Readonly<import("@omnia/fx/ux").StylexType>;
17
- readonly m: Readonly<import("@omnia/fx/ux").StylexType>;
18
- readonly s: Readonly<import("@omnia/fx/ux").StylexType>;
19
- readonly xs: Readonly<import("@omnia/fx/ux").StylexType>;
16
+ readonly l: Readonly<import("@omnia/fx/ux").StylexValue>;
17
+ readonly m: Readonly<import("@omnia/fx/ux").StylexValue>;
18
+ readonly s: Readonly<import("@omnia/fx/ux").StylexValue>;
19
+ readonly xs: Readonly<import("@omnia/fx/ux").StylexValue>;
20
20
  };
21
21
  navigation: {
22
- readonly l: Readonly<import("@omnia/fx/ux").StylexType>;
23
- readonly m: Readonly<import("@omnia/fx/ux").StylexType>;
22
+ readonly l: Readonly<import("@omnia/fx/ux").StylexValue>;
23
+ readonly m: Readonly<import("@omnia/fx/ux").StylexValue>;
24
24
  };
25
25
  link: {
26
- readonly m: Readonly<import("@omnia/fx/ux").StylexType>;
26
+ readonly m: Readonly<import("@omnia/fx/ux").StylexValue>;
27
27
  };
28
28
  variants: {
29
- readonly variant1: Readonly<import("@omnia/fx/ux").StylexType>;
30
- readonly variant2: Readonly<import("@omnia/fx/ux").StylexType>;
31
- readonly variant3: Readonly<import("@omnia/fx/ux").StylexType>;
32
- readonly variant4: Readonly<import("@omnia/fx/ux").StylexType>;
29
+ readonly variant1: Readonly<import("@omnia/fx/ux").StylexValue>;
30
+ readonly variant2: Readonly<import("@omnia/fx/ux").StylexValue>;
31
+ readonly variant3: Readonly<import("@omnia/fx/ux").StylexValue>;
32
+ readonly variant4: Readonly<import("@omnia/fx/ux").StylexValue>;
33
33
  };
34
34
  typographyType: (typographyType: string) => any;
35
35
  };
36
- function typographyStylexFromValueStylex(value: TypographyValue, blueprint: TypographyBlueprint): Readonly<import("@omnia/fx/ux").StylexType>;
36
+ function typographyStylexFromValueStylex(value: TypographyValue, blueprint: TypographyBlueprint): Readonly<import("@omnia/fx/ux").StylexValue>;
37
37
  }
38
38
  export declare const typographyStyles: {
39
39
  typographyTypeStyling: typeof typographyTypeStyling;
@@ -1,5 +1,5 @@
1
- import { useThemeStoreV2, useColorSchemaStore, useTypographyBlueprintStore, useSpacingBlueprintStore } from "@omnia/fx/ux";
2
- import { ColorSchemaTypes, ThemeDefinitionV2, ThemeContextType } from "@omnia/fx-models";
1
+ import { useThemeStore, useColorSchemaStore, useTypographyBlueprintStore, useSpacingBlueprintStore } from "@omnia/fx/ux";
2
+ import { ColorSchemaTypes, ResolvedThemeDefinition, ThemeContextType } from "@omnia/fx-models";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
5
5
  colorSchemaType: {
@@ -9,11 +9,11 @@ declare const _default: {
9
9
  type: import("vue").PropType<ThemeContextType>;
10
10
  };
11
11
  themeDefinition: {
12
- type: import("vue").PropType<ThemeDefinitionV2>;
12
+ type: import("vue").PropType<ResolvedThemeDefinition>;
13
13
  };
14
14
  }>> & {
15
15
  "onTheme:initialized"?: (theme: {
16
- themeStore: ReturnType<typeof useThemeStoreV2>;
16
+ themeStore: ReturnType<typeof useThemeStore>;
17
17
  colors: ReturnType<typeof useColorSchemaStore>;
18
18
  typography: ReturnType<typeof useTypographyBlueprintStore>;
19
19
  spacing: ReturnType<typeof useSpacingBlueprintStore>;
@@ -22,7 +22,7 @@ declare const _default: {
22
22
  [key: string]: any;
23
23
  }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
24
  "theme:initialized": (theme: {
25
- themeStore: ReturnType<typeof useThemeStoreV2>;
25
+ themeStore: ReturnType<typeof useThemeStore>;
26
26
  colors: ReturnType<typeof useColorSchemaStore>;
27
27
  typography: ReturnType<typeof useTypographyBlueprintStore>;
28
28
  spacing: ReturnType<typeof useSpacingBlueprintStore>;
@@ -42,11 +42,11 @@ declare const _default: {
42
42
  type: import("vue").PropType<ThemeContextType>;
43
43
  };
44
44
  themeDefinition: {
45
- type: import("vue").PropType<ThemeDefinitionV2>;
45
+ type: import("vue").PropType<ResolvedThemeDefinition>;
46
46
  };
47
47
  }>> & {
48
48
  "onTheme:initialized"?: (theme: {
49
- themeStore: ReturnType<typeof useThemeStoreV2>;
49
+ themeStore: ReturnType<typeof useThemeStore>;
50
50
  colors: ReturnType<typeof useColorSchemaStore>;
51
51
  typography: ReturnType<typeof useTypographyBlueprintStore>;
52
52
  spacing: ReturnType<typeof useSpacingBlueprintStore>;
@@ -65,11 +65,11 @@ declare const _default: {
65
65
  type: import("vue").PropType<ThemeContextType>;
66
66
  };
67
67
  themeDefinition: {
68
- type: import("vue").PropType<ThemeDefinitionV2>;
68
+ type: import("vue").PropType<ResolvedThemeDefinition>;
69
69
  };
70
70
  }>> & {
71
71
  "onTheme:initialized"?: (theme: {
72
- themeStore: ReturnType<typeof useThemeStoreV2>;
72
+ themeStore: ReturnType<typeof useThemeStore>;
73
73
  colors: ReturnType<typeof useColorSchemaStore>;
74
74
  typography: ReturnType<typeof useTypographyBlueprintStore>;
75
75
  spacing: ReturnType<typeof useSpacingBlueprintStore>;
@@ -78,7 +78,7 @@ declare const _default: {
78
78
  [key: string]: any;
79
79
  }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
80
80
  "theme:initialized": (theme: {
81
- themeStore: ReturnType<typeof useThemeStoreV2>;
81
+ themeStore: ReturnType<typeof useThemeStore>;
82
82
  colors: ReturnType<typeof useColorSchemaStore>;
83
83
  typography: ReturnType<typeof useTypographyBlueprintStore>;
84
84
  spacing: ReturnType<typeof useSpacingBlueprintStore>;
@@ -86,11 +86,11 @@ declare const _default: {
86
86
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
87
87
  propsDefinition: Omit<Readonly<{} & {
88
88
  colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
89
- themeDefinition?: ThemeDefinitionV2;
89
+ themeDefinition?: ResolvedThemeDefinition;
90
90
  themeType?: ThemeContextType;
91
91
  }>, "onTheme:initialized"> & {
92
92
  "onTheme:initialized"?: (theme: {
93
- themeStore: ReturnType<typeof useThemeStoreV2>;
93
+ themeStore: ReturnType<typeof useThemeStore>;
94
94
  colors: ReturnType<typeof useColorSchemaStore>;
95
95
  typography: ReturnType<typeof useTypographyBlueprintStore>;
96
96
  spacing: ReturnType<typeof useSpacingBlueprintStore>;