@daikin-oss/dds-tokens 1.1.1 → 1.2.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.
Files changed (38) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/build/css/aaf/Dark/tailwind4.css +2 -1
  3. package/build/css/aaf/Dark/variables.css +2 -1
  4. package/build/css/aaf/Light/tailwind4.css +2 -1
  5. package/build/css/aaf/Light/variables.css +2 -1
  6. package/build/css/daikin/Dark/tailwind4.css +8 -3
  7. package/build/css/daikin/Dark/variables.css +8 -3
  8. package/build/css/daikin/Light/tailwind4.css +6 -1
  9. package/build/css/daikin/Light/variables.css +6 -1
  10. package/build/js/aaf/Dark/variables.cjs +2 -1
  11. package/build/js/aaf/Dark/variables.d.cts +1 -0
  12. package/build/js/aaf/Dark/variables.d.ts +1 -0
  13. package/build/js/aaf/Dark/variables.js +2 -1
  14. package/build/js/aaf/Light/variables.cjs +2 -1
  15. package/build/js/aaf/Light/variables.d.cts +1 -0
  16. package/build/js/aaf/Light/variables.d.ts +1 -0
  17. package/build/js/aaf/Light/variables.js +2 -1
  18. package/build/js/daikin/Dark/variables.cjs +8 -3
  19. package/build/js/daikin/Dark/variables.d.cts +5 -0
  20. package/build/js/daikin/Dark/variables.d.ts +5 -0
  21. package/build/js/daikin/Dark/variables.js +8 -3
  22. package/build/js/daikin/Light/variables.cjs +6 -1
  23. package/build/js/daikin/Light/variables.d.cts +5 -0
  24. package/build/js/daikin/Light/variables.d.ts +5 -0
  25. package/build/js/daikin/Light/variables.js +6 -1
  26. package/build/json/aaf/Dark/tokens.json +6 -1
  27. package/build/json/aaf/Light/tokens.json +6 -1
  28. package/build/json/daikin/Dark/tokens.json +28 -3
  29. package/build/json/daikin/Light/tokens.json +26 -1
  30. package/build/scss/aaf/Dark/_mixins.scss +2 -1
  31. package/build/scss/aaf/Light/_mixins.scss +2 -1
  32. package/build/scss/daikin/Dark/_mixins.scss +8 -3
  33. package/build/scss/daikin/Light/_mixins.scss +6 -1
  34. package/build/tailwind4.css +5 -0
  35. package/package.json +1 -1
  36. package/themes/dkn/dark/system.json +19 -1
  37. package/themes/dkn/light/system.json +18 -0
  38. package/themes/reference.json +5 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 12 token(s) added.
8
+
9
+ ## 1.1.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 6 token(s) updated.
14
+
3
15
  ## 1.1.1
4
16
 
5
17
  ### Patch Changes
