@loadsmart/miranda-react 3.21.0-alpha.2 → 3.22.0-alpha.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 CHANGED
@@ -1789,15 +1789,6 @@ 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
-
1801
1792
  declare module 'react' {
1802
1793
  interface CSSProperties {
1803
1794
  '--m-card-body-padding'?: string;
@@ -1818,6 +1809,15 @@ declare module 'react' {
1818
1809
  }
1819
1810
 
1820
1811
 
1812
+ declare module 'react' {
1813
+ interface CSSProperties {
1814
+ '--m-divider-margin-top'?: string;
1815
+ '--m-divider-margin-bottom'?: string;
1816
+ '--m-divider-margin-y'?: string;
1817
+ }
1818
+ }
1819
+
1820
+
1821
1821
  declare module 'react' {
1822
1822
  interface CSSProperties {
1823
1823
  '--m-table-border-radius'?: string;
@@ -1836,7 +1836,6 @@ declare module 'react' {
1836
1836
  '--m-table-border-top-right-radius'?: string;
1837
1837
  '--m-table-border-bottom-left-radius'?: string;
1838
1838
  '--m-table-border-bottom-right-radius'?: string;
1839
- '--m-table-border-width'?: string;
1840
1839
  }
1841
1840
  }
1842
1841
 
@@ -1848,6 +1847,7 @@ declare module 'react' {
1848
1847
  '--m-table-border-top-right-radius'?: string;
1849
1848
  '--m-table-border-bottom-left-radius'?: string;
1850
1849
  '--m-table-border-bottom-right-radius'?: string;
1850
+ '--m-table-border-width'?: string;
1851
1851
  }
1852
1852
  }
1853
1853
 
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-card-body-padding'?: string;
@@ -34,6 +25,15 @@ declare module 'react' {
34
25
  }
35
26
 
36
27
 
28
+ declare module 'react' {
29
+ interface CSSProperties {
30
+ '--m-divider-margin-top'?: string;
31
+ '--m-divider-margin-bottom'?: string;
32
+ '--m-divider-margin-y'?: string;
33
+ }
34
+ }
35
+
36
+
37
37
  declare module 'react' {
38
38
  interface CSSProperties {
39
39
  '--m-table-border-radius'?: string;
@@ -52,7 +52,6 @@ declare module 'react' {
52
52
  '--m-table-border-top-right-radius'?: string;
53
53
  '--m-table-border-bottom-left-radius'?: string;
54
54
  '--m-table-border-bottom-right-radius'?: string;
55
- '--m-table-border-width'?: string;
56
55
  }
57
56
  }
58
57
 
@@ -64,6 +63,7 @@ declare module 'react' {
64
63
  '--m-table-border-top-right-radius'?: string;
65
64
  '--m-table-border-bottom-left-radius'?: string;
66
65
  '--m-table-border-bottom-right-radius'?: string;
66
+ '--m-table-border-width'?: string;
67
67
  }
68
68
  }
69
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-react",
3
- "version": "3.21.0-alpha.2",
3
+ "version": "3.22.0-alpha.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",
@@ -49,8 +49,8 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@lit/react": "^1.0.5",
52
- "@loadsmart/miranda-tokens": "4.21.0-alpha.2",
53
- "@loadsmart/miranda-wc": "3.21.0-alpha.2",
52
+ "@loadsmart/miranda-tokens": "4.22.0-alpha.1",
53
+ "@loadsmart/miranda-wc": "3.22.0-alpha.1",
54
54
  "react-is": "^18.3.1"
55
55
  },
56
56
  "directories": {