@loadsmart/miranda-react 3.23.0-alpha.1 → 4.0.0-alpha.2
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/index.d.ts +19 -26
- package/dist/index.js +5 -10
- package/dist/tokens.d.ts +15 -15
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { AccordionToggleEventDetails } from '@loadsmart/miranda-wc';
|
|
2
1
|
import { ActionableTagVariant } from '@loadsmart/miranda-wc';
|
|
3
2
|
import { AlignItemsValue } from '@loadsmart/miranda-wc';
|
|
4
3
|
import { BannerVariant } from '@loadsmart/miranda-wc';
|
|
@@ -265,7 +264,6 @@ import { TextField as WCTextField } from '@loadsmart/miranda-wc';
|
|
|
265
264
|
import { TextFieldProps as WCTextFieldProps } from '@loadsmart/miranda-wc';
|
|
266
265
|
import { TextProps as WCTextProps } from '@loadsmart/miranda-wc';
|
|
267
266
|
import { Timeline as WCTimeline } from '@loadsmart/miranda-wc';
|
|
268
|
-
import { TimelineExpandableItem as WCTimelineExpandableItem } from '@loadsmart/miranda-wc';
|
|
269
267
|
import { TimelineItem as WCTimelineItem } from '@loadsmart/miranda-wc';
|
|
270
268
|
import { TimelineItemBody as WCTimelineItemBody } from '@loadsmart/miranda-wc';
|
|
271
269
|
import { TimelineItemFooter as WCTimelineItemFooter } from '@loadsmart/miranda-wc';
|
|
@@ -282,7 +280,7 @@ import { Tooltip as WCTooltip } from '@loadsmart/miranda-wc';
|
|
|
282
280
|
import { TooltipProps as WCTooltipProps } from '@loadsmart/miranda-wc';
|
|
283
281
|
|
|
284
282
|
export declare const Accordion: ReactWebComponent<WCAccordion, {
|
|
285
|
-
onToggle:
|
|
283
|
+
onToggle: string;
|
|
286
284
|
}> & {
|
|
287
285
|
Title: ForwardRefExoticComponent<Omit<AccordionTitleProps, "ref"> & RefAttributes<WCAccordionTitle>>;
|
|
288
286
|
Content: ReactWebComponent<WCAccordionContent, {}>;
|
|
@@ -294,8 +292,6 @@ declare type AccordionTitleProps = Omit<ComponentProps<typeof WiredAccordionTitl
|
|
|
294
292
|
leading?: ReactNode;
|
|
295
293
|
};
|
|
296
294
|
|
|
297
|
-
export { AccordionToggleEventDetails }
|
|
298
|
-
|
|
299
295
|
export declare const ActionableTag: default_2.ForwardRefExoticComponent<Omit<ActionableTagProps, "ref"> & default_2.RefAttributes<WCActionableTag>>;
|
|
300
296
|
|
|
301
297
|
export declare type ActionableTagProps = ComponentProps<typeof WiredActionableTag> & {
|
|
@@ -1229,9 +1225,10 @@ export declare type TextFieldProps = Omit<ComponentProps<typeof WiredTextField>,
|
|
|
1229
1225
|
|
|
1230
1226
|
export declare type TextProps = ComponentProps<typeof Text_2>;
|
|
1231
1227
|
|
|
1232
|
-
export declare const Timeline: ReactWebComponent<WCTimeline, {
|
|
1228
|
+
export declare const Timeline: ReactWebComponent<WCTimeline, {
|
|
1229
|
+
onToggle: string;
|
|
1230
|
+
}> & {
|
|
1233
1231
|
Item: ReactWebComponent<WCTimelineItem, {}>;
|
|
1234
|
-
ExpandableItem: ReactWebComponent<WCTimelineExpandableItem, {}>;
|
|
1235
1232
|
ItemBody: ReactWebComponent<WCTimelineItemBody, {}>;
|
|
1236
1233
|
ItemFooter: ReactWebComponent<WCTimelineItemFooter, {}>;
|
|
1237
1234
|
ItemHeader: ReactWebComponent<WCTimelineItemHeader, {}>;
|
|
@@ -1240,8 +1237,6 @@ export declare const Timeline: ReactWebComponent<WCTimeline, {}> & {
|
|
|
1240
1237
|
ItemIcon: ReactWebComponent<WCTimelineItemIcon, {}>;
|
|
1241
1238
|
};
|
|
1242
1239
|
|
|
1243
|
-
export declare const TimelineExpandableItem: ReactWebComponent<WCTimelineExpandableItem, {}>;
|
|
1244
|
-
|
|
1245
1240
|
export declare const TimelineItem: ReactWebComponent<WCTimelineItem, {}>;
|
|
1246
1241
|
|
|
1247
1242
|
export declare const TimelineItemBody: ReactWebComponent<WCTimelineItemBody, {}>;
|
|
@@ -1667,8 +1662,6 @@ export { WCTextProps }
|
|
|
1667
1662
|
|
|
1668
1663
|
export { WCTimeline }
|
|
1669
1664
|
|
|
1670
|
-
export { WCTimelineExpandableItem }
|
|
1671
|
-
|
|
1672
1665
|
export { WCTimelineItem }
|
|
1673
1666
|
|
|
1674
1667
|
export { WCTimelineItemBody }
|
|
@@ -1789,14 +1782,6 @@ declare const WiredTooltip: ReactWebComponent<WCTooltip, {}>;
|
|
|
1789
1782
|
export { }
|
|
1790
1783
|
|
|
1791
1784
|
|
|
1792
|
-
declare module 'react' {
|
|
1793
|
-
interface CSSProperties {
|
|
1794
|
-
'--m-icon-size'?: string;
|
|
1795
|
-
'--m-icon-color'?: string;
|
|
1796
|
-
}
|
|
1797
|
-
}
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
1785
|
declare module 'react' {
|
|
1801
1786
|
interface CSSProperties {
|
|
1802
1787
|
'--m-divider-margin-top'?: string;
|
|
@@ -1820,19 +1805,19 @@ declare module 'react' {
|
|
|
1820
1805
|
|
|
1821
1806
|
declare module 'react' {
|
|
1822
1807
|
interface CSSProperties {
|
|
1823
|
-
'--m-
|
|
1824
|
-
'--m-
|
|
1825
|
-
'--m-table-border-top-right-radius'?: string;
|
|
1826
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1827
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1808
|
+
'--m-icon-size'?: string;
|
|
1809
|
+
'--m-icon-color'?: string;
|
|
1828
1810
|
}
|
|
1829
1811
|
}
|
|
1830
1812
|
|
|
1831
1813
|
|
|
1832
1814
|
declare module 'react' {
|
|
1833
1815
|
interface CSSProperties {
|
|
1834
|
-
'--m-
|
|
1835
|
-
'--m-
|
|
1816
|
+
'--m-table-border-radius'?: string;
|
|
1817
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1818
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1819
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1820
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1836
1821
|
}
|
|
1837
1822
|
}
|
|
1838
1823
|
|
|
@@ -1858,3 +1843,11 @@ declare module 'react' {
|
|
|
1858
1843
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1859
1844
|
}
|
|
1860
1845
|
}
|
|
1846
|
+
|
|
1847
|
+
|
|
1848
|
+
declare module 'react' {
|
|
1849
|
+
interface CSSProperties {
|
|
1850
|
+
'--m-text-display'?: string;
|
|
1851
|
+
'--m-text-max-width'?: string;
|
|
1852
|
+
}
|
|
1853
|
+
}
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AccordionTitle as AccordionTitle$1, AccordionContent as AccordionContent$1, Accordion as Accordion$1, Avatar as Avatar$1, BackButton as BackButton$1, Badge as Badge$1, BannerActionPrimary as BannerActionPrimary$1, BannerActions as BannerActions$1, BannerActionSecondary as BannerActionSecondary$1, BannerDescription as BannerDescription$1, BannerIcon as BannerIcon$1, BannerTitle as BannerTitle$1, Banner as Banner$1, Button as Button$1, CardTitle as CardTitle$1, CardSubtitle as CardSubtitle$1, CardBody as CardBody$1, CardDivider as CardDivider$1, CardActionPrimary as CardActionPrimary$1, CardActionSecondary as CardActionSecondary$1, CardActionTertiary as CardActionTertiary$1, CardFooter as CardFooter$1, Card as Card$1, Checkbox as Checkbox$1, DialogActionPrimary as DialogActionPrimary$1, DialogActionSecondary as DialogActionSecondary$1, DialogActionTertiary as DialogActionTertiary$1, DialogActions as DialogActions$1, DialogBody as DialogBody$1, DialogClose as DialogClose$1, DialogFooter as DialogFooter$1, DialogHeader as DialogHeader$1, Dialog as Dialog$1, Divider as Divider$1, DrawerActionPrimary as DrawerActionPrimary$1, DrawerActionSecondary as DrawerActionSecondary$1, DrawerActionTertiary as DrawerActionTertiary$1, DrawerActions as DrawerActions$1, DrawerBody as DrawerBody$1, DrawerClose as DrawerClose$1, DrawerHeader as DrawerHeader$1, Drawer as Drawer$1, DropdownItem as DropdownItem$1, DropdownDivider as DropdownDivider$1, DropdownMenu as DropdownMenu$1, DropdownTrigger as DropdownTrigger$1, Dropdown as Dropdown$1, EmptyStateIllustration as EmptyStateIllustration$1, EmptyStateHeader as EmptyStateHeader$1, EmptyStateMessage as EmptyStateMessage$1, EmptyStateAction as EmptyStateAction$1, EmptyState as EmptyState$1, FieldLabel as FieldLabel$1, FieldHint as FieldHint$1, Field as Field$1, HeaderActions as HeaderActions$1, HeaderContent as HeaderContent$1, HeaderTitle as HeaderTitle$1, SubHeader as SubHeader$1, HeaderTabs as HeaderTabs$1, Header as Header$1, Icon as Icon$1, LabeledValueLabel as LabeledValueLabel$1, LabeledValueValue as LabeledValueValue$1, LabeledValue as LabeledValue$1, Box as Box$1, Group as Group$1, Stack as Stack$1, Grid as Grid$1, Sidebar as Sidebar$1, Switcher as Switcher$1, Container as Container$1, Row as Row$1, Column as Column$1, Link as Link$1, Body as Body$1, PageContent as PageContent$1, Page as Page$1, Pagination as Pagination$1, ProgressBar as ProgressBar$1, ProgressBarCountdown as ProgressBarCountdown$1, Radio as Radio$1, RadioGroup as RadioGroup$1, SectionTitle as SectionTitle$1, Section as Section$1, SelectOption as SelectOption$1, Select as Select$1, SideNavigationBody as SideNavigationBody$1, SideNavigationDivider as SideNavigationDivider$1, SideNavigationFooter as SideNavigationFooter$1, SideNavigationHeader as SideNavigationHeader$1, SideNavigationItem as SideNavigationItem$1, SideNavigationSubNav as SideNavigationSubNav$1, SideNavigationSubNavContent as SideNavigationSubNavContent$1, SideNavigationSubNavItem as SideNavigationSubNavItem$1, SideNavigationSubNavTitle as SideNavigationSubNavTitle$1, SideNavigationTrigger as SideNavigationTrigger$1, SideNavigation as SideNavigation$1, SpinnerWheel as SpinnerWheel$1, Step as Step$1, Steps as Steps$1, Switch as Switch$1, TableHead as TableHead$2, TableBody as TableBody$2, TableFoot as TableFoot$2, TableRow as TableRow$2, TableCell as TableCell$2, TableToolbar as TableToolbar$1, TableHeadCell as TableHeadCell$2, TableFeedback as TableFeedback$1, TableActions as TableActions$1, TableSelectionCell as TableSelectionCell$1, Table as Table$2, TableHeadV2, TableBodyV2, TableFootV2, TableRowV2, TableCellV2, TableHeadCellV2, TableRowSelectV2, TableRowExpandV2, TableV2, TableLayoutToolbar as TableLayoutToolbar$1, TableLayoutFeedback as TableLayoutFeedback$1, TableLayoutActions as TableLayoutActions$1, TableLayout as TableLayout$1, Tab as Tab$1, TabPanel as TabPanel$1, Tabs as Tabs$1, TagRemove as TagRemove$1, TagExpand as TagExpand$1, Tag as Tag$1, ActionableTag as ActionableTag$1, Text as Text$1, TextArea as TextArea$1, TextField as TextField$1, TimelineItem as TimelineItem$1,
|
|
2
|
-
import { DIALOG_SIZES, DIALOG_VARIANTS, DRAWER_SIZES, EMPTY_STATE_VARIANTS, Accordion, AccordionContent, AccordionTitle, ActionableTag, Avatar, BackButton, Badge, Banner, BannerActionPrimary, BannerActionSecondary, BannerActions, BannerDescription, BannerIcon, BannerTitle, Body, Box, Button, Card, CardActionPrimary, CardActionSecondary, CardActionTertiary, CardBody, CardDivider, CardFooter, CardSubtitle, CardTitle, CaretButton, Checkbox, CloseButton, Column, Container, Dialog, DialogActionPrimary, DialogActionSecondary, DialogActionTertiary, DialogActions, DialogBody, DialogClose, DialogFooter, DialogHeader, Divider, Drawer, DrawerActionPrimary, DrawerActionSecondary, DrawerActionTertiary, DrawerActions, DrawerBody, DrawerClose, DrawerHeader, Dropdown, DropdownItem, DropdownMenu, DropdownTrigger, EmptyState, EmptyStateAction, EmptyStateHeader, EmptyStateIllustration, EmptyStateMessage, Field, FieldHint, FieldLabel, FilePicker, Grid, Group, Header, HeaderActions, HeaderContent, HeaderTitle, Icon, Label, LabeledValue, LabeledValueLabel, LabeledValueValue, Link, LogoLoader, Page, PageContent, Pagination, ProgressBar, ProgressBarCountdown, Radio, RadioGroup, Row, Section, SectionTitle, Select, SelectOption, SideNavigation, SideNavigationBody, SideNavigationDivider, SideNavigationFooter, SideNavigationHeader, SideNavigationItem, SideNavigationSubNav, SideNavigationSubNavContent, SideNavigationSubNavItem, SideNavigationSubNavTitle, Sidebar, SpinnerWheel, Stack, Step, Steps, SubHeader, Switch, Switcher, Tab, TabPanel, Table, TableActions, TableBody, TableCell, TableFeedback, TableFoot, TableHead, TableHeadCell, TableRow, TableToolbar, TableV2 as TableV22, Tabs, Tag, Text, TextArea, TextField, Timeline,
|
|
1
|
+
import { AccordionTitle as AccordionTitle$1, AccordionContent as AccordionContent$1, Accordion as Accordion$1, Avatar as Avatar$1, BackButton as BackButton$1, Badge as Badge$1, BannerActionPrimary as BannerActionPrimary$1, BannerActions as BannerActions$1, BannerActionSecondary as BannerActionSecondary$1, BannerDescription as BannerDescription$1, BannerIcon as BannerIcon$1, BannerTitle as BannerTitle$1, Banner as Banner$1, Button as Button$1, CardTitle as CardTitle$1, CardSubtitle as CardSubtitle$1, CardBody as CardBody$1, CardDivider as CardDivider$1, CardActionPrimary as CardActionPrimary$1, CardActionSecondary as CardActionSecondary$1, CardActionTertiary as CardActionTertiary$1, CardFooter as CardFooter$1, Card as Card$1, Checkbox as Checkbox$1, DialogActionPrimary as DialogActionPrimary$1, DialogActionSecondary as DialogActionSecondary$1, DialogActionTertiary as DialogActionTertiary$1, DialogActions as DialogActions$1, DialogBody as DialogBody$1, DialogClose as DialogClose$1, DialogFooter as DialogFooter$1, DialogHeader as DialogHeader$1, Dialog as Dialog$1, Divider as Divider$1, DrawerActionPrimary as DrawerActionPrimary$1, DrawerActionSecondary as DrawerActionSecondary$1, DrawerActionTertiary as DrawerActionTertiary$1, DrawerActions as DrawerActions$1, DrawerBody as DrawerBody$1, DrawerClose as DrawerClose$1, DrawerHeader as DrawerHeader$1, Drawer as Drawer$1, DropdownItem as DropdownItem$1, DropdownDivider as DropdownDivider$1, DropdownMenu as DropdownMenu$1, DropdownTrigger as DropdownTrigger$1, Dropdown as Dropdown$1, EmptyStateIllustration as EmptyStateIllustration$1, EmptyStateHeader as EmptyStateHeader$1, EmptyStateMessage as EmptyStateMessage$1, EmptyStateAction as EmptyStateAction$1, EmptyState as EmptyState$1, FieldLabel as FieldLabel$1, FieldHint as FieldHint$1, Field as Field$1, HeaderActions as HeaderActions$1, HeaderContent as HeaderContent$1, HeaderTitle as HeaderTitle$1, SubHeader as SubHeader$1, HeaderTabs as HeaderTabs$1, Header as Header$1, Icon as Icon$1, LabeledValueLabel as LabeledValueLabel$1, LabeledValueValue as LabeledValueValue$1, LabeledValue as LabeledValue$1, Box as Box$1, Group as Group$1, Stack as Stack$1, Grid as Grid$1, Sidebar as Sidebar$1, Switcher as Switcher$1, Container as Container$1, Row as Row$1, Column as Column$1, Link as Link$1, Body as Body$1, PageContent as PageContent$1, Page as Page$1, Pagination as Pagination$1, ProgressBar as ProgressBar$1, ProgressBarCountdown as ProgressBarCountdown$1, Radio as Radio$1, RadioGroup as RadioGroup$1, SectionTitle as SectionTitle$1, Section as Section$1, SelectOption as SelectOption$1, Select as Select$1, SideNavigationBody as SideNavigationBody$1, SideNavigationDivider as SideNavigationDivider$1, SideNavigationFooter as SideNavigationFooter$1, SideNavigationHeader as SideNavigationHeader$1, SideNavigationItem as SideNavigationItem$1, SideNavigationSubNav as SideNavigationSubNav$1, SideNavigationSubNavContent as SideNavigationSubNavContent$1, SideNavigationSubNavItem as SideNavigationSubNavItem$1, SideNavigationSubNavTitle as SideNavigationSubNavTitle$1, SideNavigationTrigger as SideNavigationTrigger$1, SideNavigation as SideNavigation$1, SpinnerWheel as SpinnerWheel$1, Step as Step$1, Steps as Steps$1, Switch as Switch$1, TableHead as TableHead$2, TableBody as TableBody$2, TableFoot as TableFoot$2, TableRow as TableRow$2, TableCell as TableCell$2, TableToolbar as TableToolbar$1, TableHeadCell as TableHeadCell$2, TableFeedback as TableFeedback$1, TableActions as TableActions$1, TableSelectionCell as TableSelectionCell$1, Table as Table$2, TableHeadV2, TableBodyV2, TableFootV2, TableRowV2, TableCellV2, TableHeadCellV2, TableRowSelectV2, TableRowExpandV2, TableV2, TableLayoutToolbar as TableLayoutToolbar$1, TableLayoutFeedback as TableLayoutFeedback$1, TableLayoutActions as TableLayoutActions$1, TableLayout as TableLayout$1, Tab as Tab$1, TabPanel as TabPanel$1, Tabs as Tabs$1, TagRemove as TagRemove$1, TagExpand as TagExpand$1, Tag as Tag$1, ActionableTag as ActionableTag$1, Text as Text$1, TextArea as TextArea$1, TextField as TextField$1, TimelineItem as TimelineItem$1, TimelineItemBody as TimelineItemBody$1, TimelineItemFooter as TimelineItemFooter$1, TimelineItemHeader as TimelineItemHeader$1, TimelineItemHeaderSubtitle as TimelineItemHeaderSubtitle$1, TimelineItemHeaderTitle as TimelineItemHeaderTitle$1, TimelineItemIcon as TimelineItemIcon$1, Timeline as Timeline$1, Toggle as Toggle$1, ToggleGroup as ToggleGroup$1, Tooltip as Tooltip$1, TopNavigationItem as TopNavigationItem$1, TopNavigation as TopNavigation$1, LogoLoader as LogoLoader$1, DotsLoader as DotsLoader$1, FileItem, FilePicker as FilePicker$1 } from "@loadsmart/miranda-wc";
|
|
2
|
+
import { DIALOG_SIZES, DIALOG_VARIANTS, DRAWER_SIZES, EMPTY_STATE_VARIANTS, Accordion, AccordionContent, AccordionTitle, ActionableTag, Avatar, BackButton, Badge, Banner, BannerActionPrimary, BannerActionSecondary, BannerActions, BannerDescription, BannerIcon, BannerTitle, Body, Box, Button, Card, CardActionPrimary, CardActionSecondary, CardActionTertiary, CardBody, CardDivider, CardFooter, CardSubtitle, CardTitle, CaretButton, Checkbox, CloseButton, Column, Container, Dialog, DialogActionPrimary, DialogActionSecondary, DialogActionTertiary, DialogActions, DialogBody, DialogClose, DialogFooter, DialogHeader, Divider, Drawer, DrawerActionPrimary, DrawerActionSecondary, DrawerActionTertiary, DrawerActions, DrawerBody, DrawerClose, DrawerHeader, Dropdown, DropdownItem, DropdownMenu, DropdownTrigger, EmptyState, EmptyStateAction, EmptyStateHeader, EmptyStateIllustration, EmptyStateMessage, Field, FieldHint, FieldLabel, FilePicker, Grid, Group, Header, HeaderActions, HeaderContent, HeaderTitle, Icon, Label, LabeledValue, LabeledValueLabel, LabeledValueValue, Link, LogoLoader, Page, PageContent, Pagination, ProgressBar, ProgressBarCountdown, Radio, RadioGroup, Row, Section, SectionTitle, Select, SelectOption, SideNavigation, SideNavigationBody, SideNavigationDivider, SideNavigationFooter, SideNavigationHeader, SideNavigationItem, SideNavigationSubNav, SideNavigationSubNavContent, SideNavigationSubNavItem, SideNavigationSubNavTitle, Sidebar, SpinnerWheel, Stack, Step, Steps, SubHeader, Switch, Switcher, Tab, TabPanel, Table, TableActions, TableBody, TableCell, TableFeedback, TableFoot, TableHead, TableHeadCell, TableRow, TableToolbar, TableV2 as TableV22, Tabs, Tag, Text, TextArea, TextField, Timeline, TimelineItem, TimelineItemBody, TimelineItemFooter, TimelineItemHeader, TimelineItemHeaderSubtitle, TimelineItemHeaderTitle, TimelineItemIcon, Toggle, ToggleGroup, Tooltip } from "@loadsmart/miranda-wc";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
import React__default, { forwardRef, useState, useCallback, Children, isValidElement, cloneElement } from "react";
|
|
5
5
|
import { createComponent as createComponent$1 } from "@lit/react";
|
|
@@ -1225,11 +1225,6 @@ const TimelineItem2 = createComponent({
|
|
|
1225
1225
|
elementClass: TimelineItem$1,
|
|
1226
1226
|
displayName: "TimelineItem"
|
|
1227
1227
|
});
|
|
1228
|
-
const TimelineExpandableItem2 = createComponent({
|
|
1229
|
-
tagName: "m-timeline-expandable-item",
|
|
1230
|
-
elementClass: TimelineExpandableItem$1,
|
|
1231
|
-
displayName: "TimelineExpandableItem"
|
|
1232
|
-
});
|
|
1233
1228
|
const TimelineItemBody2 = createComponent({
|
|
1234
1229
|
tagName: "m-timeline-item-body",
|
|
1235
1230
|
elementClass: TimelineItemBody$1,
|
|
@@ -1264,9 +1259,11 @@ const Timeline2 = createComponent({
|
|
|
1264
1259
|
tagName: "m-timeline",
|
|
1265
1260
|
elementClass: Timeline$1,
|
|
1266
1261
|
displayName: "Timeline",
|
|
1262
|
+
events: {
|
|
1263
|
+
onToggle: "toggle"
|
|
1264
|
+
},
|
|
1267
1265
|
subComponents: {
|
|
1268
1266
|
Item: TimelineItem2,
|
|
1269
|
-
ExpandableItem: TimelineExpandableItem2,
|
|
1270
1267
|
ItemBody: TimelineItemBody2,
|
|
1271
1268
|
ItemFooter: TimelineItemFooter2,
|
|
1272
1269
|
ItemHeader: TimelineItemHeader2,
|
|
@@ -1489,7 +1486,6 @@ export {
|
|
|
1489
1486
|
TextArea2 as TextArea,
|
|
1490
1487
|
TextField2 as TextField,
|
|
1491
1488
|
Timeline2 as Timeline,
|
|
1492
|
-
TimelineExpandableItem2 as TimelineExpandableItem,
|
|
1493
1489
|
TimelineItem2 as TimelineItem,
|
|
1494
1490
|
TimelineItemBody2 as TimelineItemBody,
|
|
1495
1491
|
TimelineItemFooter2 as TimelineItemFooter,
|
|
@@ -1626,7 +1622,6 @@ export {
|
|
|
1626
1622
|
TextArea as WCTextArea,
|
|
1627
1623
|
TextField as WCTextField,
|
|
1628
1624
|
Timeline as WCTimeline,
|
|
1629
|
-
TimelineExpandableItem as WCTimelineExpandableItem,
|
|
1630
1625
|
TimelineItem as WCTimelineItem,
|
|
1631
1626
|
TimelineItemBody as WCTimelineItemBody,
|
|
1632
1627
|
TimelineItemFooter as WCTimelineItemFooter,
|
package/dist/tokens.d.ts
CHANGED
|
@@ -5,14 +5,6 @@ export * from "@loadsmart/miranda-tokens/dist/themes.js";
|
|
|
5
5
|
export { }
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
declare module 'react' {
|
|
9
|
-
interface CSSProperties {
|
|
10
|
-
'--m-icon-size'?: string;
|
|
11
|
-
'--m-icon-color'?: string;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
|
|
16
8
|
declare module 'react' {
|
|
17
9
|
interface CSSProperties {
|
|
18
10
|
'--m-divider-margin-top'?: string;
|
|
@@ -36,19 +28,19 @@ declare module 'react' {
|
|
|
36
28
|
|
|
37
29
|
declare module 'react' {
|
|
38
30
|
interface CSSProperties {
|
|
39
|
-
'--m-
|
|
40
|
-
'--m-
|
|
41
|
-
'--m-table-border-top-right-radius'?: string;
|
|
42
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
43
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
31
|
+
'--m-icon-size'?: string;
|
|
32
|
+
'--m-icon-color'?: string;
|
|
44
33
|
}
|
|
45
34
|
}
|
|
46
35
|
|
|
47
36
|
|
|
48
37
|
declare module 'react' {
|
|
49
38
|
interface CSSProperties {
|
|
50
|
-
'--m-
|
|
51
|
-
'--m-
|
|
39
|
+
'--m-table-border-radius'?: string;
|
|
40
|
+
'--m-table-border-top-left-radius'?: string;
|
|
41
|
+
'--m-table-border-top-right-radius'?: string;
|
|
42
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
43
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
52
44
|
}
|
|
53
45
|
}
|
|
54
46
|
|
|
@@ -74,3 +66,11 @@ declare module 'react' {
|
|
|
74
66
|
'--m-table-border-bottom-right-radius'?: string;
|
|
75
67
|
}
|
|
76
68
|
}
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
declare module 'react' {
|
|
72
|
+
interface CSSProperties {
|
|
73
|
+
'--m-text-display'?: string;
|
|
74
|
+
'--m-text-max-width'?: string;
|
|
75
|
+
}
|
|
76
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-alpha.2",
|
|
4
4
|
"description": "React component library based on Miranda Web Components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@lit/react": "^1.0.5",
|
|
52
|
-
"@loadsmart/miranda-tokens": "
|
|
53
|
-
"@loadsmart/miranda-wc": "
|
|
52
|
+
"@loadsmart/miranda-tokens": "5.0.0-alpha.2",
|
|
53
|
+
"@loadsmart/miranda-wc": "4.0.0-alpha.2",
|
|
54
54
|
"react-is": "^18.3.1"
|
|
55
55
|
},
|
|
56
56
|
"directories": {
|