@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,20 +104,6 @@ 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: "#db4f66",
|
|
121
|
-
colorBrandSecondary: "#c8102e",
|
|
122
|
-
colorTextBrandPrimary: "#db4f66",
|
|
123
|
-
colorTextTheme: "#515151",
|
|
124
|
-
colorTextDefault: "#ffffff",
|
|
125
|
-
colorTextDefaultSub: "#f2f2f2",
|
|
126
|
-
colorBackgroundTheme: "#000000",
|
|
127
|
-
colorBackgroundComponent: "#515151",
|
|
128
|
-
colorBackgroundObject: "#ffffff",
|
|
129
107
|
borderRadius100: "4px",
|
|
130
108
|
borderRadius150: "6px",
|
|
131
109
|
borderRadius200: "8px",
|
|
@@ -142,73 +120,24 @@ module.exports = {
|
|
|
142
120
|
space400: "16px",
|
|
143
121
|
space800: "32px",
|
|
144
122
|
space050: "2px",
|
|
145
|
-
|
|
146
|
-
|
|
123
|
+
fontRegularNormal300: "400 12px/1.5 Roboto",
|
|
124
|
+
fontRegularNormal350: "400 14px/1.5 Roboto",
|
|
125
|
+
fontRegularNormal400: "400 16px/1.5 Roboto",
|
|
126
|
+
fontRegularTight300: "400 12px/1.3 Roboto",
|
|
127
|
+
fontRegularTight350: "400 14px/1.3 Roboto",
|
|
128
|
+
fontRegularTight400: "400 16px/1.3 Roboto",
|
|
129
|
+
fontRegularBoldNormal300: "700 12px/1.5 Roboto",
|
|
130
|
+
fontRegularBoldNormal350: "700 14px/1.5 Roboto",
|
|
131
|
+
fontRegularBoldNormal400: "700 16px/1.5 Roboto",
|
|
132
|
+
fontRegularBoldTight300: "700 12px/1.3 Roboto",
|
|
133
|
+
fontRegularBoldTight350: "700 14px/1.3 Roboto",
|
|
134
|
+
fontRegularBoldTight400: "700 16px/1.3 Roboto",
|
|
147
135
|
fontSize300: "12px",
|
|
148
136
|
fontSize350: "14px",
|
|
149
137
|
fontSize400: "16px",
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
fontWeightBold:
|
|
153
|
-
fontWeightRegular:
|
|
138
|
+
fontLineHeightTight: 1.3,
|
|
139
|
+
fontLineHeightNormal: 1.5,
|
|
140
|
+
fontWeightBold: 700,
|
|
141
|
+
fontWeightRegular: 400,
|
|
154
142
|
fontFamilyBase: "Roboto",
|
|
155
|
-
regularNormal300: "400 12px/1.5 Roboto",
|
|
156
|
-
regularNormal350: "400 14px/1.5 Roboto",
|
|
157
|
-
regularNormal400: "400 16px/1.5 Roboto",
|
|
158
|
-
regularTight300: "400 12px/1.3 Roboto",
|
|
159
|
-
regularTight350: "400 14px/1.3 Roboto",
|
|
160
|
-
regularTight400: "400 16px/1.3 Roboto",
|
|
161
|
-
regularBoldNormal300: "700 12px/1.5 Roboto",
|
|
162
|
-
regularBoldNormal350: "700 14px/1.5 Roboto",
|
|
163
|
-
regularBoldNormal400: "700 16px/1.5 Roboto",
|
|
164
|
-
regularBoldTight300: "700 12px/1.3 Roboto",
|
|
165
|
-
regularBoldTight350: "700 14px/1.3 Roboto",
|
|
166
|
-
regularBoldTight400: "700 16px/1.3 Roboto",
|
|
167
|
-
checkboxBorderUnselected: "2px solid #bfbfbf",
|
|
168
|
-
checkboxColorBackground: "#30ade9",
|
|
169
|
-
checkboxColorIcon: "#ffffff",
|
|
170
|
-
dropdownColorBackground: "#ffffff",
|
|
171
|
-
dropdownColorText: "#515151",
|
|
172
|
-
dropdownTrayColorBackgroundSelected: "#ebebeb",
|
|
173
|
-
tableColorBackground: "#ffffff",
|
|
174
|
-
tableColorText: "#515151",
|
|
175
|
-
tableHeaderBorder: "1px none #000000",
|
|
176
|
-
tableCellBorder: "1px none #ebebeb",
|
|
177
|
-
tablePageNumberColorBackgroundSelected: "#828282",
|
|
178
|
-
tablePageNumberColorTextDefault: "#515151",
|
|
179
|
-
tablePageNumberColorTextSelected: "#ffffff",
|
|
180
|
-
tablePageNumberBorderHover: "1px none #828282",
|
|
181
|
-
loginSsoButtonBorder: "1px none #616161",
|
|
182
|
-
loginSsoButtonColorText: "#616161",
|
|
183
|
-
formColorBackground: "#ffffff",
|
|
184
|
-
formColorTextDefault: "#414141",
|
|
185
|
-
formColorTextPlaceholder: "#828282",
|
|
186
|
-
formColorTextPositive: "#00c3ac",
|
|
187
|
-
formColorTextNegative: "#f21a27",
|
|
188
|
-
notificationColorBackgroundSuccess: "#00c3ac",
|
|
189
|
-
notificationColorBackgroundError: "#f21a27",
|
|
190
|
-
notificationColorBackgroundWarning: "#ffbf0e",
|
|
191
|
-
notificationColorBackgroundAlarm: "#fa7a12",
|
|
192
|
-
notificationColorBackgroundInformation: "#30ade9",
|
|
193
|
-
iconColorBackground: "#ffffff",
|
|
194
|
-
containerColorBackground: "#515151",
|
|
195
|
-
containerColorTextHeader: "#ffffff",
|
|
196
|
-
containerColorTextBody: "#f2f2f2",
|
|
197
|
-
containerShadow: "0 -2px 19px 0 rgba(255, 255, 255, 0.1)",
|
|
198
|
-
buttonColorBackgroundPrimaryActive: "#db4f66",
|
|
199
|
-
buttonColorBackgroundPrimaryHover: "#c8102e",
|
|
200
|
-
buttonColorBackgroundPrimaryPress: "#f8aeba",
|
|
201
|
-
buttonColorBackgroundPrimaryFocus: "#f5c0b8",
|
|
202
|
-
buttonColorBackgroundPrimaryDisabled: "#616161",
|
|
203
|
-
buttonColorBorderSecondaryActive: "#db4f66",
|
|
204
|
-
buttonColorBorderSecondaryHover: "#c8102e",
|
|
205
|
-
buttonColorBorderSecondaryPress: "#f8aeba",
|
|
206
|
-
buttonColorBorderSecondaryFocus: "#f5c0b8",
|
|
207
|
-
buttonColorBorderSecondaryDisabled: "#616161",
|
|
208
|
-
buttonColorTextSecondaryActive: "#db4f66",
|
|
209
|
-
buttonColorTextSecondaryHover: "#c8102e",
|
|
210
|
-
buttonColorTextSecondaryPress: "#f8aeba",
|
|
211
|
-
buttonColorTextSecondaryFocus: "#f5c0b8",
|
|
212
|
-
buttonColorTextSecondaryDisabled: "#616161",
|
|
213
|
-
buttonColorTextPrimary: "#515151",
|
|
214
143
|
};
|
|
@@ -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,26 +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
|
-
export const colorBrandSecondary: string;
|
|
127
|
-
export const colorTextBrandPrimary: string;
|
|
128
|
-
export const colorTextTheme: string;
|
|
129
|
-
export const colorTextDefault: string;
|
|
130
|
-
export const colorTextDefaultSub: string;
|
|
131
|
-
export const colorBackgroundTheme: string;
|
|
132
|
-
export const colorBackgroundComponent: string;
|
|
133
|
-
export const colorBackgroundObject: string;
|
|
134
106
|
export const borderRadius100: string;
|
|
135
107
|
export const borderRadius150: string;
|
|
136
108
|
export const borderRadius200: string;
|
|
@@ -147,86 +119,23 @@ export const space300: string;
|
|
|
147
119
|
export const space400: string;
|
|
148
120
|
export const space800: string;
|
|
149
121
|
export const space050: string;
|
|
150
|
-
export const
|
|
151
|
-
export const
|
|
122
|
+
export const fontRegularNormal300: string;
|
|
123
|
+
export const fontRegularNormal350: string;
|
|
124
|
+
export const fontRegularNormal400: string;
|
|
125
|
+
export const fontRegularTight300: string;
|
|
126
|
+
export const fontRegularTight350: string;
|
|
127
|
+
export const fontRegularTight400: string;
|
|
128
|
+
export const fontRegularBoldNormal300: string;
|
|
129
|
+
export const fontRegularBoldNormal350: string;
|
|
130
|
+
export const fontRegularBoldNormal400: string;
|
|
131
|
+
export const fontRegularBoldTight300: string;
|
|
132
|
+
export const fontRegularBoldTight350: string;
|
|
133
|
+
export const fontRegularBoldTight400: string;
|
|
152
134
|
export const fontSize300: string;
|
|
153
135
|
export const fontSize350: string;
|
|
154
136
|
export const fontSize400: string;
|
|
155
|
-
export const
|
|
156
|
-
export const
|
|
157
|
-
export const fontWeightBold:
|
|
158
|
-
export const fontWeightRegular:
|
|
159
|
-
/** The primary font used in the DDS Design Kit is Roboto */
|
|
137
|
+
export const fontLineHeightTight: number;
|
|
138
|
+
export const fontLineHeightNormal: number;
|
|
139
|
+
export const fontWeightBold: number;
|
|
140
|
+
export const fontWeightRegular: number;
|
|
160
141
|
export const fontFamilyBase: string;
|
|
161
|
-
/** Body is primarily used for components and for blocks of text. */
|
|
162
|
-
export const regularNormal300: string;
|
|
163
|
-
/** Body is primarily used for components and for blocks of text. */
|
|
164
|
-
export const regularNormal350: string;
|
|
165
|
-
/** Body is primarily used for components and for blocks of text. */
|
|
166
|
-
export const regularNormal400: string;
|
|
167
|
-
/** Body is primarily used for components and for blocks of text. */
|
|
168
|
-
export const regularTight300: string;
|
|
169
|
-
/** Body is primarily used for components and for blocks of text. */
|
|
170
|
-
export const regularTight350: string;
|
|
171
|
-
/** Body is primarily used for components and for blocks of text. */
|
|
172
|
-
export const regularTight400: string;
|
|
173
|
-
/** Header is used to create various levels of typographic hierarchies. */
|
|
174
|
-
export const regularBoldNormal300: string;
|
|
175
|
-
/** Header is used to create various levels of typographic hierarchies. */
|
|
176
|
-
export const regularBoldNormal350: string;
|
|
177
|
-
/** Header is used to create various levels of typographic hierarchies. */
|
|
178
|
-
export const regularBoldNormal400: string;
|
|
179
|
-
/** Header is used to create various levels of typographic hierarchies. */
|
|
180
|
-
export const regularBoldTight300: string;
|
|
181
|
-
/** Header is used to create various levels of typographic hierarchies. */
|
|
182
|
-
export const regularBoldTight350: string;
|
|
183
|
-
/** Header is used to create various levels of typographic hierarchies. */
|
|
184
|
-
export const regularBoldTight400: string;
|
|
185
|
-
export const checkboxBorderUnselected: string;
|
|
186
|
-
export const checkboxColorBackground: string;
|
|
187
|
-
export const checkboxColorIcon: string;
|
|
188
|
-
export const dropdownColorBackground: string;
|
|
189
|
-
export const dropdownColorText: string;
|
|
190
|
-
export const dropdownTrayColorBackgroundSelected: string;
|
|
191
|
-
export const tableColorBackground: string;
|
|
192
|
-
export const tableColorText: string;
|
|
193
|
-
export const tableHeaderBorder: string;
|
|
194
|
-
export const tableCellBorder: string;
|
|
195
|
-
export const tablePageNumberColorBackgroundSelected: string;
|
|
196
|
-
export const tablePageNumberColorTextDefault: string;
|
|
197
|
-
export const tablePageNumberColorTextSelected: string;
|
|
198
|
-
export const tablePageNumberBorderHover: string;
|
|
199
|
-
export const loginSsoButtonBorder: string;
|
|
200
|
-
export const loginSsoButtonColorText: string;
|
|
201
|
-
export const formColorBackground: string;
|
|
202
|
-
export const formColorTextDefault: string;
|
|
203
|
-
export const formColorTextPlaceholder: string;
|
|
204
|
-
export const formColorTextPositive: string;
|
|
205
|
-
export const formColorTextNegative: string;
|
|
206
|
-
export const notificationColorBackgroundSuccess: string;
|
|
207
|
-
export const notificationColorBackgroundError: string;
|
|
208
|
-
export const notificationColorBackgroundWarning: string;
|
|
209
|
-
export const notificationColorBackgroundAlarm: string;
|
|
210
|
-
export const notificationColorBackgroundInformation: string;
|
|
211
|
-
export const iconColorBackground: string;
|
|
212
|
-
export const containerColorBackground: string;
|
|
213
|
-
export const containerColorTextHeader: string;
|
|
214
|
-
export const containerColorTextBody: string;
|
|
215
|
-
export const containerShadow: string;
|
|
216
|
-
/** Color used for the default state of a secondary button */
|
|
217
|
-
export const buttonColorBackgroundPrimaryActive: string;
|
|
218
|
-
export const buttonColorBackgroundPrimaryHover: string;
|
|
219
|
-
export const buttonColorBackgroundPrimaryPress: string;
|
|
220
|
-
export const buttonColorBackgroundPrimaryFocus: string;
|
|
221
|
-
export const buttonColorBackgroundPrimaryDisabled: string;
|
|
222
|
-
export const buttonColorBorderSecondaryActive: string;
|
|
223
|
-
export const buttonColorBorderSecondaryHover: string;
|
|
224
|
-
export const buttonColorBorderSecondaryPress: string;
|
|
225
|
-
export const buttonColorBorderSecondaryFocus: string;
|
|
226
|
-
export const buttonColorBorderSecondaryDisabled: string;
|
|
227
|
-
export const buttonColorTextSecondaryActive: string;
|
|
228
|
-
export const buttonColorTextSecondaryHover: string;
|
|
229
|
-
export const buttonColorTextSecondaryPress: string;
|
|
230
|
-
export const buttonColorTextSecondaryFocus: string;
|
|
231
|
-
export const buttonColorTextSecondaryDisabled: string;
|
|
232
|
-
export const buttonColorTextPrimary: 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,26 +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
|
-
export const colorBrandSecondary: string;
|
|
127
|
-
export const colorTextBrandPrimary: string;
|
|
128
|
-
export const colorTextTheme: string;
|
|
129
|
-
export const colorTextDefault: string;
|
|
130
|
-
export const colorTextDefaultSub: string;
|
|
131
|
-
export const colorBackgroundTheme: string;
|
|
132
|
-
export const colorBackgroundComponent: string;
|
|
133
|
-
export const colorBackgroundObject: string;
|
|
134
106
|
export const borderRadius100: string;
|
|
135
107
|
export const borderRadius150: string;
|
|
136
108
|
export const borderRadius200: string;
|
|
@@ -147,86 +119,23 @@ export const space300: string;
|
|
|
147
119
|
export const space400: string;
|
|
148
120
|
export const space800: string;
|
|
149
121
|
export const space050: string;
|
|
150
|
-
export const
|
|
151
|
-
export const
|
|
122
|
+
export const fontRegularNormal300: string;
|
|
123
|
+
export const fontRegularNormal350: string;
|
|
124
|
+
export const fontRegularNormal400: string;
|
|
125
|
+
export const fontRegularTight300: string;
|
|
126
|
+
export const fontRegularTight350: string;
|
|
127
|
+
export const fontRegularTight400: string;
|
|
128
|
+
export const fontRegularBoldNormal300: string;
|
|
129
|
+
export const fontRegularBoldNormal350: string;
|
|
130
|
+
export const fontRegularBoldNormal400: string;
|
|
131
|
+
export const fontRegularBoldTight300: string;
|
|
132
|
+
export const fontRegularBoldTight350: string;
|
|
133
|
+
export const fontRegularBoldTight400: string;
|
|
152
134
|
export const fontSize300: string;
|
|
153
135
|
export const fontSize350: string;
|
|
154
136
|
export const fontSize400: string;
|
|
155
|
-
export const
|
|
156
|
-
export const
|
|
157
|
-
export const fontWeightBold:
|
|
158
|
-
export const fontWeightRegular:
|
|
159
|
-
/** The primary font used in the DDS Design Kit is Roboto */
|
|
137
|
+
export const fontLineHeightTight: number;
|
|
138
|
+
export const fontLineHeightNormal: number;
|
|
139
|
+
export const fontWeightBold: number;
|
|
140
|
+
export const fontWeightRegular: number;
|
|
160
141
|
export const fontFamilyBase: string;
|
|
161
|
-
/** Body is primarily used for components and for blocks of text. */
|
|
162
|
-
export const regularNormal300: string;
|
|
163
|
-
/** Body is primarily used for components and for blocks of text. */
|
|
164
|
-
export const regularNormal350: string;
|
|
165
|
-
/** Body is primarily used for components and for blocks of text. */
|
|
166
|
-
export const regularNormal400: string;
|
|
167
|
-
/** Body is primarily used for components and for blocks of text. */
|
|
168
|
-
export const regularTight300: string;
|
|
169
|
-
/** Body is primarily used for components and for blocks of text. */
|
|
170
|
-
export const regularTight350: string;
|
|
171
|
-
/** Body is primarily used for components and for blocks of text. */
|
|
172
|
-
export const regularTight400: string;
|
|
173
|
-
/** Header is used to create various levels of typographic hierarchies. */
|
|
174
|
-
export const regularBoldNormal300: string;
|
|
175
|
-
/** Header is used to create various levels of typographic hierarchies. */
|
|
176
|
-
export const regularBoldNormal350: string;
|
|
177
|
-
/** Header is used to create various levels of typographic hierarchies. */
|
|
178
|
-
export const regularBoldNormal400: string;
|
|
179
|
-
/** Header is used to create various levels of typographic hierarchies. */
|
|
180
|
-
export const regularBoldTight300: string;
|
|
181
|
-
/** Header is used to create various levels of typographic hierarchies. */
|
|
182
|
-
export const regularBoldTight350: string;
|
|
183
|
-
/** Header is used to create various levels of typographic hierarchies. */
|
|
184
|
-
export const regularBoldTight400: string;
|
|
185
|
-
export const checkboxBorderUnselected: string;
|
|
186
|
-
export const checkboxColorBackground: string;
|
|
187
|
-
export const checkboxColorIcon: string;
|
|
188
|
-
export const dropdownColorBackground: string;
|
|
189
|
-
export const dropdownColorText: string;
|
|
190
|
-
export const dropdownTrayColorBackgroundSelected: string;
|
|
191
|
-
export const tableColorBackground: string;
|
|
192
|
-
export const tableColorText: string;
|
|
193
|
-
export const tableHeaderBorder: string;
|
|
194
|
-
export const tableCellBorder: string;
|
|
195
|
-
export const tablePageNumberColorBackgroundSelected: string;
|
|
196
|
-
export const tablePageNumberColorTextDefault: string;
|
|
197
|
-
export const tablePageNumberColorTextSelected: string;
|
|
198
|
-
export const tablePageNumberBorderHover: string;
|
|
199
|
-
export const loginSsoButtonBorder: string;
|
|
200
|
-
export const loginSsoButtonColorText: string;
|
|
201
|
-
export const formColorBackground: string;
|
|
202
|
-
export const formColorTextDefault: string;
|
|
203
|
-
export const formColorTextPlaceholder: string;
|
|
204
|
-
export const formColorTextPositive: string;
|
|
205
|
-
export const formColorTextNegative: string;
|
|
206
|
-
export const notificationColorBackgroundSuccess: string;
|
|
207
|
-
export const notificationColorBackgroundError: string;
|
|
208
|
-
export const notificationColorBackgroundWarning: string;
|
|
209
|
-
export const notificationColorBackgroundAlarm: string;
|
|
210
|
-
export const notificationColorBackgroundInformation: string;
|
|
211
|
-
export const iconColorBackground: string;
|
|
212
|
-
export const containerColorBackground: string;
|
|
213
|
-
export const containerColorTextHeader: string;
|
|
214
|
-
export const containerColorTextBody: string;
|
|
215
|
-
export const containerShadow: string;
|
|
216
|
-
/** Color used for the default state of a secondary button */
|
|
217
|
-
export const buttonColorBackgroundPrimaryActive: string;
|
|
218
|
-
export const buttonColorBackgroundPrimaryHover: string;
|
|
219
|
-
export const buttonColorBackgroundPrimaryPress: string;
|
|
220
|
-
export const buttonColorBackgroundPrimaryFocus: string;
|
|
221
|
-
export const buttonColorBackgroundPrimaryDisabled: string;
|
|
222
|
-
export const buttonColorBorderSecondaryActive: string;
|
|
223
|
-
export const buttonColorBorderSecondaryHover: string;
|
|
224
|
-
export const buttonColorBorderSecondaryPress: string;
|
|
225
|
-
export const buttonColorBorderSecondaryFocus: string;
|
|
226
|
-
export const buttonColorBorderSecondaryDisabled: string;
|
|
227
|
-
export const buttonColorTextSecondaryActive: string;
|
|
228
|
-
export const buttonColorTextSecondaryHover: string;
|
|
229
|
-
export const buttonColorTextSecondaryPress: string;
|
|
230
|
-
export const buttonColorTextSecondaryFocus: string;
|
|
231
|
-
export const buttonColorTextSecondaryDisabled: string;
|
|
232
|
-
export const buttonColorTextPrimary: 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";
|
|
@@ -111,20 +103,6 @@ export const colorPurple90 = "#5c2365";
|
|
|
111
103
|
export const colorPurple100 = "#4a1c51";
|
|
112
104
|
export const colorPurple110 = "#37153d";
|
|
113
105
|
export const colorPurple120 = "#250e29";
|
|
114
|
-
export const colorFeedbackPositive = "#00c3ac"; // System status is positive
|
|
115
|
-
export const colorFeedbackWarning = "#ffbf0e"; // System status is warning
|
|
116
|
-
export const colorFeedbackNegative = "#f21a27"; // System status is warning
|
|
117
|
-
export const colorFeedbackAlarm = "#fa7a12"; // System status is warning
|
|
118
|
-
export const colorFeedbackInformation = "#30ade9"; // System status is warning
|
|
119
|
-
export const colorBrandPrimary = "#db4f66"; // Primary brand blue
|
|
120
|
-
export const colorBrandSecondary = "#c8102e";
|
|
121
|
-
export const colorTextBrandPrimary = "#db4f66";
|
|
122
|
-
export const colorTextTheme = "#515151";
|
|
123
|
-
export const colorTextDefault = "#ffffff";
|
|
124
|
-
export const colorTextDefaultSub = "#f2f2f2";
|
|
125
|
-
export const colorBackgroundTheme = "#000000";
|
|
126
|
-
export const colorBackgroundComponent = "#515151";
|
|
127
|
-
export const colorBackgroundObject = "#ffffff";
|
|
128
106
|
export const borderRadius100 = "4px";
|
|
129
107
|
export const borderRadius150 = "6px";
|
|
130
108
|
export const borderRadius200 = "8px";
|
|
@@ -141,72 +119,23 @@ export const space300 = "12px";
|
|
|
141
119
|
export const space400 = "16px";
|
|
142
120
|
export const space800 = "32px";
|
|
143
121
|
export const space050 = "2px";
|
|
144
|
-
export const
|
|
145
|
-
export const
|
|
122
|
+
export const fontRegularNormal300 = "400 12px/1.5 Roboto";
|
|
123
|
+
export const fontRegularNormal350 = "400 14px/1.5 Roboto";
|
|
124
|
+
export const fontRegularNormal400 = "400 16px/1.5 Roboto";
|
|
125
|
+
export const fontRegularTight300 = "400 12px/1.3 Roboto";
|
|
126
|
+
export const fontRegularTight350 = "400 14px/1.3 Roboto";
|
|
127
|
+
export const fontRegularTight400 = "400 16px/1.3 Roboto";
|
|
128
|
+
export const fontRegularBoldNormal300 = "700 12px/1.5 Roboto";
|
|
129
|
+
export const fontRegularBoldNormal350 = "700 14px/1.5 Roboto";
|
|
130
|
+
export const fontRegularBoldNormal400 = "700 16px/1.5 Roboto";
|
|
131
|
+
export const fontRegularBoldTight300 = "700 12px/1.3 Roboto";
|
|
132
|
+
export const fontRegularBoldTight350 = "700 14px/1.3 Roboto";
|
|
133
|
+
export const fontRegularBoldTight400 = "700 16px/1.3 Roboto";
|
|
146
134
|
export const fontSize300 = "12px";
|
|
147
135
|
export const fontSize350 = "14px";
|
|
148
136
|
export const fontSize400 = "16px";
|
|
149
|
-
export const
|
|
150
|
-
export const
|
|
151
|
-
export const fontWeightBold =
|
|
152
|
-
export const fontWeightRegular =
|
|
153
|
-
export const fontFamilyBase = "Roboto";
|
|
154
|
-
export const regularNormal300 = "400 12px/1.5 Roboto"; // Body is primarily used for components and for blocks of text.
|
|
155
|
-
export const regularNormal350 = "400 14px/1.5 Roboto"; // Body is primarily used for components and for blocks of text.
|
|
156
|
-
export const regularNormal400 = "400 16px/1.5 Roboto"; // Body is primarily used for components and for blocks of text.
|
|
157
|
-
export const regularTight300 = "400 12px/1.3 Roboto"; // Body is primarily used for components and for blocks of text.
|
|
158
|
-
export const regularTight350 = "400 14px/1.3 Roboto"; // Body is primarily used for components and for blocks of text.
|
|
159
|
-
export const regularTight400 = "400 16px/1.3 Roboto"; // Body is primarily used for components and for blocks of text.
|
|
160
|
-
export const regularBoldNormal300 = "700 12px/1.5 Roboto"; // Header is used to create various levels of typographic hierarchies.
|
|
161
|
-
export const regularBoldNormal350 = "700 14px/1.5 Roboto"; // Header is used to create various levels of typographic hierarchies.
|
|
162
|
-
export const regularBoldNormal400 = "700 16px/1.5 Roboto"; // Header is used to create various levels of typographic hierarchies.
|
|
163
|
-
export const regularBoldTight300 = "700 12px/1.3 Roboto"; // Header is used to create various levels of typographic hierarchies.
|
|
164
|
-
export const regularBoldTight350 = "700 14px/1.3 Roboto"; // Header is used to create various levels of typographic hierarchies.
|
|
165
|
-
export const regularBoldTight400 = "700 16px/1.3 Roboto"; // Header is used to create various levels of typographic hierarchies.
|
|
166
|
-
export const checkboxBorderUnselected = "2px solid #bfbfbf";
|
|
167
|
-
export const checkboxColorBackground = "#30ade9";
|
|
168
|
-
export const checkboxColorIcon = "#ffffff";
|
|
169
|
-
export const dropdownColorBackground = "#ffffff";
|
|
170
|
-
export const dropdownColorText = "#515151";
|
|
171
|
-
export const dropdownTrayColorBackgroundSelected = "#ebebeb";
|
|
172
|
-
export const tableColorBackground = "#ffffff";
|
|
173
|
-
export const tableColorText = "#515151";
|
|
174
|
-
export const tableHeaderBorder = "1px none #000000";
|
|
175
|
-
export const tableCellBorder = "1px none #ebebeb";
|
|
176
|
-
export const tablePageNumberColorBackgroundSelected = "#828282";
|
|
177
|
-
export const tablePageNumberColorTextDefault = "#515151";
|
|
178
|
-
export const tablePageNumberColorTextSelected = "#ffffff";
|
|
179
|
-
export const tablePageNumberBorderHover = "1px none #828282";
|
|
180
|
-
export const loginSsoButtonBorder = "1px none #616161";
|
|
181
|
-
export const loginSsoButtonColorText = "#616161";
|
|
182
|
-
export const formColorBackground = "#ffffff";
|
|
183
|
-
export const formColorTextDefault = "#414141";
|
|
184
|
-
export const formColorTextPlaceholder = "#828282";
|
|
185
|
-
export const formColorTextPositive = "#00c3ac";
|
|
186
|
-
export const formColorTextNegative = "#f21a27";
|
|
187
|
-
export const notificationColorBackgroundSuccess = "#00c3ac";
|
|
188
|
-
export const notificationColorBackgroundError = "#f21a27";
|
|
189
|
-
export const notificationColorBackgroundWarning = "#ffbf0e";
|
|
190
|
-
export const notificationColorBackgroundAlarm = "#fa7a12";
|
|
191
|
-
export const notificationColorBackgroundInformation = "#30ade9";
|
|
192
|
-
export const iconColorBackground = "#ffffff";
|
|
193
|
-
export const containerColorBackground = "#515151";
|
|
194
|
-
export const containerColorTextHeader = "#ffffff";
|
|
195
|
-
export const containerColorTextBody = "#f2f2f2";
|
|
196
|
-
export const containerShadow = "0 -2px 19px 0 rgba(255, 255, 255, 0.1)";
|
|
197
|
-
export const buttonColorBackgroundPrimaryActive = "#db4f66"; // Color used for the default state of a secondary button
|
|
198
|
-
export const buttonColorBackgroundPrimaryHover = "#c8102e";
|
|
199
|
-
export const buttonColorBackgroundPrimaryPress = "#f8aeba";
|
|
200
|
-
export const buttonColorBackgroundPrimaryFocus = "#f5c0b8";
|
|
201
|
-
export const buttonColorBackgroundPrimaryDisabled = "#616161";
|
|
202
|
-
export const buttonColorBorderSecondaryActive = "#db4f66";
|
|
203
|
-
export const buttonColorBorderSecondaryHover = "#c8102e";
|
|
204
|
-
export const buttonColorBorderSecondaryPress = "#f8aeba";
|
|
205
|
-
export const buttonColorBorderSecondaryFocus = "#f5c0b8";
|
|
206
|
-
export const buttonColorBorderSecondaryDisabled = "#616161";
|
|
207
|
-
export const buttonColorTextSecondaryActive = "#db4f66";
|
|
208
|
-
export const buttonColorTextSecondaryHover = "#c8102e";
|
|
209
|
-
export const buttonColorTextSecondaryPress = "#f8aeba";
|
|
210
|
-
export const buttonColorTextSecondaryFocus = "#f5c0b8";
|
|
211
|
-
export const buttonColorTextSecondaryDisabled = "#616161";
|
|
212
|
-
export const buttonColorTextPrimary = "#515151";
|
|
137
|
+
export const fontLineHeightTight = 1.3;
|
|
138
|
+
export const fontLineHeightNormal = 1.5;
|
|
139
|
+
export const fontWeightBold = 700;
|
|
140
|
+
export const fontWeightRegular = 400;
|
|
141
|
+
export const fontFamilyBase = "Roboto";
|