@loadsmart/miranda-react 3.0.0-beta.71 → 3.0.0-beta.72
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 -17
- package/dist/tokens.d.ts +16 -15
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -39,7 +39,6 @@ import { PopoverPlacement } from '@loadsmart/miranda-wc';
|
|
|
39
39
|
import { PopoverPosition } from '@loadsmart/miranda-wc';
|
|
40
40
|
import { PopoverRepositionEventDetail } from '@loadsmart/miranda-wc';
|
|
41
41
|
import { ProgressBarVariant as ProgressBarVariant_2 } from '@loadsmart/miranda-wc';
|
|
42
|
-
import { PropsWithChildren } from 'react';
|
|
43
42
|
import { RadioGroupOrientation } from '@loadsmart/miranda-wc';
|
|
44
43
|
import { ReactElement } from 'react';
|
|
45
44
|
import { ReactNode } from 'react';
|
|
@@ -993,7 +992,9 @@ export declare type TableRowExpandV2Props = ComponentProps<typeof TableRowExpand
|
|
|
993
992
|
* this component should ensure that all children include the attribute slot = "expansion"
|
|
994
993
|
* so they can be rendered in the expansion content of the table row.
|
|
995
994
|
*/
|
|
996
|
-
declare function TableRowExpansion(props:
|
|
995
|
+
declare function TableRowExpansion(props: {
|
|
996
|
+
children: ReactNode;
|
|
997
|
+
}): default_2.JSX.Element;
|
|
997
998
|
|
|
998
999
|
export declare type TableRowProps = ComponentProps<typeof TableRow>;
|
|
999
1000
|
|
|
@@ -1593,12 +1594,8 @@ export { }
|
|
|
1593
1594
|
|
|
1594
1595
|
declare module 'react' {
|
|
1595
1596
|
interface CSSProperties {
|
|
1596
|
-
'--m-
|
|
1597
|
-
'--m-
|
|
1598
|
-
'--m-card-border-left'?: string;
|
|
1599
|
-
'--m-card-border-bottom'?: string;
|
|
1600
|
-
'--m-card-border-right'?: string;
|
|
1601
|
-
'--m-card-border-radius'?: string;
|
|
1597
|
+
'--m-icon-size'?: string;
|
|
1598
|
+
'--m-icon-color'?: string;
|
|
1602
1599
|
}
|
|
1603
1600
|
}
|
|
1604
1601
|
|
|
@@ -1614,27 +1611,31 @@ declare module 'react' {
|
|
|
1614
1611
|
|
|
1615
1612
|
declare module 'react' {
|
|
1616
1613
|
interface CSSProperties {
|
|
1617
|
-
'--m-
|
|
1618
|
-
'--m-
|
|
1614
|
+
'--m-card-body-padding'?: string;
|
|
1615
|
+
'--m-card-border-top'?: string;
|
|
1616
|
+
'--m-card-border-left'?: string;
|
|
1617
|
+
'--m-card-border-bottom'?: string;
|
|
1618
|
+
'--m-card-border-right'?: string;
|
|
1619
|
+
'--m-card-border-radius'?: string;
|
|
1619
1620
|
}
|
|
1620
1621
|
}
|
|
1621
1622
|
|
|
1622
1623
|
|
|
1623
1624
|
declare module 'react' {
|
|
1624
1625
|
interface CSSProperties {
|
|
1625
|
-
'--m-
|
|
1626
|
-
'--m-
|
|
1626
|
+
'--m-table-border-radius'?: string;
|
|
1627
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1628
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1629
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1630
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1627
1631
|
}
|
|
1628
1632
|
}
|
|
1629
1633
|
|
|
1630
1634
|
|
|
1631
1635
|
declare module 'react' {
|
|
1632
1636
|
interface CSSProperties {
|
|
1633
|
-
'--m-
|
|
1634
|
-
'--m-
|
|
1635
|
-
'--m-table-border-top-right-radius'?: string;
|
|
1636
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1637
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1637
|
+
'--m-text-display'?: string;
|
|
1638
|
+
'--m-text-max-width'?: string;
|
|
1638
1639
|
}
|
|
1639
1640
|
}
|
|
1640
1641
|
|
|
@@ -1646,6 +1647,7 @@ declare module 'react' {
|
|
|
1646
1647
|
'--m-table-border-top-right-radius'?: string;
|
|
1647
1648
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1648
1649
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1650
|
+
'--m-table-border-width'?: string;
|
|
1649
1651
|
}
|
|
1650
1652
|
}
|
|
1651
1653
|
|
package/dist/tokens.d.ts
CHANGED
|
@@ -7,12 +7,8 @@ export { }
|
|
|
7
7
|
|
|
8
8
|
declare module 'react' {
|
|
9
9
|
interface CSSProperties {
|
|
10
|
-
'--m-
|
|
11
|
-
'--m-
|
|
12
|
-
'--m-card-border-left'?: string;
|
|
13
|
-
'--m-card-border-bottom'?: string;
|
|
14
|
-
'--m-card-border-right'?: string;
|
|
15
|
-
'--m-card-border-radius'?: string;
|
|
10
|
+
'--m-icon-size'?: string;
|
|
11
|
+
'--m-icon-color'?: string;
|
|
16
12
|
}
|
|
17
13
|
}
|
|
18
14
|
|
|
@@ -28,27 +24,31 @@ declare module 'react' {
|
|
|
28
24
|
|
|
29
25
|
declare module 'react' {
|
|
30
26
|
interface CSSProperties {
|
|
31
|
-
'--m-
|
|
32
|
-
'--m-
|
|
27
|
+
'--m-card-body-padding'?: string;
|
|
28
|
+
'--m-card-border-top'?: string;
|
|
29
|
+
'--m-card-border-left'?: string;
|
|
30
|
+
'--m-card-border-bottom'?: string;
|
|
31
|
+
'--m-card-border-right'?: string;
|
|
32
|
+
'--m-card-border-radius'?: string;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
declare module 'react' {
|
|
38
38
|
interface CSSProperties {
|
|
39
|
-
'--m-
|
|
40
|
-
'--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;
|
|
41
44
|
}
|
|
42
45
|
}
|
|
43
46
|
|
|
44
47
|
|
|
45
48
|
declare module 'react' {
|
|
46
49
|
interface CSSProperties {
|
|
47
|
-
'--m-
|
|
48
|
-
'--m-
|
|
49
|
-
'--m-table-border-top-right-radius'?: string;
|
|
50
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
51
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
50
|
+
'--m-text-display'?: string;
|
|
51
|
+
'--m-text-max-width'?: string;
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
|
|
@@ -60,6 +60,7 @@ declare module 'react' {
|
|
|
60
60
|
'--m-table-border-top-right-radius'?: string;
|
|
61
61
|
'--m-table-border-bottom-left-radius'?: string;
|
|
62
62
|
'--m-table-border-bottom-right-radius'?: string;
|
|
63
|
+
'--m-table-border-width'?: string;
|
|
63
64
|
}
|
|
64
65
|
}
|
|
65
66
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.72",
|
|
4
4
|
"description": "React component library based on Miranda Web Components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@lit/react": "^1.0.5",
|
|
44
|
-
"@loadsmart/miranda-tokens": "4.0.0-beta.
|
|
45
|
-
"@loadsmart/miranda-wc": "3.0.0-beta.
|
|
44
|
+
"@loadsmart/miranda-tokens": "4.0.0-beta.72",
|
|
45
|
+
"@loadsmart/miranda-wc": "3.0.0-beta.72",
|
|
46
46
|
"react-is": "^18.3.1"
|
|
47
47
|
},
|
|
48
48
|
"directories": {
|