@koobiq/components 17.1.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 (119) 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/pop-up/index.d.ts +1 -0
  12. package/core/pop-up/pop-up-styles.d.ts +2 -0
  13. package/core/pop-up/pop-up.d.ts +5 -0
  14. package/core/selection/pseudo-checkbox/_pseudo-checkbox-theme.scss +5 -5
  15. package/core/styles/_koobiq-theme.scss +2 -4
  16. package/core/styles/theming/_components-theming.scss +27 -43
  17. package/core/styles/theming/_scrollbar-theme.scss +6 -5
  18. package/core/styles/typography/_typography.scss +70 -68
  19. package/datepicker/_datepicker-theme.scss +14 -11
  20. package/datepicker/datepicker-content.scss +8 -3
  21. package/datepicker/datepicker-toggle.scss +1 -0
  22. package/dl/_dl-theme.scss +2 -2
  23. package/dropdown/_dropdown-theme.scss +4 -4
  24. package/empty-state/_empty-state-theme.scss +2 -2
  25. package/esm2022/code-block/actionbar.component.mjs +1 -1
  26. package/esm2022/core/common-behaviors/common-module.mjs +2 -2
  27. package/esm2022/core/pop-up/index.mjs +2 -1
  28. package/esm2022/core/pop-up/pop-up-styles.mjs +26 -0
  29. package/esm2022/core/pop-up/pop-up.mjs +1 -1
  30. package/esm2022/core/version.mjs +2 -2
  31. package/esm2022/datepicker/datepicker.component.mjs +3 -3
  32. package/esm2022/form-field/form-field.mjs +2 -2
  33. package/esm2022/form-field/stepper.mjs +2 -2
  34. package/esm2022/icon/icon-button.component.mjs +2 -2
  35. package/esm2022/list/list-selection.component.mjs +2 -2
  36. package/esm2022/list/list.component.mjs +2 -2
  37. package/esm2022/popover/popover.component.mjs +18 -2
  38. package/esm2022/select/select.component.mjs +2 -2
  39. package/esm2022/tabs/tab-body.component.mjs +3 -3
  40. package/esm2022/tabs/tab-group.component.mjs +1 -1
  41. package/esm2022/tabs/tab.component.mjs +3 -4
  42. package/esm2022/toast/toast.component.mjs +3 -3
  43. package/esm2022/tooltip/tooltip.component.mjs +42 -10
  44. package/fesm2022/koobiq-components-code-block.mjs +1 -1
  45. package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
  46. package/fesm2022/koobiq-components-core.mjs +29 -4
  47. package/fesm2022/koobiq-components-core.mjs.map +1 -1
  48. package/fesm2022/koobiq-components-datepicker.mjs +2 -2
  49. package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
  50. package/fesm2022/koobiq-components-form-field.mjs +4 -4
  51. package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
  52. package/fesm2022/koobiq-components-icon.mjs +2 -2
  53. package/fesm2022/koobiq-components-list.mjs +4 -4
  54. package/fesm2022/koobiq-components-list.mjs.map +1 -1
  55. package/fesm2022/koobiq-components-popover.mjs +17 -1
  56. package/fesm2022/koobiq-components-popover.mjs.map +1 -1
  57. package/fesm2022/koobiq-components-select.mjs +1 -1
  58. package/fesm2022/koobiq-components-select.mjs.map +1 -1
  59. package/fesm2022/koobiq-components-tabs.mjs +5 -6
  60. package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
  61. package/fesm2022/koobiq-components-toast.mjs +2 -2
  62. package/fesm2022/koobiq-components-toast.mjs.map +1 -1
  63. package/fesm2022/koobiq-components-tooltip.mjs +41 -9
  64. package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
  65. package/file-upload/_file-upload-theme.scss +31 -27
  66. package/form-field/_form-field-theme.scss +6 -6
  67. package/form-field/form-field.scss +2 -2
  68. package/form-field/stepper.scss +1 -1
  69. package/icon/_icon-button-theme.scss +45 -26
  70. package/icon/_icon-item-theme.scss +1 -1
  71. package/icon/icon-button.scss +4 -4
  72. package/input/_input-theme.scss +1 -1
  73. package/link/_link-theme.scss +12 -6
  74. package/list/_list-theme.scss +8 -5
  75. package/list/list.scss +1 -0
  76. package/loader-overlay/_loader-overlay-theme.scss +10 -6
  77. package/markdown/_markdown-theme.scss +1 -1
  78. package/modal/_modal-theme.scss +6 -5
  79. package/navbar/_navbar-theme.scss +8 -8
  80. package/package.json +6 -12
  81. package/popover/_popover-theme.scss +4 -4
  82. package/popover/popover.component.d.ts +6 -5
  83. package/prebuilt-themes/dark-theme.css +1 -1
  84. package/prebuilt-themes/light-theme.css +1 -1
  85. package/progress-bar/_progress-bar-theme.scss +2 -2
  86. package/progress-spinner/_progress-spinner-theme.scss +3 -3
  87. package/radio/_radio-theme.scss +15 -19
  88. package/schematics/ng-add/index.js +4 -4
  89. package/scrollbar/_scrollbar-component-theme.scss +27 -12
  90. package/select/_select-theme.scss +2 -2
  91. package/sidepanel/_sidepanel-theme.scss +4 -4
  92. package/splitter/_splitter-theme.scss +1 -2
  93. package/tabs/_tabs-theme.scss +4 -3
  94. package/tags/_tag-theme.scss +7 -5
  95. package/timepicker/timepicker.scss +1 -0
  96. package/timezone/_timezone-option-theme.scss +3 -3
  97. package/toast/_toast-theme.scss +1 -1
  98. package/toast/toast.component.scss +13 -2
  99. package/toggle/_toggle-theme.scss +1 -1
  100. package/tooltip/_tooltip-theme.scss +13 -0
  101. package/tooltip/tooltip.component.d.ts +12 -3
  102. package/tooltip/tooltip.scss +5 -0
  103. package/tree/_tree-theme.scss +5 -5
  104. package/tree/toggle.scss +1 -1
  105. package/tree-select/_tree-select-theme.scss +2 -2
  106. package/card/README.md +0 -0
  107. package/card/_card-theme.scss +0 -62
  108. package/card/card.component.d.ts +0 -28
  109. package/card/card.component.scss +0 -37
  110. package/card/card.module.d.ts +0 -10
  111. package/card/index.d.ts +0 -1
  112. package/card/public-api.d.ts +0 -2
  113. package/esm2022/card/card.component.mjs +0 -79
  114. package/esm2022/card/card.module.mjs +0 -28
  115. package/esm2022/card/index.mjs +0 -2
  116. package/esm2022/card/koobiq-components-card.mjs +0 -5
  117. package/esm2022/card/public-api.mjs +0 -3
  118. package/fesm2022/koobiq-components-card.mjs +0 -110
  119. package/fesm2022/koobiq-components-card.mjs.map +0 -1
