@loadsmart/miranda-react 3.1.2 → 3.3.0
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 -17
- package/dist/tokens.d.ts +17 -17
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1604,12 +1604,9 @@ export { }
|
|
|
1604
1604
|
|
|
1605
1605
|
declare module 'react' {
|
|
1606
1606
|
interface CSSProperties {
|
|
1607
|
-
'--m-
|
|
1608
|
-
'--m-
|
|
1609
|
-
'--m-
|
|
1610
|
-
'--m-card-border-bottom'?: string;
|
|
1611
|
-
'--m-card-border-right'?: string;
|
|
1612
|
-
'--m-card-border-radius'?: string;
|
|
1607
|
+
'--m-divider-margin-top'?: string;
|
|
1608
|
+
'--m-divider-margin-bottom'?: string;
|
|
1609
|
+
'--m-divider-margin-y'?: string;
|
|
1613
1610
|
}
|
|
1614
1611
|
}
|
|
1615
1612
|
|
|
@@ -1624,20 +1621,20 @@ declare module 'react' {
|
|
|
1624
1621
|
|
|
1625
1622
|
declare module 'react' {
|
|
1626
1623
|
interface CSSProperties {
|
|
1627
|
-
'--m-
|
|
1628
|
-
'--m-
|
|
1629
|
-
'--m-
|
|
1624
|
+
'--m-card-body-padding'?: string;
|
|
1625
|
+
'--m-card-border-top'?: string;
|
|
1626
|
+
'--m-card-border-left'?: string;
|
|
1627
|
+
'--m-card-border-bottom'?: string;
|
|
1628
|
+
'--m-card-border-right'?: string;
|
|
1629
|
+
'--m-card-border-radius'?: string;
|
|
1630
1630
|
}
|
|
1631
1631
|
}
|
|
1632
1632
|
|
|
1633
1633
|
|
|
1634
1634
|
declare module 'react' {
|
|
1635
1635
|
interface CSSProperties {
|
|
1636
|
-
'--m-
|
|
1637
|
-
'--m-
|
|
1638
|
-
'--m-table-border-top-right-radius'?: string;
|
|
1639
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1640
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1636
|
+
'--m-text-display'?: string;
|
|
1637
|
+
'--m-text-max-width'?: string;
|
|
1641
1638
|
}
|
|
1642
1639
|
}
|
|
1643
1640
|
|
|
@@ -1649,7 +1646,6 @@ declare module 'react' {
|
|
|
1649
1646
|
'--m-table-border-top-right-radius'?: string;
|
|
1650
1647
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1651
1648
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1652
|
-
'--m-table-border-width'?: string;
|
|
1653
1649
|
}
|
|
1654
1650
|
}
|
|
1655
1651
|
|
|
@@ -1667,7 +1663,11 @@ declare module 'react' {
|
|
|
1667
1663
|
|
|
1668
1664
|
declare module 'react' {
|
|
1669
1665
|
interface CSSProperties {
|
|
1670
|
-
'--m-
|
|
1671
|
-
'--m-
|
|
1666
|
+
'--m-table-border-radius'?: string;
|
|
1667
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1668
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1669
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1670
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1671
|
+
'--m-table-border-width'?: string;
|
|
1672
1672
|
}
|
|
1673
1673
|
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -7,12 +7,9 @@ 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
|
|
|
@@ -27,20 +24,20 @@ declare module 'react' {
|
|
|
27
24
|
|
|
28
25
|
declare module 'react' {
|
|
29
26
|
interface CSSProperties {
|
|
30
|
-
'--m-
|
|
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-
|
|
41
|
-
'--m-table-border-top-right-radius'?: string;
|
|
42
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
43
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
39
|
+
'--m-text-display'?: string;
|
|
40
|
+
'--m-text-max-width'?: string;
|
|
44
41
|
}
|
|
45
42
|
}
|
|
46
43
|
|
|
@@ -52,7 +49,6 @@ declare module 'react' {
|
|
|
52
49
|
'--m-table-border-top-right-radius'?: string;
|
|
53
50
|
'--m-table-border-bottom-left-radius'?: string;
|
|
54
51
|
'--m-table-border-bottom-right-radius'?: string;
|
|
55
|
-
'--m-table-border-width'?: string;
|
|
56
52
|
}
|
|
57
53
|
}
|
|
58
54
|
|
|
@@ -70,7 +66,11 @@ declare module 'react' {
|
|
|
70
66
|
|
|
71
67
|
declare module 'react' {
|
|
72
68
|
interface CSSProperties {
|
|
73
|
-
'--m-
|
|
74
|
-
'--m-
|
|
69
|
+
'--m-table-border-radius'?: string;
|
|
70
|
+
'--m-table-border-top-left-radius'?: string;
|
|
71
|
+
'--m-table-border-top-right-radius'?: string;
|
|
72
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
73
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
74
|
+
'--m-table-border-width'?: string;
|
|
75
75
|
}
|
|
76
76
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
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
|
"dependencies": {
|
|
50
50
|
"@figma/code-connect": "^1.3.3",
|
|
51
51
|
"@lit/react": "^1.0.5",
|
|
52
|
-
"@loadsmart/miranda-tokens": "4.
|
|
53
|
-
"@loadsmart/miranda-wc": "3.
|
|
52
|
+
"@loadsmart/miranda-tokens": "4.3.0",
|
|
53
|
+
"@loadsmart/miranda-wc": "3.3.0",
|
|
54
54
|
"react-is": "^18.3.1"
|
|
55
55
|
},
|
|
56
56
|
"directories": {
|