@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
@@ -62,12 +62,6 @@ export const colorRed90: string;
62
62
  export const colorRed100: string;
63
63
  export const colorRed110: string;
64
64
  export const colorRed120: string;
65
- export const colorRedAaf100: string;
66
- export const colorRedAaf200: string;
67
- export const colorRedAaf300: string;
68
- export const colorRedAaf400: string;
69
- export const colorRedAaf500: string;
70
- export const colorRedAaf600: string;
71
65
  export const colorGray10: string;
72
66
  export const colorGray20: string;
73
67
  export const colorGray30: string;
@@ -82,8 +76,6 @@ export const colorGray110: string;
82
76
  export const colorGray120: string;
83
77
  export const colorBlack: string;
84
78
  export const colorWhite: string;
85
- export const colorBlackShadow: string;
86
- export const colorWhiteShadow: string;
87
79
  export const colorBlueGray10: string;
88
80
  export const colorBlueGray20: string;
89
81
  export const colorBlueGray30: string;
@@ -99,27 +91,18 @@ export const colorBlueGray120: string;
99
91
  export const colorDarkGray105: string;
100
92
  export const colorDarkGray115: string;
101
93
  export const colorDarkGray125: string;
102
- /** System status is positive */
103
- export const colorFeedbackPositive: string;
104
- /** System status is warning */
105
- export const colorFeedbackWarning: string;
106
- /** System status is warning */
107
- export const colorFeedbackNegative: string;
108
- /** System status is warning */
109
- export const colorFeedbackAlarm: string;
110
- /** System status is warning */
111
- export const colorFeedbackInformation: string;
112
- /** Primary brand blue */
113
- export const colorBrandPrimary: string;
114
- /** Primary secondary brand blue */
115
- export const colorBrandSecondary: string;
116
- export const colorTextBrandPrimary: string;
117
- export const colorTextTheme: string;
118
- export const colorTextDefault: string;
119
- export const colorTextDefaultSub: string;
120
- export const colorBackgroundTheme: string;
121
- export const colorBackgroundComponent: string;
122
- export const colorBackgroundObject: string;
94
+ export const colorPurple10: string;
95
+ export const colorPurple20: string;
96
+ export const colorPurple30: string;
97
+ export const colorPurple40: string;
98
+ export const colorPurple50: string;
99
+ export const colorPurple60: string;
100
+ export const colorPurple70: string;
101
+ export const colorPurple80: string;
102
+ export const colorPurple90: string;
103
+ export const colorPurple100: string;
104
+ export const colorPurple110: string;
105
+ export const colorPurple120: string;
123
106
  export const colorCommonBrandDefault: string;
124
107
  export const colorCommonBrandHover: string;
125
108
  export const colorCommonBrandPress: string;
@@ -157,6 +140,11 @@ export const colorDivider: string;
157
140
  export const colorLinkTextDefault: string;
158
141
  export const colorLinkTextHover: string;
159
142
  export const colorLinkTextPress: string;
143
+ export const colorLinkTextVisitedDefault: string;
144
+ export const colorLinkTextVisitedHover: string;
145
+ export const colorLinkTextVisitedPress: string;
146
+ export const colorLinkSurfaceVisitedHover: string;
147
+ export const colorLinkSurfaceVisitedPress: string;
160
148
  export const borderRadius100: string;
161
149
  export const borderRadius150: string;
162
150
  export const borderRadius200: string;
@@ -173,105 +161,23 @@ export const space300: string;
173
161
  export const space400: string;
174
162
  export const space800: string;
175
163
  export const space050: string;
176
- export const shadowBlack: string;
177
- export const shadowWhite: string;
164
+ export const fontRegularNormal300: string;
165
+ export const fontRegularNormal350: string;
166
+ export const fontRegularNormal400: string;
167
+ export const fontRegularTight300: string;
168
+ export const fontRegularTight350: string;
169
+ export const fontRegularTight400: string;
170
+ export const fontRegularBoldNormal300: string;
171
+ export const fontRegularBoldNormal350: string;
172
+ export const fontRegularBoldNormal400: string;
173
+ export const fontRegularBoldTight300: string;
174
+ export const fontRegularBoldTight350: string;
175
+ export const fontRegularBoldTight400: string;
178
176
  export const fontSize300: string;
