hds-web 1.9.6 → 1.9.7
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/index.css +1 -1
- package/dist/index.es.css +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/HDS/components/Carousels/homeCarousel.js +1 -1
- package/src/styles/tailwind.css +26 -36
package/package.json
CHANGED
@@ -364,7 +364,7 @@ export default function HomePageCarousePrimary(props) {
|
|
364
364
|
>
|
365
365
|
<div className="w-screen flex justify-center">
|
366
366
|
<div className="absolute z-30">
|
367
|
-
<div className={`snap-x w-[643px] h-[800px] items-center z-10 inline-flex select-none overflow-x-hidden scrollbar-hide`}
|
367
|
+
<div className={`snap-x w-[643px] h-[800px] items-center z-10 inline-flex select-none overflow-x-hidden bg-neutral-100 scrollbar-hide`}
|
368
368
|
ref={carouselRef}
|
369
369
|
>
|
370
370
|
{video_props.map((item, i) => (
|
package/src/styles/tailwind.css
CHANGED
@@ -913,8 +913,8 @@ select{
|
|
913
913
|
left: 17.6%;
|
914
914
|
}
|
915
915
|
|
916
|
-
.left-\[
|
917
|
-
left:
|
916
|
+
.left-\[375px\]{
|
917
|
+
left: 375px;
|
918
918
|
}
|
919
919
|
|
920
920
|
.left-\[45\%\]{
|
@@ -961,22 +961,14 @@ select{
|
|
961
961
|
top: 2rem;
|
962
962
|
}
|
963
963
|
|
964
|
-
.top-\[451px\]{
|
965
|
-
top: 451px;
|
966
|
-
}
|
967
|
-
|
968
|
-
.top-\[8px\]{
|
969
|
-
top: 8px;
|
970
|
-
}
|
971
|
-
|
972
|
-
.left-\[375px\]{
|
973
|
-
left: 375px;
|
974
|
-
}
|
975
|
-
|
976
964
|
.top-\[24px\]{
|
977
965
|
top: 24px;
|
978
966
|
}
|
979
967
|
|
968
|
+
.top-\[451px\]{
|
969
|
+
top: 451px;
|
970
|
+
}
|
971
|
+
|
980
972
|
.isolate{
|
981
973
|
isolation: isolate;
|
982
974
|
}
|
@@ -1662,10 +1654,6 @@ select{
|
|
1662
1654
|
width: 112px;
|
1663
1655
|
}
|
1664
1656
|
|
1665
|
-
.w-\[1279px\]{
|
1666
|
-
width: 1279px;
|
1667
|
-
}
|
1668
|
-
|
1669
1657
|
.w-\[147px\]{
|
1670
1658
|
width: 147px;
|
1671
1659
|
}
|
@@ -2227,10 +2215,6 @@ select{
|
|
2227
2215
|
gap: 14rem;
|
2228
2216
|
}
|
2229
2217
|
|
2230
|
-
.gap-\[160px\]{
|
2231
|
-
gap: 160px;
|
2232
|
-
}
|
2233
|
-
|
2234
2218
|
.gap-\[25rem\]{
|
2235
2219
|
gap: 25rem;
|
2236
2220
|
}
|
@@ -3281,6 +3265,10 @@ select{
|
|
3281
3265
|
background-color: rgb(255 255 255 / 0.2);
|
3282
3266
|
}
|
3283
3267
|
|
3268
|
+
.bg-neutral-0\/40{
|
3269
|
+
background-color: rgb(255 255 255 / 0.4);
|
3270
|
+
}
|
3271
|
+
|
3284
3272
|
.bg-neutral-100{
|
3285
3273
|
--tw-bg-opacity: 1;
|
3286
3274
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
@@ -3566,26 +3554,14 @@ select{
|
|
3566
3554
|
background-color: rgb(133 77 24 / var(--tw-bg-opacity));
|
3567
3555
|
}
|
3568
3556
|
|
3569
|
-
.bg
|
3570
|
-
|
3571
|
-
}
|
3572
|
-
|
3573
|
-
.bg-\[rgba_0_0_0_0_\.2\]{
|
3574
|
-
background-color: rgba 0 0 0 0 .2;
|
3575
|
-
}
|
3576
|
-
|
3577
|
-
.bg-neutral-0\/40{
|
3578
|
-
background-color: rgb(255 255 255 / 0.4);
|
3557
|
+
.bg-opacity-20{
|
3558
|
+
--tw-bg-opacity: 0.2;
|
3579
3559
|
}
|
3580
3560
|
|
3581
3561
|
.bg-opacity-30{
|
3582
3562
|
--tw-bg-opacity: 0.3;
|
3583
3563
|
}
|
3584
3564
|
|
3585
|
-
.bg-opacity-20{
|
3586
|
-
--tw-bg-opacity: 0.2;
|
3587
|
-
}
|
3588
|
-
|
3589
3565
|
.bg-gradient-to-b{
|
3590
3566
|
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
|
3591
3567
|
}
|
@@ -10555,6 +10531,10 @@ select{
|
|
10555
10531
|
max-width: 658px;
|
10556
10532
|
}
|
10557
10533
|
|
10534
|
+
.tb-l\:max-w-\[980px\]{
|
10535
|
+
max-width: 980px;
|
10536
|
+
}
|
10537
|
+
|
10558
10538
|
.tb-l\:flex-1{
|
10559
10539
|
flex: 1 1 0%;
|
10560
10540
|
}
|
@@ -11249,6 +11229,16 @@ select{
|
|
11249
11229
|
}
|
11250
11230
|
}
|
11251
11231
|
|
11232
|
+
@media (min-width: 1300px){
|
11233
|
+
.min-\[1300px\]\:max-w-7xl{
|
11234
|
+
max-width: 80rem;
|
11235
|
+
}
|
11236
|
+
|
11237
|
+
.min-\[1300px\]\:gap-\[160px\]{
|
11238
|
+
gap: 160px;
|
11239
|
+
}
|
11240
|
+
}
|
11241
|
+
|
11252
11242
|
@media (min-width: 1880px){
|
11253
11243
|
.min-\[1880px\]\:gap-x-72{
|
11254
11244
|
-webkit-column-gap: 18rem;
|