@loadsmart/miranda-react 3.21.0-alpha.2 → 3.21.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
@@ -1789,15 +1789,6 @@ 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
-
1801
1792
  declare module 'react' {
1802
1793
  interface CSSProperties {
1803
1794
  '--m-card-body-padding'?: string;
@@ -1810,6 +1801,15 @@ declare module 'react' {
1810
1801
  }
1811
1802
 
1812
1803
 
1804
+ declare module 'react' {
1805
+ interface CSSProperties {
1806
+ '--m-divider-margin-top'?: string;
1807
+ '--m-divider-margin-bottom'?: string;
1808
+ '--m-divider-margin-y'?: string;
1809
+ }
1810
+ }
1811
+
1812
+
1813
1813
  declare module 'react' {
1814
1814
  interface CSSProperties {
1815
1815
  '--m-icon-size'?: string;
package/dist/tokens.d.ts CHANGED
@@ -5,15 +5,6 @@ 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
-
17
8
  declare module 'react' {
18
9
  interface CSSProperties {
19
10
  '--m-card-body-padding'?: string;
@@ -26,6 +17,15 @@ declare module 'react' {
26
17
  }
27
18
 
28
19
 
20
+ declare module 'react' {
21
+ interface CSSProperties {
22
+ '--m-divider-margin-top'?: string;
23
+ '--m-divider-margin-bottom'?: string;
24
+ '--m-divider-margin-y'?: string;
25
+ }
26
+ }
27
+
28
+
29
29
  declare module 'react' {
30
30
  interface CSSProperties {
31
31
  '--m-icon-size'?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-react",
3
- "version": "3.21.0-alpha.2",
3
+ "version": "3.21.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.21.0-alpha.2",
53
- "@loadsmart/miranda-wc": "3.21.0-alpha.2",
52
+ "@loadsmart/miranda-tokens": "4.21.1",
53
+ "@loadsmart/miranda-wc": "3.21.1",
54
54
  "react-is": "^18.3.1"
55
55
  },
56
56
  "directories": {