@@ -28,7 +28,7 @@
28
28
  --color-dds-color-yellow-30: var(--dds-color-yellow-30, #ffd45f);
29
29
  --color-dds-color-yellow-40: var(--dds-color-yellow-40, #ffc936);
30
30
  --color-dds-color-yellow-50: var(--dds-color-yellow-50, #ffbf0e);
31
- --color-dds-color-yellow-60: var(--dds-color-yellow-60, #efb000);
31
+ --color-dds-color-yellow-60: var(--dds-color-yellow-60, #ebac00);
32
32
  --color-dds-color-yellow-70: var(--dds-color-yellow-70, #b88700);
33
33
  --color-dds-color-yellow-80: var(--dds-color-yellow-80, #9e7400);
34
34
  --color-dds-color-yellow-90: var(--dds-color-yellow-90, #836000);
@@ -106,6 +106,7 @@
106
106
  --border-width-dds-border-width-100: var(--dds-border-width-100, 4px);
107
107
  --border-width-dds-border-width-025: var(--dds-border-width-025, 1px);
108
108
  --border-width-dds-border-width-050: var(--dds-border-width-050, 2px);
109
+ --border-width-dds-border-width-075: var(--dds-border-width-075, 3px);
109
110
  --spacing-dds-space-100: var(--dds-space-100, 4px);
110
111
  --spacing-dds-space-200: var(--dds-space-200, 8px);
111
112
  --spacing-dds-space-300: var(--dds-space-300, 12px);
@@ -32,7 +32,7 @@
32
32
  --dds-color-yellow-30: #ffd45f;
33
33
  --dds-color-yellow-40: #ffc936;
34
34
  --dds-color-yellow-50: #ffbf0e;
35
- --dds-color-yellow-60: #efb000;
35
+ --dds-color-yellow-60: #ebac00;
36
36
  --dds-color-yellow-70: #b88700;
37
37
  --dds-color-yellow-80: #9e7400;
38
38
  --dds-color-yellow-90: #836000;
@@ -110,6 +110,7 @@
110
110
  --dds-border-width-100: 4px;
111
111
  --dds-border-width-025: 1px;
112
112
  --dds-border-width-050: 2px;
113
+ --dds-border-width-075: 3px;
113
114
  --dds-space-100: 4px;
114
115
  --dds-space-200: 8px;
115
116
  --dds-space-300: 12px;
@@ -28,7 +28,7 @@
28
28
  --color-dds-color-yellow-30: var(--dds-color-yellow-30, #ffd45f);
29
29
  --color-dds-color-yellow-40: var(--dds-color-yellow-40, #ffc936);
30
30
  --color-dds-color-yellow-50: var(--dds-color-yellow-50, #ffbf0e);
31
- --color-dds-color-yellow-60: var(--dds-color-yellow-60, #efb000);
31
+ --color-dds-color-yellow-60: var(--dds-color-yellow-60, #ebac00);
32
32
  --color-dds-color-yellow-70: var(--dds-color-yellow-70, #b88700);
33
33
  --color-dds-color-yellow-80: var(--dds-color-yellow-80, #9e7400);
34
34
  --color-dds-color-yellow-90: var(--dds-color-yellow-90, #836000);
@@ -106,6 +106,7 @@
106
106
  --border-width-dds-border-width-100: var(--dds-border-width-100, 4px);
107
107
  --border-width-dds-border-width-025: var(--dds-border-width-025, 1px);
108
108
  --border-width-dds-border-width-050: var(--dds-border-width-050, 2px);
109
+ --border-width-dds-border-width-075: var(--dds-border-width-075, 3px);
109
110
  --spacing-dds-space-100: var(--dds-space-100, 4px);
110
111
  --spacing-dds-space-200: var(--dds-space-200, 8px);
111
112
  --spacing-dds-space-300: var(--dds-space-300, 12px);
@@ -32,7 +32,7 @@
32
32
  --dds-color-yellow-30: #ffd45f;
33
33
  --dds-color-yellow-40: #ffc936;
34
34
  --dds-color-yellow-50: #ffbf0e;
35
- --dds-color-yellow-60: #efb000;
35
+ --dds-color-yellow-60: #ebac00;
36
36
  --dds-color-yellow-70: #b88700;
37
37
  --dds-color-yellow-80: #9e7400;
38
38
  --dds-color-yellow-90: #836000;
@@ -110,6 +110,7 @@
110
110
  --dds-border-width-100: 4px;
111
111
  --dds-border-width-025: 1px;
112
112
  --dds-border-width-050: 2px;
113
+ --dds-border-width-075: 3px;
113
114
  --dds-space-100: 4px;
114
115
  --dds-space-200: 8px;
115
116
  --dds-space-300: 12px;
@@ -28,7 +28,7 @@
28
28
  --color-dds-color-yellow-30: var(--dds-color-yellow-30, #ffd45f);
29
29
  --color-dds-color-yellow-40: var(--dds-color-yellow-40, #ffc936);
30
30
  --color-dds-color-yellow-50: var(--dds-color-yellow-50, #ffbf0e);
31
- --color-dds-color-yellow-60: var(--dds-color-yellow-60, #efb000);
31
+ --color-dds-color-yellow-60: var(--dds-color-yellow-60, #ebac00);
32
32
  --color-dds-color-yellow-70: var(--dds-color-yellow-70, #b88700);
33
33
  --color-dds-color-yellow-80: var(--dds-color-yellow-80, #9e7400);
34
34
  --color-dds-color-yellow-90: var(--dds-color-yellow-90, #836000);
@@ -119,6 +119,10 @@
119
119
  --color-dds-color-common-surface-selected-default: var(--dds-color-common-surface-selected-default, #002b40);
120
120
  --color-dds-color-common-surface-selected-hover: var(--dds-color-common-surface-selected-hover, #004160);
121
121
  --color-dds-color-common-surface-selected-press: var(--dds-color-common-surface-selected-press, #005077);
122
+ --color-dds-color-common-surface-overlay-default: var(--dds-color-common-surface-overlay-default, rgba(33, 33, 33, 0.75));
123
+ --color-dds-color-common-surface-overlay-hover: var(--dds-color-common-surface-overlay-hover, rgba(49, 49, 49, 0.75));
124
+ --color-dds-color-common-surface-overlay-press: var(--dds-color-common-surface-overlay-press, rgba(65, 65, 65, 0.75));
125
+ --color-dds-color-common-surface-overlay-disabled: var(--dds-color-common-surface-overlay-disabled, rgba(97, 97, 97, 0.75));
122
126
  --color-dds-color-common-neutral-default: var(--dds-color-common-neutral-default, #bfbfbf);
123
127
  --color-dds-color-common-neutral-hover: var(--dds-color-common-neutral-hover, #cecece);
124
128
  --color-dds-color-common-neutral-press: var(--dds-color-common-neutral-press, #dcdcdc);
@@ -126,11 +130,11 @@
126
130
  --color-dds-color-common-danger-hover: var(--dds-color-common-danger-hover, #f4404b);
127
131
  --color-dds-color-common-danger-press: var(--dds-color-common-danger-press, #f7666f);
128
132
  --color-dds-color-common-success: var(--dds-color-common-success, #00c3ac);
129
- --color-dds-color-common-warning: var(--dds-color-common-warning, #efb000);
133
+ --color-dds-color-common-warning: var(--dds-color-common-warning, #ebac00);
130
134
  --color-dds-color-common-alarm: var(--dds-color-common-alarm, #fa7a12);
131
135
  --color-dds-color-common-information: var(--dds-color-common-information, #30ade9);
132
136
  --color-dds-color-common-disabled: var(--dds-color-common-disabled, #616161);
133
- --color-dds-color-common-text-primary: var(--dds-color-common-text-primary, #dcdcdc);
137
+ --color-dds-color-common-text-primary: var(--dds-color-common-text-primary, #f2f2f2);
134
138
  --color-dds-color-common-text-secondary: var(--dds-color-common-text-secondary, #bfbfbf);
135
139
  --color-dds-color-common-text-inverse: var(--dds-color-common-text-inverse, #212121);
136
140
  --color-dds-color-common-border-focus: var(--dds-color-common-border-focus, #54c3f1);
@@ -153,6 +157,7 @@
153
157
  --border-width-dds-border-width-100: var(--dds-border-width-100, 4px);
154
158
  --border-width-dds-border-width-025: var(--dds-border-width-025, 1px);
155
159
  --border-width-dds-border-width-050: var(--dds-border-width-050, 2px);
160
+ --border-width-dds-border-width-075: var(--dds-border-width-075, 3px);
156
161
  --spacing-dds-space-100: var(--dds-space-100, 4px);
157
162
  --spacing-dds-space-200: var(--dds-space-200, 8px);
158
163
  --spacing-dds-space-300: var(--dds-space-300, 12px);
@@ -32,7 +32,7 @@
32
32
  --dds-color-yellow-30: #ffd45f;
33
33
  --dds-color-yellow-40: #ffc936;
34
34
  --dds-color-yellow-50: #ffbf0e;
35
- --dds-color-yellow-60: #efb000;
35
+ --dds-color-yellow-60: #ebac00;
36
36
  --dds-color-yellow-70: #b88700;
37
37
  --dds-color-yellow-80: #9e7400;
38
38
  --dds-color-yellow-90: #836000;
@@ -123,6 +123,10 @@
123
123
  --dds-color-common-surface-selected-default: #002b40;
124
124
  --dds-color-common-surface-selected-hover: #004160;
125
125
  --dds-color-common-surface-selected-press: #005077;
126
+ --dds-color-common-surface-overlay-default: rgba(33, 33, 33, 0.75);
127
+ --dds-color-common-surface-overlay-hover: rgba(49, 49, 49, 0.75);
128
+ --dds-color-common-surface-overlay-press: rgba(65, 65, 65, 0.75);
129
+ --dds-color-common-surface-overlay-disabled: rgba(97, 97, 97, 0.75);
126
130
  --dds-color-common-neutral-default: #bfbfbf;
127
131
  --dds-color-common-neutral-hover: #cecece;
128
132
  --dds-color-common-neutral-press: #dcdcdc;
@@ -130,11 +134,11 @@
130
134
  --dds-color-common-danger-hover: #f4404b;
131
135
  --dds-color-common-danger-press: #f7666f;
132
136
  --dds-color-common-success: #00c3ac;
133
- --dds-color-common-warning: #efb000;
137
+ --dds-color-common-warning: #ebac00;
134
138
  --dds-color-common-alarm: #fa7a12;
135
139
  --dds-color-common-information: #30ade9;
136
140
  --dds-color-common-disabled: #616161;
137
- --dds-color-common-text-primary: #dcdcdc;
141
+ --dds-color-common-text-primary: #f2f2f2;
138
142
  --dds-color-common-text-secondary: #bfbfbf;
139
143
  --dds-color-common-text-inverse: #212121;
140
144
  --dds-color-common-border-focus: #54c3f1;
@@ -157,6 +161,7 @@
157
161
  --dds-border-width-100: 4px;
158
162
  --dds-border-width-025: 1px;
159
163
  --dds-border-width-050: 2px;
164
+ --dds-border-width-075: 3px;
160
165
  --dds-space-100: 4px;
161
166
  --dds-space-200: 8px;
162
167
  --dds-space-300: 12px;
@@ -28,7 +28,7 @@
28
28
  --color-dds-color-yellow-30: var(--dds-color-yellow-30, #ffd45f);
29
29
  --color-dds-color-yellow-40: var(--dds-color-yellow-40, #ffc936);
30
30
  --color-dds-color-yellow-50: var(--dds-color-yellow-50, #ffbf0e);
31
- --color-dds-color-yellow-60: var(--dds-color-yellow-60, #efb000);
31
+ --color-dds-color-yellow-60: var(--dds-color-yellow-60, #ebac00);
32
32
  --color-dds-color-yellow-70: var(--dds-color-yellow-70, #b88700);
33
33
  --color-dds-color-yellow-80: var(--dds-color-yellow-80, #9e7400);
34
34
  --color-dds-color-yellow-90: var(--dds-color-yellow-90, #836000);
@@ -119,6 +119,10 @@
119
119
  --color-dds-color-common-surface-selected-default: var(--dds-color-common-surface-selected-default, #ddf3fc);
120
120
  --color-dds-color-common-surface-selected-hover: var(--dds-color-common-surface-selected-hover, #bbe7f9);
121
121
  --color-dds-color-common-surface-selected-press: var(--dds-color-common-surface-selected-press, #98dbf7);
122
+ --color-dds-color-common-surface-overlay-default: var(--dds-color-common-surface-overlay-default, rgba(255, 255, 255, 0.75));
123
+ --color-dds-color-common-surface-overlay-hover: var(--dds-color-common-surface-overlay-hover, rgba(242, 242, 242, 0.75));
124
+ --color-dds-color-common-surface-overlay-press: var(--dds-color-common-surface-overlay-press, rgba(235, 235, 235, 0.75));
125
+ --color-dds-color-common-surface-overlay-disabled: var(--dds-color-common-surface-overlay-disabled, rgba(191, 191, 191, 0.75));
122
126
  --color-dds-color-common-neutral-default: var(--dds-color-common-neutral-default, #616161);
123
127
  --color-dds-color-common-neutral-hover: var(--dds-color-common-neutral-hover, #515151);
124
128
  --color-dds-color-common-neutral-press: var(--dds-color-common-neutral-press, #414141);
@@ -153,6 +157,7 @@
153
157
  --border-width-dds-border-width-100: var(--dds-border-width-100, 4px);
154
158
  --border-width-dds-border-width-025: var(--dds-border-width-025, 1px);
155
159
  --border-width-dds-border-width-050: var(--dds-border-width-050, 2px);
160
+ --border-width-dds-border-width-075: var(--dds-border-width-075, 3px);
156
161
  --spacing-dds-space-100: var(--dds-space-100, 4px);
157
162
  --spacing-dds-space-200: var(--dds-space-200, 8px);
158
163
  --spacing-dds-space-300: var(--dds-space-300, 12px);
@@ -32,7 +32,7 @@
32
32
  --dds-color-yellow-30: #ffd45f;
33
33
  --dds-color-yellow-40: #ffc936;
34
34
  --dds-color-yellow-50: #ffbf0e;
35
- --dds-color-yellow-60: #efb000;
35
+ --dds-color-yellow-60: #ebac00;
36
36
  --dds-color-yellow-70: #b88700;
37
37
  --dds-color-yellow-80: #9e7400;
38
38
  --dds-color-yellow-90: #836000;
@@ -123,6 +123,10 @@
123
123
  --dds-color-common-surface-selected-default: #ddf3fc;
124
124
  --dds-color-common-surface-selected-hover: #bbe7f9;
125
125
  --dds-color-common-surface-selected-press: #98dbf7;
126
+ --dds-color-common-surface-overlay-default: rgba(255, 255, 255, 0.75);
127
+ --dds-color-common-surface-overlay-hover: rgba(242, 242, 242, 0.75);
128
+ --dds-color-common-surface-overlay-press: rgba(235, 235, 235, 0.75);
129
+ --dds-color-common-surface-overlay-disabled: rgba(191, 191, 191, 0.75);
126
130
  --dds-color-common-neutral-default: #616161;
127
131
  --dds-color-common-neutral-hover: #515151;
128
132
  --dds-color-common-neutral-press: #414141;
@@ -157,6 +161,7 @@
157
161
  --dds-border-width-100: 4px;
158
162
  --dds-border-width-025: 1px;
159
163
  --dds-border-width-050: 2px;
164
+ --dds-border-width-075: 3px;
160
165
  --dds-space-100: 4px;
161
166
  --dds-space-200: 8px;
162
167
  --dds-space-300: 12px;
@@ -32,7 +32,7 @@ module.exports = {
32
32
  colorYellow30: "#ffd45f",
33
33
  colorYellow40: "#ffc936",
34
34
  colorYellow50: "#ffbf0e",
35
- colorYellow60: "#efb000",
35
+ colorYellow60: "#ebac00",
36
36
  colorYellow70: "#b88700",
37
37
  colorYellow80: "#9e7400",
38
38
  colorYellow90: "#836000",
@@ -110,6 +110,7 @@ module.exports = {
110
110
  borderWidth100: "4px",
111
111
  borderWidth025: "1px",
112
112
  borderWidth050: "2px",
113
+ borderWidth075: "3px",
113
114
  space100: "4px",
114
115
  space200: "8px",
115
116
  space300: "12px",
@@ -109,6 +109,7 @@ export const borderRadius050: string;
109
109
  export const borderWidth100: string;
110
110
  export const borderWidth025: string;
111
111
  export const borderWidth050: string;
112
+ export const borderWidth075: string;
112
113
  export const space100: string;
113
114
  export const space200: string;
114
115
  export const space300: string;
@@ -109,6 +109,7 @@ export const borderRadius050: string;
109
109
  export const borderWidth100: string;
110
110
  export const borderWidth025: string;
111
111
  export const borderWidth050: string;
112
+ export const borderWidth075: string;
112
113
  export const space100: string;
113
114
  export const space200: string;
114
115
  export const space300: string;
@@ -31,7 +31,7 @@ export const colorYellow20 = "#ffeaaf";
31
31
  export const colorYellow30 = "#ffd45f";
32
32
  export const colorYellow40 = "#ffc936";
33
33
  export const colorYellow50 = "#ffbf0e";
34
- export const colorYellow60 = "#efb000";
34
+ export const colorYellow60 = "#ebac00";
35
35
  export const colorYellow70 = "#b88700";
36
36
  export const colorYellow80 = "#9e7400";
37
37
  export const colorYellow90 = "#836000";
@@ -109,6 +109,7 @@ export const borderRadius050 = "2px";
109
109
  export const borderWidth100 = "4px";
110
110
  export const borderWidth025 = "1px";
111
111
  export const borderWidth050 = "2px";
112
+ export const borderWidth075 = "3px";
112
113
  export const space100 = "4px";
113
114
  export const space200 = "8px";
114
115
  export const space300 = "12px";
@@ -32,7 +32,7 @@ module.exports = {
32
32
  colorYellow30: "#ffd45f",
33
33
  colorYellow40: "#ffc936",
34
34
  colorYellow50: "#ffbf0e",
35
- colorYellow60: "#efb000",
35
+ colorYellow60: "#ebac00",
36
36
  colorYellow70: "#b88700",
37
37
  colorYellow80: "#9e7400",
38
38
  colorYellow90: "#836000",
@@ -110,6 +110,7 @@ module.exports = {
110
110
  borderWidth100: "4px",
111
111
  borderWidth025: "1px",
112
112
  borderWidth050: "2px",
113
+ borderWidth075: "3px",
113
114
  space100: "4px",
114
115
  space200: "8px",
115
116
  space300: "12px",
@@ -109,6 +109,7 @@ export const borderRadius050: string;
109
109
  export const borderWidth100: string;
110
110
  export const borderWidth025: string;
111
111
  export const borderWidth050: string;
112
+ export const borderWidth075: string;
112
113
  export const space100: string;
113
114
  export const space200: string;
114
115
  export const space300: string;
@@ -109,6 +109,7 @@ export const borderRadius050: string;
109
109
  export const borderWidth100: string;
110
110
  export const borderWidth025: string;
111
111
  export const borderWidth050: string;
112
+ export const borderWidth075: string;
112
113
  export const space100: string;
113
114
  export const space200: string;
114
115
  export const space300: string;
@@ -31,7 +31,7 @@ export const colorYellow20 = "#ffeaaf";
31
31
  export const colorYellow30 = "#ffd45f";
32
32
  export const colorYellow40 = "#ffc936";
33
33
  export const colorYellow50 = "#ffbf0e";
34
- export const colorYellow60 = "#efb000";
34
+ export const colorYellow60 = "#ebac00";
35
35
  export const colorYellow70 = "#b88700";
36
36
  export const colorYellow80 = "#9e7400";
37
37
  export const colorYellow90 = "#836000";
@@ -109,6 +109,7 @@ export const borderRadius050 = "2px";
109
109
  export const borderWidth100 = "4px";
110
110
  export const borderWidth025 = "1px";
111
111
  export const borderWidth050 = "2px";
112
+ export const borderWidth075 = "3px";
112
113
  export const space100 = "4px";
113
114
  export const space200 = "8px";
114
115
  export const space300 = "12px";
@@ -32,7 +32,7 @@ module.exports = {
32
32
  colorYellow30: "#ffd45f",
33
33
  colorYellow40: "#ffc936",
34
34
  colorYellow50: "#ffbf0e",
35
- colorYellow60: "#efb000",
35
+ colorYellow60: "#ebac00",
36
36
  colorYellow70: "#b88700",
37
37
  colorYellow80: "#9e7400",
38
38
  colorYellow90: "#836000",
@@ -123,6 +123,10 @@ module.exports = {
123
123
  colorCommonSurfaceSelectedDefault: "#002b40",
124
124
  colorCommonSurfaceSelectedHover: "#004160",
125
125
  colorCommonSurfaceSelectedPress: "#005077",
126
+ colorCommonSurfaceOverlayDefault: "rgba(33, 33, 33, 0.75)",
127
+ colorCommonSurfaceOverlayHover: "rgba(49, 49, 49, 0.75)",
128
+ colorCommonSurfaceOverlayPress: "rgba(65, 65, 65, 0.75)",
129
+ colorCommonSurfaceOverlayDisabled: "rgba(97, 97, 97, 0.75)",
126
130
  colorCommonNeutralDefault: "#bfbfbf",
127
131
  colorCommonNeutralHover: "#cecece",
128
132
  colorCommonNeutralPress: "#dcdcdc",
@@ -130,11 +134,11 @@ module.exports = {
130
134
  colorCommonDangerHover: "#f4404b",
131
135
  colorCommonDangerPress: "#f7666f",
132
136
  colorCommonSuccess: "#00c3ac",
133
- colorCommonWarning: "#efb000",
137
+ colorCommonWarning: "#ebac00",
134
138
  colorCommonAlarm: "#fa7a12",
135
139
  colorCommonInformation: "#30ade9",
136
140
  colorCommonDisabled: "#616161",
137
- colorCommonTextPrimary: "#dcdcdc",
141
+ colorCommonTextPrimary: "#f2f2f2",
138
142
  colorCommonTextSecondary: "#bfbfbf",
139
143
  colorCommonTextInverse: "#212121",
140
144
  colorCommonBorderFocus: "#54c3f1",
@@ -157,6 +161,7 @@ module.exports = {
157
161
  borderWidth100: "4px",
158
162
  borderWidth025: "1px",
159
163
  borderWidth050: "2px",
164
+ borderWidth075: "3px",
160
165
  space100: "4px",
161
166
  space200: "8px",
162
167
  space300: "12px",
@@ -122,6 +122,10 @@ export const colorCommonSurfacePress: string;
122
122
  export const colorCommonSurfaceSelectedDefault: string;
123
123
  export const colorCommonSurfaceSelectedHover: string;
124
124
  export const colorCommonSurfaceSelectedPress: string;
125
+ export const colorCommonSurfaceOverlayDefault: string;
126
+ export const colorCommonSurfaceOverlayHover: string;
127
+ export const colorCommonSurfaceOverlayPress: string;
128
+ export const colorCommonSurfaceOverlayDisabled: string;
125
129
  export const colorCommonNeutralDefault: string;
126
130
  export const colorCommonNeutralHover: string;
127
131
  export const colorCommonNeutralPress: string;
@@ -156,6 +160,7 @@ export const borderRadius050: string;
156
160
  export const borderWidth100: string;
157
161
  export const borderWidth025: string;
158
162
  export const borderWidth050: string;
163
+ export const borderWidth075: string;
159
164
  export const space100: string;
160
165
  export const space200: string;
161
166
  export const space300: string;
@@ -122,6 +122,10 @@ export const colorCommonSurfacePress: string;
122
122
  export const colorCommonSurfaceSelectedDefault: string;
123
123
  export const colorCommonSurfaceSelectedHover: string;
124
124
  export const colorCommonSurfaceSelectedPress: string;
125
+ export const colorCommonSurfaceOverlayDefault: string;
126
+ export const colorCommonSurfaceOverlayHover: string;
127
+ export const colorCommonSurfaceOverlayPress: string;
128
+ export const colorCommonSurfaceOverlayDisabled: string;
125
129
  export const colorCommonNeutralDefault: string;
126
130
  export const colorCommonNeutralHover: string;
127
131
  export const colorCommonNeutralPress: string;
@@ -156,6 +160,7 @@ export const borderRadius050: string;
156
160
  export const borderWidth100: string;
157
161
  export const borderWidth025: string;
158
162
  export const borderWidth050: string;
163
+ export const borderWidth075: string;
159
164
  export const space100: string;
160
165
  export const space200: string;
161
166
  export const space300: string;
@@ -31,7 +31,7 @@ export const colorYellow20 = "#ffeaaf";
31
31
  export const colorYellow30 = "#ffd45f";
32
32
  export const colorYellow40 = "#ffc936";
33
33
  export const colorYellow50 = "#ffbf0e";
34
- export const colorYellow60 = "#efb000";
34
+ export const colorYellow60 = "#ebac00";
35
35
  export const colorYellow70 = "#b88700";
36
36
  export const colorYellow80 = "#9e7400";
37
37
  export const colorYellow90 = "#836000";
@@ -122,6 +122,10 @@ export const colorCommonSurfacePress = "#313131";
122
122
  export const colorCommonSurfaceSelectedDefault = "#002b40";
123
123
  export const colorCommonSurfaceSelectedHover = "#004160";
124
124
  export const colorCommonSurfaceSelectedPress = "#005077";
125
+ export const colorCommonSurfaceOverlayDefault = "rgba(33, 33, 33, 0.75)";
126
+ export const colorCommonSurfaceOverlayHover = "rgba(49, 49, 49, 0.75)";
127
+ export const colorCommonSurfaceOverlayPress = "rgba(65, 65, 65, 0.75)";
128
+ export const colorCommonSurfaceOverlayDisabled = "rgba(97, 97, 97, 0.75)";
125
129
  export const colorCommonNeutralDefault = "#bfbfbf";
126
130
  export const colorCommonNeutralHover = "#cecece";
127
131
  export const colorCommonNeutralPress = "#dcdcdc";
@@ -129,11 +133,11 @@ export const colorCommonDangerDefault = "#f21a27";
129
133
  export const colorCommonDangerHover = "#f4404b";
130
134
  export const colorCommonDangerPress = "#f7666f";
131
135
  export const colorCommonSuccess = "#00c3ac";
132
- export const colorCommonWarning = "#efb000";
136
+ export const colorCommonWarning = "#ebac00";
133
137
  export const colorCommonAlarm = "#fa7a12";
134
138
  export const colorCommonInformation = "#30ade9";
135
139
  export const colorCommonDisabled = "#616161";
136
- export const colorCommonTextPrimary = "#dcdcdc";
140
+ export const colorCommonTextPrimary = "#f2f2f2";
137
141
  export const colorCommonTextSecondary = "#bfbfbf";
138
142
  export const colorCommonTextInverse = "#212121";
139
143
  export const colorCommonBorderFocus = "#54c3f1";
@@ -156,6 +160,7 @@ export const borderRadius050 = "2px";
156
160
  export const borderWidth100 = "4px";
157
161
  export const borderWidth025 = "1px";
158
162
  export const borderWidth050 = "2px";
163
+ export const borderWidth075 = "3px";
159
164
  export const space100 = "4px";
160
165
  export const space200 = "8px";
161
166
  export const space300 = "12px";
@@ -32,7 +32,7 @@ module.exports = {
32
32
  colorYellow30: "#ffd45f",
33
33
  colorYellow40: "#ffc936",
34
34
  colorYellow50: "#ffbf0e",
35
- colorYellow60: "#efb000",
35
+ colorYellow60: "#ebac00",
36
36
  colorYellow70: "#b88700",
37
37
  colorYellow80: "#9e7400",
38
38
  colorYellow90: "#836000",
@@ -123,6 +123,10 @@ module.exports = {
123
123
  colorCommonSurfaceSelectedDefault: "#ddf3fc",
124
124
  colorCommonSurfaceSelectedHover: "#bbe7f9",
125
125
  colorCommonSurfaceSelectedPress: "#98dbf7",
126
+ colorCommonSurfaceOverlayDefault: "rgba(255, 255, 255, 0.75)",
127
+ colorCommonSurfaceOverlayHover: "rgba(242, 242, 242, 0.75)",
128
+ colorCommonSurfaceOverlayPress: "rgba(235, 235, 235, 0.75)",
129
+ colorCommonSurfaceOverlayDisabled: "rgba(191, 191, 191, 0.75)",
126
130
  colorCommonNeutralDefault: "#616161",
127
131
  colorCommonNeutralHover: "#515151",
128
132
  colorCommonNeutralPress: "#414141",
@@ -157,6 +161,7 @@ module.exports = {
157
161
  borderWidth100: "4px",
158
162
  borderWidth025: "1px",
159
163
  borderWidth050: "2px",
164
+ borderWidth075: "3px",
160
165
  space100: "4px",
161
166
  space200: "8px",
162
167
  space300: "12px",
@@ -122,6 +122,10 @@ export const colorCommonSurfacePress: string;
122
122
  export const colorCommonSurfaceSelectedDefault: string;
123
123
  export const colorCommonSurfaceSelectedHover: string;
124
124
  export const colorCommonSurfaceSelectedPress: string;
125
+ export const colorCommonSurfaceOverlayDefault: string;
126
+ export const colorCommonSurfaceOverlayHover: string;
127
+ export const colorCommonSurfaceOverlayPress: string;
128
+ export const colorCommonSurfaceOverlayDisabled: string;
125
129
  export const colorCommonNeutralDefault: string;
126
130
  export const colorCommonNeutralHover: string;
127
131
  export const colorCommonNeutralPress: string;
@@ -156,6 +160,7 @@ export const borderRadius050: string;
156
160
  export const borderWidth100: string;
157
161
  export const borderWidth025: string;
158
162
  export const borderWidth050: string;
163
+ export const borderWidth075: string;
159
164
  export const space100: string;
160
165
  export const space200: string;
161
166
  export const space300: string;
@@ -122,6 +122,10 @@ export const colorCommonSurfacePress: string;
122
122
  export const colorCommonSurfaceSelectedDefault: string;
123
123
  export const colorCommonSurfaceSelectedHover: string;
124
124
  export const colorCommonSurfaceSelectedPress: string;
125
+ export const colorCommonSurfaceOverlayDefault: string;
126
+ export const colorCommonSurfaceOverlayHover: string;
127
+ export const colorCommonSurfaceOverlayPress: string;
128
+ export const colorCommonSurfaceOverlayDisabled: string;
125
129
  export const colorCommonNeutralDefault: string;
126
130
  export const colorCommonNeutralHover: string;
127
131
  export const colorCommonNeutralPress: string;
@@ -156,6 +160,7 @@ export const borderRadius050: string;
156
160
  export const borderWidth100: string;
157
161
  export const borderWidth025: string;
158
162
  export const borderWidth050: string;
163
+ export const borderWidth075: string;
159
164
  export const space100: string;
160
165
  export const space200: string;
161
166
  export const space300: string;
@@ -31,7 +31,7 @@ export const colorYellow20 = "#ffeaaf";
31
31
  export const colorYellow30 = "#ffd45f";
32
32
  export const colorYellow40 = "#ffc936";
33
33
  export const colorYellow50 = "#ffbf0e";
34
- export const colorYellow60 = "#efb000";
34
+ export const colorYellow60 = "#ebac00";
35
35
  export const colorYellow70 = "#b88700";
36
36
  export const colorYellow80 = "#9e7400";
37
37
  export const colorYellow90 = "#836000";
@@ -122,6 +122,10 @@ export const colorCommonSurfacePress = "#ebebeb";
122
122
  export const colorCommonSurfaceSelectedDefault = "#ddf3fc";
123
123
  export const colorCommonSurfaceSelectedHover = "#bbe7f9";
124
124
  export const colorCommonSurfaceSelectedPress = "#98dbf7";
125
+ export const colorCommonSurfaceOverlayDefault = "rgba(255, 255, 255, 0.75)";
126
+ export const colorCommonSurfaceOverlayHover = "rgba(242, 242, 242, 0.75)";
127
+ export const colorCommonSurfaceOverlayPress = "rgba(235, 235, 235, 0.75)";
128
+ export const colorCommonSurfaceOverlayDisabled = "rgba(191, 191, 191, 0.75)";
125
129
  export const colorCommonNeutralDefault = "#616161";
126
130
  export const colorCommonNeutralHover = "#515151";
127
131
  export const colorCommonNeutralPress = "#414141";
@@ -156,6 +160,7 @@ export const borderRadius050 = "2px";
156
160
  export const borderWidth100 = "4px";
157
161
  export const borderWidth025 = "1px";
158
162
  export const borderWidth050 = "2px";
163
+ export const borderWidth075 = "3px";
159
164
  export const space100 = "4px";
160
165
  export const space200 = "8px";
161
166
  export const space300 = "12px";
@@ -145,7 +145,7 @@
145
145
  null
146
146
  ],
147
147
  "color-yellow-60": [
148
- "#efb000",
148
+ "#ebac00",
149
149
  "color",
150
150
  null
151
151
  ],
@@ -534,6 +534,11 @@
534
534
  "dimension",
535
535
  "borderWidth"
536
536
  ],
537
+ "border-width-075": [
538
+ "3px",
539
+ "dimension",
540
+ "borderWidth"
541
+ ],
537
542
  "space-100": [
538
543
  "4px",
539
544
  "dimension",
@@ -145,7 +145,7 @@
145
145
  null
146
146
  ],
147
147
  "color-yellow-60": [
148
- "#efb000",
148
+ "#ebac00",
149
149
  "color",
150
150
  null
151
151
  ],
@@ -534,6 +534,11 @@
534
534
  "dimension",
535
535
  "borderWidth"
536
536
  ],
537
+ "border-width-075": [
538
+ "3px",
539
+ "dimension",
540
+ "borderWidth"
541
+ ],
537
542
  "space-100": [
538
543
  "4px",
539
544
  "dimension",
@@ -145,7 +145,7 @@
145
145
  null
146
146
  ],
147
147
  "color-yellow-60": [
148
- "#efb000",
148
+ "#ebac00",
149
149
  "color",
150
150
  null
151
151
  ],
@@ -599,6 +599,26 @@
599
599
  "color",
600
600
  null
601
601
  ],
602
+ "color-common-surface-overlay-default": [
603
+ "rgba(33, 33, 33, 0.75)",
604
+ "color",
605
+ null
606
+ ],
607
+ "color-common-surface-overlay-hover": [
608
+ "rgba(49, 49, 49, 0.75)",
609
+ "color",
610
+ null
611
+ ],
612
+ "color-common-surface-overlay-press": [
613
+ "rgba(65, 65, 65, 0.75)",
614
+ "color",
615
+ null
616
+ ],
617
+ "color-common-surface-overlay-disabled": [
618
+ "rgba(97, 97, 97, 0.75)",
619
+ "color",
620
+ null
621
+ ],
602
622
  "color-common-neutral-default": [
603
623
  "#bfbfbf",
604
624
  "color",
@@ -635,7 +655,7 @@
635
655
  null
636
656
  ],
637
657
  "color-common-warning": [
638
- "#efb000",
658
+ "#ebac00",
639
659
  "color",
640
660
  null
641
661
  ],
@@ -655,7 +675,7 @@
655
675
  null
656
676
  ],
657
677
  "color-common-text-primary": [
658
- "#dcdcdc",
678
+ "#f2f2f2",
659
679
  "color",
660
680
  null
661
681
  ],
@@ -769,6 +789,11 @@
769
789
  "dimension",
770
790
  "borderWidth"
771
791
  ],
792
+ "border-width-075": [
793
+ "3px",
794
+ "dimension",
795
+ "borderWidth"
796
+ ],
772
797
  "space-100": [
773
798
  "4px",
774
799
  "dimension",
@@ -145,7 +145,7 @@
145
145
  null
146
146
  ],
147
147
  "color-yellow-60": [
148
- "#efb000",
148
+ "#ebac00",
149
149
  "color",
150
150
  null
151
151
  ],
@@ -599,6 +599,26 @@
599
599
  "color",
600
600
  null
601
601
  ],
602
+ "color-common-surface-overlay-default": [
603
+ "rgba(255, 255, 255, 0.75)",
604
+ "color",
605
+ null
606
+ ],
607
+ "color-common-surface-overlay-hover": [
608
+ "rgba(242, 242, 242, 0.75)",
609
+ "color",
610
+ null
611
+ ],
612
+ "color-common-surface-overlay-press": [
613
+ "rgba(235, 235, 235, 0.75)",
614
+ "color",
615
+ null
616
+ ],
617
+ "color-common-surface-overlay-disabled": [
618
+ "rgba(191, 191, 191, 0.75)",
619
+ "color",
620
+ null
621
+ ],
602
622
  "color-common-neutral-default": [
603
623
  "#616161",
604
624
  "color",
@@ -769,6 +789,11 @@
769
789
  "dimension",
770
790
  "borderWidth"
771
791
  ],
792
+ "border-width-075": [
793
+ "3px",
794
+ "dimension",
795
+ "borderWidth"
796
+ ],
772
797
  "space-100": [
773
798
  "4px",
774
799
  "dimension",
@@ -32,7 +32,7 @@
32
32
  --dds-color-yellow-30: #ffd45f;
33
33
  --dds-color-yellow-40: #ffc936;
34
34
  --dds-color-yellow-50: #ffbf0e;
35
- --dds-color-yellow-60: #efb000;
35
+ --dds-color-yellow-60: #ebac00;
36
36
  --dds-color-yellow-70: #b88700;
37
37
  --dds-color-yellow-80: #9e7400;
38
38
  --dds-color-yellow-90: #836000;
@@ -110,6 +110,7 @@
110
110
  --dds-border-width-100: 4px;
111
111
  --dds-border-width-025: 1px;
112
112
  --dds-border-width-050: 2px;
113
+ --dds-border-width-075: 3px;
113
114
  --dds-space-100: 4px;
114
115
  --dds-space-200: 8px;
115
116
  --dds-space-300: 12px;
@@ -32,7 +32,7 @@
32
32
  --dds-color-yellow-30: #ffd45f;
33
33
  --dds-color-yellow-40: #ffc936;
34
34
  --dds-color-yellow-50: #ffbf0e;
35
- --dds-color-yellow-60: #efb000;
35
+ --dds-color-yellow-60: #ebac00;
36
36
  --dds-color-yellow-70: #b88700;
37
37
  --dds-color-yellow-80: #9e7400;
38
38
  --dds-color-yellow-90: #836000;
@@ -110,6 +110,7 @@
110
110
  --dds-border-width-100: 4px;
111
111
  --dds-border-width-025: 1px;
112
112
  --dds-border-width-050: 2px;
113
+ --dds-border-width-075: 3px;
113
114
  --dds-space-100: 4px;
114
115
  --dds-space-200: 8px;
115
116
  --dds-space-300: 12px;
@@ -32,7 +32,7 @@
32
32
  --dds-color-yellow-30: #ffd45f;
33
33
  --dds-color-yellow-40: #ffc936;
34
34
  --dds-color-yellow-50: #ffbf0e;
35
- --dds-color-yellow-60: #efb000;
35
+ --dds-color-yellow-60: #ebac00;
36
36
  --dds-color-yellow-70: #b88700;
37
37
  --dds-color-yellow-80: #9e7400;
38
38
  --dds-color-yellow-90: #836000;
@@ -123,6 +123,10 @@
123
123
  --dds-color-common-surface-selected-default: #002b40;
124
124
  --dds-color-common-surface-selected-hover: #004160;
125
125
  --dds-color-common-surface-selected-press: #005077;
126
+ --dds-color-common-surface-overlay-default: rgba(33, 33, 33, 0.75);
127
+ --dds-color-common-surface-overlay-hover: rgba(49, 49, 49, 0.75);
128
+ --dds-color-common-surface-overlay-press: rgba(65, 65, 65, 0.75);
129
+ --dds-color-common-surface-overlay-disabled: rgba(97, 97, 97, 0.75);
126
130
  --dds-color-common-neutral-default: #bfbfbf;
127
131
  --dds-color-common-neutral-hover: #cecece;
128
132
  --dds-color-common-neutral-press: #dcdcdc;
@@ -130,11 +134,11 @@
130
134
  --dds-color-common-danger-hover: #f4404b;
131
135
  --dds-color-common-danger-press: #f7666f;
132
136
  --dds-color-common-success: #00c3ac;
133
- --dds-color-common-warning: #efb000;
137
+ --dds-color-common-warning: #ebac00;
134
138
  --dds-color-common-alarm: #fa7a12;
135
139
  --dds-color-common-information: #30ade9;
136
140
  --dds-color-common-disabled: #616161;
137
- --dds-color-common-text-primary: #dcdcdc;
141
+ --dds-color-common-text-primary: #f2f2f2;
138
142
  --dds-color-common-text-secondary: #bfbfbf;
139
143
  --dds-color-common-text-inverse: #212121;
140
144
  --dds-color-common-border-focus: #54c3f1;
@@ -157,6 +161,7 @@
157
161
  --dds-border-width-100: 4px;
158
162
  --dds-border-width-025: 1px;
159
163
  --dds-border-width-050: 2px;
164
+ --dds-border-width-075: 3px;
160
165
  --dds-space-100: 4px;
161
166
  --dds-space-200: 8px;
162
167
  --dds-space-300: 12px;
@@ -32,7 +32,7 @@
32
32
  --dds-color-yellow-30: #ffd45f;
33
33
  --dds-color-yellow-40: #ffc936;
34
34
  --dds-color-yellow-50: #ffbf0e;
35
- --dds-color-yellow-60: #efb000;
35
+ --dds-color-yellow-60: #ebac00;
36
36
  --dds-color-yellow-70: #b88700;
37
37
  --dds-color-yellow-80: #9e7400;
38
38
  --dds-color-yellow-90: #836000;
@@ -123,6 +123,10 @@
123
123
  --dds-color-common-surface-selected-default: #ddf3fc;
124
124
  --dds-color-common-surface-selected-hover: #bbe7f9;
125
125
  --dds-color-common-surface-selected-press: #98dbf7;
126
+ --dds-color-common-surface-overlay-default: rgba(255, 255, 255, 0.75);
127
+ --dds-color-common-surface-overlay-hover: rgba(242, 242, 242, 0.75);
128
+ --dds-color-common-surface-overlay-press: rgba(235, 235, 235, 0.75);
129
+ --dds-color-common-surface-overlay-disabled: rgba(191, 191, 191, 0.75);
126
130
  --dds-color-common-neutral-default: #616161;
127
131
  --dds-color-common-neutral-hover: #515151;
128
132
  --dds-color-common-neutral-press: #414141;
@@ -157,6 +161,7 @@
157
161
  --dds-border-width-100: 4px;
158
162
  --dds-border-width-025: 1px;
159
163
  --dds-border-width-050: 2px;
164
+ --dds-border-width-075: 3px;
160
165
  --dds-space-100: 4px;
161
166
  --dds-space-200: 8px;
162
167
  --dds-space-300: 12px;
@@ -119,6 +119,10 @@
119
119
  --color-dds-color-common-surface-selected-default: var(--dds-color-common-surface-selected-default);
120
120
  --color-dds-color-common-surface-selected-hover: var(--dds-color-common-surface-selected-hover);
121
121
  --color-dds-color-common-surface-selected-press: var(--dds-color-common-surface-selected-press);
122
+ --color-dds-color-common-surface-overlay-default: var(--dds-color-common-surface-overlay-default);
123
+ --color-dds-color-common-surface-overlay-hover: var(--dds-color-common-surface-overlay-hover);
124
+ --color-dds-color-common-surface-overlay-press: var(--dds-color-common-surface-overlay-press);
125
+ --color-dds-color-common-surface-overlay-disabled: var(--dds-color-common-surface-overlay-disabled);
122
126
  --color-dds-color-common-neutral-default: var(--dds-color-common-neutral-default);
123
127
  --color-dds-color-common-neutral-hover: var(--dds-color-common-neutral-hover);
124
128
  --color-dds-color-common-neutral-press: var(--dds-color-common-neutral-press);
@@ -153,6 +157,7 @@
153
157
  --border-width-dds-border-width-100: var(--dds-border-width-100);
154
158
  --border-width-dds-border-width-025: var(--dds-border-width-025);
155
159
  --border-width-dds-border-width-050: var(--dds-border-width-050);
160
+ --border-width-dds-border-width-075: var(--dds-border-width-075);
156
161
  --spacing-dds-space-100: var(--dds-space-100);
157
162
  --spacing-dds-space-200: var(--dds-space-200);
158
163
  --spacing-dds-space-300: var(--dds-space-300);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daikin-oss/dds-tokens",
3
- "version": "1.1.1",
3
+ "version": "1.2.0",
4
4
  "description": "Design token definitions for DDS",
5
5
  "type": "module",
6
6
  "files": [
@@ -89,6 +89,24 @@
89
89
  "value": "{color.blue.100}",
90
90
  "type": "color"
91
91
  }
92
+ },
93
+ "overlay": {
94
+ "default": {
95
+ "value": "#212121BF",
96
+ "type": "color"
97
+ },
98
+ "hover": {
99
+ "value": "#313131BF",
100
+ "type": "color"
101
+ },
102
+ "press": {
103
+ "value": "#414141BF",
104
+ "type": "color"
105
+ },
106
+ "disabled": {
107
+ "value": "#616161BF",
108
+ "type": "color"
109
+ }
92
110
  }
93
111
  },
94
112
  "neutral": {
@@ -141,7 +159,7 @@
141
159
  },
142
160
  "text": {
143
161
  "primary": {
144
- "value": "{color.gray.30}",
162
+ "value": "{color.gray.10}",
145
163
  "type": "color"
146
164
  },
147
165
  "secondary": {
@@ -89,6 +89,24 @@
89
89
  "value": "{color.blue.30}",
90
90
  "type": "color"
91
91
  }
92
+ },
93
+ "overlay": {
94
+ "default": {
95
+ "value": "#FFFFFFBF",
96
+ "type": "color"
97
+ },
98
+ "hover": {
99
+ "value": "#F2F2F2BF",
100
+ "type": "color"
101
+ },
102
+ "press": {
103
+ "value": "#EBEBEBBF",
104
+ "type": "color"
105
+ },
106
+ "disabled": {
107
+ "value": "#BFBFBFBF",
108
+ "type": "color"
109
+ }
92
110
  }
93
111
  },
94
112
  "neutral": {
@@ -122,7 +122,7 @@
122
122
  "type": "color"
123
123
  },
124
124
  "60": {
125
- "value": "#EFB000",
125
+ "value": "#EBAC00",
126
126
  "type": "color"
127
127
  },
128
128
  "70": {
@@ -453,6 +453,10 @@
453
453
  "050": {
454
454
  "value": "2",
455
455
  "type": "borderWidth"
456
+ },
457
+ "075": {
458
+ "value": "3",
459
+ "type": "borderWidth"
456
460
  }
457
461
  },
458
462
  "space": {