@loadsmart/miranda-react 3.22.0-alpha.1 → 3.23.0-alpha.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
@@ -1791,29 +1791,29 @@ export { }
1791
1791
 
1792
1792
  declare module 'react' {
1793
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;
1794
+ '--m-icon-size'?: string;
1795
+ '--m-icon-color'?: string;
1800
1796
  }
1801
1797
  }
1802
1798
 
1803
1799
 
1804
1800
  declare module 'react' {
1805
1801
  interface CSSProperties {
1806
- '--m-icon-size'?: string;
1807
- '--m-icon-color'?: string;
1802
+ '--m-divider-margin-top'?: string;
1803
+ '--m-divider-margin-bottom'?: string;
1804
+ '--m-divider-margin-y'?: string;
1808
1805
  }
1809
1806
  }
1810
1807
 
1811
1808
 
1812
1809
  declare module 'react' {
1813
1810
  interface CSSProperties {
1814
- '--m-divider-margin-top'?: string;
1815
- '--m-divider-margin-bottom'?: string;
1816
- '--m-divider-margin-y'?: 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;
1817
1817
  }
1818
1818
  }
1819
1819
 
@@ -1831,11 +1831,8 @@ declare module 'react' {
1831
1831
 
1832
1832
  declare module 'react' {
1833
1833
  interface CSSProperties {
1834
- '--m-table-border-radius'?: string;
1835
- '--m-table-border-top-left-radius'?: string;
1836
- '--m-table-border-top-right-radius'?: string;
1837
- '--m-table-border-bottom-left-radius'?: string;
1838
- '--m-table-border-bottom-right-radius'?: string;
1834
+ '--m-text-display'?: string;
1835
+ '--m-text-max-width'?: string;
1839
1836
  }
1840
1837
  }
1841
1838
 
@@ -1854,7 +1851,10 @@ declare module 'react' {
1854
1851
 
1855
1852
  declare module 'react' {
1856
1853
  interface CSSProperties {
1857
- '--m-text-display'?: string;
1858
- '--m-text-max-width'?: string;
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;
1859
1859
  }
1860
1860
  }
package/dist/tokens.d.ts CHANGED
@@ -7,29 +7,29 @@ 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-icon-size'?: string;
11
+ '--m-icon-color'?: string;
16
12
  }
17
13
  }
18
14
 
19
15
 
20
16
  declare module 'react' {
21
17
  interface CSSProperties {
22
- '--m-icon-size'?: string;
23
- '--m-icon-color'?: string;
18
+ '--m-divider-margin-top'?: string;
19
+ '--m-divider-margin-bottom'?: string;
20
+ '--m-divider-margin-y'?: string;
24
21
  }
25
22
  }
26
23
 
27
24
 
28
25
  declare module 'react' {
29
26
  interface CSSProperties {
30
- '--m-divider-margin-top'?: string;
31
- '--m-divider-margin-bottom'?: string;
32
- '--m-divider-margin-y'?: 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;
33
33
  }
34
34
  }
35
35
 
@@ -47,11 +47,8 @@ declare module 'react' {
47
47
 
48
48
  declare module 'react' {
49
49
  interface CSSProperties {
50
- '--m-table-border-radius'?: string;
51
- '--m-table-border-top-left-radius'?: string;
52
- '--m-table-border-top-right-radius'?: string;
53
- '--m-table-border-bottom-left-radius'?: string;
54
- '--m-table-border-bottom-right-radius'?: string;
50
+ '--m-text-display'?: string;
51
+ '--m-text-max-width'?: string;
55
52
  }
56
53
  }
57
54
 
@@ -70,7 +67,10 @@ declare module 'react' {
70
67
 
71
68
  declare module 'react' {
72
69
  interface CSSProperties {
73
- '--m-text-display'?: string;
74
- '--m-text-max-width'?: string;
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;
75
75
  }
76
76
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-react",
3
- "version": "3.22.0-alpha.1",
3
+ "version": "3.23.0-alpha.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",
@@ -26,7 +26,7 @@
26
26
  "author": "Loadsmart",
27
27
  "license": "UNLICENSED",
28
28
  "devDependencies": {
29
- "@figma/code-connect": "^1.3.5",
29
+ "@figma/code-connect": "^1.3.6",
30
30
  "@loadsmart/miranda-utils": "*",
31
31
  "@types/node": "^22.15.23",
32
32
  "@types/react": "^17.0.85",
@@ -49,8 +49,8 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@lit/react": "^1.0.5",
52
- "@loadsmart/miranda-tokens": "4.22.0-alpha.1",
53
- "@loadsmart/miranda-wc": "3.22.0-alpha.1",
52
+ "@loadsmart/miranda-tokens": "4.23.0-alpha.1",
53
+ "@loadsmart/miranda-wc": "3.23.0-alpha.1",
54
54
  "react-is": "^18.3.1"
55
55
  },
56
56
  "directories": {