@loadsmart/miranda-react 3.5.0 → 3.6.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
@@ -1606,15 +1606,6 @@ declare const WiredTooltip: ReactWebComponent<WCTooltip, {}>;
1606
1606
  export { }
1607
1607
 
1608
1608
 
1609
- declare module 'react' {
1610
- interface CSSProperties {
1611
- '--m-divider-margin-top'?: string;
1612
- '--m-divider-margin-bottom'?: string;
1613
- '--m-divider-margin-y'?: string;
1614
- }
1615
- }
1616
-
1617
-
1618
1609
  declare module 'react' {
1619
1610
  interface CSSProperties {
1620
1611
  '--m-card-body-padding'?: string;
@@ -1627,6 +1618,15 @@ declare module 'react' {
1627
1618
  }
1628
1619
 
1629
1620
 
1621
+ declare module 'react' {
1622
+ interface CSSProperties {
1623
+ '--m-divider-margin-top'?: string;
1624
+ '--m-divider-margin-bottom'?: string;
1625
+ '--m-divider-margin-y'?: string;
1626
+ }
1627
+ }
1628
+
1629
+
1630
1630
  declare module 'react' {
1631
1631
  interface CSSProperties {
1632
1632
  '--m-icon-size'?: string;
@@ -1657,14 +1657,6 @@ declare module 'react' {
1657
1657
  }
1658
1658
 
1659
1659
 
1660
- declare module 'react' {
1661
- interface CSSProperties {
1662
- '--m-text-display'?: string;
1663
- '--m-text-max-width'?: string;
1664
- }
1665
- }
1666
-
1667
-
1668
1660
  declare module 'react' {
1669
1661
  interface CSSProperties {
1670
1662
  '--m-table-border-radius'?: string;
@@ -1675,3 +1667,11 @@ declare module 'react' {
1675
1667
  '--m-table-border-width'?: string;
1676
1668
  }
1677
1669
  }
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
@@ -5,15 +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-divider-margin-top'?: string;
11
- '--m-divider-margin-bottom'?: string;
12
- '--m-divider-margin-y'?: string;
13
- }
14
- }
15
-
16
-
17
8
  declare module 'react' {
18
9
  interface CSSProperties {
19
10
  '--m-card-body-padding'?: string;
@@ -26,6 +17,15 @@ declare module 'react' {
26
17
  }
27
18
 
28
19
 
20
+ declare module 'react' {
21
+ interface CSSProperties {
22
+ '--m-divider-margin-top'?: string;
23
+ '--m-divider-margin-bottom'?: string;
24
+ '--m-divider-margin-y'?: string;
25
+ }
26
+ }
27
+
28
+
29
29
  declare module 'react' {
30
30
  interface CSSProperties {
31
31
  '--m-icon-size'?: string;
@@ -56,14 +56,6 @@ declare module 'react' {
56
56
  }
57
57
 
58
58
 
59
- declare module 'react' {
60
- interface CSSProperties {
61
- '--m-text-display'?: string;
62
- '--m-text-max-width'?: string;
63
- }
64
- }
65
-
66
-
67
59
  declare module 'react' {
68
60
  interface CSSProperties {
69
61
  '--m-table-border-radius'?: string;
@@ -74,3 +66,11 @@ declare module 'react' {
74
66
  '--m-table-border-width'?: string;
75
67
  }
76
68
  }
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.5.0",
3
+ "version": "3.6.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.5.0",
53
- "@loadsmart/miranda-wc": "3.5.0",
52
+ "@loadsmart/miranda-tokens": "4.6.0",
53
+ "@loadsmart/miranda-wc": "3.6.0",
54
54
  "react-is": "^18.3.1"
55
55
  },
56
56
  "directories": {