@daikin-oss/dds-tokens 0.2.0 → 0.3.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 (45) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/build/css/aaf/Dark/variables.css +29 -88
  3. package/build/css/aaf/Light/variables.css +29 -88
  4. package/build/css/daikin/Dark/variables.css +71 -103
  5. package/build/css/daikin/Light/variables.css +35 -108
  6. package/build/js/aaf/Dark/variables.cjs +28 -87
  7. package/build/js/aaf/Dark/variables.d.cts +28 -107
  8. package/build/js/aaf/Dark/variables.d.ts +28 -107
  9. package/build/js/aaf/Dark/variables.js +29 -88
  10. package/build/js/aaf/Light/variables.cjs +28 -87
  11. package/build/js/aaf/Light/variables.d.cts +28 -107
  12. package/build/js/aaf/Light/variables.d.ts +28 -107
  13. package/build/js/aaf/Light/variables.js +29 -88
  14. package/build/js/daikin/Dark/variables.cjs +70 -102
  15. package/build/js/daikin/Dark/variables.d.cts +70 -123
  16. package/build/js/daikin/Dark/variables.d.ts +70 -123
  17. package/build/js/daikin/Dark/variables.js +71 -103
  18. package/build/js/daikin/Light/variables.cjs +34 -107
  19. package/build/js/daikin/Light/variables.d.cts +33 -127
  20. package/build/js/daikin/Light/variables.d.ts +33 -127
  21. package/build/js/daikin/Light/variables.js +35 -108
  22. package/build/json/aaf/Dark/tokens.json +60 -296
  23. package/build/json/aaf/Light/tokens.json +60 -296
  24. package/build/json/daikin/Dark/tokens.json +220 -348
  25. package/build/json/daikin/Light/tokens.json +81 -373
  26. package/build/scss/aaf/Dark/_mixins.scss +29 -88
  27. package/build/scss/aaf/Light/_mixins.scss +29 -88
  28. package/build/scss/daikin/Dark/_mixins.scss +71 -103
  29. package/build/scss/daikin/Light/_mixins.scss +35 -108
  30. package/package.json +1 -1
  31. package/themes/aaf/dark/component.json +1 -113
  32. package/themes/aaf/dark/system.json +1 -49
  33. package/themes/aaf/light/component.json +1 -113
  34. package/themes/aaf/light/system.json +1 -49
  35. package/themes/component.json +1 -184
  36. package/themes/dkn/dark/component.json +17 -178
  37. package/themes/dkn/dark/system.json +142 -55
  38. package/themes/dkn/light/component.json +17 -228
  39. package/themes/dkn/light/system.json +0 -73
  40. package/themes/reference.json +181 -200
  41. package/themes/system.json +1 -31
  42. package/build/css/aaf/Dark/buttons.css +0 -22
  43. package/build/css/aaf/Light/buttons.css +0 -22
  44. package/build/css/daikin/Dark/buttons.css +0 -22
  45. package/build/css/daikin/Light/buttons.css +0 -22
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - **BREAKING CHANGE**: 378 token(s) removed (`button-color-background-primary-active`, `checkbox-border-unselected`, `color-text-default`, `line-height-tight`, `regular-tight-350` and more).
8
+ **BREAKING CHANGE**: 24 token(s) updated with incompatible changes (`font-family-base`, `font-size-300`, `font-size-350`, `font-size-400`, `font-weight-bold` and more).
9
+ 56 token(s) added.
10
+ 4 token(s) updated.
11
+
12
+ ## 0.2.1
13
+
14
+ ### Patch Changes
15
+
16
+ - 99 token(s) added.
17
+ 44 token(s) updated.
18
+
3
19
  ## 0.2.0
4
20
 
5
21
  ### Minor Changes
@@ -63,12 +63,6 @@
63
63
  --dds-color-red-100: #7b070e;
64
64
  --dds-color-red-110: #5d050a;
65
65
  --dds-color-red-120: #3e0307;
66
- --dds-color-red-aaf-100: #fcecea;
67
- --dds-color-red-aaf-200: #f5c0b8;
68
- --dds-color-red-aaf-300: #f8aeba;
69
- --dds-color-red-aaf-400: #db4f66;
70
- --dds-color-red-aaf-500: #d2324c;
71
- --dds-color-red-aaf-600: #c8102e;
72
66
  --dds-color-gray-10: #f2f2f2;
73
67
  --dds-color-gray-20: #ebebeb;
74
68
  --dds-color-gray-30: #dcdcdc;
@@ -83,8 +77,6 @@
83
77
  --dds-color-gray-120: #212121;
84
78
  --dds-color-black: #000000;
85
79
  --dds-color-white: #ffffff;
