@schematichq/schematic-components 1.0.1 → 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
|
[]
|
|
@@ -15236,7 +15236,7 @@ var Container = dt.div`
|
|
|
15236
15236
|
display: block;
|
|
15237
15237
|
font-size: 1rem;
|
|
15238
15238
|
line-height: 1.35;
|
|
15239
|
-
width:
|
|
15239
|
+
width: 100%;
|
|
15240
15240
|
height: auto;
|
|
15241
15241
|
container-type: inline-size;
|
|
15242
15242
|
interpolate-size: allow-keywords;
|
|
@@ -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
|
[]
|
|
@@ -15179,7 +15179,7 @@ var Container = dt.div`
|
|
|
15179
15179
|
display: block;
|
|
15180
15180
|
font-size: 1rem;
|
|
15181
15181
|
line-height: 1.35;
|
|
15182
|
-
width:
|
|
15182
|
+
width: 100%;
|
|
15183
15183
|
height: auto;
|
|
15184
15184
|
container-type: inline-size;
|
|
15185
15185
|
interpolate-size: allow-keywords;
|
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",
|