@loadsmart/miranda-react 3.0.2 → 3.1.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 +13 -13
- package/dist/tokens.d.ts +13 -13
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1606,17 +1606,17 @@ declare module 'react' {
|
|
|
1606
1606
|
|
|
1607
1607
|
declare module 'react' {
|
|
1608
1608
|
interface CSSProperties {
|
|
1609
|
-
'--m-
|
|
1610
|
-
'--m-
|
|
1609
|
+
'--m-divider-margin-top'?: string;
|
|
1610
|
+
'--m-divider-margin-bottom'?: string;
|
|
1611
|
+
'--m-divider-margin-y'?: string;
|
|
1611
1612
|
}
|
|
1612
1613
|
}
|
|
1613
1614
|
|
|
1614
1615
|
|
|
1615
1616
|
declare module 'react' {
|
|
1616
1617
|
interface CSSProperties {
|
|
1617
|
-
'--m-
|
|
1618
|
-
'--m-
|
|
1619
|
-
'--m-divider-margin-y'?: string;
|
|
1618
|
+
'--m-icon-size'?: string;
|
|
1619
|
+
'--m-icon-color'?: string;
|
|
1620
1620
|
}
|
|
1621
1621
|
}
|
|
1622
1622
|
|
|
@@ -1634,20 +1634,19 @@ declare module 'react' {
|
|
|
1634
1634
|
|
|
1635
1635
|
declare module 'react' {
|
|
1636
1636
|
interface CSSProperties {
|
|
1637
|
-
'--m-
|
|
1638
|
-
'--m-
|
|
1639
|
-
'--m-table-border-top-right-radius'?: string;
|
|
1640
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1641
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1642
|
-
'--m-table-border-width'?: string;
|
|
1637
|
+
'--m-text-display'?: string;
|
|
1638
|
+
'--m-text-max-width'?: string;
|
|
1643
1639
|
}
|
|
1644
1640
|
}
|
|
1645
1641
|
|
|
1646
1642
|
|
|
1647
1643
|
declare module 'react' {
|
|
1648
1644
|
interface CSSProperties {
|
|
1649
|
-
'--m-
|
|
1650
|
-
'--m-
|
|
1645
|
+
'--m-table-border-radius'?: string;
|
|
1646
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1647
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1648
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1649
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1651
1650
|
}
|
|
1652
1651
|
}
|
|
1653
1652
|
|
|
@@ -1659,5 +1658,6 @@ declare module 'react' {
|
|
|
1659
1658
|
'--m-table-border-top-right-radius'?: string;
|
|
1660
1659
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1661
1660
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1661
|
+
'--m-table-border-width'?: string;
|
|
1662
1662
|
}
|
|
1663
1663
|
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -19,17 +19,17 @@ declare module 'react' {
|
|
|
19
19
|
|
|
20
20
|
declare module 'react' {
|
|
21
21
|
interface CSSProperties {
|
|
22
|
-
'--m-
|
|
23
|
-
'--m-
|
|
22
|
+
'--m-divider-margin-top'?: string;
|
|
23
|
+
'--m-divider-margin-bottom'?: string;
|
|
24
|
+
'--m-divider-margin-y'?: string;
|
|
24
25
|
}
|
|
25
26
|
}
|
|
26
27
|
|
|
27
28
|
|
|
28
29
|
declare module 'react' {
|
|
29
30
|
interface CSSProperties {
|
|
30
|
-
'--m-
|
|
31
|
-
'--m-
|
|
32
|
-
'--m-divider-margin-y'?: string;
|
|
31
|
+
'--m-icon-size'?: string;
|
|
32
|
+
'--m-icon-color'?: string;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
|
|
@@ -47,20 +47,19 @@ 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
|
|
|
59
55
|
|
|
60
56
|
declare module 'react' {
|
|
61
57
|
interface CSSProperties {
|
|
62
|
-
'--m-
|
|
63
|
-
'--m-
|
|
58
|
+
'--m-table-border-radius'?: string;
|
|
59
|
+
'--m-table-border-top-left-radius'?: string;
|
|
60
|
+
'--m-table-border-top-right-radius'?: string;
|
|
61
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
62
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
64
63
|
}
|
|
65
64
|
}
|
|
66
65
|
|
|
@@ -72,5 +71,6 @@ declare module 'react' {
|
|
|
72
71
|
'--m-table-border-top-right-radius'?: string;
|
|
73
72
|
'--m-table-border-bottom-left-radius'?: string;
|
|
74
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.0
|
|
3
|
+
"version": "3.1.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.0
|
|
53
|
-
"@loadsmart/miranda-wc": "3.0
|
|
52
|
+
"@loadsmart/miranda-tokens": "4.1.0",
|
|
53
|
+
"@loadsmart/miranda-wc": "3.1.0",
|
|
54
54
|
"react-is": "^18.3.1"
|
|
55
55
|
},
|
|
56
56
|
"directories": {
|