@koobiq/components 18.5.3 → 18.7.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.
- package/accordion/_accordion-theme.scss +3 -3
- package/alert/_alert-theme.scss +3 -3
- package/badge/_badge-theme.scss +8 -4
- package/badge/badge-tokens.scss +8 -0
- package/badge/badge.component.d.ts +1 -0
- package/button/_button-theme.scss +2 -2
- package/button-toggle/_button-toggle-theme.scss +1 -1
- package/checkbox/_checkbox-theme.scss +4 -4
- package/checkbox/checkbox-tokens.scss +4 -4
- package/code-block/_code-block-theme.scss +4 -4
- package/core/forms/_forms-theme.scss +1 -1
- package/core/option/_optgroup-theme.scss +2 -2
- package/core/option/_option-action-theme.scss +1 -1
- package/core/option/_option-theme.scss +2 -2
- package/core/selection/pseudo-checkbox/pseudo-checkbox-tokens.scss +4 -4
- package/core/styles/theming/_theming.scss +2 -42
- package/core/styles/typography/_typography.scss +120 -159
- package/core/styles/visual/_layout.scss +1 -1
- package/datepicker/_datepicker-theme.scss +2 -2
- package/dl/_dl-theme.scss +2 -2
- package/dl/dl-tokens.scss +2 -2
- package/dropdown/_dropdown-theme.scss +8 -4
- package/empty-state/_empty-state-theme.scss +4 -4
- package/esm2022/badge/badge.component.mjs +4 -3
- package/esm2022/button/button.component.mjs +2 -2
- package/esm2022/checkbox/checkbox.mjs +2 -2
- package/esm2022/code-block/code-block.component.mjs +2 -2
- package/esm2022/core/option/action.mjs +2 -2
- package/esm2022/core/option/optgroup.mjs +2 -2
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +2 -2
- package/esm2022/core/version.mjs +2 -2
- package/esm2022/dl/dl.component.mjs +2 -2
- package/esm2022/dropdown/dropdown.component.mjs +3 -3
- package/esm2022/icon/icon-button.component.mjs +2 -2
- package/esm2022/markdown/markdown.component.mjs +2 -2
- package/esm2022/select/select.component.mjs +3 -3
- package/esm2022/splitter/splitter.component.mjs +3 -3
- package/esm2022/timezone/timezone-select.component.mjs +2 -2
- package/esm2022/toggle/toggle.component.mjs +3 -3
- package/esm2022/tree-select/tree-select.component.mjs +3 -3
- package/fesm2022/koobiq-components-badge.mjs +3 -2
- package/fesm2022/koobiq-components-badge.mjs.map +1 -1
- package/fesm2022/koobiq-components-button.mjs +2 -2
- package/fesm2022/koobiq-components-button.mjs.map +1 -1
- package/fesm2022/koobiq-components-checkbox.mjs +2 -2
- package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
- package/fesm2022/koobiq-components-code-block.mjs +2 -2
- package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
- package/fesm2022/koobiq-components-core.mjs +7 -7
- package/fesm2022/koobiq-components-core.mjs.map +1 -1
- package/fesm2022/koobiq-components-dl.mjs +2 -2
- package/fesm2022/koobiq-components-dropdown.mjs +2 -2
- package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-icon.mjs +2 -2
- package/fesm2022/koobiq-components-icon.mjs.map +1 -1
- package/fesm2022/koobiq-components-markdown.mjs +2 -2
- package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-select.mjs +2 -2
- package/fesm2022/koobiq-components-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-splitter.mjs +2 -2
- package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
- package/fesm2022/koobiq-components-timezone.mjs +2 -2
- package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
- package/fesm2022/koobiq-components-toggle.mjs +2 -2
- package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree-select.mjs +2 -2
- package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
- package/file-upload/_file-upload-theme.scss +7 -7
- package/form-field/_form-field-theme.scss +2 -2
- package/form-field/_hint-theme.scss +2 -2
- package/icon/_icon-button-theme.scss +2 -2
- package/input/_input-theme.scss +2 -2
- package/link/_link-theme.scss +3 -3
- package/list/_list-theme.scss +2 -2
- package/loader-overlay/_loader-overlay-theme.scss +4 -4
- package/markdown/_markdown-theme.scss +9 -9
- package/markdown/markdown-tokens.scss +23 -23
- package/modal/_modal-theme.scss +2 -2
- package/navbar/_navbar-theme.scss +2 -2
- package/package.json +6 -6
- package/popover/_popover-theme.scss +2 -2
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/light-theme.css +1 -1
- package/prebuilt-themes/theme.css +1 -1
- package/progress-bar/_progress-bar-theme.scss +2 -2
- package/progress-spinner/_progress-spinner-theme.scss +2 -2
- package/radio/_radio-theme.scss +4 -4
- package/risk-level/_risk-level-theme.scss +1 -1
- package/schematics/collection.json +12 -2
- package/schematics/migrations/css-selectors/data.js +65 -0
- package/schematics/migrations/css-selectors/index.js +103 -0
- package/schematics/migrations/css-selectors/schema.json +25 -0
- package/schematics/migrations/deprecated-icons/data.js +1580 -0
- package/schematics/migrations/deprecated-icons/index.js +96 -0
- package/schematics/{new-icons-pack → migrations/new-icons-pack}/index.js +13 -29
- package/schematics/migrations/new-icons-pack/schema.json +25 -0
- package/schematics/ng-add/index.js +5 -5
- package/schematics/utils/package-config.js +6 -60
- package/select/_select-theme.scss +5 -5
- package/sidepanel/_sidepanel-theme.scss +2 -2
- package/splitter/_splitter-theme.scss +1 -1
- package/table/_table-theme.scss +2 -2
- package/tabs/_tabs-theme.scss +1 -1
- package/tags/_tag-theme.scss +2 -2
- package/textarea/_textarea-theme.scss +1 -1
- package/timezone/_timezone-option-theme.scss +4 -4
- package/toast/_toast-theme.scss +2 -2
- package/toggle/_toggle-theme.scss +5 -5
- package/tooltip/_tooltip-theme.scss +2 -2
- package/tree/_tree-theme.scss +2 -2
- package/tree-select/_tree-select-theme.scss +3 -3
- /package/schematics/{new-icons-pack → migrations/deprecated-icons}/schema.json +0 -0
- /package/schematics/{new-icons-pack → migrations/new-icons-pack}/data.js +0 -0
|
@@ -10,34 +10,9 @@
|
|
|
10
10
|
$typography: map.get(map.get($tokens, koobiq), typography);
|
|
11
11
|
|
|
12
12
|
$config: (
|
|
13
|
-
//legacy will be deleted
|
|
14
|
-
display-1: map.get($typography, display-1),
|
|
15
|
-
display-2: map.get($typography, display-2),
|
|
16
|
-
display-3: map.get($typography, display-3),
|
|
17
|
-
display-1-strong: map.get($typography, display-1-strong),
|
|
18
|
-
display-2-strong: map.get($typography, display-2-strong),
|
|
19
|
-
display-3-strong: map.get($typography, display-3-strong),
|
|
20
13
|
headline: map.get($typography, headline),
|
|
21
14
|
subheading: map.get($typography, subheading),
|
|
22
15
|
title: map.get($typography, title),
|
|
23
|
-
body: map.get($typography, body),
|
|
24
|
-
body-strong: map.get($typography, body-strong),
|
|
25
|
-
body-caps: map.get($typography, body-caps),
|
|
26
|
-
body-mono: map.get($typography, body-mono),
|
|
27
|
-
body-mono-strong: map.get($typography, body-mono-strong),
|
|
28
|
-
body-tabular: map.get($typography, body-tabular),
|
|
29
|
-
caption: map.get($typography, caption),
|
|
30
|
-
caption-strong: map.get($typography, caption-strong),
|
|
31
|
-
caption-caps: map.get($typography, caption-caps),
|
|
32
|
-
caption-mono: map.get($typography, caption-mono),
|
|
33
|
-
caption-mono-strong: map.get($typography, caption-mono-strong),
|
|
34
|
-
caption-tabular: map.get($typography, caption-tabular),
|
|
35
|
-
//small-text: map.get($typography, small-text),
|
|
36
|
-
extra-small-text: map.get($typography, extra-small-text),
|
|
37
|
-
extra-small-text-caps: map.get($typography, extra-small-text-caps),
|
|
38
|
-
extra-small-text-mono: map.get($typography, extra-small-text-mono),
|
|
39
|
-
extra-small-text-strong: map.get($typography, extra-small-text-strong),
|
|
40
|
-
//new
|
|
41
16
|
display-big: map.get($typography, display-big),
|
|
42
17
|
display-normal: map.get($typography, display-normal),
|
|
43
18
|
display-compact: map.get($typography, display-compact),
|
|
@@ -154,258 +129,244 @@
|
|
|
154
129
|
}
|
|
155
130
|
|
|
156
131
|
@mixin kbq-base-typography() {
|
|
157
|
-
//legacy will be deleted
|
|
158
|
-
.kbq-display-1 {
|
|
159
|
-
@include kbq-typography-level-to-styles_css-variables(typography, display-1);
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.kbq-display-2 {
|
|
163
|
-
@include kbq-typography-level-to-styles_css-variables(typography, display-2);
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.kbq-display-3 {
|
|
167
|
-
@include kbq-typography-level-to-styles_css-variables(typography, display-3);
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.kbq-display-1-strong {
|
|
171
|
-
@include kbq-typography-level-to-styles_css-variables(typography, display-1-strong);
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.kbq-display-2-strong {
|
|
175
|
-
@include kbq-typography-level-to-styles_css-variables(typography, display-2-strong);
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
.kbq-display-3-strong {
|
|
179
|
-
@include kbq-typography-level-to-styles_css-variables(typography, display-3-strong);
|
|
180
|
-
}
|
|
181
|
-
|
|
182
132
|
.kbq-headline {
|
|
183
|
-
@include kbq-typography-level-to-
|
|
133
|
+
@include kbq-typography-level-to-styles-css-variables(typography, headline);
|
|
184
134
|
}
|
|
185
135
|
|
|
186
136
|
.kbq-subheading {
|
|
187
|
-
@include kbq-typography-level-to-
|
|
137
|
+
@include kbq-typography-level-to-styles-css-variables(typography, subheading);
|
|
188
138
|
}
|
|
189
139
|
|
|
190
140
|
.kbq-title {
|
|
191
|
-
@include kbq-typography-level-to-
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.kbq-body {
|
|
195
|
-
@include kbq-typography-level-to-styles_css-variables(typography, body);
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.kbq-body_tabular {
|
|
199
|
-
@include kbq-typography-level-to-styles_css-variables(typography, body-tabular);
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.kbq-body_strong {
|
|
203
|
-
@include kbq-typography-level-to-styles_css-variables(typography, body-strong);
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
.kbq-body_caps {
|
|
207
|
-
@include kbq-typography-level-to-styles_css-variables(typography, body-caps);
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.kbq-body_mono {
|
|
211
|
-
@include kbq-typography-level-to-styles_css-variables(typography, body-mono);
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
.kbq-body_mono_strong {
|
|
215
|
-
@include kbq-typography-level-to-styles_css-variables(typography, body-mono-strong);
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.kbq-caption {
|
|
219
|
-
@include kbq-typography-level-to-styles_css-variables(typography, caption);
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
.kbq-caption_tabular {
|
|
223
|
-
@include kbq-typography-level-to-styles_css-variables(typography, caption-tabular);
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
.kbq-caption_strong {
|
|
227
|
-
@include kbq-typography-level-to-styles_css-variables(typography, caption-strong);
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.kbq-caption_caps {
|
|
231
|
-
@include kbq-typography-level-to-styles_css-variables(typography, caption-caps);
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
.kbq-caption_mono {
|
|
235
|
-
@include kbq-typography-level-to-styles_css-variables(typography, caption-mono);
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
.kbq-caption_mono_strong {
|
|
239
|
-
@include kbq-typography-level-to-styles_css-variables(typography, caption-mono-strong);
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
//.kbq-small-text {
|
|
243
|
-
// @include kbq-typography-level-to-styles_css-variables(typography,config, small-text);
|
|
244
|
-
//}
|
|
245
|
-
|
|
246
|
-
.kbq-extra-small-text {
|
|
247
|
-
@include kbq-typography-level-to-styles_css-variables(typography, extra-small-text);
|
|
141
|
+
@include kbq-typography-level-to-styles-css-variables(typography, title);
|
|
248
142
|
}
|
|
249
143
|
|
|
250
|
-
.kbq-extra-small-text-strong {
|
|
251
|
-
@include kbq-typography-level-to-styles_css-variables(typography, extra-small-text-strong);
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
// new
|
|
255
144
|
.kbq-display-big {
|
|
256
|
-
@include kbq-typography-level-to-
|
|
145
|
+
@include kbq-typography-level-to-styles-css-variables(typography, display-big);
|
|
257
146
|
}
|
|
258
147
|
|
|
259
148
|
.kbq-display-big-strong {
|
|
260
|
-
@include kbq-typography-level-to-
|
|
149
|
+
@include kbq-typography-level-to-styles-css-variables(typography, display-big-strong);
|
|
261
150
|
}
|
|
262
151
|
|
|
263
152
|
.kbq-display-normal {
|
|
264
|
-
@include kbq-typography-level-to-
|
|
153
|
+
@include kbq-typography-level-to-styles-css-variables(typography, display-normal);
|
|
265
154
|
}
|
|
266
155
|
|
|
267
156
|
.kbq-display-normal-strong {
|
|
268
|
-
@include kbq-typography-level-to-
|
|
157
|
+
@include kbq-typography-level-to-styles-css-variables(typography, display-normal-strong);
|
|
269
158
|
}
|
|
270
159
|
|
|
271
160
|
.kbq-display-compact {
|
|
272
|
-
@include kbq-typography-level-to-
|
|
161
|
+
@include kbq-typography-level-to-styles-css-variables(typography, display-compact);
|
|
273
162
|
}
|
|
274
163
|
|
|
275
164
|
.kbq-display-compact-strong {
|
|
276
|
-
@include kbq-typography-level-to-
|
|
165
|
+
@include kbq-typography-level-to-styles-css-variables(typography, display-compact-strong);
|
|
277
166
|
}
|
|
278
167
|
|
|
279
168
|
.kbq-text-big {
|
|
280
|
-
@include kbq-typography-level-to-
|
|
169
|
+
@include kbq-typography-level-to-styles-css-variables(typography, text-big);
|
|
281
170
|
}
|
|
282
171
|
|
|
283
172
|
.kbq-text-big-strong {
|
|
284
|
-
@include kbq-typography-level-to-
|
|
173
|
+
@include kbq-typography-level-to-styles-css-variables(typography, text-big-strong);
|
|
285
174
|
}
|
|
286
175
|
|
|
287
176
|
.kbq-text-big-medium {
|
|
288
|
-
@include kbq-typography-level-to-
|
|
177
|
+
@include kbq-typography-level-to-styles-css-variables(typography, text-big-medium);
|
|
289
178
|
}
|
|
290
179
|
|
|
291
180
|
.kbq-text-normal {
|
|
292
|
-
@include kbq-typography-level-to-
|
|
181
|
+
@include kbq-typography-level-to-styles-css-variables(typography, text-normal);
|
|
293
182
|
}
|
|
294
183
|
|
|
295
184
|
.kbq-text-normal-strong {
|
|
296
|
-
@include kbq-typography-level-to-
|
|
185
|
+
@include kbq-typography-level-to-styles-css-variables(typography, text-normal-strong);
|
|
297
186
|
}
|
|
298
187
|
|
|
299
188
|
.kbq-text-normal-medium {
|
|
300
|
-
@include kbq-typography-level-to-
|
|
189
|
+
@include kbq-typography-level-to-styles-css-variables(typography, text-normal-medium);
|
|
301
190
|
}
|
|
302
191
|
|
|
303
192
|
.kbq-text-compact {
|
|
304
|
-
@include kbq-typography-level-to-
|
|
193
|
+
@include kbq-typography-level-to-styles-css-variables(typography, text-compact);
|
|
305
194
|
}
|
|
306
195
|
|
|
307
196
|
.kbq-text-compact-strong {
|
|
308
|
-
@include kbq-typography-level-to-
|
|
197
|
+
@include kbq-typography-level-to-styles-css-variables(typography, text-compact-strong);
|
|
309
198
|
}
|
|
310
199
|
|
|
311
200
|
.kbq-text-compact-medium {
|
|
312
|
-
@include kbq-typography-level-to-
|
|
201
|
+
@include kbq-typography-level-to-styles-css-variables(typography, text-compact-medium);
|
|
313
202
|
}
|
|
314
203
|
|
|
315
204
|
.kbq-caps-big {
|
|
316
|
-
@include kbq-typography-level-to-
|
|
205
|
+
@include kbq-typography-level-to-styles-css-variables(typography, caps-big);
|
|
317
206
|
}
|
|
318
207
|
|
|
319
208
|
.kbq-caps-big-strong {
|
|
320
|
-
@include kbq-typography-level-to-
|
|
209
|
+
@include kbq-typography-level-to-styles-css-variables(typography, caps-big-strong);
|
|
321
210
|
}
|
|
322
211
|
|
|
323
212
|
.kbq-caps-normal {
|
|
324
|
-
@include kbq-typography-level-to-
|
|
213
|
+
@include kbq-typography-level-to-styles-css-variables(typography, caps-normal);
|
|
325
214
|
}
|
|
326
215
|
|
|
327
216
|
.kbq-caps-normal-strong {
|
|
328
|
-
@include kbq-typography-level-to-
|
|
217
|
+
@include kbq-typography-level-to-styles-css-variables(typography, caps-normal-strong);
|
|
329
218
|
}
|
|
330
219
|
|
|
331
220
|
.kbq-caps-compact {
|
|
332
|
-
@include kbq-typography-level-to-
|
|
221
|
+
@include kbq-typography-level-to-styles-css-variables(typography, caps-compact);
|
|
333
222
|
}
|
|
334
223
|
|
|
335
224
|
.kbq-caps-compact-strong {
|
|
336
|
-
@include kbq-typography-level-to-
|
|
225
|
+
@include kbq-typography-level-to-styles-css-variables(typography, caps-compact-strong);
|
|
337
226
|
}
|
|
338
227
|
|
|
339
228
|
.kbq-mono-big {
|
|
340
|
-
@include kbq-typography-level-to-
|
|
229
|
+
@include kbq-typography-level-to-styles-css-variables(typography, mono-big);
|
|
341
230
|
}
|
|
342
231
|
|
|
343
232
|
.kbq-mono-big-strong {
|
|
344
|
-
@include kbq-typography-level-to-
|
|
233
|
+
@include kbq-typography-level-to-styles-css-variables(typography, mono-big-strong);
|
|
345
234
|
}
|
|
346
235
|
|
|
347
236
|
.kbq-mono-normal {
|
|
348
|
-
@include kbq-typography-level-to-
|
|
237
|
+
@include kbq-typography-level-to-styles-css-variables(typography, mono-normal);
|
|
349
238
|
}
|
|
350
239
|
|
|
351
240
|
.kbq-mono-normal-strong {
|
|
352
|
-
@include kbq-typography-level-to-
|
|
241
|
+
@include kbq-typography-level-to-styles-css-variables(typography, mono-normal-strong);
|
|
353
242
|
}
|
|
354
243
|
|
|
355
244
|
.kbq-mono-compact {
|
|
356
|
-
@include kbq-typography-level-to-
|
|
245
|
+
@include kbq-typography-level-to-styles-css-variables(typography, mono-compact);
|
|
357
246
|
}
|
|
358
247
|
|
|
359
248
|
.kbq-mono-compact-strong {
|
|
360
|
-
@include kbq-typography-level-to-
|
|
249
|
+
@include kbq-typography-level-to-styles-css-variables(typography, mono-compact-strong);
|
|
361
250
|
}
|
|
362
251
|
|
|
363
252
|
.kbq-tabular-big {
|
|
364
|
-
@include kbq-typography-level-to-
|
|
253
|
+
@include kbq-typography-level-to-styles-css-variables(typography, tabular-big);
|
|
365
254
|
}
|
|
366
255
|
|
|
367
256
|
.kbq-tabular-big-strong {
|
|
368
|
-
@include kbq-typography-level-to-
|
|
257
|
+
@include kbq-typography-level-to-styles-css-variables(typography, tabular-big-strong);
|
|
369
258
|
}
|
|
370
259
|
|
|
371
260
|
.kbq-tabular-normal {
|
|
372
|
-
@include kbq-typography-level-to-
|
|
261
|
+
@include kbq-typography-level-to-styles-css-variables(typography, tabular-normal);
|
|
373
262
|
}
|
|
374
263
|
|
|
375
264
|
.kbq-tabular-normal-strong {
|
|
376
|
-
@include kbq-typography-level-to-
|
|
265
|
+
@include kbq-typography-level-to-styles-css-variables(typography, tabular-normal-strong);
|
|
377
266
|
}
|
|
378
267
|
|
|
379
268
|
.kbq-tabular-compact {
|
|
380
|
-
@include kbq-typography-level-to-
|
|
269
|
+
@include kbq-typography-level-to-styles-css-variables(typography, tabular-compact);
|
|
381
270
|
}
|
|
382
271
|
|
|
383
272
|
.kbq-tabular-compact-strong {
|
|
384
|
-
@include kbq-typography-level-to-
|
|
273
|
+
@include kbq-typography-level-to-styles-css-variables(typography, tabular-compact-strong);
|
|
385
274
|
}
|
|
386
275
|
|
|
387
276
|
.kbq-italic-big {
|
|
388
|
-
@include kbq-typography-level-to-
|
|
277
|
+
@include kbq-typography-level-to-styles-css-variables(typography, italic-big);
|
|
389
278
|
}
|
|
390
279
|
|
|
391
280
|
.kbq-italic-big-strong {
|
|
392
|
-
@include kbq-typography-level-to-
|
|
281
|
+
@include kbq-typography-level-to-styles-css-variables(typography, italic-big-strong);
|
|
393
282
|
}
|
|
394
283
|
|
|
395
284
|
.kbq-italic-normal {
|
|
396
|
-
@include kbq-typography-level-to-
|
|
285
|
+
@include kbq-typography-level-to-styles-css-variables(typography, italic-normal);
|
|
397
286
|
}
|
|
398
287
|
|
|
399
288
|
.kbq-italic-normal-strong {
|
|
400
|
-
@include kbq-typography-level-to-
|
|
289
|
+
@include kbq-typography-level-to-styles-css-variables(typography, italic-normal-strong);
|
|
401
290
|
}
|
|
402
291
|
|
|
403
292
|
.kbq-italic-compact {
|
|
404
|
-
@include kbq-typography-level-to-
|
|
293
|
+
@include kbq-typography-level-to-styles-css-variables(typography, italic-compact);
|
|
405
294
|
}
|
|
406
295
|
|
|
407
296
|
.kbq-italic-compact-strong {
|
|
408
|
-
@include kbq-typography-level-to-
|
|
297
|
+
@include kbq-typography-level-to-styles-css-variables(typography, italic-compact-strong);
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
[lang='zh-CN'] {
|
|
301
|
+
.kbq-text-normal-strong {
|
|
302
|
+
font-weight: var(--kbq-zh-cn-text-normal-strong-font-weight);
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.kbq-mono-normal-strong {
|
|
306
|
+
font-weight: var(--kbq-zh-cn-mono-normal-strong-font-weight);
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.kbq-text-compact-strong {
|
|
310
|
+
font-weight: var(--kbq-zh-cn-text-compact-strong-font-weight);
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.kbq-mono-compact-strong {
|
|
314
|
+
font-weight: var(--kbq-zh-cn-mono-compact-strong-font-weight);
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
[lang='fa-IR'] {
|
|
319
|
+
.kbq-display-big {
|
|
320
|
+
font-family: var(--kbq-font-fa-ir-accent);
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.kbq-display-normal {
|
|
324
|
+
font-family: var(--kbq-font-fa-ir-accent);
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.kbq-display-compact {
|
|
328
|
+
font-family: var(--kbq-font-fa-ir-accent);
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.kbq-title {
|
|
332
|
+
font-family: var(--kbq-font-fa-ir-accent);
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.kbq-subheading {
|
|
336
|
+
font-family: var(--kbq-font-fa-ir-base);
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.kbq-text-normal {
|
|
340
|
+
font-family: var(--kbq-font-fa-ir-base);
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.kbq-tabular-normal {
|
|
344
|
+
font-family: var(--kbq-font-fa-ir-base);
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
.kbq-text-normal-strong {
|
|
348
|
+
font-family: var(--kbq-font-fa-ir-base);
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.kbq-caps-normal {
|
|
352
|
+
font-family: var(--kbq-font-fa-ir-base);
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.kbq-text-compact {
|
|
356
|
+
font-family: var(--kbq-font-fa-ir-base);
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.kbq-tabular-compact {
|
|
360
|
+
font-family: var(--kbq-font-fa-ir-base);
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.kbq-text-compact-strong {
|
|
364
|
+
font-family: var(--kbq-font-fa-ir-base);
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
.kbq-caps-compact {
|
|
368
|
+
font-family: var(--kbq-font-fa-ir-base);
|
|
369
|
+
}
|
|
409
370
|
}
|
|
410
371
|
}
|
|
411
372
|
|
|
@@ -413,27 +374,27 @@
|
|
|
413
374
|
// h1, h2, h3, h4, h5, h6
|
|
414
375
|
@for $i from 1 through 6 {
|
|
415
376
|
.md-h#{$i} {
|
|
416
|
-
@include kbq-typography-level-to-
|
|
377
|
+
@include kbq-typography-level-to-styles-css-variables(md-typography, md-h#{$i});
|
|
417
378
|
}
|
|
418
379
|
}
|
|
419
380
|
|
|
420
381
|
.md-body {
|
|
421
|
-
@include kbq-typography-level-to-
|
|
382
|
+
@include kbq-typography-level-to-styles-css-variables(md-typography, md-body);
|
|
422
383
|
}
|
|
423
384
|
|
|
424
385
|
.md-body-mono {
|
|
425
|
-
@include kbq-typography-level-to-
|
|
386
|
+
@include kbq-typography-level-to-styles-css-variables(md-typography, md-body-mono);
|
|
426
387
|
}
|
|
427
388
|
|
|
428
389
|
.md-caption {
|
|
429
|
-
@include kbq-typography-level-to-
|
|
390
|
+
@include kbq-typography-level-to-styles-css-variables(md-typography, md-caption);
|
|
430
391
|
}
|
|
431
392
|
|
|
432
393
|
.md-table-cell {
|
|
433
|
-
@include kbq-typography-level-to-
|
|
394
|
+
@include kbq-typography-level-to-styles-css-variables(md-typography, md-table-cell);
|
|
434
395
|
}
|
|
435
396
|
|
|
436
397
|
.md-table-header {
|
|
437
|
-
@include kbq-typography-level-to-
|
|
398
|
+
@include kbq-typography-level-to-styles-css-variables(md-typography, md-table-header);
|
|
438
399
|
}
|
|
439
400
|
}
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
|
|
50
50
|
@mixin kbq-datepicker-typography() {
|
|
51
51
|
.kbq-calendar {
|
|
52
|
-
@include kbq-typography-level-to-
|
|
52
|
+
@include kbq-typography-level-to-styles-css-variables(typography, text-normal);
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.kbq-calendar__table-header th {
|
|
56
|
-
@include kbq-typography-level-to-
|
|
56
|
+
@include kbq-typography-level-to-styles-css-variables(typography, text-normal);
|
|
57
57
|
}
|
|
58
58
|
}
|
package/dl/_dl-theme.scss
CHANGED
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
@mixin kbq-dl-typography() {
|
|
14
14
|
.kbq-dl {
|
|
15
15
|
& .kbq-dt {
|
|
16
|
-
@include kbq-typography-level-to-
|
|
16
|
+
@include kbq-typography-level-to-styles-css-variables(typography, text-normal);
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
& .kbq-dd {
|
|
20
|
-
@include kbq-typography-level-to-
|
|
20
|
+
@include kbq-typography-level-to-styles-css-variables(typography, text-normal);
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
}
|
package/dl/dl-tokens.scss
CHANGED
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
9
|
-
--kbq-description-list-term-color: var(--kbq-foreground-
|
|
9
|
+
--kbq-description-list-term-color: var(--kbq-foreground-contrast-secondary);
|
|
10
10
|
--kbq-description-list-description-color: var(--kbq-foreground-contrast);
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
:where(.kbq-dark, .theme-dark, .kbq-theme-dark) {
|
|
14
|
-
--kbq-description-list-term-color: var(--kbq-foreground-
|
|
14
|
+
--kbq-description-list-term-color: var(--kbq-foreground-contrast-secondary);
|
|
15
15
|
--kbq-description-list-description-color: var(--kbq-foreground-contrast);
|
|
16
16
|
}
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
background: var(--kbq-list-#{$style-name}-container-background);
|
|
6
6
|
color: var(--kbq-list-#{$style-name}-text-color);
|
|
7
7
|
|
|
8
|
+
.kbq-icon:not(.kbq-icon-button, .kbq-icon-item) {
|
|
9
|
+
color: var(--kbq-list-#{$style-name}-text-color);
|
|
10
|
+
}
|
|
11
|
+
|
|
8
12
|
.kbq-dropdown-item__caption {
|
|
9
13
|
color: var(--kbq-list-#{$style-name}-caption-color);
|
|
10
14
|
}
|
|
@@ -55,18 +59,18 @@
|
|
|
55
59
|
@mixin kbq-dropdown-typography() {
|
|
56
60
|
.kbq-dropdown-item,
|
|
57
61
|
.kbq-dropdown__content {
|
|
58
|
-
@include kbq-typography-level-to-
|
|
62
|
+
@include kbq-typography-level-to-styles-css-variables(typography, text-normal);
|
|
59
63
|
|
|
60
64
|
.kbq-dropdown-item__caption {
|
|
61
|
-
@include kbq-typography-level-to-
|
|
65
|
+
@include kbq-typography-level-to-styles-css-variables(typography, text-compact);
|
|
62
66
|
}
|
|
63
67
|
}
|
|
64
68
|
|
|
65
69
|
.kbq-dropdown__group-header {
|
|
66
|
-
@include kbq-typography-level-to-
|
|
70
|
+
@include kbq-typography-level-to-styles-css-variables(typography, big-strong);
|
|
67
71
|
|
|
68
72
|
&.kbq-dropdown__group-header_small {
|
|
69
|
-
@include kbq-typography-level-to-
|
|
73
|
+
@include kbq-typography-level-to-styles-css-variables(typography, caps-compact-strong);
|
|
70
74
|
}
|
|
71
75
|
}
|
|
72
76
|
}
|
|
@@ -30,21 +30,21 @@
|
|
|
30
30
|
|
|
31
31
|
.kbq-empty-state_normal {
|
|
32
32
|
.kbq-empty-state-title {
|
|
33
|
-
@include kbq-typography-level-to-
|
|
33
|
+
@include kbq-typography-level-to-styles-css-variables(typography, text-big-strong);
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
.kbq-empty-state-text {
|
|
37
|
-
@include kbq-typography-level-to-
|
|
37
|
+
@include kbq-typography-level-to-styles-css-variables(typography, text-normal);
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.kbq-empty-state_big {
|
|
42
42
|
.kbq-empty-state-title {
|
|
43
|
-
@include kbq-typography-level-to-
|
|
43
|
+
@include kbq-typography-level-to-styles-css-variables(typography, headline);
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
.kbq-empty-state-text {
|
|
47
|
-
@include kbq-typography-level-to-
|
|
47
|
+
@include kbq-typography-level-to-styles-css-variables(typography, text-normal);
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
}
|