@loadsmart/miranda-react 3.13.0 → 3.14.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 +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-
|
|
1808
|
-
'--m-divider-margin-y'?: string;
|
|
1806
|
+
'--m-icon-size'?: string;
|
|
1807
|
+
'--m-icon-color'?: string;
|
|
1809
1808
|
}
|
|
1810
1809
|
}
|
|
1811
1810
|
|
|
1812
1811
|
|
|
1813
1812
|
declare module 'react' {
|
|
1814
1813
|
interface CSSProperties {
|
|
1815
|
-
'--m-
|
|
1816
|
-
'--m-
|
|
1814
|
+
'--m-divider-margin-top'?: string;
|
|
1815
|
+
'--m-divider-margin-bottom'?: string;
|
|
1816
|
+
'--m-divider-margin-y'?: string;
|
|
1817
1817
|
}
|
|
1818
1818
|
}
|
|
1819
1819
|
|
|
@@ -1832,11 +1832,8 @@ declare module 'react' {
|
|
|
1832
1832
|
|
|
1833
1833
|
declare module 'react' {
|
|
1834
1834
|
interface CSSProperties {
|
|
1835
|
-
'--m-
|
|
1836
|
-
'--m-
|
|
1837
|
-
'--m-table-border-top-right-radius'?: string;
|
|
1838
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1839
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1835
|
+
'--m-text-display'?: string;
|
|
1836
|
+
'--m-text-max-width'?: string;
|
|
1840
1837
|
}
|
|
1841
1838
|
}
|
|
1842
1839
|
|
|
@@ -1854,7 +1851,10 @@ declare module 'react' {
|
|
|
1854
1851
|
|
|
1855
1852
|
declare module 'react' {
|
|
1856
1853
|
interface CSSProperties {
|
|
1857
|
-
'--m-
|
|
1858
|
-
'--m-
|
|
1854
|
+
'--m-table-border-radius'?: string;
|
|
1855
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1856
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1857
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1858
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1859
1859
|
}
|
|
1860
1860
|
}
|
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-
|
|
24
|
-
'--m-divider-margin-y'?: string;
|
|
22
|
+
'--m-icon-size'?: string;
|
|
23
|
+
'--m-icon-color'?: string;
|
|
25
24
|
}
|
|
26
25
|
}
|
|
27
26
|
|
|
28
27
|
|
|
29
28
|
declare module 'react' {
|
|
30
29
|
interface CSSProperties {
|
|
31
|
-
'--m-
|
|
32
|
-
'--m-
|
|
30
|
+
'--m-divider-margin-top'?: string;
|
|
31
|
+
'--m-divider-margin-bottom'?: string;
|
|
32
|
+
'--m-divider-margin-y'?: string;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
|
|
@@ -48,11 +48,8 @@ declare module 'react' {
|
|
|
48
48
|
|
|
49
49
|
declare module 'react' {
|
|
50
50
|
interface CSSProperties {
|
|
51
|
-
'--m-
|
|
52
|
-
'--m-
|
|
53
|
-
'--m-table-border-top-right-radius'?: string;
|
|
54
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
55
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
51
|
+
'--m-text-display'?: string;
|
|
52
|
+
'--m-text-max-width'?: string;
|
|
56
53
|
}
|
|
57
54
|
}
|
|
58
55
|
|
|
@@ -70,7 +67,10 @@ declare module 'react' {
|
|
|
70
67
|
|
|
71
68
|
declare module 'react' {
|
|
72
69
|
interface CSSProperties {
|
|
73
|
-
'--m-
|
|
74
|
-
'--m-
|
|
70
|
+
'--m-table-border-radius'?: string;
|
|
71
|
+
'--m-table-border-top-left-radius'?: string;
|
|
72
|
+
'--m-table-border-top-right-radius'?: string;
|
|
73
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
74
|
+
'--m-table-border-bottom-right-radius'?: 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.14.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.14.0",
|
|
53
|
+
"@loadsmart/miranda-wc": "3.14.0",
|
|
54
54
|
"react-is": "^18.3.1"
|
|
55
55
|
},
|
|
56
56
|
"directories": {
|