@dxc-technology/halstack-react 0.0.0-f081587 → 0.0.0-f0ca585
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.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +353 -334
- package/dist/index.mjs +444 -425
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1722,6 +1722,10 @@ type CommonProps$5 = {
|
|
|
1722
1722
|
* If true, if the file is an image, a preview of it will be shown. If not, an icon refering to the file type will be shown.
|
|
1723
1723
|
*/
|
|
1724
1724
|
showPreview?: boolean;
|
|
1725
|
+
/**
|
|
1726
|
+
* Size of the component.
|
|
1727
|
+
*/
|
|
1728
|
+
size?: "medium" | "fillParent";
|
|
1725
1729
|
/**
|
|
1726
1730
|
* Value of the tabindex attribute.
|
|
1727
1731
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -1722,6 +1722,10 @@ type CommonProps$5 = {
|
|
|
1722
1722
|
* If true, if the file is an image, a preview of it will be shown. If not, an icon refering to the file type will be shown.
|
|
1723
1723
|
*/
|
|
1724
1724
|
showPreview?: boolean;
|
|
1725
|
+
/**
|
|
1726
|
+
* Size of the component.
|
|
1727
|
+
*/
|
|
1728
|
+
size?: "medium" | "fillParent";
|
|
1725
1729
|
/**
|
|
1726
1730
|
* Value of the tabindex attribute.
|
|
1727
1731
|
*/
|