@loadsmart/miranda-react 3.12.1 → 3.12.2

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
@@ -1816,18 +1816,18 @@ declare module 'react' {
1816
1816
 
1817
1817
  declare module 'react' {
1818
1818
  interface CSSProperties {
1819
- '--m-text-display'?: string;
1820
- '--m-text-max-width'?: string;
1819
+ '--m-table-border-radius'?: string;
1820
+ '--m-table-border-top-left-radius'?: string;
1821
+ '--m-table-border-top-right-radius'?: string;
1822
+ '--m-table-border-bottom-left-radius'?: string;
1823
+ '--m-table-border-bottom-right-radius'?: string;
1821
1824
  }
1822
1825
  }
1823
1826
 
1824
1827
 
1825
1828
  declare module 'react' {
1826
1829
  interface CSSProperties {
1827
- '--m-table-border-radius'?: string;
1828
- '--m-table-border-top-left-radius'?: string;
1829
- '--m-table-border-top-right-radius'?: string;
1830
- '--m-table-border-bottom-left-radius'?: string;
1831
- '--m-table-border-bottom-right-radius'?: string;
1830
+ '--m-text-display'?: string;
1831
+ '--m-text-max-width'?: string;
1832
1832
  }
1833
1833
  }
package/dist/tokens.d.ts CHANGED
@@ -59,18 +59,18 @@ declare module 'react' {
59
59
 
60
60
  declare module 'react' {
61
61
  interface CSSProperties {
62
- '--m-text-display'?: string;
63
- '--m-text-max-width'?: string;
62
+ '--m-table-border-radius'?: string;
63
+ '--m-table-border-top-left-radius'?: string;
64
+ '--m-table-border-top-right-radius'?: string;
65
+ '--m-table-border-bottom-left-radius'?: string;
66
+ '--m-table-border-bottom-right-radius'?: string;
64
67
  }
65
68
  }
66
69
 
67
70
 
68
71
  declare module 'react' {
69
72
  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;
73
+ '--m-text-display'?: string;
74
+ '--m-text-max-width'?: string;
75
75
  }
76
76
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-react",
3
- "version": "3.12.1",
3
+ "version": "3.12.2",
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.12.1",
53
- "@loadsmart/miranda-wc": "3.12.1",
52
+ "@loadsmart/miranda-tokens": "4.12.2",
53
+ "@loadsmart/miranda-wc": "3.12.2",
54
54
  "react-is": "^18.3.1"
55
55
  },
56
56
  "directories": {