@loadsmart/miranda-react 3.12.0 → 3.12.2

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
@@ -1764,29 +1764,29 @@ export { }
1764
1764
 
1765
1765
  declare module 'react' {
1766
1766
  interface CSSProperties {
1767
- '--m-divider-margin-top'?: string;
1768
- '--m-divider-margin-bottom'?: string;
1769
- '--m-divider-margin-y'?: string;
1767
+ '--m-card-body-padding'?: string;
1768
+ '--m-card-border-top'?: string;
1769
+ '--m-card-border-left'?: string;
1770
+ '--m-card-border-bottom'?: string;
1771
+ '--m-card-border-right'?: string;
1772
+ '--m-card-border-radius'?: string;
1770
1773
  }
1771
1774
  }
1772
1775
 
1773
1776
 
1774
1777
  declare module 'react' {
1775
1778
  interface CSSProperties {
1776
- '--m-icon-size'?: string;
1777
- '--m-icon-color'?: string;
1779
+ '--m-divider-margin-top'?: string;
1780
+ '--m-divider-margin-bottom'?: string;
1781
+ '--m-divider-margin-y'?: string;
1778
1782
  }
1779
1783
  }
1780
1784
 
1781
1785
 
1782
1786
  declare module 'react' {
1783
1787
  interface CSSProperties {
1784
- '--m-card-body-padding'?: string;
1785
- '--m-card-border-top'?: string;
1786
- '--m-card-border-left'?: string;
1787
- '--m-card-border-bottom'?: string;
1788
- '--m-card-border-right'?: string;
1789
- '--m-card-border-radius'?: string;
1788
+ '--m-icon-size'?: string;
1789
+ '--m-icon-color'?: string;
1790
1790
  }
1791
1791
  }
1792
1792
 
@@ -1804,8 +1804,12 @@ declare module 'react' {
1804
1804
 
1805
1805
  declare module 'react' {
1806
1806
  interface CSSProperties {
1807
- '--m-text-display'?: string;
1808
- '--m-text-max-width'?: string;
1807
+ '--m-table-border-radius'?: string;
1808
+ '--m-table-border-top-left-radius'?: string;
1809
+ '--m-table-border-top-right-radius'?: string;
1810
+ '--m-table-border-bottom-left-radius'?: string;
1811
+ '--m-table-border-bottom-right-radius'?: string;
1812
+ '--m-table-border-width'?: string;
1809
1813
  }
1810
1814
  }
1811
1815
 
@@ -1823,11 +1827,7 @@ declare module 'react' {
1823
1827
 
1824
1828
  declare module 'react' {
1825
1829
  interface CSSProperties {
1826
- '--m-table-border-radius'?: string;
1827
- '--m-table-border-top-left-radius'?: string;
1828
- '--m-table-border-top-right-radius'?: string;
1829
- '--m-table-border-bottom-left-radius'?: string;
1830
- '--m-table-border-bottom-right-radius'?: string;
1831
- '--m-table-border-width'?: string;
1830
+ '--m-text-display'?: string;
1831
+ '--m-text-max-width'?: string;
1832
1832
  }
1833
1833
  }
package/dist/tokens.d.ts CHANGED
@@ -7,29 +7,29 @@ export { }
7
7
 
8
8
  declare module 'react' {
9
9
  interface CSSProperties {
10
- '--m-divider-margin-top'?: string;
11
- '--m-divider-margin-bottom'?: string;
12
- '--m-divider-margin-y'?: string;
10
+ '--m-card-body-padding'?: string;
11
+ '--m-card-border-top'?: string;
12
+ '--m-card-border-left'?: string;
13
+ '--m-card-border-bottom'?: string;
14
+ '--m-card-border-right'?: string;
15
+ '--m-card-border-radius'?: string;
13
16
  }
14
17
  }
15
18
 
16
19
 
17
20
  declare module 'react' {
18
21
  interface CSSProperties {
19
- '--m-icon-size'?: string;
20
- '--m-icon-color'?: string;
22
+ '--m-divider-margin-top'?: string;
23
+ '--m-divider-margin-bottom'?: string;
24
+ '--m-divider-margin-y'?: string;
21
25
  }
22
26
  }
23
27
 
24
28
 
25
29
  declare module 'react' {
26
30
  interface CSSProperties {
27
- '--m-card-body-padding'?: string;
28
- '--m-card-border-top'?: string;
29
- '--m-card-border-left'?: string;
30
- '--m-card-border-bottom'?: string;
31
- '--m-card-border-right'?: string;
32
- '--m-card-border-radius'?: string;
31
+ '--m-icon-size'?: string;
32
+ '--m-icon-color'?: string;
33
33
  }
34
34
  }
35
35
 
@@ -47,8 +47,12 @@ declare module 'react' {
47
47
 
48
48
  declare module 'react' {
49
49
  interface CSSProperties {
50
- '--m-text-display'?: string;
51
- '--m-text-max-width'?: string;
50
+ '--m-table-border-radius'?: string;
51
+ '--m-table-border-top-left-radius'?: string;
52
+ '--m-table-border-top-right-radius'?: string;
53
+ '--m-table-border-bottom-left-radius'?: string;
54
+ '--m-table-border-bottom-right-radius'?: string;
55
+ '--m-table-border-width'?: string;
52
56
  }
53
57
  }
54
58
 
@@ -66,11 +70,7 @@ declare module 'react' {
66
70
 
67
71
  declare module 'react' {
68
72
  interface CSSProperties {
69
- '--m-table-border-radius'?: string;
70
- '--m-table-border-top-left-radius'?: string;
71
- '--m-table-border-top-right-radius'?: string;
72
- '--m-table-border-bottom-left-radius'?: string;
73
- '--m-table-border-bottom-right-radius'?: string;
74
- '--m-table-border-width'?: string;
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.12.0",
3
+ "version": "3.12.2",
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.12.0",
53
- "@loadsmart/miranda-wc": "3.12.0",
52
+ "@loadsmart/miranda-tokens": "4.12.2",
53
+ "@loadsmart/miranda-wc": "3.12.2",
54
54
  "react-is": "^18.3.1"
55
55
  },
56
56
  "directories": {