@loadsmart/miranda-react 3.24.3 → 3.25.0-next.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 +19 -19
- package/dist/tokens.d.ts +19 -19
- package/package.json +15 -5
package/dist/index.d.ts
CHANGED
|
@@ -1787,48 +1787,49 @@ export { }
|
|
|
1787
1787
|
|
|
1788
1788
|
declare module 'react' {
|
|
1789
1789
|
interface CSSProperties {
|
|
1790
|
-
'--m-
|
|
1791
|
-
'--m-
|
|
1792
|
-
'--m-
|
|
1793
|
-
'--m-
|
|
1794
|
-
'--m-
|
|
1795
|
-
'--m-
|
|
1790
|
+
'--m-table-border-radius'?: string;
|
|
1791
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1792
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1793
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1794
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1795
|
+
'--m-table-border-width'?: string;
|
|
1796
1796
|
}
|
|
1797
1797
|
}
|
|
1798
1798
|
|
|
1799
1799
|
|
|
1800
1800
|
declare module 'react' {
|
|
1801
1801
|
interface CSSProperties {
|
|
1802
|
-
'--m-
|
|
1803
|
-
'--m-
|
|
1804
|
-
'--m-divider-margin-y'?: string;
|
|
1802
|
+
'--m-text-display'?: string;
|
|
1803
|
+
'--m-text-max-width'?: string;
|
|
1805
1804
|
}
|
|
1806
1805
|
}
|
|
1807
1806
|
|
|
1808
1807
|
|
|
1809
1808
|
declare module 'react' {
|
|
1810
1809
|
interface CSSProperties {
|
|
1811
|
-
'--m-
|
|
1812
|
-
'--m-
|
|
1810
|
+
'--m-card-body-padding'?: string;
|
|
1811
|
+
'--m-card-border-top'?: string;
|
|
1812
|
+
'--m-card-border-left'?: string;
|
|
1813
|
+
'--m-card-border-bottom'?: string;
|
|
1814
|
+
'--m-card-border-right'?: string;
|
|
1815
|
+
'--m-card-border-radius'?: string;
|
|
1813
1816
|
}
|
|
1814
1817
|
}
|
|
1815
1818
|
|
|
1816
1819
|
|
|
1817
1820
|
declare module 'react' {
|
|
1818
1821
|
interface CSSProperties {
|
|
1819
|
-
'--m-
|
|
1820
|
-
'--m-
|
|
1822
|
+
'--m-divider-margin-top'?: string;
|
|
1823
|
+
'--m-divider-margin-bottom'?: string;
|
|
1824
|
+
'--m-divider-margin-y'?: string;
|
|
1821
1825
|
}
|
|
1822
1826
|
}
|
|
1823
1827
|
|
|
1824
1828
|
|
|
1825
1829
|
declare module 'react' {
|
|
1826
1830
|
interface CSSProperties {
|
|
1827
|
-
'--m-
|
|
1828
|
-
'--m-
|
|
1829
|
-
'--m-table-border-top-right-radius'?: string;
|
|
1830
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1831
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1831
|
+
'--m-icon-size'?: string;
|
|
1832
|
+
'--m-icon-color'?: string;
|
|
1832
1833
|
}
|
|
1833
1834
|
}
|
|
1834
1835
|
|
|
@@ -1851,6 +1852,5 @@ declare module 'react' {
|
|
|
1851
1852
|
'--m-table-border-top-right-radius'?: string;
|
|
1852
1853
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1853
1854
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1854
|
-
'--m-table-border-width'?: string;
|
|
1855
1855
|
}
|
|
1856
1856
|
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -7,48 +7,49 @@ export { }
|
|
|
7
7
|
|
|
8
8
|
declare module 'react' {
|
|
9
9
|
interface CSSProperties {
|
|
10
|
-
'--m-
|
|
11
|
-
'--m-
|
|
12
|
-
'--m-
|
|
13
|
-
'--m-
|
|
14
|
-
'--m-
|
|
15
|
-
'--m-
|
|
10
|
+
'--m-table-border-radius'?: string;
|
|
11
|
+
'--m-table-border-top-left-radius'?: string;
|
|
12
|
+
'--m-table-border-top-right-radius'?: string;
|
|
13
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
14
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
15
|
+
'--m-table-border-width'?: string;
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
declare module 'react' {
|
|
21
21
|
interface CSSProperties {
|
|
22
|
-
'--m-
|
|
23
|
-
'--m-
|
|
24
|
-
'--m-divider-margin-y'?: string;
|
|
22
|
+
'--m-text-display'?: string;
|
|
23
|
+
'--m-text-max-width'?: string;
|
|
25
24
|
}
|
|
26
25
|
}
|
|
27
26
|
|
|
28
27
|
|
|
29
28
|
declare module 'react' {
|
|
30
29
|
interface CSSProperties {
|
|
31
|
-
'--m-
|
|
32
|
-
'--m-
|
|
30
|
+
'--m-card-body-padding'?: string;
|
|
31
|
+
'--m-card-border-top'?: string;
|
|
32
|
+
'--m-card-border-left'?: string;
|
|
33
|
+
'--m-card-border-bottom'?: string;
|
|
34
|
+
'--m-card-border-right'?: string;
|
|
35
|
+
'--m-card-border-radius'?: string;
|
|
33
36
|
}
|
|
34
37
|
}
|
|
35
38
|
|
|
36
39
|
|
|
37
40
|
declare module 'react' {
|
|
38
41
|
interface CSSProperties {
|
|
39
|
-
'--m-
|
|
40
|
-
'--m-
|
|
42
|
+
'--m-divider-margin-top'?: string;
|
|
43
|
+
'--m-divider-margin-bottom'?: string;
|
|
44
|
+
'--m-divider-margin-y'?: string;
|
|
41
45
|
}
|
|
42
46
|
}
|
|
43
47
|
|
|
44
48
|
|
|
45
49
|
declare module 'react' {
|
|
46
50
|
interface CSSProperties {
|
|
47
|
-
'--m-
|
|
48
|
-
'--m-
|
|
49
|
-
'--m-table-border-top-right-radius'?: string;
|
|
50
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
51
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
51
|
+
'--m-icon-size'?: string;
|
|
52
|
+
'--m-icon-color'?: string;
|
|
52
53
|
}
|
|
53
54
|
}
|
|
54
55
|
|
|
@@ -71,6 +72,5 @@ declare module 'react' {
|
|
|
71
72
|
'--m-table-border-top-right-radius'?: string;
|
|
72
73
|
'--m-table-border-bottom-left-radius'?: string;
|
|
73
74
|
'--m-table-border-bottom-right-radius'?: string;
|
|
74
|
-
'--m-table-border-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.25.0-next.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",
|
|
@@ -27,13 +27,22 @@
|
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@figma/code-connect": "^1.3.6",
|
|
29
29
|
"@loadsmart/miranda-utils": "0.0.0",
|
|
30
|
-
"@
|
|
30
|
+
"@storybook/addon-actions": "^8.6.15",
|
|
31
|
+
"@storybook/addon-essentials": "^8.6.15",
|
|
32
|
+
"@storybook/addon-interactions": "^8.6.15",
|
|
33
|
+
"@storybook/react": "^8.6.15",
|
|
34
|
+
"@storybook/react-vite": "^8.6.15",
|
|
35
|
+
"@storybook/test": "^8.6.15",
|
|
36
|
+
"@testing-library/cypress": "^10.0.3",
|
|
31
37
|
"@types/react": "^18.3.24",
|
|
32
38
|
"@types/react-dom": "^18.3.7",
|
|
33
39
|
"@types/react-is": "^18.3.1",
|
|
34
40
|
"@vitejs/plugin-react": "^4.4.1",
|
|
41
|
+
"cypress": "15.0.0",
|
|
42
|
+
"cypress-plugin-tab": "^1.0.5",
|
|
35
43
|
"react": "^18.3.1",
|
|
36
44
|
"react-dom": "^18.3.1",
|
|
45
|
+
"storybook": "^8.6.15",
|
|
37
46
|
"ts-loader": "^9.4.2",
|
|
38
47
|
"tsx": "^4.19.4",
|
|
39
48
|
"typescript": "~5.9.3",
|
|
@@ -49,8 +58,8 @@
|
|
|
49
58
|
},
|
|
50
59
|
"dependencies": {
|
|
51
60
|
"@lit/react": "^1.0.5",
|
|
52
|
-
"@loadsmart/miranda-tokens": "4.
|
|
53
|
-
"@loadsmart/miranda-wc": "3.
|
|
61
|
+
"@loadsmart/miranda-tokens": "4.25.0-next.1",
|
|
62
|
+
"@loadsmart/miranda-wc": "3.25.0-next.1",
|
|
54
63
|
"react-is": "^18.3.1"
|
|
55
64
|
},
|
|
56
65
|
"directories": {
|
|
@@ -63,5 +72,6 @@
|
|
|
63
72
|
"bugs": {
|
|
64
73
|
"url": "https://github.com/loadsmart/miranda-wc/issues"
|
|
65
74
|
},
|
|
66
|
-
"homepage": "https://github.com/loadsmart/miranda-wc#readme"
|
|
75
|
+
"homepage": "https://github.com/loadsmart/miranda-wc#readme",
|
|
76
|
+
"stableVersion": "0.0.0"
|
|
67
77
|
}
|