@daikin-oss/dds-tokens 0.2.1 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/README.md +1 -1
- package/build/css/aaf/Dark/variables.css +17 -88
- package/build/css/aaf/Light/variables.css +17 -88
- package/build/css/daikin/Dark/variables.css +21 -111
- package/build/css/daikin/Light/variables.css +17 -107
- package/build/js/aaf/Dark/variables.cjs +16 -87
- package/build/js/aaf/Dark/variables.d.cts +16 -107
- package/build/js/aaf/Dark/variables.d.ts +16 -107
- package/build/js/aaf/Dark/variables.js +17 -88
- package/build/js/aaf/Light/variables.cjs +16 -87
- package/build/js/aaf/Light/variables.d.cts +16 -107
- package/build/js/aaf/Light/variables.d.ts +16 -107
- package/build/js/aaf/Light/variables.js +17 -88
- package/build/js/daikin/Dark/variables.cjs +20 -110
- package/build/js/daikin/Dark/variables.d.cts +16 -127
- package/build/js/daikin/Dark/variables.d.ts +16 -127
- package/build/js/daikin/Dark/variables.js +21 -111
- package/build/js/daikin/Light/variables.cjs +16 -106
- package/build/js/daikin/Light/variables.d.cts +16 -127
- package/build/js/daikin/Light/variables.d.ts +16 -127
- package/build/js/daikin/Light/variables.js +17 -107
- package/build/json/aaf/Dark/tokens.json +302 -449
- package/build/json/aaf/Light/tokens.json +302 -449
- package/build/json/daikin/Dark/tokens.json +390 -571
- package/build/json/daikin/Light/tokens.json +386 -567
- package/build/scss/aaf/Dark/_mixins.scss +17 -88
- package/build/scss/aaf/Light/_mixins.scss +17 -88
- package/build/scss/daikin/Dark/_mixins.scss +21 -111
- package/build/scss/daikin/Light/_mixins.scss +17 -107
- package/package.json +1 -1
- package/themes/aaf/dark/component.json +1 -113
- package/themes/aaf/dark/system.json +1 -49
- package/themes/aaf/light/component.json +1 -113
- package/themes/aaf/light/system.json +1 -49
- package/themes/component.json +1 -184
- package/themes/dkn/dark/component.json +0 -237
- package/themes/dkn/dark/system.json +4 -77
- package/themes/dkn/light/component.json +0 -237
- package/themes/dkn/light/system.json +0 -73
- package/themes/reference.json +131 -200
- package/themes/system.json +1 -31
- package/build/css/aaf/Dark/buttons.css +0 -22
- package/build/css/aaf/Light/buttons.css +0 -22
- package/build/css/daikin/Dark/buttons.css +0 -22
- package/build/css/daikin/Light/buttons.css +0 -22
|
@@ -63,12 +63,6 @@ module.exports = {
|
|
|
63
63
|
colorRed100: "#7b070e",
|
|
64
64
|
colorRed110: "#5d050a",
|
|
65
65
|
colorRed120: "#3e0307",
|
|
66
|
-
colorRedAaf100: "#fcecea",
|
|
67
|
-
colorRedAaf200: "#f5c0b8",
|
|
68
|
-
colorRedAaf300: "#f8aeba",
|
|
69
|
-
colorRedAaf400: "#db4f66",
|
|
70
|
-
colorRedAaf500: "#d2324c",
|
|
71
|
-
colorRedAaf600: "#c8102e",
|
|
72
66
|
colorGray10: "#f2f2f2",
|
|
73
67
|
colorGray20: "#ebebeb",
|
|
74
68
|
colorGray30: "#dcdcdc",
|
|
@@ -83,8 +77,6 @@ module.exports = {
|
|
|
83
77
|
colorGray120: "#212121",
|
|
84
78
|
colorBlack: "#000000",
|
|
85
79
|
colorWhite: "#ffffff",
|
|
86
|
-
colorBlackShadow: "rgba(0, 0, 0, 0.1)",
|
|
87
|
-
colorWhiteShadow: "rgba(255, 255, 255, 0.1)",
|
|
88
80
|
colorBlueGray10: "#eef0f2",
|
|
89
81
|
colorBlueGray20: "#d8dde0",
|
|
90
82
|
colorBlueGray30: "#bbc1c7",
|
|
@@ -112,32 +104,18 @@ module.exports = {
|
|
|
112
104
|
colorPurple100: "#4a1c51",
|
|
113
105
|
colorPurple110: "#37153d",
|
|
114
106
|
colorPurple120: "#250e29",
|
|
115
|
-
colorFeedbackPositive: "#00c3ac",
|
|
116
|
-
colorFeedbackWarning: "#ffbf0e",
|
|
117
|
-
colorFeedbackNegative: "#f21a27",
|
|
118
|
-
colorFeedbackAlarm: "#fa7a12",
|
|
119
|
-
colorFeedbackInformation: "#30ade9",
|
|
120
|
-
colorBrandPrimary: "#30ade9",
|
|
121
|
-
colorBrandSecondary: "#76cff4",
|
|
122
|
-
colorTextBrandPrimary: "#30ade9",
|
|
123
|
-
colorTextTheme: "#ffffff",
|
|
124
|
-
colorTextDefault: "#414141",
|
|
125
|
-
colorTextDefaultSub: "#616161",
|
|
126
|
-
colorBackgroundTheme: "#ffffff",
|
|
127
|
-
colorBackgroundComponent: "#ffffff",
|
|
128
|
-
colorBackgroundObject: "#414141",
|
|
129
107
|
colorCommonBrandDefault: "#30ade9",
|
|
130
108
|
colorCommonBrandHover: "#54c3f1",
|
|
131
109
|
colorCommonBrandPress: "#76cff4",
|
|
132
110
|
colorCommonSurfaceBrandHover: "#002b40",
|
|
133
111
|
colorCommonSurfaceBrandPress: "#004160",
|
|
134
|
-
colorCommonSurfaceNeutralHover: "#
|
|
135
|
-
colorCommonSurfaceNeutralPress: "#
|
|
112
|
+
colorCommonSurfaceNeutralHover: "#282828",
|
|
113
|
+
colorCommonSurfaceNeutralPress: "#313131",
|
|
136
114
|
colorCommonSurfaceDangerHover: "#3e0307",
|
|
137
115
|
colorCommonSurfaceDangerPress: "#5d050a",
|
|
138
116
|
colorCommonSurfaceDefault: "#212121",
|
|
139
|
-
colorCommonSurfaceHover: "#
|
|
140
|
-
colorCommonSurfacePress: "#
|
|
117
|
+
colorCommonSurfaceHover: "#282828",
|
|
118
|
+
colorCommonSurfacePress: "#313131",
|
|
141
119
|
colorCommonSurfaceSelectedDefault: "#002b40",
|
|
142
120
|
colorCommonSurfaceSelectedHover: "#004160",
|
|
143
121
|
colorCommonSurfaceSelectedPress: "#005077",
|
|
@@ -184,92 +162,24 @@ module.exports = {
|
|
|
184
162
|
space400: "16px",
|
|
185
163
|
space800: "32px",
|
|
186
164
|
space050: "2px",
|
|
187
|
-
|
|
188
|
-
|
|
165
|
+
fontRegularNormal300: "400 12px/1.5 Roboto",
|
|
166
|
+
fontRegularNormal350: "400 14px/1.5 Roboto",
|
|
167
|
+
fontRegularNormal400: "400 16px/1.5 Roboto",
|
|
168
|
+
fontRegularTight300: "400 12px/1.3 Roboto",
|
|
169
|
+
fontRegularTight350: "400 14px/1.3 Roboto",
|
|
170
|
+
fontRegularTight400: "400 16px/1.3 Roboto",
|
|
171
|
+
fontRegularBoldNormal300: "700 12px/1.5 Roboto",
|
|
172
|
+
fontRegularBoldNormal350: "700 14px/1.5 Roboto",
|
|
173
|
+
fontRegularBoldNormal400: "700 16px/1.5 Roboto",
|
|
174
|
+
fontRegularBoldTight300: "700 12px/1.3 Roboto",
|
|
175
|
+
fontRegularBoldTight350: "700 14px/1.3 Roboto",
|
|
176
|
+
fontRegularBoldTight400: "700 16px/1.3 Roboto",
|
|
189
177
|
fontSize300: "12px",
|
|
190
178
|
fontSize350: "14px",
|
|
191
179
|
fontSize400: "16px",
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
fontWeightBold:
|
|
195
|
-
fontWeightRegular:
|
|
180
|
+
fontLineHeightTight: 1.3,
|
|
181
|
+
fontLineHeightNormal: 1.5,
|
|
182
|
+
fontWeightBold: 700,
|
|
183
|
+
fontWeightRegular: 400,
|
|
196
184
|
fontFamilyBase: "Roboto",
|
|
197
|
-
regularNormal300: "400 12px/1.5 Roboto",
|
|
198
|
-
regularNormal350: "400 14px/1.5 Roboto",
|
|
199
|
-
regularNormal400: "400 16px/1.5 Roboto",
|
|
200
|
-
regularTight300: "400 12px/1.3 Roboto",
|
|
201
|
-
regularTight350: "400 14px/1.3 Roboto",
|
|
202
|
-
regularTight400: "400 16px/1.3 Roboto",
|
|
203
|
-
regularBoldNormal300: "700 12px/1.5 Roboto",
|
|
204
|
-
regularBoldNormal350: "700 14px/1.5 Roboto",
|
|
205
|
-
regularBoldNormal400: "700 16px/1.5 Roboto",
|
|
206
|
-
regularBoldTight300: "700 12px/1.3 Roboto",
|
|
207
|
-
regularBoldTight350: "700 14px/1.3 Roboto",
|
|
208
|
-
regularBoldTight400: "700 16px/1.3 Roboto",
|
|
209
|
-
checkboxBorderUnselected: "2px solid #bfbfbf",
|
|
210
|
-
checkboxColorBackground: "#30ade9",
|
|
211
|
-
checkboxColorIcon: "#ffffff",
|
|
212
|
-
dropdownColorBackground: "#ffffff",
|
|
213
|
-
dropdownColorText: "#515151",
|
|
214
|
-
dropdownTrayColorBackgroundSelected: "#ebebeb",
|
|
215
|
-
tableColorBackground: "#ffffff",
|
|
216
|
-
tableColorText: "#515151",
|
|
217
|
-
tableHeaderBorder: "1px none #000000",
|
|
218
|
-
tableCellBorder: "1px none #ebebeb",
|
|
219
|
-
tablePageNumberColorBackgroundSelected: "#828282",
|
|
220
|
-
tablePageNumberColorTextDefault: "#515151",
|
|
221
|
-
tablePageNumberColorTextSelected: "#ffffff",
|
|
222
|
-
tablePageNumberBorderHover: "1px none #828282",
|
|
223
|
-
loginSsoButtonBorder: "1px none #616161",
|
|
224
|
-
loginSsoButtonColorText: "#616161",
|
|
225
|
-
formColorBackground: "#ffffff",
|
|
226
|
-
formColorTextDefault: "#414141",
|
|
227
|
-
formColorTextPlaceholder: "#828282",
|
|
228
|
-
formColorTextPositive: "#00c3ac",
|
|
229
|
-
formColorTextNegative: "#f21a27",
|
|
230
|
-
notificationColorBackgroundSuccess: "#00c3ac",
|
|
231
|
-
notificationColorBackgroundError: "#f21a27",
|
|
232
|
-
notificationColorBackgroundWarning: "#ffbf0e",
|
|
233
|
-
notificationColorBackgroundAlarm: "#fa7a12",
|
|
234
|
-
notificationColorBackgroundInformation: "#30ade9",
|
|
235
|
-
notificationColorBackgroundTheme: "#ffffff",
|
|
236
|
-
notificationColorText: "#414141",
|
|
237
|
-
notificationShadow: "0 -2px 19px 0 rgba(0, 0, 0, 0.1)",
|
|
238
|
-
iconColorBackgroundNeutral: "#a0a0a0",
|
|
239
|
-
iconColorBackgroundDefault: "#414141",
|
|
240
|
-
iconColorBackgroundTheme: "#ffffff",
|
|
241
|
-
containerColorBackground: "#ffffff",
|
|
242
|
-
containerColorTextHeader: "#414141",
|
|
243
|
-
containerColorTextBody: "#616161",
|
|
244
|
-
cardShadow: "0 -2px 19px 0 rgba(0, 0, 0, 0.1)",
|
|
245
|
-
cardColorBackground: "#ffffff",
|
|
246
|
-
cardBorderHover: "2px solid #BFBFBF",
|
|
247
|
-
cardBorderAlert: "2px solid #f21a27",
|
|
248
|
-
cardBorderUnderline: "1px solid #d8dde0",
|
|
249
|
-
buttonColorBackgroundPrimaryActive: "#30ade9",
|
|
250
|
-
buttonColorBackgroundPrimaryHover: "#76cff4",
|
|
251
|
-
buttonColorBackgroundPrimaryPress: "#0097e0",
|
|
252
|
-
buttonColorBackgroundPrimaryFocus: "#0081c0",
|
|
253
|
-
buttonColorBackgroundPrimaryDisabled: "#dcdcdc",
|
|
254
|
-
buttonColorBorderSecondaryActive: "#30ade9",
|
|
255
|
-
buttonColorBorderSecondaryHover: "#76cff4",
|
|
256
|
-
buttonColorBorderSecondaryPress: "#0097e0",
|
|
257
|
-
buttonColorBorderSecondaryFocus: "#0081c0",
|
|
258
|
-
buttonColorBorderSecondaryDisabled: "#dcdcdc",
|
|
259
|
-
buttonColorTextSecondaryActive: "#30ade9",
|
|
260
|
-
buttonColorTextSecondaryHover: "#76cff4",
|
|
261
|
-
buttonColorTextSecondaryPress: "#0097e0",
|
|
262
|
-
buttonColorTextSecondaryFocus: "#0081c0",
|
|
263
|
-
buttonColorTextSecondaryDisabled: "#dcdcdc",
|
|
264
|
-
buttonColorTextPrimary: "#ffffff",
|
|
265
|
-
tabColorLineActive: "#30ade9",
|
|
266
|
-
tabColorLineHover: "#76cff4",
|
|
267
|
-
tabColorLinePress: "#0097e0",
|
|
268
|
-
tabColorLineFocus: "#0081c0",
|
|
269
|
-
tabColorLineDisabled: "#dcdcdc",
|
|
270
|
-
tabColorTextActive: "#30ade9",
|
|
271
|
-
tabColorTextHover: "#76cff4",
|
|
272
|
-
tabColorTextPress: "#0097e0",
|
|
273
|
-
tabColorTextFocus: "#0081c0",
|
|
274
|
-
tabColorTextDisabled: "#dcdcdc",
|
|
275
185
|
};
|
|
@@ -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;
|
|
@@ -111,27 +103,6 @@ export const colorPurple90: string;
|
|
|
111
103
|
export const colorPurple100: string;
|
|
112
104
|
export const colorPurple110: string;
|
|
113
105
|
export const colorPurple120: string;
|
|
114
|
-
/** System status is positive */
|
|
115
|
-
export const colorFeedbackPositive: string;
|
|
116
|
-
/** System status is warning */
|
|
117
|
-
export const colorFeedbackWarning: string;
|
|
118
|
-
/** System status is warning */
|
|
119
|
-
export const colorFeedbackNegative: string;
|
|
120
|
-
/** System status is warning */
|
|
121
|
-
export const colorFeedbackAlarm: string;
|
|
122
|
-
/** System status is warning */
|
|
123
|
-
export const colorFeedbackInformation: string;
|
|
124
|
-
/** Primary brand blue */
|
|
125
|
-
export const colorBrandPrimary: string;
|
|
126
|
-
/** Primary secondary brand blue */
|
|
127
|
-
export const colorBrandSecondary: string;
|
|
128
|
-
export const colorTextBrandPrimary: string;
|
|
129
|
-
export const colorTextTheme: string;
|
|
130
|
-
export const colorTextDefault: string;
|
|
131
|
-
export const colorTextDefaultSub: string;
|
|
132
|
-
export const colorBackgroundTheme: string;
|
|
133
|
-
export const colorBackgroundComponent: string;
|
|
134
|
-
export const colorBackgroundObject: string;
|
|
135
106
|
export const colorCommonBrandDefault: string;
|
|
136
107
|
export const colorCommonBrandHover: string;
|
|
137
108
|
export const colorCommonBrandPress: string;
|
|
@@ -190,105 +161,23 @@ export const space300: string;
|
|
|
190
161
|
export const space400: string;
|
|
191
162
|
export const space800: string;
|
|
192
163
|
export const space050: string;
|
|
193
|
-
export const
|
|
194
|
-
export const
|
|
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;
|
|
195
176
|
export const fontSize300: string;
|
|
196
177
|
export const fontSize350: string;
|
|
197
178
|
export const fontSize400: string;
|
|
198
|
-
export const
|
|
199
|
-
export const
|
|
200
|
-
export const fontWeightBold:
|
|
201
|
-
export const fontWeightRegular:
|
|
202
|
-
/** 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;
|
|
203
183
|
export const fontFamilyBase: string;
|
|
204
|
-
/** Body is primarily used for components and for blocks of text. */
|
|
205
|
-
export const regularNormal300: string;
|
|
206
|
-
/** Body is primarily used for components and for blocks of text. */
|
|
207
|
-
export const regularNormal350: string;
|
|
208
|
-
/** Body is primarily used for components and for blocks of text. */
|
|
209
|
-
export const regularNormal400: string;
|
|
210
|
-
/** Body is primarily used for components and for blocks of text. */
|
|
211
|
-
export const regularTight300: string;
|
|
212
|
-
/** Body is primarily used for components and for blocks of text. */
|
|
213
|
-
export const regularTight350: string;
|
|
214
|
-
/** Body is primarily used for components and for blocks of text. */
|
|
215
|
-
export const regularTight400: string;
|
|
216
|
-
/** Header is used to create various levels of typographic hierarchies. */
|
|
217
|
-
export const regularBoldNormal300: string;
|
|
218
|
-
/** Header is used to create various levels of typographic hierarchies. */
|
|
219
|
-
export const regularBoldNormal350: string;
|
|
220
|
-
/** Header is used to create various levels of typographic hierarchies. */
|
|
221
|
-
export const regularBoldNormal400: string;
|
|
222
|
-
/** Header is used to create various levels of typographic hierarchies. */
|
|
223
|
-
export const regularBoldTight300: string;
|
|
224
|
-
/** Header is used to create various levels of typographic hierarchies. */
|
|
225
|
-
export const regularBoldTight350: string;
|
|
226
|
-
/** Header is used to create various levels of typographic hierarchies. */
|
|
227
|
-
export const regularBoldTight400: string;
|
|
228
|
-
export const checkboxBorderUnselected: string;
|
|
229
|
-
export const checkboxColorBackground: string;
|
|
230
|
-
export const checkboxColorIcon: string;
|
|
231
|
-
export const dropdownColorBackground: string;
|
|
232
|
-
export const dropdownColorText: string;
|
|
233
|
-
export const dropdownTrayColorBackgroundSelected: string;
|
|
234
|
-
export const tableColorBackground: string;
|
|
235
|
-
export const tableColorText: string;
|
|
236
|
-
export const tableHeaderBorder: string;
|
|
237
|
-
export const tableCellBorder: string;
|
|
238
|
-
export const tablePageNumberColorBackgroundSelected: string;
|
|
239
|
-
export const tablePageNumberColorTextDefault: string;
|
|
240
|
-
export const tablePageNumberColorTextSelected: string;
|
|
241
|
-
export const tablePageNumberBorderHover: string;
|
|
242
|
-
export const loginSsoButtonBorder: string;
|
|
243
|
-
export const loginSsoButtonColorText: string;
|
|
244
|
-
export const formColorBackground: string;
|
|
245
|
-
export const formColorTextDefault: string;
|
|
246
|
-
export const formColorTextPlaceholder: string;
|
|
247
|
-
export const formColorTextPositive: string;
|
|
248
|
-
export const formColorTextNegative: string;
|
|
249
|
-
export const notificationColorBackgroundSuccess: string;
|
|
250
|
-
export const notificationColorBackgroundError: string;
|
|
251
|
-
export const notificationColorBackgroundWarning: string;
|
|
252
|
-
export const notificationColorBackgroundAlarm: string;
|
|
253
|
-
export const notificationColorBackgroundInformation: string;
|
|
254
|
-
export const notificationColorBackgroundTheme: string;
|
|
255
|
-
export const notificationColorText: string;
|
|
256
|
-
export const notificationShadow: string;
|
|
257
|
-
export const iconColorBackgroundNeutral: string;
|
|
258
|
-
export const iconColorBackgroundDefault: string;
|
|
259
|
-
export const iconColorBackgroundTheme: string;
|
|
260
|
-
export const containerColorBackground: string;
|
|
261
|
-
export const containerColorTextHeader: string;
|
|
262
|
-
export const containerColorTextBody: string;
|
|
263
|
-
export const cardShadow: string;
|
|
264
|
-
export const cardColorBackground: string;
|
|
265
|
-
export const cardBorderHover: string;
|
|
266
|
-
export const cardBorderAlert: string;
|
|
267
|
-
export const cardBorderUnderline: string;
|
|
268
|
-
/** Color used for the default state of a secondary button */
|
|
269
|
-
export const buttonColorBackgroundPrimaryActive: string;
|
|
270
|
-
export const buttonColorBackgroundPrimaryHover: string;
|
|
271
|
-
export const buttonColorBackgroundPrimaryPress: string;
|
|
272
|
-
export const buttonColorBackgroundPrimaryFocus: string;
|
|
273
|
-
export const buttonColorBackgroundPrimaryDisabled: string;
|
|
274
|
-
export const buttonColorBorderSecondaryActive: string;
|
|
275
|
-
export const buttonColorBorderSecondaryHover: string;
|
|
276
|
-
export const buttonColorBorderSecondaryPress: string;
|
|
277
|
-
export const buttonColorBorderSecondaryFocus: string;
|
|
278
|
-
export const buttonColorBorderSecondaryDisabled: string;
|
|
279
|
-
export const buttonColorTextSecondaryActive: string;
|
|
280
|
-
export const buttonColorTextSecondaryHover: string;
|
|
281
|
-
export const buttonColorTextSecondaryPress: string;
|
|
282
|
-
export const buttonColorTextSecondaryFocus: string;
|
|
283
|
-
export const buttonColorTextSecondaryDisabled: string;
|
|
284
|
-
export const buttonColorTextPrimary: string;
|
|
285
|
-
export const tabColorLineActive: string;
|
|
286
|
-
export const tabColorLineHover: string;
|
|
287
|
-
export const tabColorLinePress: string;
|
|
288
|
-
export const tabColorLineFocus: string;
|
|
289
|
-
export const tabColorLineDisabled: string;
|
|
290
|
-
export const tabColorTextActive: string;
|
|
291
|
-
export const tabColorTextHover: string;
|
|
292
|
-
export const tabColorTextPress: string;
|
|
293
|
-
export const tabColorTextFocus: string;
|
|
294
|
-
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;
|
|
@@ -111,27 +103,6 @@ export const colorPurple90: string;
|
|
|
111
103
|
export const colorPurple100: string;
|
|
112
104
|
export const colorPurple110: string;
|
|
113
105
|
export const colorPurple120: string;
|
|
114
|
-
/** System status is positive */
|
|
115
|
-
export const colorFeedbackPositive: string;
|
|
116
|
-
/** System status is warning */
|
|
117
|
-
export const colorFeedbackWarning: string;
|
|
118
|
-
/** System status is warning */
|
|
119
|
-
export const colorFeedbackNegative: string;
|
|
120
|
-
/** System status is warning */
|
|
121
|
-
export const colorFeedbackAlarm: string;
|
|
122
|
-
/** System status is warning */
|
|
123
|
-
export const colorFeedbackInformation: string;
|
|
124
|
-
/** Primary brand blue */
|
|
125
|
-
export const colorBrandPrimary: string;
|
|
126
|
-
/** Primary secondary brand blue */
|
|
127
|
-
export const colorBrandSecondary: string;
|
|
128
|
-
export const colorTextBrandPrimary: string;
|
|
129
|
-
export const colorTextTheme: string;
|
|
130
|
-
export const colorTextDefault: string;
|
|
131
|
-
export const colorTextDefaultSub: string;
|
|
132
|
-
export const colorBackgroundTheme: string;
|
|
133
|
-
export const colorBackgroundComponent: string;
|
|
134
|
-
export const colorBackgroundObject: string;
|
|
135
106
|
export const colorCommonBrandDefault: string;
|
|
136
107
|
export const colorCommonBrandHover: string;
|
|
137
108
|
export const colorCommonBrandPress: string;
|
|
@@ -190,105 +161,23 @@ export const space300: string;
|
|
|
190
161
|
export const space400: string;
|
|
191
162
|
export const space800: string;
|
|
192
163
|
export const space050: string;
|
|
193
|
-
export const
|
|
194
|
-
export const
|
|
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;
|
|
195
176
|
export const fontSize300: string;
|
|
196
177
|
export const fontSize350: string;
|
|
197
178
|
export const fontSize400: string;
|
|
198
|
-
export const
|
|
199
|
-
export const
|
|
200
|
-
export const fontWeightBold:
|
|
201
|
-
export const fontWeightRegular:
|
|
202
|
-
/** 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;
|
|
203
183
|
export const fontFamilyBase: string;
|
|
204
|
-
/** Body is primarily used for components and for blocks of text. */
|
|
205
|
-
export const regularNormal300: string;
|
|
206
|
-
/** Body is primarily used for components and for blocks of text. */
|
|
207
|
-
export const regularNormal350: string;
|
|
208
|
-
/** Body is primarily used for components and for blocks of text. */
|
|
209
|
-
export const regularNormal400: string;
|
|
210
|
-
/** Body is primarily used for components and for blocks of text. */
|
|
211
|
-
export const regularTight300: string;
|
|
212
|
-
/** Body is primarily used for components and for blocks of text. */
|
|
213
|
-
export const regularTight350: string;
|
|
214
|
-
/** Body is primarily used for components and for blocks of text. */
|
|
215
|
-
export const regularTight400: string;
|
|
216
|
-
/** Header is used to create various levels of typographic hierarchies. */
|
|
217
|
-
export const regularBoldNormal300: string;
|
|
218
|
-
/** Header is used to create various levels of typographic hierarchies. */
|
|
219
|
-
export const regularBoldNormal350: string;
|
|
220
|
-
/** Header is used to create various levels of typographic hierarchies. */
|
|
221
|
-
export const regularBoldNormal400: string;
|
|
222
|
-
/** Header is used to create various levels of typographic hierarchies. */
|
|
223
|
-
export const regularBoldTight300: string;
|
|
224
|
-
/** Header is used to create various levels of typographic hierarchies. */
|
|
225
|
-
export const regularBoldTight350: string;
|
|
226
|
-
/** Header is used to create various levels of typographic hierarchies. */
|
|
227
|
-
export const regularBoldTight400: string;
|
|
228
|
-
export const checkboxBorderUnselected: string;
|
|
229
|
-
export const checkboxColorBackground: string;
|
|
230
|
-
export const checkboxColorIcon: string;
|
|
231
|
-
export const dropdownColorBackground: string;
|
|
232
|
-
export const dropdownColorText: string;
|
|
233
|
-
export const dropdownTrayColorBackgroundSelected: string;
|
|
234
|
-
export const tableColorBackground: string;
|
|
235
|
-
export const tableColorText: string;
|
|
236
|
-
export const tableHeaderBorder: string;
|
|
237
|
-
export const tableCellBorder: string;
|
|
238
|
-
export const tablePageNumberColorBackgroundSelected: string;
|
|
239
|
-
export const tablePageNumberColorTextDefault: string;
|
|
240
|
-
export const tablePageNumberColorTextSelected: string;
|
|
241
|
-
export const tablePageNumberBorderHover: string;
|
|
242
|
-
export const loginSsoButtonBorder: string;
|
|
243
|
-
export const loginSsoButtonColorText: string;
|
|
244
|
-
export const formColorBackground: string;
|
|
245
|
-
export const formColorTextDefault: string;
|
|
246
|
-
export const formColorTextPlaceholder: string;
|
|
247
|
-
export const formColorTextPositive: string;
|
|
248
|
-
export const formColorTextNegative: string;
|
|
249
|
-
export const notificationColorBackgroundSuccess: string;
|
|
250
|
-
export const notificationColorBackgroundError: string;
|
|
251
|
-
export const notificationColorBackgroundWarning: string;
|
|
252
|
-
export const notificationColorBackgroundAlarm: string;
|
|
253
|
-
export const notificationColorBackgroundInformation: string;
|
|
254
|
-
export const notificationColorBackgroundTheme: string;
|
|
255
|
-
export const notificationColorText: string;
|
|
256
|
-
export const notificationShadow: string;
|
|
257
|
-
export const iconColorBackgroundNeutral: string;
|
|
258
|
-
export const iconColorBackgroundDefault: string;
|
|
259
|
-
export const iconColorBackgroundTheme: string;
|
|
260
|
-
export const containerColorBackground: string;
|
|
261
|
-
export const containerColorTextHeader: string;
|
|
262
|
-
export const containerColorTextBody: string;
|
|
263
|
-
export const cardShadow: string;
|
|
264
|
-
export const cardColorBackground: string;
|
|
265
|
-
export const cardBorderHover: string;
|
|
266
|
-
export const cardBorderAlert: string;
|
|
267
|
-
export const cardBorderUnderline: string;
|
|
268
|
-
/** Color used for the default state of a secondary button */
|
|
269
|
-
export const buttonColorBackgroundPrimaryActive: string;
|
|
270
|
-
export const buttonColorBackgroundPrimaryHover: string;
|
|
271
|
-
export const buttonColorBackgroundPrimaryPress: string;
|
|
272
|
-
export const buttonColorBackgroundPrimaryFocus: string;
|
|
273
|
-
export const buttonColorBackgroundPrimaryDisabled: string;
|
|
274
|
-
export const buttonColorBorderSecondaryActive: string;
|
|
275
|
-
export const buttonColorBorderSecondaryHover: string;
|
|
276
|
-
export const buttonColorBorderSecondaryPress: string;
|
|
277
|
-
export const buttonColorBorderSecondaryFocus: string;
|
|
278
|
-
export const buttonColorBorderSecondaryDisabled: string;
|
|
279
|
-
export const buttonColorTextSecondaryActive: string;
|
|
280
|
-
export const buttonColorTextSecondaryHover: string;
|
|
281
|
-
export const buttonColorTextSecondaryPress: string;
|
|
282
|
-
export const buttonColorTextSecondaryFocus: string;
|
|
283
|
-
export const buttonColorTextSecondaryDisabled: string;
|
|
284
|
-
export const buttonColorTextPrimary: string;
|
|
285
|
-
export const tabColorLineActive: string;
|
|
286
|
-
export const tabColorLineHover: string;
|
|
287
|
-
export const tabColorLinePress: string;
|
|
288
|
-
export const tabColorLineFocus: string;
|
|
289
|
-
export const tabColorLineDisabled: string;
|
|
290
|
-
export const tabColorTextActive: string;
|
|
291
|
-
export const tabColorTextHover: string;
|
|
292
|
-
export const tabColorTextPress: string;
|
|
293
|
-
export const tabColorTextFocus: string;
|
|
294
|
-
export const tabColorTextDisabled: string;
|