@loadsmart/miranda-react 3.0.0-beta.84 → 3.0.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
@@ -1594,21 +1594,21 @@ export { }
1594
1594
 
1595
1595
  declare module 'react' {
1596
1596
  interface CSSProperties {
1597
- '--m-card-body-padding'?: string;
1598
- '--m-card-border-top'?: string;
1599
- '--m-card-border-left'?: string;
1600
- '--m-card-border-bottom'?: string;
1601
- '--m-card-border-right'?: string;
1602
- '--m-card-border-radius'?: string;
1597
+ '--m-divider-margin-top'?: string;
1598
+ '--m-divider-margin-bottom'?: string;
1599
+ '--m-divider-margin-y'?: string;
1603
1600
  }
1604
1601
  }
1605
1602
 
1606
1603
 
1607
1604
  declare module 'react' {
1608
1605
  interface CSSProperties {
1609
- '--m-divider-margin-top'?: string;
1610
- '--m-divider-margin-bottom'?: string;
1611
- '--m-divider-margin-y'?: string;
1606
+ '--m-card-body-padding'?: string;
1607
+ '--m-card-border-top'?: string;
1608
+ '--m-card-border-left'?: string;
1609
+ '--m-card-border-bottom'?: string;
1610
+ '--m-card-border-right'?: string;
1611
+ '--m-card-border-radius'?: string;
1612
1612
  }
1613
1613
  }
1614
1614
 
@@ -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
 
@@ -1645,19 +1646,18 @@ declare module 'react' {
1645
1646
 
1646
1647
  declare module 'react' {
1647
1648
  interface CSSProperties {
1648
- '--m-text-display'?: string;
1649
- '--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;
1650
1654
  }
1651
1655
  }
1652
1656
 
1653
1657
 
1654
1658
  declare module 'react' {
1655
1659
  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;
1660
+ '--m-text-display'?: string;
1661
+ '--m-text-max-width'?: string;
1662
1662
  }
1663
1663
  }
package/dist/tokens.d.ts CHANGED
@@ -7,21 +7,21 @@ export { }
7
7
 
8
8
  declare module 'react' {
9
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;
10
+ '--m-divider-margin-top'?: string;
11
+ '--m-divider-margin-bottom'?: string;
12
+ '--m-divider-margin-y'?: string;
16
13
  }
17
14
  }
18
15
 
19
16
 
20
17
  declare module 'react' {
21
18
  interface CSSProperties {
22
- '--m-divider-margin-top'?: string;
23
- '--m-divider-margin-bottom'?: string;
24
- '--m-divider-margin-y'?: string;
19
+ '--m-card-body-padding'?: string;
20
+ '--m-card-border-top'?: string;
21
+ '--m-card-border-left'?: string;
22
+ '--m-card-border-bottom'?: string;
23
+ '--m-card-border-right'?: string;
24
+ '--m-card-border-radius'?: string;
25
25
  }
26
26
  }
27
27
 
@@ -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
 
@@ -58,19 +59,18 @@ declare module 'react' {
58
59
 
59
60
  declare module 'react' {
60
61
  interface CSSProperties {
61
- '--m-text-display'?: string;
62
- '--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;
63
67
  }
64
68
  }
65
69
 
66
70
 
67
71
  declare module 'react' {
68
72
  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;
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.84",
3
+ "version": "3.0.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.0.0-beta.84",
53
- "@loadsmart/miranda-wc": "3.0.0-beta.84",
52
+ "@loadsmart/miranda-tokens": "4.0.0",
53
+ "@loadsmart/miranda-wc": "3.0.0",
54
54
  "react-is": "^18.3.1"
55
55
  },
56
56
  "directories": {