@remkoj/optimizely-cms-react 6.0.0-pre2 → 6.0.0-pre4
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/package.json +3 -3
- package/dist/components.d.ts +0 -29
- package/dist/components.js +0 -24
- package/dist/components.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remkoj/optimizely-cms-react",
|
|
3
3
|
"license": "Apache-2.0",
|
|
4
|
-
"version": "6.0.0-
|
|
4
|
+
"version": "6.0.0-pre4",
|
|
5
5
|
"repository": "https://github.com/remkoj/optimizely-dxp-clients.git",
|
|
6
6
|
"author": "Remko Jantzen <693172+remkoj@users.noreply.github.com>",
|
|
7
7
|
"homepage": "https://github.com/remkoj/optimizely-dxp-clients/tree/main/packages/optimizely-cms-react",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@remkoj/optimizely-graph-client": "6.0.0-
|
|
26
|
+
"@remkoj/optimizely-graph-client": "6.0.0-pre4",
|
|
27
27
|
"@types/crypto-js": "^4.2.2",
|
|
28
28
|
"@types/node": "^22.16.2",
|
|
29
29
|
"@types/react": "^19.1.8",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@graphql-typed-document-node/core": "^3.2.0",
|
|
39
|
-
"@remkoj/optimizely-graph-client": "^6.0.0-
|
|
39
|
+
"@remkoj/optimizely-graph-client": "^6.0.0-pre4",
|
|
40
40
|
"crypto-js": "^4.2.0",
|
|
41
41
|
"entities": "^6.0.1",
|
|
42
42
|
"graphql": "^16.11.0",
|
package/dist/components.d.ts
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @deprecated The `@remkoj/optimizely-cms-react/components` export has been deprecated
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* @deprecated The `@remkoj/optimizely-cms-react/components` export has been
|
|
6
|
-
* deprecated, use either `@remkoj/optimizely-cms-react` or
|
|
7
|
-
* `@remkoj/optimizely-cms-react/rsc`, dependingn on your context
|
|
8
|
-
*/
|
|
9
|
-
export declare const RichText: import("react").ComponentType<import("./rsc.js").PropsWithOptionalContext<Omit<import("./components/rich-text/types.js").RichTextImplProps<import("./components/type-utils.js").ElementWithChildrenType>, "ctx">>>;
|
|
10
|
-
/**
|
|
11
|
-
* @deprecated The `@remkoj/optimizely-cms-react/components` export has been deprecated
|
|
12
|
-
*/
|
|
13
|
-
export { DefaultComponents, DefaultTextNode, createHtmlComponent } from "./components/rich-text/components.js";
|
|
14
|
-
/**
|
|
15
|
-
* @deprecated The `@remkoj/optimizely-cms-react/components` export has been deprecated
|
|
16
|
-
*/
|
|
17
|
-
export * as Utils from "./components/rich-text/utils.js";
|
|
18
|
-
/**
|
|
19
|
-
* @deprecated The `@remkoj/optimizely-cms-react/components` export has been deprecated
|
|
20
|
-
*/
|
|
21
|
-
export type * from "./components/rich-text/types.js";
|
|
22
|
-
/**
|
|
23
|
-
* @deprecated The `@remkoj/optimizely-cms-react/components` export has been deprecated
|
|
24
|
-
*/
|
|
25
|
-
export type { BaseStyleDefinition, ElementStyleDefinition, LayoutProps, LayoutPropsSetting, LayoutPropsSettingChoices, LayoutPropsSettingKeys, LayoutPropsSettingValues, NodeStyleDefinition, StyleDefinition, StyleSetting } from "./components/cms-styles/index.js";
|
|
26
|
-
/**
|
|
27
|
-
* @deprecated The `@remkoj/optimizely-cms-react/components` export has been deprecated
|
|
28
|
-
*/
|
|
29
|
-
export { extractSettings, readSetting } from "./components/cms-styles/index.js";
|
package/dist/components.js
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @deprecated The `@remkoj/optimizely-cms-react/components` export has been deprecated
|
|
3
|
-
*/
|
|
4
|
-
import { RichText as BaseRichText } from "./components/rich-text/index.js";
|
|
5
|
-
import { serverContextAware } from "./rsc.js";
|
|
6
|
-
/**
|
|
7
|
-
* @deprecated The `@remkoj/optimizely-cms-react/components` export has been
|
|
8
|
-
* deprecated, use either `@remkoj/optimizely-cms-react` or
|
|
9
|
-
* `@remkoj/optimizely-cms-react/rsc`, dependingn on your context
|
|
10
|
-
*/
|
|
11
|
-
export const RichText = serverContextAware(BaseRichText);
|
|
12
|
-
/**
|
|
13
|
-
* @deprecated The `@remkoj/optimizely-cms-react/components` export has been deprecated
|
|
14
|
-
*/
|
|
15
|
-
export { DefaultComponents, DefaultTextNode, createHtmlComponent } from "./components/rich-text/components.js";
|
|
16
|
-
/**
|
|
17
|
-
* @deprecated The `@remkoj/optimizely-cms-react/components` export has been deprecated
|
|
18
|
-
*/
|
|
19
|
-
export * as Utils from "./components/rich-text/utils.js";
|
|
20
|
-
/**
|
|
21
|
-
* @deprecated The `@remkoj/optimizely-cms-react/components` export has been deprecated
|
|
22
|
-
*/
|
|
23
|
-
export { extractSettings, readSetting } from "./components/cms-styles/index.js";
|
|
24
|
-
//# sourceMappingURL=components.js.map
|
package/dist/components.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"components.js","sourceRoot":"","sources":["../src/components.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,iCAAiC,CAAA;AAC1E,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAA;AAC7C;;;;GAIG;AACH,MAAM,CAAC,MAAM,QAAQ,GAAG,kBAAkB,CAAC,YAAY,CAAC,CAAA;AACxD;;GAEG;AACH,OAAO,EAAE,iBAAiB,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,sCAAsC,CAAA;AAC9G;;GAEG;AACH,OAAO,KAAK,KAAK,MAAM,iCAAiC,CAAA;AASxD;;GAEG;AACH,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAA"}
|