179
177
  export const fontSize350: string;
180
178
  export const fontSize400: string;
181
- export const lineHeightTight: string;
182
- export const lineHeightNormal: string;
183
- export const fontWeightBold: string;
184
- export const fontWeightRegular: string;
185
- /** The primary font used in the DDS Design Kit is Roboto */
179
+ export const fontLineHeightTight: number;
180
+ export const fontLineHeightNormal: number;
181
+ export const fontWeightBold: number;
182
+ export const fontWeightRegular: number;
186
183
  export const fontFamilyBase: string;
187
- /** Body is primarily used for components and for blocks of text. */
188
- export const regularNormal300: string;
189
- /** Body is primarily used for components and for blocks of text. */
190
- export const regularNormal350: string;
191
- /** Body is primarily used for components and for blocks of text. */
192
- export const regularNormal400: string;
193
- /** Body is primarily used for components and for blocks of text. */
194
- export const regularTight300: string;
195
- /** Body is primarily used for components and for blocks of text. */
196
- export const regularTight350: string;
197
- /** Body is primarily used for components and for blocks of text. */
198
- export const regularTight400: string;
199
- /** Header is used to create various levels of typographic hierarchies. */
200
- export const regularBoldNormal300: string;
201
- /** Header is used to create various levels of typographic hierarchies. */
202
- export const regularBoldNormal350: string;
203
- /** Header is used to create various levels of typographic hierarchies. */
204
- export const regularBoldNormal400: string;
205
- /** Header is used to create various levels of typographic hierarchies. */
206
- export const regularBoldTight300: string;
207
- /** Header is used to create various levels of typographic hierarchies. */
208
- export const regularBoldTight350: string;
209
- /** Header is used to create various levels of typographic hierarchies. */
210
- export const regularBoldTight400: string;
211
- export const checkboxBorderUnselected: string;
212
- export const checkboxColorBackground: string;
213
- export const checkboxColorIcon: string;
214
- export const dropdownColorBackground: string;
215
- export const dropdownColorText: string;
216
- export const dropdownTrayColorBackgroundSelected: string;
217
- export const tableColorBackground: string;
218
- export const tableColorText: string;
219
- export const tableHeaderBorder: string;
220
- export const tableCellBorder: string;
221
- export const tablePageNumberColorBackgroundSelected: string;
222
- export const tablePageNumberColorTextDefault: string;
223
- export const tablePageNumberColorTextSelected: string;
224
- export const tablePageNumberBorderHover: string;
225
- export const loginSsoButtonBorder: string;
226
- export const loginSsoButtonColorText: string;
227
- export const formColorBackground: string;
228
- export const formColorTextDefault: string;
229
- export const formColorTextPlaceholder: string;
230
- export const formColorTextPositive: string;
231
- export const formColorTextNegative: string;
232
- export const notificationColorBackgroundSuccess: string;
233
- export const notificationColorBackgroundError: string;
234
- export const notificationColorBackgroundWarning: string;
235
- export const notificationColorBackgroundAlarm: string;
236
- export const notificationColorBackgroundInformation: string;
237
- export const notificationColorBackgroundTheme: string;
238
- export const notificationColorText: string;
239
- export const notificationShadow: string;
240
- export const iconColorBackgroundNeutral: string;
241
- export const iconColorBackgroundDefault: string;
242
- export const iconColorBackgroundTheme: string;
243
- export const containerColorBackground: string;
244
- export const containerColorTextHeader: string;
245
- export const containerColorTextBody: string;
246
- export const cardShadow: string;
247
- export const cardColorBackground: string;
248
- export const cardBorderHover: string;
249
- export const cardBorderAlert: string;
250
- export const cardBorderUnderline: string;
251
- /** Color used for the default state of a secondary button */
252
- export const buttonColorBackgroundPrimaryActive: string;
253
- export const buttonColorBackgroundPrimaryHover: string;
254
- export const buttonColorBackgroundPrimaryPress: string;
255
- export const buttonColorBackgroundPrimaryFocus: string;
256
- export const buttonColorBackgroundPrimaryDisabled: string;
257
- export const buttonColorBorderSecondaryActive: string;
258
- export const buttonColorBorderSecondaryHover: string;
259
- export const buttonColorBorderSecondaryPress: string;
260
- export const buttonColorBorderSecondaryFocus: string;
261
- export const buttonColorBorderSecondaryDisabled: string;
262
- export const buttonColorTextSecondaryActive: string;
263
- export const buttonColorTextSecondaryHover: string;
264
- export const buttonColorTextSecondaryPress: string;
265
- export const buttonColorTextSecondaryFocus: string;
266
- export const buttonColorTextSecondaryDisabled: string;
267
- export const buttonColorTextPrimary: string;
268
- export const tabColorLineActive: string;
269
- export const tabColorLineHover: string;
270
- export const tabColorLinePress: string;
271
- export const tabColorLineFocus: string;
272
- export const tabColorLineDisabled: string;
273
- export const tabColorTextActive: string;
274
- export const tabColorTextHover: string;
275
- export const tabColorTextPress: string;
276
- export const tabColorTextFocus: string;
277
- export const tabColorTextDisabled: string;
@@ -62,12 +62,6 @@ export const colorRed90: string;
62
62
  export const colorRed100: string;
