@loadsmart/miranda-react 3.0.1 → 3.1.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
@@ -1592,6 +1592,18 @@ declare const WiredTooltip: ReactWebComponent<WCTooltip, {}>;
1592
1592
  export { }
1593
1593
 
1594
1594
 
1595
+ declare module 'react' {
1596
+ interface CSSProperties {
1597
+ '--m-card-body-padding'?: string;
1598
+ '--m-card-border-top'?: string;
1599
+ '--m-card-border-left'?: string;
1600
+ '--m-card-border-bottom'?: string;
1601
+ '--m-card-border-right'?: string;
1602
+ '--m-card-border-radius'?: string;
1603
+ }
1604
+ }
1605
+
1606
+
1595
1607
  declare module 'react' {
1596
1608
  interface CSSProperties {
1597
1609
  '--m-divider-margin-top'?: string;
@@ -1611,12 +1623,11 @@ declare module 'react' {
1611
1623
 
1612
1624
  declare module 'react' {
1613
1625
  interface CSSProperties {
1614
- '--m-card-body-padding'?: string;
1615
- '--m-card-border-top'?: string;
1616
- '--m-card-border-left'?: string;
1617
- '--m-card-border-bottom'?: string;
1618
- '--m-card-border-right'?: string;
1619
- '--m-card-border-radius'?: string;
1626
+ '--m-table-border-radius'?: string;
1627
+ '--m-table-border-top-left-radius'?: string;
1628
+ '--m-table-border-top-right-radius'?: string;
1629
+ '--m-table-border-bottom-left-radius'?: string;
1630
+ '--m-table-border-bottom-right-radius'?: string;
1620
1631
  }
1621
1632
  }
1622
1633
 
@@ -1650,14 +1661,3 @@ declare module 'react' {
1650
1661
  '--m-table-border-width'?: string;
1651
1662
  }
1652
1663
  }
1653
-
1654
-
1655
- declare module 'react' {
1656
- interface CSSProperties {
1657
- '--m-table-border-radius'?: string;
1658
- '--m-table-border-top-left-radius'?: string;
1659
- '--m-table-border-top-right-radius'?: string;
1660
- '--m-table-border-bottom-left-radius'?: string;
1661
- '--m-table-border-bottom-right-radius'?: string;
1662
- }
1663
- }
package/dist/tokens.d.ts CHANGED
@@ -5,6 +5,18 @@ export * from "@loadsmart/miranda-tokens/dist/themes.js";
5
5
  export { }
6
6
 
7
7
 
8
+ declare module 'react' {
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;
16
+ }
17
+ }
18
+
19
+
8
20
  declare module 'react' {
9
21
  interface CSSProperties {
10
22
  '--m-divider-margin-top'?: string;
@@ -24,12 +36,11 @@ declare module 'react' {
24
36
 
25
37
  declare module 'react' {
26
38
  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;
39
+ '--m-table-border-radius'?: string;
40
+ '--m-table-border-top-left-radius'?: string;
41
+ '--m-table-border-top-right-radius'?: string;
42
+ '--m-table-border-bottom-left-radius'?: string;
43
+ '--m-table-border-bottom-right-radius'?: string;
33
44
  }
34
45
  }
35
46
 
@@ -63,14 +74,3 @@ declare module 'react' {
63
74
  '--m-table-border-width'?: string;
64
75
  }
65
76
  }
66
-
67
-
68
- declare module 'react' {
69
- 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;
75
- }
76
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-react",
3
- "version": "3.0.1",
3
+ "version": "3.1.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.0.1",
53
- "@loadsmart/miranda-wc": "3.0.1",
52
+ "@loadsmart/miranda-tokens": "4.1.0",
53
+ "@loadsmart/miranda-wc": "3.1.0",
54
54
  "react-is": "^18.3.1"
55
55
  },
56
56
  "directories": {