@loadsmart/miranda-react 3.14.0 → 3.14.1
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 +12 -12
- package/dist/tokens.d.ts +12 -12
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1803,17 +1803,17 @@ declare module 'react' {
|
|
|
1803
1803
|
|
|
1804
1804
|
declare module 'react' {
|
|
1805
1805
|
interface CSSProperties {
|
|
1806
|
-
'--m-
|
|
1807
|
-
'--m-
|
|
1806
|
+
'--m-divider-margin-top'?: string;
|
|
1807
|
+
'--m-divider-margin-bottom'?: string;
|
|
1808
|
+
'--m-divider-margin-y'?: string;
|
|
1808
1809
|
}
|
|
1809
1810
|
}
|
|
1810
1811
|
|
|
1811
1812
|
|
|
1812
1813
|
declare module 'react' {
|
|
1813
1814
|
interface CSSProperties {
|
|
1814
|
-
'--m-
|
|
1815
|
-
'--m-
|
|
1816
|
-
'--m-divider-margin-y'?: string;
|
|
1815
|
+
'--m-icon-size'?: string;
|
|
1816
|
+
'--m-icon-color'?: string;
|
|
1817
1817
|
}
|
|
1818
1818
|
}
|
|
1819
1819
|
|
|
@@ -1832,19 +1832,19 @@ declare module 'react' {
|
|
|
1832
1832
|
|
|
1833
1833
|
declare module 'react' {
|
|
1834
1834
|
interface CSSProperties {
|
|
1835
|
-
'--m-
|
|
1836
|
-
'--m-
|
|
1835
|
+
'--m-table-border-radius'?: string;
|
|
1836
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1837
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1838
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1839
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1837
1840
|
}
|
|
1838
1841
|
}
|
|
1839
1842
|
|
|
1840
1843
|
|
|
1841
1844
|
declare module 'react' {
|
|
1842
1845
|
interface CSSProperties {
|
|
1843
|
-
'--m-
|
|
1844
|
-
'--m-
|
|
1845
|
-
'--m-table-border-top-right-radius'?: string;
|
|
1846
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1847
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1846
|
+
'--m-text-display'?: string;
|
|
1847
|
+
'--m-text-max-width'?: string;
|
|
1848
1848
|
}
|
|
1849
1849
|
}
|
|
1850
1850
|
|
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
|
|
|
@@ -48,19 +48,19 @@ declare module 'react' {
|
|
|
48
48
|
|
|
49
49
|
declare module 'react' {
|
|
50
50
|
interface CSSProperties {
|
|
51
|
-
'--m-
|
|
52
|
-
'--m-
|
|
51
|
+
'--m-table-border-radius'?: string;
|
|
52
|
+
'--m-table-border-top-left-radius'?: string;
|
|
53
|
+
'--m-table-border-top-right-radius'?: string;
|
|
54
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
55
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
53
56
|
}
|
|
54
57
|
}
|
|
55
58
|
|
|
56
59
|
|
|
57
60
|
declare module 'react' {
|
|
58
61
|
interface CSSProperties {
|
|
59
|
-
'--m-
|
|
60
|
-
'--m-
|
|
61
|
-
'--m-table-border-top-right-radius'?: string;
|
|
62
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
63
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
62
|
+
'--m-text-display'?: string;
|
|
63
|
+
'--m-text-max-width'?: string;
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "3.14.
|
|
3
|
+
"version": "3.14.1",
|
|
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.14.
|
|
53
|
-
"@loadsmart/miranda-wc": "3.14.
|
|
52
|
+
"@loadsmart/miranda-tokens": "4.14.1",
|
|
53
|
+
"@loadsmart/miranda-wc": "3.14.1",
|
|
54
54
|
"react-is": "^18.3.1"
|
|
55
55
|
},
|
|
56
56
|
"directories": {
|