@scaleflex/widget-provider-views 0.3.0 → 4.0.2

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
@@ -3,17 +3,43 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [0.3.0](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.2.1...v0.3.0) (2025-08-12)
6
+ ## [4.0.2](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.2) (2025-08-26)
7
7
 
8
+ **Note:** Version bump only for package @scaleflex/widget-provider-views
8
9
 
9
- ### Features
10
10
 
11
- * add closeAfterUploadStart option to modal behavior and update documentation ([f9d8afc](https://code.scaleflex.cloud/scaleflex/widget/commits/f9d8afc95f6d848de0d197680e3dbc97c82aca48))
12
11
 
13
12
 
14
13
 
14
+ ## [4.0.1](https://code.scaleflex.cloud/scaleflex/widget/compare/v4.0.0...v4.0.1) (2025-08-26)
15
15
 
16
+ **Note:** Version bump only for package @scaleflex/widget-provider-views
16
17
 
18
+
19
+
20
+
21
+
22
+
23
+ # [4.0.0](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.3.0...v4.0.0) (2025-08-26)
24
+
25
+ **Note:** Version bump only for package @scaleflex/widget-provider-views
26
+
27
+
28
+
29
+
30
+
31
+
32
+ # [0.3.0](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.2.1...v0.3.0) (2025-08-12)
33
+
34
+
35
+ ### Features
36
+
37
+ * add closeAfterUploadStart option to modal behavior and update documentation ([f9d8afc](https://code.scaleflex.cloud/scaleflex/widget/commits/f9d8afc95f6d848de0d197680e3dbc97c82aca48))
38
+
39
+
40
+
41
+
42
+
17
43
 
18
44
  ## [0.2.1](https://code.scaleflex.cloud/scaleflex/widget/compare/v0.2.0...v0.2.1) (2025-08-06)
19
45
 
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
 
11
11
  <div align='center'>
12
- <img title="Scaleflex Widget logo" alt="Scaleflex Widget logo" src="https://cdn.scaleflex.com/plugins/filerobot-widget/assets/filerobot_widget_logo_with_fire.png?vh=b2ff09" width="140"/>
12
+ <img title="Scaleflex Widget logo" alt="Scaleflex Widget logo" src="https://assets.scaleflex.com/Corporate+Branding/%5B2025%5D+ALL+LOGOS+%2B+ICONS/SCALEFLEX/VXP+logo/Horizontal+White/VXP+logo+WHITE.png?vh=663932" width="140"/>
13
13
  </div>
14
14
 
15
15
  View library for [Scaleflex Media Asset Widget](https://www.npmjs.com/package/@scaleflex/widget-core) remote provider plugins.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scaleflex/widget-provider-views",
3
3
  "description": "View library for Scaleflex remote provider plugins.",
4
- "version": "0.3.0",
4
+ "version": "4.0.2",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
7
7
  "style": "dist/style.min.css",
@@ -17,9 +17,9 @@
17
17
  "dependencies": {
18
18
  "@scaleflex/icons": "^3.0.0-beta.11",
19
19
  "@scaleflex/ui": "^3.0.0-beta.11",
20
- "@scaleflex/widget-common": "^0.3.0",
21
- "@scaleflex/widget-icons": "^0.3.0",
22
- "@scaleflex/widget-utils": "^0.3.0",
20
+ "@scaleflex/widget-common": "^4.0.2",
21
+ "@scaleflex/widget-icons": "^4.0.2",
22
+ "@scaleflex/widget-utils": "^4.0.2",
23
23
  "classnames": "^2.2.6",
24
24
  "use-context-selector": "^1.3.9"
25
25
  },
@@ -32,5 +32,5 @@
32
32
  "react": ">=19.0.0",
33
33
  "react-dom": ">=19.0.0"
34
34
  },
35
- "gitHead": "184ae299a77257f5dfd7e6e645e4003da18a75b4"
35
+ "gitHead": "244f78ed198cf8709905eef721cf02d185f15051"
36
36
  }