86
- --dds-color-black-shadow: rgba(0, 0, 0, 0.1);
87
- --dds-color-white-shadow: rgba(255, 255, 255, 0.1);
88
80
  --dds-color-blue-gray-10: #eef0f2;
89
81
  --dds-color-blue-gray-20: #d8dde0;
90
82
  --dds-color-blue-gray-30: #bbc1c7;
@@ -100,20 +92,18 @@
100
92
  --dds-color-dark-gray-105: #383838;
101
93
  --dds-color-dark-gray-115: #282828;
102
94
  --dds-color-dark-gray-125: #1a1a1a;
103
- --dds-color-feedback-positive: #00c3ac; /* System status is positive */
104
- --dds-color-feedback-warning: #ffbf0e; /* System status is warning */
105
- --dds-color-feedback-negative: #f21a27; /* System status is warning */
106
- --dds-color-feedback-alarm: #fa7a12; /* System status is warning */
107
- --dds-color-feedback-information: #30ade9; /* System status is warning */
108
- --dds-color-brand-primary: #db4f66; /* Primary brand blue */
109
- --dds-color-brand-secondary: #c8102e;
110
- --dds-color-text-brand-primary: #db4f66;
111
- --dds-color-text-theme: #515151;
112
- --dds-color-text-default: #ffffff;
113
- --dds-color-text-default-sub: #f2f2f2;
114
- --dds-color-background-theme: #000000;
115
- --dds-color-background-component: #515151;
116
- --dds-color-background-object: #ffffff;
95
+ --dds-color-purple-10: #f0ddf3;
96
+ --dds-color-purple-20: #e1bbe8;
97
+ --dds-color-purple-30: #d399dc;
98
+ --dds-color-purple-40: #c477d0;
99
+ --dds-color-purple-50: #b556c5;
100
+ --dds-color-purple-60: #a03db0;
101
+ --dds-color-purple-70: #81318e;
102
+ --dds-color-purple-80: #6f2a7a;
103
+ --dds-color-purple-90: #5c2365;
104
+ --dds-color-purple-100: #4a1c51;
105
+ --dds-color-purple-110: #37153d;
106
+ --dds-color-purple-120: #250e29;
117
107
  --dds-border-radius-100: 4px;
118
108
  --dds-border-radius-150: 6px;
119
109
  --dds-border-radius-200: 8px;
@@ -130,73 +120,24 @@
130
120
  --dds-space-400: 16px;
131
121
  --dds-space-800: 32px;
132
122
  --dds-space-050: 2px;
133
- --dds-shadow-black: 0 -2px 19px 0 rgba(0, 0, 0, 0.1);
134
- --dds-shadow-white: 0 -2px 19px 0 rgba(255, 255, 255, 0.1);
123
+ --dds-font-regular-normal-300: 400 12px/1.5 Roboto;
124
+ --dds-font-regular-normal-350: 400 14px/1.5 Roboto;
125
+ --dds-font-regular-normal-400: 400 16px/1.5 Roboto;
126
+ --dds-font-regular-tight-300: 400 12px/1.3 Roboto;
127
+ --dds-font-regular-tight-350: 400 14px/1.3 Roboto;
128
+ --dds-font-regular-tight-400: 400 16px/1.3 Roboto;
129
+ --dds-font-regular-bold-normal-300: 700 12px/1.5 Roboto;
130
+ --dds-font-regular-bold-normal-350: 700 14px/1.5 Roboto;
131
+ --dds-font-regular-bold-normal-400: 700 16px/1.5 Roboto;
132
+ --dds-font-regular-bold-tight-300: 700 12px/1.3 Roboto;
133
+ --dds-font-regular-bold-tight-350: 700 14px/1.3 Roboto;
134
+ --dds-font-regular-bold-tight-400: 700 16px/1.3 Roboto;
135
135
  --dds-font-size-300: 12px;
136
136
  --dds-font-size-350: 14px;
137
137
  --dds-font-size-400: 16px;
