@mxenabled/connect-widget 2.8.2 → 2.9.0

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.
@@ -1 +1 @@
1
- Last build: Fri Oct 3 17:39:00 2025
1
+ Last build: Mon Oct 6 19:57:27 2025
package/dist/style.css CHANGED
@@ -3,3 +3,6 @@
3
3
  display: flex;
4
4
  flex-direction: column;
5
5
  }
6
+ :root {
7
+ --progress-bar-background-image-height: 80px;
8
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mxenabled/connect-widget",
3
3
  "description": "A simple ui library for React",
4
- "version": "2.8.2",
4
+ "version": "2.9.0",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "type": "module",
@@ -27,8 +27,8 @@
27
27
  "publish:major": "npm run testAndBuild && npm version major && git push && git push origin --tags && npm publish"
28
28
  },
29
29
  "dependencies": {
30
- "@emotion/react": "^11.13.0",
31
- "@emotion/styled": "^11.13.0",
30
+ "@emotion/react": "^11.14.0",
31
+ "@emotion/styled": "^11.14.1",
32
32
  "@kyper/button": "^4.0.0",
33
33
  "@kyper/hooks": "^1.0.0",
34
34
  "@kyper/icon": "^1.18.1",