@loadsmart/miranda-react 3.5.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
@@ -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;
@@ -1637,11 +1628,17 @@ declare module 'react' {
1637
1628
 
1638
1629
  declare module 'react' {
1639
1630
  interface CSSProperties {
1640
- '--m-table-border-radius'?: string;
1641
- '--m-table-border-top-left-radius'?: string;
1642
- '--m-table-border-top-right-radius'?: string;
1643
- '--m-table-border-bottom-left-radius'?: string;
1644
- '--m-table-border-bottom-right-radius'?: string;
1631
+ '--m-divider-margin-top'?: string;
1632
+ '--m-divider-margin-bottom'?: string;
1633
+ '--m-divider-margin-y'?: string;
1634
+ }
1635
+ }
1636
+
1637
+
1638
+ declare module 'react' {
1639
+ interface CSSProperties {
1640
+ '--m-text-display'?: string;
1641
+ '--m-text-max-width'?: string;
1645
1642
  }
1646
1643
  }
1647
1644
 
@@ -1659,8 +1656,11 @@ declare module 'react' {
1659
1656
 
1660
1657
  declare module 'react' {
1661
1658
  interface CSSProperties {
1662
- '--m-text-display'?: string;
1663
- '--m-text-max-width'?: string;
1659
+ '--m-table-border-radius'?: string;
1660
+ '--m-table-border-top-left-radius'?: string;
1661
+ '--m-table-border-top-right-radius'?: string;
1662
+ '--m-table-border-bottom-left-radius'?: string;
1663
+ '--m-table-border-bottom-right-radius'?: string;
1664
1664
  }
1665
1665
  }
1666
1666
 
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;
@@ -36,11 +27,17 @@ declare module 'react' {
36
27
 
37
28
  declare module 'react' {
38
29
  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;
30
+ '--m-divider-margin-top'?: string;
31
+ '--m-divider-margin-bottom'?: string;
32
+ '--m-divider-margin-y'?: string;
33
+ }
34
+ }
35
+
36
+
37
+ declare module 'react' {
38
+ interface CSSProperties {
39
+ '--m-text-display'?: string;
40
+ '--m-text-max-width'?: string;
44
41
  }
45
42
  }
46
43
 
@@ -58,8 +55,11 @@ declare module 'react' {
58
55
 
59
56
  declare module 'react' {
60
57
  interface CSSProperties {
61
- '--m-text-display'?: string;
62
- '--m-text-max-width'?: string;
58
+ '--m-table-border-radius'?: string;
59
+ '--m-table-border-top-left-radius'?: string;
60
+ '--m-table-border-top-right-radius'?: string;
61
+ '--m-table-border-bottom-left-radius'?: string;
62
+ '--m-table-border-bottom-right-radius'?: string;
63
63
  }
64
64
  }
65
65
 
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.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.5.0",
53
- "@loadsmart/miranda-wc": "3.5.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": {