@uniformdev/mesh-sdk-react 20.16.0 → 20.17.1-alpha.4

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 CHANGED
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  var __defProp = Object.defineProperty;
2
3
  var __export = (target, all) => {
3
4
  for (var name2 in all)
@@ -6324,6 +6325,7 @@ function withInputVariables(WrappedComponent, noSwapping = false) {
6324
6325
  return /* @__PURE__ */ jsx72(
6325
6326
  InputVariables,
6326
6327
  {
6328
+ "data-testid": "filter-value",
6327
6329
  disableInlineMenu: true,
6328
6330
  showMenuPosition: "inline-right",
6329
6331
  onChange: (newValue) => props.onChange(newValue != null ? newValue : ""),
@@ -6344,6 +6346,7 @@ function withInputVariablesForMultiValue(WrappedComponent) {
6344
6346
  return /* @__PURE__ */ jsx72(
6345
6347
  InputVariables,
6346
6348
  {
6349
+ "data-testid": "filter-value",
6347
6350
  disableInlineMenu: true,
6348
6351
  showMenuPosition: "inline-right",
6349
6352
  onChange: (newValue) => props.onChange(newValue ? [newValue] : []),
package/dist/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  "use strict";
2
3
  var __create = Object.create;
3
4
  var __defProp = Object.defineProperty;
@@ -6389,6 +6390,7 @@ function withInputVariables(WrappedComponent, noSwapping = false) {
6389
6390
  return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6390
6391
  InputVariables,
6391
6392
  {
6393
+ "data-testid": "filter-value",
6392
6394
  disableInlineMenu: true,
6393
6395
  showMenuPosition: "inline-right",
6394
6396
  onChange: (newValue) => props.onChange(newValue != null ? newValue : ""),
@@ -6409,6 +6411,7 @@ function withInputVariablesForMultiValue(WrappedComponent) {
6409
6411
  return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6410
6412
  InputVariables,
6411
6413
  {
6414
+ "data-testid": "filter-value",
6412
6415
  disableInlineMenu: true,
6413
6416
  showMenuPosition: "inline-right",
6414
6417
  onChange: (newValue) => props.onChange(newValue ? [newValue] : []),
package/dist/index.mjs CHANGED
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  var __defProp = Object.defineProperty;
2
3
  var __export = (target, all) => {
3
4
  for (var name2 in all)
@@ -6324,6 +6325,7 @@ function withInputVariables(WrappedComponent, noSwapping = false) {
6324
6325
  return /* @__PURE__ */ jsx72(
6325
6326
  InputVariables,
6326
6327
  {
6328
+ "data-testid": "filter-value",
6327
6329
  disableInlineMenu: true,
6328
6330
  showMenuPosition: "inline-right",
6329
6331
  onChange: (newValue) => props.onChange(newValue != null ? newValue : ""),
@@ -6344,6 +6346,7 @@ function withInputVariablesForMultiValue(WrappedComponent) {
6344
6346
  return /* @__PURE__ */ jsx72(
6345
6347
  InputVariables,
6346
6348
  {
6349
+ "data-testid": "filter-value",
6347
6350
  disableInlineMenu: true,
6348
6351
  showMenuPosition: "inline-right",
6349
6352
  onChange: (newValue) => props.onChange(newValue ? [newValue] : []),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "20.16.0",
3
+ "version": "20.17.1-alpha.4+aab4a8d412",
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.16.0",
54
- "@uniformdev/design-system": "20.16.0",
55
- "@uniformdev/mesh-sdk": "20.16.0",
56
- "@uniformdev/richtext": "20.16.0",
53
+ "@uniformdev/canvas": "20.17.1-alpha.4+aab4a8d412",
54
+ "@uniformdev/design-system": "20.17.1-alpha.4+aab4a8d412",
55
+ "@uniformdev/mesh-sdk": "20.17.1-alpha.4+aab4a8d412",
56
+ "@uniformdev/richtext": "20.17.1-alpha.4+aab4a8d412",
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": "47fa333abf187cd58ab9edb6b5fe970bbc24b4f7"
89
+ "gitHead": "aab4a8d4129187a40e5d99309a714feb2a629fd2"
90
90
  }