@statistikzh/leu 0.13.1 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +8 -0
- package/.github/workflows/ci.yml +78 -0
- package/.github/workflows/deploy-github-pages.yaml +2 -1
- package/.github/workflows/release-please.yml +2 -1
- package/.nvmrc +1 -0
- package/.prettierignore +1 -0
- package/.storybook/main.js +19 -3
- package/CHANGELOG.md +16 -0
- package/custom-elements-manifest.config.js +2 -2
- package/dist/Accordion.d.ts +1 -1
- package/dist/Accordion.d.ts.map +1 -1
- package/dist/Accordion.js +2 -4
- package/dist/Button.d.ts +2 -2
- package/dist/Button.js +2 -2
- package/dist/ButtonGroup.d.ts +1 -1
- package/dist/ButtonGroup.js +1 -1
- package/dist/Checkbox.d.ts +1 -1
- package/dist/Checkbox.d.ts.map +1 -1
- package/dist/Checkbox.js +2 -3
- package/dist/CheckboxGroup.d.ts +1 -1
- package/dist/CheckboxGroup.d.ts.map +1 -1
- package/dist/CheckboxGroup.js +1 -3
- package/dist/Chip.d.ts +1 -1
- package/dist/Chip.d.ts.map +1 -1
- package/dist/Chip.js +1 -3
- package/dist/ChipGroup.d.ts +1 -1
- package/dist/ChipGroup.d.ts.map +1 -1
- package/dist/ChipGroup.js +2 -2
- package/dist/ChipLink.js +1 -1
- package/dist/ChipRemovable.js +1 -1
- package/dist/ChipSelectable.js +1 -1
- package/dist/Dialog.d.ts +1 -1
- package/dist/Dialog.d.ts.map +1 -1
- package/dist/Dialog.js +3 -5
- package/dist/Dropdown.d.ts +1 -1
- package/dist/Dropdown.js +3 -3
- package/dist/Icon.d.ts +2 -98
- package/dist/Icon.d.ts.map +1 -1
- package/dist/Icon.js +1 -1
- package/dist/Input.d.ts +7 -2
- package/dist/Input.d.ts.map +1 -1
- package/dist/Input.js +15 -8
- package/dist/{LeuElement-b670d77c.d.ts → LeuElement-BjGpKQpe.d.ts} +1 -1
- package/dist/LeuElement-BjGpKQpe.d.ts.map +1 -0
- package/dist/{LeuElement-b670d77c.js → LeuElement-BjGpKQpe.js} +2 -2
- package/dist/Menu.d.ts +2 -2
- package/dist/Menu.js +1 -1
- package/dist/MenuItem.d.ts +3 -3
- package/dist/MenuItem.js +1 -1
- package/dist/Pagination.d.ts +1 -1
- package/dist/Pagination.js +3 -3
- package/dist/Popup.d.ts +2 -2
- package/dist/Popup.d.ts.map +1 -1
- package/dist/Popup.js +1 -3
- package/dist/Radio.d.ts +1 -1
- package/dist/Radio.d.ts.map +1 -1
- package/dist/Radio.js +1 -3
- package/dist/RadioGroup.d.ts +1 -1
- package/dist/RadioGroup.d.ts.map +1 -1
- package/dist/RadioGroup.js +1 -3
- package/dist/Range.d.ts +1 -1
- package/dist/Range.d.ts.map +1 -1
- package/dist/Range.js +17 -19
- package/dist/ScrollTop.d.ts +1 -1
- package/dist/ScrollTop.d.ts.map +1 -1
- package/dist/ScrollTop.js +27 -3
- package/dist/Select.d.ts +3 -3
- package/dist/Select.d.ts.map +1 -1
- package/dist/Select.js +6 -4
- package/dist/Spinner.d.ts +1 -1
- package/dist/Spinner.js +1 -1
- package/dist/Table.d.ts +1 -1
- package/dist/Table.d.ts.map +1 -1
- package/dist/Table.js +3 -4
- package/dist/VisuallyHidden.d.ts +1 -1
- package/dist/VisuallyHidden.d.ts.map +1 -1
- package/dist/VisuallyHidden.js +3 -5
- package/dist/{hasSlotController-c09741c5.d.ts → hasSlotController-DvFw2NdC.d.ts} +1 -1
- package/dist/hasSlotController-DvFw2NdC.d.ts.map +1 -0
- package/dist/{hasSlotController-c09741c5.js → hasSlotController-DvFw2NdC.js} +1 -1
- package/dist/index.d.ts +1 -2
- package/dist/index.js +5 -7
- package/dist/leu-accordion.js +1 -1
- package/dist/leu-button-group.js +1 -1
- package/dist/leu-button.js +2 -2
- package/dist/leu-checkbox-group.js +1 -1
- package/dist/leu-checkbox.js +1 -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 +2 -2
- package/dist/leu-dropdown.js +2 -2
- 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.js +2 -2
- package/dist/leu-popup.js +1 -1
- package/dist/leu-radio-group.js +1 -1
- package/dist/leu-radio.js +1 -1
- package/dist/leu-range.js +1 -1
- package/dist/leu-scroll-top.js +2 -3
- package/dist/leu-select.js +2 -2
- package/dist/leu-spinner.js +1 -1
- package/dist/leu-table.js +2 -2
- package/dist/leu-visually-hidden.js +1 -1
- package/dist/theme.css +143 -107
- package/dist/vscode.html-custom-data.json +3 -32
- package/dist/vue/index.d.ts +11 -77
- package/dist/web-types.json +246 -242
- package/index.js +0 -1
- package/package.json +55 -51
- package/rollup.config.js +3 -3
- package/scripts/generate-component/generate.js +5 -5
- package/src/components/accordion/test/accordion.test.js +24 -20
- package/src/components/button/Button.js +1 -1
- package/src/components/button/stories/button.stories.js +43 -45
- package/src/components/button/test/button.test.js +10 -10
- package/src/components/button-group/ButtonGroup.js +1 -1
- package/src/components/button-group/stories/button-group.stories.js +2 -2
- package/src/components/checkbox/checkbox.css +1 -0
- package/src/components/chip/ChipSelectable.js +1 -1
- package/src/components/chip/stories/chip-group.stories.js +4 -4
- package/src/components/chip/test/chip-group.test.js +25 -33
- package/src/components/chip/test/chip-link.test.js +5 -5
- package/src/components/chip/test/chip-removable.test.js +6 -8
- package/src/components/chip/test/chip-selectable.test.js +9 -11
- package/src/components/dialog/test/dialog.test.js +1 -1
- package/src/components/dropdown/test/dropdown.test.js +12 -13
- package/src/components/input/Input.js +25 -17
- package/src/components/input/stories/input.stories.js +0 -2
- package/src/components/input/test/input.test.js +26 -0
- package/src/components/menu/stories/menu-item.stories.js +2 -0
- package/src/components/menu/test/menu-item.test.js +3 -2
- package/src/components/menu/test/menu.test.js +24 -22
- package/src/components/pagination/Pagination.js +1 -1
- package/src/components/pagination/pagination.css +1 -1
- package/src/components/pagination/stories/pagination.stories.js +2 -1
- package/src/components/pagination/test/pagination.test.js +8 -6
- package/src/components/popup/Popup.js +4 -4
- package/src/components/popup/test/popup.test.js +6 -8
- package/src/components/radio/RadioGroup.js +2 -2
- package/src/components/range/Range.js +20 -21
- package/src/components/select/Select.js +6 -1
- package/src/components/select/stories/select.stories.js +1 -1
- package/src/components/select/test/select.test.js +18 -16
- package/src/components/table/Table.js +4 -4
- package/src/components/table/test/table.test.js +3 -2
- package/src/components/visually-hidden/test/visually-hidden.test.js +6 -8
- package/src/lib/LeuElement.js +2 -2
- package/src/lib/hasSlotController.js +1 -1
- package/src/styles/style.stories.js +3 -1
- package/tsconfig.build.json +4 -3
- package/web-dev-server.config.mjs +1 -0
- package/web-test-runner.config.mjs +1 -1
- package/.github/workflows/test.yml +0 -38
- package/.storybook/preview-head.html +0 -2
- package/dist/Breadcrumb.d.ts +0 -69
- package/dist/Breadcrumb.d.ts.map +0 -1
- package/dist/Breadcrumb.js +0 -391
- package/dist/LeuElement-b670d77c.d.ts.map +0 -1
- package/dist/hasSlotController-c09741c5.d.ts.map +0 -1
- package/dist/leu-breadcrumb.d.ts +0 -3
- package/dist/leu-breadcrumb.d.ts.map +0 -1
- package/dist/leu-breadcrumb.js +0 -17
- package/dist/utils-65469421.d.ts +0 -16
- package/dist/utils-65469421.d.ts.map +0 -1
- package/dist/utils-65469421.js +0 -35
- package/src/components/breadcrumb/Breadcrumb.js +0 -324
- package/src/components/breadcrumb/breadcrumb.css +0 -98
- package/src/components/breadcrumb/leu-breadcrumb.js +0 -5
- package/src/components/breadcrumb/stories/breadcrumb.stories.js +0 -73
- package/src/components/breadcrumb/test/breadcrumb.test.js +0 -141
package/dist/Input.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _defineProperty, L as LeuElement } from './LeuElement-
|
|
1
|
+
import { _ as _defineProperty, L as LeuElement } from './LeuElement-BjGpKQpe.js';
|
|
2
2
|
import { css, nothing, html } from 'lit';
|
|
3
3
|
import { classMap } from 'lit/directives/class-map.js';
|
|
4
4
|
import { ifDefined } from 'lit/directives/if-defined.js';
|
|
@@ -36,7 +36,6 @@ var css_248z = css`:host {
|
|
|
36
36
|
--input-height-small: 3rem;
|
|
37
37
|
|
|
38
38
|
display: block;
|
|
39
|
-
font-family: var(--leu-font-family-regular);
|
|
40
39
|
font-family: var(--input-font-regular);
|
|
41
40
|
}
|
|
42
41
|
|
|
@@ -515,6 +514,20 @@ class LeuInput extends LeuElement {
|
|
|
515
514
|
validationMessages.rangeUnderflow = LeuInput.resolveErrorMessage(rangeUnderflow, this.min);
|
|
516
515
|
return validationMessages;
|
|
517
516
|
}
|
|
517
|
+
isInvalid() {
|
|
518
|
+
if (this.error) {
|
|
519
|
+
return true;
|
|
520
|
+
}
|
|
521
|
+
return this._validity === null || this.novalidate ? false : !this._validity.valid;
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
/**
|
|
525
|
+
* Check input validation
|
|
526
|
+
* @returns {boolean} if valid or not
|
|
527
|
+
*/
|
|
528
|
+
checkValidity() {
|
|
529
|
+
return this._inputRef.value?.checkValidity() ?? false;
|
|
530
|
+
}
|
|
518
531
|
|
|
519
532
|
/**
|
|
520
533
|
* Creates an error list with an item for the given validity state.
|
|
@@ -566,12 +579,6 @@ class LeuInput extends LeuElement {
|
|
|
566
579
|
}
|
|
567
580
|
return nothing;
|
|
568
581
|
}
|
|
569
|
-
isInvalid() {
|
|
570
|
-
if (this.error) {
|
|
571
|
-
return true;
|
|
572
|
-
}
|
|
573
|
-
return this._validity === null || this.novalidate ? false : !this._validity.valid;
|
|
574
|
-
}
|
|
575
582
|
render() {
|
|
576
583
|
const isInvalid = this.isInvalid();
|
|
577
584
|
const inputWrapperClasses = {
|
|
@@ -4,4 +4,4 @@ declare class LeuElement extends LitElement {
|
|
|
4
4
|
declare function _defineProperty(obj: any, key: any, value: any): any;
|
|
5
5
|
import { LitElement } from 'lit';
|
|
6
6
|
export { LeuElement as L, _defineProperty as _ };
|
|
7
|
-
//# sourceMappingURL=LeuElement-
|
|
7
|
+
//# sourceMappingURL=LeuElement-BjGpKQpe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LeuElement-BjGpKQpe.d.ts","sourceRoot":"","sources":["LeuElement-BjGpKQpe.js"],"names":[],"mappings":"AAgDA;IACE,8EAcC;CACF;AA9DD,sEAaC;2BAf+B,KAAK"}
|
|
@@ -18,7 +18,7 @@ function _toPrimitive(input, hint) {
|
|
|
18
18
|
if (typeof input !== "object" || input === null) return input;
|
|
19
19
|
var prim = input[Symbol.toPrimitive];
|
|
20
20
|
if (prim !== undefined) {
|
|
21
|
-
var res = prim.call(input, hint
|
|
21
|
+
var res = prim.call(input, hint);
|
|
22
22
|
if (typeof res !== "object") return res;
|
|
23
23
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
24
24
|
}
|
|
@@ -63,7 +63,7 @@ class LeuElement extends LitElement {
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
|
-
_defineProperty(LeuElement, "version", "0.
|
|
66
|
+
_defineProperty(LeuElement, "version", "0.14.0");
|
|
67
67
|
_defineProperty(LeuElement, "dependencies", {});
|
|
68
68
|
_defineProperty(LeuElement, "styles", css_248z);
|
|
69
69
|
|
package/dist/Menu.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type SelectsType =
|
|
1
|
+
export type SelectsType = "single" | "multiple" | "none";
|
|
2
2
|
/**
|
|
3
3
|
* @typedef {'single' | 'multiple' | 'none'} SelectsType
|
|
4
4
|
*/
|
|
@@ -25,6 +25,6 @@ export class LeuMenu extends LeuElement {
|
|
|
25
25
|
updated(changedProperties: any): void;
|
|
26
26
|
render(): import("lit-html").TemplateResult<1>;
|
|
27
27
|
}
|
|
28
|
-
import { L as LeuElement } from './LeuElement-
|
|
28
|
+
import { L as LeuElement } from './LeuElement-BjGpKQpe.js';
|
|
29
29
|
import { LeuMenuItem } from './MenuItem.js';
|
|
30
30
|
//# sourceMappingURL=Menu.d.ts.map
|
package/dist/Menu.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _defineProperty, L as LeuElement } from './LeuElement-
|
|
1
|
+
import { _ as _defineProperty, L as LeuElement } from './LeuElement-BjGpKQpe.js';
|
|
2
2
|
import { css, html } from 'lit';
|
|
3
3
|
import { LeuMenuItem } from './MenuItem.js';
|
|
4
4
|
import 'lit/directives/if-defined.js';
|
package/dist/MenuItem.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type MenuItemRole =
|
|
1
|
+
export type MenuItemRole = "menuitem" | "menuitemcheckbox" | "menuitemradio" | "option" | "none";
|
|
2
2
|
/**
|
|
3
3
|
* @typedef {'menuitem' | 'menuitemcheckbox' | 'menuitemradio' | 'option' | 'none'} MenuItemRole
|
|
4
4
|
*/
|
|
@@ -34,9 +34,9 @@ export class LeuMenuItem extends LeuElement {
|
|
|
34
34
|
_getTabIndex(): 0 | -1;
|
|
35
35
|
_renderLink(content: any): import("lit-html").TemplateResult<1>;
|
|
36
36
|
_renderButton(content: any): import("lit-html").TemplateResult<1>;
|
|
37
|
-
_renderBeforeSlotDefault(): import("lit-html").TemplateResult<1
|
|
37
|
+
_renderBeforeSlotDefault(): typeof nothing | import("lit-html").TemplateResult<1>;
|
|
38
38
|
render(): import("lit-html").TemplateResult<1>;
|
|
39
39
|
}
|
|
40
|
-
import { L as LeuElement } from './LeuElement-
|
|
40
|
+
import { L as LeuElement } from './LeuElement-BjGpKQpe.js';
|
|
41
41
|
import { nothing } from 'lit';
|
|
42
42
|
//# sourceMappingURL=MenuItem.d.ts.map
|
package/dist/MenuItem.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _defineProperty, L as LeuElement } from './LeuElement-
|
|
1
|
+
import { _ as _defineProperty, L as LeuElement } from './LeuElement-BjGpKQpe.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';
|
package/dist/Pagination.d.ts
CHANGED
|
@@ -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-
|
|
33
|
+
import { L as LeuElement } from './LeuElement-BjGpKQpe.js';
|
|
34
34
|
//# sourceMappingURL=Pagination.d.ts.map
|
package/dist/Pagination.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _defineProperty, L as LeuElement } from './LeuElement-
|
|
1
|
+
import { _ as _defineProperty, L as LeuElement } from './LeuElement-BjGpKQpe.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,12 +6,12 @@ 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-
|
|
9
|
+
import './hasSlotController-DvFw2NdC.js';
|
|
10
10
|
|
|
11
11
|
var css_248z = css`:host {
|
|
12
12
|
margin-top: 16px;
|
|
13
13
|
display: flex;
|
|
14
|
-
justify-content: end;
|
|
14
|
+
justify-content: flex-end;
|
|
15
15
|
font-family: var(--leu-font-family-regular);
|
|
16
16
|
}
|
|
17
17
|
|
package/dist/Popup.d.ts
CHANGED
|
@@ -25,12 +25,12 @@ export class LeuPopup extends LeuElement {
|
|
|
25
25
|
/**
|
|
26
26
|
* @returns {HTMLElement | null}
|
|
27
27
|
*/
|
|
28
|
-
get popupEl(): HTMLElement;
|
|
28
|
+
get popupEl(): HTMLElement | null;
|
|
29
29
|
start(): void;
|
|
30
30
|
stop(): void;
|
|
31
31
|
reposition(): void;
|
|
32
32
|
handleAnchorChange(): void;
|
|
33
33
|
render(): import("lit-html").TemplateResult<1>;
|
|
34
34
|
}
|
|
35
|
-
import { L as LeuElement } from './LeuElement-
|
|
35
|
+
import { L as LeuElement } from './LeuElement-BjGpKQpe.js';
|
|
36
36
|
//# sourceMappingURL=Popup.d.ts.map
|
package/dist/Popup.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Popup.d.ts","sourceRoot":"","sources":["Popup.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Popup.d.ts","sourceRoot":"","sources":["Popup.js"],"names":[],"mappings":"wBAmCa,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,eAFa,WAAW,GAAG,IAAI,CAI9B;IACD,cAKC;IACD,aAIC;IACD,mBAiEC;IACD,2BAiBC;IACD,+CAOC;CACF;gCAjMqD,0BAA0B"}
|
package/dist/Popup.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _defineProperty, L as LeuElement } from './LeuElement-
|
|
1
|
+
import { _ as _defineProperty, L as LeuElement } from './LeuElement-BjGpKQpe.js';
|
|
2
2
|
import { css, html } from 'lit';
|
|
3
3
|
import { autoUpdate, size, flip, shift, computePosition } from '@floating-ui/dom';
|
|
4
4
|
|
|
@@ -6,8 +6,6 @@ var css_248z = css`:host {
|
|
|
6
6
|
--popup-font-regular: var(--leu-font-family-regular);
|
|
7
7
|
--popup-font-black: var(--leu-font-family-black);
|
|
8
8
|
|
|
9
|
-
font-family: var(--leu-font-family-regular);
|
|
10
|
-
|
|
11
9
|
font-family: var(--popup-font-regular);
|
|
12
10
|
display: contents;
|
|
13
11
|
}
|
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-
|
|
13
|
+
import { L as LeuElement } from './LeuElement-BjGpKQpe.js';
|
|
14
14
|
//# sourceMappingURL=Radio.d.ts.map
|
package/dist/Radio.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Radio.d.ts","sourceRoot":"","sources":["Radio.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Radio.d.ts","sourceRoot":"","sources":["Radio.js"],"names":[],"mappings":"AA8FA;;GAEG;AACH;IAGI,iBAAoB;IACpB,kBAAqB;IACrB,aAAc;IACd,cAAe;IAEjB,+BAIC;IACD,8BAEC;IACD,+CAeC;CACF;gCAjIqD,0BAA0B"}
|
package/dist/Radio.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _defineProperty, L as LeuElement } from './LeuElement-
|
|
1
|
+
import { _ as _defineProperty, L as LeuElement } from './LeuElement-BjGpKQpe.js';
|
|
2
2
|
import { css, html } from 'lit';
|
|
3
3
|
|
|
4
4
|
var css_248z = css`:host {
|
|
@@ -15,8 +15,6 @@ var css_248z = css`:host {
|
|
|
15
15
|
align-items: flex-start;
|
|
16
16
|
gap: 0.5rem;
|
|
17
17
|
|
|
18
|
-
font-family: var(--leu-font-family-regular);
|
|
19
|
-
|
|
20
18
|
font-family: var(--radio-font-regular);
|
|
21
19
|
}
|
|
22
20
|
|
package/dist/RadioGroup.d.ts
CHANGED
|
@@ -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-
|
|
19
|
+
import { L as LeuElement } from './LeuElement-BjGpKQpe.js';
|
|
20
20
|
//# sourceMappingURL=RadioGroup.d.ts.map
|
package/dist/RadioGroup.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["RadioGroup.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["RadioGroup.js"],"names":[],"mappings":"AAmCA;;GAEG;AACH;IAKM,sBAAiD;IA2BnD,oBAA+B;IAE/B,aAAe;IAEjB,iBAGC;IAUD,0BAaC;IACD,6BAMC;IACD,yBAEC;IACD,qCAIC;IACD,yDAaC;IACD,oBAQC;IACD,oBAIC;IACD,wBAIC;IACD,+CAWC;CACF;gCAjKqD,0BAA0B"}
|
package/dist/RadioGroup.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _defineProperty, L as LeuElement } from './LeuElement-
|
|
1
|
+
import { _ as _defineProperty, L as LeuElement } from './LeuElement-BjGpKQpe.js';
|
|
2
2
|
import { css, html } from 'lit';
|
|
3
3
|
import { classMap } from 'lit/directives/class-map.js';
|
|
4
4
|
|
|
@@ -6,8 +6,6 @@ var css_248z = css`:host {
|
|
|
6
6
|
--group-font-regular: var(--leu-font-family-regular);
|
|
7
7
|
--group-font-black: var(--leu-font-family-black);
|
|
8
8
|
|
|
9
|
-
font-family: var(--leu-font-family-regular);
|
|
10
|
-
|
|
11
9
|
font-family: var(--group-font-regular);
|
|
12
10
|
}
|
|
13
11
|
|
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-
|
|
59
|
+
import { L as LeuElement } from './LeuElement-BjGpKQpe.js';
|
|
60
60
|
//# sourceMappingURL=Range.d.ts.map
|
package/dist/Range.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Range.d.ts","sourceRoot":"","sources":["Range.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Range.d.ts","sourceRoot":"","sources":["Range.js"],"names":[],"mappings":"AAwMA;;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,iBAFW,MAAM,QAAQ,EAaxB;IAtBD,aASW,MAAM,QAAQ,CANxB;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;gCAjXqD,0BAA0B"}
|
package/dist/Range.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _defineProperty, L as LeuElement } from './LeuElement-
|
|
1
|
+
import { _ as _defineProperty, L as LeuElement } from './LeuElement-BjGpKQpe.js';
|
|
2
2
|
import { css, html } from 'lit';
|
|
3
3
|
|
|
4
4
|
var css_248z = css`:host {
|
|
@@ -27,8 +27,6 @@ var css_248z = css`:host {
|
|
|
27
27
|
|
|
28
28
|
display: block;
|
|
29
29
|
|
|
30
|
-
font-family: var(--leu-font-family-regular);
|
|
31
|
-
|
|
32
30
|
font-family: var(--range-font-regular);
|
|
33
31
|
}
|
|
34
32
|
|
|
@@ -67,7 +65,7 @@ var css_248z = css`:host {
|
|
|
67
65
|
--_stop: calc(100% - var(--range-thumb-diameter));
|
|
68
66
|
--_start: 0%;
|
|
69
67
|
|
|
70
|
-
left: calc(var(--value) * (
|
|
68
|
+
left: calc(var(--value) * (var(--_stop) - 0%) + 0%);
|
|
71
69
|
|
|
72
70
|
left: calc(var(--value) * (var(--_stop) - var(--_start)) + var(--_start));
|
|
73
71
|
transform: translateX(calc(-50% + var(--range-thumb-diameter) / 2));
|
|
@@ -350,21 +348,21 @@ class LeuRange extends LeuElement {
|
|
|
350
348
|
</div>
|
|
351
349
|
<div class="inputs">
|
|
352
350
|
${inputs.map((type, index) => html`
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
351
|
+
<input
|
|
352
|
+
@input=${e => this._handleInput(index, e)}
|
|
353
|
+
@pointerdown=${multiple && !disabled && index === 0 ? this._handlePointerDown : undefined}
|
|
354
|
+
type="range"
|
|
355
|
+
class="range range--${type}"
|
|
356
|
+
id="input-${type}"
|
|
357
|
+
name=${this.name}
|
|
358
|
+
min=${this.min}
|
|
359
|
+
max=${this.max}
|
|
360
|
+
step=${this.step}
|
|
361
|
+
aria-label=${multiple ? RANGE_LABELS[index] : undefined}
|
|
362
|
+
?disabled=${disabled}
|
|
363
|
+
.value=${defaultValue[index].toString()}
|
|
364
|
+
/>
|
|
365
|
+
`)}
|
|
368
366
|
</div>
|
|
369
367
|
</div>
|
|
370
368
|
`;
|
package/dist/ScrollTop.d.ts
CHANGED
|
@@ -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-
|
|
18
|
+
import { L as LeuElement } from './LeuElement-BjGpKQpe.js';
|
|
19
19
|
//# sourceMappingURL=ScrollTop.d.ts.map
|
package/dist/ScrollTop.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScrollTop.d.ts","sourceRoot":"","sources":["ScrollTop.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ScrollTop.d.ts","sourceRoot":"","sources":["ScrollTop.js"],"names":[],"mappings":"AAqEA;;GAEG;AACH;IAwCE,2BAMC;IAtCO,qBAAwB;IAM5B;;;;OAIG;IACH,qBAA2E;IAC3E,kBAA+B;IAQjC,gBAAgB;IAChB,0BAAgC;IAkBlC,+CAgBC;CACF;gCAxIqD,0BAA0B"}
|
package/dist/ScrollTop.js
CHANGED
|
@@ -1,11 +1,35 @@
|
|
|
1
|
-
import { _ as _defineProperty, L as LeuElement } from './LeuElement-
|
|
1
|
+
import { _ as _defineProperty, L as LeuElement } from './LeuElement-BjGpKQpe.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
|
-
import { t as throttle } from './utils-65469421.js';
|
|
7
6
|
import 'lit/directives/if-defined.js';
|
|
8
|
-
import './hasSlotController-
|
|
7
|
+
import './hasSlotController-DvFw2NdC.js';
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Return a debounced function that delays invoking func until after wait milliseconds have elapsed since the last time the debounced function was invoked.
|
|
11
|
+
* @param {Function} func - Your function
|
|
12
|
+
* @param {Number} timeout - Default is 500 ms
|
|
13
|
+
* @returns {Function} - Your function wrapped in a timeout function
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Return a throttled function that only invokes func at most once per every wait milliseconds.
|
|
18
|
+
* @param {Function} func - Your function
|
|
19
|
+
* @param {Number} timeout - Default is 500 ms
|
|
20
|
+
* @returns {Function} - Your function wrapped in a timeout function
|
|
21
|
+
*/
|
|
22
|
+
const throttle = function throttle(func, timeout = 500) {
|
|
23
|
+
let timer = null;
|
|
24
|
+
return (...args) => {
|
|
25
|
+
if (timer === null) {
|
|
26
|
+
func(...args);
|
|
27
|
+
timer = setTimeout(() => {
|
|
28
|
+
timer = null;
|
|
29
|
+
}, timeout);
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
};
|
|
9
33
|
|
|
10
34
|
var css_248z = css`.scroll-top {
|
|
11
35
|
overflow: hidden;
|
package/dist/Select.d.ts
CHANGED
|
@@ -126,11 +126,11 @@ export class LeuSelect extends LeuElement {
|
|
|
126
126
|
* Close the dropdown if the focus moves outside the component.
|
|
127
127
|
*/
|
|
128
128
|
_handlePopupFocusOut(event: any): void;
|
|
129
|
-
_renderFilterInput(): import("lit-html").TemplateResult<1
|
|
130
|
-
_renderApplyButton(): import("lit-html").TemplateResult<1
|
|
129
|
+
_renderFilterInput(): typeof nothing | import("lit-html").TemplateResult<1>;
|
|
130
|
+
_renderApplyButton(): typeof nothing | import("lit-html").TemplateResult<1>;
|
|
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-
|
|
134
|
+
import { L as LeuElement } from './LeuElement-BjGpKQpe.js';
|
|
135
135
|
import { nothing } from 'lit';
|
|
136
136
|
//# sourceMappingURL=Select.d.ts.map
|
package/dist/Select.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["Select.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["Select.js"],"names":[],"mappings":"AAuPA;;;;;;;;;;;;;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,CAAC,GAAiC,CAAC,CAE1C;IACnC;;OAEG;IACH,kBAFU,OAAO,oBAAoB,EAAE,GAAG,CAAC,iBAAiB,CAAC,CAE1B;IAEnC;;OAEG;IACH,UAFU,OAAO,oBAAoB,EAAE,GAAG,CAAC,GAA8B,CAAC,CAE/C;IAU7B,sCAqBC;IAED;;;;OAIG;IACH,8CAgCC;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,+CAoDC;CACF;gCA/qBqD,0BAA0B;wBAC7C,KAAK"}
|
package/dist/Select.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { _ as _defineProperty, L as LeuElement } from './LeuElement-
|
|
1
|
+
import { _ as _defineProperty, L as LeuElement } from './LeuElement-BjGpKQpe.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-
|
|
6
|
+
import { H as HasSlotController } from './hasSlotController-DvFw2NdC.js';
|
|
7
7
|
import { LeuButton } from './Button.js';
|
|
8
8
|
import { LeuMenu } from './Menu.js';
|
|
9
9
|
import { LeuMenuItem } from './MenuItem.js';
|
|
@@ -49,8 +49,6 @@ var css_248z = css`:host {
|
|
|
49
49
|
position: relative;
|
|
50
50
|
display: block;
|
|
51
51
|
|
|
52
|
-
font-family: var(--leu-font-family-regular);
|
|
53
|
-
|
|
54
52
|
font-family: var(--select-font-regular);
|
|
55
53
|
}
|
|
56
54
|
|
|
@@ -425,6 +423,9 @@ class LeuSelect extends LeuElement {
|
|
|
425
423
|
await menu.updateComplete;
|
|
426
424
|
const menuItems = menu.getMenuItems();
|
|
427
425
|
let hasFilterResults = false;
|
|
426
|
+
if (changed.value && this.value.length === 0) {
|
|
427
|
+
this._displayValue = "";
|
|
428
|
+
}
|
|
428
429
|
|
|
429
430
|
/* eslint-disable no-param-reassign */
|
|
430
431
|
menuItems.forEach(menuItem => {
|
|
@@ -669,6 +670,7 @@ class LeuSelect extends LeuElement {
|
|
|
669
670
|
aria-multiselectable=${ifDefined(this.multiple ? "true" : undefined)}
|
|
670
671
|
class="menu"
|
|
671
672
|
@click=${this._handleMenuItemClick}
|
|
673
|
+
aria-labelledby="select-label"
|
|
672
674
|
>
|
|
673
675
|
<slot></slot>
|
|
674
676
|
</leu-menu>
|
package/dist/Spinner.d.ts
CHANGED
package/dist/Spinner.js
CHANGED
package/dist/Table.d.ts
CHANGED
|
@@ -38,5 +38,5 @@ export class LeuTable extends LeuElement {
|
|
|
38
38
|
get _data(): any[];
|
|
39
39
|
render(): import("lit-html").TemplateResult<1>;
|
|
40
40
|
}
|
|
41
|
-
import { L as LeuElement } from './LeuElement-
|
|
41
|
+
import { L as LeuElement } from './LeuElement-BjGpKQpe.js';
|
|
42
42
|
//# sourceMappingURL=Table.d.ts.map
|
package/dist/Table.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["Table.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["Table.js"],"names":[],"mappings":"AA+HA;;GAEG;AACH;IAGI,oBAAoB;IACpB,eAAiB;IACjB,oBAAoB;IACpB,YAAc;IACd,sBAAsB;IACtB,mBADW,OAAO,CACY;IAC9B,qBAAqB;IACrB,cADW,MAAM,CACO;IACxB,qBAAqB;IACrB,WADW,MAAM,CACI;IACrB,sBAAsB;IACtB,cADW,OAAO,CACO;IACzB,qBAAqB;IACrB,OADW,MAAM,CACA;IAEjB,gBAAgB;IAChB,qBAAwB;IACxB,gBAAgB;IAChB,sBAAyB;IACzB,gBAAgB;IAChB,8DAA6B;IAE7B,gBAAgB;IAChB,cAAc;IACd,gCAEE;IAKJ,oEAKC;IACD,qBAGC;IACD,gCAGC;IACD,8BAEC;IACD,8GAQC;IACD,4BAEC;IACD,0BAQC;IACD,sDAIC;IACD,sBAEC;IACD,yBAMC;IACD,mBAEC;IACD,+CAqFC;CACF;gCAlTqD,0BAA0B"}
|
package/dist/Table.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _defineProperty, L as LeuElement } from './LeuElement-
|
|
1
|
+
import { _ as _defineProperty, L as LeuElement } from './LeuElement-BjGpKQpe.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-
|
|
11
|
+
import './hasSlotController-DvFw2NdC.js';
|
|
12
12
|
import './VisuallyHidden.js';
|
|
13
13
|
|
|
14
14
|
var css_248z = css`:host {
|
|
@@ -113,8 +113,7 @@ table.sticky th:first-child {
|
|
|
113
113
|
div.shadow-left table.sticky td:first-child,
|
|
114
114
|
div.shadow-left table.sticky th:first-child {
|
|
115
115
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
|
|
116
|
-
|
|
117
|
-
clip-path: inset(0 -15px 0 0);
|
|
116
|
+
clip-path: inset(0 -15px 0 0);
|
|
118
117
|
}
|
|
119
118
|
|
|
120
119
|
div.shadow-left {
|
package/dist/VisuallyHidden.d.ts
CHANGED
|
@@ -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-
|
|
7
|
+
import { L as LeuElement } from './LeuElement-BjGpKQpe.js';
|
|
8
8
|
//# sourceMappingURL=VisuallyHidden.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VisuallyHidden.d.ts","sourceRoot":"","sources":["VisuallyHidden.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"VisuallyHidden.d.ts","sourceRoot":"","sources":["VisuallyHidden.js"],"names":[],"mappings":"AAeA;;GAEG;AACH;IACE,+CAEC;CACF;gCAtBqD,0BAA0B"}
|
package/dist/VisuallyHidden.js
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
import { _ as _defineProperty, L as LeuElement } from './LeuElement-
|
|
1
|
+
import { _ as _defineProperty, L as LeuElement } from './LeuElement-BjGpKQpe.js';
|
|
2
2
|
import { css, html } from 'lit';
|
|
3
3
|
|
|
4
4
|
var css_248z = css`:host {
|
|
5
|
-
margin: -1px !important;
|
|
6
|
-
padding: 0 !important;
|
|
7
|
-
}
|
|
8
|
-
:host {
|
|
9
5
|
clip: rect(0 0 0 0);
|
|
10
6
|
border: 0;
|
|
11
7
|
height: 1px;
|
|
8
|
+
margin: -1px !important;
|
|
12
9
|
overflow: hidden;
|
|
10
|
+
padding: 0 !important;
|
|
13
11
|
position: absolute;
|
|
14
12
|
width: 1px;
|
|
15
13
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hasSlotController-DvFw2NdC.d.ts","sourceRoot":"","sources":["hasSlotController-DvFw2NdC.js"],"names":[],"mappings":";;;;iCASa,OAAO,KAAK,EAAE,kBAAkB;AAP7C;;;GAGG;AAEH;;;;GAIG;AACH,2CAFgB,kBAAkB;IAGhC,uCAcC;IAHC,UAAgB;IAEhB,eAA0B;IAG5B;;;OAGG;IACH,uBAeC;IAED;;;;OAIG;IACH,qBAEC;IAED;;;OAGG;IACH,gCAEC;IACD,sBAEC;IACD,yBAEC;CACF"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
export { LeuAccordion } from "./Accordion.js";
|
|
2
|
-
export { LeuBreadcrumb } from "./Breadcrumb.js";
|
|
3
2
|
export { LeuButtonGroup } from "./ButtonGroup.js";
|
|
4
3
|
export { LeuCheckbox } from "./Checkbox.js";
|
|
5
4
|
export { LeuCheckboxGroup } from "./CheckboxGroup.js";
|
|
@@ -16,7 +15,7 @@ export { LeuRadio } from "./Radio.js";
|
|
|
16
15
|
export { LeuRadioGroup } from "./RadioGroup.js";
|
|
17
16
|
export { LeuSelect } from "./Select.js";
|
|
18
17
|
export { LeuTable } from "./Table.js";
|
|
19
|
-
export { L as LeuElement } from "./LeuElement-
|
|
18
|
+
export { L as LeuElement } from "./LeuElement-BjGpKQpe.js";
|
|
20
19
|
export { BUTTON_EXPANDED_OPTIONS, BUTTON_SIZES, BUTTON_TYPES, BUTTON_VARIANTS, LeuButton } from "./Button.js";
|
|
21
20
|
export { LeuInput, SIZES } from "./Input.js";
|
|
22
21
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
export { LeuAccordion } from './Accordion.js';
|
|
2
|
-
export { LeuBreadcrumb } from './Breadcrumb.js';
|
|
3
2
|
export { BUTTON_EXPANDED_OPTIONS, BUTTON_SIZES, BUTTON_TYPES, BUTTON_VARIANTS, LeuButton } from './Button.js';
|
|
4
3
|
export { LeuButtonGroup } from './ButtonGroup.js';
|
|
5
4
|
export { LeuCheckbox } from './Checkbox.js';
|
|
@@ -18,17 +17,16 @@ export { LeuRadio } from './Radio.js';
|
|
|
18
17
|
export { LeuRadioGroup } from './RadioGroup.js';
|
|
19
18
|
export { LeuSelect } from './Select.js';
|
|
20
19
|
export { LeuTable } from './Table.js';
|
|
21
|
-
export { L as LeuElement } from './LeuElement-
|
|
20
|
+
export { L as LeuElement } from './LeuElement-BjGpKQpe.js';
|
|
22
21
|
import 'lit';
|
|
23
22
|
import 'lit/static-html.js';
|
|
24
|
-
import 'lit/directives/ref.js';
|
|
25
23
|
import 'lit/directives/class-map.js';
|
|
26
|
-
import './utils-65469421.js';
|
|
27
|
-
import './Icon.js';
|
|
28
|
-
import './VisuallyHidden.js';
|
|
29
24
|
import 'lit/directives/if-defined.js';
|
|
30
|
-
import './
|
|
25
|
+
import './Icon.js';
|
|
26
|
+
import './hasSlotController-DvFw2NdC.js';
|
|
31
27
|
import './Chip.js';
|
|
28
|
+
import 'lit/directives/ref.js';
|
|
32
29
|
import 'lit/directives/live.js';
|
|
30
|
+
import './VisuallyHidden.js';
|
|
33
31
|
import '@floating-ui/dom';
|
|
34
32
|
import 'lit/directives/style-map.js';
|
package/dist/leu-accordion.js
CHANGED
package/dist/leu-button-group.js
CHANGED
package/dist/leu-button.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { LeuButton } from './Button.js';
|
|
2
|
-
import './LeuElement-
|
|
2
|
+
import './LeuElement-BjGpKQpe.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-
|
|
7
|
+
import './hasSlotController-DvFw2NdC.js';
|
|
8
8
|
|
|
9
9
|
LeuButton.define("leu-button");
|
|
10
10
|
|