infinity-forge 14.7.5 → 14.7.6

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.
@@ -2,4 +2,5 @@ import { DynamicSectionProps, IFormHandler } from '../../../../../../../../ui/in
2
2
  export declare function Default(props: DynamicSectionProps & {
3
3
  formHandler?: IFormHandler;
4
4
  sendToPanel?: boolean;
5
+ FormComponent?: () => React.ReactNode;
5
6
  }): import("react/jsx-runtime").JSX.Element;
@@ -51,6 +51,6 @@ var form_contact_1 = require("./form-contact/index.js");
51
51
  var details_contact_1 = require("./details-contact/index.js");
52
52
  var S = __importStar(require("./styles.js"));
53
53
  function Default(props) {
54
- return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'Contact', children: (0, jsx_runtime_1.jsx)(S.Default, { children: (0, jsx_runtime_1.jsxs)(ui_1.Container, { children: [(0, jsx_runtime_1.jsx)(details_contact_1.DetailsContact, __assign({}, props)), (0, jsx_runtime_1.jsx)(form_contact_1.FormContact, __assign({}, props))] }) }) }));
54
+ return ((0, jsx_runtime_1.jsx)(ui_1.Error, { name: 'Contact', children: (0, jsx_runtime_1.jsx)(S.Default, { children: (0, jsx_runtime_1.jsxs)(ui_1.Container, { children: [(0, jsx_runtime_1.jsx)(details_contact_1.DetailsContact, __assign({}, props)), props.FormComponent ? (0, jsx_runtime_1.jsx)(props.FormComponent, {}) : (0, jsx_runtime_1.jsx)(form_contact_1.FormContact, __assign({}, props))] }) }) }));
55
55
  }
56
56
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../src/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,0BAYC;;AAnBD,2BAA0E;AAE1E,+CAA4C;AAC5C,qDAAkD;AAElD,0CAA6B;AAE7B,SAAgB,OAAO,CAAC,KAAkF;IACxG,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,SAAS,YACnB,uBAAC,CAAC,CAAC,OAAO,cACR,wBAAC,cAAS,eACR,uBAAC,gCAAc,eAAK,KAAK,EAAI,EAE7B,uBAAC,0BAAW,eAAK,KAAK,EAAI,IAChB,GACF,GACN,CACT,CAAA;AACH,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../src/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAOA,0BAkBC;;AAzBD,2BAA0E;AAE1E,+CAA4C;AAC5C,qDAAkD;AAElD,0CAA6B;AAE7B,SAAgB,OAAO,CACrB,KAIC;IAED,OAAO,CACL,uBAAC,UAAK,IAAC,IAAI,EAAC,SAAS,YACnB,uBAAC,CAAC,CAAC,OAAO,cACR,wBAAC,cAAS,eACR,uBAAC,gCAAc,eAAK,KAAK,EAAI,EAE5B,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,uBAAC,KAAK,CAAC,aAAa,KAAG,CAAC,CAAC,CAAC,uBAAC,0BAAW,eAAK,KAAK,EAAI,IACjE,GACF,GACN,CACT,CAAA;AACH,CAAC"}
@@ -1,4 +1,8 @@
1
1
  "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
