@paygreen/pgui 3.0.0-beta → 3.0.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 +3 -0
- package/dist/components/actions-button/actions-button.d.ts +2 -1
- package/dist/components/data-list/datalist.d.ts +1 -2
- package/dist/components/data-table/data-table.d.ts +2 -2
- package/dist/components/date-picker/date-picker.d.ts +2 -3
- package/dist/components/index.d.ts +4 -0
- package/dist/components/input-mask/input-mask.d.ts +2 -1
- package/dist/components/input-password/input-password.d.ts +34 -0
- package/dist/components/input-phone/input-phone.d.ts +3 -3
- package/dist/components/input-search/input-search.d.ts +14 -0
- package/dist/components/loader/loader.d.ts +6 -4
- package/dist/components/logos/logoPaygreenByLemonway.d.ts +1 -2
- package/dist/components/modal/modal.d.ts +49 -12
- package/dist/components/pagination/pagination.d.ts +7 -2
- package/dist/components/select/select.d.ts +39 -19
- package/dist/components/sidebar/sidebar.d.ts +17 -3
- package/dist/components/tooltip/tooltip.d.ts +11 -0
- package/dist/components/ui/toaster.d.ts +2 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +10 -10
- package/dist/index.mjs +3407 -2360
- package/dist/pgui.css +1 -1
- package/dist/theme/index.d.ts +2 -1
- package/dist/theme/recipes/alert-recipe.d.ts +2 -0
- package/dist/theme/recipes/card-recipe.d.ts +3 -6
- package/dist/theme/recipes/index.d.ts +0 -17
- package/dist/theme/semanticTokens/colors.d.ts +374 -21
- package/dist/theme/semanticTokens/index.d.ts +374 -21
- package/dist/theme/tokens/colors.d.ts +291 -9
- package/dist/theme/tokens/index.d.ts +290 -13
- package/package.json +3 -5
- package/src/components/date-picker/date-picker.css +64 -45
- package/src/components/select/select.css +33 -9
- package/dist/theme/tokens/gradients.d.ts +0 -6
package/dist/pgui.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{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-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;line-height:initial}.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-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.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:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.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,.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 + .85rem);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:700}.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:transparent}.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:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.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:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):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:700}.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:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):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 .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-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:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .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:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):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:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):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:#216ba580}.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 .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-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__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.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 transparent;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:transparent;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__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;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:-.125em}.chakra-datepicker .react-datepicker{font-size:var(--chakra-font-sizes-sm);font-family:inherit;border:1px solid var(--chakra-colors-border);border-radius:var(--chakra-radii-md);background-color:var(--chakra-colors-white);box-shadow:var(--chakra-shadows-md)}.chakra-datepicker .react-datepicker__header{background-color:transparent;border-bottom:1px solid var(--chakra-colors-border);padding:.5rem}.chakra-datepicker .react-datepicker__month-select,.chakra-datepicker .react-datepicker__year-select{background-color:var(--chakra-colors-white);border:1px solid var(--chakra-colors-border);border-radius:var(--chakra-radii-md);padding:.2rem;margin:.2rem}.chakra-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:80px}.chakra-datepicker .react-datepicker__day{color:var(--chakra-colors-gray-700);border-radius:var(--chakra-radii-md);margin:.1rem;width:1.75rem;line-height:1.75rem}.chakra-datepicker .react-datepicker__day:hover{background-color:var(--chakra-colors-gray-100)}.chakra-datepicker .react-datepicker__day--keyboard-selected{background-color:var(--chakra-colors-brand-200)!important;color:var(--chakra-colors-white)!important}.chakra-datepicker .react-datepicker__day--selected,.chakra-datepicker .react-datepicker__day--in-range{background-color:var(--chakra-colors-brand-500)!important;color:var(--chakra-colors-white)!important}.chakra-datepicker .react-datepicker__day--disabled{opacity:.5;cursor:not-allowed}.chakra-datepicker .react-datepicker__day--in-selecting-range{background-color:var(--chakra-colors-brand-100)}.chakra-datepicker .react-datepicker__time-container{border-left:1px solid var(--chakra-colors-border);width:5rem}.chakra-datepicker .react-datepicker-time__header{font-size:var(--chakra-font-sizes-sm)}.chakra-datepicker .react-datepicker__time-box{border-radius:0}.chakra-datepicker .react-datepicker__time-list-item{color:var(--chakra-colors-gray-700);padding:.25rem}.chakra-datepicker .react-datepicker__time-list-item:hover{background-color:var(--chakra-colors-gray-100)}.chakra-datepicker .react-datepicker__time-list-item--selected{background-color:var(--chakra-colors-brand-500)!important;color:var(--chakra-colors-white)!important}.chakra-datepicker .react-datepicker__day-name{color:var(--chakra-colors-gray-600)}.chakra-datepicker .react-datepicker__current-month{display:none}.chakra-datepicker .react-datepicker__navigation-icon{margin-top:1rem}.chakra-datepicker .react-datepicker__navigation-icon:before{border-color:var(--chakra-colors-gray-600)}.chakra-datepicker .react-datepicker__triangle{display:none!important}.chakra-datepicker[data-theme=dark] .react-datepicker{background-color:var(--chakra-colors-gray-800);border-color:var(--chakra-colors-gray-700)}.chakra-datepicker[data-theme=dark] .react-datepicker__header{background-color:var(--chakra-colors-gray-700);border-color:var(--chakra-colors-gray-600)}.chakra-datepicker[data-theme=dark] .react-datepicker__day{color:var(--chakra-colors-gray-300)}.chakra-datepicker[data-theme=dark] .react-datepicker__day:hover{background-color:var(--chakra-colors-gray-600)}.chakra-datepicker[data-theme=dark] .react-datepicker__day--in-selecting-range{background-color:var(--chakra-colors-brand-700)}.chakra-datepicker[data-theme=dark] .react-datepicker__time-container{border-color:var(--chakra-colors-gray-600)}.chakra-datepicker[data-theme=dark] .react-datepicker-time__header{color:var(--chakra-colors-gray-100)}.chakra-datepicker[data-theme=dark] .react-datepicker__time-list{background-color:var(--chakra-colors-gray-800)}.chakra-datepicker[data-theme=dark] .react-datepicker__time-list-item{color:var(--chakra-colors-gray-300)}.chakra-datepicker[data-theme=dark] .react-datepicker__time-list-item:hover{background-color:var(--chakra-colors-gray-600)}.chakra-datepicker[data-theme=dark] .react-datepicker__time-list-item--selected{background-color:var(--chakra-colors-brand-500)!important;color:var(--chakra-colors-white)!important}.chakra-datepicker[data-theme=dark] .react-datepicker__time-box{background-color:var(--chakra-colors-gray-800)}.chakra-datepicker[data-theme=dark] .react-datepicker__day-name{color:var(--chakra-colors-gray-400)}.chakra-datepicker[data-theme=dark] .react-datepicker__current-month{color:var(--chakra-colors-gray-200)}.chakra-datepicker[data-theme=dark] .react-datepicker__navigation-icon:before{border-color:var(--chakra-colors-gray-200)}.chakra-datepicker[data-theme=dark] .react-datepicker__month-select,.chakra-datepicker[data-theme=dark] .react-datepicker__year-select{background-color:var(--chakra-colors-gray-700);color:var(--chakra-colors-white);border:1px solid var(--chakra-colors-border-emphasized)}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.select-custom-container{font-size:var(--chakra-font-sizes-sm);min-width:200px;display:inline-block}.select-custom__single-value{color:var(--chakra-colors-fg)!important}.select-custom__control{border:1px solid var(--chakra-colors-border)!important}.select-custom__control,.select-custom__control--is-focused{min-height:33px!important;background-color:var(--chakra-colors-bg)!important}.select-custom__control--is-focused{box-shadow:none!important}.select-custom__menu{border:1px solid var(--chakra-colors-border)!important;background-color:transparent!important;box-shadow:none!important;border-radius:var(--chakra-radii-md)!important}.select-custom__menu-list{border-radius:var(--chakra-radii-md)!important;padding:0!important}.select-custom__multi-value{background-color:var(--chakra-colors-bg-emphasized)!important}.select-custom__multi-value__label{color:var(--chakra-colors-fg)!important}.select-custom__option{background-color:var(--chakra-colors-bg-panel)!important;font-size:var(--chakra-font-sizes-sm)!important;padding:5px 10px!important}.select-custom__option:hover{background-color:var(--chakra-colors-bg-emphasized)!important}.select-custom__option--is-selected{color:var(--chakra-colors-fg)!important;background-color:var(--chakra-colors-bg-emphasized)!important}.select-custom__multi-value__label{font-size:var(--chakra-font-sizes-sm)!important}.select-custom__multi-value__remove{color:var(--chakra-colors-fg)!important}.select-custom__multi-value__remove:hover{cursor:pointer!important;background-color:var(--chakra-colors-red-emphasized)!important}.select-custom__indicator svg{cursor:pointer;width:15px;height:15px}
|
|
1
|
+
@charset "UTF-8";.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{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-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;line-height:initial}.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-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.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:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.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,.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 + .85rem);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:700}.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:transparent}.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:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.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:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):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:700}.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:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):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 .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-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:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .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:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):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:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):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:#216ba580}.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 .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-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__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.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 transparent;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:transparent;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__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;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:-.125em}.chakra-datepicker{width:100%}.chakra-datepicker .react-datepicker{font-size:var(--chakra-font-sizes-sm);font-family:inherit;border:1px solid var(--chakra-colors-border);border-radius:var(--chakra-radii-md);background-color:var(--chakra-colors-white);box-shadow:var(--chakra-shadows-md);width:100%}.chakra-datepicker .react-datepicker-wrapper{width:100%}.chakra-datepicker .react-datepicker__header{background-color:transparent;border-bottom:1px solid var(--chakra-colors-border);padding:.5rem}.chakra-datepicker .react-datepicker__month-select,.chakra-datepicker .react-datepicker__year-select{background-color:var(--chakra-colors-white);border:1px solid var(--chakra-colors-border);border-radius:var(--chakra-radii-md);padding:.2rem;margin:.2rem}.chakra-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:80px}.chakra-datepicker .react-datepicker__day{color:var(--chakra-colors-lm_gray-30);border-radius:var(--chakra-radii-md);margin:.1rem;width:1.75rem;line-height:1.75rem}.chakra-datepicker .react-datepicker__day:hover{background-color:var(--chakra-colors-lm_gray-80)}.chakra-datepicker .react-datepicker__day--keyboard-selected{background-color:var(--chakra-colors-lm_cello-50)!important;color:var(--chakra-colors-white)!important}.chakra-datepicker .react-datepicker__day--selected,.chakra-datepicker .react-datepicker__day--in-range{background-color:var(--chakra-colors-lm_cello-40)!important;color:var(--chakra-colors-white)!important}.chakra-datepicker .react-datepicker__sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;visibility:hidden!important}.chakra-datepicker .react-datepicker__day--disabled{opacity:.5;cursor:not-allowed}.chakra-datepicker .react-datepicker__day--in-selecting-range{background-color:var(--chakra-colors-brand-100)}.chakra-datepicker .react-datepicker__time-container{border-left:1px solid var(--chakra-colors-border);width:5rem}.chakra-datepicker .react-datepicker-time__header{font-size:var(--chakra-font-sizes-sm)}.chakra-datepicker .react-datepicker__time-box{border-radius:0}.chakra-datepicker .react-datepicker__time-list-item{color:var(--chakra-colors-lm_gray-700);padding:.25rem}.chakra-datepicker .react-datepicker__time-list-item:hover{background-color:var(--chakra-colors-lm_gray-100)}.chakra-datepicker .react-datepicker__time-list-item--selected{background-color:var(--chakra-colors-lm_cello-40)!important;color:var(--chakra-colors-white)!important}.chakra-datepicker .react-datepicker__day-name{color:var(--chakra-colors-lm_gray-600)}.chakra-datepicker .react-datepicker__current-month{display:none}.chakra-datepicker .react-datepicker__navigation-icon{margin-top:1rem}.chakra-datepicker .react-datepicker__navigation-icon:before{border-color:var(--chakra-colors-gray-600)}.chakra-datepicker .react-datepicker__triangle{display:none!important}.chakra-datepicker[data-theme=dark] .react-datepicker{background-color:var(--chakra-colors-lm_gray-20);border-color:var(--chakra-colors-lm_gray-30)}.chakra-datepicker[data-theme=dark] .react-datepicker__header{background-color:var(--chakra-colors-lm_gray-30);border-color:var(--chakra-colors-lm_gray-35)}.chakra-datepicker[data-theme=dark] .react-datepicker__day{color:var(--chakra-colors-lm_gray-60)}.chakra-datepicker[data-theme=dark] .react-datepicker__day:hover{background-color:var(--chakra-colors-lm_gray-35)}.chakra-datepicker[data-theme=dark] .react-datepicker__day--in-selecting-range{background-color:var(--chakra-colors-lm_cello-20)}.chakra-datepicker[data-theme=dark] .react-datepicker__time-container{border-color:var(--chakra-colors-lm_gray-600)}.chakra-datepicker[data-theme=dark] .react-datepicker-time__header{color:var(--chakra-colors-lm_gray-100)}.chakra-datepicker[data-theme=dark] .react-datepicker__time-list{background-color:var(--chakra-colors-lm_gray-800)}.chakra-datepicker[data-theme=dark] .react-datepicker__time-list-item{color:var(--chakra-colors-lm_gray-300)}.chakra-datepicker[data-theme=dark] .react-datepicker__time-list-item:hover{background-color:var(--chakra-colors-lm_gray-600)}.chakra-datepicker[data-theme=dark] .react-datepicker__time-list-item--selected{background-color:var(--chakra-colors-lm_cello-40)!important;color:var(--chakra-colors-white)!important}.chakra-datepicker[data-theme=dark] .react-datepicker__time-box{background-color:var(--chakra-colors-gray-800)}.chakra-datepicker[data-theme=dark] .react-datepicker__day-name{color:var(--chakra-colors-lm_gray-50)}.chakra-datepicker[data-theme=dark] .react-datepicker__current-month{color:var(--chakra-colors-lm_gray-75)}.chakra-datepicker[data-theme=dark] .react-datepicker__navigation-icon:before{border-color:var(--chakra-colors-lm_gray-75)}.chakra-datepicker[data-theme=dark] .react-datepicker__month-select,.chakra-datepicker[data-theme=dark] .react-datepicker__year-select{background-color:var(--chakra-colors-lm_gray-700);color:var(--chakra-colors-white);border:1px solid var(--chakra-colors-border-emphasized)}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.select-custom-container{font-size:var(--chakra-font-sizes-sm);min-width:200px;display:inline-block;width:100%}.select-custom-container--error .select-custom__control{border-color:var(--chakra-colors-border-error)!important}.select-custom-container--error .select-custom__control--is-focused{border-color:var(--chakra-colors-border-error)!important;box-shadow:0 0 0 1px var(--chakra-colors-border-error)!important}.select-custom-container--error .select-custom__control:hover{border-color:var(--chakra-colors-border-error)!important}.select-custom__single-value{color:var(--chakra-colors-fg)!important}.select-custom__control{border:1px solid var(--chakra-colors-border)!important}.select-custom__control,.select-custom__control--is-focused{min-height:var(--chakra-sizes-10)!important;background-color:transparent!important}.select-custom__control--is-focused{box-shadow:none!important;outline-offset:0!important;outline-width:var(--focus-ring-width, 1px)!important;outline-color:var(--chakra-colors-color-palette-focus-ring)!important;outline-style:var(--focus-ring-style, solid)!important;border-color:var(--chakra-colors-color-palette-focus-ring)!important}.select-custom__menu{z-index:1000!important;border:1px solid var(--chakra-colors-border)!important;background-color:var(--chakra-colors-bg-panel)!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important;border-radius:var(--chakra-radii-md)!important}.select-custom__menu-list{border-radius:var(--chakra-radii-md)!important;padding:0!important}.select-custom__multi-value{background-color:var(--chakra-colors-bg-panel)!important;border:1px solid var(--chakra-colors-border)!important;border-radius:var(--chakra-radii-sm)!important}.select-custom__multi-value__label{color:var(--chakra-colors-fg)!important}.select-custom__option{background-color:var(--chakra-colors-bg)!important;font-size:var(--chakra-font-sizes-sm)!important;padding:5px 10px!important}.select-custom__option:hover{background-color:var(--chakra-colors-bg-muted)!important}.select-custom__option--is-selected{color:var(--chakra-colors-fg)!important;background-color:var(--chakra-colors-bg-muted)!important}.select-custom__multi-value__label{font-size:var(--chakra-font-sizes-sm)!important}.select-custom__multi-value__remove{color:var(--chakra-colors-fg)!important}.select-custom__multi-value__remove:hover{cursor:pointer!important;background-color:var(--chakra-colors-danger-muted)!important}.select-custom__indicator svg{cursor:pointer;width:15px;height:15px}
|
package/dist/theme/index.d.ts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
declare const PGUISystemContext: import('@chakra-ui/react').SystemContext;
|
|
2
|
+
export default PGUISystemContext;
|
|
@@ -2,15 +2,12 @@ declare const cardRecipe: import('@chakra-ui/react').SlotRecipeDefinition<"root"
|
|
|
2
2
|
variant: {
|
|
3
3
|
outline: {
|
|
4
4
|
root: {
|
|
5
|
-
bg: "main.background";
|
|
6
|
-
borderWidth: "1px";
|
|
7
|
-
borderStyle: "solid";
|
|
8
|
-
borderColor: "main.borderColor";
|
|
9
5
|
h: "fit-content";
|
|
10
6
|
w: "100%";
|
|
7
|
+
boxShadow: "sm";
|
|
11
8
|
};
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
description: {
|
|
10
|
+
color: "{fg}";
|
|
14
11
|
};
|
|
15
12
|
};
|
|
16
13
|
};
|
|
@@ -1,21 +1,4 @@
|
|
|
1
1
|
declare const recipes: {
|
|
2
2
|
text: import('@chakra-ui/react').RecipeDefinition<import('@chakra-ui/react').RecipeVariantRecord>;
|
|
3
|
-
card: import('@chakra-ui/react').SlotRecipeDefinition<"root", {
|
|
4
|
-
variant: {
|
|
5
|
-
outline: {
|
|
6
|
-
root: {
|
|
7
|
-
bg: "main.background";
|
|
8
|
-
borderWidth: "1px";
|
|
9
|
-
borderStyle: "solid";
|
|
10
|
-
borderColor: "main.borderColor";
|
|
11
|
-
h: "fit-content";
|
|
12
|
-
w: "100%";
|
|
13
|
-
};
|
|
14
|
-
body: {
|
|
15
|
-
p: "4";
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
}>;
|
|
20
3
|
};
|
|
21
4
|
export default recipes;
|
|
@@ -1,43 +1,396 @@
|
|
|
1
1
|
declare const colors: {
|
|
2
|
-
|
|
2
|
+
main: {
|
|
3
|
+
layout: {
|
|
4
|
+
value: {
|
|
5
|
+
_light: string;
|
|
6
|
+
_dark: string;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
bg: {
|
|
11
|
+
DEFAULT: {
|
|
12
|
+
value: {
|
|
13
|
+
_light: string;
|
|
14
|
+
_dark: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
subtle: {
|
|
18
|
+
value: {
|
|
19
|
+
_light: string;
|
|
20
|
+
_dark: string;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
muted: {
|
|
24
|
+
value: {
|
|
25
|
+
_light: string;
|
|
26
|
+
_dark: string;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
emphasized: {
|
|
30
|
+
value: {
|
|
31
|
+
_light: string;
|
|
32
|
+
_dark: string;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
inverted: {
|
|
36
|
+
value: {
|
|
37
|
+
_light: string;
|
|
38
|
+
_dark: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
panel: {
|
|
42
|
+
value: {
|
|
43
|
+
_light: string;
|
|
44
|
+
_dark: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
error: {
|
|
48
|
+
value: {
|
|
49
|
+
_light: string;
|
|
50
|
+
_dark: string;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
warning: {
|
|
54
|
+
value: {
|
|
55
|
+
_light: string;
|
|
56
|
+
_dark: string;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
success: {
|
|
60
|
+
value: {
|
|
61
|
+
_light: string;
|
|
62
|
+
_dark: string;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
info: {
|
|
66
|
+
value: {
|
|
67
|
+
_light: string;
|
|
68
|
+
_dark: string;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
fg: {
|
|
73
|
+
DEFAULT: {
|
|
74
|
+
value: {
|
|
75
|
+
_light: string;
|
|
76
|
+
_dark: string;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
muted: {
|
|
80
|
+
value: {
|
|
81
|
+
_light: string;
|
|
82
|
+
_dark: string;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
subtle: {
|
|
86
|
+
value: {
|
|
87
|
+
_light: string;
|
|
88
|
+
_dark: string;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
inverted: {
|
|
92
|
+
value: {
|
|
93
|
+
_light: string;
|
|
94
|
+
_dark: string;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
error: {
|
|
98
|
+
value: {
|
|
99
|
+
_light: string;
|
|
100
|
+
_dark: string;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
warning: {
|
|
104
|
+
value: {
|
|
105
|
+
_light: string;
|
|
106
|
+
_dark: string;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
success: {
|
|
110
|
+
value: {
|
|
111
|
+
_light: string;
|
|
112
|
+
_dark: string;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
info: {
|
|
116
|
+
value: {
|
|
117
|
+
_light: string;
|
|
118
|
+
_dark: string;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
border: {
|
|
123
|
+
DEFAULT: {
|
|
124
|
+
value: {
|
|
125
|
+
_light: string;
|
|
126
|
+
_dark: string;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
muted: {
|
|
130
|
+
value: {
|
|
131
|
+
_light: string;
|
|
132
|
+
_dark: string;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
subtle: {
|
|
136
|
+
value: {
|
|
137
|
+
_light: string;
|
|
138
|
+
_dark: string;
|
|
139
|
+
};
|
|
140
|
+
};
|
|
141
|
+
emphasized: {
|
|
142
|
+
value: {
|
|
143
|
+
_light: string;
|
|
144
|
+
_dark: string;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
147
|
+
inverted: {
|
|
148
|
+
value: {
|
|
149
|
+
_light: string;
|
|
150
|
+
_dark: string;
|
|
151
|
+
};
|
|
152
|
+
};
|
|
153
|
+
error: {
|
|
154
|
+
value: {
|
|
155
|
+
_light: string;
|
|
156
|
+
_dark: string;
|
|
157
|
+
};
|
|
158
|
+
};
|
|
159
|
+
warning: {
|
|
160
|
+
value: {
|
|
161
|
+
_light: string;
|
|
162
|
+
_dark: string;
|
|
163
|
+
};
|
|
164
|
+
};
|
|
165
|
+
success: {
|
|
166
|
+
value: {
|
|
167
|
+
_light: string;
|
|
168
|
+
_dark: string;
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
info: {
|
|
172
|
+
value: {
|
|
173
|
+
_light: string;
|
|
174
|
+
_dark: string;
|
|
175
|
+
};
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
neutral: {
|
|
179
|
+
contrast: {
|
|
180
|
+
value: {
|
|
181
|
+
_light: string;
|
|
182
|
+
_dark: string;
|
|
183
|
+
};
|
|
184
|
+
};
|
|
185
|
+
fg: {
|
|
186
|
+
value: {
|
|
187
|
+
_light: string;
|
|
188
|
+
_dark: string;
|
|
189
|
+
};
|
|
190
|
+
};
|
|
191
|
+
subtle: {
|
|
192
|
+
value: {
|
|
193
|
+
_light: string;
|
|
194
|
+
_dark: string;
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
muted: {
|
|
198
|
+
value: {
|
|
199
|
+
_light: string;
|
|
200
|
+
_dark: string;
|
|
201
|
+
};
|
|
202
|
+
};
|
|
203
|
+
emphasized: {
|
|
204
|
+
value: {
|
|
205
|
+
_light: string;
|
|
206
|
+
_dark: string;
|
|
207
|
+
};
|
|
208
|
+
};
|
|
3
209
|
solid: {
|
|
4
|
-
value:
|
|
5
|
-
|
|
6
|
-
|
|
210
|
+
value: {
|
|
211
|
+
_light: string;
|
|
212
|
+
_dark: string;
|
|
7
213
|
};
|
|
8
|
-
|
|
9
|
-
|
|
214
|
+
};
|
|
215
|
+
focusRing: {
|
|
216
|
+
value: {
|
|
217
|
+
_light: string;
|
|
218
|
+
_dark: string;
|
|
219
|
+
};
|
|
220
|
+
};
|
|
221
|
+
};
|
|
222
|
+
danger: {
|
|
223
|
+
contrast: {
|
|
224
|
+
value: {
|
|
225
|
+
_light: string;
|
|
226
|
+
_dark: string;
|
|
227
|
+
};
|
|
228
|
+
};
|
|
229
|
+
fg: {
|
|
230
|
+
value: {
|
|
231
|
+
_light: string;
|
|
232
|
+
_dark: string;
|
|
233
|
+
};
|
|
234
|
+
};
|
|
235
|
+
subtle: {
|
|
236
|
+
value: {
|
|
237
|
+
_light: string;
|
|
238
|
+
_dark: string;
|
|
10
239
|
};
|
|
11
|
-
|
|
12
|
-
|
|
240
|
+
};
|
|
241
|
+
muted: {
|
|
242
|
+
value: {
|
|
243
|
+
_light: string;
|
|
244
|
+
_dark: string;
|
|
13
245
|
};
|
|
14
|
-
|
|
15
|
-
|
|
246
|
+
};
|
|
247
|
+
emphasized: {
|
|
248
|
+
value: {
|
|
249
|
+
_light: string;
|
|
250
|
+
_dark: string;
|
|
16
251
|
};
|
|
17
|
-
|
|
18
|
-
|
|
252
|
+
};
|
|
253
|
+
solid: {
|
|
254
|
+
value: {
|
|
255
|
+
_light: string;
|
|
256
|
+
_dark: string;
|
|
19
257
|
};
|
|
20
|
-
|
|
21
|
-
|
|
258
|
+
};
|
|
259
|
+
focusRing: {
|
|
260
|
+
value: {
|
|
261
|
+
_light: string;
|
|
262
|
+
_dark: string;
|
|
22
263
|
};
|
|
23
264
|
};
|
|
24
265
|
};
|
|
25
|
-
|
|
26
|
-
|
|
266
|
+
warning: {
|
|
267
|
+
contrast: {
|
|
268
|
+
value: {
|
|
269
|
+
_light: string;
|
|
270
|
+
_dark: string;
|
|
271
|
+
};
|
|
272
|
+
};
|
|
273
|
+
fg: {
|
|
274
|
+
value: {
|
|
275
|
+
_light: string;
|
|
276
|
+
_dark: string;
|
|
277
|
+
};
|
|
278
|
+
};
|
|
279
|
+
subtle: {
|
|
280
|
+
value: {
|
|
281
|
+
_light: string;
|
|
282
|
+
_dark: string;
|
|
283
|
+
};
|
|
284
|
+
};
|
|
285
|
+
muted: {
|
|
286
|
+
value: {
|
|
287
|
+
_light: string;
|
|
288
|
+
_dark: string;
|
|
289
|
+
};
|
|
290
|
+
};
|
|
291
|
+
emphasized: {
|
|
292
|
+
value: {
|
|
293
|
+
_light: string;
|
|
294
|
+
_dark: string;
|
|
295
|
+
};
|
|
296
|
+
};
|
|
297
|
+
solid: {
|
|
298
|
+
value: {
|
|
299
|
+
_light: string;
|
|
300
|
+
_dark: string;
|
|
301
|
+
};
|
|
302
|
+
};
|
|
303
|
+
focusRing: {
|
|
304
|
+
value: {
|
|
305
|
+
_light: string;
|
|
306
|
+
_dark: string;
|
|
307
|
+
};
|
|
308
|
+
};
|
|
309
|
+
};
|
|
310
|
+
success: {
|
|
311
|
+
contrast: {
|
|
312
|
+
value: {
|
|
313
|
+
_light: string;
|
|
314
|
+
_dark: string;
|
|
315
|
+
};
|
|
316
|
+
};
|
|
317
|
+
fg: {
|
|
318
|
+
value: {
|
|
319
|
+
_light: string;
|
|
320
|
+
_dark: string;
|
|
321
|
+
};
|
|
322
|
+
};
|
|
323
|
+
subtle: {
|
|
324
|
+
value: {
|
|
325
|
+
_light: string;
|
|
326
|
+
_dark: string;
|
|
327
|
+
};
|
|
328
|
+
};
|
|
329
|
+
muted: {
|
|
330
|
+
value: {
|
|
331
|
+
_light: string;
|
|
332
|
+
_dark: string;
|
|
333
|
+
};
|
|
334
|
+
};
|
|
335
|
+
emphasized: {
|
|
27
336
|
value: {
|
|
28
|
-
|
|
337
|
+
_light: string;
|
|
29
338
|
_dark: string;
|
|
30
339
|
};
|
|
31
340
|
};
|
|
32
|
-
|
|
341
|
+
solid: {
|
|
342
|
+
value: {
|
|
343
|
+
_light: string;
|
|
344
|
+
_dark: string;
|
|
345
|
+
};
|
|
346
|
+
};
|
|
347
|
+
focusRing: {
|
|
348
|
+
value: {
|
|
349
|
+
_light: string;
|
|
350
|
+
_dark: string;
|
|
351
|
+
};
|
|
352
|
+
};
|
|
353
|
+
};
|
|
354
|
+
info: {
|
|
355
|
+
contrast: {
|
|
356
|
+
value: {
|
|
357
|
+
_light: string;
|
|
358
|
+
_dark: string;
|
|
359
|
+
};
|
|
360
|
+
};
|
|
361
|
+
fg: {
|
|
362
|
+
value: {
|
|
363
|
+
_light: string;
|
|
364
|
+
_dark: string;
|
|
365
|
+
};
|
|
366
|
+
};
|
|
367
|
+
subtle: {
|
|
368
|
+
value: {
|
|
369
|
+
_light: string;
|
|
370
|
+
_dark: string;
|
|
371
|
+
};
|
|
372
|
+
};
|
|
373
|
+
muted: {
|
|
374
|
+
value: {
|
|
375
|
+
_light: string;
|
|
376
|
+
_dark: string;
|
|
377
|
+
};
|
|
378
|
+
};
|
|
379
|
+
emphasized: {
|
|
380
|
+
value: {
|
|
381
|
+
_light: string;
|
|
382
|
+
_dark: string;
|
|
383
|
+
};
|
|
384
|
+
};
|
|
385
|
+
solid: {
|
|
33
386
|
value: {
|
|
34
|
-
|
|
387
|
+
_light: string;
|
|
35
388
|
_dark: string;
|
|
36
389
|
};
|
|
37
390
|
};
|
|
38
|
-
|
|
391
|
+
focusRing: {
|
|
39
392
|
value: {
|
|
40
|
-
|
|
393
|
+
_light: string;
|
|
41
394
|
_dark: string;
|
|
42
395
|
};
|
|
43
396
|
};
|