@koobiq/components 18.5.2 → 18.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/accordion/_accordion-theme.scss +3 -3
  2. package/alert/_alert-theme.scss +3 -3
  3. package/badge/_badge-theme.scss +8 -4
  4. package/badge/badge-tokens.scss +8 -0
  5. package/badge/badge.component.d.ts +1 -0
  6. package/button/_button-theme.scss +2 -2
  7. package/button/button-tokens.scss +3 -6
  8. package/button/button.scss +13 -8
  9. package/button-toggle/_button-toggle-theme.scss +1 -1
  10. package/checkbox/_checkbox-theme.scss +4 -4
  11. package/checkbox/checkbox-tokens.scss +4 -4
  12. package/code-block/_code-block-theme.scss +4 -4
  13. package/core/forms/_forms-theme.scss +1 -1
  14. package/core/option/_optgroup-theme.scss +2 -2
  15. package/core/option/_option-action-theme.scss +1 -1
  16. package/core/option/_option-theme.scss +2 -2
  17. package/core/selection/pseudo-checkbox/pseudo-checkbox-tokens.scss +4 -4
  18. package/core/styles/theming/_theming.scss +2 -42
  19. package/core/styles/typography/_typography.scss +120 -159
  20. package/core/styles/visual/_layout.scss +1 -1
  21. package/datepicker/_datepicker-theme.scss +2 -2
  22. package/dl/_dl-theme.scss +2 -2
  23. package/dl/dl-tokens.scss +2 -2
  24. package/dropdown/_dropdown-theme.scss +8 -4
  25. package/empty-state/_empty-state-theme.scss +4 -4
  26. package/esm2022/badge/badge.component.mjs +4 -3
  27. package/esm2022/button/button.component.mjs +2 -2
  28. package/esm2022/checkbox/checkbox.mjs +2 -2
  29. package/esm2022/code-block/code-block.component.mjs +2 -2
  30. package/esm2022/core/option/action.mjs +2 -2
  31. package/esm2022/core/option/optgroup.mjs +2 -2
  32. package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +2 -2
  33. package/esm2022/core/version.mjs +2 -2
  34. package/esm2022/dl/dl.component.mjs +2 -2
  35. package/esm2022/dropdown/dropdown.component.mjs +3 -3
  36. package/esm2022/icon/icon-button.component.mjs +2 -2
  37. package/esm2022/markdown/markdown.component.mjs +2 -2
  38. package/esm2022/select/select.component.mjs +3 -3
  39. package/esm2022/splitter/splitter.component.mjs +3 -3
  40. package/esm2022/timezone/timezone-select.component.mjs +2 -2
  41. package/esm2022/toast/toast.component.mjs +3 -3
  42. package/esm2022/toggle/toggle.component.mjs +3 -3
  43. package/esm2022/tree-select/tree-select.component.mjs +3 -3
  44. package/fesm2022/koobiq-components-badge.mjs +3 -2
  45. package/fesm2022/koobiq-components-badge.mjs.map +1 -1
  46. package/fesm2022/koobiq-components-button.mjs +2 -2
  47. package/fesm2022/koobiq-components-button.mjs.map +1 -1
  48. package/fesm2022/koobiq-components-checkbox.mjs +2 -2
  49. package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
  50. package/fesm2022/koobiq-components-code-block.mjs +2 -2
  51. package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
  52. package/fesm2022/koobiq-components-core.mjs +7 -7
  53. package/fesm2022/koobiq-components-core.mjs.map +1 -1
  54. package/fesm2022/koobiq-components-dl.mjs +2 -2
  55. package/fesm2022/koobiq-components-dropdown.mjs +2 -2
  56. package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
  57. package/fesm2022/koobiq-components-icon.mjs +2 -2
  58. package/fesm2022/koobiq-components-icon.mjs.map +1 -1
  59. package/fesm2022/koobiq-components-markdown.mjs +2 -2
  60. package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
  61. package/fesm2022/koobiq-components-select.mjs +2 -2
  62. package/fesm2022/koobiq-components-select.mjs.map +1 -1
  63. package/fesm2022/koobiq-components-splitter.mjs +2 -2
  64. package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
  65. package/fesm2022/koobiq-components-timezone.mjs +2 -2
  66. package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
  67. package/fesm2022/koobiq-components-toast.mjs +2 -2
  68. package/fesm2022/koobiq-components-toast.mjs.map +1 -1
  69. package/fesm2022/koobiq-components-toggle.mjs +2 -2
  70. package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
  71. package/fesm2022/koobiq-components-tree-select.mjs +2 -2
  72. package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
  73. package/file-upload/_file-upload-theme.scss +7 -7
  74. package/form-field/_form-field-theme.scss +2 -2
  75. package/form-field/_hint-theme.scss +2 -2
  76. package/icon/_icon-button-theme.scss +2 -2
  77. package/input/_input-theme.scss +2 -2
  78. package/link/_link-theme.scss +3 -3
  79. package/list/_list-theme.scss +2 -2
  80. package/loader-overlay/_loader-overlay-theme.scss +4 -4
  81. package/markdown/_markdown-theme.scss +9 -9
  82. package/markdown/markdown-tokens.scss +23 -23
  83. package/modal/_modal-theme.scss +2 -2
  84. package/navbar/_navbar-theme.scss +2 -2
  85. package/package.json +6 -6
  86. package/popover/_popover-theme.scss +2 -2
  87. package/prebuilt-themes/dark-theme.css +1 -1
  88. package/prebuilt-themes/light-theme.css +1 -1
  89. package/prebuilt-themes/theme.css +1 -1
  90. package/progress-bar/_progress-bar-theme.scss +2 -2
  91. package/progress-spinner/_progress-spinner-theme.scss +2 -2
  92. package/radio/_radio-theme.scss +4 -4
  93. package/risk-level/_risk-level-theme.scss +1 -1
  94. package/schematics/collection.json +5 -0
  95. package/schematics/migrations/css-selectors/data.js +65 -0
  96. package/schematics/migrations/css-selectors/index.js +103 -0
  97. package/schematics/migrations/css-selectors/schema.json +25 -0
  98. package/schematics/ng-add/index.js +4 -4
  99. package/select/_select-theme.scss +5 -5
  100. package/sidepanel/_sidepanel-theme.scss +2 -2
  101. package/splitter/_splitter-theme.scss +1 -1
  102. package/table/_table-theme.scss +2 -2
  103. package/tabs/_tabs-theme.scss +1 -1
  104. package/tags/_tag-theme.scss +2 -2
  105. package/textarea/_textarea-theme.scss +1 -1
  106. package/timezone/_timezone-option-theme.scss +4 -4
  107. package/toast/_toast-theme.scss +2 -2
  108. package/toast/toast.component.scss +6 -1
  109. package/toggle/_toggle-theme.scss +5 -5
  110. package/tooltip/_tooltip-theme.scss +2 -2
  111. package/tree/_tree-theme.scss +2 -2
  112. package/tree-select/_tree-select-theme.scss +3 -3
