@plitzi/plitzi-sdk 0.30.19 → 0.31.1
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 +48 -3
- package/dist/plitzi-sdk-dev-vendor.js +6 -6
- package/dist/plitzi-sdk-dev-vendor.js.gz +0 -0
- package/dist/plitzi-sdk-dev-vendor.js.map +1 -1
- package/dist/plitzi-sdk-dev-vendor.js.map.gz +0 -0
- package/dist/plitzi-sdk-devtools.css +2 -2
- package/dist/plitzi-sdk-devtools.css.gz +0 -0
- package/dist/plitzi-sdk-vendor.js +1 -1
- package/dist/plitzi-sdk-vendor.js.gz +0 -0
- package/dist/plitzi-sdk.css +2 -2
- package/dist/plitzi-sdk.css.gz +0 -0
- package/dist/plitzi-sdk.js +236 -238
- package/dist/plitzi-sdk.js.gz +0 -0
- package/package.json +51 -51
package/dist/plitzi-sdk.js.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plitzi/plitzi-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.31.1",
|
|
4
4
|
"homepage": "./",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"files": [
|
|
@@ -28,32 +28,32 @@
|
|
|
28
28
|
"type": "module",
|
|
29
29
|
"sideEffects": false,
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@apollo/client": "^4.
|
|
32
|
-
"@auth0/auth0-react": "^2.
|
|
33
|
-
"@dr.pogodin/react-helmet": "^3.
|
|
31
|
+
"@apollo/client": "^4.2.0",
|
|
32
|
+
"@auth0/auth0-react": "^2.17.0",
|
|
33
|
+
"@dr.pogodin/react-helmet": "^3.2.2",
|
|
34
34
|
"@fortawesome/fontawesome-free": "^7.2.0",
|
|
35
|
-
"@plitzi/
|
|
36
|
-
"@plitzi/
|
|
37
|
-
"@plitzi/sdk-
|
|
38
|
-
"@plitzi/sdk-
|
|
39
|
-
"@plitzi/sdk-
|
|
40
|
-
"@plitzi/sdk-
|
|
41
|
-
"@plitzi/sdk-
|
|
42
|
-
"@plitzi/sdk-
|
|
43
|
-
"@plitzi/sdk-
|
|
44
|
-
"@plitzi/sdk-
|
|
45
|
-
"@plitzi/sdk-
|
|
46
|
-
"@plitzi/sdk-
|
|
47
|
-
"@plitzi/sdk-
|
|
48
|
-
"@plitzi/sdk-style": "0.
|
|
49
|
-
"@plitzi/sdk-variables": "0.
|
|
35
|
+
"@plitzi/nexus": "0.31.1",
|
|
36
|
+
"@plitzi/plitzi-ui": "^1.6.9",
|
|
37
|
+
"@plitzi/sdk-auth": "0.31.1",
|
|
38
|
+
"@plitzi/sdk-collections": "0.31.1",
|
|
39
|
+
"@plitzi/sdk-dev-tools": "0.31.1",
|
|
40
|
+
"@plitzi/sdk-elements": "0.31.1",
|
|
41
|
+
"@plitzi/sdk-event-bridge": "0.31.1",
|
|
42
|
+
"@plitzi/sdk-interactions": "0.31.1",
|
|
43
|
+
"@plitzi/sdk-navigation": "0.31.1",
|
|
44
|
+
"@plitzi/sdk-plugins": "0.31.1",
|
|
45
|
+
"@plitzi/sdk-schema": "0.31.1",
|
|
46
|
+
"@plitzi/sdk-shared": "0.31.1",
|
|
47
|
+
"@plitzi/sdk-state": "0.31.1",
|
|
48
|
+
"@plitzi/sdk-style": "0.31.1",
|
|
49
|
+
"@plitzi/sdk-variables": "0.31.1",
|
|
50
50
|
"clsx": "^2.1.1",
|
|
51
|
-
"graphql": "^16.
|
|
52
|
-
"immer": "^11.1.
|
|
53
|
-
"react-router-dom": "^7.
|
|
51
|
+
"graphql": "^16.14.0",
|
|
52
|
+
"immer": "^11.1.8",
|
|
53
|
+
"react-router-dom": "^7.15.1",
|
|
54
54
|
"twig": "^3.0.0",
|
|
55
|
-
"vite": "^8.0.
|
|
56
|
-
"vite-plugin-dts": "^5.0.
|
|
55
|
+
"vite": "^8.0.14",
|
|
56
|
+
"vite-plugin-dts": "^5.0.1",
|
|
57
57
|
"vite-plugin-react": "^4.0.1"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
@@ -61,53 +61,53 @@
|
|
|
61
61
|
"react-dom": "^19"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@babel/compat-data": "^7.29.
|
|
65
|
-
"@babel/core": "^7.29.
|
|
64
|
+
"@babel/compat-data": "^7.29.7",
|
|
65
|
+
"@babel/core": "^7.29.7",
|
|
66
66
|
"@babel/helper-builder-react-jsx-experimental": "^7.12.11",
|
|
67
|
-
"@babel/helper-validator-identifier": "^7.
|
|
67
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
68
68
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
69
|
-
"@babel/plugin-transform-private-methods": "^7.
|
|
70
|
-
"@babel/plugin-transform-react-jsx": "^7.
|
|
71
|
-
"@babel/plugin-transform-runtime": "^7.29.
|
|
69
|
+
"@babel/plugin-transform-private-methods": "^7.29.7",
|
|
70
|
+
"@babel/plugin-transform-react-jsx": "^7.29.7",
|
|
71
|
+
"@babel/plugin-transform-runtime": "^7.29.7",
|
|
72
72
|
"@babel/polyfill": "^7.12.1",
|
|
73
|
-
"@babel/preset-env": "^7.29.
|
|
74
|
-
"@babel/preset-react": "^7.
|
|
75
|
-
"@babel/preset-typescript": "^7.
|
|
73
|
+
"@babel/preset-env": "^7.29.7",
|
|
74
|
+
"@babel/preset-react": "^7.29.7",
|
|
75
|
+
"@babel/preset-typescript": "^7.29.7",
|
|
76
76
|
"@rollup/plugin-commonjs": "^29.0.2",
|
|
77
|
-
"@storybook/addon-links": "^10.
|
|
78
|
-
"@storybook/react": "^10.
|
|
79
|
-
"@storybook/react-vite": "^10.
|
|
80
|
-
"@storybook/react-webpack5": "^10.
|
|
77
|
+
"@storybook/addon-links": "^10.4.1",
|
|
78
|
+
"@storybook/react": "^10.4.1",
|
|
79
|
+
"@storybook/react-vite": "^10.4.1",
|
|
80
|
+
"@storybook/react-webpack5": "^10.4.1",
|
|
81
81
|
"@storybook/testing-library": "^0.2.2",
|
|
82
|
-
"@tailwindcss/postcss": "^4.
|
|
82
|
+
"@tailwindcss/postcss": "^4.3.0",
|
|
83
83
|
"@types/ejs": "^3.1.5",
|
|
84
84
|
"css-loader": "^7.1.4",
|
|
85
85
|
"eslint": "^9.39.4",
|
|
86
86
|
"eslint-plugin-import": "^2.32.0",
|
|
87
|
-
"flow-bin": "^0.
|
|
87
|
+
"flow-bin": "^0.314.0",
|
|
88
88
|
"mini-css-extract-plugin": "^2.10.2",
|
|
89
|
-
"postcss": "^8.5.
|
|
89
|
+
"postcss": "^8.5.15",
|
|
90
90
|
"postcss-loader": "^8.2.1",
|
|
91
91
|
"postcss-scss": "^4.0.9",
|
|
92
92
|
"prettier": "^3.8.3",
|
|
93
|
-
"react": "^19.2.
|
|
94
|
-
"react-dom": "^19.2.
|
|
93
|
+
"react": "^19.2.6",
|
|
94
|
+
"react-dom": "^19.2.6",
|
|
95
95
|
"react-refresh": "^0.18.0",
|
|
96
|
-
"react-test-renderer": "^19.2.
|
|
96
|
+
"react-test-renderer": "^19.2.6",
|
|
97
97
|
"rollup-plugin-visualizer": "^7.0.1",
|
|
98
|
-
"sass": "^1.
|
|
99
|
-
"sass-embedded": "^1.
|
|
100
|
-
"storybook": "^10.
|
|
101
|
-
"stylelint": "^17.
|
|
98
|
+
"sass": "^1.100.0",
|
|
99
|
+
"sass-embedded": "^1.100.0",
|
|
100
|
+
"storybook": "^10.4.1",
|
|
101
|
+
"stylelint": "^17.12.0",
|
|
102
102
|
"stylelint-order": "^8.1.1",
|
|
103
|
-
"stylelint-scss": "^7.
|
|
104
|
-
"terser": "^5.
|
|
103
|
+
"stylelint-scss": "^7.1.1",
|
|
104
|
+
"terser": "^5.48.0",
|
|
105
105
|
"typescript": "^6.0.3",
|
|
106
|
-
"vite": "^8.0.
|
|
106
|
+
"vite": "^8.0.14",
|
|
107
107
|
"vite-plugin-compression": "^0.5.1",
|
|
108
108
|
"vite-plugin-ejs": "^1.7.0",
|
|
109
109
|
"vite-plugin-mkcert": "^2.0.0",
|
|
110
|
-
"vitest": "^4.1.
|
|
110
|
+
"vitest": "^4.1.7"
|
|
111
111
|
},
|
|
112
112
|
"scripts": {
|
|
113
113
|
"start": "vite dev --mode development",
|