@loadsmart/miranda-react 3.25.1 → 3.25.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 +13 -13
- package/dist/tokens.d.ts +13 -13
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1799,8 +1799,9 @@ declare module 'react' {
|
|
|
1799
1799
|
|
|
1800
1800
|
declare module 'react' {
|
|
1801
1801
|
interface CSSProperties {
|
|
1802
|
-
'--m-
|
|
1803
|
-
'--m-
|
|
1802
|
+
'--m-divider-margin-top'?: string;
|
|
1803
|
+
'--m-divider-margin-bottom'?: string;
|
|
1804
|
+
'--m-divider-margin-y'?: string;
|
|
1804
1805
|
}
|
|
1805
1806
|
}
|
|
1806
1807
|
|
|
@@ -1812,26 +1813,26 @@ declare module 'react' {
|
|
|
1812
1813
|
'--m-table-border-top-right-radius'?: string;
|
|
1813
1814
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1814
1815
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1815
|
-
'--m-table-border-width'?: string;
|
|
1816
1816
|
}
|
|
1817
1817
|
}
|
|
1818
1818
|
|
|
1819
1819
|
|
|
1820
1820
|
declare module 'react' {
|
|
1821
1821
|
interface CSSProperties {
|
|
1822
|
-
'--m-
|
|
1823
|
-
'--m-
|
|
1824
|
-
'--m-table-border-top-right-radius'?: string;
|
|
1825
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1826
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1822
|
+
'--m-icon-size'?: string;
|
|
1823
|
+
'--m-icon-color'?: string;
|
|
1827
1824
|
}
|
|
1828
1825
|
}
|
|
1829
1826
|
|
|
1830
1827
|
|
|
1831
1828
|
declare module 'react' {
|
|
1832
1829
|
interface CSSProperties {
|
|
1833
|
-
'--m-
|
|
1834
|
-
'--m-
|
|
1830
|
+
'--m-table-border-radius'?: string;
|
|
1831
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1832
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1833
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1834
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1835
|
+
'--m-table-border-width'?: string;
|
|
1835
1836
|
}
|
|
1836
1837
|
}
|
|
1837
1838
|
|
|
@@ -1849,8 +1850,7 @@ declare module 'react' {
|
|
|
1849
1850
|
|
|
1850
1851
|
declare module 'react' {
|
|
1851
1852
|
interface CSSProperties {
|
|
1852
|
-
'--m-
|
|
1853
|
-
'--m-
|
|
1854
|
-
'--m-divider-margin-y'?: string;
|
|
1853
|
+
'--m-text-display'?: string;
|
|
1854
|
+
'--m-text-max-width'?: string;
|
|
1855
1855
|
}
|
|
1856
1856
|
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -19,8 +19,9 @@ 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
|
|
|
@@ -32,26 +33,26 @@ declare module 'react' {
|
|
|
32
33
|
'--m-table-border-top-right-radius'?: string;
|
|
33
34
|
'--m-table-border-bottom-left-radius'?: string;
|
|
34
35
|
'--m-table-border-bottom-right-radius'?: string;
|
|
35
|
-
'--m-table-border-width'?: string;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
declare module 'react' {
|
|
41
41
|
interface CSSProperties {
|
|
42
|
-
'--m-
|
|
43
|
-
'--m-
|
|
44
|
-
'--m-table-border-top-right-radius'?: string;
|
|
45
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
46
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
42
|
+
'--m-icon-size'?: string;
|
|
43
|
+
'--m-icon-color'?: string;
|
|
47
44
|
}
|
|
48
45
|
}
|
|
49
46
|
|
|
50
47
|
|
|
51
48
|
declare module 'react' {
|
|
52
49
|
interface CSSProperties {
|
|
53
|
-
'--m-
|
|
54
|
-
'--m-
|
|
50
|
+
'--m-table-border-radius'?: string;
|
|
51
|
+
'--m-table-border-top-left-radius'?: string;
|
|
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;
|
|
55
56
|
}
|
|
56
57
|
}
|
|
57
58
|
|
|
@@ -69,8 +70,7 @@ declare module 'react' {
|
|
|
69
70
|
|
|
70
71
|
declare module 'react' {
|
|
71
72
|
interface CSSProperties {
|
|
72
|
-
'--m-
|
|
73
|
-
'--m-
|
|
74
|
-
'--m-divider-margin-y'?: 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": "3.25.
|
|
3
|
+
"version": "3.25.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",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@lit/react": "^1.0.5",
|
|
59
|
-
"@loadsmart/miranda-tokens": "4.25.
|
|
60
|
-
"@loadsmart/miranda-wc": "3.25.
|
|
59
|
+
"@loadsmart/miranda-tokens": "4.25.2",
|
|
60
|
+
"@loadsmart/miranda-wc": "3.25.2",
|
|
61
61
|
"react-is": "^18.3.1"
|
|
62
62
|
},
|
|
63
63
|
"directories": {
|