@loadsmart/miranda-react 3.25.2 → 3.25.4

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,40 +1787,39 @@ 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
 
1799
1798
 
1800
1799
  declare module 'react' {
1801
1800
  interface CSSProperties {
1802
- '--m-divider-margin-top'?: string;
1803
- '--m-divider-margin-bottom'?: string;
1804
- '--m-divider-margin-y'?: string;
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;
1805
1806
  }
1806
1807
  }
1807
1808
 
1808
1809
 
1809
1810
  declare module 'react' {
1810
1811
  interface CSSProperties {
1811
- '--m-table-border-radius'?: string;
1812
- '--m-table-border-top-left-radius'?: string;
1813
- '--m-table-border-top-right-radius'?: string;
1814
- '--m-table-border-bottom-left-radius'?: string;
1815
- '--m-table-border-bottom-right-radius'?: string;
1812
+ '--m-text-display'?: string;
1813
+ '--m-text-max-width'?: string;
1816
1814
  }
1817
1815
  }
1818
1816
 
1819
1817
 
1820
1818
  declare module 'react' {
1821
1819
  interface CSSProperties {
1822
- '--m-icon-size'?: string;
1823
- '--m-icon-color'?: string;
1820
+ '--m-divider-margin-top'?: string;
1821
+ '--m-divider-margin-bottom'?: string;
1822
+ '--m-divider-margin-y'?: string;
1824
1823
  }
1825
1824
  }
1826
1825
 
@@ -1839,18 +1838,19 @@ declare module 'react' {
1839
1838
 
1840
1839
  declare module 'react' {
1841
1840
  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;
1841
+ '--m-icon-size'?: string;
1842
+ '--m-icon-color'?: string;
1847
1843
  }
1848
1844
  }
1849
1845
 
1850
1846
 
1851
1847
  declare module 'react' {
1852
1848
  interface CSSProperties {
1853
- '--m-text-display'?: string;
1854
- '--m-text-max-width'?: string;
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;
1855
1855
  }
1856
1856
  }
package/dist/tokens.d.ts CHANGED
@@ -7,40 +7,39 @@ 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
 
19
18
 
20
19
  declare module 'react' {
21
20
  interface CSSProperties {
22
- '--m-divider-margin-top'?: string;
23
- '--m-divider-margin-bottom'?: string;
24
- '--m-divider-margin-y'?: string;
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;
25
26
  }
26
27
  }
27
28
 
28
29
 
29
30
  declare module 'react' {
30
31
  interface CSSProperties {
31
- '--m-table-border-radius'?: string;
32
- '--m-table-border-top-left-radius'?: string;
33
- '--m-table-border-top-right-radius'?: string;
34
- '--m-table-border-bottom-left-radius'?: string;
35
- '--m-table-border-bottom-right-radius'?: string;
32
+ '--m-text-display'?: string;
33
+ '--m-text-max-width'?: string;
36
34
  }
37
35
  }
38
36
 
39
37
 
40
38
  declare module 'react' {
41
39
  interface CSSProperties {
42
- '--m-icon-size'?: string;
43
- '--m-icon-color'?: string;
40
+ '--m-divider-margin-top'?: string;
41
+ '--m-divider-margin-bottom'?: string;
42
+ '--m-divider-margin-y'?: string;
44
43
  }
45
44
  }
46
45
 
@@ -59,18 +58,19 @@ declare module 'react' {
59
58
 
60
59
  declare module 'react' {
61
60
  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;
61
+ '--m-icon-size'?: string;
62
+ '--m-icon-color'?: string;
67
63
  }
68
64
  }
69
65
 
70
66
 
71
67
  declare module 'react' {
72
68
  interface CSSProperties {
73
- '--m-text-display'?: string;
74
- '--m-text-max-width'?: string;
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;
75
75
  }
76
76
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-react",
3
- "version": "3.25.2",
3
+ "version": "3.25.4",
4
4
  "description": "React component library based on Miranda Web Components",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -25,7 +25,8 @@
25
25
  "author": "Loadsmart",
26
26
  "license": "UNLICENSED",
27
27
  "devDependencies": {
28
- "@figma/code-connect": "^1.3.6",
28
+ "@dotenvx/dotenvx": "^1.54.0",
29
+ "@figma/code-connect": "^1.4.1",
29
30
  "@loadsmart/miranda-utils": "0.0.0",
30
31
  "@storybook/addon-actions": "^8.6.15",
31
32
  "@storybook/addon-essentials": "^8.6.15",
@@ -56,8 +57,8 @@
56
57
  },
57
58
  "dependencies": {
58
59
  "@lit/react": "^1.0.5",
59
- "@loadsmart/miranda-tokens": "4.25.2",
60
- "@loadsmart/miranda-wc": "3.25.2",
60
+ "@loadsmart/miranda-tokens": "4.25.4",
61
+ "@loadsmart/miranda-wc": "3.25.4",
61
62
  "react-is": "^18.3.1"
62
63
  },
63
64
  "directories": {