@loadsmart/miranda-wc 1.73.0 → 1.74.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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
package/dist/index.d.ts
CHANGED
|
@@ -9,25 +9,26 @@ export * from './components/close-button';
|
|
|
9
9
|
export * from './components/dialog';
|
|
10
10
|
export * from './components/divider';
|
|
11
11
|
export * from './components/drawer';
|
|
12
|
+
export * from './components/dropdown';
|
|
12
13
|
export * from './components/empty-state';
|
|
13
14
|
export * from './components/field';
|
|
14
15
|
export * from './components/header';
|
|
15
16
|
export * from './components/layout';
|
|
16
17
|
export * from './components/link';
|
|
17
18
|
export * from './components/page-content';
|
|
18
|
-
export * from './components/progress-bar';
|
|
19
19
|
export * from './components/progress-bar-countdown';
|
|
20
|
+
export * from './components/progress-bar';
|
|
20
21
|
export * from './components/radio-group';
|
|
21
22
|
export * from './components/section';
|
|
23
|
+
export * from './components/spinner-wheel';
|
|
22
24
|
export * from './components/steps';
|
|
23
25
|
export * from './components/switch';
|
|
24
26
|
export * from './components/table';
|
|
25
27
|
export * from './components/tabs';
|
|
26
28
|
export * from './components/tag';
|
|
27
|
-
export * from './components/text';
|
|
28
29
|
export * from './components/text-area';
|
|
29
30
|
export * from './components/text-field';
|
|
31
|
+
export * from './components/text';
|
|
30
32
|
export * from './components/toggle-group';
|
|
31
33
|
export * from './components/tooltip';
|
|
32
|
-
export * from './components/spinner-wheel';
|
|
33
34
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qCAAqC,CAAC;AACpD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{a5 as ALIGN_ITEMS_VALUES,B as BackButton,a as Badge,i as Banner,c as BannerActionPrimary,d as BannerActionSecondary,e as BannerActions,f as BannerDescription,g as BannerIcon,h as BannerTitle,j as Body,a7 as Box,k as Button,C as Card,l as CardBody,o as CardDivider,m as CardSubtitle,n as CardTitle,p as Checkbox,q as CloseButton,r as DIALOG_SIZES,s as DIALOG_VARIANTS,G as DRAWER_SIZES,D as Dialog,t as DialogActionPrimary,u as DialogActionSecondary,v as DialogActionTertiary,w as DialogActions,x as DialogBody,y as DialogClose,z as DialogFooter,A as DialogHeader,E as Divider,F as Drawer,H as DrawerActionPrimary,I as DrawerActionSecondary,J as DrawerActionTertiary,K as DrawerActions,L as DrawerBody,M as DrawerClose,N as DrawerHeader,O as Dropdown,R as DropdownItem,Q as DropdownMenu,P as DropdownTrigger,X as EMPTY_STATE_VARIANTS,W as EmptyState,S as EmptyStateAction,T as EmptyStateHeader,U as EmptyStateIllustration,V as EmptyStateMessage,$ as FIELD_STATUSES,Y as Field,Z as FieldHint,_ as FieldLabel,ad as Grid,a9 as Group,a0 as Header,a1 as HeaderActions,a2 as HeaderContent,a3 as HeaderTitle,a6 as JUSTIFY_CONTENT_VALUES,aj as Link,ak as PageContent,am as ProgressBar,al as ProgressBarCountdown,an as Radio,ao as RadioGroup,ap as Section,aq as SectionTitle,af as Sidebar,ar as SpinnerWheel,ab as Stack,at as Step,as as Steps,a4 as SubHeader,au as Switch,ah as Switcher,aN as TOOLTIP_PLACEMENT_VALUES,aE as Tab,aF as TabPanel,av as Table,ay as TableBody,aB as TableCell,az as TableFoot,ax as TableHead,aA as TableRow,aD as Tabs,aG as Tag,aJ as Text,aH as TextArea,aI as TextField,aL as Toggle,aK as ToggleGroup,aM as Tooltip,a8 as defaultBoxProps,ae as defaultGridProps,aa as defaultGroupProps,ag as defaultSidebarProps,ac as defaultStackProps,ai as defaultSwitcherProps,aC as defaultTableCellProps,aw as defaultTableProps}from"./index-8edbd55b.js";
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{b}from"./index-
|
|
2
|
-
//# sourceMappingURL=info-circle-
|
|
1
|
+
import{b}from"./index-8edbd55b.js";var infoCircle=b`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M24 4C12.9551 4 4 12.9583 4 24C4 35.0481 12.9551 44 24 44C35.0449 44 44 35.0481 44 24C44 12.9583 35.0449 4 24 4ZM24 12.871C25.8706 12.871 27.3871 14.3874 27.3871 16.2581C27.3871 18.1287 25.8706 19.6452 24 19.6452C22.1294 19.6452 20.6129 18.1287 20.6129 16.2581C20.6129 14.3874 22.1294 12.871 24 12.871ZM28.5161 33.3548C28.5161 33.8893 28.0828 34.3226 27.5484 34.3226H20.4516C19.9172 34.3226 19.4839 33.8893 19.4839 33.3548V31.4194C19.4839 30.8849 19.9172 30.4516 20.4516 30.4516H21.4194V25.2903H20.4516C19.9172 25.2903 19.4839 24.857 19.4839 24.3226V22.3871C19.4839 21.8527 19.9172 21.4194 20.4516 21.4194H25.6129C26.1473 21.4194 26.5806 21.8527 26.5806 22.3871V30.4516H27.5484C28.0828 30.4516 28.5161 30.8849 28.5161 31.4194V33.3548Z"/></svg>`;export{infoCircle as default};
|
|
2
|
+
//# sourceMappingURL=info-circle-9a8cfa80.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"info-circle-
|
|
1
|
+
{"version":3,"file":"info-circle-9a8cfa80.js","sources":["../src/components/icon/icons/info-circle.ts"],"sourcesContent":[null],"names":["infoCircle","svg"],"mappings":"mCAEA,IAAAA,WAAeC,CAAG"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { LitElement } from 'lit';
|
|
2
2
|
import type { StaticValue } from 'lit/static-html.js';
|
|
3
|
-
import type {
|
|
3
|
+
import type { HTMLTag } from './polymorphic-tag.types';
|
|
4
|
+
import type { Constructor } from '../../utils/types';
|
|
4
5
|
/**
|
|
5
6
|
* This mixin allows a component to render with different types of tags, based on the provided `allowedTags`.
|
|
6
7
|
* Be aware that, this mixin does **NOT** change the type (TS-wise) of your component, so, for tags that have their specific
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"polymorphic-tag.d.ts","sourceRoot":"","sources":["../../../src/mixins/polymorphic-tag/polymorphic-tag.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACtC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"polymorphic-tag.d.ts","sourceRoot":"","sources":["../../../src/mixins/polymorphic-tag/polymorphic-tag.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACtC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AACvD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAGrD;;;;;;;;GAQG;AACH,eAAO,MAAM,mBAAmB;;;;;;kBAgDR,WAAW;MAIlC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/mixins/with-id/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { LitElement } from 'lit';
|
|
2
|
+
import type { Constructor } from '../../utils/types';
|
|
3
|
+
/**
|
|
4
|
+
* Sets the element id with a random value, in case it is not already set.
|
|
5
|
+
*/
|
|
6
|
+
export declare const WithIdElementMixin: <T extends Constructor<LitElement>>(superClass: T, prefix?: string) => T;
|
|
7
|
+
//# sourceMappingURL=with-id.mixin.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"with-id.mixin.d.ts","sourceRoot":"","sources":["../../../src/mixins/with-id/with-id.mixin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAItC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErD;;GAEG;AACH,eAAO,MAAM,kBAAkB,0EAe9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generate-id.d.ts","sourceRoot":"","sources":["../../src/utils/generate-id.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,iBAAS,UAAU,CAAC,MAAM,SAAM,UAkB/B;AAED,eAAe,UAAU,CAAC"}
|
package/dist/utils/types.d.ts
CHANGED
|
@@ -8,5 +8,6 @@ export type ChangeEventHandler<T = Element> = EventHandler<ChangeEvent<T>>;
|
|
|
8
8
|
* at the same time that allows any string.
|
|
9
9
|
*/
|
|
10
10
|
export type LooseAutocomplete<T extends string> = T | Omit<string, T>;
|
|
11
|
+
export type Constructor<T = {}> = new (...args: any[]) => T;
|
|
11
12
|
export {};
|
|
12
13
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/utils/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW,CAAC,CAAC,GAAG,OAAO,CAAE,SAAQ,KAAK;IACtD,MAAM,EAAE,WAAW,GAAG,CAAC,CAAC;CACxB;AAED,KAAK,YAAY,CAAC,CAAC,SAAS,KAAK,IAAI,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC;AAExD,MAAM,MAAM,kBAAkB,CAAC,CAAC,GAAG,OAAO,IAAI,YAAY,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;AAE3E;;;GAGG;AACH,MAAM,MAAM,iBAAiB,CAAC,CAAC,SAAS,MAAM,IAAI,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/utils/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW,CAAC,CAAC,GAAG,OAAO,CAAE,SAAQ,KAAK;IACtD,MAAM,EAAE,WAAW,GAAG,CAAC,CAAC;CACxB;AAED,KAAK,YAAY,CAAC,CAAC,SAAS,KAAK,IAAI,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC;AAExD,MAAM,MAAM,kBAAkB,CAAC,CAAC,GAAG,OAAO,IAAI,YAAY,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;AAE3E;;;GAGG;AACH,MAAM,MAAM,iBAAiB,CAAC,CAAC,SAAS,MAAM,IAAI,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;AAItE,MAAM,MAAM,WAAW,CAAC,CAAC,GAAG,EAAE,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arrow-left-ed611f56.js","sources":["../src/components/icon/icons/arrow-left.ts"],"sourcesContent":[null],"names":["arrowLeft","svg"],"mappings":"mCAEA,IAAAA,UAAeC,CAAG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"attention-95ce4c97.js","sources":["../src/components/icon/icons/attention.ts"],"sourcesContent":[null],"names":["attention","svg"],"mappings":"mCAEA,IAAAA,UAAeC,CAAG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bell-4f80887c.js","sources":["../src/components/icon/icons/bell.ts"],"sourcesContent":[null],"names":["bell","svg"],"mappings":"mCAEA,IAAAA,KAAeC,CAAG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"check-644ce2f3.js","sources":["../src/components/icon/icons/check.ts"],"sourcesContent":[null],"names":["check","svg"],"mappings":"mCAEA,IAAAA,MAAeC,CAAG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"close-80ba7c44.js","sources":["../src/components/icon/icons/close.ts"],"sourcesContent":[null],"names":["close","svg"],"mappings":"mCAEA,IAAAA,MAAeC,CAAG"}
|