@loadsmart/miranda-react 3.21.0 → 3.22.0-alpha.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 +8 -8
- package/dist/tokens.d.ts +8 -8
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1825,15 +1825,17 @@ declare module 'react' {
|
|
|
1825
1825
|
'--m-table-border-top-right-radius'?: string;
|
|
1826
1826
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1827
1827
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1828
|
-
'--m-table-border-width'?: string;
|
|
1829
1828
|
}
|
|
1830
1829
|
}
|
|
1831
1830
|
|
|
1832
1831
|
|
|
1833
1832
|
declare module 'react' {
|
|
1834
1833
|
interface CSSProperties {
|
|
1835
|
-
'--m-
|
|
1836
|
-
'--m-
|
|
1834
|
+
'--m-table-border-radius'?: string;
|
|
1835
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1836
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1837
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1838
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1837
1839
|
}
|
|
1838
1840
|
}
|
|
1839
1841
|
|
|
@@ -1845,16 +1847,14 @@ declare module 'react' {
|
|
|
1845
1847
|
'--m-table-border-top-right-radius'?: string;
|
|
1846
1848
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1847
1849
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1850
|
+
'--m-table-border-width'?: string;
|
|
1848
1851
|
}
|
|
1849
1852
|
}
|
|
1850
1853
|
|
|
1851
1854
|
|
|
1852
1855
|
declare module 'react' {
|
|
1853
1856
|
interface CSSProperties {
|
|
1854
|
-
'--m-
|
|
1855
|
-
'--m-
|
|
1856
|
-
'--m-table-border-top-right-radius'?: string;
|
|
1857
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1858
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1857
|
+
'--m-text-display'?: string;
|
|
1858
|
+
'--m-text-max-width'?: string;
|
|
1859
1859
|
}
|
|
1860
1860
|
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -41,15 +41,17 @@ declare module 'react' {
|
|
|
41
41
|
'--m-table-border-top-right-radius'?: string;
|
|
42
42
|
'--m-table-border-bottom-left-radius'?: string;
|
|
43
43
|
'--m-table-border-bottom-right-radius'?: string;
|
|
44
|
-
'--m-table-border-width'?: string;
|
|
45
44
|
}
|
|
46
45
|
}
|
|
47
46
|
|
|
48
47
|
|
|
49
48
|
declare module 'react' {
|
|
50
49
|
interface CSSProperties {
|
|
51
|
-
'--m-
|
|
52
|
-
'--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;
|
|
53
55
|
}
|
|
54
56
|
}
|
|
55
57
|
|
|
@@ -61,16 +63,14 @@ declare module 'react' {
|
|
|
61
63
|
'--m-table-border-top-right-radius'?: string;
|
|
62
64
|
'--m-table-border-bottom-left-radius'?: string;
|
|
63
65
|
'--m-table-border-bottom-right-radius'?: string;
|
|
66
|
+
'--m-table-border-width'?: string;
|
|
64
67
|
}
|
|
65
68
|
}
|
|
66
69
|
|
|
67
70
|
|
|
68
71
|
declare module 'react' {
|
|
69
72
|
interface CSSProperties {
|
|
70
|
-
'--m-
|
|
71
|
-
'--m-
|
|
72
|
-
'--m-table-border-top-right-radius'?: string;
|
|
73
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
74
|
-
'--m-table-border-bottom-right-radius'?: 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.
|
|
3
|
+
"version": "3.22.0-alpha.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
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@lit/react": "^1.0.5",
|
|
52
|
-
"@loadsmart/miranda-tokens": "4.
|
|
53
|
-
"@loadsmart/miranda-wc": "3.
|
|
52
|
+
"@loadsmart/miranda-tokens": "4.22.0-alpha.1",
|
|
53
|
+
"@loadsmart/miranda-wc": "3.22.0-alpha.1",
|
|
54
54
|
"react-is": "^18.3.1"
|
|
55
55
|
},
|
|
56
56
|
"directories": {
|