{"version":3,"file":"ForThemes.js","sources":["webpack://@jotforminc/umd-bundler/../../libs/colorscheme/src/utils/colorSchemes.js","webpack://@jotforminc/umd-bundler/../../libs/colorscheme/src/utils/actions.js","webpack://@jotforminc/umd-bundler/../../cdns/for-themes/src/index.js"],"sourcesContent":["export const colorSchemeListV3New = [\n {\n name: 'isDefault',\n order: 0,\n style: {\n borderColor: 'hsl(223, 100%, 97%)',\n backgroundColor: 'hsl(0, 0%, 100%)',\n color: 'hsl(223, 22%, 22%)'\n },\n colors: {\n clrText: '#2c3344',\n clrFrame: '#ffffff',\n clrBg: '#f3f3fe',\n clrActive: '#f0f4ff',\n clrErrorBg: '#ffd6d6',\n clrTextInputBg: '#ffffff'\n }\n },\n {\n name: 'isBlue',\n order: 1,\n style: {\n borderColor: 'hsl(196, 47%, 40%)',\n backgroundColor: 'hsl(192, 100%, 98%)',\n color: 'hsl(195, 100%, 23%)'\n },\n colors: {\n clrText: '#005875',\n clrTextInputBg: '#ffffff',\n clrFrame: '#f5fdff',\n clrBg: '#367c96',\n clrActive: '#dbf3fa',\n clrErrorBg: '#ffd6d6'\n }\n },\n {\n name: 'isRed',\n order: 2,\n style: {\n borderColor: 'hsl(15, 86%, 57%)',\n backgroundColor: 'hsl(55, 100%, 87%)',\n color: 'hsl(15, 100%, 21%)'\n },\n colors: {\n clrText: '#6b1b00',\n clrTextInputBg: '#ffffff',\n clrFrame: '#fff9bd',\n clrBg: '#f06233',\n clrActive: '#9a8f6a',\n clrErrorBg: '#ffd6d6'\n }\n },\n {\n name: 'isBrown',\n order: 3,\n style: {\n borderColor: 'hsl(19, 14%, 31%)',\n backgroundColor: 'hsl(44, 46%, 88%)',\n color: 'hsl(19, 39%, 14%)'\n },\n colors: {\n clrText: '#321f16',\n clrTextInputBg: '#ffffff',\n clrFrame: '#efe8d4',\n clrBg: '#5a4b44',\n clrActive: '#90827a',\n clrErrorBg: '#ffd6d6'\n }\n },\n {\n name: 'isGreen',\n order: 4,\n style: {\n borderColor: 'hsl(81, 44%, 43%)',\n backgroundColor: 'hsl(81, 100%, 94%)',\n color: 'hsl(81, 34%, 25%)'\n },\n colors: {\n clrText: '#46552a',\n clrTextInputBg: '#ffffff',\n clrFrame: '#f4ffe0',\n clrBg: '#7c9e3d',\n clrActive: '#d2e9aa',\n clrErrorBg: '#ffd6d6'\n }\n },\n {\n name: 'isBlack',\n order: 5,\n style: {\n borderColor: 'hsl(240, 23%, 9%)',\n backgroundColor: 'hsl(231, 6%, 40%)',\n color: 'hsl(0, 0%, 100%)'\n },\n colors: {\n clrText: '#ffffff',\n clrTextInputBg: '#e3e3e3',\n clrFrame: '#60626c',\n clrBg: '#12121c',\n clrActive: '#505b77',\n clrErrorBg: '#632733'\n }\n },\n {\n name: 'isPink',\n order: 6,\n style: {\n borderColor: 'hsl(338, 40%, 60%)',\n backgroundColor: 'hsl(343, 100%, 99%)',\n color: 'hsl(338, 54%, 38%)'\n },\n colors: {\n clrText: '#952d53',\n clrTextInputBg: '#ffffff',\n clrFrame: '#fffafb',\n clrBg: '#c2708e',\n clrActive: '#ffebf1',\n clrErrorBg: '#ffd6d6'\n }\n },\n {\n name: 'isDarkBlue',\n order: 7,\n style: {\n borderColor: 'hsl(215, 67%, 43%)',\n backgroundColor: 'hsl(215, 100%, 92%)',\n color: 'hsl(215, 77%, 31%)'\n },\n colors: {\n clrText: '#12458c',\n clrBg: '#2461b7',\n clrTextInputBg: '#ffffff',\n clrFrame: '#d6e7ff',\n clrActive: '#5b95e6',\n clrErrorBg: '#ffd6d6'\n }\n },\n {\n name: 'isPurple',\n order: 8,\n style: {\n borderColor: 'hsl(262, 91%, 41%)',\n backgroundColor: 'hsl(263, 100%, 97%)',\n color: 'hsl(262, 42%, 29%)'\n },\n colors: {\n clrText: '#422b69',\n clrTextInputBg: '#ffffff',\n clrFrame: '#f6f0ff',\n clrBg: '#4f09c8',\n clrActive: '#e6d9fc',\n clrErrorBg: '#ffd6d6'\n }\n },\n {\n name: 'isClear',\n order: 9,\n style: {\n borderColor: '#292D3C',\n border: '3px solid #292D3C',\n lineHeight: '36px',\n backgroundColor: '#292D3C',\n color: '#FFFFFF'\n },\n colors: {\n clrText: '#2c3344',\n clrFrame: '#ffffff',\n clrBg: '#f3f3fe',\n clrActive: '#f0f4ff',\n clrErrorBg: '#ffd6d6',\n clrTextInputBg: '#ffffff'\n }\n }\n];\n\nexport const oldColorSchemes = [\n {\n name: 'clr-default',\n order: 0,\n style: {\n borderColor: '#f5f5f5',\n backgroundColor: '#fff',\n color: '#555'\n },\n colors: {\n clrBg: '#f5f5f5',\n clrFrame: '#fff',\n clrText: '#555',\n clrTextInputBg: '#fff',\n clrActive: '#FFFFE0',\n clrErrorBg: '#FFF4F4'\n }\n },\n {\n name: 'clr-warm',\n order: 1,\n style: {\n borderColor: '#eb6841',\n backgroundColor: '#edc951',\n color: '#6a4a3c'\n },\n colors: {\n clrBg: '#eb6841',\n clrFrame: '#edc951',\n clrText: '#6a4a3c',\n clrTextInputBg: '#fff',\n clrActive: 'rgba(235, 104, 65, 0.4)',\n clrErrorBg: '#FFF4F4'\n }\n },\n {\n name: 'clr-natural',\n order: 2,\n style: {\n borderColor: '#948C75',\n backgroundColor: '#D9CEB2',\n color: '#7A6A53'\n },\n colors: {\n clrBg: '#948C75',\n clrFrame: '#D9CEB2',\n clrText: '#7A6A53',\n clrTextInputBg: '#fff',\n clrActive: 'rgba(255, 255, 224, 0.4)',\n clrErrorBg: '#FFF4F4'\n }\n },\n {\n name: 'clr-fresh',\n order: 3,\n style: {\n borderColor: '#8FBDFD',\n backgroundColor: '#F9F2E7',\n color: '#3E4E1A'\n },\n colors: {\n clrBg: '#8FBDFD',\n clrFrame: '#F9F2E7',\n clrText: '#3E4E1A',\n clrTextInputBg: '#fff',\n clrActive: 'rgba(174, 226, 57, 0.4)',\n clrErrorBg: '#FFF4F4'\n }\n },\n {\n name: 'clr-air',\n order: 4,\n style: {\n borderColor: '#69d2e7',\n backgroundColor: '#d5eef3',\n color: '#3e4e1a'\n },\n colors: {\n clrBg: '#69d2e7',\n clrFrame: '#d5eef3',\n clrText: '#3e4e1a',\n clrTextInputBg: '#fff',\n clrActive: 'rgba(255, 255, 255, 0.75)',\n clrErrorBg: '#FFF4F4'\n }\n },\n {\n name: 'clr-candy',\n order: 5,\n style: {\n borderColor: '#D1F2A5',\n backgroundColor: '#EFFAB4',\n color: '#F56991'\n },\n colors: {\n clrBg: '#D1F2A5',\n clrFrame: '#EFFAB4',\n clrText: '#F56991',\n clrTextInputBg: '#fff',\n clrActive: 'rgba(255, 255, 255, 0.75)',\n clrErrorBg: '#FFF4F4'\n }\n },\n {\n name: 'clr-romance',\n order: 6,\n style: {\n borderColor: '#c2708e',\n backgroundColor: '#fffafb',\n color: '#8C2318'\n },\n colors: {\n clrText: '#952d53',\n clrTextInputBg: '#ffffff',\n clrFrame: '#fffafb',\n clrBg: '#c2708e',\n clrActive: '#ffebf1',\n clrErrorBg: '#ffd6d6'\n }\n },\n {\n name: 'clr-dark',\n order: 7,\n style: {\n borderColor: '#3e3e3e',\n backgroundColor: '#4e4e4e',\n color: '#cccccc'\n },\n colors: {\n clrBg: '#3e3e3e',\n clrFrame: '#4e4e4e',\n clrText: '#cccccc',\n clrTextInputBg: '#3e3e3e',\n clrActive: 'rgba(255, 255, 255, 0.2)',\n clrErrorBg: 'rgba(255, 50, 0, 0.6)'\n }\n },\n {\n name: 'clr-clear',\n order: 9,\n style: {\n border: '3px dashed #111', lineHeight: '36px', backgroundColor: 'transparent', color: '#111', marginRight: 0\n },\n colors: {\n clrBg: '#ffffff',\n clrFrame: '#ffffff',\n clrText: '#000000',\n clrTextInputBg: '#ffffff',\n clrActive: '#ffffe0',\n clrErrorBg: '#FF3200'\n }\n }\n];\n\nexport const accessibleThemes = ['clr-default', 'clr-fresh', 'clr-air'];\n\nexport const accessibleThemesV3 = [\n 'clr-defaultV3',\n 'clr-blueV3',\n 'clr-redV3',\n 'clr-brownV3',\n 'clr-greenV3',\n 'clr-darkV3',\n 'clr-pinkV3',\n 'clr-darkBlueV3',\n 'clr-purpleV3',\n 'clr-clearV3',\n 'clr-darkV3',\n 'clr-pinkV3',\n 'clr-darkBlueV3',\n 'clr-purpleV3'\n];\n","import {\n colorSchemeListV3New,\n oldColorSchemes\n} from './colorSchemes';\n\nexport const getColorSchemeList = isNewDefaultTheme => {\n if (!isNewDefaultTheme) {\n return oldColorSchemes;\n }\n return colorSchemeListV3New;\n};\n\n/* eslint-disable complexity */\nexport const generateNewColorSchemeCSS = styleJSON => {\n const _styleJSON = typeof styleJSON === 'string' ? JSON.parse(styleJSON) : styleJSON;\n let newThemeProps = _styleJSON.newThemeProps || {};\n newThemeProps = typeof newThemeProps === 'string' ? JSON.parse(newThemeProps) : newThemeProps; // eslint-disable-line no-unused-vars\n\n const schemeProps = {\n 'dark-color-2x': 'input-border-color',\n 'label-color': 'clrText',\n 'light-color': 'main-light-color',\n 'input-bg-color': 'clrTextInputBg',\n 'dark-color': 'rating-item-bg-color',\n 'hover-color': 'rating-item-bg-hover',\n 'sub-label-color': 'form-sublabel-color',\n 'form-bg-color': 'clrFrame',\n 'main-color': 'clrBg',\n 'active-bg-color': 'clrActive',\n 'error-bg-color': 'clrErrorBg',\n 'white-color': 'control-nextButton-textColor',\n 'submit-button-bg-color': 'control-button-bg-color',\n 'submit-button-hover-bg': 'submit-button--hover',\n 'back-button-hover-bg': 'back-button--hover',\n 'next-button-hover-bg': 'next-button--hover',\n 'default-back-bgcolor': 'default-back-bgcolor',\n 'default-blue-color': 'default-blue-color',\n 'default-grey-color': 'default-grey-color',\n 'default-grey-light-color': 'default-grey-light-color',\n 'empty-state-grey-color': 'empty-state-grey-color',\n 'empty-state-grey-light-color': 'empty-state-grey-light-color',\n 'default-dark-color': 'default-dark-color',\n 'default-blue-light-color': 'default-blue-light-color',\n 'default-blue-light2x-color': 'default-blue-light2x-color'\n };\n\n if (!_styleJSON.newThemeProps) {\n return '';\n }\n\n Object.entries(schemeProps).forEach(([key, value]) => {\n if (!newThemeProps[key]) newThemeProps[key] = newThemeProps[value];\n });\n\n return `\n /*PREFERENCES STYLE*/\n /* NEW THEME STYLE */\n\n /* colors */\n\n .calendar-new-header-withSVG .calendar-new-header .nextYear svg,\n .calendar-new-header-withSVG .calendar-new-header .nextMonth svg,\n .calendar-new-header-withSVG .calendar-new-header .previousYear svg,\n .calendar-new-header-withSVG .calendar-new-header .previousMonth svg,\n .FITB-inptCont .form-textbox, .FITB-inptCont .form-dropdown,\n span.FITB-inptCont[data-type=selectbox] select,\n span.FITB-inptCont[data-type=timebox] select,\n .rating-item label,\n .currentDate,\n .pickerItem select,\n .appointmentCalendar .calendarDay,\n .calendar.popup table tbody td,\n .calendar-new-header > *,\n span.form-sub-label, label.form-sub-label, div.form-header-group .form-subHeader,\n .rating-item-title.for-to > label:first-child,\n .rating-item-title.for-from > label:first-child,\n .rating-item-title .editor-container * {\n color: ${newThemeProps['label-color']};\n }\n .rating-item input:hover+label,\n .appointmentSlotsContainer > *,\n li[data-type=control_fileupload] .qq-upload-button,\n li[data-type=control_fileupload] .jfUpload-heading,\n .form-textbox::placeholder {\n color: ${newThemeProps['default-blue-color'] || newThemeProps['dark-color-2x']};\n }\n .clear-pad-btn,\n .appointmentCalendar .dayOfWeek,\n .calendar.popup th {\n color: ${newThemeProps['default-blue-color'] || newThemeProps['white-color']};\n }\n\n .until-text,\n .form-submit-reset {\n color: ${newThemeProps['default-dark-color'] || newThemeProps['label-color']};\n }\n .appointmentCalendar .calendarDay.isSelected:after {\n color: ${newThemeProps['input-bg-color']};\n }\n .form-pagebreak-next,\n .form-pagebreak-back,\n .form-collapse-table,\n .form-matrix-column-headers,\n .form-matrix-row-headers,\n .form-spinner-button-container>* {\n color: ${newThemeProps['default-dark-color'] || newThemeProps['white-color']};\n }\n .stageEmpty,\n .btn-barebone,\n .formPage-stuff,\n .scrollToTop .scrollToTop-text {\n color: ${newThemeProps['empty-state-grey-color'] || newThemeProps['white-color']};\n }\n .scrollToTop svg {\n fill: ${newThemeProps['empty-state-grey-color'] || newThemeProps['white-color']};\n }\n .form-dropdown:not(.time-dropdown):not(:required),\n .form-dropdown:not(:required),\n .form-dropdown:required:invalid,\n .form-spinner-input {\n color: ${newThemeProps['default-grey-color'] || newThemeProps['dark-600'] || newThemeProps['label-color']};\n }\n .FITB:not(.formRender) .qb-datebox input:not([data-labelid]), .FITB:not(.formRender) .qb-selectbox input:not([data-labelid]),\n .FITB:not(.formRender) .qb-signaturebox input:not([data-labelid]), .FITB:not(.formRender) .qb-textbox input:not([data-labelid]),\n .FITB:not(.formRender) .qb-timebox input:not([data-labelid]), span.FITB-inptCont[data-type=datebox] label,\n span.FITB-inptCont[data-type=signaturebox] label, span.FITB-inptCont[data-type=textbox] label, span.FITB-inptCont[data-type=timebox] label,\n span.FITB-inptCont[data-type=datebox] input:focus~label, span.FITB-inptCont[data-type=datebox] input:valid~label,\n span.FITB-inptCont[data-type=signaturebox] input:focus~label, span.FITB-inptCont[data-type=signaturebox] input:valid~label,\n span.FITB-inptCont[data-type=textbox] input:focus~label, span.FITB-inptCont[data-type=textbox] input:valid~label,\n span.FITB-inptCont[data-type=timebox] input:focus~label, span.FITB-inptCont[data-type=timebox] input:valid~label {\n color: ${newThemeProps['default-grey-color'] || newThemeProps['next-bg-color'] || newThemeProps['a11y-fitb-label'] || newThemeProps['dark-color-2x']};\n }\n\n .appointmentCalendar .calendarWeek .calendarDay.isUnavailable,\n .calendar tr.days td.otherDay,\n .calendar tr.days td:hover:not(.unselectable) {\n color: ${newThemeProps['default-grey-light-color'] || newThemeProps['a11y-calendarOtherDay'] || newThemeProps['light-color']};\n }\n\n /* border-colors */\n .form-dropdown,\n .form-textarea,\n .form-textbox,\n li[data-type=control_fileupload] .qq-upload-button,\n .rating-item label,\n .rating-item input:focus+label,\n .rating-item input:checked+label,\n .jf-form-buttons,\n .form-checkbox+label:before, .form-checkbox+span:before, .form-radio+label:before, .form-radio+span:before,\n .signature-pad-passive,\n .signature-wrapper,\n .appointmentCalendarContainer,\n .appointmentField .timezonePickerName,\n .appointmentDayPickerButton,\n .appointmentCalendarContainer .monthYearPicker .pickerItem+.pickerItem,\n .appointmentCalendarContainer .monthYearPicker,\n .appointmentCalendar .calendarDay.isActive .calendarDayEach, .appointmentCalendar .calendarDay.isToday .calendarDayEach, .appointmentCalendar .calendarDay:not(.empty):hover .calendarDayEach,\n .calendar.popup:before,\n .calendar-new-month,\n .form-matrix-column-headers, .form-matrix-table td, .form-matrix-table td:last-child,\n .form-matrix-table th, .form-matrix-table th:last-child, .form-matrix-table tr:last-child td, .form-matrix-table tr:last-child th, .form-matrix-table tr:not([role=group])+tr[role=group] th,\n .form-matrix-headers.form-matrix-column-headers,\n .isSelected .form-matrix-column-headers:nth-last-of-type(2),\n li[data-type=control_inline] input[type=email], li[data-type=control_inline] input[type=number],\n li[data-type=control_inline] input[type=tel], li[data-type=control_inline] input[type=text]:not(#productSearch-input), .form-line[data-payment=true] .form-textbox,\n .form-line[data-payment=true] .select-area,\n .form-line[data-payment=true] #coupon-input,\n .form-line[data-payment=true] #coupon-container input,\n .form-line[data-payment=true] input#productSearch-input,\n .form-line[data-payment=true] .form-product-category-item:after,\n .form-line[data-payment=true] .filter-container .dropdown-container .select-content,\n .form-line[data-payment=true] .form-textbox.form-product-custom_quantity,\n .form-line[data-payment=\"true\"] .form-product-item .p_checkbox .select_border,\n .form-line[data-payment=\"true\"] .form-product-item .form-product-container .form-sub-label-container span.select_cont,\n .form-line[data-payment=true] select.form-dropdown,\n .form-line[data-payment=true] #payment-category-dropdown .select-area,\n .form-line[data-payment=true] #payment-sorting-products-dropdown .select-area,\n .form-line[data-payment=true] .dropdown-container .select-content,\n .form-line[data-payment=\"true\"] hr,\n .form-line[data-payment=true] .p_item_separator,\n .form-line[data-payment=\"true\"] .payment_footer.new_ui,\n .form-line.card-3col .form-product-item.new_ui,\n .form-line.card-2col .form-product-item.new_ui,\n .form-line[data-payment=true] .form-product-category-item,\n .form-line[data-payment=true] .payment-form-table span.form-sub-label-container iframe,\n .form-line[data-type=control_square] .payment-form-table span.form-sub-label-container iframe{\n border-color: ${newThemeProps['dark-color-2x']};\n }\n .stageEmpty,\n .form-page-break:before,\n .welcome-page-break:before,\n .thankyou-page-break:before,\n .form-cover-break:before,\n .form-page-break:after,\n .welcome-page-break:after,\n .thankyou-page-break:after,\n .form-cover-break:after {\n border-color: ${newThemeProps['empty-state-grey-light-color'] || newThemeProps['white-color']};\n }\n\n .rating-item input:hover+label,\n .appointmentSlot,\n .form-checkbox:checked+label:before, .form-checkbox:checked+span:before, .form-checkbox:checked+span label:before,\n .form-radio:checked+label:before, .form-radio:checked+span:before,\n .form-dropdown:focus, .form-textarea:focus, .form-textbox:focus, .signature-wrapper:focus,\n .form-line[data-payment=\"true\"] .form-product-item .p_checkbox .checked,\n .form-dropdown:hover, .form-textarea:hover, .form-textbox:hover, .signature-wrapper:hover {\n border-color: ${newThemeProps['default-blue-color'] || newThemeProps['dark-color-2x']};\n }\n\n .calendar tr.days td:hover:not(.unselectable):after {\n border-color: ${newThemeProps['light-color']};\n }\n .form-header-group,\n .form-buttons-wrapper, .form-pagebreak, .form-submit-clear-wrapper,\n .form-pagebreak-next,\n .form-pagebreak-back,\n .form-checkbox:hover+label:before, .form-checkbox:hover+span:before, .form-radio:hover+label:before, .form-radio:hover+span:before,\n .divider {\n border-color: ${newThemeProps['main-color']};\n }\n .form-pagebreak-back:focus, .form-pagebreak-next:focus, .form-submit-button:focus {\n border-color: ${newThemeProps['input-border-color--focus']};\n }\n /* background-colors */\n\n .form-matrix-values,\n .form-matrix-values,\n .signature-wrapper,\n .signature-pad-passive,\n .form-checkbox+label:before, .form-checkbox+span:before,\n .form-radio+label:before, .form-radio+span:before, \n .form-line[data-payment=true] #coupon-input,\n .form-line[data-payment=true] input#productSearch-input,\n .form-line[data-payment=true] .select-area,\n .form-line[data-payment=true] .custom_quantity,\n .form-line[data-payment=true] .filter-container .select-content,\n .form-line[data-payment=true] .p_checkbox .select_border,\n .form-line[data-payment=true] #payment-category-dropdown .select-area,\n .form-line[data-payment=true] #payment-sorting-products-dropdown .select-area,\n .form-line[data-payment=true] .dropdown-container .select-content {\n background-color: ${newThemeProps['input-bg-color']};\n }\n .form-line-active {\n background-color: ${newThemeProps['active-bg-color']};\n }\n .stageEmpty {\n background-color: ${newThemeProps['main-color'] || newThemeProps['dark-color-2x']};\n }\n .form-matrix-column-headers,\n .form-matrix-row-headers,\n .form-spinner-button-container>*,\n .appointmentDayPickerButton,\n .form-collapse-table,\n .form-collapse-table:hover {\n background-color: ${newThemeProps['default-back-bgcolor'] || newThemeProps['dark-color-2x']};\n }\n .calendar.popup, .calendar.popup table,\n .calendar.popup table tbody td:after {\n background-color: ${newThemeProps['form-bg-color']};\n }\n .form-line-error {\n background-color: ${newThemeProps['error-bg-color']};\n }\n\n .appointmentCalendar .calendarDay.isActive .calendarDayEach,\n .appointmentFieldRow.forSelectedDate,\n .calendar.popup tr.days td.selected:after,\n .calendar.popup:after,\n .submit-button,\n .form-checkbox:checked+label:before, .form-checkbox:checked+span:before, .form-checkbox:checked+span label:before,\n .form-radio+label:after, .form-radio+span:after,\n .rating-item input:checked+label,\n .appointmentCalendar .calendarDay:after,\n .form-line[data-payment=\"true\"] .form-product-item .p_checkbox .checked,\n .rating-item input:focus+label,\n .formPage-removePage:hover,\n .btn-barebone:hover, .btn-barebone:active {\n background-color: ${newThemeProps['dark-color-2x']};\n }\n .appointmentSlot.active {\n background-color: ${newThemeProps['dark-color-2x']} !important;\n }\n .clear-pad-btn,\n .appointmentCalendar .dayOfWeek,\n .calendar.popup th {\n background-color: ${newThemeProps['default-blue-light-color'] || newThemeProps['dark-600'] || newThemeProps['label-color']};\n }\n .appointmentField .timezonePicker:hover+.timezonePickerName,\n .form-spinner-button-container>*:hover {\n background-color: ${newThemeProps['default-blue-light-color'] || newThemeProps['hover-color']};\n }\n\n li[data-type=control_fileupload] .qq-upload-button {\n background-color: ${newThemeProps['default-blue-light2x-color'] || newThemeProps['input-bg-color']};\n }\n .JotFormBuilder .appContainer #app li.form-line[data-type=control_matrix].isSelected .questionLine-editButton.forRemove:after,\n .JotFormBuilder .appContainer #app li.form-line[data-type=control_matrix].isSelected .questionLine-editButton.forRemove:before {\n background-color: ${newThemeProps['default-grey-color'] || newThemeProps['white-color']};\n }\n .page-section li.form-line-active[data-type=\"control_button\"] {\n background-color: ${newThemeProps['active-bg-color']};\n }\n .appointmentDayPickerButton:after,\n .form-collapse-table:after {\n background-color: ${newThemeProps['a11y-fitb-label'] || newThemeProps['default-grey-color'] || newThemeProps['form-bg-color']};\n }\n\n /* shadow */\n .form-dropdown:hover, .form-textarea:hover, .form-textbox:hover, .signature-wrapper:hover,\n .calendar.popup:before,\n .jSignature:hover,\n li[data-type=control_fileupload] .qq-upload-button-hover,\n .form-line[data-payment=\"true\"] .form-product-item .p_checkbox .checked,\n .form-line[data-payment=\"true\"] .form-product-item .p_checkbox:hover .select_border,\n .form-checkbox:hover+label:before, .form-checkbox:hover+span:before, .form-radio:hover+label:before, .form-radio:hover+span:before,\n .calendar.popup:before {\n border-color: ${newThemeProps['input-border-color--hover']};\n box-shadow: 0 0 0 1px ${newThemeProps['input-box-shadow--hover']};\n }\n .form-dropdown:focus, .form-textarea:focus, .form-textbox:focus, .signature-wrapper:focus,\n li[data-type=control_fileupload] .qq-upload-button-focus,\n .form-checkbox:focus+label:before, .form-checkbox:focus+span:before, .form-radio:focus+label:before, .form-radio:focus+span:before,\n .calendar.popup:before {\n border-color: ${newThemeProps['input-border-color--focus']};\n box-shadow: 0 0 0 1px ${newThemeProps['input-box-shadow--focus']};\n }\n .calendar.popup table tbody td{\n box-shadow: none;\n }\n\n .form-product-item .form-product-container .form-sub-label-container span.select_cont:focus select,\n .form-product-item .form-product-container .form-sub-label-container span.select_cont select:focus,\n .form-checkbox.form-product-input:focus ~ .select_border,\n .form-pagebreak-next:focus,\n .form-pagebreak-back:focus,\n .preview-submission-button:focus,\n .form-submit-button:focus,\n .form-collapse-table:focus {\n border-color: ${newThemeProps['input-border-color--focus']} !important;\n box-shadow: 0 0 1px 3px ${newThemeProps['input-box-shadow--focus']} !important;\n }\n\n /* button colors */\n .submit-button {\n background-color: ${newThemeProps['submit-button-bg-color']};\n border-color: ${newThemeProps['submit-button-bg-color']};\n }\n .submit-button:hover {\n background-color: ${newThemeProps['submit-button-hover-bg']};\n border-color: ${newThemeProps['submit-button-hover-bg']};\n }\n .form-pagebreak-next,\n .form-pagebreak-back {\n background-color: ${newThemeProps['default-blue-color'] || newThemeProps['next-bg-color'] || newThemeProps['main-color']};\n }\n .form-pagebreak-back:hover {\n background-color: ${newThemeProps['back-button--hover']};\n border-color: ${newThemeProps['back-button--hover']};\n }\n .form-pagebreak-next:hover {\n background-color: ${newThemeProps['next-button--hover']};\n border-color: ${newThemeProps['next-button--hover']};\n }\n .form-sacl-button, .form-submit-print {\n background-color: transparent;\n color: ${newThemeProps['default-dark-color'] || newThemeProps['input-border-color']};\n border-color: ${newThemeProps['input-border-color']};\n }\n .form-sacl-button:hover, .form-submit-print:hover,\n .appointmentSlot:not(.disabled):not(.active):hover,\n .appointmentDayPickerButton:hover,\n .rating-item input:hover+label {\n background-color: ${newThemeProps['hover-color']};\n }\n\n /* payment styles */\n\n .form-line[data-payment=true] .form-product-category-item.title_collapsed.has_selected_product .selected-items-icon {\n background-color: ${newThemeProps['category-btn-color']};\n border-color: ${newThemeProps['category-btn-color']};\n }\n .form-line[data-payment=true].form-line.card-3col .form-product-item,\n .form-line[data-payment=true].form-line.card-2col .form-product-item {\n background-color: ${newThemeProps['product-item-bg']};\n }\n\n /* icons */\n .appointmentField .timezonePickerName:before,\n [data-blotid][data-type=timebox]:after,\n span.FITB-inptCont[data-type=timebox] .FITB-inptCont-inner:after {\n ${newThemeProps['timezone-icon'] ? `background-image: ${newThemeProps['timezone-icon']};` : ''}\n }\n .appointmentCalendarContainer .monthYearPicker .pickerArrow.prev:after {\n ${newThemeProps['app-arrow-up-icon'] ? `background-image: ${newThemeProps['app-arrow-up-icon']};` : ''}\n }\n .appointmentCalendarContainer .monthYearPicker .pickerArrow.next:after {\n ${newThemeProps['app-arrow-down-icon'] ? `background-image: ${newThemeProps['app-arrow-down-icon']};` : ''}\n }\n .appointmentField .timezonePickerName:after {\n ${newThemeProps['app-arrow-icon'] ? `background-image: ${newThemeProps['app-arrow-icon']};` : ''}\n width: 11px;\n }\n li[data-type=control_datetime] [data-wrapper-react=true].extended>div+.form-sub-label-container .form-textbox:placeholder-shown,\n li[data-type=control_datetime] [data-wrapper-react=true]:not(.extended) .form-textbox:not(.time-dropdown):placeholder-shown,\n .appointmentCalendarContainer .currentDate,\n span[data-type=\"datebox\"]:after {\n ${newThemeProps['calendar-icon'] ? `background-image: ${newThemeProps['calendar-icon']};` : ''}\n }\n .form-star-rating-star.Stars {\n ${newThemeProps['star-rating-icon'] ? `background-image: ${newThemeProps['star-rating-icon']} !important;` : ''}\n }\n .signature-pad-passive, .signature-placeholder:after {\n ${newThemeProps['signature-icon'] ? `background-image: ${newThemeProps['signature-icon']};` : ''}\n }\n .form-spinner-button.form-spinner-up:before {\n ${newThemeProps['spinner-up-icon'] ? `background-image: ${newThemeProps['spinner-up-icon']};` : ''}\n }\n .form-spinner-button.form-spinner-down:before {\n ${newThemeProps['spinner-down-icon'] ? `background-image: ${newThemeProps['spinner-down-icon']};` : ''}\n }\n li[data-type=control_fileupload] .qq-upload-button:before {\n ${newThemeProps['file-upload-icon'] ? `background-image: ${newThemeProps['file-upload-icon']};` : ''}\n }\n span[data-type=signaturebox]:after {\n ${newThemeProps['app-arrow-right-icon'] ? `background-image: ${newThemeProps['fitb-pencil-icon']};` : ''}\n }\n\n /* NEW THEME STYLE */\n /*PREFERENCES STYLE*/\n `;\n};\n\nwindow.getColorSchemeList = getColorSchemeList;\n","import { generateNewColorSchemeCSS } from '@jotforminc/colorscheme';\n\nexport default { generateNewColorSchemeCSS };\n"],"names":["colorSchemeListV3New","name","order","style","borderColor","backgroundColor","color","colors","clrText","clrFrame","clrBg","clrActive","clrErrorBg","clrTextInputBg","border","lineHeight","oldColorSchemes","marginRight","window","getColorSchemeList","isNewDefaultTheme","generateNewColorSchemeCSS","styleJSON","_styleJSON","JSON","parse","newThemeProps","Object","entries","forEach","key","value"],"mappings":"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"}