@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.
Files changed (148) hide show
  1. package/.release-please-manifest.json +1 -1
  2. package/CHANGELOG.md +17 -0
  3. package/dist/Accordion.js +2 -30
  4. package/dist/Button.d.ts +56 -68
  5. package/dist/Button.js +74 -52
  6. package/dist/ButtonGroup.d.ts +9 -9
  7. package/dist/ButtonGroup.js +30 -20
  8. package/dist/ChartWrapper.d.ts +38 -0
  9. package/dist/ChartWrapper.js +164 -0
  10. package/dist/Checkbox.d.ts +6 -21
  11. package/dist/Checkbox.js +17 -9
  12. package/dist/CheckboxGroup.d.ts +13 -14
  13. package/dist/CheckboxGroup.js +18 -11
  14. package/dist/Chip.js +1 -1
  15. package/dist/ChipGroup.js +1 -1
  16. package/dist/ChipLink.js +1 -1
  17. package/dist/ChipRemovable.js +1 -1
  18. package/dist/ChipSelectable.js +1 -1
  19. package/dist/Dialog.js +1 -1
  20. package/dist/Dropdown.js +3 -1
  21. package/dist/Icon.js +1 -1
  22. package/dist/Input.js +1 -1
  23. package/dist/{LeuElement-x8UlIDDl.js → LeuElement-B84x5CPL.js} +1 -1
  24. package/dist/Menu.js +1 -1
  25. package/dist/MenuItem.js +1 -1
  26. package/dist/Pagination.d.ts +40 -28
  27. package/dist/Pagination.js +39 -14
  28. package/dist/Placeholder.d.ts +27 -0
  29. package/dist/Placeholder.js +90 -0
  30. package/dist/Popup.js +1 -1
  31. package/dist/Radio.d.ts +6 -21
  32. package/dist/Radio.js +17 -9
  33. package/dist/RadioGroup.d.ts +28 -23
  34. package/dist/RadioGroup.js +29 -16
  35. package/dist/Range.js +1 -1
  36. package/dist/ScrollTop.d.ts +0 -1
  37. package/dist/ScrollTop.js +3 -1
  38. package/dist/Select.js +3 -1
  39. package/dist/Spinner.js +1 -1
  40. package/dist/Table.d.ts +0 -1
  41. package/dist/Table.js +3 -1
  42. package/dist/VisuallyHidden.js +1 -1
  43. package/dist/_tslib-CNEFicEt.js +30 -0
  44. package/dist/components/button/Button.d.ts +55 -67
  45. package/dist/components/button/Button.d.ts.map +1 -1
  46. package/dist/components/button/stories/button.stories.d.ts.map +1 -1
  47. package/dist/components/button-group/ButtonGroup.d.ts +9 -9
  48. package/dist/components/button-group/ButtonGroup.d.ts.map +1 -1
  49. package/dist/components/chart-wrapper/ChartWrapper.d.ts +34 -0
  50. package/dist/components/chart-wrapper/ChartWrapper.d.ts.map +1 -0
  51. package/dist/components/chart-wrapper/leu-chart-wrapper.d.ts +3 -0
  52. package/dist/components/chart-wrapper/leu-chart-wrapper.d.ts.map +1 -0
  53. package/dist/components/chart-wrapper/stories/chart-wrapper.stories.d.ts +47 -0
  54. package/dist/components/chart-wrapper/stories/chart-wrapper.stories.d.ts.map +1 -0
  55. package/dist/components/chart-wrapper/test/chart-wrapper.test.d.ts +2 -0
  56. package/dist/components/chart-wrapper/test/chart-wrapper.test.d.ts.map +1 -0
  57. package/dist/components/checkbox/Checkbox.d.ts +6 -21
  58. package/dist/components/checkbox/Checkbox.d.ts.map +1 -1
  59. package/dist/components/checkbox/CheckboxGroup.d.ts +13 -14
  60. package/dist/components/checkbox/CheckboxGroup.d.ts.map +1 -1
  61. package/dist/components/icon/stories/icon.stories.d.ts +10 -0
  62. package/dist/components/icon/stories/icon.stories.d.ts.map +1 -1
  63. package/dist/components/pagination/Pagination.d.ts +40 -27
  64. package/dist/components/pagination/Pagination.d.ts.map +1 -1
  65. package/dist/components/pagination/stories/pagination.stories.d.ts +10 -2
  66. package/dist/components/pagination/stories/pagination.stories.d.ts.map +1 -1
  67. package/dist/components/placeholder/Placeholder.d.ts +23 -0
  68. package/dist/components/placeholder/Placeholder.d.ts.map +1 -0
  69. package/dist/components/placeholder/leu-placeholder.d.ts +3 -0
  70. package/dist/components/placeholder/leu-placeholder.d.ts.map +1 -0
  71. package/dist/components/placeholder/stories/placeholder.stories.d.ts +27 -0
  72. package/dist/components/placeholder/stories/placeholder.stories.d.ts.map +1 -0
  73. package/dist/components/placeholder/test/placeholder.test.d.ts +2 -0
  74. package/dist/components/placeholder/test/placeholder.test.d.ts.map +1 -0
  75. package/dist/components/radio/Radio.d.ts +6 -21
  76. package/dist/components/radio/Radio.d.ts.map +1 -1
  77. package/dist/components/radio/RadioGroup.d.ts +28 -23
  78. package/dist/components/radio/RadioGroup.d.ts.map +1 -1
  79. package/dist/index.d.ts +1 -0
  80. package/dist/index.d.ts.map +1 -1
  81. package/dist/index.js +5 -2
  82. package/dist/leu-accordion.js +2 -1
  83. package/dist/leu-button-group.js +8 -1
  84. package/dist/leu-button.d.ts +0 -1
  85. package/dist/leu-button.js +3 -1
  86. package/dist/leu-chart-wrapper.d.ts +6 -0
  87. package/dist/leu-chart-wrapper.js +11 -0
  88. package/dist/leu-checkbox-group.js +5 -1
  89. package/dist/leu-checkbox.js +3 -1
  90. package/dist/leu-chip-group.js +1 -1
  91. package/dist/leu-chip-link.js +1 -1
  92. package/dist/leu-chip-removable.js +1 -1
  93. package/dist/leu-chip-selectable.js +1 -1
  94. package/dist/leu-dialog.js +1 -1
  95. package/dist/leu-dropdown.js +3 -1
  96. package/dist/leu-icon.js +1 -1
  97. package/dist/leu-input.js +1 -1
  98. package/dist/leu-menu-item.js +1 -1
  99. package/dist/leu-menu.js +1 -1
  100. package/dist/leu-pagination.d.ts +0 -1
  101. package/dist/leu-pagination.js +3 -1
  102. package/dist/leu-placeholder.d.ts +4 -0
  103. package/dist/leu-placeholder.js +7 -0
  104. package/dist/leu-popup.js +1 -1
  105. package/dist/leu-radio-group.js +4 -1
  106. package/dist/leu-radio.js +3 -1
  107. package/dist/leu-range.js +1 -1
  108. package/dist/leu-scroll-top.d.ts +0 -1
  109. package/dist/leu-scroll-top.js +3 -1
  110. package/dist/leu-select.js +3 -1
  111. package/dist/leu-spinner.js +1 -1
  112. package/dist/leu-table.d.ts +0 -1
  113. package/dist/leu-table.js +3 -1
  114. package/dist/leu-visually-hidden.js +1 -1
  115. package/dist/lib/a11y.d.ts +2 -2
  116. package/dist/theme.css +18 -18
  117. package/dist/vscode.html-custom-data.json +95 -25
  118. package/dist/vue/index.d.ts +86 -46
  119. package/dist/web-types.json +222 -80
  120. package/package.json +1 -1
  121. package/release-please-config.json +1 -2
  122. package/scripts/generate-component/templates/stories/[name].stories.ts +17 -4
  123. package/scripts/postcss-leu-font-styles.cjs +10 -10
  124. package/src/components/button/Button.ts +95 -79
  125. package/src/components/button/stories/button.stories.ts +5 -6
  126. package/src/components/button-group/ButtonGroup.ts +18 -13
  127. package/src/components/chart-wrapper/ChartWrapper.ts +78 -0
  128. package/src/components/chart-wrapper/chart-wrapper.css +87 -0
  129. package/src/components/chart-wrapper/leu-chart-wrapper.ts +5 -0
  130. package/src/components/chart-wrapper/stories/chart-wrapper.stories.ts +58 -0
  131. package/src/components/chart-wrapper/test/chart-wrapper.test.ts +77 -0
  132. package/src/components/checkbox/Checkbox.ts +13 -15
  133. package/src/components/checkbox/CheckboxGroup.ts +20 -16
  134. package/src/components/icon/stories/icon.stories.ts +27 -0
  135. package/src/components/pagination/Pagination.ts +45 -32
  136. package/src/components/pagination/stories/pagination.stories.ts +28 -17
  137. package/src/components/placeholder/Placeholder.ts +33 -0
  138. package/src/components/placeholder/leu-placeholder.ts +5 -0
  139. package/src/components/placeholder/placeholder.css +59 -0
  140. package/src/components/placeholder/stories/placeholder.stories.ts +34 -0
  141. package/src/components/placeholder/test/placeholder.test.ts +31 -0
  142. package/src/components/radio/Radio.ts +13 -15
  143. package/src/components/radio/RadioGroup.ts +42 -28
  144. package/src/docs/contributing.mdx +1 -1
  145. package/src/index.ts +1 -0
  146. package/src/lib/a11y.ts +2 -2
  147. package/src/styles/theme.css +89 -1
  148. package/src/styles/custom-properties.css +0 -89
