@koobiq/components 17.2.0 → 17.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/alert/_alert-theme.scss +3 -3
  2. package/autocomplete/_autocomplete-theme.scss +2 -2
  3. package/badge/_badge-theme.scss +6 -5
  4. package/button/_button-theme.scss +4 -4
  5. package/button-toggle/_button-toggle-theme.scss +4 -1
  6. package/checkbox/_checkbox-theme.scss +35 -17
  7. package/code-block/_code-block-theme.scss +109 -105
  8. package/core/forms/_forms.scss +2 -2
  9. package/core/option/_option-action-theme.scss +1 -1
  10. package/core/option/_option-theme.scss +7 -4
  11. package/core/selection/pseudo-checkbox/_pseudo-checkbox-theme.scss +5 -5
  12. package/core/styles/_koobiq-theme.scss +2 -2
  13. package/core/styles/theming/_components-theming.scss +17 -19
  14. package/core/styles/theming/_scrollbar-theme.scss +6 -5
  15. package/core/styles/typography/_typography.scss +70 -68
  16. package/datepicker/_datepicker-theme.scss +14 -11
  17. package/datepicker/datepicker-content.scss +8 -3
  18. package/datepicker/datepicker-toggle.scss +1 -0
  19. package/dl/_dl-theme.scss +2 -2
  20. package/dropdown/_dropdown-theme.scss +4 -4
  21. package/empty-state/_empty-state-theme.scss +2 -2
  22. package/esm2022/core/common-behaviors/common-module.mjs +2 -2
  23. package/esm2022/core/version.mjs +2 -2
  24. package/esm2022/datepicker/datepicker.component.mjs +3 -3
  25. package/esm2022/form-field/form-field.mjs +2 -2
  26. package/esm2022/form-field/stepper.mjs +2 -2
  27. package/esm2022/icon/icon-button.component.mjs +2 -2
  28. package/esm2022/list/list-selection.component.mjs +2 -2
  29. package/esm2022/list/list.component.mjs +2 -2
  30. package/esm2022/popover/popover.component.mjs +15 -2
  31. package/esm2022/select/select.component.mjs +2 -2
  32. package/esm2022/tabs/tab-body.component.mjs +3 -3
  33. package/esm2022/tabs/tab.component.mjs +3 -4
  34. package/esm2022/toast/toast.component.mjs +3 -3
  35. package/fesm2022/koobiq-components-core.mjs +2 -2
  36. package/fesm2022/koobiq-components-core.mjs.map +1 -1
  37. package/fesm2022/koobiq-components-datepicker.mjs +2 -2
  38. package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
  39. package/fesm2022/koobiq-components-form-field.mjs +4 -4
  40. package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
  41. package/fesm2022/koobiq-components-icon.mjs +2 -2
  42. package/fesm2022/koobiq-components-list.mjs +4 -4
  43. package/fesm2022/koobiq-components-list.mjs.map +1 -1
  44. package/fesm2022/koobiq-components-popover.mjs +14 -1
  45. package/fesm2022/koobiq-components-popover.mjs.map +1 -1
  46. package/fesm2022/koobiq-components-select.mjs +1 -1
  47. package/fesm2022/koobiq-components-select.mjs.map +1 -1
  48. package/fesm2022/koobiq-components-tabs.mjs +4 -5
  49. package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
  50. package/fesm2022/koobiq-components-toast.mjs +2 -2
  51. package/fesm2022/koobiq-components-toast.mjs.map +1 -1
  52. package/file-upload/_file-upload-theme.scss +31 -27
  53. package/form-field/_form-field-theme.scss +6 -6
  54. package/form-field/form-field.scss +2 -2
  55. package/form-field/stepper.scss +1 -1
  56. package/icon/_icon-button-theme.scss +45 -26
  57. package/icon/_icon-item-theme.scss +1 -1
  58. package/icon/icon-button.scss +4 -4
  59. package/input/_input-theme.scss +1 -1
  60. package/link/_link-theme.scss +12 -6
  61. package/list/_list-theme.scss +8 -5
  62. package/list/list.scss +1 -0
  63. package/loader-overlay/_loader-overlay-theme.scss +10 -6
  64. package/markdown/_markdown-theme.scss +1 -1
  65. package/modal/_modal-theme.scss +6 -5
  66. package/navbar/_navbar-theme.scss +8 -8
  67. package/package.json +10 -10
  68. package/popover/_popover-theme.scss +4 -4
  69. package/popover/popover.component.d.ts +6 -5
  70. package/prebuilt-themes/dark-theme.css +1 -1
  71. package/prebuilt-themes/light-theme.css +1 -1
  72. package/progress-bar/_progress-bar-theme.scss +2 -2
  73. package/progress-spinner/_progress-spinner-theme.scss +3 -3
  74. package/radio/_radio-theme.scss +15 -19
  75. package/schematics/ng-add/index.js +2 -2
  76. package/scrollbar/_scrollbar-component-theme.scss +27 -12
  77. package/select/_select-theme.scss +2 -2
  78. package/sidepanel/_sidepanel-theme.scss +4 -4
  79. package/splitter/_splitter-theme.scss +1 -2
  80. package/tabs/_tabs-theme.scss +4 -3
  81. package/tags/_tag-theme.scss +7 -5
  82. package/timepicker/timepicker.scss +1 -0
  83. package/timezone/_timezone-option-theme.scss +3 -3
  84. package/toast/_toast-theme.scss +1 -1
  85. package/toast/toast.component.scss +1 -1
  86. package/toggle/_toggle-theme.scss +1 -1
  87. package/tooltip/_tooltip-theme.scss +1 -0
  88. package/tree/_tree-theme.scss +5 -5
  89. package/tree/toggle.scss +1 -1
  90. package/tree-select/_tree-select-theme.scss +2 -2
  91. package/toggle/README.md +0 -0