138
- --dds-line-height-tight: 130%;
139
- --dds-line-height-normal: 150%;
140
- --dds-font-weight-bold: Bold;
141
- --dds-font-weight-regular: Regular;
142
- --dds-font-family-base: Roboto; /* The primary font used in the DDS Design Kit is Roboto */
143
- --dds-regular-normal-300: 400 12px/1.5 Roboto; /* Body is primarily used for components and for blocks of text. */
144
- --dds-regular-normal-350: 400 14px/1.5 Roboto; /* Body is primarily used for components and for blocks of text. */
145
- --dds-regular-normal-400: 400 16px/1.5 Roboto; /* Body is primarily used for components and for blocks of text. */
146
- --dds-regular-tight-300: 400 12px/1.3 Roboto; /* Body is primarily used for components and for blocks of text. */
147
- --dds-regular-tight-350: 400 14px/1.3 Roboto; /* Body is primarily used for components and for blocks of text. */
148
- --dds-regular-tight-400: 400 16px/1.3 Roboto; /* Body is primarily used for components and for blocks of text. */
149
- --dds-regular-bold-normal-300: 700 12px/1.5 Roboto; /* Header is used to create various levels of typographic hierarchies. */
150
- --dds-regular-bold-normal-350: 700 14px/1.5 Roboto; /* Header is used to create various levels of typographic hierarchies. */
151
- --dds-regular-bold-normal-400: 700 16px/1.5 Roboto; /* Header is used to create various levels of typographic hierarchies. */
152
- --dds-regular-bold-tight-300: 700 12px/1.3 Roboto; /* Header is used to create various levels of typographic hierarchies. */
153
- --dds-regular-bold-tight-350: 700 14px/1.3 Roboto; /* Header is used to create various levels of typographic hierarchies. */
154
- --dds-regular-bold-tight-400: 700 16px/1.3 Roboto; /* Header is used to create various levels of typographic hierarchies. */
155
- --dds-checkbox-border-unselected: 2px solid #bfbfbf;
156
- --dds-checkbox-color-background: #30ade9;
157
- --dds-checkbox-color-icon: #ffffff;
158
- --dds-dropdown-color-background: #ffffff;
159
- --dds-dropdown-color-text: #515151;
160
- --dds-dropdown-tray-color-background-selected: #ebebeb;
161
- --dds-table-color-background: #ffffff;
162
- --dds-table-color-text: #515151;
163
- --dds-table-header-border: 1px none #000000;
164
- --dds-table-cell-border: 1px none #ebebeb;
165
- --dds-table-page-number-color-background-selected: #828282;
166
- --dds-table-page-number-color-text-default: #515151;
167
- --dds-table-page-number-color-text-selected: #ffffff;
168
- --dds-table-page-number-border-hover: 1px none #828282;
169
- --dds-login-sso-button-border: 1px none #616161;
170
- --dds-login-sso-button-color-text: #616161;
171
- --dds-form-color-background: #ffffff;
172
- --dds-form-color-text-default: #414141;
173
- --dds-form-color-text-placeholder: #828282;
174
- --dds-form-color-text-positive: #00c3ac;
175
- --dds-form-color-text-negative: #f21a27;
176
- --dds-notification-color-background-success: #00c3ac;
177
- --dds-notification-color-background-error: #f21a27;
178
- --dds-notification-color-background-warning: #ffbf0e;
179
- --dds-notification-color-background-alarm: #fa7a12;
180
- --dds-notification-color-background-information: #30ade9;
181
- --dds-icon-color-background: #ffffff;
182
- --dds-container-color-background: #515151;
183
- --dds-container-color-text-header: #ffffff;
184
- --dds-container-color-text-body: #f2f2f2;
185
- --dds-container-shadow: 0 -2px 19px 0 rgba(255, 255, 255, 0.1);
186
- --dds-button-color-background-primary-active: #db4f66; /* Color used for the default state of a secondary button */
187
- --dds-button-color-background-primary-hover: #c8102e;
188
- --dds-button-color-background-primary-press: #f8aeba;
189
- --dds-button-color-background-primary-focus: #f5c0b8;
190
- --dds-button-color-background-primary-disabled: #616161;
191
- --dds-button-color-border-secondary-active: #db4f66;
192
- --dds-button-color-border-secondary-hover: #c8102e;
193
- --dds-button-color-border-secondary-press: #f8aeba;
194
- --dds-button-color-border-secondary-focus: #f5c0b8;
195
- --dds-button-color-border-secondary-disabled: #616161;
196
- --dds-button-color-text-secondary-active: #db4f66;
197
- --dds-button-color-text-secondary-hover: #c8102e;
198
- --dds-button-color-text-secondary-press: #f8aeba;
199
- --dds-button-color-text-secondary-focus: #f5c0b8;
200
- --dds-button-color-text-secondary-disabled: #616161;
201
- --dds-button-color-text-primary: #515151;
138
+ --dds-font-line-height-tight: 1.3;
139
+ --dds-font-line-height-normal: 1.5;
140
+ --dds-font-weight-bold: 700;
141
+ --dds-font-weight-regular: 400;
142
+ --dds-font-family-base: Roboto;
202
143
  }
@@ -63,12 +63,6 @@
63
63
  --dds-color-red-100: #7b070e;
64
64
  --dds-color-red-110: #5d050a;
65
65
  --dds-color-red-120: #3e0307;
