@loadsmart/miranda-react 3.25.4 → 3.25.5

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
@@ -1787,39 +1787,41 @@ export { }
1787
1787
 
1788
1788
  declare module 'react' {
1789
1789
  interface CSSProperties {
1790
- '--m-table-border-radius'?: string;
1791
- '--m-table-border-top-left-radius'?: string;
1792
- '--m-table-border-top-right-radius'?: string;
1793
- '--m-table-border-bottom-left-radius'?: string;
1794
- '--m-table-border-bottom-right-radius'?: string;
1790
+ '--m-text-display'?: string;
1791
+ '--m-text-max-width'?: string;
1795
1792
  }
1796
1793
  }
1797
1794
 
1798
1795
 
1799
1796
  declare module 'react' {
1800
1797
  interface CSSProperties {
1801
- '--m-table-border-radius'?: string;
1802
- '--m-table-border-top-left-radius'?: string;
1803
- '--m-table-border-top-right-radius'?: string;
1804
- '--m-table-border-bottom-left-radius'?: string;
1805
- '--m-table-border-bottom-right-radius'?: string;
1798
+ '--m-divider-margin-top'?: string;
1799
+ '--m-divider-margin-bottom'?: string;
1800
+ '--m-divider-margin-y'?: string;
1806
1801
  }
1807
1802
  }
1808
1803
 
1809
1804
 
1810
1805
  declare module 'react' {
1811
1806
  interface CSSProperties {
1812
- '--m-text-display'?: string;
1813
- '--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;
1814
1813
  }
1815
1814
  }
1816
1815
 
1817
1816
 
1818
1817
  declare module 'react' {
1819
1818
  interface CSSProperties {
1820
- '--m-divider-margin-top'?: string;
1821
- '--m-divider-margin-bottom'?: string;
1822
- '--m-divider-margin-y'?: string;
1819
+ '--m-card-body-padding'?: string;
1820
+ '--m-card-border-top'?: string;
1821
+ '--m-card-border-left'?: string;
1822
+ '--m-card-border-bottom'?: string;
1823
+ '--m-card-border-right'?: string;
1824
+ '--m-card-border-radius'?: string;
1823
1825
  }
1824
1826
  }
1825
1827
 
@@ -1831,7 +1833,6 @@ declare module 'react' {
1831
1833
  '--m-table-border-top-right-radius'?: string;
1832
1834
  '--m-table-border-bottom-left-radius'?: string;
1833
1835
  '--m-table-border-bottom-right-radius'?: string;
1834
- '--m-table-border-width'?: string;
1835
1836
  }
1836
1837
  }
1837
1838
 
@@ -1846,11 +1847,10 @@ declare module 'react' {
1846
1847
 
1847
1848
  declare module 'react' {
1848
1849
  interface CSSProperties {
1849
- '--m-card-body-padding'?: string;
1850
- '--m-card-border-top'?: string;
1851
- '--m-card-border-left'?: string;
1852
- '--m-card-border-bottom'?: string;
1853
- '--m-card-border-right'?: string;
1854
- '--m-card-border-radius'?: string;
1850
+ '--m-table-border-radius'?: string;
1851
+ '--m-table-border-top-left-radius'?: string;
1852
+ '--m-table-border-top-right-radius'?: string;
1853
+ '--m-table-border-bottom-left-radius'?: string;
1854
+ '--m-table-border-bottom-right-radius'?: string;
1855
1855
  }
1856
1856
  }
package/dist/tokens.d.ts CHANGED
@@ -7,39 +7,41 @@ export { }
7
7
 
8
8
  declare module 'react' {
9
9
  interface CSSProperties {
10
- '--m-table-border-radius'?: string;
11
- '--m-table-border-top-left-radius'?: string;
12
- '--m-table-border-top-right-radius'?: string;
13
- '--m-table-border-bottom-left-radius'?: string;
14
- '--m-table-border-bottom-right-radius'?: string;
10
+ '--m-text-display'?: string;
11
+ '--m-text-max-width'?: string;
15
12
  }
16
13
  }
17
14
 
18
15
 
19
16
  declare module 'react' {
20
17
  interface CSSProperties {
21
- '--m-table-border-radius'?: string;
22
- '--m-table-border-top-left-radius'?: string;
23
- '--m-table-border-top-right-radius'?: string;
24
- '--m-table-border-bottom-left-radius'?: string;
25
- '--m-table-border-bottom-right-radius'?: string;
18
+ '--m-divider-margin-top'?: string;
19
+ '--m-divider-margin-bottom'?: string;
20
+ '--m-divider-margin-y'?: string;
26
21
  }
27
22
  }
28
23
 
29
24
 
30
25
  declare module 'react' {
31
26
  interface CSSProperties {
32
- '--m-text-display'?: string;
33
- '--m-text-max-width'?: string;
27
+ '--m-table-border-radius'?: string;
28
+ '--m-table-border-top-left-radius'?: string;
29
+ '--m-table-border-top-right-radius'?: string;
30
+ '--m-table-border-bottom-left-radius'?: string;
31
+ '--m-table-border-bottom-right-radius'?: string;
32
+ '--m-table-border-width'?: string;
34
33
  }
35
34
  }
36
35
 
37
36
 
38
37
  declare module 'react' {
39
38
  interface CSSProperties {
40
- '--m-divider-margin-top'?: string;
41
- '--m-divider-margin-bottom'?: string;
42
- '--m-divider-margin-y'?: string;
39
+ '--m-card-body-padding'?: string;
40
+ '--m-card-border-top'?: string;
41
+ '--m-card-border-left'?: string;
42
+ '--m-card-border-bottom'?: string;
43
+ '--m-card-border-right'?: string;
44
+ '--m-card-border-radius'?: string;
43
45
  }
44
46
  }
45
47
 
@@ -51,7 +53,6 @@ declare module 'react' {
51
53
  '--m-table-border-top-right-radius'?: string;
52
54
  '--m-table-border-bottom-left-radius'?: string;
53
55
  '--m-table-border-bottom-right-radius'?: string;
54
- '--m-table-border-width'?: string;
55
56
  }
56
57
  }
57
58
 
@@ -66,11 +67,10 @@ declare module 'react' {
66
67
 
67
68
  declare module 'react' {
68
69
  interface CSSProperties {
69
- '--m-card-body-padding'?: string;
70
- '--m-card-border-top'?: string;
71
- '--m-card-border-left'?: string;
72
- '--m-card-border-bottom'?: string;
73
- '--m-card-border-right'?: string;
74
- '--m-card-border-radius'?: string;
70
+ '--m-table-border-radius'?: string;
71
+ '--m-table-border-top-left-radius'?: string;
72
+ '--m-table-border-top-right-radius'?: string;
73
+ '--m-table-border-bottom-left-radius'?: string;
74
+ '--m-table-border-bottom-right-radius'?: string;
75
75
  }
76
76
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-react",
3
- "version": "3.25.4",
3
+ "version": "3.25.5",
4
4
  "description": "React component library based on Miranda Web Components",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -57,8 +57,8 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "@lit/react": "^1.0.5",
60
- "@loadsmart/miranda-tokens": "4.25.4",
61
- "@loadsmart/miranda-wc": "3.25.4",
60
+ "@loadsmart/miranda-tokens": "4.25.5",
61
+ "@loadsmart/miranda-wc": "3.25.5",
62
62
  "react-is": "^18.3.1"
63
63
  },
64
64
  "directories": {