@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.
- package/alert/_alert-theme.scss +3 -3
- package/autocomplete/_autocomplete-theme.scss +2 -2
- package/badge/_badge-theme.scss +6 -5
- package/button/_button-theme.scss +4 -4
- package/button-toggle/_button-toggle-theme.scss +4 -1
- package/checkbox/_checkbox-theme.scss +35 -17
- package/code-block/_code-block-theme.scss +109 -105
- package/core/forms/_forms.scss +2 -2
- package/core/option/_option-action-theme.scss +1 -1
- package/core/option/_option-theme.scss +7 -4
- package/core/pop-up/index.d.ts +1 -0
- package/core/pop-up/pop-up-styles.d.ts +2 -0
- package/core/pop-up/pop-up.d.ts +5 -0
- package/core/selection/pseudo-checkbox/_pseudo-checkbox-theme.scss +5 -5
- package/core/styles/_koobiq-theme.scss +2 -4
- package/core/styles/theming/_components-theming.scss +27 -43
- package/core/styles/theming/_scrollbar-theme.scss +6 -5
- package/core/styles/typography/_typography.scss +70 -68
- package/datepicker/_datepicker-theme.scss +14 -11
- package/datepicker/datepicker-content.scss +8 -3
- package/datepicker/datepicker-toggle.scss +1 -0
- package/dl/_dl-theme.scss +2 -2
- package/dropdown/_dropdown-theme.scss +4 -4
- package/empty-state/_empty-state-theme.scss +2 -2
- package/esm2022/code-block/actionbar.component.mjs +1 -1
- package/esm2022/core/common-behaviors/common-module.mjs +2 -2
- package/esm2022/core/pop-up/index.mjs +2 -1
- package/esm2022/core/pop-up/pop-up-styles.mjs +26 -0
- package/esm2022/core/pop-up/pop-up.mjs +1 -1
- package/esm2022/core/version.mjs +2 -2
- package/esm2022/datepicker/datepicker.component.mjs +3 -3
- package/esm2022/form-field/form-field.mjs +2 -2
- package/esm2022/form-field/stepper.mjs +2 -2
- package/esm2022/icon/icon-button.component.mjs +2 -2
- package/esm2022/list/list-selection.component.mjs +2 -2
- package/esm2022/list/list.component.mjs +2 -2
- package/esm2022/popover/popover.component.mjs +18 -2
- package/esm2022/select/select.component.mjs +2 -2
- package/esm2022/tabs/tab-body.component.mjs +3 -3
- package/esm2022/tabs/tab-group.component.mjs +1 -1
- package/esm2022/tabs/tab.component.mjs +3 -4
- package/esm2022/toast/toast.component.mjs +3 -3
- package/esm2022/tooltip/tooltip.component.mjs +42 -10
- package/fesm2022/koobiq-components-code-block.mjs +1 -1
- package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
- package/fesm2022/koobiq-components-core.mjs +29 -4
- package/fesm2022/koobiq-components-core.mjs.map +1 -1
- package/fesm2022/koobiq-components-datepicker.mjs +2 -2
- package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-form-field.mjs +4 -4
- package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
- package/fesm2022/koobiq-components-icon.mjs +2 -2
- package/fesm2022/koobiq-components-list.mjs +4 -4
- package/fesm2022/koobiq-components-list.mjs.map +1 -1
- package/fesm2022/koobiq-components-popover.mjs +17 -1
- package/fesm2022/koobiq-components-popover.mjs.map +1 -1
- package/fesm2022/koobiq-components-select.mjs +1 -1
- package/fesm2022/koobiq-components-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-tabs.mjs +5 -6
- package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
- package/fesm2022/koobiq-components-toast.mjs +2 -2
- package/fesm2022/koobiq-components-toast.mjs.map +1 -1
- package/fesm2022/koobiq-components-tooltip.mjs +41 -9
- package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
- package/file-upload/_file-upload-theme.scss +31 -27
- package/form-field/_form-field-theme.scss +6 -6
- package/form-field/form-field.scss +2 -2
- package/form-field/stepper.scss +1 -1
- package/icon/_icon-button-theme.scss +45 -26
- package/icon/_icon-item-theme.scss +1 -1
- package/icon/icon-button.scss +4 -4
- package/input/_input-theme.scss +1 -1
- package/link/_link-theme.scss +12 -6
- package/list/_list-theme.scss +8 -5
- package/list/list.scss +1 -0
- package/loader-overlay/_loader-overlay-theme.scss +10 -6
- package/markdown/_markdown-theme.scss +1 -1
- package/modal/_modal-theme.scss +6 -5
- package/navbar/_navbar-theme.scss +8 -8
- package/package.json +6 -12
- package/popover/_popover-theme.scss +4 -4
- package/popover/popover.component.d.ts +6 -5
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/light-theme.css +1 -1
- package/progress-bar/_progress-bar-theme.scss +2 -2
- package/progress-spinner/_progress-spinner-theme.scss +3 -3
- package/radio/_radio-theme.scss +15 -19
- package/schematics/ng-add/index.js +4 -4
- package/scrollbar/_scrollbar-component-theme.scss +27 -12
- package/select/_select-theme.scss +2 -2
- package/sidepanel/_sidepanel-theme.scss +4 -4
- package/splitter/_splitter-theme.scss +1 -2
- package/tabs/_tabs-theme.scss +4 -3
- package/tags/_tag-theme.scss +7 -5
- package/timepicker/timepicker.scss +1 -0
- package/timezone/_timezone-option-theme.scss +3 -3
- package/toast/_toast-theme.scss +1 -1
- package/toast/toast.component.scss +13 -2
- package/toggle/_toggle-theme.scss +1 -1
- package/tooltip/_tooltip-theme.scss +13 -0
- package/tooltip/tooltip.component.d.ts +12 -3
- package/tooltip/tooltip.scss +5 -0
- package/tree/_tree-theme.scss +5 -5
- package/tree/toggle.scss +1 -1
- package/tree-select/_tree-select-theme.scss +2 -2
- package/card/README.md +0 -0
- package/card/_card-theme.scss +0 -62
- package/card/card.component.d.ts +0 -28
- package/card/card.component.scss +0 -37
- package/card/card.module.d.ts +0 -10
- package/card/index.d.ts +0 -1
- package/card/public-api.d.ts +0 -2
- package/esm2022/card/card.component.mjs +0 -79
- package/esm2022/card/card.module.mjs +0 -28
- package/esm2022/card/index.mjs +0 -2
- package/esm2022/card/koobiq-components-card.mjs +0 -5
- package/esm2022/card/public-api.mjs +0 -3
- package/fesm2022/koobiq-components-card.mjs +0 -110
- 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:
|
|
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 {
|
package/core/pop-up/index.d.ts
CHANGED
package/core/pop-up/pop-up.d.ts
CHANGED
|
@@ -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(
|
|
125
|
-
@include kbq-markdown-base-typography(
|
|
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
|
-
|
|
912
|
-
|
|
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)
|
|
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
|
}
|