66
- --dds-color-red-aaf-100: #fcecea;
67
- --dds-color-red-aaf-200: #f5c0b8;
68
- --dds-color-red-aaf-300: #f8aeba;
69
- --dds-color-red-aaf-400: #db4f66;
70
- --dds-color-red-aaf-500: #d2324c;
71
- --dds-color-red-aaf-600: #c8102e;
72
66
  --dds-color-gray-10: #f2f2f2;
73
67
  --dds-color-gray-20: #ebebeb;
74
68
  --dds-color-gray-30: #dcdcdc;
@@ -83,8 +77,6 @@
83
77
  --dds-color-gray-120: #212121;
84
78
  --dds-color-black: #000000;
85
79
  --dds-color-white: #ffffff;
86
- --dds-color-black-shadow: rgba(0, 0, 0, 0.1);
87
- --dds-color-white-shadow: rgba(255, 255, 255, 0.1);
88
80
  --dds-color-blue-gray-10: #eef0f2;
89
81
  --dds-color-blue-gray-20: #d8dde0;
90
82
  --dds-color-blue-gray-30: #bbc1c7;
@@ -100,20 +92,18 @@
100
92
  --dds-color-dark-gray-105: #383838;
101
93
  --dds-color-dark-gray-115: #282828;
102
94
  --dds-color-dark-gray-125: #1a1a1a;
103
- --dds-color-feedback-positive: #00c3ac; /* System status is positive */
104
- --dds-color-feedback-warning: #ffbf0e; /* System status is warning */
105
- --dds-color-feedback-negative: #f21a27; /* System status is warning */
106
- --dds-color-feedback-alarm: #fa7a12; /* System status is warning */
107
- --dds-color-feedback-information: #30ade9; /* System status is warning */
108
- --dds-color-brand-primary: #c8102e; /* Primary brand blue */
109
- --dds-color-brand-secondary: #db4f66;
110
- --dds-color-text-brand-primary: #c8102e;
111
- --dds-color-text-theme: #ffffff;
112
- --dds-color-text-default: #515151;
113
- --dds-color-text-default-sub: #828282;
114
- --dds-color-background-theme: #ffffff;
115
- --dds-color-background-component: #ffffff;
116
- --dds-color-background-object: #515151;
95
+ --dds-color-purple-10: #f0ddf3;
96
+ --dds-color-purple-20: #e1bbe8;
97
+ --dds-color-purple-30: #d399dc;
98
+ --dds-color-purple-40: #c477d0;
99
+ --dds-color-purple-50: #b556c5;
100
+ --dds-color-purple-60: #a03db0;
101
+ --dds-color-purple-70: #81318e;
102
+ --dds-color-purple-80: #6f2a7a;
103
+ --dds-color-purple-90: #5c2365;
104
+ --dds-color-purple-100: #4a1c51;
105
+ --dds-color-purple-110: #37153d;
106
+ --dds-color-purple-120: #250e29;
117
107
  --dds-border-radius-100: 4px;
118
108
  --dds-border-radius-150: 6px;
119
109
  --dds-border-radius-200: 8px;
@@ -130,73 +120,24 @@
130
120
  --dds-space-400: 16px;
131
121
  --dds-space-800: 32px;
132
122
  --dds-space-050: 2px;
133
- --dds-shadow-black: 0 -2px 19px 0 rgba(0, 0, 0, 0.1);
134
- --dds-shadow-white: 0 -2px 19px 0 rgba(255, 255, 255, 0.1);
123
+ --dds-font-regular-normal-300: 400 12px/1.5 Roboto;
124
+ --dds-font-regular-normal-350: 400 14px/1.5 Roboto;
125
+ --dds-font-regular-normal-400: 400 16px/1.5 Roboto;
126
+ --dds-font-regular-tight-300: 400 12px/1.3 Roboto;
127
+ --dds-font-regular-tight-350: 400 14px/1.3 Roboto;
128
+ --dds-font-regular-tight-400: 400 16px/1.3 Roboto;
129
+ --dds-font-regular-bold-normal-300: 700 12px/1.5 Roboto;
130
+ --dds-font-regular-bold-normal-350: 700 14px/1.5 Roboto;
131
+ --dds-font-regular-bold-normal-400: 700 16px/1.5 Roboto;
132
+ --dds-font-regular-bold-tight-300: 700 12px/1.3 Roboto;
133
+ --dds-font-regular-bold-tight-350: 700 14px/1.3 Roboto;
134
+ --dds-font-regular-bold-tight-400: 700 16px/1.3 Roboto;
135
135
  --dds-font-size-300: 12px;
136
136
  --dds-font-size-350: 14px;
137
137
  --dds-font-size-400: 16px;
