@mycause/ui 0.0.0-c548b987 → 0.0.0-c548b987-m
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/date-picker/date-picker.d.ts +1 -0
- package/dist/components/date-picker/single-date-picker.d.ts +1 -0
- package/dist/index.esm.js +54 -51
- package/dist/index.js +54 -51
- package/package.json +1 -1
- package/styles/index.css +4150 -4396
- package/styles/reset.css +5 -308
- package/dist/components/featured-campaign-card /featured-campaign-card.d.ts +0 -14
- package/dist/components/featured-campaign-card /featured-campaign-card.stories.d.ts +0 -14
package/dist/index.js
CHANGED
|
@@ -7143,6 +7143,36 @@ var _registerCSSInterfaceWithDefaultTheme = interopRequireDefault(registerCSSInt
|
|
|
7143
7143
|
|
|
7144
7144
|
(0, _registerCSSInterfaceWithDefaultTheme["default"])();
|
|
7145
7145
|
|
|
7146
|
+
function styleInject(css, ref) {
|
|
7147
|
+
if ( ref === void 0 ) ref = {};
|
|
7148
|
+
var insertAt = ref.insertAt;
|
|
7149
|
+
|
|
7150
|
+
if (!css || typeof document === 'undefined') { return; }
|
|
7151
|
+
|
|
7152
|
+
var head = document.head || document.getElementsByTagName('head')[0];
|
|
7153
|
+
var style = document.createElement('style');
|
|
7154
|
+
style.type = 'text/css';
|
|
7155
|
+
|
|
7156
|
+
if (insertAt === 'top') {
|
|
7157
|
+
if (head.firstChild) {
|
|
7158
|
+
head.insertBefore(style, head.firstChild);
|
|
7159
|
+
} else {
|
|
7160
|
+
head.appendChild(style);
|
|
7161
|
+
}
|
|
7162
|
+
} else {
|
|
7163
|
+
head.appendChild(style);
|
|
7164
|
+
}
|
|
7165
|
+
|
|
7166
|
+
if (style.styleSheet) {
|
|
7167
|
+
style.styleSheet.cssText = css;
|
|
7168
|
+
} else {
|
|
7169
|
+
style.appendChild(document.createTextNode(css));
|
|
7170
|
+
}
|
|
7171
|
+
}
|
|
7172
|
+
|
|
7173
|
+
var css = ".PresetDateRangePicker_panel {\n padding: 0 22px 11px\n}\n.PresetDateRangePicker_button {\n position: relative;\n height: 100%;\n text-align: center;\n background: 0 0;\n border: 2px solid #00a699;\n color: #00a699;\n padding: 4px 12px;\n margin-right: 8px;\n font: inherit;\n font-weight: 700;\n line-height: normal;\n overflow: visible;\n box-sizing: border-box;\n cursor: pointer\n}\n.PresetDateRangePicker_button:active {\n outline: 0\n}\n.PresetDateRangePicker_button__selected {\n color: #fff;\n background: #00a699\n}\n.SingleDatePickerInput {\n display: inline-block;\n background-color: #fff\n}\n.SingleDatePickerInput__withBorder {\n border-radius: 2px;\n border: 1px solid #dbdbdb\n}\n.SingleDatePickerInput__rtl {\n direction: rtl\n}\n.SingleDatePickerInput__disabled {\n background-color: #f2f2f2\n}\n.SingleDatePickerInput__block {\n display: block\n}\n.SingleDatePickerInput__showClearDate {\n padding-right: 30px\n}\n.SingleDatePickerInput_clearDate {\n background: 0 0;\n border: 0;\n color: inherit;\n font: inherit;\n line-height: normal;\n overflow: visible;\n cursor: pointer;\n padding: 10px;\n margin: 0 10px 0 5px;\n position: absolute;\n right: 0;\n top: 50%;\n transform: translateY(-50%)\n}\n.SingleDatePickerInput_clearDate__default:focus,\n.SingleDatePickerInput_clearDate__default:hover {\n background: #dbdbdb;\n border-radius: 50%\n}\n.SingleDatePickerInput_clearDate__small {\n padding: 6px\n}\n.SingleDatePickerInput_clearDate__hide {\n visibility: hidden\n}\n.SingleDatePickerInput_clearDate_svg {\n fill: #82888a;\n height: 12px;\n width: 15px;\n vertical-align: middle\n}\n.SingleDatePickerInput_clearDate_svg__small {\n height: 9px\n}\n.SingleDatePickerInput_calendarIcon {\n background: 0 0;\n border: 0;\n color: inherit;\n font: inherit;\n line-height: normal;\n overflow: visible;\n cursor: pointer;\n display: inline-block;\n vertical-align: middle;\n padding: 10px;\n margin: 0 5px 0 10px\n}\n.SingleDatePickerInput_calendarIcon_svg {\n fill: #82888a;\n height: 15px;\n width: 14px;\n vertical-align: middle\n}\n.SingleDatePicker {\n position: relative;\n display: inline-block\n}\n.SingleDatePicker__block {\n display: block\n}\n.SingleDatePicker_picker {\n z-index: 1;\n background-color: #fff;\n position: absolute\n}\n.SingleDatePicker_picker__rtl {\n direction: rtl\n}\n.SingleDatePicker_picker__directionLeft {\n left: 0\n}\n.SingleDatePicker_picker__directionRight {\n right: 0\n}\n.SingleDatePicker_picker__portal {\n background-color: rgba(0,0,0,.3);\n position: fixed;\n top: 0;\n left: 0;\n height: 100%;\n width: 100%\n}\n.SingleDatePicker_picker__fullScreenPortal {\n background-color: #fff\n}\n.SingleDatePicker_closeButton {\n background: 0 0;\n border: 0;\n color: inherit;\n font: inherit;\n line-height: normal;\n overflow: visible;\n cursor: pointer;\n position: absolute;\n top: 0;\n right: 0;\n padding: 15px;\n z-index: 2\n}\n.SingleDatePicker_closeButton:focus,\n.SingleDatePicker_closeButton:hover {\n color: darken(#cacccd,10%);\n text-decoration: none\n}\n.SingleDatePicker_closeButton_svg {\n height: 15px;\n width: 15px;\n fill: #cacccd\n}\n.DayPickerKeyboardShortcuts_buttonReset {\n background: 0 0;\n border: 0;\n border-radius: 0;\n color: inherit;\n font: inherit;\n line-height: normal;\n overflow: visible;\n padding: 0;\n cursor: pointer;\n font-size: 14px\n}\n.DayPickerKeyboardShortcuts_buttonReset:active {\n outline: 0\n}\n.DayPickerKeyboardShortcuts_show {\n width: 33px;\n height: 26px;\n position: absolute;\n z-index: 2\n}\n.DayPickerKeyboardShortcuts_show::before {\n content: \"\";\n display: block;\n position: absolute\n}\n.DayPickerKeyboardShortcuts_show__bottomRight {\n bottom: 0;\n right: 0\n}\n.DayPickerKeyboardShortcuts_show__bottomRight::before {\n border-top: 26px solid transparent;\n border-right: 33px solid #00a699;\n bottom: 0;\n right: 0\n}\n.DayPickerKeyboardShortcuts_show__bottomRight:hover::before {\n border-right: 33px solid #008489\n}\n.DayPickerKeyboardShortcuts_show__topRight {\n top: 0;\n right: 0\n}\n.DayPickerKeyboardShortcuts_show__topRight::before {\n border-bottom: 26px solid transparent;\n border-right: 33px solid #00a699;\n top: 0;\n right: 0\n}\n.DayPickerKeyboardShortcuts_show__topRight:hover::before {\n border-right: 33px solid #008489\n}\n.DayPickerKeyboardShortcuts_show__topLeft {\n top: 0;\n left: 0\n}\n.DayPickerKeyboardShortcuts_show__topLeft::before {\n border-bottom: 26px solid transparent;\n border-left: 33px solid #00a699;\n top: 0;\n left: 0\n}\n.DayPickerKeyboardShortcuts_show__topLeft:hover::before {\n border-left: 33px solid #008489\n}\n.DayPickerKeyboardShortcuts_showSpan {\n color: #fff;\n position: absolute\n}\n.DayPickerKeyboardShortcuts_showSpan__bottomRight {\n bottom: 0;\n right: 5px\n}\n.DayPickerKeyboardShortcuts_showSpan__topRight {\n top: 1px;\n right: 5px\n}\n.DayPickerKeyboardShortcuts_showSpan__topLeft {\n top: 1px;\n left: 5px\n}\n.DayPickerKeyboardShortcuts_panel {\n overflow: auto;\n background: #fff;\n border: 1px solid #dbdbdb;\n border-radius: 2px;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 0;\n left: 0;\n z-index: 2;\n padding: 22px;\n margin: 33px;\n text-align: left\n}\n.DayPickerKeyboardShortcuts_title {\n font-size: 16px;\n font-weight: 700;\n margin: 0\n}\n.DayPickerKeyboardShortcuts_list {\n list-style: none;\n padding: 0;\n font-size: 14px\n}\n.DayPickerKeyboardShortcuts_close {\n position: absolute;\n right: 22px;\n top: 22px;\n z-index: 2\n}\n.DayPickerKeyboardShortcuts_close:active {\n outline: 0\n}\n.DayPickerKeyboardShortcuts_closeSvg {\n height: 15px;\n width: 15px;\n fill: #cacccd\n}\n.DayPickerKeyboardShortcuts_closeSvg:focus,\n.DayPickerKeyboardShortcuts_closeSvg:hover {\n fill: #82888a\n}\n.CalendarDay {\n box-sizing: border-box;\n cursor: pointer;\n font-size: 14px;\n text-align: center\n}\n.CalendarDay:active {\n outline: 0\n}\n.CalendarDay__defaultCursor {\n cursor: default\n}\n.CalendarDay__default {\n border: 1px solid #e4e7e7;\n color: #484848;\n background: #fff\n}\n.CalendarDay__default:hover {\n background: #e4e7e7;\n border: 1px solid #e4e7e7;\n color: inherit\n}\n.CalendarDay__hovered_offset {\n background: #f4f5f5;\n border: 1px double #e4e7e7;\n color: inherit\n}\n.CalendarDay__outside {\n border: 0;\n background: #fff;\n color: #484848\n}\n.CalendarDay__outside:hover {\n border: 0\n}\n.CalendarDay__blocked_minimum_nights {\n background: #fff;\n border: 1px solid #eceeee;\n color: #cacccd\n}\n.CalendarDay__blocked_minimum_nights:active,\n.CalendarDay__blocked_minimum_nights:hover {\n background: #fff;\n color: #cacccd\n}\n.CalendarDay__highlighted_calendar {\n background: #ffe8bc;\n color: #484848\n}\n.CalendarDay__highlighted_calendar:active,\n.CalendarDay__highlighted_calendar:hover {\n background: #ffce71;\n color: #484848\n}\n.CalendarDay__selected_span {\n background: #66e2da;\n border: 1px double #33dacd;\n color: #fff\n}\n.CalendarDay__selected_span:active,\n.CalendarDay__selected_span:hover {\n background: #33dacd;\n border: 1px double #33dacd;\n color: #fff\n}\n.CalendarDay__selected,\n.CalendarDay__selected:active,\n.CalendarDay__selected:hover {\n background: #00a699;\n border: 1px double #00a699;\n color: #fff\n}\n.CalendarDay__hovered_span,\n.CalendarDay__hovered_span:hover {\n background: #b2f1ec;\n border: 1px double #80e8e0;\n color: #007a87\n}\n.CalendarDay__hovered_span:active {\n background: #80e8e0;\n border: 1px double #80e8e0;\n color: #007a87\n}\n.CalendarDay__blocked_calendar,\n.CalendarDay__blocked_calendar:active,\n.CalendarDay__blocked_calendar:hover {\n background: #cacccd;\n border: 1px solid #cacccd;\n color: #82888a\n}\n.CalendarDay__blocked_out_of_range,\n.CalendarDay__blocked_out_of_range:active,\n.CalendarDay__blocked_out_of_range:hover {\n background: #fff;\n border: 1px solid #e4e7e7;\n color: #cacccd\n}\n.CalendarDay__hovered_start_first_possible_end {\n background: #eceeee;\n border: 1px double #eceeee\n}\n.CalendarDay__hovered_start_blocked_min_nights {\n background: #eceeee;\n border: 1px double #e4e7e7\n}\n.CalendarMonth {\n background: #fff;\n text-align: center;\n vertical-align: top;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none\n}\n.CalendarMonth_table {\n border-collapse: collapse;\n border-spacing: 0\n}\n.CalendarMonth_verticalSpacing {\n border-collapse: separate\n}\n.CalendarMonth_caption {\n color: #484848;\n font-size: 18px;\n text-align: center;\n padding-top: 22px;\n padding-bottom: 37px;\n caption-side: top;\n caption-side: initial\n}\n.CalendarMonth_caption__verticalScrollable {\n padding-top: 12px;\n padding-bottom: 7px\n}\n.CalendarMonthGrid {\n background: #fff;\n text-align: left;\n z-index: 0\n}\n.CalendarMonthGrid__animating {\n z-index: 1\n}\n.CalendarMonthGrid__horizontal {\n position: absolute;\n left: 9px\n}\n.CalendarMonthGrid__vertical {\n margin: 0 auto\n}\n.CalendarMonthGrid__vertical_scrollable {\n margin: 0 auto;\n overflow-y: scroll\n}\n.CalendarMonthGrid_month__horizontal {\n display: inline-block;\n vertical-align: top;\n min-height: 100%\n}\n.CalendarMonthGrid_month__hideForAnimation {\n position: absolute;\n z-index: -1;\n opacity: 0;\n pointer-events: none\n}\n.CalendarMonthGrid_month__hidden {\n visibility: hidden\n}\n.DayPickerNavigation {\n position: relative;\n z-index: 2\n}\n.DayPickerNavigation__horizontal {\n height: 0\n}\n.DayPickerNavigation__verticalDefault {\n position: absolute;\n width: 100%;\n height: 52px;\n bottom: 0;\n left: 0\n}\n.DayPickerNavigation__verticalScrollableDefault {\n position: relative\n}\n.DayPickerNavigation__bottom {\n height: auto\n}\n.DayPickerNavigation__bottomDefault {\n -webkit-box-pack: justify;\n -ms-flex-pack: justify;\n display: flex;\n justify-content: space-between\n}\n.DayPickerNavigation_button {\n cursor: pointer;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n border: 0;\n padding: 0;\n margin: 0\n}\n.DayPickerNavigation_button__default {\n border: 1px solid #e4e7e7;\n background-color: #fff;\n color: #757575\n}\n.DayPickerNavigation_button__default:focus,\n.DayPickerNavigation_button__default:hover {\n border: 1px solid #c4c4c4\n}\n.DayPickerNavigation_button__default:active {\n background: #f2f2f2\n}\n.DayPickerNavigation_button__disabled {\n cursor: default;\n border: 1px solid #f2f2f2\n}\n.DayPickerNavigation_button__disabled:focus,\n.DayPickerNavigation_button__disabled:hover {\n border: 1px solid #f2f2f2\n}\n.DayPickerNavigation_button__disabled:active {\n background: 0 0\n}\n.DayPickerNavigation_button__horizontalDefault {\n position: absolute;\n top: 18px;\n line-height: .78;\n border-radius: 3px;\n padding: 6px 9px\n}\n.DayPickerNavigation_bottomButton__horizontalDefault {\n position: static;\n margin: -10px 22px 30px\n}\n.DayPickerNavigation_leftButton__horizontalDefault {\n left: 22px\n}\n.DayPickerNavigation_rightButton__horizontalDefault {\n right: 22px\n}\n.DayPickerNavigation_button__verticalDefault {\n padding: 5px;\n background: #fff;\n box-shadow: 0 0 5px 2px rgba(0,0,0,.1);\n position: relative;\n display: inline-block;\n text-align: center;\n height: 100%;\n width: 50%\n}\n.DayPickerNavigation_nextButton__verticalDefault {\n border-left: 0\n}\n.DayPickerNavigation_nextButton__verticalScrollableDefault {\n width: 100%\n}\n.DayPickerNavigation_svg__horizontal {\n height: 19px;\n width: 19px;\n fill: #82888a;\n display: block\n}\n.DayPickerNavigation_svg__vertical {\n height: 42px;\n width: 42px;\n fill: #484848\n}\n.DayPickerNavigation_svg__disabled {\n fill: #f2f2f2\n}\n.DayPicker {\n background: #fff;\n position: relative;\n text-align: left\n}\n.DayPicker__horizontal {\n background: #fff\n}\n.DayPicker__verticalScrollable {\n height: 100%\n}\n.DayPicker__hidden {\n visibility: hidden\n}\n.DayPicker__withBorder {\n box-shadow: 0 2px 6px rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.07);\n border-radius: 3px\n}\n.DayPicker_portal__horizontal {\n box-shadow: none;\n position: absolute;\n left: 50%;\n top: 50%\n}\n.DayPicker_portal__vertical {\n position: static;\n position: initial\n}\n.DayPicker_focusRegion {\n outline: 0\n}\n.DayPicker_calendarInfo__horizontal,\n.DayPicker_wrapper__horizontal {\n display: inline-block;\n vertical-align: top\n}\n.DayPicker_weekHeaders {\n position: relative\n}\n.DayPicker_weekHeaders__horizontal {\n margin-left: 9px\n}\n.DayPicker_weekHeader {\n color: #757575;\n position: absolute;\n top: 62px;\n z-index: 2;\n text-align: left\n}\n.DayPicker_weekHeader__vertical {\n left: 50%\n}\n.DayPicker_weekHeader__verticalScrollable {\n top: 0;\n display: table-row;\n border-bottom: 1px solid #dbdbdb;\n background: #fff;\n margin-left: 0;\n left: 0;\n width: 100%;\n text-align: center\n}\n.DayPicker_weekHeader_ul {\n list-style: none;\n margin: 1px 0;\n padding-left: 0;\n padding-right: 0;\n font-size: 14px\n}\n.DayPicker_weekHeader_li {\n display: inline-block;\n text-align: center\n}\n.DayPicker_transitionContainer {\n position: relative;\n overflow: hidden;\n border-radius: 3px\n}\n.DayPicker_transitionContainer__horizontal {\n transition: height .2s ease-in-out\n}\n.DayPicker_transitionContainer__vertical {\n width: 100%\n}\n.DayPicker_transitionContainer__verticalScrollable {\n padding-top: 20px;\n height: 100%;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 0;\n left: 0;\n overflow-y: scroll\n}\n.DateInput {\n margin: 0;\n padding: 0;\n background: #fff;\n position: relative;\n display: inline-block;\n width: 130px;\n vertical-align: middle\n}\n.DateInput__small {\n width: 97px\n}\n.DateInput__block {\n width: 100%\n}\n.DateInput__disabled {\n background: #f2f2f2;\n color: #dbdbdb\n}\n.DateInput_input {\n font-weight: 200;\n font-size: 19px;\n line-height: 24px;\n color: #484848;\n background-color: #fff;\n width: 100%;\n padding: 11px 11px 9px;\n border: 0;\n border-top: 0;\n border-right: 0;\n border-bottom: 2px solid transparent;\n border-left: 0;\n border-radius: 0\n}\n.DateInput_input__small {\n font-size: 15px;\n line-height: 18px;\n letter-spacing: .2px;\n padding: 7px 7px 5px\n}\n.DateInput_input__regular {\n font-weight: auto\n}\n.DateInput_input__readOnly {\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none\n}\n.DateInput_input__focused {\n outline: 0;\n background: #fff;\n border: 0;\n border-top: 0;\n border-right: 0;\n border-bottom: 2px solid #008489;\n border-left: 0\n}\n.DateInput_input__disabled {\n background: #f2f2f2;\n font-style: italic\n}\n.DateInput_screenReaderMessage {\n border: 0;\n clip: rect(0,0,0,0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px\n}\n.DateInput_fang {\n position: absolute;\n width: 20px;\n height: 10px;\n left: 22px;\n z-index: 2\n}\n.DateInput_fangShape {\n fill: #fff\n}\n.DateInput_fangStroke {\n stroke: #dbdbdb;\n fill: transparent\n}\n.DateRangePickerInput {\n background-color: #fff;\n display: inline-block\n}\n.DateRangePickerInput__disabled {\n background: #f2f2f2\n}\n.DateRangePickerInput__withBorder {\n border-radius: 2px;\n border: 1px solid #dbdbdb\n}\n.DateRangePickerInput__rtl {\n direction: rtl\n}\n.DateRangePickerInput__block {\n display: block\n}\n.DateRangePickerInput__showClearDates {\n padding-right: 30px\n}\n.DateRangePickerInput_arrow {\n display: inline-block;\n vertical-align: middle;\n color: #484848\n}\n.DateRangePickerInput_arrow_svg {\n vertical-align: middle;\n fill: #484848;\n height: 24px;\n width: 24px\n}\n.DateRangePickerInput_clearDates {\n background: 0 0;\n border: 0;\n color: inherit;\n font: inherit;\n line-height: normal;\n overflow: visible;\n cursor: pointer;\n padding: 10px;\n margin: 0 10px 0 5px;\n position: absolute;\n right: 0;\n top: 50%;\n transform: translateY(-50%)\n}\n.DateRangePickerInput_clearDates__small {\n padding: 6px\n}\n.DateRangePickerInput_clearDates_default:focus,\n.DateRangePickerInput_clearDates_default:hover {\n background: #dbdbdb;\n border-radius: 50%\n}\n.DateRangePickerInput_clearDates__hide {\n visibility: hidden\n}\n.DateRangePickerInput_clearDates_svg {\n fill: #82888a;\n height: 12px;\n width: 15px;\n vertical-align: middle\n}\n.DateRangePickerInput_clearDates_svg__small {\n height: 9px\n}\n.DateRangePickerInput_calendarIcon {\n background: 0 0;\n border: 0;\n color: inherit;\n font: inherit;\n line-height: normal;\n overflow: visible;\n cursor: pointer;\n display: inline-block;\n vertical-align: middle;\n padding: 10px;\n margin: 0 5px 0 10px\n}\n.DateRangePickerInput_calendarIcon_svg {\n fill: #82888a;\n height: 15px;\n width: 14px;\n vertical-align: middle\n}\n.DateRangePicker {\n position: relative;\n display: inline-block\n}\n.DateRangePicker__block {\n display: block\n}\n.DateRangePicker_picker {\n z-index: 1;\n background-color: #fff;\n position: absolute\n}\n.DateRangePicker_picker__rtl {\n direction: rtl\n}\n.DateRangePicker_picker__directionLeft {\n left: 0\n}\n.DateRangePicker_picker__directionRight {\n right: 0\n}\n.DateRangePicker_picker__portal {\n background-color: rgba(0,0,0,.3);\n position: fixed;\n top: 0;\n left: 0;\n height: 100%;\n width: 100%\n}\n.DateRangePicker_picker__fullScreenPortal {\n background-color: #fff\n}\n.DateRangePicker_closeButton {\n background: 0 0;\n border: 0;\n color: inherit;\n font: inherit;\n line-height: normal;\n overflow: visible;\n cursor: pointer;\n position: absolute;\n top: 0;\n right: 0;\n padding: 15px;\n z-index: 2\n}\n.DateRangePicker_closeButton:focus,\n.DateRangePicker_closeButton:hover {\n color: darken(#cacccd,10%);\n text-decoration: none\n}\n.DateRangePicker_closeButton_svg {\n height: 15px;\n width: 15px;\n fill: #cacccd\n}";
|
|
7174
|
+
styleInject(css);
|
|
7175
|
+
|
|
7146
7176
|
var DatePicker = function DatePicker(_ref) {
|
|
7147
7177
|
var _ref$color = _ref.color,
|
|
7148
7178
|
color = _ref$color === void 0 ? "primary" : _ref$color,
|
|
@@ -7176,7 +7206,7 @@ var DatePicker = function DatePicker(_ref) {
|
|
|
7176
7206
|
}, rest)), React__default.createElement(_JSXStyle, {
|
|
7177
7207
|
id: "1555374822",
|
|
7178
7208
|
dynamic: [theme.typography.fontFamily.brand, setColor, !hasArrowIcon && "none", setColor, setColor, setColor, setColor, setColor, setColor]
|
|
7179
|
-
}, ".calendar-container.__jsx-style-dynamic-selector{font-family:".concat(theme.typography.fontFamily.brand, ";}.DateRangePickerInput__withBorder{border-width:2px !important;border-radius:4px !important;}.DateRangePickerInput__withBorder:hover{border-width:1px !important;border-color:#000000 !important;}.DateRangePickerInput__withBorder[focus-within]{border-width:2px !important;border-color:").concat(setColor, " !important;}.DateRangePickerInput__withBorder:focus-within{border-width:2px !important;border-color:").concat(setColor, " !important;}.DateRangePickerInput_arrow{display:").concat(!hasArrowIcon && "none", ";}.DateInput_input{font-weight:500 !important;font-size:15px;}.DayPickerKeyboardShortcuts_show__bottomRight::before{border-right:33px solid ").concat(setColor, " !important;}.DateInput_input__focused{border:none;}.CalendarDay__selected_span{background:").concat(setColor, ";color:white;opacity:0.7;border:1px solid white;}.CalendarDay__selected{background:").concat(setColor, ";color:white;border:1px double white;}.CalendarDay__selected:hover{background:").concat(setColor, ";color:white;border:1px double white;}.CalendarDay__selected_span:active,.CalendarDay__selected_span:hover{background:").concat(setColor, ";opacity:0.5;}.CalendarDay__hovered_span:hover,.CalendarDay__hovered_span{background:").concat(setColor, ";color:white;}\n/*# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
7209
|
+
}, ".calendar-container.__jsx-style-dynamic-selector{font-family:".concat(theme.typography.fontFamily.brand, ";}.DateRangePickerInput__withBorder{border-width:2px !important;border-radius:4px !important;}.DateRangePickerInput__withBorder:hover{border-width:1px !important;border-color:#000000 !important;}.DateRangePickerInput__withBorder[focus-within]{border-width:2px !important;border-color:").concat(setColor, " !important;}.DateRangePickerInput__withBorder:focus-within{border-width:2px !important;border-color:").concat(setColor, " !important;}.DateRangePickerInput_arrow{display:").concat(!hasArrowIcon && "none", ";}.DateInput_input{font-weight:500 !important;font-size:15px;}.DayPickerKeyboardShortcuts_show__bottomRight::before{border-right:33px solid ").concat(setColor, " !important;}.DateInput_input__focused{border:none;}.CalendarDay__selected_span{background:").concat(setColor, ";color:white;opacity:0.7;border:1px solid white;}.CalendarDay__selected{background:").concat(setColor, ";color:white;border:1px double white;}.CalendarDay__selected:hover{background:").concat(setColor, ";color:white;border:1px double white;}.CalendarDay__selected_span:active,.CalendarDay__selected_span:hover{background:").concat(setColor, ";opacity:0.5;}.CalendarDay__hovered_span:hover,.CalendarDay__hovered_span{background:").concat(setColor, ";color:white;}\n/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImRhdGUtcGlja2VyLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFnRWtCLEFBR29ELEFBR2IsQUFJQSxBQUlBLEFBSUEsQUFJUyxBQUdWLEFBSXFDLEFBR3BELEFBRzRCLEFBT0EsQUFNQSxBQU1BLEFBS0EsWUExQjFDLGVBUGlCLENBbkJjLEFBSUcsQUFJcUIsQUFJQSxTQUl2RCxHQWFjLEFBT0EsQUFNQSxBQU1BLEFBS0EsQ0F4RGQsQ0F1QkEsVUFVYyxBQU9ZLEFBTUEsQUFNMUIsQUFLQSxLQXJEQSxHQUlBLElBa0JBLEFBUXlCLFlBT3pCLEFBTUEsS0FuQ0EsQUFJQSxNQW1CQSIsImZpbGUiOiJkYXRlLXBpY2tlci50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgUmVhY3QgZnJvbSBcInJlYWN0XCI7XG5pbXBvcnQgXCJyZWFjdC1kYXRlcy9pbml0aWFsaXplXCI7XG5pbXBvcnQgJ3JlYWN0LWRhdGVzL2xpYi9jc3MvX2RhdGVwaWNrZXIuY3NzJztcbmltcG9ydCB7IERhdGVSYW5nZVBpY2tlciB9IGZyb20gXCJyZWFjdC1kYXRlc1wiO1xuXG5pbXBvcnQgeyB1c2VUaGVtZSwgZ2V0Q29sb3JUb2tlbiB9IGZyb20gXCIuLi8uLi90aGVtZS90aGVtZVwiO1xuXG5pbXBvcnQgbW9tZW50IGZyb20gXCJtb21lbnRcIjtcblxuZXhwb3J0IGludGVyZmFjZSBEYXRlUGlja2VyUHJvcHMge1xuICBoYXNBcnJvd0ljb24/OiBib29sZWFuO1xuICBzdGFydERhdGU6IG1vbWVudC5Nb21lbnQgfCBudWxsO1xuICBlbmREYXRlOiBtb21lbnQuTW9tZW50IHwgbnVsbDtcbiAgZm9jdXNlZElucHV0OiBcInN0YXJ0RGF0ZVwiIHwgXCJlbmREYXRlXCIgfCBudWxsO1xuICBzZXRGb2N1c2VkSW5wdXQ6IChldmVudDogXCJzdGFydERhdGVcIiB8IFwiZW5kRGF0ZVwiIHwgbnVsbCkgPT4gdm9pZDtcbiAgc2V0U3RhcnREYXRlOiAoZGF0ZTogbW9tZW50Lk1vbWVudCB8IG51bGwpID0+IHZvaWQ7XG4gIHNldEVuZERhdGU6IChkYXRlOiBtb21lbnQuTW9tZW50IHwgbnVsbCkgPT4gdm9pZDtcbiAgc3RhcnREYXRlSWQ6IHN0cmluZztcbiAgZW5kRGF0ZUlkOiBzdHJpbmc7XG4gIHN0YXJ0RGF0ZVBsYWNlaG9sZGVyVGV4dD86IHN0cmluZztcbiAgZW5kRGF0ZVBsYWNlaG9sZGVyVGV4dD86IHN0cmluZztcbiAgZGlzYWJsZWQ/OiBib29sZWFuO1xuICBjb2xvcj86IHN0cmluZztcbiAgcmVxdWlyZWQ/OiBib29sZWFuO1xuICBudW1iZXJPZk1vbnRocz86IG51bWJlcjtcbiAgaW5wdXRJY29uUG9zaXRpb24/OiBcImJlZm9yZVwiIHwgXCJhZnRlclwiO1xuICBvcmllbnRhdGlvbj86IFwiaG9yaXpvbnRhbFwiIHwgXCJ2ZXJ0aWNhbFwiO1xuICBjdXN0b21JbnB1dEljb24/OiBSZWFjdC5SZWFjdEVsZW1lbnQ8UmVhY3QuSFRNTFByb3BzPEhUTUxPclNWR0VsZW1lbnQ+PjtcbiAgY3VzdG9tQXJyb3dJY29uPzogUmVhY3QuUmVhY3RFbGVtZW50PFJlYWN0LkhUTUxQcm9wczxIVE1MT3JTVkdFbGVtZW50Pj47XG4gIGN1c3RvbUNsb3NlSWNvbj86IFJlYWN0LlJlYWN0RWxlbWVudDxSZWFjdC5IVE1MUHJvcHM8SFRNTE9yU1ZHRWxlbWVudD4+O1xufVxuXG5jb25zdCBEYXRlUGlja2VyID0gKHtcbiAgY29sb3IgPSBcInByaW1hcnlcIixcbiAgc2V0U3RhcnREYXRlLFxuICBzZXRFbmREYXRlLFxuICBzZXRGb2N1c2VkSW5wdXQsXG4gIGhhc0Fycm93SWNvbiA9IHRydWUsXG4gIG51bWJlck9mTW9udGhzID0gMSxcbiAgLi4ucmVzdFxufTogRGF0ZVBpY2tlclByb3BzKSA9PiB7XG4gIGNvbnN0IHRoZW1lID0gdXNlVGhlbWUoKTtcblxuICBjb25zdCBzZXRDb2xvciA9IGdldENvbG9yVG9rZW4odGhlbWUsIFwiZm9yZWdyb3VuZFwiLCBjb2xvcik7XG5cbiAgY29uc3QgaGFuZGxlRGF0ZXNDaGFuZ2UgPSAoe1xuICAgIHN0YXJ0RGF0ZSxcbiAgICBlbmREYXRlLFxuICB9OiB7XG4gICAgc3RhcnREYXRlOiBtb21lbnQuTW9tZW50IHwgbnVsbDtcbiAgICBlbmREYXRlOiBtb21lbnQuTW9tZW50IHwgbnVsbDtcbiAgfSkgPT4ge1xuICAgIHN0YXJ0RGF0ZSAmJiBzZXRTdGFydERhdGUoc3RhcnREYXRlKTtcbiAgICBlbmREYXRlICYmIHNldEVuZERhdGUoZW5kRGF0ZSk7XG4gIH07XG5cbiAgcmV0dXJuIChcbiAgICA8ZGl2IGNsYXNzTmFtZT1cImNhbGVuZGFyLWNvbnRhaW5lclwiPlxuICAgICAgPERhdGVSYW5nZVBpY2tlclxuICAgICAgICBudW1iZXJPZk1vbnRocz17bnVtYmVyT2ZNb250aHN9XG4gICAgICAgIG9uRGF0ZXNDaGFuZ2U9e2hhbmRsZURhdGVzQ2hhbmdlfVxuICAgICAgICBvbkZvY3VzQ2hhbmdlPXtldmVudCA9PiBzZXRGb2N1c2VkSW5wdXQoZXZlbnQpfVxuICAgICAgICB7Li4ucmVzdH1cbiAgICAgIC8+XG4gICAgICA8c3R5bGUganN4PntgXG4gICAgICAgIC5jYWxlbmRhci1jb250YWluZXIge1xuICAgICAgICAgIGZvbnQtZmFtaWx5OiAke3RoZW1lLnR5cG9ncmFwaHkuZm9udEZhbWlseS5icmFuZH07XG4gICAgICAgIH1cbiAgICAgICAgOmdsb2JhbCguRGF0ZVJhbmdlUGlja2VySW5wdXRfX3dpdGhCb3JkZXIpIHtcbiAgICAgICAgICBib3JkZXItd2lkdGg6IDJweCAhaW1wb3J0YW50O1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDRweCAhaW1wb3J0YW50O1xuICAgICAgICB9XG4gICAgICAgIDpnbG9iYWwoLkRhdGVSYW5nZVBpY2tlcklucHV0X193aXRoQm9yZGVyOmhvdmVyKSB7XG4gICAgICAgICAgYm9yZGVyLXdpZHRoOiAxcHggIWltcG9ydGFudDtcbiAgICAgICAgICBib3JkZXItY29sb3I6ICMwMDAwMDAgIWltcG9ydGFudDtcbiAgICAgICAgfVxuICAgICAgICA6Z2xvYmFsKC5EYXRlUmFuZ2VQaWNrZXJJbnB1dF9fd2l0aEJvcmRlcjpmb2N1cy13aXRoaW4pIHtcbiAgICAgICAgICBib3JkZXItd2lkdGg6IDJweCAhaW1wb3J0YW50O1xuICAgICAgICAgIGJvcmRlci1jb2xvcjogJHtzZXRDb2xvcn0gIWltcG9ydGFudDtcbiAgICAgICAgfVxuICAgICAgICA6Z2xvYmFsKC5EYXRlUmFuZ2VQaWNrZXJJbnB1dF9hcnJvdykge1xuICAgICAgICAgIGRpc3BsYXk6ICR7IWhhc0Fycm93SWNvbiAmJiBcIm5vbmVcIn07XG4gICAgICAgIH1cbiAgICAgICAgOmdsb2JhbCguRGF0ZUlucHV0X2lucHV0KSB7XG4gICAgICAgICAgZm9udC13ZWlnaHQ6IDUwMCAhaW1wb3J0YW50O1xuICAgICAgICAgIGZvbnQtc2l6ZTogMTVweDtcbiAgICAgICAgfVxuICAgICAgICA6Z2xvYmFsKC5EYXlQaWNrZXJLZXlib2FyZFNob3J0Y3V0c19zaG93X19ib3R0b21SaWdodDo6YmVmb3JlKSB7XG4gICAgICAgICAgYm9yZGVyLXJpZ2h0OiAzM3B4IHNvbGlkICR7c2V0Q29sb3J9ICFpbXBvcnRhbnQ7XG4gICAgICAgIH1cbiAgICAgICAgOmdsb2JhbCguRGF0ZUlucHV0X2lucHV0X19mb2N1c2VkKSB7XG4gICAgICAgICAgYm9yZGVyOiBub25lO1xuICAgICAgICB9XG4gICAgICAgIDpnbG9iYWwoLkNhbGVuZGFyRGF5X19zZWxlY3RlZF9zcGFuKSB7XG4gICAgICAgICAgYmFja2dyb3VuZDogJHtzZXRDb2xvcn07XG4gICAgICAgICAgY29sb3I6IHdoaXRlO1xuICAgICAgICAgIG9wYWNpdHk6IDAuNztcbiAgICAgICAgICBib3JkZXI6IDFweCBzb2xpZCB3aGl0ZTtcbiAgICAgICAgfVxuXG4gICAgICAgIDpnbG9iYWwoLkNhbGVuZGFyRGF5X19zZWxlY3RlZCkge1xuICAgICAgICAgIGJhY2tncm91bmQ6ICR7c2V0Q29sb3J9O1xuICAgICAgICAgIGNvbG9yOiB3aGl0ZTtcbiAgICAgICAgICBib3JkZXI6IDFweCBkb3VibGUgd2hpdGU7XG4gICAgICAgIH1cblxuICAgICAgICA6Z2xvYmFsKC5DYWxlbmRhckRheV9fc2VsZWN0ZWQ6aG92ZXIpIHtcbiAgICAgICAgICBiYWNrZ3JvdW5kOiAke3NldENvbG9yfTtcbiAgICAgICAgICBjb2xvcjogd2hpdGU7XG4gICAgICAgICAgYm9yZGVyOiAxcHggZG91YmxlIHdoaXRlO1xuICAgICAgICB9XG5cbiAgICAgICAgOmdsb2JhbCguQ2FsZW5kYXJEYXlfX3NlbGVjdGVkX3NwYW46YWN0aXZlLCAuQ2FsZW5kYXJEYXlfX3NlbGVjdGVkX3NwYW46aG92ZXIpIHtcbiAgICAgICAgICBiYWNrZ3JvdW5kOiAke3NldENvbG9yfTtcbiAgICAgICAgICBvcGFjaXR5OiAwLjU7XG4gICAgICAgIH1cblxuICAgICAgICA6Z2xvYmFsKC5DYWxlbmRhckRheV9faG92ZXJlZF9zcGFuOmhvdmVyLCAuQ2FsZW5kYXJEYXlfX2hvdmVyZWRfc3Bhbikge1xuICAgICAgICAgIGJhY2tncm91bmQ6ICR7c2V0Q29sb3J9O1xuICAgICAgICAgIGNvbG9yOiB3aGl0ZTtcbiAgICAgICAgfVxuICAgICAgYH08L3N0eWxlPlxuICAgIDwvZGl2PlxuICApO1xufTtcblxuZXhwb3J0IGRlZmF1bHQgRGF0ZVBpY2tlcjtcbiJdfQ== */\n/*@ sourceURL=date-picker.tsx */")));
|
|
7180
7210
|
};
|
|
7181
7211
|
|
|
7182
7212
|
DatePicker.propTypes = {
|
|
@@ -7237,7 +7267,7 @@ var CustomSingleDatePicker = function CustomSingleDatePicker(_ref) {
|
|
|
7237
7267
|
}, rest))), React__default.createElement(_JSXStyle, {
|
|
7238
7268
|
id: "2044530597",
|
|
7239
7269
|
dynamic: [width, theme.typography.fontFamily.brand, error && "#b00020", setColor, setColor, setColor, setColor, setColor, setColor, setColor]
|
|
7240
|
-
}, ".SingleDatePicker{width:".concat(width, ";}.SingleDatePickerInput{width:100%;}.DateInput{width:100%;}.calendar-container.__jsx-style-dynamic-selector{font-family:").concat(theme.typography.fontFamily.brand, ";}.SingleDatePickerInput__withBorder{border-width:2px !important;border-radius:4px !important;border-color:").concat(error && "#b00020", ";}.SingleDatePickerInput__withBorder:hover{border-width:1px !important;border-color:#000000 !important;}.SingleDatePickerInput__withBorder[focus-within]{border-width:2px !important;border-color:").concat(setColor, " !important;}.SingleDatePickerInput__withBorder:focus-within{border-width:2px !important;border-color:").concat(setColor, " !important;}.DateInput_input{font-weight:500 !important;font-size:15px;}.DayPickerKeyboardShortcuts_show__bottomRight::before{border-right:33px solid ").concat(setColor, " !important;}.DateInput_input__focused{border:none;}.CalendarDay__selected_span{background:").concat(setColor, ";color:white;opacity:0.7;border:1px solid white;}.CalendarDay__selected{background:").concat(setColor, ";color:white;border:1px double white;}.CalendarDay__selected:hover{background:").concat(setColor, ";color:white;border:1px double white;}.CalendarDay__selected_span:active,.CalendarDay__selected_span:hover{background:").concat(setColor, ";opacity:0.5;}.CalendarDay__hovered_span:hover,.CalendarDay__hovered_span{background:").concat(setColor, ";color:white;}\n/*# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
7270
|
+
}, ".SingleDatePicker{width:".concat(width, ";}.SingleDatePickerInput{width:100%;}.DateInput{width:100%;}.calendar-container.__jsx-style-dynamic-selector{font-family:").concat(theme.typography.fontFamily.brand, ";}.SingleDatePickerInput__withBorder{border-width:2px !important;border-radius:4px !important;border-color:").concat(error && "#b00020", ";}.SingleDatePickerInput__withBorder:hover{border-width:1px !important;border-color:#000000 !important;}.SingleDatePickerInput__withBorder[focus-within]{border-width:2px !important;border-color:").concat(setColor, " !important;}.SingleDatePickerInput__withBorder:focus-within{border-width:2px !important;border-color:").concat(setColor, " !important;}.DateInput_input{font-weight:500 !important;font-size:15px;}.DayPickerKeyboardShortcuts_show__bottomRight::before{border-right:33px solid ").concat(setColor, " !important;}.DateInput_input__focused{border:none;}.CalendarDay__selected_span{background:").concat(setColor, ";color:white;opacity:0.7;border:1px solid white;}.CalendarDay__selected{background:").concat(setColor, ";color:white;border:1px double white;}.CalendarDay__selected:hover{background:").concat(setColor, ";color:white;border:1px double white;}.CalendarDay__selected_span:active,.CalendarDay__selected_span:hover{background:").concat(setColor, ";opacity:0.5;}.CalendarDay__hovered_span:hover,.CalendarDay__hovered_span{background:").concat(setColor, ";color:white;}\n/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNpbmdsZS1kYXRlLXBpY2tlci50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBNERrQixBQUc4QyxBQUd4QixBQUdBLEFBRzhCLEFBR2IsQUFLQSxBQUlBLEFBSUEsQUFJRCxBQUlxQyxBQUdwRCxBQUc0QixBQU9BLEFBTUEsQUFNQSxBQUtBLFdBM0QxQyxBQUdBLENBOEJBLGVBUGlCLENBakJjLEFBS0csQUFJcUIsQUFJQSxPQXpCdkQsS0F1Q2MsQUFPQSxBQU1BLEFBTUEsQUFLQSxDQXREZCxDQXFCQSxVQVVjLEFBT1ksQUFNQSxBQU0xQixBQUtBLEtBbkQ0QyxHQUs1QyxJQWVBLEFBUXlCLFlBT3pCLEFBTUEsS0FoQ0EsQUFJQSxNQWdCQSxZQTVCQSIsImZpbGUiOiJzaW5nbGUtZGF0ZS1waWNrZXIudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IFJlYWN0IGZyb20gXCJyZWFjdFwiO1xuaW1wb3J0IHsgU2luZ2xlRGF0ZVBpY2tlciB9IGZyb20gXCJyZWFjdC1kYXRlc1wiO1xuaW1wb3J0ICdyZWFjdC1kYXRlcy9saWIvY3NzL19kYXRlcGlja2VyLmNzcyc7XG5cbmltcG9ydCB7IHVzZVRoZW1lLCBnZXRDb2xvclRva2VuIH0gZnJvbSBcIi4uLy4uL3RoZW1lL3RoZW1lXCI7XG5cbmltcG9ydCB7IEZpZWxkTGFiZWwgfSBmcm9tIFwiLi4vZmllbGQtaGVscGVyc1wiO1xuaW1wb3J0IHsgU3RhY2sgfSBmcm9tIFwiLi4vbGF5b3V0XCI7XG5pbXBvcnQgbW9tZW50IGZyb20gXCJtb21lbnRcIjtcblxuZXhwb3J0IGludGVyZmFjZSBEYXRlUGlja2VyUHJvcHMge1xuICBpZDogc3RyaW5nO1xuICBkYXRlOiBtb21lbnQuTW9tZW50IHwgbnVsbDtcbiAgb25EYXRlQ2hhbmdlOiAoZGF0ZTogbW9tZW50Lk1vbWVudCB8IG51bGwpID0+IHZvaWQ7XG4gIG9uRm9jdXNDaGFuZ2U6IChhcmc6IGJvb2xlYW4gfCBudWxsKSA9PiB2b2lkO1xuICBmb2N1c2VkOiBib29sZWFuIHwgbnVsbDtcbiAgcGxhY2Vob2xkZXI/OiBzdHJpbmc7XG4gIGRpc2FibGVkPzogYm9vbGVhbjtcbiAgY29sb3I/OiBzdHJpbmc7XG4gIHJlcXVpcmVkPzogYm9vbGVhbjtcbiAgbnVtYmVyT2ZNb250aHM/OiBudW1iZXI7XG4gIGlucHV0SWNvblBvc2l0aW9uPzogXCJiZWZvcmVcIiB8IFwiYWZ0ZXJcIjtcbiAgb3JpZW50YXRpb24/OiBcImhvcml6b250YWxcIiB8IFwidmVydGljYWxcIjtcbiAgY3VzdG9tSW5wdXRJY29uPzogUmVhY3QuUmVhY3RFbGVtZW50PFJlYWN0LkhUTUxQcm9wczxIVE1MT3JTVkdFbGVtZW50Pj47XG4gIGN1c3RvbUNsb3NlSWNvbj86IFJlYWN0LlJlYWN0RWxlbWVudDxSZWFjdC5IVE1MUHJvcHM8SFRNTE9yU1ZHRWxlbWVudD4+O1xuICBkaXNwbGF5Rm9ybWF0Pzogc3RyaW5nO1xuICBlcnJvcj86IGJvb2xlYW47XG4gIGxhYmVsPzogc3RyaW5nO1xuICB3aWR0aD86IHN0cmluZztcbiAgaXNPdXRzaWRlUmFuZ2U/OiAoKSA9PiBib29sZWFuO1xufVxuXG5jb25zdCBDdXN0b21TaW5nbGVEYXRlUGlja2VyID0gKHtcbiAgd2lkdGgsXG4gIGNvbG9yID0gXCJwcmltYXJ5XCIsXG4gIG9uRGF0ZUNoYW5nZSxcbiAgb25Gb2N1c0NoYW5nZSxcbiAgbnVtYmVyT2ZNb250aHMgPSAxLFxuICBlcnJvcixcbiAgbGFiZWwsXG4gIGZvY3VzZWQgPSBmYWxzZSxcbiAgLi4ucmVzdFxufTogRGF0ZVBpY2tlclByb3BzKSA9PiB7XG4gIGNvbnN0IHRoZW1lID0gdXNlVGhlbWUoKTtcbiAgY29uc3Qgc2V0Q29sb3IgPSBnZXRDb2xvclRva2VuKHRoZW1lLCBcImZvcmVncm91bmRcIiwgY29sb3IpO1xuXG4gIHJldHVybiAoXG4gICAgPGRpdiBjbGFzc05hbWU9XCJjYWxlbmRhci1jb250YWluZXJcIj5cbiAgICAgIDxTdGFjayBkaXJlY3Rpb249XCJjb2x1bW5cIiBnYXA9XCIwLjVyZW0gMFwiPlxuICAgICAgICA8ZGl2PntsYWJlbCAmJiA8RmllbGRMYWJlbCByZXF1aXJlZD57bGFiZWx9PC9GaWVsZExhYmVsPn08L2Rpdj5cbiAgICAgICAgPFNpbmdsZURhdGVQaWNrZXJcbiAgICAgICAgICBudW1iZXJPZk1vbnRocz17bnVtYmVyT2ZNb250aHN9XG4gICAgICAgICAgb25EYXRlQ2hhbmdlPXtvbkRhdGVDaGFuZ2V9XG4gICAgICAgICAgb25Gb2N1c0NoYW5nZT17KGU6IHsgZm9jdXNlZDogYm9vbGVhbiB8IG51bGwgfSkgPT5cbiAgICAgICAgICAgIG9uRm9jdXNDaGFuZ2UoZS5mb2N1c2VkKVxuICAgICAgICAgIH1cbiAgICAgICAgICBmb2N1c2VkPXtmb2N1c2VkIGFzIGJvb2xlYW59XG4gICAgICAgICAgey4uLnJlc3R9XG4gICAgICAgIC8+XG4gICAgICA8L1N0YWNrPlxuICAgICAgPHN0eWxlIGpzeD57YFxuICAgICAgICA6Z2xvYmFsKC5TaW5nbGVEYXRlUGlja2VyKSB7XG4gICAgICAgICAgd2lkdGg6ICR7d2lkdGh9O1xuICAgICAgICB9XG4gICAgICAgIDpnbG9iYWwoLlNpbmdsZURhdGVQaWNrZXJJbnB1dCkge1xuICAgICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICB9XG4gICAgICAgIDpnbG9iYWwoLkRhdGVJbnB1dCkge1xuICAgICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICB9XG4gICAgICAgIC5jYWxlbmRhci1jb250YWluZXIge1xuICAgICAgICAgIGZvbnQtZmFtaWx5OiAke3RoZW1lLnR5cG9ncmFwaHkuZm9udEZhbWlseS5icmFuZH07XG4gICAgICAgIH1cbiAgICAgICAgOmdsb2JhbCguU2luZ2xlRGF0ZVBpY2tlcklucHV0X193aXRoQm9yZGVyKSB7XG4gICAgICAgICAgYm9yZGVyLXdpZHRoOiAycHggIWltcG9ydGFudDtcbiAgICAgICAgICBib3JkZXItcmFkaXVzOiA0cHggIWltcG9ydGFudDtcbiAgICAgICAgICBib3JkZXItY29sb3I6ICR7ZXJyb3IgJiYgXCIjYjAwMDIwXCJ9O1xuICAgICAgICB9XG4gICAgICAgIDpnbG9iYWwoLlNpbmdsZURhdGVQaWNrZXJJbnB1dF9fd2l0aEJvcmRlcjpob3Zlcikge1xuICAgICAgICAgIGJvcmRlci13aWR0aDogMXB4ICFpbXBvcnRhbnQ7XG4gICAgICAgICAgYm9yZGVyLWNvbG9yOiAjMDAwMDAwICFpbXBvcnRhbnQ7XG4gICAgICAgIH1cbiAgICAgICAgOmdsb2JhbCguU2luZ2xlRGF0ZVBpY2tlcklucHV0X193aXRoQm9yZGVyOmZvY3VzLXdpdGhpbikge1xuICAgICAgICAgIGJvcmRlci13aWR0aDogMnB4ICFpbXBvcnRhbnQ7XG4gICAgICAgICAgYm9yZGVyLWNvbG9yOiAke3NldENvbG9yfSAhaW1wb3J0YW50O1xuICAgICAgICB9XG4gICAgICAgIDpnbG9iYWwoLkRhdGVJbnB1dF9pbnB1dCkge1xuICAgICAgICAgIGZvbnQtd2VpZ2h0OiA1MDAgIWltcG9ydGFudDtcbiAgICAgICAgICBmb250LXNpemU6IDE1cHg7XG4gICAgICAgIH1cbiAgICAgICAgOmdsb2JhbCguRGF5UGlja2VyS2V5Ym9hcmRTaG9ydGN1dHNfc2hvd19fYm90dG9tUmlnaHQ6OmJlZm9yZSkge1xuICAgICAgICAgIGJvcmRlci1yaWdodDogMzNweCBzb2xpZCAke3NldENvbG9yfSAhaW1wb3J0YW50O1xuICAgICAgICB9XG4gICAgICAgIDpnbG9iYWwoLkRhdGVJbnB1dF9pbnB1dF9fZm9jdXNlZCkge1xuICAgICAgICAgIGJvcmRlcjogbm9uZTtcbiAgICAgICAgfVxuICAgICAgICA6Z2xvYmFsKC5DYWxlbmRhckRheV9fc2VsZWN0ZWRfc3Bhbikge1xuICAgICAgICAgIGJhY2tncm91bmQ6ICR7c2V0Q29sb3J9O1xuICAgICAgICAgIGNvbG9yOiB3aGl0ZTtcbiAgICAgICAgICBvcGFjaXR5OiAwLjc7XG4gICAgICAgICAgYm9yZGVyOiAxcHggc29saWQgd2hpdGU7XG4gICAgICAgIH1cblxuICAgICAgICA6Z2xvYmFsKC5DYWxlbmRhckRheV9fc2VsZWN0ZWQpIHtcbiAgICAgICAgICBiYWNrZ3JvdW5kOiAke3NldENvbG9yfTtcbiAgICAgICAgICBjb2xvcjogd2hpdGU7XG4gICAgICAgICAgYm9yZGVyOiAxcHggZG91YmxlIHdoaXRlO1xuICAgICAgICB9XG5cbiAgICAgICAgOmdsb2JhbCguQ2FsZW5kYXJEYXlfX3NlbGVjdGVkOmhvdmVyKSB7XG4gICAgICAgICAgYmFja2dyb3VuZDogJHtzZXRDb2xvcn07XG4gICAgICAgICAgY29sb3I6IHdoaXRlO1xuICAgICAgICAgIGJvcmRlcjogMXB4IGRvdWJsZSB3aGl0ZTtcbiAgICAgICAgfVxuXG4gICAgICAgIDpnbG9iYWwoLkNhbGVuZGFyRGF5X19zZWxlY3RlZF9zcGFuOmFjdGl2ZSwgLkNhbGVuZGFyRGF5X19zZWxlY3RlZF9zcGFuOmhvdmVyKSB7XG4gICAgICAgICAgYmFja2dyb3VuZDogJHtzZXRDb2xvcn07XG4gICAgICAgICAgb3BhY2l0eTogMC41O1xuICAgICAgICB9XG5cbiAgICAgICAgOmdsb2JhbCguQ2FsZW5kYXJEYXlfX2hvdmVyZWRfc3Bhbjpob3ZlciwgLkNhbGVuZGFyRGF5X19ob3ZlcmVkX3NwYW4pIHtcbiAgICAgICAgICBiYWNrZ3JvdW5kOiAke3NldENvbG9yfTtcbiAgICAgICAgICBjb2xvcjogd2hpdGU7XG4gICAgICAgIH1cbiAgICAgIGB9PC9zdHlsZT5cbiAgICA8L2Rpdj5cbiAgKTtcbn07XG5cbmV4cG9ydCBkZWZhdWx0IEN1c3RvbVNpbmdsZURhdGVQaWNrZXI7XG4iXX0= */\n/*@ sourceURL=single-date-picker.tsx */")));
|
|
7241
7271
|
};
|
|
7242
7272
|
|
|
7243
7273
|
CustomSingleDatePicker.propTypes = {
|
|
@@ -9654,36 +9684,9 @@ Uploader.propTypes = {
|
|
|
9654
9684
|
})
|
|
9655
9685
|
};
|
|
9656
9686
|
|
|
9657
|
-
|
|
9658
|
-
if ( ref === void 0 ) ref = {};
|
|
9659
|
-
var insertAt = ref.insertAt;
|
|
9660
|
-
|
|
9661
|
-
if (!css || typeof document === 'undefined') { return; }
|
|
9662
|
-
|
|
9663
|
-
var head = document.head || document.getElementsByTagName('head')[0];
|
|
9664
|
-
var style = document.createElement('style');
|
|
9665
|
-
style.type = 'text/css';
|
|
9666
|
-
|
|
9667
|
-
if (insertAt === 'top') {
|
|
9668
|
-
if (head.firstChild) {
|
|
9669
|
-
head.insertBefore(style, head.firstChild);
|
|
9670
|
-
} else {
|
|
9671
|
-
head.appendChild(style);
|
|
9672
|
-
}
|
|
9673
|
-
} else {
|
|
9674
|
-
head.appendChild(style);
|
|
9675
|
-
}
|
|
9676
|
-
|
|
9677
|
-
if (style.styleSheet) {
|
|
9678
|
-
style.styleSheet.cssText = css;
|
|
9679
|
-
} else {
|
|
9680
|
-
style.appendChild(document.createTextNode(css));
|
|
9681
|
-
}
|
|
9682
|
-
}
|
|
9683
|
-
|
|
9684
|
-
var css = ".campaign-card-module_wrapper__21wRg {\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: space-evenly;\n align-items: center;\n padding: 20px;\n background-color: #13362e; }\n .campaign-card-module_wrapper__21wRg .campaign-card-module_image__2ZKXl {\n width: 100px;\n height: 100px;\n padding: 5px; }\n .campaign-card-module_wrapper__21wRg .campaign-card-module_title__2sx24 {\n padding: 5px;\n font-weight: 700;\n font-size: 20px;\n line-height: 27px;\n text-align: center;\n color: white; }\n .campaign-card-module_wrapper__21wRg .campaign-card-module_description__2yC7N {\n color: #b9c3c1;\n padding: 5px;\n font-weight: 500;\n font-size: 16px;\n line-height: 25.6px;\n text-align: center; }\n";
|
|
9687
|
+
var css$1 = ".campaign-card-module_wrapper__21wRg {\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: space-evenly;\n align-items: center;\n padding: 20px;\n background-color: #13362e;\n}\n.campaign-card-module_wrapper__21wRg .campaign-card-module_image__2ZKXl {\n width: 100px;\n height: 100px;\n padding: 5px;\n}\n.campaign-card-module_wrapper__21wRg .campaign-card-module_title__2sx24 {\n padding: 5px;\n font-weight: 700;\n font-size: 20px;\n line-height: 27px;\n text-align: center;\n color: white;\n}\n.campaign-card-module_wrapper__21wRg .campaign-card-module_description__2yC7N {\n color: #b9c3c1;\n padding: 5px;\n font-weight: 500;\n font-size: 16px;\n line-height: 25.6px;\n text-align: center;\n}";
|
|
9685
9688
|
var cls = {"wrapper":"campaign-card-module_wrapper__21wRg","image":"campaign-card-module_image__2ZKXl","title":"campaign-card-module_title__2sx24","description":"campaign-card-module_description__2yC7N"};
|
|
9686
|
-
styleInject(css);
|
|
9689
|
+
styleInject(css$1);
|
|
9687
9690
|
|
|
9688
9691
|
var CampaignCard = function CampaignCard(_ref) {
|
|
9689
9692
|
var _ref$className = _ref.className,
|
|
@@ -9712,13 +9715,13 @@ CampaignCard.propTypes = {
|
|
|
9712
9715
|
description: _pt.string
|
|
9713
9716
|
};
|
|
9714
9717
|
|
|
9715
|
-
var css$
|
|
9718
|
+
var css$2 = ".campaign-of-month-module_wrapper__3VW1j {\n width: 1140px;\n height: 400px;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n border-radius: 10px;\n}\n.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv {\n width: 570px;\n height: 400px;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n justify-content: space-around;\n padding: 36px 38px 43px 46px;\n}\n.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv .campaign-of-month-module_title__2bUDz {\n font-weight: 500;\n font-size: 20px;\n line-height: 28px;\n text-align: left;\n color: black;\n}\n.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv .campaign-of-month-module_description__6rZ2k {\n color: #6d6d6d;\n font-weight: 500;\n font-size: 15px;\n line-height: 24px;\n text-align: left;\n overflow: hidden;\n text-overflow: ellipsis;\n display: -webkit-box;\n -webkit-line-clamp: 3;\n /* number of lines to show */\n line-clamp: 3;\n -webkit-box-orient: vertical;\n}\n.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv .campaign-of-month-module_info__2W3vo {\n width: 100%;\n height: 52px;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n}\n.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv .campaign-of-month-module_info__2W3vo .campaign-of-month-module_item__2qUuG {\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv .campaign-of-month-module_info__2W3vo .campaign-of-month-module_item_value__2UldJ {\n font-weight: 600;\n font-size: 20px;\n line-height: 28px;\n}\n.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv .campaign-of-month-module_info__2W3vo .campaign-of-month-module_item_name__3ZCL8 {\n font-weight: 500;\n font-size: 14px;\n line-height: 22.4px;\n color: #6d6d6d;\n}\n.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_leftSide__22wcl {\n width: 570px;\n height: 400px;\n border-top-right-radius: 10px;\n border-bottom-right-radius: 10px;\n}\n.campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_image__2YMoT {\n max-width: 100%;\n max-height: 100%;\n border-bottom-left-radius: 10px;\n border-top-left-radius: 10px;\n}\n\n@media all and (max-width: 1200px) {\n .campaign-of-month-module_wrapper__3VW1j {\n width: 937px;\n height: 1193px;\n flex-direction: column;\n }\n .campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_leftSide__22wcl {\n width: 100%;\n height: 634px;\n }\n .campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv {\n width: 100%;\n height: 559px;\n padding: 46px 52px 52px 56px;\n border-bottom-left-radius: 10px;\n border-bottom-right-radius: 10px;\n }\n .campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv .campaign-of-month-module_description__6rZ2k {\n -webkit-line-clamp: 6;\n /* number of lines to show */\n line-clamp: 6;\n }\n .campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_image__2YMoT {\n border-top-right-radius: 10px;\n border-top-left-radius: 10px;\n border-bottom-left-radius: 0px;\n }\n}\n@media all and (max-width: 992px) {\n .campaign-of-month-module_wrapper__3VW1j {\n width: 719px;\n height: 1193px;\n flex-direction: column;\n }\n .campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_leftSide__22wcl {\n width: 100%;\n height: 634px;\n display: flex;\n }\n .campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv {\n width: 100%;\n height: 559px;\n padding: 46px 52px 52px 56px;\n border-bottom-left-radius: 10px;\n border-bottom-right-radius: 10px;\n }\n .campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv .campaign-of-month-module_description__6rZ2k {\n -webkit-line-clamp: 6;\n /* number of lines to show */\n line-clamp: 6;\n }\n .campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_image__2YMoT {\n width: 100%;\n max-width: 100%;\n max-height: 100%;\n border-top-right-radius: 10px;\n border-top-left-radius: 10px;\n border-bottom-left-radius: 0px;\n -o-object-fit: cover;\n object-fit: cover;\n }\n}\n@media all and (max-width: 768px) {\n .campaign-of-month-module_wrapper__3VW1j {\n width: 432px;\n height: 816px;\n flex-direction: column;\n }\n .campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_leftSide__22wcl {\n width: 100%;\n height: 247px;\n display: flex;\n }\n .campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv {\n width: 100%;\n height: 569px;\n padding: 27px 38px 38px 36px;\n border-bottom-left-radius: 10px;\n border-bottom-right-radius: 10px;\n }\n .campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_rightSide__FXQyv .campaign-of-month-module_description__6rZ2k {\n -webkit-line-clamp: 9;\n /* number of lines to show */\n line-clamp: 9;\n }\n .campaign-of-month-module_wrapper__3VW1j .campaign-of-month-module_image__2YMoT {\n width: 100%;\n max-width: 100%;\n max-height: 100%;\n border-top-right-radius: 10px;\n border-top-left-radius: 10px;\n border-bottom-left-radius: 0px;\n -o-object-fit: cover;\n object-fit: cover;\n }\n}";
|
|
9716
9719
|
var cls$1 = {"wrapper":"campaign-of-month-module_wrapper__3VW1j","rightSide":"campaign-of-month-module_rightSide__FXQyv","title":"campaign-of-month-module_title__2bUDz","description":"campaign-of-month-module_description__6rZ2k","info":"campaign-of-month-module_info__2W3vo","item":"campaign-of-month-module_item__2qUuG","item_value":"campaign-of-month-module_item_value__2UldJ","item_name":"campaign-of-month-module_item_name__3ZCL8","leftSide":"campaign-of-month-module_leftSide__22wcl","image":"campaign-of-month-module_image__2YMoT"};
|
|
9717
|
-
styleInject(css$
|
|
9720
|
+
styleInject(css$2);
|
|
9718
9721
|
|
|
9719
|
-
var css$
|
|
9722
|
+
var css$3 = ".progressbar-module_wrapper__3NWOr {\n width: 100%;\n height: auto;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-start;\n margin: 5px;\n}\n.progressbar-module_wrapper__3NWOr .progressbar-module_container__3rKcQ {\n background-color: #eeeeee;\n border-radius: 999px;\n width: 100%;\n height: 18.23px;\n}\n.progressbar-module_wrapper__3NWOr .progressbar-module_bar__3PWVU {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: flex-end;\n padding: 5px;\n background-color: #41ccad;\n height: 100%;\n border-radius: 999px;\n height: 18.16px;\n text-align: right;\n}\n.progressbar-module_wrapper__3NWOr .progressbar-module_dot__3xInb {\n background-color: #2d8a75;\n display: flex;\n width: 6.37px;\n height: 6.37px;\n border-radius: 999px;\n}";
|
|
9720
9723
|
var cls$2 = {"wrapper":"progressbar-module_wrapper__3NWOr","container":"progressbar-module_container__3rKcQ","bar":"progressbar-module_bar__3PWVU","dot":"progressbar-module_dot__3xInb"};
|
|
9721
|
-
styleInject(css$
|
|
9724
|
+
styleInject(css$3);
|
|
9722
9725
|
|
|
9723
9726
|
var ProgressBar = function ProgressBar(_ref) {
|
|
9724
9727
|
var _ref$className = _ref.className,
|
|
@@ -9827,9 +9830,9 @@ CampaignOfMonth.propTypes = {
|
|
|
9827
9830
|
onClick: _pt.func
|
|
9828
9831
|
};
|
|
9829
9832
|
|
|
9830
|
-
var css$
|
|
9833
|
+
var css$4 = ".charity-card-module_wrapper__2GNuk {\n width: 573px;\n height: 188px;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: flex-end;\n padding: 29px 39px 38px 37px;\n background: linear-gradient(90deg, #e96a6d 0%, #e17221 100%), #2d8a75;\n border-radius: 10px;\n}\n.charity-card-module_wrapper__2GNuk .charity-card-module_title__3_xZV {\n font-weight: 700;\n font-size: 32px;\n line-height: 44.8px;\n text-align: left;\n color: white;\n width: 50%;\n}\n\n@media all and (max-width: 1200px) {\n .charity-card-module_wrapper__2GNuk {\n width: 456px;\n height: 188px;\n padding: 41px 35px 38px 39px;\n }\n}\n@media all and (max-width: 992px) {\n .charity-card-module_wrapper__2GNuk {\n width: 643px;\n height: 90px;\n align-items: center;\n }\n .charity-card-module_wrapper__2GNuk .charity-card-module_title__3_xZV {\n width: 100%;\n font-size: 26px;\n line-height: 36.4px;\n }\n}\n@media all and (max-width: 768px) {\n .charity-card-module_wrapper__2GNuk {\n width: 350px;\n height: 128px;\n padding: 40px 32px 38px 34px;\n align-items: flex-end;\n }\n .charity-card-module_wrapper__2GNuk .charity-card-module_title__3_xZV {\n width: 70%;\n font-weight: 700;\n font-size: 26px;\n line-height: 36.4px;\n }\n}";
|
|
9831
9834
|
var cls$3 = {"wrapper":"charity-card-module_wrapper__2GNuk","title":"charity-card-module_title__3_xZV"};
|
|
9832
|
-
styleInject(css$
|
|
9835
|
+
styleInject(css$4);
|
|
9833
9836
|
|
|
9834
9837
|
const img$1 = "data:image/svg+xml,%3csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.495 2L25 12M25 12L14.495 22M25 12H0' stroke='white' stroke-width='3'/%3e%3c/svg%3e";
|
|
9835
9838
|
|
|
@@ -9857,9 +9860,9 @@ CharityCard.propTypes = {
|
|
|
9857
9860
|
title: _pt.string
|
|
9858
9861
|
};
|
|
9859
9862
|
|
|
9860
|
-
var css$
|
|
9863
|
+
var css$5 = ".donate-card-module_wrapper__ciBYC {\n width: 407px;\n height: 330px;\n display: flex;\n flex-direction: column;\n justify-content: space-evenly;\n align-items: center;\n padding: 29px 37px 36px 37px;\n background-color: #f8f8f7;\n border-radius: 10px;\n}\n.donate-card-module_wrapper__ciBYC .donate-card-module_title__2Pvi7 {\n font-weight: 700;\n font-size: 32px;\n line-height: 44.8px;\n text-align: left;\n color: black;\n}\n.donate-card-module_wrapper__ciBYC .donate-card-module_description__3X5cO {\n color: #6d6d6d;\n font-weight: 500;\n font-size: 20px;\n line-height: 32px;\n text-align: left;\n}\n\n@media all and (max-width: 1200px) {\n .donate-card-module_wrapper__ciBYC {\n width: 456px;\n height: 330px;\n padding: 41px 42px 36px 42px;\n }\n}\n@media all and (max-width: 992px) {\n .donate-card-module_wrapper__ciBYC {\n width: 350px;\n height: 367px;\n padding: 36px 32px 36px 32px;\n }\n}\n@media all and (max-width: 768px) {\n .donate-card-module_wrapper__ciBYC {\n width: 430px;\n height: 289px;\n padding: 40px 42px 46px 42px;\n }\n .donate-card-module_wrapper__ciBYC .donate-card-module_title__2Pvi7 {\n font-weight: 700;\n font-size: 26px;\n line-height: 36.4px;\n }\n .donate-card-module_wrapper__ciBYC .donate-card-module_description__3X5cO {\n font-weight: 500;\n font-size: 16px;\n line-height: 25.6px;\n text-align: left;\n }\n}";
|
|
9861
9864
|
var cls$4 = {"wrapper":"donate-card-module_wrapper__ciBYC","title":"donate-card-module_title__2Pvi7","description":"donate-card-module_description__3X5cO"};
|
|
9862
|
-
styleInject(css$
|
|
9865
|
+
styleInject(css$5);
|
|
9863
9866
|
|
|
9864
9867
|
var DonateCard = function DonateCard(_ref) {
|
|
9865
9868
|
var _ref$className = _ref.className,
|
|
@@ -9889,9 +9892,9 @@ DonateCard.propTypes = {
|
|
|
9889
9892
|
description: _pt.string
|
|
9890
9893
|
};
|
|
9891
9894
|
|
|
9892
|
-
var css$
|
|
9895
|
+
var css$6 = ".featured-campaign-card-module_wrapper__Lx4z3 {\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: space-evenly;\n align-items: center;\n padding: 20px;\n}\n.featured-campaign-card-module_wrapper__Lx4z3 .featured-campaign-card-module_image__ZtL5s {\n width: 100%;\n height: 100%;\n border-radius: 8px;\n}\n.featured-campaign-card-module_wrapper__Lx4z3 .featured-campaign-card-module_title__3rmNH {\n width: 100%;\n padding-top: 5px;\n padding-bottom: 10px;\n font-weight: 700;\n font-size: 15px;\n line-height: 21px;\n text-align: left;\n color: black;\n}\n.featured-campaign-card-module_wrapper__Lx4z3 .featured-campaign-card-module_description__NZDGW {\n display: flex;\n flex-direction: row;\n align-items: center;\n width: 100%;\n color: black;\n padding-top: 5px;\n padding-bottom: 5px;\n font-weight: 700;\n font-size: 13px;\n line-height: 18.2px;\n text-align: left;\n grid-gap: 20px;\n grid-gap: 20px;\n gap: 20px;\n}\n.featured-campaign-card-module_wrapper__Lx4z3 .featured-campaign-card-module_subtext__2eSW5 {\n width: 100%;\n color: #6d6d6d;\n padding-top: 5px;\n padding-bottom: 5px;\n font-weight: 500;\n font-size: 13px;\n line-height: 18.2px;\n text-align: left;\n margin-left: 3px;\n margin-right: 3px;\n}";
|
|
9893
9896
|
var cls$5 = {"wrapper":"featured-campaign-card-module_wrapper__Lx4z3","image":"featured-campaign-card-module_image__ZtL5s","title":"featured-campaign-card-module_title__3rmNH","description":"featured-campaign-card-module_description__NZDGW","subtext":"featured-campaign-card-module_subtext__2eSW5"};
|
|
9894
|
-
styleInject(css$
|
|
9897
|
+
styleInject(css$6);
|
|
9895
9898
|
|
|
9896
9899
|
var FeaturedCampaignCard = function FeaturedCampaignCard(_ref) {
|
|
9897
9900
|
var _ref$className = _ref.className,
|
|
@@ -9942,9 +9945,9 @@ FeaturedCampaignCard.propTypes = {
|
|
|
9942
9945
|
goal: _pt.number
|
|
9943
9946
|
};
|
|
9944
9947
|
|
|
9945
|
-
var css$
|
|
9948
|
+
var css$7 = ".fundraising-section-module_wrapper__2vajR {\n width: 100%;\n height: auto;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n border-radius: 10px;\n padding-right: 90px;\n padding-left: 90px;\n}\n.fundraising-section-module_wrapper__2vajR .fundraising-section-module_leftSide__1zI_4 {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n width: 50%;\n height: auto;\n padding-right: 36px;\n}\n.fundraising-section-module_wrapper__2vajR .fundraising-section-module_image__1G7d9 {\n max-width: 100%;\n max-height: 100%;\n border-radius: 10px;\n}\n.fundraising-section-module_wrapper__2vajR .fundraising-section-module_rightSide__3XxNu {\n width: 50%;\n height: auto;\n padding-left: 36px;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n justify-content: center;\n}\n.fundraising-section-module_wrapper__2vajR .fundraising-section-module_rightSide__3XxNu .fundraising-section-module_title__3qv_k {\n font-weight: 500;\n font-size: 24px;\n line-height: 32.4px;\n text-align: left;\n color: black;\n margin-bottom: 12.64px;\n}\n.fundraising-section-module_wrapper__2vajR .fundraising-section-module_rightSide__3XxNu .fundraising-section-module_description__1kteS {\n color: #6d6d6d;\n font-weight: 500;\n font-size: 20px;\n line-height: 32px;\n text-align: left;\n}";
|
|
9946
9949
|
var cls$6 = {"wrapper":"fundraising-section-module_wrapper__2vajR","leftSide":"fundraising-section-module_leftSide__1zI_4","image":"fundraising-section-module_image__1G7d9","rightSide":"fundraising-section-module_rightSide__3XxNu","title":"fundraising-section-module_title__3qv_k","description":"fundraising-section-module_description__1kteS"};
|
|
9947
|
-
styleInject(css$
|
|
9950
|
+
styleInject(css$7);
|
|
9948
9951
|
|
|
9949
9952
|
var FundraisingSection = function FundraisingSection(_ref) {
|
|
9950
9953
|
var _ref$className = _ref.className,
|
|
@@ -9978,9 +9981,9 @@ FundraisingSection.propTypes = {
|
|
|
9978
9981
|
imageUrl: _pt.string
|
|
9979
9982
|
};
|
|
9980
9983
|
|
|
9981
|
-
var css$
|
|
9984
|
+
var css$8 = ".hero-banner-module_wrapper__3tqb0 {\n width: 100%;\n height: 509.07px;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n background-color: #13362e;\n border-bottom-right-radius: 10px;\n}\n.hero-banner-module_wrapper__3tqb0 .hero-banner-module_rightSide__2v-ZN {\n width: 35%;\n height: 100%;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n justify-content: center;\n padding: 29px 0px 36px 41px;\n}\n.hero-banner-module_wrapper__3tqb0 .hero-banner-module_rightSide__2v-ZN .hero-banner-module_title__3W1MB {\n font-weight: 700;\n font-size: 40px;\n line-height: 56px;\n text-align: left;\n color: white;\n}\n.hero-banner-module_wrapper__3tqb0 .hero-banner-module_rightSide__2v-ZN .hero-banner-module_description__t3Jsm {\n color: white;\n font-weight: 500;\n font-size: 32px;\n line-height: 44.8px;\n text-align: left;\n padding-top: 20px;\n padding-bottom: 30px;\n}\n.hero-banner-module_wrapper__3tqb0 .hero-banner-module_leftSide__2wEYK {\n width: 65%;\n height: 100%;\n border-bottom-right-radius: 10px;\n}\n.hero-banner-module_wrapper__3tqb0 .hero-banner-module_image__jUz8f {\n border-bottom-right-radius: 10px;\n height: 100%;\n width: 100%;\n -o-object-fit: cover;\n object-fit: cover;\n mask-image: linear-gradient(to left, #2d8a75 0%, #2d8a75 50%, rgba(0, 0, 0, 0) 100%);\n -webkit-mask-image: linear-gradient(to left, #2d8a75 50%, #2d8a75 5%, rgba(0, 0, 0, 0) 100%);\n}";
|
|
9982
9985
|
var cls$7 = {"wrapper":"hero-banner-module_wrapper__3tqb0","rightSide":"hero-banner-module_rightSide__2v-ZN","title":"hero-banner-module_title__3W1MB","description":"hero-banner-module_description__t3Jsm","leftSide":"hero-banner-module_leftSide__2wEYK","image":"hero-banner-module_image__jUz8f"};
|
|
9983
|
-
styleInject(css$
|
|
9986
|
+
styleInject(css$8);
|
|
9984
9987
|
|
|
9985
9988
|
var HeroBnner = function HeroBnner(_ref) {
|
|
9986
9989
|
var _ref$className = _ref.className,
|
|
@@ -10022,9 +10025,9 @@ HeroBnner.propTypes = {
|
|
|
10022
10025
|
imageUrl: _pt.string
|
|
10023
10026
|
};
|
|
10024
10027
|
|
|
10025
|
-
var css$
|
|
10028
|
+
var css$9 = ".horizontalbar-module_wrapper__39Ym4 {\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-start;\n margin: 5px;\n}\n.horizontalbar-module_wrapper__39Ym4 .horizontalbar-module_bar__1X0jE {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: flex-end;\n background-color: #41ccad;\n border-radius: 999px;\n height: 50px;\n}\n.horizontalbar-module_wrapper__39Ym4 .horizontalbar-module_dot__1uJv_ {\n background-color: #2d8a75;\n display: flex;\n width: 20px;\n height: 20px;\n border-radius: 999px;\n margin-right: 17.5px;\n}";
|
|
10026
10029
|
var cls$8 = {"wrapper":"horizontalbar-module_wrapper__39Ym4","bar":"horizontalbar-module_bar__1X0jE","dot":"horizontalbar-module_dot__1uJv_"};
|
|
10027
|
-
styleInject(css$
|
|
10030
|
+
styleInject(css$9);
|
|
10028
10031
|
|
|
10029
10032
|
var HorizontalBar = function HorizontalBar(_ref) {
|
|
10030
10033
|
var _ref$className = _ref.className,
|
|
@@ -10066,9 +10069,9 @@ HorizontalBar.propTypes = {
|
|
|
10066
10069
|
marginLeft: _pt.number
|
|
10067
10070
|
};
|
|
10068
10071
|
|
|
10069
|
-
var css$
|
|
10072
|
+
var css$a = ".start-campaign-card-module_wrapper__26J9X {\n width: 708px;\n height: 330px;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n border-radius: 10px;\n background-color: #2d8a75;\n}\n.start-campaign-card-module_wrapper__26J9X .start-campaign-card-module_rightSide__2cTpp {\n width: 326px;\n height: 330px;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: space-around;\n padding: 29px 0px 36px 41px;\n}\n.start-campaign-card-module_wrapper__26J9X .start-campaign-card-module_rightSide__2cTpp .start-campaign-card-module_title__3S0AN {\n font-weight: 700;\n font-size: 32px;\n line-height: 44.8px;\n text-align: left;\n color: white;\n}\n.start-campaign-card-module_wrapper__26J9X .start-campaign-card-module_rightSide__2cTpp .start-campaign-card-module_description__2QHtW {\n color: white;\n font-weight: 500;\n font-size: 20px;\n line-height: 32px;\n text-align: left;\n}\n.start-campaign-card-module_wrapper__26J9X .start-campaign-card-module_leftSide__3yqbZ {\n width: 382px;\n height: 330px;\n border-top-right-radius: 10px;\n border-bottom-right-radius: 10px;\n background: linear-gradient(to right, #2d8a75 0%, #2d8a75 15%, rgba(0, 0, 0, 0) 50%), url(./test-image.svg) no-repeat;\n background-size: cover;\n}\n\n@media all and (max-width: 1200px) {\n .start-campaign-card-module_wrapper__26J9X {\n width: 456px;\n height: 330px;\n padding: 42px 42px 36px 42px;\n }\n .start-campaign-card-module_wrapper__26J9X .start-campaign-card-module_leftSide__3yqbZ {\n display: none;\n }\n .start-campaign-card-module_wrapper__26J9X .start-campaign-card-module_rightSide__2cTpp {\n width: 100%;\n height: 100%;\n padding: 0;\n }\n}\n@media all and (max-width: 992px) {\n .start-campaign-card-module_wrapper__26J9X {\n width: 350px;\n height: 367px;\n padding: 36px 33px 36px 33px;\n }\n .start-campaign-card-module_wrapper__26J9X .start-campaign-card-module_leftSide__3yqbZ {\n display: none;\n }\n .start-campaign-card-module_wrapper__26J9X .start-campaign-card-module_rightSide__2cTpp {\n width: 100%;\n height: 100%;\n padding: 0;\n }\n}\n@media all and (max-width: 768px) {\n .start-campaign-card-module_wrapper__26J9X {\n width: 430px;\n height: 525px;\n display: flex;\n flex-direction: column-reverse;\n justify-content: space-between;\n align-items: center;\n padding: 0;\n }\n .start-campaign-card-module_wrapper__26J9X .start-campaign-card-module_leftSide__3yqbZ {\n display: block;\n width: 430px;\n height: 330px;\n border-top-right-radius: 10px;\n border-top-left-radius: 10px;\n background: linear-gradient(to top, #2d8a75 0%, #2d8a75 15%, rgba(0, 0, 0, 0) 50%), url(./test-image.svg) no-repeat;\n background-size: cover;\n }\n .start-campaign-card-module_wrapper__26J9X .start-campaign-card-module_rightSide__2cTpp {\n width: 430;\n height: 195px;\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n justify-content: space-around;\n padding: 0px 42px 51px 42px;\n }\n .start-campaign-card-module_wrapper__26J9X .start-campaign-card-module_rightSide__2cTpp .start-campaign-card-module_title__3S0AN {\n font-weight: 700;\n font-size: 26px;\n line-height: 36.4px;\n text-align: left;\n color: white;\n }\n .start-campaign-card-module_wrapper__26J9X .start-campaign-card-module_rightSide__2cTpp .start-campaign-card-module_description__2QHtW {\n color: white;\n font-weight: 500;\n font-size: 16px;\n line-height: 25.6px;\n text-align: left;\n }\n}";
|
|
10070
10073
|
var cls$9 = {"wrapper":"start-campaign-card-module_wrapper__26J9X","rightSide":"start-campaign-card-module_rightSide__2cTpp","title":"start-campaign-card-module_title__3S0AN","description":"start-campaign-card-module_description__2QHtW","leftSide":"start-campaign-card-module_leftSide__3yqbZ"};
|
|
10071
|
-
styleInject(css$
|
|
10074
|
+
styleInject(css$a);
|
|
10072
10075
|
|
|
10073
10076
|
var StartCampaignCard = function StartCampaignCard(_ref) {
|
|
10074
10077
|
var _ref$className = _ref.className,
|
|
@@ -10877,9 +10880,9 @@ function useHover$1() {
|
|
|
10877
10880
|
return [isHovered, bind];
|
|
10878
10881
|
}
|
|
10879
10882
|
|
|
10880
|
-
var css$
|
|
10883
|
+
var css$b = ".nav-module_tabBar__1jJhu {\n height: 75px;\n}\n.nav-module_tabBar__1jJhu .mdc-tab-scroller .mdc-tab {\n height: 75px !important;\n}\n.nav-module_tabBar__1jJhu .mdc-tab-scroller .mdc-tab .mdc-tab__content .mdc-tab__text-label {\n font-size: 15px !important;\n font-weight: 500;\n}";
|
|
10881
10884
|
var cls$a = {"tabBar":"nav-module_tabBar__1jJhu"};
|
|
10882
|
-
styleInject(css$
|
|
10885
|
+
styleInject(css$b);
|
|
10883
10886
|
|
|
10884
10887
|
function Navigation$1(_ref) {
|
|
10885
10888
|
var logo = _ref.logo,
|