hds-web 1.5.1 → 1.5.2

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.
@@ -5464,6 +5464,10 @@ select {
5464
5464
  padding-top: 2rem;
5465
5465
  }
5466
5466
 
5467
+ .pb-3 {
5468
+ padding-bottom: 0.75rem;
5469
+ }
5470
+
5467
5471
  .text-left {
5468
5472
  text-align: left;
5469
5473
  }
@@ -8285,6 +8289,10 @@ select {
8285
8289
  border-right-width: 1px;
8286
8290
  }
8287
8291
 
8292
+ .tb\:border-t {
8293
+ border-top-width: 1px;
8294
+ }
8295
+
8288
8296
  .tb\:border-r-neutral-150 {
8289
8297
  --tw-border-opacity: 1;
8290
8298
  border-right-color: rgb(236 237 240 / var(--tw-border-opacity));
@@ -8346,6 +8354,22 @@ select {
8346
8354
  padding-top: 2.875rem;
8347
8355
  }
8348
8356
 
8357
+ .tb\:pt-6 {
8358
+ padding-top: 1.5rem;
8359
+ }
8360
+
8361
+ .tb\:pb-6 {
8362
+ padding-bottom: 1.5rem;
8363
+ }
8364
+
8365
+ .tb\:pb-0 {
8366
+ padding-bottom: 0px;
8367
+ }
8368
+
8369
+ .tb\:pt-0 {
8370
+ padding-top: 0px;
8371
+ }
8372
+
8349
8373
  .tb\:text-left {
8350
8374
  text-align: left;
8351
8375
  }
@@ -9089,6 +9113,10 @@ select {
9089
9113
  padding-top: 8rem;
9090
9114
  }
9091
9115
 
9116
+ .db\:pb-0 {
9117
+ padding-bottom: 0px;
9118
+ }
9119
+
9092
9120
  .db\:text-left {
9093
9121
  text-align: left;
9094
9122
  }