@loadsmart/miranda-react 3.14.0 → 3.15.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,6 +1789,15 @@ declare const WiredTooltip: ReactWebComponent<WCTooltip, {}>;
1789
1789
  export { }
1790
1790
 
1791
1791
 
1792
+ declare module 'react' {
1793
+ interface CSSProperties {
1794
+ '--m-divider-margin-top'?: string;
1795
+ '--m-divider-margin-bottom'?: string;
1796
+ '--m-divider-margin-y'?: string;
1797
+ }
1798
+ }
1799
+
1800
+
1792
1801
  declare module 'react' {
1793
1802
  interface CSSProperties {
1794
1803
  '--m-card-body-padding'?: string;
@@ -1809,15 +1818,6 @@ declare module 'react' {
1809
1818
  }
1810
1819
 
1811
1820
 
1812
- declare module 'react' {
1813
- interface CSSProperties {
1814
- '--m-divider-margin-top'?: string;
1815
- '--m-divider-margin-bottom'?: string;
1816
- '--m-divider-margin-y'?: string;
1817
- }
1818
- }
1819
-
1820
-
1821
1821
  declare module 'react' {
1822
1822
  interface CSSProperties {
1823
1823
  '--m-table-border-radius'?: string;
package/dist/tokens.d.ts CHANGED
@@ -5,6 +5,15 @@ export * from "@loadsmart/miranda-tokens/dist/themes.js";
5
5
  export { }
6
6
 
7
7
 
8
+ declare module 'react' {
9
+ interface CSSProperties {
10
+ '--m-divider-margin-top'?: string;
11
+ '--m-divider-margin-bottom'?: string;
12
+ '--m-divider-margin-y'?: string;
13
+ }
14
+ }
15
+
16
+
8
17
  declare module 'react' {
9
18
  interface CSSProperties {
10
19
  '--m-card-body-padding'?: string;
@@ -25,15 +34,6 @@ declare module 'react' {
25
34
  }
26
35
 
27
36
 
28
- declare module 'react' {
29
- interface CSSProperties {
30
- '--m-divider-margin-top'?: string;
31
- '--m-divider-margin-bottom'?: string;
32
- '--m-divider-margin-y'?: string;
33
- }
34
- }
35
-
36
-
37
37
  declare module 'react' {
38
38
  interface CSSProperties {
39
39
  '--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.0",
3
+ "version": "3.15.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",
@@ -49,8 +49,8 @@
49
49
  "dependencies": {
50
50
  "@figma/code-connect": "^1.3.3",
51
51
  "@lit/react": "^1.0.5",
52
- "@loadsmart/miranda-tokens": "4.14.0",
53
- "@loadsmart/miranda-wc": "3.14.0",
52
+ "@loadsmart/miranda-tokens": "4.15.0",
53
+ "@loadsmart/miranda-wc": "3.15.0",
54
54
  "react-is": "^18.3.1"
55
55
  },
56
56
  "directories": {