@loadsmart/miranda-react 3.0.0-beta.67 → 3.0.0-beta.69

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
@@ -1494,8 +1494,12 @@ export { }
1494
1494
 
1495
1495
  declare module 'react' {
1496
1496
  interface CSSProperties {
1497
- '--m-icon-size'?: string;
1498
- '--m-icon-color'?: string;
1497
+ '--m-card-body-padding'?: string;
1498
+ '--m-card-border-top'?: string;
1499
+ '--m-card-border-left'?: string;
1500
+ '--m-card-border-bottom'?: string;
1501
+ '--m-card-border-right'?: string;
1502
+ '--m-card-border-radius'?: string;
1499
1503
  }
1500
1504
  }
1501
1505
 
@@ -1511,12 +1515,8 @@ declare module 'react' {
1511
1515
 
1512
1516
  declare module 'react' {
1513
1517
  interface CSSProperties {
1514
- '--m-card-body-padding'?: string;
1515
- '--m-card-border-top'?: string;
1516
- '--m-card-border-left'?: string;
1517
- '--m-card-border-bottom'?: string;
1518
- '--m-card-border-right'?: string;
1519
- '--m-card-border-radius'?: string;
1518
+ '--m-icon-size'?: string;
1519
+ '--m-icon-color'?: string;
1520
1520
  }
1521
1521
  }
1522
1522
 
package/dist/tokens.d.ts CHANGED
@@ -7,8 +7,12 @@ export { }
7
7
 
8
8
  declare module 'react' {
9
9
  interface CSSProperties {
10
- '--m-icon-size'?: string;
11
- '--m-icon-color'?: 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;
12
16
  }
13
17
  }
14
18
 
@@ -24,12 +28,8 @@ declare module 'react' {
24
28
 
25
29
  declare module 'react' {
26
30
  interface CSSProperties {
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;
31
+ '--m-icon-size'?: string;
32
+ '--m-icon-color'?: string;
33
33
  }
34
34
  }
35
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-react",
3
- "version": "3.0.0-beta.67",
3
+ "version": "3.0.0-beta.69",
4
4
  "description": "React component library based on Miranda Web Components",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -41,8 +41,8 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@lit/react": "^1.0.5",
44
- "@loadsmart/miranda-tokens": "4.0.0-beta.67",
45
- "@loadsmart/miranda-wc": "3.0.0-beta.67",
44
+ "@loadsmart/miranda-tokens": "4.0.0-beta.69",
45
+ "@loadsmart/miranda-wc": "3.0.0-beta.69",
46
46
  "react-is": "^18.3.1"
47
47
  },
48
48
  "directories": {