@loadsmart/miranda-react 3.20.1 → 3.21.0-alpha.2

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
@@ -1789,6 +1789,15 @@ declare const WiredTooltip: ReactWebComponent<WCTooltip, {}>;
1789
1789
  export { }
1790
1790
 
1791
1791
 
1792
+ declare module 'react' {
1793
+ interface CSSProperties {
1794
+ '--m-divider-margin-top'?: string;
1795
+ '--m-divider-margin-bottom'?: string;
1796
+ '--m-divider-margin-y'?: string;
1797
+ }
1798
+ }
1799
+
1800
+
1792
1801
  declare module 'react' {
1793
1802
  interface CSSProperties {
1794
1803
  '--m-card-body-padding'?: string;
@@ -1811,9 +1820,11 @@ declare module 'react' {
1811
1820
 
1812
1821
  declare module 'react' {
1813
1822
  interface CSSProperties {
1814
- '--m-divider-margin-top'?: string;
1815
- '--m-divider-margin-bottom'?: string;
1816
- '--m-divider-margin-y'?: string;
1823
+ '--m-table-border-radius'?: string;
1824
+ '--m-table-border-top-left-radius'?: string;
1825
+ '--m-table-border-top-right-radius'?: string;
1826
+ '--m-table-border-bottom-left-radius'?: string;
1827
+ '--m-table-border-bottom-right-radius'?: string;
1817
1828
  }
1818
1829
  }
1819
1830
 
@@ -1830,14 +1841,6 @@ declare module 'react' {
1830
1841
  }
1831
1842
 
1832
1843
 
1833
- declare module 'react' {
1834
- interface CSSProperties {
1835
- '--m-text-display'?: string;
1836
- '--m-text-max-width'?: string;
1837
- }
1838
- }
1839
-
1840
-
1841
1844
  declare module 'react' {
1842
1845
  interface CSSProperties {
1843
1846
  '--m-table-border-radius'?: string;
@@ -1851,10 +1854,7 @@ declare module 'react' {
1851
1854
 
1852
1855
  declare module 'react' {
1853
1856
  interface CSSProperties {
1854
- '--m-table-border-radius'?: string;
1855
- '--m-table-border-top-left-radius'?: string;
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
@@ -5,6 +5,15 @@ 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
+
8
17
  declare module 'react' {
9
18
  interface CSSProperties {
10
19
  '--m-card-body-padding'?: string;
@@ -27,9 +36,11 @@ declare module 'react' {
27
36
 
28
37
  declare module 'react' {
29
38
  interface CSSProperties {
30
- '--m-divider-margin-top'?: string;
31
- '--m-divider-margin-bottom'?: string;
32
- '--m-divider-margin-y'?: string;
39
+ '--m-table-border-radius'?: string;
40
+ '--m-table-border-top-left-radius'?: string;
41
+ '--m-table-border-top-right-radius'?: string;
42
+ '--m-table-border-bottom-left-radius'?: string;
43
+ '--m-table-border-bottom-right-radius'?: string;
33
44
  }
34
45
  }
35
46
 
@@ -46,14 +57,6 @@ declare module 'react' {
46
57
  }
47
58
 
48
59
 
49
- declare module 'react' {
50
- interface CSSProperties {
51
- '--m-text-display'?: string;
52
- '--m-text-max-width'?: string;
53
- }
54
- }
55
-
56
-
57
60
  declare module 'react' {
58
61
  interface CSSProperties {
59
62
  '--m-table-border-radius'?: string;
@@ -67,10 +70,7 @@ declare module 'react' {
67
70
 
68
71
  declare module 'react' {
69
72
  interface CSSProperties {
70
- '--m-table-border-radius'?: string;
71
- '--m-table-border-top-left-radius'?: string;
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.20.1",
3
+ "version": "3.21.0-alpha.2",
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.20.1",
53
- "@loadsmart/miranda-wc": "3.20.1",
52
+ "@loadsmart/miranda-tokens": "4.21.0-alpha.2",
53
+ "@loadsmart/miranda-wc": "3.21.0-alpha.2",
54
54
  "react-is": "^18.3.1"
55
55
  },
56
56
  "directories": {