@loadsmart/miranda-react 3.1.1 → 3.1.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 +7 -8
- package/dist/tokens.d.ts +6 -6
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -28,7 +28,6 @@ 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 { FilePickerEvent } from '@loadsmart/miranda-wc';
|
|
32
31
|
import { ForwardRefExoticComponent } from 'react';
|
|
33
32
|
import { HeaderTabs as HeaderTabs_2 } from '@loadsmart/miranda-wc';
|
|
34
33
|
import { IconName } from '@loadsmart/miranda-wc';
|
|
@@ -595,7 +594,7 @@ export { FieldSize }
|
|
|
595
594
|
export { FieldStatus }
|
|
596
595
|
|
|
597
596
|
export declare const FilePicker: ReactWebComponent<FilePicker_2, {
|
|
598
|
-
onChange: EventName<
|
|
597
|
+
onChange: EventName<MirandaChangeEvent<FilePicker_2>>;
|
|
599
598
|
}> & {
|
|
600
599
|
FileItem: typeof FileItem;
|
|
601
600
|
};
|
|
@@ -1617,17 +1616,17 @@ declare module 'react' {
|
|
|
1617
1616
|
|
|
1618
1617
|
declare module 'react' {
|
|
1619
1618
|
interface CSSProperties {
|
|
1620
|
-
'--m-
|
|
1621
|
-
'--m-
|
|
1622
|
-
'--m-divider-margin-y'?: string;
|
|
1619
|
+
'--m-icon-size'?: string;
|
|
1620
|
+
'--m-icon-color'?: string;
|
|
1623
1621
|
}
|
|
1624
1622
|
}
|
|
1625
1623
|
|
|
1626
1624
|
|
|
1627
1625
|
declare module 'react' {
|
|
1628
1626
|
interface CSSProperties {
|
|
1629
|
-
'--m-
|
|
1630
|
-
'--m-
|
|
1627
|
+
'--m-divider-margin-top'?: string;
|
|
1628
|
+
'--m-divider-margin-bottom'?: string;
|
|
1629
|
+
'--m-divider-margin-y'?: string;
|
|
1631
1630
|
}
|
|
1632
1631
|
}
|
|
1633
1632
|
|
|
@@ -1639,7 +1638,6 @@ declare module 'react' {
|
|
|
1639
1638
|
'--m-table-border-top-right-radius'?: string;
|
|
1640
1639
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1641
1640
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1642
|
-
'--m-table-border-width'?: string;
|
|
1643
1641
|
}
|
|
1644
1642
|
}
|
|
1645
1643
|
|
|
@@ -1651,6 +1649,7 @@ declare module 'react' {
|
|
|
1651
1649
|
'--m-table-border-top-right-radius'?: string;
|
|
1652
1650
|
'--m-table-border-bottom-left-radius'?: string;
|
|
1653
1651
|
'--m-table-border-bottom-right-radius'?: string;
|
|
1652
|
+
'--m-table-border-width'?: string;
|
|
1654
1653
|
}
|
|
1655
1654
|
}
|
|
1656
1655
|
|
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,7 +41,6 @@ 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;
|
|
45
44
|
}
|
|
46
45
|
}
|
|
47
46
|
|
|
@@ -53,6 +52,7 @@ declare module 'react' {
|
|
|
53
52
|
'--m-table-border-top-right-radius'?: string;
|
|
54
53
|
'--m-table-border-bottom-left-radius'?: string;
|
|
55
54
|
'--m-table-border-bottom-right-radius'?: string;
|
|
55
|
+
'--m-table-border-width'?: string;
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.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.1.
|
|
53
|
-
"@loadsmart/miranda-wc": "3.1.
|
|
52
|
+
"@loadsmart/miranda-tokens": "4.1.2",
|
|
53
|
+
"@loadsmart/miranda-wc": "3.1.2",
|
|
54
54
|
"react-is": "^18.3.1"
|
|
55
55
|
},
|
|
56
56
|
"directories": {
|