@@ -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 {
@@ -1,3 +1,4 @@
1
1
  export * from './constants';
2
2
  export * from './pop-up';
3
+ export * from './pop-up-styles';
3
4
  export * from './pop-up-trigger';
@@ -0,0 +1,2 @@
1
+ import { ElementRef } from '@angular/core';
2
+ export declare const applyPopupMargins: (element: ElementRef, name: string, value: string) => void;
@@ -7,8 +7,13 @@ export declare abstract class KbqPopUp implements OnDestroy {
7
7
  private changeDetectorRef;
8
8
  header: string | TemplateRef<any>;
9
9
  content: string | TemplateRef<any>;
10
+ context: {
11
+ $implicit: any;
12
+ } | null;
10
13
  classMap: {};
11
14
  warning: boolean;
15
+ arrow: boolean;
16
+ offset: number | null;
12
17
  visibility: PopUpVisibility;
13
18
  visibleChange: EventEmitter<boolean>;
14
19
  protected prefix: string;
@@ -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
 
@@ -11,7 +11,6 @@
11
11
  @use '../../badge/badge-theme' as *;
12
12
  @use '../../button/button-theme' as *;
13
13
  @use '../../button-toggle/button-toggle-theme' as *;
14
- @use '../../card/card-theme' as *;
15
14
  @use '../../checkbox/checkbox-theme' as *;
16
15
  @use '../../code-block/code-block-theme' as *;
17
16
  @use '../../datepicker/datepicker-theme' as *;
@@ -65,7 +64,6 @@
65
64
  @include kbq-badge-theme($theme);
66
65
  @include kbq-button-theme($theme);
67
66
  @include kbq-button-toggle-theme($theme);
68
- @include kbq-card-theme($theme);
69
67
  @include kbq-checkbox-theme($theme);
70
68
  @include kbq-code-block-theme($theme);
71
69
  @include kbq-datepicker-theme($theme);
@@ -121,8 +119,8 @@
121
119
  $md-config: kbq-markdown-typography-config($tokens);
122
120
  }
123
121
 
124
- @include kbq-base-typography($config);
125
- @include kbq-markdown-base-typography($md-config);
122
+ @include kbq-base-typography();
123
+ @include kbq-markdown-base-typography();
126
124
 
127
125
  @include kbq-alert-typography($config);
128
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'),
@@ -340,29 +340,6 @@
340
340
  )
