@statistikzh/leu 0.11.0 → 0.11.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 (146) hide show
  1. package/.github/workflows/deploy-github-pages.yaml +2 -2
  2. package/.github/workflows/release-please.yml +1 -1
  3. package/CHANGELOG.md +8 -0
  4. package/dist/Accordion.d.ts +1 -1
  5. package/dist/Accordion.d.ts.map +1 -1
  6. package/dist/Accordion.js +22 -30
  7. package/dist/Breadcrumb.d.ts +1 -1
  8. package/dist/Breadcrumb.d.ts.map +1 -1
  9. package/dist/Breadcrumb.js +3 -8
  10. package/dist/Button.d.ts +1 -1
  11. package/dist/Button.js +3 -3
  12. package/dist/ButtonGroup.d.ts +1 -1
  13. package/dist/ButtonGroup.d.ts.map +1 -1
  14. package/dist/ButtonGroup.js +3 -8
  15. package/dist/Checkbox.d.ts +1 -1
  16. package/dist/Checkbox.js +2 -2
  17. package/dist/CheckboxGroup.d.ts +1 -1
  18. package/dist/CheckboxGroup.js +2 -2
  19. package/dist/Chip.d.ts +1 -1
  20. package/dist/Chip.d.ts.map +1 -1
  21. package/dist/Chip.js +3 -5
  22. package/dist/ChipGroup.d.ts +1 -1
  23. package/dist/ChipGroup.js +2 -2
  24. package/dist/ChipLink.js +1 -1
  25. package/dist/ChipRemovable.js +1 -1
  26. package/dist/ChipSelectable.js +1 -1
  27. package/dist/Dialog.d.ts +1 -1
  28. package/dist/Dialog.d.ts.map +1 -1
  29. package/dist/Dialog.js +3 -7
  30. package/dist/Dropdown.d.ts +1 -1
  31. package/dist/Dropdown.d.ts.map +1 -1
  32. package/dist/Dropdown.js +4 -9
  33. package/dist/Icon.d.ts +1 -1
  34. package/dist/Icon.js +2 -2
  35. package/dist/Input.d.ts +1 -1
  36. package/dist/Input.d.ts.map +1 -1
  37. package/dist/Input.js +3 -8
  38. package/dist/{LeuElement-78b4a998.d.ts → LeuElement-e092765a.d.ts} +1 -1
  39. package/dist/LeuElement-e092765a.d.ts.map +1 -0
  40. package/dist/{LeuElement-78b4a998.js → LeuElement-e092765a.js} +10 -2
  41. package/dist/Menu.d.ts +1 -1
  42. package/dist/Menu.d.ts.map +1 -1
  43. package/dist/Menu.js +3 -8
  44. package/dist/MenuItem.d.ts +1 -1
  45. package/dist/MenuItem.d.ts.map +1 -1
  46. package/dist/MenuItem.js +3 -8
  47. package/dist/Pagination.d.ts +1 -1
  48. package/dist/Pagination.js +3 -3
  49. package/dist/Popup.d.ts +1 -1
  50. package/dist/Popup.d.ts.map +1 -1
  51. package/dist/Popup.js +3 -8
  52. package/dist/Radio.d.ts +1 -1
  53. package/dist/Radio.js +2 -2
  54. package/dist/RadioGroup.d.ts +1 -1
  55. package/dist/RadioGroup.js +2 -2
  56. package/dist/Range.d.ts +1 -1
  57. package/dist/Range.d.ts.map +1 -1
  58. package/dist/Range.js +2 -3
  59. package/dist/ScrollTop.d.ts +1 -1
  60. package/dist/ScrollTop.js +3 -3
  61. package/dist/Select.d.ts +1 -1
  62. package/dist/Select.d.ts.map +1 -1
  63. package/dist/Select.js +4 -9
  64. package/dist/Spinner.d.ts +1 -1
  65. package/dist/Spinner.js +2 -2
  66. package/dist/Table.d.ts +1 -1
  67. package/dist/Table.js +3 -3
  68. package/dist/VisuallyHidden.d.ts +1 -1
  69. package/dist/VisuallyHidden.js +2 -2
  70. package/dist/{hasSlotController-fd1950b4.d.ts → hasSlotController-d1f26756.d.ts} +1 -1
  71. package/dist/{hasSlotController-fd1950b4.d.ts.map → hasSlotController-d1f26756.d.ts.map} +1 -1
  72. package/dist/{hasSlotController-fd1950b4.js → hasSlotController-d1f26756.js} +1 -1
  73. package/dist/index.js +2 -2
  74. package/dist/leu-accordion.js +1 -1
  75. package/dist/leu-breadcrumb.js +1 -1
  76. package/dist/leu-button-group.js +1 -1
  77. package/dist/leu-button.js +2 -2
  78. package/dist/leu-checkbox-group.js +1 -1
  79. package/dist/leu-checkbox.js +1 -1
  80. package/dist/leu-chip-group.js +1 -1
  81. package/dist/leu-chip-link.js +1 -1
  82. package/dist/leu-chip-removable.js +1 -1
  83. package/dist/leu-chip-selectable.js +1 -1
  84. package/dist/leu-dialog.js +2 -2
  85. package/dist/leu-dropdown.js +2 -2
  86. package/dist/leu-icon.js +1 -1
  87. package/dist/leu-input.js +1 -1
  88. package/dist/leu-menu-item.js +1 -1
  89. package/dist/leu-menu.js +1 -1
  90. package/dist/leu-pagination.js +2 -2
  91. package/dist/leu-popup.js +1 -1
  92. package/dist/leu-radio-group.js +1 -1
  93. package/dist/leu-radio.js +1 -1
  94. package/dist/leu-range.js +1 -1
  95. package/dist/leu-scroll-top.js +2 -2
  96. package/dist/leu-select.js +2 -2
  97. package/dist/leu-spinner.js +1 -1
  98. package/dist/leu-table.js +2 -2
  99. package/dist/leu-visually-hidden.js +1 -1
  100. package/dist/vscode.html-custom-data.json +112 -112
  101. package/dist/vue/index.d.ts +157 -157
  102. package/dist/web-types.json +216 -216
  103. package/package.json +1 -1
  104. package/scripts/generate-component/templates/[Name].js +1 -1
  105. package/scripts/generate-component/templates/[name].css +0 -5
  106. package/src/components/accordion/Accordion.js +10 -6
  107. package/src/components/accordion/accordion.css +9 -22
  108. package/src/components/breadcrumb/Breadcrumb.js +1 -1
  109. package/src/components/breadcrumb/breadcrumb.css +0 -5
  110. package/src/components/button/Button.js +1 -1
  111. package/src/components/button-group/ButtonGroup.js +1 -1
  112. package/src/components/button-group/button-group.css +0 -5
  113. package/src/components/checkbox/Checkbox.js +1 -1
  114. package/src/components/checkbox/CheckboxGroup.js +1 -1
  115. package/src/components/chip/Chip.js +1 -1
  116. package/src/components/chip/ChipGroup.js +1 -1
  117. package/src/components/chip/chip.css +0 -2
  118. package/src/components/dialog/Dialog.js +1 -1
  119. package/src/components/dialog/dialog.css +0 -5
  120. package/src/components/dropdown/Dropdown.js +1 -1
  121. package/src/components/dropdown/dropdown.css +0 -5
  122. package/src/components/icon/Icon.js +1 -1
  123. package/src/components/input/Input.js +1 -1
  124. package/src/components/input/input.css +0 -5
  125. package/src/components/menu/Menu.js +1 -1
  126. package/src/components/menu/MenuItem.js +1 -1
  127. package/src/components/menu/menu-item.css +0 -5
  128. package/src/components/menu/menu.css +0 -5
  129. package/src/components/pagination/Pagination.js +1 -1
  130. package/src/components/popup/Popup.js +1 -1
  131. package/src/components/popup/popup.css +0 -5
  132. package/src/components/radio/Radio.js +1 -1
  133. package/src/components/radio/RadioGroup.js +1 -1
  134. package/src/components/range/Range.js +1 -1
  135. package/src/components/range/range.css +0 -1
  136. package/src/components/scroll-top/ScrollTop.js +1 -1
  137. package/src/components/select/Select.js +1 -1
  138. package/src/components/select/select.css +0 -5
  139. package/src/components/spinner/Spinner.js +1 -1
  140. package/src/components/table/Table.js +1 -1
  141. package/src/components/visually-hidden/VisuallyHidden.js +1 -1
  142. package/src/lib/LeuElement.js +3 -0
  143. package/src/styles/common-styles.css +5 -0
  144. package/src/styles/style.stories.js +1 -0
  145. package/web-dev-server.config.mjs +1 -0
  146. package/dist/LeuElement-78b4a998.d.ts.map +0 -1
