hive-react-kit 0.7.1 → 0.7.3

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/build.css CHANGED
@@ -589,6 +589,13 @@
589
589
  -webkit-box-orient: vertical;
590
590
  -webkit-line-clamp: 2;
591
591
  }
592
+ .scrollbar-hide {
593
+ -ms-overflow-style: none;
594
+ scrollbar-width: none;
595
+ &::-webkit-scrollbar {
596
+ display: none;
597
+ }
598
+ }
592
599
  .block {
593
600
  display: block;
594
601
  }
@@ -1769,9 +1776,6 @@
1769
1776
  .fill-current {
1770
1777
  fill: currentcolor;
1771
1778
  }
1772
- .fill-red-500 {
1773
- fill: var(--color-red-500);
1774
- }
1775
1779
  .object-contain {
1776
1780
  object-fit: contain;
1777
1781
  }
@@ -2275,6 +2279,10 @@
2275
2279
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2276
2280
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2277
2281
  }
2282
+ .shadow-md {
2283
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2284
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2285
+ }
2278
2286
  .shadow-sm {
2279
2287
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2280
2288
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);