@loadsmart/miranda-react 3.0.0 → 3.0.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
@@ -1601,6 +1601,14 @@ declare module 'react' {
1601
1601
  }
1602
1602
 
1603
1603
 
1604
+ declare module 'react' {
1605
+ interface CSSProperties {
1606
+ '--m-icon-size'?: string;
1607
+ '--m-icon-color'?: string;
1608
+ }
1609
+ }
1610
+
1611
+
1604
1612
  declare module 'react' {
1605
1613
  interface CSSProperties {
1606
1614
  '--m-card-body-padding'?: string;
@@ -1615,8 +1623,8 @@ declare module 'react' {
1615
1623
 
1616
1624
  declare module 'react' {
1617
1625
  interface CSSProperties {
1618
- '--m-icon-size'?: string;
1619
- '--m-icon-color'?: string;
1626
+ '--m-text-display'?: string;
1627
+ '--m-text-max-width'?: string;
1620
1628
  }
1621
1629
  }
1622
1630
 
@@ -1628,7 +1636,6 @@ declare module 'react' {
1628
1636
  '--m-table-border-top-right-radius'?: string;
1629
1637
  '--m-table-border-bottom-left-radius'?: string;
1630
1638
  '--m-table-border-bottom-right-radius'?: string;
1631
- '--m-table-border-width'?: string;
1632
1639
  }
1633
1640
  }
1634
1641
 
@@ -1640,6 +1647,7 @@ declare module 'react' {
1640
1647
  '--m-table-border-top-right-radius'?: string;
1641
1648
  '--m-table-border-bottom-left-radius'?: string;
1642
1649
  '--m-table-border-bottom-right-radius'?: string;
1650
+ '--m-table-border-width'?: string;
1643
1651
  }
1644
1652
  }
1645
1653
 
@@ -1653,11 +1661,3 @@ declare module 'react' {
1653
1661
  '--m-table-border-bottom-right-radius'?: string;
1654
1662
  }
1655
1663
  }
1656
-
1657
-
1658
- declare module 'react' {
1659
- interface CSSProperties {
1660
- '--m-text-display'?: string;
1661
- '--m-text-max-width'?: string;
1662
- }
1663
- }
package/dist/tokens.d.ts CHANGED
@@ -14,6 +14,14 @@ declare module 'react' {
14
14
  }
15
15
 
16
16
 
17
+ declare module 'react' {
18
+ interface CSSProperties {
19
+ '--m-icon-size'?: string;
20
+ '--m-icon-color'?: string;
21
+ }
22
+ }
23
+
24
+
17
25
  declare module 'react' {
18
26
  interface CSSProperties {
19
27
  '--m-card-body-padding'?: string;
@@ -28,8 +36,8 @@ declare module 'react' {
28
36
 
29
37
  declare module 'react' {
30
38
  interface CSSProperties {
31
- '--m-icon-size'?: string;
32
- '--m-icon-color'?: string;
39
+ '--m-text-display'?: string;
40
+ '--m-text-max-width'?: string;
33
41
  }
34
42
  }
35
43
 
@@ -41,7 +49,6 @@ declare module 'react' {
41
49
  '--m-table-border-top-right-radius'?: string;
42
50
  '--m-table-border-bottom-left-radius'?: string;
43
51
  '--m-table-border-bottom-right-radius'?: string;
44
- '--m-table-border-width'?: string;
45
52
  }
46
53
  }
47
54
 
@@ -53,6 +60,7 @@ declare module 'react' {
53
60
  '--m-table-border-top-right-radius'?: string;
54
61
  '--m-table-border-bottom-left-radius'?: string;
55
62
  '--m-table-border-bottom-right-radius'?: string;
63
+ '--m-table-border-width'?: string;
56
64
  }
57
65
  }
58
66
 
@@ -66,11 +74,3 @@ declare module 'react' {
66
74
  '--m-table-border-bottom-right-radius'?: string;
67
75
  }
68
76
  }
69
-
70
-
71
- declare module 'react' {
72
- interface CSSProperties {
73
- '--m-text-display'?: string;
74
- '--m-text-max-width'?: string;
75
- }
76
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-react",
3
- "version": "3.0.0",
3
+ "version": "3.0.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.0.0",
53
- "@loadsmart/miranda-wc": "3.0.0",
52
+ "@loadsmart/miranda-tokens": "4.0.1",
53
+ "@loadsmart/miranda-wc": "3.0.1",
54
54
  "react-is": "^18.3.1"
55
55
  },
56
56
  "directories": {