hds-web 1.16.4 → 1.16.6
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 +2 -2
- package/dist/index.es.css +2 -2
- package/dist/index.es.js +5 -5
- package/dist/index.js +3 -3
- package/package.json +1 -1
- package/src/HDS/assets/icons/queries.svg +1 -1
- package/src/HDS/assets/icons/x-close.svg +1 -1
- package/src/HDS/components/Cards/Dropdown/v3Dropdown.js +2 -2
- package/src/HDS/components/Headers/v3Header.js +412 -974
- package/src/styles/tailwind.css +57 -88
package/src/styles/tailwind.css
CHANGED
@@ -889,14 +889,6 @@ select{
|
|
889
889
|
left: -137px;
|
890
890
|
}
|
891
891
|
|
892
|
-
.-left-\[218px\]{
|
893
|
-
left: -218px;
|
894
|
-
}
|
895
|
-
|
896
|
-
.-left-\[50px\]{
|
897
|
-
left: -50px;
|
898
|
-
}
|
899
|
-
|
900
892
|
.-left-\[60\%\]{
|
901
893
|
left: -60%;
|
902
894
|
}
|
@@ -949,18 +941,10 @@ select{
|
|
949
941
|
left: 1rem;
|
950
942
|
}
|
951
943
|
|
952
|
-
.left-6{
|
953
|
-
left: 1.5rem;
|
954
|
-
}
|
955
|
-
|
956
944
|
.left-\[0px\]{
|
957
945
|
left: 0px;
|
958
946
|
}
|
959
947
|
|
960
|
-
.left-\[108px\]{
|
961
|
-
left: 108px;
|
962
|
-
}
|
963
|
-
|
964
948
|
.left-\[160\%\]{
|
965
949
|
left: 160%;
|
966
950
|
}
|
@@ -969,10 +953,6 @@ select{
|
|
969
953
|
left: 17.6%;
|
970
954
|
}
|
971
955
|
|
972
|
-
.left-\[200px\]{
|
973
|
-
left: 200px;
|
974
|
-
}
|
975
|
-
|
976
956
|
.left-\[45\%\]{
|
977
957
|
left: 45%;
|
978
958
|
}
|
@@ -1029,10 +1009,6 @@ select{
|
|
1029
1009
|
top: 1.25rem;
|
1030
1010
|
}
|
1031
1011
|
|
1032
|
-
.top-8{
|
1033
|
-
top: 2rem;
|
1034
|
-
}
|
1035
|
-
|
1036
1012
|
.top-\[112px\]{
|
1037
1013
|
top: 112px;
|
1038
1014
|
}
|
@@ -1053,6 +1029,14 @@ select{
|
|
1053
1029
|
top: 96px;
|
1054
1030
|
}
|
1055
1031
|
|
1032
|
+
.-left-\[218px\]{
|
1033
|
+
left: -218px;
|
1034
|
+
}
|
1035
|
+
|
1036
|
+
.-left-\[50px\]{
|
1037
|
+
left: -50px;
|
1038
|
+
}
|
1039
|
+
|
1056
1040
|
.isolate{
|
1057
1041
|
isolation: isolate;
|
1058
1042
|
}
|
@@ -1252,10 +1236,6 @@ select{
|
|
1252
1236
|
margin-bottom: 1.5rem;
|
1253
1237
|
}
|
1254
1238
|
|
1255
|
-
.-mb-2{
|
1256
|
-
margin-bottom: -0.5rem;
|
1257
|
-
}
|
1258
|
-
|
1259
1239
|
.-mb-\[112\%\]{
|
1260
1240
|
margin-bottom: -112%;
|
1261
1241
|
}
|
@@ -1288,10 +1268,6 @@ select{
|
|
1288
1268
|
margin-left: -1rem;
|
1289
1269
|
}
|
1290
1270
|
|
1291
|
-
.-ml-9{
|
1292
|
-
margin-left: -2.25rem;
|
1293
|
-
}
|
1294
|
-
|
1295
1271
|
.-ml-px{
|
1296
1272
|
margin-left: -1px;
|
1297
1273
|
}
|
@@ -1416,14 +1392,18 @@ select{
|
|
1416
1392
|
margin-right: 2rem;
|
1417
1393
|
}
|
1418
1394
|
|
1419
|
-
.mr-\[
|
1420
|
-
margin-right:
|
1395
|
+
.mr-\[16px\]{
|
1396
|
+
margin-right: 16px;
|
1421
1397
|
}
|
1422
1398
|
|
1423
1399
|
.mr-\[30px\]{
|
1424
1400
|
margin-right: 30px;
|
1425
1401
|
}
|
1426
1402
|
|
1403
|
+
.mr-\[50px\]{
|
1404
|
+
margin-right: 50px;
|
1405
|
+
}
|
1406
|
+
|
1427
1407
|
.mt-0{
|
1428
1408
|
margin-top: 0px;
|
1429
1409
|
}
|
@@ -1452,10 +1432,6 @@ select{
|
|
1452
1432
|
margin-top: 0.5rem;
|
1453
1433
|
}
|
1454
1434
|
|
1455
|
-
.mt-20{
|
1456
|
-
margin-top: 5rem;
|
1457
|
-
}
|
1458
|
-
|
1459
1435
|
.mt-3{
|
1460
1436
|
margin-top: 0.75rem;
|
1461
1437
|
}
|
@@ -1488,20 +1464,8 @@ select{
|
|
1488
1464
|
margin-top: 70px;
|
1489
1465
|
}
|
1490
1466
|
|
1491
|
-
.mr
|
1492
|
-
margin-right:
|
1493
|
-
}
|
1494
|
-
|
1495
|
-
.mr-12{
|
1496
|
-
margin-right: 3rem;
|
1497
|
-
}
|
1498
|
-
|
1499
|
-
.mr-6{
|
1500
|
-
margin-right: 1.5rem;
|
1501
|
-
}
|
1502
|
-
|
1503
|
-
.mr-\[50px\]{
|
1504
|
-
margin-right: 50px;
|
1467
|
+
.mr-\[34px\]{
|
1468
|
+
margin-right: 34px;
|
1505
1469
|
}
|
1506
1470
|
|
1507
1471
|
.line-clamp-3{
|
@@ -1683,10 +1647,6 @@ select{
|
|
1683
1647
|
height: 90px;
|
1684
1648
|
}
|
1685
1649
|
|
1686
|
-
.h-\[calc\(100\%-112px\)\]{
|
1687
|
-
height: calc(100% - 112px);
|
1688
|
-
}
|
1689
|
-
|
1690
1650
|
.h-\[calc\(100\%-1px\)\]{
|
1691
1651
|
height: calc(100% - 1px);
|
1692
1652
|
}
|
@@ -1751,6 +1711,10 @@ select{
|
|
1751
1711
|
min-height: 64px;
|
1752
1712
|
}
|
1753
1713
|
|
1714
|
+
.\!w-full{
|
1715
|
+
width: 100% !important;
|
1716
|
+
}
|
1717
|
+
|
1754
1718
|
.w-1\/2{
|
1755
1719
|
width: 50%;
|
1756
1720
|
}
|
@@ -2015,6 +1979,10 @@ select{
|
|
2015
1979
|
max-width: 22rem;
|
2016
1980
|
}
|
2017
1981
|
|
1982
|
+
.max-w-\[242px\]{
|
1983
|
+
max-width: 242px;
|
1984
|
+
}
|
1985
|
+
|
2018
1986
|
.max-w-\[29\.18rem\]{
|
2019
1987
|
max-width: 29.18rem;
|
2020
1988
|
}
|
@@ -2085,10 +2053,6 @@ select{
|
|
2085
2053
|
max-width: min-content;
|
2086
2054
|
}
|
2087
2055
|
|
2088
|
-
.max-w-\[242px\]{
|
2089
|
-
max-width: 242px;
|
2090
|
-
}
|
2091
|
-
|
2092
2056
|
.flex-1{
|
2093
2057
|
flex: 1 1 0%;
|
2094
2058
|
}
|
@@ -2121,11 +2085,6 @@ select{
|
|
2121
2085
|
table-layout: fixed;
|
2122
2086
|
}
|
2123
2087
|
|
2124
|
-
.origin-top-right{
|
2125
|
-
-webkit-transform-origin: top right;
|
2126
|
-
transform-origin: top right;
|
2127
|
-
}
|
2128
|
-
|
2129
2088
|
.-translate-x-1\/2{
|
2130
2089
|
--tw-translate-x: -50%;
|
2131
2090
|
-webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
@@ -2596,6 +2555,10 @@ select{
|
|
2596
2555
|
overflow-x: scroll;
|
2597
2556
|
}
|
2598
2557
|
|
2558
|
+
.overflow-y-scroll{
|
2559
|
+
overflow-y: scroll;
|
2560
|
+
}
|
2561
|
+
|
2599
2562
|
.whitespace-nowrap{
|
2600
2563
|
white-space: nowrap;
|
2601
2564
|
}
|
@@ -5243,10 +5206,6 @@ select{
|
|
5243
5206
|
--tw-gradient-to: #854D18 var(--tw-gradient-to-position);
|
5244
5207
|
}
|
5245
5208
|
|
5246
|
-
.fill-neutral-150{
|
5247
|
-
fill: #ECEDF0;
|
5248
|
-
}
|
5249
|
-
|
5250
5209
|
.stroke-amber-100{
|
5251
5210
|
stroke: #FFF3D4;
|
5252
5211
|
}
|
@@ -5994,10 +5953,6 @@ select{
|
|
5994
5953
|
padding-right: 10px;
|
5995
5954
|
}
|
5996
5955
|
|
5997
|
-
.pr-\[34px\]{
|
5998
|
-
padding-right: 34px;
|
5999
|
-
}
|
6000
|
-
|
6001
5956
|
.pt-0{
|
6002
5957
|
padding-top: 0px;
|
6003
5958
|
}
|
@@ -6042,10 +5997,6 @@ select{
|
|
6042
5997
|
padding-top: 2rem;
|
6043
5998
|
}
|
6044
5999
|
|
6045
|
-
.pt-9{
|
6046
|
-
padding-top: 2.25rem;
|
6047
|
-
}
|
6048
|
-
|
6049
6000
|
.pt-\[72px\]{
|
6050
6001
|
padding-top: 72px;
|
6051
6002
|
}
|
@@ -6905,12 +6856,6 @@ select{
|
|
6905
6856
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
6906
6857
|
}
|
6907
6858
|
|
6908
|
-
.shadow-home-drop{
|
6909
|
-
--tw-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.16);
|
6910
|
-
--tw-shadow-colored: 0px 10px 30px 0px var(--tw-shadow-color);
|
6911
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
6912
|
-
}
|
6913
|
-
|
6914
6859
|
.shadow-inner{
|
6915
6860
|
--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
|
6916
6861
|
--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
|
@@ -9745,6 +9690,10 @@ select{
|
|
9745
9690
|
margin-left: 0px;
|
9746
9691
|
}
|
9747
9692
|
|
9693
|
+
.tb\:mr-4{
|
9694
|
+
margin-right: 1rem;
|
9695
|
+
}
|
9696
|
+
|
9748
9697
|
.tb\:mt-0{
|
9749
9698
|
margin-top: 0px;
|
9750
9699
|
}
|
@@ -9769,6 +9718,10 @@ select{
|
|
9769
9718
|
margin-top: -4px;
|
9770
9719
|
}
|
9771
9720
|
|
9721
|
+
.tb\:mr-\[16px\]{
|
9722
|
+
margin-right: 16px;
|
9723
|
+
}
|
9724
|
+
|
9772
9725
|
.tb\:block{
|
9773
9726
|
display: block;
|
9774
9727
|
}
|
@@ -10022,11 +9975,6 @@ select{
|
|
10022
9975
|
background-color: rgb(14 165 120 / var(--tw-bg-opacity));
|
10023
9976
|
}
|
10024
9977
|
|
10025
|
-
.tb\:bg-neutral-150{
|
10026
|
-
--tw-bg-opacity: 1;
|
10027
|
-
background-color: rgb(236 237 240 / var(--tw-bg-opacity));
|
10028
|
-
}
|
10029
|
-
|
10030
9978
|
.tb\:bg-pink-500{
|
10031
9979
|
--tw-bg-opacity: 1;
|
10032
9980
|
background-color: rgb(225 58 124 / var(--tw-bg-opacity));
|
@@ -10103,6 +10051,10 @@ select{
|
|
10103
10051
|
padding-right: 0px;
|
10104
10052
|
}
|
10105
10053
|
|
10054
|
+
.tb\:pr-4{
|
10055
|
+
padding-right: 1rem;
|
10056
|
+
}
|
10057
|
+
|
10106
10058
|
.tb\:pt-0{
|
10107
10059
|
padding-top: 0px;
|
10108
10060
|
}
|
@@ -10590,6 +10542,14 @@ select{
|
|
10590
10542
|
margin-top: 0px;
|
10591
10543
|
}
|
10592
10544
|
|
10545
|
+
.tb-l\:mr-\[34px\]{
|
10546
|
+
margin-right: 34px;
|
10547
|
+
}
|
10548
|
+
|
10549
|
+
.tb-l\:mr-\[16px\]{
|
10550
|
+
margin-right: 16px;
|
10551
|
+
}
|
10552
|
+
|
10593
10553
|
.tb-l\:block{
|
10594
10554
|
display: block;
|
10595
10555
|
}
|
@@ -10688,6 +10648,10 @@ select{
|
|
10688
10648
|
gap: 0px;
|
10689
10649
|
}
|
10690
10650
|
|
10651
|
+
.tb-l\:gap-2{
|
10652
|
+
gap: 0.5rem;
|
10653
|
+
}
|
10654
|
+
|
10691
10655
|
.tb-l\:gap-20{
|
10692
10656
|
gap: 5rem;
|
10693
10657
|
}
|
@@ -10740,6 +10704,11 @@ select{
|
|
10740
10704
|
border-right-color: rgb(229 231 235 / var(--tw-border-opacity));
|
10741
10705
|
}
|
10742
10706
|
|
10707
|
+
.tb-l\:bg-neutral-150{
|
10708
|
+
--tw-bg-opacity: 1;
|
10709
|
+
background-color: rgb(236 237 240 / var(--tw-bg-opacity));
|
10710
|
+
}
|
10711
|
+
|
10743
10712
|
.tb-l\:bg-gradient-to-r{
|
10744
10713
|
background-image: linear-gradient(to right, var(--tw-gradient-stops));
|
10745
10714
|
}
|