@contentful/experiences-sdk-react 1.0.3-dev-20240411T1552-43cc1cb.0 → 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.
- package/dist/index.js +2 -1
- 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
|
@@ -9,7 +9,7 @@ import * as Components from '@contentful/experiences-components-react';
|
|
|
9
9
|
import { ContentfulContainer, Columns, SingleColumn } from '@contentful/experiences-components-react';
|
|
10
10
|
import styleInject from 'style-inject';
|
|
11
11
|
|
|
12
|
-
const SDK_VERSION = '1.0.
|
|
12
|
+
const SDK_VERSION = '1.0.3-beta.0';
|
|
13
13
|
|
|
14
14
|
var util;
|
|
15
15
|
(function (util) {
|
|
@@ -4045,6 +4045,7 @@ const DefinitionPropertyTypeSchema = z.enum([
|
|
|
4045
4045
|
'Location',
|
|
4046
4046
|
'Media',
|
|
4047
4047
|
'Object',
|
|
4048
|
+
'Hyperlink',
|
|
4048
4049
|
]);
|
|
4049
4050
|
const DefinitionPropertyKeySchema = z
|
|
4050
4051
|
.string()
|