@sikka/hawa 0.0.88 → 0.0.89

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/styles.css CHANGED
@@ -1274,9 +1274,6 @@ video {
1274
1274
  .uppercase {
1275
1275
  text-transform: uppercase;
1276
1276
  }
1277
- .leading-relaxed {
1278
- line-height: 1.625;
1279
- }
1280
1277
  .leading-tight {
1281
1278
  line-height: 1.25;
1282
1279
  }
@@ -1486,9 +1483,6 @@ body {
1486
1483
  -webkit-text-decoration-line: underline;
1487
1484
  text-decoration-line: underline;
1488
1485
  }
1489
- .focus\:z-10:focus {
1490
- z-index: 10;
1491
- }
1492
1486
  .focus\:border-blue-500:focus {
1493
1487
  --tw-border-opacity: 1;
1494
1488
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
@@ -1580,14 +1574,14 @@ body {
1580
1574
  --tw-border-opacity: 1;
1581
1575
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
1582
1576
  }
1583
- .dark .dark\:border-gray-500 {
1584
- --tw-border-opacity: 1;
1585
- border-color: rgb(107 114 128 / var(--tw-border-opacity));
1586
- }
1587
1577
  .dark .dark\:border-blue-500 {
1588
1578
  --tw-border-opacity: 1;
1589
1579
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
1590
1580
  }
1581
+ .dark .dark\:border-gray-500 {
1582
+ --tw-border-opacity: 1;
1583
+ border-color: rgb(107 114 128 / var(--tw-border-opacity));
1584
+ }
1591
1585
  .dark .dark\:bg-gray-800 {
1592
1586
  --tw-bg-opacity: 1;
1593
1587
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));