138
- --dds-line-height-tight: 130%;
139
- --dds-line-height-normal: 150%;
140
- --dds-font-weight-bold: Bold;
141
- --dds-font-weight-regular: Regular;
142
- --dds-font-family-base: Roboto; /* The primary font used in the DDS Design Kit is Roboto */
143
- --dds-regular-normal-300: 400 12px/1.5 Roboto; /* Body is primarily used for components and for blocks of text. */
144
- --dds-regular-normal-350: 400 14px/1.5 Roboto; /* Body is primarily used for components and for blocks of text. */
145
- --dds-regular-normal-400: 400 16px/1.5 Roboto; /* Body is primarily used for components and for blocks of text. */
146
- --dds-regular-tight-300: 400 12px/1.3 Roboto; /* Body is primarily used for components and for blocks of text. */
147
- --dds-regular-tight-350: 400 14px/1.3 Roboto; /* Body is primarily used for components and for blocks of text. */
148
- --dds-regular-tight-400: 400 16px/1.3 Roboto; /* Body is primarily used for components and for blocks of text. */
149
- --dds-regular-bold-normal-300: 700 12px/1.5 Roboto; /* Header is used to create various levels of typographic hierarchies. */
150
- --dds-regular-bold-normal-350: 700 14px/1.5 Roboto; /* Header is used to create various levels of typographic hierarchies. */
151
- --dds-regular-bold-normal-400: 700 16px/1.5 Roboto; /* Header is used to create various levels of typographic hierarchies. */
152
- --dds-regular-bold-tight-300: 700 12px/1.3 Roboto; /* Header is used to create various levels of typographic hierarchies. */
153
- --dds-regular-bold-tight-350: 700 14px/1.3 Roboto; /* Header is used to create various levels of typographic hierarchies. */
154
- --dds-regular-bold-tight-400: 700 16px/1.3 Roboto; /* Header is used to create various levels of typographic hierarchies. */
155
- --dds-checkbox-border-unselected: 2px solid #bfbfbf;
156
- --dds-checkbox-color-background: #30ade9;
157
- --dds-checkbox-color-icon: #ffffff;
158
- --dds-dropdown-color-background: #ffffff;
159
- --dds-dropdown-color-text: #515151;
160
- --dds-dropdown-tray-color-background-selected: #ebebeb;
161
- --dds-table-color-background: #ffffff;
162
- --dds-table-color-text: #515151;
163
- --dds-table-header-border: 1px none #000000;
164
- --dds-table-cell-border: 1px none #ebebeb;
165
- --dds-table-page-number-color-background-selected: #828282;
166
- --dds-table-page-number-color-text-default: #515151;
167
- --dds-table-page-number-color-text-selected: #ffffff;
168
- --dds-table-page-number-border-hover: 1px none #828282;
169
- --dds-login-sso-button-border: 1px none #616161;
170
- --dds-login-sso-button-color-text: #616161;
171
- --dds-form-color-background: #ffffff;
172
- --dds-form-color-text-default: #414141;
173
- --dds-form-color-text-placeholder: #828282;
174
- --dds-form-color-text-positive: #00c3ac;
175
- --dds-form-color-text-negative: #f21a27;
176
- --dds-notification-color-background-success: #00c3ac;
177
- --dds-notification-color-background-error: #f21a27;
178
- --dds-notification-color-background-warning: #ffbf0e;
179
- --dds-notification-color-background-alarm: #fa7a12;
180
- --dds-notification-color-background-information: #30ade9;
181
- --dds-icon-color-background: #515151;
182
- --dds-container-color-background: #ffffff;
183
- --dds-container-color-text-header: #515151;
184
- --dds-container-color-text-body: #828282;
185
- --dds-container-shadow: 0 -2px 19px 0 rgba(0, 0, 0, 0.1);
186
- --dds-button-color-background-primary-active: #c8102e; /* Color used for the default state of a secondary button */
187
- --dds-button-color-background-primary-hover: #db4f66;
188
- --dds-button-color-background-primary-press: #d2324c;
189
- --dds-button-color-background-primary-focus: #f8aeba;
190
- --dds-button-color-background-primary-disabled: #dcdcdc;
191
- --dds-button-color-border-secondary-active: #c8102e;
192
- --dds-button-color-border-secondary-hover: #db4f66;
193
- --dds-button-color-border-secondary-press: #d2324c;
194
- --dds-button-color-border-secondary-focus: #f8aeba;
195
- --dds-button-color-border-secondary-disabled: #dcdcdc;
196
- --dds-button-color-text-secondary-active: #c8102e;
197
- --dds-button-color-text-secondary-hover: #db4f66;
198
- --dds-button-color-text-secondary-press: #d2324c;
199
- --dds-button-color-text-secondary-focus: #f8aeba;
200
- --dds-button-color-text-secondary-disabled: #dcdcdc;
201
- --dds-button-color-text-primary: #ffffff;
138
+ --dds-font-line-height-tight: 1.3;
139
+ --dds-font-line-height-normal: 1.5;
140
+ --dds-font-weight-bold: 700;
141
+ --dds-font-weight-regular: 400;
142
+ --dds-font-family-base: Roboto;
202
143
  }
