@loadsmart/miranda-react 3.14.1 → 3.15.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
@@ -1791,21 +1791,21 @@ export { }
1791
1791
 
1792
1792
  declare module 'react' {
1793
1793
  interface CSSProperties {
1794
- '--m-card-body-padding'?: string;
1795
- '--m-card-border-top'?: string;
1796
- '--m-card-border-left'?: string;
1797
- '--m-card-border-bottom'?: string;
1798
- '--m-card-border-right'?: string;
1799
- '--m-card-border-radius'?: string;
1794
+ '--m-divider-margin-top'?: string;
1795
+ '--m-divider-margin-bottom'?: string;
1796
+ '--m-divider-margin-y'?: string;
1800
1797
  }
1801
1798
  }
1802
1799
 
1803
1800
 
1804
1801
  declare module 'react' {
1805
1802
  interface CSSProperties {
1806
- '--m-divider-margin-top'?: string;
1807
- '--m-divider-margin-bottom'?: string;
1808
- '--m-divider-margin-y'?: string;
1803
+ '--m-card-body-padding'?: string;
1804
+ '--m-card-border-top'?: string;
1805
+ '--m-card-border-left'?: string;
1806
+ '--m-card-border-bottom'?: string;
1807
+ '--m-card-border-right'?: string;
1808
+ '--m-card-border-radius'?: string;
1809
1809
  }
1810
1810
  }
1811
1811
 
@@ -1832,19 +1832,19 @@ declare module 'react' {
1832
1832
 
1833
1833
  declare module 'react' {
1834
1834
  interface CSSProperties {
1835
- '--m-table-border-radius'?: string;
1836
- '--m-table-border-top-left-radius'?: string;
1837
- '--m-table-border-top-right-radius'?: string;
1838
- '--m-table-border-bottom-left-radius'?: string;
1839
- '--m-table-border-bottom-right-radius'?: string;
1835
+ '--m-text-display'?: string;
1836
+ '--m-text-max-width'?: string;
1840
1837
  }
1841
1838
  }
1842
1839
 
1843
1840
 
1844
1841
  declare module 'react' {
1845
1842
  interface CSSProperties {
1846
- '--m-text-display'?: string;
1847
- '--m-text-max-width'?: string;
1843
+ '--m-table-border-radius'?: string;
1844
+ '--m-table-border-top-left-radius'?: string;
1845
+ '--m-table-border-top-right-radius'?: string;
1846
+ '--m-table-border-bottom-left-radius'?: string;
1847
+ '--m-table-border-bottom-right-radius'?: string;
1848
1848
  }
1849
1849
  }
1850
1850
 
package/dist/tokens.d.ts CHANGED
@@ -7,21 +7,21 @@ export { }
7
7
 
8
8
  declare module 'react' {
9
9
  interface CSSProperties {
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;
10
+ '--m-divider-margin-top'?: string;
11
+ '--m-divider-margin-bottom'?: string;
12
+ '--m-divider-margin-y'?: string;
16
13
  }
17
14
  }
18
15
 
19
16
 
20
17
  declare module 'react' {
21
18
  interface CSSProperties {
22
- '--m-divider-margin-top'?: string;
23
- '--m-divider-margin-bottom'?: string;
24
- '--m-divider-margin-y'?: string;
19
+ '--m-card-body-padding'?: string;
20
+ '--m-card-border-top'?: string;
21
+ '--m-card-border-left'?: string;
22
+ '--m-card-border-bottom'?: string;
23
+ '--m-card-border-right'?: string;
24
+ '--m-card-border-radius'?: string;
25
25
  }
26
26
  }
27
27
 
@@ -48,19 +48,19 @@ declare module 'react' {
48
48
 
49
49
  declare module 'react' {
50
50
  interface CSSProperties {
51
- '--m-table-border-radius'?: string;
52
- '--m-table-border-top-left-radius'?: string;
53
- '--m-table-border-top-right-radius'?: string;
54
- '--m-table-border-bottom-left-radius'?: string;
55
- '--m-table-border-bottom-right-radius'?: string;
51
+ '--m-text-display'?: string;
52
+ '--m-text-max-width'?: string;
56
53
  }
57
54
  }
58
55
 
59
56
 
60
57
  declare module 'react' {
61
58
  interface CSSProperties {
62
- '--m-text-display'?: string;
63
- '--m-text-max-width'?: string;
59
+ '--m-table-border-radius'?: string;
60
+ '--m-table-border-top-left-radius'?: string;
61
+ '--m-table-border-top-right-radius'?: string;
62
+ '--m-table-border-bottom-left-radius'?: string;
63
+ '--m-table-border-bottom-right-radius'?: string;
64
64
  }
65
65
  }
66
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-react",
3
- "version": "3.14.1",
3
+ "version": "3.15.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.14.1",
53
- "@loadsmart/miranda-wc": "3.14.1",
52
+ "@loadsmart/miranda-tokens": "4.15.0",
53
+ "@loadsmart/miranda-wc": "3.15.0",
54
54
  "react-is": "^18.3.1"
55
55
  },
56
56
  "directories": {