@omnia/fx 8.0.227-dev → 8.0.229-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (99) hide show
  1. package/internal-do-not-import-from-here/libs/toastui/Toast.d.ts +6 -0
  2. package/internal-do-not-import-from-here/libs/toastui/index.d.ts +1 -0
  3. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/services/identities/UserIdentityService.d.ts +1 -1
  5. package/internal-do-not-import-from-here/stores/markdown/MarkdownEditorStore.d.ts +1 -1
  6. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
  7. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +3 -2
  8. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/HeaderRenderer.d.ts +55 -16
  9. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +41 -41
  10. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +6 -6
  11. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +5 -5
  12. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +4 -4
  15. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +12 -12
  16. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +4 -4
  18. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +2 -0
  19. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +4 -0
  20. package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +3 -3
  23. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +2 -2
  27. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +8 -8
  28. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
  29. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +2 -2
  31. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +3 -3
  32. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
  33. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +5 -5
  35. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -3
  40. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor_bak.d.ts +1 -3
  41. package/internal-do-not-import-from-here/ux/markdown/patches/EditorScrollPatch.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/markdown/patches/HtmlInlinePatch.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/markdown/plugins/CodeMarkdownRenderer.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/markdown/plugins/VelcronMarkdownRenderer.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ColorButton.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ThemeStylingPlugin.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/TypographyButton.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +4 -4
  49. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +15 -2
  51. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +11 -11
  52. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +5 -5
  56. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -5
  58. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +5 -5
  59. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -5
  61. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +2 -2
  62. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
  63. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +5 -5
  64. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +3 -3
  65. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +5 -5
  67. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +5 -5
  69. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +5 -5
  70. package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +5 -5
  71. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +5 -5
  72. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +1 -1
  73. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/oxide/stepper/{Stepper.css.d.ts → Stepper.stylex.d.ts} +1 -1
  75. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
  76. package/internal-do-not-import-from-here/ux/oxide/switch/{Switch.css.d.ts → Switch.stylex.d.ts} +2 -2
  77. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.stylex.d.ts +7 -0
  78. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.stylex.d.ts +8 -0
  79. package/internal-do-not-import-from-here/ux/oxide/table/{Table.css.d.ts → Table.stylex.d.ts} +1 -1
  80. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
  81. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.stylex.d.ts +3 -0
  82. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.stylex.d.ts +9 -0
  84. package/internal-do-not-import-from-here/ux/post/Post.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +1 -1
  86. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +1 -1
  87. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +3 -3
  88. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
  90. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRendererPlugin.d.ts +1 -1
  91. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +1 -1
  92. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +41 -41
  93. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutRenameForm.d.ts +1 -1
  94. package/package.json +2 -2
  95. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.css.d.ts +0 -4
  96. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.css.d.ts +0 -7
  97. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +0 -8
  98. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.css.d.ts +0 -3
  99. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.css.d.ts +0 -9
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.227-dev",
4
+ "version": "8.0.229-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": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.227-dev",
23
+ "@omnia/fx-models": "8.0.229-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
@@ -1,4 +0,0 @@
1
- export declare const ListItemStyles: {
2
- selectedItem: (color: string) => string;
3
- hoverStyle: (dark: boolean) => string;
4
- };
@@ -1,7 +0,0 @@
1
- import { ColorDefinition, OTabVariants } from "@omnia/fx-models";
2
- export declare const TabStyles: {
3
- containerTabWrapper: (color: ColorDefinition) => string;
4
- tabWrapper: () => string;
5
- notificationWrapper: () => string;
6
- activeTab: (color: string, variant: OTabVariants, backgroundColor: string) => string;
7
- };
@@ -1,8 +0,0 @@
1
- import { ColorDefinition } from "@omnia/fx-models";
2
- export declare const TabsStyles: {
3
- itemContainer: (scrollOffset: string, noScrolling: boolean) => string;
4
- hideTabHeader: string;
5
- dialogWrapper: string;
6
- toolbarStyles: (vertical: boolean) => string;
7
- dialogContainer: (baseSelected: ColorDefinition, onBaseSelected: ColorDefinition, toned: boolean, vertical: boolean) => string;
8
- };
@@ -1,3 +0,0 @@
1
- export declare const TextAreaStyles: {
2
- generalField: (textColor: string) => string;
3
- };
@@ -1,9 +0,0 @@
1
- import { OToolbarVariants } from "@omnia/fx-models";
2
- export declare const ToolbarStyles: {
3
- templateTitle: (variant: OToolbarVariants, hasButton: boolean) => string;
4
- templateTitleCustom: string;
5
- content: string;
6
- drawer: string;
7
- iconWrapper: (color: string) => string;
8
- divider: (dark: boolean) => string;
9
- };