63
63
  export const colorRed110: string;
64
64
  export const colorRed120: string;
65
- export const colorRedAaf100: string;
66
- export const colorRedAaf200: string;
67
- export const colorRedAaf300: string;
68
- export const colorRedAaf400: string;
69
- export const colorRedAaf500: string;
70
- export const colorRedAaf600: string;
71
65
  export const colorGray10: string;
72
66
  export const colorGray20: string;
73
67
  export const colorGray30: string;
@@ -82,8 +76,6 @@ export const colorGray110: string;
82
76
  export const colorGray120: string;
83
77
  export const colorBlack: string;
84
78
  export const colorWhite: string;
85
- export const colorBlackShadow: string;
86
- export const colorWhiteShadow: string;
87
79
  export const colorBlueGray10: string;
88
80
  export const colorBlueGray20: string;
89
81
  export const colorBlueGray30: string;
@@ -99,27 +91,18 @@ export const colorBlueGray120: string;
99
91
  export const colorDarkGray105: string;
100
92
  export const colorDarkGray115: string;
101
93
  export const colorDarkGray125: string;
102
- /** System status is positive */
103
- export const colorFeedbackPositive: string;
104
- /** System status is warning */
105
- export const colorFeedbackWarning: string;
106
- /** System status is warning */
107
- export const colorFeedbackNegative: string;
108
- /** System status is warning */
109
- export const colorFeedbackAlarm: string;
110
- /** System status is warning */
111
- export const colorFeedbackInformation: string;
112
- /** Primary brand blue */
113
- export const colorBrandPrimary: string;
114
- /** Primary secondary brand blue */
115
- export const colorBrandSecondary: string;
116
- export const colorTextBrandPrimary: string;
117
- export const colorTextTheme: string;
118
- export const colorTextDefault: string;
119
- export const colorTextDefaultSub: string;
120
- export const colorBackgroundTheme: string;
121
- export const colorBackgroundComponent: string;
122
- export const colorBackgroundObject: string;
94
+ export const colorPurple10: string;
95
+ export const colorPurple20: string;
96
+ export const colorPurple30: string;
97
+ export const colorPurple40: string;
98
+ export const colorPurple50: string;
99
+ export const colorPurple60: string;
100
+ export const colorPurple70: string;
101
+ export const colorPurple80: string;
102
+ export const colorPurple90: string;
103
+ export const colorPurple100: string;
104
+ export const colorPurple110: string;
105
+ export const colorPurple120: string;
123
106
  export const colorCommonBrandDefault: string;
