ros.grant.common 2.0.1320 → 2.0.1321
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.
|
@@ -544,14 +544,14 @@
|
|
|
544
544
|
--adp-mobile-width: 320px;
|
|
545
545
|
--adp-mobile-day-cell-height: 38px;
|
|
546
546
|
--adp-mobile-month-cell-height: 48px;
|
|
547
|
-
--adp-mobile-year-cell-height: 64px
|
|
547
|
+
--adp-mobile-year-cell-height: 64px;
|
|
548
548
|
}
|
|
549
549
|
|
|
550
550
|
.air-datepicker-overlay {
|
|
551
551
|
--adp-overlay-background-color: rgba(0, 0, 0, .3);
|
|
552
552
|
--adp-overlay-transition-duration: .3s;
|
|
553
553
|
--adp-overlay-transition-ease: ease-out;
|
|
554
|
-
--adp-overlay-z-index: 99
|
|
554
|
+
--adp-overlay-z-index: 99;
|
|
555
555
|
}
|
|
556
556
|
|
|
557
557
|
.air-datepicker {
|
|
@@ -571,7 +571,7 @@
|
|
|
571
571
|
width: var(--adp-width);
|
|
572
572
|
position: absolute;
|
|
573
573
|
transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
|
|
574
|
-
z-index: var(--adp-z-index)
|
|
574
|
+
z-index: var(--adp-z-index);
|
|
575
575
|
}
|
|
576
576
|
|
|
577
577
|
.air-datepicker:not(.-custom-position-) {
|
|
@@ -596,7 +596,7 @@
|
|
|
596
596
|
|
|
597
597
|
.air-datepicker.-active-:not(.-custom-position-) {
|
|
598
598
|
transform: translate(0, 0);
|
|
599
|
-
opacity: 1
|
|
599
|
+
opacity: 1;
|
|
600
600
|
}
|
|
601
601
|
|
|
602
602
|
.air-datepicker.-active-.-custom-position- {
|
|
@@ -610,11 +610,11 @@
|
|
|
610
610
|
left: auto;
|
|
611
611
|
right: auto;
|
|
612
612
|
opacity: 1;
|
|
613
|
-
transform: none
|
|
613
|
+
transform: none;
|
|
614
614
|
}
|
|
615
615
|
|
|
616
616
|
.air-datepicker.-inline- .air-datepicker--pointer {
|
|
617
|
-
display: none
|
|
617
|
+
display: none;
|
|
618
618
|
}
|
|
619
619
|
|
|
620
620
|
.air-datepicker.-is-mobile- {
|
|
@@ -626,7 +626,7 @@
|
|
|
626
626
|
--adp-nav-action-size: var(--adp-mobile-nav-height);
|
|
627
627
|
position: fixed;
|
|
628
628
|
width: var(--adp-mobile-width);
|
|
629
|
-
border: none
|
|
629
|
+
border: none;
|
|
630
630
|
}
|
|
631
631
|
|
|
632
632
|
.air-datepicker.-is-mobile- * {
|
|
@@ -634,7 +634,7 @@
|
|
|
634
634
|
}
|
|
635
635
|
|
|
636
636
|
.air-datepicker.-is-mobile- .air-datepicker--pointer {
|
|
637
|
-
display: none
|
|
637
|
+
display: none;
|
|
638
638
|
}
|
|
639
639
|
|
|
640
640
|
.air-datepicker.-is-mobile-:not(.-custom-position-) {
|
|
@@ -652,7 +652,7 @@
|
|
|
652
652
|
.air-datepicker-global-container {
|
|
653
653
|
position: absolute;
|
|
654
654
|
left: 0;
|
|
655
|
-
top: 0
|
|
655
|
+
top: 0;
|
|
656
656
|
}
|
|
657
657
|
|
|
658
658
|
.air-datepicker--pointer {
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
position: absolute;
|
|
661
661
|
width: var(--adp-pointer-size);
|
|
662
662
|
height: var(--adp-pointer-size);
|
|
663
|
-
z-index: -1
|
|
663
|
+
z-index: -1;
|
|
664
664
|
}
|
|
665
665
|
|
|
666
666
|
.air-datepicker--pointer:after {
|
|
@@ -672,7 +672,7 @@
|
|
|
672
672
|
border-top-right-radius: var(--adp-poiner-border-radius);
|
|
673
673
|
width: var(--adp-pointer-size);
|
|
674
674
|
height: var(--adp-pointer-size);
|
|
675
|
-
box-sizing: border-box
|
|
675
|
+
box-sizing: border-box;
|
|
676
676
|
}
|
|
677
677
|
|
|
678
678
|
.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer, [data-popper-placement^='top'] .air-datepicker--pointer {
|
|
@@ -738,11 +738,11 @@
|
|
|
738
738
|
.air-datepicker--content {
|
|
739
739
|
box-sizing: content-box;
|
|
740
740
|
padding: var(--adp-padding);
|
|
741
|
-
grid-area: body
|
|
741
|
+
grid-area: body;
|
|
742
742
|
}
|
|
743
743
|
|
|
744
744
|
.-only-timepicker- .air-datepicker--content {
|
|
745
|
-
display: none
|
|
745
|
+
display: none;
|
|
746
746
|
}
|
|
747
747
|
|
|
748
748
|
.air-datepicker--time {
|
|
@@ -755,7 +755,7 @@
|
|
|
755
755
|
|
|
756
756
|
.air-datepicker--buttons, .air-datepicker--time {
|
|
757
757
|
padding: var(--adp-padding);
|
|
758
|
-
border-top: 1px solid var(--adp-border-color-inner)
|
|
758
|
+
border-top: 1px solid var(--adp-border-color-inner);
|
|
759
759
|
}
|
|
760
760
|
|
|
761
761
|
.air-datepicker-overlay {
|
|
@@ -768,14 +768,13 @@
|
|
|
768
768
|
opacity: 0;
|
|
769
769
|
transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
|
|
770
770
|
transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
|
|
771
|
-
z-index: var(--adp-overlay-z-index)
|
|
771
|
+
z-index: var(--adp-overlay-z-index);
|
|
772
772
|
}
|
|
773
773
|
|
|
774
774
|
.air-datepicker-overlay.-active- {
|
|
775
775
|
opacity: 1;
|
|
776
776
|
width: 100%;
|
|
777
777
|
height: 100%;
|
|
778
|
-
transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s
|
|
778
|
+
transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
|
|
779
779
|
}
|
|
780
780
|
|
|
781
|
-
|
package/package.json
CHANGED