@kaizen/components 1.77.3 → 1.78.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/src/Calendar/CalendarRange/CalendarRange.cjs +12 -13
- package/dist/cjs/src/Calendar/CalendarRange/CalendarRange.module.scss.cjs +2 -3
- package/dist/cjs/src/Calendar/CalendarSingle/CalendarSingle.cjs +8 -8
- package/dist/cjs/src/Calendar/LegacyCalendarRange/LegacyCalendarRange.cjs +11 -12
- package/dist/cjs/src/Calendar/LegacyCalendarRange/LegacyCalendarRange.module.scss.cjs +0 -1
- package/dist/cjs/src/Calendar/baseCalendarClassNames.cjs +11 -13
- package/dist/cjs/src/Calendar/baseCalendarClassNames.module.scss.cjs +1 -2
- package/dist/cjs/src/Calendar/utils/setFocusInCalendar.cjs +7 -6
- package/dist/cjs/src/RichTextEditor/utils/schema/marks.cjs +6 -5
- package/dist/esm/src/Calendar/CalendarRange/CalendarRange.mjs +12 -13
- package/dist/esm/src/Calendar/CalendarRange/CalendarRange.module.scss.mjs +2 -3
- package/dist/esm/src/Calendar/CalendarSingle/CalendarSingle.mjs +8 -8
- package/dist/esm/src/Calendar/LegacyCalendarRange/LegacyCalendarRange.mjs +11 -12
- package/dist/esm/src/Calendar/LegacyCalendarRange/LegacyCalendarRange.module.scss.mjs +0 -1
- package/dist/esm/src/Calendar/baseCalendarClassNames.mjs +11 -13
- package/dist/esm/src/Calendar/baseCalendarClassNames.module.scss.mjs +1 -2
- package/dist/esm/src/Calendar/utils/setFocusInCalendar.mjs +7 -6
- package/dist/esm/src/RichTextEditor/utils/schema/marks.mjs +6 -5
- package/dist/styles.css +26 -28
- package/dist/types/Calendar/CalendarRange/CalendarRange.d.ts +2 -2
- package/dist/types/Calendar/CalendarSingle/CalendarSingle.d.ts +2 -2
- package/dist/types/Calendar/LegacyCalendarRange/LegacyCalendarRange.d.ts +3 -2
- package/dist/types/Calendar/baseCalendarClassNames.d.ts +2 -2
- package/dist/types/RichTextEditor/utils/schema/marks.d.ts +1 -1
- package/package.json +42 -42
- package/src/Calendar/CalendarRange/CalendarRange.module.scss +13 -13
- package/src/Calendar/CalendarRange/CalendarRange.tsx +15 -11
- package/src/Calendar/CalendarRange/_docs/CalendarRange.stickersheet.stories.tsx +2 -1
- package/src/Calendar/CalendarSingle/CalendarSingle.module.scss +1 -0
- package/src/Calendar/CalendarSingle/CalendarSingle.tsx +11 -6
- package/src/Calendar/CalendarSingle/_docs/CalendarSingle.stickersheet.stories.tsx +8 -3
- package/src/Calendar/LegacyCalendarRange/LegacyCalendarRange.module.scss +5 -4
- package/src/Calendar/LegacyCalendarRange/LegacyCalendarRange.tsx +15 -11
- package/src/Calendar/baseCalendarClassNames.module.scss +12 -19
- package/src/Calendar/baseCalendarClassNames.ts +13 -15
- package/src/Calendar/utils/isSelectingDayInCalendar.spec.tsx +2 -1
- package/src/Calendar/utils/setFocusInCalendar.spec.tsx +8 -4
- package/src/Calendar/utils/setFocusInCalendar.ts +10 -10
- package/src/DatePicker/DatePicker.spec.tsx +10 -9
- package/src/DatePicker/DatePicker.tsx +2 -2
- package/src/Filter/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.spec.tsx +4 -2
- package/src/Filter/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.spec.tsx +6 -2
- package/src/Filter/FilterDatePicker/FilterDatePicker.spec.tsx +3 -2
- package/src/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.spec.tsx +8 -4
- package/src/Filter/FilterDateRangePicker/_docs/FilterDateRangePicker.stories.tsx +2 -2
- package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.spec.tsx +14 -8
- package/src/RichTextEditor/utils/schema/marks.ts +9 -8
package/dist/styles.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@layer tokens, normalize, reset;@layer tokens{:root{--theme-key:heart;--animation-easing-function-ease-in-out:cubic-bezier(0.455,0.03,0.515,0.955);--animation-easing-function-ease-in:cubic-bezier(0.55,0.085,0.68,0.53);--animation-easing-function-ease-out:cubic-bezier(0.25,0.46,0.45,0.94);--animation-easing-function-linear:linear;--animation-easing-function-bounce-in:cubic-bezier(0.485,0.155,0.24,1.245);--animation-easing-function-bounce-out:cubic-bezier(0.485,0.155,0.515,0.845);--animation-easing-function-bounce-in-out:cubic-bezier(0.76,-0.245,0.24,1.245);--animation-duration-instant:0ms;--animation-duration-immediate:100ms;--animation-duration-rapid:200ms;--animation-duration-fast:300ms;--animation-duration-slow:400ms;--animation-duration-deliberate:700ms;--border-solid-border-width:2px;--border-solid-border-radius:7px;--border-solid-border-style:solid;--border-solid-border-color:#e1e2ea;--border-solid-border-color-rgb:225,226,234;--border-dashed-border-width:2px;--border-dashed-border-radius:7px;--border-dashed-border-style:dashed;--border-borderless-border-width:2px;--border-borderless-border-radius:7px;--border-borderless-border-style:solid;--border-borderless-border-color:transparent;--border-borderless-border-color-rgb:0,0,0;--border-focus-ring-border-width:2px;--border-focus-ring-border-radius:10px;--border-focus-ring-border-style:solid;--border-width-1:1px;--color-purple-100:#f4edf8;--color-purple-100-rgb:244,237,248;--color-purple-200:#dfc9ea;--color-purple-200-rgb:223,201,234;--color-purple-300:#c9a5dd;--color-purple-300-rgb:201,165,221;--color-purple-400:#ae67b1;--color-purple-400-rgb:174,103,177;--color-purple-500:#844587;--color-purple-500-rgb:132,69,135;--color-purple-600:#5f3361;--color-purple-600-rgb:95,51,97;--color-purple-700:#4a234d;--color-purple-700-rgb:74,35,77;--color-purple-800:#2f2438;--color-purple-800-rgb:47,36,56;--color-blue-100:#e6f6ff;--color-blue-100-rgb:230,246,255;--color-blue-200:#bde2f5;--color-blue-200-rgb:189,226,245;--color-blue-300:#73c0e8;--color-blue-300-rgb:115,192,232;--color-blue-400:#008bd6;--color-blue-400-rgb:0,139,214;--color-blue-500:#0168b3;--color-blue-500-rgb:1,104,179;--color-blue-600:#004970;--color-blue-600-rgb:0,73,112;--color-blue-700:#003157;--color-blue-700-rgb:0,49,87;--color-green-100:#e8f8f4;--color-green-100-rgb:232,248,244;--color-green-200:#c4ede2;--color-green-200-rgb:196,237,226;--color-green-300:#8fdbc7;--color-green-300-rgb:143,219,199;--color-green-400:#5dcaad;--color-green-400-rgb:93,202,173;--color-green-500:#3f9a86;--color-green-500-rgb:63,154,134;--color-green-600:#2c7d67;--color-green-600-rgb:44,125,103;--color-green-700:#22594a;--color-green-700-rgb:34,89,74;--color-yellow-100:#fff9e4;--color-yellow-100-rgb:255,249,228;--color-yellow-200:#ffeeb3;--color-yellow-200-rgb:255,238,179;--color-yellow-300:#ffe36e;--color-yellow-300-rgb:255,227,110;--color-yellow-400:#ffca4d;--color-yellow-400-rgb:255,202,77;--color-yellow-500:#ffb600;--color-yellow-500-rgb:255,182,0;--color-yellow-600:#c68600;--color-yellow-600-rgb:198,134,0;--color-yellow-700:#876400;--color-yellow-700-rgb:135,100,0;--color-red-100:#fdeaee;--color-red-100-rgb:253,234,238;--color-red-200:#f9c2cb;--color-red-200-rgb:249,194,203;--color-red-300:#f597a8;--color-red-300-rgb:245,151,168;--color-red-400:#e0707d;--color-red-400-rgb:224,112,125;--color-red-500:#c93b55;--color-red-500-rgb:201,59,85;--color-red-600:#a82433;--color-red-600-rgb:168,36,51;--color-red-700:#6c1e20;--color-red-700-rgb:108,30,32;--color-orange-100:#fff0e8;--color-orange-100-rgb:255,240,232;--color-orange-200:#ffd1b9;--color-orange-200-rgb:255,209,185;--color-orange-300:#ffb08a;--color-orange-300-rgb:255,176,138;--color-orange-400:#ff9461;--color-orange-400-rgb:255,148,97;--color-orange-500:#e96c2f;--color-orange-500-rgb:233,108,47;--color-orange-600:#b74302;--color-orange-600-rgb:183,67,2;--color-orange-700:#903c00;--color-orange-700-rgb:144,60,0;--color-gray-100:#f9f9f9;--color-gray-100-rgb:249,249,249;--color-gray-200:#f4f4f5;--color-gray-200-rgb:244,244,245;--color-gray-300:#eaeaec;--color-gray-300-rgb:234,234,236;--color-gray-400:#cdcdd0;--color-gray-400-rgb:205,205,208;--color-gray-500:#878792;--color-gray-500-rgb:135,135,146;--color-gray-600:#524e56;--color-gray-600-rgb:82,78,86;--color-white:#fff;--color-white-rgb:255,255,255;--color-black:#000;--color-black-rgb:0,0,0;--data-viz-favorable:#7dd5bd;--data-viz-favorable-rgb:125,213,189;--data-viz-unfavorable:#e68d97;--data-viz-unfavorable-rgb:230,141,151;--layout-content-max-width:1392px;--layout-content-max-width-with-sidebar:1080px;--layout-content-side-margin:72px;--layout-mobile-actions-drawer-height:60px;--layout-navigation-bar-height:72px;--layout-breakpoints-medium:768px;--layout-breakpoints-large:1080px;--shadow-small-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 3px 16px 0 rgba(0,0,0,.06);--shadow-large-box-shadow:0 3px 9px 0 rgba(0,0,0,.1),0 8px 40px 0 rgba(0,0,0,.08);--spacing-0:0;--spacing-1:.0625rem;--spacing-2:.125rem;--spacing-4:.25rem;--spacing-6:.375rem;--spacing-8:.5rem;--spacing-12:.75rem;--spacing-16:1rem;--spacing-20:1.25rem;--spacing-24:1.5rem;--spacing-32:2rem;--spacing-40:2.5rem;--spacing-48:3rem;--spacing-56:3.5rem;--spacing-64:4rem;--spacing-72:4.5rem;--spacing-80:5rem;--spacing-96:6rem;--spacing-112:7rem;--spacing-128:8rem;--spacing-160:10rem;--spacing-200:12.5rem;--spacing-240:15rem;--spacing-280:17.5rem;--spacing-320:20rem;--spacing-xs:0.375rem;--spacing-sm:0.75rem;--spacing-md:1.5rem;--spacing-lg:2.25rem;--spacing-xl:3rem;--spacing-xxl:3.75rem;--spacing-xxxl:4.5rem;--spacing-xxxxl:5.25rem;--spacing-xxxxxl:6rem;--typography-data-large-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-large-font-weight:700;--typography-data-large-font-size:5.25rem;--typography-data-large-line-height:5.25rem;--typography-data-large-letter-spacing:normal;--typography-data-large-units-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-large-units-font-weight:700;--typography-data-large-units-font-size:2.625rem;--typography-data-large-units-line-height:5.25rem;--typography-data-large-units-letter-spacing:normal;--typography-data-medium-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-medium-font-weight:700;--typography-data-medium-font-size:3rem;--typography-data-medium-line-height:5rem;--typography-data-medium-letter-spacing:normal;--typography-data-medium-units-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-medium-units-font-weight:700;--typography-data-medium-units-font-size:1.5rem;--typography-data-medium-units-line-height:5rem;--typography-data-medium-units-letter-spacing:normal;--typography-data-small-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-small-font-weight:700;--typography-data-small-font-size:1.5rem;--typography-data-small-line-height:1.5rem;--typography-data-small-letter-spacing:normal;--typography-data-small-units-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-small-units-font-weight:700;--typography-data-small-units-font-size:1.125rem;--typography-data-small-units-line-height:1.5rem;--typography-data-small-units-letter-spacing:normal;--typography-display-0-font-family:"Tiempos Headline",Georgia,serif;--typography-display-0-font-weight:800;--typography-display-0-font-size:4.5rem;--typography-display-0-line-height:5.25rem;--typography-display-0-letter-spacing:0em;--typography-heading-1-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-1-font-weight:500;--typography-heading-1-font-size:2.125rem;--typography-heading-1-line-height:2.625rem;--typography-heading-1-letter-spacing:normal;--typography-heading-2-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-2-font-weight:600;--typography-heading-2-font-size:1.75rem;--typography-heading-2-line-height:2.25rem;--typography-heading-2-letter-spacing:normal;--typography-heading-3-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-3-font-weight:600;--typography-heading-3-font-size:1.375rem;--typography-heading-3-line-height:1.875rem;--typography-heading-3-letter-spacing:normal;--typography-heading-4-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-4-font-weight:600;--typography-heading-4-font-size:1.125rem;--typography-heading-4-line-height:1.5rem;--typography-heading-4-letter-spacing:normal;--typography-heading-5-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-5-font-weight:600;--typography-heading-5-font-size:1rem;--typography-heading-5-line-height:1.5rem;--typography-heading-5-letter-spacing:normal;--typography-heading-6-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-6-font-weight:600;--typography-heading-6-font-size:0.875rem;--typography-heading-6-line-height:1.5rem;--typography-heading-6-letter-spacing:normal;--typography-paragraph-intro-lede-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-intro-lede-font-weight:400;--typography-paragraph-intro-lede-font-size:1.25rem;--typography-paragraph-intro-lede-line-height:1.875rem;--typography-paragraph-intro-lede-letter-spacing:0;--typography-paragraph-intro-lede-max-width:975px;--typography-paragraph-body-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-body-font-weight:400;--typography-paragraph-body-font-size:1rem;--typography-paragraph-body-line-height:1.5rem;--typography-paragraph-body-letter-spacing:normal;--typography-paragraph-body-max-width:780px;--typography-paragraph-small-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-small-font-weight:400;--typography-paragraph-small-font-size:0.875rem;--typography-paragraph-small-line-height:1.125rem;--typography-paragraph-small-letter-spacing:normal;--typography-paragraph-small-max-width:680px;--typography-paragraph-extra-small-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-extra-small-font-weight:400;--typography-paragraph-extra-small-font-size:0.75rem;--typography-paragraph-extra-small-line-height:1.125rem;--typography-paragraph-extra-small-letter-spacing:normal;--typography-paragraph-extra-small-max-width:600px;--typography-paragraph-bold-font-weight:600;--typography-button-primary-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-button-primary-font-weight:500;--typography-button-primary-font-size:1.125rem;--typography-button-primary-line-height:1.5rem;--typography-button-primary-letter-spacing:normal;--typography-button-secondary-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-button-secondary-font-weight:500;--typography-button-secondary-font-size:1rem;--typography-button-secondary-line-height:1.5rem;--typography-button-secondary-letter-spacing:normal}}@layer normalize{html{text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{appearance:auto}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{appearance:none}::-webkit-file-upload-button{appearance:auto;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}}@layer reset{@font-face{font-family:Tiempos Headline;font-weight:800;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-bold.woff)}@font-face{font-family:Tiempos Headline;font-weight:500;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-medium.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-medium.woff)}@font-face{font-family:Greycliff CF;font-weight:300;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-light.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:400;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-regular.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:500;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-medium.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:600;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-demi-bold.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:700;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-bold.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:800;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-extra-bold.woff) format("woff")}@font-face{font-family:Inter;font-weight:300;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-light.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-light.woff)}@font-face{font-family:Inter;font-weight:400;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-regular.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-regular.woff)}@font-face{font-family:Inter;font-weight:500;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-medium.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-medium.woff)}@font-face{font-family:Inter;font-weight:600;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-demi-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-demi-bold.woff)}@font-face{font-family:Inter;font-weight:700;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-bold.woff)}@font-face{font-family:Inter;font-weight:800;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-extra-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-extra-bold.woff)}@font-face{font-family:IBM Plex Mono;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/ibm-plex-mono/ibm-plex-mono-regular.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/ibm-plex-mono/ibm-plex-mono-regular.woff)}}@layer reset{*,:after,:before{border-color:var(--border-solid-border-color,"currentColor");border-style:solid;border-width:0}}
|
|
1
|
+
@layer tokens, normalize, reset;@layer tokens{:root{--theme-key:heart;--animation-easing-function-ease-in-out:cubic-bezier(0.455,0.03,0.515,0.955);--animation-easing-function-ease-in:cubic-bezier(0.55,0.085,0.68,0.53);--animation-easing-function-ease-out:cubic-bezier(0.25,0.46,0.45,0.94);--animation-easing-function-linear:linear;--animation-easing-function-bounce-in:cubic-bezier(0.485,0.155,0.24,1.245);--animation-easing-function-bounce-out:cubic-bezier(0.485,0.155,0.515,0.845);--animation-easing-function-bounce-in-out:cubic-bezier(0.76,-0.245,0.24,1.245);--animation-duration-instant:0ms;--animation-duration-immediate:100ms;--animation-duration-rapid:200ms;--animation-duration-fast:300ms;--animation-duration-slow:400ms;--animation-duration-deliberate:700ms;--border-solid-border-width:2px;--border-solid-border-radius:7px;--border-solid-border-style:solid;--border-solid-border-color:#e1e2ea;--border-solid-border-color-rgb:225,226,234;--border-dashed-border-width:2px;--border-dashed-border-radius:7px;--border-dashed-border-style:dashed;--border-borderless-border-width:2px;--border-borderless-border-radius:7px;--border-borderless-border-style:solid;--border-borderless-border-color:transparent;--border-borderless-border-color-rgb:0,0,0;--border-focus-ring-border-width:2px;--border-focus-ring-border-radius:10px;--border-focus-ring-border-style:solid;--border-width-1:1px;--color-purple-100:#f4edf8;--color-purple-100-rgb:244,237,248;--color-purple-200:#dfc9ea;--color-purple-200-rgb:223,201,234;--color-purple-300:#c9a5dd;--color-purple-300-rgb:201,165,221;--color-purple-400:#ae67b1;--color-purple-400-rgb:174,103,177;--color-purple-500:#844587;--color-purple-500-rgb:132,69,135;--color-purple-600:#5f3361;--color-purple-600-rgb:95,51,97;--color-purple-700:#4a234d;--color-purple-700-rgb:74,35,77;--color-purple-800:#2f2438;--color-purple-800-rgb:47,36,56;--color-blue-100:#e6f6ff;--color-blue-100-rgb:230,246,255;--color-blue-200:#bde2f5;--color-blue-200-rgb:189,226,245;--color-blue-300:#73c0e8;--color-blue-300-rgb:115,192,232;--color-blue-400:#008bd6;--color-blue-400-rgb:0,139,214;--color-blue-500:#0168b3;--color-blue-500-rgb:1,104,179;--color-blue-600:#004970;--color-blue-600-rgb:0,73,112;--color-blue-700:#003157;--color-blue-700-rgb:0,49,87;--color-green-100:#e8f8f4;--color-green-100-rgb:232,248,244;--color-green-200:#c4ede2;--color-green-200-rgb:196,237,226;--color-green-300:#8fdbc7;--color-green-300-rgb:143,219,199;--color-green-400:#5dcaad;--color-green-400-rgb:93,202,173;--color-green-500:#3f9a86;--color-green-500-rgb:63,154,134;--color-green-600:#2c7d67;--color-green-600-rgb:44,125,103;--color-green-700:#22594a;--color-green-700-rgb:34,89,74;--color-yellow-100:#fff9e4;--color-yellow-100-rgb:255,249,228;--color-yellow-200:#ffeeb3;--color-yellow-200-rgb:255,238,179;--color-yellow-300:#ffe36e;--color-yellow-300-rgb:255,227,110;--color-yellow-400:#ffca4d;--color-yellow-400-rgb:255,202,77;--color-yellow-500:#ffb600;--color-yellow-500-rgb:255,182,0;--color-yellow-600:#c68600;--color-yellow-600-rgb:198,134,0;--color-yellow-700:#876400;--color-yellow-700-rgb:135,100,0;--color-red-100:#fdeaee;--color-red-100-rgb:253,234,238;--color-red-200:#f9c2cb;--color-red-200-rgb:249,194,203;--color-red-300:#f597a8;--color-red-300-rgb:245,151,168;--color-red-400:#e0707d;--color-red-400-rgb:224,112,125;--color-red-500:#c93b55;--color-red-500-rgb:201,59,85;--color-red-600:#a82433;--color-red-600-rgb:168,36,51;--color-red-700:#6c1e20;--color-red-700-rgb:108,30,32;--color-orange-100:#fff0e8;--color-orange-100-rgb:255,240,232;--color-orange-200:#ffd1b9;--color-orange-200-rgb:255,209,185;--color-orange-300:#ffb08a;--color-orange-300-rgb:255,176,138;--color-orange-400:#ff9461;--color-orange-400-rgb:255,148,97;--color-orange-500:#e96c2f;--color-orange-500-rgb:233,108,47;--color-orange-600:#b74302;--color-orange-600-rgb:183,67,2;--color-orange-700:#903c00;--color-orange-700-rgb:144,60,0;--color-gray-100:#f9f9f9;--color-gray-100-rgb:249,249,249;--color-gray-200:#f4f4f5;--color-gray-200-rgb:244,244,245;--color-gray-300:#eaeaec;--color-gray-300-rgb:234,234,236;--color-gray-400:#cdcdd0;--color-gray-400-rgb:205,205,208;--color-gray-500:#878792;--color-gray-500-rgb:135,135,146;--color-gray-600:#524e56;--color-gray-600-rgb:82,78,86;--color-white:#fff;--color-white-rgb:255,255,255;--color-black:#000;--color-black-rgb:0,0,0;--data-viz-favorable:#7dd5bd;--data-viz-favorable-rgb:125,213,189;--data-viz-unfavorable:#e68d97;--data-viz-unfavorable-rgb:230,141,151;--layout-content-max-width:1392px;--layout-content-max-width-with-sidebar:1080px;--layout-content-side-margin:72px;--layout-mobile-actions-drawer-height:60px;--layout-navigation-bar-height:72px;--layout-breakpoints-medium:768px;--layout-breakpoints-large:1080px;--shadow-small-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 3px 16px 0 rgba(0,0,0,.06);--shadow-large-box-shadow:0 3px 9px 0 rgba(0,0,0,.1),0 8px 40px 0 rgba(0,0,0,.08);--spacing-0:0;--spacing-1:.0625rem;--spacing-2:.125rem;--spacing-4:.25rem;--spacing-6:.375rem;--spacing-8:.5rem;--spacing-12:.75rem;--spacing-16:1rem;--spacing-20:1.25rem;--spacing-24:1.5rem;--spacing-32:2rem;--spacing-40:2.5rem;--spacing-48:3rem;--spacing-56:3.5rem;--spacing-64:4rem;--spacing-72:4.5rem;--spacing-80:5rem;--spacing-96:6rem;--spacing-112:7rem;--spacing-128:8rem;--spacing-160:10rem;--spacing-200:12.5rem;--spacing-240:15rem;--spacing-280:17.5rem;--spacing-320:20rem;--spacing-xs:0.375rem;--spacing-sm:0.75rem;--spacing-md:1.5rem;--spacing-lg:2.25rem;--spacing-xl:3rem;--spacing-xxl:3.75rem;--spacing-xxxl:4.5rem;--spacing-xxxxl:5.25rem;--spacing-xxxxxl:6rem;--typography-data-large-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-large-font-weight:700;--typography-data-large-font-size:5.25rem;--typography-data-large-line-height:5.25rem;--typography-data-large-letter-spacing:normal;--typography-data-large-units-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-large-units-font-weight:700;--typography-data-large-units-font-size:2.625rem;--typography-data-large-units-line-height:5.25rem;--typography-data-large-units-letter-spacing:normal;--typography-data-medium-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-medium-font-weight:700;--typography-data-medium-font-size:3rem;--typography-data-medium-line-height:5rem;--typography-data-medium-letter-spacing:normal;--typography-data-medium-units-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-medium-units-font-weight:700;--typography-data-medium-units-font-size:1.5rem;--typography-data-medium-units-line-height:5rem;--typography-data-medium-units-letter-spacing:normal;--typography-data-small-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-small-font-weight:700;--typography-data-small-font-size:1.5rem;--typography-data-small-line-height:1.5rem;--typography-data-small-letter-spacing:normal;--typography-data-small-units-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-small-units-font-weight:700;--typography-data-small-units-font-size:1.125rem;--typography-data-small-units-line-height:1.5rem;--typography-data-small-units-letter-spacing:normal;--typography-display-0-font-family:"Tiempos Headline",Georgia,serif;--typography-display-0-font-weight:800;--typography-display-0-font-size:4.5rem;--typography-display-0-line-height:5.25rem;--typography-display-0-letter-spacing:0em;--typography-heading-1-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-1-font-weight:500;--typography-heading-1-font-size:2.125rem;--typography-heading-1-line-height:2.625rem;--typography-heading-1-letter-spacing:normal;--typography-heading-2-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-2-font-weight:600;--typography-heading-2-font-size:1.75rem;--typography-heading-2-line-height:2.25rem;--typography-heading-2-letter-spacing:normal;--typography-heading-3-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-3-font-weight:600;--typography-heading-3-font-size:1.375rem;--typography-heading-3-line-height:1.875rem;--typography-heading-3-letter-spacing:normal;--typography-heading-4-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-4-font-weight:600;--typography-heading-4-font-size:1.125rem;--typography-heading-4-line-height:1.5rem;--typography-heading-4-letter-spacing:normal;--typography-heading-5-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-5-font-weight:600;--typography-heading-5-font-size:1rem;--typography-heading-5-line-height:1.5rem;--typography-heading-5-letter-spacing:normal;--typography-heading-6-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-6-font-weight:600;--typography-heading-6-font-size:0.875rem;--typography-heading-6-line-height:1.5rem;--typography-heading-6-letter-spacing:normal;--typography-paragraph-intro-lede-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-intro-lede-font-weight:400;--typography-paragraph-intro-lede-font-size:1.25rem;--typography-paragraph-intro-lede-line-height:1.875rem;--typography-paragraph-intro-lede-letter-spacing:0;--typography-paragraph-intro-lede-max-width:975px;--typography-paragraph-body-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-body-font-weight:400;--typography-paragraph-body-font-size:1rem;--typography-paragraph-body-line-height:1.5rem;--typography-paragraph-body-letter-spacing:normal;--typography-paragraph-body-max-width:780px;--typography-paragraph-small-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-small-font-weight:400;--typography-paragraph-small-font-size:0.875rem;--typography-paragraph-small-line-height:1.125rem;--typography-paragraph-small-letter-spacing:normal;--typography-paragraph-small-max-width:680px;--typography-paragraph-extra-small-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-extra-small-font-weight:400;--typography-paragraph-extra-small-font-size:0.75rem;--typography-paragraph-extra-small-line-height:1.125rem;--typography-paragraph-extra-small-letter-spacing:normal;--typography-paragraph-extra-small-max-width:600px;--typography-paragraph-bold-font-weight:600;--typography-button-primary-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-button-primary-font-weight:500;--typography-button-primary-font-size:1.125rem;--typography-button-primary-line-height:1.5rem;--typography-button-primary-letter-spacing:normal;--typography-button-secondary-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-button-secondary-font-weight:500;--typography-button-secondary-font-size:1rem;--typography-button-secondary-line-height:1.5rem;--typography-button-secondary-letter-spacing:normal}}@layer normalize{html{text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{appearance:auto}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{appearance:none}::-webkit-file-upload-button{appearance:auto;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}}@layer reset{@font-face{font-family:Tiempos Headline;font-weight:800;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-bold.woff)}@font-face{font-family:Tiempos Headline;font-weight:500;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-medium.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-medium.woff)}@font-face{font-family:Greycliff CF;font-weight:300;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-light.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:400;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-regular.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:500;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-medium.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:600;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-demi-bold.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:700;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-bold.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:800;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-extra-bold.woff) format("woff")}@font-face{font-family:Inter;font-weight:300;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-light.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-light.woff)}@font-face{font-family:Inter;font-weight:400;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-regular.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-regular.woff)}@font-face{font-family:Inter;font-weight:500;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-medium.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-medium.woff)}@font-face{font-family:Inter;font-weight:600;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-demi-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-demi-bold.woff)}@font-face{font-family:Inter;font-weight:700;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-bold.woff)}@font-face{font-family:Inter;font-weight:800;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-extra-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-extra-bold.woff)}@font-face{font-family:IBM Plex Mono;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/ibm-plex-mono/ibm-plex-mono-regular.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/ibm-plex-mono/ibm-plex-mono-regular.woff)}}@layer reset{*,:after,:before{border-color:var(--border-solid-border-color,"currentColor");border-style:solid;border-width:0}}
|
|
2
2
|
/*
|
|
3
3
|
* This is taken from the Material Symbols CDN
|
|
4
4
|
* font-weight & font-size removed as overridden in .icon
|
|
@@ -1667,6 +1667,7 @@
|
|
|
1667
1667
|
|
|
1668
1668
|
.baseCalendarClassNames-module_root__ZBdgM {
|
|
1669
1669
|
display: inline-flex;
|
|
1670
|
+
position: relative;
|
|
1670
1671
|
}
|
|
1671
1672
|
|
|
1672
1673
|
.baseCalendarClassNames-module_months__ofItC {
|
|
@@ -1689,7 +1690,6 @@
|
|
|
1689
1690
|
}
|
|
1690
1691
|
|
|
1691
1692
|
.baseCalendarClassNames-module_caption__tzko5 {
|
|
1692
|
-
position: relative;
|
|
1693
1693
|
display: flex;
|
|
1694
1694
|
align-items: center;
|
|
1695
1695
|
justify-content: center;
|
|
@@ -1790,9 +1790,13 @@
|
|
|
1790
1790
|
|
|
1791
1791
|
.baseCalendarClassNames-module_daySelected__R3ujV {
|
|
1792
1792
|
background-color: var(--color-blue-500, #0168b3);
|
|
1793
|
+
border-radius: 3px;
|
|
1794
|
+
color: var(--color-white, #ffffff);
|
|
1795
|
+
}
|
|
1796
|
+
.baseCalendarClassNames-module_daySelected__R3ujV .baseCalendarClassNames-module_button__Jb8RM {
|
|
1793
1797
|
color: var(--color-white, #ffffff);
|
|
1794
1798
|
}
|
|
1795
|
-
.baseCalendarClassNames-module_daySelected__R3ujV:hover, .baseCalendarClassNames-module_daySelected__R3ujV:focus-visible {
|
|
1799
|
+
.baseCalendarClassNames-module_daySelected__R3ujV .baseCalendarClassNames-module_button__Jb8RM:hover, .baseCalendarClassNames-module_daySelected__R3ujV .baseCalendarClassNames-module_button__Jb8RM:focus-visible {
|
|
1796
1800
|
background-color: var(--color-blue-400, #008bd6);
|
|
1797
1801
|
color: var(--color-white, #ffffff);
|
|
1798
1802
|
}
|
|
@@ -1800,17 +1804,9 @@
|
|
|
1800
1804
|
.baseCalendarClassNames-module_dayDisabled__uQzJ- {
|
|
1801
1805
|
background: none;
|
|
1802
1806
|
pointer-events: none;
|
|
1803
|
-
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.3);
|
|
1804
1807
|
}
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
clip: rect(0 0 0 0);
|
|
1808
|
-
clip-path: inset(50%);
|
|
1809
|
-
height: 1px;
|
|
1810
|
-
overflow: hidden;
|
|
1811
|
-
position: absolute;
|
|
1812
|
-
white-space: nowrap;
|
|
1813
|
-
width: 1px;
|
|
1808
|
+
.baseCalendarClassNames-module_dayDisabled__uQzJ- [class*=_button_] {
|
|
1809
|
+
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.3);
|
|
1814
1810
|
}
|
|
1815
1811
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
1816
1812
|
.CalendarSingle-module_nav__wSVua {
|
|
@@ -1819,6 +1815,7 @@
|
|
|
1819
1815
|
justify-content: space-between;
|
|
1820
1816
|
width: 100%;
|
|
1821
1817
|
color: var(--color-purple-800, #2f2438);
|
|
1818
|
+
top: -0.25rem;
|
|
1822
1819
|
}
|
|
1823
1820
|
|
|
1824
1821
|
.CalendarSingle-module_navButtonNext__-GrZx {
|
|
@@ -1829,7 +1826,7 @@
|
|
|
1829
1826
|
.CalendarRange-module_month__un61w {
|
|
1830
1827
|
padding: 0 var(--spacing-sm, 0.75rem);
|
|
1831
1828
|
}
|
|
1832
|
-
.CalendarRange-module_month__un61w:
|
|
1829
|
+
.CalendarRange-module_month__un61w:nth-of-type(1) {
|
|
1833
1830
|
padding-inline-start: 0;
|
|
1834
1831
|
}
|
|
1835
1832
|
.CalendarRange-module_month__un61w:last-child {
|
|
@@ -1840,13 +1837,13 @@
|
|
|
1840
1837
|
position: relative;
|
|
1841
1838
|
padding: 0 var(--spacing-md, 1.5rem);
|
|
1842
1839
|
}
|
|
1843
|
-
.CalendarRange-module_monthWithDivider__JY-56:not(:
|
|
1840
|
+
.CalendarRange-module_monthWithDivider__JY-56:not(:nth-of-type(1))::before {
|
|
1844
1841
|
position: absolute;
|
|
1845
1842
|
content: "";
|
|
1846
1843
|
inset: calc(-1 * var(--spacing-md, 1.5rem)) 0;
|
|
1847
1844
|
border-inline-start: 1px solid var(--color-gray-300, #eaeaec);
|
|
1848
1845
|
}
|
|
1849
|
-
.CalendarRange-module_monthWithDivider__JY-56:
|
|
1846
|
+
.CalendarRange-module_monthWithDivider__JY-56:nth-of-type(1) {
|
|
1850
1847
|
padding-inline-start: 0;
|
|
1851
1848
|
}
|
|
1852
1849
|
.CalendarRange-module_monthWithDivider__JY-56:last-child {
|
|
@@ -1856,16 +1853,10 @@
|
|
|
1856
1853
|
.CalendarRange-module_nav__OtaVb {
|
|
1857
1854
|
position: absolute;
|
|
1858
1855
|
display: flex;
|
|
1859
|
-
justify-content:
|
|
1856
|
+
justify-content: space-between;
|
|
1860
1857
|
width: 100%;
|
|
1861
1858
|
color: var(--color-purple-800, #2f2438);
|
|
1862
|
-
|
|
1863
|
-
.CalendarRange-module_captionEnd__GSLQO .CalendarRange-module_nav__OtaVb {
|
|
1864
|
-
flex-direction: row-reverse;
|
|
1865
|
-
}
|
|
1866
|
-
.CalendarRange-module_captionStart__K5hlF.CalendarRange-module_captionEnd__GSLQO .CalendarRange-module_nav__OtaVb {
|
|
1867
|
-
justify-content: space-between;
|
|
1868
|
-
flex-direction: row;
|
|
1859
|
+
top: -0.25rem;
|
|
1869
1860
|
}
|
|
1870
1861
|
|
|
1871
1862
|
.CalendarRange-module_dayRangeStart__TwdDT,
|
|
@@ -1878,6 +1869,13 @@
|
|
|
1878
1869
|
background-color: var(--color-blue-100, #e6f6ff);
|
|
1879
1870
|
color: var(--color-blue-500, #0168b3);
|
|
1880
1871
|
}
|
|
1872
|
+
.CalendarRange-module_dayRangeMiddle__SybKY [class*=_button_] {
|
|
1873
|
+
color: var(--color-blue-500, #0168b3);
|
|
1874
|
+
}
|
|
1875
|
+
|
|
1876
|
+
.CalendarRange-module_hidden__D47kb {
|
|
1877
|
+
background-color: transparent;
|
|
1878
|
+
}
|
|
1881
1879
|
@property --gradient-angle {
|
|
1882
1880
|
syntax: '<angle>';
|
|
1883
1881
|
initial-value: 310deg;
|
|
@@ -3323,10 +3321,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
3323
3321
|
justify-content: space-between;
|
|
3324
3322
|
width: 100%;
|
|
3325
3323
|
color: var(--color-purple-800, #2f2438);
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
.LegacyCalendarRange-module_navButtonNext__hwYN9 {
|
|
3329
|
-
inset-inline-end: 0;
|
|
3324
|
+
top: -0.25rem;
|
|
3330
3325
|
}
|
|
3331
3326
|
|
|
3332
3327
|
.LegacyCalendarRange-module_dayRangeStart__vRr5P,
|
|
@@ -3339,6 +3334,9 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
3339
3334
|
background-color: var(--color-blue-100, #e6f6ff);
|
|
3340
3335
|
color: var(--color-blue-500, #0168b3);
|
|
3341
3336
|
}
|
|
3337
|
+
.LegacyCalendarRange-module_dayRangeMiddle__M27gR [class*=_button_] {
|
|
3338
|
+
color: var(--color-blue-500, #0168b3);
|
|
3339
|
+
}
|
|
3342
3340
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3343
3341
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
3344
3342
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type PropsBase, type PropsRange } from 'react-day-picker';
|
|
2
2
|
import { type OverrideClassName } from "../../types/OverrideClassName";
|
|
3
3
|
export type CalendarRangeElement = HTMLDivElement;
|
|
4
4
|
export type CalendarRangeProps = {
|
|
5
5
|
id?: string;
|
|
6
6
|
onMount?: (calendarElement: CalendarRangeElement) => void;
|
|
7
7
|
hasDivider?: boolean;
|
|
8
|
-
} & OverrideClassName<Omit<
|
|
8
|
+
} & OverrideClassName<Omit<PropsRange & Omit<PropsBase, 'mode'>, 'mode'>>;
|
|
9
9
|
export declare const CalendarRange: {
|
|
10
10
|
({ id, onMount, hasDivider, classNameOverride, selected, defaultMonth, numberOfMonths, locale, ...restProps }: CalendarRangeProps): JSX.Element;
|
|
11
11
|
displayName: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type PropsBase, type PropsSingle } from 'react-day-picker';
|
|
2
2
|
import { type OverrideClassName } from "../../types/OverrideClassName";
|
|
3
3
|
export type CalendarSingleElement = HTMLDivElement;
|
|
4
4
|
export type CalendarSingleProps = {
|
|
5
5
|
id?: string;
|
|
6
6
|
onMount?: (calendarElement: CalendarSingleElement) => void;
|
|
7
|
-
} & OverrideClassName<Omit<
|
|
7
|
+
} & OverrideClassName<Omit<PropsSingle & Omit<PropsBase, 'mode'>, 'mode'>>;
|
|
8
8
|
export declare const CalendarSingle: {
|
|
9
9
|
({ id, onMount, classNameOverride, selected, defaultMonth, weekStartsOn, locale, ...restProps }: CalendarSingleProps): JSX.Element;
|
|
10
10
|
displayName: string;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { Locale } from 'date-fns';
|
|
2
|
-
import { type DateRange, type
|
|
3
|
+
import { type DateRange, type DayEventHandler, type Matcher } from 'react-day-picker';
|
|
3
4
|
import { DayOfWeek } from '../enums';
|
|
4
5
|
export type LegacyCalendarRangeElement = HTMLDivElement;
|
|
5
6
|
export type LegacyCalendarRangeProps = {
|
|
@@ -9,7 +10,7 @@ export type LegacyCalendarRangeProps = {
|
|
|
9
10
|
disabledDays?: Matcher[];
|
|
10
11
|
selectedRange?: DateRange;
|
|
11
12
|
locale: Locale;
|
|
12
|
-
onDayChange:
|
|
13
|
+
onDayChange: DayEventHandler<React.MouseEvent>;
|
|
13
14
|
};
|
|
14
15
|
export declare const LegacyCalendarRange: {
|
|
15
16
|
({ classNameOverride, defaultMonth, weekStartsOn, disabledDays, selectedRange, locale, onDayChange, }: LegacyCalendarRangeProps): JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { type
|
|
2
|
-
export declare const baseCalendarClassNames:
|
|
1
|
+
import { type PropsBase } from 'react-day-picker';
|
|
2
|
+
export declare const baseCalendarClassNames: PropsBase['classNames'];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { MarkSpec } from 'prosemirror-model';
|
|
2
|
-
export declare const getMarks: () => MarkSpec
|
|
2
|
+
export declare const getMarks: () => Record<string, MarkSpec>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaizen/components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.78.0",
|
|
4
4
|
"description": "Kaizen component library",
|
|
5
5
|
"author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
|
|
6
6
|
"homepage": "https://cultureamp.design",
|
|
@@ -103,44 +103,44 @@
|
|
|
103
103
|
},
|
|
104
104
|
"dependencies": {
|
|
105
105
|
"@floating-ui/react-dom": "^2.1.2",
|
|
106
|
-
"@headlessui/react": "^2.2.
|
|
107
|
-
"@internationalized/date": "^3.
|
|
106
|
+
"@headlessui/react": "^2.2.2",
|
|
107
|
+
"@internationalized/date": "^3.8.0",
|
|
108
108
|
"@popperjs/core": "^2.11.8",
|
|
109
109
|
"@reach/tabs": "^0.18.0",
|
|
110
|
-
"@react-aria/button": "^3.
|
|
111
|
-
"@react-aria/datepicker": "^3.14.
|
|
112
|
-
"@react-aria/focus": "^3.20.
|
|
113
|
-
"@react-aria/i18n": "^3.12.
|
|
114
|
-
"@react-aria/listbox": "^3.14.
|
|
115
|
-
"@react-aria/menu": "^3.18.
|
|
116
|
-
"@react-aria/overlays": "^3.
|
|
117
|
-
"@react-aria/select": "^3.15.
|
|
118
|
-
"@react-aria/utils": "^3.28.
|
|
119
|
-
"@react-stately/collections": "^3.12.
|
|
120
|
-
"@react-stately/datepicker": "^3.
|
|
121
|
-
"@react-stately/list": "^3.12.
|
|
122
|
-
"@react-stately/menu": "^3.9.
|
|
123
|
-
"@react-stately/select": "^3.6.
|
|
124
|
-
"@react-types/shared": "^3.
|
|
110
|
+
"@react-aria/button": "^3.13.0",
|
|
111
|
+
"@react-aria/datepicker": "^3.14.2",
|
|
112
|
+
"@react-aria/focus": "^3.20.2",
|
|
113
|
+
"@react-aria/i18n": "^3.12.8",
|
|
114
|
+
"@react-aria/listbox": "^3.14.3",
|
|
115
|
+
"@react-aria/menu": "^3.18.2",
|
|
116
|
+
"@react-aria/overlays": "^3.27.0",
|
|
117
|
+
"@react-aria/select": "^3.15.4",
|
|
118
|
+
"@react-aria/utils": "^3.28.2",
|
|
119
|
+
"@react-stately/collections": "^3.12.3",
|
|
120
|
+
"@react-stately/datepicker": "^3.14.0",
|
|
121
|
+
"@react-stately/list": "^3.12.1",
|
|
122
|
+
"@react-stately/menu": "^3.9.3",
|
|
123
|
+
"@react-stately/select": "^3.6.12",
|
|
124
|
+
"@react-types/shared": "^3.29.0",
|
|
125
125
|
"classnames": "^2.5.1",
|
|
126
126
|
"date-fns": "^4.1.0",
|
|
127
127
|
"lodash.debounce": "^4.0.8",
|
|
128
128
|
"nanobus": "^4.5.0",
|
|
129
|
-
"prosemirror-commands": "^1.
|
|
129
|
+
"prosemirror-commands": "^1.7.1",
|
|
130
130
|
"prosemirror-history": "^1.4.1",
|
|
131
|
-
"prosemirror-inputrules": "^1.
|
|
132
|
-
"prosemirror-keymap": "^1.2.
|
|
133
|
-
"prosemirror-model": "^1.
|
|
134
|
-
"prosemirror-schema-basic": "^1.2.
|
|
135
|
-
"prosemirror-schema-list": "^1.5.
|
|
131
|
+
"prosemirror-inputrules": "^1.5.0",
|
|
132
|
+
"prosemirror-keymap": "^1.2.3",
|
|
133
|
+
"prosemirror-model": "^1.25.1",
|
|
134
|
+
"prosemirror-schema-basic": "^1.2.4",
|
|
135
|
+
"prosemirror-schema-list": "^1.5.1",
|
|
136
136
|
"prosemirror-state": "^1.4.3",
|
|
137
|
-
"prosemirror-transform": "^1.10.
|
|
137
|
+
"prosemirror-transform": "^1.10.4",
|
|
138
138
|
"prosemirror-utils": "^1.2.2",
|
|
139
|
-
"prosemirror-view": "^1.
|
|
139
|
+
"prosemirror-view": "^1.39.2",
|
|
140
140
|
"react-animate-height": "^3.2.3",
|
|
141
|
-
"react-aria": "^3.
|
|
142
|
-
"react-aria-components": "^1.
|
|
143
|
-
"react-day-picker": "
|
|
141
|
+
"react-aria": "^3.39.0",
|
|
142
|
+
"react-aria-components": "^1.8.0",
|
|
143
|
+
"react-day-picker": "9.6.7",
|
|
144
144
|
"react-focus-lock": "^2.13.6",
|
|
145
145
|
"react-focus-on": "^3.9.4",
|
|
146
146
|
"react-popper": "^2.3.0",
|
|
@@ -154,9 +154,9 @@
|
|
|
154
154
|
"react-day-picker": "Version locked until a11y gets fixed (https://github.com/gpbl/react-day-picker/pull/1708)"
|
|
155
155
|
},
|
|
156
156
|
"devDependencies": {
|
|
157
|
-
"@cultureamp/frontend-apis": "^13.
|
|
158
|
-
"@cultureamp/i18n-react-intl": "^2.
|
|
159
|
-
"@cultureamp/package-bundler": "^2.3.
|
|
157
|
+
"@cultureamp/frontend-apis": "^13.3.0",
|
|
158
|
+
"@cultureamp/i18n-react-intl": "^2.8.0",
|
|
159
|
+
"@cultureamp/package-bundler": "^2.3.1",
|
|
160
160
|
"@testing-library/dom": "^10.4.0",
|
|
161
161
|
"@types/jest-axe": "^3.5.9",
|
|
162
162
|
"@types/lodash.debounce": "^4.0.9",
|
|
@@ -172,21 +172,21 @@
|
|
|
172
172
|
"postcss": "^8.5.3",
|
|
173
173
|
"postcss-cli": "^11.0.1",
|
|
174
174
|
"postcss-import": "^16.1.0",
|
|
175
|
-
"postcss-preset-env": "^10.1.
|
|
175
|
+
"postcss-preset-env": "^10.1.6",
|
|
176
176
|
"postcss-scss": "^4.0.9",
|
|
177
|
-
"query-string": "^9.1.
|
|
178
|
-
"react": "^
|
|
179
|
-
"react-dom": "^
|
|
177
|
+
"query-string": "^9.1.2",
|
|
178
|
+
"react": "^19.0.0",
|
|
179
|
+
"react-dom": "^19.0.0",
|
|
180
180
|
"react-highlight": "^0.15.0",
|
|
181
|
-
"react-intl": "^7.1.
|
|
182
|
-
"rollup": "^4.
|
|
181
|
+
"react-intl": "^7.1.11",
|
|
182
|
+
"rollup": "^4.40.2",
|
|
183
183
|
"sass": "1.79.6",
|
|
184
184
|
"serialize-query-params": "^2.0.2",
|
|
185
185
|
"svgo": "^3.3.2",
|
|
186
186
|
"tslib": "^2.8.1",
|
|
187
187
|
"ts-patch": "^3.3.0",
|
|
188
|
-
"tsx": "^4.19.
|
|
189
|
-
"@kaizen/design-tokens": "10.
|
|
188
|
+
"tsx": "^4.19.4",
|
|
189
|
+
"@kaizen/design-tokens": "10.10.0"
|
|
190
190
|
},
|
|
191
191
|
"devDependenciesComments": {
|
|
192
192
|
"sass": "Prevent deprecation warnings introduced in 1.80 as we plan to move away from sass",
|
|
@@ -194,8 +194,8 @@
|
|
|
194
194
|
},
|
|
195
195
|
"peerDependencies": {
|
|
196
196
|
"@cultureamp/i18n-react-intl": "^2.5.9",
|
|
197
|
-
"react": "^18.3.1",
|
|
198
|
-
"react-dom": "^18.3.1",
|
|
197
|
+
"react": "^18.3.1 || ^19.0.0",
|
|
198
|
+
"react-dom": "^18.3.1 || ^19.0.0",
|
|
199
199
|
"react-intl": "^6.6.8 || ^7.0.0",
|
|
200
200
|
"typescript": "5.x"
|
|
201
201
|
},
|
|
@@ -6,7 +6,7 @@ $cell-border-radius: 3px;
|
|
|
6
6
|
.month {
|
|
7
7
|
padding: 0 $spacing-sm;
|
|
8
8
|
|
|
9
|
-
&:
|
|
9
|
+
&:nth-of-type(1) {
|
|
10
10
|
padding-inline-start: 0;
|
|
11
11
|
}
|
|
12
12
|
|
|
@@ -19,7 +19,7 @@ $cell-border-radius: 3px;
|
|
|
19
19
|
position: relative;
|
|
20
20
|
padding: 0 $spacing-md;
|
|
21
21
|
|
|
22
|
-
&:not(:
|
|
22
|
+
&:not(:nth-of-type(1)) {
|
|
23
23
|
&::before {
|
|
24
24
|
position: absolute;
|
|
25
25
|
content: '';
|
|
@@ -28,7 +28,7 @@ $cell-border-radius: 3px;
|
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
&:
|
|
31
|
+
&:nth-of-type(1) {
|
|
32
32
|
padding-inline-start: 0;
|
|
33
33
|
}
|
|
34
34
|
|
|
@@ -40,18 +40,10 @@ $cell-border-radius: 3px;
|
|
|
40
40
|
.nav {
|
|
41
41
|
position: absolute;
|
|
42
42
|
display: flex;
|
|
43
|
-
justify-content:
|
|
43
|
+
justify-content: space-between;
|
|
44
44
|
width: 100%;
|
|
45
45
|
color: $color-purple-800;
|
|
46
|
-
|
|
47
|
-
.captionEnd & {
|
|
48
|
-
flex-direction: row-reverse;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.captionStart.captionEnd & {
|
|
52
|
-
justify-content: space-between;
|
|
53
|
-
flex-direction: row;
|
|
54
|
-
}
|
|
46
|
+
top: -0.25rem;
|
|
55
47
|
}
|
|
56
48
|
|
|
57
49
|
.dayRangeStart,
|
|
@@ -63,4 +55,12 @@ $cell-border-radius: 3px;
|
|
|
63
55
|
.dayRangeMiddle {
|
|
64
56
|
background-color: $color-blue-100;
|
|
65
57
|
color: $color-blue-500;
|
|
58
|
+
|
|
59
|
+
& [class*='_button_'] {
|
|
60
|
+
color: $color-blue-500;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.hidden {
|
|
65
|
+
background-color: transparent;
|
|
66
66
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { useEffect, useRef } from 'react'
|
|
2
2
|
import { enAU } from 'date-fns/locale'
|
|
3
|
-
import { DayPicker, type
|
|
3
|
+
import { DayPicker, type PropsBase, type PropsRange } from 'react-day-picker'
|
|
4
4
|
import { Icon } from '~components/__next__/Icon'
|
|
5
5
|
import { type OverrideClassName } from '~components/types/OverrideClassName'
|
|
6
6
|
import { baseCalendarClassNames } from '../baseCalendarClassNames'
|
|
@@ -13,7 +13,7 @@ export type CalendarRangeProps = {
|
|
|
13
13
|
id?: string
|
|
14
14
|
onMount?: (calendarElement: CalendarRangeElement) => void
|
|
15
15
|
hasDivider?: boolean
|
|
16
|
-
} & OverrideClassName<Omit<
|
|
16
|
+
} & OverrideClassName<Omit<PropsRange & Omit<PropsBase, 'mode'>, 'mode'>>
|
|
17
17
|
|
|
18
18
|
export const CalendarRange = ({
|
|
19
19
|
id,
|
|
@@ -36,16 +36,15 @@ export const CalendarRange = ({
|
|
|
36
36
|
const selectedMonth = monthToShow && isInvalidDate(monthToShow) ? undefined : monthToShow
|
|
37
37
|
|
|
38
38
|
/* eslint-disable camelcase */
|
|
39
|
-
const classNames = {
|
|
39
|
+
const classNames: PropsBase['classNames'] = {
|
|
40
40
|
...baseCalendarClassNames,
|
|
41
41
|
month: hasDivider ? styles.monthWithDivider : styles.month,
|
|
42
|
-
caption_end: styles.captionEnd,
|
|
43
|
-
caption_start: styles.captionStart,
|
|
44
42
|
nav: styles.nav,
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
43
|
+
range_start: styles.dayRangeStart,
|
|
44
|
+
range_end: styles.dayRangeEnd,
|
|
45
|
+
range_middle: styles.dayRangeMiddle,
|
|
46
|
+
hidden: styles.hidden,
|
|
47
|
+
}
|
|
49
48
|
/* eslint-enable camelcase */
|
|
50
49
|
|
|
51
50
|
return (
|
|
@@ -56,8 +55,13 @@ export const CalendarRange = ({
|
|
|
56
55
|
defaultMonth={selectedMonth}
|
|
57
56
|
classNames={classNames}
|
|
58
57
|
components={{
|
|
59
|
-
|
|
60
|
-
|
|
58
|
+
Chevron: (props) => {
|
|
59
|
+
if (props.orientation === 'left') {
|
|
60
|
+
return <Icon name="arrow_back" isPresentational shouldMirrorInRTL />
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
return <Icon name="arrow_forward" isPresentational shouldMirrorInRTL />
|
|
64
|
+
},
|
|
61
65
|
}}
|
|
62
66
|
numberOfMonths={numberOfMonths}
|
|
63
67
|
locale={locale}
|
|
@@ -89,7 +89,8 @@ const applyStickerSheetStyles = (canvasElement: HTMLElement): void => {
|
|
|
89
89
|
): HTMLElement => {
|
|
90
90
|
const calendar = canvas.getByTestId(id)
|
|
91
91
|
const month = within(calendar).getByRole('grid', { name: monthName })
|
|
92
|
-
|
|
92
|
+
const day = within(month).getByRole('gridcell', { name: dayName })
|
|
93
|
+
return within(day).getByRole('button')
|
|
93
94
|
}
|
|
94
95
|
|
|
95
96
|
const calendarsPseudoStates = [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { useEffect, useRef } from 'react'
|
|
2
2
|
import { enAU } from 'date-fns/locale'
|
|
3
|
-
import { DayPicker, type
|
|
3
|
+
import { DayPicker, type PropsBase, type PropsSingle } from 'react-day-picker'
|
|
4
4
|
import { Icon } from '~components/__next__/Icon'
|
|
5
5
|
import { type OverrideClassName } from '~components/types/OverrideClassName'
|
|
6
6
|
import { baseCalendarClassNames } from '../baseCalendarClassNames'
|
|
@@ -12,7 +12,7 @@ export type CalendarSingleElement = HTMLDivElement
|
|
|
12
12
|
export type CalendarSingleProps = {
|
|
13
13
|
id?: string
|
|
14
14
|
onMount?: (calendarElement: CalendarSingleElement) => void
|
|
15
|
-
} & OverrideClassName<Omit<
|
|
15
|
+
} & OverrideClassName<Omit<PropsSingle & Omit<PropsBase, 'mode'>, 'mode'>>
|
|
16
16
|
|
|
17
17
|
export const CalendarSingle = ({
|
|
18
18
|
id,
|
|
@@ -34,11 +34,11 @@ export const CalendarSingle = ({
|
|
|
34
34
|
const selectedMonth = monthToShow && isInvalidDate(monthToShow) ? undefined : monthToShow
|
|
35
35
|
|
|
36
36
|
/* eslint-disable camelcase */
|
|
37
|
-
const classNames = {
|
|
37
|
+
const classNames: PropsBase['classNames'] = {
|
|
38
38
|
...baseCalendarClassNames,
|
|
39
39
|
nav: styles.nav,
|
|
40
40
|
nav_button_next: styles.navButtonNext,
|
|
41
|
-
}
|
|
41
|
+
}
|
|
42
42
|
/* eslint-enable camelcase */
|
|
43
43
|
|
|
44
44
|
return (
|
|
@@ -50,8 +50,13 @@ export const CalendarSingle = ({
|
|
|
50
50
|
weekStartsOn={isValidWeekStartsOn(weekStartsOn) ? weekStartsOn : undefined}
|
|
51
51
|
classNames={classNames}
|
|
52
52
|
components={{
|
|
53
|
-
|
|
54
|
-
|
|
53
|
+
Chevron: (props) => {
|
|
54
|
+
if (props.orientation === 'left') {
|
|
55
|
+
return <Icon name="arrow_back" isPresentational shouldMirrorInRTL />
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
return <Icon name="arrow_forward" isPresentational shouldMirrorInRTL />
|
|
59
|
+
},
|
|
55
60
|
}}
|
|
56
61
|
locale={locale}
|
|
57
62
|
{...restProps}
|
|
@@ -89,9 +89,14 @@ const StickerSheetTemplate: StickerSheetStory = {
|
|
|
89
89
|
const applyStickerSheetStyles = (canvasElement: HTMLElement): void => {
|
|
90
90
|
const canvas = within(canvasElement)
|
|
91
91
|
|
|
92
|
-
const getElementWithinCalendar = (
|
|
92
|
+
const getElementWithinCalendar = (
|
|
93
|
+
id: string,
|
|
94
|
+
role: string,
|
|
95
|
+
name: string | RegExp,
|
|
96
|
+
): HTMLElement => {
|
|
93
97
|
const calendar = canvas.getByTestId(id)
|
|
94
|
-
|
|
98
|
+
const day = within(calendar).getByRole(role, { name })
|
|
99
|
+
return role === 'button' ? day : within(day).getByRole('button')
|
|
95
100
|
}
|
|
96
101
|
|
|
97
102
|
const todayCalendarIds = [
|
|
@@ -118,7 +123,7 @@ const applyStickerSheetStyles = (canvasElement: HTMLElement): void => {
|
|
|
118
123
|
{
|
|
119
124
|
id: 'id--calendar-navigation',
|
|
120
125
|
role: 'button',
|
|
121
|
-
name:
|
|
126
|
+
name: /Go to the previous month/i,
|
|
122
127
|
},
|
|
123
128
|
]
|
|
124
129
|
|
|
@@ -6,10 +6,7 @@
|
|
|
6
6
|
justify-content: space-between;
|
|
7
7
|
width: 100%;
|
|
8
8
|
color: $color-purple-800;
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
.navButtonNext {
|
|
12
|
-
inset-inline-end: 0;
|
|
9
|
+
top: -0.25rem;
|
|
13
10
|
}
|
|
14
11
|
|
|
15
12
|
.dayRangeStart,
|
|
@@ -21,4 +18,8 @@
|
|
|
21
18
|
.dayRangeMiddle {
|
|
22
19
|
background-color: $color-blue-100;
|
|
23
20
|
color: $color-blue-500;
|
|
21
|
+
|
|
22
|
+
& [class*='_button_'] {
|
|
23
|
+
color: $color-blue-500;
|
|
24
|
+
}
|
|
24
25
|
}
|