@@ -37,6 +37,6 @@ export class LeuMenuItem extends LeuElement {
37
37
  _renderBeforeSlotDefault(): import("lit-html").TemplateResult<1> | typeof nothing;
38
38
  render(): import("lit-html").TemplateResult<1>;
39
39
  }
40
- import { L as LeuElement } from './LeuElement-78b4a998.js';
40
+ import { L as LeuElement } from './LeuElement-e092765a.js';
41
41
  import { nothing } from 'lit';
42
42
  //# sourceMappingURL=MenuItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MenuItem.d.ts","sourceRoot":"","sources":["MenuItem.js"],"names":[],"mappings":"2BA8Fa,UAAU,GAAG,kBAAkB,GAAG,eAAe,GAAG,QAAQ,GAAG,MAAM;AADlF;;GAEG;AAEH;;;;;;;;;;GAUG;AACH;IAGI,gBAAmB;IACnB,kBAAqB;IACrB,2BAA8B;IAC9B,WAAsB;IACtB,UAAqB;IACrB,cAAyB;IAEzB,2BAA2B;IAC3B,eADW,YAAY,CACQ;IAUjC,+BAKC;IAED;;;OAGG;IACH,YAFa,MAAM,CAIlB;IACD;;MAaC;IACD,uBAKC;IACD,gEAYC;IACD,kEAYC;IACD,kFAKC;IACD,+CASC;CACF;gCA7MqD,0BAA0B;wBAC7C,KAAK"}
1
+ {"version":3,"file":"MenuItem.d.ts","sourceRoot":"","sources":["MenuItem.js"],"names":[],"mappings":"2BAyFa,UAAU,GAAG,kBAAkB,GAAG,eAAe,GAAG,QAAQ,GAAG,MAAM;AADlF;;GAEG;AAEH;;;;;;;;;;GAUG;AACH;IAGI,gBAAmB;IACnB,kBAAqB;IACrB,2BAA8B;IAC9B,WAAsB;IACtB,UAAqB;IACrB,cAAyB;IAEzB,2BAA2B;IAC3B,eADW,YAAY,CACQ;IAUjC,+BAKC;IAED;;;OAGG;IACH,YAFa,MAAM,CAIlB;IACD;;MAaC;IACD,uBAKC;IACD,gEAYC;IACD,kEAYC;IACD,kFAKC;IACD,+CASC;CACF;gCAxMqD,0BAA0B;wBAC7C,KAAK"}
package/dist/MenuItem.js CHANGED
@@ -1,14 +1,9 @@
1
- import { _ as _defineProperty, L as LeuElement } from './LeuElement-78b4a998.js';
1
+ import { _ as _defineProperty, L as LeuElement } from './LeuElement-e092765a.js';
2
2
  import { css, html, nothing } from 'lit';
3
3
  import { ifDefined } from 'lit/directives/if-defined.js';
4
4
  import { LeuIcon } from './Icon.js';
5
5
 
