@loadsmart/miranda-react 4.0.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 +17 -20
- package/dist/tokens.d.ts +16 -16
- 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';
|
|
@@ -281,7 +280,7 @@ import { Tooltip as WCTooltip } from '@loadsmart/miranda-wc';
|
|
|
281
280
|
import { TooltipProps as WCTooltipProps } from '@loadsmart/miranda-wc';
|
|
282
281
|
|
|
283
282
|
export declare const Accordion: ReactWebComponent<WCAccordion, {
|
|
284
|
-
onToggle:
|
|
283
|
+
onToggle: string;
|
|
285
284
|
}> & {
|
|
286
285
|
Title: ForwardRefExoticComponent<Omit<AccordionTitleProps, "ref"> & RefAttributes<WCAccordionTitle>>;
|
|
287
286
|
Content: ReactWebComponent<WCAccordionContent, {}>;
|
|
@@ -293,8 +292,6 @@ declare type AccordionTitleProps = Omit<ComponentProps<typeof WiredAccordionTitl
|
|
|
293
292
|
leading?: ReactNode;
|
|
294
293
|
};
|
|
295
294
|
|
|
296
|
-
export { AccordionToggleEventDetails }
|
|
297
|
-
|
|
298
295
|
export declare const ActionableTag: default_2.ForwardRefExoticComponent<Omit<ActionableTagProps, "ref"> & default_2.RefAttributes<WCActionableTag>>;
|
|
299
296
|
|
|
300
297
|
export declare type ActionableTagProps = ComponentProps<typeof WiredActionableTag> & {
|
|
@@ -1787,21 +1784,21 @@ export { }
|
|
|
1787
1784
|
|
|
1788
1785
|
declare module 'react' {
|
|
1789
1786
|
interface CSSProperties {
|
|
1790
|
-
'--m-
|
|
1791
|
-
'--m-
|
|
1792
|
-
'--m-
|
|
1793
|
-
'--m-card-border-bottom'?: string;
|
|
1794
|
-
'--m-card-border-right'?: string;
|
|
1795
|
-
'--m-card-border-radius'?: string;
|
|
1787
|
+
'--m-divider-margin-top'?: string;
|
|
1788
|
+
'--m-divider-margin-bottom'?: string;
|
|
1789
|
+
'--m-divider-margin-y'?: string;
|
|
1796
1790
|
}
|
|
1797
1791
|
}
|
|
1798
1792
|
|
|
1799
1793
|
|
|
1800
1794
|
declare module 'react' {
|
|
1801
1795
|
interface CSSProperties {
|
|
1802
|
-
'--m-
|
|
1803
|
-
'--m-
|
|
1804
|
-
'--m-
|
|
1796
|
+
'--m-card-body-padding'?: string;
|
|
1797
|
+
'--m-card-border-top'?: string;
|
|
1798
|
+
'--m-card-border-left'?: string;
|
|
1799
|
+
'--m-card-border-bottom'?: string;
|
|
1800
|
+
'--m-card-border-right'?: string;
|
|
1801
|
+
'--m-card-border-radius'?: string;
|
|
1805
1802
|
}
|
|
1806
1803
|
}
|
|
1807
1804
|
|
|
@@ -1839,18 +1836,18 @@ declare module 'react' {
|
|
|
1839
1836
|
|
|
1840
1837
|
declare module 'react' {
|
|
1841
1838
|
interface CSSProperties {
|
|
1842
|
-
'--m-
|
|
1843
|
-
'--m-
|
|
1839
|
+
'--m-table-border-radius'?: string;
|
|
1840
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1841
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1842
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1843
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1844
1844
|
}
|
|
1845
1845
|
}
|
|
1846
1846
|
|
|
1847
1847
|
|
|
1848
1848
|
declare module 'react' {
|
|
1849
1849
|
interface CSSProperties {
|
|
1850
|
-
'--m-
|
|
1851
|
-
'--m-
|
|
1852
|
-
'--m-table-border-top-right-radius'?: string;
|
|
1853
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1854
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1850
|
+
'--m-text-display'?: string;
|
|
1851
|
+
'--m-text-max-width'?: string;
|
|
1855
1852
|
}
|
|
1856
1853
|
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -7,21 +7,21 @@ export { }
|
|
|
7
7
|
|
|
8
8
|
declare module 'react' {
|
|
9
9
|
interface CSSProperties {
|
|
10
|
-
'--m-
|
|
11
|
-
'--m-
|
|
12
|
-
'--m-
|
|
13
|
-
'--m-card-border-bottom'?: string;
|
|
14
|
-
'--m-card-border-right'?: string;
|
|
15
|
-
'--m-card-border-radius'?: string;
|
|
10
|
+
'--m-divider-margin-top'?: string;
|
|
11
|
+
'--m-divider-margin-bottom'?: string;
|
|
12
|
+
'--m-divider-margin-y'?: string;
|
|
16
13
|
}
|
|
17
14
|
}
|
|
18
15
|
|
|
19
16
|
|
|
20
17
|
declare module 'react' {
|
|
21
18
|
interface CSSProperties {
|
|
22
|
-
'--m-
|
|
23
|
-
'--m-
|
|
24
|
-
'--m-
|
|
19
|
+
'--m-card-body-padding'?: string;
|
|
20
|
+
'--m-card-border-top'?: string;
|
|
21
|
+
'--m-card-border-left'?: string;
|
|
22
|
+
'--m-card-border-bottom'?: string;
|
|
23
|
+
'--m-card-border-right'?: string;
|
|
24
|
+
'--m-card-border-radius'?: string;
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
|
|
@@ -59,18 +59,18 @@ declare module 'react' {
|
|
|
59
59
|
|
|
60
60
|
declare module 'react' {
|
|
61
61
|
interface CSSProperties {
|
|
62
|
-
'--m-
|
|
63
|
-
'--m-
|
|
62
|
+
'--m-table-border-radius'?: string;
|
|
63
|
+
'--m-table-border-top-left-radius'?: string;
|
|
64
|
+
'--m-table-border-top-right-radius'?: string;
|
|
65
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
66
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
64
67
|
}
|
|
65
68
|
}
|
|
66
69
|
|
|
67
70
|
|
|
68
71
|
declare module 'react' {
|
|
69
72
|
interface CSSProperties {
|
|
70
|
-
'--m-
|
|
71
|
-
'--m-
|
|
72
|
-
'--m-table-border-top-right-radius'?: string;
|
|
73
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
74
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
73
|
+
'--m-text-display'?: string;
|
|
74
|
+
'--m-text-max-width'?: string;
|
|
75
75
|
}
|
|
76
76
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
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": "5.0.0-alpha.
|
|
53
|
-
"@loadsmart/miranda-wc": "4.0.0-alpha.
|
|
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": {
|