@loadsmart/miranda-react 3.17.0 → 3.17.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
@@ -1789,6 +1789,14 @@ declare const WiredTooltip: ReactWebComponent<WCTooltip, {}>;
1789
1789
  export { }
1790
1790
 
1791
1791
 
1792
+ declare module 'react' {
1793
+ interface CSSProperties {
1794
+ '--m-icon-size'?: string;
1795
+ '--m-icon-color'?: string;
1796
+ }
1797
+ }
1798
+
1799
+
1792
1800
  declare module 'react' {
1793
1801
  interface CSSProperties {
1794
1802
  '--m-card-body-padding'?: string;
@@ -1812,16 +1820,11 @@ declare module 'react' {
1812
1820
 
1813
1821
  declare module 'react' {
1814
1822
  interface CSSProperties {
1815
- '--m-icon-size'?: string;
1816
- '--m-icon-color'?: string;
1817
- }
1818
- }
1819
-
1820
-
1821
- declare module 'react' {
1822
- interface CSSProperties {
1823
- '--m-text-display'?: string;
1824
- '--m-text-max-width'?: string;
1823
+ '--m-table-border-radius'?: string;
1824
+ '--m-table-border-top-left-radius'?: string;
1825
+ '--m-table-border-top-right-radius'?: string;
1826
+ '--m-table-border-bottom-left-radius'?: string;
1827
+ '--m-table-border-bottom-right-radius'?: string;
1825
1828
  }
1826
1829
  }
1827
1830
 
@@ -1851,10 +1854,7 @@ declare module 'react' {
1851
1854
 
1852
1855
  declare module 'react' {
1853
1856
  interface CSSProperties {
1854
- '--m-table-border-radius'?: string;
1855
- '--m-table-border-top-left-radius'?: string;
1856
- '--m-table-border-top-right-radius'?: string;
1857
- '--m-table-border-bottom-left-radius'?: string;
1858
- '--m-table-border-bottom-right-radius'?: string;
1857
+ '--m-text-display'?: string;
1858
+ '--m-text-max-width'?: string;
1859
1859
  }
1860
1860
  }
package/dist/tokens.d.ts CHANGED
@@ -5,6 +5,14 @@ export * from "@loadsmart/miranda-tokens/dist/themes.js";
5
5
  export { }
6
6
 
7
7
 
8
+ declare module 'react' {
9
+ interface CSSProperties {
10
+ '--m-icon-size'?: string;
11
+ '--m-icon-color'?: string;
12
+ }
13
+ }
14
+
15
+
8
16
  declare module 'react' {
9
17
  interface CSSProperties {
10
18
  '--m-card-body-padding'?: string;
@@ -28,16 +36,11 @@ declare module 'react' {
28
36
 
29
37
  declare module 'react' {
30
38
  interface CSSProperties {
31
- '--m-icon-size'?: string;
32
- '--m-icon-color'?: string;
33
- }
34
- }
35
-
36
-
37
- declare module 'react' {
38
- interface CSSProperties {
39
- '--m-text-display'?: string;
40
- '--m-text-max-width'?: string;
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;
41
44
  }
42
45
  }
43
46
 
@@ -67,10 +70,7 @@ declare module 'react' {
67
70
 
68
71
  declare module 'react' {
69
72
  interface CSSProperties {
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;
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.17.0",
3
+ "version": "3.17.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
  },
50
50
  "dependencies": {
51
51
  "@lit/react": "^1.0.5",
52
- "@loadsmart/miranda-tokens": "4.17.0",
53
- "@loadsmart/miranda-wc": "3.17.0",
52
+ "@loadsmart/miranda-tokens": "4.17.1",
53
+ "@loadsmart/miranda-wc": "3.17.1",
54
54
  "react-is": "^18.3.1"
55
55
  },
56
56
  "directories": {