@loadsmart/miranda-react 3.6.0 → 3.6.1

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
@@ -1618,6 +1618,14 @@ declare module 'react' {
1618
1618
  }
1619
1619
 
1620
1620
 
1621
+ declare module 'react' {
1622
+ interface CSSProperties {
1623
+ '--m-icon-size'?: string;
1624
+ '--m-icon-color'?: string;
1625
+ }
1626
+ }
1627
+
1628
+
1621
1629
  declare module 'react' {
1622
1630
  interface CSSProperties {
1623
1631
  '--m-divider-margin-top'?: string;
@@ -1629,8 +1637,8 @@ declare module 'react' {
1629
1637
 
1630
1638
  declare module 'react' {
1631
1639
  interface CSSProperties {
1632
- '--m-icon-size'?: string;
1633
- '--m-icon-color'?: string;
1640
+ '--m-text-display'?: string;
1641
+ '--m-text-max-width'?: string;
1634
1642
  }
1635
1643
  }
1636
1644
 
@@ -1667,11 +1675,3 @@ declare module 'react' {
1667
1675
  '--m-table-border-width'?: string;
1668
1676
  }
1669
1677
  }
1670
-
1671
-
1672
- declare module 'react' {
1673
- interface CSSProperties {
1674
- '--m-text-display'?: string;
1675
- '--m-text-max-width'?: string;
1676
- }
1677
- }
package/dist/tokens.d.ts CHANGED
@@ -17,6 +17,14 @@ declare module 'react' {
17
17
  }
18
18
 
19
19
 
20
+ declare module 'react' {
21
+ interface CSSProperties {
22
+ '--m-icon-size'?: string;
23
+ '--m-icon-color'?: string;
24
+ }
25
+ }
26
+
27
+
20
28
  declare module 'react' {
21
29
  interface CSSProperties {
22
30
  '--m-divider-margin-top'?: string;
@@ -28,8 +36,8 @@ declare module 'react' {
28
36
 
29
37
  declare module 'react' {
30
38
  interface CSSProperties {
31
- '--m-icon-size'?: string;
32
- '--m-icon-color'?: string;
39
+ '--m-text-display'?: string;
40
+ '--m-text-max-width'?: string;
33
41
  }
34
42
  }
35
43
 
@@ -66,11 +74,3 @@ declare module 'react' {
66
74
  '--m-table-border-width'?: string;
67
75
  }
68
76
  }
69
-
70
-
71
- declare module 'react' {
72
- interface CSSProperties {
73
- '--m-text-display'?: string;
74
- '--m-text-max-width'?: string;
75
- }
76
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-react",
3
- "version": "3.6.0",
3
+ "version": "3.6.1",
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.6.0",
53
- "@loadsmart/miranda-wc": "3.6.0",
52
+ "@loadsmart/miranda-tokens": "4.6.1",
53
+ "@loadsmart/miranda-wc": "3.6.1",
54
54
  "react-is": "^18.3.1"
55
55
  },
56
56
  "directories": {