@uniformdev/mesh-sdk-react 19.96.1-alpha.0 → 19.99.0
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 +5 -5
- package/dist/index.js +5 -5
- package/dist/index.mjs +5 -5
- package/package.json +5 -5
package/dist/index.esm.js
CHANGED
|
@@ -4050,8 +4050,8 @@ var menuBtn2 = css21`
|
|
|
4050
4050
|
var input = css21`
|
|
4051
4051
|
appearance: none;
|
|
4052
4052
|
background-color: var(--white);
|
|
4053
|
-
border: 1px solid var(--gray-
|
|
4054
|
-
border-radius: var(--rounded-
|
|
4053
|
+
border: 1px solid var(--gray-200);
|
|
4054
|
+
border-radius: var(--rounded-sm);
|
|
4055
4055
|
color: var(--gray-700);
|
|
4056
4056
|
padding-block: var(--spacing-base);
|
|
4057
4057
|
padding-left: var(--spacing-base);
|
|
@@ -4073,7 +4073,7 @@ var input = css21`
|
|
|
4073
4073
|
&:disabled,
|
|
4074
4074
|
&:disabled::placeholder {
|
|
4075
4075
|
cursor: not-allowed;
|
|
4076
|
-
color: var(--gray-
|
|
4076
|
+
color: var(--gray-400);
|
|
4077
4077
|
border-color: var(--gray-300);
|
|
4078
4078
|
}
|
|
4079
4079
|
|
|
@@ -4809,7 +4809,7 @@ var input2 = css23`
|
|
|
4809
4809
|
|
|
4810
4810
|
&:focus,
|
|
4811
4811
|
&:focus-within {
|
|
4812
|
-
border-radius: var(--rounded-
|
|
4812
|
+
border-radius: var(--rounded-sm);
|
|
4813
4813
|
box-shadow: var(--elevation-100);
|
|
4814
4814
|
border: 1px solid var(--accent-dark-active);
|
|
4815
4815
|
outline: none;
|
|
@@ -4821,7 +4821,7 @@ var input2 = css23`
|
|
|
4821
4821
|
&:disabled,
|
|
4822
4822
|
&:disabled::placeholder,
|
|
4823
4823
|
&:disabled:hover {
|
|
4824
|
-
border-radius: var(--rounded-
|
|
4824
|
+
border-radius: var(--rounded-sm);
|
|
4825
4825
|
cursor: not-allowed;
|
|
4826
4826
|
color: var(--gray-400);
|
|
4827
4827
|
}
|
package/dist/index.js
CHANGED
|
@@ -4228,8 +4228,8 @@ var menuBtn2 = import_react41.css`
|
|
|
4228
4228
|
var input = import_react41.css`
|
|
4229
4229
|
appearance: none;
|
|
4230
4230
|
background-color: var(--white);
|
|
4231
|
-
border: 1px solid var(--gray-
|
|
4232
|
-
border-radius: var(--rounded-
|
|
4231
|
+
border: 1px solid var(--gray-200);
|
|
4232
|
+
border-radius: var(--rounded-sm);
|
|
4233
4233
|
color: var(--gray-700);
|
|
4234
4234
|
padding-block: var(--spacing-base);
|
|
4235
4235
|
padding-left: var(--spacing-base);
|
|
@@ -4251,7 +4251,7 @@ var input = import_react41.css`
|
|
|
4251
4251
|
&:disabled,
|
|
4252
4252
|
&:disabled::placeholder {
|
|
4253
4253
|
cursor: not-allowed;
|
|
4254
|
-
color: var(--gray-
|
|
4254
|
+
color: var(--gray-400);
|
|
4255
4255
|
border-color: var(--gray-300);
|
|
4256
4256
|
}
|
|
4257
4257
|
|
|
@@ -4975,7 +4975,7 @@ var input2 = import_react50.css`
|
|
|
4975
4975
|
|
|
4976
4976
|
&:focus,
|
|
4977
4977
|
&:focus-within {
|
|
4978
|
-
border-radius: var(--rounded-
|
|
4978
|
+
border-radius: var(--rounded-sm);
|
|
4979
4979
|
box-shadow: var(--elevation-100);
|
|
4980
4980
|
border: 1px solid var(--accent-dark-active);
|
|
4981
4981
|
outline: none;
|
|
@@ -4987,7 +4987,7 @@ var input2 = import_react50.css`
|
|
|
4987
4987
|
&:disabled,
|
|
4988
4988
|
&:disabled::placeholder,
|
|
4989
4989
|
&:disabled:hover {
|
|
4990
|
-
border-radius: var(--rounded-
|
|
4990
|
+
border-radius: var(--rounded-sm);
|
|
4991
4991
|
cursor: not-allowed;
|
|
4992
4992
|
color: var(--gray-400);
|
|
4993
4993
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -4050,8 +4050,8 @@ var menuBtn2 = css21`
|
|
|
4050
4050
|
var input = css21`
|
|
4051
4051
|
appearance: none;
|
|
4052
4052
|
background-color: var(--white);
|
|
4053
|
-
border: 1px solid var(--gray-
|
|
4054
|
-
border-radius: var(--rounded-
|
|
4053
|
+
border: 1px solid var(--gray-200);
|
|
4054
|
+
border-radius: var(--rounded-sm);
|
|
4055
4055
|
color: var(--gray-700);
|
|
4056
4056
|
padding-block: var(--spacing-base);
|
|
4057
4057
|
padding-left: var(--spacing-base);
|
|
@@ -4073,7 +4073,7 @@ var input = css21`
|
|
|
4073
4073
|
&:disabled,
|
|
4074
4074
|
&:disabled::placeholder {
|
|
4075
4075
|
cursor: not-allowed;
|
|
4076
|
-
color: var(--gray-
|
|
4076
|
+
color: var(--gray-400);
|
|
4077
4077
|
border-color: var(--gray-300);
|
|
4078
4078
|
}
|
|
4079
4079
|
|
|
@@ -4809,7 +4809,7 @@ var input2 = css23`
|
|
|
4809
4809
|
|
|
4810
4810
|
&:focus,
|
|
4811
4811
|
&:focus-within {
|
|
4812
|
-
border-radius: var(--rounded-
|
|
4812
|
+
border-radius: var(--rounded-sm);
|
|
4813
4813
|
box-shadow: var(--elevation-100);
|
|
4814
4814
|
border: 1px solid var(--accent-dark-active);
|
|
4815
4815
|
outline: none;
|
|
@@ -4821,7 +4821,7 @@ var input2 = css23`
|
|
|
4821
4821
|
&:disabled,
|
|
4822
4822
|
&:disabled::placeholder,
|
|
4823
4823
|
&:disabled:hover {
|
|
4824
|
-
border-radius: var(--rounded-
|
|
4824
|
+
border-radius: var(--rounded-sm);
|
|
4825
4825
|
cursor: not-allowed;
|
|
4826
4826
|
color: var(--gray-400);
|
|
4827
4827
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk-react",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.99.0",
|
|
4
4
|
"description": "Uniform Mesh Framework SDK for React",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"@lexical/selection": "^0.12.0",
|
|
51
51
|
"@lexical/utils": "^0.12.0",
|
|
52
52
|
"@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v4.10.1/react-icons-all-files-4.10.1.tgz",
|
|
53
|
-
"@uniformdev/canvas": "19.
|
|
54
|
-
"@uniformdev/design-system": "19.
|
|
55
|
-
"@uniformdev/mesh-sdk": "19.
|
|
53
|
+
"@uniformdev/canvas": "19.99.0",
|
|
54
|
+
"@uniformdev/design-system": "19.99.0",
|
|
55
|
+
"@uniformdev/mesh-sdk": "19.99.0",
|
|
56
56
|
"dequal": "^2.0.3",
|
|
57
57
|
"lexical": "^0.12.0",
|
|
58
58
|
"mitt": "^3.0.0",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"publishConfig": {
|
|
87
87
|
"access": "public"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "f867c1229e8dc020c099534be72396792748c300"
|
|
90
90
|
}
|