@loadsmart/miranda-react 3.6.1 → 3.7.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 +14 -8
- package/dist/tokens.d.ts +8 -8
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -28,6 +28,8 @@ import { FieldSize } from '@loadsmart/miranda-wc';
|
|
|
28
28
|
import { FieldStatus } from '@loadsmart/miranda-wc';
|
|
29
29
|
import { FileItem } from '@loadsmart/miranda-wc';
|
|
30
30
|
import { FilePicker as FilePicker_2 } from '@loadsmart/miranda-wc';
|
|
31
|
+
import { FilePickerFile } from '@loadsmart/miranda-wc';
|
|
32
|
+
import { FileStatus } from '@loadsmart/miranda-wc';
|
|
31
33
|
import { ForwardRefExoticComponent } from 'react';
|
|
32
34
|
import { HeaderTabs as HeaderTabs_2 } from '@loadsmart/miranda-wc';
|
|
33
35
|
import { IconName } from '@loadsmart/miranda-wc';
|
|
@@ -603,8 +605,12 @@ onChange: EventName<MirandaChangeEvent<FilePicker_2>>;
|
|
|
603
605
|
FileItem: typeof FileItem;
|
|
604
606
|
};
|
|
605
607
|
|
|
608
|
+
export { FilePickerFile }
|
|
609
|
+
|
|
606
610
|
export declare type FilePickerProps = default_2.ComponentProps<typeof FilePicker>;
|
|
607
611
|
|
|
612
|
+
export { FileStatus }
|
|
613
|
+
|
|
608
614
|
export declare const Grid: ReactWebComponent<WCGrid, {}>;
|
|
609
615
|
|
|
610
616
|
export declare type GridProps = ComponentProps<typeof Grid>;
|
|
@@ -1637,8 +1643,12 @@ declare module 'react' {
|
|
|
1637
1643
|
|
|
1638
1644
|
declare module 'react' {
|
|
1639
1645
|
interface CSSProperties {
|
|
1640
|
-
'--m-
|
|
1641
|
-
'--m-
|
|
1646
|
+
'--m-table-border-radius'?: string;
|
|
1647
|
+
'--m-table-border-top-left-radius'?: string;
|
|
1648
|
+
'--m-table-border-top-right-radius'?: string;
|
|
1649
|
+
'--m-table-border-bottom-left-radius'?: string;
|
|
1650
|
+
'--m-table-border-bottom-right-radius'?: string;
|
|
1651
|
+
'--m-table-border-width'?: string;
|
|
1642
1652
|
}
|
|
1643
1653
|
}
|
|
1644
1654
|
|
|
@@ -1667,11 +1677,7 @@ declare module 'react' {
|
|
|
1667
1677
|
|
|
1668
1678
|
declare module 'react' {
|
|
1669
1679
|
interface CSSProperties {
|
|
1670
|
-
'--m-
|
|
1671
|
-
'--m-
|
|
1672
|
-
'--m-table-border-top-right-radius'?: string;
|
|
1673
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
1674
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
1675
|
-
'--m-table-border-width'?: string;
|
|
1680
|
+
'--m-text-display'?: string;
|
|
1681
|
+
'--m-text-max-width'?: string;
|
|
1676
1682
|
}
|
|
1677
1683
|
}
|
package/dist/tokens.d.ts
CHANGED
|
@@ -36,8 +36,12 @@ declare module 'react' {
|
|
|
36
36
|
|
|
37
37
|
declare module 'react' {
|
|
38
38
|
interface CSSProperties {
|
|
39
|
-
'--m-
|
|
40
|
-
'--m-
|
|
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;
|
|
44
|
+
'--m-table-border-width'?: string;
|
|
41
45
|
}
|
|
42
46
|
}
|
|
43
47
|
|
|
@@ -66,11 +70,7 @@ declare module 'react' {
|
|
|
66
70
|
|
|
67
71
|
declare module 'react' {
|
|
68
72
|
interface CSSProperties {
|
|
69
|
-
'--m-
|
|
70
|
-
'--m-
|
|
71
|
-
'--m-table-border-top-right-radius'?: string;
|
|
72
|
-
'--m-table-border-bottom-left-radius'?: string;
|
|
73
|
-
'--m-table-border-bottom-right-radius'?: string;
|
|
74
|
-
'--m-table-border-width'?: 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.
|
|
3
|
+
"version": "3.7.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.
|
|
53
|
-
"@loadsmart/miranda-wc": "3.
|
|
52
|
+
"@loadsmart/miranda-tokens": "4.7.0",
|
|
53
|
+
"@loadsmart/miranda-wc": "3.7.0",
|
|
54
54
|
"react-is": "^18.3.1"
|
|
55
55
|
},
|
|
56
56
|
"directories": {
|