@omnia/fx 8.0.127-dev → 8.0.129-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 (135) hide show
  1. package/internal-do-not-import-from-here/core/Factory.d.ts +2 -0
  2. package/internal-do-not-import-from-here/core/index.d.ts +2 -4
  3. package/internal-do-not-import-from-here/core/messaging/BuiltInTopics.d.ts +1 -1
  4. package/internal-do-not-import-from-here/core/messaging/index.d.ts +1 -1
  5. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +1 -1
  6. package/internal-do-not-import-from-here/index.d.ts +16 -18
  7. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  8. package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +3 -1
  9. package/internal-do-not-import-from-here/services/identities/UserService.d.ts +3 -2
  10. package/internal-do-not-import-from-here/services/index.d.ts +0 -1
  11. package/internal-do-not-import-from-here/{core → shared/factory}/DefineFactory.d.ts +1 -1
  12. package/internal-do-not-import-from-here/{core → shared/factory}/Inject.d.ts +2 -2
  13. package/internal-do-not-import-from-here/{core → shared/factory}/ServiceContainer.d.ts +1 -0
  14. package/internal-do-not-import-from-here/shared/factory/index.d.ts +4 -0
  15. package/internal-do-not-import-from-here/shared/index.d.ts +3 -0
  16. package/internal-do-not-import-from-here/{core → shared}/messaging/MessageBus.d.ts +1 -1
  17. package/internal-do-not-import-from-here/{core → shared}/messaging/MessageBusMediator.d.ts +1 -1
  18. package/internal-do-not-import-from-here/shared/messaging/index.d.ts +2 -0
  19. package/internal-do-not-import-from-here/shared/models/DependencyInjection.d.ts +19 -0
  20. package/internal-do-not-import-from-here/shared/models/DependencyInjection.js +9 -0
  21. package/internal-do-not-import-from-here/shared/models/Guid.js +1 -1
  22. package/internal-do-not-import-from-here/shared/models/Messaging.d.ts +23 -0
  23. package/internal-do-not-import-from-here/shared/models/Messaging.js +2 -0
  24. package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.js +1 -1
  25. package/internal-do-not-import-from-here/shared/models/index.d.ts +2 -0
  26. package/internal-do-not-import-from-here/shared/models/index.js +2 -0
  27. package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +0 -6
  28. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +6 -4
  29. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +0 -2
  30. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -4
  31. package/internal-do-not-import-from-here/shared/utils/index.d.ts +4 -0
  32. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonBlueprintsViewer.d.ts +3 -3
  33. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.css.d.ts +4 -0
  34. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.d.ts +364 -0
  35. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsViewer.d.ts +3 -3
  36. package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +3 -3
  37. package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabBlueprintsViewer.d.ts +3 -3
  38. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +3 -3
  44. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +26 -0
  45. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +26 -0
  46. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +26 -0
  47. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +10 -10
  48. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +10 -10
  49. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +10 -10
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +10 -10
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +10 -10
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +10 -10
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +10 -10
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +10 -10
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +10 -10
  56. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
  58. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +2 -2
  59. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3661 -10
  67. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7322 -20
  68. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +2 -2
  69. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +1 -1
  71. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +2 -2
  72. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +2 -2
  74. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +1 -1
  76. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
  77. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7325 -23
  81. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
  85. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
  86. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
  87. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/IdentityCreationRequestView.d.ts +10 -10
  89. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BlueprintsTemplates.d.ts +32 -1
  90. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorManager.d.ts +7 -0
  91. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorSchemaManager.d.ts +12 -0
  92. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +21 -2
  93. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeRegistrations.d.ts +1 -0
  94. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +99 -3
  95. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +159 -3
  96. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +13 -1
  97. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3668 -16
  98. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3661 -9
  99. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3667 -15
  100. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3666 -14
  101. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +0 -9
  102. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +5 -6
  103. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3670 -18
  104. package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +0 -2
  105. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +36610 -100
  106. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeEditor.d.ts +77 -0
  107. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3661 -10
  108. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  109. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +3 -3
  110. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
  111. package/internal-do-not-import-from-here/wctypings.d.ts +23 -1
  112. package/package.json +2 -2
  113. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +0 -12
  114. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +0 -22
  115. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +0 -20
  116. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +0 -27
  117. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsComponents.d.ts +0 -0
  118. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsSpacing.d.ts +0 -28
  119. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +0 -8
  120. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +0 -8
  121. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +0 -11
  122. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts +0 -0
  123. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsSpacing.d.ts +0 -19
  124. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +0 -98
  125. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +0 -11
  126. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +0 -8
  127. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +0 -11
  128. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
  129. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsSpacing.d.ts +0 -19
  130. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +0 -158
  131. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +0 -29
  132. package/internal-do-not-import-from-here/{core → shared/factory}/Injectable.d.ts +0 -0
  133. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{default/themes/DefinitionsTypography.d.ts → core/TypographyBlueprints.d.ts} +0 -0
  134. package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.css.d.ts → themepicker/ThemePicker.css.d.ts} +0 -0
  135. package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.d.ts → themepicker/ThemePicker.d.ts} +1 -1
