@loadsmart/miranda-react 3.0.0-beta.75 → 3.0.0-beta.76

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
@@ -1606,17 +1606,17 @@ declare module 'react' {
1606
1606
 
1607
1607
  declare module 'react' {
1608
1608
  interface CSSProperties {
1609
- '--m-icon-size'?: string;
1610
- '--m-icon-color'?: string;
1609
+ '--m-divider-margin-top'?: string;
1610
+ '--m-divider-margin-bottom'?: string;
1611
+ '--m-divider-margin-y'?: string;
1611
1612
  }
1612
1613
  }
1613
1614
 
1614
1615
 
1615
1616
  declare module 'react' {
1616
1617
  interface CSSProperties {
1617
- '--m-divider-margin-top'?: string;
1618
- '--m-divider-margin-bottom'?: string;
1619
- '--m-divider-margin-y'?: string;
1618
+ '--m-icon-size'?: string;
1619
+ '--m-icon-color'?: string;
1620
1620
  }
1621
1621
  }
1622
1622
 
@@ -1628,6 +1628,7 @@ declare module 'react' {
1628
1628
  '--m-table-border-top-right-radius'?: string;
1629
1629
  '--m-table-border-bottom-left-radius'?: string;
1630
1630
  '--m-table-border-bottom-right-radius'?: string;
1631
+ '--m-table-border-width'?: string;
1631
1632
  }
1632
1633
  }
1633
1634
 
@@ -1639,25 +1640,24 @@ declare module 'react' {
1639
1640
  '--m-table-border-top-right-radius'?: string;
1640
1641
  '--m-table-border-bottom-left-radius'?: string;
1641
1642
  '--m-table-border-bottom-right-radius'?: string;
1642
- '--m-table-border-width'?: string;
1643
1643
  }
1644
1644
  }
1645
1645
 
1646
1646
 
1647
1647
  declare module 'react' {
1648
1648
  interface CSSProperties {
1649
- '--m-text-display'?: string;
1650
- '--m-text-max-width'?: string;
1649
+ '--m-table-border-radius'?: string;
1650
+ '--m-table-border-top-left-radius'?: string;
1651
+ '--m-table-border-top-right-radius'?: string;
1652
+ '--m-table-border-bottom-left-radius'?: string;
1653
+ '--m-table-border-bottom-right-radius'?: string;
1651
1654
  }
1652
1655
  }
1653
1656
 
1654
1657
 
1655
1658
  declare module 'react' {
1656
1659
  interface CSSProperties {
1657
- '--m-table-border-radius'?: string;
1658
- '--m-table-border-top-left-radius'?: string;
1659
- '--m-table-border-top-right-radius'?: string;
1660
- '--m-table-border-bottom-left-radius'?: string;
1661
- '--m-table-border-bottom-right-radius'?: string;
1660
+ '--m-text-display'?: string;
1661
+ '--m-text-max-width'?: string;
1662
1662
  }
1663
1663
  }
package/dist/tokens.d.ts CHANGED
@@ -19,17 +19,17 @@ declare module 'react' {
19
19
 
20
20
  declare module 'react' {
21
21
  interface CSSProperties {
22
- '--m-icon-size'?: string;
23
- '--m-icon-color'?: string;
22
+ '--m-divider-margin-top'?: string;
23
+ '--m-divider-margin-bottom'?: string;
24
+ '--m-divider-margin-y'?: string;
24
25
  }
25
26
  }
26
27
 
27
28
 
28
29
  declare module 'react' {
29
30
  interface CSSProperties {
30
- '--m-divider-margin-top'?: string;
31
- '--m-divider-margin-bottom'?: string;
32
- '--m-divider-margin-y'?: string;
31
+ '--m-icon-size'?: string;
32
+ '--m-icon-color'?: string;
33
33
  }
34
34
  }
35
35
 
@@ -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
 
@@ -52,25 +53,24 @@ declare module 'react' {
52
53
  '--m-table-border-top-right-radius'?: string;
53
54
  '--m-table-border-bottom-left-radius'?: string;
54
55
  '--m-table-border-bottom-right-radius'?: string;
55
- '--m-table-border-width'?: string;
56
56
  }
57
57
  }
58
58
 
59
59
 
60
60
  declare module 'react' {
61
61
  interface CSSProperties {
62
- '--m-text-display'?: string;
63
- '--m-text-max-width'?: string;
62
+ '--m-table-border-radius'?: string;
63
+ '--m-table-border-top-left-radius'?: string;
64
+ '--m-table-border-top-right-radius'?: string;
65
+ '--m-table-border-bottom-left-radius'?: string;
66
+ '--m-table-border-bottom-right-radius'?: string;
64
67
  }
65
68
  }
66
69
 
67
70
 
68
71
  declare module 'react' {
69
72
  interface CSSProperties {
70
- '--m-table-border-radius'?: string;
71
- '--m-table-border-top-left-radius'?: string;
72
- '--m-table-border-top-right-radius'?: string;
73
- '--m-table-border-bottom-left-radius'?: string;
74
- '--m-table-border-bottom-right-radius'?: string;
73
+ '--m-text-display'?: string;
74
+ '--m-text-max-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.0.0-beta.75",
3
+ "version": "3.0.0-beta.76",
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.75",
45
- "@loadsmart/miranda-wc": "3.0.0-beta.75",
44
+ "@loadsmart/miranda-tokens": "4.0.0-beta.76",
45
+ "@loadsmart/miranda-wc": "3.0.0-beta.76",
46
46
  "react-is": "^18.3.1"
47
47
  },
48
48
  "directories": {