@omnia/fx 8.0.129-dev → 8.0.130-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 (206) hide show
  1. package/internal-do-not-import-from-here/core/index.d.ts +1 -1
  2. package/internal-do-not-import-from-here/core/messaging/BuiltInTopics.d.ts +1 -1
  3. package/internal-do-not-import-from-here/core/messaging/index.d.ts +1 -1
  4. package/internal-do-not-import-from-here/runtime/core/ManifestResourceLoader.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker/ChromeBlueprintsPicker.css.d.ts → blueprintTemplate/BlueprintsTemplatePicker.css.d.ts} +1 -1
  6. package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker/ChromeBlueprintsPicker.d.ts → blueprintTemplate/BlueprintsTemplatePicker.d.ts} +120 -98
  7. package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromePicker.d.ts +95 -95
  8. package/internal-do-not-import-from-here/ux/blueprintpickers/typography/TypographyBlueprintsViewer.css.d.ts +4 -0
  9. package/internal-do-not-import-from-here/ux/blueprintpickers/typography/TypographyBlueprintsViewer.d.ts +76 -0
  10. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +90 -90
  11. package/internal-do-not-import-from-here/ux/docs/services/DocsService.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +949 -947
  14. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +2294 -2290
  15. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +2294 -2290
  16. package/internal-do-not-import-from-here/ux/properties/models/PropertyApi.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/{chrome → components}/store/ChromeEditorStore.d.ts +1 -7
  18. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +2 -0
  19. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BlueprintsTemplates.d.ts +4 -11
  20. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +1 -0
  21. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +938 -935
  22. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +943 -940
  23. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +938 -935
  24. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +938 -935
  25. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +45 -54
  26. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +0 -1
  27. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +938 -935
  28. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +11540 -11520
  29. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeViewer.d.ts +68 -0
  30. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +10 -10
  31. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +949 -947
  32. package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +6 -6
  35. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  36. package/internal-do-not-import-from-here/wctypings.d.ts +53 -42
  37. package/package.json +2 -2
  38. package/internal-do-not-import-from-here/shared/broadcasting/Broadcast.d.ts +0 -37
  39. package/internal-do-not-import-from-here/shared/broadcasting/InternalTopics.d.ts +0 -23
  40. package/internal-do-not-import-from-here/shared/broadcasting/index.d.ts +0 -1
  41. package/internal-do-not-import-from-here/shared/factory/DefineFactory.d.ts +0 -12
  42. package/internal-do-not-import-from-here/shared/factory/Inject.d.ts +0 -30
  43. package/internal-do-not-import-from-here/shared/factory/Injectable.d.ts +0 -4
  44. package/internal-do-not-import-from-here/shared/factory/ServiceContainer.d.ts +0 -45
  45. package/internal-do-not-import-from-here/shared/factory/index.d.ts +0 -4
  46. package/internal-do-not-import-from-here/shared/http/Http.d.ts +0 -141
  47. package/internal-do-not-import-from-here/shared/http/index.d.ts +0 -1
  48. package/internal-do-not-import-from-here/shared/index.d.ts +0 -12
  49. package/internal-do-not-import-from-here/shared/messaging/MessageBus.d.ts +0 -48
  50. package/internal-do-not-import-from-here/shared/messaging/MessageBusMediator.d.ts +0 -30
  51. package/internal-do-not-import-from-here/shared/messaging/index.d.ts +0 -2
  52. package/internal-do-not-import-from-here/shared/models/Broadcasting.d.ts +0 -25
  53. package/internal-do-not-import-from-here/shared/models/Broadcasting.js +0 -12
  54. package/internal-do-not-import-from-here/shared/models/DependencyInjection.d.ts +0 -19
  55. package/internal-do-not-import-from-here/shared/models/DependencyInjection.js +0 -9
  56. package/internal-do-not-import-from-here/shared/models/DynamicState.d.ts +0 -1
  57. package/internal-do-not-import-from-here/shared/models/DynamicState.js +0 -2
  58. package/internal-do-not-import-from-here/shared/models/Equals.d.ts +0 -3
  59. package/internal-do-not-import-from-here/shared/models/Equals.js +0 -44
  60. package/internal-do-not-import-from-here/shared/models/Future.d.ts +0 -60
  61. package/internal-do-not-import-from-here/shared/models/Future.js +0 -149
  62. package/internal-do-not-import-from-here/shared/models/Guid.d.ts +0 -25
  63. package/internal-do-not-import-from-here/shared/models/Guid.js +0 -80
  64. package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +0 -41
  65. package/internal-do-not-import-from-here/shared/models/HttpCommon.js +0 -9
  66. package/internal-do-not-import-from-here/shared/models/Messaging.d.ts +0 -23
  67. package/internal-do-not-import-from-here/shared/models/Messaging.js +0 -2
  68. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +0 -34
  69. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.js +0 -2
  70. package/internal-do-not-import-from-here/shared/models/Realtime.d.ts +0 -28
  71. package/internal-do-not-import-from-here/shared/models/Realtime.js +0 -19
  72. package/internal-do-not-import-from-here/shared/models/SharedConstants.d.ts +0 -5
  73. package/internal-do-not-import-from-here/shared/models/SharedConstants.js +0 -9
  74. package/internal-do-not-import-from-here/shared/models/StringExtensions.d.ts +0 -6
  75. package/internal-do-not-import-from-here/shared/models/StringExtensions.js +0 -3
  76. package/internal-do-not-import-from-here/shared/models/StronglyTypedId.d.ts +0 -3
  77. package/internal-do-not-import-from-here/shared/models/StronglyTypedId.js +0 -2
  78. package/internal-do-not-import-from-here/shared/models/Tenant.d.ts +0 -4
  79. package/internal-do-not-import-from-here/shared/models/Tenant.js +0 -2
  80. package/internal-do-not-import-from-here/shared/models/Tokens.d.ts +0 -15
  81. package/internal-do-not-import-from-here/shared/models/Tokens.js +0 -2
  82. package/internal-do-not-import-from-here/shared/models/Topic.d.ts +0 -10
  83. package/internal-do-not-import-from-here/shared/models/Topic.js +0 -2
  84. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +0 -14
  85. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.js +0 -18
  86. package/internal-do-not-import-from-here/shared/models/Workers.d.ts +0 -29
  87. package/internal-do-not-import-from-here/shared/models/Workers.js +0 -8
  88. package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.d.ts +0 -13
  89. package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.js +0 -20
  90. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +0 -75
  91. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +0 -13
  92. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +0 -7
  93. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.js +0 -5
  94. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +0 -14
  95. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.js +0 -15
  96. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +0 -31
  97. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.js +0 -2
  98. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +0 -15
  99. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.js +0 -5
  100. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.d.ts +0 -8
  101. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.js +0 -2
  102. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.d.ts +0 -16
  103. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.js +0 -5
  104. package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.d.ts +0 -40
  105. package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.js +0 -17
  106. package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +0 -8
  107. package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +0 -11
  108. package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.d.ts +0 -21
  109. package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.js +0 -10
  110. package/internal-do-not-import-from-here/shared/models/hub/actors/ExternalActorId.d.ts +0 -2
  111. package/internal-do-not-import-from-here/shared/models/hub/actors/ExternalActorId.js +0 -2
  112. package/internal-do-not-import-from-here/shared/models/hub/actors/index.d.ts +0 -2
  113. package/internal-do-not-import-from-here/shared/models/hub/actors/index.js +0 -5
  114. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.d.ts +0 -3
  115. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.js +0 -5
  116. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.d.ts +0 -4
  117. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.js +0 -5
  118. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.d.ts +0 -2
  119. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.js +0 -5
  120. package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +0 -7
  121. package/internal-do-not-import-from-here/shared/models/hub/index.js +0 -10
  122. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +0 -10
  123. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.js +0 -2
  124. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +0 -5
  125. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.js +0 -2
  126. package/internal-do-not-import-from-here/shared/models/hub/social/index.d.ts +0 -2
  127. package/internal-do-not-import-from-here/shared/models/hub/social/index.js +0 -5
  128. package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.d.ts +0 -10
  129. package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.js +0 -19
  130. package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.d.ts +0 -3
  131. package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.js +0 -7
  132. package/internal-do-not-import-from-here/shared/models/hub/targeting/index.d.ts +0 -1
  133. package/internal-do-not-import-from-here/shared/models/hub/targeting/index.js +0 -4
  134. package/internal-do-not-import-from-here/shared/models/index.d.ts +0 -21
  135. package/internal-do-not-import-from-here/shared/models/index.js +0 -25
  136. package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +0 -116
  137. package/internal-do-not-import-from-here/shared/models/theming/Blueprints.js +0 -12
  138. package/internal-do-not-import-from-here/shared/models/theming/Chrome.d.ts +0 -16
  139. package/internal-do-not-import-from-here/shared/models/theming/Chrome.js +0 -2
  140. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +0 -2
  141. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +0 -38
  142. package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.d.ts +0 -1
  143. package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.js +0 -45
  144. package/internal-do-not-import-from-here/shared/models/theming/Spacing.d.ts +0 -22
  145. package/internal-do-not-import-from-here/shared/models/theming/Spacing.js +0 -11
  146. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +0 -107
  147. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +0 -28
  148. package/internal-do-not-import-from-here/shared/models/theming/Typography.d.ts +0 -59
  149. package/internal-do-not-import-from-here/shared/models/theming/Typography.js +0 -17
  150. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +0 -9
  151. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -99
  152. package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +0 -8
  153. package/internal-do-not-import-from-here/shared/models/theming/index.js +0 -12
  154. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +0 -87
  155. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.js +0 -2
  156. package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.d.ts +0 -22
  157. package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.js +0 -2
  158. package/internal-do-not-import-from-here/shared/models/velcron/VelcronReference.d.ts +0 -20
  159. package/internal-do-not-import-from-here/shared/models/velcron/VelcronReference.js +0 -5
  160. package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +0 -3
  161. package/internal-do-not-import-from-here/shared/models/velcron/index.js +0 -6
  162. package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +0 -27
  163. package/internal-do-not-import-from-here/shared/services/ActivitySubscriptionService.d.ts +0 -15
  164. package/internal-do-not-import-from-here/shared/services/DefineService.d.ts +0 -6
  165. package/internal-do-not-import-from-here/shared/services/RealtimeService.d.ts +0 -8
  166. package/internal-do-not-import-from-here/shared/services/index.d.ts +0 -4
  167. package/internal-do-not-import-from-here/shared/utils/index.d.ts +0 -4
  168. package/internal-do-not-import-from-here/shared/workers/Leader.d.ts +0 -6
  169. package/internal-do-not-import-from-here/shared/workers/WorkerProxy.d.ts +0 -11
  170. package/internal-do-not-import-from-here/shared/workers/index.d.ts +0 -2
  171. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/ChromeJourney.d.ts +0 -22
  172. /package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/BackgroundStyleEditor.d.ts +0 -0
  173. /package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/docs/ExampleComponents.d.ts +0 -0
  174. /package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/docs/SampleComponent.d.ts +0 -0
  175. /package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/docs/index.d.ts +0 -0
  176. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonBlueprintsViewer.d.ts +0 -0
  177. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonStyleEditor.d.ts +0 -0
  178. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonStylePicker.css.d.ts +0 -0
  179. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonStylePicker.d.ts +0 -0
  180. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/docs/ExampleComponents.d.ts +0 -0
  181. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/docs/SampleComponent.d.ts +0 -0
  182. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/docs/index.d.ts +0 -0
  183. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromeBlueprintsViewer.d.ts +0 -0
  184. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromeEditor.d.ts +0 -0
  185. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromePicker.css.d.ts +0 -0
  186. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromeViewer.d.ts +0 -0
  187. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/docs/ExampleComponents.d.ts +0 -0
  188. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/docs/SampleComponent.d.ts +0 -0
  189. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/docs/index.d.ts +0 -0
  190. /package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/{SpacingPreview.d.ts → SpacingViewer.d.ts} +0 -0
  191. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabBlueprintsViewer.d.ts +0 -0
  192. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabStyleEditor.d.ts +0 -0
  193. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabStylePicker.css.d.ts +0 -0
  194. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabStylePicker.d.ts +0 -0
  195. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/docs/ExampleComponents.d.ts +0 -0
  196. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/docs/SampleComponent.d.ts +0 -0
  197. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/docs/index.d.ts +0 -0
  198. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/TypographyEditor.d.ts +0 -0
  199. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/TypographyPicker.css.d.ts +0 -0
  200. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/TypographyPicker.d.ts +0 -0
  201. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/docs/ExampleComponents.d.ts +0 -0
  202. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/docs/SampleComponent.d.ts +0 -0
  203. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/docs/index.d.ts +0 -0
  204. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/{chrome/blades/ChromeBlueprintsBlade.d.ts → components/blades/BlockBlade.d.ts} +0 -0
  205. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/{chrome/blades/EditChromeBlueprintBlade.d.ts → components/blades/BlockBladeEdit.d.ts} +0 -0
  206. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/{EditBlueprint.d.ts → EditBlueprints.d.ts} +0 -0
