@daikin-oss/dds-tokens 1.1.2 → 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 +6 -0
  2. package/build/css/aaf/Dark/tailwind4.css +1 -0
  3. package/build/css/aaf/Dark/variables.css +1 -0
  4. package/build/css/aaf/Light/tailwind4.css +1 -0
  5. package/build/css/aaf/Light/variables.css +1 -0
  6. package/build/css/daikin/Dark/tailwind4.css +5 -0
  7. package/build/css/daikin/Dark/variables.css +5 -0
  8. package/build/css/daikin/Light/tailwind4.css +5 -0
  9. package/build/css/daikin/Light/variables.css +5 -0
  10. package/build/js/aaf/Dark/variables.cjs +1 -0
  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 +1 -0
  14. package/build/js/aaf/Light/variables.cjs +1 -0
  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 +1 -0
  18. package/build/js/daikin/Dark/variables.cjs +5 -0
  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 +5 -0
  22. package/build/js/daikin/Light/variables.cjs +5 -0
  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 +5 -0
  26. package/build/json/aaf/Dark/tokens.json +5 -0
  27. package/build/json/aaf/Light/tokens.json +5 -0
  28. package/build/json/daikin/Dark/tokens.json +25 -0
  29. package/build/json/daikin/Light/tokens.json +25 -0
  30. package/build/scss/aaf/Dark/_mixins.scss +1 -0
  31. package/build/scss/aaf/Light/_mixins.scss +1 -0
  32. package/build/scss/daikin/Dark/_mixins.scss +5 -0
  33. package/build/scss/daikin/Light/_mixins.scss +5 -0
  34. package/build/tailwind4.css +5 -0
  35. package/package.json +1 -1
  36. package/themes/dkn/dark/system.json +18 -0
  37. package/themes/dkn/light/system.json +18 -0
  38. package/themes/reference.json +4 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 12 token(s) added.
8
+
3
9
  ## 1.1.2
4
10
 
5
11
  ### Patch Changes
@@ -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);
@@ -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;
@@ -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);
@@ -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;
@@ -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);
@@ -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);
@@ -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;
@@ -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, #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);
@@ -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;
@@ -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;
@@ -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";
@@ -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;
@@ -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";
@@ -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",
@@ -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;
@@ -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";
@@ -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";
@@ -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;
@@ -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";
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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.2",
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": {
@@ -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": {
@@ -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": {