@schematichq/schematic-components 1.0.2 → 1.0.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.
|
@@ -13729,7 +13729,7 @@ var EmbedProvider = ({
|
|
|
13729
13729
|
});
|
|
13730
13730
|
const customHeaders = (0, import_react12.useMemo)(
|
|
13731
13731
|
() => ({
|
|
13732
|
-
"X-Schematic-Components-Version": "1.0.
|
|
13732
|
+
"X-Schematic-Components-Version": "1.0.3",
|
|
13733
13733
|
"X-Schematic-Session-ID": sessionIdRef.current
|
|
13734
13734
|
}),
|
|
13735
13735
|
[]
|
|
@@ -13672,7 +13672,7 @@ var EmbedProvider = ({
|
|
|
13672
13672
|
});
|
|
13673
13673
|
const customHeaders = useMemo3(
|
|
13674
13674
|
() => ({
|
|
13675
|
-
"X-Schematic-Components-Version": "1.0.
|
|
13675
|
+
"X-Schematic-Components-Version": "1.0.3",
|
|
13676
13676
|
"X-Schematic-Session-ID": sessionIdRef.current
|
|
13677
13677
|
}),
|
|
13678
13678
|
[]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@schematichq/schematic-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"main": "dist/schematic-components.cjs.js",
|
|
5
5
|
"module": "dist/schematic-components.esm.js",
|
|
6
6
|
"types": "dist/schematic-components.d.ts",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"test:demo": "../scripts/test-components.sh"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@schematichq/schematic-icons": "^0.5.
|
|
34
|
+
"@schematichq/schematic-icons": "^0.5.1",
|
|
35
35
|
"@stripe/stripe-js": "^7.4.0",
|
|
36
36
|
"classnames": "^2.5.1",
|
|
37
37
|
"i18next": "^25.1.3",
|