@omnia/fx 8.0.414-dev → 8.0.420-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 (53) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupItemDetailBlade.d.ts +3 -1
  3. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListing.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListingJourney.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/aurora/admin/blades/componentblueprints/store/ComponentEditorStore.d.ts +1 -0
  6. package/internal-do-not-import-from-here/ux/aurora/admin/blades/componentblueprints/store/IconsEditorStore.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -4
  8. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -4
  9. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +2 -4
  10. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +2 -4
  11. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +2 -4
  12. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +1 -11
  13. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +2 -2
  14. package/internal-do-not-import-from-here/ux/aurora/components/componentblueprints/ComponentBlueprintsViewer.d.ts +2 -4
  15. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillBlueprintsPicker.d.ts +2 -4
  16. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillStyleEditor.d.ts +2 -4
  17. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -4
  18. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/store/FillPickerStore.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts +2 -4
  20. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.d.ts +2 -4
  21. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderViewer.d.ts +2 -4
  22. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +3 -10
  23. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -4
  24. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -4
  25. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/store/IconStyleEditorStore.d.ts +8 -0
  26. package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintsViewer.d.ts +2 -4
  27. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStyleEditor.d.ts +2 -4
  28. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStylePicker.d.ts +2 -4
  29. package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.d.ts +2 -4
  30. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingBlueprintPicker.d.ts +2 -4
  31. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -11
  32. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +2 -4
  33. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +1 -4
  34. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +2 -4
  35. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorBlueprintsPicker.d.ts +2 -4
  36. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.d.ts +2 -4
  37. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.d.ts +2 -4
  38. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -4
  39. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/store/TextStylePickerStore.d.ts +2 -2
  40. package/internal-do-not-import-from-here/ux/aurora/components/themepreview/ComponentPreview.d.ts +2 -4
  41. package/internal-do-not-import-from-here/ux/aurora/components/themepreview/ThemePreview.d.ts +2 -4
  42. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintPicker.d.ts +2 -4
  43. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -4
  44. package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +2 -4
  45. package/internal-do-not-import-from-here/ux/aurora/store/ThemePreviewContextStore.d.ts +100 -0
  46. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
  47. package/internal-do-not-import-from-here/ux/oxide/breadcrumbs/Breadcrumbs.stylex.d.ts +3 -0
  48. package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +9 -0
  49. package/internal-do-not-import-from-here/ux/oxide/labeledtext/LabeledText.d.ts +8 -0
  50. package/internal-do-not-import-from-here/wctypings.d.ts +10 -0
  51. package/package.json +2 -2
  52. package/internal-do-not-import-from-here/ux/oxide/btn/Button.new.stylex.d.ts +0 -9
  53. package/internal-do-not-import-from-here/ux/oxide/btn/Button_bak.d.ts +0 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.414-dev",
4
+ "version": "8.0.420-dev",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Omnia Digital Workplace AB",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.414-dev",
23
+ "@omnia/fx-models": "8.0.420-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
@@ -1,9 +0,0 @@
1
- import { useColorSchemaStore } from "../..";
2
- export declare const ButtonStyles: {
3
- velcronStyling: import("../..").StylexValue;
4
- wrapper: (grouped: boolean, disabled: any, colors: ReturnType<typeof useColorSchemaStore>) => Readonly<import("../..").StylexValue>;
5
- iconStyle: {
6
- zIndex: number;
7
- };
8
- overlay: (dark: boolean, disabled: boolean, overlay: boolean) => string;
9
- };