@loadsmart/miranda-react 3.10.0 → 3.11.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 +17 -17
- package/dist/tokens.d.ts +16 -16
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ import { FilePickerFile } from '@loadsmart/miranda-wc';
|
|
|
30
30
|
import { FileStatus } from '@loadsmart/miranda-wc';
|
|
31
31
|
import { ForwardRefExoticComponent } from 'react';
|
|
32
32
|
import { HeaderTabs as HeaderTabs_2 } from '@loadsmart/miranda-wc';
|
|
33
|
-
import { IconName } from '@loadsmart/miranda-
|
|
33
|
+
import { IconName } from '@loadsmart/miranda-icons';
|
|
34
34
|
import { InputHTMLAttributes } from 'react';
|
|
35
35
|
import { JustifyContentValue } from '@loadsmart/miranda-wc';
|
|
36
36
|
import { LinkReferrerPolicy } from '@loadsmart/miranda-wc';
|
|
@@ -1744,14 +1744,6 @@ declare const WiredTooltip: ReactWebComponent<WCTooltip, {}>;
|
|
|
1744
1744
|
export { }
|
|
1745
1745
|
|
|
1746
1746
|
|
|
1747
|
-
declare module 'react' {
|
|
1748
|
-
interface CSSProperties {
|
|
1749
|
-
'--m-icon-size'?: string;
|
|
1750
|
-
'--m-icon-color'?: string;
|
|
1751
|
-
}
|
|
1752
|
-
}
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
1747
|
declare module 'react' {
|
|
1756
1748
|
interface CSSProperties {
|
|
1757
1749
|
'--m-card-body-padding'?: string;
|
|
@@ -1775,12 +1767,8 @@ declare module 'react' {
|
|
|
1775
1767
|
|
|
1776
1768
|
declare module 'react' {
|
|
1777
1769
|
interface CSSProperties {
|
|
1778
|
-
'--m-
|
|
1779
|
-
'--m-
|
|
1780
|
-
'--m-table-border-top-right-radius'?: string;
|
|
1781
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1782
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1783
|
-
'--m-table-border-width'?: string;
|
|
1770
|
+
'--m-icon-size'?: string;
|
|
1771
|
+
'--m-icon-color'?: string;
|
|
1784
1772
|
}
|
|
1785
1773
|
}
|
|
1786
1774
|
|
|
@@ -1798,8 +1786,11 @@ declare module 'react' {
|
|
|
1798
1786
|
|
|
1799
1787
|
declare module 'react' {
|
|
1800
1788
|
interface CSSProperties {
|
|
1801
|
-
'--m-
|
|
1802
|
-
'--m-
|
|
1789
|
+
'--m-table-border-radius'?: string;
|
|
1790
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1791
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1792
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1793
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1803
1794
|
}
|
|
1804
1795
|
}
|
|
1805
1796
|
|
|
@@ -1811,5 +1802,14 @@ declare module 'react' {
|
|
|
1811
1802
|
'--m-table-border-top-right-radius'?: string;
|
|
1812
1803
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1813
1804
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1805
|
+
'--m-table-border-width'?: string;
|
|
1806
|
+
}
|
|
1807
|
+
}
|
|
1808
|
+
|
|
1809
|
+
|
|
1810
|
+
declare module 'react' {
|
|
1811
|
+
interface CSSProperties {
|
|
1812
|
+
'--m-text-display'?: string;
|
|
1813
|
+
'--m-text-max-width'?: string;
|
|
1814
1814
|
}
|
|
1815
1815
|
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -5,14 +5,6 @@ export * from "@loadsmart/miranda-tokens/dist/themes.js";
|
|
|
5
5
|
export { }
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
declare module 'react' {
|
|
9
|
-
interface CSSProperties {
|
|
10
|
-
'--m-icon-size'?: string;
|
|
11
|
-
'--m-icon-color'?: string;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
|
|
16
8
|
declare module 'react' {
|
|
17
9
|
interface CSSProperties {
|
|
18
10
|
'--m-card-body-padding'?: string;
|
|
@@ -36,12 +28,8 @@ declare module 'react' {
|
|
|
36
28
|
|
|
37
29
|
declare module 'react' {
|
|
38
30
|
interface CSSProperties {
|
|
39
|
-
'--m-
|
|
40
|
-
'--m-
|
|
41
|
-
'--m-table-border-top-right-radius'?: string;
|
|
42
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
43
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
44
|
-
'--m-table-border-width'?: string;
|
|
31
|
+
'--m-icon-size'?: string;
|
|
32
|
+
'--m-icon-color'?: string;
|
|
45
33
|
}
|
|
46
34
|
}
|
|
47
35
|
|
|
@@ -59,8 +47,11 @@ declare module 'react' {
|
|
|
59
47
|
|
|
60
48
|
declare module 'react' {
|
|
61
49
|
interface CSSProperties {
|
|
62
|
-
'--m-
|
|
63
|
-
'--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;
|
|
64
55
|
}
|
|
65
56
|
}
|
|
66
57
|
|
|
@@ -72,5 +63,14 @@ declare module 'react' {
|
|
|
72
63
|
'--m-table-border-top-right-radius'?: string;
|
|
73
64
|
'--m-table-border-bottom-left-radius'?: string;
|
|
74
65
|
'--m-table-border-bottom-right-radius'?: string;
|
|
66
|
+
'--m-table-border-width'?: string;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
declare module 'react' {
|
|
72
|
+
interface CSSProperties {
|
|
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.11.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.11.0",
|
|
53
|
+
"@loadsmart/miranda-wc": "3.11.0",
|
|
54
54
|
"react-is": "^18.3.1"
|
|
55
55
|
},
|
|
56
56
|
"directories": {
|