@@ -44,16 +44,15 @@ export declare const useTypographyBlueprintStore: () => {
44
44
  setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
45
45
  };
46
46
  get: {
47
- colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
47
+ colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
48
48
  typography(): import("@omnia/fx-models").TypographyBlueprints;
49
49
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
50
- chrome(): import("@omnia/fx-models").ChromeBlueprints;
51
50
  component(): import("@omnia/fx-models").ComponentBlueprints;
52
- color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
53
- colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
51
+ color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
52
+ colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
54
53
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
55
- complementaryColor(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
56
- complementaryColorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
54
+ complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
55
+ complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
57
56
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
58
57
  };
59
58
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -91,16 +90,15 @@ export declare const useTypographyBlueprintStore: () => {
91
90
  setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
92
91
  };
93
92
  get: {
94
- colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
93
+ colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
95
94
  typography(): import("@omnia/fx-models").TypographyBlueprints;
96
95
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
97
- chrome(): import("@omnia/fx-models").ChromeBlueprints;
98
96
  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;
97
+ color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
98
+ colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
101
99
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
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;
100
+ complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
101
+ complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
104
102
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
105
103
  };
106
104
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -138,16 +136,15 @@ export declare const useTypographyBlueprintStore: () => {
138
136
  setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
139
137
  };
140
138
  get: {
141
- colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
139
+ colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
142
140
  typography(): import("@omnia/fx-models").TypographyBlueprints;
143
141
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
144
- chrome(): import("@omnia/fx-models").ChromeBlueprints;
145
142
  component(): import("@omnia/fx-models").ComponentBlueprints;
146
- color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
147
- colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
143
+ color(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
144
+ colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
148
145
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
149
- complementaryColor(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
150
- complementaryColorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
146
+ complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
147
+ complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
151
148
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
152
149
  };
153
150
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -378,6 +375,29 @@ export declare const useTypographyBlueprintStore: () => {
378
375
  colorToned: string;
379
376
  };
380
377
  };
378
+ warning: {
379
+ name: string;
380
+ base: {
381
+ dark: boolean;
382
+ color: string;
383
+ colorToned: string;
384
+ };
385
+ onBase: {
386
+ dark: boolean;
387
+ color: string;
388
+ colorToned: string;
389
+ };
390
+ container: {
391
+ dark: boolean;
392
+ color: string;
393
+ colorToned: string;
394
+ };
395
+ onContainer: {
396
+ dark: boolean;
397
+ color: string;
398
+ colorToned: string;
399
+ };
400
+ };
381
401
  };
382
402
  typography: {
383
403
  primary: {
@@ -642,186 +662,66 @@ export declare const useTypographyBlueprintStore: () => {
642
662
  };
643
663
  name?: string;
644
664
  };
645
- chrome: {
646
- primary: {
647
- name?: string;
648
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
649
- header: {
650
- definitionId: {
651
- toString: () => string;
652
- equals?: {
653
- guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
665
+ components: {
666
+ buttons?: {
667
+ text?: {
668
+ primary?: {
669
+ type: "button";
670
+ padding?: {
671
+ top?: import("@omnia/fx-models").SpacingValue;
672
+ right?: import("@omnia/fx-models").SpacingValue;
673
+ bottom?: import("@omnia/fx-models").SpacingValue;
674
+ left?: import("@omnia/fx-models").SpacingValue;
654
675
  };
655
- };
656
- definition?: {
657
- type: "velcron";
658
- version?: string;
659
- name?: string;
660
- body?: {
661
- body?: any[];
662
- style?: {
663
- margin?: number;
664
- marginTop?: number;
665
- marginRight?: number;
666
- marginBottom?: number;
667
- marginLeft?: number;
668
- padding?: number;
669
- paddingTop?: number;
670
- paddingRight?: number;
671
- paddingBottom?: number;
672
- paddingLeft?: number;
673
- height?: string | number;
674
- width?: string | number;
675
- };
676
- foreach?: string;
677
- if?: string;
678
- events?: import("@omnia/fx-models").VelcronEvent;
679
- type: string;
680
- name?: string;
681
- key?: string;
682
- margin?: {
683
- top?: string | number;
684
- right?: string | number;
685
- bottom?: string | number;
686
- left?: string | number;
687
- };
688
- padding?: {
689
- top?: string | number;
690
- right?: string | number;
691
- bottom?: string | number;
692
- left?: string | number;
693
- };
694
- }[];
695
- events?: {
696
- onLoaded?: string[];
697
- onEditMode?: string[];
698
- onSaved?: string[];
699
- };
700
- actions?: {
701
- [name: string]: string[];
702
- };
703
- components?: {
704
- type: string;
705
- events?: any;
706
- properties?: {
707
- [name: string]: any;
708
- };
709
- icon?: any;
710
- body?: {
711
- body?: any[];
712
- style?: {
713
- margin?: number;
714
- marginTop?: number;
715
- marginRight?: number;
716
- marginBottom?: number;
717
- marginLeft?: number;
718
- padding?: number;
719
- paddingTop?: number;
720
- paddingRight?: number;
721
- paddingBottom?: number;
722
- paddingLeft?: number;
723
- height?: string | number;
724
- width?: string | number;
725
- };
726
- foreach?: string;
727
- if?: string;
728
- events?: import("@omnia/fx-models").VelcronEvent;
729
- type: string;
730
- name?: string;
731
- key?: string;
732
- margin?: {
733
- top?: string | number;
734
- right?: string | number;
735
- bottom?: string | number;
736
- left?: string | number;
737
- };
738
- padding?: {
739
- top?: string | number;
740
- right?: string | number;
741
- bottom?: string | number;
742
- left?: string | number;
743
- };
744
- }[];
745
- style?: {
746
- margin?: number;
747
- marginTop?: number;
748
- marginRight?: number;
749
- marginBottom?: number;
750
- marginLeft?: number;
751
- padding?: number;
752
- paddingTop?: number;
753
- paddingRight?: number;
754
- paddingBottom?: number;
755
- paddingLeft?: number;
756
- height?: string | number;
757
- width?: string | number;
758
- };
759
- foreach?: string;
760
- if?: string;
761
- name?: string;
762
- key?: string;
763
- margin?: {
764
- top?: string | number;
765
- right?: string | number;
766
- bottom?: string | number;
767
- left?: string | number;
768
- };
769
- padding?: {
770
- top?: string | number;
771
- right?: string | number;
772
- bottom?: string | number;
773
- left?: string | number;
774
- };
775
- }[];
776
- propEditors?: {
777
- name?: string;
778
- category?: string;
779
- type: string;
780
- settings?: any;
781
- stateMapping?: string;
782
- propertyMapping?: boolean;
783
- multiple?: boolean;
784
- component?: unknown;
785
- }[];
786
- state?: object;
787
- computed?: {
788
- [name: string]: string[];
789
- };
790
- key?: string;
791
- };
792
- };
793
- styles: {
794
- background?: {
795
- fill?: {
796
- colors: (string | {
797
- colorType: "base" | "onBase" | "container" | "onContainer";
798
- toned?: boolean;
799
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
800
- } | {
801
- color: string | {
676
+ background?: {
677
+ fill?: {
678
+ colors: (string | {
802
679
  colorType: "base" | "onBase" | "container" | "onContainer";
803
680
  toned?: boolean;
804
681
  colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
805
- };
806
- stop?: number;
807
- })[];
808
- acrylic?: boolean;
809
- opacity?: number;
810
- };
811
- border?: {
812
- radius?: {
813
- top?: import("@omnia/fx-models").SpacingValue;
814
- right?: import("@omnia/fx-models").SpacingValue;
815
- bottom?: import("@omnia/fx-models").SpacingValue;
816
- left?: import("@omnia/fx-models").SpacingValue;
682
+ } | {
683
+ color: string | {
684
+ colorType: "base" | "onBase" | "container" | "onContainer";
685
+ toned?: boolean;
686
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
687
+ };
688
+ stop?: number;
689
+ })[];
690
+ acrylic?: boolean;
691
+ opacity?: number;
817
692
  };
818
- width?: {
819
- top?: import("@omnia/fx-models").SpacingValue;
820
- right?: import("@omnia/fx-models").SpacingValue;
821
- bottom?: import("@omnia/fx-models").SpacingValue;
822
- left?: import("@omnia/fx-models").SpacingValue;
693
+ border?: {
694
+ radius?: {
695
+ top?: import("@omnia/fx-models").SpacingValue;
696
+ right?: import("@omnia/fx-models").SpacingValue;
697
+ bottom?: import("@omnia/fx-models").SpacingValue;
698
+ left?: import("@omnia/fx-models").SpacingValue;
699
+ };
700
+ width?: {
701
+ top?: import("@omnia/fx-models").SpacingValue;
702
+ right?: import("@omnia/fx-models").SpacingValue;
703
+ bottom?: import("@omnia/fx-models").SpacingValue;
704
+ left?: import("@omnia/fx-models").SpacingValue;
705
+ };
706
+ fill?: {
707
+ colors: (string | {
708
+ colorType: "base" | "onBase" | "container" | "onContainer";
709
+ toned?: boolean;
710
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
711
+ } | {
712
+ color: string | any;
713
+ stop?: number;
714
+ })[];
715
+ acrylic?: boolean;
716
+ opacity?: number;
717
+ };
823
718
  };
824
- fill?: {
719
+ elevation?: number;
720
+ };
721
+ alterCase?: boolean;
722
+ text?: {
723
+ type: "text";
724
+ color?: {
825
725
  colors: (string | {
826
726
  colorType: "base" | "onBase" | "container" | "onContainer";
827
727
  toned?: boolean;
@@ -837,196 +737,31 @@ export declare const useTypographyBlueprintStore: () => {
837
737
  acrylic?: boolean;
838
738
  opacity?: number;
839
739
  };
840
- };
841
- elevation?: number;
842
- };
843
- spacing?: {
844
- top?: import("@omnia/fx-models").SpacingValue;
845
- right?: import("@omnia/fx-models").SpacingValue;
846
- bottom?: import("@omnia/fx-models").SpacingValue;
847
- left?: import("@omnia/fx-models").SpacingValue;
848
- };
849
- };
850
- };
851
- variant1?: {
852
- name?: string;
853
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
854
- header: {
855
- definitionId: {
856
- toString: () => string;
857
- equals?: {
858
- guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
859
- };
860
- };
861
- definition?: {
862
- type: "velcron";
863
- version?: string;
864
- name?: string;
865
- body?: {
866
- body?: any[];
867
- style?: {
868
- margin?: number;
869
- marginTop?: number;
870
- marginRight?: number;
871
- marginBottom?: number;
872
- marginLeft?: number;
873
- padding?: number;
874
- paddingTop?: number;
875
- paddingRight?: number;
876
- paddingBottom?: number;
877
- paddingLeft?: number;
878
- height?: string | number;
879
- width?: string | number;
880
- };
881
- foreach?: string;
882
- if?: string;
883
- events?: import("@omnia/fx-models").VelcronEvent;
884
- type: string;
885
- name?: string;
886
- key?: string;
887
- margin?: {
888
- top?: string | number;
889
- right?: string | number;
890
- bottom?: string | number;
891
- left?: string | number;
892
- };
893
- padding?: {
894
- top?: string | number;
895
- right?: string | number;
896
- bottom?: string | number;
897
- left?: string | number;
898
- };
899
- }[];
900
- events?: {
901
- onLoaded?: string[];
902
- onEditMode?: string[];
903
- onSaved?: string[];
904
- };
905
- actions?: {
906
- [name: string]: string[];
907
- };
908
- components?: {
909
- type: string;
910
- events?: any;
911
- properties?: {
912
- [name: string]: any;
913
- };
914
- icon?: any;
915
- body?: {
916
- body?: any[];
917
- style?: {
918
- margin?: number;
919
- marginTop?: number;
920
- marginRight?: number;
921
- marginBottom?: number;
922
- marginLeft?: number;
923
- padding?: number;
924
- paddingTop?: number;
925
- paddingRight?: number;
926
- paddingBottom?: number;
927
- paddingLeft?: number;
928
- height?: string | number;
929
- width?: string | number;
740
+ typography?: {
741
+ decoration?: string;
742
+ lg: {
743
+ weight: number;
744
+ size: number;
745
+ lineHeight: number;
930
746
  };
931
- foreach?: string;
932
- if?: string;
933
- events?: import("@omnia/fx-models").VelcronEvent;
934
- type: string;
935
- name?: string;
936
- key?: string;
937
- margin?: {
938
- top?: string | number;
939
- right?: string | number;
940
- bottom?: string | number;
941
- left?: string | number;
747
+ md?: {
748
+ weight: number;
749
+ size: number;
750
+ lineHeight: number;
942
751
  };
943
- padding?: {
944
- top?: string | number;
945
- right?: string | number;
946
- bottom?: string | number;
947
- left?: string | number;
752
+ sm?: {
753
+ weight: number;
754
+ size: number;
755
+ lineHeight: number;
948
756
  };
949
- }[];
950
- style?: {
951
- margin?: number;
952
- marginTop?: number;
953
- marginRight?: number;
954
- marginBottom?: number;
955
- marginLeft?: number;
956
- padding?: number;
957
- paddingTop?: number;
958
- paddingRight?: number;
959
- paddingBottom?: number;
960
- paddingLeft?: number;
961
- height?: string | number;
962
- width?: string | number;
963
- };
964
- foreach?: string;
965
- if?: string;
966
- name?: string;
967
- key?: string;
968
- margin?: {
969
- top?: string | number;
970
- right?: string | number;
971
- bottom?: string | number;
972
- left?: string | number;
973
- };
974
- padding?: {
975
- top?: string | number;
976
- right?: string | number;
977
- bottom?: string | number;
978
- left?: string | number;
979
- };
980
- }[];
981
- propEditors?: {
982
- name?: string;
983
- category?: string;
984
- type: string;
985
- settings?: any;
986
- stateMapping?: string;
987
- propertyMapping?: boolean;
988
- multiple?: boolean;
989
- component?: unknown;
990
- }[];
991
- state?: object;
992
- computed?: {
993
- [name: string]: string[];
994
- };
995
- key?: string;
996
- };
997
- };
998
- styles: {
999
- background?: {
1000
- fill?: {
1001
- colors: (string | {
1002
- colorType: "base" | "onBase" | "container" | "onContainer";
1003
- toned?: boolean;
1004
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1005
757
  } | {
1006
- color: string | {
1007
- colorType: "base" | "onBase" | "container" | "onContainer";
1008
- toned?: boolean;
1009
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1010
- };
1011
- stop?: number;
1012
- })[];
1013
- acrylic?: boolean;
1014
- opacity?: number;
1015
- };
1016
- border?: {
1017
- radius?: {
1018
- top?: import("@omnia/fx-models").SpacingValue;
1019
- right?: import("@omnia/fx-models").SpacingValue;
1020
- bottom?: import("@omnia/fx-models").SpacingValue;
1021
- left?: import("@omnia/fx-models").SpacingValue;
1022
- };
1023
- width?: {
1024
- top?: import("@omnia/fx-models").SpacingValue;
1025
- right?: import("@omnia/fx-models").SpacingValue;
1026
- bottom?: import("@omnia/fx-models").SpacingValue;
1027
- left?: import("@omnia/fx-models").SpacingValue;
758
+ type: "title" | "text" | "navigation";
759
+ size: "xs" | "s" | "m" | "l" | "xl";
1028
760
  };
1029
- fill?: {
761
+ };
762
+ icon?: {
763
+ type: "icon";
764
+ color?: {
1030
765
  colors: (string | {
1031
766
  colorType: "base" | "onBase" | "container" | "onContainer";
1032
767
  toned?: boolean;
@@ -1042,433 +777,10 @@ export declare const useTypographyBlueprintStore: () => {
1042
777
  acrylic?: boolean;
1043
778
  opacity?: number;
1044
779
  };
780
+ size?: number;
1045
781
  };
1046
- elevation?: number;
1047
- };
1048
- spacing?: {
1049
- top?: import("@omnia/fx-models").SpacingValue;
1050
- right?: import("@omnia/fx-models").SpacingValue;
1051
- bottom?: import("@omnia/fx-models").SpacingValue;
1052
- left?: import("@omnia/fx-models").SpacingValue;
1053
782
  };
1054
- };
1055
- };
1056
- variant2?: {
1057
- name?: string;
1058
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1059
- header: {
1060
- definitionId: {
1061
- toString: () => string;
1062
- equals?: {
1063
- guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
1064
- };
1065
- };
1066
- definition?: {
1067
- type: "velcron";
1068
- version?: string;
1069
- name?: string;
1070
- body?: {
1071
- body?: any[];
1072
- style?: {
1073
- margin?: number;
1074
- marginTop?: number;
1075
- marginRight?: number;
1076
- marginBottom?: number;
1077
- marginLeft?: number;
1078
- padding?: number;
1079
- paddingTop?: number;
1080
- paddingRight?: number;
1081
- paddingBottom?: number;
1082
- paddingLeft?: number;
1083
- height?: string | number;
1084
- width?: string | number;
1085
- };
1086
- foreach?: string;
1087
- if?: string;
1088
- events?: import("@omnia/fx-models").VelcronEvent;
1089
- type: string;
1090
- name?: string;
1091
- key?: string;
1092
- margin?: {
1093
- top?: string | number;
1094
- right?: string | number;
1095
- bottom?: string | number;
1096
- left?: string | number;
1097
- };
1098
- padding?: {
1099
- top?: string | number;
1100
- right?: string | number;
1101
- bottom?: string | number;
1102
- left?: string | number;
1103
- };
1104
- }[];
1105
- events?: {
1106
- onLoaded?: string[];
1107
- onEditMode?: string[];
1108
- onSaved?: string[];
1109
- };
1110
- actions?: {
1111
- [name: string]: string[];
1112
- };
1113
- components?: {
1114
- type: string;
1115
- events?: any;
1116
- properties?: {
1117
- [name: string]: any;
1118
- };
1119
- icon?: any;
1120
- body?: {
1121
- body?: any[];
1122
- style?: {
1123
- margin?: number;
1124
- marginTop?: number;
1125
- marginRight?: number;
1126
- marginBottom?: number;
1127
- marginLeft?: number;
1128
- padding?: number;
1129
- paddingTop?: number;
1130
- paddingRight?: number;
1131
- paddingBottom?: number;
1132
- paddingLeft?: number;
1133
- height?: string | number;
1134
- width?: string | number;
1135
- };
1136
- foreach?: string;
1137
- if?: string;
1138
- events?: import("@omnia/fx-models").VelcronEvent;
1139
- type: string;
1140
- name?: string;
1141
- key?: string;
1142
- margin?: {
1143
- top?: string | number;
1144
- right?: string | number;
1145
- bottom?: string | number;
1146
- left?: string | number;
1147
- };
1148
- padding?: {
1149
- top?: string | number;
1150
- right?: string | number;
1151
- bottom?: string | number;
1152
- left?: string | number;
1153
- };
1154
- }[];
1155
- style?: {
1156
- margin?: number;
1157
- marginTop?: number;
1158
- marginRight?: number;
1159
- marginBottom?: number;
1160
- marginLeft?: number;
1161
- padding?: number;
1162
- paddingTop?: number;
1163
- paddingRight?: number;
1164
- paddingBottom?: number;
1165
- paddingLeft?: number;
1166
- height?: string | number;
1167
- width?: string | number;
1168
- };
1169
- foreach?: string;
1170
- if?: string;
1171
- name?: string;
1172
- key?: string;
1173
- margin?: {
1174
- top?: string | number;
1175
- right?: string | number;
1176
- bottom?: string | number;
1177
- left?: string | number;
1178
- };
1179
- padding?: {
1180
- top?: string | number;
1181
- right?: string | number;
1182
- bottom?: string | number;
1183
- left?: string | number;
1184
- };
1185
- }[];
1186
- propEditors?: {
1187
- name?: string;
1188
- category?: string;
1189
- type: string;
1190
- settings?: any;
1191
- stateMapping?: string;
1192
- propertyMapping?: boolean;
1193
- multiple?: boolean;
1194
- component?: unknown;
1195
- }[];
1196
- state?: object;
1197
- computed?: {
1198
- [name: string]: string[];
1199
- };
1200
- key?: string;
1201
- };
1202
- };
1203
- styles: {
1204
- background?: {
1205
- fill?: {
1206
- colors: (string | {
1207
- colorType: "base" | "onBase" | "container" | "onContainer";
1208
- toned?: boolean;
1209
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1210
- } | {
1211
- color: string | {
1212
- colorType: "base" | "onBase" | "container" | "onContainer";
1213
- toned?: boolean;
1214
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1215
- };
1216
- stop?: number;
1217
- })[];
1218
- acrylic?: boolean;
1219
- opacity?: number;
1220
- };
1221
- border?: {
1222
- radius?: {
1223
- top?: import("@omnia/fx-models").SpacingValue;
1224
- right?: import("@omnia/fx-models").SpacingValue;
1225
- bottom?: import("@omnia/fx-models").SpacingValue;
1226
- left?: import("@omnia/fx-models").SpacingValue;
1227
- };
1228
- width?: {
1229
- top?: import("@omnia/fx-models").SpacingValue;
1230
- right?: import("@omnia/fx-models").SpacingValue;
1231
- bottom?: import("@omnia/fx-models").SpacingValue;
1232
- left?: import("@omnia/fx-models").SpacingValue;
1233
- };
1234
- fill?: {
1235
- colors: (string | {
1236
- colorType: "base" | "onBase" | "container" | "onContainer";
1237
- toned?: boolean;
1238
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1239
- } | {
1240
- color: string | {
1241
- colorType: "base" | "onBase" | "container" | "onContainer";
1242
- toned?: boolean;
1243
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1244
- };
1245
- stop?: number;
1246
- })[];
1247
- acrylic?: boolean;
1248
- opacity?: number;
1249
- };
1250
- };
1251
- elevation?: number;
1252
- };
1253
- spacing?: {
1254
- top?: import("@omnia/fx-models").SpacingValue;
1255
- right?: import("@omnia/fx-models").SpacingValue;
1256
- bottom?: import("@omnia/fx-models").SpacingValue;
1257
- left?: import("@omnia/fx-models").SpacingValue;
1258
- };
1259
- };
1260
- };
1261
- variant3?: {
1262
- name?: string;
1263
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1264
- header: {
1265
- definitionId: {
1266
- toString: () => string;
1267
- equals?: {
1268
- guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
1269
- };
1270
- };
1271
- definition?: {
1272
- type: "velcron";
1273
- version?: string;
1274
- name?: string;
1275
- body?: {
1276
- body?: any[];
1277
- style?: {
1278
- margin?: number;
1279
- marginTop?: number;
1280
- marginRight?: number;
1281
- marginBottom?: number;
1282
- marginLeft?: number;
1283
- padding?: number;
1284
- paddingTop?: number;
1285
- paddingRight?: number;
1286
- paddingBottom?: number;
1287
- paddingLeft?: number;
1288
- height?: string | number;
1289
- width?: string | number;
1290
- };
1291
- foreach?: string;
1292
- if?: string;
1293
- events?: import("@omnia/fx-models").VelcronEvent;
1294
- type: string;
1295
- name?: string;
1296
- key?: string;
1297
- margin?: {
1298
- top?: string | number;
1299
- right?: string | number;
1300
- bottom?: string | number;
1301
- left?: string | number;
1302
- };
1303
- padding?: {
1304
- top?: string | number;
1305
- right?: string | number;
1306
- bottom?: string | number;
1307
- left?: string | number;
1308
- };
1309
- }[];
1310
- events?: {
1311
- onLoaded?: string[];
1312
- onEditMode?: string[];
1313
- onSaved?: string[];
1314
- };
1315
- actions?: {
1316
- [name: string]: string[];
1317
- };
1318
- components?: {
1319
- type: string;
1320
- events?: any;
1321
- properties?: {
1322
- [name: string]: any;
1323
- };
1324
- icon?: any;
1325
- body?: {
1326
- body?: any[];
1327
- style?: {
1328
- margin?: number;
1329
- marginTop?: number;
1330
- marginRight?: number;
1331
- marginBottom?: number;
1332
- marginLeft?: number;
1333
- padding?: number;
1334
- paddingTop?: number;
1335
- paddingRight?: number;
1336
- paddingBottom?: number;
1337
- paddingLeft?: number;
1338
- height?: string | number;
1339
- width?: string | number;
1340
- };
1341
- foreach?: string;
1342
- if?: string;
1343
- events?: import("@omnia/fx-models").VelcronEvent;
1344
- type: string;
1345
- name?: string;
1346
- key?: string;
1347
- margin?: {
1348
- top?: string | number;
1349
- right?: string | number;
1350
- bottom?: string | number;
1351
- left?: string | number;
1352
- };
1353
- padding?: {
1354
- top?: string | number;
1355
- right?: string | number;
1356
- bottom?: string | number;
1357
- left?: string | number;
1358
- };
1359
- }[];
1360
- style?: {
1361
- margin?: number;
1362
- marginTop?: number;
1363
- marginRight?: number;
1364
- marginBottom?: number;
1365
- marginLeft?: number;
1366
- padding?: number;
1367
- paddingTop?: number;
1368
- paddingRight?: number;
1369
- paddingBottom?: number;
1370
- paddingLeft?: number;
1371
- height?: string | number;
1372
- width?: string | number;
1373
- };
1374
- foreach?: string;
1375
- if?: string;
1376
- name?: string;
1377
- key?: string;
1378
- margin?: {
1379
- top?: string | number;
1380
- right?: string | number;
1381
- bottom?: string | number;
1382
- left?: string | number;
1383
- };
1384
- padding?: {
1385
- top?: string | number;
1386
- right?: string | number;
1387
- bottom?: string | number;
1388
- left?: string | number;
1389
- };
1390
- }[];
1391
- propEditors?: {
1392
- name?: string;
1393
- category?: string;
1394
- type: string;
1395
- settings?: any;
1396
- stateMapping?: string;
1397
- propertyMapping?: boolean;
1398
- multiple?: boolean;
1399
- component?: unknown;
1400
- }[];
1401
- state?: object;
1402
- computed?: {
1403
- [name: string]: string[];
1404
- };
1405
- key?: string;
1406
- };
1407
- };
1408
- styles: {
1409
- background?: {
1410
- fill?: {
1411
- colors: (string | {
1412
- colorType: "base" | "onBase" | "container" | "onContainer";
1413
- toned?: boolean;
1414
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1415
- } | {
1416
- color: string | {
1417
- colorType: "base" | "onBase" | "container" | "onContainer";
1418
- toned?: boolean;
1419
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1420
- };
1421
- stop?: number;
1422
- })[];
1423
- acrylic?: boolean;
1424
- opacity?: number;
1425
- };
1426
- border?: {
1427
- radius?: {
1428
- top?: import("@omnia/fx-models").SpacingValue;
1429
- right?: import("@omnia/fx-models").SpacingValue;
1430
- bottom?: import("@omnia/fx-models").SpacingValue;
1431
- left?: import("@omnia/fx-models").SpacingValue;
1432
- };
1433
- width?: {
1434
- top?: import("@omnia/fx-models").SpacingValue;
1435
- right?: import("@omnia/fx-models").SpacingValue;
1436
- bottom?: import("@omnia/fx-models").SpacingValue;
1437
- left?: import("@omnia/fx-models").SpacingValue;
1438
- };
1439
- fill?: {
1440
- colors: (string | {
1441
- colorType: "base" | "onBase" | "container" | "onContainer";
1442
- toned?: boolean;
1443
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1444
- } | {
1445
- color: string | {
1446
- colorType: "base" | "onBase" | "container" | "onContainer";
1447
- toned?: boolean;
1448
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1449
- };
1450
- stop?: number;
1451
- })[];
1452
- acrylic?: boolean;
1453
- opacity?: number;
1454
- };
1455
- };
1456
- elevation?: number;
1457
- };
1458
- spacing?: {
1459
- top?: import("@omnia/fx-models").SpacingValue;
1460
- right?: import("@omnia/fx-models").SpacingValue;
1461
- bottom?: import("@omnia/fx-models").SpacingValue;
1462
- left?: import("@omnia/fx-models").SpacingValue;
1463
- };
1464
- };
1465
- };
1466
- name?: string;
1467
- };
1468
- components: {
1469
- buttons?: {
1470
- text?: {
1471
- primary?: {
783
+ basic?: {
1472
784
  type: "button";
1473
785
  padding?: {
1474
786
  top?: import("@omnia/fx-models").SpacingValue;
@@ -1583,7 +895,7 @@ export declare const useTypographyBlueprintStore: () => {
1583
895
  size?: number;
1584
896
  };
1585
897
  };
1586
- basic?: {
898
+ accent1?: {
1587
899
  type: "button";
1588
900
  padding?: {
1589
901
  top?: import("@omnia/fx-models").SpacingValue;
@@ -1698,7 +1010,7 @@ export declare const useTypographyBlueprintStore: () => {
1698
1010
  size?: number;
1699
1011
  };
1700
1012
  };
1701
- accent1?: {
1013
+ warn?: {
1702
1014
  type: "button";
1703
1015
  padding?: {
1704
1016
  top?: import("@omnia/fx-models").SpacingValue;
@@ -1813,7 +1125,7 @@ export declare const useTypographyBlueprintStore: () => {
1813
1125
  size?: number;
1814
1126
  };
1815
1127
  };
1816
- warn?: {
1128
+ disabled?: {
1817
1129
  type: "button";
1818
1130
  padding?: {
1819
1131
  top?: import("@omnia/fx-models").SpacingValue;
@@ -1928,7 +1240,7 @@ export declare const useTypographyBlueprintStore: () => {
1928
1240
  size?: number;
1929
1241
  };
1930
1242
  };
1931
- disabled?: {
1243
+ link?: {
1932
1244
  type: "button";
1933
1245
  padding?: {
1934
1246
  top?: import("@omnia/fx-models").SpacingValue;
@@ -2043,7 +1355,9 @@ export declare const useTypographyBlueprintStore: () => {
2043
1355
  size?: number;
2044
1356
  };
2045
1357
  };
2046
- link?: {
1358
+ };
1359
+ icon?: {
1360
+ primary?: {
2047
1361
  type: "button";
2048
1362
  padding?: {
2049
1363
  top?: import("@omnia/fx-models").SpacingValue;
@@ -2158,9 +1472,7 @@ export declare const useTypographyBlueprintStore: () => {
2158
1472
  size?: number;
2159
1473
  };
2160
1474
  };
2161
- };
2162
- icon?: {
2163
- primary?: {
1475
+ basic?: {
2164
1476
  type: "button";
2165
1477
  padding?: {
2166
1478
  top?: import("@omnia/fx-models").SpacingValue;
@@ -2275,7 +1587,7 @@ export declare const useTypographyBlueprintStore: () => {
2275
1587
  size?: number;
2276
1588
  };
2277
1589
  };
2278
- basic?: {
1590
+ accent1?: {
2279
1591
  type: "button";
2280
1592
  padding?: {
2281
1593
  top?: import("@omnia/fx-models").SpacingValue;
@@ -2390,7 +1702,7 @@ export declare const useTypographyBlueprintStore: () => {
2390
1702
  size?: number;
2391
1703
  };
2392
1704
  };
2393
- accent1?: {
1705
+ warn?: {
2394
1706
  type: "button";
2395
1707
  padding?: {
2396
1708
  top?: import("@omnia/fx-models").SpacingValue;
@@ -2505,7 +1817,7 @@ export declare const useTypographyBlueprintStore: () => {
2505
1817
  size?: number;
2506
1818
  };
2507
1819
  };
2508
- warn?: {
1820
+ disabled?: {
2509
1821
  type: "button";
2510
1822
  padding?: {
2511
1823
  top?: import("@omnia/fx-models").SpacingValue;
@@ -2620,122 +1932,7 @@ export declare const useTypographyBlueprintStore: () => {
2620
1932
  size?: number;
2621
1933
  };
2622
1934
  };
2623
- disabled?: {
2624
- type: "button";
2625
- padding?: {
2626
- top?: import("@omnia/fx-models").SpacingValue;
2627
- right?: import("@omnia/fx-models").SpacingValue;
2628
- bottom?: import("@omnia/fx-models").SpacingValue;
2629
- left?: import("@omnia/fx-models").SpacingValue;
2630
- };
2631
- background?: {
2632
- fill?: {
2633
- colors: (string | {
2634
- colorType: "base" | "onBase" | "container" | "onContainer";
2635
- toned?: boolean;
2636
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2637
- } | {
2638
- color: string | {
2639
- colorType: "base" | "onBase" | "container" | "onContainer";
2640
- toned?: boolean;
2641
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2642
- };
2643
- stop?: number;
2644
- })[];
2645
- acrylic?: boolean;
2646
- opacity?: number;
2647
- };
2648
- border?: {
2649
- radius?: {
2650
- top?: import("@omnia/fx-models").SpacingValue;
2651
- right?: import("@omnia/fx-models").SpacingValue;
2652
- bottom?: import("@omnia/fx-models").SpacingValue;
2653
- left?: import("@omnia/fx-models").SpacingValue;
2654
- };
2655
- width?: {
2656
- top?: import("@omnia/fx-models").SpacingValue;
2657
- right?: import("@omnia/fx-models").SpacingValue;
2658
- bottom?: import("@omnia/fx-models").SpacingValue;
2659
- left?: import("@omnia/fx-models").SpacingValue;
2660
- };
2661
- fill?: {
2662
- colors: (string | {
2663
- colorType: "base" | "onBase" | "container" | "onContainer";
2664
- toned?: boolean;
2665
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2666
- } | {
2667
- color: string | any;
2668
- stop?: number;
2669
- })[];
2670
- acrylic?: boolean;
2671
- opacity?: number;
2672
- };
2673
- };
2674
- elevation?: number;
2675
- };
2676
- alterCase?: boolean;
2677
- text?: {
2678
- type: "text";
2679
- color?: {
2680
- colors: (string | {
2681
- colorType: "base" | "onBase" | "container" | "onContainer";
2682
- toned?: boolean;
2683
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2684
- } | {
2685
- color: string | {
2686
- colorType: "base" | "onBase" | "container" | "onContainer";
2687
- toned?: boolean;
2688
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2689
- };
2690
- stop?: number;
2691
- })[];
2692
- acrylic?: boolean;
2693
- opacity?: number;
2694
- };
2695
- typography?: {
2696
- decoration?: string;
2697
- lg: {
2698
- weight: number;
2699
- size: number;
2700
- lineHeight: number;
2701
- };
2702
- md?: {
2703
- weight: number;
2704
- size: number;
2705
- lineHeight: number;
2706
- };
2707
- sm?: {
2708
- weight: number;
2709
- size: number;
2710
- lineHeight: number;
2711
- };
2712
- } | {
2713
- type: "title" | "text" | "navigation";
2714
- size: "xs" | "s" | "m" | "l" | "xl";
2715
- };
2716
- };
2717
- icon?: {
2718
- type: "icon";
2719
- color?: {
2720
- colors: (string | {
2721
- colorType: "base" | "onBase" | "container" | "onContainer";
2722
- toned?: boolean;
2723
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2724
- } | {
2725
- color: string | {
2726
- colorType: "base" | "onBase" | "container" | "onContainer";
2727
- toned?: boolean;
2728
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2729
- };
2730
- stop?: number;
2731
- })[];
2732
- acrylic?: boolean;
2733
- opacity?: number;
2734
- };
2735
- size?: number;
2736
- };
2737
- };
2738
- link?: {
1935
+ link?: {
2739
1936
  type: "button";
2740
1937
  padding?: {
2741
1938
  top?: import("@omnia/fx-models").SpacingValue;
@@ -4038,6 +3235,813 @@ export declare const useTypographyBlueprintStore: () => {
4038
3235
  };
4039
3236
  };
4040
3237
  };
3238
+ blocks?: {
3239
+ primary: {
3240
+ name?: string;
3241
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3242
+ header: {
3243
+ definitionId: {
3244
+ toString: () => string;
3245
+ equals?: {
3246
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
3247
+ };
3248
+ };
3249
+ definition?: {
3250
+ type: "velcron";
3251
+ version?: string;
3252
+ name?: string;
3253
+ body?: {
3254
+ body?: any[];
3255
+ style?: {
3256
+ margin?: number;
3257
+ marginTop?: number;
3258
+ marginRight?: number;
3259
+ marginBottom?: number;
3260
+ marginLeft?: number;
3261
+ padding?: number;
3262
+ paddingTop?: number;
3263
+ paddingRight?: number;
3264
+ paddingBottom?: number;
3265
+ paddingLeft?: number;
3266
+ height?: string | number;
3267
+ width?: string | number;
3268
+ };
3269
+ foreach?: string;
3270
+ if?: string;
3271
+ events?: import("@omnia/fx-models").VelcronEvent;
3272
+ type: string;
3273
+ name?: string;
3274
+ key?: string;
3275
+ margin?: {
3276
+ top?: string | number;
3277
+ right?: string | number;
3278
+ bottom?: string | number;
3279
+ left?: string | number;
3280
+ };
3281
+ padding?: {
3282
+ top?: string | number;
3283
+ right?: string | number;
3284
+ bottom?: string | number;
3285
+ left?: string | number;
3286
+ };
3287
+ }[];
3288
+ events?: {
3289
+ onLoaded?: string[];
3290
+ onEditMode?: string[];
3291
+ onSaved?: string[];
3292
+ };
3293
+ actions?: {
3294
+ [name: string]: string[];
3295
+ };
3296
+ components?: {
3297
+ type: string;
3298
+ events?: any;
3299
+ properties?: {
3300
+ [name: string]: any;
3301
+ };
3302
+ icon?: any;
3303
+ body?: {
3304
+ body?: any[];
3305
+ style?: {
3306
+ margin?: number;
3307
+ marginTop?: number;
3308
+ marginRight?: number;
3309
+ marginBottom?: number;
3310
+ marginLeft?: number;
3311
+ padding?: number;
3312
+ paddingTop?: number;
3313
+ paddingRight?: number;
3314
+ paddingBottom?: number;
3315
+ paddingLeft?: number;
3316
+ height?: string | number;
3317
+ width?: string | number;
3318
+ };
3319
+ foreach?: string;
3320
+ if?: string;
3321
+ events?: import("@omnia/fx-models").VelcronEvent;
3322
+ type: string;
3323
+ name?: string;
3324
+ key?: string;
3325
+ margin?: {
3326
+ top?: string | number;
3327
+ right?: string | number;
3328
+ bottom?: string | number;
3329
+ left?: string | number;
3330
+ };
3331
+ padding?: {
3332
+ top?: string | number;
3333
+ right?: string | number;
3334
+ bottom?: string | number;
3335
+ left?: string | number;
3336
+ };
3337
+ }[];
3338
+ style?: {
3339
+ margin?: number;
3340
+ marginTop?: number;
3341
+ marginRight?: number;
3342
+ marginBottom?: number;
3343
+ marginLeft?: number;
3344
+ padding?: number;
3345
+ paddingTop?: number;
3346
+ paddingRight?: number;
3347
+ paddingBottom?: number;
3348
+ paddingLeft?: number;
3349
+ height?: string | number;
3350
+ width?: string | number;
3351
+ };
3352
+ foreach?: string;
3353
+ if?: string;
3354
+ name?: string;
3355
+ key?: string;
3356
+ margin?: {
3357
+ top?: string | number;
3358
+ right?: string | number;
3359
+ bottom?: string | number;
3360
+ left?: string | number;
3361
+ };
3362
+ padding?: {
3363
+ top?: string | number;
3364
+ right?: string | number;
3365
+ bottom?: string | number;
3366
+ left?: string | number;
3367
+ };
3368
+ }[];
3369
+ propEditors?: {
3370
+ name?: string;
3371
+ category?: string;
3372
+ type: string;
3373
+ settings?: any;
3374
+ stateMapping?: string;
3375
+ propertyMapping?: boolean;
3376
+ multiple?: boolean;
3377
+ component?: unknown;
3378
+ }[];
3379
+ state?: object;
3380
+ computed?: {
3381
+ [name: string]: string[];
3382
+ };
3383
+ key?: string;
3384
+ };
3385
+ };
3386
+ styles: {
3387
+ background?: {
3388
+ fill?: {
3389
+ colors: (string | {
3390
+ colorType: "base" | "onBase" | "container" | "onContainer";
3391
+ toned?: boolean;
3392
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3393
+ } | {
3394
+ color: string | {
3395
+ colorType: "base" | "onBase" | "container" | "onContainer";
3396
+ toned?: boolean;
3397
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3398
+ };
3399
+ stop?: number;
3400
+ })[];
3401
+ acrylic?: boolean;
3402
+ opacity?: number;
3403
+ };
3404
+ border?: {
3405
+ radius?: {
3406
+ top?: import("@omnia/fx-models").SpacingValue;
3407
+ right?: import("@omnia/fx-models").SpacingValue;
3408
+ bottom?: import("@omnia/fx-models").SpacingValue;
3409
+ left?: import("@omnia/fx-models").SpacingValue;
3410
+ };
3411
+ width?: {
3412
+ top?: import("@omnia/fx-models").SpacingValue;
3413
+ right?: import("@omnia/fx-models").SpacingValue;
3414
+ bottom?: import("@omnia/fx-models").SpacingValue;
3415
+ left?: import("@omnia/fx-models").SpacingValue;
3416
+ };
3417
+ fill?: {
3418
+ colors: (string | {
3419
+ colorType: "base" | "onBase" | "container" | "onContainer";
3420
+ toned?: boolean;
3421
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3422
+ } | {
3423
+ color: string | any;
3424
+ stop?: number;
3425
+ })[];
3426
+ acrylic?: boolean;
3427
+ opacity?: number;
3428
+ };
3429
+ };
3430
+ elevation?: number;
3431
+ };
3432
+ spacing?: {
3433
+ top?: import("@omnia/fx-models").SpacingValue;
3434
+ right?: import("@omnia/fx-models").SpacingValue;
3435
+ bottom?: import("@omnia/fx-models").SpacingValue;
3436
+ left?: import("@omnia/fx-models").SpacingValue;
3437
+ };
3438
+ };
3439
+ };
3440
+ variant1?: {
3441
+ name?: string;
3442
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3443
+ header: {
3444
+ definitionId: {
3445
+ toString: () => string;
3446
+ equals?: {
3447
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
3448
+ };
3449
+ };
3450
+ definition?: {
3451
+ type: "velcron";
3452
+ version?: string;
3453
+ name?: string;
3454
+ body?: {
3455
+ body?: any[];
3456
+ style?: {
3457
+ margin?: number;
3458
+ marginTop?: number;
3459
+ marginRight?: number;
3460
+ marginBottom?: number;
3461
+ marginLeft?: number;
3462
+ padding?: number;
3463
+ paddingTop?: number;
3464
+ paddingRight?: number;
3465
+ paddingBottom?: number;
3466
+ paddingLeft?: number;
3467
+ height?: string | number;
3468
+ width?: string | number;
3469
+ };
3470
+ foreach?: string;
3471
+ if?: string;
3472
+ events?: import("@omnia/fx-models").VelcronEvent;
3473
+ type: string;
3474
+ name?: string;
3475
+ key?: string;
3476
+ margin?: {
3477
+ top?: string | number;
3478
+ right?: string | number;
3479
+ bottom?: string | number;
3480
+ left?: string | number;
3481
+ };
3482
+ padding?: {
3483
+ top?: string | number;
3484
+ right?: string | number;
3485
+ bottom?: string | number;
3486
+ left?: string | number;
3487
+ };
3488
+ }[];
3489
+ events?: {
3490
+ onLoaded?: string[];
3491
+ onEditMode?: string[];
3492
+ onSaved?: string[];
3493
+ };
3494
+ actions?: {
3495
+ [name: string]: string[];
3496
+ };
3497
+ components?: {
3498
+ type: string;
3499
+ events?: any;
3500
+ properties?: {
3501
+ [name: string]: any;
3502
+ };
3503
+ icon?: any;
3504
+ body?: {
3505
+ body?: any[];
3506
+ style?: {
3507
+ margin?: number;
3508
+ marginTop?: number;
3509
+ marginRight?: number;
3510
+ marginBottom?: number;
3511
+ marginLeft?: number;
3512
+ padding?: number;
3513
+ paddingTop?: number;
3514
+ paddingRight?: number;
3515
+ paddingBottom?: number;
3516
+ paddingLeft?: number;
3517
+ height?: string | number;
3518
+ width?: string | number;
3519
+ };
3520
+ foreach?: string;
3521
+ if?: string;
3522
+ events?: import("@omnia/fx-models").VelcronEvent;
3523
+ type: string;
3524
+ name?: string;
3525
+ key?: string;
3526
+ margin?: {
3527
+ top?: string | number;
3528
+ right?: string | number;
3529
+ bottom?: string | number;
3530
+ left?: string | number;
3531
+ };
3532
+ padding?: {
3533
+ top?: string | number;
3534
+ right?: string | number;
3535
+ bottom?: string | number;
3536
+ left?: string | number;
3537
+ };
3538
+ }[];
3539
+ style?: {
3540
+ margin?: number;
3541
+ marginTop?: number;
3542
+ marginRight?: number;
3543
+ marginBottom?: number;
3544
+ marginLeft?: number;
3545
+ padding?: number;
3546
+ paddingTop?: number;
3547
+ paddingRight?: number;
3548
+ paddingBottom?: number;
3549
+ paddingLeft?: number;
3550
+ height?: string | number;
3551
+ width?: string | number;
3552
+ };
3553
+ foreach?: string;
3554
+ if?: string;
3555
+ name?: string;
3556
+ key?: string;
3557
+ margin?: {
3558
+ top?: string | number;
3559
+ right?: string | number;
3560
+ bottom?: string | number;
3561
+ left?: string | number;
3562
+ };
3563
+ padding?: {
3564
+ top?: string | number;
3565
+ right?: string | number;
3566
+ bottom?: string | number;
3567
+ left?: string | number;
3568
+ };
3569
+ }[];
3570
+ propEditors?: {
3571
+ name?: string;
3572
+ category?: string;
3573
+ type: string;
3574
+ settings?: any;
3575
+ stateMapping?: string;
3576
+ propertyMapping?: boolean;
3577
+ multiple?: boolean;
3578
+ component?: unknown;
3579
+ }[];
3580
+ state?: object;
3581
+ computed?: {
3582
+ [name: string]: string[];
3583
+ };
3584
+ key?: string;
3585
+ };
3586
+ };
3587
+ styles: {
3588
+ background?: {
3589
+ fill?: {
3590
+ colors: (string | {
3591
+ colorType: "base" | "onBase" | "container" | "onContainer";
3592
+ toned?: boolean;
3593
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3594
+ } | {
3595
+ color: string | {
3596
+ colorType: "base" | "onBase" | "container" | "onContainer";
3597
+ toned?: boolean;
3598
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3599
+ };
3600
+ stop?: number;
3601
+ })[];
3602
+ acrylic?: boolean;
3603
+ opacity?: number;
3604
+ };
3605
+ border?: {
3606
+ radius?: {
3607
+ top?: import("@omnia/fx-models").SpacingValue;
3608
+ right?: import("@omnia/fx-models").SpacingValue;
3609
+ bottom?: import("@omnia/fx-models").SpacingValue;
3610
+ left?: import("@omnia/fx-models").SpacingValue;
3611
+ };
3612
+ width?: {
3613
+ top?: import("@omnia/fx-models").SpacingValue;
3614
+ right?: import("@omnia/fx-models").SpacingValue;
3615
+ bottom?: import("@omnia/fx-models").SpacingValue;
3616
+ left?: import("@omnia/fx-models").SpacingValue;
3617
+ };
3618
+ fill?: {
3619
+ colors: (string | {
3620
+ colorType: "base" | "onBase" | "container" | "onContainer";
3621
+ toned?: boolean;
3622
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3623
+ } | {
3624
+ color: string | any;
3625
+ stop?: number;
3626
+ })[];
3627
+ acrylic?: boolean;
3628
+ opacity?: number;
3629
+ };
3630
+ };
3631
+ elevation?: number;
3632
+ };
3633
+ spacing?: {
3634
+ top?: import("@omnia/fx-models").SpacingValue;
3635
+ right?: import("@omnia/fx-models").SpacingValue;
3636
+ bottom?: import("@omnia/fx-models").SpacingValue;
3637
+ left?: import("@omnia/fx-models").SpacingValue;
3638
+ };
3639
+ };
3640
+ };
3641
+ variant2?: {
3642
+ name?: string;
3643
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3644
+ header: {
3645
+ definitionId: {
3646
+ toString: () => string;
3647
+ equals?: {
3648
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
3649
+ };
3650
+ };
3651
+ definition?: {
3652
+ type: "velcron";
3653
+ version?: string;
3654
+ name?: string;
3655
+ body?: {
3656
+ body?: any[];
3657
+ style?: {
3658
+ margin?: number;
3659
+ marginTop?: number;
3660
+ marginRight?: number;
3661
+ marginBottom?: number;
3662
+ marginLeft?: number;
3663
+ padding?: number;
3664
+ paddingTop?: number;
3665
+ paddingRight?: number;
3666
+ paddingBottom?: number;
3667
+ paddingLeft?: number;
3668
+ height?: string | number;
3669
+ width?: string | number;
3670
+ };
3671
+ foreach?: string;
3672
+ if?: string;
3673
+ events?: import("@omnia/fx-models").VelcronEvent;
3674
+ type: string;
3675
+ name?: string;
3676
+ key?: string;
3677
+ margin?: {
3678
+ top?: string | number;
3679
+ right?: string | number;
3680
+ bottom?: string | number;
3681
+ left?: string | number;
3682
+ };
3683
+ padding?: {
3684
+ top?: string | number;
3685
+ right?: string | number;
3686
+ bottom?: string | number;
3687
+ left?: string | number;
3688
+ };
3689
+ }[];
3690
+ events?: {
3691
+ onLoaded?: string[];
3692
+ onEditMode?: string[];
3693
+ onSaved?: string[];
3694
+ };
3695
+ actions?: {
3696
+ [name: string]: string[];
3697
+ };
3698
+ components?: {
3699
+ type: string;
3700
+ events?: any;
3701
+ properties?: {
3702
+ [name: string]: any;
3703
+ };
3704
+ icon?: any;
3705
+ body?: {
3706
+ body?: any[];
3707
+ style?: {
3708
+ margin?: number;
3709
+ marginTop?: number;
3710
+ marginRight?: number;
3711
+ marginBottom?: number;
3712
+ marginLeft?: number;
3713
+ padding?: number;
3714
+ paddingTop?: number;
3715
+ paddingRight?: number;
3716
+ paddingBottom?: number;
3717
+ paddingLeft?: number;
3718
+ height?: string | number;
3719
+ width?: string | number;
3720
+ };
3721
+ foreach?: string;
3722
+ if?: string;
3723
+ events?: import("@omnia/fx-models").VelcronEvent;
3724
+ type: string;
3725
+ name?: string;
3726
+ key?: string;
3727
+ margin?: {
3728
+ top?: string | number;
3729
+ right?: string | number;
3730
+ bottom?: string | number;
3731
+ left?: string | number;
3732
+ };
3733
+ padding?: {
3734
+ top?: string | number;
3735
+ right?: string | number;
3736
+ bottom?: string | number;
3737
+ left?: string | number;
3738
+ };
3739
+ }[];
3740
+ style?: {
3741
+ margin?: number;
3742
+ marginTop?: number;
3743
+ marginRight?: number;
3744
+ marginBottom?: number;
3745
+ marginLeft?: number;
3746
+ padding?: number;
3747
+ paddingTop?: number;
3748
+ paddingRight?: number;
3749
+ paddingBottom?: number;
3750
+ paddingLeft?: number;
3751
+ height?: string | number;
3752
+ width?: string | number;
3753
+ };
3754
+ foreach?: string;
3755
+ if?: string;
3756
+ name?: string;
3757
+ key?: string;
3758
+ margin?: {
3759
+ top?: string | number;
3760
+ right?: string | number;
3761
+ bottom?: string | number;
3762
+ left?: string | number;
3763
+ };
3764
+ padding?: {
3765
+ top?: string | number;
3766
+ right?: string | number;
3767
+ bottom?: string | number;
3768
+ left?: string | number;
3769
+ };
3770
+ }[];
3771
+ propEditors?: {
3772
+ name?: string;
3773
+ category?: string;
3774
+ type: string;
3775
+ settings?: any;
3776
+ stateMapping?: string;
3777
+ propertyMapping?: boolean;
3778
+ multiple?: boolean;
3779
+ component?: unknown;
3780
+ }[];
3781
+ state?: object;
3782
+ computed?: {
3783
+ [name: string]: string[];
3784
+ };
3785
+ key?: string;
3786
+ };
3787
+ };
3788
+ styles: {
3789
+ background?: {
3790
+ fill?: {
3791
+ colors: (string | {
3792
+ colorType: "base" | "onBase" | "container" | "onContainer";
3793
+ toned?: boolean;
3794
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3795
+ } | {
3796
+ color: string | {
3797
+ colorType: "base" | "onBase" | "container" | "onContainer";
3798
+ toned?: boolean;
3799
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3800
+ };
3801
+ stop?: number;
3802
+ })[];
3803
+ acrylic?: boolean;
3804
+ opacity?: number;
3805
+ };
3806
+ border?: {
3807
+ radius?: {
3808
+ top?: import("@omnia/fx-models").SpacingValue;
3809
+ right?: import("@omnia/fx-models").SpacingValue;
3810
+ bottom?: import("@omnia/fx-models").SpacingValue;
3811
+ left?: import("@omnia/fx-models").SpacingValue;
3812
+ };
3813
+ width?: {
3814
+ top?: import("@omnia/fx-models").SpacingValue;
3815
+ right?: import("@omnia/fx-models").SpacingValue;
3816
+ bottom?: import("@omnia/fx-models").SpacingValue;
3817
+ left?: import("@omnia/fx-models").SpacingValue;
3818
+ };
3819
+ fill?: {
3820
+ colors: (string | {
3821
+ colorType: "base" | "onBase" | "container" | "onContainer";
3822
+ toned?: boolean;
3823
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3824
+ } | {
3825
+ color: string | any;
3826
+ stop?: number;
3827
+ })[];
3828
+ acrylic?: boolean;
3829
+ opacity?: number;
3830
+ };
3831
+ };
3832
+ elevation?: number;
3833
+ };
3834
+ spacing?: {
3835
+ top?: import("@omnia/fx-models").SpacingValue;
3836
+ right?: import("@omnia/fx-models").SpacingValue;
3837
+ bottom?: import("@omnia/fx-models").SpacingValue;
3838
+ left?: import("@omnia/fx-models").SpacingValue;
3839
+ };
3840
+ };
3841
+ };
3842
+ variant3?: {
3843
+ name?: string;
3844
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3845
+ header: {
3846
+ definitionId: {
3847
+ toString: () => string;
3848
+ equals?: {
3849
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
3850
+ };
3851
+ };
3852
+ definition?: {
3853
+ type: "velcron";
3854
+ version?: string;
3855
+ name?: string;
3856
+ body?: {
3857
+ body?: any[];
3858
+ style?: {
3859
+ margin?: number;
3860
+ marginTop?: number;
3861
+ marginRight?: number;
3862
+ marginBottom?: number;
3863
+ marginLeft?: number;
3864
+ padding?: number;
3865
+ paddingTop?: number;
3866
+ paddingRight?: number;
3867
+ paddingBottom?: number;
3868
+ paddingLeft?: number;
3869
+ height?: string | number;
3870
+ width?: string | number;
3871
+ };
3872
+ foreach?: string;
3873
+ if?: string;
3874
+ events?: import("@omnia/fx-models").VelcronEvent;
3875
+ type: string;
3876
+ name?: string;
3877
+ key?: string;
3878
+ margin?: {
3879
+ top?: string | number;
3880
+ right?: string | number;
3881
+ bottom?: string | number;
3882
+ left?: string | number;
3883
+ };
3884
+ padding?: {
3885
+ top?: string | number;
3886
+ right?: string | number;
3887
+ bottom?: string | number;
3888
+ left?: string | number;
3889
+ };
3890
+ }[];
3891
+ events?: {
3892
+ onLoaded?: string[];
3893
+ onEditMode?: string[];
3894
+ onSaved?: string[];
3895
+ };
3896
+ actions?: {
3897
+ [name: string]: string[];
3898
+ };
3899
+ components?: {
3900
+ type: string;
3901
+ events?: any;
3902
+ properties?: {
3903
+ [name: string]: any;
3904
+ };
3905
+ icon?: any;
3906
+ body?: {
3907
+ body?: any[];
3908
+ style?: {
3909
+ margin?: number;
3910
+ marginTop?: number;
3911
+ marginRight?: number;
3912
+ marginBottom?: number;
3913
+ marginLeft?: number;
3914
+ padding?: number;
3915
+ paddingTop?: number;
3916
+ paddingRight?: number;
3917
+ paddingBottom?: number;
3918
+ paddingLeft?: number;
3919
+ height?: string | number;
3920
+ width?: string | number;
3921
+ };
3922
+ foreach?: string;
3923
+ if?: string;
3924
+ events?: import("@omnia/fx-models").VelcronEvent;
3925
+ type: string;
3926
+ name?: string;
3927
+ key?: string;
3928
+ margin?: {
3929
+ top?: string | number;
3930
+ right?: string | number;
3931
+ bottom?: string | number;
3932
+ left?: string | number;
3933
+ };
3934
+ padding?: {
3935
+ top?: string | number;
3936
+ right?: string | number;
3937
+ bottom?: string | number;
3938
+ left?: string | number;
3939
+ };
3940
+ }[];
3941
+ style?: {
3942
+ margin?: number;
3943
+ marginTop?: number;
3944
+ marginRight?: number;
3945
+ marginBottom?: number;
3946
+ marginLeft?: number;
3947
+ padding?: number;
3948
+ paddingTop?: number;
3949
+ paddingRight?: number;
3950
+ paddingBottom?: number;
3951
+ paddingLeft?: number;
3952
+ height?: string | number;
3953
+ width?: string | number;
3954
+ };
3955
+ foreach?: string;
3956
+ if?: string;
3957
+ name?: string;
3958
+ key?: string;
3959
+ margin?: {
3960
+ top?: string | number;
3961
+ right?: string | number;
3962
+ bottom?: string | number;
3963
+ left?: string | number;
3964
+ };
3965
+ padding?: {
3966
+ top?: string | number;
3967
+ right?: string | number;
3968
+ bottom?: string | number;
3969
+ left?: string | number;
3970
+ };
3971
+ }[];
3972
+ propEditors?: {
3973
+ name?: string;
3974
+ category?: string;
3975
+ type: string;
3976
+ settings?: any;
3977
+ stateMapping?: string;
3978
+ propertyMapping?: boolean;
3979
+ multiple?: boolean;
3980
+ component?: unknown;
3981
+ }[];
3982
+ state?: object;
3983
+ computed?: {
3984
+ [name: string]: string[];
3985
+ };
3986
+ key?: string;
3987
+ };
3988
+ };
3989
+ styles: {
3990
+ background?: {
3991
+ fill?: {
3992
+ colors: (string | {
3993
+ colorType: "base" | "onBase" | "container" | "onContainer";
3994
+ toned?: boolean;
3995
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3996
+ } | {
3997
+ color: string | {
3998
+ colorType: "base" | "onBase" | "container" | "onContainer";
3999
+ toned?: boolean;
4000
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
4001
+ };
4002
+ stop?: number;
4003
+ })[];
4004
+ acrylic?: boolean;
4005
+ opacity?: number;
4006
+ };
4007
+ border?: {
4008
+ radius?: {
4009
+ top?: import("@omnia/fx-models").SpacingValue;
4010
+ right?: import("@omnia/fx-models").SpacingValue;
4011
+ bottom?: import("@omnia/fx-models").SpacingValue;
4012
+ left?: import("@omnia/fx-models").SpacingValue;
4013
+ };
4014
+ width?: {
4015
+ top?: import("@omnia/fx-models").SpacingValue;
4016
+ right?: import("@omnia/fx-models").SpacingValue;
4017
+ bottom?: import("@omnia/fx-models").SpacingValue;
4018
+ left?: import("@omnia/fx-models").SpacingValue;
4019
+ };
4020
+ fill?: {
4021
+ colors: (string | {
4022
+ colorType: "base" | "onBase" | "container" | "onContainer";
4023
+ toned?: boolean;
4024
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
4025
+ } | {
4026
+ color: string | any;
4027
+ stop?: number;
4028
+ })[];
4029
+ acrylic?: boolean;
4030
+ opacity?: number;
4031
+ };
4032
+ };
4033
+ elevation?: number;
4034
+ };
4035
+ spacing?: {
4036
+ top?: import("@omnia/fx-models").SpacingValue;
4037
+ right?: import("@omnia/fx-models").SpacingValue;
4038
+ bottom?: import("@omnia/fx-models").SpacingValue;
4039
+ left?: import("@omnia/fx-models").SpacingValue;
4040
+ };
4041
+ };
4042
+ };
4043
+ name?: string;
4044
+ };
4041
4045
  name?: string;
4042
4046
  };
4043
4047
  };
@@ -4070,16 +4074,15 @@ export declare const useTypographyBlueprintStore: () => {
4070
4074
  setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
4071
4075
  };
4072
4076
  get: {
4073
- colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
4077
+ colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
4074
4078
  typography: () => import("@omnia/fx-models").TypographyBlueprints;
4075
4079
  spacing: () => import("@omnia/fx-models").SpacingBlueprints;
4076
- chrome: () => import("@omnia/fx-models").ChromeBlueprints;
4077
4080
  component: () => import("@omnia/fx-models").ComponentBlueprints;
4078
- color: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
4079
- colorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
4081
+ color: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
4082
+ colorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
4080
4083
  complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
4081
- complementaryColor: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
4082
- complementaryColorDefinition: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
4084
+ complementaryColor: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
4085
+ complementaryColorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
4083
4086
  currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
4084
4087
  };
4085
4088
  };