@plitzi/plitzi-sdk 0.32.1 → 0.32.3
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 +40 -0
- package/dist/App.d.ts +3 -2
- package/dist/index.d.ts +7 -6
- package/dist/index.html +7 -6
- package/dist/modules/App/AppMain.d.ts +3 -2
- package/dist/modules/Collection/CollectionContextProvider.d.ts +1 -1
- package/dist/modules/Element/elements/PlitziSdk/PlitziSdk.d.ts +2 -2
- package/dist/modules/Element/elements/PlitziSdk/index.d.ts +2 -2
- package/dist/modules/Navigation/NavigationContextProvider.d.ts +3 -2
- package/dist/modules/Network/NetworkContextProvider.d.ts +1 -1
- package/dist/modules/Plugins/PluginsContextProvider.d.ts +1 -1
- package/dist/modules/Sdk/Sdk.d.ts +1 -1
- package/dist/modules/Sdk/components/MadeInPlitzi.d.ts +1 -1
- package/dist/modules/Sdk/renderModes/IframeMode.d.ts +1 -1
- package/dist/modules/Sdk/renderModes/RawMode.d.ts +1 -1
- package/dist/modules/Sdk/renderModes/ShadowMode.d.ts +1 -1
- package/dist/modules/Segments/SegmentsContextProvider.d.ts +1 -1
- package/dist/modules/Space/SpaceContainer.d.ts +1 -1
- package/dist/modules/Space/SpaceContainerInternal.d.ts +1 -1
- package/dist/modules/Space/SpaceContextProvider.d.ts +1 -1
- package/dist/plitzi-sdk-dev-vendor.js +48 -16
- 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 +359 -263
- package/dist/plitzi-sdk.js.gz +0 -0
- package/dist/vendor-entry.d.ts +1 -0
- package/package.json +48 -48
- package/dist/modules/Interactions/InteractionsSdkContextProvider.d.ts +0 -7
- package/dist/modules/Interactions/sources/CollectionSource/CollectionInteractions.d.ts +0 -6
- package/dist/modules/Interactions/sources/PageSource/PageInteractions.d.ts +0 -7
package/dist/plitzi-sdk.js.gz
CHANGED
|
Binary file
|
package/dist/vendor-entry.d.ts
CHANGED
|
@@ -14,4 +14,5 @@ export declare const Activity: React.ExoticComponent<React.ActivityProps>, Child
|
|
|
14
14
|
export declare const createPortal: typeof ReactDOM.createPortal, flushSync: typeof ReactDOM.flushSync, preconnect: typeof ReactDOM.preconnect, prefetchDNS: typeof ReactDOM.prefetchDNS, preinit: typeof ReactDOM.preinit, preinitModule: typeof ReactDOM.preinitModule, preload: typeof ReactDOM.preload, preloadModule: typeof ReactDOM.preloadModule, requestFormReset: typeof ReactDOM.requestFormReset, unstable_batchedUpdates: typeof ReactDOM.unstable_batchedUpdates, useFormState: typeof ReactDOM.useFormState, useFormStatus: typeof ReactDOM.useFormStatus;
|
|
15
15
|
export declare const createRoot: typeof ReactDOMClient.createRoot, hydrateRoot: typeof ReactDOMClient.hydrateRoot;
|
|
16
16
|
export declare const jsx: typeof ReactJsx.jsx, jsxs: typeof ReactJsx.jsxs;
|
|
17
|
+
export declare const c: any;
|
|
17
18
|
export default React;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plitzi/plitzi-sdk",
|
|
3
|
-
"version": "0.32.
|
|
3
|
+
"version": "0.32.3",
|
|
4
4
|
"homepage": "./",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"files": [
|
|
@@ -28,31 +28,31 @@
|
|
|
28
28
|
"type": "module",
|
|
29
29
|
"sideEffects": false,
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@apollo/client": "^4.2.
|
|
32
|
-
"@auth0/auth0-react": "^2.
|
|
31
|
+
"@apollo/client": "^4.2.3",
|
|
32
|
+
"@auth0/auth0-react": "^2.19.0",
|
|
33
33
|
"@dr.pogodin/react-helmet": "^3.2.2",
|
|
34
34
|
"@fortawesome/fontawesome-free": "^7.2.0",
|
|
35
|
-
"@plitzi/nexus": "0.32.
|
|
36
|
-
"@plitzi/plitzi-ui": "^1.6.
|
|
37
|
-
"@plitzi/sdk-auth": "0.32.
|
|
38
|
-
"@plitzi/sdk-collections": "0.32.
|
|
39
|
-
"@plitzi/sdk-dev-tools": "0.32.
|
|
40
|
-
"@plitzi/sdk-elements": "0.32.
|
|
41
|
-
"@plitzi/sdk-event-bridge": "0.32.
|
|
42
|
-
"@plitzi/sdk-interactions": "0.32.
|
|
43
|
-
"@plitzi/sdk-navigation": "0.32.
|
|
44
|
-
"@plitzi/sdk-plugins": "0.32.
|
|
45
|
-
"@plitzi/sdk-schema": "0.32.
|
|
46
|
-
"@plitzi/sdk-shared": "0.32.
|
|
47
|
-
"@plitzi/sdk-style": "0.32.
|
|
48
|
-
"@plitzi/sdk-variables": "0.32.
|
|
35
|
+
"@plitzi/nexus": "0.32.3",
|
|
36
|
+
"@plitzi/plitzi-ui": "^1.6.13",
|
|
37
|
+
"@plitzi/sdk-auth": "0.32.3",
|
|
38
|
+
"@plitzi/sdk-collections": "0.32.3",
|
|
39
|
+
"@plitzi/sdk-dev-tools": "0.32.3",
|
|
40
|
+
"@plitzi/sdk-elements": "0.32.3",
|
|
41
|
+
"@plitzi/sdk-event-bridge": "0.32.3",
|
|
42
|
+
"@plitzi/sdk-interactions": "0.32.3",
|
|
43
|
+
"@plitzi/sdk-navigation": "0.32.3",
|
|
44
|
+
"@plitzi/sdk-plugins": "0.32.3",
|
|
45
|
+
"@plitzi/sdk-schema": "0.32.3",
|
|
46
|
+
"@plitzi/sdk-shared": "0.32.3",
|
|
47
|
+
"@plitzi/sdk-style": "0.32.3",
|
|
48
|
+
"@plitzi/sdk-variables": "0.32.3",
|
|
49
49
|
"clsx": "^2.1.1",
|
|
50
|
-
"graphql": "^
|
|
50
|
+
"graphql": "^17.0.1",
|
|
51
51
|
"immer": "^11.1.8",
|
|
52
|
-
"react-router-dom": "^7.
|
|
52
|
+
"react-router-dom": "^7.18.0",
|
|
53
53
|
"twig": "^3.0.0",
|
|
54
|
-
"vite": "^8.0.
|
|
55
|
-
"vite-plugin-dts": "^5.0.
|
|
54
|
+
"vite": "^8.0.16",
|
|
55
|
+
"vite-plugin-dts": "^5.0.2",
|
|
56
56
|
"vite-plugin-react": "^4.0.1"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
@@ -60,53 +60,53 @@
|
|
|
60
60
|
"react-dom": "^19"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@babel/compat-data": "^
|
|
64
|
-
"@babel/core": "^
|
|
63
|
+
"@babel/compat-data": "^8.0.0",
|
|
64
|
+
"@babel/core": "^8.0.1",
|
|
65
65
|
"@babel/helper-builder-react-jsx-experimental": "^7.12.11",
|
|
66
|
-
"@babel/helper-validator-identifier": "^
|
|
66
|
+
"@babel/helper-validator-identifier": "^8.0.2",
|
|
67
67
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
68
|
-
"@babel/plugin-transform-private-methods": "^
|
|
69
|
-
"@babel/plugin-transform-react-jsx": "^
|
|
70
|
-
"@babel/plugin-transform-runtime": "^
|
|
68
|
+
"@babel/plugin-transform-private-methods": "^8.0.1",
|
|
69
|
+
"@babel/plugin-transform-react-jsx": "^8.0.1",
|
|
70
|
+
"@babel/plugin-transform-runtime": "^8.0.1",
|
|
71
71
|
"@babel/polyfill": "^7.12.1",
|
|
72
|
-
"@babel/preset-env": "^
|
|
73
|
-
"@babel/preset-react": "^
|
|
74
|
-
"@babel/preset-typescript": "^
|
|
75
|
-
"@rollup/plugin-commonjs": "^29.0.
|
|
76
|
-
"@storybook/addon-links": "^10.4.
|
|
77
|
-
"@storybook/react": "^10.4.
|
|
78
|
-
"@storybook/react-vite": "^10.4.
|
|
79
|
-
"@storybook/react-webpack5": "^10.4.
|
|
72
|
+
"@babel/preset-env": "^8.0.2",
|
|
73
|
+
"@babel/preset-react": "^8.0.1",
|
|
74
|
+
"@babel/preset-typescript": "^8.0.1",
|
|
75
|
+
"@rollup/plugin-commonjs": "^29.0.3",
|
|
76
|
+
"@storybook/addon-links": "^10.4.6",
|
|
77
|
+
"@storybook/react": "^10.4.6",
|
|
78
|
+
"@storybook/react-vite": "^10.4.6",
|
|
79
|
+
"@storybook/react-webpack5": "^10.4.6",
|
|
80
80
|
"@storybook/testing-library": "^0.2.2",
|
|
81
|
-
"@tailwindcss/postcss": "^4.3.
|
|
81
|
+
"@tailwindcss/postcss": "^4.3.1",
|
|
82
82
|
"@types/ejs": "^3.1.5",
|
|
83
83
|
"css-loader": "^7.1.4",
|
|
84
84
|
"eslint": "^9.39.4",
|
|
85
85
|
"eslint-plugin-import": "^2.32.0",
|
|
86
|
-
"flow-bin": "^0.
|
|
86
|
+
"flow-bin": "^0.320.0",
|
|
87
87
|
"mini-css-extract-plugin": "^2.10.2",
|
|
88
88
|
"postcss": "^8.5.15",
|
|
89
89
|
"postcss-loader": "^8.2.1",
|
|
90
90
|
"postcss-scss": "^4.0.9",
|
|
91
|
-
"prettier": "^3.8.
|
|
92
|
-
"react": "^19.2.
|
|
93
|
-
"react-dom": "^19.2.
|
|
91
|
+
"prettier": "^3.8.4",
|
|
92
|
+
"react": "^19.2.7",
|
|
93
|
+
"react-dom": "^19.2.7",
|
|
94
94
|
"react-refresh": "^0.18.0",
|
|
95
|
-
"react-test-renderer": "^19.2.
|
|
95
|
+
"react-test-renderer": "^19.2.7",
|
|
96
96
|
"rollup-plugin-visualizer": "^7.0.1",
|
|
97
|
-
"sass": "^1.
|
|
97
|
+
"sass": "^1.101.0",
|
|
98
98
|
"sass-embedded": "^1.100.0",
|
|
99
|
-
"storybook": "^10.4.
|
|
100
|
-
"stylelint": "^17.
|
|
99
|
+
"storybook": "^10.4.6",
|
|
100
|
+
"stylelint": "^17.13.0",
|
|
101
101
|
"stylelint-order": "^8.1.1",
|
|
102
|
-
"stylelint-scss": "^7.
|
|
102
|
+
"stylelint-scss": "^7.2.0",
|
|
103
103
|
"terser": "^5.48.0",
|
|
104
104
|
"typescript": "^6.0.3",
|
|
105
|
-
"vite": "^8.0.
|
|
105
|
+
"vite": "^8.0.16",
|
|
106
106
|
"vite-plugin-compression": "^0.5.1",
|
|
107
107
|
"vite-plugin-ejs": "^1.7.0",
|
|
108
|
-
"vite-plugin-mkcert": "^2.
|
|
109
|
-
"vitest": "^4.1.
|
|
108
|
+
"vite-plugin-mkcert": "^2.1.0",
|
|
109
|
+
"vitest": "^4.1.9"
|
|
110
110
|
},
|
|
111
111
|
"scripts": {
|
|
112
112
|
"start": "vite dev --mode development",
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
export type InteractionsSdkContextProviderProps = {
|
|
3
|
-
children: ReactNode;
|
|
4
|
-
previewMode?: boolean;
|
|
5
|
-
};
|
|
6
|
-
declare const InteractionsSdkContextProvider: ({ children, previewMode }: InteractionsSdkContextProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export default InteractionsSdkContextProvider;
|