@statistikzh/leu 0.14.4 → 0.15.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/.release-please-manifest.json +1 -1
- package/CHANGELOG.md +17 -0
- package/dist/Accordion.js +2 -30
- package/dist/Button.d.ts +56 -68
- package/dist/Button.js +74 -52
- package/dist/ButtonGroup.d.ts +9 -9
- package/dist/ButtonGroup.js +30 -20
- package/dist/ChartWrapper.d.ts +38 -0
- package/dist/ChartWrapper.js +164 -0
- package/dist/Checkbox.d.ts +6 -21
- package/dist/Checkbox.js +17 -9
- package/dist/CheckboxGroup.d.ts +13 -14
- package/dist/CheckboxGroup.js +18 -11
- package/dist/Chip.js +1 -1
- package/dist/ChipGroup.js +1 -1
- package/dist/ChipLink.js +1 -1
- package/dist/ChipRemovable.js +1 -1
- package/dist/ChipSelectable.js +1 -1
- package/dist/Dialog.js +1 -1
- package/dist/Dropdown.js +3 -1
- package/dist/Icon.js +1 -1
- package/dist/Input.js +1 -1
- package/dist/{LeuElement-x8UlIDDl.js → LeuElement-B84x5CPL.js} +1 -1
- package/dist/Menu.js +1 -1
- package/dist/MenuItem.js +1 -1
- package/dist/Pagination.d.ts +40 -28
- package/dist/Pagination.js +39 -14
- package/dist/Placeholder.d.ts +27 -0
- package/dist/Placeholder.js +90 -0
- package/dist/Popup.js +1 -1
- package/dist/Radio.d.ts +6 -21
- package/dist/Radio.js +17 -9
- package/dist/RadioGroup.d.ts +28 -23
- package/dist/RadioGroup.js +29 -16
- package/dist/Range.js +1 -1
- package/dist/ScrollTop.d.ts +0 -1
- package/dist/ScrollTop.js +3 -1
- package/dist/Select.js +3 -1
- package/dist/Spinner.js +1 -1
- package/dist/Table.d.ts +0 -1
- package/dist/Table.js +3 -1
- package/dist/VisuallyHidden.js +1 -1
- package/dist/_tslib-CNEFicEt.js +30 -0
- package/dist/components/button/Button.d.ts +55 -67
- package/dist/components/button/Button.d.ts.map +1 -1
- package/dist/components/button/stories/button.stories.d.ts.map +1 -1
- package/dist/components/button-group/ButtonGroup.d.ts +9 -9
- package/dist/components/button-group/ButtonGroup.d.ts.map +1 -1
- package/dist/components/chart-wrapper/ChartWrapper.d.ts +34 -0
- package/dist/components/chart-wrapper/ChartWrapper.d.ts.map +1 -0
- package/dist/components/chart-wrapper/leu-chart-wrapper.d.ts +3 -0
- package/dist/components/chart-wrapper/leu-chart-wrapper.d.ts.map +1 -0
- package/dist/components/chart-wrapper/stories/chart-wrapper.stories.d.ts +47 -0
- package/dist/components/chart-wrapper/stories/chart-wrapper.stories.d.ts.map +1 -0
- package/dist/components/chart-wrapper/test/chart-wrapper.test.d.ts +2 -0
- package/dist/components/chart-wrapper/test/chart-wrapper.test.d.ts.map +1 -0
- package/dist/components/checkbox/Checkbox.d.ts +6 -21
- package/dist/components/checkbox/Checkbox.d.ts.map +1 -1
- package/dist/components/checkbox/CheckboxGroup.d.ts +13 -14
- package/dist/components/checkbox/CheckboxGroup.d.ts.map +1 -1
- package/dist/components/icon/stories/icon.stories.d.ts +10 -0
- package/dist/components/icon/stories/icon.stories.d.ts.map +1 -1
- package/dist/components/pagination/Pagination.d.ts +40 -27
- package/dist/components/pagination/Pagination.d.ts.map +1 -1
- package/dist/components/pagination/stories/pagination.stories.d.ts +10 -2
- package/dist/components/pagination/stories/pagination.stories.d.ts.map +1 -1
- package/dist/components/placeholder/Placeholder.d.ts +23 -0
- package/dist/components/placeholder/Placeholder.d.ts.map +1 -0
- package/dist/components/placeholder/leu-placeholder.d.ts +3 -0
- package/dist/components/placeholder/leu-placeholder.d.ts.map +1 -0
- package/dist/components/placeholder/stories/placeholder.stories.d.ts +27 -0
- package/dist/components/placeholder/stories/placeholder.stories.d.ts.map +1 -0
- package/dist/components/placeholder/test/placeholder.test.d.ts +2 -0
- package/dist/components/placeholder/test/placeholder.test.d.ts.map +1 -0
- package/dist/components/radio/Radio.d.ts +6 -21
- package/dist/components/radio/Radio.d.ts.map +1 -1
- package/dist/components/radio/RadioGroup.d.ts +28 -23
- package/dist/components/radio/RadioGroup.d.ts.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -2
- package/dist/leu-accordion.js +2 -1
- package/dist/leu-button-group.js +8 -1
- package/dist/leu-button.d.ts +0 -1
- package/dist/leu-button.js +3 -1
- package/dist/leu-chart-wrapper.d.ts +6 -0
- package/dist/leu-chart-wrapper.js +11 -0
- package/dist/leu-checkbox-group.js +5 -1
- package/dist/leu-checkbox.js +3 -1
- package/dist/leu-chip-group.js +1 -1
- package/dist/leu-chip-link.js +1 -1
- package/dist/leu-chip-removable.js +1 -1
- package/dist/leu-chip-selectable.js +1 -1
- package/dist/leu-dialog.js +1 -1
- package/dist/leu-dropdown.js +3 -1
- package/dist/leu-icon.js +1 -1
- package/dist/leu-input.js +1 -1
- package/dist/leu-menu-item.js +1 -1
- package/dist/leu-menu.js +1 -1
- package/dist/leu-pagination.d.ts +0 -1
- package/dist/leu-pagination.js +3 -1
- package/dist/leu-placeholder.d.ts +4 -0
- package/dist/leu-placeholder.js +7 -0
- package/dist/leu-popup.js +1 -1
- package/dist/leu-radio-group.js +4 -1
- package/dist/leu-radio.js +3 -1
- package/dist/leu-range.js +1 -1
- package/dist/leu-scroll-top.d.ts +0 -1
- package/dist/leu-scroll-top.js +3 -1
- package/dist/leu-select.js +3 -1
- package/dist/leu-spinner.js +1 -1
- package/dist/leu-table.d.ts +0 -1
- package/dist/leu-table.js +3 -1
- package/dist/leu-visually-hidden.js +1 -1
- package/dist/lib/a11y.d.ts +2 -2
- package/dist/theme.css +18 -18
- package/dist/vscode.html-custom-data.json +95 -25
- package/dist/vue/index.d.ts +86 -46
- package/dist/web-types.json +222 -80
- package/package.json +1 -1
- package/release-please-config.json +1 -2
- package/scripts/generate-component/templates/stories/[name].stories.ts +17 -4
- package/scripts/postcss-leu-font-styles.cjs +10 -10
- package/src/components/button/Button.ts +95 -79
- package/src/components/button/stories/button.stories.ts +5 -6
- package/src/components/button-group/ButtonGroup.ts +18 -13
- package/src/components/chart-wrapper/ChartWrapper.ts +78 -0
- package/src/components/chart-wrapper/chart-wrapper.css +87 -0
- package/src/components/chart-wrapper/leu-chart-wrapper.ts +5 -0
- package/src/components/chart-wrapper/stories/chart-wrapper.stories.ts +58 -0
- package/src/components/chart-wrapper/test/chart-wrapper.test.ts +77 -0
- package/src/components/checkbox/Checkbox.ts +13 -15
- package/src/components/checkbox/CheckboxGroup.ts +20 -16
- package/src/components/icon/stories/icon.stories.ts +27 -0
- package/src/components/pagination/Pagination.ts +45 -32
- package/src/components/pagination/stories/pagination.stories.ts +28 -17
- package/src/components/placeholder/Placeholder.ts +33 -0
- package/src/components/placeholder/leu-placeholder.ts +5 -0
- package/src/components/placeholder/placeholder.css +59 -0
- package/src/components/placeholder/stories/placeholder.stories.ts +34 -0
- package/src/components/placeholder/test/placeholder.test.ts +31 -0
- package/src/components/radio/Radio.ts +13 -15
- package/src/components/radio/RadioGroup.ts +42 -28
- package/src/docs/contributing.mdx +1 -1
- package/src/index.ts +1 -0
- package/src/lib/a11y.ts +2 -2
- package/src/styles/theme.css +89 -1
- package/src/styles/custom-properties.css +0 -89
package/dist/leu-button-group.js
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
import { LeuButtonGroup } from './ButtonGroup.js';
|
|
2
2
|
import 'lit';
|
|
3
|
-
import './LeuElement-
|
|
3
|
+
import './LeuElement-B84x5CPL.js';
|
|
4
|
+
import './Button.js';
|
|
5
|
+
import './_tslib-CNEFicEt.js';
|
|
6
|
+
import 'lit/directives/class-map.js';
|
|
7
|
+
import 'lit/directives/if-defined.js';
|
|
8
|
+
import 'lit/decorators.js';
|
|
9
|
+
import './Icon.js';
|
|
10
|
+
import './hasSlotController-Bm2tipvG.js';
|
|
4
11
|
|
|
5
12
|
LeuButtonGroup.define("leu-button-group");
|
|
6
13
|
|
package/dist/leu-button.d.ts
CHANGED
package/dist/leu-button.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { LeuButton } from './Button.js';
|
|
2
|
+
import './_tslib-CNEFicEt.js';
|
|
2
3
|
import 'lit';
|
|
3
4
|
import 'lit/directives/class-map.js';
|
|
4
5
|
import 'lit/directives/if-defined.js';
|
|
6
|
+
import 'lit/decorators.js';
|
|
5
7
|
import './Icon.js';
|
|
6
|
-
import './LeuElement-
|
|
8
|
+
import './LeuElement-B84x5CPL.js';
|
|
7
9
|
import './hasSlotController-Bm2tipvG.js';
|
|
8
10
|
|
|
9
11
|
LeuButton.define("leu-button");
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { LeuChartWrapper } from './ChartWrapper.js';
|
|
2
|
+
import './_tslib-CNEFicEt.js';
|
|
3
|
+
import 'lit';
|
|
4
|
+
import 'lit/decorators.js';
|
|
5
|
+
import './LeuElement-B84x5CPL.js';
|
|
6
|
+
import './hasSlotController-Bm2tipvG.js';
|
|
7
|
+
import './Spinner.js';
|
|
8
|
+
|
|
9
|
+
LeuChartWrapper.define("leu-chart-wrapper");
|
|
10
|
+
|
|
11
|
+
export { LeuChartWrapper };
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import { LeuCheckboxGroup } from './CheckboxGroup.js';
|
|
2
|
+
import './_tslib-CNEFicEt.js';
|
|
2
3
|
import 'lit';
|
|
3
4
|
import 'lit/directives/class-map.js';
|
|
4
|
-
import '
|
|
5
|
+
import 'lit/decorators.js';
|
|
6
|
+
import './LeuElement-B84x5CPL.js';
|
|
7
|
+
import './Checkbox.js';
|
|
8
|
+
import './Icon.js';
|
|
5
9
|
|
|
6
10
|
LeuCheckboxGroup.define("leu-checkbox-group");
|
|
7
11
|
|
package/dist/leu-checkbox.js
CHANGED
package/dist/leu-chip-group.js
CHANGED
package/dist/leu-chip-link.js
CHANGED
package/dist/leu-dialog.js
CHANGED
|
@@ -2,7 +2,7 @@ import { LeuDialog } from './Dialog.js';
|
|
|
2
2
|
import 'lit';
|
|
3
3
|
import 'lit/directives/ref.js';
|
|
4
4
|
import 'lit/directives/class-map.js';
|
|
5
|
-
import './LeuElement-
|
|
5
|
+
import './LeuElement-B84x5CPL.js';
|
|
6
6
|
import './hasSlotController-Bm2tipvG.js';
|
|
7
7
|
import './Icon.js';
|
|
8
8
|
|
package/dist/leu-dropdown.js
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { LeuDropdown } from './Dropdown.js';
|
|
2
2
|
import 'lit';
|
|
3
3
|
import 'lit/directives/ref.js';
|
|
4
|
-
import './LeuElement-
|
|
4
|
+
import './LeuElement-B84x5CPL.js';
|
|
5
5
|
import './hasSlotController-Bm2tipvG.js';
|
|
6
6
|
import './Button.js';
|
|
7
|
+
import './_tslib-CNEFicEt.js';
|
|
7
8
|
import 'lit/directives/class-map.js';
|
|
8
9
|
import 'lit/directives/if-defined.js';
|
|
10
|
+
import 'lit/decorators.js';
|
|
9
11
|
import './Icon.js';
|
|
10
12
|
import './Menu.js';
|
|
11
13
|
import './MenuItem.js';
|
package/dist/leu-icon.js
CHANGED
package/dist/leu-input.js
CHANGED
|
@@ -4,7 +4,7 @@ import 'lit/directives/class-map.js';
|
|
|
4
4
|
import 'lit/directives/if-defined.js';
|
|
5
5
|
import 'lit/directives/live.js';
|
|
6
6
|
import 'lit/directives/ref.js';
|
|
7
|
-
import './LeuElement-
|
|
7
|
+
import './LeuElement-B84x5CPL.js';
|
|
8
8
|
import './Icon.js';
|
|
9
9
|
|
|
10
10
|
LeuInput.define("leu-input");
|
package/dist/leu-menu-item.js
CHANGED
package/dist/leu-menu.js
CHANGED
package/dist/leu-pagination.d.ts
CHANGED
package/dist/leu-pagination.js
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { LeuPagination } from './Pagination.js';
|
|
2
|
+
import './_tslib-CNEFicEt.js';
|
|
2
3
|
import 'lit';
|
|
3
4
|
import 'lit/directives/live.js';
|
|
4
|
-
import '
|
|
5
|
+
import 'lit/decorators.js';
|
|
6
|
+
import './LeuElement-B84x5CPL.js';
|
|
5
7
|
import './Button.js';
|
|
6
8
|
import 'lit/directives/class-map.js';
|
|
7
9
|
import 'lit/directives/if-defined.js';
|
package/dist/leu-popup.js
CHANGED
package/dist/leu-radio-group.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { LeuRadioGroup } from './RadioGroup.js';
|
|
2
|
+
import './_tslib-CNEFicEt.js';
|
|
2
3
|
import 'lit';
|
|
3
4
|
import 'lit/directives/class-map.js';
|
|
4
|
-
import '
|
|
5
|
+
import 'lit/decorators.js';
|
|
6
|
+
import './LeuElement-B84x5CPL.js';
|
|
7
|
+
import './Radio.js';
|
|
5
8
|
|
|
6
9
|
LeuRadioGroup.define("leu-radio-group");
|
|
7
10
|
|
package/dist/leu-radio.js
CHANGED
package/dist/leu-range.js
CHANGED
package/dist/leu-scroll-top.d.ts
CHANGED
package/dist/leu-scroll-top.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { LeuScrollTop } from './ScrollTop.js';
|
|
2
2
|
import 'lit';
|
|
3
3
|
import 'lit/directives/class-map.js';
|
|
4
|
-
import './LeuElement-
|
|
4
|
+
import './LeuElement-B84x5CPL.js';
|
|
5
5
|
import './Button.js';
|
|
6
|
+
import './_tslib-CNEFicEt.js';
|
|
6
7
|
import 'lit/directives/if-defined.js';
|
|
8
|
+
import 'lit/decorators.js';
|
|
7
9
|
import './Icon.js';
|
|
8
10
|
import './hasSlotController-Bm2tipvG.js';
|
|
9
11
|
|
package/dist/leu-select.js
CHANGED
|
@@ -3,9 +3,11 @@ import 'lit';
|
|
|
3
3
|
import 'lit/directives/class-map.js';
|
|
4
4
|
import 'lit/directives/ref.js';
|
|
5
5
|
import 'lit/directives/if-defined.js';
|
|
6
|
-
import './LeuElement-
|
|
6
|
+
import './LeuElement-B84x5CPL.js';
|
|
7
7
|
import './hasSlotController-Bm2tipvG.js';
|
|
8
8
|
import './Button.js';
|
|
9
|
+
import './_tslib-CNEFicEt.js';
|
|
10
|
+
import 'lit/decorators.js';
|
|
9
11
|
import './Icon.js';
|
|
10
12
|
import './Menu.js';
|
|
11
13
|
import './MenuItem.js';
|
package/dist/leu-spinner.js
CHANGED
package/dist/leu-table.d.ts
CHANGED
package/dist/leu-table.js
CHANGED
|
@@ -3,10 +3,12 @@ import 'lit';
|
|
|
3
3
|
import 'lit/directives/class-map.js';
|
|
4
4
|
import 'lit/directives/style-map.js';
|
|
5
5
|
import 'lit/directives/ref.js';
|
|
6
|
-
import './LeuElement-
|
|
6
|
+
import './LeuElement-B84x5CPL.js';
|
|
7
7
|
import './Icon.js';
|
|
8
8
|
import './Pagination.js';
|
|
9
|
+
import './_tslib-CNEFicEt.js';
|
|
9
10
|
import 'lit/directives/live.js';
|
|
11
|
+
import 'lit/decorators.js';
|
|
10
12
|
import './Button.js';
|
|
11
13
|
import 'lit/directives/if-defined.js';
|
|
12
14
|
import './hasSlotController-Bm2tipvG.js';
|
package/dist/lib/a11y.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* All roles that are associated with a aria-checked attribute
|
|
3
|
-
* @
|
|
3
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-checked
|
|
4
4
|
*/
|
|
5
5
|
export declare const ARIA_CHECKED_ROLES: readonly ["checkbox", "menuitemcheckbox", "menuitemradio", "option", "radio", "switch"];
|
|
6
6
|
/**
|
|
7
7
|
* All roles that are associated with a aria-selected attribute
|
|
8
|
-
* @
|
|
8
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-selected
|
|
9
9
|
*/
|
|
10
10
|
export declare const ARIA_SELECTED_ROLES: readonly ["gridcell", "option", "row", "tab", "columnheader", "rowheader", "treeitem"];
|
|
11
11
|
//# sourceMappingURL=a11y.d.ts.map
|
package/dist/theme.css
CHANGED
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
|
|
63
63
|
--leu-t-tiny-regular-spacing: 0.5625rem;
|
|
64
64
|
|
|
65
|
-
--leu-t-tiny-regular-font: var(--leu-t-tiny-regular-font-size) / var(--leu-t-tiny-regular-line-height) var(--leu-font-family-regular);
|
|
65
|
+
--leu-t-tiny-regular-font: normal var(--leu-t-tiny-regular-font-size) / var(--leu-t-tiny-regular-line-height) var(--leu-font-family-regular);
|
|
66
66
|
|
|
67
67
|
--leu-t-tiny-black-font-size: 0.75rem;
|
|
68
68
|
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
|
|
71
71
|
--leu-t-tiny-black-spacing: 0.5625rem;
|
|
72
72
|
|
|
73
|
-
--leu-t-tiny-black-font: var(--leu-t-tiny-black-font-size) / var(--leu-t-tiny-black-line-height) var(--leu-font-family-black);
|
|
73
|
+
--leu-t-tiny-black-font: normal var(--leu-t-tiny-black-font-size) / var(--leu-t-tiny-black-line-height) var(--leu-font-family-black);
|
|
74
74
|
|
|
75
75
|
--leu-t-small-regular-font-size: 0.875rem;
|
|
76
76
|
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
|
|
79
79
|
--leu-t-small-regular-spacing: 0.625rem;
|
|
80
80
|
|
|
81
|
-
--leu-t-small-regular-font: var(--leu-t-small-regular-font-size) / var(--leu-t-small-regular-line-height) var(--leu-font-family-regular);
|
|
81
|
+
--leu-t-small-regular-font: normal var(--leu-t-small-regular-font-size) / var(--leu-t-small-regular-line-height) var(--leu-font-family-regular);
|
|
82
82
|
|
|
83
83
|
--leu-t-small-black-font-size: 0.875rem;
|
|
84
84
|
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
|
|
87
87
|
--leu-t-small-black-spacing: 0.625rem;
|
|
88
88
|
|
|
89
|
-
--leu-t-small-black-font: var(--leu-t-small-black-font-size) / var(--leu-t-small-black-line-height) var(--leu-font-family-black);
|
|
89
|
+
--leu-t-small-black-font: normal var(--leu-t-small-black-font-size) / var(--leu-t-small-black-line-height) var(--leu-font-family-black);
|
|
90
90
|
|
|
91
91
|
--leu-t-regular-regular-font-size: 1rem;
|
|
92
92
|
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
|
|
95
95
|
--leu-t-regular-regular-spacing: 0.75rem;
|
|
96
96
|
|
|
97
|
-
--leu-t-regular-regular-font: var(--leu-t-regular-regular-font-size) / var(--leu-t-regular-regular-line-height) var(--leu-font-family-regular);
|
|
97
|
+
--leu-t-regular-regular-font: normal var(--leu-t-regular-regular-font-size) / var(--leu-t-regular-regular-line-height) var(--leu-font-family-regular);
|
|
98
98
|
|
|
99
99
|
--leu-t-regular-black-font-size: 1rem;
|
|
100
100
|
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
|
|
103
103
|
--leu-t-regular-black-spacing: 0.75rem;
|
|
104
104
|
|
|
105
|
-
--leu-t-regular-black-font: var(--leu-t-regular-black-font-size) / var(--leu-t-regular-black-line-height) var(--leu-font-family-black);
|
|
105
|
+
--leu-t-regular-black-font: normal var(--leu-t-regular-black-font-size) / var(--leu-t-regular-black-line-height) var(--leu-font-family-black);
|
|
106
106
|
|
|
107
107
|
--leu-t-bigger-regular-regular-font-size: 1.125rem;
|
|
108
108
|
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
|
|
111
111
|
--leu-t-bigger-regular-regular-spacing: 0.8125rem;
|
|
112
112
|
|
|
113
|
-
--leu-t-bigger-regular-regular-font: var(--leu-t-bigger-regular-regular-font-size) / var(--leu-t-bigger-regular-regular-line-height) var(--leu-font-family-regular);
|
|
113
|
+
--leu-t-bigger-regular-regular-font: normal var(--leu-t-bigger-regular-regular-font-size) / var(--leu-t-bigger-regular-regular-line-height) var(--leu-font-family-regular);
|
|
114
114
|
|
|
115
115
|
--leu-t-bigger-regular-black-font-size: 1.125rem;
|
|
116
116
|
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
|
|
119
119
|
--leu-t-bigger-regular-black-spacing: 0.75rem;
|
|
120
120
|
|
|
121
|
-
--leu-t-bigger-regular-black-font: var(--leu-t-bigger-regular-black-font-size) / var(--leu-t-bigger-regular-black-line-height) var(--leu-font-family-black);
|
|
121
|
+
--leu-t-bigger-regular-black-font: normal var(--leu-t-bigger-regular-black-font-size) / var(--leu-t-bigger-regular-black-line-height) var(--leu-font-family-black);
|
|
122
122
|
|
|
123
123
|
--leu-t-medium-regular-font-size: 1.25rem;
|
|
124
124
|
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
|
|
127
127
|
--leu-t-medium-regular-spacing: 0.9375rem;
|
|
128
128
|
|
|
129
|
-
--leu-t-medium-regular-font: var(--leu-t-medium-regular-font-size) / var(--leu-t-medium-regular-line-height) var(--leu-font-family-regular);
|
|
129
|
+
--leu-t-medium-regular-font: normal var(--leu-t-medium-regular-font-size) / var(--leu-t-medium-regular-line-height) var(--leu-font-family-regular);
|
|
130
130
|
|
|
131
131
|
--leu-t-medium-black-font-size: 1.25rem;
|
|
132
132
|
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
|
|
135
135
|
--leu-t-medium-black-spacing: 0.8125rem;
|
|
136
136
|
|
|
137
|
-
--leu-t-medium-black-font: var(--leu-t-medium-black-font-size) / var(--leu-t-medium-black-line-height) var(--leu-font-family-black);
|
|
137
|
+
--leu-t-medium-black-font: normal var(--leu-t-medium-black-font-size) / var(--leu-t-medium-black-line-height) var(--leu-font-family-black);
|
|
138
138
|
|
|
139
139
|
--leu-t-large-regular-font-size: 1.5rem;
|
|
140
140
|
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
|
|
143
143
|
--leu-t-large-regular-spacing: 1.125rem;
|
|
144
144
|
|
|
145
|
-
--leu-t-large-regular-font: var(--leu-t-large-regular-font-size) / var(--leu-t-large-regular-line-height) var(--leu-font-family-regular);
|
|
145
|
+
--leu-t-large-regular-font: normal var(--leu-t-large-regular-font-size) / var(--leu-t-large-regular-line-height) var(--leu-font-family-regular);
|
|
146
146
|
|
|
147
147
|
--leu-t-large-black-font-size: 1.5rem;
|
|
148
148
|
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
|
|
151
151
|
--leu-t-large-black-spacing: 0.9375rem;
|
|
152
152
|
|
|
153
|
-
--leu-t-large-black-font: var(--leu-t-large-black-font-size) / var(--leu-t-large-black-line-height) var(--leu-font-family-black);
|
|
153
|
+
--leu-t-large-black-font: normal var(--leu-t-large-black-font-size) / var(--leu-t-large-black-line-height) var(--leu-font-family-black);
|
|
154
154
|
|
|
155
155
|
--leu-t-small-big-black-font-size: 1.75rem;
|
|
156
156
|
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
|
|
159
159
|
--leu-t-small-big-black-spacing: 1.0625rem;
|
|
160
160
|
|
|
161
|
-
--leu-t-small-big-black-font: var(--leu-t-small-big-black-font-size) / var(--leu-t-small-big-black-line-height) var(--leu-font-family-black);
|
|
161
|
+
--leu-t-small-big-black-font: normal var(--leu-t-small-big-black-font-size) / var(--leu-t-small-big-black-line-height) var(--leu-font-family-black);
|
|
162
162
|
|
|
163
163
|
--leu-t-big-black-font-size: 2rem;
|
|
164
164
|
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
|
|
167
167
|
--leu-t-big-black-spacing: 1.1875rem;
|
|
168
168
|
|
|
169
|
-
--leu-t-big-black-font: var(--leu-t-big-black-font-size) / var(--leu-t-big-black-line-height) var(--leu-font-family-black);
|
|
169
|
+
--leu-t-big-black-font: normal var(--leu-t-big-black-font-size) / var(--leu-t-big-black-line-height) var(--leu-font-family-black);
|
|
170
170
|
|
|
171
171
|
--leu-t-bigger-big-black-font-size: 2.5rem;
|
|
172
172
|
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
|
|
175
175
|
--leu-t-bigger-big-black-spacing: 1.5rem;
|
|
176
176
|
|
|
177
|
-
--leu-t-bigger-big-black-font: var(--leu-t-bigger-big-black-font-size) / var(--leu-t-bigger-big-black-line-height) var(--leu-font-family-black);
|
|
177
|
+
--leu-t-bigger-big-black-font: normal var(--leu-t-bigger-big-black-font-size) / var(--leu-t-bigger-big-black-line-height) var(--leu-font-family-black);
|
|
178
178
|
|
|
179
179
|
--leu-t-small-huge-black-font-size: 3rem;
|
|
180
180
|
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
|
|
183
183
|
--leu-t-small-huge-black-spacing: 1.5rem;
|
|
184
184
|
|
|
185
|
-
--leu-t-small-huge-black-font: var(--leu-t-small-huge-black-font-size) / var(--leu-t-small-huge-black-line-height) var(--leu-font-family-black);
|
|
185
|
+
--leu-t-small-huge-black-font: normal var(--leu-t-small-huge-black-font-size) / var(--leu-t-small-huge-black-line-height) var(--leu-font-family-black);
|
|
186
186
|
|
|
187
187
|
--leu-t-huge-black-font-size: 3.5rem;
|
|
188
188
|
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
|
|
191
191
|
--leu-t-huge-black-spacing: 1.75rem;
|
|
192
192
|
|
|
193
|
-
--leu-t-huge-black-font: var(--leu-t-huge-black-font-size) / var(--leu-t-huge-black-line-height) var(--leu-font-family-black);
|
|
193
|
+
--leu-t-huge-black-font: normal var(--leu-t-huge-black-font-size) / var(--leu-t-huge-black-line-height) var(--leu-font-family-black);
|
|
194
194
|
|
|
195
195
|
--leu-t-giant-black-font-size: 4.5rem;
|
|
196
196
|
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
|
|
199
199
|
--leu-t-giant-black-spacing: 2.25rem;
|
|
200
200
|
|
|
201
|
-
--leu-t-giant-black-font: var(--leu-t-giant-black-font-size) / var(--leu-t-giant-black-line-height) var(--leu-font-family-black);
|
|
201
|
+
--leu-t-giant-black-font: normal var(--leu-t-giant-black-font-size) / var(--leu-t-giant-black-line-height) var(--leu-font-family-black);
|
|
202
202
|
|
|
203
203
|
--leu-t-curve-tiny-regular-font-size: var(--leu-t-tiny-regular-font-size);
|
|
204
204
|
|