@uniformdev/mesh-sdk-react 19.92.3 → 19.94.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 CHANGED
@@ -4789,7 +4789,7 @@ var input2 = css23`
4789
4789
  appearance: none;
4790
4790
  box-sizing: border-box;
4791
4791
  background: var(--white);
4792
- border: 1px solid var(--white);
4792
+ border: 1px solid var(--gray-200);
4793
4793
  border-radius: var(--rounded-sm);
4794
4794
  color: var(--gray-700);
4795
4795
  font-size: var(--fs-sm);
@@ -4810,10 +4810,13 @@ var input2 = css23`
4810
4810
  &:focus,
4811
4811
  &:focus-within {
4812
4812
  border-radius: var(--rounded-md);
4813
- box-shadow: none;
4814
- border: 1px solid var(--gray-300);
4813
+ box-shadow: var(--elevation-100);
4814
+ border: 1px solid var(--accent-dark-active);
4815
4815
  outline: none;
4816
4816
  }
4817
+ &:hover {
4818
+ border: 1px solid var(--accent-dark-hover);
4819
+ }
4817
4820
 
4818
4821
  &:disabled,
4819
4822
  &:disabled::placeholder,
package/dist/index.js CHANGED
@@ -4955,7 +4955,7 @@ var input2 = import_react50.css`
4955
4955
  appearance: none;
4956
4956
  box-sizing: border-box;
4957
4957
  background: var(--white);
4958
- border: 1px solid var(--white);
4958
+ border: 1px solid var(--gray-200);
4959
4959
  border-radius: var(--rounded-sm);
4960
4960
  color: var(--gray-700);
4961
4961
  font-size: var(--fs-sm);
@@ -4976,10 +4976,13 @@ var input2 = import_react50.css`
4976
4976
  &:focus,
4977
4977
  &:focus-within {
4978
4978
  border-radius: var(--rounded-md);
4979
- box-shadow: none;
4980
- border: 1px solid var(--gray-300);
4979
+ box-shadow: var(--elevation-100);
4980
+ border: 1px solid var(--accent-dark-active);
4981
4981
  outline: none;
4982
4982
  }
4983
+ &:hover {
4984
+ border: 1px solid var(--accent-dark-hover);
4985
+ }
4983
4986
 
4984
4987
  &:disabled,
4985
4988
  &:disabled::placeholder,
package/dist/index.mjs CHANGED
@@ -4789,7 +4789,7 @@ var input2 = css23`
4789
4789
  appearance: none;
4790
4790
  box-sizing: border-box;
4791
4791
  background: var(--white);
4792
- border: 1px solid var(--white);
4792
+ border: 1px solid var(--gray-200);
4793
4793
  border-radius: var(--rounded-sm);
4794
4794
  color: var(--gray-700);
4795
4795
  font-size: var(--fs-sm);
@@ -4810,10 +4810,13 @@ var input2 = css23`
4810
4810
  &:focus,
4811
4811
  &:focus-within {
4812
4812
  border-radius: var(--rounded-md);
4813
- box-shadow: none;
4814
- border: 1px solid var(--gray-300);
4813
+ box-shadow: var(--elevation-100);
4814
+ border: 1px solid var(--accent-dark-active);
4815
4815
  outline: none;
4816
4816
  }
4817
+ &:hover {
4818
+ border: 1px solid var(--accent-dark-hover);
4819
+ }
4817
4820
 
4818
4821
  &:disabled,
4819
4822
  &:disabled::placeholder,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "19.92.3",
3
+ "version": "19.94.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.92.3",
54
- "@uniformdev/design-system": "19.92.3",
55
- "@uniformdev/mesh-sdk": "19.92.3",
53
+ "@uniformdev/canvas": "19.94.0",
54
+ "@uniformdev/design-system": "19.94.0",
55
+ "@uniformdev/mesh-sdk": "19.94.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": "7eeadbc2ffc4a2808ddbe8ef9258ae46504cec91"
89
+ "gitHead": "83b33647cd09dafcd4ea23012c4e87a45b71c0af"
90
90
  }