@loadsmart/miranda-react 3.6.0 → 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 +12 -6
- package/dist/tokens.d.ts +6 -6
- 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>;
|
|
@@ -1620,17 +1626,17 @@ declare module 'react' {
|
|
|
1620
1626
|
|
|
1621
1627
|
declare module 'react' {
|
|
1622
1628
|
interface CSSProperties {
|
|
1623
|
-
'--m-
|
|
1624
|
-
'--m-
|
|
1625
|
-
'--m-divider-margin-y'?: string;
|
|
1629
|
+
'--m-icon-size'?: string;
|
|
1630
|
+
'--m-icon-color'?: string;
|
|
1626
1631
|
}
|
|
1627
1632
|
}
|
|
1628
1633
|
|
|
1629
1634
|
|
|
1630
1635
|
declare module 'react' {
|
|
1631
1636
|
interface CSSProperties {
|
|
1632
|
-
'--m-
|
|
1633
|
-
'--m-
|
|
1637
|
+
'--m-divider-margin-top'?: string;
|
|
1638
|
+
'--m-divider-margin-bottom'?: string;
|
|
1639
|
+
'--m-divider-margin-y'?: string;
|
|
1634
1640
|
}
|
|
1635
1641
|
}
|
|
1636
1642
|
|
|
@@ -1642,6 +1648,7 @@ declare module 'react' {
|
|
|
1642
1648
|
'--m-table-border-top-right-radius'?: string;
|
|
1643
1649
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1644
1650
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1651
|
+
'--m-table-border-width'?: string;
|
|
1645
1652
|
}
|
|
1646
1653
|
}
|
|
1647
1654
|
|
|
@@ -1664,7 +1671,6 @@ declare module 'react' {
|
|
|
1664
1671
|
'--m-table-border-top-right-radius'?: string;
|
|
1665
1672
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1666
1673
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1667
|
-
'--m-table-border-width'?: string;
|
|
1668
1674
|
}
|
|
1669
1675
|
}
|
|
1670
1676
|
|
package/dist/tokens.d.ts
CHANGED
|
@@ -19,17 +19,17 @@ declare module 'react' {
|
|
|
19
19
|
|
|
20
20
|
declare module 'react' {
|
|
21
21
|
interface CSSProperties {
|
|
22
|
-
'--m-
|
|
23
|
-
'--m-
|
|
24
|
-
'--m-divider-margin-y'?: string;
|
|
22
|
+
'--m-icon-size'?: string;
|
|
23
|
+
'--m-icon-color'?: string;
|
|
25
24
|
}
|
|
26
25
|
}
|
|
27
26
|
|
|
28
27
|
|
|
29
28
|
declare module 'react' {
|
|
30
29
|
interface CSSProperties {
|
|
31
|
-
'--m-
|
|
32
|
-
'--m-
|
|
30
|
+
'--m-divider-margin-top'?: string;
|
|
31
|
+
'--m-divider-margin-bottom'?: string;
|
|
32
|
+
'--m-divider-margin-y'?: string;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
|
|
@@ -41,6 +41,7 @@ declare module 'react' {
|
|
|
41
41
|
'--m-table-border-top-right-radius'?: string;
|
|
42
42
|
'--m-table-border-bottom-left-radius'?: string;
|
|
43
43
|
'--m-table-border-bottom-right-radius'?: string;
|
|
44
|
+
'--m-table-border-width'?: string;
|
|
44
45
|
}
|
|
45
46
|
}
|
|
46
47
|
|
|
@@ -63,7 +64,6 @@ declare module 'react' {
|
|
|
63
64
|
'--m-table-border-top-right-radius'?: string;
|
|
64
65
|
'--m-table-border-bottom-left-radius'?: string;
|
|
65
66
|
'--m-table-border-bottom-right-radius'?: string;
|
|
66
|
-
'--m-table-border-width'?: string;
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
|
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": {
|