@omnia/fx 8.0.124-dev → 8.0.127-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (413) 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 +2 -1
  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/manifests/omnia.vendor.manifest.json +1 -1
  7. package/internal-do-not-import-from-here/services/TransactionLogService.d.ts +1 -1
  8. package/internal-do-not-import-from-here/shared/broadcasting/InternalTopics.d.ts +5 -0
  9. package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +14 -0
  10. package/internal-do-not-import-from-here/shared/models/HttpCommon.js +7 -0
  11. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +2 -1
  12. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +14 -6
  13. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +7 -1
  14. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +10 -9
  15. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.d.ts +16 -0
  16. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.js +5 -0
  17. package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.d.ts +40 -0
  18. package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.js +17 -0
  19. package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +2 -2
  20. package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +2 -2
  21. package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.d.ts +21 -0
  22. package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.js +10 -0
  23. package/internal-do-not-import-from-here/shared/models/hub/actors/ExternalActorId.d.ts +2 -0
  24. package/internal-do-not-import-from-here/shared/models/hub/actors/index.d.ts +2 -0
  25. package/internal-do-not-import-from-here/shared/models/hub/actors/index.js +5 -0
  26. package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +3 -1
  27. package/internal-do-not-import-from-here/shared/models/hub/index.js +3 -1
  28. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +3 -3
  29. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +2 -2
  30. package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.d.ts +10 -0
  31. package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.js +19 -0
  32. package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.d.ts +3 -0
  33. package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.js +7 -0
  34. package/internal-do-not-import-from-here/shared/models/hub/targeting/index.d.ts +1 -0
  35. package/internal-do-not-import-from-here/shared/models/hub/targeting/index.js +4 -0
  36. package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +122 -0
  37. package/internal-do-not-import-from-here/shared/models/theming/{ChromeDefinition.d.ts → Chrome.d.ts} +6 -6
  38. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +1 -1
  39. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +6 -6
  40. package/internal-do-not-import-from-here/shared/models/theming/Spacing.d.ts +22 -0
  41. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +4 -4
  42. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +1 -0
  43. package/internal-do-not-import-from-here/shared/models/theming/{TypographyDefinition.d.ts → Typography.d.ts} +19 -19
  44. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +2 -2
  45. package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +4 -4
  46. package/internal-do-not-import-from-here/shared/models/theming/index.js +4 -4
  47. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +2 -2
  48. package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.d.ts +3 -0
  49. package/internal-do-not-import-from-here/shared/models/velcron/VelcronReference.d.ts +20 -0
  50. package/internal-do-not-import-from-here/shared/models/velcron/VelcronReference.js +5 -0
  51. package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +1 -0
  52. package/internal-do-not-import-from-here/shared/models/velcron/index.js +1 -0
  53. package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +21 -20
  54. package/internal-do-not-import-from-here/shared/services/ActivitySubscriptionService.d.ts +15 -0
  55. package/internal-do-not-import-from-here/shared/services/DefineService.d.ts +1 -6
  56. package/internal-do-not-import-from-here/shared/services/index.d.ts +1 -0
  57. package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +3 -1
  58. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  59. package/internal-do-not-import-from-here/{ux/mediapickerV2/imagetransformer/store → stores/mediapicker}/ImageTransformerStore.d.ts +16 -18
  60. package/internal-do-not-import-from-here/{ux/mediapickerV2/stores → stores/mediapicker}/MediaPickerCommonStore.d.ts +4 -3
  61. package/internal-do-not-import-from-here/{ux/mediapickerV2/stores → stores/mediapicker}/MediaPickerGalleryStore.d.ts +15 -15
  62. package/internal-do-not-import-from-here/{ux/mediapickerV2/stores → stores/mediapicker}/ProviderStore.d.ts +26 -28
  63. package/internal-do-not-import-from-here/{ux/mediapickerV2/chrome/core → stores/mediapicker/Utils}/MediaFileProcessor.d.ts +1 -1
  64. package/internal-do-not-import-from-here/{ux/mediapickerV2/chrome/core → stores/mediapicker/Utils}/index.d.ts +1 -0
  65. package/internal-do-not-import-from-here/{ux/mediapickerV2/stores → stores/mediapicker}/constants.d.ts +1 -1
  66. package/internal-do-not-import-from-here/{ux/mediapickerV2/imagetransformer → stores/mediapicker/handlers}/Utils/index.d.ts +1 -0
  67. package/internal-do-not-import-from-here/{ux/mediapickerV2/handlers/imagetransformer → stores/mediapicker/handlers/Utils}/utils.d.ts +1 -1
  68. package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/gallery/ImageHandler.d.ts +1 -2
  69. package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/gallery/VideoHandler.d.ts +2 -3
  70. package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/imagetransformer/cropByRatio.d.ts +1 -2
  71. package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/imagetransformer/filter.d.ts +1 -2
  72. package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/imagetransformer/flip.d.ts +1 -2
  73. package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/imagetransformer/index.d.ts +1 -1
  74. package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/rotate.d.ts +13 -0
  75. package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/index.d.ts +2 -1
  76. package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/provider/BaseImageHandler.d.ts +2 -3
  77. package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/provider/BaseVideoHandler.d.ts +2 -3
  78. package/internal-do-not-import-from-here/{ux/mediapickerV2/stores → stores/mediapicker}/index.d.ts +3 -1
  79. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
  80. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +8 -2
  81. package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -2
  82. package/internal-do-not-import-from-here/ux/StyleHelper.d.ts +2 -2
  83. package/internal-do-not-import-from-here/ux/UxModels.d.ts +2 -0
  84. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +2 -2
  85. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +2 -2
  86. package/internal-do-not-import-from-here/ux/app/AppContextProvider.d.ts +1 -0
  87. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +3 -3
  88. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +3 -3
  89. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +3 -3
  90. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +5 -5
  91. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +3 -3
  92. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +1 -1
  93. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +18 -18
  94. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +6 -6
  96. package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/BackgroundStyleEditor.d.ts +96 -0
  97. package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/docs/ExampleComponents.d.ts +1 -0
  98. package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/docs/index.d.ts +1 -0
  99. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonBlueprintsViewer.d.ts +72 -0
  100. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonStyleEditor.d.ts +85 -0
  101. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonStylePicker.css.d.ts +4 -0
  102. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonStylePicker.d.ts +9 -7
  103. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsViewer.d.ts +76 -0
  104. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeEditor.d.ts +127 -99
  105. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.d.ts +108 -108
  106. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeViewer.d.ts +15 -15
  107. package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +68 -0
  108. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +11 -3
  109. package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingEditor.d.ts +364 -0
  110. package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingPicker3.d.ts +98 -98
  111. package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingPreview.d.ts +364 -0
  112. package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +183 -0
  113. package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/docs/ExampleComponents.d.ts +1 -0
  114. package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/docs/index.d.ts +1 -0
  115. package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabBlueprintsViewer.d.ts +76 -0
  116. package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabStyleEditor.d.ts +77 -0
  117. package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabStylePicker.css.d.ts +4 -0
  118. package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabStylePicker.d.ts +68 -0
  119. package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/docs/ExampleComponents.d.ts +1 -0
  120. package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/docs/SampleComponent.d.ts +16 -0
  121. package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/docs/index.d.ts +1 -0
  122. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +11 -3
  123. package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyEditor.d.ts +466 -0
  124. package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyPicker.css.d.ts +2 -0
  125. package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyPicker.d.ts +12 -4
  126. package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +15 -3
  127. package/internal-do-not-import-from-here/ux/borderpicker/BorderPreview.d.ts +58 -4
  128. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +65 -18
  129. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaEditor.d.ts +8 -1
  130. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +171 -97
  131. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.css.d.ts +2 -2
  132. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +54 -4
  133. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +2 -2
  134. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +3 -3
  135. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  136. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  137. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +1 -1
  138. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +1 -1
  139. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +1 -1
  140. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
  141. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +1 -1
  142. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +15 -3
  143. package/internal-do-not-import-from-here/ux/fillpicker/FillPreview.d.ts +32 -4
  144. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +10 -10
  145. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
  146. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
  147. package/internal-do-not-import-from-here/ux/hub/feed/components/{SenderItem.d.ts → ActorItem.d.ts} +14 -14
  148. package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +10 -10
  149. package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +10 -10
  150. package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +2 -2
  151. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +57 -57
  152. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
  153. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +3 -3
  154. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +1 -1
  155. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
  156. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +4 -4
  157. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +11 -11
  158. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +4 -4
  159. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +4 -4
  160. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
  161. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +2 -2
  162. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
  163. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
  164. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointSectionSettingsComponent.d.ts +2 -2
  165. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.css.d.ts +2 -2
  166. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +19 -19
  167. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +2 -2
  168. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.css.d.ts +4 -0
  169. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +237 -39
  170. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.css.d.ts +8 -7
  171. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +71 -42
  172. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.css.d.ts +1 -1
  173. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +78 -56
  174. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +50 -94
  175. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +4 -55
  176. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +52 -46
  177. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoMask.d.ts +4 -17
  178. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +54 -46
  179. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +53 -33
  180. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.css.d.ts +1 -1
  181. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +58 -81
  182. package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +1 -1
  183. package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +62 -48
  184. package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +63 -0
  185. package/internal-do-not-import-from-here/ux/mediagallery/view/store/index.d.ts +1 -0
  186. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +4 -4
  187. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/index.d.ts +1 -1
  188. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/types.d.ts +13 -1
  189. package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +9 -0
  190. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +1 -2
  191. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -1
  192. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/loc/localize.d.ts +1 -0
  193. package/internal-do-not-import-from-here/ux/mediapickerV2/index.d.ts +1 -0
  194. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +1 -1
  195. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +0 -8
  196. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/handler.d.ts +1 -1
  197. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +78 -21
  198. package/internal-do-not-import-from-here/ux/models/AppInstanceRollupStyles.d.ts +5 -5
  199. package/internal-do-not-import-from-here/ux/models/PostStyles.d.ts +1 -4
  200. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
  201. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +3 -3
  202. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
  203. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
  204. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +10 -10
  205. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
  206. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
  207. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +29 -29
  208. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +29 -29
  209. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +57 -57
  210. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +119 -119
  211. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +4 -4
  212. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +14 -14
  213. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +52 -10
  214. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +51 -0
  215. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +53 -0
  216. package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +19 -19
  217. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +49 -49
  218. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
  219. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +10 -10
  220. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +129 -53
  221. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  222. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +1 -1
  223. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
  224. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +9 -9
  225. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
  226. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
  227. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  228. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
  229. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +12 -12
  230. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +129 -120
  231. package/internal-do-not-import-from-here/ux/oxide/slidepanel/Slide.d.ts +26 -4
  232. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +2 -2
  233. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +90 -7
  234. package/internal-do-not-import-from-here/ux/oxide/slidepanel/constants.d.ts +15 -0
  235. package/internal-do-not-import-from-here/ux/oxide/slidepanel/index.d.ts +1 -0
  236. package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +5 -4
  237. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
  238. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  239. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +32 -10
  240. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +27 -1
  241. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
  242. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +1 -0
  243. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +10 -10
  244. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +3 -3
  245. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +19 -19
  246. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
  247. package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +2 -2
  248. package/internal-do-not-import-from-here/ux/post/IPost.d.ts +4 -15
  249. package/internal-do-not-import-from-here/ux/post/Post.d.ts +131 -65
  250. package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +85 -27
  251. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.css.d.ts +3 -20
  252. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +140 -84
  253. package/internal-do-not-import-from-here/ux/profilecard/aboutuser/AboutUser.d.ts +1 -0
  254. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +3 -3
  255. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -1
  256. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  257. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +14 -14
  258. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +12 -12
  259. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingImageFromFileHandler.d.ts +2 -2
  260. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingMicrosoftOfficeImageHandler.d.ts +2 -2
  261. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingOmniaImageFromClipboardHandler.d.ts +2 -2
  262. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
  263. package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +2 -2
  264. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -1
  265. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
  266. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
  267. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +1 -1
  268. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/blades/ChromeBlueprintsBlade.d.ts +16 -0
  269. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/blades/EditChromeBlueprintBlade.d.ts +16 -0
  270. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/store/ChromeEditorStore.d.ts +40 -27
  271. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/TabBlade.d.ts +16 -0
  272. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/TabBladeEdit.d.ts +16 -0
  273. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +48 -21
  274. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/EditSpacingDefinitionBlade.d.ts +16 -0
  275. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/SpacingBlueprintBlade.d.ts +16 -0
  276. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +36 -11
  277. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +34 -22
  278. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BlueprintsTemplates.d.ts +71 -0
  279. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BorderStyleDefinitions.d.ts +4 -0
  280. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ButtonStyleBlueprints.d.ts +7 -0
  281. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ChromeStyleBlueprints.d.ts +6 -0
  282. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +19 -29
  283. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/FillStyleDefinitions.d.ts +5 -0
  284. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/SpacingBlueprint.d.ts +25 -0
  285. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/TabsStyleBlueprints.d.ts +9 -0
  286. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +3 -3
  287. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/index.d.ts +7 -0
  288. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +4 -3
  289. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +7 -7
  290. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +5 -5
  291. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +10 -10
  292. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsTypography.d.ts +58 -58
  293. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +3 -3
  294. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +3 -3
  295. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +3 -3
  296. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +3 -3
  297. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +14 -14
  298. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +3 -3
  299. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +3 -3
  300. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +3 -3
  301. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +3 -3
  302. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +23 -23
  303. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +125 -0
  304. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +46 -46
  305. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +46 -46
  306. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +43 -43
  307. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +51 -51
  308. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +90 -90
  309. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +6 -6
  310. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +52 -52
  311. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +7 -7
  312. package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +1 -3
  313. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +1979 -427
  314. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +11 -6
  315. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Chrome.d.ts +3 -3
  316. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +5 -0
  317. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Spacing.d.ts +9 -4
  318. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +3 -3
  319. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +62 -12278
  320. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
  321. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
  322. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +57 -57
  323. package/internal-do-not-import-from-here/ux/use/UseInternatlStateMirroring.d.ts +9 -0
  324. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
  325. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +1 -1
  326. package/internal-do-not-import-from-here/ux/velcron/{renderer/VelcronUnitProvider.d.ts → VelcronUnitProvider.d.ts} +1 -1
  327. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/Praise.d.ts +2 -0
  328. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/index.d.ts +1 -0
  329. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/VelcronDefinitionIds.d.ts +1 -0
  330. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +27 -7
  331. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +4 -2
  332. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +2 -0
  333. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +5 -1
  334. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +7 -7
  335. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
  336. package/internal-do-not-import-from-here/ux/velcron/definitions/index.d.ts +1 -0
  337. package/internal-do-not-import-from-here/ux/velcron/definitions/praise/PraiseApp.d.ts +2 -0
  338. package/internal-do-not-import-from-here/ux/velcron/definitions/praise/index.d.ts +1 -0
  339. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  340. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Lottie.d.ts +32 -0
  341. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Reference.d.ts +6 -6
  342. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Rive.d.ts +32 -0
  343. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
  344. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +8 -8
  345. package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +1 -6
  346. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +76 -118
  347. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +56 -39
  348. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +53 -62
  349. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +54 -66
  350. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsTabRenderer.d.ts +5 -0
  351. package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +1 -1
  352. package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +2 -2
  353. package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +5 -5
  354. package/internal-do-not-import-from-here/wctypings.d.ts +224 -34
  355. package/package.json +4 -4
  356. package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.d.ts +0 -2
  357. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +0 -15
  358. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +0 -5
  359. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +0 -40
  360. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +0 -39
  361. package/internal-do-not-import-from-here/shared/models/theming/ComponentDefinitions.d.ts +0 -93
  362. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +0 -30
  363. package/internal-do-not-import-from-here/shared/services/SocialSourceService.d.ts +0 -10
  364. package/internal-do-not-import-from-here/shared/services/SourceFileService.d.ts +0 -7
  365. package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts +0 -0
  366. package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +0 -0
  367. package/internal-do-not-import-from-here/ux/depricated-mediapicker/GalleryPanel.css.d.ts +0 -5
  368. package/internal-do-not-import-from-here/ux/depricated-mediapicker/GalleryPanels.d.ts +0 -35
  369. package/internal-do-not-import-from-here/ux/depricated-mediapicker/IMediaPicker.d.ts +0 -36
  370. package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPicker.css.d.ts +0 -20
  371. package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPicker.d.ts +0 -20
  372. package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPickerComponentProps.d.ts +0 -33
  373. package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPickerContext.d.ts +0 -5
  374. package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/MediaPickerImageHandler.d.ts +0 -33
  375. package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/Utils.d.ts +0 -5
  376. package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/index.d.ts +0 -2
  377. package/internal-do-not-import-from-here/ux/depricated-mediapicker/index.d.ts +0 -4
  378. package/internal-do-not-import-from-here/ux/depricated-mediapicker/loc/localize.d.ts +0 -14
  379. package/internal-do-not-import-from-here/ux/mediapickerV2/Utils/index.d.ts +0 -1
  380. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/store/index.d.ts +0 -1
  381. package/internal-do-not-import-from-here/ux/mediapickerV2/interfaces/IImageTransformHandler.d.ts +0 -16
  382. package/internal-do-not-import-from-here/ux/mediapickerV2/interfaces/IMediaPickerGalleryHandler.d.ts +0 -10
  383. package/internal-do-not-import-from-here/ux/mediapickerV2/interfaces/IMediaPickerProviderMediaHandler.d.ts +0 -56
  384. package/internal-do-not-import-from-here/ux/mediapickerV2/interfaces/index.d.ts +0 -3
  385. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/types.d.ts +0 -55
  386. package/internal-do-not-import-from-here/ux/mediapickervideo/IMediaPickerVideo.d.ts +0 -28
  387. package/internal-do-not-import-from-here/ux/mediapickervideo/index.d.ts +0 -1
  388. package/internal-do-not-import-from-here/ux/social/IComment.d.ts +0 -0
  389. package/internal-do-not-import-from-here/ux/social/ILike.d.ts +0 -0
  390. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/DefinitionsJourney.d.ts +0 -0
  391. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/TypographyBlade.d.ts +0 -0
  392. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeDefinitionStore.d.ts +0 -29
  393. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentDefinitionStore.d.ts +0 -29
  394. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingDefinitionStore.d.ts +0 -29
  395. package/internal-do-not-import-from-here/ux/velcron/test-definitions/AppTestJson.d.ts +0 -1
  396. /package/internal-do-not-import-from-here/shared/models/hub/{ExternalIdentityId.js → actors/ExternalActorId.js} +0 -0
  397. /package/internal-do-not-import-from-here/shared/models/theming/{ComponentDefinitions.js → Blueprints.js} +0 -0
  398. /package/internal-do-not-import-from-here/shared/models/theming/{ChromeDefinition.js → Chrome.js} +0 -0
  399. /package/internal-do-not-import-from-here/shared/models/theming/{SpacingSetting.js → Spacing.js} +0 -0
  400. /package/internal-do-not-import-from-here/shared/models/theming/{TypographyDefinition.js → Typography.js} +0 -0
  401. /package/internal-do-not-import-from-here/{ux/mediapickerV2/chrome/core → stores/mediapicker/Utils}/MediaPickerImageHandler.d.ts +0 -0
  402. /package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/Utils/getMediaProvider.d.ts +0 -0
  403. /package/internal-do-not-import-from-here/{ux/mediapickerV2/chrome/core → stores/mediapicker/Utils}/utils.d.ts +0 -0
  404. /package/internal-do-not-import-from-here/{ux/mediapickerV2/imagetransformer → stores/mediapicker/handlers}/Utils/cropUtils.d.ts +0 -0
  405. /package/internal-do-not-import-from-here/{ux/mediapickerV2/imagetransformer → stores/mediapicker/handlers}/Utils/transformUtils.d.ts +0 -0
  406. /package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/gallery/index.d.ts +0 -0
  407. /package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/provider/index.d.ts +0 -0
  408. /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
  409. /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
  410. /package/internal-do-not-import-from-here/ux/hub/feed/components/{SendersList.d.ts → ActorsList.d.ts} +0 -0
  411. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/{BlueprintsJourney.d.ts → ComponentsJourney.d.ts} +0 -0
  412. /package/internal-do-not-import-from-here/ux/{depricated-mediapicker/MediaPickerRenderer.d.ts → velcron/VelcronSetup.d.ts} +0 -0
  413. /package/internal-do-not-import-from-here/ux/velcron/{renderer/VelcronStylesProvider.d.ts → VelcronStylesProvider.d.ts} +0 -0