124
107
  export const colorCommonBrandHover: string;
125
108
  export const colorCommonBrandPress: string;
@@ -157,6 +140,11 @@ export const colorDivider: string;
157
140
  export const colorLinkTextDefault: string;
158
141
  export const colorLinkTextHover: string;
159
142
  export const colorLinkTextPress: string;
143
+ export const colorLinkTextVisitedDefault: string;
144
+ export const colorLinkTextVisitedHover: string;
145
+ export const colorLinkTextVisitedPress: string;
146
+ export const colorLinkSurfaceVisitedHover: string;
147
+ export const colorLinkSurfaceVisitedPress: string;
160
148
  export const borderRadius100: string;
161
149
  export const borderRadius150: string;
162
150
  export const borderRadius200: string;
@@ -173,105 +161,23 @@ export const space300: string;
173
161
  export const space400: string;
174
162
  export const space800: string;
175
163
  export const space050: string;
176
- export const shadowBlack: string;
177
- export const shadowWhite: string;
164
+ export const fontRegularNormal300: string;
165
+ export const fontRegularNormal350: string;
166
+ export const fontRegularNormal400: string;
167
+ export const fontRegularTight300: string;
168
+ export const fontRegularTight350: string;
169
+ export const fontRegularTight400: string;
170
+ export const fontRegularBoldNormal300: string;
171
+ export const fontRegularBoldNormal350: string;
172
+ export const fontRegularBoldNormal400: string;
173
+ export const fontRegularBoldTight300: string;
174
+ export const fontRegularBoldTight350: string;
175
+ export const fontRegularBoldTight400: string;
178
176
  export const fontSize300: string;
179
177
  export const fontSize350: string;
180
178
  export const fontSize400: string;
181
- export const lineHeightTight: string;
182
- export const lineHeightNormal: string;
183
- export const fontWeightBold: string;
184
- export const fontWeightRegular: string;
185
- /** The primary font used in the DDS Design Kit is Roboto */
179
+ export const fontLineHeightTight: number;
180
+ export const fontLineHeightNormal: number;
181
+ export const fontWeightBold: number;
182
+ export const fontWeightRegular: number;
186
183
  export const fontFamilyBase: string;
