hds-web 1.4.8 → 1.4.9

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.
@@ -2015,12 +2015,6 @@ select {
2015
2015
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
2016
2016
  }
2017
2017
 
2018
- .divide-y-2 > :not([hidden]) ~ :not([hidden]) {
2019
- --tw-divide-y-reverse: 0;
2020
- border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
2021
- border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
2022
- }
2023
-
2024
2018
  .divide-blue-600\/10 > :not([hidden]) ~ :not([hidden]) {
2025
2019
  border-color: rgb(30 86 227 / 0.1);
2026
2020
  }
@@ -8873,13 +8867,8 @@ select {
8873
8867
  padding-bottom: 3rem;
8874
8868
  }
8875
8869
 
8876
- .tb-l\:px-6 {
8877
- padding-left: 1.5rem;
8878
- padding-right: 1.5rem;
8879
- }
8880
-
8881
- .tb-l\:pb-12 {
8882
- padding-bottom: 3rem;
8870
+ .tb-l\:pb-0 {
8871
+ padding-bottom: 0px;
8883
8872
  }
8884
8873
 
8885
8874
  .tb-l\:pb-6 {
@@ -8890,22 +8879,6 @@ select {
8890
8879
  padding-left: 2rem;
8891
8880
  }
8892
8881
 
8893
- .tb-l\:pt-12 {
8894
- padding-top: 3rem;
8895
- }
8896
-
8897
- .tb-l\:pb-8 {
8898
- padding-bottom: 2rem;
8899
- }
8900
-
8901
- .tb-l\:pt-8 {
8902
- padding-top: 2rem;
8903
- }
8904
-
8905
- .tb-l\:pb-0 {
8906
- padding-bottom: 0px;
8907
- }
8908
-
8909
8882
  .tb-l\:text-left {
8910
8883
  text-align: left;
8911
8884
  }