6
- var css_248z = css`:host,
7
- :host * {
8
- box-sizing: border-box;
9
- }
10
-
11
- :host {
6
+ var css_248z = css`:host {
12
7
  --background: var(--leu-color-black-0);
13
8
  --background-hover: var(--leu-color-black-10);
14
9
  --background-active: var(--leu-color-func-cyan);
@@ -207,7 +202,7 @@ class LeuMenuItem extends LeuElement {
207
202
  _defineProperty(LeuMenuItem, "dependencies", {
208
203
  "leu-icon": LeuIcon
209
204
  });
210
- _defineProperty(LeuMenuItem, "styles", css_248z);
205
+ _defineProperty(LeuMenuItem, "styles", [LeuElement.styles, css_248z]);
211
206
  /**
212
207
  * @internal
213
208
  */
@@ -30,5 +30,5 @@ export class LeuPagination extends LeuElement {
30
30
  _handleKeyDown(event: any): void;
31
31
  render(): import("lit-html").TemplateResult<1>;
32
32
  }
33
- import { L as LeuElement } from './LeuElement-78b4a998.js';
33
+ import { L as LeuElement } from './LeuElement-e092765a.js';
34
34
  //# sourceMappingURL=Pagination.d.ts.map
@@ -1,4 +1,4 @@
1
- import { _ as _defineProperty, L as LeuElement } from './LeuElement-78b4a998.js';
1
+ import { _ as _defineProperty, L as LeuElement } from './LeuElement-e092765a.js';
2
2
  import { css, html } from 'lit';
3
3
  import { live } from 'lit/directives/live.js';
4
4
  import { LeuButton } from './Button.js';
@@ -6,7 +6,7 @@ import { LeuVisuallyHidden } from './VisuallyHidden.js';
6
6
  import { LeuIcon } from './Icon.js';
7
7
  import 'lit/directives/class-map.js';
8
8
  import 'lit/directives/if-defined.js';
9
- import './hasSlotController-fd1950b4.js';
9
+ import './hasSlotController-d1f26756.js';
10
10
 
11
11
  var css_248z = css`:host {
12
12
  margin-top: 16px;
@@ -202,7 +202,7 @@ _defineProperty(LeuPagination, "dependencies", {
202
202
  "leu-icon": LeuIcon,
203
203
  "leu-visually-hidden": LeuVisuallyHidden
204
204
  });
205
- _defineProperty(LeuPagination, "styles", css_248z);
205
+ _defineProperty(LeuPagination, "styles", [LeuElement.styles, css_248z]);
206
206
  /**
207
207
  * @internal
208
208
  */
package/dist/Popup.d.ts CHANGED
@@ -32,5 +32,5 @@ export class LeuPopup extends LeuElement {
32
32
  handleAnchorChange(): void;
33
33
  render(): import("lit-html").TemplateResult<1>;
34
34
  }
35
- import { L as LeuElement } from './LeuElement-78b4a998.js';
35
+ import { L as LeuElement } from './LeuElement-e092765a.js';
36
36
  //# sourceMappingURL=Popup.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Popup.d.ts","sourceRoot":"","sources":["Popup.js"],"names":[],"mappings":"wBAyCa,KAAK,GAAC,WAAW,GAAC,SAAS,GAAC,QAAQ,GAAC,cAAc,GAAC,YAAY,GAAC,MAAM,GAAC,YAAY,GAAC,UAAU,GAAC,OAAO,GAAC,aAAa,GAAC,WAAW;AAD9I;;GAEG;AAEH;;GAEG;AACH;IAGI,cAAoB;IACpB,oBAAwB;IACxB,cAAiB;IACjB,eAAkB;IAClB,gBAAmB;IAEnB,wBAAwB;IACxB,WADW,SAAS,CACM;IAE1B,0CAA0C;IAC1C,WADW,OAAO,GAAG,QAAQ,GAAG,MAAM,CACZ;IAE1B,0CAA0C;IAC1C,UADW,OAAO,GAAG,QAAQ,GAAG,MAAM,CACb;IACzB,qBAAqB;IACrB,wBAAwB;IAExB,mCAAmC;IACnC,QADW,MAAM,GAAG,WAAW,CACR;IAMzB,sCAcC;IAED;;OAEG;IACH,2BAEC;IACD,cAKC;IACD,aAIC;IACD,mBAiEC;IACD,2BAiBC;IACD,+CAOC;CACF;gCAvMqD,0BAA0B"}
1
+ {"version":3,"file":"Popup.d.ts","sourceRoot":"","sources":["Popup.js"],"names":[],"mappings":"wBAoCa,KAAK,GAAC,WAAW,GAAC,SAAS,GAAC,QAAQ,GAAC,cAAc,GAAC,YAAY,GAAC,MAAM,GAAC,YAAY,GAAC,UAAU,GAAC,OAAO,GAAC,aAAa,GAAC,WAAW;AAD9I;;GAEG;AAEH;;GAEG;AACH;IAGI,cAAoB;IACpB,oBAAwB;IACxB,cAAiB;IACjB,eAAkB;IAClB,gBAAmB;IAEnB,wBAAwB;IACxB,WADW,SAAS,CACM;IAE1B,0CAA0C;IAC1C,WADW,OAAO,GAAG,QAAQ,GAAG,MAAM,CACZ;IAE1B,0CAA0C;IAC1C,UADW,OAAO,GAAG,QAAQ,GAAG,MAAM,CACb;IACzB,qBAAqB;IACrB,wBAAwB;IAExB,mCAAmC;IACnC,QADW,MAAM,GAAG,WAAW,CACR;IAMzB,sCAcC;IAED;;OAEG;IACH,2BAEC;IACD,cAKC;IACD,aAIC;IACD,mBAiEC;IACD,2BAiBC;IACD,+CAOC;CACF;gCAlMqD,0BAA0B"}
package/dist/Popup.js CHANGED
@@ -1,13 +1,8 @@
1
- import { _ as _defineProperty, L as LeuElement } from './LeuElement-78b4a998.js';
1
+ import { _ as _defineProperty, L as LeuElement } from './LeuElement-e092765a.js';
2
2
  import { css, html } from 'lit';
3
3
  import { autoUpdate, size, flip, shift, computePosition } from '@floating-ui/dom';
4
4
 
5
- var css_248z = css`:host,
6
- :host * {
7
- box-sizing: border-box;
8
- }
9
-
10
- :host {
5
+ var css_248z = css`:host {
11
6
  --popup-font-regular: var(--leu-font-family-regular);
12
7
  --popup-font-black: var(--leu-font-family-black);
13
8
 
@@ -198,7 +193,7 @@ class LeuPopup extends LeuElement {
198
193
  `;
199
194
  }
200
195
  }
201
- _defineProperty(LeuPopup, "styles", css_248z);
196
+ _defineProperty(LeuPopup, "styles", [LeuElement.styles, css_248z]);
202
197
  _defineProperty(LeuPopup, "shadowRootOptions", {
203
198
  ...LeuElement.shadowRootOptions,
204
199
  delegatesFocus: true
package/dist/Radio.d.ts CHANGED
@@ -10,5 +10,5 @@ export class LeuRadio extends LeuElement {
10
10
  handleInput(event: any): void;
11
11
  render(): import("lit-html").TemplateResult<1>;
12
12
  }
13
- import { L as LeuElement } from './LeuElement-78b4a998.js';
13
+ import { L as LeuElement } from './LeuElement-e092765a.js';
14
14
  //# sourceMappingURL=Radio.d.ts.map
package/dist/Radio.js CHANGED
@@ -1,4 +1,4 @@
1
- import { _ as _defineProperty, L as LeuElement } from './LeuElement-78b4a998.js';
1
+ import { _ as _defineProperty, L as LeuElement } from './LeuElement-e092765a.js';
2
2
  import { css, html } from 'lit';
3
3
 
4
4
  var css_248z = css`:host {
@@ -130,7 +130,7 @@ class LeuRadio extends LeuElement {
130
130
  `;
131
131
  }
132
132
  }
133
- _defineProperty(LeuRadio, "styles", css_248z);
133
+ _defineProperty(LeuRadio, "styles", [LeuElement.styles, css_248z]);
134
134
  /** @internal */
135
135
  _defineProperty(LeuRadio, "shadowRootOptions", {
136
136
  ...LeuElement.shadowRootOptions,
@@ -16,5 +16,5 @@ export class LeuRadioGroup extends LeuElement {
16
16
  initializeIndex(): void;
17
17
  render(): import("lit-html").TemplateResult<1>;
18
18
  }
19
- import { L as LeuElement } from './LeuElement-78b4a998.js';
19
+ import { L as LeuElement } from './LeuElement-e092765a.js';
20
20
  //# sourceMappingURL=RadioGroup.d.ts.map
@@ -1,4 +1,4 @@
1
- import { _ as _defineProperty, L as LeuElement } from './LeuElement-78b4a998.js';
1
+ import { _ as _defineProperty, L as LeuElement } from './LeuElement-e092765a.js';
2
2
  import { css, html } from 'lit';
3
3
  import { classMap } from 'lit/directives/class-map.js';
4
4
 
@@ -162,7 +162,7 @@ class LeuRadioGroup extends LeuElement {
162
162
  `;
163
163
  }
164
164
  }
165
- _defineProperty(LeuRadioGroup, "styles", css_248z);
165
+ _defineProperty(LeuRadioGroup, "styles", [LeuElement.styles, css_248z]);
166
166
  _defineProperty(LeuRadioGroup, "properties", {
167
167
  orientation: {
168
168
  type: String,
package/dist/Range.d.ts CHANGED
@@ -56,5 +56,5 @@ export class LeuRange extends LeuElement {
56
56
  }): void;
57
57
  render(): import("lit-html").TemplateResult<1>;
58
58
  }
59
- import { L as LeuElement } from './LeuElement-78b4a998.js';
59
+ import { L as LeuElement } from './LeuElement-e092765a.js';
60
60
  //# sourceMappingURL=Range.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Range.d.ts","sourceRoot":"","sources":["Range.js"],"names":[],"mappings":"AA2MA;;GAEG;AACH;IAGI,uBAAwB;IACxB,YAAY;IACZ,YAAc;IACd,aAAa;IACb,aAAc;IACd,cAAe;IACf,kBAAqB;IACrB,kBAAqB;IAEvB,gBAEC;IACD,sBAYC;IAMD;;;;;OAKG;IACH,iCAWC;IAtBD,4BAGC;IAoBD,6BAEC;IACD,gCAMC;IACD,iCAMC;IAED;;OAEG;IACH,iBAFa,gBAAgB,GAAG,IAAI,CAInC;IAED;;OAEG;IACH,kBAFa,gBAAgB,GAAG,IAAI,CAInC;IAED;;;;OAIG;IACH,qBAHW,MAAM,MACN,UAAU,GAAG;QAAC,MAAM,EAAE,gBAAgB,CAAA;KAAC,QAIjD;IAED;;;;OAIG;IACH,2BAHW,MAAM,GACJ,MAAM,CAIlB;IACD,gCAKC;IAED;;;;OAIG;IACH,sBAFW,YAAY,GAAG;QAAC,MAAM,EAAE,gBAAgB,CAAA;KAAC,QAanD;IACD,+CAyCC;CACF;gCApXqD,0BAA0B"}
1
+ {"version":3,"file":"Range.d.ts","sourceRoot":"","sources":["Range.js"],"names":[],"mappings":"AA0MA;;GAEG;AACH;IAGI,uBAAwB;IACxB,YAAY;IACZ,YAAc;IACd,aAAa;IACb,aAAc;IACd,cAAe;IACf,kBAAqB;IACrB,kBAAqB;IAEvB,gBAEC;IACD,sBAYC;IAMD;;;;;OAKG;IACH,iCAWC;IAtBD,4BAGC;IAoBD,6BAEC;IACD,gCAMC;IACD,iCAMC;IAED;;OAEG;IACH,iBAFa,gBAAgB,GAAG,IAAI,CAInC;IAED;;OAEG;IACH,kBAFa,gBAAgB,GAAG,IAAI,CAInC;IAED;;;;OAIG;IACH,qBAHW,MAAM,MACN,UAAU,GAAG;QAAC,MAAM,EAAE,gBAAgB,CAAA;KAAC,QAIjD;IAED;;;;OAIG;IACH,2BAHW,MAAM,GACJ,MAAM,CAIlB;IACD,gCAKC;IAED;;;;OAIG;IACH,sBAFW,YAAY,GAAG;QAAC,MAAM,EAAE,gBAAgB,CAAA;KAAC,QAanD;IACD,+CAyCC;CACF;gCAnXqD,0BAA0B"}
package/dist/Range.js CHANGED
@@ -1,4 +1,4 @@
1
- import { _ as _defineProperty, L as LeuElement } from './LeuElement-78b4a998.js';
1
+ import { _ as _defineProperty, L as LeuElement } from './LeuElement-e092765a.js';
2
2
  import { css, html } from 'lit';
3
3
 
4
4
  var css_248z = css`:host {
@@ -26,7 +26,6 @@ var css_248z = css`:host {
26
26
  --range-font-black: var(--leu-font-family-black);
27
27
 
28
28
  display: block;
29
- box-sizing: border-box;
30
29
 
31
30
  font-family: var(--leu-font-family-regular);
32
31
 
@@ -371,7 +370,7 @@ class LeuRange extends LeuElement {
371
370
  `;
372
371
  }
373
372
  }
374
- _defineProperty(LeuRange, "styles", css_248z);
373
+ _defineProperty(LeuRange, "styles", [LeuElement.styles, css_248z]);
375
374
  _defineProperty(LeuRange, "shadowRootOptions", {
376
375
  ...LeuElement.shadowRootOptions,
377
376
  delegatesFocus: true
@@ -15,5 +15,5 @@ export class LeuScrollTop extends LeuElement {
15
15
  _scrollListener: Function;
16
16
  render(): import("lit-html").TemplateResult<1>;
17
17
  }
18
- import { L as LeuElement } from './LeuElement-78b4a998.js';
18
+ import { L as LeuElement } from './LeuElement-e092765a.js';
19
19
  //# sourceMappingURL=ScrollTop.d.ts.map
package/dist/ScrollTop.js CHANGED
@@ -1,11 +1,11 @@
1
- import { _ as _defineProperty, L as LeuElement } from './LeuElement-78b4a998.js';
1
+ import { _ as _defineProperty, L as LeuElement } from './LeuElement-e092765a.js';
2
2
  import { css, html } from 'lit';
3
3
  import { classMap } from 'lit/directives/class-map.js';
4
4
  import { LeuButton } from './Button.js';
5
5
  import { LeuIcon } from './Icon.js';
6
6
  import { t as throttle } from './utils-65469421.js';
7
7
  import 'lit/directives/if-defined.js';
8
- import './hasSlotController-fd1950b4.js';
8
+ import './hasSlotController-d1f26756.js';
9
9
 
10
10
  var css_248z = css`.scroll-top {
11
11
  overflow: hidden;
@@ -115,7 +115,7 @@ _defineProperty(LeuScrollTop, "dependencies", {
115
115
  "leu-button": LeuButton,
116
116
  "leu-icon": LeuIcon
117
117
  });
118
- _defineProperty(LeuScrollTop, "styles", css_248z);
118
+ _defineProperty(LeuScrollTop, "styles", [LeuElement.styles, css_248z]);
119
119
  _defineProperty(LeuScrollTop, "properties", {
120
120
  _showButton: {
121
121
  state: true
package/dist/Select.d.ts CHANGED
@@ -131,6 +131,6 @@ export class LeuSelect extends LeuElement {
131
131
  _renderToggleButton(): import("lit-html").TemplateResult<1>;
132
132
  render(): import("lit-html").TemplateResult<1>;
133
133
  }
134
- import { L as LeuElement } from './LeuElement-78b4a998.js';
134
+ import { L as LeuElement } from './LeuElement-e092765a.js';
135
135
  import { nothing } from 'lit';
136
136
  //# sourceMappingURL=Select.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["Select.js"],"names":[],"mappings":"AA8PA;;;;;;;;;;;;;GAaG;AACH;IACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmDC;IACD,wCAKC;IA4BC,cAAiB;IACjB,kBAAqB;IAErB,kBAAqB;IACrB,mBAAsB;IACtB,oBAAuB;IACvB,aAAe;IACf,cAAe;IACf,aAAc;IAEd,gBAAgB;IAChB,sBAAuB;IAEvB,gBAAgB;IAChB,2BAA6B;IAE7B,gBAAgB;IAChB,6BAAgC;IAEhC,gBAAgB;IAChB,sBAAuB;IAEvB;;OAEG;IACH,kBAFU,OAAO,oBAAoB,EAAE,GAAG,KAAmC,CAE1C;IACnC;;OAEG;IACH,kBAFU,OAAO,oBAAoB,EAAE,GAAG,CAAC,iBAAiB,CAAC,CAE1B;IAEnC;;OAEG;IACH,UAFU,OAAO,oBAAoB,EAAE,GAAG,KAAgC,CAE/C;IAU7B,sCAqBC;IAED;;;;OAIG;IACH,8CA6BC;IACD;;;OAGG;IACH,4BAFW,aAAa,iBAcvB;IAED;;;OAGG;IACH,iCAFW,aAAa,QAQvB;IAED;;;OAGG;IACH,oBAFa,uBAAgB,CAO5B;IACD,wBAMC;IACD,yBAMC;IACD,8BAOC;IACD,wBAIC;IACD,uBAMC;IACD,qCAEC;IAED;;;;OAIG;IACH,4CAEC;IACD,uCAoBC;IAED;;OAEG;IACH,uCAIC;IACD,4EAaC;IACD,4EAeC;IACD,4DAmCC;IACD,+CAmDC;CACF;gCAlrBqD,0BAA0B;wBAC7C,KAAK"}
1
+ {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["Select.js"],"names":[],"mappings":"AAyPA;;;;;;;;;;;;;GAaG;AACH;IACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmDC;IACD,wCAKC;IA4BC,cAAiB;IACjB,kBAAqB;IAErB,kBAAqB;IACrB,mBAAsB;IACtB,oBAAuB;IACvB,aAAe;IACf,cAAe;IACf,aAAc;IAEd,gBAAgB;IAChB,sBAAuB;IAEvB,gBAAgB;IAChB,2BAA6B;IAE7B,gBAAgB;IAChB,6BAAgC;IAEhC,gBAAgB;IAChB,sBAAuB;IAEvB;;OAEG;IACH,kBAFU,OAAO,oBAAoB,EAAE,GAAG,KAAmC,CAE1C;IACnC;;OAEG;IACH,kBAFU,OAAO,oBAAoB,EAAE,GAAG,CAAC,iBAAiB,CAAC,CAE1B;IAEnC;;OAEG;IACH,UAFU,OAAO,oBAAoB,EAAE,GAAG,KAAgC,CAE/C;IAU7B,sCAqBC;IAED;;;;OAIG;IACH,8CA6BC;IACD;;;OAGG;IACH,4BAFW,aAAa,iBAcvB;IAED;;;OAGG;IACH,iCAFW,aAAa,QAQvB;IAED;;;OAGG;IACH,oBAFa,uBAAgB,CAO5B;IACD,wBAMC;IACD,yBAMC;IACD,8BAOC;IACD,wBAIC;IACD,uBAMC;IACD,qCAEC;IAED;;;;OAIG;IACH,4CAEC;IACD,uCAoBC;IAED;;OAEG;IACH,uCAIC;IACD,4EAaC;IACD,4EAeC;IACD,4DAmCC;IACD,+CAmDC;CACF;gCA7qBqD,0BAA0B;wBAC7C,KAAK"}
package/dist/Select.js CHANGED
@@ -1,9 +1,9 @@
1
- import { _ as _defineProperty, L as LeuElement } from './LeuElement-78b4a998.js';
1
+ import { _ as _defineProperty, L as LeuElement } from './LeuElement-e092765a.js';
2
2
  import { css, nothing, html } from 'lit';
3
3
  import { classMap } from 'lit/directives/class-map.js';
4
4
  import { createRef, ref } from 'lit/directives/ref.js';
5
5
  import { ifDefined } from 'lit/directives/if-defined.js';
6
- import { H as HasSlotController } from './hasSlotController-fd1950b4.js';
6
+ import { H as HasSlotController } from './hasSlotController-d1f26756.js';
7
7
  import { LeuButton } from './Button.js';
8
8
  import { LeuMenu } from './Menu.js';
9
9
  import { LeuMenuItem } from './MenuItem.js';
@@ -13,12 +13,7 @@ import { LeuPopup } from './Popup.js';
13
13
  import 'lit/directives/live.js';
14
14
  import '@floating-ui/dom';
15
15
 
16
- var css_248z = css`:host,
17
- :host * {
18
- box-sizing: border-box;
19
- }
20
-
21
- :host {
16
+ var css_248z = css`:host {
22
17
  --select-color: var(--leu-color-black-100);
23
18
  --select-color-disabled: var(--leu-color-black-20);
24
19
  --select-color-invalid: var(--leu-color-func-red);
@@ -697,6 +692,6 @@ _defineProperty(LeuSelect, "dependencies", {
697
692
  "leu-input": LeuInput,
698
693
  "leu-popup": LeuPopup
699
694
  });
700
- _defineProperty(LeuSelect, "styles", css_248z);
695
+ _defineProperty(LeuSelect, "styles", [LeuElement.styles, css_248z]);
701
696
 
702
697
  export { LeuSelect };
package/dist/Spinner.d.ts CHANGED
@@ -5,5 +5,5 @@
5
5
  export class LeuSpinner extends LeuElement {
6
6
  render(): import("lit-html").TemplateResult<1>;
7
7
  }
8
- import { L as LeuElement } from './LeuElement-78b4a998.js';
8
+ import { L as LeuElement } from './LeuElement-e092765a.js';
9
9
  //# sourceMappingURL=Spinner.d.ts.map
package/dist/Spinner.js CHANGED
@@ -1,4 +1,4 @@
1
- import { _ as _defineProperty, L as LeuElement } from './LeuElement-78b4a998.js';
1
+ import { _ as _defineProperty, L as LeuElement } from './LeuElement-e092765a.js';
2
2
  import { css, html } from 'lit';
3
3
 
4
4
  var css_248z = css`@keyframes leu-spinner-rotate {
@@ -48,6 +48,6 @@ class LeuSpinner extends LeuElement {
48
48
  `;
49
49
  }
50
50
  }
51
- _defineProperty(LeuSpinner, "styles", css_248z);
51
+ _defineProperty(LeuSpinner, "styles", [LeuElement.styles, css_248z]);
52
52
 
53
53
  export { LeuSpinner };
package/dist/Table.d.ts CHANGED
@@ -40,5 +40,5 @@ export class LeuTable extends LeuElement {
40
40
  get _data(): any[];
41
41
  render(): import("lit-html").TemplateResult<1>;
42
42
  }
43
- import { L as LeuElement } from './LeuElement-78b4a998.js';
43
+ import { L as LeuElement } from './LeuElement-e092765a.js';
44
44
  //# sourceMappingURL=Table.d.ts.map
package/dist/Table.js CHANGED
@@ -1,4 +1,4 @@
1
- import { _ as _defineProperty, L as LeuElement } from './LeuElement-78b4a998.js';
1
+ import { _ as _defineProperty, L as LeuElement } from './LeuElement-e092765a.js';
2
2
  import { css, html, nothing } from 'lit';
3
3
  import { classMap } from 'lit/directives/class-map.js';
4
4
  import { styleMap } from 'lit/directives/style-map.js';
@@ -8,7 +8,7 @@ import { LeuPagination } from './Pagination.js';
8
8
  import 'lit/directives/live.js';
9
9
  import './Button.js';
10
10
  import 'lit/directives/if-defined.js';
11
- import './hasSlotController-fd1950b4.js';
11
+ import './hasSlotController-d1f26756.js';
12
12
  import './VisuallyHidden.js';
13
13
 
14
14
  var css_248z = css`:host {
@@ -278,7 +278,7 @@ _defineProperty(LeuTable, "dependencies", {
278
278
  "leu-icon": LeuIcon,
279
279
  "leu-pagination": LeuPagination
280
280
  });
281
- _defineProperty(LeuTable, "styles", css_248z);
281
+ _defineProperty(LeuTable, "styles", [LeuElement.styles, css_248z]);
282
282
  _defineProperty(LeuTable, "properties", {
283
283
  columns: {
284
284
  type: Array
@@ -4,5 +4,5 @@
4
4
  export class LeuVisuallyHidden extends LeuElement {
5
5
  render(): import("lit-html").TemplateResult<1>;
6
6
  }
7
- import { L as LeuElement } from './LeuElement-78b4a998.js';
7
+ import { L as LeuElement } from './LeuElement-e092765a.js';
8
8
  //# sourceMappingURL=VisuallyHidden.d.ts.map
@@ -1,4 +1,4 @@
1
- import { _ as _defineProperty, L as LeuElement } from './LeuElement-78b4a998.js';
1
+ import { _ as _defineProperty, L as LeuElement } from './LeuElement-e092765a.js';
2
2
  import { css, html } from 'lit';
3
3
 
4
4
  var css_248z = css`:host {
@@ -23,6 +23,6 @@ class LeuVisuallyHidden extends LeuElement {
23
23
  return html`<slot></slot>`;
24
24
  }
25
25
  }
26
- _defineProperty(LeuVisuallyHidden, "styles", css_248z);
26
+ _defineProperty(LeuVisuallyHidden, "styles", [LeuElement.styles, css_248z]);
27
27
 
28
28
  export { LeuVisuallyHidden };
@@ -35,4 +35,4 @@ declare class HasSlotController implements ReactiveController {
35
35
  hostConnected(): void;
36
36
  hostDisconnected(): void;
37
37
  }
38
- //# sourceMappingURL=hasSlotController-fd1950b4.d.ts.map
38
+ //# sourceMappingURL=hasSlotController-d1f26756.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"hasSlotController-fd1950b4.d.ts","sourceRoot":"","sources":["hasSlotController-fd1950b4.js"],"names":[],"mappings":";;;;iCASa,OAAO,KAAK,EAAE,kBAAkB;AAP7C;;;GAGG;AAEH;;;;GAIG;AACH;IACE,uCAcC;IAHC,UAAgB;IAEhB,eAA0B;IAG5B;;;OAGG;IACH,uBAeC;IAED;;;;OAIG;IACH,qBAEC;IAED;;;OAGG;IACH,gCAEC;IACD,sBAEC;IACD,yBAEC;CACF"}
1
+ {"version":3,"file":"hasSlotController-d1f26756.d.ts","sourceRoot":"","sources":["hasSlotController-d1f26756.js"],"names":[],"mappings":";;;;iCASa,OAAO,KAAK,EAAE,kBAAkB;AAP7C;;;GAGG;AAEH;;;;GAIG;AACH;IACE,uCAcC;IAHC,UAAgB;IAEhB,eAA0B;IAG5B;;;OAGG;IACH,uBAeC;IAED;;;;OAIG;IACH,qBAEC;IAED;;;OAGG;IACH,gCAEC;IACD,sBAEC;IACD,yBAEC;CACF"}
@@ -1,4 +1,4 @@
1
- import { _ as _defineProperty } from './LeuElement-78b4a998.js';
1
+ import { _ as _defineProperty } from './LeuElement-e092765a.js';
2
2
 
3
3
  /**
4
4
  * Thanks Shoelace!
package/dist/index.js CHANGED
@@ -18,7 +18,7 @@ export { LeuRadio } from './Radio.js';
18
18
  export { LeuRadioGroup } from './RadioGroup.js';
19
19
  export { LeuSelect } from './Select.js';
20
20
  export { LeuTable } from './Table.js';
21
- import './LeuElement-78b4a998.js';
21
+ import './LeuElement-e092765a.js';
22
22
  import 'lit';
23
23
  import 'lit/static-html.js';
24
24
  import 'lit/directives/ref.js';
@@ -27,7 +27,7 @@ import './utils-65469421.js';
27
27
  import './Icon.js';
28
28
  import './VisuallyHidden.js';
29
29
  import 'lit/directives/if-defined.js';
30
- import './hasSlotController-fd1950b4.js';
30
+ import './hasSlotController-d1f26756.js';
31
31
  import './Chip.js';
32
32
  import 'lit/directives/live.js';
33
33
  import '@floating-ui/dom';
@@ -1,5 +1,5 @@
1
1
  import { LeuAccordion } from './Accordion.js';
2
- import './LeuElement-78b4a998.js';
2
+ import './LeuElement-e092765a.js';
3
3
  import 'lit';
4
4
  import 'lit/static-html.js';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { LeuBreadcrumb } from './Breadcrumb.js';
2
- import './LeuElement-78b4a998.js';
2
+ import './LeuElement-e092765a.js';
3
3
  import 'lit';
4
4
  import 'lit/directives/ref.js';
5
5
  import 'lit/directives/class-map.js';
@@ -1,5 +1,5 @@
1
1
  import { LeuButtonGroup } from './ButtonGroup.js';
2
- import './LeuElement-78b4a998.js';
2
+ import './LeuElement-e092765a.js';
3
3
  import 'lit';
4
4
 
5
5
  LeuButtonGroup.define("leu-button-group");
@@ -1,10 +1,10 @@
1
1
  import { LeuButton } from './Button.js';
2
- import './LeuElement-78b4a998.js';
2
+ import './LeuElement-e092765a.js';
3
3
  import 'lit';
4
4
  import 'lit/directives/class-map.js';
5
5
  import 'lit/directives/if-defined.js';
6
6
  import './Icon.js';
7
- import './hasSlotController-fd1950b4.js';
7
+ import './hasSlotController-d1f26756.js';
8
8
 
9
9
  LeuButton.define("leu-button");
10
10
 
@@ -1,5 +1,5 @@
1
1
  import { LeuCheckboxGroup } from './CheckboxGroup.js';
2
- import './LeuElement-78b4a998.js';
2
+ import './LeuElement-e092765a.js';
3
3
  import 'lit';
4
4
  import 'lit/directives/class-map.js';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { LeuCheckbox } from './Checkbox.js';
2
- import './LeuElement-78b4a998.js';
2
+ import './LeuElement-e092765a.js';
3
3
  import 'lit';
4
4
  import './Icon.js';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { LeuChipGroup } from './ChipGroup.js';
2
- import './LeuElement-78b4a998.js';
2
+ import './LeuElement-e092765a.js';
3
3
  import 'lit';
4
4
  import 'lit/static-html.js';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { LeuChipLink } from './ChipLink.js';
2
- import './LeuElement-78b4a998.js';
2
+ import './LeuElement-e092765a.js';
3
3
  import 'lit';
4
4
  import './Chip.js';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { LeuChipRemovable } from './ChipRemovable.js';
2
- import './LeuElement-78b4a998.js';
2
+ import './LeuElement-e092765a.js';
3
3
  import 'lit';
4
4
  import './Chip.js';
5
5
  import './Icon.js';
@@ -1,5 +1,5 @@
1
1
  import { LeuChipSelectable } from './ChipSelectable.js';
2
- import './LeuElement-78b4a998.js';
2
+ import './LeuElement-e092765a.js';
3
3
  import 'lit';
4
4
  import './Chip.js';
5
5
 
@@ -1,9 +1,9 @@
1
1
  import { LeuDialog } from './Dialog.js';
2
- import './LeuElement-78b4a998.js';
2
+ import './LeuElement-e092765a.js';
3
3
  import 'lit';
4
4
  import 'lit/directives/ref.js';
5
5
  import 'lit/directives/class-map.js';
6
- import './hasSlotController-fd1950b4.js';
6
+ import './hasSlotController-d1f26756.js';
7
7
  import './Icon.js';
8
8
 
9
9
  LeuDialog.define("leu-dialog");
@@ -1,8 +1,8 @@
1
1
  import { LeuDropdown } from './Dropdown.js';
2
- import './LeuElement-78b4a998.js';
2
+ import './LeuElement-e092765a.js';
3
3
  import 'lit';
4
4
  import 'lit/directives/ref.js';
5
- import './hasSlotController-fd1950b4.js';
5
+ import './hasSlotController-d1f26756.js';
6
6
  import './Button.js';
7
7
  import 'lit/directives/class-map.js';
8
8
  import 'lit/directives/if-defined.js';
package/dist/leu-icon.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { LeuIcon } from './Icon.js';
2
- import './LeuElement-78b4a998.js';
2
+ import './LeuElement-e092765a.js';
3
3
  import 'lit';
4
4
 
5
5
  LeuIcon.define("leu-icon");
package/dist/leu-input.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { LeuInput } from './Input.js';
2
- import './LeuElement-78b4a998.js';
2
+ import './LeuElement-e092765a.js';
3
3
  import 'lit';
4
4
  import 'lit/directives/class-map.js';
5
5
  import 'lit/directives/if-defined.js';
@@ -1,5 +1,5 @@
1
1
  import { LeuMenuItem } from './MenuItem.js';
2
- import './LeuElement-78b4a998.js';
2
+ import './LeuElement-e092765a.js';
3
3
  import 'lit';
4
4
  import 'lit/directives/if-defined.js';
5
5
  import './Icon.js';
package/dist/leu-menu.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { LeuMenu } from './Menu.js';
2
- import './LeuElement-78b4a998.js';
2
+ import './LeuElement-e092765a.js';
3
3
  import 'lit';
4
4
  import './MenuItem.js';
5
5
  import 'lit/directives/if-defined.js';
@@ -1,12 +1,12 @@
1
1
  import { LeuPagination } from './Pagination.js';
2
- import './LeuElement-78b4a998.js';
2
+ import './LeuElement-e092765a.js';
3
3
  import 'lit';
4
4
  import 'lit/directives/live.js';
5
5
  import './Button.js';
6
6
  import 'lit/directives/class-map.js';
7
7
  import 'lit/directives/if-defined.js';
8
8
  import './Icon.js';
9
- import './hasSlotController-fd1950b4.js';
9
+ import './hasSlotController-d1f26756.js';
10
10
  import './VisuallyHidden.js';
11
11
 
12
12
  LeuPagination.define("leu-pagination");
package/dist/leu-popup.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { LeuPopup } from './Popup.js';
2
- import './LeuElement-78b4a998.js';
2
+ import './LeuElement-e092765a.js';
3
3
  import 'lit';
4
4
  import '@floating-ui/dom';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { LeuRadioGroup } from './RadioGroup.js';
2
- import './LeuElement-78b4a998.js';
2
+ import './LeuElement-e092765a.js';
3
3
  import 'lit';
4
4
  import 'lit/directives/class-map.js';
5
5
 
package/dist/leu-radio.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { LeuRadio } from './Radio.js';
2
- import './LeuElement-78b4a998.js';
2
+ import './LeuElement-e092765a.js';
3
3
  import 'lit';
4
4
 
5
5
  LeuRadio.define("leu-radio");
package/dist/leu-range.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { LeuRange } from './Range.js';
2
- import './LeuElement-78b4a998.js';
2
+ import './LeuElement-e092765a.js';
3
3
  import 'lit';
4
4
 
5
5
  LeuRange.define("leu-range");
@@ -1,11 +1,11 @@
1
1
  import { LeuScrollTop } from './ScrollTop.js';
2
- import './LeuElement-78b4a998.js';
2
+ import './LeuElement-e092765a.js';
3
3
  import 'lit';
4
4
  import 'lit/directives/class-map.js';
5
5
  import './Button.js';
6
6
  import 'lit/directives/if-defined.js';
7
7
  import './Icon.js';
8
- import './hasSlotController-fd1950b4.js';
8
+ import './hasSlotController-d1f26756.js';
9
9
  import './utils-65469421.js';
10
10
 
11
11
  LeuScrollTop.define("leu-scroll-top");
@@ -1,10 +1,10 @@
1
1
  import { LeuSelect } from './Select.js';
2
- import './LeuElement-78b4a998.js';
2
+ import './LeuElement-e092765a.js';
3
3
  import 'lit';
4
4
  import 'lit/directives/class-map.js';
5
5
  import 'lit/directives/ref.js';
6
6
  import 'lit/directives/if-defined.js';
7
- import './hasSlotController-fd1950b4.js';
7
+ import './hasSlotController-d1f26756.js';
8
8
  import './Button.js';
9
9
  import './Icon.js';
10
10
  import './Menu.js';