@loadsmart/miranda-react 3.25.0 → 3.25.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
@@ -1799,12 +1799,8 @@ declare module 'react' {
1799
1799
 
1800
1800
  declare module 'react' {
1801
1801
  interface CSSProperties {
1802
- '--m-table-border-radius'?: string;
1803
- '--m-table-border-top-left-radius'?: string;
1804
- '--m-table-border-top-right-radius'?: string;
1805
- '--m-table-border-bottom-left-radius'?: string;
1806
- '--m-table-border-bottom-right-radius'?: string;
1807
- '--m-table-border-width'?: string;
1802
+ '--m-text-display'?: string;
1803
+ '--m-text-max-width'?: string;
1808
1804
  }
1809
1805
  }
1810
1806
 
@@ -1816,15 +1812,18 @@ declare module 'react' {
1816
1812
  '--m-table-border-top-right-radius'?: string;
1817
1813
  '--m-table-border-bottom-left-radius'?: string;
1818
1814
  '--m-table-border-bottom-right-radius'?: string;
1815
+ '--m-table-border-width'?: string;
1819
1816
  }
1820
1817
  }
1821
1818
 
1822
1819
 
1823
1820
  declare module 'react' {
1824
1821
  interface CSSProperties {
1825
- '--m-divider-margin-top'?: string;
1826
- '--m-divider-margin-bottom'?: string;
1827
- '--m-divider-margin-y'?: string;
1822
+ '--m-table-border-radius'?: string;
1823
+ '--m-table-border-top-left-radius'?: string;
1824
+ '--m-table-border-top-right-radius'?: string;
1825
+ '--m-table-border-bottom-left-radius'?: string;
1826
+ '--m-table-border-bottom-right-radius'?: string;
1828
1827
  }
1829
1828
  }
1830
1829
 
@@ -1839,18 +1838,19 @@ declare module 'react' {
1839
1838
 
1840
1839
  declare module 'react' {
1841
1840
  interface CSSProperties {
1842
- '--m-text-display'?: string;
1843
- '--m-text-max-width'?: string;
1841
+ '--m-table-border-radius'?: string;
1842
+ '--m-table-border-top-left-radius'?: string;
1843
+ '--m-table-border-top-right-radius'?: string;
1844
+ '--m-table-border-bottom-left-radius'?: string;
1845
+ '--m-table-border-bottom-right-radius'?: string;
1844
1846
  }
1845
1847
  }
1846
1848
 
1847
1849
 
1848
1850
  declare module 'react' {
1849
1851
  interface CSSProperties {
1850
- '--m-table-border-radius'?: string;
1851
- '--m-table-border-top-left-radius'?: string;
1852
- '--m-table-border-top-right-radius'?: string;
1853
- '--m-table-border-bottom-left-radius'?: string;
1854
- '--m-table-border-bottom-right-radius'?: string;
1852
+ '--m-divider-margin-top'?: string;
1853
+ '--m-divider-margin-bottom'?: string;
1854
+ '--m-divider-margin-y'?: string;
1855
1855
  }
1856
1856
  }
package/dist/tokens.d.ts CHANGED
@@ -19,12 +19,8 @@ declare module 'react' {
19
19
 
20
20
  declare module 'react' {
21
21
  interface CSSProperties {
22
- '--m-table-border-radius'?: string;
23
- '--m-table-border-top-left-radius'?: string;
24
- '--m-table-border-top-right-radius'?: string;
25
- '--m-table-border-bottom-left-radius'?: string;
26
- '--m-table-border-bottom-right-radius'?: string;
27
- '--m-table-border-width'?: string;
22
+ '--m-text-display'?: string;
23
+ '--m-text-max-width'?: string;
28
24
  }
29
25
  }
30
26
 
@@ -36,15 +32,18 @@ declare module 'react' {
36
32
  '--m-table-border-top-right-radius'?: string;
37
33
  '--m-table-border-bottom-left-radius'?: string;
38
34
  '--m-table-border-bottom-right-radius'?: string;
35
+ '--m-table-border-width'?: string;
39
36
  }
40
37
  }
41
38
 
42
39
 
43
40
  declare module 'react' {
44
41
  interface CSSProperties {
45
- '--m-divider-margin-top'?: string;
46
- '--m-divider-margin-bottom'?: string;
47
- '--m-divider-margin-y'?: string;
42
+ '--m-table-border-radius'?: string;
43
+ '--m-table-border-top-left-radius'?: string;
44
+ '--m-table-border-top-right-radius'?: string;
45
+ '--m-table-border-bottom-left-radius'?: string;
46
+ '--m-table-border-bottom-right-radius'?: string;
48
47
  }
49
48
  }
50
49
 
@@ -59,18 +58,19 @@ declare module 'react' {
59
58
 
60
59
  declare module 'react' {
61
60
  interface CSSProperties {
62
- '--m-text-display'?: string;
63
- '--m-text-max-width'?: string;
61
+ '--m-table-border-radius'?: string;
62
+ '--m-table-border-top-left-radius'?: string;
63
+ '--m-table-border-top-right-radius'?: string;
64
+ '--m-table-border-bottom-left-radius'?: string;
65
+ '--m-table-border-bottom-right-radius'?: string;
64
66
  }
65
67
  }
66
68
 
67
69
 
68
70
  declare module 'react' {
69
71
  interface CSSProperties {
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;
72
+ '--m-divider-margin-top'?: string;
73
+ '--m-divider-margin-bottom'?: string;
74
+ '--m-divider-margin-y'?: 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.0",
3
+ "version": "3.25.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",
@@ -56,8 +56,8 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@lit/react": "^1.0.5",
59
- "@loadsmart/miranda-tokens": "4.25.0",
60
- "@loadsmart/miranda-wc": "3.25.0",
59
+ "@loadsmart/miranda-tokens": "4.25.1",
60
+ "@loadsmart/miranda-wc": "3.25.1",
61
61
  "react-is": "^18.3.1"
62
62
  },
63
63
  "directories": {