@loadsmart/miranda-react 3.0.0-beta.72 → 3.0.0-beta.74

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
@@ -1600,15 +1600,6 @@ declare module 'react' {
1600
1600
  }
1601
1601
 
1602
1602
 
1603
- declare module 'react' {
1604
- interface CSSProperties {
1605
- '--m-divider-margin-top'?: string;
1606
- '--m-divider-margin-bottom'?: string;
1607
- '--m-divider-margin-y'?: string;
1608
- }
1609
- }
1610
-
1611
-
1612
1603
  declare module 'react' {
1613
1604
  interface CSSProperties {
1614
1605
  '--m-card-body-padding'?: string;
@@ -1623,11 +1614,9 @@ declare module 'react' {
1623
1614
 
1624
1615
  declare module 'react' {
1625
1616
  interface CSSProperties {
1626
- '--m-table-border-radius'?: string;
1627
- '--m-table-border-top-left-radius'?: string;
1628
- '--m-table-border-top-right-radius'?: string;
1629
- '--m-table-border-bottom-left-radius'?: string;
1630
- '--m-table-border-bottom-right-radius'?: string;
1617
+ '--m-divider-margin-top'?: string;
1618
+ '--m-divider-margin-bottom'?: string;
1619
+ '--m-divider-margin-y'?: string;
1631
1620
  }
1632
1621
  }
1633
1622
 
@@ -1647,7 +1636,6 @@ declare module 'react' {
1647
1636
  '--m-table-border-top-right-radius'?: string;
1648
1637
  '--m-table-border-bottom-left-radius'?: string;
1649
1638
  '--m-table-border-bottom-right-radius'?: string;
1650
- '--m-table-border-width'?: string;
1651
1639
  }
1652
1640
  }
1653
1641
 
@@ -1661,3 +1649,15 @@ declare module 'react' {
1661
1649
  '--m-table-border-bottom-right-radius'?: string;
1662
1650
  }
1663
1651
  }
1652
+
1653
+
1654
+ declare module 'react' {
1655
+ interface CSSProperties {
1656
+ '--m-table-border-radius'?: string;
1657
+ '--m-table-border-top-left-radius'?: string;
1658
+ '--m-table-border-top-right-radius'?: string;
1659
+ '--m-table-border-bottom-left-radius'?: string;
1660
+ '--m-table-border-bottom-right-radius'?: string;
1661
+ '--m-table-border-width'?: string;
1662
+ }
1663
+ }
package/dist/tokens.d.ts CHANGED
@@ -13,15 +13,6 @@ declare module 'react' {
13
13
  }
14
14
 
15
15
 
16
- declare module 'react' {
17
- interface CSSProperties {
18
- '--m-divider-margin-top'?: string;
19
- '--m-divider-margin-bottom'?: string;
20
- '--m-divider-margin-y'?: string;
21
- }
22
- }
23
-
24
-
25
16
  declare module 'react' {
26
17
  interface CSSProperties {
27
18
  '--m-card-body-padding'?: string;
@@ -36,11 +27,9 @@ declare module 'react' {
36
27
 
37
28
  declare module 'react' {
38
29
  interface CSSProperties {
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;
30
+ '--m-divider-margin-top'?: string;
31
+ '--m-divider-margin-bottom'?: string;
32
+ '--m-divider-margin-y'?: string;
44
33
  }
45
34
  }
46
35
 
@@ -60,7 +49,6 @@ declare module 'react' {
60
49
  '--m-table-border-top-right-radius'?: string;
61
50
  '--m-table-border-bottom-left-radius'?: string;
62
51
  '--m-table-border-bottom-right-radius'?: string;
63
- '--m-table-border-width'?: string;
64
52
  }
65
53
  }
66
54
 
@@ -74,3 +62,15 @@ declare module 'react' {
74
62
  '--m-table-border-bottom-right-radius'?: string;
75
63
  }
76
64
  }
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.0.0-beta.72",
3
+ "version": "3.0.0-beta.74",
4
4
  "description": "React component library based on Miranda Web Components",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -41,8 +41,8 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@lit/react": "^1.0.5",
44
- "@loadsmart/miranda-tokens": "4.0.0-beta.72",
45
- "@loadsmart/miranda-wc": "3.0.0-beta.72",
44
+ "@loadsmart/miranda-tokens": "4.0.0-beta.74",
45
+ "@loadsmart/miranda-wc": "3.0.0-beta.74",
46
46
  "react-is": "^18.3.1"
47
47
  },
48
48
  "directories": {