@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
@@ -1,5 +1,5 @@
1
1
  import { EnterprisePropertyDefinition, IExtendApiManifestWithConfiguration, PropertyBindingProviderId, PropertyDataSourceId, PropertyDefinition, PropertyValuePrimitiveConverter } from "@omnia/fx-models";
2
- import { GuidValue } from "../../../shared/models";
2
+ import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
3
3
  import { VueComponentBase } from "../../VueComponentBase";
4
4
  import { PropertyDefinitionId, PropertySettings } from "./Properties";
5
5
  import { IPropertyDataSourceRegistrationApi } from "./DataSource";
@@ -1,4 +1,4 @@
1
- import { ChromeBlueprint, Guid, VelcronAppDefinition, ColorValue, ChromeBlueprints, BlueprintVariant } from "@omnia/fx-models";
1
+ import { ChromeBlueprint, VelcronAppDefinition, ColorValue, ChromeBlueprints, BlueprintVariant } from "@omnia/fx-models";
2
2
  export declare const useChromeEditorStore: () => {
3
3
  state: {
4
4
  editMode: boolean;
@@ -86,10 +86,4 @@ export declare const useChromeEditorStore: () => {
86
86
  save(): void;
87
87
  };
88
88
  get: {};
89
- bladeId: {
90
- chromeEditBlade: Guid;
91
- chromeBlueprintsBlade: Guid;
92
- chromesBladeId: Guid;
93
- chromeDefinition: ChromeBlueprint;
94
- };
95
89
  };
@@ -98,5 +98,7 @@ export declare const useComponentsEditorStore: () => {
98
98
  componentsBlade: Guid;
99
99
  typographyBlade: Guid;
100
100
  spacingBlade: Guid;
101
+ blockBlade: Guid;
102
+ blockEditBlade: Guid;
101
103
  };
102
104
  };
@@ -2,7 +2,6 @@ import { ChromeBlueprints, ComponentBlueprints, SpacingBlueprints, TypographyBlu
2
2
  import { DefaultInnerSpacing, DefaultLayoutSpacing, PreviewInnerSpacing } from "./SpacingBlueprint";
3
3
  import { DefaultTypography, FunkyTypography, PreviewMiniTypography, PreviewTypography } from "./TypographyBlueprints";
4
4
  declare class ChromeBlueprintsTemplate implements ChromeBlueprints {
5
- type: "chrome";
6
5
  name: any;
7
6
  primary: any;
8
7
  variant1: any;
@@ -11,7 +10,6 @@ declare class ChromeBlueprintsTemplate implements ChromeBlueprints {
11
10
  constructor();
12
11
  }
13
12
  export declare class DefaultSpacingBlueprintTemplate implements SpacingBlueprints {
14
- type: "spacing";
15
13
  name: string;
16
14
  primary: {
17
15
  layout: DefaultLayoutSpacing;
@@ -19,8 +17,7 @@ export declare class DefaultSpacingBlueprintTemplate implements SpacingBlueprint
19
17
  };
20
18
  constructor();
21
19
  }
22
- export declare class PreviewSPacingBlueprintTemplate implements SpacingBlueprints {
23
- type: "spacing";
20
+ export declare class PreviewSpacingBlueprintTemplate implements SpacingBlueprints {
24
21
  name: string;
25
22
  primary: {
26
23
  layout: PreviewInnerSpacing;
@@ -29,7 +26,6 @@ export declare class PreviewSPacingBlueprintTemplate implements SpacingBlueprint
29
26
  constructor();
30
27
  }
31
28
  declare class ComponentBlueprintsTemplate implements ComponentBlueprints {
32
- type: "component";
33
29
  name: any;
34
30
  buttons: {
35
31
  text: {
@@ -49,34 +45,31 @@ declare class ComponentBlueprintsTemplate implements ComponentBlueprints {
49
45
  link: any;
50
46
  };
51
47
  };
52
- tabs?: {
48
+ tabs: {
53
49
  primary: any;
54
50
  variant1: any;
55
51
  variant2: any;
56
52
  variant3: any;
57
53
  };
54
+ blocks: ChromeBlueprintsTemplate;
58
55
  constructor();
59
56
  }
60
57
  export declare class DefaultTypographyBlueprint implements TypographyBlueprints {
61
- type: "typography";
62
58
  name: string;
63
59
  primary: DefaultTypography;
64
60
  constructor();
65
61
  }
66
62
  export declare class FunkyTypographyBlueprint implements TypographyBlueprints {
67
- type: "typography";
68
63
  name: string;
69
64
  primary: FunkyTypography;
70
65
  constructor();
71
66
  }
72
67
  export declare class PreviewTypographyBlueprint implements TypographyBlueprints {
73
- type: "typography";
74
68
  name: string;
75
69
  primary: PreviewTypography;
76
70
  constructor();
77
71
  }
78
72
  export declare class PreviewMiniTypographyBlueprint implements TypographyBlueprints {
79
- type: "typography";
80
73
  name: string;
81
74
  primary: PreviewMiniTypography;
82
75
  constructor();
@@ -90,7 +83,7 @@ export declare const BlueprintsTemplates: {
90
83
  };
91
84
  spacing: {
92
85
  default: () => DefaultSpacingBlueprintTemplate;
93
- preview: () => PreviewSPacingBlueprintTemplate;
86
+ preview: () => PreviewSpacingBlueprintTemplate;
94
87
  };
95
88
  typography: {
96
89
  default: () => DefaultTypographyBlueprint;
@@ -19,6 +19,7 @@ export declare class ThemeDefinitionInstance implements ThemeDefinitionV2 {
19
19
  background: string | ColorSchema;
20
20
  info: string | ColorSchema;
21
21
  error: string | ColorSchema;
22
+ warning: string | ColorSchema;
22
23
  }, name: string, id: Guid, blueprints: {
23
24
  typography: TypographyBlueprints;
24
25
  spacing: SpacingBlueprints;