@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,
@@ -30,6 +30,7 @@ export type TEnhancedFormEditedBy = {
30
30
  export type TEnhancedFormRecaptcha = {
31
31
  secret: string;
32
32
  domain: string;
33
+ site_key: string;
33
34
  };
34
35
  export type TEnhancedFormContent = {
35
36
  json: any;
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,
@@ -30,6 +30,7 @@ export type TEnhancedFormEditedBy = {
30
30
  export type TEnhancedFormRecaptcha = {
31
31
  secret: string;
32
32
  domain: string;
33
+ site_key: string;
33
34
  };
34
35
  export type TEnhancedFormContent = {
35
36
  json: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cakemail-org/ui-components-v2",
3
- "version": "2.1.69",
3
+ "version": "2.1.71",
4
4
  "description": "ui library kit made with material UI",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",