187
- /** Body is primarily used for components and for blocks of text. */
188
- export const regularNormal300: string;
189
- /** Body is primarily used for components and for blocks of text. */
190
- export const regularNormal350: string;
191
- /** Body is primarily used for components and for blocks of text. */
192
- export const regularNormal400: string;
193
- /** Body is primarily used for components and for blocks of text. */
194
- export const regularTight300: string;
195
- /** Body is primarily used for components and for blocks of text. */
196
- export const regularTight350: string;
197
- /** Body is primarily used for components and for blocks of text. */
198
- export const regularTight400: string;
199
- /** Header is used to create various levels of typographic hierarchies. */
200
- export const regularBoldNormal300: string;
201
- /** Header is used to create various levels of typographic hierarchies. */
202
- export const regularBoldNormal350: string;
203
- /** Header is used to create various levels of typographic hierarchies. */
204
- export const regularBoldNormal400: string;
205
- /** Header is used to create various levels of typographic hierarchies. */
206
- export const regularBoldTight300: string;
207
- /** Header is used to create various levels of typographic hierarchies. */
208
- export const regularBoldTight350: string;
209
- /** Header is used to create various levels of typographic hierarchies. */
210
- export const regularBoldTight400: string;
211
- export const checkboxBorderUnselected: string;
212
- export const checkboxColorBackground: string;
213
- export const checkboxColorIcon: string;
214
- export const dropdownColorBackground: string;
215
- export const dropdownColorText: string;
216
- export const dropdownTrayColorBackgroundSelected: string;
217
- export const tableColorBackground: string;
218
- export const tableColorText: string;
219
- export const tableHeaderBorder: string;
220
- export const tableCellBorder: string;
221
- export const tablePageNumberColorBackgroundSelected: string;
222
- export const tablePageNumberColorTextDefault: string;
223
- export const tablePageNumberColorTextSelected: string;
224
- export const tablePageNumberBorderHover: string;
225
- export const loginSsoButtonBorder: string;
226
- export const loginSsoButtonColorText: string;
227
- export const formColorBackground: string;
228
- export const formColorTextDefault: string;
229
- export const formColorTextPlaceholder: string;
230
- export const formColorTextPositive: string;
231
- export const formColorTextNegative: string;
232
- export const notificationColorBackgroundSuccess: string;
233
- export const notificationColorBackgroundError: string;
234
- export const notificationColorBackgroundWarning: string;
235
- export const notificationColorBackgroundAlarm: string;
236
- export const notificationColorBackgroundInformation: string;
237
- export const notificationColorBackgroundTheme: string;
238
- export const notificationColorText: string;
239
- export const notificationShadow: string;
240
- export const iconColorBackgroundNeutral: string;
241
- export const iconColorBackgroundDefault: string;
242
- export const iconColorBackgroundTheme: string;
243
- export const containerColorBackground: string;
244
- export const containerColorTextHeader: string;
245
- export const containerColorTextBody: string;
246
- export const cardShadow: string;
247
- export const cardColorBackground: string;
248
- export const cardBorderHover: string;
249
- export const cardBorderAlert: string;
250
- export const cardBorderUnderline: string;
251
- /** Color used for the default state of a secondary button */
252
- export const buttonColorBackgroundPrimaryActive: string;
253
- export const buttonColorBackgroundPrimaryHover: string;
254
- export const buttonColorBackgroundPrimaryPress: string;
255
- export const buttonColorBackgroundPrimaryFocus: string;
256
- export const buttonColorBackgroundPrimaryDisabled: string;
257
- export const buttonColorBorderSecondaryActive: string;
258
- export const buttonColorBorderSecondaryHover: string;
259
- export const buttonColorBorderSecondaryPress: string;
260
- export const buttonColorBorderSecondaryFocus: string;
261
- export const buttonColorBorderSecondaryDisabled: string;
262
- export const buttonColorTextSecondaryActive: string;
263
- export const buttonColorTextSecondaryHover: string;
264
- export const buttonColorTextSecondaryPress: string;
265
- export const buttonColorTextSecondaryFocus: string;
266
- export const buttonColorTextSecondaryDisabled: string;
267
- export const buttonColorTextPrimary: string;
268
- export const tabColorLineActive: string;
269
- export const tabColorLineHover: string;
270
- export const tabColorLinePress: string;
271
- export const tabColorLineFocus: string;
272
- export const tabColorLineDisabled: string;
273
- export const tabColorTextActive: string;
274
- export const tabColorTextHover: string;
275
- export const tabColorTextPress: string;
276
- export const tabColorTextFocus: string;
277
- export const tabColorTextDisabled: string;
@@ -62,12 +62,6 @@ export const colorRed90 = "#9a0911";
62
62
  export const colorRed100 = "#7b070e";
63
63
  export const colorRed110 = "#5d050a";
64
64
  export const colorRed120 = "#3e0307";
65
- export const colorRedAaf100 = "#fcecea";
66
- export const colorRedAaf200 = "#f5c0b8";
67
- export const colorRedAaf300 = "#f8aeba";
68
- export const colorRedAaf400 = "#db4f66";
69
- export const colorRedAaf500 = "#d2324c";
70
- export const colorRedAaf600 = "#c8102e";
71
65
  export const colorGray10 = "#f2f2f2";
