@bigbinary/neeto-form-frontend 3.8.1 → 3.8.3
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/app/javascript/src/translations/en.json +4 -2
- package/dist/BuildForm.js +22 -7
- package/dist/BuildForm.js.map +1 -1
- package/dist/ExternalForm.js +5 -9
- package/dist/ExternalForm.js.map +1 -1
- package/dist/Submission.js +2 -2
- package/dist/UrlBuilder.js +5 -11
- package/dist/UrlBuilder.js.map +1 -1
- package/dist/cjs/BuildForm.js +22 -7
- package/dist/cjs/BuildForm.js.map +1 -1
- package/dist/cjs/ExternalForm.js +5 -9
- package/dist/cjs/ExternalForm.js.map +1 -1
- package/dist/cjs/Submission.js +2 -2
- package/dist/cjs/UrlBuilder.js +5 -11
- package/dist/cjs/UrlBuilder.js.map +1 -1
- package/dist/cjs/hooks.js +2 -2
- package/dist/cjs/index.js +6 -10
- package/dist/cjs/index.js.map +1 -1
- package/dist/{constants-43eac775.js → constants-4d9fc943.js} +1 -7
- package/dist/{constants-43eac775.js.map → constants-4d9fc943.js.map} +1 -1
- package/dist/{constants-ca5ca2b1.js → constants-56bf4022.js} +2 -2
- package/dist/{constants-ca5ca2b1.js.map → constants-56bf4022.js.map} +1 -1
- package/dist/{constants-3d8a5374.js → constants-75b78b3a.js} +2 -7
- package/dist/{constants-3d8a5374.js.map → constants-75b78b3a.js.map} +1 -1
- package/dist/{constants-669f203a.js → constants-d9148acf.js} +2 -2
- package/dist/{constants-669f203a.js.map → constants-d9148acf.js.map} +1 -1
- package/dist/hooks.js +2 -2
- package/dist/index.js +6 -10
- package/dist/index.js.map +1 -1
- package/dist/main.css +1 -1
- package/dist/main.css.map +1 -1
- package/dist/{useFormApi-ca36173e.js → useFormApi-408d0060.js} +1 -3
- package/dist/useFormApi-408d0060.js.map +1 -0
- package/dist/{useFormApi-d733cb8d.js → useFormApi-e3476a20.js} +2 -3
- package/dist/useFormApi-e3476a20.js.map +1 -0
- package/dist/{useFormSubmission-866195bb.js → useFormSubmission-46db678f.js} +2 -2
- package/dist/{useFormSubmission-866195bb.js.map → useFormSubmission-46db678f.js.map} +1 -1
- package/dist/{useFormSubmission-f8866b84.js → useFormSubmission-e2e84587.js} +2 -2
- package/dist/{useFormSubmission-f8866b84.js.map → useFormSubmission-e2e84587.js.map} +1 -1
- package/dist/{utils-4a844c8d.js → utils-4918956b.js} +60 -529
- package/dist/utils-4918956b.js.map +1 -0
- package/dist/{utils-6b8cacdd.js → utils-e4298243.js} +56 -530
- package/dist/utils-e4298243.js.map +1 -0
- package/package.json +9 -9
- package/dist/useFormApi-ca36173e.js.map +0 -1
- package/dist/useFormApi-d733cb8d.js.map +0 -1
- package/dist/utils-4a844c8d.js.map +0 -1
- package/dist/utils-6b8cacdd.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants-669f203a.js","sources":["../app/javascript/src/components/constants.js","../app/javascript/src/components/BuildForm/constants.js","../app/javascript/src/components/BuildForm/Icons.jsx","../app/javascript/src/components/BuildForm/Questions/utils.js","../app/javascript/src/components/BuildForm/Questions/Fields/utils.js","../app/javascript/src/components/BuildForm/Questions/Fields/constants.js","../app/javascript/src/components/BuildForm/Questions/constants.js"],"sourcesContent":["export const QUESTION_TYPES = {\n NAME: \"name\",\n PHONE: \"phone\",\n EMAIL: \"email\",\n ADDITIONAL_GUESTS: \"additional_guests\",\n TEXT: \"text\",\n TEXTAREA: \"textarea\",\n RICH_TEXT: \"rich_text\",\n INTEGER: \"integer\",\n DECIMAL: \"decimal\",\n PARAGRAPH: \"paragraph\",\n TERMS_AND_CONDITION: \"termsandcondition\",\n CONDITION: \"condition\",\n CHECKBOX: \"checkbox\",\n RADIO: \"radio\",\n DROPDOWN: \"dropdown\",\n STAR_RATING: \"star_rating\",\n RATING: \"rating\",\n DATE: \"date\",\n FILE_UPLOAD: \"file_upload\",\n CAPTCHA: \"captcha\",\n SMS_REMINDER: \"sms_reminder\",\n};\n\nexport const CAPTCHA_TYPES = {\n RECAPTCHA_V2: \"recaptcha_v2\",\n MATH_CAPTCHA: \"math_captcha\",\n};\n","import { QUESTION_TYPES } from \"components/constants\";\n\nconst {\n PARAGRAPH,\n TERMS_AND_CONDITION,\n CONDITION,\n CHECKBOX,\n RADIO,\n DROPDOWN,\n FILE_UPLOAD,\n CAPTCHA,\n SMS_REMINDER,\n} = QUESTION_TYPES;\n\nexport const DEFAULT_AVAILABLE_LANGUAGES = [{ code: \"en\", name: \"English\" }];\n\nexport const MANDATORY_KINDS = [CAPTCHA];\nexport const IMMUTABLE_KINDS = [SMS_REMINDER];\nexport const AUTO_GENERATED_KINDS = [SMS_REMINDER];\n\nexport const QUESTIONS_WITHOUT_FIELD_CODE = [\n PARAGRAPH,\n TERMS_AND_CONDITION,\n CONDITION,\n FILE_UPLOAD,\n CAPTCHA,\n];\n\nexport const NON_HIDEABLE_FIELDS = [\n ...QUESTIONS_WITHOUT_FIELD_CODE,\n SMS_REMINDER,\n];\n\nexport const QUESTIONS_INITIAL_VALUE = {\n enabled: false,\n questions: [\n { label: \"\", kind: \"text\", nodeId: \"1\" },\n { label: \"\", kind: \"email\", nodeId: \"2\" },\n ],\n title: \"\",\n isQuestionsLoading: true,\n};\n\nexport const RESERVED_FIELD_CODES = [\"month\", \"date\", \"time\", \"lang\"];\n\nexport const SELECTABLE_KINDS = [RADIO, CHECKBOX, DROPDOWN];\n\nexport const RICH_TEXT_QUESTIONS = [PARAGRAPH, TERMS_AND_CONDITION];\n\nexport const QUESTION_ACTIONS = { ADD: \"add\", EDIT: \"edit\" };\n\nexport const MINIMUM_OPTIONS = 2;\n","const BadSmiley = props => {\n const { size, color, ...other } = props;\n\n return (\n <svg fill=\"none\" height={size} viewBox=\"0 0 48 48\" width={size} {...other}>\n <path\n d=\"M24 0C10.767 0 0 10.767 0 24s10.767 24 24 24c13.234 0 24-10.767 24-24S37.234 0 24 0zm0 45.913c-12.084 0-21.913-9.83-21.913-21.913 0-12.084 9.83-21.913 21.913-21.913 12.082 0 21.913 9.83 21.913 21.913 0 12.084-9.83 21.913-21.913 21.913z\"\n fill={color}\n />\n <path\n d=\"M18.783 19.826a3.134 3.134 0 00-3.13-3.13 3.134 3.134 0 00-3.131 3.13 3.134 3.134 0 003.13 3.13 3.134 3.134 0 003.13-3.13zm-4.174 0c0-.575.468-1.044 1.043-1.044s1.044.469 1.044 1.044c0 .575-.469 1.043-1.044 1.043a1.045 1.045 0 01-1.043-1.043zm17.739-3.13a3.134 3.134 0 00-3.13 3.13 3.134 3.134 0 003.13 3.13 3.134 3.134 0 003.13-3.13 3.134 3.134 0 00-3.13-3.13zm0 4.173a1.045 1.045 0 010-2.087 1.045 1.045 0 010 2.087zM24 29.218a13.677 13.677 0 00-10.168 4.52 1.043 1.043 0 101.553 1.394A11.587 11.587 0 0124 31.305c3.3 0 6.44 1.394 8.614 3.826a1.045 1.045 0 001.473.082 1.044 1.044 0 00.082-1.473c-2.57-2.874-6.277-4.523-10.169-4.523z\"\n fill={color}\n />\n </svg>\n );\n};\n\nBadSmiley.defaultProps = {\n color: \"currentColor\",\n size: 24,\n strokeWidth: \"1.5\",\n};\n\nconst OkaySmiley = props => {\n const { size, color, ...other } = props;\n\n return (\n <svg fill=\"none\" height={size} viewBox=\"0 0 48 48\" width={size} {...other}>\n <path\n d=\"M24 0C10.767 0 0 10.767 0 24s10.767 24 24 24 24-10.767 24-24S37.233 0 24 0zm0 45.913c-12.084 0-21.913-9.83-21.913-21.913 0-12.084 9.83-21.913 21.913-21.913 12.084 0 21.913 9.83 21.913 21.913 0 12.084-9.83 21.913-21.913 21.913z\"\n fill={color}\n />\n <path\n d=\"M15.652 22.956a3.134 3.134 0 003.13-3.13 3.134 3.134 0 00-3.13-3.13 3.134 3.134 0 00-3.13 3.13 3.134 3.134 0 003.13 3.13zm0-4.174c.575 0 1.044.469 1.044 1.044 0 .575-.469 1.043-1.044 1.043a1.045 1.045 0 01-1.043-1.043c0-.575.468-1.044 1.043-1.044zm16.696-2.086a3.134 3.134 0 00-3.13 3.13 3.134 3.134 0 003.13 3.13 3.134 3.134 0 003.13-3.13 3.134 3.134 0 00-3.13-3.13zm0 4.173a1.045 1.045 0 01-1.044-1.043c0-.575.469-1.044 1.044-1.044a1.044 1.044 0 010 2.087zm2.087 8.349h-20.87a1.044 1.044 0 000 2.086h20.87a1.044 1.044 0 000-2.086z\"\n fill={color}\n />\n </svg>\n );\n};\n\nOkaySmiley.defaultProps = {\n color: \"currentColor\",\n size: 24,\n strokeWidth: \"1.5\",\n};\n\nconst GoodSmiley = props => {\n const { size, color, ...other } = props;\n\n return (\n <svg fill=\"none\" height={size} viewBox=\"0 0 48 48\" width={size} {...other}>\n <path\n d=\"M24 0C10.767 0 0 10.767 0 24s10.767 24 24 24 24-10.767 24-24S37.233 0 24 0zm0 45.913c-12.084 0-21.913-9.83-21.913-21.913 0-12.084 9.83-21.913 21.913-21.913 12.084 0 21.913 9.83 21.913 21.913 0 12.084-9.83 21.913-21.913 21.913z\"\n fill={color}\n />\n <path\n d=\"M18.783 19.826a3.134 3.134 0 00-3.13-3.13 3.134 3.134 0 00-3.131 3.13 3.134 3.134 0 003.13 3.13 3.134 3.134 0 003.13-3.13zm-4.174 0a1.044 1.044 0 012.087 0c0 .575-.469 1.044-1.044 1.044a1.045 1.045 0 01-1.043-1.044zm17.739-3.13a3.134 3.134 0 00-3.13 3.13 3.134 3.134 0 003.13 3.13 3.134 3.134 0 003.13-3.13 3.134 3.134 0 00-3.13-3.13zm0 4.174a1.045 1.045 0 01-1.044-1.044 1.044 1.044 0 111.044 1.044zm.265 8.695c-2.175 2.432-5.314 3.826-8.613 3.826a11.59 11.59 0 01-8.615-3.827 1.043 1.043 0 10-1.553 1.394A13.677 13.677 0 0024 35.478c3.892 0 7.599-1.648 10.17-4.521a1.043 1.043 0 10-1.557-1.392z\"\n fill={color}\n />\n </svg>\n );\n};\n\nGoodSmiley.defaultProps = {\n color: \"currentColor\",\n size: 24,\n strokeWidth: \"1.5\",\n};\n\nconst Drag = props => {\n const { size, color, ...other } = props;\n\n return (\n <svg fill=\"none\" height={size} viewBox=\"0 0 24 24\" width={size} {...other}>\n <g\n clipPath=\"url(#clip0_6290_43)\"\n fill={color}\n stroke={color}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"1.5\"\n >\n <path d=\"M8 12a1 1 0 102 0 1 1 0 00-2 0zM8 18a1 1 0 102 0 1 1 0 00-2 0zM8 6a1 1 0 102 0 1 1 0 00-2 0zM14 12a1 1 0 102 0 1 1 0 00-2 0zM14 18a1 1 0 102 0 1 1 0 00-2 0zM14 6a1 1 0 102 0 1 1 0 00-2 0z\" />\n </g>\n <defs>\n <clipPath id=\"clip0_6290_43\">\n <path d=\"M0 0H24V24H0z\" fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\n\nDrag.defaultProps = {\n color: \"currentColor\",\n size: 24,\n strokeWidth: \"1.5\",\n};\n\nexport { BadSmiley, OkaySmiley, GoodSmiley, Drag };\n","import DOMPurify from \"dompurify\";\nimport { findBy } from \"neetocist\";\nimport { range } from \"ramda\";\n\nimport { EMPTY_PARAGRAPH_REGEX } from \"./constants\";\n\nexport const getActiveQuestionKindDetails = ({ allQuestionKinds, item }) => {\n const { kind, label } = item;\n\n const { isSingular } = findBy({ type: kind }, allQuestionKinds);\n\n return { kind, label, isSingular };\n};\n\nexport const generateArray = (start, end) => range(start, end + 1);\n\nexport const isElementOverflowing = ({\n clientWidth,\n clientHeight,\n scrollWidth,\n scrollHeight,\n}) => scrollHeight > clientHeight || scrollWidth > clientWidth;\n\nexport const htmlToPlainText = htmlContent => {\n const formattedContent = htmlContent.replaceAll(EMPTY_PARAGRAPH_REGEX, \"\\n\");\n const node = document.createElement(\"div\");\n node.innerHTML = DOMPurify.sanitize(formattedContent);\n\n return node.textContent || node.innerText || \"\";\n};\n","import { t } from \"i18next\";\nimport { toLabelAndValue } from \"neetocist\";\n\nimport { generateArray } from \"../utils\";\n\nexport const validateEditorContent = editorRef => () =>\n editorRef.current?.editor?.isEmpty\n ? t(\"neetoForm.common.thisFieldIsRequired\")\n : \"\";\n\nexport const generateRatingOptions = range =>\n generateArray(...range).map(toLabelAndValue);\n","import { t } from \"i18next\";\nimport { values } from \"ramda\";\n\nimport { BadSmiley, GoodSmiley, OkaySmiley } from \"components/BuildForm/Icons\";\nimport {\n Crown,\n Heart,\n Star,\n Trophy,\n Zap,\n} from \"components/Common/StarRatingIcons\";\n\nimport { generateRatingOptions } from \"./utils\";\n\nconst FILE_TYPES = {\n DOCUMENTS: \"documents\",\n IMAGES: \"images\",\n AUDIO_VIDEO: \"audio/video\",\n};\n\nexport const INPUT_FIELD_MAX_LENGTH = 60;\nexport const PLACEHOLDER_MAX_LENGTH = 40;\nexport const TEXTAREA_FIELD_MAX_LENGTH = 150;\n\nexport const STAR_RATING_ICONS_MAP = {\n star: Star,\n heart: Heart,\n crown: Crown,\n trophy: Trophy,\n zap: Zap,\n};\n\nexport const STAR_RATING_MAX_VALUE_OPTIONS = generateRatingOptions([3, 10]);\nexport const STAR_RATING_MIN_VALUE_OPTIONS = generateRatingOptions([0, 1]);\n\nexport const FILE_TYPES_MAP = {\n [FILE_TYPES.DOCUMENTS]: [\n \"pdf\",\n \"doc\",\n \"docx\",\n \"xls\",\n \"xlsx\",\n \"csv\",\n \"txt\",\n \"rtf\",\n \"html\",\n \"zip\",\n \"md\",\n ],\n [FILE_TYPES.IMAGES]: [\"jpg\", \"jpeg\", \"png\", \"gif\"],\n [FILE_TYPES.AUDIO_VIDEO]: [\"mp3\", \"wma\", \"mpg\", \"flv\", \"avi\", \"mp4\", \"webm\"],\n};\n\nexport const DEFAULT_ALLOWED_FILE_TYPES = values(FILE_TYPES_MAP)\n .flat()\n .join(\", \");\n\nexport const FILE_GROUPS = [\n { label: t(\"neetoForm.fileTypes.documents\"), name: FILE_TYPES.DOCUMENTS },\n { label: t(\"neetoForm.fileTypes.images\"), name: FILE_TYPES.IMAGES },\n {\n label: t(\"neetoForm.fileTypes.audioVideo\"),\n name: FILE_TYPES.AUDIO_VIDEO,\n },\n];\n\nexport const RATING_OPTIONS = [\n { icon: GoodSmiley, name: \"highestRatingLabel\", color: \"#00ba88\" },\n { icon: OkaySmiley, name: \"averageRatingLabel\", color: \"#f3cd82\" },\n { icon: BadSmiley, name: \"lowestRatingLabel\", color: \"#f56a58\" },\n];\n","import { t } from \"i18next\";\n\nimport { CAPTCHA_TYPES, QUESTION_TYPES } from \"components/constants\";\n\nimport { DEFAULT_ALLOWED_FILE_TYPES } from \"./Fields/constants\";\n\nimport { MINIMUM_OPTIONS } from \"../constants\";\n\nconst {\n NAME,\n PHONE,\n EMAIL,\n ADDITIONAL_GUESTS,\n TEXT,\n TEXTAREA,\n RICH_TEXT,\n INTEGER,\n DECIMAL,\n PARAGRAPH,\n TERMS_AND_CONDITION,\n CONDITION,\n CHECKBOX,\n RADIO,\n DROPDOWN,\n STAR_RATING,\n RATING,\n DATE,\n FILE_UPLOAD,\n CAPTCHA,\n SMS_REMINDER,\n} = QUESTION_TYPES;\n\nconst DEFAULT_OPTIONS = new Array(MINIMUM_OPTIONS).fill({\n label: \"\",\n});\n\nexport const QUESTION_KINDS = [\n {\n type: EMAIL,\n label: t(\"neetoForm.fields.eif\"),\n isSingular: true,\n defaults: { label: \"\" },\n },\n {\n type: ADDITIONAL_GUESTS,\n label: t(\"neetoForm.fields.agif\"),\n isSingular: true,\n defaults: { label: t(\"neetoForm.common.addAdditionalGuests\") },\n },\n {\n type: PHONE,\n label: t(\"neetoForm.fields.pif\"),\n isSingular: true,\n defaults: { label: \"\" },\n },\n {\n type: NAME,\n label: t(\"neetoForm.fields.nif\"),\n isSingular: true,\n defaults: { label: \"\" },\n },\n {\n type: TEXT,\n label: t(\"neetoForm.fields.tif\"),\n isSingular: false,\n defaults: { label: \"\" },\n },\n {\n type: TEXTAREA,\n label: t(\"neetoForm.fields.qif\"),\n isSingular: false,\n defaults: { label: \"\" },\n },\n {\n type: INTEGER,\n label: t(\"neetoForm.fields.iif\"),\n isSingular: false,\n defaults: { label: \"\" },\n },\n {\n type: DECIMAL,\n label: t(\"neetoForm.fields.dif\"),\n isSingular: false,\n defaults: { label: \"\" },\n },\n {\n type: RICH_TEXT,\n label: t(\"neetoForm.fields.rtf\"),\n isSingular: false,\n defaults: { label: \"\" },\n },\n {\n type: PARAGRAPH,\n label: t(\"neetoForm.fields.def\"),\n isSingular: false,\n defaults: { label: \"\" },\n },\n {\n type: CHECKBOX,\n label: t(\"neetoForm.fields.mcf\"),\n isSingular: false,\n defaults: {\n label: \"\",\n isRequired: false,\n optionsAttributes: DEFAULT_OPTIONS,\n },\n },\n {\n type: RADIO,\n label: t(\"neetoForm.fields.scf\"),\n isSingular: false,\n defaults: {\n label: \"\",\n isRequired: false,\n optionsAttributes: DEFAULT_OPTIONS,\n },\n },\n {\n type: DROPDOWN,\n label: t(\"neetoForm.fields.drf\"),\n isSingular: false,\n defaults: {\n label: \"\",\n isRequired: false,\n optionsAttributes: DEFAULT_OPTIONS,\n },\n },\n {\n type: STAR_RATING,\n label: t(\"neetoForm.fields.rif\"),\n isSingular: false,\n defaults: {\n label: \"\",\n isRequired: true,\n minValue: 1,\n maxValue: 5,\n iconType: \"star\",\n },\n },\n {\n type: RATING,\n label: t(\"neetoForm.fields.fbf\"),\n isSingular: false,\n defaults: {\n label: \"\",\n isRequired: true,\n highestRatingLabel: \"\",\n averageRatingLabel: \"\",\n lowestRatingLabel: \"\",\n },\n },\n {\n type: TERMS_AND_CONDITION,\n label: t(\"neetoForm.fields.tcf\"),\n isSingular: true,\n defaults: {\n termsLink: \"\",\n privacyPolicyLink: \"\",\n isRequired: true,\n label: t(\"neetoForm.common.agreeTermsAndConditions\"),\n },\n },\n {\n type: CONDITION,\n label: t(\"neetoForm.fields.cf\"),\n defaults: {\n isRequired: true,\n label: t(\"neetoForm.common.agreeCondition\"),\n },\n },\n {\n type: DATE,\n label: t(\"neetoForm.fields.date\"),\n isSingular: false,\n defaults: { label: \"\", isRequired: true },\n },\n {\n type: FILE_UPLOAD,\n label: t(\"neetoForm.fields.fileUpload\"),\n isSingular: false,\n defaults: {\n label: \"\",\n multipleFilesAllowed: true,\n allowedFileTypes: DEFAULT_ALLOWED_FILE_TYPES,\n },\n },\n {\n type: CAPTCHA,\n label: t(\"neetoForm.fields.captcha\"),\n isSingular: true,\n defaults: {\n label: \"\",\n isRequired: true,\n variant: CAPTCHA_TYPES.RECAPTCHA_V2,\n },\n },\n {\n type: SMS_REMINDER,\n label: t(\"neetoForm.fields.smsReminder\"),\n isSingular: true,\n defaults: { label: \"\" },\n },\n];\n\n// To show the question type as label in accordion\nexport const INDEPENDENT_LABELS_MAP = {\n paragraph: t(\"neetoForm.fields.def\"),\n termsandcondition: t(\"neetoForm.fields.tcf\"),\n};\n\nexport const PADDED_FIELDS = [PARAGRAPH, TERMS_AND_CONDITION];\n\nexport const EMPTY_PARAGRAPH_REGEX = new RegExp(/<p[^>]*?>\\s*<\\/p>/gi);\n"],"names":["QUESTION_TYPES","NAME","PHONE","EMAIL","ADDITIONAL_GUESTS","TEXT","TEXTAREA","RICH_TEXT","INTEGER","DECIMAL","PARAGRAPH","TERMS_AND_CONDITION","CONDITION","CHECKBOX","RADIO","DROPDOWN","STAR_RATING","RATING","DATE","FILE_UPLOAD","CAPTCHA","SMS_REMINDER","CAPTCHA_TYPES","RECAPTCHA_V2","MATH_CAPTCHA","DEFAULT_AVAILABLE_LANGUAGES","code","name","MANDATORY_KINDS","IMMUTABLE_KINDS","AUTO_GENERATED_KINDS","QUESTIONS_WITHOUT_FIELD_CODE","NON_HIDEABLE_FIELDS","concat","QUESTIONS_INITIAL_VALUE","enabled","questions","label","kind","nodeId","title","isQuestionsLoading","RESERVED_FIELD_CODES","SELECTABLE_KINDS","RICH_TEXT_QUESTIONS","QUESTION_ACTIONS","ADD","EDIT","MINIMUM_OPTIONS","BadSmiley","props","size","color","other","_objectWithoutProperties","_excluded","_jsxs","_objectSpread","fill","height","viewBox","width","children","_jsx","d","defaultProps","strokeWidth","OkaySmiley","_excluded2","GoodSmiley","_excluded3","Drag","_excluded4","clipPath","stroke","strokeLinecap","strokeLinejoin","id","getActiveQuestionKindDetails","_ref","allQuestionKinds","item","_findBy","findBy","type","isSingular","generateArray","start","end","range","isElementOverflowing","_ref2","clientWidth","clientHeight","scrollWidth","scrollHeight","htmlToPlainText","htmlContent","formattedContent","replaceAll","EMPTY_PARAGRAPH_REGEX","node","document","createElement","innerHTML","DOMPurify","sanitize","textContent","innerText","generateRatingOptions","apply","_toConsumableArray","map","toLabelAndValue","FILE_TYPES","DOCUMENTS","IMAGES","AUDIO_VIDEO","STAR_RATING_ICONS_MAP","star","Star","heart","Heart","crown","Crown","trophy","Trophy","zap","Zap","STAR_RATING_MAX_VALUE_OPTIONS","STAR_RATING_MIN_VALUE_OPTIONS","FILE_TYPES_MAP","_FILE_TYPES_MAP","_defineProperty","DEFAULT_ALLOWED_FILE_TYPES","values","flat","join","FILE_GROUPS","t","RATING_OPTIONS","icon","DEFAULT_OPTIONS","Array","QUESTION_KINDS","defaults","isRequired","optionsAttributes","minValue","maxValue","iconType","highestRatingLabel","averageRatingLabel","lowestRatingLabel","termsLink","privacyPolicyLink","multipleFilesAllowed","allowedFileTypes","variant","INDEPENDENT_LABELS_MAP","paragraph","termsandcondition","RegExp"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"constants-d9148acf.js","sources":["../app/javascript/src/components/constants.js","../app/javascript/src/components/BuildForm/constants.js","../app/javascript/src/components/BuildForm/Icons.jsx","../app/javascript/src/components/BuildForm/Questions/utils.js","../app/javascript/src/components/BuildForm/Questions/Fields/utils.js","../app/javascript/src/components/BuildForm/Questions/Fields/constants.js","../app/javascript/src/components/BuildForm/Questions/constants.js"],"sourcesContent":["export const QUESTION_TYPES = {\n NAME: \"name\",\n PHONE: \"phone\",\n EMAIL: \"email\",\n ADDITIONAL_GUESTS: \"additional_guests\",\n TEXT: \"text\",\n TEXTAREA: \"textarea\",\n RICH_TEXT: \"rich_text\",\n INTEGER: \"integer\",\n DECIMAL: \"decimal\",\n PARAGRAPH: \"paragraph\",\n TERMS_AND_CONDITION: \"termsandcondition\",\n CONDITION: \"condition\",\n CHECKBOX: \"checkbox\",\n RADIO: \"radio\",\n DROPDOWN: \"dropdown\",\n STAR_RATING: \"star_rating\",\n RATING: \"rating\",\n DATE: \"date\",\n FILE_UPLOAD: \"file_upload\",\n CAPTCHA: \"captcha\",\n SMS_REMINDER: \"sms_reminder\",\n};\n\nexport const CAPTCHA_TYPES = {\n RECAPTCHA_V2: \"recaptcha_v2\",\n MATH_CAPTCHA: \"math_captcha\",\n};\n","import { QUESTION_TYPES } from \"components/constants\";\n\nconst {\n PARAGRAPH,\n TERMS_AND_CONDITION,\n CONDITION,\n CHECKBOX,\n RADIO,\n DROPDOWN,\n FILE_UPLOAD,\n CAPTCHA,\n SMS_REMINDER,\n} = QUESTION_TYPES;\n\nexport const DEFAULT_AVAILABLE_LANGUAGES = [{ code: \"en\", name: \"English\" }];\n\nexport const MANDATORY_KINDS = [CAPTCHA];\nexport const IMMUTABLE_KINDS = [SMS_REMINDER];\nexport const AUTO_GENERATED_KINDS = [SMS_REMINDER];\n\nexport const QUESTIONS_WITHOUT_FIELD_CODE = [\n PARAGRAPH,\n TERMS_AND_CONDITION,\n CONDITION,\n FILE_UPLOAD,\n CAPTCHA,\n];\n\nexport const NON_HIDEABLE_FIELDS = [\n ...QUESTIONS_WITHOUT_FIELD_CODE,\n SMS_REMINDER,\n];\n\nexport const QUESTIONS_INITIAL_VALUE = {\n enabled: false,\n questions: [\n { label: \"\", kind: \"text\", nodeId: \"1\" },\n { label: \"\", kind: \"email\", nodeId: \"2\" },\n ],\n title: \"\",\n isQuestionsLoading: true,\n};\n\nexport const RESERVED_FIELD_CODES = [\"month\", \"date\", \"time\", \"lang\"];\n\nexport const SELECTABLE_KINDS = [RADIO, CHECKBOX, DROPDOWN];\n\nexport const RICH_TEXT_QUESTIONS = [PARAGRAPH, TERMS_AND_CONDITION];\n\nexport const QUESTION_ACTIONS = { ADD: \"add\", EDIT: \"edit\" };\n\nexport const MINIMUM_OPTIONS = 2;\n","const BadSmiley = props => {\n const { size, color, ...other } = props;\n\n return (\n <svg fill=\"none\" height={size} viewBox=\"0 0 48 48\" width={size} {...other}>\n <path\n d=\"M24 0C10.767 0 0 10.767 0 24s10.767 24 24 24c13.234 0 24-10.767 24-24S37.234 0 24 0zm0 45.913c-12.084 0-21.913-9.83-21.913-21.913 0-12.084 9.83-21.913 21.913-21.913 12.082 0 21.913 9.83 21.913 21.913 0 12.084-9.83 21.913-21.913 21.913z\"\n fill={color}\n />\n <path\n d=\"M18.783 19.826a3.134 3.134 0 00-3.13-3.13 3.134 3.134 0 00-3.131 3.13 3.134 3.134 0 003.13 3.13 3.134 3.134 0 003.13-3.13zm-4.174 0c0-.575.468-1.044 1.043-1.044s1.044.469 1.044 1.044c0 .575-.469 1.043-1.044 1.043a1.045 1.045 0 01-1.043-1.043zm17.739-3.13a3.134 3.134 0 00-3.13 3.13 3.134 3.134 0 003.13 3.13 3.134 3.134 0 003.13-3.13 3.134 3.134 0 00-3.13-3.13zm0 4.173a1.045 1.045 0 010-2.087 1.045 1.045 0 010 2.087zM24 29.218a13.677 13.677 0 00-10.168 4.52 1.043 1.043 0 101.553 1.394A11.587 11.587 0 0124 31.305c3.3 0 6.44 1.394 8.614 3.826a1.045 1.045 0 001.473.082 1.044 1.044 0 00.082-1.473c-2.57-2.874-6.277-4.523-10.169-4.523z\"\n fill={color}\n />\n </svg>\n );\n};\n\nBadSmiley.defaultProps = {\n color: \"currentColor\",\n size: 24,\n strokeWidth: \"1.5\",\n};\n\nconst OkaySmiley = props => {\n const { size, color, ...other } = props;\n\n return (\n <svg fill=\"none\" height={size} viewBox=\"0 0 48 48\" width={size} {...other}>\n <path\n d=\"M24 0C10.767 0 0 10.767 0 24s10.767 24 24 24 24-10.767 24-24S37.233 0 24 0zm0 45.913c-12.084 0-21.913-9.83-21.913-21.913 0-12.084 9.83-21.913 21.913-21.913 12.084 0 21.913 9.83 21.913 21.913 0 12.084-9.83 21.913-21.913 21.913z\"\n fill={color}\n />\n <path\n d=\"M15.652 22.956a3.134 3.134 0 003.13-3.13 3.134 3.134 0 00-3.13-3.13 3.134 3.134 0 00-3.13 3.13 3.134 3.134 0 003.13 3.13zm0-4.174c.575 0 1.044.469 1.044 1.044 0 .575-.469 1.043-1.044 1.043a1.045 1.045 0 01-1.043-1.043c0-.575.468-1.044 1.043-1.044zm16.696-2.086a3.134 3.134 0 00-3.13 3.13 3.134 3.134 0 003.13 3.13 3.134 3.134 0 003.13-3.13 3.134 3.134 0 00-3.13-3.13zm0 4.173a1.045 1.045 0 01-1.044-1.043c0-.575.469-1.044 1.044-1.044a1.044 1.044 0 010 2.087zm2.087 8.349h-20.87a1.044 1.044 0 000 2.086h20.87a1.044 1.044 0 000-2.086z\"\n fill={color}\n />\n </svg>\n );\n};\n\nOkaySmiley.defaultProps = {\n color: \"currentColor\",\n size: 24,\n strokeWidth: \"1.5\",\n};\n\nconst GoodSmiley = props => {\n const { size, color, ...other } = props;\n\n return (\n <svg fill=\"none\" height={size} viewBox=\"0 0 48 48\" width={size} {...other}>\n <path\n d=\"M24 0C10.767 0 0 10.767 0 24s10.767 24 24 24 24-10.767 24-24S37.233 0 24 0zm0 45.913c-12.084 0-21.913-9.83-21.913-21.913 0-12.084 9.83-21.913 21.913-21.913 12.084 0 21.913 9.83 21.913 21.913 0 12.084-9.83 21.913-21.913 21.913z\"\n fill={color}\n />\n <path\n d=\"M18.783 19.826a3.134 3.134 0 00-3.13-3.13 3.134 3.134 0 00-3.131 3.13 3.134 3.134 0 003.13 3.13 3.134 3.134 0 003.13-3.13zm-4.174 0a1.044 1.044 0 012.087 0c0 .575-.469 1.044-1.044 1.044a1.045 1.045 0 01-1.043-1.044zm17.739-3.13a3.134 3.134 0 00-3.13 3.13 3.134 3.134 0 003.13 3.13 3.134 3.134 0 003.13-3.13 3.134 3.134 0 00-3.13-3.13zm0 4.174a1.045 1.045 0 01-1.044-1.044 1.044 1.044 0 111.044 1.044zm.265 8.695c-2.175 2.432-5.314 3.826-8.613 3.826a11.59 11.59 0 01-8.615-3.827 1.043 1.043 0 10-1.553 1.394A13.677 13.677 0 0024 35.478c3.892 0 7.599-1.648 10.17-4.521a1.043 1.043 0 10-1.557-1.392z\"\n fill={color}\n />\n </svg>\n );\n};\n\nGoodSmiley.defaultProps = {\n color: \"currentColor\",\n size: 24,\n strokeWidth: \"1.5\",\n};\n\nconst Drag = props => {\n const { size, color, ...other } = props;\n\n return (\n <svg fill=\"none\" height={size} viewBox=\"0 0 24 24\" width={size} {...other}>\n <g\n clipPath=\"url(#clip0_6290_43)\"\n fill={color}\n stroke={color}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth=\"1.5\"\n >\n <path d=\"M8 12a1 1 0 102 0 1 1 0 00-2 0zM8 18a1 1 0 102 0 1 1 0 00-2 0zM8 6a1 1 0 102 0 1 1 0 00-2 0zM14 12a1 1 0 102 0 1 1 0 00-2 0zM14 18a1 1 0 102 0 1 1 0 00-2 0zM14 6a1 1 0 102 0 1 1 0 00-2 0z\" />\n </g>\n <defs>\n <clipPath id=\"clip0_6290_43\">\n <path d=\"M0 0H24V24H0z\" fill={color} />\n </clipPath>\n </defs>\n </svg>\n );\n};\n\nDrag.defaultProps = {\n color: \"currentColor\",\n size: 24,\n strokeWidth: \"1.5\",\n};\n\nexport { BadSmiley, OkaySmiley, GoodSmiley, Drag };\n","import DOMPurify from \"dompurify\";\nimport { findBy } from \"neetocist\";\nimport { range } from \"ramda\";\n\nimport { EMPTY_PARAGRAPH_REGEX } from \"./constants\";\n\nexport const getActiveQuestionKindDetails = ({ allQuestionKinds, item }) => {\n const { kind, label } = item;\n\n const { isSingular } = findBy({ type: kind }, allQuestionKinds);\n\n return { kind, label, isSingular };\n};\n\nexport const generateArray = (start, end) => range(start, end + 1);\n\nexport const isElementOverflowing = ({\n clientWidth,\n clientHeight,\n scrollWidth,\n scrollHeight,\n}) => scrollHeight > clientHeight || scrollWidth > clientWidth;\n\nexport const htmlToPlainText = htmlContent => {\n const formattedContent = htmlContent.replaceAll(EMPTY_PARAGRAPH_REGEX, \"\\n\");\n const node = document.createElement(\"div\");\n node.innerHTML = DOMPurify.sanitize(formattedContent);\n\n return node.textContent || node.innerText || \"\";\n};\n","import { t } from \"i18next\";\nimport { toLabelAndValue } from \"neetocist\";\n\nimport { generateArray } from \"../utils\";\n\nexport const validateEditorContent = editorRef => () =>\n editorRef.current?.editor?.isEmpty\n ? t(\"neetoForm.common.thisFieldIsRequired\")\n : \"\";\n\nexport const generateRatingOptions = range =>\n generateArray(...range).map(toLabelAndValue);\n","import { t } from \"i18next\";\nimport { values } from \"ramda\";\n\nimport { BadSmiley, GoodSmiley, OkaySmiley } from \"components/BuildForm/Icons\";\nimport {\n Crown,\n Heart,\n Star,\n Trophy,\n Zap,\n} from \"components/Common/StarRatingIcons\";\n\nimport { generateRatingOptions } from \"./utils\";\n\nconst FILE_TYPES = {\n DOCUMENTS: \"documents\",\n IMAGES: \"images\",\n AUDIO_VIDEO: \"audio/video\",\n};\n\nexport const INPUT_FIELD_MAX_LENGTH = 60;\nexport const PLACEHOLDER_MAX_LENGTH = 40;\nexport const TEXTAREA_FIELD_MAX_LENGTH = 150;\n\nexport const STAR_RATING_ICONS_MAP = {\n star: Star,\n heart: Heart,\n crown: Crown,\n trophy: Trophy,\n zap: Zap,\n};\n\nexport const STAR_RATING_MAX_VALUE_OPTIONS = generateRatingOptions([3, 10]);\nexport const STAR_RATING_MIN_VALUE_OPTIONS = generateRatingOptions([0, 1]);\n\nexport const FILE_TYPES_MAP = {\n [FILE_TYPES.DOCUMENTS]: [\n \"pdf\",\n \"doc\",\n \"docx\",\n \"xls\",\n \"xlsx\",\n \"csv\",\n \"txt\",\n \"rtf\",\n \"html\",\n \"zip\",\n \"md\",\n ],\n [FILE_TYPES.IMAGES]: [\"jpg\", \"jpeg\", \"png\", \"gif\"],\n [FILE_TYPES.AUDIO_VIDEO]: [\"mp3\", \"wma\", \"mpg\", \"flv\", \"avi\", \"mp4\", \"webm\"],\n};\n\nexport const DEFAULT_ALLOWED_FILE_TYPES = values(FILE_TYPES_MAP)\n .flat()\n .join(\", \");\n\nexport const FILE_GROUPS = [\n { label: t(\"neetoForm.fileTypes.documents\"), name: FILE_TYPES.DOCUMENTS },\n { label: t(\"neetoForm.fileTypes.images\"), name: FILE_TYPES.IMAGES },\n {\n label: t(\"neetoForm.fileTypes.audioVideo\"),\n name: FILE_TYPES.AUDIO_VIDEO,\n },\n];\n\nexport const RATING_OPTIONS = [\n { icon: GoodSmiley, name: \"highestRatingLabel\", color: \"#00ba88\" },\n { icon: OkaySmiley, name: \"averageRatingLabel\", color: \"#f3cd82\" },\n { icon: BadSmiley, name: \"lowestRatingLabel\", color: \"#f56a58\" },\n];\n","import { t } from \"i18next\";\n\nimport { CAPTCHA_TYPES, QUESTION_TYPES } from \"components/constants\";\n\nimport { DEFAULT_ALLOWED_FILE_TYPES } from \"./Fields/constants\";\n\nimport { MINIMUM_OPTIONS } from \"../constants\";\n\nconst {\n NAME,\n PHONE,\n EMAIL,\n ADDITIONAL_GUESTS,\n TEXT,\n TEXTAREA,\n RICH_TEXT,\n INTEGER,\n DECIMAL,\n PARAGRAPH,\n TERMS_AND_CONDITION,\n CONDITION,\n CHECKBOX,\n RADIO,\n DROPDOWN,\n STAR_RATING,\n RATING,\n DATE,\n FILE_UPLOAD,\n CAPTCHA,\n SMS_REMINDER,\n} = QUESTION_TYPES;\n\nconst DEFAULT_OPTIONS = new Array(MINIMUM_OPTIONS).fill({\n label: \"\",\n});\n\nexport const QUESTION_KINDS = [\n {\n type: EMAIL,\n label: t(\"neetoForm.fields.eif\"),\n isSingular: true,\n defaults: { label: \"\" },\n },\n {\n type: ADDITIONAL_GUESTS,\n label: t(\"neetoForm.fields.agif\"),\n isSingular: true,\n defaults: { label: t(\"neetoForm.common.addAdditionalGuests\") },\n },\n {\n type: PHONE,\n label: t(\"neetoForm.fields.pif\"),\n isSingular: true,\n defaults: { label: \"\" },\n },\n {\n type: NAME,\n label: t(\"neetoForm.fields.nif\"),\n isSingular: true,\n defaults: { label: \"\" },\n },\n {\n type: TEXT,\n label: t(\"neetoForm.fields.tif\"),\n isSingular: false,\n defaults: { label: \"\" },\n },\n {\n type: TEXTAREA,\n label: t(\"neetoForm.fields.qif\"),\n isSingular: false,\n defaults: { label: \"\" },\n },\n {\n type: INTEGER,\n label: t(\"neetoForm.fields.iif\"),\n isSingular: false,\n defaults: { label: \"\" },\n },\n {\n type: DECIMAL,\n label: t(\"neetoForm.fields.dif\"),\n isSingular: false,\n defaults: { label: \"\" },\n },\n {\n type: RICH_TEXT,\n label: t(\"neetoForm.fields.rtf\"),\n isSingular: false,\n defaults: { label: \"\" },\n },\n {\n type: PARAGRAPH,\n label: t(\"neetoForm.fields.def\"),\n isSingular: false,\n defaults: { label: \"\" },\n },\n {\n type: CHECKBOX,\n label: t(\"neetoForm.fields.mcf\"),\n isSingular: false,\n defaults: {\n label: \"\",\n isRequired: false,\n optionsAttributes: DEFAULT_OPTIONS,\n },\n },\n {\n type: RADIO,\n label: t(\"neetoForm.fields.scf\"),\n isSingular: false,\n defaults: {\n label: \"\",\n isRequired: false,\n optionsAttributes: DEFAULT_OPTIONS,\n },\n },\n {\n type: DROPDOWN,\n label: t(\"neetoForm.fields.drf\"),\n isSingular: false,\n defaults: {\n label: \"\",\n isRequired: false,\n optionsAttributes: DEFAULT_OPTIONS,\n },\n },\n {\n type: STAR_RATING,\n label: t(\"neetoForm.fields.rif\"),\n isSingular: false,\n defaults: {\n label: \"\",\n isRequired: true,\n minValue: 1,\n maxValue: 5,\n iconType: \"star\",\n },\n },\n {\n type: RATING,\n label: t(\"neetoForm.fields.fbf\"),\n isSingular: false,\n defaults: {\n label: \"\",\n isRequired: true,\n highestRatingLabel: \"\",\n averageRatingLabel: \"\",\n lowestRatingLabel: \"\",\n },\n },\n {\n type: TERMS_AND_CONDITION,\n label: t(\"neetoForm.fields.tcf\"),\n isSingular: true,\n defaults: {\n termsLink: \"\",\n privacyPolicyLink: \"\",\n isRequired: true,\n label: t(\"neetoForm.common.agreeTermsAndConditions\"),\n },\n },\n {\n type: CONDITION,\n label: t(\"neetoForm.fields.cf\"),\n defaults: {\n isRequired: true,\n label: t(\"neetoForm.common.agreeCondition\"),\n },\n },\n {\n type: DATE,\n label: t(\"neetoForm.fields.date\"),\n isSingular: false,\n defaults: { label: \"\", isRequired: true },\n },\n {\n type: FILE_UPLOAD,\n label: t(\"neetoForm.fields.fileUpload\"),\n isSingular: false,\n defaults: {\n label: \"\",\n multipleFilesAllowed: true,\n allowedFileTypes: DEFAULT_ALLOWED_FILE_TYPES,\n },\n },\n {\n type: CAPTCHA,\n label: t(\"neetoForm.fields.captcha\"),\n isSingular: true,\n defaults: {\n label: \"\",\n isRequired: true,\n variant: CAPTCHA_TYPES.RECAPTCHA_V2,\n },\n },\n {\n type: SMS_REMINDER,\n label: t(\"neetoForm.fields.smsReminder\"),\n isSingular: true,\n defaults: { label: \"\" },\n },\n];\n\n// To show the question type as label in accordion\nexport const INDEPENDENT_LABELS_MAP = {\n paragraph: t(\"neetoForm.fields.def\"),\n termsandcondition: t(\"neetoForm.fields.tcf\"),\n};\n\nexport const PADDED_FIELDS = [PARAGRAPH, TERMS_AND_CONDITION];\n\nexport const EMPTY_PARAGRAPH_REGEX = new RegExp(/<p[^>]*?>\\s*<\\/p>/gi);\n"],"names":["QUESTION_TYPES","NAME","PHONE","EMAIL","ADDITIONAL_GUESTS","TEXT","TEXTAREA","RICH_TEXT","INTEGER","DECIMAL","PARAGRAPH","TERMS_AND_CONDITION","CONDITION","CHECKBOX","RADIO","DROPDOWN","STAR_RATING","RATING","DATE","FILE_UPLOAD","CAPTCHA","SMS_REMINDER","CAPTCHA_TYPES","RECAPTCHA_V2","MATH_CAPTCHA","DEFAULT_AVAILABLE_LANGUAGES","code","name","MANDATORY_KINDS","IMMUTABLE_KINDS","AUTO_GENERATED_KINDS","QUESTIONS_WITHOUT_FIELD_CODE","NON_HIDEABLE_FIELDS","concat","QUESTIONS_INITIAL_VALUE","enabled","questions","label","kind","nodeId","title","isQuestionsLoading","RESERVED_FIELD_CODES","SELECTABLE_KINDS","RICH_TEXT_QUESTIONS","QUESTION_ACTIONS","ADD","EDIT","MINIMUM_OPTIONS","BadSmiley","props","size","color","other","_objectWithoutProperties","_excluded","_jsxs","_objectSpread","fill","height","viewBox","width","children","_jsx","d","defaultProps","strokeWidth","OkaySmiley","_excluded2","GoodSmiley","_excluded3","Drag","_excluded4","clipPath","stroke","strokeLinecap","strokeLinejoin","id","getActiveQuestionKindDetails","_ref","allQuestionKinds","item","_findBy","findBy","type","isSingular","generateArray","start","end","range","isElementOverflowing","_ref2","clientWidth","clientHeight","scrollWidth","scrollHeight","htmlToPlainText","htmlContent","formattedContent","replaceAll","EMPTY_PARAGRAPH_REGEX","node","document","createElement","innerHTML","DOMPurify","sanitize","textContent","innerText","generateRatingOptions","apply","_toConsumableArray","map","toLabelAndValue","FILE_TYPES","DOCUMENTS","IMAGES","AUDIO_VIDEO","STAR_RATING_ICONS_MAP","star","Star","heart","Heart","crown","Crown","trophy","Trophy","zap","Zap","STAR_RATING_MAX_VALUE_OPTIONS","STAR_RATING_MIN_VALUE_OPTIONS","FILE_TYPES_MAP","_FILE_TYPES_MAP","_defineProperty","DEFAULT_ALLOWED_FILE_TYPES","values","flat","join","FILE_GROUPS","t","RATING_OPTIONS","icon","DEFAULT_OPTIONS","Array","QUESTION_KINDS","defaults","isRequired","optionsAttributes","minValue","maxValue","iconType","highestRatingLabel","averageRatingLabel","lowestRatingLabel","termsLink","privacyPolicyLink","multipleFilesAllowed","allowedFileTypes","variant","INDEPENDENT_LABELS_MAP","paragraph","termsandcondition","RegExp"],"mappings":"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"}
|
package/dist/hooks.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { b as useCreateForm, d as useDeleteForm, a as useForm, u as useForms, c as useUpdateForm } from './useFormApi-
|
|
2
|
-
export { u as useFormSubmission } from './useFormSubmission-
|
|
1
|
+
export { b as useCreateForm, d as useDeleteForm, a as useForm, u as useForms, c as useUpdateForm } from './useFormApi-e3476a20.js';
|
|
2
|
+
export { u as useFormSubmission } from './useFormSubmission-e2e84587.js';
|
|
3
3
|
export { u as useBuildFormState } from './buildForm-042737cb.js';
|
|
4
4
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
5
5
|
import '@babel/runtime/helpers/defineProperty';
|
package/dist/index.js
CHANGED
|
@@ -3,8 +3,8 @@ export { default as NeetoFormProvider } from './NeetoFormProvider.js';
|
|
|
3
3
|
export { default as ExternalForm } from './ExternalForm.js';
|
|
4
4
|
export { default as Submission } from './Submission.js';
|
|
5
5
|
export { default as UrlBuilder } from './UrlBuilder.js';
|
|
6
|
-
export { b as useCreateForm, d as useDeleteForm, a as useForm, u as useForms, c as useUpdateForm } from './useFormApi-
|
|
7
|
-
export { u as useFormSubmission } from './useFormSubmission-
|
|
6
|
+
export { b as useCreateForm, d as useDeleteForm, a as useForm, u as useForms, c as useUpdateForm } from './useFormApi-e3476a20.js';
|
|
7
|
+
export { u as useFormSubmission } from './useFormSubmission-e2e84587.js';
|
|
8
8
|
export { u as useBuildFormState } from './buildForm-042737cb.js';
|
|
9
9
|
import '@babel/runtime/helpers/defineProperty';
|
|
10
10
|
import 'react';
|
|
@@ -15,11 +15,11 @@ import '@bigbinary/neeto-cist';
|
|
|
15
15
|
import '@bigbinary/neeto-commons-frontend/utils';
|
|
16
16
|
import '@bigbinary/neeto-molecules/PageLoader';
|
|
17
17
|
import 'ramda';
|
|
18
|
-
import './constants-
|
|
18
|
+
import './constants-75b78b3a.js';
|
|
19
19
|
import 'i18next';
|
|
20
20
|
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
21
21
|
import 'react/jsx-runtime';
|
|
22
|
-
import './constants-
|
|
22
|
+
import './constants-d9148acf.js';
|
|
23
23
|
import '@babel/runtime/helpers/toConsumableArray';
|
|
24
24
|
import 'dompurify';
|
|
25
25
|
import '@babel/runtime/helpers/slicedToArray';
|
|
@@ -67,21 +67,17 @@ import '@bigbinary/neetoui/Toastr';
|
|
|
67
67
|
import '@bigbinary/neetoui/Spinner';
|
|
68
68
|
import '@bigbinary/neetoui/Callout';
|
|
69
69
|
import '@bigbinary/neeto-icons/Check';
|
|
70
|
-
import './utils-
|
|
70
|
+
import './utils-4918956b.js';
|
|
71
71
|
import 'libphonenumber-js';
|
|
72
72
|
import '@bigbinary/neeto-editor/EditorContent';
|
|
73
73
|
import '@bigbinary/neetoui/MultiEmailInput';
|
|
74
74
|
import '@bigbinary/neeto-molecules/PhoneNumber';
|
|
75
|
-
import 'path';
|
|
76
75
|
import '@bigbinary/neeto-icons/Refresh';
|
|
77
76
|
import '@bigbinary/neetoui/Input';
|
|
78
77
|
import '@bigbinary/neeto-commons-frontend/initializers';
|
|
79
78
|
import 'react-google-recaptcha';
|
|
80
79
|
import '@bigbinary/neetoui/DatePicker';
|
|
81
|
-
import '@
|
|
82
|
-
import 'react-dropzone';
|
|
83
|
-
import '@bigbinary/neeto-icons/FileGeneric';
|
|
84
|
-
import 'framer-motion';
|
|
80
|
+
import '@bigbinary/neeto-molecules/FileUpload';
|
|
85
81
|
import '@bigbinary/neetoui/Select';
|
|
86
82
|
import '@bigbinary/neetoui/Radio';
|
|
87
83
|
import '@bigbinary/neetoui/Textarea';
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/main.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
:root{--neeto-form-engine-primary-color:#2f3941;--neeto-form-engine-primary-color-dark:#000;--neeto-form-engine-secondary-color:#fff;--neeto-form-engine-question-color:0,0,0;--neeto-form-engine-answer-color:45,54,212;--neeto-form-engine-button-background-color:45,54,212;--neeto-form-engine-button-text-color:255,255,255;--neeto-form-engine-error-color:175,4,4;--neeto-form-engine-transition:all 0.1s ease-out;--neeto-form-engine-border-radius-sm:0.3125rem}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate-and-scale{0%{transform:rotate(0deg) scale(0)}to{transform:rotate(-1turn) scale(1)}}@keyframes rotate-and-scale-clockwise{0%{transform:rotate(0deg) scale(0)}to{transform:rotate(1turn) scale(1)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.neeto-form-engine-add-question-between{visibility:hidden}.neeto-form-engine-add-question-between *{transition:none!important}.neeto-form-engine-question-accordion__drag-icon{display:none!important}.neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__body,.neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__header{border-radius:var(--neeto-ui-rounded-lg)}.neeto-form-engine-question-accordion:hover .neeto-form-engine-add-question-between{visibility:visible}.neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__drag-icon{display:block!important}.neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__icon{display:none!important}.neeto-form-engine-form h5{color:rgb(var(--neeto-ui-gray-800));font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-semibold);line-height:var(--neeto-ui-leading-normal);margin-bottom:16px}.neeto-form-engine-form .neeto-form-engine-questions-wrapper{max-height:calc(100vh - 240px)}.neeto-form-engine-form .neeto-form-engine-choices__wrapper:not(:last-child),.neeto-form-engine-form .neeto-form-engine-input__wrapper:not(:last-child),.neeto-form-engine-form .neeto-form-engine-rating:not(:last-child),.neeto-form-engine-form .neeto-form-engine-star-rating:not(:last-child){margin-bottom:16px}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices{align-items:flex-start;display:flex;flex-direction:column;gap:8px;justify-content:flex-start;margin:8px 0 0}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice{align-items:center;background-color:rgb(var(--neeto-ui-white));border:thin solid rgb(var(--neeto-ui-gray-300));border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-gray-700));cursor:pointer;display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);gap:12px;justify-content:flex-start;line-height:var(--neeto-ui-leading-normal);padding:10px 12px;transition:var(--neeto-ui-transition);width:100%}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice:hover{border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice.active{border-color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]{border-radius:var(--neeto-ui-rounded-sm)}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox],.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]{border:2px solid rgb(var(--neeto-ui-gray-300));height:16px;width:16px}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:not(:disabled),.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:not(:disabled){cursor:pointer}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:hover:not(:disabled,:checked),.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:hover:not(:disabled,:checked){border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:checked,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:checked{border:none!important}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:disabled,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:disabled{cursor:not-allowed;opacity:.5}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus-visible{outline:transparent}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus-visible{box-shadow:0 0 0 2px rgb(var(--neeto-ui-white)),0 0 0 4px rgb(var(--neeto-ui-gray-300))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label{font-weight:400}@media (max-width:768px){.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label{font-size:16px}}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-ui-radio__container{gap:8px;width:100%}.neeto-form-engine-form .neeto-form-engine-star-rating>.neeto-form-engine-label{margin-bottom:16px}.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:24px;justify-content:flex-start}.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row input[type=radio]{display:none}.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row .neeto-form-engine-star-rating__icon.neeto-form-engine-star-rating__icon--active{fill:rgb(var(--neeto-ui-primary-500));stroke:rgb(var(--neeto-ui-primary-500))}.neeto-form-engine-form .neeto-form-engine-rating>.neeto-form-engine-label{margin-bottom:16px}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row{align-items:center;display:flex;flex-direction:row;gap:24px;justify-content:flex-start}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row input[type=radio]{display:none}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item{align-items:center;color:rgb(var(--neeto-ui-gray-600));cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:8px}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg{margin-bottom:4px}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg path{stroke:currentColor;transition:var(--neeto-ui-transition)}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item .neeto-form-engine-label{color:inherit;transition:var(--neeto-ui-transition)}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy.active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:focus,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:hover{color:rgb(var(--neeto-ui-success-500))}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused.active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:focus,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:hover{color:rgb(var(--neeto-ui-warning-500))}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad.active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:focus,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:hover{color:rgb(var(--neeto-ui-error-500))}.neeto-form-engine-terms .neeto-ui-checkbox{align-self:flex-start;margin-top:4px}.neeto-form-engine-terms .neeto-form-engine-choice{align-items:center;color:rgb(var(--neeto-ui-gray-700));display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);gap:12px;justify-content:flex-start;line-height:var(--neeto-ui-leading-normal);padding:8px 0;transition:var(--neeto-ui-transition);width:100%}.neeto-form-engine-terms .neeto-form-engine-choice:hover{border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-terms .neeto-form-engine-choice.active{border-color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]{border-radius:var(--neeto-ui-rounded-sm)}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox],.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]{align-self:flex-start;border:2px solid rgb(var(--neeto-ui-gray-300));height:16px;margin-top:2px;width:16px}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:not(:disabled),.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:not(:disabled){cursor:pointer}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:hover:not(:disabled,:checked),.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:hover:not(:disabled,:checked){border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:checked,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:checked{border:none!important}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:disabled,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:disabled{cursor:not-allowed;opacity:.5}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus,.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus-visible{outline:transparent}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus-visible{box-shadow:0 0 0 2px rgb(var(--neeto-ui-white)),0 0 0 4px rgb(var(--neeto-ui-gray-300))}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input input{min-height:40px;padding:.5em .8em}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-react-select__container .neeto-ui-react-select__value-container{min-height:40px}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input__prefix .neeto-ui-react-select__value-container{min-height:30px}body .neeto-form-engine-form .neeto-form-engine-date-picker .ant-picker-input>input{padding-bottom:8px;padding-top:8px}body .neeto-form-engine-form .neeto-form-engine-star-rating__row button{outline:none}body .neeto-form-engine-form .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item{box-shadow:none;outline:none}body .neeto-form-engine-form .neeto-form-engine-form{display:flex;flex-direction:column;gap:10px}body .neeto-form-engine-form .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice{background-color:rgb(var(--neeto-ui-white));padding-bottom:10px;padding-top:10px}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input:focus-within:not(.neeto-ui-input--naked,.neeto-ui-input--error){box-shadow:0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input.neeto-ui-input--error:focus-within{box-shadow:0 0 0 1px rgb(var(--neeto-ui-error-500)) inset}body .neeto-form-engine-form .neeto-ui-react-select__control.neeto-ui-react-select__control--is-focused{box-shadow:0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset}body .neeto-form-engine-form .neeto-ui-react-select__container.neeto-ui-react-select__container--error .neeto-ui-react-select__control.neeto-ui-react-select__control--is-focused{box-shadow:0 0 0 1px rgb(var(--neeto-ui-error-500)) inset}.neeto-form-nano-form__card--active{box-shadow:0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset}.neeto-form-nano-advanced-properties-accordion{--neeto-ui-accordion-item-padding-x:0px;--neeto-ui-accordion-drop-padding-x:0px;--neeto-ui-accordion-wrapper-border-width:0px}.neeto-form-nano-adaptive-input textarea{--neeto-ui-input-line-height:1.5}button.neeto-form-engine-button{align-items:center;background-color:#2f3941;background-color:var(--neeto-form-engine-primary-color);border-radius:var(--neeto-ui-rounded-sm);color:#fff;color:var(--neeto-form-engine-secondary-color);display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-medium);justify-content:center;letter-spacing:-.15px;line-height:1;padding:8px 12px;position:relative;transition:var(--neeto-ui-transition)}button.neeto-form-engine-button:active,button.neeto-form-engine-button:focus,button.neeto-form-engine-button:hover{background-color:#000;background-color:var(--neeto-form-engine-primary-color-dark)}.neeto-form-engine-button__loader,.neeto-form-engine-button__success{align-items:center;background:inherit;border-radius:inherit;cursor:default;display:flex;flex-direction:row;height:100%;justify-content:center;left:0;outline:none;position:absolute;top:0;width:100%}.neeto-form-engine-button__loader svg path,.neeto-form-engine-button__success svg path{stroke:currentColor}.neeto-form-engine-input__wrapper{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start}.neeto-form-engine-input__wrapper .neeto-form-engine-input__label-wrapper{display:flex;justify-content:space-between;margin-bottom:6px;width:100%}.neeto-form-engine-input__wrapper .neeto-form-engine-rich-text-input{width:100%}@media (max-width:768px){.neeto-form-engine-input__wrapper .neeto-form-engine-rich-text-input{font-size:16px}}.neeto-form-engine-input__wrapper .neeto-form-engine-input{align-items:center;background-color:rgb(var(--neeto-ui-white));border:thin solid rgb(var(--neeto-ui-gray-400));border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-gray-800));display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);justify-content:flex-start;line-height:1.6;overflow:hidden;transition:var(--neeto-ui-transition);width:100%}@media (max-width:768px){.neeto-form-engine-input__wrapper .neeto-form-engine-input{font-size:16px}}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--textarea{padding:8px}.neeto-form-engine-input__wrapper .neeto-form-engine-input input,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea{background-color:transparent;border:none;box-shadow:none;color:inherit;font-size:inherit;line-height:inherit;outline:none;width:100%}.neeto-form-engine-input__wrapper .neeto-form-engine-input input::-moz-placeholder,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea::-moz-placeholder{color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-input__wrapper .neeto-form-engine-input input::placeholder,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea::placeholder{color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-input__wrapper .neeto-form-engine-input input:focus,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea:focus{outline-color:transparent}@media (max-width:768px){.neeto-form-engine-input__wrapper .neeto-form-engine-input input,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea{font-size:16px}}.neeto-form-engine-input__wrapper .neeto-form-engine-input input{line-height:1.3;padding:6px 8px}.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea{max-height:224px;overflow-y:auto;padding:0}.neeto-form-engine-input__wrapper .neeto-form-engine-input:focus-within:not(.neeto-form-engine-input--error){border-color:rgb(var(--neeto-ui-gray-800));box-shadow:var(--neeto-ui-shadow-m)}.neeto-form-engine-input__wrapper .neeto-form-engine-input:hover:not(.neeto-form-engine-input--error,.neeto-form-engine-input--disabled){border-color:rgb(var(--neeto-ui-gray-700))}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error{border-color:rgb(var(--neeto-ui-error-500))}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error:focus-within{box-shadow:0 0 0 3px rgb(var(--neeto-ui-pastel-red))}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error textarea{resize:none}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled{background-color:rgb(var(--neeto-ui-gray-100));cursor:not-allowed}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled input,.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled textarea{cursor:not-allowed}.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix,.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix{align-items:center;color:rgb(var(--neeto-ui-gray-600));display:flex;flex-direction:row;font-size:14px;justify-content:flex-start}@media (max-width:768px){.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix,.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix{font-size:16px}}.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix svg,.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix svg{height:16px;width:16px}.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix{margin-left:10px}.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix{margin-right:10px}.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix,.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix{background-color:rgb(var(--neeto-ui-gray-100));margin:0;padding:8px 10px}.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix{border-right:thin solid rgb(var(--neeto-ui-gray-300))}.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix{border-left:thin solid rgb(var(--neeto-ui-gray-300))}.neeto-form-engine-input__error{color:rgb(var(--neeto-ui-error-500));font-size:var(--neeto-ui-text-xs);margin-top:4px}.neeto-form-engine-label{color:rgb(var(--neeto-ui-gray-700));font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-medium);letter-spacing:-.15px;line-height:1.5}@media (max-width:768px){.neeto-ui-input--medium,.neeto-ui-input__wrapper .neeto-ui-input,.neeto-ui-react-select__container,.neeto-ui-react-select__input,.neeto-ui-react-select__menu-portal,.neeto-ui-react-select__multi-value__label{font-size:16px!important}}.neeto-form-engine-date-picker{display:flex;flex-direction:column;width:100%}.neeto-form-engine-date-picker .ant-picker{background-color:rgb(var(--neeto-ui-white));border:thin solid rgb(var(--neeto-ui-gray-400));border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-gray-800));font-size:14px;line-height:1.15;padding:0;transition:var(--neeto-ui-transition);width:100%}.neeto-form-engine-date-picker .ant-picker:hover:not(.neeto-form-engine-input--error,.neeto-form-engine-input--disabled){border-color:rgb(var(--neeto-ui-gray-700))}.neeto-form-engine-date-picker .ant-picker.ant-picker-focused:not(.neeto-form-engine-input--error){border-color:rgb(var(--neeto-ui-gray-800))!important;box-shadow:var(--neeto-ui-shadow-m)!important;outline:none!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error{border-color:rgb(var(--neeto-ui-error-500))!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error:focus-within{box-shadow:0 0 0 3px rgb(var(--neeto-ui-pastel-red))!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error.ant-picker-focused{border-color:rgb(var(--neeto-ui-error-500))!important;box-shadow:0 0 0 3px rgb(var(--neeto-ui-pastel-red))!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error textarea{resize:none}@media (max-width:768px){.neeto-form-engine-date-picker .ant-picker{font-size:16px}}.neeto-form-engine-date-picker .ant-picker.neeto-ui-date-input{padding:0}.neeto-form-engine-date-picker .ant-picker-suffix{color:rgba(var(--neeto-ui-gray-800));margin:0;padding-right:.4444444444em}.neeto-form-engine-date-picker .ant-picker-suffix svg{height:16px;width:16px}.neeto-form-engine-date-picker .ant-picker-clear{background-color:transparent;color:rgba(var(--neeto-ui-gray-800));margin-right:.4444444444rem}.neeto-form-engine-date-picker .ant-picker-clear svg{color:inherit;height:16px;width:16px}.neeto-form-engine-date-picker .ant-picker-clear+.ant-picker-suffix .ant-picker-suffix{opacity:0}.neeto-form-engine-date-picker .ant-picker-input:hover input:not([value=""])+.ant-picker-suffix{opacity:0}.neeto-form-engine-date-picker .ant-picker-input>input{background-color:transparent;color:rgba(var(--neeto-ui-gray-800));font-size:14px;padding:6px 8px}.neeto-form-engine-date-picker .ant-picker-input>input::-moz-placeholder{color:rgba(var(--neeto-form-answer-color),.5);opacity:1}.neeto-form-engine-date-picker .ant-picker-input>input::placeholder{color:rgba(var(--neeto-form-answer-color),.5);opacity:1}@media (max-width:768px){.neeto-form-engine-date-picker .ant-picker-input>input{font-size:16px}}.neeto-form-engine-date-picker-popup .ant-picker-panel-container{background-color:rgb(var(--neeto-ui-white));border:1px solid rgba(var(--neeto-ui-gray-800),.8);border-radius:12px}.neeto-form-engine-date-picker-popup .ant-picker-panel-container .ant-picker-panel{border:0}.neeto-form-engine-date-picker-popup .ant-picker-cell,.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner{color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-date-picker-popup .ant-picker-header button{color:rgb(var(--neeto-ui-gray-800))!important}.neeto-form-engine-date-picker-popup .ant-picker-header>button:hover{opacity:.8}.neeto-form-engine-date-picker-popup .ant-picker-content th{color:rgba(var(--neeto-ui-gray-800),.8)}.neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-footer,.neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-header{background-color:transparent;border:0}.neeto-form-engine-date-picker-popup .ant-picker-now-btn,.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn,.neeto-form-engine-date-picker-popup .ant-picker-today-btn{background-color:#4558f9!important;border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-white))!important;cursor:pointer;padding:4px}.neeto-form-engine-date-picker-popup .ant-picker-now-btn:focus,.neeto-form-engine-date-picker-popup .ant-picker-now-btn:hover,.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:focus,.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:hover,.neeto-form-engine-date-picker-popup .ant-picker-today-btn:focus,.neeto-form-engine-date-picker-popup .ant-picker-today-btn:hover{opacity:.8}.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner{background-color:rgb(var(--neeto-form-answer-color));color:rgb(var(--neeto-form-answer-text-color))}.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column>li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner{background-color:rgb(var(--neeto-form-answer-color));color:rgb(var(--neeto-form-answer-text-color))}.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column:not(:first-child){border-left:none}.neeto-form-engine-date-picker-popup .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner{background-color:rgba(var(--neeto-form-question-color),.1)}.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover{background-color:rgba(var(--neeto-form-question-color),.1)}.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{border-color:rgb(var(--neeto-form-answer-color))!important}.neeto-form-engine-date-picker-popup .ant-picker-cell .ant-picker-cell-inner{border-radius:5px!important}.neeto-form-engine-date-picker-popup .ant-picker-content th{font-size:12px;text-transform:uppercase}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-input>input{font-size:1.25rem;height:calc(3rem - 2px);padding:.8em}@media (max-width:768px){.neeto-form-engine--md .neeto-form-date-picker .ant-picker-input>input{font-size:16px}}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix{padding-right:.8rem}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix svg{height:24px;width:24px}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear{margin-right:.8rem}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear svg{height:24px;width:24px}@media (min-width:768px){.neeto-form-engine-date-picker .ant-picker-cell .ant-picker-cell-inner{height:32px;line-height:32px;min-width:32px}.neeto-form-engine-date-picker .ant-picker-date-panel{width:320px}.neeto-form-engine-date-picker .ant-picker-header{align-items:center;min-height:68px;padding:12px 24px 0;white-space:nowrap}.neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-body{padding-left:24px;padding-right:24px}.neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-content{width:272px}}.neeto-form-engine-loader{height:100%;width:100%}.neeto-form-engine-loader,.neeto-form-engine-spinner{align-items:center;display:flex;flex-direction:row;justify-content:center}.neeto-form-engine-spinner svg{animation:rotate 1s ease-in-out infinite}.neeto-form-engine-dropdown{align-items:center;display:inline-flex;position:relative}.neeto-form-engine-dropdown button{margin:0}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu{background-color:rgb(var(--neeto-ui-white));border-radius:var(--neeto-ui-rounded);box-shadow:var(--neeto-ui-shadow-m) -m;margin:0;min-width:168px;opacity:0;padding:4px 0;pointer-events:none;position:absolute;right:0;top:100%;transition:var(--neeto-ui-transition)}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li{list-style:none}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button{align-items:center;color:rgb(var(--neeto-ui-gray-700));cursor:pointer;display:flex;flex-direction:row;font-size:var(--neeto-ui-text-xs);gap:8px;justify-content:flex-start;line-height:1;padding:8px 10px;transition:var(--neeto-ui-transition);white-space:nowrap;width:100%}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:active,.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:focus,.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:hover{background-color:rgb(var(--neeto-ui-gray-200))}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button svg{height:14px;width:14px}.neeto-form-engine-dropdown:hover .neeto-form-engine-dropdown-menu,.neeto-form-engine-dropdown>button:focus+.neeto-form-engine-dropdown-menu{opacity:1;pointer-events:all}.neeto-form-engine-callout{align-items:center;animation:fade-in .3s both;background-color:rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);bottom:40px;color:rgb(var(--neeto-ui-gray-600));display:flex;flex-direction:column;gap:12px;justify-content:flex-start;left:0;margin:auto;padding:12px;position:absolute;right:0;width:calc(100% - 48px)}.neeto-form-engine-callout.neeto-form-engine-callout--static{position:static}.neeto-form-engine-callout.neeto-form-engine-callout--error{background-color:rgb(var(--neeto-ui-pastel-red))}.neeto-form-engine-callout.neeto-form-engine-callout--info{background-color:rgb(var(--neeto-ui-pastel-blue))}.neeto-form-engine-callout .neeto-form-engine-callout__close{color:rgb(var(--neeto-ui-gray-600));padding:0;position:absolute;right:12px;top:12px;transition:var(--neeto-ui-transition)}.neeto-form-engine-callout .neeto-form-engine-callout__close:active,.neeto-form-engine-callout .neeto-form-engine-callout__close:focus,.neeto-form-engine-callout .neeto-form-engine-callout__close:hover{color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-callout .neeto-form-engine-callout__content{margin:auto;max-width:240px;width:100%}.neeto-form-engine-callout .neeto-form-engine-callout__content h5{color:rgb(var(--neeto-ui-gray-800));font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-semibold);letter-spacing:-.15px;line-height:16px;margin-bottom:4px;text-align:center}.neeto-form-engine-callout .neeto-form-engine-callout__content p{font-size:var(--neeto-ui-text-xs);line-height:16px;text-align:center}.neeto-form-engine-callout button.neeto-form-engine-callout__button{align-items:center;background-color:rgb(var(--neeto-ui-white));border-radius:var(--neeto-ui-rounded-sm);color:rgb(var(--neeto-ui-gray-800));display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-semibold);justify-content:center;letter-spacing:-.15px;line-height:16px;padding:6px 8px;transition:var(--neeto-ui-transition)}.neeto-form-engine-callout button.neeto-form-engine-callout__button:active,.neeto-form-engine-callout button.neeto-form-engine-callout__button:focus,.neeto-form-engine-callout button.neeto-form-engine-callout__button:hover{background-color:rgb(var(--neeto-ui-gray-100))}.neeto-form-engine-email-input{width:100%}.neeto-form-engine-email-input .neeto-form-engine-label{margin-bottom:8px}.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row{gap:8px;justify-content:space-between;width:100%}.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row .neeto-form-engine-label{flex-grow:1;overflow-wrap:break-word}.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row .neeto-form-engine-email-input__counter{color:rgb(var(--neeto-form-engine-gray-700));line-height:1;margin-bottom:8px;margin-left:auto}.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix{margin-left:12px}.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix svg,.neeto-form-engine-email-input .neeto-form-engine-email-input__suffix svg{height:16px;width:16px}.loader{min-height:192px}.neeto-form-engine-file-upload__dropzone{background-color:rgba(45,54,212,.1);background-color:rgba(var(--neeto-form-engine-answer-color),.1);border:2px dashed rgba(45,54,212,.5);border:2px dashed rgba(var(--neeto-form-engine-answer-color),.5);border-radius:.3125rem;border-radius:var(--neeto-form-engine-border-radius-sm);color:#000;color:rgba(var(--neeto-form-engine-question-color),1);padding:1.5em;transition:all .1s ease-out;transition:var(--neeto-form-engine-transition);width:100%}.neeto-form-engine-file-upload__dropzone:hover{background-color:rgba(45,54,212,.2);background-color:rgba(var(--neeto-form-engine-answer-color),.2)}.neeto-form-engine-file-upload__dropzone-inner{text-align:center}.neeto-form-engine-file-upload__upload-icon{color:#2d36d4;color:rgba(var(--neeto-form-engine-answer-color),1);display:block;margin-bottom:1.25em;margin-left:auto;margin-right:auto}.neeto-form-engine-file-upload__upload-label{display:flex;font-size:1rem;gap:.3125em;justify-content:center}.neeto-form-engine-file-upload__choose-file,.neeto-form-engine-file-upload__drag-here{font-weight:500}.neeto-form-engine-file-upload__dropzone-helper-block{margin-top:.5em}.neeto-form-engine-file-upload__dropzone-helper-text{color:rgba(0,0,0,.65);color:rgba(var(--neeto-form-engine-question-color),.65);display:block;font-size:.75rem;line-height:1.2;margin-bottom:.5rem}.neeto-form-engine-file-upload__uploaded-list{list-style:none;margin:1.25em 0;padding:0;width:100%}.neeto-form-engine-file-upload__uploaded-list-item{align-items:center;background-color:rgba(45,54,212,.1);background-color:rgba(var(--neeto-form-engine-answer-color),.1);border:1px solid rgba(45,54,212,.5);border:1px solid rgba(var(--neeto-form-engine-answer-color),.5);display:flex;gap:.75em;list-style:none;margin-bottom:-1px;padding:.5em .75em}.neeto-form-engine-file-upload__uploaded-list-item:first-of-type{border-top-left-radius:.3125rem;border-top-left-radius:var(--neeto-form-engine-border-radius-sm);border-top-right-radius:.3125rem;border-top-right-radius:var(--neeto-form-engine-border-radius-sm)}.neeto-form-engine-file-upload__uploaded-list-item:last-of-type{border-bottom-left-radius:.3125rem;border-bottom-left-radius:var(--neeto-form-engine-border-radius-sm);border-bottom-right-radius:.3125rem;border-bottom-right-radius:var(--neeto-form-engine-border-radius-sm)}.neeto-form-engine-file-upload__file-preview{color:#4b2876;position:relative}.neeto-form-engine-file-upload__file-preview .neeto-form-engine-ring{height:100%;left:0;position:absolute;top:0;width:100%}.neeto-form-engine-file-upload__file-preview .neeto-form-engine-progress{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.neeto-form-engine-file-upload__file-preview .neeto-form-engine-progress__circle-wrapper{position:relative}.neeto-form-engine-file-upload__file-info{word-wrap:break-word;display:flex;flex-direction:column;flex-grow:1;min-width:0;overflow-wrap:break-word}.neeto-form-engine-file-upload__file-info-name{font-size:.875em;margin-bottom:.3125em}.neeto-form-engine-file-upload__file-info-size{color:rgba(0,0,0,.65);color:rgba(var(--neeto-form-engine-question-color),.65);font-size:.75em}.neeto-form-engine-file-upload__actions{flex-shrink:0;margin-left:auto;position:relative}.neeto-form-engine-file-upload__success-indicator{align-items:center;border-radius:100%;display:inline-flex;height:1.75em;justify-content:center;width:1.75em}.neeto-form-engine-file-upload__success-indicator.neeto-form-engine-file-upload__success-indicator--active{background-color:#2d36d4;background-color:rgb(var(--neeto-form-engine-button-background-color));color:#fff;color:rgb(var(--neeto-form-engine-button-text-color))}.neeto-form-engine-file-upload__button--red{align-items:center;background-color:#af0404;background-color:rgb(var(--neeto-form-engine-error-color));border-radius:100%;color:#fff;display:inline-flex;height:1.75em;justify-content:center;width:1.75em}.neeto-form-engine-file-upload__remove-button{left:0;opacity:0;position:absolute;top:0;transition:all .1s ease-out;transition:var(--neeto-form-engine-transition);visibility:hidden}.neeto-form-engine-file-upload__actions:hover .neeto-form-engine-file-upload__remove-button{opacity:1;visibility:visible}.neeto-form-engine-ring{align-items:center;display:inline-flex;height:3.125em;justify-content:center;position:relative;width:3.125em}.neeto-form-engine-ring div{animation:neeto-form-engine-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:4px solid transparent;border-radius:50%;border-top-color:#2d36d4;border-color:rgb(var(--neeto-form-engine-answer-color)) transparent transparent transparent;box-sizing:border-box;display:block;height:1.75em;position:absolute;width:1.75em}.neeto-form-engine-ring div:first-child{animation-delay:-.45s}.neeto-form-engine-ring div:nth-child(2){animation-delay:-.3s}.neeto-form-engine-ring div:nth-child(3){animation-delay:-.15s}@keyframes neeto-form-engine-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.neeto-form-nano-math-captcha{align-items:center;border:2px dashed rgba(var(--neeto-ui-primary-500),.5);border-radius:.3125rem;color:rgb(var(--neeto-ui-black));display:flex;font-size:.875rem;gap:5px;padding:.5rem}.neeto-form-nano-math-captcha__button{align-items:center;background:rgb(var(--neeto-ui-primary-500))!important;border:none;border-radius:.1875em;color:rgb(var(--neeto-ui-white));cursor:pointer;display:inline-flex;font-weight:400;gap:4px;line-height:1.2;min-height:2.25rem;padding:.3125em;text-decoration:none;transition:all .1s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}.neeto-form-nano-math-captcha__button:hover{opacity:.85}.neeto-form-nano-math-captcha__button:focus,.neeto-form-nano-math-captcha__button:focus-visible{outline:2px solid rgba(var(--neeto-ui-primary-500),.2);outline-offset:1px}.neeto-form-nano-math-captcha__equation{align-items:center;display:flex;gap:5px;justify-content:center;min-width:4rem}.neeto-form-nano-math-captcha__input{border-color:rgb(var(--neeto-ui-primary-500));width:6rem}
|
|
1
|
+
:root{--neeto-form-engine-primary-color:#2f3941;--neeto-form-engine-primary-color-dark:#000;--neeto-form-engine-secondary-color:#fff;--neeto-form-engine-question-color:0,0,0;--neeto-form-engine-answer-color:45,54,212;--neeto-form-engine-button-background-color:45,54,212;--neeto-form-engine-button-text-color:255,255,255;--neeto-form-engine-error-color:175,4,4;--neeto-form-engine-transition:all 0.1s ease-out;--neeto-form-engine-border-radius-sm:0.3125rem}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate-and-scale{0%{transform:rotate(0deg) scale(0)}to{transform:rotate(-1turn) scale(1)}}@keyframes rotate-and-scale-clockwise{0%{transform:rotate(0deg) scale(0)}to{transform:rotate(1turn) scale(1)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.neeto-form-engine-add-question-between{visibility:hidden}.neeto-form-engine-add-question-between *{transition:none!important}.neeto-form-engine-question-accordion__drag-icon{display:none!important}.neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__body,.neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__header{border-radius:var(--neeto-ui-rounded-lg)}.neeto-form-engine-question-accordion:hover .neeto-form-engine-add-question-between{visibility:visible}.neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__drag-icon{display:block!important}.neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__icon{display:none!important}.neeto-form-engine-form h5{color:rgb(var(--neeto-ui-gray-800));font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-semibold);line-height:var(--neeto-ui-leading-normal);margin-bottom:16px}.neeto-form-engine-form .neeto-form-engine-questions-wrapper{max-height:calc(100vh - 240px)}.neeto-form-engine-form .neeto-form-engine-choices__wrapper:not(:last-child),.neeto-form-engine-form .neeto-form-engine-input__wrapper:not(:last-child),.neeto-form-engine-form .neeto-form-engine-rating:not(:last-child),.neeto-form-engine-form .neeto-form-engine-star-rating:not(:last-child){margin-bottom:16px}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices{align-items:flex-start;display:flex;flex-direction:column;gap:8px;justify-content:flex-start;margin:8px 0 0}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice{align-items:center;background-color:rgb(var(--neeto-ui-white));border:thin solid rgb(var(--neeto-ui-gray-300));border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-gray-700));cursor:pointer;display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);gap:12px;justify-content:flex-start;line-height:var(--neeto-ui-leading-normal);padding:10px 12px;transition:var(--neeto-ui-transition);width:100%}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice:hover{border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice.active{border-color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]{border-radius:var(--neeto-ui-rounded-sm)}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox],.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]{border:2px solid rgb(var(--neeto-ui-gray-300));height:16px;width:16px}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:not(:disabled),.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:not(:disabled){cursor:pointer}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:hover:not(:disabled,:checked),.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:hover:not(:disabled,:checked){border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:checked,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:checked{border:none!important}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:disabled,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:disabled{cursor:not-allowed;opacity:.5}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus-visible{outline:transparent}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus-visible{box-shadow:0 0 0 2px rgb(var(--neeto-ui-white)),0 0 0 4px rgb(var(--neeto-ui-gray-300))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label{font-weight:400}@media (max-width:768px){.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label{font-size:16px}}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-ui-radio__container{gap:8px;width:100%}.neeto-form-engine-form .neeto-form-engine-star-rating>.neeto-form-engine-label{margin-bottom:16px}.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:24px;justify-content:flex-start}.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row input[type=radio]{display:none}.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row .neeto-form-engine-star-rating__icon.neeto-form-engine-star-rating__icon--active{fill:rgb(var(--neeto-ui-primary-500));stroke:rgb(var(--neeto-ui-primary-500))}.neeto-form-engine-form .neeto-form-engine-rating>.neeto-form-engine-label{margin-bottom:16px}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row{align-items:center;display:flex;flex-direction:row;gap:24px;justify-content:flex-start}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row input[type=radio]{display:none}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item{align-items:center;color:rgb(var(--neeto-ui-gray-600));cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:8px}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg{margin-bottom:4px}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg path{stroke:currentColor;transition:var(--neeto-ui-transition)}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item .neeto-form-engine-label{color:inherit;transition:var(--neeto-ui-transition)}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy.active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:focus,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:hover{color:rgb(var(--neeto-ui-success-500))}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused.active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:focus,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:hover{color:rgb(var(--neeto-ui-warning-500))}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad.active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:focus,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:hover{color:rgb(var(--neeto-ui-error-500))}.neeto-form-engine-terms .neeto-ui-checkbox{align-self:flex-start;margin-top:4px}.neeto-form-engine-terms .neeto-form-engine-choice{align-items:center;color:rgb(var(--neeto-ui-gray-700));display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);gap:12px;justify-content:flex-start;line-height:var(--neeto-ui-leading-normal);padding:8px 0;transition:var(--neeto-ui-transition);width:100%}.neeto-form-engine-terms .neeto-form-engine-choice:hover{border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-terms .neeto-form-engine-choice.active{border-color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]{border-radius:var(--neeto-ui-rounded-sm)}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox],.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]{align-self:flex-start;border:2px solid rgb(var(--neeto-ui-gray-300));height:16px;margin-top:2px;width:16px}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:not(:disabled),.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:not(:disabled){cursor:pointer}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:hover:not(:disabled,:checked),.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:hover:not(:disabled,:checked){border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:checked,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:checked{border:none!important}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:disabled,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:disabled{cursor:not-allowed;opacity:.5}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus,.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus-visible{outline:transparent}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus-visible{box-shadow:0 0 0 2px rgb(var(--neeto-ui-white)),0 0 0 4px rgb(var(--neeto-ui-gray-300))}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input input{min-height:40px;padding:.5em .8em}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-react-select__container .neeto-ui-react-select__value-container{min-height:40px}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input__prefix .neeto-ui-react-select__value-container{min-height:30px}body .neeto-form-engine-form .neeto-form-engine-date-picker .ant-picker-input>input{padding-bottom:8px;padding-top:8px}body .neeto-form-engine-form .neeto-form-engine-star-rating__row button{outline:none}body .neeto-form-engine-form .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item{box-shadow:none;outline:none}body .neeto-form-engine-form .neeto-form-engine-form{display:flex;flex-direction:column;gap:10px}body .neeto-form-engine-form .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice{background-color:rgb(var(--neeto-ui-white));padding-bottom:10px;padding-top:10px}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input:focus-within:not(.neeto-ui-input--naked,.neeto-ui-input--error){box-shadow:0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input.neeto-ui-input--error:focus-within{box-shadow:0 0 0 1px rgb(var(--neeto-ui-error-500)) inset}body .neeto-form-engine-form .neeto-ui-react-select__control.neeto-ui-react-select__control--is-focused{box-shadow:0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset}body .neeto-form-engine-form .neeto-ui-react-select__container.neeto-ui-react-select__container--error .neeto-ui-react-select__control.neeto-ui-react-select__control--is-focused{box-shadow:0 0 0 1px rgb(var(--neeto-ui-error-500)) inset}.neeto-form-nano-form__card--active{box-shadow:0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset}.neeto-form-nano-advanced-properties-accordion{--neeto-ui-accordion-item-padding-x:0px;--neeto-ui-accordion-drop-padding-x:0px;--neeto-ui-accordion-wrapper-border-width:0px}.neeto-form-nano-adaptive-input textarea{--neeto-ui-input-line-height:1.5}button.neeto-form-engine-button{align-items:center;background-color:#2f3941;background-color:var(--neeto-form-engine-primary-color);border-radius:var(--neeto-ui-rounded-sm);color:#fff;color:var(--neeto-form-engine-secondary-color);display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-medium);justify-content:center;letter-spacing:-.15px;line-height:1;padding:8px 12px;position:relative;transition:var(--neeto-ui-transition)}button.neeto-form-engine-button:active,button.neeto-form-engine-button:focus,button.neeto-form-engine-button:hover{background-color:#000;background-color:var(--neeto-form-engine-primary-color-dark)}.neeto-form-engine-button__loader,.neeto-form-engine-button__success{align-items:center;background:inherit;border-radius:inherit;cursor:default;display:flex;flex-direction:row;height:100%;justify-content:center;left:0;outline:none;position:absolute;top:0;width:100%}.neeto-form-engine-button__loader svg path,.neeto-form-engine-button__success svg path{stroke:currentColor}.neeto-form-engine-input__wrapper{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start}.neeto-form-engine-input__wrapper .neeto-form-engine-input__label-wrapper{display:flex;justify-content:space-between;margin-bottom:6px;width:100%}.neeto-form-engine-input__wrapper .neeto-form-engine-rich-text-input{width:100%}@media (max-width:768px){.neeto-form-engine-input__wrapper .neeto-form-engine-rich-text-input{font-size:16px}}.neeto-form-engine-input__wrapper .neeto-form-engine-input{align-items:center;background-color:rgb(var(--neeto-ui-white));border:thin solid rgb(var(--neeto-ui-gray-400));border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-gray-800));display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);justify-content:flex-start;line-height:1.6;overflow:hidden;transition:var(--neeto-ui-transition);width:100%}@media (max-width:768px){.neeto-form-engine-input__wrapper .neeto-form-engine-input{font-size:16px}}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--textarea{padding:8px}.neeto-form-engine-input__wrapper .neeto-form-engine-input input,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea{background-color:transparent;border:none;box-shadow:none;color:inherit;font-size:inherit;line-height:inherit;outline:none;width:100%}.neeto-form-engine-input__wrapper .neeto-form-engine-input input::-moz-placeholder,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea::-moz-placeholder{color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-input__wrapper .neeto-form-engine-input input::placeholder,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea::placeholder{color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-input__wrapper .neeto-form-engine-input input:focus,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea:focus{outline-color:transparent}@media (max-width:768px){.neeto-form-engine-input__wrapper .neeto-form-engine-input input,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea{font-size:16px}}.neeto-form-engine-input__wrapper .neeto-form-engine-input input{line-height:1.3;padding:6px 8px}.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea{max-height:224px;overflow-y:auto;padding:0}.neeto-form-engine-input__wrapper .neeto-form-engine-input:focus-within:not(.neeto-form-engine-input--error){border-color:rgb(var(--neeto-ui-gray-800));box-shadow:var(--neeto-ui-shadow-m)}.neeto-form-engine-input__wrapper .neeto-form-engine-input:hover:not(.neeto-form-engine-input--error,.neeto-form-engine-input--disabled){border-color:rgb(var(--neeto-ui-gray-700))}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error{border-color:rgb(var(--neeto-ui-error-500))}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error:focus-within{box-shadow:0 0 0 3px rgb(var(--neeto-ui-pastel-red))}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error textarea{resize:none}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled{background-color:rgb(var(--neeto-ui-gray-100));cursor:not-allowed}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled input,.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled textarea{cursor:not-allowed}.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix,.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix{align-items:center;color:rgb(var(--neeto-ui-gray-600));display:flex;flex-direction:row;font-size:14px;justify-content:flex-start}@media (max-width:768px){.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix,.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix{font-size:16px}}.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix svg,.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix svg{height:16px;width:16px}.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix{margin-left:10px}.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix{margin-right:10px}.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix,.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix{background-color:rgb(var(--neeto-ui-gray-100));margin:0;padding:8px 10px}.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix{border-right:thin solid rgb(var(--neeto-ui-gray-300))}.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix{border-left:thin solid rgb(var(--neeto-ui-gray-300))}.neeto-form-engine-input__error{color:rgb(var(--neeto-ui-error-500));font-size:var(--neeto-ui-text-xs);margin-top:4px}.neeto-form-engine-label{color:rgb(var(--neeto-ui-gray-700));font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-medium);letter-spacing:-.15px;line-height:1.5}@media (max-width:768px){.neeto-ui-input--medium,.neeto-ui-input__wrapper .neeto-ui-input,.neeto-ui-react-select__container,.neeto-ui-react-select__input,.neeto-ui-react-select__menu-portal,.neeto-ui-react-select__multi-value__label{font-size:16px!important}}.neeto-form-engine-date-picker{display:flex;flex-direction:column;width:100%}.neeto-form-engine-date-picker .ant-picker{background-color:rgb(var(--neeto-ui-white));border:thin solid rgb(var(--neeto-ui-gray-400));border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-gray-800));font-size:14px;line-height:1.15;padding:0;transition:var(--neeto-ui-transition);width:100%}.neeto-form-engine-date-picker .ant-picker:hover:not(.neeto-form-engine-input--error,.neeto-form-engine-input--disabled){border-color:rgb(var(--neeto-ui-gray-700))}.neeto-form-engine-date-picker .ant-picker.ant-picker-focused:not(.neeto-form-engine-input--error){border-color:rgb(var(--neeto-ui-gray-800))!important;box-shadow:var(--neeto-ui-shadow-m)!important;outline:none!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error{border-color:rgb(var(--neeto-ui-error-500))!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error:focus-within{box-shadow:0 0 0 3px rgb(var(--neeto-ui-pastel-red))!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error.ant-picker-focused{border-color:rgb(var(--neeto-ui-error-500))!important;box-shadow:0 0 0 3px rgb(var(--neeto-ui-pastel-red))!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error textarea{resize:none}@media (max-width:768px){.neeto-form-engine-date-picker .ant-picker{font-size:16px}}.neeto-form-engine-date-picker .ant-picker.neeto-ui-date-input{padding:0}.neeto-form-engine-date-picker .ant-picker-suffix{color:rgba(var(--neeto-ui-gray-800));margin:0;padding-right:.4444444444em}.neeto-form-engine-date-picker .ant-picker-suffix svg{height:16px;width:16px}.neeto-form-engine-date-picker .ant-picker-clear{background-color:transparent;color:rgba(var(--neeto-ui-gray-800));margin-right:.4444444444rem}.neeto-form-engine-date-picker .ant-picker-clear svg{color:inherit;height:16px;width:16px}.neeto-form-engine-date-picker .ant-picker-clear+.ant-picker-suffix .ant-picker-suffix{opacity:0}.neeto-form-engine-date-picker .ant-picker-input:hover input:not([value=""])+.ant-picker-suffix{opacity:0}.neeto-form-engine-date-picker .ant-picker-input>input{background-color:transparent;color:rgba(var(--neeto-ui-gray-800));font-size:14px;padding:6px 8px}.neeto-form-engine-date-picker .ant-picker-input>input::-moz-placeholder{color:rgba(var(--neeto-form-answer-color),.5);opacity:1}.neeto-form-engine-date-picker .ant-picker-input>input::placeholder{color:rgba(var(--neeto-form-answer-color),.5);opacity:1}@media (max-width:768px){.neeto-form-engine-date-picker .ant-picker-input>input{font-size:16px}}.neeto-form-engine-date-picker-popup .ant-picker-panel-container{background-color:rgb(var(--neeto-ui-white));border:1px solid rgba(var(--neeto-ui-gray-800),.8);border-radius:12px}.neeto-form-engine-date-picker-popup .ant-picker-panel-container .ant-picker-panel{border:0}.neeto-form-engine-date-picker-popup .ant-picker-cell,.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner{color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-date-picker-popup .ant-picker-header button{color:rgb(var(--neeto-ui-gray-800))!important}.neeto-form-engine-date-picker-popup .ant-picker-header>button:hover{opacity:.8}.neeto-form-engine-date-picker-popup .ant-picker-content th{color:rgba(var(--neeto-ui-gray-800),.8)}.neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-footer,.neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-header{background-color:transparent;border:0}.neeto-form-engine-date-picker-popup .ant-picker-now-btn,.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn,.neeto-form-engine-date-picker-popup .ant-picker-today-btn{background-color:#4558f9!important;border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-white))!important;cursor:pointer;padding:4px}.neeto-form-engine-date-picker-popup .ant-picker-now-btn:focus,.neeto-form-engine-date-picker-popup .ant-picker-now-btn:hover,.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:focus,.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:hover,.neeto-form-engine-date-picker-popup .ant-picker-today-btn:focus,.neeto-form-engine-date-picker-popup .ant-picker-today-btn:hover{opacity:.8}.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner{background-color:rgb(var(--neeto-form-answer-color));color:rgb(var(--neeto-form-answer-text-color))}.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column>li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner{background-color:rgb(var(--neeto-form-answer-color));color:rgb(var(--neeto-form-answer-text-color))}.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column:not(:first-child){border-left:none}.neeto-form-engine-date-picker-popup .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner{background-color:rgba(var(--neeto-form-question-color),.1)}.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover{background-color:rgba(var(--neeto-form-question-color),.1)}.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{border-color:rgb(var(--neeto-form-answer-color))!important}.neeto-form-engine-date-picker-popup .ant-picker-cell .ant-picker-cell-inner{border-radius:5px!important}.neeto-form-engine-date-picker-popup .ant-picker-content th{font-size:12px;text-transform:uppercase}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-input>input{font-size:1.25rem;height:calc(3rem - 2px);padding:.8em}@media (max-width:768px){.neeto-form-engine--md .neeto-form-date-picker .ant-picker-input>input{font-size:16px}}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix{padding-right:.8rem}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix svg{height:24px;width:24px}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear{margin-right:.8rem}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear svg{height:24px;width:24px}@media (min-width:768px){.neeto-form-engine-date-picker .ant-picker-cell .ant-picker-cell-inner{height:32px;line-height:32px;min-width:32px}.neeto-form-engine-date-picker .ant-picker-date-panel{width:320px}.neeto-form-engine-date-picker .ant-picker-header{align-items:center;min-height:68px;padding:12px 24px 0;white-space:nowrap}.neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-body{padding-left:24px;padding-right:24px}.neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-content{width:272px}}.neeto-form-engine-loader{height:100%;width:100%}.neeto-form-engine-loader,.neeto-form-engine-spinner{align-items:center;display:flex;flex-direction:row;justify-content:center}.neeto-form-engine-spinner svg{animation:rotate 1s ease-in-out infinite}.neeto-form-engine-dropdown{align-items:center;display:inline-flex;position:relative}.neeto-form-engine-dropdown button{margin:0}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu{background-color:rgb(var(--neeto-ui-white));border-radius:var(--neeto-ui-rounded);box-shadow:var(--neeto-ui-shadow-m) -m;margin:0;min-width:168px;opacity:0;padding:4px 0;pointer-events:none;position:absolute;right:0;top:100%;transition:var(--neeto-ui-transition)}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li{list-style:none}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button{align-items:center;color:rgb(var(--neeto-ui-gray-700));cursor:pointer;display:flex;flex-direction:row;font-size:var(--neeto-ui-text-xs);gap:8px;justify-content:flex-start;line-height:1;padding:8px 10px;transition:var(--neeto-ui-transition);white-space:nowrap;width:100%}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:active,.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:focus,.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:hover{background-color:rgb(var(--neeto-ui-gray-200))}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button svg{height:14px;width:14px}.neeto-form-engine-dropdown:hover .neeto-form-engine-dropdown-menu,.neeto-form-engine-dropdown>button:focus+.neeto-form-engine-dropdown-menu{opacity:1;pointer-events:all}.neeto-form-engine-callout{align-items:center;animation:fade-in .3s both;background-color:rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);bottom:40px;color:rgb(var(--neeto-ui-gray-600));display:flex;flex-direction:column;gap:12px;justify-content:flex-start;left:0;margin:auto;padding:12px;position:absolute;right:0;width:calc(100% - 48px)}.neeto-form-engine-callout.neeto-form-engine-callout--static{position:static}.neeto-form-engine-callout.neeto-form-engine-callout--error{background-color:rgb(var(--neeto-ui-pastel-red))}.neeto-form-engine-callout.neeto-form-engine-callout--info{background-color:rgb(var(--neeto-ui-pastel-blue))}.neeto-form-engine-callout .neeto-form-engine-callout__close{color:rgb(var(--neeto-ui-gray-600));padding:0;position:absolute;right:12px;top:12px;transition:var(--neeto-ui-transition)}.neeto-form-engine-callout .neeto-form-engine-callout__close:active,.neeto-form-engine-callout .neeto-form-engine-callout__close:focus,.neeto-form-engine-callout .neeto-form-engine-callout__close:hover{color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-callout .neeto-form-engine-callout__content{margin:auto;max-width:240px;width:100%}.neeto-form-engine-callout .neeto-form-engine-callout__content h5{color:rgb(var(--neeto-ui-gray-800));font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-semibold);letter-spacing:-.15px;line-height:16px;margin-bottom:4px;text-align:center}.neeto-form-engine-callout .neeto-form-engine-callout__content p{font-size:var(--neeto-ui-text-xs);line-height:16px;text-align:center}.neeto-form-engine-callout button.neeto-form-engine-callout__button{align-items:center;background-color:rgb(var(--neeto-ui-white));border-radius:var(--neeto-ui-rounded-sm);color:rgb(var(--neeto-ui-gray-800));display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-semibold);justify-content:center;letter-spacing:-.15px;line-height:16px;padding:6px 8px;transition:var(--neeto-ui-transition)}.neeto-form-engine-callout button.neeto-form-engine-callout__button:active,.neeto-form-engine-callout button.neeto-form-engine-callout__button:focus,.neeto-form-engine-callout button.neeto-form-engine-callout__button:hover{background-color:rgb(var(--neeto-ui-gray-100))}.neeto-form-engine-email-input{width:100%}.neeto-form-engine-email-input .neeto-form-engine-label{margin-bottom:8px}.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row{gap:8px;justify-content:space-between;width:100%}.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row .neeto-form-engine-label{flex-grow:1;overflow-wrap:break-word}.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row .neeto-form-engine-email-input__counter{color:rgb(var(--neeto-form-engine-gray-700));line-height:1;margin-bottom:8px;margin-left:auto}.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix{margin-left:12px}.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix svg,.neeto-form-engine-email-input .neeto-form-engine-email-input__suffix svg{height:16px;width:16px}.loader{min-height:192px}.neeto-molecules-file-upload__dropzone,.neeto-molecules-file-upload__uploaded-list{width:100%}.neeto-form-nano-math-captcha{align-items:center;border:2px dashed rgba(var(--neeto-ui-primary-500),.5);border-radius:.3125rem;color:rgb(var(--neeto-ui-black));display:flex;font-size:.875rem;gap:5px;padding:.5rem}.neeto-form-nano-math-captcha__button{align-items:center;background:rgb(var(--neeto-ui-primary-500))!important;border:none;border-radius:.1875em;color:rgb(var(--neeto-ui-white));cursor:pointer;display:inline-flex;font-weight:400;gap:4px;line-height:1.2;min-height:2.25rem;padding:.3125em;text-decoration:none;transition:all .1s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}.neeto-form-nano-math-captcha__button:hover{opacity:.85}.neeto-form-nano-math-captcha__button:focus,.neeto-form-nano-math-captcha__button:focus-visible{outline:2px solid rgba(var(--neeto-ui-primary-500),.2);outline-offset:1px}.neeto-form-nano-math-captcha__equation{align-items:center;display:flex;gap:5px;justify-content:center;min-width:4rem}.neeto-form-nano-math-captcha__input{border-color:rgb(var(--neeto-ui-primary-500));width:6rem}
|
|
2
2
|
/*# sourceMappingURL=main.css.map */
|