@koobiq/components 18.4.1 → 18.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/_accordion-theme.scss +2 -6
- package/accordion/accordion-tokens.scss +0 -16
- package/accordion/accordion-trigger.component.scss +0 -5
- package/accordion/accordion.component.scss +0 -5
- package/alert/_alert-theme.scss +3 -7
- package/alert/alert-tokens.scss +0 -21
- package/alert/alert.component.scss +0 -3
- package/autocomplete/_autocomplete-theme.scss +0 -6
- package/autocomplete/autocomplete.scss +0 -3
- package/badge/_badge-theme.scss +4 -8
- package/badge/badge-tokens.scss +0 -32
- package/badge/badge.component.scss +0 -3
- package/button/_button-base.scss +0 -3
- package/button/_button-theme.scss +1 -5
- package/button/button-tokens.scss +1 -8
- package/button-toggle/_button-toggle-theme.scss +1 -6
- package/button-toggle/button-toggle-tokens.scss +1 -8
- package/button-toggle/button-toggle.scss +0 -3
- package/checkbox/_checkbox-theme.scss +4 -7
- package/checkbox/checkbox-tokens.scss +0 -28
- package/checkbox/checkbox.scss +0 -3
- package/code-block/_code-block-theme.scss +1 -6
- package/code-block/actionbar.component.scss +0 -4
- package/code-block/code-block-tokens.scss +2 -9
- package/code-block/code-block.scss +1 -3
- package/core/forms/_forms-theme.scss +1 -1
- package/core/forms/_forms.scss +2 -2
- package/core/forms/forms-tokens.scss +0 -15
- package/core/option/_optgroup-theme.scss +1 -1
- package/core/option/_option-theme.scss +2 -2
- package/core/option/action.scss +3 -3
- package/core/option/option-tokens.scss +0 -100
- package/core/selection/pseudo-checkbox/_pseudo-checkbox-theme.scss +0 -2
- package/core/selection/pseudo-checkbox/pseudo-checkbox-tokens.scss +0 -28
- package/core/selection/pseudo-checkbox/pseudo-checkbox.scss +0 -3
- package/core/styles/_core.scss +0 -2
- package/core/styles/_koobiq-theme.scss +0 -2
- package/core/styles/common/_groups.scss +4 -12
- package/core/styles/common/_list.scss +0 -3
- package/core/styles/common/_popup.scss +4 -9
- package/core/styles/common/_select.scss +29 -39
- package/core/styles/common/_tokens.scss +1 -3
- package/core/styles/theming/_scrollbar-theme.scss +0 -3
- package/core/styles/visual/_layout.scss +0 -3
- package/datepicker/_datepicker-theme.scss +2 -7
- package/datepicker/calendar-body.scss +0 -8
- package/datepicker/calendar-header.scss +0 -5
- package/datepicker/calendar.scss +0 -5
- package/datepicker/datepicker-content.scss +0 -5
- package/datepicker/datepicker-input.scss +0 -3
- package/datepicker/datepicker-toggle.scss +0 -5
- package/datepicker/datepicker-tokens.scss +0 -7
- package/divider/_divider-theme.scss +0 -4
- package/divider/divider.scss +0 -5
- package/dl/_dl-theme.scss +2 -6
- package/dl/dl-tokens.scss +0 -16
- package/dl/dl.scss +0 -5
- package/dropdown/_dropdown-theme.scss +4 -8
- package/dropdown/dropdown-item.scss +0 -5
- package/dropdown/dropdown-tokens.scss +1 -88
- package/dropdown/dropdown.scss +0 -5
- package/empty-state/_empty-state-theme.scss +4 -7
- package/empty-state/empty-state-tokens.scss +0 -30
- package/empty-state/empty-state.scss +0 -4
- package/esm2022/accordion/accordion-trigger.component.mjs +2 -2
- package/esm2022/accordion/accordion.component.mjs +2 -2
- package/esm2022/alert/alert.component.mjs +2 -2
- package/esm2022/badge/badge.component.mjs +2 -2
- package/esm2022/button/button.component.mjs +2 -2
- package/esm2022/button-toggle/button-toggle.component.mjs +2 -2
- package/esm2022/checkbox/checkbox.mjs +2 -2
- package/esm2022/code-block/code-block.component.mjs +2 -2
- package/esm2022/core/option/action.mjs +3 -3
- package/esm2022/core/option/optgroup.mjs +3 -3
- package/esm2022/core/option/option.mjs +3 -3
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +2 -2
- package/esm2022/core/version.mjs +2 -2
- package/esm2022/datepicker/calendar-body.component.mjs +3 -3
- package/esm2022/datepicker/calendar-header.component.mjs +3 -3
- package/esm2022/datepicker/datepicker.component.mjs +3 -3
- package/esm2022/dl/dl.component.mjs +2 -2
- package/esm2022/dropdown/dropdown-item.component.mjs +2 -2
- package/esm2022/dropdown/dropdown.component.mjs +3 -3
- package/esm2022/empty-state/empty-state.component.mjs +2 -2
- package/esm2022/file-upload/multiple-file-upload.component.mjs +2 -2
- package/esm2022/file-upload/single-file-upload.component.mjs +2 -2
- package/esm2022/form-field/form-field.mjs +2 -2
- package/esm2022/form-field/hint.mjs +2 -2
- package/esm2022/form-field/password-hint.mjs +2 -2
- package/esm2022/list/list-selection.component.mjs +2 -2
- package/esm2022/list/list.component.mjs +2 -2
- package/esm2022/loader-overlay/loader-overlay.component.mjs +2 -2
- package/esm2022/markdown/markdown.component.mjs +34 -20
- package/esm2022/markdown/markdown.module.mjs +8 -9
- package/esm2022/markdown/markdown.service.mjs +5 -3
- package/esm2022/markdown/markdown.values.mjs +5 -1
- package/esm2022/modal/modal.component.mjs +2 -2
- package/esm2022/navbar/navbar.component.mjs +2 -2
- package/esm2022/navbar/vertical-navbar.component.mjs +2 -2
- package/esm2022/popover/popover-confirm.component.mjs +3 -3
- package/esm2022/popover/popover.component.mjs +3 -3
- package/esm2022/progress-bar/progress-bar.component.mjs +2 -2
- package/esm2022/progress-spinner/progress-spinner.component.mjs +2 -2
- package/esm2022/radio/radio.component.mjs +2 -2
- package/esm2022/risk-level/risk-level.component.mjs +2 -2
- package/esm2022/select/select.component.mjs +4 -4
- package/esm2022/sidepanel/sidepanel-container.component.mjs +3 -3
- package/esm2022/table/table.component.mjs +2 -2
- package/esm2022/tabs/tab-group.component.mjs +2 -2
- package/esm2022/tabs/tab-nav-bar/tab-nav-bar.mjs +2 -2
- package/esm2022/tags/tag-list.component.mjs +2 -2
- package/esm2022/timezone/timezone-option.component.mjs +2 -2
- package/esm2022/timezone/timezone-select.component.mjs +2 -2
- package/esm2022/toast/toast.component.mjs +3 -3
- package/esm2022/toggle/toggle.component.mjs +3 -3
- package/esm2022/tooltip/tooltip.component.mjs +3 -3
- package/esm2022/tree/padding.directive.mjs +2 -2
- package/esm2022/tree/toggle.mjs +2 -2
- package/esm2022/tree/tree-option.component.mjs +2 -2
- package/esm2022/tree/tree-selection.component.mjs +2 -2
- package/esm2022/tree/tree.mjs +2 -2
- package/esm2022/tree-select/tree-select.component.mjs +4 -4
- package/fesm2022/koobiq-components-accordion.mjs +4 -4
- package/fesm2022/koobiq-components-accordion.mjs.map +1 -1
- package/fesm2022/koobiq-components-alert.mjs +2 -2
- package/fesm2022/koobiq-components-alert.mjs.map +1 -1
- package/fesm2022/koobiq-components-badge.mjs +2 -2
- package/fesm2022/koobiq-components-badge.mjs.map +1 -1
- package/fesm2022/koobiq-components-button-toggle.mjs +2 -2
- package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-button.mjs +2 -2
- package/fesm2022/koobiq-components-button.mjs.map +1 -1
- package/fesm2022/koobiq-components-checkbox.mjs +2 -2
- package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
- package/fesm2022/koobiq-components-code-block.mjs +2 -2
- package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
- package/fesm2022/koobiq-components-core.mjs +9 -9
- package/fesm2022/koobiq-components-core.mjs.map +1 -1
- package/fesm2022/koobiq-components-datepicker.mjs +6 -6
- package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-dl.mjs +2 -2
- package/fesm2022/koobiq-components-dl.mjs.map +1 -1
- package/fesm2022/koobiq-components-dropdown.mjs +4 -4
- package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-empty-state.mjs +2 -2
- package/fesm2022/koobiq-components-empty-state.mjs.map +1 -1
- package/fesm2022/koobiq-components-file-upload.mjs +4 -4
- package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
- package/fesm2022/koobiq-components-form-field.mjs +6 -6
- package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
- package/fesm2022/koobiq-components-list.mjs +4 -4
- package/fesm2022/koobiq-components-list.mjs.map +1 -1
- package/fesm2022/koobiq-components-loader-overlay.mjs +2 -2
- package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
- package/fesm2022/koobiq-components-markdown.mjs +49 -30
- package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-modal.mjs +2 -2
- package/fesm2022/koobiq-components-modal.mjs.map +1 -1
- package/fesm2022/koobiq-components-navbar.mjs +4 -4
- package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-popover.mjs +4 -4
- package/fesm2022/koobiq-components-popover.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-bar.mjs +2 -2
- package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-spinner.mjs +2 -2
- package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
- package/fesm2022/koobiq-components-radio.mjs +2 -2
- package/fesm2022/koobiq-components-radio.mjs.map +1 -1
- package/fesm2022/koobiq-components-risk-level.mjs +2 -2
- package/fesm2022/koobiq-components-risk-level.mjs.map +1 -1
- package/fesm2022/koobiq-components-select.mjs +4 -4
- package/fesm2022/koobiq-components-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-sidepanel.mjs +2 -2
- package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
- package/fesm2022/koobiq-components-table.mjs +2 -2
- package/fesm2022/koobiq-components-table.mjs.map +1 -1
- package/fesm2022/koobiq-components-tabs.mjs +4 -4
- package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
- package/fesm2022/koobiq-components-tags.mjs +2 -2
- package/fesm2022/koobiq-components-tags.mjs.map +1 -1
- package/fesm2022/koobiq-components-timezone.mjs +4 -4
- package/fesm2022/koobiq-components-timezone.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-toggle.mjs +2 -2
- package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-tooltip.mjs +2 -2
- package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree-select.mjs +4 -4
- package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree.mjs +10 -10
- package/fesm2022/koobiq-components-tree.mjs.map +1 -1
- package/file-upload/_file-upload-theme.scss +6 -10
- package/file-upload/file-upload-tokens.scss +0 -39
- package/file-upload/multiple-file-upload.component.scss +10 -13
- package/form-field/_form-field-theme.scss +2 -7
- package/form-field/_hint-theme.scss +2 -6
- package/form-field/cleaner.scss +0 -5
- package/form-field/form-field-tokens.scss +1 -17
- package/form-field/form-field.scss +0 -3
- package/form-field/hint-tokens.scss +0 -14
- package/form-field/password-toggle.scss +0 -5
- package/form-field/stepper.scss +0 -5
- package/icon/_icon-button-theme.scss +0 -5
- package/icon/_icon-item-theme.scss +0 -2
- package/icon/icon-button.scss +0 -3
- package/icon/icon-item.scss +0 -3
- package/icon/icon.scss +0 -3
- package/input/_input-theme.scss +1 -1
- package/input/input-tokens.scss +0 -7
- package/input/input.scss +2 -5
- package/link/_link-theme.scss +3 -3
- package/link/link-tokens.scss +0 -21
- package/list/_list-theme.scss +2 -2
- package/list/list-tokens.scss +0 -28
- package/list/list.scss +0 -3
- package/loader-overlay/_loader-overlay-theme.scss +4 -4
- package/loader-overlay/loader-overlay-tokens.scss +0 -34
- package/loader-overlay/loader-overlay.scss +1 -0
- package/markdown/_markdown-theme.scss +19 -19
- package/markdown/markdown-tokens.scss +3 -112
- package/markdown/markdown.component.d.ts +17 -10
- package/markdown/markdown.module.d.ts +1 -4
- package/markdown/markdown.service.d.ts +4 -1
- package/markdown/markdown.values.d.ts +4 -0
- package/modal/_modal-theme.scss +2 -4
- package/modal/modal-tokens.scss +0 -14
- package/modal/modal.scss +0 -3
- package/navbar/_navbar-item_horizontal.scss +0 -3
- package/navbar/_navbar-item_vertical.scss +0 -4
- package/navbar/navbar-brand.scss +0 -5
- package/navbar/navbar-tokens.scss +1 -1
- package/package.json +4 -5
- package/popover/_popover-theme.scss +2 -2
- package/popover/popover-tokens.scss +0 -15
- package/popover/popover.scss +1 -1
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/light-theme.css +1 -1
- package/prebuilt-themes/theme.css +1 -1
- package/progress-bar/_progress-bar-theme.scss +2 -2
- package/progress-bar/progress-bar-tokens.scss +0 -14
- package/progress-spinner/_progress-spinner-theme.scss +2 -2
- package/progress-spinner/progress-spinner-tokens.scss +0 -14
- package/radio/_radio-theme.scss +4 -4
- package/radio/radio-tokens.scss +5 -30
- package/radio/radio.scss +2 -2
- package/risk-level/_risk-level-theme.scss +1 -5
- package/risk-level/risk-level-tokens.scss +0 -7
- package/schematics/ng-add/index.js +2 -4
- package/select/_select-theme.scss +4 -4
- package/select/select-tokens.scss +1 -18
- package/select/select.scss +2 -2
- package/sidepanel/_sidepanel-theme.scss +2 -2
- package/sidepanel/sidepanel-tokens.scss +0 -14
- package/table/_table-theme.scss +2 -5
- package/table/table-tokens.scss +0 -14
- package/table/table.scss +0 -3
- package/tabs/_tabs-theme.scss +1 -1
- package/tabs/tab-nav-bar/tab-nav-bar.scss +0 -3
- package/tabs/tabs-tokens.scss +0 -7
- package/tags/_tag-theme.scss +2 -2
- package/tags/tag-input-tokens.scss +0 -7
- package/tags/tag-tokens.scss +0 -14
- package/textarea/_textarea-theme.scss +1 -4
- package/textarea/textarea-tokens.scss +0 -7
- package/textarea/textarea.scss +0 -3
- package/timepicker/timepicker.scss +0 -3
- package/timezone/_timezone-option-theme.scss +4 -8
- package/timezone/timezone-option-tokens.scss +0 -45
- package/timezone/timezone-option.component.scss +0 -3
- package/timezone/timezone-select.component.scss +0 -3
- package/toast/_toast-theme.scss +2 -6
- package/toast/toast-container.component.scss +0 -3
- package/toast/toast-tokens.scss +0 -14
- package/toast/toast.component.scss +1 -4
- package/toggle/_toggle-theme.scss +6 -9
- package/toggle/toggle-tokens.scss +0 -28
- package/toggle/toggle.scss +1 -4
- package/tooltip/_tooltip-theme.scss +2 -2
- package/tooltip/tooltip-tokens.scss +0 -14
- package/tooltip/tooltip.scss +0 -3
- package/tree/_tree-theme.scss +3 -6
- package/tree/toggle.scss +0 -3
- package/tree/tree-option.scss +8 -5
- package/tree/tree-tokens.scss +0 -14
- package/tree-select/_tree-select-theme.scss +1 -5
- package/tree-select/tree-select-tokens.scss +0 -12
- package/tree-select/tree-select.scss +0 -4
- package/core/option/optgroup-tokens.scss +0 -10
- package/core/option/option-action-tokens.scss +0 -3
- package/markdown/README.md +0 -0
|
@@ -2,87 +2,31 @@
|
|
|
2
2
|
--kbq-markdown-h1-size-max-width: var(--kbq-markdown-size-max-width);
|
|
3
3
|
--kbq-markdown-h1-size-margin-top: 0;
|
|
4
4
|
--kbq-markdown-h1-size-margin-bottom: var(--kbq-size-m);
|
|
5
|
-
--kbq-markdown-h1-font-default-font-size: var(--kbq-md-typography-md-h1-font-size);
|
|
6
|
-
--kbq-markdown-h1-font-default-line-height: var(--kbq-md-typography-md-h1-line-height);
|
|
7
|
-
--kbq-markdown-h1-font-default-letter-spacing: var(--kbq-md-typography-md-h1-letter-spacing);
|
|
8
|
-
--kbq-markdown-h1-font-default-font-weight: var(--kbq-md-typography-md-h1-font-weight);
|
|
9
|
-
--kbq-markdown-h1-font-default-font-family: var(--kbq-md-typography-md-h1-font-family);
|
|
10
|
-
--kbq-markdown-h1-font-default-text-transform: var(--kbq-md-typography-md-h1-text-transform);
|
|
11
|
-
--kbq-markdown-h1-font-default-font-feature-settings: var(--kbq-md-typography-md-h1-font-feature-settings);
|
|
12
5
|
--kbq-markdown-h2-size-max-width: var(--kbq-markdown-size-max-width);
|
|
13
6
|
--kbq-markdown-h2-size-margin-top: var(--kbq-size-3xl);
|
|
14
7
|
--kbq-markdown-h2-size-margin-bottom: var(--kbq-size-m);
|
|
15
|
-
--kbq-markdown-h2-font-default-font-size: var(--kbq-md-typography-md-h2-font-size);
|
|
16
|
-
--kbq-markdown-h2-font-default-line-height: var(--kbq-md-typography-md-h2-line-height);
|
|
17
|
-
--kbq-markdown-h2-font-default-letter-spacing: var(--kbq-md-typography-md-h2-letter-spacing);
|
|
18
|
-
--kbq-markdown-h2-font-default-font-weight: var(--kbq-md-typography-md-h2-font-weight);
|
|
19
|
-
--kbq-markdown-h2-font-default-font-family: var(--kbq-md-typography-md-h2-font-family);
|
|
20
|
-
--kbq-markdown-h2-font-default-text-transform: var(--kbq-md-typography-md-h2-text-transform);
|
|
21
|
-
--kbq-markdown-h2-font-default-font-feature-settings: var(--kbq-md-typography-md-h2-font-feature-settings);
|
|
22
8
|
--kbq-markdown-h3-size-max-width: var(--kbq-markdown-size-max-width);
|
|
23
9
|
--kbq-markdown-h3-size-margin-top: 28px;
|
|
24
10
|
--kbq-markdown-h3-size-margin-bottom: var(--kbq-size-m);
|
|
25
|
-
--kbq-markdown-h3-font-default-font-size: var(--kbq-md-typography-md-h3-font-size);
|
|
26
|
-
--kbq-markdown-h3-font-default-line-height: var(--kbq-md-typography-md-h3-line-height);
|
|
27
|
-
--kbq-markdown-h3-font-default-letter-spacing: var(--kbq-md-typography-md-h3-letter-spacing);
|
|
28
|
-
--kbq-markdown-h3-font-default-font-weight: var(--kbq-md-typography-md-h3-font-weight);
|
|
29
|
-
--kbq-markdown-h3-font-default-font-family: var(--kbq-md-typography-md-h3-font-family);
|
|
30
|
-
--kbq-markdown-h3-font-default-text-transform: var(--kbq-md-typography-md-h3-text-transform);
|
|
31
|
-
--kbq-markdown-h3-font-default-font-feature-settings: var(--kbq-md-typography-md-h3-font-feature-settings);
|
|
32
11
|
--kbq-markdown-h4-size-max-width: var(--kbq-markdown-size-max-width);
|
|
33
12
|
--kbq-markdown-h4-size-margin-top: var(--kbq-size-xxl);
|
|
34
13
|
--kbq-markdown-h4-size-margin-bottom: var(--kbq-size-m);
|
|
35
|
-
--kbq-markdown-h4-font-default-font-size: var(--kbq-md-typography-md-h4-font-size);
|
|
36
|
-
--kbq-markdown-h4-font-default-line-height: var(--kbq-md-typography-md-h4-line-height);
|
|
37
|
-
--kbq-markdown-h4-font-default-letter-spacing: var(--kbq-md-typography-md-h4-letter-spacing);
|
|
38
|
-
--kbq-markdown-h4-font-default-font-weight: var(--kbq-md-typography-md-h4-font-weight);
|
|
39
|
-
--kbq-markdown-h4-font-default-font-family: var(--kbq-md-typography-md-h4-font-family);
|
|
40
|
-
--kbq-markdown-h4-font-default-text-transform: var(--kbq-md-typography-md-h4-text-transform);
|
|
41
|
-
--kbq-markdown-h4-font-default-font-feature-settings: var(--kbq-md-typography-md-h4-font-feature-settings);
|
|
42
14
|
--kbq-markdown-h5-size-max-width: var(--kbq-markdown-size-max-width);
|
|
43
15
|
--kbq-markdown-h5-size-margin-top: var(--kbq-size-xxl);
|
|
44
16
|
--kbq-markdown-h5-size-margin-bottom: var(--kbq-size-m);
|
|
45
|
-
--kbq-markdown-h5-font-default-font-size: var(--kbq-md-typography-md-h5-font-size);
|
|
46
|
-
--kbq-markdown-h5-font-default-line-height: var(--kbq-md-typography-md-h5-line-height);
|
|
47
|
-
--kbq-markdown-h5-font-default-letter-spacing: var(--kbq-md-typography-md-h5-letter-spacing);
|
|
48
|
-
--kbq-markdown-h5-font-default-font-weight: var(--kbq-md-typography-md-h5-font-weight);
|
|
49
|
-
--kbq-markdown-h5-font-default-font-family: var(--kbq-md-typography-md-h5-font-family);
|
|
50
|
-
--kbq-markdown-h5-font-default-text-transform: var(--kbq-md-typography-md-h5-text-transform);
|
|
51
|
-
--kbq-markdown-h5-font-default-font-feature-settings: var(--kbq-md-typography-md-h5-font-feature-settings);
|
|
52
17
|
--kbq-markdown-h6-size-max-width: var(--kbq-markdown-size-max-width);
|
|
53
18
|
--kbq-markdown-h6-size-margin-top: var(--kbq-size-xxl);
|
|
54
19
|
--kbq-markdown-h6-size-margin-bottom: var(--kbq-size-m);
|
|
55
|
-
--kbq-markdown-h6-font-default-font-size: var(--kbq-md-typography-md-h6-font-size);
|
|
56
|
-
--kbq-markdown-h6-font-default-line-height: var(--kbq-md-typography-md-h6-line-height);
|
|
57
|
-
--kbq-markdown-h6-font-default-letter-spacing: var(--kbq-md-typography-md-h6-letter-spacing);
|
|
58
|
-
--kbq-markdown-h6-font-default-font-weight: var(--kbq-md-typography-md-h6-font-weight);
|
|
59
|
-
--kbq-markdown-h6-font-default-font-family: var(--kbq-md-typography-md-h6-font-family);
|
|
60
|
-
--kbq-markdown-h6-font-default-text-transform: var(--kbq-md-typography-md-h6-text-transform);
|
|
61
|
-
--kbq-markdown-h6-font-default-font-feature-settings: var(--kbq-md-typography-md-h6-font-feature-settings);
|
|
62
20
|
--kbq-markdown-p-size-max-width: var(--kbq-markdown-size-max-width);
|
|
63
21
|
--kbq-markdown-p-size-margin-top: var(--kbq-size-m);
|
|
64
22
|
--kbq-markdown-p-size-margin-bottom: var(--kbq-size-m);
|
|
65
|
-
--kbq-markdown-p-font-default-font-size: var(--kbq-md-typography-md-body-font-size);
|
|
66
|
-
--kbq-markdown-p-font-default-line-height: var(--kbq-md-typography-md-body-line-height);
|
|
67
|
-
--kbq-markdown-p-font-default-letter-spacing: var(--kbq-md-typography-md-body-letter-spacing);
|
|
68
|
-
--kbq-markdown-p-font-default-font-weight: var(--kbq-md-typography-md-body-font-weight);
|
|
69
|
-
--kbq-markdown-p-font-default-font-family: var(--kbq-md-typography-md-body-font-family);
|
|
70
|
-
--kbq-markdown-p-font-default-text-transform: var(--kbq-md-typography-md-body-text-transform);
|
|
71
|
-
--kbq-markdown-p-font-default-font-feature-settings: var(--kbq-md-typography-md-body-font-feature-settings);
|
|
72
23
|
--kbq-markdown-list-size-max-width: var(--kbq-markdown-size-max-width);
|
|
73
24
|
--kbq-markdown-list-size-margin-top: var(--kbq-size-m);
|
|
74
25
|
--kbq-markdown-list-size-margin-bottom: var(--kbq-size-m);
|
|
75
|
-
--kbq-markdown-list-size-margin-top-after-paragraph: -var(--kbq-size-s);
|
|
26
|
+
--kbq-markdown-list-size-margin-top-after-paragraph: calc(-1 * var(--kbq-size-s));
|
|
76
27
|
--kbq-markdown-list-size-ol-number-padding-right: var(--kbq-size-xxs);
|
|
77
28
|
--kbq-markdown-list-size-ul-padding: 0 0 0 var(--kbq-size-xxl);
|
|
78
29
|
--kbq-markdown-list-size-item-margin-bottom: var(--kbq-size-s);
|
|
79
|
-
--kbq-markdown-list-font-default-font-size: var(--kbq-md-typography-md-body-font-size);
|
|
80
|
-
--kbq-markdown-list-font-default-line-height: var(--kbq-md-typography-md-body-line-height);
|
|
81
|
-
--kbq-markdown-list-font-default-letter-spacing: var(--kbq-md-typography-md-body-letter-spacing);
|
|
82
|
-
--kbq-markdown-list-font-default-font-weight: var(--kbq-md-typography-md-body-font-weight);
|
|
83
|
-
--kbq-markdown-list-font-default-font-family: var(--kbq-md-typography-md-body-font-family);
|
|
84
|
-
--kbq-markdown-list-font-default-text-transform: var(--kbq-md-typography-md-body-text-transform);
|
|
85
|
-
--kbq-markdown-list-font-default-font-feature-settings: var(--kbq-md-typography-md-body-font-feature-settings);
|
|
86
30
|
--kbq-markdown-blockquote-size-max-width: var(--kbq-markdown-size-max-width);
|
|
87
31
|
--kbq-markdown-blockquote-size-margin-top: var(--kbq-size-xl);
|
|
88
32
|
--kbq-markdown-blockquote-size-margin-bottom: var(--kbq-size-xxl);
|
|
@@ -90,15 +34,6 @@
|
|
|
90
34
|
--kbq-markdown-blockquote-size-line-width: var(--kbq-size-xxs);
|
|
91
35
|
--kbq-markdown-blockquote-size-border-radius: 0;
|
|
92
36
|
--kbq-markdown-blockquote-size-border-width: 0;
|
|
93
|
-
--kbq-markdown-blockquote-font-default-font-size: var(--kbq-md-typography-md-body-font-size);
|
|
94
|
-
--kbq-markdown-blockquote-font-default-line-height: var(--kbq-md-typography-md-body-line-height);
|
|
95
|
-
--kbq-markdown-blockquote-font-default-letter-spacing: var(--kbq-md-typography-md-body-letter-spacing);
|
|
96
|
-
--kbq-markdown-blockquote-font-default-font-weight: var(--kbq-md-typography-md-body-font-weight);
|
|
97
|
-
--kbq-markdown-blockquote-font-default-font-family: var(--kbq-md-typography-md-body-font-family);
|
|
98
|
-
--kbq-markdown-blockquote-font-default-text-transform: var(--kbq-md-typography-md-body-text-transform);
|
|
99
|
-
--kbq-markdown-blockquote-font-default-font-feature-settings: var(
|
|
100
|
-
--kbq-md-typography-md-body-font-feature-settings
|
|
101
|
-
);
|
|
102
37
|
--kbq-markdown-code-size-max-width: var(--kbq-markdown-size-max-width);
|
|
103
38
|
--kbq-markdown-code-size-multiline-margin-top: var(--kbq-size-s);
|
|
104
39
|
--kbq-markdown-code-size-multiline-margin-bottom: var(--kbq-size-xxl);
|
|
@@ -106,64 +41,20 @@
|
|
|
106
41
|
--kbq-markdown-code-size-multiline-padding: 14px var(--kbq-size-xl);
|
|
107
42
|
--kbq-markdown-code-size-border-radius: var(--kbq-size-border-radius);
|
|
108
43
|
--kbq-markdown-code-size-border-width: var(--kbq-size-border-width);
|
|
109
|
-
--kbq-markdown-
|
|
110
|
-
--kbq-markdown-code-font-default-line-height: var(--kbq-md-typography-md-body-mono-line-height);
|
|
111
|
-
--kbq-markdown-code-font-default-letter-spacing: var(--kbq-md-typography-md-body-mono-letter-spacing);
|
|
112
|
-
--kbq-markdown-code-font-default-font-weight: var(--kbq-md-typography-md-body-mono-font-weight);
|
|
113
|
-
--kbq-markdown-code-font-default-font-family: var(--kbq-md-typography-md-body-mono-font-family);
|
|
114
|
-
--kbq-markdown-code-font-default-text-transform: var(--kbq-md-typography-md-body-mono-text-transform);
|
|
115
|
-
--kbq-markdown-code-font-default-font-feature-settings: var(--kbq-md-typography-md-body-mono-font-feature-settings);
|
|
116
|
-
--kbq-markdown-link-size-icon-margin: var(--kbq-link-size-normal-content-padding);
|
|
44
|
+
--kbq-markdown-link-size-icon-margin: var(--kbq-link-size-normal-content-padding, var(--kbq-size-xxs));
|
|
117
45
|
--kbq-markdown-link-size-state-focused-outline-offset: var(--kbq-link-size-state-focused-outline-offset);
|
|
118
46
|
--kbq-markdown-link-size-state-focused-outline-width: var(--kbq-link-size-state-focused-outline-width);
|
|
119
|
-
--kbq-markdown-link-font-default-font-size: var(--kbq-md-typography-md-body-font-size);
|
|
120
|
-
--kbq-markdown-link-font-default-line-height: var(--kbq-md-typography-md-body-line-height);
|
|
121
|
-
--kbq-markdown-link-font-default-letter-spacing: var(--kbq-md-typography-md-body-letter-spacing);
|
|
122
|
-
--kbq-markdown-link-font-default-font-weight: var(--kbq-md-typography-md-body-font-weight);
|
|
123
|
-
--kbq-markdown-link-font-default-font-family: var(--kbq-md-typography-md-body-font-family);
|
|
124
|
-
--kbq-markdown-link-font-default-text-transform: var(--kbq-md-typography-md-body-text-transform);
|
|
125
|
-
--kbq-markdown-link-font-default-font-feature-settings: var(--kbq-md-typography-md-body-font-feature-settings);
|
|
126
47
|
--kbq-markdown-image-size-max-width: var(--kbq-markdown-size-max-width);
|
|
127
48
|
--kbq-markdown-image-size-margin-top: var(--kbq-size-s);
|
|
128
49
|
--kbq-markdown-image-size-margin-bottom: var(--kbq-size-s);
|
|
129
|
-
--kbq-markdown-image-size-caption-margin-top: -var(--kbq-size-s);
|
|
50
|
+
--kbq-markdown-image-size-caption-margin-top: calc(-1 * var(--kbq-size-s));
|
|
130
51
|
--kbq-markdown-image-size-caption-margin-bottom: var(--kbq-size-xxl);
|
|
131
|
-
--kbq-markdown-image-font-caption-font-size: var(--kbq-md-typography-md-caption-font-size);
|
|
132
|
-
--kbq-markdown-image-font-caption-line-height: var(--kbq-md-typography-md-caption-line-height);
|
|
133
|
-
--kbq-markdown-image-font-caption-letter-spacing: var(--kbq-md-typography-md-caption-letter-spacing);
|
|
134
|
-
--kbq-markdown-image-font-caption-font-weight: var(--kbq-md-typography-md-caption-font-weight);
|
|
135
|
-
--kbq-markdown-image-font-caption-font-family: var(--kbq-md-typography-md-caption-font-family);
|
|
136
|
-
--kbq-markdown-image-font-caption-text-transform: var(--kbq-md-typography-md-caption-text-transform);
|
|
137
|
-
--kbq-markdown-image-font-caption-font-feature-settings: var(--kbq-md-typography-md-caption-font-feature-settings);
|
|
138
52
|
--kbq-markdown-hr-size-width: 1px;
|
|
139
53
|
--kbq-markdown-hr-size-margin-vertical: var(--kbq-size-l);
|
|
140
54
|
--kbq-markdown-table-size-border-width: var(--kbq-size-border-width);
|
|
141
55
|
--kbq-markdown-table-size-padding: var(--kbq-size-s);
|
|
142
56
|
--kbq-markdown-table-size-margin-bottom: var(--kbq-size-l);
|
|
143
|
-
--kbq-markdown-table-font-header-font-size: var(--kbq-md-typography-md-table-header-font-size);
|
|
144
|
-
--kbq-markdown-table-font-header-line-height: var(--kbq-md-typography-md-table-header-line-height);
|
|
145
|
-
--kbq-markdown-table-font-header-letter-spacing: var(--kbq-md-typography-md-table-header-letter-spacing);
|
|
146
|
-
--kbq-markdown-table-font-header-font-weight: var(--kbq-md-typography-md-table-header-font-weight);
|
|
147
|
-
--kbq-markdown-table-font-header-font-family: var(--kbq-md-typography-md-table-header-font-family);
|
|
148
|
-
--kbq-markdown-table-font-header-text-transform: var(--kbq-md-typography-md-table-header-text-transform);
|
|
149
|
-
--kbq-markdown-table-font-header-font-feature-settings: var(
|
|
150
|
-
--kbq-md-typography-md-table-header-font-feature-settings
|
|
151
|
-
);
|
|
152
|
-
--kbq-markdown-table-font-body-font-size: var(--kbq-md-typography-md-table-cell-font-size);
|
|
153
|
-
--kbq-markdown-table-font-body-line-height: var(--kbq-md-typography-md-table-cell-line-height);
|
|
154
|
-
--kbq-markdown-table-font-body-letter-spacing: var(--kbq-md-typography-md-table-cell-letter-spacing);
|
|
155
|
-
--kbq-markdown-table-font-body-font-weight: var(--kbq-md-typography-md-table-cell-font-weight);
|
|
156
|
-
--kbq-markdown-table-font-body-font-family: var(--kbq-md-typography-md-table-cell-font-family);
|
|
157
|
-
--kbq-markdown-table-font-body-text-transform: var(--kbq-md-typography-md-table-cell-text-transform);
|
|
158
|
-
--kbq-markdown-table-font-body-font-feature-settings: var(--kbq-md-typography-md-table-cell-font-feature-settings);
|
|
159
57
|
--kbq-markdown-size-max-width: 650px;
|
|
160
|
-
--kbq-markdown-font-default-font-size: var(--kbq-md-typography-md-body-font-size);
|
|
161
|
-
--kbq-markdown-font-default-line-height: var(--kbq-md-typography-md-body-line-height);
|
|
162
|
-
--kbq-markdown-font-default-letter-spacing: var(--kbq-md-typography-md-body-letter-spacing);
|
|
163
|
-
--kbq-markdown-font-default-font-weight: var(--kbq-md-typography-md-body-font-weight);
|
|
164
|
-
--kbq-markdown-font-default-font-family: var(--kbq-md-typography-md-body-font-family);
|
|
165
|
-
--kbq-markdown-font-default-text-transform: var(--kbq-md-typography-md-body-text-transform);
|
|
166
|
-
--kbq-markdown-font-default-font-feature-settings: var(--kbq-md-typography-md-body-font-feature-settings);
|
|
167
58
|
}
|
|
168
59
|
|
|
169
60
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
|
@@ -1,19 +1,26 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ChangeDetectorRef, InjectionToken, Provider } from '@angular/core';
|
|
2
2
|
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
3
|
+
import { MarkedOptions } from 'marked';
|
|
3
4
|
import { KbqMarkdownService } from './markdown.service';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
|
-
|
|
6
|
-
|
|
6
|
+
/** List of options for `marked` library. */
|
|
7
|
+
export declare const KBQ_MARKDOWN_MARKED_OPTIONS: InjectionToken<MarkedOptions>;
|
|
8
|
+
/** Utility provider for `KBQ_MARKDOWN_MARKED_OPTIONS`. */
|
|
9
|
+
export declare const kbqMarkdownMarkedOptionsProvider: (options: MarkedOptions) => Provider;
|
|
10
|
+
/** Component which allows to convert `Markdown` into `HTML` */
|
|
11
|
+
export declare class KbqMarkdown {
|
|
12
|
+
private readonly markdownService;
|
|
13
|
+
private readonly cdr;
|
|
7
14
|
private sanitizer;
|
|
8
|
-
private
|
|
9
|
-
contentWrapper
|
|
15
|
+
private readonly markedOptions?;
|
|
16
|
+
private readonly contentWrapper;
|
|
17
|
+
/** `Markdown` text. */
|
|
10
18
|
get markdownText(): string | null;
|
|
11
19
|
set markdownText(value: string | null);
|
|
12
20
|
private _markdownText;
|
|
13
|
-
resultHtml: SafeHtml;
|
|
14
|
-
constructor(markdownService: KbqMarkdownService, sanitizer: DomSanitizer,
|
|
15
|
-
ngAfterContentChecked(): void;
|
|
21
|
+
protected resultHtml: SafeHtml;
|
|
22
|
+
constructor(markdownService: KbqMarkdownService, cdr: ChangeDetectorRef, sanitizer: DomSanitizer, markedOptions?: MarkedOptions | undefined);
|
|
16
23
|
private getResultHTML;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KbqMarkdown,
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KbqMarkdown, "kbq-markdown", never, { "markdownText": { "alias": "markdownText"; "required": false; }; }, {}, never, ["*"],
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KbqMarkdown, [null, null, null, { optional: true; }]>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KbqMarkdown, "kbq-markdown", never, { "markdownText": { "alias": "markdownText"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
19
26
|
}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./markdown.component";
|
|
3
|
-
import * as i2 from "@angular/cdk/a11y";
|
|
4
|
-
import * as i3 from "@koobiq/components/core";
|
|
5
|
-
import * as i4 from "@angular/forms";
|
|
6
3
|
export declare class KbqMarkdownModule {
|
|
7
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqMarkdownModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqMarkdownModule, [typeof i1.KbqMarkdown], [typeof
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KbqMarkdownModule, never, [typeof i1.KbqMarkdown], [typeof i1.KbqMarkdown]>;
|
|
9
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqMarkdownModule>;
|
|
10
7
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
+
import { MarkedOptions } from 'marked';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/** Service which allows to convert `Markdown` into `HTML` */
|
|
2
4
|
export declare class KbqMarkdownService {
|
|
3
|
-
|
|
5
|
+
/** Parses `Markdown` into `HTML` */
|
|
6
|
+
parseToHtml(markdown: string, options?: MarkedOptions): string;
|
|
4
7
|
private transform;
|
|
5
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqMarkdownService, never>;
|
|
6
9
|
static ɵprov: i0.ɵɵInjectableDeclaration<KbqMarkdownService>;
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
+
/** @docs-private */
|
|
1
2
|
export declare const MARKDOWN_TAGS_TO_CLASS_ALIAS: string[];
|
|
2
3
|
/**
|
|
3
4
|
* separating `th` and `p` to prevent it's conflict with `thead` and `pre`
|
|
5
|
+
*
|
|
6
|
+
* @docs-private
|
|
4
7
|
*/
|
|
5
8
|
export declare const MARKDOWN_WHOLE_TAGS_TO_CLASS_ALIAS: string[];
|
|
9
|
+
/** @docs-private */
|
|
6
10
|
export declare const CLASS_PREFIX: string;
|
package/modal/_modal-theme.scss
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
@use 'sass:map';
|
|
2
|
-
|
|
3
1
|
@use '../core/styles/common/tokens' as *;
|
|
4
2
|
|
|
5
3
|
@mixin kbq-modal-theme() {
|
|
@@ -37,10 +35,10 @@
|
|
|
37
35
|
|
|
38
36
|
@mixin kbq-modal-typography() {
|
|
39
37
|
.kbq-modal-title {
|
|
40
|
-
@include kbq-typography-
|
|
38
|
+
@include kbq-typography-level-to-styles_css-variables(typography, title);
|
|
41
39
|
}
|
|
42
40
|
|
|
43
41
|
.kbq-modal-body {
|
|
44
|
-
@include kbq-typography-
|
|
42
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal);
|
|
45
43
|
}
|
|
46
44
|
}
|
package/modal/modal-tokens.scss
CHANGED
|
@@ -15,20 +15,6 @@
|
|
|
15
15
|
--kbq-modal-size-footer-padding-horizontal: var(--kbq-size-xxl);
|
|
16
16
|
--kbq-modal-size-footer-padding-vertical: var(--kbq-size-xl);
|
|
17
17
|
--kbq-modal-size-footer-content-gap-horizontal: var(--kbq-size-l);
|
|
18
|
-
--kbq-modal-font-header-font-size: var(--kbq-typography-title-font-size);
|
|
19
|
-
--kbq-modal-font-header-line-height: var(--kbq-typography-title-line-height);
|
|
20
|
-
--kbq-modal-font-header-letter-spacing: var(--kbq-typography-title-letter-spacing);
|
|
21
|
-
--kbq-modal-font-header-font-weight: var(--kbq-typography-title-font-weight);
|
|
22
|
-
--kbq-modal-font-header-font-family: var(--kbq-typography-title-font-family);
|
|
23
|
-
--kbq-modal-font-header-text-transform: var(--kbq-typography-title-text-transform);
|
|
24
|
-
--kbq-modal-font-header-font-feature-settings: var(--kbq-typography-title-font-feature-settings);
|
|
25
|
-
--kbq-modal-font-content-font-size: var(--kbq-typography-text-normal-font-size);
|
|
26
|
-
--kbq-modal-font-content-line-height: var(--kbq-typography-text-normal-line-height);
|
|
27
|
-
--kbq-modal-font-content-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
28
|
-
--kbq-modal-font-content-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
29
|
-
--kbq-modal-font-content-font-family: var(--kbq-typography-text-normal-font-family);
|
|
30
|
-
--kbq-modal-font-content-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
31
|
-
--kbq-modal-font-content-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
32
18
|
}
|
|
33
19
|
|
|
34
20
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
package/modal/modal.scss
CHANGED
package/navbar/navbar-brand.scss
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@koobiq/components",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.5.1",
|
|
4
4
|
"description": "koobiq",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,15 +24,14 @@
|
|
|
24
24
|
"@angular/cdk": "^18.0.0",
|
|
25
25
|
"@angular/core": "^18.0.0",
|
|
26
26
|
"@angular/forms": "^18.0.0",
|
|
27
|
-
"@koobiq/cdk": "18.
|
|
28
|
-
"@koobiq/angular-moment-adapter": "18.
|
|
29
|
-
"@koobiq/angular-luxon-adapter": "18.
|
|
27
|
+
"@koobiq/cdk": "18.5.1",
|
|
28
|
+
"@koobiq/angular-moment-adapter": "18.5.1",
|
|
29
|
+
"@koobiq/angular-luxon-adapter": "18.5.1",
|
|
30
30
|
"@koobiq/date-formatter": "^3.1.3",
|
|
31
31
|
"@koobiq/icons": "^9.0.0",
|
|
32
32
|
"@koobiq/tokens-builder": "3.7.3",
|
|
33
33
|
"@koobiq/design-tokens": "3.7.3",
|
|
34
34
|
"@radix-ng/primitives": "^0.14.0",
|
|
35
|
-
"marked": "^9.0.0",
|
|
36
35
|
"overlayscrollbars": "2.7.3",
|
|
37
36
|
"ngx-highlightjs": "^10.0.0"
|
|
38
37
|
},
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
|
|
30
30
|
@mixin kbq-popover-typography() {
|
|
31
31
|
.kbq-popover__header {
|
|
32
|
-
@include kbq-typography-
|
|
32
|
+
@include kbq-typography-level-to-styles_css-variables(typography, subheading);
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
.kbq-popover__content {
|
|
36
|
-
@include kbq-typography-
|
|
36
|
+
@include kbq-typography-level-to-styles_css-variables(typography, text-normal);
|
|
37
37
|
}
|
|
38
38
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
.kbq-popover {
|
|
2
|
-
--kbq-button-size-border-radius: var(--kbq-size-s);
|
|
3
2
|
--kbq-popover-size-container-width-small: 200px;
|
|
4
3
|
--kbq-popover-size-container-width-medium: 400px;
|
|
5
4
|
--kbq-popover-size-container-width-large: 640px;
|
|
@@ -18,20 +17,6 @@
|
|
|
18
17
|
--kbq-popover-size-content-padding-with-footer-bottom: var(--kbq-size-s);
|
|
19
18
|
--kbq-popover-size-footer-padding-vertical: var(--kbq-size-l);
|
|
20
19
|
--kbq-popover-size-footer-padding-horizontal: var(--kbq-size-xxl);
|
|
21
|
-
--kbq-popover-font-header-font-size: var(--kbq-typography-subheading-font-size);
|
|
22
|
-
--kbq-popover-font-header-line-height: var(--kbq-typography-subheading-line-height);
|
|
23
|
-
--kbq-popover-font-header-letter-spacing: var(--kbq-typography-subheading-letter-spacing);
|
|
24
|
-
--kbq-popover-font-header-font-weight: var(--kbq-typography-subheading-font-weight);
|
|
25
|
-
--kbq-popover-font-header-font-family: var(--kbq-typography-subheading-font-family);
|
|
26
|
-
--kbq-popover-font-header-text-transform: var(--kbq-typography-subheading-text-transform);
|
|
27
|
-
--kbq-popover-font-header-font-feature-settings: var(--kbq-typography-subheading-font-feature-settings);
|
|
28
|
-
--kbq-popover-font-content-font-size: var(--kbq-typography-text-normal-font-size);
|
|
29
|
-
--kbq-popover-font-content-line-height: var(--kbq-typography-text-normal-line-height);
|
|
30
|
-
--kbq-popover-font-content-letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
|
|
31
|
-
--kbq-popover-font-content-font-weight: var(--kbq-typography-text-normal-font-weight);
|
|
32
|
-
--kbq-popover-font-content-font-family: var(--kbq-typography-text-normal-font-family);
|
|
33
|
-
--kbq-popover-font-content-text-transform: var(--kbq-typography-text-normal-text-transform);
|
|
34
|
-
--kbq-popover-font-content-font-feature-settings: var(--kbq-typography-text-normal-font-feature-settings);
|
|
35
20
|
}
|
|
36
21
|
|
|
37
22
|
:where(.kbq-light, .theme-light, .kbq-theme-light) {
|
package/popover/popover.scss
CHANGED
|
@@ -128,7 +128,7 @@ $arrow-padding: calc(18px - $trigger-margin);
|
|
|
128
128
|
z-index: 2;
|
|
129
129
|
top: var(--kbq-size-s);
|
|
130
130
|
right: var(--kbq-size-s);
|
|
131
|
-
border-radius: var(--kbq-
|
|
131
|
+
border-radius: var(--kbq-size-border-radius);
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
@include kbq-popover-theme();
|