@loadsmart/miranda-wc
Advanced tools
Comparing version 1.39.0 to 1.40.0
import type { PropertyValues } from 'lit'; | ||
import { Component } from '../component'; | ||
import type { FieldStatus, FieldSize } from './field.types'; | ||
import type { StackProps } from '../layout/stack'; | ||
import '../layout/group'; | ||
@@ -15,2 +16,3 @@ import '../layout/stack'; | ||
required?: boolean; | ||
align?: StackProps['align']; | ||
} | ||
@@ -34,2 +36,5 @@ export declare class Field extends Component { | ||
}; | ||
align: { | ||
type: StringConstructor; | ||
}; | ||
}; | ||
@@ -56,2 +61,6 @@ /** | ||
size: FieldProps['size']; | ||
/** | ||
* Value for the m-stack `align` attribute. | ||
*/ | ||
align: FieldProps['align']; | ||
private provider; | ||
@@ -58,0 +67,0 @@ constructor(); |
@@ -1,2 +0,2 @@ | ||
export{E as ALIGN_ITEMS_VALUES,g as Banner,B as BannerActionPrimary,a as BannerActionSecondary,c as BannerActions,d as BannerDescription,e as BannerIcon,f as BannerTitle,G as Box,h as Button,C as Card,i as CardBody,j as CardSubtitle,k as CardTitle,l as Checkbox,m as CloseButton,n as DIALOG_SIZES,o as DIALOG_VARIANTS,D as Dialog,p as DialogActionPrimary,q as DialogActionSecondary,r as DialogActionTertiary,s as DialogActions,t as DialogBody,u as DialogClose,v as DialogFooter,w as DialogHeader,x as Divider,A as FIELD_STATUSES,F as Field,y as FieldHint,z as FieldLabel,M as Grid,I as Group,J as JUSTIFY_CONTENT_VALUES,T as ProgressBar,U as ProgressBarCountdown,V as Radio,W as RadioGroup,O as Sidebar,S as Stack,Q as Switcher,a4 as TOOLTIP_PLACEMENT_VALUES,Y as Tab,Z as TabPanel,X as Tabs,_ as Tag,$ as Text,a0 as TextField,a2 as Toggle,a1 as ToggleGroup,a3 as Tooltip,H as defaultBoxProps,N as defaultGridProps,K as defaultGroupProps,P as defaultSidebarProps,L as defaultStackProps,R as defaultSwitcherProps}from"./index-e8e0a3cc.js"; | ||
export{E as ALIGN_ITEMS_VALUES,g as Banner,B as BannerActionPrimary,a as BannerActionSecondary,c as BannerActions,d as BannerDescription,e as BannerIcon,f as BannerTitle,G as Box,h as Button,C as Card,i as CardBody,j as CardSubtitle,k as CardTitle,l as Checkbox,m as CloseButton,n as DIALOG_SIZES,o as DIALOG_VARIANTS,D as Dialog,p as DialogActionPrimary,q as DialogActionSecondary,r as DialogActionTertiary,s as DialogActions,t as DialogBody,u as DialogClose,v as DialogFooter,w as DialogHeader,x as Divider,A as FIELD_STATUSES,F as Field,y as FieldHint,z as FieldLabel,M as Grid,I as Group,J as JUSTIFY_CONTENT_VALUES,T as ProgressBar,U as ProgressBarCountdown,V as Radio,W as RadioGroup,O as Sidebar,S as Stack,Q as Switcher,a4 as TOOLTIP_PLACEMENT_VALUES,Y as Tab,Z as TabPanel,X as Tabs,_ as Tag,$ as Text,a0 as TextField,a2 as Toggle,a1 as ToggleGroup,a3 as Tooltip,H as defaultBoxProps,N as defaultGridProps,K as defaultGroupProps,P as defaultSidebarProps,L as defaultStackProps,R as defaultSwitcherProps}from"./index-5bda2324.js"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@loadsmart/miranda-wc", | ||
"version": "1.39.0", | ||
"version": "1.40.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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
791919
5170
0