@gooddata/sdk-ui-filters 10.44.0-alpha.1 → 10.44.0-alpha.3
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/esm/AttributeFilter/Components/ElementsSelect/AttributeFilterElementsSelectItem.d.ts.map +1 -1
- package/esm/AttributeFilter/Components/ElementsSelect/AttributeFilterElementsSelectItem.js +1 -4
- package/esm/AttributeFilter/Components/ElementsSelect/AttributeFilterElementsSelectItem.js.map +1 -1
- package/esm/AttributeFilter/Components/ElementsSelect/SingleSelectionAttributeFilterElementsSelectItem.d.ts.map +1 -1
- package/esm/AttributeFilter/Components/ElementsSelect/SingleSelectionAttributeFilterElementsSelectItem.js +1 -4
- package/esm/AttributeFilter/Components/ElementsSelect/SingleSelectionAttributeFilterElementsSelectItem.js.map +1 -1
- package/esm/DateFilter/AbsoluteDateFilterForm/AbsoluteDateFilterForm.d.ts.map +1 -1
- package/esm/DateFilter/AbsoluteDateFilterForm/AbsoluteDateFilterForm.js.map +1 -1
- package/esm/DateFilter/DateFilterCore.js +1 -1
- package/esm/DateFilter/DateFilterCore.js.map +1 -1
- package/esm/DateFilter/DateRangePicker/DatePicker.d.ts +2 -2
- package/esm/DateFilter/DateRangePicker/DatePicker.d.ts.map +1 -1
- package/esm/DateFilter/DateRangePicker/DatePicker.js +3 -20
- package/esm/DateFilter/DateRangePicker/DatePicker.js.map +1 -1
- package/esm/DateFilter/DateRangePicker/DateRangePicker.d.ts +2 -2
- package/esm/DateFilter/DateRangePicker/DateRangePicker.d.ts.map +1 -1
- package/esm/DateFilter/DateRangePicker/DateRangePicker.js.map +1 -1
- package/esm/DateFilter/DateRangePicker/utils.d.ts +2 -2
- package/esm/DateFilter/DateRangePicker/utils.d.ts.map +1 -1
- package/esm/DateFilter/DateRangePicker/utils.js +10 -9
- package/esm/DateFilter/DateRangePicker/utils.js.map +1 -1
- package/esm/DateFilter/utils/Translations/DateFilterTitle.d.ts.map +1 -1
- package/esm/DateFilter/utils/Translations/DateFilterTitle.js +1 -1
- package/esm/DateFilter/utils/Translations/DateFilterTitle.js.map +1 -1
- package/package.json +11 -11
- package/styles/css/attributeFilter.css +3 -3
- package/styles/css/attributeFilterNext/attributeFilterDropdownActions.css +3 -3
- package/styles/css/attributeFilterNext.css +3 -3
- package/styles/css/components/DateRangePicker.css +351 -236
- package/styles/css/components/DateRangePicker.css.map +1 -1
- package/styles/css/dateFilter.css +351 -236
- package/styles/css/dateFilter.css.map +1 -1
- package/styles/css/main.css +354 -239
- package/styles/css/main.css.map +1 -1
- package/styles/scss/attributeFilterNext/attributeFilterDropdownActions.scss +2 -2
- package/styles/scss/components/DateRangePicker.scss +37 -24
|
@@ -3226,7 +3226,7 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
3226
3226
|
word-break: break-word;
|
|
3227
3227
|
pointer-events: auto;
|
|
3228
3228
|
}
|
|
3229
|
-
.bubble .bubble-content .content a {
|
|
3229
|
+
.bubble .bubble-content .content a:not(.gd-ui-kit-link) {
|
|
3230
3230
|
color: var(--gd-palette-complementary-0, #fff);
|
|
3231
3231
|
opacity: 0.8;
|
|
3232
3232
|
text-decoration: underline;
|
|
@@ -3240,7 +3240,7 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
3240
3240
|
-webkit-transition-timing-function: ease-in-out;
|
|
3241
3241
|
transition-timing-function: ease-in-out;
|
|
3242
3242
|
}
|
|
3243
|
-
.bubble .bubble-content .content a:hover {
|
|
3243
|
+
.bubble .bubble-content .content a:not(.gd-ui-kit-link):hover {
|
|
3244
3244
|
opacity: 1;
|
|
3245
3245
|
}
|
|
3246
3246
|
.bubble .bubble-content .content,
|
|
@@ -4359,320 +4359,424 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
4359
4359
|
background-color: var(--gd-palette-complementary-1-from-theme, #f5f7f9);
|
|
4360
4360
|
}
|
|
4361
4361
|
|
|
4362
|
-
|
|
4363
|
-
|
|
4364
|
-
--rdp-
|
|
4365
|
-
--rdp-accent-color: #
|
|
4366
|
-
--rdp-
|
|
4367
|
-
--rdp-
|
|
4368
|
-
--rdp-
|
|
4369
|
-
--rdp-
|
|
4370
|
-
--rdp-
|
|
4371
|
-
--rdp-
|
|
4372
|
-
|
|
4362
|
+
/* Variables declaration */
|
|
4363
|
+
.rdp-root {
|
|
4364
|
+
--rdp-accent-color: blue; /* The accent color used for selected days and UI elements. */
|
|
4365
|
+
--rdp-accent-background-color: #f0f0ff; /* The accent background color used for selected days and UI elements. */
|
|
4366
|
+
--rdp-day-height: 44px; /* The height of the day cells. */
|
|
4367
|
+
--rdp-day-width: 44px; /* The width of the day cells. */
|
|
4368
|
+
--rdp-day_button-border-radius: 100%; /* The border radius of the day cells. */
|
|
4369
|
+
--rdp-day_button-border: 2px solid transparent; /* The border of the day cells. */
|
|
4370
|
+
--rdp-day_button-height: 42px; /* The height of the day cells. */
|
|
4371
|
+
--rdp-day_button-width: 42px; /* The width of the day cells. */
|
|
4372
|
+
--rdp-selected-border: 2px solid var(--rdp-accent-color); /* The border of the selected days. */
|
|
4373
|
+
--rdp-disabled-opacity: 0.5; /* The opacity of the disabled days. */
|
|
4374
|
+
--rdp-outside-opacity: 0.75; /* The opacity of the days outside the current month. */
|
|
4375
|
+
--rdp-today-color: var(--rdp-accent-color); /* The color of the today's date. */
|
|
4376
|
+
--rdp-dropdown-gap: 0.5rem; /* The gap between the dropdowns used in the month captons. */
|
|
4377
|
+
--rdp-months-gap: 2rem; /* The gap between the months in the multi-month view. */
|
|
4378
|
+
--rdp-nav_button-disabled-opacity: 0.5; /* The opacity of the disabled navigation buttons. */
|
|
4379
|
+
--rdp-nav_button-height: 2.25rem; /* The height of the navigation buttons. */
|
|
4380
|
+
--rdp-nav_button-width: 2.25rem; /* The width of the navigation buttons. */
|
|
4381
|
+
--rdp-nav-height: 2.75rem; /* The height of the navigation bar. */
|
|
4382
|
+
--rdp-range_middle-background-color: var(--rdp-accent-background-color); /* The color of the background for days in the middle of a range. */
|
|
4383
|
+
--rdp-range_middle-color: inherit; /* The color of the range text. */
|
|
4384
|
+
--rdp-range_start-color: white; /* The color of the range text. */
|
|
4385
|
+
--rdp-range_start-background: linear-gradient(
|
|
4386
|
+
var(--rdp-gradient-direction),
|
|
4387
|
+
transparent 50%,
|
|
4388
|
+
var(--rdp-range_middle-background-color) 50%
|
|
4389
|
+
); /* Used for the background of the start of the selected range. */
|
|
4390
|
+
--rdp-range_start-date-background-color: var(--rdp-accent-color); /* The background color of the date when at the start of the selected range. */
|
|
4391
|
+
--rdp-range_end-background: linear-gradient(
|
|
4392
|
+
var(--rdp-gradient-direction),
|
|
4393
|
+
var(--rdp-range_middle-background-color) 50%,
|
|
4394
|
+
transparent 50%
|
|
4395
|
+
); /* Used for the background of the end of the selected range. */
|
|
4396
|
+
--rdp-range_end-color: white; /* The color of the range text. */
|
|
4397
|
+
--rdp-range_end-date-background-color: var(--rdp-accent-color); /* The background color of the date when at the end of the selected range. */
|
|
4398
|
+
--rdp-week_number-border-radius: 100%; /* The border radius of the week number. */
|
|
4399
|
+
--rdp-week_number-border: 2px solid transparent; /* The border of the week number. */
|
|
4400
|
+
--rdp-week_number-height: var(--rdp-day-height); /* The height of the week number cells. */
|
|
4401
|
+
--rdp-week_number-opacity: 0.75; /* The opacity of the week number. */
|
|
4402
|
+
--rdp-week_number-width: var(--rdp-day-width); /* The width of the week number cells. */
|
|
4403
|
+
--rdp-weeknumber-text-align: center; /* The text alignment of the weekday cells. */
|
|
4404
|
+
--rdp-weekday-opacity: 0.75; /* The opacity of the weekday. */
|
|
4405
|
+
--rdp-weekday-padding: 0.5rem 0rem; /* The padding of the weekday. */
|
|
4406
|
+
--rdp-weekday-text-align: center; /* The text alignment of the weekday cells. */
|
|
4407
|
+
--rdp-gradient-direction: 90deg;
|
|
4408
|
+
--rdp-animation_duration: 0.3s;
|
|
4409
|
+
--rdp-animation_timing: cubic-bezier(0.4, 0, 0.2, 1);
|
|
4410
|
+
}
|
|
4411
|
+
|
|
4412
|
+
.rdp-root[dir=rtl] {
|
|
4413
|
+
--rdp-gradient-direction: -90deg;
|
|
4414
|
+
}
|
|
4415
|
+
|
|
4416
|
+
.rdp-root[data-broadcast-calendar=true] {
|
|
4417
|
+
--rdp-outside-opacity: unset;
|
|
4418
|
+
}
|
|
4419
|
+
|
|
4420
|
+
/* Root of the component. */
|
|
4421
|
+
.rdp-root {
|
|
4422
|
+
position: relative; /* Required to position the navigation toolbar. */
|
|
4423
|
+
box-sizing: border-box;
|
|
4373
4424
|
}
|
|
4374
4425
|
|
|
4375
|
-
|
|
4376
|
-
.rdp-vhidden {
|
|
4426
|
+
.rdp-root * {
|
|
4377
4427
|
box-sizing: border-box;
|
|
4378
|
-
padding: 0;
|
|
4379
|
-
margin: 0;
|
|
4380
|
-
background: transparent;
|
|
4381
|
-
border: 0;
|
|
4382
|
-
-moz-appearance: none;
|
|
4383
|
-
-webkit-appearance: none;
|
|
4384
|
-
appearance: none;
|
|
4385
|
-
position: absolute !important;
|
|
4386
|
-
top: 0;
|
|
4387
|
-
width: 1px !important;
|
|
4388
|
-
height: 1px !important;
|
|
4389
|
-
padding: 0 !important;
|
|
4390
|
-
overflow: hidden !important;
|
|
4391
|
-
clip: rect(1px, 1px, 1px, 1px) !important;
|
|
4392
|
-
border: 0 !important;
|
|
4393
4428
|
}
|
|
4394
4429
|
|
|
4395
|
-
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
|
|
4399
|
-
|
|
4400
|
-
|
|
4401
|
-
|
|
4402
|
-
color: inherit;
|
|
4430
|
+
.rdp-day {
|
|
4431
|
+
width: var(--rdp-day-width);
|
|
4432
|
+
height: var(--rdp-day-height);
|
|
4433
|
+
text-align: center;
|
|
4434
|
+
}
|
|
4435
|
+
|
|
4436
|
+
.rdp-day_button {
|
|
4403
4437
|
background: none;
|
|
4438
|
+
padding: 0;
|
|
4439
|
+
margin: 0;
|
|
4440
|
+
cursor: pointer;
|
|
4404
4441
|
font: inherit;
|
|
4405
|
-
|
|
4406
|
-
-
|
|
4442
|
+
color: inherit;
|
|
4443
|
+
justify-content: center;
|
|
4444
|
+
align-items: center;
|
|
4445
|
+
display: flex;
|
|
4446
|
+
width: var(--rdp-day_button-width);
|
|
4447
|
+
height: var(--rdp-day_button-height);
|
|
4448
|
+
border: var(--rdp-day_button-border);
|
|
4449
|
+
border-radius: var(--rdp-day_button-border-radius);
|
|
4407
4450
|
}
|
|
4408
4451
|
|
|
4409
|
-
.rdp-
|
|
4410
|
-
|
|
4411
|
-
outline: none;
|
|
4452
|
+
.rdp-day_button:disabled {
|
|
4453
|
+
cursor: revert;
|
|
4412
4454
|
}
|
|
4413
4455
|
|
|
4414
|
-
.rdp-
|
|
4415
|
-
|
|
4456
|
+
.rdp-caption_label {
|
|
4457
|
+
z-index: 1;
|
|
4458
|
+
position: relative;
|
|
4459
|
+
display: inline-flex;
|
|
4460
|
+
align-items: center;
|
|
4461
|
+
white-space: nowrap;
|
|
4462
|
+
border: 0;
|
|
4416
4463
|
}
|
|
4417
4464
|
|
|
4418
|
-
.rdp-
|
|
4419
|
-
|
|
4465
|
+
.rdp-dropdown:focus-visible ~ .rdp-caption_label {
|
|
4466
|
+
outline: 5px auto Highlight;
|
|
4467
|
+
/* biome-ignore lint/suspicious/noDuplicateProperties: backward compatibility */
|
|
4468
|
+
outline: 5px auto -webkit-focus-ring-color;
|
|
4420
4469
|
}
|
|
4421
4470
|
|
|
4422
|
-
.rdp-
|
|
4471
|
+
.rdp-button_next,
|
|
4472
|
+
.rdp-button_previous {
|
|
4473
|
+
border: none;
|
|
4474
|
+
background: none;
|
|
4475
|
+
padding: 0;
|
|
4476
|
+
margin: 0;
|
|
4423
4477
|
cursor: pointer;
|
|
4424
|
-
|
|
4425
|
-
|
|
4426
|
-
.rdp-button:focus-visible:not([disabled]) {
|
|
4478
|
+
font: inherit;
|
|
4427
4479
|
color: inherit;
|
|
4428
|
-
|
|
4429
|
-
|
|
4480
|
+
-moz-appearance: none;
|
|
4481
|
+
-webkit-appearance: none;
|
|
4482
|
+
display: inline-flex;
|
|
4483
|
+
align-items: center;
|
|
4484
|
+
justify-content: center;
|
|
4485
|
+
position: relative;
|
|
4486
|
+
appearance: none;
|
|
4487
|
+
width: var(--rdp-nav_button-width);
|
|
4488
|
+
height: var(--rdp-nav_button-height);
|
|
4430
4489
|
}
|
|
4431
4490
|
|
|
4432
|
-
.rdp-
|
|
4433
|
-
|
|
4491
|
+
.rdp-button_next:disabled,
|
|
4492
|
+
.rdp-button_next[aria-disabled=true],
|
|
4493
|
+
.rdp-button_previous:disabled,
|
|
4494
|
+
.rdp-button_previous[aria-disabled=true] {
|
|
4495
|
+
cursor: revert;
|
|
4496
|
+
opacity: var(--rdp-nav_button-disabled-opacity);
|
|
4434
4497
|
}
|
|
4435
4498
|
|
|
4436
|
-
.rdp-
|
|
4437
|
-
display:
|
|
4499
|
+
.rdp-chevron {
|
|
4500
|
+
display: inline-block;
|
|
4501
|
+
fill: var(--rdp-accent-color);
|
|
4438
4502
|
}
|
|
4439
4503
|
|
|
4440
|
-
.rdp-
|
|
4441
|
-
|
|
4504
|
+
.rdp-root[dir=rtl] .rdp-nav .rdp-chevron {
|
|
4505
|
+
transform: rotate(180deg);
|
|
4506
|
+
transform-origin: 50%;
|
|
4442
4507
|
}
|
|
4443
4508
|
|
|
4444
|
-
.rdp-
|
|
4445
|
-
|
|
4509
|
+
.rdp-dropdowns {
|
|
4510
|
+
position: relative;
|
|
4511
|
+
display: inline-flex;
|
|
4512
|
+
align-items: center;
|
|
4513
|
+
gap: var(--rdp-dropdown-gap);
|
|
4446
4514
|
}
|
|
4447
4515
|
|
|
4448
|
-
.rdp-
|
|
4449
|
-
|
|
4516
|
+
.rdp-dropdown {
|
|
4517
|
+
z-index: 2;
|
|
4518
|
+
/* Reset */
|
|
4519
|
+
opacity: 0;
|
|
4520
|
+
appearance: none;
|
|
4521
|
+
position: absolute;
|
|
4522
|
+
inset-block-start: 0;
|
|
4523
|
+
inset-block-end: 0;
|
|
4524
|
+
inset-inline-start: 0;
|
|
4525
|
+
width: 100%;
|
|
4526
|
+
margin: 0;
|
|
4527
|
+
padding: 0;
|
|
4528
|
+
cursor: inherit;
|
|
4529
|
+
border: none;
|
|
4530
|
+
line-height: inherit;
|
|
4450
4531
|
}
|
|
4451
4532
|
|
|
4452
|
-
.rdp-
|
|
4453
|
-
|
|
4454
|
-
|
|
4455
|
-
|
|
4533
|
+
.rdp-dropdown_root {
|
|
4534
|
+
position: relative;
|
|
4535
|
+
display: inline-flex;
|
|
4536
|
+
align-items: center;
|
|
4456
4537
|
}
|
|
4457
4538
|
|
|
4458
|
-
.rdp-
|
|
4459
|
-
|
|
4460
|
-
border-collapse: collapse;
|
|
4539
|
+
.rdp-dropdown_root[data-disabled=true] .rdp-chevron {
|
|
4540
|
+
opacity: var(--rdp-disabled-opacity);
|
|
4461
4541
|
}
|
|
4462
4542
|
|
|
4463
|
-
.rdp-
|
|
4543
|
+
.rdp-month_caption {
|
|
4464
4544
|
display: flex;
|
|
4465
|
-
align-
|
|
4466
|
-
|
|
4467
|
-
|
|
4468
|
-
|
|
4545
|
+
align-content: center;
|
|
4546
|
+
height: var(--rdp-nav-height);
|
|
4547
|
+
font-weight: bold;
|
|
4548
|
+
font-size: large;
|
|
4469
4549
|
}
|
|
4470
4550
|
|
|
4471
|
-
.rdp-
|
|
4551
|
+
.rdp-root[data-nav-layout=around] .rdp-month,
|
|
4552
|
+
.rdp-root[data-nav-layout=after] .rdp-month {
|
|
4472
4553
|
position: relative;
|
|
4473
|
-
display: block;
|
|
4474
|
-
text-align: center;
|
|
4475
4554
|
}
|
|
4476
4555
|
|
|
4477
|
-
.rdp-
|
|
4556
|
+
.rdp-root[data-nav-layout=around] .rdp-month_caption {
|
|
4557
|
+
justify-content: center;
|
|
4558
|
+
margin-inline-start: var(--rdp-nav_button-width);
|
|
4559
|
+
margin-inline-end: var(--rdp-nav_button-width);
|
|
4478
4560
|
position: relative;
|
|
4561
|
+
}
|
|
4562
|
+
|
|
4563
|
+
.rdp-root[data-nav-layout=around] .rdp-button_previous {
|
|
4564
|
+
position: absolute;
|
|
4565
|
+
inset-inline-start: 0;
|
|
4566
|
+
top: 0;
|
|
4567
|
+
height: var(--rdp-nav-height);
|
|
4479
4568
|
display: inline-flex;
|
|
4480
4569
|
}
|
|
4481
4570
|
|
|
4482
|
-
.rdp-
|
|
4483
|
-
position:
|
|
4484
|
-
|
|
4571
|
+
.rdp-root[data-nav-layout=around] .rdp-button_next {
|
|
4572
|
+
position: absolute;
|
|
4573
|
+
inset-inline-end: 0;
|
|
4574
|
+
top: 0;
|
|
4575
|
+
height: var(--rdp-nav-height);
|
|
4485
4576
|
display: inline-flex;
|
|
4486
|
-
|
|
4487
|
-
margin: 0;
|
|
4488
|
-
padding: 0 0.25em;
|
|
4489
|
-
white-space: nowrap;
|
|
4490
|
-
color: currentColor;
|
|
4491
|
-
border: 0;
|
|
4492
|
-
border: 2px solid transparent;
|
|
4493
|
-
font-family: inherit;
|
|
4494
|
-
font-size: var(--rdp-caption-font-size);
|
|
4495
|
-
font-weight: bold;
|
|
4577
|
+
justify-content: center;
|
|
4496
4578
|
}
|
|
4497
4579
|
|
|
4498
|
-
.rdp-
|
|
4499
|
-
|
|
4580
|
+
.rdp-months {
|
|
4581
|
+
position: relative;
|
|
4582
|
+
display: flex;
|
|
4583
|
+
flex-wrap: wrap;
|
|
4584
|
+
gap: var(--rdp-months-gap);
|
|
4585
|
+
max-width: fit-content;
|
|
4500
4586
|
}
|
|
4501
4587
|
|
|
4502
|
-
.rdp-
|
|
4503
|
-
|
|
4504
|
-
top: 50%;
|
|
4505
|
-
left: 0;
|
|
4506
|
-
transform: translateY(-50%);
|
|
4588
|
+
.rdp-month_grid {
|
|
4589
|
+
border-collapse: collapse;
|
|
4507
4590
|
}
|
|
4508
4591
|
|
|
4509
|
-
.rdp-
|
|
4592
|
+
.rdp-nav {
|
|
4510
4593
|
position: absolute;
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4594
|
+
inset-block-start: 0;
|
|
4595
|
+
inset-inline-end: 0;
|
|
4596
|
+
display: flex;
|
|
4597
|
+
align-items: center;
|
|
4598
|
+
height: var(--rdp-nav-height);
|
|
4514
4599
|
}
|
|
4515
4600
|
|
|
4516
|
-
.rdp-
|
|
4517
|
-
|
|
4518
|
-
|
|
4519
|
-
|
|
4520
|
-
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
border-radius: 100%;
|
|
4601
|
+
.rdp-weekday {
|
|
4602
|
+
opacity: var(--rdp-weekday-opacity);
|
|
4603
|
+
padding: var(--rdp-weekday-padding);
|
|
4604
|
+
font-weight: 500;
|
|
4605
|
+
font-size: smaller;
|
|
4606
|
+
text-align: var(--rdp-weekday-text-align);
|
|
4607
|
+
text-transform: var(--rdp-weekday-text-transform);
|
|
4524
4608
|
}
|
|
4525
4609
|
|
|
4526
|
-
|
|
4527
|
-
|
|
4528
|
-
|
|
4529
|
-
|
|
4530
|
-
|
|
4531
|
-
|
|
4532
|
-
|
|
4533
|
-
|
|
4610
|
+
.rdp-week_number {
|
|
4611
|
+
opacity: var(--rdp-week_number-opacity);
|
|
4612
|
+
font-weight: 400;
|
|
4613
|
+
font-size: small;
|
|
4614
|
+
height: var(--rdp-week_number-height);
|
|
4615
|
+
width: var(--rdp-week_number-width);
|
|
4616
|
+
border: var(--rdp-week_number-border);
|
|
4617
|
+
border-radius: var(--rdp-week_number-border-radius);
|
|
4618
|
+
text-align: var(--rdp-weeknumber-text-align);
|
|
4534
4619
|
}
|
|
4535
4620
|
|
|
4536
|
-
|
|
4537
|
-
|
|
4538
|
-
|
|
4539
|
-
z-index: 2;
|
|
4540
|
-
top: 0;
|
|
4541
|
-
bottom: 0;
|
|
4542
|
-
left: 0;
|
|
4543
|
-
width: 100%;
|
|
4544
|
-
margin: 0;
|
|
4545
|
-
padding: 0;
|
|
4546
|
-
cursor: inherit;
|
|
4547
|
-
opacity: 0;
|
|
4548
|
-
border: none;
|
|
4549
|
-
background-color: transparent;
|
|
4550
|
-
font-family: inherit;
|
|
4551
|
-
font-size: inherit;
|
|
4552
|
-
line-height: inherit;
|
|
4621
|
+
/* DAY MODIFIERS */
|
|
4622
|
+
.rdp-today:not(.rdp-outside) {
|
|
4623
|
+
color: var(--rdp-today-color);
|
|
4553
4624
|
}
|
|
4554
4625
|
|
|
4555
|
-
.rdp-
|
|
4556
|
-
|
|
4557
|
-
|
|
4626
|
+
.rdp-selected {
|
|
4627
|
+
font-weight: bold;
|
|
4628
|
+
font-size: large;
|
|
4558
4629
|
}
|
|
4559
4630
|
|
|
4560
|
-
.rdp-
|
|
4561
|
-
|
|
4562
|
-
border: var(--rdp-outline);
|
|
4563
|
-
border-radius: 6px;
|
|
4631
|
+
.rdp-selected .rdp-day_button {
|
|
4632
|
+
border: var(--rdp-selected-border);
|
|
4564
4633
|
}
|
|
4565
4634
|
|
|
4566
|
-
.rdp-
|
|
4567
|
-
|
|
4635
|
+
.rdp-outside {
|
|
4636
|
+
opacity: var(--rdp-outside-opacity);
|
|
4568
4637
|
}
|
|
4569
4638
|
|
|
4570
|
-
.rdp-
|
|
4571
|
-
|
|
4639
|
+
.rdp-disabled {
|
|
4640
|
+
opacity: var(--rdp-disabled-opacity);
|
|
4572
4641
|
}
|
|
4573
4642
|
|
|
4574
|
-
.rdp-
|
|
4575
|
-
|
|
4576
|
-
|
|
4643
|
+
.rdp-hidden {
|
|
4644
|
+
visibility: hidden;
|
|
4645
|
+
color: var(--rdp-range_start-color);
|
|
4577
4646
|
}
|
|
4578
4647
|
|
|
4579
|
-
.rdp-
|
|
4580
|
-
|
|
4581
|
-
font-size: 0.75em;
|
|
4582
|
-
font-weight: 700;
|
|
4583
|
-
text-align: center;
|
|
4584
|
-
height: 100%;
|
|
4585
|
-
height: var(--rdp-cell-size);
|
|
4586
|
-
padding: 0;
|
|
4587
|
-
text-transform: uppercase;
|
|
4648
|
+
.rdp-range_start {
|
|
4649
|
+
background: var(--rdp-range_start-background);
|
|
4588
4650
|
}
|
|
4589
4651
|
|
|
4590
|
-
.rdp-
|
|
4591
|
-
|
|
4652
|
+
.rdp-range_start .rdp-day_button {
|
|
4653
|
+
background-color: var(--rdp-range_start-date-background-color);
|
|
4654
|
+
color: var(--rdp-range_start-color);
|
|
4592
4655
|
}
|
|
4593
4656
|
|
|
4594
|
-
.rdp-
|
|
4595
|
-
|
|
4657
|
+
.rdp-range_middle {
|
|
4658
|
+
background-color: var(--rdp-range_middle-background-color);
|
|
4596
4659
|
}
|
|
4597
4660
|
|
|
4598
|
-
.rdp-
|
|
4599
|
-
|
|
4600
|
-
|
|
4601
|
-
|
|
4602
|
-
padding: 0;
|
|
4603
|
-
text-align: center;
|
|
4661
|
+
.rdp-range_middle .rdp-day_button {
|
|
4662
|
+
border: unset;
|
|
4663
|
+
border-radius: unset;
|
|
4664
|
+
color: var(--rdp-range_middle-color);
|
|
4604
4665
|
}
|
|
4605
4666
|
|
|
4606
|
-
.rdp-
|
|
4607
|
-
|
|
4667
|
+
.rdp-range_end {
|
|
4668
|
+
background: var(--rdp-range_end-background);
|
|
4669
|
+
color: var(--rdp-range_end-color);
|
|
4608
4670
|
}
|
|
4609
4671
|
|
|
4610
|
-
.rdp-
|
|
4611
|
-
|
|
4612
|
-
|
|
4613
|
-
overflow: hidden;
|
|
4614
|
-
align-items: center;
|
|
4615
|
-
justify-content: center;
|
|
4616
|
-
box-sizing: border-box;
|
|
4617
|
-
width: var(--rdp-cell-size);
|
|
4618
|
-
max-width: var(--rdp-cell-size);
|
|
4619
|
-
height: var(--rdp-cell-size);
|
|
4620
|
-
margin: 0;
|
|
4621
|
-
border: 2px solid transparent;
|
|
4622
|
-
border-radius: 100%;
|
|
4672
|
+
.rdp-range_end .rdp-day_button {
|
|
4673
|
+
color: var(--rdp-range_start-color);
|
|
4674
|
+
background-color: var(--rdp-range_end-date-background-color);
|
|
4623
4675
|
}
|
|
4624
4676
|
|
|
4625
|
-
.rdp-
|
|
4626
|
-
|
|
4677
|
+
.rdp-range_start.rdp-range_end {
|
|
4678
|
+
background: revert;
|
|
4627
4679
|
}
|
|
4628
4680
|
|
|
4629
|
-
.rdp-
|
|
4630
|
-
|
|
4631
|
-
.rdp-day_selected:hover {
|
|
4632
|
-
color: var(--rdp-selected-color);
|
|
4633
|
-
opacity: 1;
|
|
4634
|
-
background-color: var(--rdp-accent-color);
|
|
4681
|
+
.rdp-focusable {
|
|
4682
|
+
cursor: pointer;
|
|
4635
4683
|
}
|
|
4636
4684
|
|
|
4637
|
-
|
|
4638
|
-
|
|
4685
|
+
@keyframes rdp-slide_in_left {
|
|
4686
|
+
0% {
|
|
4687
|
+
transform: translateX(-100%);
|
|
4688
|
+
}
|
|
4689
|
+
100% {
|
|
4690
|
+
transform: translateX(0);
|
|
4691
|
+
}
|
|
4692
|
+
}
|
|
4693
|
+
@keyframes rdp-slide_in_right {
|
|
4694
|
+
0% {
|
|
4695
|
+
transform: translateX(100%);
|
|
4696
|
+
}
|
|
4697
|
+
100% {
|
|
4698
|
+
transform: translateX(0);
|
|
4699
|
+
}
|
|
4700
|
+
}
|
|
4701
|
+
@keyframes rdp-slide_out_left {
|
|
4702
|
+
0% {
|
|
4703
|
+
transform: translateX(0);
|
|
4704
|
+
}
|
|
4705
|
+
100% {
|
|
4706
|
+
transform: translateX(-100%);
|
|
4707
|
+
}
|
|
4708
|
+
}
|
|
4709
|
+
@keyframes rdp-slide_out_right {
|
|
4710
|
+
0% {
|
|
4711
|
+
transform: translateX(0);
|
|
4712
|
+
}
|
|
4713
|
+
100% {
|
|
4714
|
+
transform: translateX(100%);
|
|
4715
|
+
}
|
|
4716
|
+
}
|
|
4717
|
+
.rdp-weeks_before_enter {
|
|
4718
|
+
animation: rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
|
|
4639
4719
|
}
|
|
4640
4720
|
|
|
4641
|
-
.rdp-
|
|
4642
|
-
|
|
4643
|
-
outline: var(--rdp-outline);
|
|
4644
|
-
outline-offset: 2px;
|
|
4645
|
-
z-index: 1;
|
|
4721
|
+
.rdp-weeks_before_exit {
|
|
4722
|
+
animation: rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
|
|
4646
4723
|
}
|
|
4647
4724
|
|
|
4648
|
-
.rdp
|
|
4649
|
-
|
|
4650
|
-
border-bottom-right-radius: 0;
|
|
4725
|
+
.rdp-weeks_after_enter {
|
|
4726
|
+
animation: rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
|
|
4651
4727
|
}
|
|
4652
4728
|
|
|
4653
|
-
.rdp
|
|
4654
|
-
|
|
4655
|
-
border-bottom-left-radius: 0;
|
|
4729
|
+
.rdp-weeks_after_exit {
|
|
4730
|
+
animation: rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
|
|
4656
4731
|
}
|
|
4657
4732
|
|
|
4658
|
-
.rdp[dir=rtl] .rdp-
|
|
4659
|
-
|
|
4660
|
-
border-bottom-left-radius: 0;
|
|
4733
|
+
.rdp-root[dir=rtl] .rdp-weeks_after_enter {
|
|
4734
|
+
animation: rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
|
|
4661
4735
|
}
|
|
4662
4736
|
|
|
4663
|
-
.rdp[dir=rtl] .rdp-
|
|
4664
|
-
|
|
4665
|
-
border-bottom-right-radius: 0;
|
|
4737
|
+
.rdp-root[dir=rtl] .rdp-weeks_before_exit {
|
|
4738
|
+
animation: rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
|
|
4666
4739
|
}
|
|
4667
4740
|
|
|
4668
|
-
.rdp-
|
|
4669
|
-
|
|
4741
|
+
.rdp-root[dir=rtl] .rdp-weeks_before_enter {
|
|
4742
|
+
animation: rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
|
|
4670
4743
|
}
|
|
4671
4744
|
|
|
4672
|
-
.rdp-
|
|
4673
|
-
|
|
4745
|
+
.rdp-root[dir=rtl] .rdp-weeks_after_exit {
|
|
4746
|
+
animation: rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
|
|
4674
4747
|
}
|
|
4675
4748
|
|
|
4749
|
+
@keyframes rdp-fade_in {
|
|
4750
|
+
from {
|
|
4751
|
+
opacity: 0;
|
|
4752
|
+
}
|
|
4753
|
+
to {
|
|
4754
|
+
opacity: 1;
|
|
4755
|
+
}
|
|
4756
|
+
}
|
|
4757
|
+
@keyframes rdp-fade_out {
|
|
4758
|
+
from {
|
|
4759
|
+
opacity: 1;
|
|
4760
|
+
}
|
|
4761
|
+
to {
|
|
4762
|
+
opacity: 0;
|
|
4763
|
+
}
|
|
4764
|
+
}
|
|
4765
|
+
.rdp-caption_after_enter {
|
|
4766
|
+
animation: rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
|
|
4767
|
+
}
|
|
4768
|
+
|
|
4769
|
+
.rdp-caption_after_exit {
|
|
4770
|
+
animation: rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
|
|
4771
|
+
}
|
|
4772
|
+
|
|
4773
|
+
.rdp-caption_before_enter {
|
|
4774
|
+
animation: rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
|
|
4775
|
+
}
|
|
4776
|
+
|
|
4777
|
+
.rdp-caption_before_exit {
|
|
4778
|
+
animation: rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards;
|
|
4779
|
+
}
|
|
4676
4780
|
|
|
4677
4781
|
.gd-date-range-row fieldset {
|
|
4678
4782
|
display: flex;
|
|
@@ -4808,26 +4912,28 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
4808
4912
|
line-height: 16px;
|
|
4809
4913
|
}
|
|
4810
4914
|
.gd-date-range-picker-picker .rdp-months {
|
|
4811
|
-
|
|
4812
|
-
justify-content: center;
|
|
4915
|
+
position: unset;
|
|
4813
4916
|
}
|
|
4814
4917
|
.gd-date-range-picker-picker .rdp-nav {
|
|
4815
4918
|
position: absolute;
|
|
4816
|
-
top:
|
|
4919
|
+
top: 18px;
|
|
4920
|
+
height: 29px;
|
|
4817
4921
|
right: 0;
|
|
4818
4922
|
left: 0;
|
|
4819
4923
|
padding: 0 0.5rem;
|
|
4924
|
+
display: flex;
|
|
4925
|
+
justify-content: space-between;
|
|
4820
4926
|
}
|
|
4821
|
-
.gd-date-range-picker-picker .rdp-
|
|
4927
|
+
.gd-date-range-picker-picker .rdp-nav button {
|
|
4822
4928
|
position: absolute;
|
|
4823
|
-
width:
|
|
4824
|
-
height:
|
|
4929
|
+
width: 29px;
|
|
4930
|
+
height: 29px;
|
|
4825
4931
|
cursor: pointer;
|
|
4826
4932
|
}
|
|
4827
|
-
.gd-date-range-picker-picker .rdp-
|
|
4933
|
+
.gd-date-range-picker-picker .rdp-nav button:hover {
|
|
4828
4934
|
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
4829
4935
|
}
|
|
4830
|
-
.gd-date-range-picker-picker .rdp-
|
|
4936
|
+
.gd-date-range-picker-picker .rdp-button_previous {
|
|
4831
4937
|
left: 0.8em;
|
|
4832
4938
|
display: block;
|
|
4833
4939
|
width: 2em;
|
|
@@ -4838,7 +4944,7 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
4838
4944
|
font-family: "Indigo", sans-serif;
|
|
4839
4945
|
font-size: 18px;
|
|
4840
4946
|
}
|
|
4841
|
-
.gd-date-range-picker-picker .rdp-
|
|
4947
|
+
.gd-date-range-picker-picker .rdp-button_next {
|
|
4842
4948
|
right: 0.8em;
|
|
4843
4949
|
display: block;
|
|
4844
4950
|
width: 2em;
|
|
@@ -4849,10 +4955,14 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
4849
4955
|
font-family: "Indigo", sans-serif;
|
|
4850
4956
|
font-size: 18px;
|
|
4851
4957
|
}
|
|
4852
|
-
.gd-date-range-picker-picker .rdp-
|
|
4958
|
+
.gd-date-range-picker-picker .rdp-chevron {
|
|
4959
|
+
fill: currentColor;
|
|
4960
|
+
}
|
|
4961
|
+
.gd-date-range-picker-picker .rdp-month_caption {
|
|
4853
4962
|
display: flex;
|
|
4854
4963
|
justify-content: center;
|
|
4855
|
-
margin-bottom:
|
|
4964
|
+
margin-bottom: 10px;
|
|
4965
|
+
height: 29px;
|
|
4856
4966
|
}
|
|
4857
4967
|
.gd-date-range-picker-picker .rdp-caption_label {
|
|
4858
4968
|
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
@@ -4861,7 +4971,7 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
4861
4971
|
font-weight: normal;
|
|
4862
4972
|
color: var(--gd-palette-complementary-9, #000);
|
|
4863
4973
|
}
|
|
4864
|
-
.gd-date-range-picker-picker .rdp-
|
|
4974
|
+
.gd-date-range-picker-picker .rdp-weekday {
|
|
4865
4975
|
display: table-cell;
|
|
4866
4976
|
color: var(--gd-palette-complementary-8-from-theme, #94a1ad);
|
|
4867
4977
|
cursor: help;
|
|
@@ -4871,7 +4981,7 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
4871
4981
|
text-transform: none;
|
|
4872
4982
|
text-align: center;
|
|
4873
4983
|
}
|
|
4874
|
-
.gd-date-range-picker-picker .rdp-
|
|
4984
|
+
.gd-date-range-picker-picker .rdp-weekday span {
|
|
4875
4985
|
text-decoration: none;
|
|
4876
4986
|
border-bottom: none;
|
|
4877
4987
|
}
|
|
@@ -4881,36 +4991,41 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
4881
4991
|
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
4882
4992
|
font-size: 14px;
|
|
4883
4993
|
font-weight: 700;
|
|
4884
|
-
text-align: center;
|
|
4885
4994
|
border-radius: 0;
|
|
4886
4995
|
}
|
|
4887
|
-
.gd-date-range-picker-picker .rdp-day:not(.rdp-
|
|
4996
|
+
.gd-date-range-picker-picker .rdp-day:not(.rdp-range_middle):hover {
|
|
4888
4997
|
background: var(--gd-palette-complementary-2, #ebeff4);
|
|
4889
4998
|
cursor: pointer;
|
|
4890
4999
|
}
|
|
4891
|
-
.gd-date-range-picker-picker .rdp-
|
|
5000
|
+
.gd-date-range-picker-picker .rdp-day button {
|
|
5001
|
+
position: relative;
|
|
5002
|
+
left: 50%;
|
|
5003
|
+
transform: translateX(-50%);
|
|
5004
|
+
text-align: center;
|
|
5005
|
+
}
|
|
5006
|
+
.gd-date-range-picker-picker .rdp-disabled {
|
|
4892
5007
|
color: var(--gd-palette-complementary-5, #b0beca);
|
|
4893
5008
|
cursor: default;
|
|
4894
5009
|
font-weight: 400;
|
|
4895
5010
|
}
|
|
4896
|
-
.gd-date-range-picker-picker .rdp-
|
|
5011
|
+
.gd-date-range-picker-picker .rdp-outside {
|
|
4897
5012
|
color: var(--gd-palette-complementary-7-from-theme, #687581);
|
|
4898
5013
|
cursor: default;
|
|
4899
5014
|
font-weight: 400;
|
|
4900
5015
|
opacity: 1;
|
|
4901
5016
|
}
|
|
4902
|
-
.gd-date-range-picker-picker .rdp-
|
|
5017
|
+
.gd-date-range-picker-picker .rdp-outside.rdp-selected {
|
|
4903
5018
|
font-weight: 700;
|
|
4904
5019
|
}
|
|
4905
|
-
.gd-date-range-picker-picker .rdp-
|
|
5020
|
+
.gd-date-range-picker-picker .rdp-selected:not(.rdp-disabled):not(.rdp-range_middle) {
|
|
4906
5021
|
color: var(--gd-palette-complementary-0, #fff);
|
|
4907
5022
|
background: var(--gd-palette-primary-base, #14b2e2);
|
|
4908
5023
|
}
|
|
4909
|
-
.gd-date-range-picker-picker .rdp-
|
|
5024
|
+
.gd-date-range-picker-picker .rdp-selected:not(.rdp-day_range_start):not(.rdp-range_end) {
|
|
4910
5025
|
color: var(--gd-palette-complementary-8, #464e56);
|
|
4911
5026
|
background: var(--gd-palette-primary-dimmed, #e8f7fc);
|
|
4912
5027
|
}
|
|
4913
|
-
.gd-date-range-picker-picker .rdp-
|
|
5028
|
+
.gd-date-range-picker-picker .rdp-selected:not(.rdp-day_range_start):not(.rdp-range_end):hover {
|
|
4914
5029
|
cursor: pointer;
|
|
4915
5030
|
}
|
|
4916
5031
|
.gd-date-range-picker-picker .DayPicker {
|