@uniformdev/mesh-sdk-react 20.13.3-alpha.12 → 20.14.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/dist/index.esm.js +0 -12
- package/dist/index.js +0 -12
- package/dist/index.mjs +0 -12
- package/package.json +6 -6
package/dist/index.esm.js
CHANGED
|
@@ -5185,18 +5185,6 @@ var DATE_TIME_OPERATORS = [
|
|
|
5185
5185
|
value: "sys-date-gte",
|
|
5186
5186
|
editorType: "date",
|
|
5187
5187
|
expectedValueType: "single"
|
|
5188
|
-
},
|
|
5189
|
-
{
|
|
5190
|
-
label: "is empty",
|
|
5191
|
-
value: "ndef",
|
|
5192
|
-
editorType: "empty",
|
|
5193
|
-
expectedValueType: "false"
|
|
5194
|
-
},
|
|
5195
|
-
{
|
|
5196
|
-
label: "is not empty",
|
|
5197
|
-
value: "def",
|
|
5198
|
-
editorType: "empty",
|
|
5199
|
-
expectedValueType: "true"
|
|
5200
5188
|
}
|
|
5201
5189
|
];
|
|
5202
5190
|
var RICHTEXT_OPERATORS = [
|
package/dist/index.js
CHANGED
|
@@ -5276,18 +5276,6 @@ var DATE_TIME_OPERATORS = [
|
|
|
5276
5276
|
value: "sys-date-gte",
|
|
5277
5277
|
editorType: "date",
|
|
5278
5278
|
expectedValueType: "single"
|
|
5279
|
-
},
|
|
5280
|
-
{
|
|
5281
|
-
label: "is empty",
|
|
5282
|
-
value: "ndef",
|
|
5283
|
-
editorType: "empty",
|
|
5284
|
-
expectedValueType: "false"
|
|
5285
|
-
},
|
|
5286
|
-
{
|
|
5287
|
-
label: "is not empty",
|
|
5288
|
-
value: "def",
|
|
5289
|
-
editorType: "empty",
|
|
5290
|
-
expectedValueType: "true"
|
|
5291
5279
|
}
|
|
5292
5280
|
];
|
|
5293
5281
|
var RICHTEXT_OPERATORS = [
|
package/dist/index.mjs
CHANGED
|
@@ -5185,18 +5185,6 @@ var DATE_TIME_OPERATORS = [
|
|
|
5185
5185
|
value: "sys-date-gte",
|
|
5186
5186
|
editorType: "date",
|
|
5187
5187
|
expectedValueType: "single"
|
|
5188
|
-
},
|
|
5189
|
-
{
|
|
5190
|
-
label: "is empty",
|
|
5191
|
-
value: "ndef",
|
|
5192
|
-
editorType: "empty",
|
|
5193
|
-
expectedValueType: "false"
|
|
5194
|
-
},
|
|
5195
|
-
{
|
|
5196
|
-
label: "is not empty",
|
|
5197
|
-
value: "def",
|
|
5198
|
-
editorType: "empty",
|
|
5199
|
-
expectedValueType: "true"
|
|
5200
5188
|
}
|
|
5201
5189
|
];
|
|
5202
5190
|
var RICHTEXT_OPERATORS = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk-react",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.14.1",
|
|
4
4
|
"description": "Uniform Mesh Framework SDK for React",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
"@lexical/selection": "0.25.0",
|
|
51
51
|
"@lexical/utils": "0.25.0",
|
|
52
52
|
"@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.5.0/react-icons-all-files-5.5.0.tgz",
|
|
53
|
-
"@uniformdev/canvas": "20.
|
|
54
|
-
"@uniformdev/design-system": "20.
|
|
55
|
-
"@uniformdev/mesh-sdk": "20.
|
|
56
|
-
"@uniformdev/richtext": "20.
|
|
53
|
+
"@uniformdev/canvas": "20.14.1",
|
|
54
|
+
"@uniformdev/design-system": "20.14.1",
|
|
55
|
+
"@uniformdev/mesh-sdk": "20.14.1",
|
|
56
|
+
"@uniformdev/richtext": "20.14.1",
|
|
57
57
|
"dequal": "^2.0.3",
|
|
58
58
|
"lexical": "0.25.0",
|
|
59
59
|
"mitt": "3.0.1",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"publishConfig": {
|
|
87
87
|
"access": "public"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "1cf777c56f2e7f08514fd44b40700579c48a9c71"
|
|
90
90
|
}
|