@loadsmart/miranda-react 3.15.0 → 3.17.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
@@ -1789,6 +1789,18 @@ declare const WiredTooltip: ReactWebComponent<WCTooltip, {}>;
1789
1789
  export { }
1790
1790
 
1791
1791
 
1792
+ declare module 'react' {
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;
1800
+ }
1801
+ }
1802
+
1803
+
1792
1804
  declare module 'react' {
1793
1805
  interface CSSProperties {
1794
1806
  '--m-divider-margin-top'?: string;
@@ -1800,20 +1812,16 @@ declare module 'react' {
1800
1812
 
1801
1813
  declare module 'react' {
1802
1814
  interface CSSProperties {
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;
1815
+ '--m-icon-size'?: string;
1816
+ '--m-icon-color'?: string;
1809
1817
  }
1810
1818
  }
1811
1819
 
1812
1820
 
1813
1821
  declare module 'react' {
1814
1822
  interface CSSProperties {
1815
- '--m-icon-size'?: string;
1816
- '--m-icon-color'?: string;
1823
+ '--m-text-display'?: string;
1824
+ '--m-text-max-width'?: string;
1817
1825
  }
1818
1826
  }
1819
1827
 
@@ -1830,14 +1838,6 @@ declare module 'react' {
1830
1838
  }
1831
1839
 
1832
1840
 
1833
- declare module 'react' {
1834
- interface CSSProperties {
1835
- '--m-text-display'?: string;
1836
- '--m-text-max-width'?: string;
1837
- }
1838
- }
1839
-
1840
-
1841
1841
  declare module 'react' {
1842
1842
  interface CSSProperties {
1843
1843
  '--m-table-border-radius'?: string;
package/dist/tokens.d.ts CHANGED
@@ -5,6 +5,18 @@ export * from "@loadsmart/miranda-tokens/dist/themes.js";
5
5
  export { }
6
6
 
7
7
 
8
+ declare module 'react' {
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;
16
+ }
17
+ }
18
+
19
+
8
20
  declare module 'react' {
9
21
  interface CSSProperties {
10
22
  '--m-divider-margin-top'?: string;
@@ -16,20 +28,16 @@ declare module 'react' {
16
28
 
17
29
  declare module 'react' {
18
30
  interface CSSProperties {
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;
31
+ '--m-icon-size'?: string;
32
+ '--m-icon-color'?: string;
25
33
  }
26
34
  }
27
35
 
28
36
 
29
37
  declare module 'react' {
30
38
  interface CSSProperties {
31
- '--m-icon-size'?: string;
32
- '--m-icon-color'?: string;
39
+ '--m-text-display'?: string;
40
+ '--m-text-max-width'?: string;
33
41
  }
34
42
  }
35
43
 
@@ -46,14 +54,6 @@ declare module 'react' {
46
54
  }
47
55
 
48
56
 
49
- declare module 'react' {
50
- interface CSSProperties {
51
- '--m-text-display'?: string;
52
- '--m-text-max-width'?: string;
53
- }
54
- }
55
-
56
-
57
57
  declare module 'react' {
58
58
  interface CSSProperties {
59
59
  '--m-table-border-radius'?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-react",
3
- "version": "3.15.0",
3
+ "version": "3.17.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",
@@ -26,6 +26,7 @@
26
26
  "author": "Loadsmart",
27
27
  "license": "UNLICENSED",
28
28
  "devDependencies": {
29
+ "@figma/code-connect": "^1.3.5",
29
30
  "@loadsmart/miranda-utils": "*",
30
31
  "@types/node": "^22.15.23",
31
32
  "@types/react": "^17.0.85",
@@ -47,10 +48,9 @@
47
48
  "access": "public"
48
49
  },
49
50
  "dependencies": {
50
- "@figma/code-connect": "^1.3.3",
51
51
  "@lit/react": "^1.0.5",
52
- "@loadsmart/miranda-tokens": "4.15.0",
53
- "@loadsmart/miranda-wc": "3.15.0",
52
+ "@loadsmart/miranda-tokens": "4.17.0",
53
+ "@loadsmart/miranda-wc": "3.17.0",
54
54
  "react-is": "^18.3.1"
55
55
  },
56
56
  "directories": {