72
66
  export const colorGray20 = "#ebebeb";
73
67
  export const colorGray30 = "#dcdcdc";
@@ -82,8 +76,6 @@ export const colorGray110 = "#313131";
82
76
  export const colorGray120 = "#212121";
83
77
  export const colorBlack = "#000000";
84
78
  export const colorWhite = "#ffffff";
85
- export const colorBlackShadow = "rgba(0, 0, 0, 0.1)";
86
- export const colorWhiteShadow = "rgba(255, 255, 255, 0.1)";
87
79
  export const colorBlueGray10 = "#eef0f2";
88
80
  export const colorBlueGray20 = "#d8dde0";
89
81
  export const colorBlueGray30 = "#bbc1c7";
@@ -99,20 +91,18 @@ export const colorBlueGray120 = "#1b1e21";
99
91
  export const colorDarkGray105 = "#383838";
100
92
  export const colorDarkGray115 = "#282828";
101
93
  export const colorDarkGray125 = "#1a1a1a";
102
- export const colorFeedbackPositive = "#00c3ac"; // System status is positive
103
- export const colorFeedbackWarning = "#ffbf0e"; // System status is warning
104
- export const colorFeedbackNegative = "#f21a27"; // System status is warning
105
- export const colorFeedbackAlarm = "#fa7a12"; // System status is warning
106
- export const colorFeedbackInformation = "#30ade9"; // System status is warning
107
- export const colorBrandPrimary = "#30ade9"; // Primary brand blue
108
- export const colorBrandSecondary = "#76cff4"; // Primary secondary brand blue
109
- export const colorTextBrandPrimary = "#30ade9";
110
- export const colorTextTheme = "#ffffff";
111
- export const colorTextDefault = "#414141";
112
- export const colorTextDefaultSub = "#616161";
113
- export const colorBackgroundTheme = "#ffffff";
114
- export const colorBackgroundComponent = "#ffffff";
115
- export const colorBackgroundObject = "#414141";
94
+ export const colorPurple10 = "#f0ddf3";
95
+ export const colorPurple20 = "#e1bbe8";
96
+ export const colorPurple30 = "#d399dc";
97
+ export const colorPurple40 = "#c477d0";
98
+ export const colorPurple50 = "#b556c5";
99
+ export const colorPurple60 = "#a03db0";
100
+ export const colorPurple70 = "#81318e";
101
+ export const colorPurple80 = "#6f2a7a";
102
+ export const colorPurple90 = "#5c2365";
103
+ export const colorPurple100 = "#4a1c51";
104
+ export const colorPurple110 = "#37153d";
105
+ export const colorPurple120 = "#250e29";
116
106
  export const colorCommonBrandDefault = "#0097e0";
117
107
  export const colorCommonBrandHover = "#0081c0";
118
108
  export const colorCommonBrandPress = "#00689a";
@@ -149,7 +139,12 @@ export const colorCommonBackgroundOverlay = "#000000";
149
139
  export const colorDivider = "#cecece";
150
140
  export const colorLinkTextDefault = "#00689a";
151
141
  export const colorLinkTextHover = "#005077";
152
- export const colorLinkTextPress = "#005077";
142
+ export const colorLinkTextPress = "#004160";
143
+ export const colorLinkTextVisitedDefault = "#5c2365";
144
+ export const colorLinkTextVisitedHover = "#4a1c51";
145
+ export const colorLinkTextVisitedPress = "#37153d";
146
+ export const colorLinkSurfaceVisitedHover = "#f0ddf3";
147
+ export const colorLinkSurfaceVisitedPress = "#e1bbe8";
153
148
  export const borderRadius100 = "4px";
154
149
  export const borderRadius150 = "6px";
155
150
  export const borderRadius200 = "8px";
@@ -166,91 +161,23 @@ export const space300 = "12px";
166
161
  export const space400 = "16px";
167
162
  export const space800 = "32px";
168
163
  export const space050 = "2px";
