@omnia/fx 8.0.41-vnext → 8.0.42-vnext

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 (55) 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/stores/oxide/ComponentHostStore.d.ts +5 -5
  3. package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +2 -2
  4. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +2 -2
  5. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +2 -2
  6. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +2 -2
  7. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +2 -2
  8. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.css.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/journey/v2/models/BladeInstance.d.ts +3 -1
  11. package/internal-do-not-import-from-here/ux/journey/v2/models/Constants.d.ts +6 -0
  12. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +2 -2
  13. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +2 -2
  14. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +2 -2
  15. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +2 -2
  16. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +8 -8
  17. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +15 -15
  20. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +26 -15
  22. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +2 -13
  23. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +13 -2
  24. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +8 -8
  25. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +0 -11
  26. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +2 -2
  27. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +6 -6
  29. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +4 -4
  30. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +2 -2
  31. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +2 -2
  32. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +8 -8
  33. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +11 -11
  36. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +2 -2
  37. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +2 -2
  38. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +13 -13
  39. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +17 -0
  40. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +4 -4
  42. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +6 -6
  43. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
  44. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +2 -2
  45. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +2 -2
  46. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +2 -2
  47. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +6 -6
  48. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +2 -2
  49. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseTypographyStyling.d.ts +2 -2
  50. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +4 -4
  51. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +14 -3
  53. package/internal-do-not-import-from-here/ux/velcron/components/properties/VelcronProperties.d.ts +2 -2
  54. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +6 -6
  55. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.41-vnext",
4
+ "version": "8.0.42-vnext",
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.41-vnext",
23
+ "@omnia/fx-models": "8.0.42-vnext",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",