@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
@@ -10,7 +10,7 @@ declare const _default: {
10
10
  onContainer: ColorDefinition;
11
11
  isContainer: boolean;
12
12
  name: string;
13
- colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
13
+ colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
14
14
  id: import("@omnia/fx-models").GuidValue;
15
15
  };
16
16
  events: {
@@ -20,13 +20,13 @@ declare const _default: {
20
20
  onMutatedOnContainer: import("../../..").MessageBusExposeOnlySubscription<ColorDefinition>;
21
21
  onMutatedIsContainer: import("../../..").MessageBusExposeOnlySubscription<boolean>;
22
22
  onMutatedName: import("../../..").MessageBusExposeOnlySubscription<string>;
23
- onMutatedColorSchemaType: import("../../..").MessageBusExposeOnlySubscription<"info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
23
+ onMutatedColorSchemaType: import("../../..").MessageBusExposeOnlySubscription<"info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
24
24
  onMutatedId: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
25
25
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
26
26
  actions: {
27
27
  onDispatching: {
28
28
  setColorSchema: {
29
- subscribe(fn: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
29
+ subscribe(fn: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
30
30
  };
31
31
  setCustomColorSchema: {
32
32
  subscribe(fn: (colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -62,16 +62,15 @@ declare const _default: {
62
62
  setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
63
63
  };
64
64
  get: {
65
- colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
65
+ colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
66
66
  typography(): import("@omnia/fx-models").TypographyBlueprints;
67
67
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
68
- chrome(): import("@omnia/fx-models").ChromeBlueprints;
69
68
  component(): import("@omnia/fx-models").ComponentBlueprints;
70
- 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;
71
- 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): ColorDefinition;
69
+ 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;
70
+ 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): ColorDefinition;
72
71
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
73
- 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;
74
- 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): ColorDefinition;
72
+ 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;
73
+ 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): ColorDefinition;
75
74
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
76
75
  };
77
76
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -79,7 +78,7 @@ declare const _default: {
79
78
  };
80
79
  onDispatched: {
81
80
  setColorSchema: {
82
- subscribe(fn: (result: void, colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
81
+ subscribe(fn: (result: void, colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
83
82
  };
84
83
  setCustomColorSchema: {
85
84
  subscribe(fn: (result: void, colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -115,16 +114,15 @@ declare const _default: {
115
114
  setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
116
115
  };
117
116
  get: {
118
- colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
117
+ colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
119
118
  typography(): import("@omnia/fx-models").TypographyBlueprints;
120
119
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
121
- chrome(): import("@omnia/fx-models").ChromeBlueprints;
122
120
  component(): import("@omnia/fx-models").ComponentBlueprints;
123
- 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;
124
- 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): ColorDefinition;
121
+ 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;
122
+ 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): ColorDefinition;
125
123
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
126
- 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;
127
- 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): ColorDefinition;
124
+ 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;
125
+ 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): ColorDefinition;
128
126
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
129
127
  };
130
128
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -132,7 +130,7 @@ declare const _default: {
132
130
  };
133
131
  onFailure: {
134
132
  setColorSchema: {
135
- subscribe(fn: (failureReason: any, colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
133
+ subscribe(fn: (failureReason: any, colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
136
134
  };
137
135
  setCustomColorSchema: {
138
136
  subscribe(fn: (failureReason: any, colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -168,23 +166,22 @@ declare const _default: {
168
166
  setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
169
167
  };
170
168
  get: {
171
- colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
169
+ colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
172
170
  typography(): import("@omnia/fx-models").TypographyBlueprints;
173
171
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
174
- chrome(): import("@omnia/fx-models").ChromeBlueprints;
175
172
  component(): import("@omnia/fx-models").ComponentBlueprints;
176
- 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;
177
- 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): ColorDefinition;
173
+ 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;
174
+ 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): ColorDefinition;
178
175
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
179
- 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;
180
- 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): ColorDefinition;
176
+ 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;
177
+ 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): ColorDefinition;
181
178
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
182
179
  };
183
180
  }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
184
181
  };
185
182
  };
186
183
  } & {
187
- setColorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", container?: boolean): void;
184
+ setColorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", container?: boolean): void;
188
185
  setCustomColorSchema(colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean): void;
189
186
  setColor(colorDefinition: ColorDefinition, colorType: import("@omnia/fx-models").ColorTypes): void;
190
187
  setThemeStore(themeStoreInstance: {
@@ -214,16 +211,15 @@ declare const _default: {
214
211
  setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
215
212
  };
216
213
  get: {
217
- colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
214
+ colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("@omnia/fx-models").ColorSchema;
218
215
  typography(): import("@omnia/fx-models").TypographyBlueprints;
219
216
  spacing(): import("@omnia/fx-models").SpacingBlueprints;
220
- chrome(): import("@omnia/fx-models").ChromeBlueprints;
221
217
  component(): import("@omnia/fx-models").ComponentBlueprints;
222
- 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;
223
- 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): ColorDefinition;
218
+ 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;
219
+ 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): ColorDefinition;
224
220
  complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
225
- 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;
226
- 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): ColorDefinition;
221
+ 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;
222
+ 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): ColorDefinition;
227
223
  currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
228
224
  };
229
225
  }): void;
@@ -449,6 +445,29 @@ declare const _default: {
449
445
  colorToned: string;
450
446
  };
451
447
  };
448
+ warning: {
449
+ name: string;
450
+ base: {
451
+ dark: boolean;
452
+ color: string;
453
+ colorToned: string;
454
+ };
455
+ onBase: {
456
+ dark: boolean;
457
+ color: string;
458
+ colorToned: string;
459
+ };
460
+ container: {
461
+ dark: boolean;
462
+ color: string;
463
+ colorToned: string;
464
+ };
465
+ onContainer: {
466
+ dark: boolean;
467
+ color: string;
468
+ colorToned: string;
469
+ };
470
+ };
452
471
  };
453
472
  typography: {
454
473
  primary: {
@@ -713,186 +732,66 @@ declare const _default: {
713
732
  };
714
733
  name?: string;
715
734
  };
716
- chrome: {
717
- primary: {
718
- name?: string;
719
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
720
- header: {
721
- definitionId: {
722
- toString: () => string;
723
- equals?: {
724
- guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
735
+ components: {
736
+ buttons?: {
737
+ text?: {
738
+ primary?: {
739
+ type: "button";
740
+ padding?: {
741
+ top?: import("@omnia/fx-models").SpacingValue;
742
+ right?: import("@omnia/fx-models").SpacingValue;
743
+ bottom?: import("@omnia/fx-models").SpacingValue;
744
+ left?: import("@omnia/fx-models").SpacingValue;
725
745
  };
726
- };
727
- definition?: {
728
- type: "velcron";
729
- version?: string;
730
- name?: string;
731
- body?: {
732
- body?: any[];
733
- style?: {
734
- margin?: number;
735
- marginTop?: number;
736
- marginRight?: number;
737
- marginBottom?: number;
738
- marginLeft?: number;
739
- padding?: number;
740
- paddingTop?: number;
741
- paddingRight?: number;
742
- paddingBottom?: number;
743
- paddingLeft?: number;
744
- height?: string | number;
745
- width?: string | number;
746
- };
747
- foreach?: string;
748
- if?: string;
749
- events?: import("@omnia/fx-models").VelcronEvent;
750
- type: string;
751
- name?: string;
752
- key?: string;
753
- margin?: {
754
- top?: string | number;
755
- right?: string | number;
756
- bottom?: string | number;
757
- left?: string | number;
758
- };
759
- padding?: {
760
- top?: string | number;
761
- right?: string | number;
762
- bottom?: string | number;
763
- left?: string | number;
764
- };
765
- }[];
766
- events?: {
767
- onLoaded?: string[];
768
- onEditMode?: string[];
769
- onSaved?: string[];
770
- };
771
- actions?: {
772
- [name: string]: string[];
773
- };
774
- components?: {
775
- type: string;
776
- events?: any;
777
- properties?: {
778
- [name: string]: any;
779
- };
780
- icon?: any;
781
- body?: {
782
- body?: any[];
783
- style?: {
784
- margin?: number;
785
- marginTop?: number;
786
- marginRight?: number;
787
- marginBottom?: number;
788
- marginLeft?: number;
789
- padding?: number;
790
- paddingTop?: number;
791
- paddingRight?: number;
792
- paddingBottom?: number;
793
- paddingLeft?: number;
794
- height?: string | number;
795
- width?: string | number;
796
- };
797
- foreach?: string;
798
- if?: string;
799
- events?: import("@omnia/fx-models").VelcronEvent;
800
- type: string;
801
- name?: string;
802
- key?: string;
803
- margin?: {
804
- top?: string | number;
805
- right?: string | number;
806
- bottom?: string | number;
807
- left?: string | number;
808
- };
809
- padding?: {
810
- top?: string | number;
811
- right?: string | number;
812
- bottom?: string | number;
813
- left?: string | number;
814
- };
815
- }[];
816
- style?: {
817
- margin?: number;
818
- marginTop?: number;
819
- marginRight?: number;
820
- marginBottom?: number;
821
- marginLeft?: number;
822
- padding?: number;
823
- paddingTop?: number;
824
- paddingRight?: number;
825
- paddingBottom?: number;
826
- paddingLeft?: number;
827
- height?: string | number;
828
- width?: string | number;
829
- };
830
- foreach?: string;
831
- if?: string;
832
- name?: string;
833
- key?: string;
834
- margin?: {
835
- top?: string | number;
836
- right?: string | number;
837
- bottom?: string | number;
838
- left?: string | number;
839
- };
840
- padding?: {
841
- top?: string | number;
842
- right?: string | number;
843
- bottom?: string | number;
844
- left?: string | number;
845
- };
846
- }[];
847
- propEditors?: {
848
- name?: string;
849
- category?: string;
850
- type: string;
851
- settings?: any;
852
- stateMapping?: string;
853
- propertyMapping?: boolean;
854
- multiple?: boolean;
855
- component?: unknown;
856
- }[];
857
- state?: object;
858
- computed?: {
859
- [name: string]: string[];
860
- };
861
- key?: string;
862
- };
863
- };
864
- styles: {
865
- background?: {
866
- fill?: {
867
- colors: (string | {
868
- colorType: "base" | "onBase" | "container" | "onContainer";
869
- toned?: boolean;
870
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
871
- } | {
872
- color: string | {
746
+ background?: {
747
+ fill?: {
748
+ colors: (string | {
873
749
  colorType: "base" | "onBase" | "container" | "onContainer";
874
750
  toned?: boolean;
875
751
  colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
876
- };
877
- stop?: number;
878
- })[];
879
- acrylic?: boolean;
880
- opacity?: number;
881
- };
882
- border?: {
883
- radius?: {
884
- top?: import("@omnia/fx-models").SpacingValue;
885
- right?: import("@omnia/fx-models").SpacingValue;
886
- bottom?: import("@omnia/fx-models").SpacingValue;
887
- left?: import("@omnia/fx-models").SpacingValue;
752
+ } | {
753
+ color: string | {
754
+ colorType: "base" | "onBase" | "container" | "onContainer";
755
+ toned?: boolean;
756
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
757
+ };
758
+ stop?: number;
759
+ })[];
760
+ acrylic?: boolean;
761
+ opacity?: number;
888
762
  };
889
- width?: {
890
- top?: import("@omnia/fx-models").SpacingValue;
891
- right?: import("@omnia/fx-models").SpacingValue;
892
- bottom?: import("@omnia/fx-models").SpacingValue;
893
- left?: import("@omnia/fx-models").SpacingValue;
763
+ border?: {
764
+ radius?: {
765
+ top?: import("@omnia/fx-models").SpacingValue;
766
+ right?: import("@omnia/fx-models").SpacingValue;
767
+ bottom?: import("@omnia/fx-models").SpacingValue;
768
+ left?: import("@omnia/fx-models").SpacingValue;
769
+ };
770
+ width?: {
771
+ top?: import("@omnia/fx-models").SpacingValue;
772
+ right?: import("@omnia/fx-models").SpacingValue;
773
+ bottom?: import("@omnia/fx-models").SpacingValue;
774
+ left?: import("@omnia/fx-models").SpacingValue;
775
+ };
776
+ fill?: {
777
+ colors: (string | {
778
+ colorType: "base" | "onBase" | "container" | "onContainer";
779
+ toned?: boolean;
780
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
781
+ } | {
782
+ color: string | any;
783
+ stop?: number;
784
+ })[];
785
+ acrylic?: boolean;
786
+ opacity?: number;
787
+ };
894
788
  };
895
- fill?: {
789
+ elevation?: number;
790
+ };
791
+ alterCase?: boolean;
792
+ text?: {
793
+ type: "text";
794
+ color?: {
896
795
  colors: (string | {
897
796
  colorType: "base" | "onBase" | "container" | "onContainer";
898
797
  toned?: boolean;
@@ -908,196 +807,31 @@ declare const _default: {
908
807
  acrylic?: boolean;
909
808
  opacity?: number;
910
809
  };
911
- };
912
- elevation?: number;
913
- };
914
- spacing?: {
915
- top?: import("@omnia/fx-models").SpacingValue;
916
- right?: import("@omnia/fx-models").SpacingValue;
917
- bottom?: import("@omnia/fx-models").SpacingValue;
918
- left?: import("@omnia/fx-models").SpacingValue;
919
- };
920
- };
921
- };
922
- variant1?: {
923
- name?: string;
924
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
925
- header: {
926
- definitionId: {
927
- toString: () => string;
928
- equals?: {
929
- guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
930
- };
931
- };
932
- definition?: {
933
- type: "velcron";
934
- version?: string;
935
- name?: string;
936
- body?: {
937
- body?: any[];
938
- style?: {
939
- margin?: number;
940
- marginTop?: number;
941
- marginRight?: number;
942
- marginBottom?: number;
943
- marginLeft?: number;
944
- padding?: number;
945
- paddingTop?: number;
946
- paddingRight?: number;
947
- paddingBottom?: number;
948
- paddingLeft?: number;
949
- height?: string | number;
950
- width?: string | number;
951
- };
952
- foreach?: string;
953
- if?: string;
954
- events?: import("@omnia/fx-models").VelcronEvent;
955
- type: string;
956
- name?: string;
957
- key?: string;
958
- margin?: {
959
- top?: string | number;
960
- right?: string | number;
961
- bottom?: string | number;
962
- left?: string | number;
963
- };
964
- padding?: {
965
- top?: string | number;
966
- right?: string | number;
967
- bottom?: string | number;
968
- left?: string | number;
969
- };
970
- }[];
971
- events?: {
972
- onLoaded?: string[];
973
- onEditMode?: string[];
974
- onSaved?: string[];
975
- };
976
- actions?: {
977
- [name: string]: string[];
978
- };
979
- components?: {
980
- type: string;
981
- events?: any;
982
- properties?: {
983
- [name: string]: any;
984
- };
985
- icon?: any;
986
- body?: {
987
- body?: any[];
988
- style?: {
989
- margin?: number;
990
- marginTop?: number;
991
- marginRight?: number;
992
- marginBottom?: number;
993
- marginLeft?: number;
994
- padding?: number;
995
- paddingTop?: number;
996
- paddingRight?: number;
997
- paddingBottom?: number;
998
- paddingLeft?: number;
999
- height?: string | number;
1000
- width?: string | number;
810
+ typography?: {
811
+ decoration?: string;
812
+ lg: {
813
+ weight: number;
814
+ size: number;
815
+ lineHeight: number;
1001
816
  };
1002
- foreach?: string;
1003
- if?: string;
1004
- events?: import("@omnia/fx-models").VelcronEvent;
1005
- type: string;
1006
- name?: string;
1007
- key?: string;
1008
- margin?: {
1009
- top?: string | number;
1010
- right?: string | number;
1011
- bottom?: string | number;
1012
- left?: string | number;
817
+ md?: {
818
+ weight: number;
819
+ size: number;
820
+ lineHeight: number;
1013
821
  };
1014
- padding?: {
1015
- top?: string | number;
1016
- right?: string | number;
1017
- bottom?: string | number;
1018
- left?: string | number;
822
+ sm?: {
823
+ weight: number;
824
+ size: number;
825
+ lineHeight: number;
1019
826
  };
1020
- }[];
1021
- style?: {
1022
- margin?: number;
1023
- marginTop?: number;
1024
- marginRight?: number;
1025
- marginBottom?: number;
1026
- marginLeft?: number;
1027
- padding?: number;
1028
- paddingTop?: number;
1029
- paddingRight?: number;
1030
- paddingBottom?: number;
1031
- paddingLeft?: number;
1032
- height?: string | number;
1033
- width?: string | number;
1034
- };
1035
- foreach?: string;
1036
- if?: string;
1037
- name?: string;
1038
- key?: string;
1039
- margin?: {
1040
- top?: string | number;
1041
- right?: string | number;
1042
- bottom?: string | number;
1043
- left?: string | number;
1044
- };
1045
- padding?: {
1046
- top?: string | number;
1047
- right?: string | number;
1048
- bottom?: string | number;
1049
- left?: string | number;
1050
- };
1051
- }[];
1052
- propEditors?: {
1053
- name?: string;
1054
- category?: string;
1055
- type: string;
1056
- settings?: any;
1057
- stateMapping?: string;
1058
- propertyMapping?: boolean;
1059
- multiple?: boolean;
1060
- component?: unknown;
1061
- }[];
1062
- state?: object;
1063
- computed?: {
1064
- [name: string]: string[];
1065
- };
1066
- key?: string;
1067
- };
1068
- };
1069
- styles: {
1070
- background?: {
1071
- fill?: {
1072
- colors: (string | {
1073
- colorType: "base" | "onBase" | "container" | "onContainer";
1074
- toned?: boolean;
1075
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1076
827
  } | {
1077
- color: string | {
1078
- colorType: "base" | "onBase" | "container" | "onContainer";
1079
- toned?: boolean;
1080
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1081
- };
1082
- stop?: number;
1083
- })[];
1084
- acrylic?: boolean;
1085
- opacity?: number;
1086
- };
1087
- border?: {
1088
- radius?: {
1089
- top?: import("@omnia/fx-models").SpacingValue;
1090
- right?: import("@omnia/fx-models").SpacingValue;
1091
- bottom?: import("@omnia/fx-models").SpacingValue;
1092
- left?: import("@omnia/fx-models").SpacingValue;
1093
- };
1094
- width?: {
1095
- top?: import("@omnia/fx-models").SpacingValue;
1096
- right?: import("@omnia/fx-models").SpacingValue;
1097
- bottom?: import("@omnia/fx-models").SpacingValue;
1098
- left?: import("@omnia/fx-models").SpacingValue;
828
+ type: "title" | "text" | "navigation";
829
+ size: "xs" | "s" | "m" | "l" | "xl";
1099
830
  };
1100
- fill?: {
831
+ };
832
+ icon?: {
833
+ type: "icon";
834
+ color?: {
1101
835
  colors: (string | {
1102
836
  colorType: "base" | "onBase" | "container" | "onContainer";
1103
837
  toned?: boolean;
@@ -1113,433 +847,10 @@ declare const _default: {
1113
847
  acrylic?: boolean;
1114
848
  opacity?: number;
1115
849
  };
850
+ size?: number;
1116
851
  };
1117
- elevation?: number;
1118
852
  };
1119
- spacing?: {
1120
- top?: import("@omnia/fx-models").SpacingValue;
1121
- right?: import("@omnia/fx-models").SpacingValue;
1122
- bottom?: import("@omnia/fx-models").SpacingValue;
1123
- left?: import("@omnia/fx-models").SpacingValue;
1124
- };
1125
- };
1126
- };
1127
- variant2?: {
1128
- name?: string;
1129
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1130
- header: {
1131
- definitionId: {
1132
- toString: () => string;
1133
- equals?: {
1134
- guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
1135
- };
1136
- };
1137
- definition?: {
1138
- type: "velcron";
1139
- version?: string;
1140
- name?: string;
1141
- body?: {
1142
- body?: any[];
1143
- style?: {
1144
- margin?: number;
1145
- marginTop?: number;
1146
- marginRight?: number;
1147
- marginBottom?: number;
1148
- marginLeft?: number;
1149
- padding?: number;
1150
- paddingTop?: number;
1151
- paddingRight?: number;
1152
- paddingBottom?: number;
1153
- paddingLeft?: number;
1154
- height?: string | number;
1155
- width?: string | number;
1156
- };
1157
- foreach?: string;
1158
- if?: string;
1159
- events?: import("@omnia/fx-models").VelcronEvent;
1160
- type: string;
1161
- name?: string;
1162
- key?: string;
1163
- margin?: {
1164
- top?: string | number;
1165
- right?: string | number;
1166
- bottom?: string | number;
1167
- left?: string | number;
1168
- };
1169
- padding?: {
1170
- top?: string | number;
1171
- right?: string | number;
1172
- bottom?: string | number;
1173
- left?: string | number;
1174
- };
1175
- }[];
1176
- events?: {
1177
- onLoaded?: string[];
1178
- onEditMode?: string[];
1179
- onSaved?: string[];
1180
- };
1181
- actions?: {
1182
- [name: string]: string[];
1183
- };
1184
- components?: {
1185
- type: string;
1186
- events?: any;
1187
- properties?: {
1188
- [name: string]: any;
1189
- };
1190
- icon?: any;
1191
- body?: {
1192
- body?: any[];
1193
- style?: {
1194
- margin?: number;
1195
- marginTop?: number;
1196
- marginRight?: number;
1197
- marginBottom?: number;
1198
- marginLeft?: number;
1199
- padding?: number;
1200
- paddingTop?: number;
1201
- paddingRight?: number;
1202
- paddingBottom?: number;
1203
- paddingLeft?: number;
1204
- height?: string | number;
1205
- width?: string | number;
1206
- };
1207
- foreach?: string;
1208
- if?: string;
1209
- events?: import("@omnia/fx-models").VelcronEvent;
1210
- type: string;
1211
- name?: string;
1212
- key?: string;
1213
- margin?: {
1214
- top?: string | number;
1215
- right?: string | number;
1216
- bottom?: string | number;
1217
- left?: string | number;
1218
- };
1219
- padding?: {
1220
- top?: string | number;
1221
- right?: string | number;
1222
- bottom?: string | number;
1223
- left?: string | number;
1224
- };
1225
- }[];
1226
- style?: {
1227
- margin?: number;
1228
- marginTop?: number;
1229
- marginRight?: number;
1230
- marginBottom?: number;
1231
- marginLeft?: number;
1232
- padding?: number;
1233
- paddingTop?: number;
1234
- paddingRight?: number;
1235
- paddingBottom?: number;
1236
- paddingLeft?: number;
1237
- height?: string | number;
1238
- width?: string | number;
1239
- };
1240
- foreach?: string;
1241
- if?: string;
1242
- name?: string;
1243
- key?: string;
1244
- margin?: {
1245
- top?: string | number;
1246
- right?: string | number;
1247
- bottom?: string | number;
1248
- left?: string | number;
1249
- };
1250
- padding?: {
1251
- top?: string | number;
1252
- right?: string | number;
1253
- bottom?: string | number;
1254
- left?: string | number;
1255
- };
1256
- }[];
1257
- propEditors?: {
1258
- name?: string;
1259
- category?: string;
1260
- type: string;
1261
- settings?: any;
1262
- stateMapping?: string;
1263
- propertyMapping?: boolean;
1264
- multiple?: boolean;
1265
- component?: unknown;
1266
- }[];
1267
- state?: object;
1268
- computed?: {
1269
- [name: string]: string[];
1270
- };
1271
- key?: string;
1272
- };
1273
- };
1274
- styles: {
1275
- background?: {
1276
- fill?: {
1277
- colors: (string | {
1278
- colorType: "base" | "onBase" | "container" | "onContainer";
1279
- toned?: boolean;
1280
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1281
- } | {
1282
- color: string | {
1283
- colorType: "base" | "onBase" | "container" | "onContainer";
1284
- toned?: boolean;
1285
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1286
- };
1287
- stop?: number;
1288
- })[];
1289
- acrylic?: boolean;
1290
- opacity?: number;
1291
- };
1292
- border?: {
1293
- radius?: {
1294
- top?: import("@omnia/fx-models").SpacingValue;
1295
- right?: import("@omnia/fx-models").SpacingValue;
1296
- bottom?: import("@omnia/fx-models").SpacingValue;
1297
- left?: import("@omnia/fx-models").SpacingValue;
1298
- };
1299
- width?: {
1300
- top?: import("@omnia/fx-models").SpacingValue;
1301
- right?: import("@omnia/fx-models").SpacingValue;
1302
- bottom?: import("@omnia/fx-models").SpacingValue;
1303
- left?: import("@omnia/fx-models").SpacingValue;
1304
- };
1305
- fill?: {
1306
- colors: (string | {
1307
- colorType: "base" | "onBase" | "container" | "onContainer";
1308
- toned?: boolean;
1309
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1310
- } | {
1311
- color: string | {
1312
- colorType: "base" | "onBase" | "container" | "onContainer";
1313
- toned?: boolean;
1314
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1315
- };
1316
- stop?: number;
1317
- })[];
1318
- acrylic?: boolean;
1319
- opacity?: number;
1320
- };
1321
- };
1322
- elevation?: number;
1323
- };
1324
- spacing?: {
1325
- top?: import("@omnia/fx-models").SpacingValue;
1326
- right?: import("@omnia/fx-models").SpacingValue;
1327
- bottom?: import("@omnia/fx-models").SpacingValue;
1328
- left?: import("@omnia/fx-models").SpacingValue;
1329
- };
1330
- };
1331
- };
1332
- variant3?: {
1333
- name?: string;
1334
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1335
- header: {
1336
- definitionId: {
1337
- toString: () => string;
1338
- equals?: {
1339
- guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
1340
- };
1341
- };
1342
- definition?: {
1343
- type: "velcron";
1344
- version?: string;
1345
- name?: string;
1346
- body?: {
1347
- body?: any[];
1348
- style?: {
1349
- margin?: number;
1350
- marginTop?: number;
1351
- marginRight?: number;
1352
- marginBottom?: number;
1353
- marginLeft?: number;
1354
- padding?: number;
1355
- paddingTop?: number;
1356
- paddingRight?: number;
1357
- paddingBottom?: number;
1358
- paddingLeft?: number;
1359
- height?: string | number;
1360
- width?: string | number;
1361
- };
1362
- foreach?: string;
1363
- if?: string;
1364
- events?: import("@omnia/fx-models").VelcronEvent;
1365
- type: string;
1366
- name?: string;
1367
- key?: string;
1368
- margin?: {
1369
- top?: string | number;
1370
- right?: string | number;
1371
- bottom?: string | number;
1372
- left?: string | number;
1373
- };
1374
- padding?: {
1375
- top?: string | number;
1376
- right?: string | number;
1377
- bottom?: string | number;
1378
- left?: string | number;
1379
- };
1380
- }[];
1381
- events?: {
1382
- onLoaded?: string[];
1383
- onEditMode?: string[];
1384
- onSaved?: string[];
1385
- };
1386
- actions?: {
1387
- [name: string]: string[];
1388
- };
1389
- components?: {
1390
- type: string;
1391
- events?: any;
1392
- properties?: {
1393
- [name: string]: any;
1394
- };
1395
- icon?: any;
1396
- body?: {
1397
- body?: any[];
1398
- style?: {
1399
- margin?: number;
1400
- marginTop?: number;
1401
- marginRight?: number;
1402
- marginBottom?: number;
1403
- marginLeft?: number;
1404
- padding?: number;
1405
- paddingTop?: number;
1406
- paddingRight?: number;
1407
- paddingBottom?: number;
1408
- paddingLeft?: number;
1409
- height?: string | number;
1410
- width?: string | number;
1411
- };
1412
- foreach?: string;
1413
- if?: string;
1414
- events?: import("@omnia/fx-models").VelcronEvent;
1415
- type: string;
1416
- name?: string;
1417
- key?: string;
1418
- margin?: {
1419
- top?: string | number;
1420
- right?: string | number;
1421
- bottom?: string | number;
1422
- left?: string | number;
1423
- };
1424
- padding?: {
1425
- top?: string | number;
1426
- right?: string | number;
1427
- bottom?: string | number;
1428
- left?: string | number;
1429
- };
1430
- }[];
1431
- style?: {
1432
- margin?: number;
1433
- marginTop?: number;
1434
- marginRight?: number;
1435
- marginBottom?: number;
1436
- marginLeft?: number;
1437
- padding?: number;
1438
- paddingTop?: number;
1439
- paddingRight?: number;
1440
- paddingBottom?: number;
1441
- paddingLeft?: number;
1442
- height?: string | number;
1443
- width?: string | number;
1444
- };
1445
- foreach?: string;
1446
- if?: string;
1447
- name?: string;
1448
- key?: string;
1449
- margin?: {
1450
- top?: string | number;
1451
- right?: string | number;
1452
- bottom?: string | number;
1453
- left?: string | number;
1454
- };
1455
- padding?: {
1456
- top?: string | number;
1457
- right?: string | number;
1458
- bottom?: string | number;
1459
- left?: string | number;
1460
- };
1461
- }[];
1462
- propEditors?: {
1463
- name?: string;
1464
- category?: string;
1465
- type: string;
1466
- settings?: any;
1467
- stateMapping?: string;
1468
- propertyMapping?: boolean;
1469
- multiple?: boolean;
1470
- component?: unknown;
1471
- }[];
1472
- state?: object;
1473
- computed?: {
1474
- [name: string]: string[];
1475
- };
1476
- key?: string;
1477
- };
1478
- };
1479
- styles: {
1480
- background?: {
1481
- fill?: {
1482
- colors: (string | {
1483
- colorType: "base" | "onBase" | "container" | "onContainer";
1484
- toned?: boolean;
1485
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1486
- } | {
1487
- color: string | {
1488
- colorType: "base" | "onBase" | "container" | "onContainer";
1489
- toned?: boolean;
1490
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1491
- };
1492
- stop?: number;
1493
- })[];
1494
- acrylic?: boolean;
1495
- opacity?: number;
1496
- };
1497
- border?: {
1498
- radius?: {
1499
- top?: import("@omnia/fx-models").SpacingValue;
1500
- right?: import("@omnia/fx-models").SpacingValue;
1501
- bottom?: import("@omnia/fx-models").SpacingValue;
1502
- left?: import("@omnia/fx-models").SpacingValue;
1503
- };
1504
- width?: {
1505
- top?: import("@omnia/fx-models").SpacingValue;
1506
- right?: import("@omnia/fx-models").SpacingValue;
1507
- bottom?: import("@omnia/fx-models").SpacingValue;
1508
- left?: import("@omnia/fx-models").SpacingValue;
1509
- };
1510
- fill?: {
1511
- colors: (string | {
1512
- colorType: "base" | "onBase" | "container" | "onContainer";
1513
- toned?: boolean;
1514
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1515
- } | {
1516
- color: string | {
1517
- colorType: "base" | "onBase" | "container" | "onContainer";
1518
- toned?: boolean;
1519
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
1520
- };
1521
- stop?: number;
1522
- })[];
1523
- acrylic?: boolean;
1524
- opacity?: number;
1525
- };
1526
- };
1527
- elevation?: number;
1528
- };
1529
- spacing?: {
1530
- top?: import("@omnia/fx-models").SpacingValue;
1531
- right?: import("@omnia/fx-models").SpacingValue;
1532
- bottom?: import("@omnia/fx-models").SpacingValue;
1533
- left?: import("@omnia/fx-models").SpacingValue;
1534
- };
1535
- };
1536
- };
1537
- name?: string;
1538
- };
1539
- components: {
1540
- buttons?: {
1541
- text?: {
1542
- primary?: {
853
+ basic?: {
1543
854
  type: "button";
1544
855
  padding?: {
1545
856
  top?: import("@omnia/fx-models").SpacingValue;
@@ -1654,7 +965,7 @@ declare const _default: {
1654
965
  size?: number;
1655
966
  };
1656
967
  };
1657
- basic?: {
968
+ accent1?: {
1658
969
  type: "button";
1659
970
  padding?: {
1660
971
  top?: import("@omnia/fx-models").SpacingValue;
@@ -1769,7 +1080,7 @@ declare const _default: {
1769
1080
  size?: number;
1770
1081
  };
1771
1082
  };
1772
- accent1?: {
1083
+ warn?: {
1773
1084
  type: "button";
1774
1085
  padding?: {
1775
1086
  top?: import("@omnia/fx-models").SpacingValue;
@@ -1884,7 +1195,7 @@ declare const _default: {
1884
1195
  size?: number;
1885
1196
  };
1886
1197
  };
1887
- warn?: {
1198
+ disabled?: {
1888
1199
  type: "button";
1889
1200
  padding?: {
1890
1201
  top?: import("@omnia/fx-models").SpacingValue;
@@ -1999,7 +1310,7 @@ declare const _default: {
1999
1310
  size?: number;
2000
1311
  };
2001
1312
  };
2002
- disabled?: {
1313
+ link?: {
2003
1314
  type: "button";
2004
1315
  padding?: {
2005
1316
  top?: import("@omnia/fx-models").SpacingValue;
@@ -2114,7 +1425,9 @@ declare const _default: {
2114
1425
  size?: number;
2115
1426
  };
2116
1427
  };
2117
- link?: {
1428
+ };
1429
+ icon?: {
1430
+ primary?: {
2118
1431
  type: "button";
2119
1432
  padding?: {
2120
1433
  top?: import("@omnia/fx-models").SpacingValue;
@@ -2229,9 +1542,7 @@ declare const _default: {
2229
1542
  size?: number;
2230
1543
  };
2231
1544
  };
2232
- };
2233
- icon?: {
2234
- primary?: {
1545
+ basic?: {
2235
1546
  type: "button";
2236
1547
  padding?: {
2237
1548
  top?: import("@omnia/fx-models").SpacingValue;
@@ -2346,7 +1657,7 @@ declare const _default: {
2346
1657
  size?: number;
2347
1658
  };
2348
1659
  };
2349
- basic?: {
1660
+ accent1?: {
2350
1661
  type: "button";
2351
1662
  padding?: {
2352
1663
  top?: import("@omnia/fx-models").SpacingValue;
@@ -2461,7 +1772,7 @@ declare const _default: {
2461
1772
  size?: number;
2462
1773
  };
2463
1774
  };
2464
- accent1?: {
1775
+ warn?: {
2465
1776
  type: "button";
2466
1777
  padding?: {
2467
1778
  top?: import("@omnia/fx-models").SpacingValue;
@@ -2576,7 +1887,7 @@ declare const _default: {
2576
1887
  size?: number;
2577
1888
  };
2578
1889
  };
2579
- warn?: {
1890
+ disabled?: {
2580
1891
  type: "button";
2581
1892
  padding?: {
2582
1893
  top?: import("@omnia/fx-models").SpacingValue;
@@ -2691,122 +2002,7 @@ declare const _default: {
2691
2002
  size?: number;
2692
2003
  };
2693
2004
  };
2694
- disabled?: {
2695
- type: "button";
2696
- padding?: {
2697
- top?: import("@omnia/fx-models").SpacingValue;
2698
- right?: import("@omnia/fx-models").SpacingValue;
2699
- bottom?: import("@omnia/fx-models").SpacingValue;
2700
- left?: import("@omnia/fx-models").SpacingValue;
2701
- };
2702
- background?: {
2703
- fill?: {
2704
- colors: (string | {
2705
- colorType: "base" | "onBase" | "container" | "onContainer";
2706
- toned?: boolean;
2707
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2708
- } | {
2709
- color: string | {
2710
- colorType: "base" | "onBase" | "container" | "onContainer";
2711
- toned?: boolean;
2712
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2713
- };
2714
- stop?: number;
2715
- })[];
2716
- acrylic?: boolean;
2717
- opacity?: number;
2718
- };
2719
- border?: {
2720
- radius?: {
2721
- top?: import("@omnia/fx-models").SpacingValue;
2722
- right?: import("@omnia/fx-models").SpacingValue;
2723
- bottom?: import("@omnia/fx-models").SpacingValue;
2724
- left?: import("@omnia/fx-models").SpacingValue;
2725
- };
2726
- width?: {
2727
- top?: import("@omnia/fx-models").SpacingValue;
2728
- right?: import("@omnia/fx-models").SpacingValue;
2729
- bottom?: import("@omnia/fx-models").SpacingValue;
2730
- left?: import("@omnia/fx-models").SpacingValue;
2731
- };
2732
- fill?: {
2733
- colors: (string | {
2734
- colorType: "base" | "onBase" | "container" | "onContainer";
2735
- toned?: boolean;
2736
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2737
- } | {
2738
- color: string | any;
2739
- stop?: number;
2740
- })[];
2741
- acrylic?: boolean;
2742
- opacity?: number;
2743
- };
2744
- };
2745
- elevation?: number;
2746
- };
2747
- alterCase?: boolean;
2748
- text?: {
2749
- type: "text";
2750
- color?: {
2751
- colors: (string | {
2752
- colorType: "base" | "onBase" | "container" | "onContainer";
2753
- toned?: boolean;
2754
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2755
- } | {
2756
- color: string | {
2757
- colorType: "base" | "onBase" | "container" | "onContainer";
2758
- toned?: boolean;
2759
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2760
- };
2761
- stop?: number;
2762
- })[];
2763
- acrylic?: boolean;
2764
- opacity?: number;
2765
- };
2766
- typography?: {
2767
- decoration?: string;
2768
- lg: {
2769
- weight: number;
2770
- size: number;
2771
- lineHeight: number;
2772
- };
2773
- md?: {
2774
- weight: number;
2775
- size: number;
2776
- lineHeight: number;
2777
- };
2778
- sm?: {
2779
- weight: number;
2780
- size: number;
2781
- lineHeight: number;
2782
- };
2783
- } | {
2784
- type: "title" | "text" | "navigation";
2785
- size: "xs" | "s" | "m" | "l" | "xl";
2786
- };
2787
- };
2788
- icon?: {
2789
- type: "icon";
2790
- color?: {
2791
- colors: (string | {
2792
- colorType: "base" | "onBase" | "container" | "onContainer";
2793
- toned?: boolean;
2794
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2795
- } | {
2796
- color: string | {
2797
- colorType: "base" | "onBase" | "container" | "onContainer";
2798
- toned?: boolean;
2799
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
2800
- };
2801
- stop?: number;
2802
- })[];
2803
- acrylic?: boolean;
2804
- opacity?: number;
2805
- };
2806
- size?: number;
2807
- };
2808
- };
2809
- link?: {
2005
+ link?: {
2810
2006
  type: "button";
2811
2007
  padding?: {
2812
2008
  top?: import("@omnia/fx-models").SpacingValue;
@@ -4109,6 +3305,813 @@ declare const _default: {
4109
3305
  };
4110
3306
  };
4111
3307
  };
3308
+ blocks?: {
3309
+ primary: {
3310
+ name?: string;
3311
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3312
+ header: {
3313
+ definitionId: {
3314
+ toString: () => string;
3315
+ equals?: {
3316
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
3317
+ };
3318
+ };
3319
+ definition?: {
3320
+ type: "velcron";
3321
+ version?: string;
3322
+ name?: string;
3323
+ body?: {
3324
+ body?: any[];
3325
+ style?: {
3326
+ margin?: number;
3327
+ marginTop?: number;
3328
+ marginRight?: number;
3329
+ marginBottom?: number;
3330
+ marginLeft?: number;
3331
+ padding?: number;
3332
+ paddingTop?: number;
3333
+ paddingRight?: number;
3334
+ paddingBottom?: number;
3335
+ paddingLeft?: number;
3336
+ height?: string | number;
3337
+ width?: string | number;
3338
+ };
3339
+ foreach?: string;
3340
+ if?: string;
3341
+ events?: import("@omnia/fx-models").VelcronEvent;
3342
+ type: string;
3343
+ name?: string;
3344
+ key?: string;
3345
+ margin?: {
3346
+ top?: string | number;
3347
+ right?: string | number;
3348
+ bottom?: string | number;
3349
+ left?: string | number;
3350
+ };
3351
+ padding?: {
3352
+ top?: string | number;
3353
+ right?: string | number;
3354
+ bottom?: string | number;
3355
+ left?: string | number;
3356
+ };
3357
+ }[];
3358
+ events?: {
3359
+ onLoaded?: string[];
3360
+ onEditMode?: string[];
3361
+ onSaved?: string[];
3362
+ };
3363
+ actions?: {
3364
+ [name: string]: string[];
3365
+ };
3366
+ components?: {
3367
+ type: string;
3368
+ events?: any;
3369
+ properties?: {
3370
+ [name: string]: any;
3371
+ };
3372
+ icon?: any;
3373
+ body?: {
3374
+ body?: any[];
3375
+ style?: {
3376
+ margin?: number;
3377
+ marginTop?: number;
3378
+ marginRight?: number;
3379
+ marginBottom?: number;
3380
+ marginLeft?: number;
3381
+ padding?: number;
3382
+ paddingTop?: number;
3383
+ paddingRight?: number;
3384
+ paddingBottom?: number;
3385
+ paddingLeft?: number;
3386
+ height?: string | number;
3387
+ width?: string | number;
3388
+ };
3389
+ foreach?: string;
3390
+ if?: string;
3391
+ events?: import("@omnia/fx-models").VelcronEvent;
3392
+ type: string;
3393
+ name?: string;
3394
+ key?: string;
3395
+ margin?: {
3396
+ top?: string | number;
3397
+ right?: string | number;
3398
+ bottom?: string | number;
3399
+ left?: string | number;
3400
+ };
3401
+ padding?: {
3402
+ top?: string | number;
3403
+ right?: string | number;
3404
+ bottom?: string | number;
3405
+ left?: string | number;
3406
+ };
3407
+ }[];
3408
+ style?: {
3409
+ margin?: number;
3410
+ marginTop?: number;
3411
+ marginRight?: number;
3412
+ marginBottom?: number;
3413
+ marginLeft?: number;
3414
+ padding?: number;
3415
+ paddingTop?: number;
3416
+ paddingRight?: number;
3417
+ paddingBottom?: number;
3418
+ paddingLeft?: number;
3419
+ height?: string | number;
3420
+ width?: string | number;
3421
+ };
3422
+ foreach?: string;
3423
+ if?: string;
3424
+ name?: string;
3425
+ key?: string;
3426
+ margin?: {
3427
+ top?: string | number;
3428
+ right?: string | number;
3429
+ bottom?: string | number;
3430
+ left?: string | number;
3431
+ };
3432
+ padding?: {
3433
+ top?: string | number;
3434
+ right?: string | number;
3435
+ bottom?: string | number;
3436
+ left?: string | number;
3437
+ };
3438
+ }[];
3439
+ propEditors?: {
3440
+ name?: string;
3441
+ category?: string;
3442
+ type: string;
3443
+ settings?: any;
3444
+ stateMapping?: string;
3445
+ propertyMapping?: boolean;
3446
+ multiple?: boolean;
3447
+ component?: unknown;
3448
+ }[];
3449
+ state?: object;
3450
+ computed?: {
3451
+ [name: string]: string[];
3452
+ };
3453
+ key?: string;
3454
+ };
3455
+ };
3456
+ styles: {
3457
+ background?: {
3458
+ fill?: {
3459
+ colors: (string | {
3460
+ colorType: "base" | "onBase" | "container" | "onContainer";
3461
+ toned?: boolean;
3462
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3463
+ } | {
3464
+ color: string | {
3465
+ colorType: "base" | "onBase" | "container" | "onContainer";
3466
+ toned?: boolean;
3467
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3468
+ };
3469
+ stop?: number;
3470
+ })[];
3471
+ acrylic?: boolean;
3472
+ opacity?: number;
3473
+ };
3474
+ border?: {
3475
+ radius?: {
3476
+ top?: import("@omnia/fx-models").SpacingValue;
3477
+ right?: import("@omnia/fx-models").SpacingValue;
3478
+ bottom?: import("@omnia/fx-models").SpacingValue;
3479
+ left?: import("@omnia/fx-models").SpacingValue;
3480
+ };
3481
+ width?: {
3482
+ top?: import("@omnia/fx-models").SpacingValue;
3483
+ right?: import("@omnia/fx-models").SpacingValue;
3484
+ bottom?: import("@omnia/fx-models").SpacingValue;
3485
+ left?: import("@omnia/fx-models").SpacingValue;
3486
+ };
3487
+ fill?: {
3488
+ colors: (string | {
3489
+ colorType: "base" | "onBase" | "container" | "onContainer";
3490
+ toned?: boolean;
3491
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3492
+ } | {
3493
+ color: string | any;
3494
+ stop?: number;
3495
+ })[];
3496
+ acrylic?: boolean;
3497
+ opacity?: number;
3498
+ };
3499
+ };
3500
+ elevation?: number;
3501
+ };
3502
+ spacing?: {
3503
+ top?: import("@omnia/fx-models").SpacingValue;
3504
+ right?: import("@omnia/fx-models").SpacingValue;
3505
+ bottom?: import("@omnia/fx-models").SpacingValue;
3506
+ left?: import("@omnia/fx-models").SpacingValue;
3507
+ };
3508
+ };
3509
+ };
3510
+ variant1?: {
3511
+ name?: string;
3512
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3513
+ header: {
3514
+ definitionId: {
3515
+ toString: () => string;
3516
+ equals?: {
3517
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
3518
+ };
3519
+ };
3520
+ definition?: {
3521
+ type: "velcron";
3522
+ version?: string;
3523
+ name?: string;
3524
+ body?: {
3525
+ body?: any[];
3526
+ style?: {
3527
+ margin?: number;
3528
+ marginTop?: number;
3529
+ marginRight?: number;
3530
+ marginBottom?: number;
3531
+ marginLeft?: number;
3532
+ padding?: number;
3533
+ paddingTop?: number;
3534
+ paddingRight?: number;
3535
+ paddingBottom?: number;
3536
+ paddingLeft?: number;
3537
+ height?: string | number;
3538
+ width?: string | number;
3539
+ };
3540
+ foreach?: string;
3541
+ if?: string;
3542
+ events?: import("@omnia/fx-models").VelcronEvent;
3543
+ type: string;
3544
+ name?: string;
3545
+ key?: string;
3546
+ margin?: {
3547
+ top?: string | number;
3548
+ right?: string | number;
3549
+ bottom?: string | number;
3550
+ left?: string | number;
3551
+ };
3552
+ padding?: {
3553
+ top?: string | number;
3554
+ right?: string | number;
3555
+ bottom?: string | number;
3556
+ left?: string | number;
3557
+ };
3558
+ }[];
3559
+ events?: {
3560
+ onLoaded?: string[];
3561
+ onEditMode?: string[];
3562
+ onSaved?: string[];
3563
+ };
3564
+ actions?: {
3565
+ [name: string]: string[];
3566
+ };
3567
+ components?: {
3568
+ type: string;
3569
+ events?: any;
3570
+ properties?: {
3571
+ [name: string]: any;
3572
+ };
3573
+ icon?: any;
3574
+ body?: {
3575
+ body?: any[];
3576
+ style?: {
3577
+ margin?: number;
3578
+ marginTop?: number;
3579
+ marginRight?: number;
3580
+ marginBottom?: number;
3581
+ marginLeft?: number;
3582
+ padding?: number;
3583
+ paddingTop?: number;
3584
+ paddingRight?: number;
3585
+ paddingBottom?: number;
3586
+ paddingLeft?: number;
3587
+ height?: string | number;
3588
+ width?: string | number;
3589
+ };
3590
+ foreach?: string;
3591
+ if?: string;
3592
+ events?: import("@omnia/fx-models").VelcronEvent;
3593
+ type: string;
3594
+ name?: string;
3595
+ key?: string;
3596
+ margin?: {
3597
+ top?: string | number;
3598
+ right?: string | number;
3599
+ bottom?: string | number;
3600
+ left?: string | number;
3601
+ };
3602
+ padding?: {
3603
+ top?: string | number;
3604
+ right?: string | number;
3605
+ bottom?: string | number;
3606
+ left?: string | number;
3607
+ };
3608
+ }[];
3609
+ style?: {
3610
+ margin?: number;
3611
+ marginTop?: number;
3612
+ marginRight?: number;
3613
+ marginBottom?: number;
3614
+ marginLeft?: number;
3615
+ padding?: number;
3616
+ paddingTop?: number;
3617
+ paddingRight?: number;
3618
+ paddingBottom?: number;
3619
+ paddingLeft?: number;
3620
+ height?: string | number;
3621
+ width?: string | number;
3622
+ };
3623
+ foreach?: string;
3624
+ if?: string;
3625
+ name?: string;
3626
+ key?: string;
3627
+ margin?: {
3628
+ top?: string | number;
3629
+ right?: string | number;
3630
+ bottom?: string | number;
3631
+ left?: string | number;
3632
+ };
3633
+ padding?: {
3634
+ top?: string | number;
3635
+ right?: string | number;
3636
+ bottom?: string | number;
3637
+ left?: string | number;
3638
+ };
3639
+ }[];
3640
+ propEditors?: {
3641
+ name?: string;
3642
+ category?: string;
3643
+ type: string;
3644
+ settings?: any;
3645
+ stateMapping?: string;
3646
+ propertyMapping?: boolean;
3647
+ multiple?: boolean;
3648
+ component?: unknown;
3649
+ }[];
3650
+ state?: object;
3651
+ computed?: {
3652
+ [name: string]: string[];
3653
+ };
3654
+ key?: string;
3655
+ };
3656
+ };
3657
+ styles: {
3658
+ background?: {
3659
+ fill?: {
3660
+ colors: (string | {
3661
+ colorType: "base" | "onBase" | "container" | "onContainer";
3662
+ toned?: boolean;
3663
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3664
+ } | {
3665
+ color: string | {
3666
+ colorType: "base" | "onBase" | "container" | "onContainer";
3667
+ toned?: boolean;
3668
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3669
+ };
3670
+ stop?: number;
3671
+ })[];
3672
+ acrylic?: boolean;
3673
+ opacity?: number;
3674
+ };
3675
+ border?: {
3676
+ radius?: {
3677
+ top?: import("@omnia/fx-models").SpacingValue;
3678
+ right?: import("@omnia/fx-models").SpacingValue;
3679
+ bottom?: import("@omnia/fx-models").SpacingValue;
3680
+ left?: import("@omnia/fx-models").SpacingValue;
3681
+ };
3682
+ width?: {
3683
+ top?: import("@omnia/fx-models").SpacingValue;
3684
+ right?: import("@omnia/fx-models").SpacingValue;
3685
+ bottom?: import("@omnia/fx-models").SpacingValue;
3686
+ left?: import("@omnia/fx-models").SpacingValue;
3687
+ };
3688
+ fill?: {
3689
+ colors: (string | {
3690
+ colorType: "base" | "onBase" | "container" | "onContainer";
3691
+ toned?: boolean;
3692
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3693
+ } | {
3694
+ color: string | any;
3695
+ stop?: number;
3696
+ })[];
3697
+ acrylic?: boolean;
3698
+ opacity?: number;
3699
+ };
3700
+ };
3701
+ elevation?: number;
3702
+ };
3703
+ spacing?: {
3704
+ top?: import("@omnia/fx-models").SpacingValue;
3705
+ right?: import("@omnia/fx-models").SpacingValue;
3706
+ bottom?: import("@omnia/fx-models").SpacingValue;
3707
+ left?: import("@omnia/fx-models").SpacingValue;
3708
+ };
3709
+ };
3710
+ };
3711
+ variant2?: {
3712
+ name?: string;
3713
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3714
+ header: {
3715
+ definitionId: {
3716
+ toString: () => string;
3717
+ equals?: {
3718
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
3719
+ };
3720
+ };
3721
+ definition?: {
3722
+ type: "velcron";
3723
+ version?: string;
3724
+ name?: string;
3725
+ body?: {
3726
+ body?: any[];
3727
+ style?: {
3728
+ margin?: number;
3729
+ marginTop?: number;
3730
+ marginRight?: number;
3731
+ marginBottom?: number;
3732
+ marginLeft?: number;
3733
+ padding?: number;
3734
+ paddingTop?: number;
3735
+ paddingRight?: number;
3736
+ paddingBottom?: number;
3737
+ paddingLeft?: number;
3738
+ height?: string | number;
3739
+ width?: string | number;
3740
+ };
3741
+ foreach?: string;
3742
+ if?: string;
3743
+ events?: import("@omnia/fx-models").VelcronEvent;
3744
+ type: string;
3745
+ name?: string;
3746
+ key?: string;
3747
+ margin?: {
3748
+ top?: string | number;
3749
+ right?: string | number;
3750
+ bottom?: string | number;
3751
+ left?: string | number;
3752
+ };
3753
+ padding?: {
3754
+ top?: string | number;
3755
+ right?: string | number;
3756
+ bottom?: string | number;
3757
+ left?: string | number;
3758
+ };
3759
+ }[];
3760
+ events?: {
3761
+ onLoaded?: string[];
3762
+ onEditMode?: string[];
3763
+ onSaved?: string[];
3764
+ };
3765
+ actions?: {
3766
+ [name: string]: string[];
3767
+ };
3768
+ components?: {
3769
+ type: string;
3770
+ events?: any;
3771
+ properties?: {
3772
+ [name: string]: any;
3773
+ };
3774
+ icon?: any;
3775
+ body?: {
3776
+ body?: any[];
3777
+ style?: {
3778
+ margin?: number;
3779
+ marginTop?: number;
3780
+ marginRight?: number;
3781
+ marginBottom?: number;
3782
+ marginLeft?: number;
3783
+ padding?: number;
3784
+ paddingTop?: number;
3785
+ paddingRight?: number;
3786
+ paddingBottom?: number;
3787
+ paddingLeft?: number;
3788
+ height?: string | number;
3789
+ width?: string | number;
3790
+ };
3791
+ foreach?: string;
3792
+ if?: string;
3793
+ events?: import("@omnia/fx-models").VelcronEvent;
3794
+ type: string;
3795
+ name?: string;
3796
+ key?: string;
3797
+ margin?: {
3798
+ top?: string | number;
3799
+ right?: string | number;
3800
+ bottom?: string | number;
3801
+ left?: string | number;
3802
+ };
3803
+ padding?: {
3804
+ top?: string | number;
3805
+ right?: string | number;
3806
+ bottom?: string | number;
3807
+ left?: string | number;
3808
+ };
3809
+ }[];
3810
+ style?: {
3811
+ margin?: number;
3812
+ marginTop?: number;
3813
+ marginRight?: number;
3814
+ marginBottom?: number;
3815
+ marginLeft?: number;
3816
+ padding?: number;
3817
+ paddingTop?: number;
3818
+ paddingRight?: number;
3819
+ paddingBottom?: number;
3820
+ paddingLeft?: number;
3821
+ height?: string | number;
3822
+ width?: string | number;
3823
+ };
3824
+ foreach?: string;
3825
+ if?: string;
3826
+ name?: string;
3827
+ key?: string;
3828
+ margin?: {
3829
+ top?: string | number;
3830
+ right?: string | number;
3831
+ bottom?: string | number;
3832
+ left?: string | number;
3833
+ };
3834
+ padding?: {
3835
+ top?: string | number;
3836
+ right?: string | number;
3837
+ bottom?: string | number;
3838
+ left?: string | number;
3839
+ };
3840
+ }[];
3841
+ propEditors?: {
3842
+ name?: string;
3843
+ category?: string;
3844
+ type: string;
3845
+ settings?: any;
3846
+ stateMapping?: string;
3847
+ propertyMapping?: boolean;
3848
+ multiple?: boolean;
3849
+ component?: unknown;
3850
+ }[];
3851
+ state?: object;
3852
+ computed?: {
3853
+ [name: string]: string[];
3854
+ };
3855
+ key?: string;
3856
+ };
3857
+ };
3858
+ styles: {
3859
+ background?: {
3860
+ fill?: {
3861
+ colors: (string | {
3862
+ colorType: "base" | "onBase" | "container" | "onContainer";
3863
+ toned?: boolean;
3864
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3865
+ } | {
3866
+ color: string | {
3867
+ colorType: "base" | "onBase" | "container" | "onContainer";
3868
+ toned?: boolean;
3869
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3870
+ };
3871
+ stop?: number;
3872
+ })[];
3873
+ acrylic?: boolean;
3874
+ opacity?: number;
3875
+ };
3876
+ border?: {
3877
+ radius?: {
3878
+ top?: import("@omnia/fx-models").SpacingValue;
3879
+ right?: import("@omnia/fx-models").SpacingValue;
3880
+ bottom?: import("@omnia/fx-models").SpacingValue;
3881
+ left?: import("@omnia/fx-models").SpacingValue;
3882
+ };
3883
+ width?: {
3884
+ top?: import("@omnia/fx-models").SpacingValue;
3885
+ right?: import("@omnia/fx-models").SpacingValue;
3886
+ bottom?: import("@omnia/fx-models").SpacingValue;
3887
+ left?: import("@omnia/fx-models").SpacingValue;
3888
+ };
3889
+ fill?: {
3890
+ colors: (string | {
3891
+ colorType: "base" | "onBase" | "container" | "onContainer";
3892
+ toned?: boolean;
3893
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3894
+ } | {
3895
+ color: string | any;
3896
+ stop?: number;
3897
+ })[];
3898
+ acrylic?: boolean;
3899
+ opacity?: number;
3900
+ };
3901
+ };
3902
+ elevation?: number;
3903
+ };
3904
+ spacing?: {
3905
+ top?: import("@omnia/fx-models").SpacingValue;
3906
+ right?: import("@omnia/fx-models").SpacingValue;
3907
+ bottom?: import("@omnia/fx-models").SpacingValue;
3908
+ left?: import("@omnia/fx-models").SpacingValue;
3909
+ };
3910
+ };
3911
+ };
3912
+ variant3?: {
3913
+ name?: string;
3914
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
3915
+ header: {
3916
+ definitionId: {
3917
+ toString: () => string;
3918
+ equals?: {
3919
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
3920
+ };
3921
+ };
3922
+ definition?: {
3923
+ type: "velcron";
3924
+ version?: string;
3925
+ name?: string;
3926
+ body?: {
3927
+ body?: any[];
3928
+ style?: {
3929
+ margin?: number;
3930
+ marginTop?: number;
3931
+ marginRight?: number;
3932
+ marginBottom?: number;
3933
+ marginLeft?: number;
3934
+ padding?: number;
3935
+ paddingTop?: number;
3936
+ paddingRight?: number;
3937
+ paddingBottom?: number;
3938
+ paddingLeft?: number;
3939
+ height?: string | number;
3940
+ width?: string | number;
3941
+ };
3942
+ foreach?: string;
3943
+ if?: string;
3944
+ events?: import("@omnia/fx-models").VelcronEvent;
3945
+ type: string;
3946
+ name?: string;
3947
+ key?: string;
3948
+ margin?: {
3949
+ top?: string | number;
3950
+ right?: string | number;
3951
+ bottom?: string | number;
3952
+ left?: string | number;
3953
+ };
3954
+ padding?: {
3955
+ top?: string | number;
3956
+ right?: string | number;
3957
+ bottom?: string | number;
3958
+ left?: string | number;
3959
+ };
3960
+ }[];
3961
+ events?: {
3962
+ onLoaded?: string[];
3963
+ onEditMode?: string[];
3964
+ onSaved?: string[];
3965
+ };
3966
+ actions?: {
3967
+ [name: string]: string[];
3968
+ };
3969
+ components?: {
3970
+ type: string;
3971
+ events?: any;
3972
+ properties?: {
3973
+ [name: string]: any;
3974
+ };
3975
+ icon?: any;
3976
+ body?: {
3977
+ body?: any[];
3978
+ style?: {
3979
+ margin?: number;
3980
+ marginTop?: number;
3981
+ marginRight?: number;
3982
+ marginBottom?: number;
3983
+ marginLeft?: number;
3984
+ padding?: number;
3985
+ paddingTop?: number;
3986
+ paddingRight?: number;
3987
+ paddingBottom?: number;
3988
+ paddingLeft?: number;
3989
+ height?: string | number;
3990
+ width?: string | number;
3991
+ };
3992
+ foreach?: string;
3993
+ if?: string;
3994
+ events?: import("@omnia/fx-models").VelcronEvent;
3995
+ type: string;
3996
+ name?: string;
3997
+ key?: string;
3998
+ margin?: {
3999
+ top?: string | number;
4000
+ right?: string | number;
4001
+ bottom?: string | number;
4002
+ left?: string | number;
4003
+ };
4004
+ padding?: {
4005
+ top?: string | number;
4006
+ right?: string | number;
4007
+ bottom?: string | number;
4008
+ left?: string | number;
4009
+ };
4010
+ }[];
4011
+ style?: {
4012
+ margin?: number;
4013
+ marginTop?: number;
4014
+ marginRight?: number;
4015
+ marginBottom?: number;
4016
+ marginLeft?: number;
4017
+ padding?: number;
4018
+ paddingTop?: number;
4019
+ paddingRight?: number;
4020
+ paddingBottom?: number;
4021
+ paddingLeft?: number;
4022
+ height?: string | number;
4023
+ width?: string | number;
4024
+ };
4025
+ foreach?: string;
4026
+ if?: string;
4027
+ name?: string;
4028
+ key?: string;
4029
+ margin?: {
4030
+ top?: string | number;
4031
+ right?: string | number;
4032
+ bottom?: string | number;
4033
+ left?: string | number;
4034
+ };
4035
+ padding?: {
4036
+ top?: string | number;
4037
+ right?: string | number;
4038
+ bottom?: string | number;
4039
+ left?: string | number;
4040
+ };
4041
+ }[];
4042
+ propEditors?: {
4043
+ name?: string;
4044
+ category?: string;
4045
+ type: string;
4046
+ settings?: any;
4047
+ stateMapping?: string;
4048
+ propertyMapping?: boolean;
4049
+ multiple?: boolean;
4050
+ component?: unknown;
4051
+ }[];
4052
+ state?: object;
4053
+ computed?: {
4054
+ [name: string]: string[];
4055
+ };
4056
+ key?: string;
4057
+ };
4058
+ };
4059
+ styles: {
4060
+ background?: {
4061
+ fill?: {
4062
+ colors: (string | {
4063
+ colorType: "base" | "onBase" | "container" | "onContainer";
4064
+ toned?: boolean;
4065
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
4066
+ } | {
4067
+ color: string | {
4068
+ colorType: "base" | "onBase" | "container" | "onContainer";
4069
+ toned?: boolean;
4070
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
4071
+ };
4072
+ stop?: number;
4073
+ })[];
4074
+ acrylic?: boolean;
4075
+ opacity?: number;
4076
+ };
4077
+ border?: {
4078
+ radius?: {
4079
+ top?: import("@omnia/fx-models").SpacingValue;
4080
+ right?: import("@omnia/fx-models").SpacingValue;
4081
+ bottom?: import("@omnia/fx-models").SpacingValue;
4082
+ left?: import("@omnia/fx-models").SpacingValue;
4083
+ };
4084
+ width?: {
4085
+ top?: import("@omnia/fx-models").SpacingValue;
4086
+ right?: import("@omnia/fx-models").SpacingValue;
4087
+ bottom?: import("@omnia/fx-models").SpacingValue;
4088
+ left?: import("@omnia/fx-models").SpacingValue;
4089
+ };
4090
+ fill?: {
4091
+ colors: (string | {
4092
+ colorType: "base" | "onBase" | "container" | "onContainer";
4093
+ toned?: boolean;
4094
+ colorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
4095
+ } | {
4096
+ color: string | any;
4097
+ stop?: number;
4098
+ })[];
4099
+ acrylic?: boolean;
4100
+ opacity?: number;
4101
+ };
4102
+ };
4103
+ elevation?: number;
4104
+ };
4105
+ spacing?: {
4106
+ top?: import("@omnia/fx-models").SpacingValue;
4107
+ right?: import("@omnia/fx-models").SpacingValue;
4108
+ bottom?: import("@omnia/fx-models").SpacingValue;
4109
+ left?: import("@omnia/fx-models").SpacingValue;
4110
+ };
4111
+ };
4112
+ };
4113
+ name?: string;
4114
+ };
4112
4115
  name?: string;
4113
4116
  };
4114
4117
  };
@@ -4141,16 +4144,15 @@ declare const _default: {
4141
4144
  setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
4142
4145
  };
4143
4146
  get: {
4144
- colorSchema: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
4147
+ colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => import("@omnia/fx-models").ColorSchema;
4145
4148
  typography: () => import("@omnia/fx-models").TypographyBlueprints;
4146
4149
  spacing: () => import("@omnia/fx-models").SpacingBlueprints;
4147
- chrome: () => import("@omnia/fx-models").ChromeBlueprints;
4148
4150
  component: () => import("@omnia/fx-models").ComponentBlueprints;
4149
- 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;
4150
- 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) => ColorDefinition;
4151
+ 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;
4152
+ 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) => ColorDefinition;
4151
4153
  complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
4152
- 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;
4153
- 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) => ColorDefinition;
4154
+ 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;
4155
+ 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) => ColorDefinition;
4154
4156
  currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
4155
4157
  };
4156
4158
  };