@loadsmart/miranda-react 4.0.0-alpha.11 → 4.0.0-alpha.12

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 CHANGED
@@ -1775,15 +1775,6 @@ declare const WiredTooltip: ReactWebComponent<WCTooltip, {}>;
1775
1775
  export { }
1776
1776
 
1777
1777
 
1778
- declare module 'react' {
1779
- interface CSSProperties {
1780
- '--m-divider-margin-top'?: string;
1781
- '--m-divider-margin-bottom'?: string;
1782
- '--m-divider-margin-y'?: string;
1783
- }
1784
- }
1785
-
1786
-
1787
1778
  declare module 'react' {
1788
1779
  interface CSSProperties {
1789
1780
  '--m-table-border-radius'?: string;
@@ -1791,26 +1782,15 @@ declare module 'react' {
1791
1782
  '--m-table-border-top-right-radius'?: string;
1792
1783
  '--m-table-border-bottom-left-radius'?: string;
1793
1784
  '--m-table-border-bottom-right-radius'?: string;
1794
- '--m-table-border-width'?: string;
1795
1785
  }
1796
1786
  }
1797
1787
 
1798
1788
 
1799
1789
  declare module 'react' {
1800
1790
  interface CSSProperties {
1801
- '--m-table-border-radius'?: string;
1802
- '--m-table-border-top-left-radius'?: string;
1803
- '--m-table-border-top-right-radius'?: string;
1804
- '--m-table-border-bottom-left-radius'?: string;
1805
- '--m-table-border-bottom-right-radius'?: string;
1806
- }
1807
- }
1808
-
1809
-
1810
- declare module 'react' {
1811
- interface CSSProperties {
1812
- '--m-icon-size'?: string;
1813
- '--m-icon-color'?: string;
1791
+ '--m-divider-margin-top'?: string;
1792
+ '--m-divider-margin-bottom'?: string;
1793
+ '--m-divider-margin-y'?: string;
1814
1794
  }
1815
1795
  }
1816
1796
 
@@ -1842,5 +1822,25 @@ declare module 'react' {
1842
1822
  '--m-table-border-top-right-radius'?: string;
1843
1823
  '--m-table-border-bottom-left-radius'?: string;
1844
1824
  '--m-table-border-bottom-right-radius'?: string;
1825
+ '--m-table-border-width'?: string;
1826
+ }
1827
+ }
1828
+
1829
+
1830
+ declare module 'react' {
1831
+ interface CSSProperties {
1832
+ '--m-table-border-radius'?: string;
1833
+ '--m-table-border-top-left-radius'?: string;
1834
+ '--m-table-border-top-right-radius'?: string;
1835
+ '--m-table-border-bottom-left-radius'?: string;
1836
+ '--m-table-border-bottom-right-radius'?: string;
1837
+ }
1838
+ }
1839
+
1840
+
1841
+ declare module 'react' {
1842
+ interface CSSProperties {
1843
+ '--m-icon-size'?: string;
1844
+ '--m-icon-color'?: string;
1845
1845
  }
1846
1846
  }
package/dist/tokens.d.ts CHANGED
@@ -5,15 +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-divider-margin-top'?: string;
11
- '--m-divider-margin-bottom'?: string;
12
- '--m-divider-margin-y'?: string;
13
- }
14
- }
15
-
16
-
17
8
  declare module 'react' {
18
9
  interface CSSProperties {
19
10
  '--m-table-border-radius'?: string;
@@ -21,26 +12,15 @@ declare module 'react' {
21
12
  '--m-table-border-top-right-radius'?: string;
22
13
  '--m-table-border-bottom-left-radius'?: string;
23
14
  '--m-table-border-bottom-right-radius'?: string;
24
- '--m-table-border-width'?: string;
25
15
  }
26
16
  }
27
17
 
28
18
 
29
19
  declare module 'react' {
30
20
  interface CSSProperties {
31
- '--m-table-border-radius'?: string;
32
- '--m-table-border-top-left-radius'?: string;
33
- '--m-table-border-top-right-radius'?: string;
34
- '--m-table-border-bottom-left-radius'?: string;
35
- '--m-table-border-bottom-right-radius'?: string;
36
- }
37
- }
38
-
39
-
40
- declare module 'react' {
41
- interface CSSProperties {
42
- '--m-icon-size'?: string;
43
- '--m-icon-color'?: string;
21
+ '--m-divider-margin-top'?: string;
22
+ '--m-divider-margin-bottom'?: string;
23
+ '--m-divider-margin-y'?: string;
44
24
  }
45
25
  }
46
26
 
@@ -72,5 +52,25 @@ declare module 'react' {
72
52
  '--m-table-border-top-right-radius'?: string;
73
53
  '--m-table-border-bottom-left-radius'?: string;
74
54
  '--m-table-border-bottom-right-radius'?: string;
55
+ '--m-table-border-width'?: string;
56
+ }
57
+ }
58
+
59
+
60
+ declare module 'react' {
61
+ interface CSSProperties {
62
+ '--m-table-border-radius'?: string;
63
+ '--m-table-border-top-left-radius'?: string;
64
+ '--m-table-border-top-right-radius'?: string;
65
+ '--m-table-border-bottom-left-radius'?: string;
66
+ '--m-table-border-bottom-right-radius'?: string;
67
+ }
68
+ }
69
+
70
+
71
+ declare module 'react' {
72
+ interface CSSProperties {
73
+ '--m-icon-size'?: string;
74
+ '--m-icon-color'?: string;
75
75
  }
76
76
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-react",
3
- "version": "4.0.0-alpha.11",
3
+ "version": "4.0.0-alpha.12",
4
4
  "description": "React component library based on Miranda Web Components",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -56,8 +56,8 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@lit/react": "^1.0.5",
59
- "@loadsmart/miranda-tokens": "5.0.0-alpha.11",
60
- "@loadsmart/miranda-wc": "4.0.0-alpha.11",
59
+ "@loadsmart/miranda-tokens": "5.0.0-alpha.12",
60
+ "@loadsmart/miranda-wc": "4.0.0-alpha.12",
61
61
  "react-is": "^18.3.1"
62
62
  },
63
63
  "directories": {