@loadsmart/miranda-react 4.0.0-alpha.11 → 4.0.0-alpha.13

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
@@ -1777,21 +1777,20 @@ export { }
1777
1777
 
1778
1778
  declare module 'react' {
1779
1779
  interface CSSProperties {
1780
- '--m-divider-margin-top'?: string;
1781
- '--m-divider-margin-bottom'?: string;
1782
- '--m-divider-margin-y'?: string;
1780
+ '--m-card-body-padding'?: string;
1781
+ '--m-card-border-top'?: string;
1782
+ '--m-card-border-left'?: string;
1783
+ '--m-card-border-bottom'?: string;
1784
+ '--m-card-border-right'?: string;
1785
+ '--m-card-border-radius'?: string;
1783
1786
  }
1784
1787
  }
1785
1788
 
1786
1789
 
1787
1790
  declare module 'react' {
1788
1791
  interface CSSProperties {
1789
- '--m-table-border-radius'?: string;
1790
- '--m-table-border-top-left-radius'?: string;
1791
- '--m-table-border-top-right-radius'?: string;
1792
- '--m-table-border-bottom-left-radius'?: string;
1793
- '--m-table-border-bottom-right-radius'?: string;
1794
- '--m-table-border-width'?: string;
1792
+ '--m-icon-size'?: string;
1793
+ '--m-icon-color'?: string;
1795
1794
  }
1796
1795
  }
1797
1796
 
@@ -1809,8 +1808,9 @@ declare module 'react' {
1809
1808
 
1810
1809
  declare module 'react' {
1811
1810
  interface CSSProperties {
1812
- '--m-icon-size'?: string;
1813
- '--m-icon-color'?: string;
1811
+ '--m-divider-margin-top'?: string;
1812
+ '--m-divider-margin-bottom'?: string;
1813
+ '--m-divider-margin-y'?: string;
1814
1814
  }
1815
1815
  }
1816
1816
 
@@ -1825,12 +1825,11 @@ declare module 'react' {
1825
1825
 
1826
1826
  declare module 'react' {
1827
1827
  interface CSSProperties {
1828
- '--m-card-body-padding'?: string;
1829
- '--m-card-border-top'?: string;
1830
- '--m-card-border-left'?: string;
1831
- '--m-card-border-bottom'?: string;
1832
- '--m-card-border-right'?: string;
1833
- '--m-card-border-radius'?: string;
1828
+ '--m-table-border-radius'?: string;
1829
+ '--m-table-border-top-left-radius'?: string;
1830
+ '--m-table-border-top-right-radius'?: string;
1831
+ '--m-table-border-bottom-left-radius'?: string;
1832
+ '--m-table-border-bottom-right-radius'?: string;
1834
1833
  }
1835
1834
  }
1836
1835
 
@@ -1842,5 +1841,6 @@ declare module 'react' {
1842
1841
  '--m-table-border-top-right-radius'?: string;
1843
1842
  '--m-table-border-bottom-left-radius'?: string;
1844
1843
  '--m-table-border-bottom-right-radius'?: string;
1844
+ '--m-table-border-width'?: string;
1845
1845
  }
1846
1846
  }
package/dist/tokens.d.ts CHANGED
@@ -7,21 +7,20 @@ export { }
7
7
 
8
8
  declare module 'react' {
9
9
  interface CSSProperties {
10
- '--m-divider-margin-top'?: string;
11
- '--m-divider-margin-bottom'?: string;
12
- '--m-divider-margin-y'?: string;
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;
13
16
  }
14
17
  }
15
18
 
16
19
 
17
20
  declare module 'react' {
18
21
  interface CSSProperties {
19
- '--m-table-border-radius'?: string;
20
- '--m-table-border-top-left-radius'?: string;
21
- '--m-table-border-top-right-radius'?: string;
22
- '--m-table-border-bottom-left-radius'?: string;
23
- '--m-table-border-bottom-right-radius'?: string;
24
- '--m-table-border-width'?: string;
22
+ '--m-icon-size'?: string;
23
+ '--m-icon-color'?: string;
25
24
  }
26
25
  }
27
26
 
@@ -39,8 +38,9 @@ declare module 'react' {
39
38
 
40
39
  declare module 'react' {
41
40
  interface CSSProperties {
42
- '--m-icon-size'?: string;
43
- '--m-icon-color'?: string;
41
+ '--m-divider-margin-top'?: string;
42
+ '--m-divider-margin-bottom'?: string;
43
+ '--m-divider-margin-y'?: string;
44
44
  }
45
45
  }
46
46
 
@@ -55,12 +55,11 @@ declare module 'react' {
55
55
 
56
56
  declare module 'react' {
57
57
  interface CSSProperties {
58
- '--m-card-body-padding'?: string;
59
- '--m-card-border-top'?: string;
60
- '--m-card-border-left'?: string;
61
- '--m-card-border-bottom'?: string;
62
- '--m-card-border-right'?: string;
63
- '--m-card-border-radius'?: string;
58
+ '--m-table-border-radius'?: string;
59
+ '--m-table-border-top-left-radius'?: string;
60
+ '--m-table-border-top-right-radius'?: string;
61
+ '--m-table-border-bottom-left-radius'?: string;
62
+ '--m-table-border-bottom-right-radius'?: string;
64
63
  }
65
64
  }
66
65
 
@@ -72,5 +71,6 @@ declare module 'react' {
72
71
  '--m-table-border-top-right-radius'?: string;
73
72
  '--m-table-border-bottom-left-radius'?: string;
74
73
  '--m-table-border-bottom-right-radius'?: string;
74
+ '--m-table-border-width'?: string;
75
75
  }
76
76
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-react",
3
- "version": "4.0.0-alpha.11",
3
+ "version": "4.0.0-alpha.13",
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": "5.0.0-alpha.11",
60
- "@loadsmart/miranda-wc": "4.0.0-alpha.11",
60
+ "@loadsmart/miranda-tokens": "5.0.0-alpha.13",
61
+ "@loadsmart/miranda-wc": "4.0.0-alpha.13",
61
62
  "react-is": "^18.3.1"
62
63
  },
63
64
  "directories": {