@loadsmart/miranda-wc 1.73.0 → 1.74.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/dist/{arrow-left-ed611f56.js → arrow-left-62a94baf.js} +2 -2
- package/dist/arrow-left-62a94baf.js.map +1 -0
- package/dist/{attention-95ce4c97.js → attention-18b8e3ea.js} +2 -2
- package/dist/attention-18b8e3ea.js.map +1 -0
- package/dist/{bell-4f80887c.js → bell-f1183581.js} +2 -2
- package/dist/bell-f1183581.js.map +1 -0
- package/dist/caret-down-d2a3a51b.js +5 -0
- package/dist/caret-down-d2a3a51b.js.map +1 -0
- package/dist/{check-644ce2f3.js → check-e9fa1153.js} +2 -2
- package/dist/check-e9fa1153.js.map +1 -0
- package/dist/{close-80ba7c44.js → close-f6194ad7.js} +2 -2
- package/dist/close-f6194ad7.js.map +1 -0
- package/dist/components/dropdown/dropdown-item.d.ts +35 -0
- package/dist/components/dropdown/dropdown-item.d.ts.map +1 -0
- package/dist/components/dropdown/dropdown-menu.d.ts +13 -0
- package/dist/components/dropdown/dropdown-menu.d.ts.map +1 -0
- package/dist/components/dropdown/dropdown-trigger.d.ts +26 -0
- package/dist/components/dropdown/dropdown-trigger.d.ts.map +1 -0
- package/dist/components/dropdown/dropdown.constants.d.ts +4 -0
- package/dist/components/dropdown/dropdown.constants.d.ts.map +1 -0
- package/dist/components/dropdown/dropdown.d.ts +66 -0
- package/dist/components/dropdown/dropdown.d.ts.map +1 -0
- package/dist/components/dropdown/dropdown.styles.d.ts +4 -0
- package/dist/components/dropdown/dropdown.styles.d.ts.map +1 -0
- package/dist/components/dropdown/index.d.ts +7 -0
- package/dist/components/dropdown/index.d.ts.map +1 -0
- package/dist/components/icon/available-icons.d.ts +2 -2
- package/dist/components/icon/available-icons.d.ts.map +1 -1
- package/dist/components/icon/icons/caret-down.d.ts +3 -0
- package/dist/components/icon/icons/caret-down.d.ts.map +1 -0
- package/dist/components/popover/popover.styles.d.ts +4 -1
- package/dist/components/popover/popover.styles.d.ts.map +1 -1
- package/dist/components/section/section-title.d.ts +1 -1
- package/dist/components/text/text.d.ts +1 -1
- package/dist/components/tooltip/tooltip.styles.d.ts.map +1 -1
- package/dist/{indeterminate-a505e76d.js → indeterminate-e69c0ca9.js} +2 -2
- package/dist/{indeterminate-a505e76d.js.map → indeterminate-e69c0ca9.js.map} +1 -1
- package/dist/{index-18f088c9.js → index-8edbd55b.js} +357 -149
- package/dist/index-8edbd55b.js.map +1 -0
- package/dist/index.d.ts +4 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/{info-circle-6e502712.js → info-circle-9a8cfa80.js} +2 -2
- package/dist/{info-circle-6e502712.js.map → info-circle-9a8cfa80.js.map} +1 -1
- package/dist/mixins/polymorphic-tag/polymorphic-tag.d.ts +2 -1
- package/dist/mixins/polymorphic-tag/polymorphic-tag.d.ts.map +1 -1
- package/dist/mixins/with-id/index.d.ts +2 -0
- package/dist/mixins/with-id/index.d.ts.map +1 -0
- package/dist/mixins/with-id/with-id.mixin.d.ts +7 -0
- package/dist/mixins/with-id/with-id.mixin.d.ts.map +1 -0
- package/dist/utils/generate-id.d.ts +7 -0
- package/dist/utils/generate-id.d.ts.map +1 -0
- package/dist/utils/types.d.ts +1 -0
- package/dist/utils/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/arrow-left-ed611f56.js.map +0 -1
- package/dist/attention-95ce4c97.js.map +0 -1
- package/dist/bell-4f80887c.js.map +0 -1
- package/dist/check-644ce2f3.js.map +0 -1
- package/dist/close-80ba7c44.js.map +0 -1
- package/dist/index-18f088c9.js.map +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{b}from"./index-
|
|
2
|
-
//# sourceMappingURL=arrow-left-
|
|
1
|
+
import{b}from"./index-8edbd55b.js";var arrowLeft=b`<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="M27.1587 9.17872C26.046 8.06456 25.0052 7.02278 23.9833 6C17.9911 12.0005 11.9849 18.0146 6 24.0079C11.9773 29.9935 17.9834 36.0076 23.9675 42C24.9772 40.9885 26.0216 39.9427 27.0833 38.8796C22.9235 34.717 18.7311 30.5219 14.4922 26.2801C23.7032 26.2801 32.8419 26.2801 42 26.2801C42 24.7661 42 23.2737 42 21.7615C32.8581 21.7615 23.7172 21.7615 14.583 21.7615C18.7794 17.5627 22.9695 13.3703 27.1587 9.17872Z" fill="currentColor"/></svg>`;export{arrowLeft as default};
|
|
2
|
+
//# sourceMappingURL=arrow-left-62a94baf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"arrow-left-62a94baf.js","sources":["../src/components/icon/icons/arrow-left.ts"],"sourcesContent":[null],"names":["arrowLeft","svg"],"mappings":"mCAEA,IAAAA,UAAeC,CAAG"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{b}from"./index-
|
|
2
|
-
//# sourceMappingURL=attention-
|
|
1
|
+
import{b}from"./index-8edbd55b.js";var attention=b`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M6.732 42.889h34.537c2.06 0 3.376-2.192 2.406-4.005l-17.27-32.33c-1.026-1.924-3.785-1.924-4.813 0L4.324 38.883c-.968 1.813.349 4.005 2.408 4.005zm14.542-24.504h5.452v10.89h-5.452zM24 31.998a2.726 2.726 0 0 1 2.726 2.723A2.726 2.726 0 0 1 24 37.444a2.726 2.726 0 0 1-2.726-2.723A2.726 2.726 0 0 1 24 31.998z"/></svg>`;export{attention as default};
|
|
2
|
+
//# sourceMappingURL=attention-18b8e3ea.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attention-18b8e3ea.js","sources":["../src/components/icon/icons/attention.ts"],"sourcesContent":[null],"names":["attention","svg"],"mappings":"mCAEA,IAAAA,UAAeC,CAAG"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{b}from"./index-
|
|
2
|
-
//# sourceMappingURL=bell-
|
|
1
|
+
import{b}from"./index-8edbd55b.js";var bell=b`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M34.417 21.526v9.133l3.632 3.654v1.826H9v-1.827l3.631-3.653v-9.133c0-5.626 2.96-10.302 8.17-11.544V8.74A2.728 2.728 0 0123.524 6a2.728 2.728 0 012.724 2.74v1.242c5.192 1.242 8.17 5.937 8.17 11.544zm-7.262 16.44c0 2.01-1.634 3.653-3.63 3.653-2.016 0-3.632-1.644-3.632-3.653h7.262z"/></svg>`;export{bell as default};
|
|
2
|
+
//# sourceMappingURL=bell-f1183581.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bell-f1183581.js","sources":["../src/components/icon/icons/bell.ts"],"sourcesContent":[null],"names":["bell","svg"],"mappings":"mCAEA,IAAAA,KAAeC,CAAG"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import{b}from"./index-8edbd55b.js";var caretDown=b`<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.1283 6.66671L12.714 5.2525L8 9.96654L3.28595 5.2525L1.87174 6.66671L6.58579 11.3808L8 12.795L9.41421 11.3808L14.1283 6.66671Z" fill="#5E768A"/>
|
|
3
|
+
</svg>
|
|
4
|
+
`;export{caretDown as default};
|
|
5
|
+
//# sourceMappingURL=caret-down-d2a3a51b.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"caret-down-d2a3a51b.js","sources":["../src/components/icon/icons/caret-down.ts"],"sourcesContent":[null],"names":["svg"],"mappings":"mCAEA,IAAeA,UAAAA,CAAG;;;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{b}from"./index-
|
|
2
|
-
//# sourceMappingURL=check-
|
|
1
|
+
import{b}from"./index-8edbd55b.js";var check=b`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M44.4205 13.3433L40.1778 9.10067L18.9646 30.3139L9.06512 20.4144L4.82248 24.657L14.722 34.5565L18.9646 38.7992L23.2073 34.5565L44.4205 13.3433Z"/></svg>`;export{check as default};
|
|
2
|
+
//# sourceMappingURL=check-e9fa1153.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"check-e9fa1153.js","sources":["../src/components/icon/icons/check.ts"],"sourcesContent":[null],"names":["check","svg"],"mappings":"mCAEA,IAAAA,MAAeC,CAAG"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{b}from"./index-
|
|
2
|
-
//# sourceMappingURL=close-
|
|
1
|
+
import{b}from"./index-8edbd55b.js";var close=b`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M40.9706 11.2721L36.7279 7.02944L24 19.7574L11.2721 7.02944L7.02944 11.2721L19.7574 24L7.02944 36.7279L11.2721 40.9706L24 28.2426L36.7279 40.9706L40.9706 36.7279L28.2426 24L40.9706 11.2721Z"/></svg>`;export{close as default};
|
|
2
|
+
//# sourceMappingURL=close-f6194ad7.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"close-f6194ad7.js","sources":["../src/components/icon/icons/close.ts"],"sourcesContent":[null],"names":["close","svg"],"mappings":"mCAEA,IAAAA,MAAeC,CAAG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { PropertyValues } from 'lit';
|
|
2
|
+
import { Component } from '../component';
|
|
3
|
+
export interface DropdownItemProps {
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
}
|
|
6
|
+
declare const DropdownItem_base: typeof Component;
|
|
7
|
+
export declare class DropdownItem extends DropdownItem_base {
|
|
8
|
+
static styles: import("lit").CSSResult[][];
|
|
9
|
+
static get properties(): {
|
|
10
|
+
disabled: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
reflect: boolean;
|
|
13
|
+
};
|
|
14
|
+
destructive: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
reflect: boolean;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* Should the menu item be disabled?
|
|
21
|
+
*/
|
|
22
|
+
disabled: DropdownItemProps['disabled'];
|
|
23
|
+
constructor();
|
|
24
|
+
connectedCallback(): void;
|
|
25
|
+
updated(changedProperties: PropertyValues<this>): void;
|
|
26
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
27
|
+
protected handleClick: (event: MouseEvent) => void;
|
|
28
|
+
}
|
|
29
|
+
declare global {
|
|
30
|
+
interface HTMLElementTagNameMap {
|
|
31
|
+
'm-dropdown-item': DropdownItem;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
export {};
|
|
35
|
+
//# sourceMappingURL=dropdown-item.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown-item.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown/dropdown-item.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAKzC,MAAM,WAAW,iBAAiB;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB;;AAED,qBAAa,YAAa,SAAQ,iBAA6B;IAC9D,OAAgB,MAAM,8BAAkB;IAExC,WAAoB,UAAU;;;;;;;;;MAK7B;IAED;;OAEG;IACK,QAAQ,EAAE,iBAAiB,CAAC,UAAU,CAAC,CAAC;;IAWvC,iBAAiB;IAOjB,OAAO,CAAC,iBAAiB,EAAE,cAAc,CAAC,IAAI,CAAC;IAY/C,MAAM;IAQf,SAAS,CAAC,WAAW,UAAW,UAAU,UAKxC;CACF;AAID,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,iBAAiB,EAAE,YAAY,CAAC;KAChC;CACD"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Component } from '../component';
|
|
2
|
+
declare const DropdownMenu_base: typeof Component;
|
|
3
|
+
export declare class DropdownMenu extends DropdownMenu_base {
|
|
4
|
+
connectedCallback(): void;
|
|
5
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
6
|
+
}
|
|
7
|
+
declare global {
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'm-dropdown-menu': DropdownMenu;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=dropdown-menu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown-menu.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown/dropdown-menu.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;;AAGzC,qBAAa,YAAa,SAAQ,iBAA6B;IACrD,iBAAiB;IAOjB,MAAM;CAGf;AAID,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,iBAAiB,EAAE,YAAY,CAAC;KAChC;CACD"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Component } from '../component';
|
|
2
|
+
import '../icon';
|
|
3
|
+
declare const DropdownTrigger_base: typeof Component;
|
|
4
|
+
export declare class DropdownTrigger extends DropdownTrigger_base {
|
|
5
|
+
static styles: import("lit").CSSResult[][];
|
|
6
|
+
static get properties(): {
|
|
7
|
+
disabled: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
reflect: boolean;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* Should the button be disabled.
|
|
14
|
+
*/
|
|
15
|
+
disabled?: boolean;
|
|
16
|
+
constructor();
|
|
17
|
+
connectedCallback(): void;
|
|
18
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
19
|
+
}
|
|
20
|
+
declare global {
|
|
21
|
+
interface HTMLElementTagNameMap {
|
|
22
|
+
'm-dropdown-trigger': DropdownTrigger;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
export {};
|
|
26
|
+
//# sourceMappingURL=dropdown-trigger.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown-trigger.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown/dropdown-trigger.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAKzC,OAAO,SAAS,CAAC;;AAEjB,qBAAa,eAAgB,SAAQ,oBAA6B;IACjE,OAAgB,MAAM,8BAAqB;IAE3C,WAAoB,UAAU;;;;;MAI7B;IAED;;OAEG;IACK,QAAQ,CAAC,EAAE,OAAO,CAAC;;IAQlB,iBAAiB;IAQjB,MAAM;CAOf;AAID,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,oBAAoB,EAAE,eAAe,CAAC;KACtC;CACD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown.constants.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown/dropdown.constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,6BAA2B,CAAC;AACzD,eAAO,MAAM,aAAa,oBAAkB,CAAC;AAC7C,eAAO,MAAM,aAAa,wBAAsB,CAAC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import type { PropertyValues } from 'lit';
|
|
2
|
+
import { Popover } from '../popover';
|
|
3
|
+
import type { PositionalFocus } from '../../controllers/focus-manager';
|
|
4
|
+
import type { PopoverProps, PopoverPlacement } from '../popover';
|
|
5
|
+
export type DropdownPlacement = PopoverPlacement;
|
|
6
|
+
export type DropdownSize = 'small' | 'default' | 'large';
|
|
7
|
+
export interface DropdownProps extends PopoverProps {
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
size?: DropdownSize;
|
|
10
|
+
'm-collapse'?: (event: CustomEvent) => void;
|
|
11
|
+
'm-expand'?: (event: CustomEvent) => void;
|
|
12
|
+
}
|
|
13
|
+
export declare class Dropdown extends Popover implements DropdownProps {
|
|
14
|
+
#private;
|
|
15
|
+
static styles: (import("lit").CSSResult | import("lit").CSSResult[])[][];
|
|
16
|
+
static get properties(): {
|
|
17
|
+
disabled: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
reflect: boolean;
|
|
20
|
+
};
|
|
21
|
+
size: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
reflect: boolean;
|
|
24
|
+
};
|
|
25
|
+
position: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
reflect: boolean;
|
|
28
|
+
};
|
|
29
|
+
placement: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
};
|
|
32
|
+
open: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
reflect: boolean;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* Should the dropdown be disabled?
|
|
39
|
+
*/
|
|
40
|
+
disabled: DropdownProps['disabled'];
|
|
41
|
+
/**
|
|
42
|
+
* Dropdown size.
|
|
43
|
+
*/
|
|
44
|
+
size?: DropdownProps['size'];
|
|
45
|
+
constructor();
|
|
46
|
+
firstUpdated(): void;
|
|
47
|
+
updated(changedProperties: PropertyValues<this>): void;
|
|
48
|
+
getReferenceElement(): HTMLElement | null;
|
|
49
|
+
getFloatingElement(): HTMLElement | null;
|
|
50
|
+
getArrowElement(): null;
|
|
51
|
+
getFloatingOffset: () => number;
|
|
52
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
53
|
+
expand(args?: {
|
|
54
|
+
position?: PositionalFocus;
|
|
55
|
+
}): Promise<void>;
|
|
56
|
+
collapse(): Promise<void>;
|
|
57
|
+
toggle(args?: {
|
|
58
|
+
position?: PositionalFocus;
|
|
59
|
+
}): void;
|
|
60
|
+
}
|
|
61
|
+
declare global {
|
|
62
|
+
interface HTMLElementTagNameMap {
|
|
63
|
+
'm-dropdown': Dropdown;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
//# sourceMappingURL=dropdown.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown/dropdown.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAIrC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AACvE,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAWjE,MAAM,MAAM,iBAAiB,GAAG,gBAAgB,CAAC;AAEjD,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,CAAC;AAEzD,MAAM,WAAW,aAAc,SAAQ,YAAY;IAClD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;IAC5C,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;CAC1C;AAED,qBAAa,QAAS,SAAQ,OAAQ,YAAW,aAAa;;IAC7D,OAAgB,MAAM,4DAAsB;IAE5C,WAAoB,UAAU;;;;;;;;;;;;;;;;;;;;MAS7B;IAED;;OAEG;IACK,QAAQ,EAAE,aAAa,CAAC,UAAU,CAAC,CAAC;IAE5C;;OAEG;IACK,IAAI,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;;IAsI5B,YAAY;IAUZ,OAAO,CAAC,iBAAiB,EAAE,cAAc,CAAC,IAAI,CAAC;IAgB/C,mBAAmB;IAInB,kBAAkB;IAKlB,eAAe;IAKf,iBAAiB,eAExB;IAEO,MAAM;IAIT,MAAM,CAAC,IAAI,CAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,eAAe,CAAA;KAAE;IAc5C,QAAQ;IAYL,MAAM,CAAC,IAAI,CAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,eAAe,CAAA;KAAE;CA+CrD;AAID,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,YAAY,EAAE,QAAQ,CAAC;KACvB;CACD"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare function dropdownStyles(): (import("lit").CSSResult | import("lit").CSSResult[])[];
|
|
2
|
+
export declare function triggerStyles(): import("lit").CSSResult[];
|
|
3
|
+
export declare function itemStyles(): import("lit").CSSResult[];
|
|
4
|
+
//# sourceMappingURL=dropdown.styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown.styles.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown/dropdown.styles.ts"],"names":[],"mappings":"AAWA,wBAAgB,cAAc,4DA+B7B;AAED,wBAAgB,aAAa,8BAqH5B;AAED,wBAAgB,UAAU,8BAqFzB"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { Dropdown } from './dropdown';
|
|
2
|
+
export { DropdownTrigger } from './dropdown-trigger';
|
|
3
|
+
export { DropdownMenu } from './dropdown-menu';
|
|
4
|
+
export { DropdownItem } from './dropdown-item';
|
|
5
|
+
export type { DropdownPlacement, DropdownProps, DropdownSize, } from './dropdown';
|
|
6
|
+
export type { DropdownItemProps } from './dropdown-item';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,YAAY,EACX,iBAAiB,EACjB,aAAa,EACb,YAAY,GACZ,MAAM,YAAY,CAAC;AACpB,YAAY,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const icons: Map<"alert-circle" | "arrow-left" | "attention" | "bell" | "check" | "close" | "indeterminate" | "info-circle", () => Promise<typeof import("./icons/info-circle")>>;
|
|
2
|
-
export declare const AVAILABLE_ICONS: ("alert-circle" | "arrow-left" | "attention" | "bell" | "check" | "close" | "indeterminate" | "info-circle")[];
|
|
1
|
+
export declare const icons: Map<"alert-circle" | "arrow-left" | "attention" | "bell" | "caret-down" | "check" | "close" | "indeterminate" | "info-circle", () => Promise<typeof import("./icons/info-circle")>>;
|
|
2
|
+
export declare const AVAILABLE_ICONS: ("alert-circle" | "arrow-left" | "attention" | "bell" | "caret-down" | "check" | "close" | "indeterminate" | "info-circle")[];
|
|
3
3
|
export type IconName = (typeof AVAILABLE_ICONS)[number];
|
|
4
4
|
//# sourceMappingURL=available-icons.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"available-icons.d.ts","sourceRoot":"","sources":["../../../src/components/icon/available-icons.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"available-icons.d.ts","sourceRoot":"","sources":["../../../src/components/icon/available-icons.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,KAAK,qLAUhB,CAAC;AAEH,eAAO,MAAM,eAAe,+HAAoB,CAAC;AAEjD,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"caret-down.d.ts","sourceRoot":"","sources":["../../../../src/components/icon/icons/caret-down.ts"],"names":[],"mappings":";AAEA,wBAGE"}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
declare function styles(
|
|
1
|
+
declare function styles({ referenceSelector, floatingSelector }?: {
|
|
2
|
+
referenceSelector: string;
|
|
3
|
+
floatingSelector: string;
|
|
4
|
+
}): import("lit").CSSResult[];
|
|
2
5
|
export default styles;
|
|
3
6
|
//# sourceMappingURL=popover.styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"popover.styles.d.ts","sourceRoot":"","sources":["../../../src/components/popover/popover.styles.ts"],"names":[],"mappings":"AAMA,iBAAS,MAAM,
|
|
1
|
+
{"version":3,"file":"popover.styles.d.ts","sourceRoot":"","sources":["../../../src/components/popover/popover.styles.ts"],"names":[],"mappings":"AAMA,iBAAS,MAAM,CACd,EAAE,iBAAiB,EAAE,gBAAgB,EAAE;;;CAGtC,6BAgGD;AAED,eAAe,MAAM,CAAC"}
|
|
@@ -5,7 +5,7 @@ export interface SectionProps {
|
|
|
5
5
|
size?: SectionSize;
|
|
6
6
|
as?: (typeof allowedTags)[number];
|
|
7
7
|
}
|
|
8
|
-
declare const SectionTitle_base: import("../../
|
|
8
|
+
declare const SectionTitle_base: import("../../utils/types").Constructor<{
|
|
9
9
|
as: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span";
|
|
10
10
|
readonly tag: import("lit-html/static").StaticValue;
|
|
11
11
|
}> & typeof LitElement;
|
|
@@ -8,7 +8,7 @@ export interface TextProps {
|
|
|
8
8
|
ellipsized?: boolean;
|
|
9
9
|
variant?: TypographyVariant;
|
|
10
10
|
}
|
|
11
|
-
declare const Text_base: import("../../
|
|
11
|
+
declare const Text_base: import("../../utils/types").Constructor<{
|
|
12
12
|
as: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span";
|
|
13
13
|
readonly tag: import("lit-html/static").StaticValue;
|
|
14
14
|
}> & typeof LitElement;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.styles.d.ts","sourceRoot":"","sources":["../../../src/components/tooltip/tooltip.styles.ts"],"names":[],"mappings":"AAIA,iBAAS,MAAM,
|
|
1
|
+
{"version":3,"file":"tooltip.styles.d.ts","sourceRoot":"","sources":["../../../src/components/tooltip/tooltip.styles.ts"],"names":[],"mappings":"AAIA,iBAAS,MAAM,4DAad;AAED,eAAe,MAAM,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{b}from"./index-
|
|
2
|
-
//# sourceMappingURL=indeterminate-
|
|
1
|
+
import{b}from"./index-8edbd55b.js";var indeterminate=b`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h24v24H0V0z" fill="none" /><path d="M19 13H5v-2h14v2z" /></svg>`;export{indeterminate as default};
|
|
2
|
+
//# sourceMappingURL=indeterminate-e69c0ca9.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"indeterminate-
|
|
1
|
+
{"version":3,"file":"indeterminate-e69c0ca9.js","sources":["../src/components/icon/icons/indeterminate.ts"],"sourcesContent":[null],"names":["indeterminate","svg"],"mappings":"mCAEA,IAAAA,cAAeC,CAAG"}
|