@loadsmart/miranda-react 3.1.2 → 3.2.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 +16 -16
- package/dist/tokens.d.ts +16 -16
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1604,20 +1604,20 @@ export { }
|
|
|
1604
1604
|
|
|
1605
1605
|
declare module 'react' {
|
|
1606
1606
|
interface CSSProperties {
|
|
1607
|
-
'--m-
|
|
1608
|
-
'--m-
|
|
1609
|
-
'--m-card-border-left'?: string;
|
|
1610
|
-
'--m-card-border-bottom'?: string;
|
|
1611
|
-
'--m-card-border-right'?: string;
|
|
1612
|
-
'--m-card-border-radius'?: string;
|
|
1607
|
+
'--m-icon-size'?: string;
|
|
1608
|
+
'--m-icon-color'?: string;
|
|
1613
1609
|
}
|
|
1614
1610
|
}
|
|
1615
1611
|
|
|
1616
1612
|
|
|
1617
1613
|
declare module 'react' {
|
|
1618
1614
|
interface CSSProperties {
|
|
1619
|
-
'--m-
|
|
1620
|
-
'--m-
|
|
1615
|
+
'--m-card-body-padding'?: string;
|
|
1616
|
+
'--m-card-border-top'?: string;
|
|
1617
|
+
'--m-card-border-left'?: string;
|
|
1618
|
+
'--m-card-border-bottom'?: string;
|
|
1619
|
+
'--m-card-border-right'?: string;
|
|
1620
|
+
'--m-card-border-radius'?: string;
|
|
1621
1621
|
}
|
|
1622
1622
|
}
|
|
1623
1623
|
|
|
@@ -1644,12 +1644,8 @@ declare module 'react' {
|
|
|
1644
1644
|
|
|
1645
1645
|
declare module 'react' {
|
|
1646
1646
|
interface CSSProperties {
|
|
1647
|
-
'--m-
|
|
1648
|
-
'--m-
|
|
1649
|
-
'--m-table-border-top-right-radius'?: string;
|
|
1650
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1651
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1652
|
-
'--m-table-border-width'?: string;
|
|
1647
|
+
'--m-text-display'?: string;
|
|
1648
|
+
'--m-text-max-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,20 +7,20 @@ 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
|
|
|
19
15
|
|
|
20
16
|
declare module 'react' {
|
|
21
17
|
interface CSSProperties {
|
|
22
|
-
'--m-
|
|
23
|
-
'--m-
|
|
18
|
+
'--m-card-body-padding'?: string;
|
|
19
|
+
'--m-card-border-top'?: string;
|
|
20
|
+
'--m-card-border-left'?: string;
|
|
21
|
+
'--m-card-border-bottom'?: string;
|
|
22
|
+
'--m-card-border-right'?: string;
|
|
23
|
+
'--m-card-border-radius'?: string;
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
|
|
@@ -47,12 +47,8 @@ declare module 'react' {
|
|
|
47
47
|
|
|
48
48
|
declare module 'react' {
|
|
49
49
|
interface CSSProperties {
|
|
50
|
-
'--m-
|
|
51
|
-
'--m-
|
|
52
|
-
'--m-table-border-top-right-radius'?: string;
|
|
53
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
54
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
55
|
-
'--m-table-border-width'?: string;
|
|
50
|
+
'--m-text-display'?: string;
|
|
51
|
+
'--m-text-max-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.2.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.2.0",
|
|
53
|
+
"@loadsmart/miranda-wc": "3.2.0",
|
|
54
54
|
"react-is": "^18.3.1"
|
|
55
55
|
},
|
|
56
56
|
"directories": {
|