@react-spectrum/calendar 3.0.0-nightly.1899 → 3.0.0-nightly.1900
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.css +1 -1
- package/dist/main.js +167 -114
- package/dist/main.js.map +1 -1
- package/dist/module.mjs +167 -114
- package/dist/module.mjs.map +1 -1
- package/package.json +20 -20
package/dist/main.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.spectrum-Calendar_6099b6{isolation:isolate;display:block}.spectrum-Calendar--padded_6099b6{margin:32px 24px}.spectrum-Calendar-header_6099b6{display:-ms-grid;width:100%;gap:var(--spectrum-global-dimension-size-300);grid-auto-columns:1fr;grid-auto-flow:column;display:grid}.spectrum-Calendar-monthHeader_6099b6{display:-ms-grid;-ms-grid-columns:minmax(auto,1fr)auto minmax(auto,1fr);width:100%;min-width:calc(var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))*7);max-width:calc(var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))*7 + var(--spectrum-calendar-day-padding,4px)*12);padding:0 var(--spectrum-global-dimension-size-40);box-sizing:border-box;grid-template-columns:minmax(auto,1fr) auto minmax(auto,1fr);grid-template-areas:"prev title next";align-content:start;display:grid}.spectrum-Calendar-title_6099b6{font-size:var(--spectrum-calendar-title-text-size,var(--spectrum-global-dimension-font-size-300));font-weight:700;line-height:var(--spectrum-calendar-title-height,var(--spectrum-global-dimension-static-size-400));margin:0 var(--spectrum-global-dimension-size-75);text-align:center;white-space:nowrap;text-overflow:ellipsis;grid-area:title;overflow:hidden}.spectrum-Calendar-prevMonth_6099b6{grid-area:prev;justify-self:start}.spectrum-Calendar-nextMonth_6099b6{grid-area:next;justify-self:end}.spectrum-Calendar-months_6099b6{display:-ms-grid;gap:var(--spectrum-global-dimension-size-300);grid-auto-columns:1fr;grid-auto-flow:column;align-items:start;display:grid}.spectrum-Calendar-dayOfWeek_6099b6{height:100%;width:100%;font-size:var(--spectrum-calendar-day-title-text-size,var(--spectrum-global-dimension-font-size-50));font-weight:var(--spectrum-calendar-day-title-text-font-weight,var(--spectrum-global-font-weight-medium));text-transform:uppercase;cursor:default;flex-direction:column;justify-content:flex-end;display:flex;border-bottom:0!important;text-decoration:none!important}.spectrum-Calendar-dayOfWeek_6099b6[title]{border-bottom:0;text-decoration:underline dotted}.spectrum-Calendar-body_6099b6{outline:0}.spectrum-Calendar-table_6099b6{table-layout:fixed;width:100%;min-width:calc(var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))*7);max-width:calc(var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))*7 + var(--spectrum-calendar-day-padding,4px)*12);border-collapse:collapse;border-spacing:0;-webkit-user-select:none;user-select:none}.spectrum-Calendar-tableCell_6099b6{text-align:center;box-sizing:content-box;height:var(--spectrum-calendar-day-height,var(--spectrum-global-dimension-size-400));width:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400));padding:0;padding:var(--spectrum-calendar-day-padding,4px)0;position:relative}.spectrum-Calendar-tableCell_6099b6:focus{outline:0}.spectrum-Calendar-date_6099b6{box-sizing:border-box;height:var(--spectrum-calendar-day-height,var(--spectrum-global-dimension-size-400));width:100%;margin:var(--spectrum-calendar-day-padding,4px)0;border-radius:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400));font-size:var(--spectrum-calendar-day-text-size,var(--spectrum-alias-font-size-default));line-height:var(--spectrum-calendar-day-height,var(--spectrum-global-dimension-size-400));white-space:nowrap;cursor:default;--margin:calc((100% - var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400)))/2);display:block;position:absolute;top:0;left:0}[dir=ltr] .spectrum-Calendar-date_6099b6 .spectrum-Calendar-dateText_6099b6{margin-left:auto}[dir=rtl] .spectrum-Calendar-date_6099b6 .spectrum-Calendar-dateText_6099b6{margin-right:auto}[dir=ltr] .spectrum-Calendar-date_6099b6 .spectrum-Calendar-dateText_6099b6{margin-right:var(--margin)}[dir=rtl] .spectrum-Calendar-date_6099b6 .spectrum-Calendar-dateText_6099b6{margin-left:var(--margin)}.spectrum-Calendar-date_6099b6 .spectrum-Calendar-dateText_6099b6{width:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400));margin:0 auto;display:block}.spectrum-Calendar-date_6099b6:focus{outline:0}.spectrum-Calendar-date_6099b6:lang(ja),.spectrum-Calendar-date_6099b6:lang(zh),.spectrum-Calendar-date_6099b6:lang(ko){font-size:var(--spectrum-calendar-day-text-size-han,var(--spectrum-global-dimension-font-size-50))}.spectrum-Calendar-date_6099b6.is-disabled_6099b6{cursor:default;pointer-events:none}.spectrum-Calendar-date_6099b6.is-unavailable_6099b6 .spectrum-Calendar-dateText_6099b6 span{position:relative}.spectrum-Calendar-date_6099b6.is-unavailable_6099b6 .spectrum-Calendar-dateText_6099b6 span:after{content:"";height:2px;background:currentColor;border-radius:1px;position:absolute;top:50%;left:-4px;right:-4px;transform:rotate(-16deg)}.spectrum-Calendar-date_6099b6.is-outsideMonth_6099b6{visibility:hidden}.spectrum-Calendar-date_6099b6:before{border-radius:calc(var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400)) + var(--spectrum-alias-focus-ring-gap,var(--spectrum-global-dimension-static-size-25)));content:"";top:calc(50% - var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))/2);left:calc(50% - var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))/2);width:calc(var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400)) + var(--spectrum-alias-focus-ring-gap,var(--spectrum-global-dimension-static-size-25))*2);height:calc(var(--spectrum-calendar-day-height,var(--spectrum-global-dimension-size-400)) + var(--spectrum-alias-focus-ring-gap,var(--spectrum-global-dimension-static-size-25))*2);transition:box-shadow var(--spectrum-global-animation-duration-100,130ms)ease-out,margin var(--spectrum-global-animation-duration-100,130ms)ease-out;margin:0;display:block;position:absolute;transform:translate(0)}.spectrum-Calendar-date_6099b6.is-focused_6099b6:before{margin:calc(var(--spectrum-alias-focus-ring-gap,var(--spectrum-global-dimension-static-size-25))*-1)}.spectrum-Calendar-date_6099b6:after{top:calc(50% - var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))/2);left:calc(50% - var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))/2);height:var(--spectrum-calendar-day-height,var(--spectrum-global-dimension-size-400));width:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400));border-radius:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400));content:"";z-index:-1;display:block;position:absolute}.spectrum-Calendar-date_6099b6.is-range-selection_6099b6{margin:var(--spectrum-calendar-day-padding,4px)0;line-height:var(--spectrum-calendar-day-height,var(--spectrum-global-dimension-size-400));border-radius:0;border-width:0}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6{border-top-left-radius:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6{border-top-right-radius:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6{border-bottom-left-radius:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6{border-bottom-right-radius:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6{left:auto}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6{right:auto}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6{right:0}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6{left:0}.spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6,.spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6{width:calc(100% - var(--margin))}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6:before,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6:before,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6 .spectrum-Calendar-dateText_6099b6{left:0}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6:before,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6:before,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6 .spectrum-Calendar-dateText_6099b6{right:0}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6 .spectrum-Calendar-dateText_6099b6{margin-left:0}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6 .spectrum-Calendar-dateText_6099b6{margin-right:0}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6{border-top-right-radius:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6{border-top-left-radius:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6{border-bottom-right-radius:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6{border-bottom-left-radius:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6{left:0}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6{right:0}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6{right:var(--margin)}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6{left:var(--margin)}.spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6,.spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6{width:auto}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6:before,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6:before,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6 .spectrum-Calendar-dateText_6099b6{left:auto}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6:before,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6:before,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6 .spectrum-Calendar-dateText_6099b6{right:auto}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6:before,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6:before,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6 .spectrum-Calendar-dateText_6099b6{right:0}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6:before,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6:before,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6 .spectrum-Calendar-dateText_6099b6{left:0}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6 .spectrum-Calendar-dateText_6099b6{margin-right:0}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6 .spectrum-Calendar-dateText_6099b6{margin-left:0}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6{left:0}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6{right:0}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6{left:0}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6{margin-left:auto}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6{margin-right:auto}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6{margin-right:var(--margin)}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6{margin-left:var(--margin)}.spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6,.spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6,.spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6,.spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6{width:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400));border-radius:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6{margin-left:auto}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6{margin-right:auto}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6{margin-right:var(--margin)}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6{margin-left:var(--margin)}.spectrum-Calendar-prevMonth_6099b6,.spectrum-Calendar-nextMonth_6099b6{color:var(--spectrum-calendar-button-icon-color,var(--spectrum-global-color-gray-700))}.spectrum-Calendar-dayOfWeek_6099b6{color:var(--spectrum-calendar-day-title-text-color,var(--spectrum-global-color-gray-700))}.spectrum-Calendar-date_6099b6{--spectrum-calendar-day-background-color-cap-selected:var(--spectrum-accent-background-color-default);--spectrum-calendar-day-background-color-cap-selected-hover:var(--spectrum-accent-background-color-hover);--spectrum-calendar-day-background-color-cap-selected-down:var(--spectrum-accent-background-color-down);--spectrum-calendar-day-background-color-cap-invalid-selected:var(--spectrum-negative-background-color-default);--spectrum-calendar-day-background-color-cap-invalid-selected-hover:var(--spectrum-negative-background-color-hover);--spectrum-calendar-day-background-color-cap-invalid-selected-down:var(--spectrum-negative-background-color-down);--spectrum-calendar-day-background-color-selected-hover:var(--spectrum-alias-highlight-selected);--spectrum-calendar-day-background-color-invalid-selected:var(--spectrum-alias-highlight-invalid);--spectrum-calendar-day-text-color-disabled:var(--spectrum-alias-text-color-disabled,var(--spectrum-global-color-gray-500));--spectrum-calendar-day-text-color-cap-selected:white;--spectrum-calendar-day-text-color-cap-selected-hover:white;--spectrum-calendar-day-today-background-color:var(--spectrum-global-color-gray-300);--spectrum-calendar-day-today-background-color-hover:var(--spectrum-global-color-gray-400);--spectrum-calendar-day-today-background-color-down:var(--spectrum-global-color-gray-500);--background:transparent}.spectrum-Calendar-date_6099b6:after{background:var(--background)}.spectrum-Calendar-date_6099b6.is-range-selection_6099b6{background:var(--spectrum-calendar-day-background-color-selected,var(--spectrum-alias-highlight-selected))}.spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-invalid_6099b6{background:var(--spectrum-calendar-day-background-color-invalid-selected)}.spectrum-Calendar-date_6099b6.is-today_6099b6{color:var(--spectrum-calendar-day-today-text-color,var(--spectrum-global-color-gray-800));border-color:var(--spectrum-calendar-day-today-background-color);--background:var(--spectrum-calendar-day-today-background-color)}.spectrum-Calendar-date_6099b6.is-selected_6099b6:not(.is-range-selection_6099b6),.spectrum-Calendar-date_6099b6.is-selection-start_6099b6,.spectrum-Calendar-date_6099b6.is-selection-end_6099b6{color:var(--spectrum-calendar-day-text-color-cap-selected,var(--spectrum-global-color-gray-900));--background:var(--spectrum-calendar-day-background-color-cap-selected,var(--spectrum-alias-highlight-selected-hover))}.spectrum-Calendar-date_6099b6.is-selected_6099b6:not(.is-range-selection_6099b6).is-invalid_6099b6,.spectrum-Calendar-date_6099b6.is-selection-start_6099b6.is-invalid_6099b6,.spectrum-Calendar-date_6099b6.is-selection-end_6099b6.is-invalid_6099b6{--background:var(--spectrum-calendar-day-background-color-cap-invalid-selected)}.spectrum-Calendar-date_6099b6.is-hovered_6099b6{color:var(--spectrum-calendar-day-text-color-hover,var(--spectrum-global-color-gray-900));--background:var(--spectrum-calendar-day-background-color-hover,var(--spectrum-alias-highlight-hover))}.spectrum-Calendar-date_6099b6.is-hovered_6099b6.is-range-selection_6099b6{color:var(--spectrum-calendar-day-text-color-selected-hover,var(--spectrum-global-color-gray-900));--background:var(--spectrum-calendar-day-background-color-selected-hover,var(--spectrum-alias-highlight-selected-hover))}.spectrum-Calendar-date_6099b6.is-hovered_6099b6.is-range-selection_6099b6.is-invalid_6099b6{--background:var(--spectrum-calendar-day-background-color-invalid-selected)}.spectrum-Calendar-date_6099b6.is-hovered_6099b6.is-today_6099b6{--background:var(--spectrum-calendar-day-today-background-color-hover)}.spectrum-Calendar-date_6099b6.is-hovered_6099b6.is-selected_6099b6:not(.is-range-selection_6099b6),.spectrum-Calendar-date_6099b6.is-hovered_6099b6.is-selection-start_6099b6,.spectrum-Calendar-date_6099b6.is-hovered_6099b6.is-selection-end_6099b6{color:var(--spectrum-calendar-day-text-color-cap-selected-hover);--background:var(--spectrum-calendar-day-background-color-cap-selected-hover)}.spectrum-Calendar-date_6099b6.is-hovered_6099b6.is-selected_6099b6:not(.is-range-selection_6099b6).is-invalid_6099b6,.spectrum-Calendar-date_6099b6.is-hovered_6099b6.is-selection-start_6099b6.is-invalid_6099b6,.spectrum-Calendar-date_6099b6.is-hovered_6099b6.is-selection-end_6099b6.is-invalid_6099b6{--background:var(--spectrum-calendar-day-background-color-cap-invalid-selected-hover)}.spectrum-Calendar-date_6099b6.is-pressed_6099b6{color:var(--spectrum-calendar-day-text-color-hover,var(--spectrum-global-color-gray-900));--background:var(--spectrum-calendar-day-background-color-down,var(--spectrum-alias-highlight-active))}.spectrum-Calendar-date_6099b6.is-pressed_6099b6.is-range-selection_6099b6{color:var(--spectrum-calendar-day-text-color-selected-hover,var(--spectrum-global-color-gray-900));--background:var(--spectrum-calendar-day-background-color-selected-hover,var(--spectrum-alias-highlight-selected-hover))}.spectrum-Calendar-date_6099b6.is-pressed_6099b6.is-range-selection_6099b6.is-invalid_6099b6{--background:var(--spectrum-calendar-day-background-color-invalid-selected)}.spectrum-Calendar-date_6099b6.is-pressed_6099b6.is-today_6099b6{--background:var(--spectrum-calendar-day-today-background-color-down)}.spectrum-Calendar-date_6099b6.is-pressed_6099b6.is-selected_6099b6:not(.is-range-selection_6099b6),.spectrum-Calendar-date_6099b6.is-pressed_6099b6.is-selection-start_6099b6,.spectrum-Calendar-date_6099b6.is-pressed_6099b6.is-selection-end_6099b6{color:var(--spectrum-calendar-day-text-color-cap-selected-hover);--background:var(--spectrum-calendar-day-background-color-cap-selected-down)}.spectrum-Calendar-date_6099b6.is-pressed_6099b6.is-selected_6099b6:not(.is-range-selection_6099b6).is-invalid_6099b6,.spectrum-Calendar-date_6099b6.is-pressed_6099b6.is-selection-start_6099b6.is-invalid_6099b6,.spectrum-Calendar-date_6099b6.is-pressed_6099b6.is-selection-end_6099b6.is-invalid_6099b6{--background:var(--spectrum-calendar-day-background-color-cap-invalid-selected-down)}.spectrum-Calendar-date_6099b6.is-focused_6099b6:before{box-shadow:0 0 0 var(--spectrum-calendar-day-border-size-key-focus,2px)var(--spectrum-calendar-day-border-color-key-focus,var(--spectrum-alias-focus-color))}.spectrum-Calendar-date_6099b6.is-disabled_6099b6,.spectrum-Calendar-date_6099b6.is-disabled_6099b6.is-today_6099b6{--background:var(--spectrum-calendar-day-background-color-disabled,transparent)}.spectrum-Calendar-date_6099b6.is-disabled_6099b6,.spectrum-Calendar-date_6099b6.is-disabled_6099b6.is-today_6099b6,.spectrum-Calendar-date_6099b6.is-disabled_6099b6.is-selected_6099b6{color:var(--spectrum-calendar-day-text-color-disabled,var(--spectrum-global-color-gray-500))}.spectrum-Calendar-date_6099b6.is-unavailable_6099b6:not(.is-selected_6099b6),.spectrum-Calendar-date_6099b6.is-unavailable_6099b6:not(.is-selected_6099b6).is-today_6099b6{--background:transparent}@media (forced-colors:active){.spectrum-Calendar-date_6099b6{color:CanvasText;forced-color-adjust:none;--spectrum-calendar-button-icon-color:ButtonText;--spectrum-calendar-day-background-color-cap-selected:Highlight;--spectrum-calendar-day-background-color-cap-invalid-selected:Highlight;--spectrum-calendar-day-background-color-cap-invalid-selected-down:Highlight;--spectrum-calendar-day-background-color-cap-invalid-selected-hover:Highlight;--spectrum-calendar-day-background-color-cap-selected-down:Highlight;--spectrum-calendar-day-background-color-cap-selected-hover:Highlight;--spectrum-calendar-day-background-color-disabled:ButtonFace;--spectrum-calendar-day-background-color-down:ButtonFace;--spectrum-calendar-day-background-color-hover:ButtonFace;--spectrum-calendar-day-background-color-invalid-selected:Highlight;--spectrum-calendar-day-background-color-selected-hover:Highlight;--spectrum-calendar-day-background-color-selected:Highlight;--spectrum-calendar-day-border-color-key-focus:ButtonText;--spectrum-calendar-day-text-color-cap-selected:HighlightText;--spectrum-calendar-day-text-color-cap-selected-hover:HighlightText;--spectrum-calendar-day-text-color-disabled:GrayText;--spectrum-calendar-day-text-color-hover:ButtonText;--spectrum-calendar-day-text-color-selected-hover:HighlightText;--spectrum-calendar-day-title-text-color:CanvasText;--spectrum-calendar-day-today-background-color:ButtonText;--spectrum-calendar-day-today-background-color-down:ButtonText;--spectrum-calendar-day-today-background-color-hover:ButtonText;--spectrum-calendar-day-today-text-color:ButtonFace}.spectrum-Calendar-date_6099b6.is-range-selection_6099b6{color:HighlightText}.spectrum-Calendar-date_6099b6.is-disabled_6099b6.is-range-selection_6099b6,.spectrum-Calendar-date_6099b6.is-disabled_6099b6.is-selected_6099b6{background:Highlight;color:HighlightText}.spectrum-Calendar-date_6099b6.is-unavailable_6099b6.is-today_6099b6{color:var(--spectrum-calendar-day-text-color-hover,var(--spectrum-global-color-gray-900))}.spectrum-Calendar-date_6099b6.is-hovered_6099b6.is-today_6099b6{color:var(--spectrum-calendar-day-today-text-color,var(--spectrum-global-color-gray-800))}}
|
|
1
|
+
.spectrum-Calendar_6099b6{isolation:isolate;display:block}.spectrum-Calendar--padded_6099b6{margin:32px 24px}.spectrum-Calendar-header_6099b6{display:-ms-grid;width:100%;gap:var(--spectrum-global-dimension-size-300);grid-auto-columns:1fr;grid-auto-flow:column;display:grid}.spectrum-Calendar-monthHeader_6099b6{display:-ms-grid;-ms-grid-columns:minmax(auto,1fr)auto minmax(auto,1fr);width:100%;min-width:calc(var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))*7);max-width:calc(var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))*7 + var(--spectrum-calendar-day-padding,4px)*12);padding:0 var(--spectrum-global-dimension-size-40);box-sizing:border-box;grid-template-columns:minmax(auto,1fr) auto minmax(auto,1fr);grid-template-areas:"prev title next";align-content:start;display:grid}.spectrum-Calendar-title_6099b6{font-size:var(--spectrum-calendar-title-text-size,var(--spectrum-global-dimension-font-size-300));font-weight:700;line-height:var(--spectrum-calendar-title-height,var(--spectrum-global-dimension-static-size-400));margin:0 var(--spectrum-global-dimension-size-75);text-align:center;white-space:nowrap;text-overflow:ellipsis;grid-area:title;overflow:hidden}.spectrum-Calendar-prevMonth_6099b6{grid-area:prev;justify-self:start}.spectrum-Calendar-nextMonth_6099b6{grid-area:next;justify-self:end}.spectrum-Calendar-months_6099b6{display:-ms-grid;gap:var(--spectrum-global-dimension-size-300);grid-auto-columns:1fr;grid-auto-flow:column;align-items:start;display:grid}.spectrum-Calendar-dayOfWeek_6099b6{height:100%;width:100%;font-size:var(--spectrum-calendar-day-title-text-size,var(--spectrum-global-dimension-font-size-50));font-weight:var(--spectrum-calendar-day-title-text-font-weight,var(--spectrum-global-font-weight-medium));text-transform:uppercase;cursor:default;flex-direction:column;justify-content:flex-end;display:flex;border-bottom:none!important;text-decoration:none!important}.spectrum-Calendar-dayOfWeek_6099b6[title]{border-bottom:none;text-decoration:underline dotted}.spectrum-Calendar-body_6099b6{outline:none}.spectrum-Calendar-table_6099b6{table-layout:fixed;width:100%;min-width:calc(var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))*7);max-width:calc(var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))*7 + var(--spectrum-calendar-day-padding,4px)*12);border-collapse:collapse;border-spacing:0;-webkit-user-select:none;user-select:none}.spectrum-Calendar-tableCell_6099b6{text-align:center;box-sizing:content-box;height:var(--spectrum-calendar-day-height,var(--spectrum-global-dimension-size-400));width:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400));padding:0;padding:var(--spectrum-calendar-day-padding,4px)0;position:relative}.spectrum-Calendar-tableCell_6099b6:focus{outline:0}.spectrum-Calendar-date_6099b6{box-sizing:border-box;height:var(--spectrum-calendar-day-height,var(--spectrum-global-dimension-size-400));width:100%;margin:var(--spectrum-calendar-day-padding,4px)0;border-radius:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400));font-size:var(--spectrum-calendar-day-text-size,var(--spectrum-alias-font-size-default));line-height:var(--spectrum-calendar-day-height,var(--spectrum-global-dimension-size-400));white-space:nowrap;cursor:default;--margin:calc((100% - var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400)))/2);display:block;position:absolute;top:0;left:0}[dir=ltr] .spectrum-Calendar-date_6099b6 .spectrum-Calendar-dateText_6099b6{margin-left:auto}[dir=rtl] .spectrum-Calendar-date_6099b6 .spectrum-Calendar-dateText_6099b6{margin-right:auto}[dir=ltr] .spectrum-Calendar-date_6099b6 .spectrum-Calendar-dateText_6099b6{margin-right:var(--margin)}[dir=rtl] .spectrum-Calendar-date_6099b6 .spectrum-Calendar-dateText_6099b6{margin-left:var(--margin)}.spectrum-Calendar-date_6099b6 .spectrum-Calendar-dateText_6099b6{width:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400));margin:0 auto;display:block}.spectrum-Calendar-date_6099b6:focus{outline:0}.spectrum-Calendar-date_6099b6:lang(ja),.spectrum-Calendar-date_6099b6:lang(zh),.spectrum-Calendar-date_6099b6:lang(ko){font-size:var(--spectrum-calendar-day-text-size-han,var(--spectrum-global-dimension-font-size-50))}.spectrum-Calendar-date_6099b6.is-disabled_6099b6{cursor:default;pointer-events:none}.spectrum-Calendar-date_6099b6.is-unavailable_6099b6 .spectrum-Calendar-dateText_6099b6 span{position:relative}.spectrum-Calendar-date_6099b6.is-unavailable_6099b6 .spectrum-Calendar-dateText_6099b6 span:after{content:"";height:2px;background:currentColor;border-radius:1px;position:absolute;top:50%;left:-4px;right:-4px;transform:rotate(-16deg)}.spectrum-Calendar-date_6099b6.is-outsideMonth_6099b6{visibility:hidden}.spectrum-Calendar-date_6099b6:before{border-radius:calc(var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400)) + var(--spectrum-alias-focus-ring-gap,var(--spectrum-global-dimension-static-size-25)));content:"";top:calc(50% - var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))/2);left:calc(50% - var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))/2);width:calc(var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400)) + var(--spectrum-alias-focus-ring-gap,var(--spectrum-global-dimension-static-size-25))*2);height:calc(var(--spectrum-calendar-day-height,var(--spectrum-global-dimension-size-400)) + var(--spectrum-alias-focus-ring-gap,var(--spectrum-global-dimension-static-size-25))*2);transition:box-shadow var(--spectrum-global-animation-duration-100,.13s)ease-out,margin var(--spectrum-global-animation-duration-100,.13s)ease-out;margin:0;display:block;position:absolute;transform:translate(0)}.spectrum-Calendar-date_6099b6.is-focused_6099b6:before{margin:calc(var(--spectrum-alias-focus-ring-gap,var(--spectrum-global-dimension-static-size-25))*-1)}.spectrum-Calendar-date_6099b6:after{top:calc(50% - var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))/2);left:calc(50% - var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))/2);height:var(--spectrum-calendar-day-height,var(--spectrum-global-dimension-size-400));width:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400));border-radius:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400));content:"";z-index:-1;display:block;position:absolute}.spectrum-Calendar-date_6099b6.is-range-selection_6099b6{margin:var(--spectrum-calendar-day-padding,4px)0;line-height:var(--spectrum-calendar-day-height,var(--spectrum-global-dimension-size-400));border-width:0;border-radius:0}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6{border-top-left-radius:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6{border-top-right-radius:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6{border-bottom-left-radius:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6{border-bottom-right-radius:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6{left:auto}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6{right:auto}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6{right:0}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6{left:0}.spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6,.spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6{width:calc(100% - var(--margin))}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6:before,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6:before,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6 .spectrum-Calendar-dateText_6099b6{left:0}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6:before,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6:before,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6 .spectrum-Calendar-dateText_6099b6{right:0}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6 .spectrum-Calendar-dateText_6099b6{margin-left:0}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6 .spectrum-Calendar-dateText_6099b6{margin-right:0}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6{border-top-right-radius:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6{border-top-left-radius:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6{border-bottom-right-radius:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6{border-bottom-left-radius:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6{left:0}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6{right:0}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6{right:var(--margin)}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6{left:var(--margin)}.spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6,.spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6{width:auto}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6:before,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6:before,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6 .spectrum-Calendar-dateText_6099b6{left:auto}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6:before,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6:before,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6 .spectrum-Calendar-dateText_6099b6{right:auto}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6:before,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6:before,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6 .spectrum-Calendar-dateText_6099b6{right:0}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6:before,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6:before,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6 .spectrum-Calendar-dateText_6099b6{left:0}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6 .spectrum-Calendar-dateText_6099b6{margin-right:0}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6 .spectrum-Calendar-dateText_6099b6{margin-left:0}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6{left:0}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6{right:0}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6{left:0}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6{margin-left:auto}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6{margin-right:auto}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6{margin-right:var(--margin)}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6{margin-left:var(--margin)}.spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6,.spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6,.spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6,.spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6{width:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400));border-radius:var(--spectrum-calendar-day-width,var(--spectrum-global-dimension-size-400))}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6{margin-left:auto}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6{margin-right:auto}[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6:after,[dir=ltr] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6{margin-right:var(--margin)}[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-selection-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-start_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-selection-end_6099b6.is-range-start_6099b6 .spectrum-Calendar-dateText_6099b6,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6:after,[dir=rtl] .spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-range-start_6099b6.is-range-end_6099b6 .spectrum-Calendar-dateText_6099b6{margin-left:var(--margin)}.spectrum-Calendar-prevMonth_6099b6,.spectrum-Calendar-nextMonth_6099b6{color:var(--spectrum-calendar-button-icon-color,var(--spectrum-global-color-gray-700))}.spectrum-Calendar-dayOfWeek_6099b6{color:var(--spectrum-calendar-day-title-text-color,var(--spectrum-global-color-gray-700))}.spectrum-Calendar-date_6099b6{--spectrum-calendar-day-background-color-cap-selected:var(--spectrum-accent-background-color-default);--spectrum-calendar-day-background-color-cap-selected-hover:var(--spectrum-accent-background-color-hover);--spectrum-calendar-day-background-color-cap-selected-down:var(--spectrum-accent-background-color-down);--spectrum-calendar-day-background-color-cap-invalid-selected:var(--spectrum-negative-background-color-default);--spectrum-calendar-day-background-color-cap-invalid-selected-hover:var(--spectrum-negative-background-color-hover);--spectrum-calendar-day-background-color-cap-invalid-selected-down:var(--spectrum-negative-background-color-down);--spectrum-calendar-day-background-color-selected-hover:var(--spectrum-alias-highlight-selected);--spectrum-calendar-day-background-color-invalid-selected:var(--spectrum-alias-highlight-invalid);--spectrum-calendar-day-text-color-disabled:var(--spectrum-alias-text-color-disabled,var(--spectrum-global-color-gray-500));--spectrum-calendar-day-text-color-cap-selected:white;--spectrum-calendar-day-text-color-cap-selected-hover:white;--spectrum-calendar-day-today-background-color:var(--spectrum-global-color-gray-300);--spectrum-calendar-day-today-background-color-hover:var(--spectrum-global-color-gray-400);--spectrum-calendar-day-today-background-color-down:var(--spectrum-global-color-gray-500);--background:transparent}.spectrum-Calendar-date_6099b6:after{background:var(--background)}.spectrum-Calendar-date_6099b6.is-range-selection_6099b6{background:var(--spectrum-calendar-day-background-color-selected,var(--spectrum-alias-highlight-selected))}.spectrum-Calendar-date_6099b6.is-range-selection_6099b6.is-invalid_6099b6{background:var(--spectrum-calendar-day-background-color-invalid-selected)}.spectrum-Calendar-date_6099b6.is-today_6099b6{color:var(--spectrum-calendar-day-today-text-color,var(--spectrum-global-color-gray-800));border-color:var(--spectrum-calendar-day-today-background-color);--background:var(--spectrum-calendar-day-today-background-color)}.spectrum-Calendar-date_6099b6.is-selected_6099b6:not(.is-range-selection_6099b6),.spectrum-Calendar-date_6099b6.is-selection-start_6099b6,.spectrum-Calendar-date_6099b6.is-selection-end_6099b6{color:var(--spectrum-calendar-day-text-color-cap-selected,var(--spectrum-global-color-gray-900));--background:var(--spectrum-calendar-day-background-color-cap-selected,var(--spectrum-alias-highlight-selected-hover))}.spectrum-Calendar-date_6099b6.is-selected_6099b6:not(.is-range-selection_6099b6).is-invalid_6099b6,.spectrum-Calendar-date_6099b6.is-selection-start_6099b6.is-invalid_6099b6,.spectrum-Calendar-date_6099b6.is-selection-end_6099b6.is-invalid_6099b6{--background:var(--spectrum-calendar-day-background-color-cap-invalid-selected)}.spectrum-Calendar-date_6099b6.is-hovered_6099b6{color:var(--spectrum-calendar-day-text-color-hover,var(--spectrum-global-color-gray-900));--background:var(--spectrum-calendar-day-background-color-hover,var(--spectrum-alias-highlight-hover))}.spectrum-Calendar-date_6099b6.is-hovered_6099b6.is-range-selection_6099b6{color:var(--spectrum-calendar-day-text-color-selected-hover,var(--spectrum-global-color-gray-900));--background:var(--spectrum-calendar-day-background-color-selected-hover,var(--spectrum-alias-highlight-selected-hover))}.spectrum-Calendar-date_6099b6.is-hovered_6099b6.is-range-selection_6099b6.is-invalid_6099b6{--background:var(--spectrum-calendar-day-background-color-invalid-selected)}.spectrum-Calendar-date_6099b6.is-hovered_6099b6.is-today_6099b6{--background:var(--spectrum-calendar-day-today-background-color-hover)}.spectrum-Calendar-date_6099b6.is-hovered_6099b6.is-selected_6099b6:not(.is-range-selection_6099b6),.spectrum-Calendar-date_6099b6.is-hovered_6099b6.is-selection-start_6099b6,.spectrum-Calendar-date_6099b6.is-hovered_6099b6.is-selection-end_6099b6{color:var(--spectrum-calendar-day-text-color-cap-selected-hover);--background:var(--spectrum-calendar-day-background-color-cap-selected-hover)}.spectrum-Calendar-date_6099b6.is-hovered_6099b6.is-selected_6099b6:not(.is-range-selection_6099b6).is-invalid_6099b6,.spectrum-Calendar-date_6099b6.is-hovered_6099b6.is-selection-start_6099b6.is-invalid_6099b6,.spectrum-Calendar-date_6099b6.is-hovered_6099b6.is-selection-end_6099b6.is-invalid_6099b6{--background:var(--spectrum-calendar-day-background-color-cap-invalid-selected-hover)}.spectrum-Calendar-date_6099b6.is-pressed_6099b6{color:var(--spectrum-calendar-day-text-color-hover,var(--spectrum-global-color-gray-900));--background:var(--spectrum-calendar-day-background-color-down,var(--spectrum-alias-highlight-active))}.spectrum-Calendar-date_6099b6.is-pressed_6099b6.is-range-selection_6099b6{color:var(--spectrum-calendar-day-text-color-selected-hover,var(--spectrum-global-color-gray-900));--background:var(--spectrum-calendar-day-background-color-selected-hover,var(--spectrum-alias-highlight-selected-hover))}.spectrum-Calendar-date_6099b6.is-pressed_6099b6.is-range-selection_6099b6.is-invalid_6099b6{--background:var(--spectrum-calendar-day-background-color-invalid-selected)}.spectrum-Calendar-date_6099b6.is-pressed_6099b6.is-today_6099b6{--background:var(--spectrum-calendar-day-today-background-color-down)}.spectrum-Calendar-date_6099b6.is-pressed_6099b6.is-selected_6099b6:not(.is-range-selection_6099b6),.spectrum-Calendar-date_6099b6.is-pressed_6099b6.is-selection-start_6099b6,.spectrum-Calendar-date_6099b6.is-pressed_6099b6.is-selection-end_6099b6{color:var(--spectrum-calendar-day-text-color-cap-selected-hover);--background:var(--spectrum-calendar-day-background-color-cap-selected-down)}.spectrum-Calendar-date_6099b6.is-pressed_6099b6.is-selected_6099b6:not(.is-range-selection_6099b6).is-invalid_6099b6,.spectrum-Calendar-date_6099b6.is-pressed_6099b6.is-selection-start_6099b6.is-invalid_6099b6,.spectrum-Calendar-date_6099b6.is-pressed_6099b6.is-selection-end_6099b6.is-invalid_6099b6{--background:var(--spectrum-calendar-day-background-color-cap-invalid-selected-down)}.spectrum-Calendar-date_6099b6.is-focused_6099b6:before{box-shadow:0 0 0 var(--spectrum-calendar-day-border-size-key-focus,2px)var(--spectrum-calendar-day-border-color-key-focus,var(--spectrum-alias-focus-color))}.spectrum-Calendar-date_6099b6.is-disabled_6099b6,.spectrum-Calendar-date_6099b6.is-disabled_6099b6.is-today_6099b6{--background:var(--spectrum-calendar-day-background-color-disabled,transparent)}.spectrum-Calendar-date_6099b6.is-disabled_6099b6,.spectrum-Calendar-date_6099b6.is-disabled_6099b6.is-today_6099b6,.spectrum-Calendar-date_6099b6.is-disabled_6099b6.is-selected_6099b6{color:var(--spectrum-calendar-day-text-color-disabled,var(--spectrum-global-color-gray-500))}.spectrum-Calendar-date_6099b6.is-unavailable_6099b6:not(.is-selected_6099b6),.spectrum-Calendar-date_6099b6.is-unavailable_6099b6:not(.is-selected_6099b6).is-today_6099b6{--background:transparent}@media (forced-colors:active){.spectrum-Calendar-date_6099b6{color:CanvasText;forced-color-adjust:none;--spectrum-calendar-button-icon-color:ButtonText;--spectrum-calendar-day-background-color-cap-selected:Highlight;--spectrum-calendar-day-background-color-cap-invalid-selected:Highlight;--spectrum-calendar-day-background-color-cap-invalid-selected-down:Highlight;--spectrum-calendar-day-background-color-cap-invalid-selected-hover:Highlight;--spectrum-calendar-day-background-color-cap-selected-down:Highlight;--spectrum-calendar-day-background-color-cap-selected-hover:Highlight;--spectrum-calendar-day-background-color-disabled:ButtonFace;--spectrum-calendar-day-background-color-down:ButtonFace;--spectrum-calendar-day-background-color-hover:ButtonFace;--spectrum-calendar-day-background-color-invalid-selected:Highlight;--spectrum-calendar-day-background-color-selected-hover:Highlight;--spectrum-calendar-day-background-color-selected:Highlight;--spectrum-calendar-day-border-color-key-focus:ButtonText;--spectrum-calendar-day-text-color-cap-selected:HighlightText;--spectrum-calendar-day-text-color-cap-selected-hover:HighlightText;--spectrum-calendar-day-text-color-disabled:GrayText;--spectrum-calendar-day-text-color-hover:ButtonText;--spectrum-calendar-day-text-color-selected-hover:HighlightText;--spectrum-calendar-day-title-text-color:CanvasText;--spectrum-calendar-day-today-background-color:ButtonText;--spectrum-calendar-day-today-background-color-down:ButtonText;--spectrum-calendar-day-today-background-color-hover:ButtonText;--spectrum-calendar-day-today-text-color:ButtonFace}.spectrum-Calendar-date_6099b6.is-range-selection_6099b6{color:HighlightText}.spectrum-Calendar-date_6099b6.is-disabled_6099b6.is-range-selection_6099b6,.spectrum-Calendar-date_6099b6.is-disabled_6099b6.is-selected_6099b6{background:Highlight;color:HighlightText}.spectrum-Calendar-date_6099b6.is-unavailable_6099b6.is-today_6099b6{color:var(--spectrum-calendar-day-text-color-hover,var(--spectrum-global-color-gray-900))}.spectrum-Calendar-date_6099b6.is-hovered_6099b6.is-today_6099b6{color:var(--spectrum-calendar-day-today-text-color,var(--spectrum-global-color-gray-800))}}
|
package/dist/main.js
CHANGED
|
@@ -24,8 +24,59 @@ function $parcel$interopDefault(a) {
|
|
|
24
24
|
|
|
25
25
|
$parcel$export(module.exports, "Calendar", () => $d9490b77e8681e44$export$e1aef45b828286de);
|
|
26
26
|
$parcel$export(module.exports, "RangeCalendar", () => $4d045066f2092e3b$export$a4f5c8b89d277a8d);
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
/*
|
|
28
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
29
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
30
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
31
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
32
|
+
*
|
|
33
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
34
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
35
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
36
|
+
* governing permissions and limitations under the License.
|
|
37
|
+
*/ /// <reference types="css-module-types" />
|
|
38
|
+
/*
|
|
39
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
40
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
41
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
42
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
43
|
+
*
|
|
44
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
45
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
46
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
47
|
+
* governing permissions and limitations under the License.
|
|
48
|
+
*/ /*
|
|
49
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
50
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
51
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
52
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
53
|
+
*
|
|
54
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
55
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
56
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
57
|
+
* governing permissions and limitations under the License.
|
|
58
|
+
*/
|
|
59
|
+
/*
|
|
60
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
61
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
62
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
63
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
64
|
+
*
|
|
65
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
66
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
67
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
68
|
+
* governing permissions and limitations under the License.
|
|
69
|
+
*/ /*
|
|
70
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
71
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
72
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
73
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
74
|
+
*
|
|
75
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
76
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
77
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
78
|
+
* governing permissions and limitations under the License.
|
|
79
|
+
*/
|
|
29
80
|
|
|
30
81
|
|
|
31
82
|
|
|
@@ -122,10 +173,10 @@ $915891ae6206caad$export$15b73a232798b8d3 = "is-pressed_6099b6";
|
|
|
122
173
|
|
|
123
174
|
|
|
124
175
|
function $52c7c3c887827b64$export$5d847498420df57b({ state: state , currentMonth: currentMonth , ...props }) {
|
|
125
|
-
let ref = $4BAFd$react.useRef();
|
|
126
|
-
let { cellProps: cellProps , buttonProps: buttonProps , isPressed: isPressed , isSelected: isSelected , isDisabled: isDisabled , isFocused: isFocused , isInvalid: isInvalid , formattedDate: formattedDate } = $4BAFd$reactariacalendar.useCalendarCell({
|
|
176
|
+
let ref = (0, $4BAFd$react.useRef)();
|
|
177
|
+
let { cellProps: cellProps , buttonProps: buttonProps , isPressed: isPressed , isSelected: isSelected , isDisabled: isDisabled , isFocused: isFocused , isInvalid: isInvalid , formattedDate: formattedDate } = (0, $4BAFd$reactariacalendar.useCalendarCell)({
|
|
127
178
|
...props,
|
|
128
|
-
isDisabled:
|
|
179
|
+
isDisabled: !(0, $4BAFd$internationalizeddate.isSameMonth)(props.date, currentMonth)
|
|
129
180
|
}, state, ref);
|
|
130
181
|
let isUnavailable = state.isCellUnavailable(props.date) && !isDisabled;
|
|
131
182
|
let isLastSelectedBeforeDisabled = !isDisabled && !isInvalid && state.isCellUnavailable(props.date.add({
|
|
@@ -134,44 +185,44 @@ function $52c7c3c887827b64$export$5d847498420df57b({ state: state , currentMonth
|
|
|
134
185
|
let isFirstSelectedAfterDisabled = !isDisabled && !isInvalid && state.isCellUnavailable(props.date.subtract({
|
|
135
186
|
days: 1
|
|
136
187
|
}));
|
|
137
|
-
let highlightedRange =
|
|
138
|
-
let isSelectionStart = isSelected && highlightedRange && $4BAFd$internationalizeddate.isSameDay(props.date, highlightedRange.start);
|
|
139
|
-
let isSelectionEnd = isSelected && highlightedRange && $4BAFd$internationalizeddate.isSameDay(props.date, highlightedRange.end);
|
|
140
|
-
let { locale: locale } = $4BAFd$reactariai18n.useLocale();
|
|
141
|
-
let dayOfWeek = $4BAFd$internationalizeddate.getDayOfWeek(props.date, locale);
|
|
188
|
+
let highlightedRange = "highlightedRange" in state && state.highlightedRange;
|
|
189
|
+
let isSelectionStart = isSelected && highlightedRange && (0, $4BAFd$internationalizeddate.isSameDay)(props.date, highlightedRange.start);
|
|
190
|
+
let isSelectionEnd = isSelected && highlightedRange && (0, $4BAFd$internationalizeddate.isSameDay)(props.date, highlightedRange.end);
|
|
191
|
+
let { locale: locale } = (0, $4BAFd$reactariai18n.useLocale)();
|
|
192
|
+
let dayOfWeek = (0, $4BAFd$internationalizeddate.getDayOfWeek)(props.date, locale);
|
|
142
193
|
let isRangeStart = isSelected && (isFirstSelectedAfterDisabled || dayOfWeek === 0 || props.date.day === 1);
|
|
143
194
|
let isRangeEnd = isSelected && (isLastSelectedBeforeDisabled || dayOfWeek === 6 || props.date.day === currentMonth.calendar.getDaysInMonth(currentMonth));
|
|
144
|
-
let { focusProps: focusProps , isFocusVisible: isFocusVisible } = $4BAFd$reactariafocus.useFocusRing();
|
|
145
|
-
let { hoverProps: hoverProps , isHovered: isHovered } = $4BAFd$reactariainteractions.useHover({
|
|
195
|
+
let { focusProps: focusProps , isFocusVisible: isFocusVisible } = (0, $4BAFd$reactariafocus.useFocusRing)();
|
|
196
|
+
let { hoverProps: hoverProps , isHovered: isHovered } = (0, $4BAFd$reactariainteractions.useHover)({
|
|
146
197
|
isDisabled: isDisabled || isUnavailable || state.isReadOnly
|
|
147
198
|
});
|
|
148
|
-
return
|
|
199
|
+
return /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement("td", {
|
|
149
200
|
...cellProps,
|
|
150
|
-
className: $4BAFd$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports)),
|
|
151
|
-
}, /*#__PURE__*/ ($parcel$interopDefault($4BAFd$react)).createElement("span", {
|
|
152
|
-
|
|
201
|
+
className: (0, $4BAFd$reactspectrumutils.classNames)((0, (/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports))), "spectrum-Calendar-tableCell")
|
|
202
|
+
}, /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement("span", {
|
|
203
|
+
...(0, $4BAFd$reactariautils.mergeProps)(buttonProps, hoverProps, focusProps),
|
|
153
204
|
ref: ref,
|
|
154
|
-
className: $4BAFd$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports)),
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
205
|
+
className: (0, $4BAFd$reactspectrumutils.classNames)((0, (/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports))), "spectrum-Calendar-date", {
|
|
206
|
+
"is-today": (0, $4BAFd$internationalizeddate.isToday)(props.date, state.timeZone),
|
|
207
|
+
"is-selected": isSelected,
|
|
208
|
+
"is-focused": isFocused && isFocusVisible,
|
|
158
209
|
// Style disabled (i.e. out of min/max range), but selected dates as unavailable
|
|
159
210
|
// since it is more clear than trying to dim the selection.
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
211
|
+
"is-disabled": isDisabled && !isInvalid,
|
|
212
|
+
"is-unavailable": isUnavailable || isInvalid && isDisabled,
|
|
213
|
+
"is-outsideMonth": !(0, $4BAFd$internationalizeddate.isSameMonth)(props.date, currentMonth),
|
|
214
|
+
"is-range-start": isRangeStart,
|
|
215
|
+
"is-range-end": isRangeEnd,
|
|
216
|
+
"is-range-selection": isSelected && "highlightedRange" in state,
|
|
217
|
+
"is-selection-start": isSelectionStart,
|
|
218
|
+
"is-selection-end": isSelectionEnd,
|
|
219
|
+
"is-hovered": isHovered,
|
|
220
|
+
"is-pressed": isPressed && !state.isReadOnly,
|
|
221
|
+
"is-invalid": isInvalid
|
|
171
222
|
})
|
|
172
|
-
}, /*#__PURE__*/ ($parcel$interopDefault($4BAFd$react)).createElement("span", {
|
|
173
|
-
className: $4BAFd$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports)),
|
|
174
|
-
}, /*#__PURE__*/ ($parcel$interopDefault($4BAFd$react)).createElement("span", null, formattedDate))))
|
|
223
|
+
}, /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement("span", {
|
|
224
|
+
className: (0, $4BAFd$reactspectrumutils.classNames)((0, (/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports))), "spectrum-Calendar-dateText")
|
|
225
|
+
}, /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement("span", null, formattedDate))));
|
|
175
226
|
}
|
|
176
227
|
|
|
177
228
|
|
|
@@ -183,35 +234,32 @@ function $52c7c3c887827b64$export$5d847498420df57b({ state: state , currentMonth
|
|
|
183
234
|
|
|
184
235
|
function $02c19eea15a72a7b$export$26e2752316b9a375(props) {
|
|
185
236
|
let { state: state , startDate: startDate } = props;
|
|
186
|
-
let { gridProps: gridProps , headerProps: headerProps , weekDays: weekDays } = $4BAFd$reactariacalendar.useCalendarGrid({
|
|
237
|
+
let { gridProps: gridProps , headerProps: headerProps , weekDays: weekDays } = (0, $4BAFd$reactariacalendar.useCalendarGrid)({
|
|
187
238
|
...props,
|
|
188
|
-
endDate: $4BAFd$internationalizeddate.endOfMonth(startDate)
|
|
239
|
+
endDate: (0, $4BAFd$internationalizeddate.endOfMonth)(startDate)
|
|
189
240
|
}, state);
|
|
190
|
-
let { locale: locale } = $4BAFd$reactariai18n.useLocale();
|
|
191
|
-
let weeksInMonth = $4BAFd$internationalizeddate.getWeeksInMonth(startDate, locale);
|
|
192
|
-
return
|
|
241
|
+
let { locale: locale } = (0, $4BAFd$reactariai18n.useLocale)();
|
|
242
|
+
let weeksInMonth = (0, $4BAFd$internationalizeddate.getWeeksInMonth)(startDate, locale);
|
|
243
|
+
return /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement("table", {
|
|
193
244
|
...gridProps,
|
|
194
|
-
className: $4BAFd$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports)),
|
|
195
|
-
}, /*#__PURE__*/ ($parcel$interopDefault($4BAFd$react)).createElement("thead", headerProps, /*#__PURE__*/ ($parcel$interopDefault($4BAFd$react)).createElement("tr", null, weekDays.map((day, index)=>/*#__PURE__*/ ($parcel$interopDefault($4BAFd$react)).createElement("th", {
|
|
245
|
+
className: (0, $4BAFd$reactspectrumutils.classNames)((0, (/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports))), "spectrum-Calendar-body", "spectrum-Calendar-table")
|
|
246
|
+
}, /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement("thead", headerProps, /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement("tr", null, weekDays.map((day, index)=>/*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement("th", {
|
|
196
247
|
key: index,
|
|
197
|
-
className: $4BAFd$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports)),
|
|
198
|
-
}, /*#__PURE__*/ ($parcel$interopDefault($4BAFd$react)).createElement("span", {
|
|
199
|
-
className: $4BAFd$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports)),
|
|
200
|
-
}, day))
|
|
201
|
-
))), /*#__PURE__*/ ($parcel$interopDefault($4BAFd$react)).createElement("tbody", null, [
|
|
248
|
+
className: (0, $4BAFd$reactspectrumutils.classNames)((0, (/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports))), "spectrum-Calendar-tableCell")
|
|
249
|
+
}, /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement("span", {
|
|
250
|
+
className: (0, $4BAFd$reactspectrumutils.classNames)((0, (/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports))), "spectrum-Calendar-dayOfWeek")
|
|
251
|
+
}, day))))), /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement("tbody", null, [
|
|
202
252
|
...new Array(weeksInMonth).keys()
|
|
203
|
-
].map((weekIndex)=>/*#__PURE__*/ ($parcel$interopDefault($4BAFd$react)).createElement("tr", {
|
|
253
|
+
].map((weekIndex)=>/*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement("tr", {
|
|
204
254
|
key: weekIndex
|
|
205
|
-
}, state.getDatesInWeek(weekIndex, startDate).map((date, i)=>date ? /*#__PURE__*/ ($parcel$interopDefault($4BAFd$react)).createElement($52c7c3c887827b64$export$5d847498420df57b, {
|
|
255
|
+
}, state.getDatesInWeek(weekIndex, startDate).map((date, i)=>date ? /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement((0, $52c7c3c887827b64$export$5d847498420df57b), {
|
|
206
256
|
key: i,
|
|
207
257
|
state: state,
|
|
208
258
|
date: date,
|
|
209
259
|
currentMonth: startDate
|
|
210
|
-
}) : /*#__PURE__*/ ($parcel$interopDefault($4BAFd$react)).createElement("td", {
|
|
260
|
+
}) : /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement("td", {
|
|
211
261
|
key: i
|
|
212
|
-
})
|
|
213
|
-
))
|
|
214
|
-
))));
|
|
262
|
+
}))))));
|
|
215
263
|
}
|
|
216
264
|
|
|
217
265
|
|
|
@@ -570,14 +618,14 @@ $b2ddf7aa92a6115d$exports = {
|
|
|
570
618
|
|
|
571
619
|
function $6d416018158e3a26$export$bfd52a43017368fe(props) {
|
|
572
620
|
let { state: state , calendarProps: calendarProps , nextButtonProps: nextButtonProps , prevButtonProps: prevButtonProps , errorMessageProps: errorMessageProps , calendarRef: ref , visibleMonths: visibleMonths = 1 } = props;
|
|
573
|
-
let { styleProps: styleProps } = $4BAFd$reactspectrumutils.useStyleProps(props);
|
|
574
|
-
let stringFormatter = $4BAFd$reactariai18n.useLocalizedStringFormatter((/*@__PURE__*/$parcel$interopDefault($b2ddf7aa92a6115d$exports)));
|
|
575
|
-
let { direction: direction } = $4BAFd$reactariai18n.useLocale();
|
|
621
|
+
let { styleProps: styleProps } = (0, $4BAFd$reactspectrumutils.useStyleProps)(props);
|
|
622
|
+
let stringFormatter = (0, $4BAFd$reactariai18n.useLocalizedStringFormatter)((0, (/*@__PURE__*/$parcel$interopDefault($b2ddf7aa92a6115d$exports))));
|
|
623
|
+
let { direction: direction } = (0, $4BAFd$reactariai18n.useLocale)();
|
|
576
624
|
let currentMonth = state.visibleRange.start;
|
|
577
|
-
let monthDateFormatter = $4BAFd$reactariai18n.useDateFormatter({
|
|
578
|
-
month:
|
|
579
|
-
year:
|
|
580
|
-
era: currentMonth.calendar.identifier ===
|
|
625
|
+
let monthDateFormatter = (0, $4BAFd$reactariai18n.useDateFormatter)({
|
|
626
|
+
month: "long",
|
|
627
|
+
year: "numeric",
|
|
628
|
+
era: currentMonth.calendar.identifier === "gregory" && currentMonth.era === "BC" ? "short" : undefined,
|
|
581
629
|
calendar: currentMonth.calendar.identifier,
|
|
582
630
|
timeZone: state.timeZone
|
|
583
631
|
});
|
|
@@ -587,56 +635,55 @@ function $6d416018158e3a26$export$bfd52a43017368fe(props) {
|
|
|
587
635
|
let d = currentMonth.add({
|
|
588
636
|
months: i
|
|
589
637
|
});
|
|
590
|
-
titles.push(/*#__PURE__*/ ($parcel$interopDefault($4BAFd$react)).createElement("div", {
|
|
638
|
+
titles.push(/*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement("div", {
|
|
591
639
|
key: i,
|
|
592
|
-
className: $4BAFd$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports)),
|
|
593
|
-
}, i === 0 && /*#__PURE__*/ ($parcel$interopDefault($4BAFd$react)).createElement($4BAFd$reactspectrumbutton.ActionButton, {
|
|
640
|
+
className: (0, $4BAFd$reactspectrumutils.classNames)((0, (/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports))), "spectrum-Calendar-monthHeader")
|
|
641
|
+
}, i === 0 && /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement((0, $4BAFd$reactspectrumbutton.ActionButton), {
|
|
594
642
|
...prevButtonProps,
|
|
595
|
-
UNSAFE_className: $4BAFd$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports)),
|
|
643
|
+
UNSAFE_className: (0, $4BAFd$reactspectrumutils.classNames)((0, (/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports))), "spectrum-Calendar-prevMonth"),
|
|
596
644
|
isQuiet: true
|
|
597
|
-
}, direction ===
|
|
645
|
+
}, direction === "rtl" ? /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement((0, ($parcel$interopDefault($4BAFd$spectrumiconsuiChevronRightLarge))), null) : /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement((0, ($parcel$interopDefault($4BAFd$spectrumiconsuiChevronLeftLarge))), null)), /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement("h2", {
|
|
598
646
|
// We have a visually hidden heading describing the entire visible range,
|
|
599
647
|
// and the calendar itself describes the individual month
|
|
600
648
|
// so we don't need to repeat that here for screen reader users.
|
|
601
649
|
"aria-hidden": true,
|
|
602
|
-
className: $4BAFd$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports)),
|
|
603
|
-
}, monthDateFormatter.format(d.toDate(state.timeZone))), i === visibleMonths - 1 && /*#__PURE__*/ ($parcel$interopDefault($4BAFd$react)).createElement($4BAFd$reactspectrumbutton.ActionButton, {
|
|
650
|
+
className: (0, $4BAFd$reactspectrumutils.classNames)((0, (/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports))), "spectrum-Calendar-title")
|
|
651
|
+
}, monthDateFormatter.format(d.toDate(state.timeZone))), i === visibleMonths - 1 && /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement((0, $4BAFd$reactspectrumbutton.ActionButton), {
|
|
604
652
|
...nextButtonProps,
|
|
605
|
-
UNSAFE_className: $4BAFd$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports)),
|
|
653
|
+
UNSAFE_className: (0, $4BAFd$reactspectrumutils.classNames)((0, (/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports))), "spectrum-Calendar-nextMonth"),
|
|
606
654
|
isQuiet: true
|
|
607
|
-
}, direction ===
|
|
608
|
-
calendars.push(/*#__PURE__*/ ($parcel$interopDefault($4BAFd$react)).createElement($02c19eea15a72a7b$export$26e2752316b9a375, {
|
|
655
|
+
}, direction === "rtl" ? /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement((0, ($parcel$interopDefault($4BAFd$spectrumiconsuiChevronLeftLarge))), null) : /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement((0, ($parcel$interopDefault($4BAFd$spectrumiconsuiChevronRightLarge))), null))));
|
|
656
|
+
calendars.push(/*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement((0, $02c19eea15a72a7b$export$26e2752316b9a375), {
|
|
609
657
|
...props,
|
|
610
658
|
key: i,
|
|
611
659
|
state: state,
|
|
612
660
|
startDate: d
|
|
613
661
|
}));
|
|
614
662
|
}
|
|
615
|
-
return
|
|
663
|
+
return /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement("div", {
|
|
616
664
|
...styleProps,
|
|
617
665
|
...calendarProps,
|
|
618
666
|
ref: ref,
|
|
619
|
-
className: $4BAFd$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports)),
|
|
620
|
-
}, /*#__PURE__*/ ($parcel$interopDefault($4BAFd$react)).createElement($4BAFd$reactariavisuallyhidden.VisuallyHidden, null, /*#__PURE__*/ ($parcel$interopDefault($4BAFd$react)).createElement("h2", null, calendarProps[
|
|
621
|
-
className: $4BAFd$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports)),
|
|
622
|
-
}, titles), /*#__PURE__*/ ($parcel$interopDefault($4BAFd$react)).createElement("div", {
|
|
623
|
-
className: $4BAFd$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports)),
|
|
624
|
-
}, calendars), /*#__PURE__*/ ($parcel$interopDefault($4BAFd$react)).createElement($4BAFd$reactariavisuallyhidden.VisuallyHidden, null, /*#__PURE__*/ ($parcel$interopDefault($4BAFd$react)).createElement("button", {
|
|
625
|
-
"aria-label": nextButtonProps[
|
|
667
|
+
className: (0, $4BAFd$reactspectrumutils.classNames)((0, (/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports))), "spectrum-Calendar", styleProps.className)
|
|
668
|
+
}, /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement((0, $4BAFd$reactariavisuallyhidden.VisuallyHidden), null, /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement("h2", null, calendarProps["aria-label"])), /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement("div", {
|
|
669
|
+
className: (0, $4BAFd$reactspectrumutils.classNames)((0, (/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports))), "spectrum-Calendar-header")
|
|
670
|
+
}, titles), /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement("div", {
|
|
671
|
+
className: (0, $4BAFd$reactspectrumutils.classNames)((0, (/*@__PURE__*/$parcel$interopDefault($915891ae6206caad$exports))), "spectrum-Calendar-months")
|
|
672
|
+
}, calendars), /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement((0, $4BAFd$reactariavisuallyhidden.VisuallyHidden), null, /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement("button", {
|
|
673
|
+
"aria-label": nextButtonProps["aria-label"],
|
|
626
674
|
disabled: nextButtonProps.isDisabled,
|
|
627
|
-
onClick: ()=>state.focusNextPage()
|
|
628
|
-
,
|
|
675
|
+
onClick: ()=>state.focusNextPage(),
|
|
629
676
|
tabIndex: -1
|
|
630
|
-
})), state.validationState ===
|
|
677
|
+
})), state.validationState === "invalid" && /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement((0, $4BAFd$reactspectrumlabel.HelpText), {
|
|
631
678
|
showErrorIcon: true,
|
|
632
|
-
errorMessage: props.errorMessage || stringFormatter.format(
|
|
633
|
-
selectedCount:
|
|
679
|
+
errorMessage: props.errorMessage || stringFormatter.format("invalidSelection", {
|
|
680
|
+
selectedCount: "highlightedRange" in state ? 2 : 1
|
|
634
681
|
}),
|
|
635
682
|
errorMessageProps: errorMessageProps,
|
|
636
683
|
validationState: "invalid",
|
|
637
684
|
// Intentionally a global class name so it can be targeted in DatePicker CSS...
|
|
638
685
|
UNSAFE_className: "spectrum-Calendar-helpText"
|
|
639
|
-
}))
|
|
686
|
+
}));
|
|
640
687
|
}
|
|
641
688
|
|
|
642
689
|
|
|
@@ -648,31 +695,29 @@ function $6d416018158e3a26$export$bfd52a43017368fe(props) {
|
|
|
648
695
|
|
|
649
696
|
|
|
650
697
|
function $d9490b77e8681e44$var$Calendar(props, ref) {
|
|
651
|
-
props = $4BAFd$reactspectrumprovider.useProviderProps(props);
|
|
698
|
+
props = (0, $4BAFd$reactspectrumprovider.useProviderProps)(props);
|
|
652
699
|
let { visibleMonths: visibleMonths = 1 } = props;
|
|
653
|
-
let visibleDuration = $4BAFd$react.useMemo(()=>({
|
|
700
|
+
let visibleDuration = (0, $4BAFd$react.useMemo)(()=>({
|
|
654
701
|
months: visibleMonths
|
|
655
|
-
})
|
|
656
|
-
, [
|
|
702
|
+
}), [
|
|
657
703
|
visibleMonths
|
|
658
704
|
]);
|
|
659
|
-
let { locale: locale } = $4BAFd$reactariai18n.useLocale();
|
|
660
|
-
let state = $4BAFd$reactstatelycalendar.useCalendarState({
|
|
705
|
+
let { locale: locale } = (0, $4BAFd$reactariai18n.useLocale)();
|
|
706
|
+
let state = (0, $4BAFd$reactstatelycalendar.useCalendarState)({
|
|
661
707
|
...props,
|
|
662
708
|
locale: locale,
|
|
663
709
|
visibleDuration: visibleDuration,
|
|
664
710
|
createCalendar: $4BAFd$internationalizeddate.createCalendar
|
|
665
711
|
});
|
|
666
|
-
let domRef = $4BAFd$react.useRef();
|
|
667
|
-
$4BAFd$react.useImperativeHandle(ref, ()=>({
|
|
668
|
-
|
|
712
|
+
let domRef = (0, $4BAFd$react.useRef)();
|
|
713
|
+
(0, $4BAFd$react.useImperativeHandle)(ref, ()=>({
|
|
714
|
+
...(0, $4BAFd$reactspectrumutils.createDOMRef)(domRef),
|
|
669
715
|
focus () {
|
|
670
716
|
state.setFocused(true);
|
|
671
717
|
}
|
|
672
|
-
})
|
|
673
|
-
);
|
|
674
|
-
|
|
675
|
-
return(/*#__PURE__*/ ($parcel$interopDefault($4BAFd$react)).createElement($6d416018158e3a26$export$bfd52a43017368fe, {
|
|
718
|
+
}));
|
|
719
|
+
let { calendarProps: calendarProps , prevButtonProps: prevButtonProps , nextButtonProps: nextButtonProps , errorMessageProps: errorMessageProps } = (0, $4BAFd$reactariacalendar.useCalendar)(props, state);
|
|
720
|
+
return /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement((0, $6d416018158e3a26$export$bfd52a43017368fe), {
|
|
676
721
|
...props,
|
|
677
722
|
state: state,
|
|
678
723
|
calendarRef: domRef,
|
|
@@ -680,14 +725,24 @@ function $d9490b77e8681e44$var$Calendar(props, ref) {
|
|
|
680
725
|
prevButtonProps: prevButtonProps,
|
|
681
726
|
nextButtonProps: nextButtonProps,
|
|
682
727
|
errorMessageProps: errorMessageProps
|
|
683
|
-
})
|
|
728
|
+
});
|
|
684
729
|
}
|
|
685
730
|
/**
|
|
686
731
|
* Calendars display a grid of days in one or more months and allow users to select a single date.
|
|
687
|
-
*/ const $d9490b77e8681e44$export$e1aef45b828286de = /*#__PURE__*/ ($parcel$interopDefault($4BAFd$react)).forwardRef($d9490b77e8681e44$var$Calendar);
|
|
688
|
-
|
|
732
|
+
*/ const $d9490b77e8681e44$export$e1aef45b828286de = /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).forwardRef($d9490b77e8681e44$var$Calendar);
|
|
689
733
|
|
|
690
734
|
|
|
735
|
+
/*
|
|
736
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
737
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
738
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
739
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
740
|
+
*
|
|
741
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
742
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
743
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
744
|
+
* governing permissions and limitations under the License.
|
|
745
|
+
*/
|
|
691
746
|
|
|
692
747
|
|
|
693
748
|
|
|
@@ -696,31 +751,29 @@ function $d9490b77e8681e44$var$Calendar(props, ref) {
|
|
|
696
751
|
|
|
697
752
|
|
|
698
753
|
function $4d045066f2092e3b$var$RangeCalendar(props, ref) {
|
|
699
|
-
props = $4BAFd$reactspectrumprovider.useProviderProps(props);
|
|
754
|
+
props = (0, $4BAFd$reactspectrumprovider.useProviderProps)(props);
|
|
700
755
|
let { visibleMonths: visibleMonths = 1 } = props;
|
|
701
|
-
let visibleDuration = $4BAFd$react.useMemo(()=>({
|
|
756
|
+
let visibleDuration = (0, $4BAFd$react.useMemo)(()=>({
|
|
702
757
|
months: visibleMonths
|
|
703
|
-
})
|
|
704
|
-
, [
|
|
758
|
+
}), [
|
|
705
759
|
visibleMonths
|
|
706
760
|
]);
|
|
707
|
-
let { locale: locale } = $4BAFd$reactariai18n.useLocale();
|
|
708
|
-
let state = $4BAFd$reactstatelycalendar.useRangeCalendarState({
|
|
761
|
+
let { locale: locale } = (0, $4BAFd$reactariai18n.useLocale)();
|
|
762
|
+
let state = (0, $4BAFd$reactstatelycalendar.useRangeCalendarState)({
|
|
709
763
|
...props,
|
|
710
764
|
locale: locale,
|
|
711
765
|
visibleDuration: visibleDuration,
|
|
712
766
|
createCalendar: $4BAFd$internationalizeddate.createCalendar
|
|
713
767
|
});
|
|
714
|
-
let domRef = $4BAFd$react.useRef();
|
|
715
|
-
$4BAFd$react.useImperativeHandle(ref, ()=>({
|
|
716
|
-
|
|
768
|
+
let domRef = (0, $4BAFd$react.useRef)();
|
|
769
|
+
(0, $4BAFd$react.useImperativeHandle)(ref, ()=>({
|
|
770
|
+
...(0, $4BAFd$reactspectrumutils.createDOMRef)(domRef),
|
|
717
771
|
focus () {
|
|
718
772
|
state.setFocused(true);
|
|
719
773
|
}
|
|
720
|
-
})
|
|
721
|
-
);
|
|
722
|
-
|
|
723
|
-
return(/*#__PURE__*/ ($parcel$interopDefault($4BAFd$react)).createElement($6d416018158e3a26$export$bfd52a43017368fe, {
|
|
774
|
+
}));
|
|
775
|
+
let { calendarProps: calendarProps , prevButtonProps: prevButtonProps , nextButtonProps: nextButtonProps , errorMessageProps: errorMessageProps } = (0, $4BAFd$reactariacalendar.useRangeCalendar)(props, state, domRef);
|
|
776
|
+
return /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).createElement((0, $6d416018158e3a26$export$bfd52a43017368fe), {
|
|
724
777
|
...props,
|
|
725
778
|
state: state,
|
|
726
779
|
calendarRef: domRef,
|
|
@@ -728,11 +781,11 @@ function $4d045066f2092e3b$var$RangeCalendar(props, ref) {
|
|
|
728
781
|
prevButtonProps: prevButtonProps,
|
|
729
782
|
nextButtonProps: nextButtonProps,
|
|
730
783
|
errorMessageProps: errorMessageProps
|
|
731
|
-
})
|
|
784
|
+
});
|
|
732
785
|
}
|
|
733
786
|
/**
|
|
734
787
|
* RangeCalendars display a grid of days in one or more months and allow users to select a contiguous range of dates.
|
|
735
|
-
*/ const $4d045066f2092e3b$export$a4f5c8b89d277a8d = /*#__PURE__*/ ($parcel$interopDefault($4BAFd$react)).forwardRef($4d045066f2092e3b$var$RangeCalendar);
|
|
788
|
+
*/ const $4d045066f2092e3b$export$a4f5c8b89d277a8d = /*#__PURE__*/ (0, ($parcel$interopDefault($4BAFd$react))).forwardRef($4d045066f2092e3b$var$RangeCalendar);
|
|
736
789
|
|
|
737
790
|
|
|
738
791
|
|