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

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
@@ -1592,14 +1592,6 @@ declare const WiredTooltip: ReactWebComponent<WCTooltip, {}>;
1592
1592
  export { }
1593
1593
 
1594
1594
 
1595
- declare module 'react' {
1596
- interface CSSProperties {
1597
- '--m-icon-size'?: string;
1598
- '--m-icon-color'?: string;
1599
- }
1600
- }
1601
-
1602
-
1603
1595
  declare module 'react' {
1604
1596
  interface CSSProperties {
1605
1597
  '--m-divider-margin-top'?: string;
@@ -1623,19 +1615,20 @@ declare module 'react' {
1623
1615
 
1624
1616
  declare module 'react' {
1625
1617
  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;
1618
+ '--m-icon-size'?: string;
1619
+ '--m-icon-color'?: string;
1631
1620
  }
1632
1621
  }
1633
1622
 
1634
1623
 
1635
1624
  declare module 'react' {
1636
1625
  interface CSSProperties {
1637
- '--m-text-display'?: string;
1638
- '--m-text-max-width'?: string;
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;
1631
+ '--m-table-border-width'?: string;
1639
1632
  }
1640
1633
  }
1641
1634
 
@@ -1647,7 +1640,14 @@ declare module 'react' {
1647
1640
  '--m-table-border-top-right-radius'?: string;
1648
1641
  '--m-table-border-bottom-left-radius'?: string;
1649
1642
  '--m-table-border-bottom-right-radius'?: string;
1650
- '--m-table-border-width'?: string;
1643
+ }
1644
+ }
1645
+
1646
+
1647
+ declare module 'react' {
1648
+ interface CSSProperties {
1649
+ '--m-text-display'?: string;
1650
+ '--m-text-max-width'?: string;
1651
1651
  }
1652
1652
  }
1653
1653
 
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-divider-margin-top'?: string;
@@ -36,19 +28,20 @@ declare module 'react' {
36
28
 
37
29
  declare module 'react' {
38
30
  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;
31
+ '--m-icon-size'?: string;
32
+ '--m-icon-color'?: string;
44
33
  }
45
34
  }
46
35
 
47
36
 
48
37
  declare module 'react' {
49
38
  interface CSSProperties {
50
- '--m-text-display'?: string;
51
- '--m-text-max-width'?: string;
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;
44
+ '--m-table-border-width'?: string;
52
45
  }
53
46
  }
54
47
 
@@ -60,7 +53,14 @@ declare module 'react' {
60
53
  '--m-table-border-top-right-radius'?: string;
61
54
  '--m-table-border-bottom-left-radius'?: string;
62
55
  '--m-table-border-bottom-right-radius'?: string;
63
- '--m-table-border-width'?: string;
56
+ }
57
+ }
58
+
59
+
60
+ declare module 'react' {
61
+ interface CSSProperties {
62
+ '--m-text-display'?: string;
63
+ '--m-text-max-width'?: string;
64
64
  }
65
65
  }
66
66
 
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.73",
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.73",
45
+ "@loadsmart/miranda-wc": "3.0.0-beta.73",
46
46
  "react-is": "^18.3.1"
47
47
  },
48
48
  "directories": {