@cakemail-org/ui-components-v2 2.1.69 → 2.1.71
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/cjs/index.js
CHANGED
|
@@ -9137,7 +9137,7 @@ function FileUpload(_a) {
|
|
|
9137
9137
|
React.createElement(Icon, { name: defaultIconName }),
|
|
9138
9138
|
React.createElement(material.Typography, { variant: "body1L" }, placeholder),
|
|
9139
9139
|
React.createElement(material.Typography, { variant: "body2" }, support)))),
|
|
9140
|
-
dropdown && React.createElement(Dropdown, { placeholder: dropdown.placeholder || "", onChange: dropdown.onChange, className: "fileUploadDropdown ".concat(dropdown.className ? dropdown.className : ""), options: dropdown.options.concat({
|
|
9140
|
+
dropdown && React.createElement(Dropdown, { size: "large", placeholder: dropdown.placeholder || "", onChange: dropdown.onChange, className: "fileUploadDropdown ".concat(dropdown.className ? dropdown.className : ""), options: dropdown.options.concat({
|
|
9141
9141
|
text: dropdown.uploadText || "Upload",
|
|
9142
9142
|
value: "upload",
|
|
9143
9143
|
isAction: true,
|
package/dist/esm/index.js
CHANGED
|
@@ -9117,7 +9117,7 @@ function FileUpload(_a) {
|
|
|
9117
9117
|
React__default.createElement(Icon, { name: defaultIconName }),
|
|
9118
9118
|
React__default.createElement(Typography$1, { variant: "body1L" }, placeholder),
|
|
9119
9119
|
React__default.createElement(Typography$1, { variant: "body2" }, support)))),
|
|
9120
|
-
dropdown && React__default.createElement(Dropdown, { placeholder: dropdown.placeholder || "", onChange: dropdown.onChange, className: "fileUploadDropdown ".concat(dropdown.className ? dropdown.className : ""), options: dropdown.options.concat({
|
|
9120
|
+
dropdown && React__default.createElement(Dropdown, { size: "large", placeholder: dropdown.placeholder || "", onChange: dropdown.onChange, className: "fileUploadDropdown ".concat(dropdown.className ? dropdown.className : ""), options: dropdown.options.concat({
|
|
9121
9121
|
text: dropdown.uploadText || "Upload",
|
|
9122
9122
|
value: "upload",
|
|
9123
9123
|
isAction: true,
|