@@ -63,12 +63,6 @@
63
63
  --dds-color-red-100: #7b070e;
64
64
  --dds-color-red-110: #5d050a;
65
65
  --dds-color-red-120: #3e0307;
66
- --dds-color-red-aaf-100: #fcecea;
67
- --dds-color-red-aaf-200: #f5c0b8;
68
- --dds-color-red-aaf-300: #f8aeba;
69
- --dds-color-red-aaf-400: #db4f66;
70
- --dds-color-red-aaf-500: #d2324c;
71
- --dds-color-red-aaf-600: #c8102e;
72
66
  --dds-color-gray-10: #f2f2f2;
73
67
  --dds-color-gray-20: #ebebeb;
74
68
  --dds-color-gray-30: #dcdcdc;
@@ -83,8 +77,6 @@
83
77
  --dds-color-gray-120: #212121;
84
78
  --dds-color-black: #000000;
85
79
  --dds-color-white: #ffffff;
86
- --dds-color-black-shadow: rgba(0, 0, 0, 0.1);
87
- --dds-color-white-shadow: rgba(255, 255, 255, 0.1);
88
80
  --dds-color-blue-gray-10: #eef0f2;
89
81
  --dds-color-blue-gray-20: #d8dde0;
90
82
  --dds-color-blue-gray-30: #bbc1c7;
@@ -100,20 +92,60 @@
100
92
  --dds-color-dark-gray-105: #383838;
101
93
  --dds-color-dark-gray-115: #282828;
102
94
  --dds-color-dark-gray-125: #1a1a1a;
103
- --dds-color-feedback-positive: #00c3ac; /* System status is positive */
104
- --dds-color-feedback-warning: #ffbf0e; /* System status is warning */
105
- --dds-color-feedback-negative: #f21a27; /* System status is warning */
106
- --dds-color-feedback-alarm: #fa7a12; /* System status is warning */
107
- --dds-color-feedback-information: #30ade9; /* System status is warning */
108
- --dds-color-brand-primary: #76cff4; /* Primary brand blue */
109
- --dds-color-brand-secondary: #30ade9; /* Primary secondary brand blue */
110
- --dds-color-text-brand-primary: #76cff4;
111
- --dds-color-text-theme: #414141;
112
- --dds-color-text-default: #f2f2f2;
113
- --dds-color-text-default-sub: #ebebeb;
114
- --dds-color-background-theme: #000000;
115
- --dds-color-background-component: #414141;
116
- --dds-color-background-object: #f2f2f2;
95
+ --dds-color-purple-10: #f0ddf3;
96
+ --dds-color-purple-20: #e1bbe8;
97
+ --dds-color-purple-30: #d399dc;
98
+ --dds-color-purple-40: #c477d0;
99
+ --dds-color-purple-50: #b556c5;
100
+ --dds-color-purple-60: #a03db0;
101
+ --dds-color-purple-70: #81318e;
102
+ --dds-color-purple-80: #6f2a7a;
103
+ --dds-color-purple-90: #5c2365;
104
+ --dds-color-purple-100: #4a1c51;
105
+ --dds-color-purple-110: #37153d;
106
+ --dds-color-purple-120: #250e29;
107
+ --dds-color-common-brand-default: #30ade9;
108
+ --dds-color-common-brand-hover: #54c3f1;
109
+ --dds-color-common-brand-press: #76cff4;
110
+ --dds-color-common-surface-brand-hover: #002b40;
111
+ --dds-color-common-surface-brand-press: #004160;
112
+ --dds-color-common-surface-neutral-hover: #282828;
113
+ --dds-color-common-surface-neutral-press: #313131;
114
+ --dds-color-common-surface-danger-hover: #3e0307;
115
+ --dds-color-common-surface-danger-press: #5d050a;
116
+ --dds-color-common-surface-default: #212121;
117
+ --dds-color-common-surface-hover: #282828;
118
+ --dds-color-common-surface-press: #313131;
119
+ --dds-color-common-surface-selected-default: #002b40;
120
+ --dds-color-common-surface-selected-hover: #004160;
121
+ --dds-color-common-surface-selected-press: #005077;
122
+ --dds-color-common-neutral-default: #bfbfbf;
123
+ --dds-color-common-neutral-hover: #cecece;
124
+ --dds-color-common-neutral-press: #dcdcdc;
125
+ --dds-color-common-danger-default: #f21a27;
126
+ --dds-color-common-danger-hover: #f4404b;
127
+ --dds-color-common-danger-press: #f7666f;
128
+ --dds-color-common-success: #00c3ac;
129
+ --dds-color-common-warning: #efb000;
130
+ --dds-color-common-alarm: #fa7a12;
131
+ --dds-color-common-information: #30ade9;
132
+ --dds-color-common-disabled: #616161;
133
+ --dds-color-common-text-primary: #dcdcdc;
134
+ --dds-color-common-text-secondary: #bfbfbf;
135
+ --dds-color-common-text-inverse: #212121;
136
+ --dds-color-common-border-focus: #54c3f1;
137
+ --dds-color-common-border-empty: #515151;
138
+ --dds-color-common-background-default: #212121;
139
+ --dds-color-common-background-overlay: #000000;
140
+ --dds-color-divider: #515151;
141
+ --dds-color-link-text-default: #76cff4;
142
+ --dds-color-link-text-hover: #98dbf7;
143
+ --dds-color-link-text-press: #bbe7f9;
144
+ --dds-color-link-text-visited-default: #c477d0;
145
+ --dds-color-link-text-visited-hover: #d399dc;
146
+ --dds-color-link-text-visited-press: #e1bbe8;
147
+ --dds-color-link-surface-visited-hover: #250e29;
148
+ --dds-color-link-surface-visited-press: #37153d;
117
149
  --dds-border-radius-100: 4px;
