@loadsmart/miranda-react 3.14.1 → 3.16.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,18 +1789,6 @@ 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
-
1804
1792
  declare module 'react' {
1805
1793
  interface CSSProperties {
1806
1794
  '--m-divider-margin-top'?: string;
@@ -1820,12 +1808,12 @@ declare module 'react' {
1820
1808
 
1821
1809
  declare module 'react' {
1822
1810
  interface CSSProperties {
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;
1828
- '--m-table-border-width'?: string;
1811
+ '--m-card-body-padding'?: string;
1812
+ '--m-card-border-top'?: string;
1813
+ '--m-card-border-left'?: string;
1814
+ '--m-card-border-bottom'?: string;
1815
+ '--m-card-border-right'?: string;
1816
+ '--m-card-border-radius'?: string;
1829
1817
  }
1830
1818
  }
1831
1819
 
@@ -1837,6 +1825,7 @@ declare module 'react' {
1837
1825
  '--m-table-border-top-right-radius'?: string;
1838
1826
  '--m-table-border-bottom-left-radius'?: string;
1839
1827
  '--m-table-border-bottom-right-radius'?: string;
1828
+ '--m-table-border-width'?: string;
1840
1829
  }
1841
1830
  }
1842
1831
 
@@ -1849,6 +1838,17 @@ declare module 'react' {
1849
1838
  }
1850
1839
 
1851
1840
 
1841
+ declare module 'react' {
1842
+ interface CSSProperties {
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
+ }
1849
+ }
1850
+
1851
+
1852
1852
  declare module 'react' {
1853
1853
  interface CSSProperties {
1854
1854
  '--m-table-border-radius'?: string;
package/dist/tokens.d.ts CHANGED
@@ -5,18 +5,6 @@ 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
-
20
8
  declare module 'react' {
21
9
  interface CSSProperties {
22
10
  '--m-divider-margin-top'?: string;
@@ -36,12 +24,12 @@ declare module 'react' {
36
24
 
37
25
  declare module 'react' {
38
26
  interface CSSProperties {
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;
44
- '--m-table-border-width'?: string;
27
+ '--m-card-body-padding'?: string;
28
+ '--m-card-border-top'?: string;
29
+ '--m-card-border-left'?: string;
30
+ '--m-card-border-bottom'?: string;
31
+ '--m-card-border-right'?: string;
32
+ '--m-card-border-radius'?: string;
45
33
  }
46
34
  }
47
35
 
@@ -53,6 +41,7 @@ declare module 'react' {
53
41
  '--m-table-border-top-right-radius'?: string;
54
42
  '--m-table-border-bottom-left-radius'?: string;
55
43
  '--m-table-border-bottom-right-radius'?: string;
44
+ '--m-table-border-width'?: string;
56
45
  }
57
46
  }
58
47
 
@@ -65,6 +54,17 @@ declare module 'react' {
65
54
  }
66
55
 
67
56
 
57
+ declare module 'react' {
58
+ interface CSSProperties {
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
+ }
65
+ }
66
+
67
+
68
68
  declare module 'react' {
69
69
  interface CSSProperties {
70
70
  '--m-table-border-radius'?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-react",
3
- "version": "3.14.1",
3
+ "version": "3.16.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.14.1",
53
- "@loadsmart/miranda-wc": "3.14.1",
52
+ "@loadsmart/miranda-tokens": "4.16.0",
53
+ "@loadsmart/miranda-wc": "3.16.0",
54
54
  "react-is": "^18.3.1"
55
55
  },
56
56
  "directories": {