@equinor/fusion-framework-react-app 4.3.4 → 4.3.6-widget-47330bca

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.3.6-widget-47330bca
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1854](https://github.com/equinor/fusion-framework/pull/1854) [`0709eda`](https://github.com/equinor/fusion-framework/commit/0709edaff0b2bdd9b7cd5e9c247f3dd389d7440d) Thanks [@Noggling](https://github.com/Noggling)! - Exposing the `makeWidgetComponent` function and performing minor cleanup of the widget component.
8
+
9
+ ## 4.3.5
10
+
11
+ ### Patch Changes
12
+
13
+ - [#1852](https://github.com/equinor/fusion-framework/pull/1852) [`bdc50b0`](https://github.com/equinor/fusion-framework/commit/bdc50b035b9c20301105d17509937ff3d91ea027) Thanks [@odinr](https://github.com/odinr)! - chore: add missing exported type
14
+
3
15
  ## 4.3.4
4
16
 
5
17
  ### Patch Changes
@@ -1,2 +1,2 @@
1
- export const version = '4.3.4';
1
+ export const version = '4.3.5';
2
2
  //# sourceMappingURL=version.js.map
@@ -1,3 +1,3 @@
1
- export { Widget } from '@equinor/fusion-framework-react-widget';
1
+ export { Widget, makeWidgetComponent } from '@equinor/fusion-framework-react-widget';
2
2
  export { Widget as default } from '@equinor/fusion-framework-react-widget';
3
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/widget/index.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,MAAM,EAAE,MAAM,wCAAwC,CAAC;AAChE,OAAO,EAAE,MAAM,IAAI,OAAO,EAAE,MAAM,wCAAwC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/widget/index.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AACrF,OAAO,EAAE,MAAM,IAAI,OAAO,EAAE,MAAM,wCAAwC,CAAC"}