cytur-design-system 1.1.0 → 1.1.2

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.
Files changed (2) hide show
  1. package/dist/index.js +18 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -899,7 +899,24 @@ ${r(t.dark)}
899
899
  /* 컨테이너 hover로 hover 색 전환 — macOS overlay scrollbar에선 thumb 직접 hover가 안 잡히는 한계 우회 */
900
900
  .cytur-scroll:hover::-webkit-scrollbar-thumb { background-color: var(--cytur-scrollbar-thumb-hover); }
901
901
  .cytur-scroll::-webkit-scrollbar-thumb:hover { background-color: var(--cytur-scrollbar-thumb-hover); }
902
- .cytur-scroll::-webkit-scrollbar-thumb:active { background-color: var(--cytur-scrollbar-thumb-active); }`;
902
+ .cytur-scroll::-webkit-scrollbar-thumb:active { background-color: var(--cytur-scrollbar-thumb-active); }\n
903
+ html input:-webkit-autofill,
904
+ html input:-webkit-autofill:hover,
905
+ html input:-webkit-autofill:focus,
906
+ html input:-webkit-autofill:active,
907
+ html input:-internal-autofill-selected,
908
+ html textarea:-webkit-autofill,
909
+ html textarea:-webkit-autofill:hover,
910
+ html textarea:-webkit-autofill:focus,
911
+ html textarea:-internal-autofill-selected {
912
+ -webkit-box-shadow: 0 0 0 1000px var(--cytur-input-bg-default) inset !important;
913
+ -webkit-text-fill-color: var(--cytur-input-text-default) !important;
914
+ color: var(--cytur-input-text-default) !important;
915
+ background-color: var(--cytur-input-bg-default) !important;
916
+ caret-color: var(--cytur-input-text-default) !important;
917
+ transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s !important;
918
+ filter: none !important;
919
+ }`;
903
920
  }, ke = {
904
921
  light: {
905
922
  "action-primary": "#0a9e9e",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cytur-design-system",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",