341
341
  );
342
342
 
343
- $card: (
344
- error: (
345
- vertical-line: map.get($tokens, 'card-#{$scheme}-error-vertical-line'),
346
- background: map.get($tokens, 'card-#{$scheme}-error-background'),
347
- shadow: map.get($tokens, 'card-#{$scheme}-error-shadow')
348
- ),
349
- warning: (
350
- vertical-line: map.get($tokens, 'card-#{$scheme}-warning-vertical-line'),
351
- background: map.get($tokens, 'card-#{$scheme}-warning-background'),
352
- shadow: map.get($tokens, 'card-#{$scheme}-warning-shadow')
353
- ),
354
- success: (
355
- vertical-line: map.get($tokens, 'card-#{$scheme}-success-vertical-line'),
356
- background: map.get($tokens, 'card-#{$scheme}-success-background'),
357
- shadow: map.get($tokens, 'card-#{$scheme}-success-shadow')
358
- ),
359
- info: (
360
- vertical-line: map.get($tokens, 'card-#{$scheme}-info-vertical-line'),
361
- background: map.get($tokens, 'card-#{$scheme}-info-background'),
362
- shadow: map.get($tokens, 'card-#{$scheme}-info-shadow')
363
- )
364
- );
365
-
366
343
  $checkbox: (
367
344
  theme: (
368
345
  default: (
@@ -908,10 +885,8 @@
908
885
  );
909
886
 
910
887
  $link: (
911
- default: (
912
- text: map.get($tokens, 'link-#{$scheme}-text'),
913
- border-bottom: map.get($tokens, 'link-#{$scheme}-border-bottom')
914
- ),
888
+ text: map.get($tokens, 'link-#{$scheme}-text'),
889
+ border-bottom: map.get($tokens, 'link-#{$scheme}-border-bottom'),
915
890
  state-visited: (
916
891
  text: map.get($tokens, 'link-#{$scheme}-state-visited-text'),
917
892
  border-bottom: map.get($tokens, 'link-#{$scheme}-state-visited-border-bottom')
@@ -1042,25 +1017,25 @@
1042
1017
  icon-left: map.get($tokens, 'navbar-item-#{$scheme}-default-content-icon-left'),
1043
1018
  icon-right: map.get($tokens, 'navbar-item-#{$scheme}-default-content-icon-right')
1044
1019
  ),
1045
- hover: (
1020
+ states-hover: (
1046
1021
  background: map.get($tokens, 'navbar-item-#{$scheme}-states-hover-content-background'),
1047
1022
  text: map.get($tokens, 'navbar-item-#{$scheme}-states-hover-content-text'),
1048
1023
  icon-left: map.get($tokens, 'navbar-item-#{$scheme}-states-hover-content-icon-left'),
1049
1024
  icon-right: map.get($tokens, 'navbar-item-#{$scheme}-states-hover-content-icon-right')
1050
1025
  ),
1051
- selected: (
1026
+ states-selected: (
1052
1027
  background: map.get($tokens, 'navbar-item-#{$scheme}-states-selected-content-background'),
1053
1028
  text: map.get($tokens, 'navbar-item-#{$scheme}-states-selected-content-text'),
1054
1029
  icon-left: map.get($tokens, 'navbar-item-#{$scheme}-states-selected-content-icon-left'),
1055
1030
  icon-right: map.get($tokens, 'navbar-item-#{$scheme}-states-selected-content-icon-right')
1056
1031
  ),
1057
- selected-hover: (
1032
+ states-selected-hover: (
1058
1033
  background: map.get($tokens, 'navbar-item-#{$scheme}-states-selected-hover-content-background'),
1059
1034
  text: map.get($tokens, 'navbar-item-#{$scheme}-states-selected-hover-content-text'),
1060
1035
  icon-left: map.get($tokens, 'navbar-item-#{$scheme}-states-selected-hover-content-icon-left'),
1061
1036
  icon-right: map.get($tokens, 'navbar-item-#{$scheme}-states-selected-hover-content-icon-right')
1062
1037
  ),
1063
- disabled: (
1038
+ states-disabled: (
1064
1039
  background: map.get($tokens, 'navbar-item-#{$scheme}-states-disabled-content-background'),
1065
1040
  text: map.get($tokens, 'navbar-item-#{$scheme}-states-disabled-content-text'),
1066
1041
  icon-left: map.get($tokens, 'navbar-item-#{$scheme}-states-disabled-content-icon-left'),
@@ -1554,20 +1529,20 @@
1554
1529
  icon: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-default-icon'),
1555
1530
  close-button: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-default-close-button')
1556
1531
  ),
1557
- hover: (
1532
+ states-hover: (
1558
1533
  background: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-hover-background'),
1559
1534
  text: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-hover-text'),
1560
1535
  icon: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-hover-icon'),
1561
1536
  close-button: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-hover-close-button')
1562
1537
  ),
1563
- focus: (
1538
+ states-focus: (
1564
1539
  background: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-focus-background'),
1565
1540
  text: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-focus-text'),
1566
1541
  icon: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-focus-icon'),
1567
1542
  close-button: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-focus-close-button'),
1568
1543
  outline: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-focus-outline')
1569
1544
  ),
1570
- disabled: (
1545
+ states-disabled: (
1571
1546
  background: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-disabled-background'),
1572
1547
  text: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-disabled-text'),
1573
1548
  icon: map.get($tokens, 'tag-#{$scheme}-theme-fade-on-states-disabled-icon'),
@@ -1581,20 +1556,20 @@
1581
1556
  icon: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-default-icon'),
1582
1557
  close-button: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-default-close-button')
1583
1558
  ),
1584
- hover: (
1559
+ states-hover: (
1585
1560
  background: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-hover-background'),
1586
1561
  text: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-hover-text'),
1587
1562
  icon: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-hover-icon'),
1588
1563
  close-button: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-hover-close-button')
1589
1564
  ),
1590
- focus: (
1565
+ states-focus: (
1591
1566
  background: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-focus-background'),
1592
1567
  text: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-focus-text'),
1593
1568
  icon: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-focus-icon'),
1594
1569
  close-button: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-focus-close-button'),
1595
1570
  outline: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-focus-outline')
1596
1571
  ),
1597
- disabled: (
1572
+ states-disabled: (
1598
1573
  background: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-disabled-background'),
1599
1574
  text: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-disabled-text'),
1600
1575
  icon: map.get($tokens, 'tag-#{$scheme}-contrast-fade-on-states-disabled-icon'),
@@ -1608,20 +1583,20 @@
1608
1583
  icon: map.get($tokens, 'tag-#{$scheme}-error-fade-on-default-icon'),
1609
1584
  close-button: map.get($tokens, 'tag-#{$scheme}-error-fade-on-default-close-button')
1610
1585
  ),
1611
- hover: (
1586
+ states-hover: (
1612
1587
  background: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-hover-background'),
1613
1588
  text: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-hover-text'),
1614
1589
  icon: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-hover-icon'),
1615
1590
  close-button: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-hover-close-button')
1616
1591
  ),
1617
- focus: (
1592
+ states-focus: (
1618
1593
  background: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-focus-background'),
1619
1594
  text: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-focus-text'),
1620
1595
  icon: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-focus-icon'),
1621
1596
  close-button: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-focus-close-button'),
1622
1597
  outline: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-focus-outline')
1623
1598
  ),
1624
- disabled: (
1599
+ states-disabled: (
1625
1600
  background: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-disabled-background'),
1626
1601
  text: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-disabled-text'),
1627
1602
  icon: map.get($tokens, 'tag-#{$scheme}-error-fade-on-states-disabled-icon'),
@@ -1759,6 +1734,16 @@
1759
1734
  background: map.get($tokens, 'tooltip-#{$scheme}-contrast-fade-off-background'),
1760
1735
  text: map.get($tokens, 'tooltip-#{$scheme}-contrast-fade-off-text'),
1761
1736
  shadow: map.get($tokens, 'tooltip-#{$scheme}-contrast-fade-off-shadow')
1737
+ ),
1738
+ warning-fade-off: (
1739
+ background: map.get($tokens, 'tooltip-#{$scheme}-warning-fade-off-background'),
1740
+ text: map.get($tokens, 'tooltip-#{$scheme}-warning-fade-off-text'),
1741
+ shadow: map.get($tokens, 'tooltip-#{$scheme}-warning-fade-off-shadow')
1742
+ ),
1743
+ error-fade-off: (
1744
+ background: map.get($tokens, 'tooltip-#{$scheme}-error-fade-off-background'),
1745
+ text: map.get($tokens, 'tooltip-#{$scheme}-error-fade-off-text'),
1746
+ shadow: map.get($tokens, 'tooltip-#{$scheme}-error-fade-off-shadow')
1762
1747
  )
1763
1748
  );
1764
1749
 
@@ -1827,7 +1812,6 @@
1827
1812
  badge: $badge,
1828
1813
  button: $button,
1829
1814
  button-toggle: $button-toggle,
1830
- card: $card,
1831
1815
  checkbox: $checkbox,
1832
1816
  code-block: $code-block,
1833
1817
  datepicker: $datepicker,
@@ -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
  }