@loadsmart/miranda-react 3.25.7 → 3.26.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 +28 -6
- package/dist/tokens.d.ts +28 -6
- package/package.json +7 -10
package/dist/index.d.ts
CHANGED
|
@@ -1785,6 +1785,13 @@ declare const WiredTooltip: ReactWebComponent<WCTooltip, {}>;
|
|
|
1785
1785
|
export { }
|
|
1786
1786
|
|
|
1787
1787
|
|
|
1788
|
+
declare module 'react' {
|
|
1789
|
+
interface CSSProperties {
|
|
1790
|
+
'--m-select-max-width'?: string;
|
|
1791
|
+
}
|
|
1792
|
+
}
|
|
1793
|
+
|
|
1794
|
+
|
|
1788
1795
|
declare module 'react' {
|
|
1789
1796
|
interface CSSProperties {
|
|
1790
1797
|
'--m-table-border-radius'?: string;
|
|
@@ -1803,15 +1810,15 @@ declare module 'react' {
|
|
|
1803
1810
|
'--m-table-border-top-right-radius'?: string;
|
|
1804
1811
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1805
1812
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1813
|
+
'--m-table-border-width'?: string;
|
|
1806
1814
|
}
|
|
1807
1815
|
}
|
|
1808
1816
|
|
|
1809
1817
|
|
|
1810
1818
|
declare module 'react' {
|
|
1811
1819
|
interface CSSProperties {
|
|
1812
|
-
'--m-
|
|
1813
|
-
'--m-
|
|
1814
|
-
'--m-divider-margin-y'?: string;
|
|
1820
|
+
'--m-table-cell-padding-x'?: string;
|
|
1821
|
+
'--m-table-cell-padding-y'?: string;
|
|
1815
1822
|
}
|
|
1816
1823
|
}
|
|
1817
1824
|
|
|
@@ -1828,6 +1835,23 @@ declare module 'react' {
|
|
|
1828
1835
|
}
|
|
1829
1836
|
|
|
1830
1837
|
|
|
1838
|
+
declare module 'react' {
|
|
1839
|
+
interface CSSProperties {
|
|
1840
|
+
'--m-divider-margin-top'?: string;
|
|
1841
|
+
'--m-divider-margin-bottom'?: string;
|
|
1842
|
+
'--m-divider-margin-y'?: string;
|
|
1843
|
+
}
|
|
1844
|
+
}
|
|
1845
|
+
|
|
1846
|
+
|
|
1847
|
+
declare module 'react' {
|
|
1848
|
+
interface CSSProperties {
|
|
1849
|
+
'--m-text-display'?: string;
|
|
1850
|
+
'--m-text-max-width'?: string;
|
|
1851
|
+
}
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
|
|
1831
1855
|
declare module 'react' {
|
|
1832
1856
|
interface CSSProperties {
|
|
1833
1857
|
'--m-table-border-radius'?: string;
|
|
@@ -1835,7 +1859,6 @@ declare module 'react' {
|
|
|
1835
1859
|
'--m-table-border-top-right-radius'?: string;
|
|
1836
1860
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1837
1861
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1838
|
-
'--m-table-border-width'?: string;
|
|
1839
1862
|
}
|
|
1840
1863
|
}
|
|
1841
1864
|
|
|
@@ -1850,7 +1873,6 @@ declare module 'react' {
|
|
|
1850
1873
|
|
|
1851
1874
|
declare module 'react' {
|
|
1852
1875
|
interface CSSProperties {
|
|
1853
|
-
'--m-
|
|
1854
|
-
'--m-text-max-width'?: string;
|
|
1876
|
+
'--m-popover-max-width'?: string;
|
|
1855
1877
|
}
|
|
1856
1878
|
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -5,6 +5,13 @@ export * from "@loadsmart/miranda-tokens/dist/themes.js";
|
|
|
5
5
|
export { }
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
declare module 'react' {
|
|
9
|
+
interface CSSProperties {
|
|
10
|
+
'--m-select-max-width'?: string;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
8
15
|
declare module 'react' {
|
|
9
16
|
interface CSSProperties {
|
|
10
17
|
'--m-table-border-radius'?: string;
|
|
@@ -23,15 +30,15 @@ declare module 'react' {
|
|
|
23
30
|
'--m-table-border-top-right-radius'?: string;
|
|
24
31
|
'--m-table-border-bottom-left-radius'?: string;
|
|
25
32
|
'--m-table-border-bottom-right-radius'?: string;
|
|
33
|
+
'--m-table-border-width'?: string;
|
|
26
34
|
}
|
|
27
35
|
}
|
|
28
36
|
|
|
29
37
|
|
|
30
38
|
declare module 'react' {
|
|
31
39
|
interface CSSProperties {
|
|
32
|
-
'--m-
|
|
33
|
-
'--m-
|
|
34
|
-
'--m-divider-margin-y'?: string;
|
|
40
|
+
'--m-table-cell-padding-x'?: string;
|
|
41
|
+
'--m-table-cell-padding-y'?: string;
|
|
35
42
|
}
|
|
36
43
|
}
|
|
37
44
|
|
|
@@ -48,6 +55,23 @@ declare module 'react' {
|
|
|
48
55
|
}
|
|
49
56
|
|
|
50
57
|
|
|
58
|
+
declare module 'react' {
|
|
59
|
+
interface CSSProperties {
|
|
60
|
+
'--m-divider-margin-top'?: string;
|
|
61
|
+
'--m-divider-margin-bottom'?: string;
|
|
62
|
+
'--m-divider-margin-y'?: string;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
declare module 'react' {
|
|
68
|
+
interface CSSProperties {
|
|
69
|
+
'--m-text-display'?: string;
|
|
70
|
+
'--m-text-max-width'?: string;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
|
|
51
75
|
declare module 'react' {
|
|
52
76
|
interface CSSProperties {
|
|
53
77
|
'--m-table-border-radius'?: string;
|
|
@@ -55,7 +79,6 @@ declare module 'react' {
|
|
|
55
79
|
'--m-table-border-top-right-radius'?: string;
|
|
56
80
|
'--m-table-border-bottom-left-radius'?: string;
|
|
57
81
|
'--m-table-border-bottom-right-radius'?: string;
|
|
58
|
-
'--m-table-border-width'?: string;
|
|
59
82
|
}
|
|
60
83
|
}
|
|
61
84
|
|
|
@@ -70,7 +93,6 @@ declare module 'react' {
|
|
|
70
93
|
|
|
71
94
|
declare module 'react' {
|
|
72
95
|
interface CSSProperties {
|
|
73
|
-
'--m-
|
|
74
|
-
'--m-text-max-width'?: string;
|
|
96
|
+
'--m-popover-max-width'?: string;
|
|
75
97
|
}
|
|
76
98
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.26.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",
|
|
@@ -28,12 +28,9 @@
|
|
|
28
28
|
"@dotenvx/dotenvx": "^1.54.0",
|
|
29
29
|
"@figma/code-connect": "^1.4.1",
|
|
30
30
|
"@loadsmart/miranda-utils": "0.0.0",
|
|
31
|
-
"@storybook/addon-
|
|
32
|
-
"@storybook/
|
|
33
|
-
"@storybook/
|
|
34
|
-
"@storybook/react": "^8.6.15",
|
|
35
|
-
"@storybook/react-vite": "^8.6.15",
|
|
36
|
-
"@storybook/test": "^8.6.15",
|
|
31
|
+
"@storybook/addon-docs": "^10.3.3",
|
|
32
|
+
"@storybook/react": "^10.3.3",
|
|
33
|
+
"@storybook/react-vite": "^10.3.3",
|
|
37
34
|
"@testing-library/cypress": "^10.0.3",
|
|
38
35
|
"@types/react": "^18.3.24",
|
|
39
36
|
"@types/react-dom": "^18.3.7",
|
|
@@ -42,7 +39,7 @@
|
|
|
42
39
|
"cypress": "15.0.0",
|
|
43
40
|
"react": "^18.3.1",
|
|
44
41
|
"react-dom": "^18.3.1",
|
|
45
|
-
"storybook": "^
|
|
42
|
+
"storybook": "^10.3.3",
|
|
46
43
|
"tsx": "^4.19.4",
|
|
47
44
|
"typescript": "~5.9.3",
|
|
48
45
|
"vite": "^6.3.2",
|
|
@@ -57,8 +54,8 @@
|
|
|
57
54
|
},
|
|
58
55
|
"dependencies": {
|
|
59
56
|
"@lit/react": "^1.0.5",
|
|
60
|
-
"@loadsmart/miranda-tokens": "4.
|
|
61
|
-
"@loadsmart/miranda-wc": "3.
|
|
57
|
+
"@loadsmart/miranda-tokens": "4.26.1",
|
|
58
|
+
"@loadsmart/miranda-wc": "3.26.1",
|
|
62
59
|
"react-is": "^18.3.1"
|
|
63
60
|
},
|
|
64
61
|
"directories": {
|