@omnia/fx 8.0.129-dev → 8.0.131-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (293) 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/manifests/omnia.fx.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/runtime/core/ManifestResourceLoader.d.ts +1 -1
  6. package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/BackgroundStyleEditor.d.ts +2 -2
  8. package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker/ChromeBlueprintsPicker.css.d.ts → blueprintTemplate/BlueprintsTemplatePicker.css.d.ts} +1 -1
  9. package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker/ChromeBlueprintsPicker.d.ts → blueprintTemplate/BlueprintsTemplatePicker.d.ts} +120 -98
  10. package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromeBlueprintsViewer.d.ts +2 -2
  11. package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromePicker.d.ts +105 -105
  12. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +2 -2
  13. package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +10 -10
  14. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +2 -2
  15. package/internal-do-not-import-from-here/ux/blueprintpickers/typography/TypographyBlueprintsViewer.css.d.ts +4 -0
  16. package/internal-do-not-import-from-here/ux/blueprintpickers/typography/TypographyBlueprintsViewer.d.ts +76 -0
  17. package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +10 -10
  19. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
  20. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/docs/services/DocsService.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +2 -2
  29. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +3 -3
  41. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
  42. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3870 -2946
  47. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7586 -5738
  48. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +2 -2
  50. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7589 -5741
  56. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/properties/models/PropertyApi.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  67. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/{chrome → components}/store/ChromeEditorStore.d.ts +3 -9
  69. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +2 -0
  70. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +15 -15
  71. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/ButtonTemplateEdit.d.ts +16 -0
  72. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/ButtonTemplates.d.ts +22 -0
  73. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/TabTemplateEdit.d.ts +16 -0
  74. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/TabTemplates.d.ts +22 -0
  75. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/store/TemplateEditorStore.d.ts +156 -0
  76. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/EditThemeBlade.d.ts +4 -83
  77. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/ViewThemeBlade.d.ts +16 -0
  78. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/store/ThemeEditorStore.d.ts +55 -0
  79. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/ThemeDefinitions.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/ThemeDefinitions.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/shared.d.ts +1 -0
  83. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +3 -2
  84. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/ThemeDefinitions.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/theming-v2/designkits/index.d.ts +2 -0
  86. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/BlueprintsTemplates.d.ts +25 -17
  87. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ThemeDefinitionInstance.d.ts +12 -5
  88. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/TypographyBlueprints.d.ts +0 -4
  89. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/index.d.ts +4 -6
  90. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +64 -86
  91. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3847 -2928
  92. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +7 -7
  93. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3858 -2939
  94. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3847 -2928
  95. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3847 -2928
  96. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +102 -57
  97. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +12 -9
  98. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +10 -5
  99. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3845 -2926
  100. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +11 -41597
  101. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +12 -12
  102. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +1 -1
  103. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +2 -2
  104. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeEditor.d.ts +7 -3
  105. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeViewer.d.ts +68 -0
  106. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +11 -11
  107. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
  108. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
  109. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3870 -2946
  110. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  111. package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -1
  112. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -1
  113. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +9 -6
  114. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +4 -1
  115. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  116. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
  117. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +7 -20
  118. package/internal-do-not-import-from-here/wctypings.d.ts +66 -42
  119. package/package.json +2 -2
  120. package/internal-do-not-import-from-here/shared/broadcasting/Broadcast.d.ts +0 -37
  121. package/internal-do-not-import-from-here/shared/broadcasting/InternalTopics.d.ts +0 -23
  122. package/internal-do-not-import-from-here/shared/broadcasting/index.d.ts +0 -1
  123. package/internal-do-not-import-from-here/shared/factory/DefineFactory.d.ts +0 -12
  124. package/internal-do-not-import-from-here/shared/factory/Inject.d.ts +0 -30
  125. package/internal-do-not-import-from-here/shared/factory/Injectable.d.ts +0 -4
  126. package/internal-do-not-import-from-here/shared/factory/ServiceContainer.d.ts +0 -45
  127. package/internal-do-not-import-from-here/shared/factory/index.d.ts +0 -4
  128. package/internal-do-not-import-from-here/shared/http/Http.d.ts +0 -141
  129. package/internal-do-not-import-from-here/shared/http/index.d.ts +0 -1
  130. package/internal-do-not-import-from-here/shared/index.d.ts +0 -12
  131. package/internal-do-not-import-from-here/shared/messaging/MessageBus.d.ts +0 -48
  132. package/internal-do-not-import-from-here/shared/messaging/MessageBusMediator.d.ts +0 -30
  133. package/internal-do-not-import-from-here/shared/messaging/index.d.ts +0 -2
  134. package/internal-do-not-import-from-here/shared/models/Broadcasting.d.ts +0 -25
  135. package/internal-do-not-import-from-here/shared/models/Broadcasting.js +0 -12
  136. package/internal-do-not-import-from-here/shared/models/DependencyInjection.d.ts +0 -19
  137. package/internal-do-not-import-from-here/shared/models/DependencyInjection.js +0 -9
  138. package/internal-do-not-import-from-here/shared/models/DynamicState.d.ts +0 -1
  139. package/internal-do-not-import-from-here/shared/models/DynamicState.js +0 -2
  140. package/internal-do-not-import-from-here/shared/models/Equals.d.ts +0 -3
  141. package/internal-do-not-import-from-here/shared/models/Equals.js +0 -44
  142. package/internal-do-not-import-from-here/shared/models/Future.d.ts +0 -60
  143. package/internal-do-not-import-from-here/shared/models/Future.js +0 -149
  144. package/internal-do-not-import-from-here/shared/models/Guid.d.ts +0 -25
  145. package/internal-do-not-import-from-here/shared/models/Guid.js +0 -80
  146. package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +0 -41
  147. package/internal-do-not-import-from-here/shared/models/HttpCommon.js +0 -9
  148. package/internal-do-not-import-from-here/shared/models/Messaging.d.ts +0 -23
  149. package/internal-do-not-import-from-here/shared/models/Messaging.js +0 -2
  150. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +0 -34
  151. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.js +0 -2
  152. package/internal-do-not-import-from-here/shared/models/Realtime.d.ts +0 -28
  153. package/internal-do-not-import-from-here/shared/models/Realtime.js +0 -19
  154. package/internal-do-not-import-from-here/shared/models/SharedConstants.d.ts +0 -5
  155. package/internal-do-not-import-from-here/shared/models/SharedConstants.js +0 -9
  156. package/internal-do-not-import-from-here/shared/models/StringExtensions.d.ts +0 -6
  157. package/internal-do-not-import-from-here/shared/models/StringExtensions.js +0 -3
  158. package/internal-do-not-import-from-here/shared/models/StronglyTypedId.d.ts +0 -3
  159. package/internal-do-not-import-from-here/shared/models/StronglyTypedId.js +0 -2
  160. package/internal-do-not-import-from-here/shared/models/Tenant.d.ts +0 -4
  161. package/internal-do-not-import-from-here/shared/models/Tenant.js +0 -2
  162. package/internal-do-not-import-from-here/shared/models/Tokens.d.ts +0 -15
  163. package/internal-do-not-import-from-here/shared/models/Tokens.js +0 -2
  164. package/internal-do-not-import-from-here/shared/models/Topic.d.ts +0 -10
  165. package/internal-do-not-import-from-here/shared/models/Topic.js +0 -2
  166. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +0 -14
  167. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.js +0 -18
  168. package/internal-do-not-import-from-here/shared/models/Workers.d.ts +0 -29
  169. package/internal-do-not-import-from-here/shared/models/Workers.js +0 -8
  170. package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.d.ts +0 -13
  171. package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.js +0 -20
  172. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +0 -75
  173. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +0 -13
  174. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +0 -7
  175. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.js +0 -5
  176. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +0 -14
  177. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.js +0 -15
  178. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +0 -31
  179. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.js +0 -2
  180. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +0 -15
  181. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.js +0 -5
  182. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.d.ts +0 -8
  183. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.js +0 -2
  184. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.d.ts +0 -16
  185. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.js +0 -5
  186. package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.d.ts +0 -40
  187. package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.js +0 -17
  188. package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +0 -8
  189. package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +0 -11
  190. package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.d.ts +0 -21
  191. package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.js +0 -10
  192. package/internal-do-not-import-from-here/shared/models/hub/actors/ExternalActorId.d.ts +0 -2
  193. package/internal-do-not-import-from-here/shared/models/hub/actors/ExternalActorId.js +0 -2
  194. package/internal-do-not-import-from-here/shared/models/hub/actors/index.d.ts +0 -2
  195. package/internal-do-not-import-from-here/shared/models/hub/actors/index.js +0 -5
  196. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.d.ts +0 -3
  197. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.js +0 -5
  198. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.d.ts +0 -4
  199. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.js +0 -5
  200. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.d.ts +0 -2
  201. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.js +0 -5
  202. package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +0 -7
  203. package/internal-do-not-import-from-here/shared/models/hub/index.js +0 -10
  204. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +0 -10
  205. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.js +0 -2
  206. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +0 -5
  207. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.js +0 -2
  208. package/internal-do-not-import-from-here/shared/models/hub/social/index.d.ts +0 -2
  209. package/internal-do-not-import-from-here/shared/models/hub/social/index.js +0 -5
  210. package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.d.ts +0 -10
  211. package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.js +0 -19
  212. package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.d.ts +0 -3
  213. package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.js +0 -7
  214. package/internal-do-not-import-from-here/shared/models/hub/targeting/index.d.ts +0 -1
  215. package/internal-do-not-import-from-here/shared/models/hub/targeting/index.js +0 -4
  216. package/internal-do-not-import-from-here/shared/models/index.d.ts +0 -21
  217. package/internal-do-not-import-from-here/shared/models/index.js +0 -25
  218. package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +0 -116
  219. package/internal-do-not-import-from-here/shared/models/theming/Blueprints.js +0 -12
  220. package/internal-do-not-import-from-here/shared/models/theming/Chrome.d.ts +0 -16
  221. package/internal-do-not-import-from-here/shared/models/theming/Chrome.js +0 -2
  222. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +0 -2
  223. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +0 -38
  224. package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.d.ts +0 -1
  225. package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.js +0 -45
  226. package/internal-do-not-import-from-here/shared/models/theming/Spacing.d.ts +0 -22
  227. package/internal-do-not-import-from-here/shared/models/theming/Spacing.js +0 -11
  228. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +0 -107
  229. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +0 -28
  230. package/internal-do-not-import-from-here/shared/models/theming/Typography.d.ts +0 -59
  231. package/internal-do-not-import-from-here/shared/models/theming/Typography.js +0 -17
  232. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +0 -9
  233. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -99
  234. package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +0 -8
  235. package/internal-do-not-import-from-here/shared/models/theming/index.js +0 -12
  236. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +0 -87
  237. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.js +0 -2
  238. package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.d.ts +0 -22
  239. package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.js +0 -2
  240. package/internal-do-not-import-from-here/shared/models/velcron/VelcronReference.d.ts +0 -20
  241. package/internal-do-not-import-from-here/shared/models/velcron/VelcronReference.js +0 -5
  242. package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +0 -3
  243. package/internal-do-not-import-from-here/shared/models/velcron/index.js +0 -6
  244. package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +0 -27
  245. package/internal-do-not-import-from-here/shared/services/ActivitySubscriptionService.d.ts +0 -15
  246. package/internal-do-not-import-from-here/shared/services/DefineService.d.ts +0 -6
  247. package/internal-do-not-import-from-here/shared/services/RealtimeService.d.ts +0 -8
  248. package/internal-do-not-import-from-here/shared/services/index.d.ts +0 -4
  249. package/internal-do-not-import-from-here/shared/utils/index.d.ts +0 -4
  250. package/internal-do-not-import-from-here/shared/workers/Leader.d.ts +0 -6
  251. package/internal-do-not-import-from-here/shared/workers/WorkerProxy.d.ts +0 -11
  252. package/internal-do-not-import-from-here/shared/workers/index.d.ts +0 -2
  253. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorManager.d.ts +0 -7
  254. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorSchemaManager.d.ts +0 -12
  255. /package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/docs/ExampleComponents.d.ts +0 -0
  256. /package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/docs/SampleComponent.d.ts +0 -0
  257. /package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/docs/index.d.ts +0 -0
  258. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonBlueprintsViewer.d.ts +0 -0
  259. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonStyleEditor.d.ts +0 -0
  260. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonStylePicker.css.d.ts +0 -0
  261. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonStylePicker.d.ts +0 -0
  262. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/docs/ExampleComponents.d.ts +0 -0
  263. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/docs/SampleComponent.d.ts +0 -0
  264. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/docs/index.d.ts +0 -0
  265. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromeEditor.d.ts +0 -0
  266. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromePicker.css.d.ts +0 -0
  267. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromeViewer.d.ts +0 -0
  268. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/docs/ExampleComponents.d.ts +0 -0
  269. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/docs/SampleComponent.d.ts +0 -0
  270. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/docs/index.d.ts +0 -0
  271. /package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/{SpacingPreview.d.ts → SpacingViewer.d.ts} +0 -0
  272. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabBlueprintsViewer.d.ts +0 -0
  273. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabStyleEditor.d.ts +0 -0
  274. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabStylePicker.css.d.ts +0 -0
  275. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabStylePicker.d.ts +0 -0
  276. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/docs/ExampleComponents.d.ts +0 -0
  277. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/docs/SampleComponent.d.ts +0 -0
  278. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/docs/index.d.ts +0 -0
  279. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/TypographyEditor.d.ts +0 -0
  280. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/TypographyPicker.css.d.ts +0 -0
  281. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/TypographyPicker.d.ts +0 -0
  282. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/docs/ExampleComponents.d.ts +0 -0
  283. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/docs/SampleComponent.d.ts +0 -0
  284. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/docs/index.d.ts +0 -0
  285. /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
  286. /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
  287. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/{EditBlueprint.d.ts → EditBlueprints.d.ts} +0 -0
  288. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints/chrome/ChromeJourney.d.ts → templates/TemplatesJourney.d.ts} +0 -0
  289. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ButtonStyleBlueprints.d.ts +0 -0
  290. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ChromeStyleBlueprints.d.ts +0 -0
  291. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/Colors.d.ts +0 -0
  292. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/SpacingBlueprint.d.ts +0 -0
  293. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/TabsStyleBlueprints.d.ts +0 -0
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./HubComment"), exports);
5
- tslib_1.__exportStar(require("./HubReaction"), exports);
@@ -1,10 +0,0 @@
1
- import { GuidValue } from "../../Guid";
2
- import { ExternalActorId } from "../actors/ExternalActorId";
3
- import { SourceRelatedHubProperty } from "../activities";
4
- export declare class HubExternalIdentityProperty implements SourceRelatedHubProperty {
5
- private externalIdentityId;
6
- constructor(externalIdentityId: ExternalActorId);
7
- get propertySourceId(): GuidValue;
8
- get name(): string;
9
- get values(): string[];
10
- }
@@ -1,19 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.HubExternalIdentityProperty = void 0;
4
- const HubSource_1 = require("./HubSource");
5
- class HubExternalIdentityProperty {
6
- constructor(externalIdentityId) {
7
- this.externalIdentityId = externalIdentityId;
8
- }
9
- get propertySourceId() {
10
- return HubSource_1.HubSource.Id;
11
- }
12
- get name() {
13
- return "identity";
14
- }
15
- get values() {
16
- return [this.externalIdentityId.toString()];
17
- }
18
- }
19
- exports.HubExternalIdentityProperty = HubExternalIdentityProperty;
@@ -1,3 +0,0 @@
1
- export declare class HubSource {
2
- static Id: string;
3
- }
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.HubSource = void 0;
4
- class HubSource {
5
- static { this.Id = "eb4fde5f-4f3e-4c70-9893-3d9e048fda0c"; }
6
- }
7
- exports.HubSource = HubSource;
@@ -1 +0,0 @@
1
- export * from "./ExternalIdentityProperty";
@@ -1,4 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./ExternalIdentityProperty"), exports);
@@ -1,21 +0,0 @@
1
- export * from "./Equals";
2
- export * from "./Guid";
3
- export * from "./Broadcasting";
4
- export * from "./Topic";
5
- export * from "./Workers";
6
- export * from "./SharedConstants";
7
- export * from "./WorkerProxyFuncs";
8
- export * from "./HttpCommon";
9
- export * from "./Future";
10
- export * from "./Tokens";
11
- export * from "./Tenant";
12
- export * from "./Realtime";
13
- export * from "./OmniaSharedBootstrapData";
14
- export * from "./StringExtensions";
15
- export * from "./DynamicState";
16
- export * from "./StronglyTypedId";
17
- export * from "./theming";
18
- export * from "./hub";
19
- export * from "./velcron";
20
- export * from "./DependencyInjection";
21
- export * from "./Messaging";
@@ -1,25 +0,0 @@
1
- "use strict";
2
- //! <omnia-transform-resource path="9a75501c-254b-46d1-9010-7b13681e06f4" />
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./Equals"), exports);
6
- tslib_1.__exportStar(require("./Guid"), exports);
7
- tslib_1.__exportStar(require("./Broadcasting"), exports);
8
- tslib_1.__exportStar(require("./Topic"), exports);
9
- tslib_1.__exportStar(require("./Workers"), exports);
10
- tslib_1.__exportStar(require("./SharedConstants"), exports);
11
- tslib_1.__exportStar(require("./WorkerProxyFuncs"), exports);
12
- tslib_1.__exportStar(require("./HttpCommon"), exports);
13
- tslib_1.__exportStar(require("./Future"), exports);
14
- tslib_1.__exportStar(require("./Tokens"), exports);
15
- tslib_1.__exportStar(require("./Tenant"), exports);
16
- tslib_1.__exportStar(require("./Realtime"), exports);
17
- tslib_1.__exportStar(require("./OmniaSharedBootstrapData"), exports);
18
- tslib_1.__exportStar(require("./StringExtensions"), exports);
19
- tslib_1.__exportStar(require("./DynamicState"), exports);
20
- tslib_1.__exportStar(require("./StronglyTypedId"), exports);
21
- tslib_1.__exportStar(require("./theming"), exports);
22
- tslib_1.__exportStar(require("./hub"), exports);
23
- tslib_1.__exportStar(require("./velcron"), exports);
24
- tslib_1.__exportStar(require("./DependencyInjection"), exports);
25
- tslib_1.__exportStar(require("./Messaging"), exports);
@@ -1,116 +0,0 @@
1
- import { BackgroundDefinition, ColorValue, FillDefinition } from "./ThemeDefinitionV2";
2
- import { ChromeBlueprint } from "./Chrome";
3
- import { SpacingDefinition, Spacing } from "./Spacing";
4
- import { TypographyValue } from "./Typography";
5
- export interface BoxDimensions extends Spacing {
6
- }
7
- import { TypographyBlueprint } from "./Typography";
8
- export interface Blueprints {
9
- name?: string;
10
- }
11
- export type BlueprintVariant = "primary" | "secondary" | "variant1" | "variant2" | "variant3";
12
- export type ButtonBlueprintType = "text" | "icon";
13
- export interface ChromeBlueprints extends Blueprints {
14
- primary: ChromeBlueprint;
15
- variant1?: ChromeBlueprint;
16
- variant2?: ChromeBlueprint;
17
- variant3?: ChromeBlueprint;
18
- }
19
- export interface TypographyBlueprints extends Blueprints {
20
- primary: TypographyBlueprint;
21
- }
22
- export interface SpacingBlueprints extends Blueprints {
23
- primary: SpacingBlueprint;
24
- }
25
- export type ButtonTypes = "primary" | "basic" | "accent1" | "warn" | "disabled" | "link";
26
- export interface ComponentBlueprints extends Blueprints {
27
- buttons?: {
28
- text?: {
29
- primary?: ButtonBlueprint;
30
- basic?: ButtonBlueprint;
31
- accent1?: ButtonBlueprint;
32
- warn?: ButtonBlueprint;
33
- disabled?: ButtonBlueprint;
34
- link?: ButtonBlueprint;
35
- };
36
- icon?: {
37
- primary?: ButtonBlueprint;
38
- basic?: ButtonBlueprint;
39
- accent1?: ButtonBlueprint;
40
- warn?: ButtonBlueprint;
41
- disabled?: ButtonBlueprint;
42
- link?: ButtonBlueprint;
43
- };
44
- };
45
- tabs?: {
46
- primary?: TabsBlueprint;
47
- variant1?: TabsBlueprint;
48
- variant2?: TabsBlueprint;
49
- variant3?: TabsBlueprint;
50
- };
51
- }
52
- export interface SpacingBlueprint {
53
- layout: SpacingDefinition;
54
- inner: SpacingDefinition;
55
- }
56
- export type SpacingBlueprintTypes = "inner" | "layout";
57
- export type WebBlueprintItemDefintionType = "button" | "searchbox" | "text" | "icon" | "tab";
58
- export declare enum WebBlueprintItemDefintionTypes {
59
- button = "button",
60
- searchbox = "searchbox"
61
- }
62
- export type VelcronBlueprintDefintionType = "button";
63
- export declare enum VelcronBlueprintDefintionTypes {
64
- button = "button"
65
- }
66
- export interface Blueprint {
67
- type: VelcronBlueprintDefintionType | WebBlueprintItemDefintionType;
68
- }
69
- export interface SearchBoxBlueprint extends Blueprint {
70
- type: "searchbox";
71
- borderRadius?: BoxDimensions;
72
- variant?: "outlined" | "solo" | "regular" | "plain" | "underlined";
73
- }
74
- export interface ButtonBlueprint extends Blueprint {
75
- type: "button";
76
- padding?: Spacing;
77
- background?: BackgroundDefinition;
78
- alterCase?: boolean;
79
- text?: TextBlueprint;
80
- icon?: IconBlueprint;
81
- }
82
- export interface TabsBlueprint extends Blueprint {
83
- type: "tab";
84
- background?: BackgroundDefinition;
85
- padding?: Spacing;
86
- margin?: Spacing;
87
- vertical?: boolean;
88
- hideSlider?: boolean;
89
- iconPosition?: "left" | "right" | "top";
90
- grow?: boolean;
91
- minHeight?: number;
92
- minWidth?: number;
93
- alignment?: "start" | "center" | "end";
94
- sliderColor?: ColorValue;
95
- text?: TextBlueprint;
96
- icon?: IconBlueprint;
97
- active?: {
98
- padding?: Spacing;
99
- background?: BackgroundDefinition;
100
- text?: TextBlueprint;
101
- icon?: IconBlueprint;
102
- };
103
- inactive?: {
104
- background?: BackgroundDefinition;
105
- };
106
- }
107
- export interface TextBlueprint extends Blueprint {
108
- type: "text";
109
- color?: FillDefinition;
110
- typography?: TypographyValue;
111
- }
112
- export interface IconBlueprint extends Blueprint {
113
- type: "icon";
114
- color?: FillDefinition;
115
- size?: number;
116
- }
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VelcronBlueprintDefintionTypes = exports.WebBlueprintItemDefintionTypes = void 0;
4
- var WebBlueprintItemDefintionTypes;
5
- (function (WebBlueprintItemDefintionTypes) {
6
- WebBlueprintItemDefintionTypes["button"] = "button";
7
- WebBlueprintItemDefintionTypes["searchbox"] = "searchbox";
8
- })(WebBlueprintItemDefintionTypes || (exports.WebBlueprintItemDefintionTypes = WebBlueprintItemDefintionTypes = {}));
9
- var VelcronBlueprintDefintionTypes;
10
- (function (VelcronBlueprintDefintionTypes) {
11
- VelcronBlueprintDefintionTypes["button"] = "button";
12
- })(VelcronBlueprintDefintionTypes || (exports.VelcronBlueprintDefintionTypes = VelcronBlueprintDefintionTypes = {}));
@@ -1,16 +0,0 @@
1
- import { GuidValue } from "../Guid";
2
- import { VelcronAppDefinition } from "../velcron";
3
- import { Spacing } from "./Spacing";
4
- import { BackgroundDefinition, ColorSchemaType } from "./ThemeDefinitionV2";
5
- export interface ChromeBlueprint {
6
- name?: string;
7
- colorSchemaType?: ColorSchemaType;
8
- header: {
9
- definitionId: GuidValue;
10
- definition?: VelcronAppDefinition;
11
- };
12
- styles: {
13
- background?: BackgroundDefinition;
14
- spacing?: Spacing;
15
- };
16
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- import { SpacingDefinition } from "./Spacing";
2
- export declare function getSpacingValueFromBlueprint(spacingValue: any, definition: SpacingDefinition): number;
@@ -1,38 +0,0 @@
1
- "use strict";
2
- // import { SpacingDefinition, SpacingTypes } from "@omnia/fx-models";
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.getSpacingValueFromBlueprint = void 0;
5
- const Spacing_1 = require("./Spacing");
6
- function getSpacingValueFromBlueprint(spacingValue, definition) {
7
- if (!spacingValue) {
8
- return 0;
9
- }
10
- let negative = false;
11
- let result = spacingValue;
12
- if (isNaN(spacingValue) && definition) {
13
- if (spacingValue.startsWith("-")) {
14
- negative = true;
15
- }
16
- spacingValue = spacingValue.replace("-", "");
17
- if (spacingValue === Spacing_1.SpacingTypes.xs) {
18
- result = definition.xs;
19
- }
20
- else if (spacingValue === Spacing_1.SpacingTypes.s) {
21
- result = definition.s;
22
- }
23
- else if (spacingValue === Spacing_1.SpacingTypes.m) {
24
- result = definition.m;
25
- }
26
- else if (spacingValue === Spacing_1.SpacingTypes.l) {
27
- result = definition.l;
28
- }
29
- else if (spacingValue === Spacing_1.SpacingTypes.xl) {
30
- result = definition.xl;
31
- }
32
- else {
33
- result = 0;
34
- }
35
- }
36
- return negative ? -result : result;
37
- }
38
- exports.getSpacingValueFromBlueprint = getSpacingValueFromBlueprint;
@@ -1 +0,0 @@
1
- export declare function setColorOpacity(color: any, opacity: any): any;
@@ -1,45 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.setColorOpacity = void 0;
4
- function setColorOpacity(color, opacity) {
5
- function getRGBValues(color) {
6
- const tmpColor = color.replace("rgba", "rgb");
7
- return tmpColor.substring(4, tmpColor.length - 1)
8
- .replace(/ /g, "")
9
- .split(",");
10
- }
11
- function getRGBValuesFromHex(color) {
12
- const result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(color);
13
- if (result) {
14
- return [
15
- parseInt(result[1], 16),
16
- parseInt(result[2], 16),
17
- parseInt(result[3], 16)
18
- ];
19
- }
20
- }
21
- function isRGBColor(color) {
22
- if (!color) {
23
- return null;
24
- }
25
- if (color.indexOf("rgb") > -1) {
26
- return true;
27
- }
28
- if (color.indexOf("rgba") > -1) {
29
- return true;
30
- }
31
- return false;
32
- }
33
- let rgb = null;
34
- if (!isRGBColor(color)) {
35
- rgb = getRGBValuesFromHex(color);
36
- }
37
- else {
38
- rgb = getRGBValues(color);
39
- }
40
- if (rgb) {
41
- return `rgba(${rgb[0]},${rgb[1]},${rgb[2]},${opacity})`;
42
- }
43
- return color;
44
- }
45
- exports.setColorOpacity = setColorOpacity;
@@ -1,22 +0,0 @@
1
- export interface Spacing {
2
- top?: SpacingValue;
3
- right?: SpacingValue;
4
- bottom?: SpacingValue;
5
- left?: SpacingValue;
6
- }
7
- export interface SpacingDefinition {
8
- name: string;
9
- xs: number;
10
- s: number;
11
- m: number;
12
- l: number;
13
- xl: number;
14
- }
15
- export type SpacingValue = "xs" | "s" | "m" | "l" | "xl" | number;
16
- export declare enum SpacingTypes {
17
- xs = "xs",
18
- s = "s",
19
- m = "m",
20
- l = "l",
21
- xl = "xl"
22
- }
@@ -1,11 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SpacingTypes = void 0;
4
- var SpacingTypes;
5
- (function (SpacingTypes) {
6
- SpacingTypes["xs"] = "xs";
7
- SpacingTypes["s"] = "s";
8
- SpacingTypes["m"] = "m";
9
- SpacingTypes["l"] = "l";
10
- SpacingTypes["xl"] = "xl";
11
- })(SpacingTypes || (exports.SpacingTypes = SpacingTypes = {}));
@@ -1,107 +0,0 @@
1
- import { Guid } from "../Guid";
2
- import { BoxDimensions, ChromeBlueprints, ComponentBlueprints, SpacingBlueprints, TypographyBlueprints } from "./Blueprints";
3
- export interface ColorTypeResult<resultType> {
4
- base: resultType;
5
- baseTone: resultType;
6
- onBase: resultType;
7
- onBaseTone: resultType;
8
- container: resultType;
9
- containerTone: resultType;
10
- onContainer: resultType;
11
- onContainerTone: resultType;
12
- colorType: (colorType: string) => resultType;
13
- }
14
- export interface ColorDefinition {
15
- dark: boolean;
16
- color: string;
17
- colorToned: string;
18
- }
19
- export interface ColorStyles {
20
- background: object | string;
21
- color: object | string;
22
- all: object | string;
23
- }
24
- export interface ColorSchema {
25
- name: string;
26
- base: ColorDefinition;
27
- onBase: ColorDefinition;
28
- container: ColorDefinition;
29
- onContainer: ColorDefinition;
30
- }
31
- export interface ColorSchemas {
32
- primary: ColorSchema;
33
- secondary: ColorSchema;
34
- accent1: ColorSchema;
35
- accent2: ColorSchema;
36
- accent3: ColorSchema;
37
- neutral: ColorSchema;
38
- background: ColorSchema;
39
- error: ColorSchema;
40
- info: ColorSchema;
41
- }
42
- export interface ThemeDefinitionV2 {
43
- id: Guid;
44
- name?: string;
45
- colors: ColorSchemas;
46
- typography: TypographyBlueprints;
47
- spacing: SpacingBlueprints;
48
- chrome: ChromeBlueprints;
49
- components: ComponentBlueprints;
50
- }
51
- export type ColorSchemaType = keyof typeof ColorSchemaTypes;
52
- export declare enum ColorSchemaTypes {
53
- primary = "primary",
54
- secondary = "secondary",
55
- accent1 = "accent1",
56
- accent2 = "accent2",
57
- accent3 = "accent3",
58
- neutral = "neutral",
59
- background = "background",
60
- error = "error",
61
- info = "info",
62
- dynamic = "dynamic"
63
- }
64
- export type ColorType = keyof typeof ColorTypes;
65
- export declare enum ColorTypes {
66
- base = "base",
67
- onBase = "onBase",
68
- container = "container",
69
- onContainer = "onContainer"
70
- }
71
- export interface ThemedColorValue {
72
- colorType: ColorType;
73
- toned?: boolean;
74
- colorSchemaType?: ColorSchemaType;
75
- }
76
- export type ColorValue = string | ThemedColorValue;
77
- export declare enum RadialGradientShapes {
78
- circle = 0,
79
- ellipse = 1
80
- }
81
- export interface ColorGradientValue {
82
- color: ColorValue;
83
- stop?: number;
84
- }
85
- /**Background */
86
- export interface BackgroundDefinition {
87
- fill?: FillDefinition;
88
- border?: BorderStylingDefinition;
89
- elevation?: number;
90
- }
91
- export interface FillDefinition {
92
- colors: Array<ColorValue | ColorGradientValue>;
93
- acrylic?: boolean;
94
- opacity?: number;
95
- }
96
- export interface LinearGradientFillDefinition extends FillDefinition {
97
- degrees: number;
98
- }
99
- export interface RadialGradientFillDefinition extends FillDefinition {
100
- shape: RadialGradientShapes;
101
- position?: number;
102
- }
103
- export interface BorderStylingDefinition {
104
- radius?: BoxDimensions;
105
- width?: BoxDimensions;
106
- fill?: FillDefinition;
107
- }
@@ -1,28 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RadialGradientShapes = exports.ColorTypes = exports.ColorSchemaTypes = void 0;
4
- var ColorSchemaTypes;
5
- (function (ColorSchemaTypes) {
6
- ColorSchemaTypes["primary"] = "primary";
7
- ColorSchemaTypes["secondary"] = "secondary";
8
- ColorSchemaTypes["accent1"] = "accent1";
9
- ColorSchemaTypes["accent2"] = "accent2";
10
- ColorSchemaTypes["accent3"] = "accent3";
11
- ColorSchemaTypes["neutral"] = "neutral";
12
- ColorSchemaTypes["background"] = "background";
13
- ColorSchemaTypes["error"] = "error";
14
- ColorSchemaTypes["info"] = "info";
15
- ColorSchemaTypes["dynamic"] = "dynamic";
16
- })(ColorSchemaTypes || (exports.ColorSchemaTypes = ColorSchemaTypes = {}));
17
- var ColorTypes;
18
- (function (ColorTypes) {
19
- ColorTypes["base"] = "base";
20
- ColorTypes["onBase"] = "onBase";
21
- ColorTypes["container"] = "container";
22
- ColorTypes["onContainer"] = "onContainer";
23
- })(ColorTypes || (exports.ColorTypes = ColorTypes = {}));
24
- var RadialGradientShapes;
25
- (function (RadialGradientShapes) {
26
- RadialGradientShapes[RadialGradientShapes["circle"] = 0] = "circle";
27
- RadialGradientShapes[RadialGradientShapes["ellipse"] = 1] = "ellipse";
28
- })(RadialGradientShapes || (exports.RadialGradientShapes = RadialGradientShapes = {}));
@@ -1,59 +0,0 @@
1
- import { Guid } from "../Guid";
2
- export interface TypographyBlueprint {
3
- name: string;
4
- font?: {
5
- id: Guid;
6
- family: string;
7
- cdn?: string;
8
- };
9
- title: {
10
- xl: TypographyDefinition;
11
- l: TypographyDefinition;
12
- m: TypographyDefinition;
13
- s: TypographyDefinition;
14
- xs: TypographyDefinition;
15
- };
16
- text: {
17
- l: TypographyDefinition;
18
- m: TypographyDefinition;
19
- s: TypographyDefinition;
20
- xs: TypographyDefinition;
21
- };
22
- navigation: {
23
- l: TypographyDefinition;
24
- m: TypographyDefinition;
25
- };
26
- link: {
27
- m: TypographyDefinition;
28
- };
29
- }
30
- export interface TypographyDefinition {
31
- decoration?: string;
32
- lg: TypographyTypeBreakPoint;
33
- md?: TypographyTypeBreakPoint;
34
- sm?: TypographyTypeBreakPoint;
35
- }
36
- export interface TypographyTypeBreakPoint {
37
- weight: number;
38
- size: number;
39
- lineHeight: number;
40
- }
41
- export type TypographyType = keyof typeof TypographyTypes;
42
- export declare enum TypographyTypes {
43
- title = "title",
44
- text = "text",
45
- navigation = "navigation"
46
- }
47
- export interface ThemedTypographyValue {
48
- type: TypographyType;
49
- size: TypographySize;
50
- }
51
- export type TypographyValue = TypographyDefinition | ThemedTypographyValue;
52
- export type TypographySize = keyof typeof TypographySizes;
53
- export declare enum TypographySizes {
54
- xl = "xl",
55
- l = "l",
56
- m = "m",
57
- s = "s",
58
- xs = "xs"
59
- }
@@ -1,17 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TypographySizes = exports.TypographyTypes = void 0;
4
- var TypographyTypes;
5
- (function (TypographyTypes) {
6
- TypographyTypes["title"] = "title";
7
- TypographyTypes["text"] = "text";
8
- TypographyTypes["navigation"] = "navigation";
9
- })(TypographyTypes || (exports.TypographyTypes = TypographyTypes = {}));
10
- var TypographySizes;
11
- (function (TypographySizes) {
12
- TypographySizes["xl"] = "xl";
13
- TypographySizes["l"] = "l";
14
- TypographySizes["m"] = "m";
15
- TypographySizes["s"] = "s";
16
- TypographySizes["xs"] = "xs";
17
- })(TypographySizes || (exports.TypographySizes = TypographySizes = {}));
@@ -1,9 +0,0 @@
1
- import { ColorDefinition, ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes } from "./ThemeDefinitionV2";
2
- export declare function useThemeMethods(getThemeDefinition: () => any): {
3
- colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => ColorSchema;
4
- color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
5
- colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => ColorDefinition;
6
- complementaryColorType: (colorType: ColorTypes | ColorType) => ColorTypes;
7
- complementaryColor: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
8
- complementaryColorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => ColorDefinition;
9
- };