@omnia/fx 8.0.129-dev → 8.0.130-dev

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