@@ -1,42 +1,42 @@
1
- import { Guid, TypographyDefinition } from "@omnia/fx-models";
2
- export declare class EditorTypography implements TypographyDefinition {
1
+ import { Guid, TypographyBlueprint } from "@omnia/fx-models";
2
+ export declare class EditorTypography implements TypographyBlueprint {
3
3
  name: "Davids editor typooos";
4
- id: Guid;
5
4
  font: {
5
+ id: Guid;
6
6
  family: string;
7
7
  cdn: string;
8
8
  };
9
9
  title: {
10
10
  xl: {
11
- large: {
11
+ lg: {
12
12
  size: number;
13
13
  lineHeight: number;
14
14
  weight: number;
15
15
  };
16
16
  };
17
17
  l: {
18
- large: {
18
+ lg: {
19
19
  size: number;
20
20
  lineHeight: number;
21
21
  weight: number;
22
22
  };
23
23
  };
24
24
  m: {
25
- large: {
25
+ lg: {
26
26
  size: number;
27
27
  lineHeight: number;
28
28
  weight: number;
29
29
  };
30
30
  };
31
31
  s: {
32
- large: {
32
+ lg: {
33
33
  size: number;
34
34
  lineHeight: number;
35
35
  weight: number;
36
36
  };
37
37
  };
38
38
  xs: {
39
- large: {
39
+ lg: {
40
40
  size: number;
41
41
  lineHeight: number;
42
42
  weight: number;
@@ -45,35 +45,35 @@ export declare class EditorTypography implements TypographyDefinition {
45
45
  };
46
46
  text: {
47
47
  xl: {
48
- large: {
48
+ lg: {
49
49
  size: number;
50
50
  lineHeight: number;
51
51
  weight: number;
52
52
  };
53
53
  };
54
54
  l: {
55
- large: {
55
+ lg: {
56
56
  size: number;
57
57
  lineHeight: number;
58
58
  weight: number;
59
59
  };
60
60
  };
61
61
  m: {
62
- large: {
62
+ lg: {
63
63
  size: number;
64
64
  lineHeight: number;
65
65
  weight: number;
66
66
  };
67
67
  };
68
68
  s: {
69
- large: {
69
+ lg: {
70
70
  size: number;
71
71
  lineHeight: number;
72
72
  weight: number;
73
73
  };
74
74
  };
75
75
  xs: {
76
- large: {
76
+ lg: {
77
77
  size: number;
78
78
  lineHeight: number;
79
79
  weight: number;
@@ -82,35 +82,35 @@ export declare class EditorTypography implements TypographyDefinition {
82
82
  };
83
83
  navigation: {
84
84
  xl: {
85
- large: {
85
+ lg: {
86
86
  size: number;
87
87
  lineHeight: number;
88
88
  weight: number;
89
89
  };
90
90
  };
91
91
  l: {
92
- large: {
92
+ lg: {
93
93
  size: number;
94
94
  lineHeight: number;
95
95
  weight: number;
96
96
  };
97
97
  };
98
98
  m: {
99
- large: {
99
+ lg: {
100
100
  size: number;
101
101
  lineHeight: number;
102
102
  weight: number;
103
103
  };
104
104
  };
105
105
  s: {
106
- large: {
106
+ lg: {
107
107
  size: number;
108
108
  lineHeight: number;
109
109
  weight: number;
110
110
  };
111
111
  };
112
112
  xs: {
113
- large: {
113
+ lg: {
114
114
  size: number;
115
115
  lineHeight: number;
116
116
  weight: number;
@@ -119,14 +119,14 @@ export declare class EditorTypography implements TypographyDefinition {
119
119
  };
120
120
  link: {
121
121
  xl: {
122
- large: {
122
+ lg: {
123
123
  size: number;
124
124
  lineHeight: number;
125
125
  weight: number;
126
126
  };
127
127
  };
128
128
  l: {
129
- large: {
129
+ lg: {
130
130
  size: number;
131
131
  lineHeight: number;
132
132
  weight: number;
@@ -134,21 +134,21 @@ export declare class EditorTypography implements TypographyDefinition {
134
134
  };
135
135
  m: {
136
136
  decoration: string;
137
- large: {
137
+ lg: {
138
138
  size: number;
139
139
  lineHeight: number;
140
140
  weight: number;
141
141
  };
142
142
  };
143
143
  s: {
144
- large: {
144
+ lg: {
145
145
  size: number;
146
146
  lineHeight: number;
147
147
  weight: number;
148
148
  };
149
149
  };
150
150
  xs: {
151
- large: {
151
+ lg: {
152
152
  size: number;
153
153
  lineHeight: number;
154
154
  weight: number;
@@ -0,0 +1,125 @@
1
+ import { BorderStylingDefinition, ButtonBlueprint, ChromeBlueprint, ChromeBlueprints, ComponentBlueprints, FillDefinition, SpacingBlueprints, SpacingDefinition, TabsBlueprint } from "@omnia/fx-models";
2
+ export declare const useBlueprintTemplatesStore: () => {
3
+ state: {
4
+ fills: FillDefinition[];
5
+ borders: BorderStylingDefinition[];
6
+ buttons: ButtonBlueprint[];
7
+ tabs: TabsBlueprint[];
8
+ chrome: ChromeBlueprint[];
9
+ chromes: ChromeBlueprints[];
10
+ component: ComponentBlueprints[];
11
+ spacings: SpacingBlueprints[];
12
+ spacing: SpacingDefinition[];
13
+ };
14
+ events: {
15
+ onMutatedFills: import("@omnia/fx").MessageBusExposeOnlySubscription<FillDefinition[]>;
16
+ onMutatedBorders: import("@omnia/fx").MessageBusExposeOnlySubscription<BorderStylingDefinition[]>;
17
+ onMutatedButtons: import("@omnia/fx").MessageBusExposeOnlySubscription<ButtonBlueprint[]>;
18
+ onMutatedTabs: import("@omnia/fx").MessageBusExposeOnlySubscription<TabsBlueprint[]>;
19
+ onMutatedChrome: import("@omnia/fx").MessageBusExposeOnlySubscription<ChromeBlueprint[]>;
20
+ onMutatedChromes: import("@omnia/fx").MessageBusExposeOnlySubscription<ChromeBlueprints[]>;
21
+ onMutatedComponent: import("@omnia/fx").MessageBusExposeOnlySubscription<ComponentBlueprints[]>;
22
+ onMutatedSpacings: import("@omnia/fx").MessageBusExposeOnlySubscription<SpacingBlueprints[]>;
23
+ onMutatedSpacing: import("@omnia/fx").MessageBusExposeOnlySubscription<SpacingDefinition[]>;
24
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
25
+ actions: {
26
+ onDispatching: {
27
+ addSpacingDefinition: {
28
+ subscribe(fn: (spacing: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
29
+ };
30
+ addSpacingBlueprints: {
31
+ subscribe(fn: (spacing: SpacingBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
32
+ };
33
+ addFillDefinition: {
34
+ subscribe(fn: (fill: FillDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
35
+ };
36
+ addBorderDefinition: {
37
+ subscribe(fn: (border: BorderStylingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
38
+ };
39
+ addButtonBlueprint: {
40
+ subscribe(fn: (blueprint: ButtonBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
41
+ };
42
+ addTabsBlueprint: {
43
+ subscribe(fn: (blueprint: TabsBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
44
+ };
45
+ addChromeBlueprint: {
46
+ subscribe(fn: (blueprint: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
47
+ };
48
+ addChromeBlueprints: {
49
+ subscribe(fn: (blueprint: ChromeBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
50
+ };
51
+ addComponentBlueprints: {
52
+ subscribe(fn: (blueprint: ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
53
+ };
54
+ };
55
+ onDispatched: {
56
+ addSpacingDefinition: {
57
+ subscribe(fn: (result: void, spacing: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
58
+ };
59
+ addSpacingBlueprints: {
60
+ subscribe(fn: (result: void, spacing: SpacingBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
61
+ };
62
+ addFillDefinition: {
63
+ subscribe(fn: (result: void, fill: FillDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
64
+ };
65
+ addBorderDefinition: {
66
+ subscribe(fn: (result: void, border: BorderStylingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
67
+ };
68
+ addButtonBlueprint: {
69
+ subscribe(fn: (result: void, blueprint: ButtonBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
70
+ };
71
+ addTabsBlueprint: {
72
+ subscribe(fn: (result: void, blueprint: TabsBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
73
+ };
74
+ addChromeBlueprint: {
75
+ subscribe(fn: (result: void, blueprint: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
76
+ };
77
+ addChromeBlueprints: {
78
+ subscribe(fn: (result: void, blueprint: ChromeBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
79
+ };
80
+ addComponentBlueprints: {
81
+ subscribe(fn: (result: void, blueprint: ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
82
+ };
83
+ };
84
+ onFailure: {
85
+ addSpacingDefinition: {
86
+ subscribe(fn: (failureReason: any, spacing: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
87
+ };
88
+ addSpacingBlueprints: {
89
+ subscribe(fn: (failureReason: any, spacing: SpacingBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
90
+ };
91
+ addFillDefinition: {
92
+ subscribe(fn: (failureReason: any, fill: FillDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
93
+ };
94
+ addBorderDefinition: {
95
+ subscribe(fn: (failureReason: any, border: BorderStylingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
96
+ };
97
+ addButtonBlueprint: {
98
+ subscribe(fn: (failureReason: any, blueprint: ButtonBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
99
+ };
100
+ addTabsBlueprint: {
101
+ subscribe(fn: (failureReason: any, blueprint: TabsBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
102
+ };
103
+ addChromeBlueprint: {
104
+ subscribe(fn: (failureReason: any, blueprint: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
105
+ };
106
+ addChromeBlueprints: {
107
+ subscribe(fn: (failureReason: any, blueprint: ChromeBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
108
+ };
109
+ addComponentBlueprints: {
110
+ subscribe(fn: (failureReason: any, blueprint: ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
111
+ };
112
+ };
113
+ } & {
114
+ addSpacingDefinition(spacing: SpacingDefinition): void;
115
+ addSpacingBlueprints(spacing: SpacingBlueprints): void;
116
+ addFillDefinition(fill: FillDefinition): void;
117
+ addBorderDefinition(border: BorderStylingDefinition): void;
118
+ addButtonBlueprint(blueprint: ButtonBlueprint): void;
119
+ addTabsBlueprint(blueprint: TabsBlueprint): void;
120
+ addChromeBlueprint(blueprint: ChromeBlueprint): void;
121
+ addChromeBlueprints(blueprint: ChromeBlueprints): void;
122
+ addComponentBlueprints(blueprint: ComponentBlueprints): void;
123
+ };
124
+ get: {};
125
+ };
@@ -1,12 +1,12 @@
1
- import { ChromeBlueprint, ChromeBlueprintVariants } from "@omnia/fx-models";
1
+ import { BlueprintVariant, ChromeBlueprints } from "@omnia/fx-models";
2
2
  import { useThemeStoreV2 } from "./ThemeStoreV2";
3
3
  export declare const useChromeBlueprintStore: () => {
4
4
  state: {
5
- blueprint: ChromeBlueprint;
5
+ blueprint: ChromeBlueprints;
6
6
  id: import("@omnia/fx-models").GuidValue;
7
7
  };
8
8
  events: {
9
- onMutatedBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<ChromeBlueprint>;
9
+ onMutatedBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<ChromeBlueprints>;
10
10
  onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
11
11
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
12
12
  actions: {
@@ -42,17 +42,17 @@ export declare const useChromeBlueprintStore: () => {
42
42
  setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
43
43
  };
44
44
  get: {
45
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes): import("@omnia/fx-models").ColorSchema;
46
- blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
47
- typography(): import("@omnia/fx-models").TypographyBlueprint;
48
- spacing(): import("@omnia/fx-models").SpacingBlueprint;
49
- chrome(): ChromeBlueprint;
50
- component(): import("@omnia/fx-models").ComponentBlueprint;
51
- 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;
52
- 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;
45
+ colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
46
+ blueprint<TType extends import("@omnia/fx-models").Blueprints>(type: import("@omnia/fx-models").BlueprintType): TType;
47
+ typography(): import("@omnia/fx-models").TypographyBlueprints;
48
+ spacing(): import("@omnia/fx-models").SpacingBlueprints;
49
+ chrome(): ChromeBlueprints;
50
+ component(): import("@omnia/fx-models").ComponentBlueprints;
51
+ 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;
52
+ 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;
53
53
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
54
- 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;
55
- 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;
54
+ 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;
55
+ 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;
56
56
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
57
57
  };
58
58
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -90,17 +90,17 @@ export declare const useChromeBlueprintStore: () => {
90
90
  setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
91
91
  };
92
92
  get: {
93
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes): import("@omnia/fx-models").ColorSchema;
94
- blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
95
- typography(): import("@omnia/fx-models").TypographyBlueprint;
96
- spacing(): import("@omnia/fx-models").SpacingBlueprint;
97
- chrome(): ChromeBlueprint;
98
- component(): import("@omnia/fx-models").ComponentBlueprint;
99
- 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;
100
- 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;
93
+ colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
94
+ blueprint<TType extends import("@omnia/fx-models").Blueprints>(type: import("@omnia/fx-models").BlueprintType): TType;
95
+ typography(): import("@omnia/fx-models").TypographyBlueprints;
96
+ spacing(): import("@omnia/fx-models").SpacingBlueprints;
97
+ chrome(): ChromeBlueprints;
98
+ component(): import("@omnia/fx-models").ComponentBlueprints;
99
+ color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
100
+ colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
101
101
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
102
- 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;
103
- complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
102
+ complementaryColor(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
103
+ complementaryColorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
104
104
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
105
105
  };
106
106
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -138,17 +138,17 @@ export declare const useChromeBlueprintStore: () => {
138
138
  setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
139
139
  };
140
140
  get: {
141
- colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes): import("@omnia/fx-models").ColorSchema;
142
- blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
143
- typography(): import("@omnia/fx-models").TypographyBlueprint;
144
- spacing(): import("@omnia/fx-models").SpacingBlueprint;
145
- chrome(): ChromeBlueprint;
146
- component(): import("@omnia/fx-models").ComponentBlueprint;
147
- 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;
148
- 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;
141
+ colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
142
+ blueprint<TType extends import("@omnia/fx-models").Blueprints>(type: import("@omnia/fx-models").BlueprintType): TType;
143
+ typography(): import("@omnia/fx-models").TypographyBlueprints;
144
+ spacing(): import("@omnia/fx-models").SpacingBlueprints;
145
+ chrome(): ChromeBlueprints;
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;
149
149
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
150
- 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;
151
- 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;
152
152
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
153
153
  };
154
154
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -383,7 +383,7 @@ export declare const useChromeBlueprintStore: () => {
383
383
  };
384
384
  blueprints: {
385
385
  type: import("@omnia/fx-models").BlueprintType;
386
- name: string;
386
+ name?: string;
387
387
  }[];
388
388
  };
389
389
  };
@@ -415,22 +415,22 @@ export declare const useChromeBlueprintStore: () => {
415
415
  setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
416
416
  };
417
417
  get: {
418
- colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes) => import("@omnia/fx-models").ColorSchema;
419
- blueprint: <TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType) => TType;
420
- typography: () => import("@omnia/fx-models").TypographyBlueprint;
421
- spacing: () => import("@omnia/fx-models").SpacingBlueprint;
422
- chrome: () => ChromeBlueprint;
423
- component: () => import("@omnia/fx-models").ComponentBlueprint;
424
- 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;
425
- 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;
418
+ colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
419
+ blueprint: <TType extends import("@omnia/fx-models").Blueprints>(type: import("@omnia/fx-models").BlueprintType) => TType;
420
+ typography: () => import("@omnia/fx-models").TypographyBlueprints;
421
+ spacing: () => import("@omnia/fx-models").SpacingBlueprints;
422
+ chrome: () => ChromeBlueprints;
423
+ component: () => import("@omnia/fx-models").ComponentBlueprints;
424
+ 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;
425
+ 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;
426
426
  complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
427
- 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;
428
- 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;
427
+ 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;
428
+ 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;
429
429
  currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
430
430
  };
431
431
  };
432
- hasBlueprintVariant(type: ChromeBlueprintVariants): boolean;
433
- blueprintByType(type: ChromeBlueprintVariants): import("@omnia/fx-models").ChromeDefinition;
432
+ hasBlueprintVariant(type: BlueprintVariant | string): boolean;
433
+ blueprintByType(type: BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
434
434
  };
435
435
  deactivated(): void;
436
436
  };