@platecms/delta-smart-text 0.9.3 → 0.10.1
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/__generated__/graphql.ts +2 -2
- package/package.json +4 -4
package/__generated__/graphql.ts
CHANGED
|
@@ -881,8 +881,8 @@ export type CreateGridInput = {
|
|
|
881
881
|
};
|
|
882
882
|
|
|
883
883
|
export type CreateGridPlacementInput = {
|
|
884
|
-
/** The PRN of the Experience Component to place in this Grid Placement.
|
|
885
|
-
experienceComponent
|
|
884
|
+
/** The PRN of the Experience Component to place in this Grid Placement. */
|
|
885
|
+
experienceComponent: Scalars['PRN']['input'];
|
|
886
886
|
grid: Scalars['PRN']['input'];
|
|
887
887
|
row: Scalars['Int']['input'];
|
|
888
888
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platecms/delta-smart-text",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.1",
|
|
4
4
|
"description": "Provides a component to display smart text by using slate.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"publishConfig": {
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"./index.css": "./index.css"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@platecms/delta-cast": "0.
|
|
27
|
-
"@platecms/delta-plate-resource-notation": "0.
|
|
26
|
+
"@platecms/delta-cast": "0.10.1",
|
|
27
|
+
"@platecms/delta-plate-resource-notation": "0.10.1",
|
|
28
28
|
"@graphql-codegen/cli": "5.0.7",
|
|
29
29
|
"@graphql-typed-document-node/core": "3.2.0",
|
|
30
|
-
"@platecms/delta-cast-util-to-plaintext": "0.
|
|
30
|
+
"@platecms/delta-cast-util-to-plaintext": "0.10.1",
|
|
31
31
|
"@reduxjs/toolkit": "2.8.2",
|
|
32
32
|
"class-transformer": "0.5.1",
|
|
33
33
|
"graphql": "16.11.0",
|