@optiaxiom/globals 3.0.1 → 3.0.3

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 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.150"], palette["neutral.50/12"]),
506
+ "border.disabled": ld(palette["neutral.1200/8"], 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.150"], palette["neutral.50/12"]),
183
+ "border.disabled": ld(palette["neutral.1200/8"], 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(#D8E4CB, #DDE9D21F)";
199
+ readonly "border.disabled": "light-dark(#5D813121, #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(#D8E4CB, #DDE9D21F)";
419
+ readonly "border.disabled": "light-dark(#5D813121, #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)";
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "git+https://github.com/optimizely-axiom/optiaxiom.git"
8
8
  },
9
9
  "type": "module",
10
- "version": "3.0.1",
10
+ "version": "3.0.3",
11
11
  "files": [
12
12
  "dist/**",
13
13
  "LICENSE"