@uniformdev/mesh-sdk-react 20.35.0 → 20.35.1-alpha.87

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
@@ -1945,6 +1945,7 @@ var input2 = css5`
1945
1945
  &:disabled,
1946
1946
  &:disabled::placeholder,
1947
1947
  &:disabled:hover {
1948
+ border-color: var(--gray-200);
1948
1949
  border-radius: var(--rounded-sm);
1949
1950
  cursor: not-allowed;
1950
1951
  color: var(--gray-400);
@@ -1954,6 +1955,7 @@ var input2 = css5`
1954
1955
  &[contenteditable='false'] {
1955
1956
  cursor: not-allowed;
1956
1957
  color: var(--gray-400);
1958
+ border-color: var(--gray-200);
1957
1959
  }
1958
1960
 
1959
1961
  > p {
@@ -4204,7 +4206,7 @@ var ObjectSearchListItem = ({
4204
4206
  ),
4205
4207
  /* @__PURE__ */ jsxs23("div", { css: ObjectListItemInfoContainer, children: [
4206
4208
  selected ? /* @__PURE__ */ jsx49(Chip, { text: "selected", size: "xs" }) : null,
4207
- !popoverData ? null : /* @__PURE__ */ jsx49(Popover, { ariaLabel: title, buttonText: `See ${title} details`, iconColor: "default", children: popoverData })
4209
+ !popoverData ? null : /* @__PURE__ */ jsx49(Popover, { ariaLabel: title, buttonText: `See ${title} details`, children: popoverData })
4208
4210
  ] }),
4209
4211
  !children ? null : /* @__PURE__ */ jsx49("div", { css: ObjectListItemUnControlledContent, children })
4210
4212
  ]
package/dist/index.js CHANGED
@@ -2085,6 +2085,7 @@ var input2 = import_react19.css`
2085
2085
  &:disabled,
2086
2086
  &:disabled::placeholder,
2087
2087
  &:disabled:hover {
2088
+ border-color: var(--gray-200);
2088
2089
  border-radius: var(--rounded-sm);
2089
2090
  cursor: not-allowed;
2090
2091
  color: var(--gray-400);
@@ -2094,6 +2095,7 @@ var input2 = import_react19.css`
2094
2095
  &[contenteditable='false'] {
2095
2096
  cursor: not-allowed;
2096
2097
  color: var(--gray-400);
2098
+ border-color: var(--gray-200);
2097
2099
  }
2098
2100
 
2099
2101
  > p {
@@ -4295,7 +4297,7 @@ var ObjectSearchListItem = ({
4295
4297
  ),
4296
4298
  /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { css: ObjectListItemInfoContainer, children: [
4297
4299
  selected ? /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_design_system22.Chip, { text: "selected", size: "xs" }) : null,
4298
- !popoverData ? null : /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_design_system22.Popover, { ariaLabel: title, buttonText: `See ${title} details`, iconColor: "default", children: popoverData })
4300
+ !popoverData ? null : /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_design_system22.Popover, { ariaLabel: title, buttonText: `See ${title} details`, children: popoverData })
4299
4301
  ] }),
4300
4302
  !children ? null : /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { css: ObjectListItemUnControlledContent, children })
4301
4303
  ]
package/dist/index.mjs CHANGED
@@ -1945,6 +1945,7 @@ var input2 = css5`
1945
1945
  &:disabled,
1946
1946
  &:disabled::placeholder,
1947
1947
  &:disabled:hover {
1948
+ border-color: var(--gray-200);
1948
1949
  border-radius: var(--rounded-sm);
1949
1950
  cursor: not-allowed;
1950
1951
  color: var(--gray-400);
@@ -1954,6 +1955,7 @@ var input2 = css5`
1954
1955
  &[contenteditable='false'] {
1955
1956
  cursor: not-allowed;
1956
1957
  color: var(--gray-400);
1958
+ border-color: var(--gray-200);
1957
1959
  }
1958
1960
 
1959
1961
  > p {
@@ -4204,7 +4206,7 @@ var ObjectSearchListItem = ({
4204
4206
  ),
4205
4207
  /* @__PURE__ */ jsxs23("div", { css: ObjectListItemInfoContainer, children: [
4206
4208
  selected ? /* @__PURE__ */ jsx49(Chip, { text: "selected", size: "xs" }) : null,
4207
- !popoverData ? null : /* @__PURE__ */ jsx49(Popover, { ariaLabel: title, buttonText: `See ${title} details`, iconColor: "default", children: popoverData })
4209
+ !popoverData ? null : /* @__PURE__ */ jsx49(Popover, { ariaLabel: title, buttonText: `See ${title} details`, children: popoverData })
4208
4210
  ] }),
4209
4211
  !children ? null : /* @__PURE__ */ jsx49("div", { css: ObjectListItemUnControlledContent, children })
4210
4212
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "20.35.0",
3
+ "version": "20.35.1-alpha.87+2cf616f622",
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.35.0",
54
- "@uniformdev/design-system": "20.35.0",
55
- "@uniformdev/mesh-sdk": "20.35.0",
56
- "@uniformdev/richtext": "20.35.0",
53
+ "@uniformdev/canvas": "20.35.1-alpha.87+2cf616f622",
54
+ "@uniformdev/design-system": "20.35.1-alpha.87+2cf616f622",
55
+ "@uniformdev/mesh-sdk": "20.35.1-alpha.87+2cf616f622",
56
+ "@uniformdev/richtext": "20.35.1-alpha.87+2cf616f622",
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": "f228361828ef49a596ca3841e5b79768c64418cf"
89
+ "gitHead": "2cf616f622322e5322575c106742078b5e3d7992"
90
90
  }