@@ -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-styles_css-variables(typography, headline);
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-styles_css-variables(typography, subheading);
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-styles_css-variables(typography, title);
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-styles_css-variables(typography, display-big);
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-styles_css-variables(typography, display-big-strong);
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-styles_css-variables(typography, display-normal);
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-styles_css-variables(typography, display-normal-strong);
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-styles_css-variables(typography, display-compact);
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-styles_css-variables(typography, display-compact-strong);
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-styles_css-variables(typography, text-big);
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-styles_css-variables(typography, text-big-strong);
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-styles_css-variables(typography, text-big-medium);
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-styles_css-variables(typography, text-normal);
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-styles_css-variables(typography, text-normal-strong);
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-styles_css-variables(typography, text-normal-medium);
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-styles_css-variables(typography, text-compact);
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-styles_css-variables(typography, text-compact-strong);
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-styles_css-variables(typography, text-compact-medium);
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-styles_css-variables(typography, caps-big);
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-styles_css-variables(typography, caps-big-strong);
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-styles_css-variables(typography, caps-normal);
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-styles_css-variables(typography, caps-normal-strong);
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-styles_css-variables(typography, caps-compact);
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-styles_css-variables(typography, caps-compact-strong);
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-styles_css-variables(typography, mono-big);
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-styles_css-variables(typography, mono-big-strong);
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-styles_css-variables(typography, mono-normal);
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-styles_css-variables(typography, mono-normal-strong);
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-styles_css-variables(typography, mono-compact);
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-styles_css-variables(typography, mono-compact-strong);
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-styles_css-variables(typography, tabular-big);
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-styles_css-variables(typography, tabular-big-strong);
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-styles_css-variables(typography, tabular-normal);
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-styles_css-variables(typography, tabular-normal-strong);
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-styles_css-variables(typography, tabular-compact);
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-styles_css-variables(typography, tabular-compact-strong);
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-styles_css-variables(typography, italic-big);
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-styles_css-variables(typography, italic-big-strong);
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-styles_css-variables(typography, italic-normal);
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-styles_css-variables(typography, italic-normal-strong);
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-styles_css-variables(typography, italic-compact);
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-styles_css-variables(typography, italic-compact-strong);
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-styles_css-variables(typography, md-h#{$i});
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-styles_css-variables(typography, md-body);
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-styles_css-variables(typography, md-body-mono);
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-styles_css-variables(typography, md-caption);
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-styles_css-variables(typography, md-table-cell);
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-styles_css-variables(typography, md-table-header);
398
+ @include kbq-typography-level-to-styles-css-variables(md-typography, md-table-header);
438
399
  }
439
400
  }
@@ -475,7 +475,7 @@
475
475
  '7xl': var(--kbq-size-7xl)
476
476
  );
477
477
 
478
- $indents: 'padding', 'margin';
478
+ $indents: 'padding', 'margin', 'gap';
479
479
 
480
480
  @each $indent in $indents {
481
481
  @each $name, $value in $sizes {
@@ -49,10 +49,10 @@
49
49
 
50
50
  @mixin kbq-datepicker-typography() {
51
51
  .kbq-calendar {
52
- @include kbq-typography-level-to-styles_css-variables(typography, text-normal);
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-styles_css-variables(typography, text-normal);
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-styles_css-variables(typography, text-normal);
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-styles_css-variables(typography, text-normal);
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-text-less-contrast);
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-text-less-contrast);
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-styles_css-variables(typography, text-normal);
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-styles_css-variables(typography, text-compact);
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-styles_css-variables(typography, big-strong);
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-styles_css-variables(typography, caps-compact-strong);
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-styles_css-variables(typography, text-big-strong);
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-styles_css-variables(typography, text-normal);
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-styles_css-variables(typography, headline);
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-styles_css-variables(typography, text-normal);
47
+ @include kbq-typography-level-to-styles-css-variables(typography, text-normal);
48
48
  }
49
49
  }
50
50
  }