169
- export const shadowBlack = "0 -2px 19px 0 rgba(0, 0, 0, 0.1)";
170
- export const shadowWhite = "0 -2px 19px 0 rgba(255, 255, 255, 0.1)";
164
+ export const fontRegularNormal300 = "400 12px/1.5 Roboto";
165
+ export const fontRegularNormal350 = "400 14px/1.5 Roboto";
166
+ export const fontRegularNormal400 = "400 16px/1.5 Roboto";
167
+ export const fontRegularTight300 = "400 12px/1.3 Roboto";
168
+ export const fontRegularTight350 = "400 14px/1.3 Roboto";
169
+ export const fontRegularTight400 = "400 16px/1.3 Roboto";
170
+ export const fontRegularBoldNormal300 = "700 12px/1.5 Roboto";
171
+ export const fontRegularBoldNormal350 = "700 14px/1.5 Roboto";
172
+ export const fontRegularBoldNormal400 = "700 16px/1.5 Roboto";
173
+ export const fontRegularBoldTight300 = "700 12px/1.3 Roboto";
174
+ export const fontRegularBoldTight350 = "700 14px/1.3 Roboto";
175
+ export const fontRegularBoldTight400 = "700 16px/1.3 Roboto";
171
176
  export const fontSize300 = "12px";
172
177
  export const fontSize350 = "14px";
173
178
  export const fontSize400 = "16px";