2
6
  var __assign = (this && this.__assign) || function () {
3
7
  __assign = Object.assign || function(t) {
4
8
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -10,11 +14,17 @@ var __assign = (this && this.__assign) || function () {
10
14
  };
11
15
  return __assign.apply(this, arguments);
12
16
  };
17
+ var __importDefault = (this && this.__importDefault) || function (mod) {
18
+ return (mod && mod.__esModule) ? mod : { "default": mod };
19
+ };
13
20
  Object.defineProperty(exports, "__esModule", { value: true });
14
21
  exports.EditMode = EditMode;
15
22
  var jsx_runtime_1 = require("react/jsx-runtime");
16
23
  var router_1 = require("next/router");
24
+ var styled_components_1 = __importDefault(require("styled-components"));
17
25
  var system_1 = require("../../../../../system/index.js");
26
+ var StyledButton = (0, styled_components_1.default)('button')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n font-size: 12px !important;\n display: flex !important;\n align-items: center !important;\n justify-content: center !important;\n flex-direction: row !important;\n gap: 5px !important;\n border-radius: 3px !important;\n border: 1px solid #ccc !important;\n padding: 5px 10px !important;\n transition: 0.3s !important;\n font-weight: bold !important;\n color: #fff !important;\n background: ", " !important;\n\n &:hover {\n opacity: 0.7 !important;\n }\n"], ["\n font-size: 12px !important;\n display: flex !important;\n align-items: center !important;\n justify-content: center !important;\n flex-direction: row !important;\n gap: 5px !important;\n border-radius: 3px !important;\n border: 1px solid #ccc !important;\n padding: 5px 10px !important;\n transition: 0.3s !important;\n font-weight: bold !important;\n color: #fff !important;\n background: ", " !important;\n\n &:hover {\n opacity: 0.7 !important;\n }\n"])), function (props) { return props.$background || '#000000be'; });
27
+ var PrimaryButton = (0, styled_components_1.default)('button')(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n font-size: 12px !important;\n border: 0 !important;\n border-radius: 4px !important;\n padding: 0 32px !important;\n background-color: ", " !important;\n font-weight: bold !important;\n color: #fff !important;\n transition: 0.3s !important;\n\n &:hover {\n opacity: 0.7 !important;\n }\n"], ["\n font-size: 12px !important;\n border: 0 !important;\n border-radius: 4px !important;\n padding: 0 32px !important;\n background-color: ", " !important;\n font-weight: bold !important;\n color: #fff !important;\n transition: 0.3s !important;\n\n &:hover {\n opacity: 0.7 !important;\n }\n"])), function (props) { return props.$background || '#3b82f6'; });
18
28
  function EditMode() {
19
29
  var user = (0, system_1.useAuthAdmin)().user;
20
30
  var router = (0, router_1.useRouter)();
@@ -25,17 +35,12 @@ function EditMode() {
25
35
  }
26
36
  if (!isEditMode) {
27
37
  if (hasUser || router.query.signOut === 'true') {
28
- return ((0, jsx_runtime_1.jsx)("button", { type: 'button', style: {
38
+ return ((0, jsx_runtime_1.jsx)(StyledButton, { type: 'button', "$background": router.query.showPreview === 'true' ? 'green' : '#000000be', style: {
29
39
  position: 'fixed',
30
40
  zIndex: '9999',
31
41
  bottom: 20,
32
42
  right: 20,
33
- width: '250px',
34
43
  height: '35px',
35
- border: '0',
36
- fontWeight: 'bold',
37
- color: '#fff',
38
- background: router.query.showPreview === 'true' ? 'green' : '#000000be',
39
44
  }, onClick: function () {
40
45
  router.replace({
41
46
  pathname: router.pathname,
@@ -49,33 +54,24 @@ function EditMode() {
49
54
  }
50
55
  return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {});
51
56
  }
52
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("button", { type: 'button', style: {
57
+ return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(PrimaryButton, { type: 'button', "$background": '#000', style: {
53
58
  position: 'fixed',
54
59
  zIndex: '9999',
55
60
  bottom: 20,
56
- right: 200,
57
- width: '200px',
61
+ right: 180,
58
62
  height: '35px',
59
- border: '0',
60
- fontWeight: 'bold',
61
- color: '#fff',
62
- background: '#000',
63
63
  }, onClick: function () {
64
64
  router.replace({
65
65
  pathname: router.pathname,
66
66
  query: __assign(__assign({}, router.query), { showPreview: '', editMode: '', signOut: 'true' }),
67
67
  }, undefined, { shallow: true, scroll: false });
68
- }, children: "SAIR DO MODO EDITOR" }), (0, jsx_runtime_1.jsx)("button", { type: 'button', style: {
68
+ }, children: "SAIR DO MODO EDITOR" }), (0, jsx_runtime_1.jsx)(StyledButton, { type: 'button', "$background": router.query.showPreview === 'true' ? 'green' : '#000000be', style: {
69
69
  position: 'fixed',
70
70
  zIndex: '9999',
71
71
  bottom: 20,
72
72
  right: 20,
73
73
  width: '140px',
74
74
  height: '35px',
75
- border: '0',
76
- fontWeight: 'bold',
77
- color: '#fff',
78
- background: router.query.showPreview === 'true' ? 'green' : '#000000be',
79
75
  }, onClick: function () {
80
76
  router.replace({
81
77
  pathname: router.pathname,
@@ -87,4 +83,6 @@ function EditMode() {
87
83
  }, undefined, { shallow: true, scroll: false });
88
84
  }, children: "MODO EDI\u00C7\u00C3O" })] }));
89
85
  }
86
+ var EditButton = (0, styled_components_1.default)('div')(templateObject_3 || (templateObject_3 = __makeTemplateObject([""], [""])));
87
+ var templateObject_1, templateObject_2, templateObject_3;
90
88
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/ui/atena/presentation/dynamic-sections/edit-mode/index.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/ui/atena/presentation/dynamic-sections/edit-mode/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAuCA,4BAuHC;;AA9JD,sCAAuC;AACvC,wEAAsC;AACtC,mCAAuC;AAEvC,IAAM,YAAY,GAAG,IAAA,2BAAM,EAAC,QAAQ,CAAC,+hBAA0B,wZAa/C,EAA2C,kEAK1D,KALe,UAAC,KAAK,IAAK,OAAA,KAAK,CAAC,WAAW,IAAI,WAAW,EAAhC,CAAgC,CAK1D,CAAA;AAED,IAAM,aAAa,GAAG,IAAA,2BAAM,EAAC,QAAQ,CAAC,oXAA0B,iJAK1C,EAAyC,8JAQ9D,KARqB,UAAC,KAAK,IAAK,OAAA,KAAK,CAAC,WAAW,IAAI,SAAS,EAA9B,CAA8B,CAQ9D,CAAA;AAED,SAAgB,QAAQ;IACd,IAAA,IAAI,GAAK,IAAA,qBAAY,GAAE,KAAnB,CAAmB;IAE/B,IAAM,MAAM,GAAG,IAAA,kBAAS,GAAE,CAAA;IAE1B,IAAM,OAAO,GAAG,CAAC,CAAC,IAAI,CAAA;IACtB,IAAM,UAAU,GAAG,MAAM,CAAC,OAAO,IAAI,MAAM,CAAC,KAAK,CAAC,QAAQ,KAAK,MAAM,IAAI,OAAO,CAAA;IAEhF,IAAI,OAAO,CAAC,GAAG,CAAC,MAAM,KAAK,MAAM,EAAE,CAAC;QAClC,OAAO,kDAAK,CAAA;IACd,CAAC;IAED,IAAI,CAAC,UAAU,EAAE,CAAC;QAChB,IAAI,OAAO,IAAI,MAAM,CAAC,KAAK,CAAC,OAAO,KAAK,MAAM,EAAE,CAAC;YAC/C,OAAO,CACL,uBAAC,YAAY,IACX,IAAI,EAAC,QAAQ,iBACA,MAAM,CAAC,KAAK,CAAC,WAAW,KAAK,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,WAAW,EACxE,KAAK,EAAE;oBACL,QAAQ,EAAE,OAAO;oBACjB,MAAM,EAAE,MAAM;oBACd,MAAM,EAAE,EAAE;oBACV,KAAK,EAAE,EAAE;oBACT,MAAM,EAAE,MAAM;iBACf,EACD,OAAO,EAAE;oBACP,MAAM,CAAC,OAAO,CACZ;wBACE,QAAQ,EAAE,MAAM,CAAC,QAAQ;wBACzB,KAAK,wBACA,MAAM,CAAC,KAAK,KACf,QAAQ,EAAE,MAAM,EAChB,WAAW,EACT,MAAM,CAAC,KAAK,CAAC,WAAW,KAAK,SAAS;gCACpC,CAAC,CAAC,MAAM;gCACR,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,WAAW,KAAK,MAAM;oCACnC,CAAC,CAAC,OAAO;oCACT,CAAC,CAAC,MAAM,GACf;qBACF,EACD,SAAS,EACT,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,CACjC,CAAA;gBACH,CAAC,0CAGY,CAChB,CAAA;QACH,CAAC;QAED,OAAO,kDAAK,CAAA;IACd,CAAC;IAED,OAAO,CACL,6DACE,uBAAC,aAAa,IACZ,IAAI,EAAC,QAAQ,iBACD,MAAM,EAClB,KAAK,EAAE;oBACL,QAAQ,EAAE,OAAO;oBACjB,MAAM,EAAE,MAAM;oBACd,MAAM,EAAE,EAAE;oBACV,KAAK,EAAE,GAAG;oBACV,MAAM,EAAE,MAAM;iBACf,EACD,OAAO,EAAE;oBACP,MAAM,CAAC,OAAO,CACZ;wBACE,QAAQ,EAAE,MAAM,CAAC,QAAQ;wBACzB,KAAK,wBACA,MAAM,CAAC,KAAK,KACf,WAAW,EAAE,EAAE,EACf,QAAQ,EAAE,EAAE,EACZ,OAAO,EAAE,MAAM,GAChB;qBACF,EACD,SAAS,EACT,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,CACjC,CAAA;gBACH,CAAC,oCAGa,EAEhB,uBAAC,YAAY,IACX,IAAI,EAAC,QAAQ,iBACA,MAAM,CAAC,KAAK,CAAC,WAAW,KAAK,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,WAAW,EACxE,KAAK,EAAE;oBACL,QAAQ,EAAE,OAAO;oBACjB,MAAM,EAAE,MAAM;oBACd,MAAM,EAAE,EAAE;oBACV,KAAK,EAAE,EAAE;oBACT,KAAK,EAAE,OAAO;oBACd,MAAM,EAAE,MAAM;iBACf,EACD,OAAO,EAAE;oBACP,MAAM,CAAC,OAAO,CACZ;wBACE,QAAQ,EAAE,MAAM,CAAC,QAAQ;wBACzB,KAAK,wBACA,MAAM,CAAC,KAAK,KACf,OAAO,EAAE,EAAE,EACX,WAAW,EACT,MAAM,CAAC,KAAK,CAAC,WAAW,KAAK,SAAS;gCACpC,CAAC,CAAC,MAAM;gCACR,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,WAAW,KAAK,MAAM;oCACnC,CAAC,CAAC,OAAO;oCACT,CAAC,CAAC,MAAM,GACf;qBACF,EACD,SAAS,EACT,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,CACjC,CAAA;gBACH,CAAC,sCAGY,IACd,CACJ,CAAA;AACH,CAAC;AAED,IAAM,UAAU,GAAG,IAAA,2BAAM,EAAC,KAAK,CAAC,qEAAA,EAAE,IAAA,CAAA"}
@@ -112,7 +112,9 @@ function EditSectionComponent(_a) {
112
112
  }
113
113
  });
114
114
  }); },
115
- }, disableEnterKeySubmitForm: true, onSucess: handleSubmit, initialData: initialData, button: typeof ((_a = dynamicSectionProps === null || dynamicSectionProps === void 0 ? void 0 : dynamicSectionProps.customForm) === null || _a === void 0 ? void 0 : _a.button) === 'object' ? (_b = dynamicSectionProps === null || dynamicSectionProps === void 0 ? void 0 : dynamicSectionProps.customForm) === null || _b === void 0 ? void 0 : _b.button : { text: 'Salvar' }, schema: (_c = dynamicSectionProps === null || dynamicSectionProps === void 0 ? void 0 : dynamicSectionProps.customForm) === null || _c === void 0 ? void 0 : _c.schema, errorForm: (_d = dynamicSectionProps === null || dynamicSectionProps === void 0 ? void 0 : dynamicSectionProps.customForm) === null || _d === void 0 ? void 0 : _d.errorForm, i18n: ((_e = dynamicSectionProps === null || dynamicSectionProps === void 0 ? void 0 : dynamicSectionProps.customForm) === null || _e === void 0 ? void 0 : _e.i18n) || { active: true }, decimalFields: (_f = dynamicSectionProps === null || dynamicSectionProps === void 0 ? void 0 : dynamicSectionProps.customForm) === null || _f === void 0 ? void 0 : _f.decimalFields, children: (0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [!!(fields === null || fields === void 0 ? void 0 : fields['title']) && (0, jsx_runtime_1.jsx)(ui_1.TextEditor, __assign({ name: 'title', label: 'Titulo' }, fields === null || fields === void 0 ? void 0 : fields['title'])), !!(fields === null || fields === void 0 ? void 0 : fields['subtitle']) && (0, jsx_runtime_1.jsx)(ui_1.TextEditor, __assign({ name: 'subtitle', label: 'Subtitulo' }, fields === null || fields === void 0 ? void 0 : fields['subtitle'])), !!(fields === null || fields === void 0 ? void 0 : fields['description']) && ((0, jsx_runtime_1.jsx)(ui_1.TextEditor, __assign({ name: 'description', label: 'Descri\u00E7\u00E3o' }, fields === null || fields === void 0 ? void 0 : fields['description']))), !!((fields === null || fields === void 0 ? void 0 : fields['linkText']) || (fields === null || fields === void 0 ? void 0 : fields['linkUrl']) || (fields === null || fields === void 0 ? void 0 : fields['linkFull'])) && ((0, jsx_runtime_1.jsxs)("div", { className: 'row', children: [((fields === null || fields === void 0 ? void 0 : fields['linkText']) || (fields === null || fields === void 0 ? void 0 : fields['linkFull'])) && ((0, jsx_runtime_1.jsx)(ui_1.Input, __assign({ name: 'linkText', label: 'Link texto' }, fields === null || fields === void 0 ? void 0 : fields['linkText']))), ((fields === null || fields === void 0 ? void 0 : fields['linkUrl']) || (fields === null || fields === void 0 ? void 0 : fields['linkFull'])) && ((0, jsx_runtime_1.jsx)(ui_1.Input, __assign({ name: 'linkUrl', label: 'Link Url', i18n: { disabled: true } }, fields === null || fields === void 0 ? void 0 : fields['linkUrl'])))] })), !!((fields === null || fields === void 0 ? void 0 : fields['linkFull']) || (fields === null || fields === void 0 ? void 0 : fields['linkSvg']) || (fields === null || fields === void 0 ? void 0 : fields['linkTarget'])) && ((0, jsx_runtime_1.jsxs)("div", { className: 'row', children: [((fields === null || fields === void 0 ? void 0 : fields['linkSvg']) || (fields === null || fields === void 0 ? void 0 : fields['linkFull'])) && ((0, jsx_runtime_1.jsx)(ui_1.SelectIcon, __assign({ name: 'jsonContent.linkSvg', label: 'Link Icon', placeholder: 'Selecione o icone', onlyOneValue: true }, fields === null || fields === void 0 ? void 0 : fields['linkSvg']))), ((fields === null || fields === void 0 ? void 0 : fields['linkTarget']) || (fields === null || fields === void 0 ? void 0 : fields['linkFull'])) && ((0, jsx_runtime_1.jsx)(ui_1.Select, __assign({ name: 'jsonContent.linkTarget', placeholder: 'Selecione o tipo de link', label: 'Link Interno/Externo', onlyOneValue: true, options: [
115
+ }, disableEnterKeySubmitForm: true, onSucess: handleSubmit, initialData: initialData, button: typeof ((_a = dynamicSectionProps === null || dynamicSectionProps === void 0 ? void 0 : dynamicSectionProps.customForm) === null || _a === void 0 ? void 0 : _a.button) === 'object'
116
+ ? (_b = dynamicSectionProps === null || dynamicSectionProps === void 0 ? void 0 : dynamicSectionProps.customForm) === null || _b === void 0 ? void 0 : _b.button
117
+ : { text: 'Salvar' }, schema: (_c = dynamicSectionProps === null || dynamicSectionProps === void 0 ? void 0 : dynamicSectionProps.customForm) === null || _c === void 0 ? void 0 : _c.schema, errorForm: (_d = dynamicSectionProps === null || dynamicSectionProps === void 0 ? void 0 : dynamicSectionProps.customForm) === null || _d === void 0 ? void 0 : _d.errorForm, i18n: ((_e = dynamicSectionProps === null || dynamicSectionProps === void 0 ? void 0 : dynamicSectionProps.customForm) === null || _e === void 0 ? void 0 : _e.i18n) || { active: true }, decimalFields: (_f = dynamicSectionProps === null || dynamicSectionProps === void 0 ? void 0 : dynamicSectionProps.customForm) === null || _f === void 0 ? void 0 : _f.decimalFields, children: (0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [!!(fields === null || fields === void 0 ? void 0 : fields['title']) && (0, jsx_runtime_1.jsx)(ui_1.TextEditor, __assign({ name: 'title', label: 'Titulo' }, fields === null || fields === void 0 ? void 0 : fields['title'])), !!(fields === null || fields === void 0 ? void 0 : fields['subtitle']) && (0, jsx_runtime_1.jsx)(ui_1.TextEditor, __assign({ name: 'subtitle', label: 'Subtitulo' }, fields === null || fields === void 0 ? void 0 : fields['subtitle'])), !!(fields === null || fields === void 0 ? void 0 : fields['description']) && ((0, jsx_runtime_1.jsx)(ui_1.TextEditor, __assign({ name: 'description', label: 'Descri\u00E7\u00E3o' }, fields === null || fields === void 0 ? void 0 : fields['description']))), !!((fields === null || fields === void 0 ? void 0 : fields['linkText']) || (fields === null || fields === void 0 ? void 0 : fields['linkUrl']) || (fields === null || fields === void 0 ? void 0 : fields['linkFull'])) && ((0, jsx_runtime_1.jsxs)("div", { className: 'row', children: [((fields === null || fields === void 0 ? void 0 : fields['linkText']) || (fields === null || fields === void 0 ? void 0 : fields['linkFull'])) && ((0, jsx_runtime_1.jsx)(ui_1.Input, __assign({ name: 'linkText', label: 'Link texto' }, fields === null || fields === void 0 ? void 0 : fields['linkText']))), ((fields === null || fields === void 0 ? void 0 : fields['linkUrl']) || (fields === null || fields === void 0 ? void 0 : fields['linkFull'])) && ((0, jsx_runtime_1.jsx)(ui_1.Input, __assign({ name: 'linkUrl', label: 'Link Url', i18n: { disabled: true } }, fields === null || fields === void 0 ? void 0 : fields['linkUrl'])))] })), !!((fields === null || fields === void 0 ? void 0 : fields['linkFull']) || (fields === null || fields === void 0 ? void 0 : fields['linkSvg']) || (fields === null || fields === void 0 ? void 0 : fields['linkTarget'])) && ((0, jsx_runtime_1.jsxs)("div", { className: 'row', children: [((fields === null || fields === void 0 ? void 0 : fields['linkSvg']) || (fields === null || fields === void 0 ? void 0 : fields['linkFull'])) && ((0, jsx_runtime_1.jsx)(ui_1.SelectIcon, __assign({ name: 'jsonContent.linkSvg', label: 'Link Icon', placeholder: 'Selecione o icone', onlyOneValue: true }, fields === null || fields === void 0 ? void 0 : fields['linkSvg']))), ((fields === null || fields === void 0 ? void 0 : fields['linkTarget']) || (fields === null || fields === void 0 ? void 0 : fields['linkFull'])) && ((0, jsx_runtime_1.jsx)(ui_1.Select, __assign({ name: 'jsonContent.linkTarget', placeholder: 'Selecione o tipo de link', label: 'Link Interno/Externo', onlyOneValue: true, options: [
116
118
  {
117
119
  label: 'Interno',
118
120
  value: '_self',
@@ -139,7 +141,25 @@ function EditSectionComponent(_a) {
139
141
  });
140
142
  }); }, name: 'enabled' }) }), (0, jsx_runtime_1.jsxs)("button", { type: 'button', onClick: function () { return setOpen(true); }, className: 'edit_section', children: [(0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'IconEdit', color: '#000' }), "Editar"] }), templateKeys && templateKeys.length > 0 && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsxs)(ui_1.SideBar, { open: sideBar, setOpen: setSidebar, maxWidth: '800px', direction: 'right', overlay: false, children: [templateKeys === null || templateKeys === void 0 ? void 0 : templateKeys.map(function (version) { return ((0, jsx_runtime_1.jsx)("button", { type: 'button', onClick: function () { return setVersionTemplate(version); }, children: version })); }), (0, jsx_runtime_1.jsx)(edit_css_1.EditorCSS, { refSection: refSection, handleSubmit: handleSubmit, initialData: initialData })] }), (0, jsx_runtime_1.jsxs)("button", { type: 'button', onClick: function () { return setSidebar(function (s) { return !s; }); }, className: 'edit_section', children: [(0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'IconEdit', color: '#000' }), "Alterar template"] })] }))] }), versionTemplate && TemplateComponent ? (0, jsx_runtime_1.jsx)(TemplateComponent, __assign({}, dynamicSectionProps)) : children] })) : (children)] }));
141
143
  }
142
- var Styles = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 10px;\n gap: 10px;\n z-index: 2;\n position: relative;\n\n & + * {\n z-index: 1;\n position: relative;\n }\n\n & + * {\n opacity: ", ";\n }\n\n .input_control {\n margin-bottom: 0;\n }\n\n .conntent_form_infinity_forge {\n display: flex;\n align-items: center;\n gap: 1.5rem;\n\n .button-flag {\n background: transparent;\n border: none;\n padding: 0;\n transition: all 0.2s;\n margin: 0 !important;\n\n &:hover {\n box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2) !important;\n }\n\n img {\n max-width: 50px;\n width: auto !important;\n height: 30px;\n }\n }\n }\n\n .edit_section {\n font-size: 13px;\n display: flex;\n align-items: center;\n justify-content: center;\n flex-direction: row;\n gap: 5px;\n border-radius: 3px;\n border: 1px solid #ccc;\n padding: 5px 10px;\n transition: 0.3s;\n\n &:hover {\n background-color: #f1f1f1;\n }\n\n svg {\n width: 10px !important;\n height: auto !important;\n fill: #000 !important;\n }\n }\n"], ["\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 10px;\n gap: 10px;\n z-index: 2;\n position: relative;\n\n & + * {\n z-index: 1;\n position: relative;\n }\n\n & + * {\n opacity: ", ";\n }\n\n .input_control {\n margin-bottom: 0;\n }\n\n .conntent_form_infinity_forge {\n display: flex;\n align-items: center;\n gap: 1.5rem;\n\n .button-flag {\n background: transparent;\n border: none;\n padding: 0;\n transition: all 0.2s;\n margin: 0 !important;\n\n &:hover {\n box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2) !important;\n }\n\n img {\n max-width: 50px;\n width: auto !important;\n height: 30px;\n }\n }\n }\n\n .edit_section {\n font-size: 13px;\n display: flex;\n align-items: center;\n justify-content: center;\n flex-direction: row;\n gap: 5px;\n border-radius: 3px;\n border: 1px solid #ccc;\n padding: 5px 10px;\n transition: 0.3s;\n\n &:hover {\n background-color: #f1f1f1;\n }\n\n svg {\n width: 10px !important;\n height: auto !important;\n fill: #000 !important;\n }\n }\n"])), function (props) { return (props.$enabled ? 1 : 0.6); });
143
- var ModalContent = (0, styled_components_1.default)('div')(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n .conntent_form_infinity_forge {\n button {\n background: transparent;\n border: none;\n padding: 0;\n transition: all 0.2s;\n margin-right: 15px;\n margin-bottom: 10px;\n\n &:hover {\n box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);\n }\n\n img {\n max-width: 50px;\n width: auto !important;\n height: 30px;\n }\n }\n }\n"], ["\n .conntent_form_infinity_forge {\n button {\n background: transparent;\n border: none;\n padding: 0;\n transition: all 0.2s;\n margin-right: 15px;\n margin-bottom: 10px;\n\n &:hover {\n box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);\n }\n\n img {\n max-width: 50px;\n width: auto !important;\n height: 30px;\n }\n }\n }\n"])));
144
+ var Styles = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex !important;\n align-items: center !important;\n justify-content: center !important;\n padding: 10px !important;\n gap: 10px !important;\n z-index: 2 !important;\n position: relative !important;\n\n & + * {\n z-index: 1 !important;\n position: relative !important;\n }\n\n & + * {\n opacity: ", " !important;\n }\n\n .input_control {\n margin-bottom: 0 !important;\n }\n\n .conntent_form_infinity_forge {\n display: flex !important;\n align-items: center !important;\n gap: 1.5rem !important;\n\n .button-flag {\n background: transparent !important;\n border: none !important;\n padding: 0 !important;\n transition: all 0.2s !important;\n margin: 0 !important;\n\n &:hover {\n box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2) !important;\n }\n\n img {\n max-width: 50px !important;\n width: auto !important;\n height: 30px !important;\n }\n }\n }\n\n .edit_section {\n font-size: 13px !important;\n display: flex !important;\n align-items: center !important;\n justify-content: center !important;\n flex-direction: row !important;\n gap: 5px !important;\n border-radius: 3px !important;\n border: 1px solid #2563eb !important;\n padding: 5px 10px !important;\n transition: 0.3s all !important;\n background-color: #eee !important;\n\n svg {\n width: 10px !important;\n height: auto !important;\n fill: #000 !important;\n\n path {\n transition: 0.3s all !important;\n }\n }\n\n &:hover {\n border-color: #3b82f6 !important;\n color: #fff !important;\n background-color: #3b82f6 !important;\n\n svg path {\n fill: #fff !important;\n }\n }\n }\n\n .input-wrapper:not(:has(> input.checkbox-design)):not(:has(.ql-toolbar)):has(input[type='checkbox']) {\n .custom-checkbox-label {\n position: relative !important;\n margin: 0 !important;\n cursor: pointer !important;\n text-indent: -9999px !important;\n width: 36px !important;\n height: 18px !important;\n background: linear-gradient(135deg, #94a3b8 0%, #64748b 100%) !important;\n display: block !important;\n border-radius: 34px !important;\n position: relative !important;\n border: none !important;\n transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;\n box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1) !important;\n\n &:after {\n content: '' !important;\n position: absolute !important;\n top: 50% !important;\n transform: translateY(-50%) !important;\n left: 4px !important;\n width: 10px !important;\n height: 10px !important;\n background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;\n border-radius: 50% !important;\n transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;\n border: 1px solid #f1f5f9 !important;\n }\n\n &.checked {\n border: none !important;\n }\n\n svg {\n stroke: #ffffff !important;\n width: 100% !important;\n height: auto !important;\n opacity: 0 !important;\n transition: opacity 0.2s ease !important;\n }\n\n &:hover {\n background: linear-gradient(135deg, #64748b 0%, #475569 100%) !important;\n border-color: #475569 !important;\n }\n }\n\n input:checked + .custom-checkbox-label {\n background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;\n border-color: #3b82f6 !important;\n box-shadow: 0 2px 8px #3b82f630 !important;\n }\n\n svg {\n stroke: #ffffff !important;\n width: 100% !important;\n height: auto !important;\n opacity: 0 !important;\n transition: opacity 0.2s ease !important;\n }\n\n &:hover {\n background: linear-gradient(135deg, #f1f5f9 0%, #f1f5f9 100%) !important;\n border-color: #475569 !important;\n }\n }\n\n input:checked + .custom-checkbox-label {\n background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;\n border-color: #3b82f6 !important;\n box-shadow:\n 0 2px 8px #3b82f630,\n inset 0 1px 2px rgba(255, 255, 255, 0.2) !important;\n border-top-left-radius: 8px !important;\n\n > span:first-child .ql-picker-label {\n padding-left: 0 !important;\n }\n }\n"], ["\n display: flex !important;\n align-items: center !important;\n justify-content: center !important;\n padding: 10px !important;\n gap: 10px !important;\n z-index: 2 !important;\n position: relative !important;\n\n & + * {\n z-index: 1 !important;\n position: relative !important;\n }\n\n & + * {\n opacity: ", " !important;\n }\n\n .input_control {\n margin-bottom: 0 !important;\n }\n\n .conntent_form_infinity_forge {\n display: flex !important;\n align-items: center !important;\n gap: 1.5rem !important;\n\n .button-flag {\n background: transparent !important;\n border: none !important;\n padding: 0 !important;\n transition: all 0.2s !important;\n margin: 0 !important;\n\n &:hover {\n box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2) !important;\n }\n\n img {\n max-width: 50px !important;\n width: auto !important;\n height: 30px !important;\n }\n }\n }\n\n .edit_section {\n font-size: 13px !important;\n display: flex !important;\n align-items: center !important;\n justify-content: center !important;\n flex-direction: row !important;\n gap: 5px !important;\n border-radius: 3px !important;\n border: 1px solid #2563eb !important;\n padding: 5px 10px !important;\n transition: 0.3s all !important;\n background-color: #eee !important;\n\n svg {\n width: 10px !important;\n height: auto !important;\n fill: #000 !important;\n\n path {\n transition: 0.3s all !important;\n }\n }\n\n &:hover {\n border-color: #3b82f6 !important;\n color: #fff !important;\n background-color: #3b82f6 !important;\n\n svg path {\n fill: #fff !important;\n }\n }\n }\n\n .input-wrapper:not(:has(> input.checkbox-design)):not(:has(.ql-toolbar)):has(input[type='checkbox']) {\n .custom-checkbox-label {\n position: relative !important;\n margin: 0 !important;\n cursor: pointer !important;\n text-indent: -9999px !important;\n width: 36px !important;\n height: 18px !important;\n background: linear-gradient(135deg, #94a3b8 0%, #64748b 100%) !important;\n display: block !important;\n border-radius: 34px !important;\n position: relative !important;\n border: none !important;\n transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;\n box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1) !important;\n\n &:after {\n content: '' !important;\n position: absolute !important;\n top: 50% !important;\n transform: translateY(-50%) !important;\n left: 4px !important;\n width: 10px !important;\n height: 10px !important;\n background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;\n border-radius: 50% !important;\n transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;\n border: 1px solid #f1f5f9 !important;\n }\n\n &.checked {\n border: none !important;\n }\n\n svg {\n stroke: #ffffff !important;\n width: 100% !important;\n height: auto !important;\n opacity: 0 !important;\n transition: opacity 0.2s ease !important;\n }\n\n &:hover {\n background: linear-gradient(135deg, #64748b 0%, #475569 100%) !important;\n border-color: #475569 !important;\n }\n }\n\n input:checked + .custom-checkbox-label {\n background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;\n border-color: #3b82f6 !important;\n box-shadow: 0 2px 8px #3b82f630 !important;\n }\n\n svg {\n stroke: #ffffff !important;\n width: 100% !important;\n height: auto !important;\n opacity: 0 !important;\n transition: opacity 0.2s ease !important;\n }\n\n &:hover {\n background: linear-gradient(135deg, #f1f5f9 0%, #f1f5f9 100%) !important;\n border-color: #475569 !important;\n }\n }\n\n input:checked + .custom-checkbox-label {\n background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;\n border-color: #3b82f6 !important;\n box-shadow:\n 0 2px 8px #3b82f630,\n inset 0 1px 2px rgba(255, 255, 255, 0.2) !important;\n border-top-left-radius: 8px !important;\n\n > span:first-child .ql-picker-label {\n padding-left: 0 !important;\n }\n }\n"])), function (props) { return (props.$enabled ? 1 : 0.6); });
145
+ var ModalContent = (0, styled_components_1.default)('div')(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n .conntent_form_infinity_forge {\n .button-flag {\n background: transparent !important;\n border: none !important;\n padding: 0 !important;\n transition: all 0.2s !important;\n margin-right: 15px !important;\n margin-bottom: 10px !important;\n\n &:hover {\n box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2) !important;\n }\n\n img {\n max-width: 50px !important;\n width: auto !important;\n height: 30px !important;\n }\n }\n }\n\n .conntent_form_infinity_forge {\n width: 100% !important;\n\n .row {\n box-shadow: none !important;\n padding: 0 !important;\n margin: 0 !important;\n border: 0 !important;\n\n > * {\n width: 100% !important;\n }\n\n > *:has(.custom-checkbox-label) {\n width: fit-content !important;\n white-space: nowrap !important;\n }\n }\n\n > div > div:has(.container_select_icon) {\n align-items: center !important;\n\n .icon_select_icon {\n display: flex !important;\n align-items: center !important;\n justify-content: center !important;\n padding: 0 !important;\n width: 30px !important;\n\n svg {\n width: 100% !important;\n margin-bottom: -4px !important;\n path {\n fill: ", " !important;\n }\n }\n }\n }\n }\n\n .form-button.sticky {\n display: flex !important;\n justify-content: flex-end !important;\n /* gap: ", "; */\n /* border-top: 1px solid ", "; */\n padding-right: 24px !important;\n z-index: 9 !important;\n\n /* position: fixed !important; */\n left: 0 !important;\n right: 0 !important;\n width: 100% !important;\n background-color: #ffffff !important;\n padding: 24px 24px !important;\n border-radius: 8px !important;\n box-shadow:\n 0 -2px 4px rgba(0, 0, 0, 0.04),\n 0 4px 8px rgba(0, 0, 0, 0.08) !important;\n\n button:last-child {\n border: 0 !important;\n border-radius: 4px !important;\n width: fit-content !important;\n height: 40px !important;\n padding: 0 32px !important;\n background-color: #3b82f6 !important;\n font-size: 14px !important;\n transition: 0.3s !important;\n\n &:hover {\n transition: 0.3s !important;\n opacity: 0.9 !important;\n }\n }\n }\n\n #CALENDAR {\n > div {\n .calendar-header {\n h4 {\n color: #000000 !important;\n }\n\n button {\n background-color: transparent !important;\n }\n }\n\n .months-box {\n .selected {\n color: #020617 !important;\n }\n }\n }\n }\n\n form {\n input,\n textarea {\n height: unset !important;\n border-radius: 8px !important;\n background-color: #ffffff !important;\n\n &:focus,\n &:focus {\n outline: 1px solid #0f172a !important;\n border-color: #0f172a !important;\n }\n\n &:disabled,\n &:read-only {\n outline: none !important;\n cursor: not-allowed !important;\n border-radius: 8px !important;\n background-color: #f1f5f9 !important;\n }\n }\n\n label {\n font-weight: 700 !important;\n }\n }\n\n .css-10osm0y-placeholder {\n min-width: 80% !important;\n }\n\n form .filters {\n grid-template-columns: repeat(5, 1fr) !important;\n\n > div {\n width: 100% !important;\n\n &:has(.checkbox-design) {\n align-items: center !important;\n\n .input_control {\n display: flex !important;\n justify-content: start !important;\n }\n }\n }\n }\n\n .conntent_form_infinity_forge {\n .box-white > div:last-child > div:last-child > .input_control {\n margin-bottom: 0 !important;\n }\n\n .input_control {\n margin: 0 0 12px 0 !important;\n\n label {\n color: #020617 !important;\n font-weight: 700 !important;\n line-height: 1.25 !important;\n margin-bottom: 4px !important;\n }\n\n &:has(.custom-checkbox) label {\n margin-bottom: 0 !important;\n }\n\n &:has([for*='Inputupload_svg']) {\n .preview,\n .input-wrapper label {\n height: 40px !important;\n width: 40px !important;\n margin-bottom: 0 !important;\n border: 1px solid #cbd5e1 !important;\n border-radius: 4px !important;\n padding: 8px !important;\n }\n\n .input-wrapper label {\n background-color: #3b82f6 !important;\n\n svg path {\n fill: #ffffff !important;\n }\n }\n\n .preview {\n display: flex !important;\n align-items: center !important;\n justify-content: center !important;\n background-color: #ffffff !important;\n\n svg path {\n fill: #0f172a !important;\n }\n }\n }\n\n input,\n textarea,\n [class*='-control'] {\n border: 1px solid #cbd5e1 !important;\n border-radius: 8px !important;\n background-color: #ffffff !important;\n padding: 0 8px !important;\n color: #0f172a !important;\n min-height: 42px !important;\n height: unset !important;\n\n &,\n [class*='-singleValue'] {\n color: #0f172a !important;\n font-weight: 400 !important;\n line-height: 1.25 !important;\n }\n }\n\n textarea {\n padding-top: 12px !important;\n padding-bottom: 12px !important;\n }\n\n input {\n min-height: 40px !important;\n }\n\n .input-content:has(.input-icon) input {\n padding-left: 8px !important;\n padding-right: 32px !important;\n }\n\n .input-icon {\n left: unset !important;\n right: 8px !important;\n display: flex !important;\n align-items: center !important;\n justify-content: center !important;\n\n svg path {\n fill: ", " !important;\n }\n }\n\n [class*='-indicatorContainer'] {\n padding: 0 ", " !important;\n }\n\n [class*='__indicator'] {\n right: 8px !important;\n }\n\n [class*='__value-container'] {\n padding: 0 !important;\n }\n\n [class*='dropdown-indicator'] svg path {\n fill: ", " !important;\n }\n\n textarea {\n padding: 16px 8px !important;\n }\n\n .list-radios {\n display: grid !important;\n gap: 32px !important;\n grid-template-columns: repeat(3, 1fr) !important;\n\n label {\n display: flex !important;\n color: #1e293b !important;\n gap: 8px !important;\n align-items: center !important;\n line-height: 1 !important;\n font-weight: 700 !important;\n }\n\n input {\n width: 24px !important;\n height: 24px !important;\n }\n }\n }\n }\n\n [class*='__menu-portal'] > div {\n border: 1px solid #f1f5f9 !important;\n border-radius: 8px !important;\n background-color: #ffffff !important;\n color: #0f172a !important;\n\n > div {\n border-radius: initial !important;\n overflow: hidden !important;\n }\n\n [class*='__option'] {\n color: #0f172a !important;\n background-color: #ffffff !important;\n padding: 4px 12px !important;\n border-radius: 4px !important;\n transition:\n background-color 0.2s ease,\n transform 0.15s ease !important;\n margin: 4px 0 !important;\n border: 1px solid transparent !important;\n\n label {\n margin-bottom: 0 !important;\n }\n\n > div {\n background-color: #ffffff !important;\n }\n\n &:hover {\n background: #ffffff !important;\n border-color: #f1f5f9 !important;\n }\n }\n\n [class*='__menu-list'] {\n padding: 0 !important;\n }\n }\n\n .input-wrapper:not(:has(> input.checkbox-design)):not(:has(.ql-toolbar)):has(input[type='checkbox']) {\n .custom-checkbox-label {\n position: relative !important;\n margin: 0 !important;\n cursor: pointer !important;\n text-indent: -9999px !important;\n width: 36px !important;\n height: 18px !important;\n background: linear-gradient(135deg, #94a3b8 0%, #64748b 100%) !important;\n display: block !important;\n border-radius: 34px !important;\n position: relative !important;\n border: none !important;\n transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;\n box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1) !important;\n\n &:after {\n content: '' !important;\n position: absolute !important;\n top: 50% !important;\n transform: translateY(-50%) !important;\n left: 4px !important;\n width: 10px !important;\n height: 10px !important;\n background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;\n border-radius: 50% !important;\n transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;\n border: 1px solid #f1f5f9 !important;\n }\n\n &.checked {\n border: none !important;\n }\n\n svg {\n stroke: #ffffff !important;\n width: 100% !important;\n height: auto !important;\n opacity: 0 !important;\n transition: opacity 0.2s ease !important;\n }\n\n &:hover {\n background: linear-gradient(135deg, #64748b 0%, #475569 100%) !important;\n border-color: #475569 !important;\n }\n }\n\n input:checked + .custom-checkbox-label {\n background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;\n border-color: #3b82f6 !important;\n box-shadow: 0 2px 8px #3b82f630 !important;\n }\n\n svg {\n stroke: #ffffff !important;\n width: 100% !important;\n height: auto !important;\n opacity: 0 !important;\n transition: opacity 0.2s ease !important;\n }\n\n &:hover {\n background: linear-gradient(135deg, #f1f5f9 0%, #f1f5f9 100%) !important;\n border-color: #475569 !important;\n }\n }\n\n input:checked + .custom-checkbox-label {\n background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;\n border-color: #3b82f6 !important;\n box-shadow:\n 0 2px 8px #3b82f630,\n inset 0 1px 2px rgba(255, 255, 255, 0.2) !important;\n border-top-left-radius: 8px !important;\n\n > span:first-child .ql-picker-label {\n padding-left: 0 !important;\n }\n }\n\n .ql-toolbar {\n padding: 8px !important;\n border-top-right-radius: 8px !important;\n border-top-left-radius: 8px !important;\n\n > span:first-child .ql-picker-label {\n padding-left: 0 !important;\n }\n }\n\n .ql-editor {\n padding: 8px !important;\n }\n\n .ql-container {\n border-bottom-right-radius: 8px !important;\n border-bottom-left-radius: 8px !important;\n }\n\n .ql-link {\n margin-bottom: 0 !important;\n }\n\n .eye {\n right: 8px !important;\n }\n\n .list-radios {\n white-space: nowrap !important;\n }\n\n .conntent_form_infinity_forge .input_control .list-radios input {\n height: 24px !important;\n min-height: unset !important;\n }\n\n #colorInput {\n height: 42px !important;\n }\n\n .input-wrapper:has([id*='DndDescribedBy']) {\n label {\n margin-top: 4px !important;\n margin-bottom: 0px !important;\n color: #ffffff !important;\n background-color: #3b82f6 !important;\n transition: all 0.3s !important;\n border-radius: 8px !important;\n padding: 0 16px !important;\n min-height: 48px !important;\n height: unset !important;\n font-size: 16px !important;\n\n &:hover {\n background-color: #2563eb !important;\n }\n\n svg {\n width: 16px !important;\n height: auto !important;\n fill: #ffffff !important;\n stroke: unset !important;\n opacity: 1 !important;\n }\n }\n\n &:has(.actions) label {\n margin-top: 8px !important;\n }\n\n .actions label {\n margin-top: 0 !important;\n background: transparent !important;\n }\n\n .action-button {\n border: 0 !important;\n padding: 0 !important;\n background: #f1f5f9 !important;\n color: #475569 !important;\n width: 32px !important;\n height: 32px !important;\n display: flex !important;\n align-items: center !important;\n justify-content: center !important;\n border-radius: 4px !important;\n cursor: pointer !important;\n transition: all 0.2s ease !important;\n border: 1px solid #cbd5e1 !important;\n\n button {\n background-color: transparent !important;\n border: 0 !important;\n padding: 0 !important;\n width: 100% !important;\n color: #475569 !important;\n }\n\n svg {\n width: 16px !important;\n height: auto !important;\n fill: #475569 !important;\n opacity: 1 !important;\n stroke: unset !important;\n\n path {\n fill: currentColor !important;\n }\n }\n\n & + & {\n margin-left: 6px !important;\n }\n\n &:hover {\n transform: translateY(-1px) !important;\n box-shadow:\n 0 -1px 2px rgba(0, 0, 0, 0.03),\n 0 1px 2px rgba(0, 0, 0, 0.05) !important;\n border-color: #3b82f6 !important;\n color: #3b82f6 !important;\n\n svg {\n fill: #3b82f6 !important;\n }\n\n button {\n color: #3b82f6 !important;\n }\n }\n }\n\n > div > *:nth-child(2) > div > div > div > div {\n padding: 12px !important;\n border-radius: 8px !important;\n gap: 12px !important;\n\n .actions {\n margin-top: 12px !important;\n\n > div {\n height: 32px !important;\n }\n }\n }\n\n h3 svg {\n display: none !important;\n }\n }\n\n .add_new_item_input_manager > button {\n display: flex !important;\n align-items: center !important;\n justify-content: center !important;\n border-radius: 4px !important;\n background-color: #64748b !important;\n border: 1px solid #64748b !important;\n color: #ffffff !important;\n cursor: pointer !important;\n transition: all 200ms ease-in-out !important;\n\n &:hover {\n background-color: #2563eb !important;\n border-color: #2563eb !important;\n transform: translateY(-1px) !important;\n box-shadow:\n 0 -1px 2px rgba(0, 0, 0, 0.03),\n 0 1px 2px rgba(0, 0, 0, 0.05) !important;\n }\n\n &:active {\n transform: translateY(0) !important;\n }\n\n svg {\n width: 16px !important;\n height: 16px !important;\n fill: currentColor !important;\n flex-shrink: 0 !important;\n }\n }\n\n form div:has(.add_new_item_input_manager) .item {\n border-radius: 8px !important;\n padding: 16px !important;\n margin-bottom: 0 !important;\n\n > div:nth-last-child(2) .input_control {\n margin-bottom: 0 !important;\n }\n }\n\n .dynamic_input_row {\n display: flex !important;\n align-items: end !important;\n }\n"], ["\n .conntent_form_infinity_forge {\n .button-flag {\n background: transparent !important;\n border: none !important;\n padding: 0 !important;\n transition: all 0.2s !important;\n margin-right: 15px !important;\n margin-bottom: 10px !important;\n\n &:hover {\n box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2) !important;\n }\n\n img {\n max-width: 50px !important;\n width: auto !important;\n height: 30px !important;\n }\n }\n }\n\n .conntent_form_infinity_forge {\n width: 100% !important;\n\n .row {\n box-shadow: none !important;\n padding: 0 !important;\n margin: 0 !important;\n border: 0 !important;\n\n > * {\n width: 100% !important;\n }\n\n > *:has(.custom-checkbox-label) {\n width: fit-content !important;\n white-space: nowrap !important;\n }\n }\n\n > div > div:has(.container_select_icon) {\n align-items: center !important;\n\n .icon_select_icon {\n display: flex !important;\n align-items: center !important;\n justify-content: center !important;\n padding: 0 !important;\n width: 30px !important;\n\n svg {\n width: 100% !important;\n margin-bottom: -4px !important;\n path {\n fill: ", " !important;\n }\n }\n }\n }\n }\n\n .form-button.sticky {\n display: flex !important;\n justify-content: flex-end !important;\n /* gap: ", "; */\n /* border-top: 1px solid ", "; */\n padding-right: 24px !important;\n z-index: 9 !important;\n\n /* position: fixed !important; */\n left: 0 !important;\n right: 0 !important;\n width: 100% !important;\n background-color: #ffffff !important;\n padding: 24px 24px !important;\n border-radius: 8px !important;\n box-shadow:\n 0 -2px 4px rgba(0, 0, 0, 0.04),\n 0 4px 8px rgba(0, 0, 0, 0.08) !important;\n\n button:last-child {\n border: 0 !important;\n border-radius: 4px !important;\n width: fit-content !important;\n height: 40px !important;\n padding: 0 32px !important;\n background-color: #3b82f6 !important;\n font-size: 14px !important;\n transition: 0.3s !important;\n\n &:hover {\n transition: 0.3s !important;\n opacity: 0.9 !important;\n }\n }\n }\n\n #CALENDAR {\n > div {\n .calendar-header {\n h4 {\n color: #000000 !important;\n }\n\n button {\n background-color: transparent !important;\n }\n }\n\n .months-box {\n .selected {\n color: #020617 !important;\n }\n }\n }\n }\n\n form {\n input,\n textarea {\n height: unset !important;\n border-radius: 8px !important;\n background-color: #ffffff !important;\n\n &:focus,\n &:focus {\n outline: 1px solid #0f172a !important;\n border-color: #0f172a !important;\n }\n\n &:disabled,\n &:read-only {\n outline: none !important;\n cursor: not-allowed !important;\n border-radius: 8px !important;\n background-color: #f1f5f9 !important;\n }\n }\n\n label {\n font-weight: 700 !important;\n }\n }\n\n .css-10osm0y-placeholder {\n min-width: 80% !important;\n }\n\n form .filters {\n grid-template-columns: repeat(5, 1fr) !important;\n\n > div {\n width: 100% !important;\n\n &:has(.checkbox-design) {\n align-items: center !important;\n\n .input_control {\n display: flex !important;\n justify-content: start !important;\n }\n }\n }\n }\n\n .conntent_form_infinity_forge {\n .box-white > div:last-child > div:last-child > .input_control {\n margin-bottom: 0 !important;\n }\n\n .input_control {\n margin: 0 0 12px 0 !important;\n\n label {\n color: #020617 !important;\n font-weight: 700 !important;\n line-height: 1.25 !important;\n margin-bottom: 4px !important;\n }\n\n &:has(.custom-checkbox) label {\n margin-bottom: 0 !important;\n }\n\n &:has([for*='Inputupload_svg']) {\n .preview,\n .input-wrapper label {\n height: 40px !important;\n width: 40px !important;\n margin-bottom: 0 !important;\n border: 1px solid #cbd5e1 !important;\n border-radius: 4px !important;\n padding: 8px !important;\n }\n\n .input-wrapper label {\n background-color: #3b82f6 !important;\n\n svg path {\n fill: #ffffff !important;\n }\n }\n\n .preview {\n display: flex !important;\n align-items: center !important;\n justify-content: center !important;\n background-color: #ffffff !important;\n\n svg path {\n fill: #0f172a !important;\n }\n }\n }\n\n input,\n textarea,\n [class*='-control'] {\n border: 1px solid #cbd5e1 !important;\n border-radius: 8px !important;\n background-color: #ffffff !important;\n padding: 0 8px !important;\n color: #0f172a !important;\n min-height: 42px !important;\n height: unset !important;\n\n &,\n [class*='-singleValue'] {\n color: #0f172a !important;\n font-weight: 400 !important;\n line-height: 1.25 !important;\n }\n }\n\n textarea {\n padding-top: 12px !important;\n padding-bottom: 12px !important;\n }\n\n input {\n min-height: 40px !important;\n }\n\n .input-content:has(.input-icon) input {\n padding-left: 8px !important;\n padding-right: 32px !important;\n }\n\n .input-icon {\n left: unset !important;\n right: 8px !important;\n display: flex !important;\n align-items: center !important;\n justify-content: center !important;\n\n svg path {\n fill: ", " !important;\n }\n }\n\n [class*='-indicatorContainer'] {\n padding: 0 ", " !important;\n }\n\n [class*='__indicator'] {\n right: 8px !important;\n }\n\n [class*='__value-container'] {\n padding: 0 !important;\n }\n\n [class*='dropdown-indicator'] svg path {\n fill: ", " !important;\n }\n\n textarea {\n padding: 16px 8px !important;\n }\n\n .list-radios {\n display: grid !important;\n gap: 32px !important;\n grid-template-columns: repeat(3, 1fr) !important;\n\n label {\n display: flex !important;\n color: #1e293b !important;\n gap: 8px !important;\n align-items: center !important;\n line-height: 1 !important;\n font-weight: 700 !important;\n }\n\n input {\n width: 24px !important;\n height: 24px !important;\n }\n }\n }\n }\n\n [class*='__menu-portal'] > div {\n border: 1px solid #f1f5f9 !important;\n border-radius: 8px !important;\n background-color: #ffffff !important;\n color: #0f172a !important;\n\n > div {\n border-radius: initial !important;\n overflow: hidden !important;\n }\n\n [class*='__option'] {\n color: #0f172a !important;\n background-color: #ffffff !important;\n padding: 4px 12px !important;\n border-radius: 4px !important;\n transition:\n background-color 0.2s ease,\n transform 0.15s ease !important;\n margin: 4px 0 !important;\n border: 1px solid transparent !important;\n\n label {\n margin-bottom: 0 !important;\n }\n\n > div {\n background-color: #ffffff !important;\n }\n\n &:hover {\n background: #ffffff !important;\n border-color: #f1f5f9 !important;\n }\n }\n\n [class*='__menu-list'] {\n padding: 0 !important;\n }\n }\n\n .input-wrapper:not(:has(> input.checkbox-design)):not(:has(.ql-toolbar)):has(input[type='checkbox']) {\n .custom-checkbox-label {\n position: relative !important;\n margin: 0 !important;\n cursor: pointer !important;\n text-indent: -9999px !important;\n width: 36px !important;\n height: 18px !important;\n background: linear-gradient(135deg, #94a3b8 0%, #64748b 100%) !important;\n display: block !important;\n border-radius: 34px !important;\n position: relative !important;\n border: none !important;\n transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;\n box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1) !important;\n\n &:after {\n content: '' !important;\n position: absolute !important;\n top: 50% !important;\n transform: translateY(-50%) !important;\n left: 4px !important;\n width: 10px !important;\n height: 10px !important;\n background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;\n border-radius: 50% !important;\n transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;\n border: 1px solid #f1f5f9 !important;\n }\n\n &.checked {\n border: none !important;\n }\n\n svg {\n stroke: #ffffff !important;\n width: 100% !important;\n height: auto !important;\n opacity: 0 !important;\n transition: opacity 0.2s ease !important;\n }\n\n &:hover {\n background: linear-gradient(135deg, #64748b 0%, #475569 100%) !important;\n border-color: #475569 !important;\n }\n }\n\n input:checked + .custom-checkbox-label {\n background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;\n border-color: #3b82f6 !important;\n box-shadow: 0 2px 8px #3b82f630 !important;\n }\n\n svg {\n stroke: #ffffff !important;\n width: 100% !important;\n height: auto !important;\n opacity: 0 !important;\n transition: opacity 0.2s ease !important;\n }\n\n &:hover {\n background: linear-gradient(135deg, #f1f5f9 0%, #f1f5f9 100%) !important;\n border-color: #475569 !important;\n }\n }\n\n input:checked + .custom-checkbox-label {\n background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;\n border-color: #3b82f6 !important;\n box-shadow:\n 0 2px 8px #3b82f630,\n inset 0 1px 2px rgba(255, 255, 255, 0.2) !important;\n border-top-left-radius: 8px !important;\n\n > span:first-child .ql-picker-label {\n padding-left: 0 !important;\n }\n }\n\n .ql-toolbar {\n padding: 8px !important;\n border-top-right-radius: 8px !important;\n border-top-left-radius: 8px !important;\n\n > span:first-child .ql-picker-label {\n padding-left: 0 !important;\n }\n }\n\n .ql-editor {\n padding: 8px !important;\n }\n\n .ql-container {\n border-bottom-right-radius: 8px !important;\n border-bottom-left-radius: 8px !important;\n }\n\n .ql-link {\n margin-bottom: 0 !important;\n }\n\n .eye {\n right: 8px !important;\n }\n\n .list-radios {\n white-space: nowrap !important;\n }\n\n .conntent_form_infinity_forge .input_control .list-radios input {\n height: 24px !important;\n min-height: unset !important;\n }\n\n #colorInput {\n height: 42px !important;\n }\n\n .input-wrapper:has([id*='DndDescribedBy']) {\n label {\n margin-top: 4px !important;\n margin-bottom: 0px !important;\n color: #ffffff !important;\n background-color: #3b82f6 !important;\n transition: all 0.3s !important;\n border-radius: 8px !important;\n padding: 0 16px !important;\n min-height: 48px !important;\n height: unset !important;\n font-size: 16px !important;\n\n &:hover {\n background-color: #2563eb !important;\n }\n\n svg {\n width: 16px !important;\n height: auto !important;\n fill: #ffffff !important;\n stroke: unset !important;\n opacity: 1 !important;\n }\n }\n\n &:has(.actions) label {\n margin-top: 8px !important;\n }\n\n .actions label {\n margin-top: 0 !important;\n background: transparent !important;\n }\n\n .action-button {\n border: 0 !important;\n padding: 0 !important;\n background: #f1f5f9 !important;\n color: #475569 !important;\n width: 32px !important;\n height: 32px !important;\n display: flex !important;\n align-items: center !important;\n justify-content: center !important;\n border-radius: 4px !important;\n cursor: pointer !important;\n transition: all 0.2s ease !important;\n border: 1px solid #cbd5e1 !important;\n\n button {\n background-color: transparent !important;\n border: 0 !important;\n padding: 0 !important;\n width: 100% !important;\n color: #475569 !important;\n }\n\n svg {\n width: 16px !important;\n height: auto !important;\n fill: #475569 !important;\n opacity: 1 !important;\n stroke: unset !important;\n\n path {\n fill: currentColor !important;\n }\n }\n\n & + & {\n margin-left: 6px !important;\n }\n\n &:hover {\n transform: translateY(-1px) !important;\n box-shadow:\n 0 -1px 2px rgba(0, 0, 0, 0.03),\n 0 1px 2px rgba(0, 0, 0, 0.05) !important;\n border-color: #3b82f6 !important;\n color: #3b82f6 !important;\n\n svg {\n fill: #3b82f6 !important;\n }\n\n button {\n color: #3b82f6 !important;\n }\n }\n }\n\n > div > *:nth-child(2) > div > div > div > div {\n padding: 12px !important;\n border-radius: 8px !important;\n gap: 12px !important;\n\n .actions {\n margin-top: 12px !important;\n\n > div {\n height: 32px !important;\n }\n }\n }\n\n h3 svg {\n display: none !important;\n }\n }\n\n .add_new_item_input_manager > button {\n display: flex !important;\n align-items: center !important;\n justify-content: center !important;\n border-radius: 4px !important;\n background-color: #64748b !important;\n border: 1px solid #64748b !important;\n color: #ffffff !important;\n cursor: pointer !important;\n transition: all 200ms ease-in-out !important;\n\n &:hover {\n background-color: #2563eb !important;\n border-color: #2563eb !important;\n transform: translateY(-1px) !important;\n box-shadow:\n 0 -1px 2px rgba(0, 0, 0, 0.03),\n 0 1px 2px rgba(0, 0, 0, 0.05) !important;\n }\n\n &:active {\n transform: translateY(0) !important;\n }\n\n svg {\n width: 16px !important;\n height: 16px !important;\n fill: currentColor !important;\n flex-shrink: 0 !important;\n }\n }\n\n form div:has(.add_new_item_input_manager) .item {\n border-radius: 8px !important;\n padding: 16px !important;\n margin-bottom: 0 !important;\n\n > div:nth-last-child(2) .input_control {\n margin-bottom: 0 !important;\n }\n }\n\n .dynamic_input_row {\n display: flex !important;\n align-items: end !important;\n }\n"])), function (_a) {
146
+ var theme = _a.theme;
147
+ return theme.primaryColor;
148
+ }, function (_a) {
149
+ var theme = _a.theme;
150
+ return theme.spacingLg;
151
+ }, function (_a) {
152
+ var theme = _a.theme;
153
+ return theme.borderDark;
154
+ }, function (_a) {
155
+ var theme = _a.theme;
156
+ return theme.primaryColor;
157
+ }, function (_a) {
158
+ var theme = _a.theme;
159
+ return theme.spacingSm;
160
+ }, function (_a) {
161
+ var theme = _a.theme;
162
+ return theme.primaryColor;
163
+ });
144
164
  var templateObject_1, templateObject_2;
145
165
  //# sourceMappingURL=edit-section.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"edit-section.js","sourceRoot":"","sources":["../../../../../../src/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-section.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"edit-section.js","sourceRoot":"","sources":["../../../../../../src/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-section.tsx"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infinity-forge",
3
- "version": "14.7.5",
3
+ "version": "14.7.6",
4
4
  "description": "codie Library",
5
5
  "main": "./dist/index",
6
6
  "module": "./dist/index",