@loadsmart/miranda-react 3.2.0 → 3.4.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 CHANGED
@@ -1602,14 +1602,6 @@ declare const WiredTooltip: ReactWebComponent<WCTooltip, {}>;
1602
1602
  export { }
1603
1603
 
1604
1604
 
1605
- declare module 'react' {
1606
- interface CSSProperties {
1607
- '--m-icon-size'?: string;
1608
- '--m-icon-color'?: string;
1609
- }
1610
- }
1611
-
1612
-
1613
1605
  declare module 'react' {
1614
1606
  interface CSSProperties {
1615
1607
  '--m-card-body-padding'?: string;
@@ -1631,6 +1623,14 @@ declare module 'react' {
1631
1623
  }
1632
1624
 
1633
1625
 
1626
+ declare module 'react' {
1627
+ interface CSSProperties {
1628
+ '--m-icon-size'?: string;
1629
+ '--m-icon-color'?: string;
1630
+ }
1631
+ }
1632
+
1633
+
1634
1634
  declare module 'react' {
1635
1635
  interface CSSProperties {
1636
1636
  '--m-table-border-radius'?: string;
@@ -1638,6 +1638,7 @@ declare module 'react' {
1638
1638
  '--m-table-border-top-right-radius'?: string;
1639
1639
  '--m-table-border-bottom-left-radius'?: string;
1640
1640
  '--m-table-border-bottom-right-radius'?: string;
1641
+ '--m-table-border-width'?: string;
1641
1642
  }
1642
1643
  }
1643
1644
 
@@ -1668,6 +1669,5 @@ declare module 'react' {
1668
1669
  '--m-table-border-top-right-radius'?: string;
1669
1670
  '--m-table-border-bottom-left-radius'?: string;
1670
1671
  '--m-table-border-bottom-right-radius'?: string;
1671
- '--m-table-border-width'?: string;
1672
1672
  }
1673
1673
  }
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;
@@ -34,6 +26,14 @@ declare module 'react' {
34
26
  }
35
27
 
36
28
 
29
+ declare module 'react' {
30
+ interface CSSProperties {
31
+ '--m-icon-size'?: string;
32
+ '--m-icon-color'?: string;
33
+ }
34
+ }
35
+
36
+
37
37
  declare module 'react' {
38
38
  interface CSSProperties {
39
39
  '--m-table-border-radius'?: string;
@@ -41,6 +41,7 @@ declare module 'react' {
41
41
  '--m-table-border-top-right-radius'?: string;
42
42
  '--m-table-border-bottom-left-radius'?: string;
43
43
  '--m-table-border-bottom-right-radius'?: string;
44
+ '--m-table-border-width'?: string;
44
45
  }
45
46
  }
46
47
 
@@ -71,6 +72,5 @@ declare module 'react' {
71
72
  '--m-table-border-top-right-radius'?: string;
72
73
  '--m-table-border-bottom-left-radius'?: string;
73
74
  '--m-table-border-bottom-right-radius'?: string;
74
- '--m-table-border-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.2.0",
3
+ "version": "3.4.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.2.0",
53
- "@loadsmart/miranda-wc": "3.2.0",
52
+ "@loadsmart/miranda-tokens": "4.4.0",
53
+ "@loadsmart/miranda-wc": "3.4.0",
54
54
  "react-is": "^18.3.1"
55
55
  },
56
56
  "directories": {