@loadsmart/miranda-wc
Advanced tools
Comparing version 1.46.0 to 1.47.0
@@ -6,2 +6,10 @@ import { LitElement } from 'lit'; | ||
static styles: import("lit").CSSResult[]; | ||
static get properties(): { | ||
slot: { | ||
type: StringConstructor; | ||
reflect: boolean; | ||
}; | ||
}; | ||
slot: string; | ||
constructor(); | ||
render(): import("lit-html").TemplateResult<1>; | ||
@@ -8,0 +16,0 @@ } |
@@ -12,4 +12,4 @@ import type { PropertyValues } from 'lit'; | ||
size?: ButtonSize; | ||
type: ButtonType; | ||
variant: ButtonVariant; | ||
type?: ButtonType; | ||
variant?: ButtonVariant; | ||
href?: string; | ||
@@ -76,3 +76,3 @@ download?: string; | ||
*/ | ||
variant: ButtonProps['variant']; | ||
variant?: ButtonProps['variant']; | ||
/** | ||
@@ -91,3 +91,3 @@ * Button size. | ||
*/ | ||
type: ButtonProps['type']; | ||
type?: ButtonProps['type']; | ||
/** | ||
@@ -94,0 +94,0 @@ * When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`. |
@@ -7,6 +7,7 @@ import { LitElement } from 'lit'; | ||
type: StringConstructor; | ||
reflect: boolean; | ||
}; | ||
}; | ||
slot: string; | ||
connectedCallback(): void; | ||
constructor(); | ||
render(): import("lit-html").TemplateResult<1>; | ||
@@ -13,0 +14,0 @@ } |
@@ -7,6 +7,7 @@ import { LitElement } from 'lit'; | ||
type: StringConstructor; | ||
reflect: boolean; | ||
}; | ||
}; | ||
slot: string; | ||
connectedCallback(): void; | ||
constructor(); | ||
render(): import("lit-html").TemplateResult<1>; | ||
@@ -13,0 +14,0 @@ } |
@@ -7,6 +7,7 @@ import { LitElement } from 'lit'; | ||
type: StringConstructor; | ||
reflect: boolean; | ||
}; | ||
}; | ||
slot: string; | ||
connectedCallback(): void; | ||
constructor(); | ||
render(): import("lit-html").TemplateResult<1>; | ||
@@ -13,0 +14,0 @@ } |
@@ -17,2 +17,3 @@ import { Component } from '../component'; | ||
type: StringConstructor; | ||
reflect: boolean; | ||
}; | ||
@@ -19,0 +20,0 @@ }; |
@@ -19,2 +19,3 @@ import { Component } from '../component'; | ||
type: StringConstructor; | ||
reflect: boolean; | ||
}; | ||
@@ -21,0 +22,0 @@ }; |
@@ -1,2 +0,2 @@ | ||
export{M as ALIGN_ITEMS_VALUES,B as BackButton,h as Banner,a as BannerActionPrimary,c as BannerActionSecondary,d as BannerActions,e as BannerDescription,f as BannerIcon,g as BannerTitle,i as Body,O as Box,j as Button,C as Card,k as CardBody,n as CardDivider,l as CardSubtitle,m as CardTitle,o as Checkbox,p as CloseButton,q as DIALOG_SIZES,r as DIALOG_VARIANTS,D as Dialog,s as DialogActionPrimary,t as DialogActionSecondary,u as DialogActionTertiary,v as DialogActions,w as DialogBody,x as DialogClose,y as DialogFooter,z as DialogHeader,A as Divider,H as FIELD_STATUSES,F as Field,E as FieldHint,G as FieldLabel,V as Grid,Q as Group,I as Header,J as HeaderActions,K as HeaderContent,L as HeaderTitle,N as JUSTIFY_CONTENT_VALUES,$ as Link,a0 as PageContent,a1 as ProgressBar,a2 as ProgressBarCountdown,a3 as Radio,a4 as RadioGroup,a5 as Section,a6 as SectionTitle,X as Sidebar,T as Stack,S as SubHeader,Z as Switcher,ag as TOOLTIP_PLACEMENT_VALUES,a8 as Tab,a9 as TabPanel,a7 as Tabs,aa as Tag,ab as Text,ac as TextField,ae as Toggle,ad as ToggleGroup,af as Tooltip,P as defaultBoxProps,W as defaultGridProps,R as defaultGroupProps,Y as defaultSidebarProps,U as defaultStackProps,_ as defaultSwitcherProps}from"./index-aa2e5ece.js"; | ||
export{M as ALIGN_ITEMS_VALUES,B as BackButton,h as Banner,a as BannerActionPrimary,c as BannerActionSecondary,d as BannerActions,e as BannerDescription,f as BannerIcon,g as BannerTitle,i as Body,O as Box,j as Button,C as Card,k as CardBody,n as CardDivider,l as CardSubtitle,m as CardTitle,o as Checkbox,p as CloseButton,q as DIALOG_SIZES,r as DIALOG_VARIANTS,D as Dialog,s as DialogActionPrimary,t as DialogActionSecondary,u as DialogActionTertiary,v as DialogActions,w as DialogBody,x as DialogClose,y as DialogFooter,z as DialogHeader,A as Divider,H as FIELD_STATUSES,F as Field,E as FieldHint,G as FieldLabel,V as Grid,Q as Group,I as Header,J as HeaderActions,K as HeaderContent,L as HeaderTitle,N as JUSTIFY_CONTENT_VALUES,$ as Link,a0 as PageContent,a1 as ProgressBar,a2 as ProgressBarCountdown,a3 as Radio,a4 as RadioGroup,a5 as Section,a6 as SectionTitle,X as Sidebar,T as Stack,S as SubHeader,Z as Switcher,ag as TOOLTIP_PLACEMENT_VALUES,a8 as Tab,a9 as TabPanel,a7 as Tabs,aa as Tag,ab as Text,ac as TextField,ae as Toggle,ad as ToggleGroup,af as Tooltip,P as defaultBoxProps,W as defaultGridProps,R as defaultGroupProps,Y as defaultSidebarProps,U as defaultStackProps,_ as defaultSwitcherProps}from"./index-c0bd2dec.js"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@loadsmart/miranda-wc", | ||
"version": "1.46.0", | ||
"version": "1.47.0", | ||
"description": "Miranda Web Components component library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
657035
5871