@contentful/experiences-sdk-react 1.7.0-dev-20240606T0842-e8e5afe.0 → 1.7.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.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/src/sdkVersion.d.ts +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import { ContentfulContainer, Columns, SingleColumn } from '@contentful/experien
|
|
|
10
10
|
import styleInject from 'style-inject';
|
|
11
11
|
import md5 from 'md5';
|
|
12
12
|
|
|
13
|
-
const SDK_VERSION = '1.7.0
|
|
13
|
+
const SDK_VERSION = '1.7.0';
|
|
14
14
|
|
|
15
15
|
var util;
|
|
16
16
|
(function (util) {
|
|
@@ -4132,7 +4132,7 @@ const BreakpointSchema = z
|
|
|
4132
4132
|
query: z.string().regex(/^\*$|^<[0-9*]+px$/),
|
|
4133
4133
|
previewSize: z.string(),
|
|
4134
4134
|
displayName: z.string(),
|
|
4135
|
-
|
|
4135
|
+
displayIcon: z.enum(['desktop', 'tablet', 'mobile']).optional(),
|
|
4136
4136
|
})
|
|
4137
4137
|
.strict();
|
|
4138
4138
|
const UnboundValuesSchema = z.record(uuidKeySchema, z.object({
|