174
- export const lineHeightTight = "130%";
175
- export const lineHeightNormal = "150%";
176
- export const fontWeightBold = "Bold";
177
- export const fontWeightRegular = "Regular";
178
- export const fontFamilyBase = "Roboto"; // The primary font used in the DDS Design Kit is Roboto
179
- export const regularNormal300 = "400 12px/1.5 Roboto"; // Body is primarily used for components and for blocks of text.
180
- export const regularNormal350 = "400 14px/1.5 Roboto"; // Body is primarily used for components and for blocks of text.
181
- export const regularNormal400 = "400 16px/1.5 Roboto"; // Body is primarily used for components and for blocks of text.
182
- export const regularTight300 = "400 12px/1.3 Roboto"; // Body is primarily used for components and for blocks of text.
183
- export const regularTight350 = "400 14px/1.3 Roboto"; // Body is primarily used for components and for blocks of text.
184
- export const regularTight400 = "400 16px/1.3 Roboto"; // Body is primarily used for components and for blocks of text.
185
- export const regularBoldNormal300 = "700 12px/1.5 Roboto"; // Header is used to create various levels of typographic hierarchies.
186
- export const regularBoldNormal350 = "700 14px/1.5 Roboto"; // Header is used to create various levels of typographic hierarchies.
187
- export const regularBoldNormal400 = "700 16px/1.5 Roboto"; // Header is used to create various levels of typographic hierarchies.
188
- export const regularBoldTight300 = "700 12px/1.3 Roboto"; // Header is used to create various levels of typographic hierarchies.
189
- export const regularBoldTight350 = "700 14px/1.3 Roboto"; // Header is used to create various levels of typographic hierarchies.
190
- export const regularBoldTight400 = "700 16px/1.3 Roboto"; // Header is used to create various levels of typographic hierarchies.
191
- export const checkboxBorderUnselected = "2px solid #bfbfbf";
192
- export const checkboxColorBackground = "#30ade9";
193
- export const checkboxColorIcon = "#ffffff";
194
- export const dropdownColorBackground = "#ffffff";
195
- export const dropdownColorText = "#515151";
196
- export const dropdownTrayColorBackgroundSelected = "#ebebeb";
197
- export const tableColorBackground = "#ffffff";
198
- export const tableColorText = "#515151";
199
- export const tableHeaderBorder = "1px none #000000";
200
- export const tableCellBorder = "1px none #ebebeb";
201
- export const tablePageNumberColorBackgroundSelected = "#828282";
202
- export const tablePageNumberColorTextDefault = "#515151";
203
- export const tablePageNumberColorTextSelected = "#ffffff";
204
- export const tablePageNumberBorderHover = "1px none #828282";
205
- export const loginSsoButtonBorder = "1px none #616161";
206
- export const loginSsoButtonColorText = "#616161";
207
- export const formColorBackground = "#ffffff";
208
- export const formColorTextDefault = "#414141";
209
- export const formColorTextPlaceholder = "#828282";
210
- export const formColorTextPositive = "#00c3ac";
211
- export const formColorTextNegative = "#f21a27";
212
- export const notificationColorBackgroundSuccess = "#00c3ac";
213
- export const notificationColorBackgroundError = "#f21a27";
214
- export const notificationColorBackgroundWarning = "#ffbf0e";
215
- export const notificationColorBackgroundAlarm = "#fa7a12";
216
- export const notificationColorBackgroundInformation = "#30ade9";
217
- export const notificationColorBackgroundTheme = "#ffffff";
218
- export const notificationColorText = "#414141";
219
- export const notificationShadow = "0 -2px 19px 0 rgba(0, 0, 0, 0.1)";
220
- export const iconColorBackgroundNeutral = "#a0a0a0";
221
- export const iconColorBackgroundDefault = "#414141";
222
- export const iconColorBackgroundTheme = "#ffffff";
223
- export const containerColorBackground = "#ffffff";
224
- export const containerColorTextHeader = "#414141";
225
- export const containerColorTextBody = "#616161";
226
- export const cardShadow = "0 -2px 19px 0 rgba(0, 0, 0, 0.1)";
227
- export const cardColorBackground = "#ffffff";
228
- export const cardBorderHover = "2px solid #BFBFBF";
229
- export const cardBorderAlert = "2px solid #f21a27";
230
- export const cardBorderUnderline = "1px solid #d8dde0";
231
- export const buttonColorBackgroundPrimaryActive = "#30ade9"; // Color used for the default state of a secondary button
232
- export const buttonColorBackgroundPrimaryHover = "#76cff4";
233
- export const buttonColorBackgroundPrimaryPress = "#0097e0";
234
- export const buttonColorBackgroundPrimaryFocus = "#0081c0";
235
- export const buttonColorBackgroundPrimaryDisabled = "#dcdcdc";
236
- export const buttonColorBorderSecondaryActive = "#30ade9";
237
- export const buttonColorBorderSecondaryHover = "#76cff4";
238
- export const buttonColorBorderSecondaryPress = "#0097e0";
239
- export const buttonColorBorderSecondaryFocus = "#0081c0";
240
- export const buttonColorBorderSecondaryDisabled = "#dcdcdc";
241
- export const buttonColorTextSecondaryActive = "#30ade9";
242
- export const buttonColorTextSecondaryHover = "#76cff4";
243
- export const buttonColorTextSecondaryPress = "#0097e0";
244
- export const buttonColorTextSecondaryFocus = "#0081c0";
245
- export const buttonColorTextSecondaryDisabled = "#dcdcdc";
246
- export const buttonColorTextPrimary = "#ffffff";
247
- export const tabColorLineActive = "#30ade9";
248
- export const tabColorLineHover = "#76cff4";
249
- export const tabColorLinePress = "#0097e0";
250
- export const tabColorLineFocus = "#0081c0";
251
- export const tabColorLineDisabled = "#dcdcdc";
252
- export const tabColorTextActive = "#30ade9";
253
- export const tabColorTextHover = "#76cff4";
254
- export const tabColorTextPress = "#0097e0";
255
- export const tabColorTextFocus = "#0081c0";
256
- export const tabColorTextDisabled = "#dcdcdc";
179
+ export const fontLineHeightTight = 1.3;
180
+ export const fontLineHeightNormal = 1.5;
181
+ export const fontWeightBold = 700;
182
+ export const fontWeightRegular = 400;
183
+ export const fontFamilyBase = "Roboto";