@loadsmart/miranda-react 3.12.0 → 3.12.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
@@ -1762,6 +1762,18 @@ declare const WiredTooltip: ReactWebComponent<WCTooltip, {}>;
1762
1762
  export { }
1763
1763
 
1764
1764
 
1765
+ declare module 'react' {
1766
+ interface CSSProperties {
1767
+ '--m-card-body-padding'?: string;
1768
+ '--m-card-border-top'?: string;
1769
+ '--m-card-border-left'?: string;
1770
+ '--m-card-border-bottom'?: string;
1771
+ '--m-card-border-right'?: string;
1772
+ '--m-card-border-radius'?: string;
1773
+ }
1774
+ }
1775
+
1776
+
1765
1777
  declare module 'react' {
1766
1778
  interface CSSProperties {
1767
1779
  '--m-divider-margin-top'?: string;
@@ -1781,12 +1793,11 @@ declare module 'react' {
1781
1793
 
1782
1794
  declare module 'react' {
1783
1795
  interface CSSProperties {
1784
- '--m-card-body-padding'?: string;
1785
- '--m-card-border-top'?: string;
1786
- '--m-card-border-left'?: string;
1787
- '--m-card-border-bottom'?: string;
1788
- '--m-card-border-right'?: string;
1789
- '--m-card-border-radius'?: string;
1796
+ '--m-table-border-radius'?: string;
1797
+ '--m-table-border-top-left-radius'?: string;
1798
+ '--m-table-border-top-right-radius'?: string;
1799
+ '--m-table-border-bottom-left-radius'?: string;
1800
+ '--m-table-border-bottom-right-radius'?: string;
1790
1801
  }
1791
1802
  }
1792
1803
 
@@ -1798,6 +1809,7 @@ declare module 'react' {
1798
1809
  '--m-table-border-top-right-radius'?: string;
1799
1810
  '--m-table-border-bottom-left-radius'?: string;
1800
1811
  '--m-table-border-bottom-right-radius'?: string;
1812
+ '--m-table-border-width'?: string;
1801
1813
  }
1802
1814
  }
1803
1815
 
@@ -1819,15 +1831,3 @@ declare module 'react' {
1819
1831
  '--m-table-border-bottom-right-radius'?: string;
1820
1832
  }
1821
1833
  }
1822
-
1823
-
1824
- declare module 'react' {
1825
- interface CSSProperties {
1826
- '--m-table-border-radius'?: string;
1827
- '--m-table-border-top-left-radius'?: string;
1828
- '--m-table-border-top-right-radius'?: string;
1829
- '--m-table-border-bottom-left-radius'?: string;
1830
- '--m-table-border-bottom-right-radius'?: string;
1831
- '--m-table-border-width'?: string;
1832
- }
1833
- }
package/dist/tokens.d.ts CHANGED
@@ -5,6 +5,18 @@ export * from "@loadsmart/miranda-tokens/dist/themes.js";
5
5
  export { }
6
6
 
7
7
 
8
+ declare module 'react' {
9
+ interface CSSProperties {
10
+ '--m-card-body-padding'?: string;
11
+ '--m-card-border-top'?: string;
12
+ '--m-card-border-left'?: string;
13
+ '--m-card-border-bottom'?: string;
14
+ '--m-card-border-right'?: string;
15
+ '--m-card-border-radius'?: string;
16
+ }
17
+ }
18
+
19
+
8
20
  declare module 'react' {
9
21
  interface CSSProperties {
10
22
  '--m-divider-margin-top'?: string;
@@ -24,12 +36,11 @@ declare module 'react' {
24
36
 
25
37
  declare module 'react' {
26
38
  interface CSSProperties {
27
- '--m-card-body-padding'?: string;
28
- '--m-card-border-top'?: string;
29
- '--m-card-border-left'?: string;
30
- '--m-card-border-bottom'?: string;
31
- '--m-card-border-right'?: string;
32
- '--m-card-border-radius'?: 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
 
@@ -41,6 +52,7 @@ declare module 'react' {
41
52
  '--m-table-border-top-right-radius'?: string;
42
53
  '--m-table-border-bottom-left-radius'?: string;
43
54
  '--m-table-border-bottom-right-radius'?: string;
55
+ '--m-table-border-width'?: string;
44
56
  }
45
57
  }
46
58
 
@@ -62,15 +74,3 @@ declare module 'react' {
62
74
  '--m-table-border-bottom-right-radius'?: string;
63
75
  }
64
76
  }
65
-
66
-
67
- declare module 'react' {
68
- interface CSSProperties {
69
- '--m-table-border-radius'?: string;
70
- '--m-table-border-top-left-radius'?: string;
71
- '--m-table-border-top-right-radius'?: string;
72
- '--m-table-border-bottom-left-radius'?: string;
73
- '--m-table-border-bottom-right-radius'?: string;
74
- '--m-table-border-width'?: string;
75
- }
76
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-react",
3
- "version": "3.12.0",
3
+ "version": "3.12.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
  "dependencies": {
50
50
  "@figma/code-connect": "^1.3.3",
51
51
  "@lit/react": "^1.0.5",
52
- "@loadsmart/miranda-tokens": "4.12.0",
53
- "@loadsmart/miranda-wc": "3.12.0",
52
+ "@loadsmart/miranda-tokens": "4.12.1",
53
+ "@loadsmart/miranda-wc": "3.12.1",
54
54
  "react-is": "^18.3.1"
55
55
  },
56
56
  "directories": {