@@ -10,15 +10,15 @@
10
10
  background: kbq-css-variable(list-#{$style-name}-container-background, map.get($state, container-background));
11
11
 
12
12
  .kbq-option-text {
13
- color: kbq-css-variable(list-#{$style-name}-text, map.get($state, text));
13
+ color: kbq-css-variable(list-#{$style-name}-text-color, map.get($state, text));
14
14
  }
15
15
 
16
16
  .kbq-option-action .kbq-icon {
17
- color: kbq-css-variable(list-#{$style-name}-icon-button, map.get($state, icon-button));
17
+ color: kbq-css-variable(list-#{$style-name}-icon-button-color, map.get($state, icon-button));
18
18
  }
19
19
 
20
20
  .kbq-option-caption {
21
- color: kbq-css-variable(list-#{$style-name}-caption, map.get($state, caption));
21
+ color: kbq-css-variable(list-#{$style-name}-caption-color, map.get($state, caption));
22
22
  }
23
23
  }
24
24
 
@@ -34,7 +34,10 @@
34
34
 
35
35
  &.kbq-focused,
36
36
  &.kbq-active {
37
- border-color: map.get($list-item, states-focused, focus-outline);
37
+ border-color: kbq-css-variable(
38
+ list-states-focused-focus-outline-color,
39
+ map.get($list-item, states-focused, focus-outline)
40
+ );
38
41
  }
39
42
 
40
43
  &.kbq-selected {
@@ -16,18 +16,18 @@
16
16
 
17
17
  &.kbq-checked,
18
18
  &.kbq-indeterminate {
19
- border-color: kbq-css-variable(#{$base}-checked-border, map.get($style, checked, border));
20
- background: kbq-css-variable(#{$base}-checked-background, map.get($style, checked, background));
19
+ border-color: kbq-css-variable(#{$base}-states-checked-border, map.get($style, checked, border));
20
+ background: kbq-css-variable(#{$base}-states-checked-background, map.get($style, checked, background));
21
21
  }
22
22
 
23
23
  &.kbq-disabled {
24
24
  & .kbq-checkbox-checkmark,
25
25
  & .kbq-checkbox-mixedmark {
26
- color: kbq-css-variable(#{$base}-disabled-color, map.get($style, disabled, color));
26
+ color: kbq-css-variable(#{$base}-states-disabled-color, map.get($style, disabled, color));
27
27
  }
28
28
 
29
- border-color: kbq-css-variable(#{$base}-disabled-border, map.get($style, disabled, border));
30
- background: kbq-css-variable(#{$base}-disabled-background, map.get($style, disabled, background));
29
+ border-color: kbq-css-variable(#{$base}-states-disabled-border, map.get($style, disabled, border));
30
+ background: kbq-css-variable(#{$base}-states-disabled-background, map.get($style, disabled, background));
31
31
  }
32
32
  }
33
33
 
@@ -119,8 +119,8 @@
119
119
  $md-config: kbq-markdown-typography-config($tokens);
120
120
  }
121
121
 
122
- @include kbq-base-typography($config);
123
- @include kbq-markdown-base-typography($md-config);
122
+ @include kbq-base-typography();
123
+ @include kbq-markdown-base-typography();
124
124
 
125
125
  @include kbq-alert-typography($config);
126
126
  @include kbq-badge-typography($config);
@@ -254,7 +254,7 @@
254
254
  )
255
255
  ),
256
256
  transparent: (
257
- theme: (
257
+ theme-fade-on: (
258
258
  border: map.get($tokens, 'button-#{$scheme}-transparent-theme-fade-on-border'),
259
259
  foreground: map.get($tokens, 'button-#{$scheme}-transparent-theme-fade-on-foreground'),
260
260
  background: map.get($tokens, 'button-#{$scheme}-transparent-theme-fade-on-background'),
@@ -271,7 +271,7 @@
271
271
  states-disabled-right-icon:
272
272
  map.get($tokens, 'button-#{$scheme}-transparent-theme-fade-on-states-disabled-right-icon')
273
273
  ),
274
- contrast: (
274
+ contrast-fade-on: (
275
275
  border: map.get($tokens, 'button-#{$scheme}-transparent-contrast-fade-on-border'),
276
276
  foreground: map.get($tokens, 'button-#{$scheme}-transparent-contrast-fade-on-foreground'),
277
277
  background: map.get($tokens, 'button-#{$scheme}-transparent-contrast-fade-on-background'),
@@ -885,10 +885,8 @@
885
885
  );
886
886
 
887
887
  $link: (
888
- default: (
889
- text: map.get($tokens, 'link-#{$scheme}-text'),
890
- border-bottom: map.get($tokens, 'link-#{$scheme}-border-bottom')
891
- ),
888
+ text: map.get($tokens, 'link-#{$scheme}-text'),
889
+ border-bottom: map.get($tokens, 'link-#{$scheme}-border-bottom'),
892
890
  state-visited: (
893
891
  text: map.get($tokens, 'link-#{$scheme}-state-visited-text'),
894
892
  border-bottom: map.get($tokens, 'link-#{$scheme}-state-visited-border-bottom')
@@ -1019,25 +1017,25 @@
1019
1017
  icon-left: map.get($tokens, 'navbar-item-#{$scheme}-default-content-icon-left'),
1020
1018
  icon-right: map.get($tokens, 'navbar-item-#{$scheme}-default-content-icon-right')
1021
1019
  ),
1022
- hover: (
1020
+ states-hover: (
1023
1021
  background: map.get($tokens, 'navbar-item-#{$scheme}-states-hover-content-background'),
1024
1022
  text: map.get($tokens, 'navbar-item-#{$scheme}-states-hover-content-text'),
1025
1023
  icon-left: map.get($tokens, 'navbar-item-#{$scheme}-states-hover-content-icon-left'),
1026
1024
  icon-right: map.get($tokens, 'navbar-item-#{$scheme}-states-hover-content-icon-right')
1027
1025
  ),
1028
- selected: (
1026
+ states-selected: (
1029
1027
  background: map.get($tokens, 'navbar-item-#{$scheme}-states-selected-content-background'),
1030
1028
  text: map.get($tokens, 'navbar-item-#{$scheme}-states-selected-content-text'),
1031
1029
  icon-left: map.get($tokens, 'navbar-item-#{$scheme}-states-selected-content-icon-left'),
1032
1030
  icon-right: map.get($tokens, 'navbar-item-#{$scheme}-states-selected-content-icon-right')
1033
1031
  ),
1034
- selected-hover: (
1032
+ states-selected-hover: (
1035
1033
  background: map.get($tokens, 'navbar-item-#{$scheme}-states-selected-hover-content-background'),
1036
1034
  text: map.get($tokens, 'navbar-item-#{$scheme}-states-selected-hover-content-text'),
1037
1035
  icon-left: map.get($tokens, 'navbar-item-#{$scheme}-states-selected-hover-content-icon-left'),
1038
1036
  icon-right: map.get($tokens, 'navbar-item-#{$scheme}-states-selected-hover-content-icon-right')
1039
1037
  ),
1040
- disabled: (
1038
+ states-disabled: (
1041
1039
  background: map.get($tokens, 'navbar-item-#{$scheme}-states-disabled-content-background'),
1042
1040
  text: map.get($tokens, 'navbar-item-#{$scheme}-states-disabled-content-text'),
1043
1041
  icon-left: map.get($tokens, 'navbar-item-#{$scheme}-states-disabled-content-icon-left'),
@@ -1531,20 +1529,20 @@
1531
1529
  icon: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-default-icon'),
1532
1530
  close-button: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-default-close-button')
1533
1531
  ),
1534
- hover: (
1532
+ states-hover: (
1535
1533
  background: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-hover-background'),
1536
1534
  text: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-hover-text'),
1537
1535
  icon: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-hover-icon'),
1538
1536
  close-button: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-hover-close-button')
1539
1537
  ),
1540
- focus: (
1538
+ states-focus: (
1541
1539
  background: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-focus-background'),
1542
1540
  text: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-focus-text'),
1543
1541
  icon: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-focus-icon'),
1544
1542
  close-button: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-focus-close-button'),
1545
1543
  outline: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-focus-outline')
1546
1544
  ),
1547
- disabled: (
1545
+ states-disabled: (
1548
1546
  background: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-disabled-background'),
1549
1547
  text: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-disabled-text'),
1550
1548
  icon: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-disabled-icon'),
@@ -1558,20 +1556,20 @@
1558
1556
  icon: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-default-icon'),
1559
1557
  close-button: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-default-close-button')
1560
1558
  ),
1561
- hover: (
1559
+ states-hover: (
1562
1560
  background: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-hover-background'),
1563
1561
  text: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-hover-text'),
1564
1562
  icon: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-hover-icon'),
1565
1563
  close-button: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-hover-close-button')
1566
1564
  ),
1567
- focus: (
1565
+ states-focus: (
1568
1566
  background: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-focus-background'),
1569
1567
  text: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-focus-text'),
1570
1568
  icon: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-focus-icon'),
1571
1569
  close-button: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-focus-close-button'),
1572
1570
  outline: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-focus-outline')
1573
1571
  ),
1574
- disabled: (
1572
+ states-disabled: (
1575
1573
  background: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-disabled-background'),
1576
1574
  text: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-disabled-text'),
1577
1575
  icon: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-disabled-icon'),
@@ -1585,20 +1583,20 @@
1585
1583
  icon: map.get($tokens, 'tag-#{$scheme}-error-fade-on-default-icon'),
1586
1584
  close-button: map.get($tokens, 'tag-#{$scheme}-error-fade-on-default-close-button')
1587
1585
  ),
1588
- hover: (
1586
+ states-hover: (
1589
1587
  background: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-hover-background'),
1590
1588
  text: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-hover-text'),
1591
1589
  icon: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-hover-icon'),
1592
1590
  close-button: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-hover-close-button')
1593
1591
  ),
1594
- focus: (
1592
+ states-focus: (
1595
1593
  background: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-focus-background'),
1596
1594
  text: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-focus-text'),
1597
1595
  icon: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-focus-icon'),
1598
1596
  close-button: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-focus-close-button'),
1599
1597
  outline: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-focus-outline')
1600
1598
  ),
1601
- disabled: (
1599
+ states-disabled: (
1602
1600
  background: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-disabled-background'),
1603
1601
  text: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-disabled-text'),
1604
1602
  icon: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-disabled-icon'),
@@ -58,7 +58,8 @@
58
58
 
59
59
  // firefox
60
60
  @supports not selector(::-webkit-scrollbar) {
61
- scrollbar-color: map.get($scrollbar, default) transparent;
61
+ scrollbar-color: kbq-css-variable(scrollbar-thumb-default-background, map.get($scrollbar, default))
62
+ transparent;
62
63
  }
63
64
 
64
65
  // webkit
@@ -72,18 +73,18 @@
72
73
  border-color: transparent;
73
74
 
74
75
  background-clip: content-box;
75
- background-color: map.get($scrollbar, default);
76
+ background-color: kbq-css-variable(scrollbar-thumb-default-background, map.get($scrollbar, default));
76
77
 
77
78
  &:hover {
78
- background-color: map.get($scrollbar, hover);
79
+ background-color: kbq-css-variable(scrollbar-thumb-hover-background, map.get($scrollbar, hover));
79
80
  }
80
81
 
81
82
  &:disabled {
82
- background-color: map.get($scrollbar, disabled);
83
+ background-color: kbq-css-variable(scrollbar-thumb-disabled-background, map.get($scrollbar, disabled));
83
84
  }
84
85
 
85
86
  &:active {
86
- background-color: map.get($scrollbar, active);
87
+ background-color: kbq-css-variable(scrollbar-thumb-active-background, map.get($scrollbar, active));
87
88
  }
88
89
  }
89
90
  }
@@ -2,6 +2,8 @@
2
2
 
3
3
  @use 'typography-utils' as *;
4
4
 
5
+ @use '../common/tokens' as *;
6
+
5
7
  @function kbq-typography-config($tokens) {
6
8
  $font-family: map.get($tokens, font-family-base);
7
9
  $typography: map.get(map.get($tokens, koobiq), typography);
@@ -147,275 +149,275 @@
147
149
  );
148
150
  }
149
151
 
150
- @mixin kbq-base-typography($config) {
152
+ @mixin kbq-base-typography() {
151
153
  //legacy will be deleted
152
154
  .kbq-display-1 {
153
- @include kbq-typography-level-to-styles($config, display-1);
155
+ @include kbq-typography-level-to-styles_css-variables(typography, display-1);
154
156
  }
155
157
 
156
158
  .kbq-display-2 {
157
- @include kbq-typography-level-to-styles($config, display-2);
159
+ @include kbq-typography-level-to-styles_css-variables(typography, display-2);
158
160
  }
159
161
 
160
162
  .kbq-display-3 {
161
- @include kbq-typography-level-to-styles($config, display-3);
163
+ @include kbq-typography-level-to-styles_css-variables(typography, display-3);
162
164
  }
163
165
 
164
166
  .kbq-display-1-strong {
165
- @include kbq-typography-level-to-styles($config, display-1-strong);
167
+ @include kbq-typography-level-to-styles_css-variables(typography, display-1-strong);
166
168
  }
167
169
 
168
170
  .kbq-display-2-strong {
169
- @include kbq-typography-level-to-styles($config, display-2-strong);
171
+ @include kbq-typography-level-to-styles_css-variables(typography, display-2-strong);
170
172
  }
171
173
 
172
174
  .kbq-display-3-strong {
173
- @include kbq-typography-level-to-styles($config, display-3-strong);
175
+ @include kbq-typography-level-to-styles_css-variables(typography, display-3-strong);
174
176
  }
175
177
 
176
178
  .kbq-headline {
177
- @include kbq-typography-level-to-styles($config, headline);
179
+ @include kbq-typography-level-to-styles_css-variables(typography, headline);
178
180
  }
179
181
 
180
182
  .kbq-subheading {
181
- @include kbq-typography-level-to-styles($config, subheading);
183
+ @include kbq-typography-level-to-styles_css-variables(typography, subheading);
182
184
  }
183
185
 
184
186
  .kbq-title {
185
- @include kbq-typography-level-to-styles($config, title);
187
+ @include kbq-typography-level-to-styles_css-variables(typography, title);
186
188
  }
187
189
 
188
190
  .kbq-body {
189
- @include kbq-typography-level-to-styles($config, body);
191
+ @include kbq-typography-level-to-styles_css-variables(typography, body);
190
192
  }
191
193
 
192
194
  .kbq-body_tabular {
193
- @include kbq-typography-level-to-styles($config, body-tabular);
195
+ @include kbq-typography-level-to-styles_css-variables(typography, body-tabular);
194
196
  }
195
197
 
196
198
  .kbq-body_strong {
197
- @include kbq-typography-level-to-styles($config, body-strong);
199
+ @include kbq-typography-level-to-styles_css-variables(typography, body-strong);
198
200
  }
199
201
 
200
202
  .kbq-body_caps {
201
- @include kbq-typography-level-to-styles($config, body-caps);
203
+ @include kbq-typography-level-to-styles_css-variables(typography, body-caps);
202
204
  }
203
205
 
204
206
  .kbq-body_mono {
205
- @include kbq-typography-level-to-styles($config, body-mono);
207
+ @include kbq-typography-level-to-styles_css-variables(typography, body-mono);
206
208
  }
207
209
 
208
210
  .kbq-body_mono_strong {
209
- @include kbq-typography-level-to-styles($config, body-mono-strong);
211
+ @include kbq-typography-level-to-styles_css-variables(typography, body-mono-strong);
210
212
  }
211
213
 
212
214
  .kbq-caption {
213
- @include kbq-typography-level-to-styles($config, caption);
215
+ @include kbq-typography-level-to-styles_css-variables(typography, caption);
214
216
  }
215
217
 
216
218
  .kbq-caption_tabular {
217
- @include kbq-typography-level-to-styles($config, caption-tabular);
219
+ @include kbq-typography-level-to-styles_css-variables(typography, caption-tabular);
218
220
  }
219
221
 
220
222
  .kbq-caption_strong {
221
- @include kbq-typography-level-to-styles($config, caption-strong);
223
+ @include kbq-typography-level-to-styles_css-variables(typography, caption-strong);
222
224
  }
223
225
 
224
226
  .kbq-caption_caps {
225
- @include kbq-typography-level-to-styles($config, caption-caps);
227
+ @include kbq-typography-level-to-styles_css-variables(typography, caption-caps);
226
228
  }
227
229
 
228
230
  .kbq-caption_mono {
229
- @include kbq-typography-level-to-styles($config, caption-mono);
231
+ @include kbq-typography-level-to-styles_css-variables(typography, caption-mono);
230
232
  }
231
233
 
232
234
  .kbq-caption_mono_strong {
233
- @include kbq-typography-level-to-styles($config, caption-mono-strong);
235
+ @include kbq-typography-level-to-styles_css-variables(typography, caption-mono-strong);
234
236
  }
235
237
 
236
238
  //.kbq-small-text {
237
- // @include kbq-typography-level-to-styles($config, small-text);
239
+ // @include kbq-typography-level-to-styles_css-variables(typography,config, small-text);
238
240
  //}
239
241
 
240
242
  .kbq-extra-small-text {
241
- @include kbq-typography-level-to-styles($config, extra-small-text);
243
+ @include kbq-typography-level-to-styles_css-variables(typography, extra-small-text);
242
244
  }
243
245
 
244
246
  .kbq-extra-small-text-strong {
245
- @include kbq-typography-level-to-styles($config, extra-small-text-strong);
247
+ @include kbq-typography-level-to-styles_css-variables(typography, extra-small-text-strong);
246
248
  }
247
249
 
248
250
  // new
249
251
  .kbq-display-big {
250
- @include kbq-typography-level-to-styles($config, display-big);
252
+ @include kbq-typography-level-to-styles_css-variables(typography, display-big);
251
253
  }
252
254
 
253
255
  .kbq-display-big-strong {
254
- @include kbq-typography-level-to-styles($config, display-big-strong);
256
+ @include kbq-typography-level-to-styles_css-variables(typography, display-big-strong);
255
257
  }
256
258
 
257
259
  .kbq-display-normal {
258
- @include kbq-typography-level-to-styles($config, display-normal);
260
+ @include kbq-typography-level-to-styles_css-variables(typography, display-normal);
259
261
  }
260
262
 
261
263
  .kbq-display-normal-strong {
262
- @include kbq-typography-level-to-styles($config, display-normal-strong);
264
+ @include kbq-typography-level-to-styles_css-variables(typography, display-normal-strong);
263
265
  }
264
266
 
265
267
  .kbq-display-compact {
266
- @include kbq-typography-level-to-styles($config, display-compact);
268
+ @include kbq-typography-level-to-styles_css-variables(typography, display-compact);
267
269
  }
268
270
 
269
271
  .kbq-display-compact-strong {
270
- @include kbq-typography-level-to-styles($config, display-compact-strong);
272
+ @include kbq-typography-level-to-styles_css-variables(typography, display-compact-strong);
271
273
  }
272
274
 
273
275
  .kbq-text-big {
274
- @include kbq-typography-level-to-styles($config, text-big);
276
+ @include kbq-typography-level-to-styles_css-variables(typography, text-big);
275
277
  }
276
278
 
277
279
  .kbq-text-big-strong {
278
- @include kbq-typography-level-to-styles($config, text-big-strong);
280
+ @include kbq-typography-level-to-styles_css-variables(typography, text-big-strong);
279
281
  }
280
282
 
281
283
  .kbq-text-normal {
282
- @include kbq-typography-level-to-styles($config, text-normal);
284
+ @include kbq-typography-level-to-styles_css-variables(typography, text-normal);
283
285
  }
284
286
 
285
287
  .kbq-text-normal-strong {
286
- @include kbq-typography-level-to-styles($config, text-normal-strong);
288
+ @include kbq-typography-level-to-styles_css-variables(typography, text-normal-strong);
287
289
  }
288
290
 
289
291
  .kbq-text-compact {
290
- @include kbq-typography-level-to-styles($config, text-compact);
292
+ @include kbq-typography-level-to-styles_css-variables(typography, text-compact);
291
293
  }
292
294
 
293
295
  .kbq-text-compact-strong {
294
- @include kbq-typography-level-to-styles($config, text-compact-strong);
296
+ @include kbq-typography-level-to-styles_css-variables(typography, text-compact-strong);
295
297
  }
296
298
 
297
299
  .kbq-caps-big {
298
- @include kbq-typography-level-to-styles($config, caps-big);
300
+ @include kbq-typography-level-to-styles_css-variables(typography, caps-big);
299
301
  }
300
302
 
301
303
  .kbq-caps-big-strong {
302
- @include kbq-typography-level-to-styles($config, caps-big-strong);
304
+ @include kbq-typography-level-to-styles_css-variables(typography, caps-big-strong);
303
305
  }
304
306
 
305
307
  .kbq-caps-normal {
306
- @include kbq-typography-level-to-styles($config, caps-normal);
308
+ @include kbq-typography-level-to-styles_css-variables(typography, caps-normal);
307
309
  }
308
310
 
309
311
  .kbq-caps-normal-strong {
310
- @include kbq-typography-level-to-styles($config, caps-normal-strong);
312
+ @include kbq-typography-level-to-styles_css-variables(typography, caps-normal-strong);
311
313
  }
312
314
 
313
315
  .kbq-caps-compact {
314
- @include kbq-typography-level-to-styles($config, caps-compact);
316
+ @include kbq-typography-level-to-styles_css-variables(typography, caps-compact);
315
317
  }
316
318
 
317
319
  .kbq-caps-compact-strong {
318
- @include kbq-typography-level-to-styles($config, caps-compact-strong);
320
+ @include kbq-typography-level-to-styles_css-variables(typography, caps-compact-strong);
319
321
  }
320
322
 
321
323
  .kbq-mono-big {
322
- @include kbq-typography-level-to-styles($config, mono-big);
324
+ @include kbq-typography-level-to-styles_css-variables(typography, mono-big);
323
325
  }
324
326
 
325
327
  .kbq-mono-big-strong {
326
- @include kbq-typography-level-to-styles($config, mono-big-strong);
328
+ @include kbq-typography-level-to-styles_css-variables(typography, mono-big-strong);
327
329
  }
328
330
 
329
331
  .kbq-mono-normal {
330
- @include kbq-typography-level-to-styles($config, mono-normal);
332
+ @include kbq-typography-level-to-styles_css-variables(typography, mono-normal);
331
333
  }
332
334
 
333
335
  .kbq-mono-normal-strong {
334
- @include kbq-typography-level-to-styles($config, mono-normal-strong);
336
+ @include kbq-typography-level-to-styles_css-variables(typography, mono-normal-strong);
335
337
  }
336
338
 
337
339
  .kbq-mono-compact {
338
- @include kbq-typography-level-to-styles($config, mono-compact);
340
+ @include kbq-typography-level-to-styles_css-variables(typography, mono-compact);
339
341
  }
340
342
 
341
343
  .kbq-mono-compact-strong {
342
- @include kbq-typography-level-to-styles($config, mono-compact-strong);
344
+ @include kbq-typography-level-to-styles_css-variables(typography, mono-compact-strong);
343
345
  }
344
346
 
345
347
  .kbq-tabular-big {
346
- @include kbq-typography-level-to-styles($config, tabular-big);
348
+ @include kbq-typography-level-to-styles_css-variables(typography, tabular-big);
347
349
  }
348
350
 
349
351
  .kbq-tabular-big-strong {
350
- @include kbq-typography-level-to-styles($config, tabular-big-strong);
352
+ @include kbq-typography-level-to-styles_css-variables(typography, tabular-big-strong);
351
353
  }
352
354
 
353
355
  .kbq-tabular-normal {
354
- @include kbq-typography-level-to-styles($config, tabular-normal);
356
+ @include kbq-typography-level-to-styles_css-variables(typography, tabular-normal);
355
357
  }
356
358
 
357
359
  .kbq-tabular-normal-strong {
358
- @include kbq-typography-level-to-styles($config, tabular-normal-strong);
360
+ @include kbq-typography-level-to-styles_css-variables(typography, tabular-normal-strong);
359
361
  }
360
362
 
361
363
  .kbq-tabular-compact {
362
- @include kbq-typography-level-to-styles($config, tabular-compact);
364
+ @include kbq-typography-level-to-styles_css-variables(typography, tabular-compact);
363
365
  }
364
366
 
365
367
  .kbq-tabular-compact-strong {
366
- @include kbq-typography-level-to-styles($config, tabular-compact-strong);
368
+ @include kbq-typography-level-to-styles_css-variables(typography, tabular-compact-strong);
367
369
  }
368
370
 
369
371
  .kbq-italic-big {
370
- @include kbq-typography-level-to-styles($config, italic-big);
372
+ @include kbq-typography-level-to-styles_css-variables(typography, italic-big);
371
373
  }
372
374
 
373
375
  .kbq-italic-big-strong {
374
- @include kbq-typography-level-to-styles($config, italic-big-strong);
376
+ @include kbq-typography-level-to-styles_css-variables(typography, italic-big-strong);
375
377
  }
376
378
 
377
379
  .kbq-italic-normal {
378
- @include kbq-typography-level-to-styles($config, italic-normal);
380
+ @include kbq-typography-level-to-styles_css-variables(typography, italic-normal);
379
381
  }
380
382
 
381
383
  .kbq-italic-normal-strong {
382
- @include kbq-typography-level-to-styles($config, italic-normal-strong);
384
+ @include kbq-typography-level-to-styles_css-variables(typography, italic-normal-strong);
383
385
  }
384
386
 
385
387
  .kbq-italic-compact {
386
- @include kbq-typography-level-to-styles($config, italic-compact);
388
+ @include kbq-typography-level-to-styles_css-variables(typography, italic-compact);
387
389
  }
388
390
 
389
391
  .kbq-italic-compact-strong {
390
- @include kbq-typography-level-to-styles($config, italic-compact-strong);
392
+ @include kbq-typography-level-to-styles_css-variables(typography, italic-compact-strong);
391
393
  }
392
394
  }
393
395
 
394
- @mixin kbq-markdown-base-typography($config) {
396
+ @mixin kbq-markdown-base-typography() {
395
397
  // h1, h2, h3, h4, h5, h6
396
398
  @for $i from 1 through 6 {
397
399
  .md-h#{$i} {
398
- @include kbq-typography-level-to-styles($config, md-h#{$i});
400
+ @include kbq-typography-level-to-styles_css-variables(typography, md-h#{$i});
399
401
  }
400
402
  }
401
403
 
402
404
  .md-body {
403
- @include kbq-typography-level-to-styles($config, md-body);
405
+ @include kbq-typography-level-to-styles_css-variables(typography, md-body);
404
406
  }
405
407
 
406
408
  .md-body-mono {
407
- @include kbq-typography-level-to-styles($config, md-body-mono);
409
+ @include kbq-typography-level-to-styles_css-variables(typography, md-body-mono);
408
410
  }
409
411
 
410
412
  .md-caption {
411
- @include kbq-typography-level-to-styles($config, md-caption);
413
+ @include kbq-typography-level-to-styles_css-variables(typography, md-caption);
412
414
  }
413
415
 
414
416
  .md-table-cell {
415
- @include kbq-typography-level-to-styles($config, md-table-cell);
417
+ @include kbq-typography-level-to-styles_css-variables(typography, md-table-cell);
416
418
  }
417
419
 
418
420
  .md-table-header {
419
- @include kbq-typography-level-to-styles($config, md-table-header);
421
+ @include kbq-typography-level-to-styles_css-variables(typography, md-table-header);
420
422
  }
421
423
  }