@@ -396,8 +396,8 @@ declare const _default: {
396
396
  colorSchemaType?: any;
397
397
  colors?: any;
398
398
  } & {
399
- label?: string;
400
399
  class?: String | String[];
400
+ label?: string;
401
401
  direction?: "horizontal" | "vertical";
402
402
  "v-model"?: any;
403
403
  "onUpdate:modelValue"?: (value: any) => any;
@@ -286,8 +286,8 @@ declare const _default: {
286
286
  colors?: any;
287
287
  } & {
288
288
  disabled?: boolean;
289
- label?: string;
290
289
  class?: String | String[];
290
+ label?: string;
291
291
  "v-model"?: boolean;
292
292
  "onUpdate:modelValue"?: (value: boolean) => any;
293
293
  modelValue?: boolean;
@@ -383,12 +383,12 @@ declare const _default: {
383
383
  vertical?: boolean;
384
384
  contentClass?: string | string[];
385
385
  grow?: boolean;
386
+ toned?: boolean;
386
387
  blueprint?: TabsBlueprint;
387
388
  "v-model"?: number;
388
389
  "onUpdate:modelValue"?: (value: number) => any;
389
390
  modelValue?: number;
390
391
  variant?: "navigation" | "default" | "header" | "toolbar" | "settings";
391
- toned?: boolean;
392
392
  scrolling?: string;
393
393
  stacked?: boolean;
394
394
  "content-class"?: string | string[];
@@ -264,11 +264,11 @@ declare const _default: {
264
264
  typography?: "title" | "text" | "navigation" | TypographyTypes;
265
265
  class?: String | String[];
266
266
  size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
267
- blueprint?: TextBlueprint;
267
+ colorType?: "base" | "onBase" | "container" | "onContainer" | ColorTypes;
268
268
  toned?: boolean;
269
+ blueprint?: TextBlueprint;
269
270
  typographyValue?: TypographyValue;
270
271
  "typography-value"?: TypographyValue;
271
- colorType?: "base" | "onBase" | "container" | "onContainer" | ColorTypes;
272
272
  "color-type"?: "base" | "onBase" | "container" | "onContainer" | ColorTypes;
273
273
  truncateLines?: number;
274
274
  "truncate-lines"?: number;
@@ -501,12 +501,13 @@ declare const _default: {
501
501
  } & {
502
502
  color?: ColorValue;
503
503
  disabled?: boolean;
504
- label?: string;
505
504
  class?: String | String[];
505
+ label?: string;
506
506
  errorMessages?: string | string[];
507
507
  rows?: number;
508
508
  placeholder?: string;
509
509
  readonly?: boolean;
510
+ toned?: boolean;
510
511
  "v-model"?: string;
511
512
  "onUpdate:modelValue"?: (value: string) => any;
512
513
  modelValue?: string;
@@ -514,7 +515,6 @@ declare const _default: {
514
515
  default?: import("../../DefineVueTypings").Slot<any[]>;
515
516
  } & VTextAreaSlots;
516
517
  autofocus?: boolean;
517
- toned?: boolean;
518
518
  rules?: ValidationRule[];
519
519
  hint?: string;
520
520
  persistentHint?: boolean;
@@ -559,11 +559,12 @@ declare const _default: {
559
559
  type?: "number" | "text" | "password";
560
560
  color?: ColorValue;
561
561
  disabled?: boolean;
562
- label?: string;
563
562
  class?: String | String[];
563
+ label?: string;
564
564
  errorMessages?: string | string[];
565
565
  placeholder?: string;
566
566
  readonly?: boolean;
567
+ toned?: boolean;
567
568
  "v-model"?: string | number | WritableComputedRef<string>;
568
569
  "onUpdate:modelValue"?: (value: string | number | WritableComputedRef<string>) => any;
569
570
  modelValue?: string | number | WritableComputedRef<string>;
@@ -573,7 +574,6 @@ declare const _default: {
573
574
  prefix?: string;
574
575
  autofocus?: boolean;
575
576
  variant?: "search" | "link" | "default" | "media" | "find-slim";
576
- toned?: boolean;
577
577
  loading?: boolean;
578
578
  rules?: ValidationRule[];
579
579
  hint?: string;
@@ -280,6 +280,7 @@ declare const _default: {
280
280
  icon?: IIcon;
281
281
  class?: String | String[];
282
282
  closeButton?: boolean;
283
+ toned?: boolean;
283
284
  "v-slots"?: {
284
285
  default?: import("../../DefineVueTypings").Slot<any[]>;
285
286
  } & {
@@ -290,7 +291,6 @@ declare const _default: {
290
291
  subTitle?: string;
291
292
  "sub-title"?: string;
292
293
  divider?: boolean;
293
- toned?: boolean;
294
294
  "close-button"?: boolean;
295
295
  backButton?: boolean;
296
296
  "back-button"?: boolean;
@@ -49,6 +49,7 @@ declare const _default: {
49
49
  includes: (searchElement: string, fromIndex?: number) => boolean;
50
50
  flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
51
51
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
52
+ at: (index: number) => string;
52
53
  [Symbol.iterator]: () => IterableIterator<string>;
53
54
  readonly [Symbol.unscopables]: {
54
55
  readonly [x: number]: boolean;
@@ -75,11 +76,10 @@ declare const _default: {
75
76
  includes?: boolean;
76
77
  flatMap?: boolean;
77
78
  flat?: boolean;
79
+ at?: boolean;
78
80
  [Symbol.iterator]?: boolean;
79
81
  readonly [Symbol.unscopables]?: boolean;
80
- at?: boolean;
81
82
  };
82
- at: (index: number) => string;
83
83
  }> | Readonly<import("vue").ExtractPropTypes<{
84
84
  readonly [x: string]: import("vue").Prop<unknown, unknown>;
85
85
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{
@@ -127,6 +127,7 @@ declare const _default: {
127
127
  includes: (searchElement: string, fromIndex?: number) => boolean;
128
128
  flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
129
129
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
130
+ at: (index: number) => string;
130
131
  [Symbol.iterator]: () => IterableIterator<string>;
131
132
  readonly [Symbol.unscopables]: {
132
133
  readonly [x: number]: boolean;
@@ -153,11 +154,10 @@ declare const _default: {
153
154
  includes?: boolean;
154
155
  flatMap?: boolean;
155
156
  flat?: boolean;
157
+ at?: boolean;
156
158
  [Symbol.iterator]?: boolean;
157
159
  readonly [Symbol.unscopables]?: boolean;
158
- at?: boolean;
159
160
  };
160
- at: (index: number) => string;
161
161
  } | import("vue").ExtractPropTypes<{
162
162
  readonly [x: string]: import("vue").Prop<unknown, unknown>;
163
163
  }>>, {} | {}, true, {}, {}, {
@@ -212,6 +212,7 @@ declare const _default: {
212
212
  includes: (searchElement: string, fromIndex?: number) => boolean;
213
213
  flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
214
214
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
215
+ at: (index: number) => string;
215
216
  [Symbol.iterator]: () => IterableIterator<string>;
216
217
  readonly [Symbol.unscopables]: {
217
218
  readonly [x: number]: boolean;
@@ -238,11 +239,10 @@ declare const _default: {
238
239
  includes?: boolean;
239
240
  flatMap?: boolean;
240
241
  flat?: boolean;
242
+ at?: boolean;
241
243
  [Symbol.iterator]?: boolean;
242
244
  readonly [Symbol.unscopables]?: boolean;
243
- at?: boolean;
244
245
  };
245
- at: (index: number) => string;
246
246
  }> | Readonly<import("vue").ExtractPropTypes<{
247
247
  readonly [x: string]: import("vue").Prop<unknown, unknown>;
248
248
  }>>, () => JSX.Element, {}, {}, {}, {} | {}>;
@@ -294,6 +294,7 @@ declare const _default: {
294
294
  includes: (searchElement: string, fromIndex?: number) => boolean;
295
295
  flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
296
296
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
297
+ at: (index: number) => string;
297
298
  [Symbol.iterator]: () => IterableIterator<string>;
298
299
  readonly [Symbol.unscopables]: {
299
300
  readonly [x: number]: boolean;
@@ -320,11 +321,10 @@ declare const _default: {
320
321
  includes?: boolean;
321
322
  flatMap?: boolean;
322
323
  flat?: boolean;
324
+ at?: boolean;
323
325
  [Symbol.iterator]?: boolean;
324
326
  readonly [Symbol.unscopables]?: boolean;
325
- at?: boolean;
326
327
  };
327
- at: (index: number) => string;
328
328
  }> | Readonly<import("vue").ExtractPropTypes<{
329
329
  readonly [x: string]: import("vue").Prop<unknown, unknown>;
330
330
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {} | {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
@@ -373,6 +373,7 @@ declare const _default: {
373
373
  includes: (searchElement: string, fromIndex?: number) => boolean;
374
374
  flatMap: <U_3, This = undefined>(callback: (this: This, value: string, index: number, array: string[]) => U_3 | readonly U_3[], thisArg?: This) => U_3[];
375
375
  flat: <A, D extends number = 1>(this: A, depth?: D) => FlatArray<A, D>[];
376
+ at: (index: number) => string;
376
377
  [Symbol.iterator]: () => IterableIterator<string>;
377
378
  readonly [Symbol.unscopables]: {
378
379
  readonly [x: number]: boolean;
@@ -399,11 +400,10 @@ declare const _default: {
399
400
  includes?: boolean;
400
401
  flatMap?: boolean;
401
402
  flat?: boolean;
403
+ at?: boolean;
402
404
  [Symbol.iterator]?: boolean;
403
405
  readonly [Symbol.unscopables]?: boolean;
404
- at?: boolean;
405
406
  };
406
- at: (index: number) => string;
407
407
  }>, never> | Omit<Readonly<{} & {
408
408
  readonly [x: string]: unknown;
409
409
  readonly [x: number]: unknown;
@@ -1,5 +1,6 @@
1
- import { ChromeBlueprints, ComponentBlueprints, SpacingBlueprints } from "@omnia/fx-models";
1
+ import { ChromeBlueprints, ComponentBlueprints, SpacingBlueprints, TypographyBlueprints } from "@omnia/fx-models";
2
2
  import { DefaultInnerSpacing, DefaultLayoutSpacing, PreviewInnerSpacing } from "./SpacingBlueprint";
3
+ import { DefaultTypography, FunkyTypography, PreviewMiniTypography, PreviewTypography } from "./TypographyBlueprints";
3
4
  declare class ChromeBlueprintsTemplate implements ChromeBlueprints {
4
5
  type: "chrome";
5
6
  name: any;
@@ -56,6 +57,30 @@ declare class ComponentBlueprintsTemplate implements ComponentBlueprints {
56
57
  };
57
58
  constructor();
58
59
  }
60
+ export declare class DefaultTypographyBlueprint implements TypographyBlueprints {
61
+ type: "typography";
62
+ name: string;
63
+ primary: DefaultTypography;
64
+ constructor();
65
+ }
66
+ export declare class FunkyTypographyBlueprint implements TypographyBlueprints {
67
+ type: "typography";
68
+ name: string;
69
+ primary: FunkyTypography;
70
+ constructor();
71
+ }
72
+ export declare class PreviewTypographyBlueprint implements TypographyBlueprints {
73
+ type: "typography";
74
+ name: string;
75
+ primary: PreviewTypography;
76
+ constructor();
77
+ }
78
+ export declare class PreviewMiniTypographyBlueprint implements TypographyBlueprints {
79
+ type: "typography";
80
+ name: string;
81
+ primary: PreviewMiniTypography;
82
+ constructor();
83
+ }
59
84
  export declare const BlueprintsTemplates: {
60
85
  chrome: {
61
86
  default: () => ChromeBlueprintsTemplate;
@@ -67,5 +92,11 @@ export declare const BlueprintsTemplates: {
67
92
  default: () => DefaultSpacingBlueprintTemplate;
68
93
  preview: () => PreviewSPacingBlueprintTemplate;
69
94
  };
95
+ typography: {
96
+ default: () => DefaultTypographyBlueprint;
97
+ funky: () => FunkyTypographyBlueprint;
98
+ preview: () => PreviewTypographyBlueprint;
99
+ previewMini: () => PreviewMiniTypographyBlueprint;
100
+ };
70
101
  };
71
102
  export {};
@@ -0,0 +1,7 @@
1
+ import { ColorDefinition } from "@omnia/fx-models";
2
+ export declare function useColorManager(): {
3
+ getColorDefinition: (color: string, isBaseColorDark: boolean) => ColorDefinition;
4
+ isDarkColor: (color: any) => boolean;
5
+ addOpacityToColor: (color: any, opacity: any) => any;
6
+ isValidColor: (color: string) => boolean;
7
+ };
@@ -0,0 +1,12 @@
1
+ import { TonalPalette } from "@material/material-color-utilities";
2
+ import { ColorSchema } from "@omnia/fx-models";
3
+ interface ColorGroup {
4
+ dark: ColorSchema;
5
+ light: ColorSchema;
6
+ }
7
+ export declare function useColorSchemaManager(): {
8
+ createColorSchema: (color: string, name: string, fixedColor?: boolean, colorBlend?: string) => ColorGroup;
9
+ getColorPalette: (color: string) => TonalPalette;
10
+ hexFromArgb: (argb: number) => string;
11
+ };
12
+ export {};
@@ -1,9 +1,28 @@
1
- import { Blueprints, ColorSchema, ColorSchemas, Guid, ThemeDefinitionV2 } from "@omnia/fx-models";
1
+ import { Blueprints, ChromeBlueprints, ColorSchema, ColorSchemas, ComponentBlueprints, Guid, SpacingBlueprints, ThemeDefinitionV2, TypographyBlueprints } from "@omnia/fx-models";
2
2
  export declare class ThemeDefinitionInstance implements ThemeDefinitionV2 {
3
3
  id: Guid;
4
4
  colors: ColorSchemas;
5
5
  blueprints: Blueprints[];
6
6
  dark: boolean;
7
7
  name: string;
8
- constructor(primary: string | ColorSchema, secondary: string | ColorSchema, accent1: string | ColorSchema, accent2: string | ColorSchema, accent3: string | ColorSchema, neutral: string | ColorSchema, background: string | ColorSchema, info: string | ColorSchema, error: string | ColorSchema, name: string, dark: boolean, id: Guid, blueprints: Blueprints[]);
8
+ typography: TypographyBlueprints;
9
+ spacing: SpacingBlueprints;
10
+ chrome: ChromeBlueprints;
11
+ components: ComponentBlueprints;
12
+ constructor(colors: {
13
+ primary: string | ColorSchema;
14
+ secondary: string | ColorSchema;
15
+ accent1: string | ColorSchema;
16
+ accent2: string | ColorSchema;
17
+ accent3: string | ColorSchema;
18
+ neutral: string | ColorSchema;
19
+ background: string | ColorSchema;
20
+ info: string | ColorSchema;
21
+ error: string | ColorSchema;
22
+ }, name: string, id: Guid, blueprints: {
23
+ typography: TypographyBlueprints;
24
+ spacing: SpacingBlueprints;
25
+ chrome: ChromeBlueprints;
26
+ components: ComponentBlueprints;
27
+ });
9
28
  }
@@ -1,8 +1,104 @@
1
- import { TypographyBlueprints } from "@omnia/fx-models";
2
- import { DocumentationTypography } from "./DefinitionsTypography";
3
- export declare class DefaultTypographyBlueprint implements TypographyBlueprints {
1
+ import { Guid, TypographyBlueprint, TypographyBlueprints } from "@omnia/fx-models";
2
+ export declare class DefaultDocTypographyBlueprints implements TypographyBlueprints {
4
3
  type: "typography";
5
4
  name: string;
6
5
  primary: DocumentationTypography;
7
6
  constructor();
8
7
  }
8
+ export declare class DocumentationTypography implements TypographyBlueprint {
9
+ name: string;
10
+ id: Guid;
11
+ title: {
12
+ xl: {
13
+ lg: {
14
+ size: number;
15
+ lineHeight: number;
16
+ weight: number;
17
+ };
18
+ };
19
+ l: {
20
+ lg: {
21
+ size: number;
22
+ lineHeight: number;
23
+ weight: number;
24
+ };
25
+ };
26
+ m: {
27
+ lg: {
28
+ size: number;
29
+ lineHeight: number;
30
+ weight: number;
31
+ };
32
+ };
33
+ s: {
34
+ lg: {
35
+ size: number;
36
+ lineHeight: number;
37
+ weight: number;
38
+ };
39
+ };
40
+ xs: {
41
+ lg: {
42
+ size: number;
43
+ lineHeight: number;
44
+ weight: number;
45
+ };
46
+ };
47
+ };
48
+ text: {
49
+ l: {
50
+ lg: {
51
+ size: number;
52
+ lineHeight: number;
53
+ weight: number;
54
+ };
55
+ };
56
+ m: {
57
+ lg: {
58
+ size: number;
59
+ lineHeight: number;
60
+ weight: number;
61
+ };
62
+ };
63
+ s: {
64
+ lg: {
65
+ size: number;
66
+ lineHeight: number;
67
+ weight: number;
68
+ };
69
+ };
70
+ xs: {
71
+ lg: {
72
+ size: number;
73
+ lineHeight: number;
74
+ weight: number;
75
+ };
76
+ };
77
+ };
78
+ navigation: {
79
+ l: {
80
+ lg: {
81
+ size: number;
82
+ lineHeight: number;
83
+ weight: number;
84
+ };
85
+ };
86
+ m: {
87
+ lg: {
88
+ size: number;
89
+ lineHeight: number;
90
+ weight: number;
91
+ };
92
+ };
93
+ };
94
+ link: {
95
+ m: {
96
+ decoration: string;
97
+ lg: {
98
+ size: number;
99
+ lineHeight: number;
100
+ weight: number;
101
+ };
102
+ };
103
+ };
104
+ }
@@ -1,8 +1,164 @@
1
- import { TypographyBlueprints } from "@omnia/fx-models";
2
- import { EditorTypography } from "./DefinitionsTypography";
3
- export declare class DefaultTypographyBlueprint implements TypographyBlueprints {
1
+ import { Guid, TypographyBlueprint, TypographyBlueprints } from "@omnia/fx-models";
2
+ export declare class DefaultEditorTypographyBlueprints implements TypographyBlueprints {
4
3
  type: "typography";
5
4
  name: string;
6
5
  primary: EditorTypography;
7
6
  constructor();
8
7
  }
8
+ export declare class EditorTypography implements TypographyBlueprint {
9
+ name: "Davids editor typooos";
10
+ font: {
11
+ id: Guid;
12
+ family: string;
13
+ cdn: string;
14
+ };
15
+ title: {
16
+ xl: {
17
+ lg: {
18
+ size: number;
19
+ lineHeight: number;
20
+ weight: number;
21
+ };
22
+ };
23
+ l: {
24
+ lg: {
25
+ size: number;
26
+ lineHeight: number;
27
+ weight: number;
28
+ };
29
+ };
30
+ m: {
31
+ lg: {
32
+ size: number;
33
+ lineHeight: number;
34
+ weight: number;
35
+ };
36
+ };
37
+ s: {
38
+ lg: {
39
+ size: number;
40
+ lineHeight: number;
41
+ weight: number;
42
+ };
43
+ };
44
+ xs: {
45
+ lg: {
46
+ size: number;
47
+ lineHeight: number;
48
+ weight: number;
49
+ };
50
+ };
51
+ };
52
+ text: {
53
+ xl: {
54
+ lg: {
55
+ size: number;
56
+ lineHeight: number;
57
+ weight: number;
58
+ };
59
+ };
60
+ l: {
61
+ lg: {
62
+ size: number;
63
+ lineHeight: number;
64
+ weight: number;
65
+ };
66
+ };
67
+ m: {
68
+ lg: {
69
+ size: number;
70
+ lineHeight: number;
71
+ weight: number;
72
+ };
73
+ };
74
+ s: {
75
+ lg: {
76
+ size: number;
77
+ lineHeight: number;
78
+ weight: number;
79
+ };
80
+ };
81
+ xs: {
82
+ lg: {
83
+ size: number;
84
+ lineHeight: number;
85
+ weight: number;
86
+ };
87
+ };
88
+ };
89
+ navigation: {
90
+ xl: {
91
+ lg: {
92
+ size: number;
93
+ lineHeight: number;
94
+ weight: number;
95
+ };
96
+ };
97
+ l: {
98
+ lg: {
99
+ size: number;
100
+ lineHeight: number;
101
+ weight: number;
102
+ };
103
+ };
104
+ m: {
105
+ lg: {
106
+ size: number;
107
+ lineHeight: number;
108
+ weight: number;
109
+ };
110
+ };
111
+ s: {
112
+ lg: {
113
+ size: number;
114
+ lineHeight: number;
115
+ weight: number;
116
+ };
117
+ };
118
+ xs: {
119
+ lg: {
120
+ size: number;
121
+ lineHeight: number;
122
+ weight: number;
123
+ };
124
+ };
125
+ };
126
+ link: {
127
+ xl: {
128
+ lg: {
129
+ size: number;
130
+ lineHeight: number;
131
+ weight: number;
132
+ };
133
+ };
134
+ l: {
135
+ lg: {
136
+ size: number;
137
+ lineHeight: number;
138
+ weight: number;
139
+ };
140
+ };
141
+ m: {
142
+ decoration: string;
143
+ lg: {
144
+ size: number;
145
+ lineHeight: number;
146
+ weight: number;
147
+ };
148
+ };
149
+ s: {
150
+ lg: {
151
+ size: number;
152
+ lineHeight: number;
153
+ weight: number;
154
+ };
155
+ };
156
+ xs: {
157
+ lg: {
158
+ size: number;
159
+ lineHeight: number;
160
+ weight: number;
161
+ };
162
+ };
163
+ };
164
+ }
@@ -1,4 +1,4 @@
1
- import { BorderStylingDefinition, ButtonBlueprint, ChromeBlueprint, ChromeBlueprints, ComponentBlueprints, FillDefinition, SpacingBlueprints, SpacingDefinition, TabsBlueprint } from "@omnia/fx-models";
1
+ import { BorderStylingDefinition, ButtonBlueprint, ChromeBlueprint, ChromeBlueprints, ComponentBlueprints, FillDefinition, SpacingBlueprints, SpacingDefinition, TabsBlueprint, TypographyBlueprints } from "@omnia/fx-models";
2
2
  export declare const useBlueprintTemplatesStore: () => {
3
3
  state: {
4
4
  fills: FillDefinition[];
@@ -10,6 +10,7 @@ export declare const useBlueprintTemplatesStore: () => {
10
10
  component: ComponentBlueprints[];
11
11
  spacings: SpacingBlueprints[];
12
12
  spacing: SpacingDefinition[];
13
+ typographies: TypographyBlueprints[];
13
14
  };
14
15
  events: {
15
16
  onMutatedFills: import("@omnia/fx").MessageBusExposeOnlySubscription<FillDefinition[]>;
@@ -21,6 +22,7 @@ export declare const useBlueprintTemplatesStore: () => {
21
22
  onMutatedComponent: import("@omnia/fx").MessageBusExposeOnlySubscription<ComponentBlueprints[]>;
22
23
  onMutatedSpacings: import("@omnia/fx").MessageBusExposeOnlySubscription<SpacingBlueprints[]>;
23
24
  onMutatedSpacing: import("@omnia/fx").MessageBusExposeOnlySubscription<SpacingDefinition[]>;
25
+ onMutatedTypographies: import("@omnia/fx").MessageBusExposeOnlySubscription<TypographyBlueprints[]>;
24
26
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
25
27
  actions: {
26
28
  onDispatching: {
@@ -51,6 +53,9 @@ export declare const useBlueprintTemplatesStore: () => {
51
53
  addComponentBlueprints: {
52
54
  subscribe(fn: (blueprint: ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
53
55
  };
56
+ addTypographyBlueprints: {
57
+ subscribe(fn: (blueprints: TypographyBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
58
+ };
54
59
  };
55
60
  onDispatched: {
56
61
  addSpacingDefinition: {
@@ -80,6 +85,9 @@ export declare const useBlueprintTemplatesStore: () => {
80
85
  addComponentBlueprints: {
81
86
  subscribe(fn: (result: void, blueprint: ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
82
87
  };
88
+ addTypographyBlueprints: {
89
+ subscribe(fn: (result: void, blueprints: TypographyBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
90
+ };
83
91
  };
84
92
  onFailure: {
85
93
  addSpacingDefinition: {
@@ -109,6 +117,9 @@ export declare const useBlueprintTemplatesStore: () => {
109
117
  addComponentBlueprints: {
110
118
  subscribe(fn: (failureReason: any, blueprint: ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
111
119
  };
120
+ addTypographyBlueprints: {
121
+ subscribe(fn: (failureReason: any, blueprints: TypographyBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
122
+ };
112
123
  };
113
124
  } & {
114
125
  addSpacingDefinition(spacing: SpacingDefinition): void;
@@ -120,6 +131,7 @@ export declare const useBlueprintTemplatesStore: () => {
120
131
  addChromeBlueprint(blueprint: ChromeBlueprint): void;
121
132
  addChromeBlueprints(blueprint: ChromeBlueprints): void;
122
133
  addComponentBlueprints(blueprint: ComponentBlueprints): void;
134
+ addTypographyBlueprints(blueprints: TypographyBlueprints): void;
123
135
  };
124
136
  get: {};
125
137
  };