@loadsmart/miranda-react 3.0.0-beta.74 → 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
@@ -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-card-body-padding'?: string;
@@ -1623,8 +1615,8 @@ declare module 'react' {
1623
1615
 
1624
1616
  declare module 'react' {
1625
1617
  interface CSSProperties {
1626
- '--m-text-display'?: string;
1627
- '--m-text-max-width'?: string;
1618
+ '--m-icon-size'?: string;
1619
+ '--m-icon-color'?: string;
1628
1620
  }
1629
1621
  }
1630
1622
 
@@ -1636,6 +1628,7 @@ declare module 'react' {
1636
1628
  '--m-table-border-top-right-radius'?: string;
1637
1629
  '--m-table-border-bottom-left-radius'?: string;
1638
1630
  '--m-table-border-bottom-right-radius'?: string;
1631
+ '--m-table-border-width'?: string;
1639
1632
  }
1640
1633
  }
1641
1634
 
@@ -1658,6 +1651,13 @@ declare module 'react' {
1658
1651
  '--m-table-border-top-right-radius'?: string;
1659
1652
  '--m-table-border-bottom-left-radius'?: string;
1660
1653
  '--m-table-border-bottom-right-radius'?: string;
1661
- '--m-table-border-width'?: string;
1654
+ }
1655
+ }
1656
+
1657
+
1658
+ declare module 'react' {
1659
+ interface CSSProperties {
1660
+ '--m-text-display'?: string;
1661
+ '--m-text-max-width'?: string;
1662
1662
  }
1663
1663
  }
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-card-body-padding'?: string;
@@ -36,8 +28,8 @@ declare module 'react' {
36
28
 
37
29
  declare module 'react' {
38
30
  interface CSSProperties {
39
- '--m-text-display'?: string;
40
- '--m-text-max-width'?: string;
31
+ '--m-icon-size'?: string;
32
+ '--m-icon-color'?: string;
41
33
  }
42
34
  }
43
35
 
@@ -49,6 +41,7 @@ declare module 'react' {
49
41
  '--m-table-border-top-right-radius'?: string;
50
42
  '--m-table-border-bottom-left-radius'?: string;
51
43
  '--m-table-border-bottom-right-radius'?: string;
44
+ '--m-table-border-width'?: string;
52
45
  }
53
46
  }
54
47
 
@@ -71,6 +64,13 @@ declare module 'react' {
71
64
  '--m-table-border-top-right-radius'?: string;
72
65
  '--m-table-border-bottom-left-radius'?: string;
73
66
  '--m-table-border-bottom-right-radius'?: string;
74
- '--m-table-border-width'?: string;
67
+ }
68
+ }
69
+
70
+
71
+ declare module 'react' {
72
+ interface CSSProperties {
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.74",
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.74",
45
- "@loadsmart/miranda-wc": "3.0.0-beta.74",
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": {