@optiaxiom/globals 3.0.1 → 3.0.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.
- package/dist/cjs/index.js +1 -1
- package/dist/esm/tokens/colors.js +1 -1
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -503,7 +503,7 @@ const tokens = {
|
|
|
503
503
|
"border.control": ld(palette["neutral.400"], palette["neutral.600"]),
|
|
504
504
|
"border.control.hovered": ld(palette["neutral.600"], palette["neutral.400"]),
|
|
505
505
|
"border.default": ld(palette["neutral.150"], palette["neutral.800"]),
|
|
506
|
-
"border.disabled": ld(palette["neutral.
|
|
506
|
+
"border.disabled": ld(palette["neutral.1200/22"], palette["neutral.50/22"]),
|
|
507
507
|
"border.error": ld(palette["red.500"], palette["red.dark.200"]),
|
|
508
508
|
"border.focus": ld(palette["blue.500"], palette["blue.400"]),
|
|
509
509
|
"border.focus.error": ld(palette["red.400"], palette["red.300"]),
|
|
@@ -180,7 +180,7 @@ const colors = {
|
|
|
180
180
|
"border.control": ld(palette["neutral.400"], palette["neutral.600"]),
|
|
181
181
|
"border.control.hovered": ld(palette["neutral.600"], palette["neutral.400"]),
|
|
182
182
|
"border.default": ld(palette["neutral.150"], palette["neutral.800"]),
|
|
183
|
-
"border.disabled": ld(palette["neutral.
|
|
183
|
+
"border.disabled": ld(palette["neutral.1200/22"], palette["neutral.50/22"]),
|
|
184
184
|
"border.error": ld(palette["red.500"], palette["red.dark.200"]),
|
|
185
185
|
"border.focus": ld(palette["blue.500"], palette["blue.400"]),
|
|
186
186
|
"border.focus.error": ld(palette["red.400"], palette["red.300"]),
|
package/dist/index.d.ts
CHANGED
|
@@ -196,7 +196,7 @@ declare const theme: MapLeafNodes<{
|
|
|
196
196
|
readonly "border.control": "light-dark(#A1AC8D, #717863)";
|
|
197
197
|
readonly "border.control.hovered": "light-dark(#717863, #A1AC8D)";
|
|
198
198
|
readonly "border.default": "light-dark(#D8E4CB, #484E46)";
|
|
199
|
-
readonly "border.disabled": "light-dark(#
|
|
199
|
+
readonly "border.disabled": "light-dark(#4E5A3F38, #DDE9D238)";
|
|
200
200
|
readonly "border.error": "light-dark(#A95A77, #FCA5A5)";
|
|
201
201
|
readonly "border.focus": "light-dark(#197A94, #409AAB)";
|
|
202
202
|
readonly "border.focus.error": "light-dark(#E284A0, #FF99B6)";
|
|
@@ -416,7 +416,7 @@ declare const tokens: {
|
|
|
416
416
|
readonly "border.control": "light-dark(#A1AC8D, #717863)";
|
|
417
417
|
readonly "border.control.hovered": "light-dark(#717863, #A1AC8D)";
|
|
418
418
|
readonly "border.default": "light-dark(#D8E4CB, #484E46)";
|
|
419
|
-
readonly "border.disabled": "light-dark(#
|
|
419
|
+
readonly "border.disabled": "light-dark(#4E5A3F38, #DDE9D238)";
|
|
420
420
|
readonly "border.error": "light-dark(#A95A77, #FCA5A5)";
|
|
421
421
|
readonly "border.focus": "light-dark(#197A94, #409AAB)";
|
|
422
422
|
readonly "border.focus.error": "light-dark(#E284A0, #FF99B6)";
|