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