@omnia/fx 8.0.137-dev → 8.0.139-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 (73) hide show
  1. package/internal-do-not-import-from-here/ux/UxModels.d.ts +1 -0
  2. package/internal-do-not-import-from-here/ux/admin/AdminRouter.d.ts +1 -0
  3. package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstyle/BackgroundStyleEditor.d.ts +8 -4
  4. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonBlueprintsViewer.d.ts +8 -4
  5. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonStyleEditor.d.ts +8 -4
  6. package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeBlueprintsViewer.d.ts +8 -4
  7. package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeEditor.d.ts +27 -1
  8. package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +8 -4
  9. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconBlueprintsViewer.d.ts +84 -0
  10. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStyleEditor.d.ts +99 -0
  11. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.css.d.ts +4 -0
  12. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +8 -4
  13. package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +36 -3
  14. package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabBlueprintsViewer.d.ts +8 -4
  15. package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabStyleEditor.d.ts +8 -3
  16. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +8 -4
  17. package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +8 -4
  18. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +27 -1
  19. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +9 -5
  20. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +9 -9
  21. package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +71 -1
  22. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +18 -17
  23. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/models/PostStyles.d.ts +0 -1
  25. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +52 -18
  26. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +111 -74
  27. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +222 -148
  28. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +26 -0
  29. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +222 -148
  30. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +34 -0
  31. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +2 -2
  32. package/internal-do-not-import-from-here/ux/post/Post.d.ts +0 -2
  33. package/internal-do-not-import-from-here/ux/social/loc/localize.d.ts +3 -0
  34. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +0 -468
  35. package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorAction.d.ts +69 -0
  36. package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorClickHandler.d.ts +1 -0
  37. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBlade.d.ts +16 -0
  38. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBladeEdit.d.ts +16 -0
  39. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +73 -0
  40. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +52 -0
  41. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themedesigner/PreviewJourney.d.ts +16 -0
  42. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themedesigner/ThemeDesigner.d.ts +63 -0
  43. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +44 -0
  44. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/BlueprintsTemplates.d.ts +94 -28
  45. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ButtonStyleBlueprints.d.ts +17 -5
  46. package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ChromeStyleBlueprints.d.ts +14 -4
  47. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +3 -1
  48. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +110 -74
  49. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +110 -74
  50. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +2 -1
  51. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +110 -74
  52. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +263 -4
  53. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +1 -0
  54. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +110 -74
  55. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemePicker.css.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemePicker.d.ts +118 -92
  57. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeViewer.d.ts +12 -4
  58. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +11 -12
  59. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +111 -74
  60. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  61. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +211 -201
  62. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +3 -4
  63. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +44 -42
  64. package/internal-do-not-import-from-here/ux/velcron/core/actions/IActionHandler.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -1
  66. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +0 -5
  67. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +5 -3
  68. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
  69. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -2
  70. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +7 -3
  71. package/internal-do-not-import-from-here/wctypings.d.ts +60 -12
  72. package/package.json +2 -2
  73. package/internal-do-not-import-from-here/ux/journey/JourneyRouter.d.ts +0 -8
@@ -1,4 +1,4 @@
1
- import { Blueprint, ButtonBlueprint, ButtonBlueprintType, ButtonTypes, ComponentBlueprints, WebBlueprintItemDefintionType } from "@omnia/fx-models";
1
+ import { Blueprint, ButtonBlueprint, ButtonBlueprintType, ButtonTypes, ComponentBlueprints, OIconSizes, WebBlueprintItemDefintionType } from "@omnia/fx-models";
2
2
  type blueprintType = "default";
3
3
  export declare const useComponentBlueprintStore: () => {
4
4
  state: {
@@ -40,6 +40,7 @@ export declare const useComponentBlueprintStore: () => {
40
40
  byType<TType extends Blueprint>(type: WebBlueprintItemDefintionType): any;
41
41
  readonly blueprints: ComponentBlueprints;
42
42
  buttonBlueprint(type: ButtonBlueprintType, buttonType: ButtonTypes): ButtonBlueprint;
43
+ iconBlueprint(size: OIconSizes): import("@omnia/fx-models").IconBlueprint;
43
44
  };
44
45
  deactivated(): void;
45
46
  };