hds-web 1.5.4 → 1.5.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.
@@ -1145,6 +1145,10 @@ select {
1145
1145
  margin-bottom: 2.5rem;
1146
1146
  }
1147
1147
 
1148
+ .mb-16 {
1149
+ margin-bottom: 4rem;
1150
+ }
1151
+
1148
1152
  .mb-2 {
1149
1153
  margin-bottom: 0.5rem;
1150
1154
  }
@@ -1205,6 +1209,10 @@ select {
1205
1209
  margin-left: 2rem;
1206
1210
  }
1207
1211
 
1212
+ .ml-\[30px\] {
1213
+ margin-left: 30px;
1214
+ }
1215
+
1208
1216
  .ml-\[9\.55rem\] {
1209
1217
  margin-left: 9.55rem;
1210
1218
  }
@@ -1273,6 +1281,10 @@ select {
1273
1281
  margin-top: 2.25rem;
1274
1282
  }
1275
1283
 
1284
+ .mt-\[70px\] {
1285
+ margin-top: 70px;
1286
+ }
1287
+
1276
1288
  .line-clamp-3 {
1277
1289
  overflow: hidden;
1278
1290
  display: -webkit-box;
@@ -1654,6 +1666,10 @@ select {
1654
1666
  flex-grow: 1;
1655
1667
  }
1656
1668
 
1669
+ .table-fixed {
1670
+ table-layout: fixed;
1671
+ }
1672
+
1657
1673
  .origin-top-right {
1658
1674
  -webkit-transform-origin: top right;
1659
1675
  transform-origin: top right;
@@ -1975,6 +1991,12 @@ select {
1975
1991
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
1976
1992
  }
1977
1993
 
1994
+ .space-x-2 > :not([hidden]) ~ :not([hidden]) {
1995
+ --tw-space-x-reverse: 0;
1996
+ margin-right: calc(0.5rem * var(--tw-space-x-reverse));
1997
+ margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
1998
+ }
1999
+
1978
2000
  .space-x-4 > :not([hidden]) ~ :not([hidden]) {
1979
2001
  --tw-space-x-reverse: 0;
1980
2002
  margin-right: calc(1rem * var(--tw-space-x-reverse));
@@ -1999,12 +2021,6 @@ select {
1999
2021
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
2000
2022
  }
2001
2023
 
2002
- .space-x-2 > :not([hidden]) ~ :not([hidden]) {
2003
- --tw-space-x-reverse: 0;
2004
- margin-right: calc(0.5rem * var(--tw-space-x-reverse));
2005
- margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
2006
- }
2007
-
2008
2024
  .divide-x > :not([hidden]) ~ :not([hidden]) {
2009
2025
  --tw-divide-x-reverse: 0;
2010
2026
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
@@ -5214,6 +5230,11 @@ select {
5214
5230
  padding-right: 0.375rem;
5215
5231
  }
5216
5232
 
5233
+ .px-10 {
5234
+ padding-left: 2.5rem;
5235
+ padding-right: 2.5rem;
5236
+ }
5237
+
5217
5238
  .px-2 {
5218
5239
  padding-left: 0.5rem;
5219
5240
  padding-right: 0.5rem;
@@ -5366,6 +5387,10 @@ select {
5366
5387
  padding-bottom: 2rem;
5367
5388
  }
5368
5389
 
5390
+ .pb-\[54px\] {
5391
+ padding-bottom: 54px;
5392
+ }
5393
+
5369
5394
  .pl-1 {
5370
5395
  padding-left: 0.25rem;
5371
5396
  }
@@ -5402,6 +5427,10 @@ select {
5402
5427
  padding-left: 1.75rem;
5403
5428
  }
5404
5429
 
5430
+ .pl-\[30px\] {
5431
+ padding-left: 30px;
5432
+ }
5433
+
5405
5434
  .pr-10 {
5406
5435
  padding-right: 2.5rem;
5407
5436
  }
@@ -5450,6 +5479,10 @@ select {
5450
5479
  padding-top: 2.5rem;
5451
5480
  }
5452
5481
 
5482
+ .pt-12 {
5483
+ padding-top: 3rem;
5484
+ }
5485
+
5453
5486
  .pt-16 {
5454
5487
  padding-top: 4rem;
5455
5488
  }
@@ -6467,18 +6500,10 @@ select {
6467
6500
  transition-duration: 500ms;
6468
6501
  }
6469
6502
 
6470
- .duration-1000 {
6471
- transition-duration: 1000ms;
6472
- }
6473
-
6474
6503
  .ease-in {
6475
6504
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
6476
6505
  }
6477
6506
 
6478
- .ease-in-out {
6479
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
6480
- }
6481
-
6482
6507
  .ease-out {
6483
6508
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
6484
6509
  }
@@ -7265,6 +7290,32 @@ select {
7265
7290
  background: none !important;
7266
7291
  }
7267
7292
 
7293
+ .border-80 {
7294
+ position: relative;
7295
+ }
7296
+
7297
+ .border-80::after {
7298
+ content: "";
7299
+ position: absolute;
7300
+ bottom: 0;
7301
+ left: 8%;
7302
+ width: 80%;
7303
+ border-bottom: 1px solid #E5E7EB;
7304
+ }
7305
+
7306
+ .border-90 {
7307
+ position: relative;
7308
+ }
7309
+
7310
+ .border-90::after {
7311
+ content: "";
7312
+ position: absolute;
7313
+ bottom: 0;
7314
+ left: 0;
7315
+ width: 100%;
7316
+ border-bottom: 1px solid rgb(255, 255, 255);
7317
+ }
7318
+
7268
7319
  .placeholder\:text-neutral-500::-webkit-input-placeholder {
7269
7320
  --tw-text-opacity: 1;
7270
7321
  color: rgb(108 115 127 / var(--tw-text-opacity));
@@ -7427,6 +7478,10 @@ select {
7427
7478
  border-bottom-left-radius: 9999px;
7428
7479
  }
7429
7480
 
7481
+ .first\:pr-20:first-child {
7482
+ padding-right: 5rem;
7483
+ }
7484
+
7430
7485
  .last\:mr-0:last-child {
7431
7486
  margin-right: 0px;
7432
7487
  }
@@ -9410,4 +9465,6 @@ select {
9410
9465
  .\[\&\>ul\]\:ps-4>ul {
9411
9466
  -webkit-padding-start: 1rem;
9412
9467
  padding-inline-start: 1rem;
9413
- }
9468
+ }
9469
+
9470
+