@jobber/components 6.37.0 → 6.38.1
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/Cluster.d.ts +1 -0
- package/Cluster.js +17 -0
- package/Container.d.ts +1 -0
- package/Container.js +17 -0
- package/ContentBlock.d.ts +1 -0
- package/ContentBlock.js +17 -0
- package/Cover.d.ts +1 -0
- package/Cover.js +17 -0
- package/Frame.d.ts +1 -0
- package/Frame.js +17 -0
- package/ResponsiveSwitcher.d.ts +1 -0
- package/ResponsiveSwitcher.js +17 -0
- package/SideKick.d.ts +1 -0
- package/SideKick.js +17 -0
- package/Stack.d.ts +1 -0
- package/Stack.js +17 -0
- package/Tiles.d.ts +1 -0
- package/Tiles.js +17 -0
- package/dist/Cluster/Cluster.d.ts +2 -0
- package/dist/Cluster/index.cjs +10 -0
- package/dist/Cluster/index.d.ts +1 -0
- package/dist/Cluster/index.mjs +4 -0
- package/dist/Cluster/types.d.ts +47 -0
- package/dist/Cluster-cjs.js +14 -0
- package/dist/Cluster-es.js +12 -0
- package/dist/Container/Container.d.ts +5 -0
- package/dist/Container/index.cjs +9 -0
- package/dist/Container/index.d.ts +1 -0
- package/dist/Container/index.mjs +3 -0
- package/dist/Container/types.d.ts +22 -0
- package/dist/Container-cjs.js +18 -0
- package/dist/Container-es.js +16 -0
- package/dist/ContentBlock/ContentBlock.d.ts +2 -0
- package/dist/ContentBlock/index.cjs +16 -0
- package/dist/ContentBlock/index.d.ts +1 -0
- package/dist/ContentBlock/index.mjs +10 -0
- package/dist/ContentBlock/types.d.ts +37 -0
- package/dist/ContentBlock-cjs.js +31 -0
- package/dist/ContentBlock-es.js +29 -0
- package/dist/Cover/Cover.d.ts +5 -0
- package/dist/Cover/index.cjs +10 -0
- package/dist/Cover/index.d.ts +1 -0
- package/dist/Cover/index.mjs +4 -0
- package/dist/Cover/types.d.ts +34 -0
- package/dist/Cover-cjs.js +16 -0
- package/dist/Cover-es.js +14 -0
- package/dist/Frame/Frame.d.ts +2 -0
- package/dist/Frame/index.cjs +9 -0
- package/dist/Frame/index.d.ts +2 -0
- package/dist/Frame/index.mjs +3 -0
- package/dist/Frame/types.d.ts +24 -0
- package/dist/Frame-cjs.js +12 -0
- package/dist/Frame-es.js +10 -0
- package/dist/ResponsiveSwitcher/ResponsiveSwitcher.d.ts +2 -0
- package/dist/ResponsiveSwitcher/index.cjs +10 -0
- package/dist/ResponsiveSwitcher/index.d.ts +1 -0
- package/dist/ResponsiveSwitcher/index.mjs +4 -0
- package/dist/ResponsiveSwitcher/types.d.ts +26 -0
- package/dist/ResponsiveSwitcher-cjs.js +13 -0
- package/dist/ResponsiveSwitcher-es.js +11 -0
- package/dist/SideKick/SideKick.d.ts +2 -0
- package/dist/SideKick/index.cjs +10 -0
- package/dist/SideKick/index.d.ts +1 -0
- package/dist/SideKick/index.mjs +4 -0
- package/dist/SideKick/types.d.ts +35 -0
- package/dist/SideKick-cjs.js +17 -0
- package/dist/SideKick-es.js +15 -0
- package/dist/Stack/Stack.d.ts +2 -0
- package/dist/Stack/index.cjs +10 -0
- package/dist/Stack/index.d.ts +1 -0
- package/dist/Stack/index.mjs +4 -0
- package/dist/Stack/types.d.ts +32 -0
- package/dist/Stack-cjs.js +15 -0
- package/dist/Stack-es.js +13 -0
- package/dist/Tiles/Tiles.d.ts +2 -0
- package/dist/Tiles/index.cjs +10 -0
- package/dist/Tiles/index.d.ts +1 -0
- package/dist/Tiles/index.mjs +4 -0
- package/dist/Tiles/types.d.ts +26 -0
- package/dist/Tiles-cjs.js +13 -0
- package/dist/Tiles-es.js +11 -0
- package/dist/getMappedAtlantisSpaceToken-cjs.js +20 -0
- package/dist/getMappedAtlantisSpaceToken-es.js +17 -0
- package/dist/index.cjs +19 -0
- package/dist/index.d.mts +9 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.mjs +10 -0
- package/dist/sharedHelpers/getMappedAtlantisSpaceToken.d.ts +3 -0
- package/dist/sharedHelpers/getMappedBreakpointWidth.d.ts +8 -0
- package/dist/sharedHelpers/types.d.ts +15 -0
- package/dist/styles.css +649 -20
- package/dist/utils/meta/meta.json +11 -0
- package/package.json +47 -2
package/dist/styles.css
CHANGED
|
@@ -2667,6 +2667,184 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
2667
2667
|
white-space: nowrap;
|
|
2668
2668
|
}
|
|
2669
2669
|
|
|
2670
|
+
.kub1yKbFFN0- {
|
|
2671
|
+
display: -ms-flexbox;
|
|
2672
|
+
display: flex;
|
|
2673
|
+
-ms-flex-wrap: wrap;
|
|
2674
|
+
flex-wrap: wrap;
|
|
2675
|
+
gap: 16px;
|
|
2676
|
+
gap: var(--public-cluster-space, var(--space-base, 16px));
|
|
2677
|
+
-ms-flex-pack: flex-start;
|
|
2678
|
+
-ms-flex-pack: var(--public-cluster-justify, flex-start);
|
|
2679
|
+
justify-content: flex-start;
|
|
2680
|
+
justify-content: var(--public-cluster-justify, flex-start);
|
|
2681
|
+
-ms-flex-align: center;
|
|
2682
|
+
-ms-flex-align: var(--public-cluster-align, center);
|
|
2683
|
+
align-items: center;
|
|
2684
|
+
align-items: var(--public-cluster-align, center);
|
|
2685
|
+
width: var(--public-cluster-width);
|
|
2686
|
+
}
|
|
2687
|
+
|
|
2688
|
+
/** When we nest clusters, the clustering stops working because of the 100% width. This prevents nested clusters from fighting **/
|
|
2689
|
+
|
|
2690
|
+
.kub1yKbFFN0- .kub1yKbFFN0- {
|
|
2691
|
+
width: auto;
|
|
2692
|
+
}
|
|
2693
|
+
|
|
2694
|
+
/** For collapse below. If any of the sizes are active, we're in column mode. */
|
|
2695
|
+
|
|
2696
|
+
._5IaWqMXiMqQ-,
|
|
2697
|
+
.vCly-qsW6uQ-,
|
|
2698
|
+
.lmABTs-G-FA-,
|
|
2699
|
+
.NHrDIukxI-o- {
|
|
2700
|
+
-ms-flex-direction: column;
|
|
2701
|
+
flex-direction: column;
|
|
2702
|
+
}
|
|
2703
|
+
|
|
2704
|
+
._5IaWqMXiMqQ- > *,
|
|
2705
|
+
.vCly-qsW6uQ- > *,
|
|
2706
|
+
.lmABTs-G-FA- > *,
|
|
2707
|
+
.NHrDIukxI-o- > * {
|
|
2708
|
+
width: 100%;
|
|
2709
|
+
}
|
|
2710
|
+
|
|
2711
|
+
@media (min-width: 490px) {
|
|
2712
|
+
._5IaWqMXiMqQ- {
|
|
2713
|
+
-ms-flex-direction: row;
|
|
2714
|
+
flex-direction: row;
|
|
2715
|
+
}
|
|
2716
|
+
|
|
2717
|
+
._5IaWqMXiMqQ- > * {
|
|
2718
|
+
width: auto;
|
|
2719
|
+
}
|
|
2720
|
+
}
|
|
2721
|
+
|
|
2722
|
+
@media (--small-screens-and-up) {
|
|
2723
|
+
._5IaWqMXiMqQ- {
|
|
2724
|
+
-ms-flex-direction: row;
|
|
2725
|
+
flex-direction: row;
|
|
2726
|
+
}
|
|
2727
|
+
|
|
2728
|
+
._5IaWqMXiMqQ- > * {
|
|
2729
|
+
width: auto;
|
|
2730
|
+
}
|
|
2731
|
+
}
|
|
2732
|
+
|
|
2733
|
+
@media (min-width: 768px) {
|
|
2734
|
+
.vCly-qsW6uQ- {
|
|
2735
|
+
-ms-flex-direction: row;
|
|
2736
|
+
flex-direction: row;
|
|
2737
|
+
}
|
|
2738
|
+
|
|
2739
|
+
.vCly-qsW6uQ- > * {
|
|
2740
|
+
width: auto;
|
|
2741
|
+
}
|
|
2742
|
+
}
|
|
2743
|
+
|
|
2744
|
+
@media (--medium-screens-and-up) {
|
|
2745
|
+
.vCly-qsW6uQ- {
|
|
2746
|
+
-ms-flex-direction: row;
|
|
2747
|
+
flex-direction: row;
|
|
2748
|
+
}
|
|
2749
|
+
|
|
2750
|
+
.vCly-qsW6uQ- > * {
|
|
2751
|
+
width: auto;
|
|
2752
|
+
}
|
|
2753
|
+
}
|
|
2754
|
+
|
|
2755
|
+
@media (min-width: 1080px) {
|
|
2756
|
+
.lmABTs-G-FA- {
|
|
2757
|
+
-ms-flex-direction: row;
|
|
2758
|
+
flex-direction: row;
|
|
2759
|
+
}
|
|
2760
|
+
|
|
2761
|
+
.lmABTs-G-FA- > * {
|
|
2762
|
+
width: auto;
|
|
2763
|
+
}
|
|
2764
|
+
}
|
|
2765
|
+
|
|
2766
|
+
@media (--large-screens-and-up) {
|
|
2767
|
+
.lmABTs-G-FA- {
|
|
2768
|
+
-ms-flex-direction: row;
|
|
2769
|
+
flex-direction: row;
|
|
2770
|
+
}
|
|
2771
|
+
|
|
2772
|
+
.lmABTs-G-FA- > * {
|
|
2773
|
+
width: auto;
|
|
2774
|
+
}
|
|
2775
|
+
}
|
|
2776
|
+
|
|
2777
|
+
@media (min-width: 1440px) {
|
|
2778
|
+
.NHrDIukxI-o- {
|
|
2779
|
+
-ms-flex-direction: row;
|
|
2780
|
+
flex-direction: row;
|
|
2781
|
+
}
|
|
2782
|
+
|
|
2783
|
+
.NHrDIukxI-o- > * {
|
|
2784
|
+
width: auto;
|
|
2785
|
+
}
|
|
2786
|
+
}
|
|
2787
|
+
|
|
2788
|
+
@media (--extra-large-screens-and-up) {
|
|
2789
|
+
.NHrDIukxI-o- {
|
|
2790
|
+
-ms-flex-direction: row;
|
|
2791
|
+
flex-direction: row;
|
|
2792
|
+
}
|
|
2793
|
+
|
|
2794
|
+
.NHrDIukxI-o- > * {
|
|
2795
|
+
width: auto;
|
|
2796
|
+
}
|
|
2797
|
+
}
|
|
2798
|
+
|
|
2799
|
+
.kub1yKbFFN0-.hkpPPbA3sRk- {
|
|
2800
|
+
-ms-flex-direction: column;
|
|
2801
|
+
flex-direction: column;
|
|
2802
|
+
}
|
|
2803
|
+
|
|
2804
|
+
.kub1yKbFFN0-.hkpPPbA3sRk- > * {
|
|
2805
|
+
width: 100%;
|
|
2806
|
+
}
|
|
2807
|
+
|
|
2808
|
+
.Aj6o8FcaKHc- {
|
|
2809
|
+
container-name: var(--public-container-name);
|
|
2810
|
+
container-type: inline-size;
|
|
2811
|
+
width: var(--public-container-width);
|
|
2812
|
+
}
|
|
2813
|
+
|
|
2814
|
+
.eIsVvlXoWhs- {
|
|
2815
|
+
container-type: inline-size;
|
|
2816
|
+
width: var(--public-container-apply-width);
|
|
2817
|
+
}
|
|
2818
|
+
|
|
2819
|
+
.sGSmxHTsTfA- {
|
|
2820
|
+
display: -ms-flexbox;
|
|
2821
|
+
display: flex;
|
|
2822
|
+
-ms-flex-direction: column;
|
|
2823
|
+
flex-direction: column;
|
|
2824
|
+
min-height: var(--public-cover-min-height);
|
|
2825
|
+
padding: var(--public-cover-space);
|
|
2826
|
+
}
|
|
2827
|
+
|
|
2828
|
+
.sGSmxHTsTfA- > * {
|
|
2829
|
+
margin-top: var(--public-cover-space);
|
|
2830
|
+
margin-bottom: var(--public-cover-space);
|
|
2831
|
+
}
|
|
2832
|
+
|
|
2833
|
+
.sGSmxHTsTfA- > :first-child:not(._6S-jbOw7NEA-) {
|
|
2834
|
+
-webkit-margin-before: 0;
|
|
2835
|
+
margin-top: 0;
|
|
2836
|
+
}
|
|
2837
|
+
|
|
2838
|
+
.sGSmxHTsTfA- > :last-child:not(._6S-jbOw7NEA-) {
|
|
2839
|
+
-webkit-margin-after: 0;
|
|
2840
|
+
margin-bottom: 0;
|
|
2841
|
+
}
|
|
2842
|
+
|
|
2843
|
+
.sGSmxHTsTfA- > ._6S-jbOw7NEA- {
|
|
2844
|
+
margin-top: auto;
|
|
2845
|
+
margin-bottom: auto;
|
|
2846
|
+
}
|
|
2847
|
+
|
|
2670
2848
|
.YxKKPXAU10s- {
|
|
2671
2849
|
--checkbox--size: 20px;
|
|
2672
2850
|
--checkbox--border--checked: var(--color-interactive);
|
|
@@ -3540,29 +3718,40 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
3540
3718
|
}
|
|
3541
3719
|
|
|
3542
3720
|
.-lyJkOGbceo- {
|
|
3543
|
-
--glimmer-background:
|
|
3721
|
+
--glimmer-background: var(--color-surface--reverse);
|
|
3722
|
+
--glimmer-background-opacity: 7.5%;
|
|
3723
|
+
--glimmer-shine-opacity: 75%;
|
|
3544
3724
|
--glimmer-shine: rgba(var(--color-white--rgb), var(--glimmer-shine-opacity));
|
|
3545
|
-
--glimmer-shine-opacity: 80%;
|
|
3546
3725
|
--duration-base: calc(var(--timing-slowest) * 4); /* 2s */
|
|
3547
3726
|
--duration-fast: calc(var(--duration-base) / 2); /* 1s */
|
|
3548
|
-
|
|
3727
|
+
position: relative;
|
|
3549
3728
|
width: 100%;
|
|
3550
3729
|
height: 100%;
|
|
3551
3730
|
border-radius: 8px;
|
|
3552
3731
|
border-radius: var(--radius-base);
|
|
3553
|
-
|
|
3554
|
-
|
|
3732
|
+
overflow: hidden;
|
|
3733
|
+
}
|
|
3734
|
+
|
|
3735
|
+
.-lyJkOGbceo-::before,
|
|
3736
|
+
.-lyJkOGbceo-::after {
|
|
3737
|
+
content: "";
|
|
3738
|
+
position: absolute;
|
|
3739
|
+
top: 0;
|
|
3740
|
+
left: 0;
|
|
3741
|
+
width: 100%;
|
|
3742
|
+
height: 100%;
|
|
3743
|
+
}
|
|
3744
|
+
|
|
3745
|
+
.-lyJkOGbceo-::before {
|
|
3555
3746
|
background-color: var(--glimmer-background);
|
|
3747
|
+
opacity: var(--glimmer-background-opacity);
|
|
3748
|
+
}
|
|
3749
|
+
|
|
3750
|
+
.-lyJkOGbceo-::after {
|
|
3556
3751
|
background-image: linear-gradient(
|
|
3557
3752
|
90deg,
|
|
3558
3753
|
transparent 0px,
|
|
3559
|
-
|
|
3560
|
-
transparent 64px
|
|
3561
|
-
);
|
|
3562
|
-
background-image: linear-gradient(
|
|
3563
|
-
90deg,
|
|
3564
|
-
transparent 0px,
|
|
3565
|
-
rgba(255, 255, 255, 80%) 32px,
|
|
3754
|
+
var(--glimmer-shine) 32px,
|
|
3566
3755
|
transparent 64px
|
|
3567
3756
|
);
|
|
3568
3757
|
background-image: linear-gradient(
|
|
@@ -3576,21 +3765,20 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
3576
3765
|
background-size: var(--space-extravagant) 100%;
|
|
3577
3766
|
-webkit-animation: -lyJkOGbceo- 2s infinite linear;
|
|
3578
3767
|
animation: -lyJkOGbceo- 2s infinite linear;
|
|
3579
|
-
}@supports (color: rgb(0 0 0 / 0.5)) and (color: hsl(0 0% 0% / 0.5)) {.-lyJkOGbceo- {
|
|
3580
|
-
--glimmer-background: rgba(var(--color-black--rgb), 5%);
|
|
3581
|
-
}
|
|
3582
3768
|
}
|
|
3583
3769
|
|
|
3770
|
+
[data-theme="dark"] .-lyJkOGbceo-,
|
|
3584
3771
|
.NH-8hViLjFA- {
|
|
3585
|
-
--glimmer-
|
|
3586
|
-
--glimmer-shine-opacity: 25%;
|
|
3772
|
+
--glimmer-shine-opacity: 20%;
|
|
3587
3773
|
}
|
|
3588
3774
|
|
|
3589
|
-
@supports (color: rgb(0 0 0 / 0.5)) and (color: hsl(0 0% 0% / 0.5)) {
|
|
3590
|
-
|
|
3591
3775
|
.NH-8hViLjFA- {
|
|
3592
|
-
--glimmer-background:
|
|
3776
|
+
--glimmer-background: var(--color-surface);
|
|
3593
3777
|
}
|
|
3778
|
+
|
|
3779
|
+
[data-theme="dark"] .NH-8hViLjFA- {
|
|
3780
|
+
--glimmer-shine-opacity: 75%;
|
|
3781
|
+
--glimmer-background-opacity: 7.5%;
|
|
3594
3782
|
}
|
|
3595
3783
|
|
|
3596
3784
|
@-webkit-keyframes -lyJkOGbceo- {
|
|
@@ -4207,6 +4395,55 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
4207
4395
|
max-width: 940px;
|
|
4208
4396
|
}
|
|
4209
4397
|
|
|
4398
|
+
.rJamQZ6fRes- {
|
|
4399
|
+
--content-block-max-width: 100ch;
|
|
4400
|
+
--content-block-gutters: 0;
|
|
4401
|
+
width: 100%;
|
|
4402
|
+
box-sizing: content-box;
|
|
4403
|
+
margin-left: auto;
|
|
4404
|
+
margin-right: auto;
|
|
4405
|
+
max-width: 100ch;
|
|
4406
|
+
max-width: var(--content-block-max-width);
|
|
4407
|
+
}
|
|
4408
|
+
|
|
4409
|
+
.bqjXV8MRO-4- {
|
|
4410
|
+
-webkit-margin-start: 0;
|
|
4411
|
+
margin-left: 0;
|
|
4412
|
+
-webkit-margin-end: auto;
|
|
4413
|
+
margin-right: auto;
|
|
4414
|
+
}
|
|
4415
|
+
|
|
4416
|
+
.sCMxIxKkFe0- {
|
|
4417
|
+
-webkit-margin-end: 0;
|
|
4418
|
+
margin-right: 0;
|
|
4419
|
+
-webkit-margin-start: auto;
|
|
4420
|
+
margin-left: auto;
|
|
4421
|
+
}
|
|
4422
|
+
|
|
4423
|
+
._2pIQVKvVL1I- {
|
|
4424
|
+
margin-left: auto;
|
|
4425
|
+
margin-right: auto;
|
|
4426
|
+
}
|
|
4427
|
+
|
|
4428
|
+
._6dF2no3aTxw- {
|
|
4429
|
+
text-align: center;
|
|
4430
|
+
}
|
|
4431
|
+
|
|
4432
|
+
.bqjXV8MRO-4-._6dF2no3aTxw- {
|
|
4433
|
+
text-align: left;
|
|
4434
|
+
}
|
|
4435
|
+
|
|
4436
|
+
.sCMxIxKkFe0-._6dF2no3aTxw- {
|
|
4437
|
+
text-align: right;
|
|
4438
|
+
}
|
|
4439
|
+
|
|
4440
|
+
._8k8YLsatGag- {
|
|
4441
|
+
-webkit-padding-start: var(--content-block-gutters);
|
|
4442
|
+
padding-left: var(--content-block-gutters);
|
|
4443
|
+
-webkit-padding-end: var(--content-block-gutters);
|
|
4444
|
+
padding-right: var(--content-block-gutters);
|
|
4445
|
+
}
|
|
4446
|
+
|
|
4210
4447
|
.v3oESmhykhE-,
|
|
4211
4448
|
.v3oESmhykhE- * {
|
|
4212
4449
|
box-sizing: border-box;
|
|
@@ -7243,6 +7480,25 @@ progress.w8NAw4ZMB6g-[value]::-webkit-progress-value {
|
|
|
7243
7480
|
--progress-bar--height: 16px;
|
|
7244
7481
|
}
|
|
7245
7482
|
|
|
7483
|
+
.S15iRxwj9UU- {
|
|
7484
|
+
display: -ms-flexbox;
|
|
7485
|
+
display: flex;
|
|
7486
|
+
overflow: hidden;
|
|
7487
|
+
aspect-ratio: var(--public-frame-numerator) / var(--public-frame-denominator);
|
|
7488
|
+
-ms-flex-pack: center;
|
|
7489
|
+
justify-content: center;
|
|
7490
|
+
-ms-flex-align: center;
|
|
7491
|
+
align-items: center;
|
|
7492
|
+
}
|
|
7493
|
+
|
|
7494
|
+
.S15iRxwj9UU- img,
|
|
7495
|
+
.S15iRxwj9UU- video {
|
|
7496
|
+
width: 100%;
|
|
7497
|
+
height: 100%;
|
|
7498
|
+
-o-object-fit: cover;
|
|
7499
|
+
object-fit: cover;
|
|
7500
|
+
}
|
|
7501
|
+
|
|
7246
7502
|
._6UhvrmKZdns-,
|
|
7247
7503
|
.f0hnJ8v-iHE- {
|
|
7248
7504
|
display: -ms-flexbox;
|
|
@@ -8680,6 +8936,75 @@ html.atlantisLightBoxActive {
|
|
|
8680
8936
|
width: 100%;
|
|
8681
8937
|
}
|
|
8682
8938
|
|
|
8939
|
+
.BQqkfvwFjbQ- {
|
|
8940
|
+
display: -ms-flexbox;
|
|
8941
|
+
display: flex;
|
|
8942
|
+
-ms-flex-wrap: wrap;
|
|
8943
|
+
flex-wrap: wrap;
|
|
8944
|
+
gap: var(--public-responsive-switcher-space);
|
|
8945
|
+
}
|
|
8946
|
+
|
|
8947
|
+
.BQqkfvwFjbQ- > * {
|
|
8948
|
+
-ms-flex-positive: 1;
|
|
8949
|
+
flex-grow: 1;
|
|
8950
|
+
-ms-flex-preferred-size: calc((var(--public-responsive-switcher-threshold) - 100%) * 999);
|
|
8951
|
+
flex-basis: calc((var(--public-responsive-switcher-threshold) - 100%) * 999);
|
|
8952
|
+
}
|
|
8953
|
+
|
|
8954
|
+
.BQqkfvwFjbQ-.zpPbVPrtiLc- > :nth-last-child(n + 2),
|
|
8955
|
+
.BQqkfvwFjbQ-.zpPbVPrtiLc- > :nth-last-child(n + 2) ~ * {
|
|
8956
|
+
-ms-flex-preferred-size: 100%;
|
|
8957
|
+
flex-basis: 100%;
|
|
8958
|
+
}
|
|
8959
|
+
|
|
8960
|
+
.BQqkfvwFjbQ-.FC2KY5S6p6E- > :nth-last-child(n + 3),
|
|
8961
|
+
.BQqkfvwFjbQ-.FC2KY5S6p6E- > :nth-last-child(n + 3) ~ * {
|
|
8962
|
+
-ms-flex-preferred-size: 100%;
|
|
8963
|
+
flex-basis: 100%;
|
|
8964
|
+
}
|
|
8965
|
+
|
|
8966
|
+
.BQqkfvwFjbQ-.XJQ0uo0TZ2w- > :nth-last-child(n + 4),
|
|
8967
|
+
.BQqkfvwFjbQ-.XJQ0uo0TZ2w- > :nth-last-child(n + 4) ~ * {
|
|
8968
|
+
-ms-flex-preferred-size: 100%;
|
|
8969
|
+
flex-basis: 100%;
|
|
8970
|
+
}
|
|
8971
|
+
|
|
8972
|
+
.BQqkfvwFjbQ-.QmUWX7VCL0A- > :nth-last-child(n + 5),
|
|
8973
|
+
.BQqkfvwFjbQ-.QmUWX7VCL0A- > :nth-last-child(n + 5) ~ * {
|
|
8974
|
+
-ms-flex-preferred-size: 100%;
|
|
8975
|
+
flex-basis: 100%;
|
|
8976
|
+
}
|
|
8977
|
+
|
|
8978
|
+
.BQqkfvwFjbQ-._0gKXd8nPCKU- > :nth-last-child(n + 6),
|
|
8979
|
+
.BQqkfvwFjbQ-._0gKXd8nPCKU- > :nth-last-child(n + 6) ~ * {
|
|
8980
|
+
-ms-flex-preferred-size: 100%;
|
|
8981
|
+
flex-basis: 100%;
|
|
8982
|
+
}
|
|
8983
|
+
|
|
8984
|
+
.BQqkfvwFjbQ-.DvGgLdlE8Ac- > :nth-last-child(n + 7),
|
|
8985
|
+
.BQqkfvwFjbQ-.DvGgLdlE8Ac- > :nth-last-child(n + 7) ~ * {
|
|
8986
|
+
-ms-flex-preferred-size: 100%;
|
|
8987
|
+
flex-basis: 100%;
|
|
8988
|
+
}
|
|
8989
|
+
|
|
8990
|
+
.BQqkfvwFjbQ-._4PxEtfehh4s- > :nth-last-child(n + 8),
|
|
8991
|
+
.BQqkfvwFjbQ-._4PxEtfehh4s- > :nth-last-child(n + 8) ~ * {
|
|
8992
|
+
-ms-flex-preferred-size: 100%;
|
|
8993
|
+
flex-basis: 100%;
|
|
8994
|
+
}
|
|
8995
|
+
|
|
8996
|
+
.BQqkfvwFjbQ-.DZPW3Q-N5ik- > :nth-last-child(n + 9),
|
|
8997
|
+
.BQqkfvwFjbQ-.DZPW3Q-N5ik- > :nth-last-child(n + 9) ~ * {
|
|
8998
|
+
-ms-flex-preferred-size: 100%;
|
|
8999
|
+
flex-basis: 100%;
|
|
9000
|
+
}
|
|
9001
|
+
|
|
9002
|
+
.BQqkfvwFjbQ-._2BL9H-tmzMk- > :nth-last-child(n + 10),
|
|
9003
|
+
.BQqkfvwFjbQ-._2BL9H-tmzMk- > :nth-last-child(n + 10) ~ * {
|
|
9004
|
+
-ms-flex-preferred-size: 100%;
|
|
9005
|
+
flex-basis: 100%;
|
|
9006
|
+
}
|
|
9007
|
+
|
|
8683
9008
|
.FDDKTZkTdfM- {
|
|
8684
9009
|
--segmentedControl--size: 40px;
|
|
8685
9010
|
|
|
@@ -9011,6 +9336,163 @@ html.atlantisLightBoxActive {
|
|
|
9011
9336
|
transform: translateX(0);
|
|
9012
9337
|
}
|
|
9013
9338
|
|
|
9339
|
+
.Hx--3IsyLgs- {
|
|
9340
|
+
display: -ms-flexbox;
|
|
9341
|
+
display: flex;
|
|
9342
|
+
-ms-flex-wrap: wrap;
|
|
9343
|
+
flex-wrap: wrap;
|
|
9344
|
+
gap: var(--public-sidekick-space);
|
|
9345
|
+
width: var(--public-sidekick-width);
|
|
9346
|
+
}
|
|
9347
|
+
|
|
9348
|
+
.bevb052oaa4- > :first-child {
|
|
9349
|
+
-ms-flex-positive: 1;
|
|
9350
|
+
flex-grow: 1;
|
|
9351
|
+
}
|
|
9352
|
+
|
|
9353
|
+
.v17EfPAcJZI- > :first-child {
|
|
9354
|
+
-ms-flex-preferred-size: var(--public-sidekick-min-width);
|
|
9355
|
+
flex-basis: var(--public-sidekick-min-width);
|
|
9356
|
+
}
|
|
9357
|
+
|
|
9358
|
+
.bevb052oaa4- > :last-child {
|
|
9359
|
+
-ms-flex-preferred-size: 0;
|
|
9360
|
+
flex-basis: 0;
|
|
9361
|
+
-ms-flex-positive: 999;
|
|
9362
|
+
flex-grow: 999;
|
|
9363
|
+
min-width: var(--public-sidekick-side-width);
|
|
9364
|
+
}
|
|
9365
|
+
|
|
9366
|
+
._3hUKFPIws6o- > :last-child {
|
|
9367
|
+
-ms-flex-preferred-size: var(--public-sidekick-min-width);
|
|
9368
|
+
flex-basis: var(--public-sidekick-min-width);
|
|
9369
|
+
}
|
|
9370
|
+
|
|
9371
|
+
._22dEgb17I90- > :first-child {
|
|
9372
|
+
-ms-flex-preferred-size: 0;
|
|
9373
|
+
flex-basis: 0;
|
|
9374
|
+
-ms-flex-positive: 999;
|
|
9375
|
+
flex-grow: 999;
|
|
9376
|
+
min-width: var(--public-sidekick-side-width);
|
|
9377
|
+
}
|
|
9378
|
+
|
|
9379
|
+
._22dEgb17I90- > :last-child {
|
|
9380
|
+
-ms-flex-positive: 1;
|
|
9381
|
+
flex-grow: 1;
|
|
9382
|
+
}
|
|
9383
|
+
|
|
9384
|
+
._3yK4CuMFyqw-,
|
|
9385
|
+
.lY-7fyPMF6Y-,
|
|
9386
|
+
.Ti0avsNfvTw-,
|
|
9387
|
+
._9dXm70WomU8- {
|
|
9388
|
+
-ms-flex-direction: column;
|
|
9389
|
+
flex-direction: column;
|
|
9390
|
+
}
|
|
9391
|
+
|
|
9392
|
+
._3yK4CuMFyqw- > *,
|
|
9393
|
+
.lY-7fyPMF6Y- > *,
|
|
9394
|
+
.Ti0avsNfvTw- > *,
|
|
9395
|
+
._9dXm70WomU8- > * {
|
|
9396
|
+
width: 100%;
|
|
9397
|
+
}
|
|
9398
|
+
|
|
9399
|
+
@media (min-width: 490px) {
|
|
9400
|
+
._3yK4CuMFyqw- {
|
|
9401
|
+
-ms-flex-direction: row;
|
|
9402
|
+
flex-direction: row;
|
|
9403
|
+
}
|
|
9404
|
+
|
|
9405
|
+
._3yK4CuMFyqw- > * {
|
|
9406
|
+
width: auto;
|
|
9407
|
+
}
|
|
9408
|
+
}
|
|
9409
|
+
|
|
9410
|
+
@media (--small-screens-and-up) {
|
|
9411
|
+
._3yK4CuMFyqw- {
|
|
9412
|
+
-ms-flex-direction: row;
|
|
9413
|
+
flex-direction: row;
|
|
9414
|
+
}
|
|
9415
|
+
|
|
9416
|
+
._3yK4CuMFyqw- > * {
|
|
9417
|
+
width: auto;
|
|
9418
|
+
}
|
|
9419
|
+
}
|
|
9420
|
+
|
|
9421
|
+
@media (min-width: 768px) {
|
|
9422
|
+
.lY-7fyPMF6Y- {
|
|
9423
|
+
-ms-flex-direction: row;
|
|
9424
|
+
flex-direction: row;
|
|
9425
|
+
}
|
|
9426
|
+
|
|
9427
|
+
.lY-7fyPMF6Y- > * {
|
|
9428
|
+
width: auto;
|
|
9429
|
+
}
|
|
9430
|
+
}
|
|
9431
|
+
|
|
9432
|
+
@media (--medium-screens-and-up) {
|
|
9433
|
+
.lY-7fyPMF6Y- {
|
|
9434
|
+
-ms-flex-direction: row;
|
|
9435
|
+
flex-direction: row;
|
|
9436
|
+
}
|
|
9437
|
+
|
|
9438
|
+
.lY-7fyPMF6Y- > * {
|
|
9439
|
+
width: auto;
|
|
9440
|
+
}
|
|
9441
|
+
}
|
|
9442
|
+
|
|
9443
|
+
@media (min-width: 1080px) {
|
|
9444
|
+
.Ti0avsNfvTw- {
|
|
9445
|
+
-ms-flex-direction: row;
|
|
9446
|
+
flex-direction: row;
|
|
9447
|
+
}
|
|
9448
|
+
|
|
9449
|
+
.Ti0avsNfvTw- > * {
|
|
9450
|
+
width: auto;
|
|
9451
|
+
}
|
|
9452
|
+
}
|
|
9453
|
+
|
|
9454
|
+
@media (--large-screens-and-up) {
|
|
9455
|
+
.Ti0avsNfvTw- {
|
|
9456
|
+
-ms-flex-direction: row;
|
|
9457
|
+
flex-direction: row;
|
|
9458
|
+
}
|
|
9459
|
+
|
|
9460
|
+
.Ti0avsNfvTw- > * {
|
|
9461
|
+
width: auto;
|
|
9462
|
+
}
|
|
9463
|
+
}
|
|
9464
|
+
|
|
9465
|
+
@media (min-width: 1440px) {
|
|
9466
|
+
._9dXm70WomU8- {
|
|
9467
|
+
-ms-flex-direction: row;
|
|
9468
|
+
flex-direction: row;
|
|
9469
|
+
}
|
|
9470
|
+
|
|
9471
|
+
._9dXm70WomU8- > * {
|
|
9472
|
+
width: auto;
|
|
9473
|
+
}
|
|
9474
|
+
}
|
|
9475
|
+
|
|
9476
|
+
@media (--extra-large-screens-and-up) {
|
|
9477
|
+
._9dXm70WomU8- {
|
|
9478
|
+
-ms-flex-direction: row;
|
|
9479
|
+
flex-direction: row;
|
|
9480
|
+
}
|
|
9481
|
+
|
|
9482
|
+
._9dXm70WomU8- > * {
|
|
9483
|
+
width: auto;
|
|
9484
|
+
}
|
|
9485
|
+
}
|
|
9486
|
+
|
|
9487
|
+
.Hx--3IsyLgs-.dN25lKXiqB0- {
|
|
9488
|
+
-ms-flex-direction: column;
|
|
9489
|
+
flex-direction: column;
|
|
9490
|
+
}
|
|
9491
|
+
|
|
9492
|
+
.Hx--3IsyLgs-.dN25lKXiqB0- > * {
|
|
9493
|
+
width: 100%;
|
|
9494
|
+
}
|
|
9495
|
+
|
|
9014
9496
|
.WiSIdMrztSU- {
|
|
9015
9497
|
--statusLabel-icon-diameter: 8px;
|
|
9016
9498
|
|
|
@@ -9090,6 +9572,138 @@ html.atlantisLightBoxActive {
|
|
|
9090
9572
|
padding-top: 0.125rem;
|
|
9091
9573
|
}
|
|
9092
9574
|
|
|
9575
|
+
._7bHFxCX3jv4- {
|
|
9576
|
+
display: -ms-flexbox;
|
|
9577
|
+
display: flex;
|
|
9578
|
+
-ms-flex-direction: column;
|
|
9579
|
+
flex-direction: column;
|
|
9580
|
+
-ms-flex-pack: start;
|
|
9581
|
+
justify-content: flex-start;
|
|
9582
|
+
width: var(--public-stack-width);
|
|
9583
|
+
}
|
|
9584
|
+
|
|
9585
|
+
.MoTsKGfy3zs- {
|
|
9586
|
+
-ms-flex-align: start;
|
|
9587
|
+
align-items: flex-start;
|
|
9588
|
+
}
|
|
9589
|
+
|
|
9590
|
+
.oXb2OHKGH4k- {
|
|
9591
|
+
-ms-flex-align: center;
|
|
9592
|
+
align-items: center;
|
|
9593
|
+
}
|
|
9594
|
+
|
|
9595
|
+
.Clyb5sed46w- {
|
|
9596
|
+
-ms-flex-align: end;
|
|
9597
|
+
align-items: flex-end;
|
|
9598
|
+
}
|
|
9599
|
+
|
|
9600
|
+
._7bHFxCX3jv4-._8ttf1JCju08- > * {
|
|
9601
|
+
margin-top: 0;
|
|
9602
|
+
margin-bottom: 0;
|
|
9603
|
+
}
|
|
9604
|
+
|
|
9605
|
+
._7bHFxCX3jv4-.nzG883u-wZc- * {
|
|
9606
|
+
margin-top: 0;
|
|
9607
|
+
margin-bottom: 0;
|
|
9608
|
+
}
|
|
9609
|
+
|
|
9610
|
+
._7bHFxCX3jv4-.nzG883u-wZc- * + * {
|
|
9611
|
+
-webkit-margin-before: var(--public-stack-space);
|
|
9612
|
+
margin-top: var(--public-stack-space);
|
|
9613
|
+
}
|
|
9614
|
+
|
|
9615
|
+
._7bHFxCX3jv4-._8ttf1JCju08- > * + * {
|
|
9616
|
+
-webkit-margin-before: var(--public-stack-space);
|
|
9617
|
+
margin-top: var(--public-stack-space);
|
|
9618
|
+
}
|
|
9619
|
+
|
|
9620
|
+
._7bHFxCX3jv4-:only-child {
|
|
9621
|
+
height: 100%;
|
|
9622
|
+
}
|
|
9623
|
+
|
|
9624
|
+
/**
|
|
9625
|
+
|
|
9626
|
+
Split After Block.
|
|
9627
|
+
|
|
9628
|
+
If there is a way to loop in the future of use a css custom property, we can use that instead of the nth-child duplication method.
|
|
9629
|
+
|
|
9630
|
+
**/
|
|
9631
|
+
|
|
9632
|
+
._7bHFxCX3jv4-.Y-Mt8C2tNsI- > :nth-child(1) {
|
|
9633
|
+
-webkit-margin-after: auto;
|
|
9634
|
+
margin-bottom: auto;
|
|
9635
|
+
}
|
|
9636
|
+
|
|
9637
|
+
._7bHFxCX3jv4-.atxW7JGTiYI- > :nth-child(2) {
|
|
9638
|
+
-webkit-margin-after: auto;
|
|
9639
|
+
margin-bottom: auto;
|
|
9640
|
+
}
|
|
9641
|
+
|
|
9642
|
+
._7bHFxCX3jv4-.QuY15WlcoVo- > :nth-child(3) {
|
|
9643
|
+
-webkit-margin-after: auto;
|
|
9644
|
+
margin-bottom: auto;
|
|
9645
|
+
}
|
|
9646
|
+
|
|
9647
|
+
._7bHFxCX3jv4-.Vb-dwL9R1oQ- > :nth-child(4) {
|
|
9648
|
+
-webkit-margin-after: auto;
|
|
9649
|
+
margin-bottom: auto;
|
|
9650
|
+
}
|
|
9651
|
+
|
|
9652
|
+
._7bHFxCX3jv4-.IjFGwSc9hoQ- > :nth-child(5) {
|
|
9653
|
+
-webkit-margin-after: auto;
|
|
9654
|
+
margin-bottom: auto;
|
|
9655
|
+
}
|
|
9656
|
+
|
|
9657
|
+
._7bHFxCX3jv4-.xUe57aXJOOk- > :nth-child(6) {
|
|
9658
|
+
-webkit-margin-after: auto;
|
|
9659
|
+
margin-bottom: auto;
|
|
9660
|
+
}
|
|
9661
|
+
|
|
9662
|
+
._7bHFxCX3jv4-.pSWCwyHJBsk- > :nth-child(7) {
|
|
9663
|
+
-webkit-margin-after: auto;
|
|
9664
|
+
margin-bottom: auto;
|
|
9665
|
+
}
|
|
9666
|
+
|
|
9667
|
+
._7bHFxCX3jv4-.GAlopfCh8a8- > :nth-child(8) {
|
|
9668
|
+
-webkit-margin-after: auto;
|
|
9669
|
+
margin-bottom: auto;
|
|
9670
|
+
}
|
|
9671
|
+
|
|
9672
|
+
._7bHFxCX3jv4-.WMC8WPjJ8TA- > :nth-child(9) {
|
|
9673
|
+
-webkit-margin-after: auto;
|
|
9674
|
+
margin-bottom: auto;
|
|
9675
|
+
}
|
|
9676
|
+
|
|
9677
|
+
._7bHFxCX3jv4-.PxqAnvgqC24- > :nth-child(10) {
|
|
9678
|
+
-webkit-margin-after: auto;
|
|
9679
|
+
margin-bottom: auto;
|
|
9680
|
+
}
|
|
9681
|
+
|
|
9682
|
+
._7bHFxCX3jv4-.fEFj-rRg7pw- > :nth-child(11) {
|
|
9683
|
+
-webkit-margin-after: auto;
|
|
9684
|
+
margin-bottom: auto;
|
|
9685
|
+
}
|
|
9686
|
+
|
|
9687
|
+
._7bHFxCX3jv4-.eN-ykUdJrAU- > :nth-child(12) {
|
|
9688
|
+
-webkit-margin-after: auto;
|
|
9689
|
+
margin-bottom: auto;
|
|
9690
|
+
}
|
|
9691
|
+
|
|
9692
|
+
._7bHFxCX3jv4-.Jic7p-x-iKg- > :nth-child(13) {
|
|
9693
|
+
-webkit-margin-after: auto;
|
|
9694
|
+
margin-bottom: auto;
|
|
9695
|
+
}
|
|
9696
|
+
|
|
9697
|
+
._7bHFxCX3jv4-.PaC-tFnXMh8- > :nth-child(14) {
|
|
9698
|
+
-webkit-margin-after: auto;
|
|
9699
|
+
margin-bottom: auto;
|
|
9700
|
+
}
|
|
9701
|
+
|
|
9702
|
+
._7bHFxCX3jv4-.isuG1fzSWMs- > :nth-child(15) {
|
|
9703
|
+
-webkit-margin-after: auto;
|
|
9704
|
+
margin-bottom: auto;
|
|
9705
|
+
}
|
|
9706
|
+
|
|
9093
9707
|
._7PagpWEko2U- {
|
|
9094
9708
|
--border-color: var(--color-border);
|
|
9095
9709
|
--header-border-color: var(--color-border--section);
|
|
@@ -9291,6 +9905,21 @@ ul.LfIIg9bwrhQ- {
|
|
|
9291
9905
|
padding-right: var(--public-tab--inset);
|
|
9292
9906
|
}
|
|
9293
9907
|
|
|
9908
|
+
.jC1GzRIJp74- {
|
|
9909
|
+
display: grid;
|
|
9910
|
+
grid-gap: var(--public-tile-space);
|
|
9911
|
+
width: var(--public-tiles-width);
|
|
9912
|
+
}
|
|
9913
|
+
|
|
9914
|
+
@supports (width: min(var(--public-tile-min-size), 100%)) {
|
|
9915
|
+
.jC1GzRIJp74- {
|
|
9916
|
+
grid-template-columns: repeat(
|
|
9917
|
+
auto-fill,
|
|
9918
|
+
minmax(min(var(--public-tile-min-size), 100%), 1fr)
|
|
9919
|
+
);
|
|
9920
|
+
}
|
|
9921
|
+
}
|
|
9922
|
+
|
|
9294
9923
|
._0Tvq24WjeX8- {
|
|
9295
9924
|
position: relative;
|
|
9296
9925
|
z-index: 1003;
|