118
150
  --dds-border-radius-150: 6px;
119
151
  --dds-border-radius-200: 8px;
@@ -130,88 +162,24 @@
130
162
  --dds-space-400: 16px;
131
163
  --dds-space-800: 32px;
132
164
  --dds-space-050: 2px;
133
- --dds-shadow-black: 0 -2px 19px 0 rgba(0, 0, 0, 0.1);
134
- --dds-shadow-white: 0 -2px 19px 0 rgba(255, 255, 255, 0.1);
165
+ --dds-font-regular-normal-300: 400 12px/1.5 Roboto;
166
+ --dds-font-regular-normal-350: 400 14px/1.5 Roboto;
167
+ --dds-font-regular-normal-400: 400 16px/1.5 Roboto;
168
+ --dds-font-regular-tight-300: 400 12px/1.3 Roboto;
169
+ --dds-font-regular-tight-350: 400 14px/1.3 Roboto;
170
+ --dds-font-regular-tight-400: 400 16px/1.3 Roboto;
171
+ --dds-font-regular-bold-normal-300: 700 12px/1.5 Roboto;
172
+ --dds-font-regular-bold-normal-350: 700 14px/1.5 Roboto;
173
+ --dds-font-regular-bold-normal-400: 700 16px/1.5 Roboto;
174
+ --dds-font-regular-bold-tight-300: 700 12px/1.3 Roboto;
175
+ --dds-font-regular-bold-tight-350: 700 14px/1.3 Roboto;
176
+ --dds-font-regular-bold-tight-400: 700 16px/1.3 Roboto;
135
177
  --dds-font-size-300: 12px;
136
178
  --dds-font-size-350: 14px;
137
179
  --dds-font-size-400: 16px;