@@ -1,6 +1,13 @@
1
1
  import { LeuButtonGroup } from './ButtonGroup.js';
2
2
  import 'lit';
3
- import './LeuElement-x8UlIDDl.js';
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
 
@@ -3,7 +3,6 @@ import 'lit-html';
3
3
  import 'lit';
4
4
  import './Icon.js';
5
5
  import './LeuElement.d-BevHqLUu.js';
6
- import './hasSlotController.d-emXwVXWF.js';
7
6
 
8
7
  declare global {
9
8
  interface HTMLElementTagNameMap {
@@ -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-x8UlIDDl.js';
8
+ import './LeuElement-B84x5CPL.js';
7
9
  import './hasSlotController-Bm2tipvG.js';
8
10
 
9
11
  LeuButton.define("leu-button");
@@ -0,0 +1,6 @@
1
+ export { LeuChartWrapper } from './ChartWrapper.js';
2
+ import 'lit-html';
3
+ import 'lit';
4
+ import './LeuElement.d-BevHqLUu.js';
5
+ import './hasSlotController.d-emXwVXWF.js';
6
+ import './Spinner.js';
@@ -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 './LeuElement-x8UlIDDl.js';
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
 
@@ -1,6 +1,8 @@
1
1
  import { LeuCheckbox } from './Checkbox.js';
2
+ import './_tslib-CNEFicEt.js';
2
3
  import 'lit';
3
- import './LeuElement-x8UlIDDl.js';
4
+ import 'lit/decorators.js';
5
+ import './LeuElement-B84x5CPL.js';
4
6
  import './Icon.js';
5
7
 
6
8
  LeuCheckbox.define("leu-checkbox");
@@ -1,6 +1,6 @@
1
1
  import { LeuChipGroup } from './ChipGroup.js';
2
2
  import 'lit/static-html.js';
3
- import './LeuElement-x8UlIDDl.js';
3
+ import './LeuElement-B84x5CPL.js';
4
4
  import 'lit';
5
5
 
6
6
  LeuChipGroup.define("leu-chip-group");
@@ -1,7 +1,7 @@
1
1
  import { LeuChipLink } from './ChipLink.js';
2
2
  import 'lit';
3
3
  import './Chip.js';
4
- import './LeuElement-x8UlIDDl.js';
4
+ import './LeuElement-B84x5CPL.js';
5
5
 
6
6
  LeuChipLink.define("leu-chip-link");
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { LeuChipRemovable } from './ChipRemovable.js';
2
2
  import 'lit';
3
3
  import './Chip.js';
4
- import './LeuElement-x8UlIDDl.js';
4
+ import './LeuElement-B84x5CPL.js';
5
5
  import './Icon.js';
6
6
 
7
7
  LeuChipRemovable.define("leu-chip-removable");
@@ -1,7 +1,7 @@
1
1
  import { LeuChipSelectable } from './ChipSelectable.js';
2
2
  import 'lit';
3
3
  import './Chip.js';
4
- import './LeuElement-x8UlIDDl.js';
4
+ import './LeuElement-B84x5CPL.js';
5
5
 
6
6
  LeuChipSelectable.define("leu-chip-selectable");
7
7
 
@@ -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-x8UlIDDl.js';
5
+ import './LeuElement-B84x5CPL.js';
6
6
  import './hasSlotController-Bm2tipvG.js';
7
7
  import './Icon.js';
8
8
 
@@ -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-x8UlIDDl.js';
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
@@ -1,6 +1,6 @@
1
1
  import { LeuIcon } from './Icon.js';
2
2
  import 'lit';
3
- import './LeuElement-x8UlIDDl.js';
3
+ import './LeuElement-B84x5CPL.js';
4
4
 
5
5
  LeuIcon.define("leu-icon");
6
6
 
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-x8UlIDDl.js';
7
+ import './LeuElement-B84x5CPL.js';
8
8
  import './Icon.js';
9
9
 
10
10
  LeuInput.define("leu-input");
@@ -1,7 +1,7 @@
1
1
  import { LeuMenuItem } from './MenuItem.js';
2
2
  import 'lit';
3
3
  import 'lit/directives/if-defined.js';
4
- import './LeuElement-x8UlIDDl.js';
4
+ import './LeuElement-B84x5CPL.js';
5
5
  import './Icon.js';
6
6
 
7
7
  LeuMenuItem.define("leu-menu-item");
package/dist/leu-menu.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { LeuMenu } from './Menu.js';
2
2
  import 'lit';
3
- import './LeuElement-x8UlIDDl.js';
3
+ import './LeuElement-B84x5CPL.js';
4
4
  import './MenuItem.js';
5
5
  import 'lit/directives/if-defined.js';
6
6
  import './Icon.js';
@@ -4,7 +4,6 @@ import 'lit';
4
4
  import './LeuElement.d-BevHqLUu.js';
5
5
  import './Button.js';
6
6
  import './Icon.js';
7
- import './hasSlotController.d-emXwVXWF.js';
8
7
  import './VisuallyHidden.js';
9
8
 
10
9
  declare global {
@@ -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 './LeuElement-x8UlIDDl.js';
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';
@@ -0,0 +1,4 @@
1
+ export { LeuPlaceholder } from './Placeholder.js';
2
+ import 'lit-html';
3
+ import 'lit';
4
+ import './LeuElement.d-BevHqLUu.js';
@@ -0,0 +1,7 @@
1
+ import { LeuPlaceholder } from './Placeholder.js';
2
+ import 'lit';
3
+ import './LeuElement-B84x5CPL.js';
4
+
5
+ LeuPlaceholder.define("leu-placeholder");
6
+
7
+ export { LeuPlaceholder };
package/dist/leu-popup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { LeuPopup } from './Popup.js';
2
2
  import 'lit';
3
3
  import '@floating-ui/dom';
4
- import './LeuElement-x8UlIDDl.js';
4
+ import './LeuElement-B84x5CPL.js';
5
5
 
6
6
  LeuPopup.define("leu-popup");
7
7
 
@@ -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 './LeuElement-x8UlIDDl.js';
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
@@ -1,6 +1,8 @@
1
1
  import { LeuRadio } from './Radio.js';
2
+ import './_tslib-CNEFicEt.js';
2
3
  import 'lit';
3
- import './LeuElement-x8UlIDDl.js';
4
+ import 'lit/decorators.js';
5
+ import './LeuElement-B84x5CPL.js';
4
6
 
5
7
  LeuRadio.define("leu-radio");
6
8
 
package/dist/leu-range.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { LeuRange } from './Range.js';
2
2
  import 'lit';
3
- import './LeuElement-x8UlIDDl.js';
3
+ import './LeuElement-B84x5CPL.js';
4
4
 
5
5
  LeuRange.define("leu-range");
6
6
 
@@ -4,7 +4,6 @@ import 'lit';
4
4
  import './LeuElement.d-BevHqLUu.js';
5
5
  import './Button.js';
6
6
  import './Icon.js';
7
- import './hasSlotController.d-emXwVXWF.js';
8
7
 
9
8
  declare global {
10
9
  interface HTMLElementTagNameMap {
@@ -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-x8UlIDDl.js';
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
 
@@ -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-x8UlIDDl.js';
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';
@@ -1,6 +1,6 @@
1
1
  import { LeuSpinner } from './Spinner.js';
2
2
  import 'lit';
3
- import './LeuElement-x8UlIDDl.js';
3
+ import './LeuElement-B84x5CPL.js';
4
4
 
5
5
  LeuSpinner.define("leu-spinner");
6
6
 
@@ -5,7 +5,6 @@ import './LeuElement.d-BevHqLUu.js';
5
5
  import './Icon.js';
6
6
  import './Pagination.js';
7
7
  import './Button.js';
8
- import './hasSlotController.d-emXwVXWF.js';
9
8
  import './VisuallyHidden.js';
10
9
 
11
10
  declare global {
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-x8UlIDDl.js';
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';
@@ -1,6 +1,6 @@
1
1
  import { LeuVisuallyHidden } from './VisuallyHidden.js';
2
2
  import 'lit';
3
- import './LeuElement-x8UlIDDl.js';
3
+ import './LeuElement-B84x5CPL.js';
4
4
 
5
5
  LeuVisuallyHidden.define("leu-visually-hidden");
6
6
 
@@ -1,11 +1,11 @@
1
1
  /**
2
2
  * All roles that are associated with a aria-checked attribute
3
- * @link https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-checked
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
- * @link https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-selected
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