@ultraviolet/ui 1.13.1 → 1.15.0
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/README.md +1 -1
- package/dist/index.d.ts +208 -8
- package/dist/react-datepicker/dist/react-datepicker.min.css.js +1 -1
- package/dist/src/components/ActionBar/index.js +7 -0
- package/dist/src/components/Alert/index.js +3 -0
- package/dist/src/components/Avatar/index.js +4 -0
- package/dist/src/components/Badge/index.js +5 -5
- package/dist/src/components/Banner/index.js +3 -0
- package/dist/src/components/BarChart/index.js +2 -0
- package/dist/src/components/BarStack/index.js +4 -0
- package/dist/src/components/Breadcrumbs/index.js +3 -0
- package/dist/src/components/Bullet/index.js +3 -0
- package/dist/src/components/Button/index.js +8 -1
- package/dist/src/components/Card/index.js +4 -0
- package/dist/src/components/Carousel/index.js +3 -0
- package/dist/src/components/Checkbox/index.js +3 -0
- package/dist/src/components/CheckboxGroup/index.js +3 -0
- package/dist/src/components/CopyButton/index.js +3 -0
- package/dist/src/components/DateInput/index.js +5 -0
- package/dist/src/components/EmptyState/index.js +3 -0
- package/dist/src/components/Expandable/index.js +6 -0
- package/dist/src/components/LineChart/index.js +2 -0
- package/dist/src/components/Link/index.js +4 -0
- package/dist/src/components/List/index.js +4 -0
- package/dist/src/components/Loader/index.js +4 -0
- package/dist/src/components/Menu/index.js +7 -0
- package/dist/src/components/Meter/{Meter.js → index.js} +6 -3
- package/dist/src/components/Modal/{Modal.js → index.js} +6 -1
- package/dist/src/components/Notice/index.js +3 -0
- package/dist/src/components/NumberInput/index.js +4 -0
- package/dist/src/components/Pagination/index.js +2 -1
- package/dist/src/components/PasswordCheck/index.js +5 -0
- package/dist/src/components/PasswordStrengthMeter/index.js +1 -0
- package/dist/src/components/PieChart/index.js +2 -0
- package/dist/src/components/Popover/index.js +40 -5
- package/dist/src/components/ProgressBar/index.js +3 -0
- package/dist/src/components/Radio/index.js +3 -0
- package/dist/src/components/RadioGroup/index.js +3 -0
- package/dist/src/components/Row/index.js +4 -0
- package/dist/src/components/SelectInput/index.js +4 -0
- package/dist/src/components/SelectableCard/index.js +4 -0
- package/dist/src/components/Separator/index.js +3 -0
- package/dist/src/components/Skeleton/index.js +5 -0
- package/dist/src/components/Snippet/index.js +4 -0
- package/dist/src/components/Stack/index.js +4 -0
- package/dist/src/components/Status/index.js +3 -0
- package/dist/src/components/StepList/index.js +1 -0
- package/dist/src/components/Stepper/index.js +3 -0
- package/dist/src/components/SwitchButton/index.js +3 -0
- package/dist/src/components/Table/index.js +4 -0
- package/dist/src/components/Tabs/index.js +4 -0
- package/dist/src/components/Tag/index.js +5 -0
- package/dist/src/components/TagInput/index.js +1 -0
- package/dist/src/components/TagList/index.js +4 -0
- package/dist/src/components/Text/index.js +4 -0
- package/dist/src/components/TextInput/index.js +5 -0
- package/dist/src/components/TimeInput/index.js +2 -0
- package/dist/src/components/Toaster/index.js +8 -0
- package/dist/src/components/Toggle/index.js +3 -0
- package/dist/src/components/ToggleGroup/index.js +3 -0
- package/dist/src/components/Tooltip/index.js +18 -1
- package/dist/src/components/VerificationCode/index.js +4 -0
- package/dist/src/index.js +2 -2
- package/dist/src/internalComponents/Popup/index.js +56 -10
- package/package.json +2 -2
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var css_248z = ".react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon::before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:\"\";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after{box-sizing:content-box;position:absolute;border:8px solid rgba(0,0,0,0);height:0;width:1px;content:\"\";z-index:-1;border-width:8px;left:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:\"Helvetica Neue\",helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:bold;font-size:.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *::before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next::before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous::before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + (1.7rem / 2));overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:bold}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:rgba(0,0,0,0)}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day-names{margin-bottom:-8px}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:bold}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:rgba(33,107,165,.5)}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:rgba(0,0,0,0)}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid rgba(0,0,0,0);border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:rgba(0,0,0,0);border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon::after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:\"×\"}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:bold;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media(max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-0.125em}\n";
|
|
1
|
+
var css_248z = ".react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon::before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:\"\";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after{box-sizing:content-box;position:absolute;border:8px solid rgba(0,0,0,0);height:0;width:1px;content:\"\";z-index:-1;border-width:8px;left:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:\"Helvetica Neue\",helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:bold;font-size:.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *::before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next::before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous::before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + (1.7rem / 2));overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:bold}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:rgba(0,0,0,0)}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day-names{margin-bottom:-8px}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:bold}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .holiday-overlay,.react-datepicker__month-text--holidays .holiday-overlay,.react-datepicker__quarter-text--holidays .holiday-overlay,.react-datepicker__year-text--holidays .holiday-overlay{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .holiday-overlay,.react-datepicker__month-text--holidays:hover .holiday-overlay,.react-datepicker__quarter-text--holidays:hover .holiday-overlay,.react-datepicker__year-text--holidays:hover .holiday-overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:rgba(33,107,165,.5)}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:rgba(0,0,0,0)}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid rgba(0,0,0,0);border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:rgba(0,0,0,0);border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon::after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:\"×\"}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:bold;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media(max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-0.125em}\n";
|
|
2
2
|
|
|
3
3
|
export { css_248z as default };
|
|
@@ -28,6 +28,13 @@ const StyledDiv = /*#__PURE__*/_styled("div", {
|
|
|
28
28
|
} = _ref4;
|
|
29
29
|
return theme.shadows.defaultShadow;
|
|
30
30
|
}, ";height:", HEIGHT, "px;left:50%;position:fixed;transform:translate(-50%, 0);width:600px;animation:", fadeIn, " 0.2s ease-in-out;");
|
|
31
|
+
/**
|
|
32
|
+
* The ActionBar is a floating bar that appears at the bottom of a page.
|
|
33
|
+
* It can be used to display important actions or information to the user, and can be configured to display a variety of different content types.
|
|
34
|
+
*
|
|
35
|
+
* **Note:** ActionBar is added into a portal at the end of the body element. This means that it will always be on top of other elements without `z-index`,
|
|
36
|
+
* and will not be affected by the layout of the page it is on.
|
|
37
|
+
*/
|
|
31
38
|
const ActionBar = _ref5 => {
|
|
32
39
|
let {
|
|
33
40
|
children,
|
|
@@ -72,6 +72,9 @@ const CloseButton = /*#__PURE__*/_styled(Button, {
|
|
|
72
72
|
styles: "align-self:start",
|
|
73
73
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
|
74
74
|
});
|
|
75
|
+
/**
|
|
76
|
+
* Alert component is used to display a short, important message in a way that attracts the user's attention without interrupting the user's task.
|
|
77
|
+
*/
|
|
75
78
|
const Alert = _ref6 => {
|
|
76
79
|
let {
|
|
77
80
|
children,
|
|
@@ -34,8 +34,6 @@ const PROMINENCES = {
|
|
|
34
34
|
|
|
35
35
|
/**
|
|
36
36
|
* Generate all styles available for badge based on prominence and sentiments
|
|
37
|
-
* @param prominence
|
|
38
|
-
* @param theme
|
|
39
37
|
*/
|
|
40
38
|
const generateStyles = _ref2 => {
|
|
41
39
|
let {
|
|
@@ -66,7 +64,7 @@ const generateStyles = _ref2 => {
|
|
|
66
64
|
`
|
|
67
65
|
};
|
|
68
66
|
};
|
|
69
|
-
const
|
|
67
|
+
const StyledSpan = /*#__PURE__*/_styled('span', {
|
|
70
68
|
shouldForwardProp: prop => !['sentiment', 'size'].includes(prop),
|
|
71
69
|
target: "ej33bna0"
|
|
72
70
|
})("display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:", _ref3 => {
|
|
@@ -97,6 +95,9 @@ const StyledBox = /*#__PURE__*/_styled('div', {
|
|
|
97
95
|
} = _ref7;
|
|
98
96
|
return sentiment;
|
|
99
97
|
}, ";");
|
|
98
|
+
/**
|
|
99
|
+
* Badge component is used to display a status or a label in a small container.
|
|
100
|
+
*/
|
|
100
101
|
const Badge = _ref8 => {
|
|
101
102
|
let {
|
|
102
103
|
sentiment = 'neutral',
|
|
@@ -119,10 +120,9 @@ const Badge = _ref8 => {
|
|
|
119
120
|
theme
|
|
120
121
|
}), [prominence, theme]);
|
|
121
122
|
const sizeValue = SIZES[size];
|
|
122
|
-
return jsxs(
|
|
123
|
+
return jsxs(StyledSpan, {
|
|
123
124
|
role: "status",
|
|
124
125
|
"aria-label": ariaLabel,
|
|
125
|
-
as: "span",
|
|
126
126
|
sentiment: disabled ? generatedStyles['disabled'] : generatedStyles[sentiment],
|
|
127
127
|
size: sizeValue,
|
|
128
128
|
className: className,
|
|
@@ -84,6 +84,9 @@ const ImageStack = /*#__PURE__*/_styled(Stack, {
|
|
|
84
84
|
} = _ref7;
|
|
85
85
|
return size === 'medium' ? '140px' : '74px';
|
|
86
86
|
}, ";");
|
|
87
|
+
/**
|
|
88
|
+
* Banner component is used to display an informative message to the user with style.
|
|
89
|
+
*/
|
|
87
90
|
const Banner = _ref8 => {
|
|
88
91
|
let {
|
|
89
92
|
variant = 'intro',
|
|
@@ -16,6 +16,8 @@ const DEFAULT_AXISFORMATTER = {};
|
|
|
16
16
|
const DEFAULT_KEYS = ['value'];
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
|
+
* BarChart component is used to display data in a bar chart format. It uses the Nivo library under the hood.
|
|
20
|
+
* See https://nivo.rocks/bar/ for more information.
|
|
19
21
|
* @experimental This component is experimental and may be subject to breaking changes in the future.
|
|
20
22
|
*/
|
|
21
23
|
const BarChart = _ref => {
|
|
@@ -161,6 +161,10 @@ const StyledContainer = /*#__PURE__*/_styled("div", {
|
|
|
161
161
|
} = _ref28;
|
|
162
162
|
return theme.colors.secondary.backgroundStrong;
|
|
163
163
|
}, "BF;}");
|
|
164
|
+
|
|
165
|
+
/**
|
|
166
|
+
* BarStack is a graphic component that is used to show data in one dimension.
|
|
167
|
+
*/
|
|
164
168
|
const BarStack = _ref29 => {
|
|
165
169
|
let {
|
|
166
170
|
data,
|
|
@@ -74,6 +74,9 @@ const StyledContainer = /*#__PURE__*/_styled('div', {
|
|
|
74
74
|
prominence
|
|
75
75
|
})[sentiment];
|
|
76
76
|
}, " ", sizeStyles, ";");
|
|
77
|
+
/**
|
|
78
|
+
* Bullet component is used to display a small icon or text with a colored background in a circle.
|
|
79
|
+
*/
|
|
77
80
|
const Bullet = _ref5 => {
|
|
78
81
|
let {
|
|
79
82
|
className,
|
|
@@ -212,6 +212,10 @@ const VARIANTS_COMPONENTS = {
|
|
|
212
212
|
|
|
213
213
|
// @note: using XOR utility was generating some lint erros
|
|
214
214
|
|
|
215
|
+
/**
|
|
216
|
+
* Button component is used to trigger an action or event, such as submitting a form, opening a dialog,
|
|
217
|
+
* canceling an action, or performing a delete operation.
|
|
218
|
+
*/
|
|
215
219
|
const Button = /*#__PURE__*/forwardRef((_ref10, ref) => {
|
|
216
220
|
let {
|
|
217
221
|
type = 'button',
|
|
@@ -238,7 +242,8 @@ const Button = /*#__PURE__*/forwardRef((_ref10, ref) => {
|
|
|
238
242
|
target,
|
|
239
243
|
role,
|
|
240
244
|
tooltip,
|
|
241
|
-
tabIndex
|
|
245
|
+
tabIndex,
|
|
246
|
+
autoFocus
|
|
242
247
|
} = _ref10;
|
|
243
248
|
const computeIsDisabled = disabled || isLoading;
|
|
244
249
|
const content = jsxs(Fragment, {
|
|
@@ -283,6 +288,7 @@ const Button = /*#__PURE__*/forwardRef((_ref10, ref) => {
|
|
|
283
288
|
ref: ref,
|
|
284
289
|
iconOnly: !!icon && !children,
|
|
285
290
|
tabIndex: tabIndex,
|
|
291
|
+
autoFocus: autoFocus,
|
|
286
292
|
children: content
|
|
287
293
|
})
|
|
288
294
|
});
|
|
@@ -311,6 +317,7 @@ const Button = /*#__PURE__*/forwardRef((_ref10, ref) => {
|
|
|
311
317
|
"aria-haspopup": ariaHaspopup,
|
|
312
318
|
iconOnly: !!icon && !children,
|
|
313
319
|
tabIndex: tabIndex,
|
|
320
|
+
autoFocus: autoFocus,
|
|
314
321
|
children: content
|
|
315
322
|
})
|
|
316
323
|
});
|
|
@@ -43,6 +43,10 @@ const BorderedBox = /*#__PURE__*/_styled("div", {
|
|
|
43
43
|
} = _ref5;
|
|
44
44
|
return theme.colors.neutral.borderDisabled;
|
|
45
45
|
}, ";}");
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Card component is a simple component to display content in a box with a border.
|
|
49
|
+
*/
|
|
46
50
|
const Card = /*#__PURE__*/forwardRef((_ref6, ref) => {
|
|
47
51
|
let {
|
|
48
52
|
header,
|
|
@@ -368,6 +368,9 @@ const StyledActivityContainer = /*#__PURE__*/_styled("div", {
|
|
|
368
368
|
styles: "display:flex",
|
|
369
369
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
|
370
370
|
});
|
|
371
|
+
/**
|
|
372
|
+
* Checkbox is an input component used to select or deselect an option.
|
|
373
|
+
*/
|
|
371
374
|
const Checkbox = /*#__PURE__*/forwardRef((_ref64, ref) => {
|
|
372
375
|
let {
|
|
373
376
|
checked = false,
|
|
@@ -69,6 +69,9 @@ const StyledRequiredIcon = /*#__PURE__*/_styled(Icon, {
|
|
|
69
69
|
styles: "vertical-align:super",
|
|
70
70
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
|
71
71
|
});
|
|
72
|
+
/**
|
|
73
|
+
* CheckboxGroup is a component that groups a set of checkboxes together with a legend and helper/error text.
|
|
74
|
+
*/
|
|
72
75
|
const CheckboxGroup = _ref2 => {
|
|
73
76
|
let {
|
|
74
77
|
legend,
|
|
@@ -3,6 +3,9 @@ import { Button } from '../Button/index.js';
|
|
|
3
3
|
import { jsx } from '@emotion/react/jsx-runtime';
|
|
4
4
|
|
|
5
5
|
const COPY_DURATION = 2500;
|
|
6
|
+
/**
|
|
7
|
+
* CopyButton is a button that copies a given value to the clipboard.
|
|
8
|
+
*/
|
|
6
9
|
const CopyButton = _ref => {
|
|
7
10
|
let {
|
|
8
11
|
size = 'small',
|
|
@@ -144,6 +144,11 @@ const StyledText = /*#__PURE__*/_styled(Text, {
|
|
|
144
144
|
return theme.space['1'];
|
|
145
145
|
}, ";");
|
|
146
146
|
const DEFAULT_FORMAT = value => value instanceof Date ? value.toISOString() : value;
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* DateInput is a wrapper around react-datepicker that provides a consistent look and feel with the rest of the Ultraviolet UI.
|
|
150
|
+
* See https://reactdatepicker.com/ for more information.
|
|
151
|
+
*/
|
|
147
152
|
const DateInput = _ref24 => {
|
|
148
153
|
let {
|
|
149
154
|
autoFocus = false,
|
|
@@ -19,6 +19,12 @@ const StyledExpandable = /*#__PURE__*/_styled('div', {
|
|
|
19
19
|
} = _ref2;
|
|
20
20
|
return opened ? 'initial' : `${minHeight}px`;
|
|
21
21
|
}, ";");
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* The Expandable component is a dynamic React component that allows for the expansion of its children content
|
|
25
|
+
* based on its height. The component comes with a sleek and smooth animation, providing a visually pleasing
|
|
26
|
+
* user experience.
|
|
27
|
+
*/
|
|
22
28
|
const Expandable = _ref3 => {
|
|
23
29
|
let {
|
|
24
30
|
children,
|
|
@@ -26,6 +26,8 @@ const DEFAULT_YSCALE = {
|
|
|
26
26
|
const DEFAULT_CHARTPROPS = {};
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
|
+
* LineChart component is a wrapper around Nivo's ResponsiveLine component used to display data in a line chart.
|
|
30
|
+
* See https://nivo.rocks/line/ for more information.
|
|
29
31
|
* @experimental This component is experimental and may be subject to breaking changes in the future.
|
|
30
32
|
*/
|
|
31
33
|
const LineChart = _ref => {
|
|
@@ -91,6 +91,10 @@ const StyledLink = /*#__PURE__*/_styled('a', {
|
|
|
91
91
|
} = _ref8;
|
|
92
92
|
return theme.colors[sentiment]?.text ?? theme.colors.neutral.text;
|
|
93
93
|
}, ";}&:active{text-decoration-thickness:2px;}");
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* Link is a component used to navigate between pages or to external websites.
|
|
97
|
+
*/
|
|
94
98
|
const Link = /*#__PURE__*/forwardRef((_ref9, ref) => {
|
|
95
99
|
let {
|
|
96
100
|
children,
|
|
@@ -67,6 +67,10 @@ const BaseList = /*#__PURE__*/forwardRef((_ref3, ref) => {
|
|
|
67
67
|
})
|
|
68
68
|
});
|
|
69
69
|
});
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* List is a component that displays a list of items based on the columns you provide and the data you pass.
|
|
73
|
+
*/
|
|
70
74
|
const List = /*#__PURE__*/Object.assign(BaseList, {
|
|
71
75
|
Row,
|
|
72
76
|
Cell,
|
|
@@ -37,6 +37,10 @@ const Text = /*#__PURE__*/_styled('text', {
|
|
|
37
37
|
} = _ref3;
|
|
38
38
|
return theme.colors[color]?.backgroundStrong || color;
|
|
39
39
|
}, ";font-size:26px;dominant-baseline:middle;text-anchor:middle;");
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Loader is a circular progress indicator that can be used to indicate that an action is being performed.
|
|
43
|
+
*/
|
|
40
44
|
var _ref = process.env.NODE_ENV === "production" ? {
|
|
41
45
|
name: "si0mpz",
|
|
42
46
|
styles: "transition:stroke-dashoffset 0.5s ease 0s"
|
|
@@ -139,6 +139,13 @@ const FwdMenu = /*#__PURE__*/forwardRef((_ref9, ref) => {
|
|
|
139
139
|
})]
|
|
140
140
|
});
|
|
141
141
|
});
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* A menu is a widget that offers a list of choices to the user, such as a set of actions or functions.
|
|
145
|
+
* A menu is usually opened, or made visible, by activating a menu button, choosing an item in a menu that opens a
|
|
146
|
+
* sub menu, or by invoking a command, such as `Shift + F10` on Windows, that opens a context specific menu.
|
|
147
|
+
* When a user activates a choice in a menu, the menu usually closes unless the choice opened a submenu.
|
|
148
|
+
*/
|
|
142
149
|
const Menu = /*#__PURE__*/Object.assign(FwdMenu, {
|
|
143
150
|
Item
|
|
144
151
|
});
|
|
@@ -4,7 +4,7 @@ import { jsxs, jsx } from '@emotion/react/jsx-runtime';
|
|
|
4
4
|
|
|
5
5
|
const StyledStrength = /*#__PURE__*/_styled(Text, {
|
|
6
6
|
shouldForwardProp: prop => !['color'].includes(prop),
|
|
7
|
-
target: "
|
|
7
|
+
target: "e157fc5l2"
|
|
8
8
|
})("float:right;vertical-align:top;color:", _ref => {
|
|
9
9
|
let {
|
|
10
10
|
strength
|
|
@@ -12,7 +12,7 @@ const StyledStrength = /*#__PURE__*/_styled(Text, {
|
|
|
12
12
|
return strength.color;
|
|
13
13
|
}, ";");
|
|
14
14
|
const StyledWrapper = /*#__PURE__*/_styled("div", {
|
|
15
|
-
target: "
|
|
15
|
+
target: "e157fc5l1"
|
|
16
16
|
})("background-color:", _ref2 => {
|
|
17
17
|
let {
|
|
18
18
|
theme
|
|
@@ -40,13 +40,16 @@ const StyledWrapper = /*#__PURE__*/_styled("div", {
|
|
|
40
40
|
return theme.space['2'];
|
|
41
41
|
}, ";");
|
|
42
42
|
const StyledMeter = /*#__PURE__*/_styled("div", {
|
|
43
|
-
target: "
|
|
43
|
+
target: "e157fc5l0"
|
|
44
44
|
})("border-radius:", _ref7 => {
|
|
45
45
|
let {
|
|
46
46
|
theme
|
|
47
47
|
} = _ref7;
|
|
48
48
|
return theme.radii.default;
|
|
49
49
|
}, ";height:100%;transition:all 0.5s;");
|
|
50
|
+
/**
|
|
51
|
+
* Show strength of a password based on different criteria.
|
|
52
|
+
*/
|
|
50
53
|
const Meter = _ref8 => {
|
|
51
54
|
let {
|
|
52
55
|
strength,
|
|
@@ -6,7 +6,7 @@ import { Disclosure } from './Disclosure.js';
|
|
|
6
6
|
import { jsxs, Fragment, jsx } from '@emotion/react/jsx-runtime';
|
|
7
7
|
|
|
8
8
|
const StyledContainer = /*#__PURE__*/_styled("div", {
|
|
9
|
-
target: "
|
|
9
|
+
target: "ebywm9u0"
|
|
10
10
|
})("position:absolute;top:", _ref => {
|
|
11
11
|
let {
|
|
12
12
|
theme
|
|
@@ -18,6 +18,11 @@ const StyledContainer = /*#__PURE__*/_styled("div", {
|
|
|
18
18
|
} = _ref2;
|
|
19
19
|
return theme.space['2'];
|
|
20
20
|
}, ";");
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Modal is a component that allows you to display content on top of other content.
|
|
24
|
+
* It is often used to display a dialog with additional information or to ask for a confirmation.
|
|
25
|
+
*/
|
|
21
26
|
const Modal = _ref3 => {
|
|
22
27
|
let {
|
|
23
28
|
ariaLabel = 'modal',
|
|
@@ -3,6 +3,9 @@ import { Stack } from '../Stack/index.js';
|
|
|
3
3
|
import { Text } from '../Text/index.js';
|
|
4
4
|
import { jsxs, jsx } from '@emotion/react/jsx-runtime';
|
|
5
5
|
|
|
6
|
+
/**
|
|
7
|
+
* A Notice is used to display a short message to the user.
|
|
8
|
+
*/
|
|
6
9
|
const Notice = _ref => {
|
|
7
10
|
let {
|
|
8
11
|
children,
|
|
@@ -138,6 +138,10 @@ const StyledContainer = /*#__PURE__*/_styled('div', {
|
|
|
138
138
|
} = _ref20;
|
|
139
139
|
return theme.colors.primary.borderHover;
|
|
140
140
|
}, ";}}");
|
|
141
|
+
/**
|
|
142
|
+
* NumberInput component is used to increment / decrement a number value by clicking on + / - buttons or
|
|
143
|
+
* by typing into input.
|
|
144
|
+
*/
|
|
141
145
|
const NumberInput = _ref21 => {
|
|
142
146
|
let {
|
|
143
147
|
disabled = false,
|
|
@@ -37,7 +37,8 @@ const StyledContainer = /*#__PURE__*/_styled("div", {
|
|
|
37
37
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
|
38
38
|
});
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* Pagination is a component to navigate between pages, it is composed of 2 buttons to go to the previous and next page,
|
|
41
|
+
* and a list of buttons to go to a specific page.
|
|
41
42
|
*/
|
|
42
43
|
const Pagination = _ref4 => {
|
|
43
44
|
let {
|
|
@@ -12,6 +12,11 @@ const PasswordCheckContainer = /*#__PURE__*/_styled("div", {
|
|
|
12
12
|
} = _ref;
|
|
13
13
|
return theme.space['1'];
|
|
14
14
|
}, ";");
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* PasswordCheck is a component that display a list of password rules with a check or a cross depending on the validity
|
|
18
|
+
* of the rule.
|
|
19
|
+
*/
|
|
15
20
|
const PasswordCheck = _ref2 => {
|
|
16
21
|
let {
|
|
17
22
|
rules,
|
|
@@ -45,6 +45,8 @@ const DEFAULT_MARGIN = {
|
|
|
45
45
|
};
|
|
46
46
|
|
|
47
47
|
/**
|
|
48
|
+
* PieChart component is a wrapper around the Nivo Pie component to display a pie chart.
|
|
49
|
+
* See https://nivo.rocks/pie/ for more information.
|
|
48
50
|
* @experimental This component is experimental and may be subject to breaking changes in the future.
|
|
49
51
|
*/
|
|
50
52
|
const PieChart = _ref2 => {
|