138
- --dds-line-height-tight: 130%;
139
- --dds-line-height-normal: 150%;
140
- --dds-font-weight-bold: Bold;
141
- --dds-font-weight-regular: Regular;
142
- --dds-font-family-base: Roboto; /* The primary font used in the DDS Design Kit is Roboto */
143
- --dds-regular-normal-300: 400 12px/1.5 Roboto; /* Body is primarily used for components and for blocks of text. */
144
- --dds-regular-normal-350: 400 14px/1.5 Roboto; /* Body is primarily used for components and for blocks of text. */
145
- --dds-regular-normal-400: 400 16px/1.5 Roboto; /* Body is primarily used for components and for blocks of text. */
146
- --dds-regular-tight-300: 400 12px/1.3 Roboto; /* Body is primarily used for components and for blocks of text. */
147
- --dds-regular-tight-350: 400 14px/1.3 Roboto; /* Body is primarily used for components and for blocks of text. */
148
- --dds-regular-tight-400: 400 16px/1.3 Roboto; /* Body is primarily used for components and for blocks of text. */
149
- --dds-regular-bold-normal-300: 700 12px/1.5 Roboto; /* Header is used to create various levels of typographic hierarchies. */
150
- --dds-regular-bold-normal-350: 700 14px/1.5 Roboto; /* Header is used to create various levels of typographic hierarchies. */
151
- --dds-regular-bold-normal-400: 700 16px/1.5 Roboto; /* Header is used to create various levels of typographic hierarchies. */
152
- --dds-regular-bold-tight-300: 700 12px/1.3 Roboto; /* Header is used to create various levels of typographic hierarchies. */
153
- --dds-regular-bold-tight-350: 700 14px/1.3 Roboto; /* Header is used to create various levels of typographic hierarchies. */
154
- --dds-regular-bold-tight-400: 700 16px/1.3 Roboto; /* Header is used to create various levels of typographic hierarchies. */
155
- --dds-checkbox-border-unselected: 2px solid #bfbfbf;
156
- --dds-checkbox-color-background: #30ade9;
157
- --dds-checkbox-color-icon: #ffffff;
158
- --dds-dropdown-color-background: #ffffff;
159
- --dds-dropdown-color-text: #515151;
160
- --dds-dropdown-tray-color-background-selected: #ebebeb;
161
- --dds-table-color-background: #ffffff;
162
- --dds-table-color-text: #515151;
163
- --dds-table-header-border: 1px none #000000;
164
- --dds-table-cell-border: 1px none #ebebeb;
165
- --dds-table-page-number-color-background-selected: #828282;
166
- --dds-table-page-number-color-text-default: #515151;
167
- --dds-table-page-number-color-text-selected: #ffffff;
168
- --dds-table-page-number-border-hover: 1px none #828282;
169
- --dds-login-sso-button-border: 1px none #616161;
170
- --dds-login-sso-button-color-text: #616161;
171
- --dds-form-color-background: #ffffff;
172
- --dds-form-color-text-default: #414141;
173
- --dds-form-color-text-placeholder: #828282;
174
- --dds-form-color-text-positive: #00c3ac;
175
- --dds-form-color-text-negative: #f21a27;
176
- --dds-notification-color-background-success: #00c3ac;
177
- --dds-notification-color-background-error: #f21a27;
178
- --dds-notification-color-background-warning: #ffbf0e;
179
- --dds-notification-color-background-alarm: #fa7a12;
180
- --dds-notification-color-background-information: #30ade9;
181
- --dds-notification-color-background-theme: #414141;
182
- --dds-notification-color-text: #f2f2f2;
183
- --dds-notification-shadow: 0 -2px 19px 0 rgba(0, 0, 0, 0.1);
184
- --dds-icon-color-background-neutral: #a0a0a0;
185
- --dds-icon-color-background-default: #f2f2f2;
186
- --dds-icon-color-background-theme: #000000;
187
- --dds-container-color-background: #414141;
188
- --dds-container-color-text-header: #f2f2f2;
189
- --dds-container-color-text-body: #ebebeb;
190
- --dds-card-shadow: 0 -2px 19px 0 rgba(255, 255, 255, 0.1);
191
- --dds-button-color-background-primary-active: #76cff4; /* Color used for the default state of a secondary button */
192
- --dds-button-color-background-primary-hover: #30ade9;
193
- --dds-button-color-background-primary-press: #98dbf7;
194
- --dds-button-color-background-primary-focus: #bbe7f9;
195
- --dds-button-color-background-primary-disabled: #616161;
196
- --dds-button-color-border-secondary-active: #76cff4;
197
- --dds-button-color-border-secondary-hover: #30ade9;
198
- --dds-button-color-border-secondary-press: #98dbf7;
199
- --dds-button-color-border-secondary-focus: #bbe7f9;
200
- --dds-button-color-border-secondary-disabled: #616161;
201
- --dds-button-color-text-secondary-active: #76cff4;
202
- --dds-button-color-text-secondary-hover: #30ade9;
203
- --dds-button-color-text-secondary-press: #98dbf7;
204
- --dds-button-color-text-secondary-focus: #bbe7f9;
205
- --dds-button-color-text-secondary-disabled: #616161;
206
- --dds-button-color-text-primary: #414141;
207
- --dds-tab-color-line-active: #76cff4;
208
- --dds-tab-color-line-hover: #30ade9;
209
- --dds-tab-color-line-press: #98dbf7;
210
- --dds-tab-color-line-focus: #bbe7f9;
211
- --dds-tab-color-line-disabled: #616161;
212
- --dds-tab-color-text-active: #76cff4;
213
- --dds-tab-color-text-hover: #30ade9;
214
- --dds-tab-color-text-press: #98dbf7;
215
- --dds-tab-color-text-focus: #bbe7f9;
216
- --dds-tab-color-text-disabled: #616161;
180
+ --dds-font-line-height-tight: 1.3;
181
+ --dds-font-line-height-normal: 1.5;
182
+ --dds-font-weight-bold: 700;
183
+ --dds-font-weight-regular: 400;
184
+ --dds-font-family-base: Roboto;
217
185
  }