@loadsmart/miranda-react 3.25.6 → 3.25.7

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,12 +1787,11 @@ export { }
1787
1787
 
1788
1788
  declare module 'react' {
1789
1789
  interface CSSProperties {
1790
- '--m-card-body-padding'?: string;
1791
- '--m-card-border-top'?: string;
1792
- '--m-card-border-left'?: string;
1793
- '--m-card-border-bottom'?: string;
1794
- '--m-card-border-right'?: string;
1795
- '--m-card-border-radius'?: string;
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;
1796
1795
  }
1797
1796
  }
1798
1797
 
@@ -1817,6 +1816,18 @@ declare module 'react' {
1817
1816
  }
1818
1817
 
1819
1818
 
1819
+ declare module 'react' {
1820
+ interface CSSProperties {
1821
+ '--m-card-body-padding'?: string;
1822
+ '--m-card-border-top'?: string;
1823
+ '--m-card-border-left'?: string;
1824
+ '--m-card-border-bottom'?: string;
1825
+ '--m-card-border-right'?: string;
1826
+ '--m-card-border-radius'?: string;
1827
+ }
1828
+ }
1829
+
1830
+
1820
1831
  declare module 'react' {
1821
1832
  interface CSSProperties {
1822
1833
  '--m-table-border-radius'?: string;
@@ -1837,17 +1848,6 @@ declare module 'react' {
1837
1848
  }
1838
1849
 
1839
1850
 
1840
- declare module 'react' {
1841
- interface CSSProperties {
1842
- '--m-table-border-radius'?: string;
1843
- '--m-table-border-top-left-radius'?: string;
1844
- '--m-table-border-top-right-radius'?: string;
1845
- '--m-table-border-bottom-left-radius'?: string;
1846
- '--m-table-border-bottom-right-radius'?: string;
1847
- }
1848
- }
1849
-
1850
-
1851
1851
  declare module 'react' {
1852
1852
  interface CSSProperties {
1853
1853
  '--m-text-display'?: string;
package/dist/tokens.d.ts CHANGED
@@ -7,12 +7,11 @@ 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-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;
16
15
  }
17
16
  }
18
17
 
@@ -37,6 +36,18 @@ declare module 'react' {
37
36
  }
38
37
 
39
38
 
39
+ declare module 'react' {
40
+ interface CSSProperties {
41
+ '--m-card-body-padding'?: string;
42
+ '--m-card-border-top'?: string;
43
+ '--m-card-border-left'?: string;
44
+ '--m-card-border-bottom'?: string;
45
+ '--m-card-border-right'?: string;
46
+ '--m-card-border-radius'?: string;
47
+ }
48
+ }
49
+
50
+
40
51
  declare module 'react' {
41
52
  interface CSSProperties {
42
53
  '--m-table-border-radius'?: string;
@@ -57,17 +68,6 @@ declare module 'react' {
57
68
  }
58
69
 
59
70
 
60
- declare module 'react' {
61
- interface CSSProperties {
62
- '--m-table-border-radius'?: string;
63
- '--m-table-border-top-left-radius'?: string;
64
- '--m-table-border-top-right-radius'?: string;
65
- '--m-table-border-bottom-left-radius'?: string;
66
- '--m-table-border-bottom-right-radius'?: string;
67
- }
68
- }
69
-
70
-
71
71
  declare module 'react' {
72
72
  interface CSSProperties {
73
73
  '--m-text-display'?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-react",
3
- "version": "3.25.6",
3
+ "version": "3.25.7",
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.6",
61
- "@loadsmart/miranda-wc": "3.25.6",
60
+ "@loadsmart/miranda-tokens": "4.25.7",
61
+ "@loadsmart/miranda-wc": "3.25.7",
62
62
  "react-is": "^18.3.1"
63
63
  },
64
64
  "directories": {