@deframe-sdk/components 0.1.20 → 0.1.22

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
@@ -562,6 +562,9 @@
562
562
  .h-\[50vh\] {
563
563
  height: 50vh;
564
564
  }
565
+ .h-\[54px\] {
566
+ height: 54px;
567
+ }
565
568
  .h-\[56px\] {
566
569
  height: 56px;
567
570
  }
@@ -2709,13 +2712,6 @@
2709
2712
  }
2710
2713
  }
2711
2714
  }
2712
- .hover\:bg-\[var\(--deframe-widget-color-bg-tertiary\)\] {
2713
- &:hover {
2714
- @media (hover: hover) {
2715
- background-color: var(--deframe-widget-color-bg-tertiary);
2716
- }
2717
- }
2718
- }
2719
2715
  .hover\:bg-blue-700 {
2720
2716
  &:hover {
2721
2717
  @media (hover: hover) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deframe-sdk/components",
3
- "version": "0.1.20",
3
+ "version": "0.1.22",
4
4
  "packageManager": "pnpm@9.0.0",
5
5
  "description": "Deframe SDK React component library",
6
6
  "engines": {