@helpwave/hightide 0.9.2 → 0.9.4

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.
@@ -432,9 +432,6 @@
432
432
  .my-2 {
433
433
  margin-block: calc(var(--spacing) * 2);
434
434
  }
435
- .mt-1 {
436
- margin-top: calc(var(--spacing) * 1);
437
- }
438
435
  .mt-2 {
439
436
  margin-top: calc(var(--spacing) * 2);
440
437
  }
@@ -793,6 +790,9 @@
793
790
  .min-w-26 {
794
791
  min-width: calc(var(--spacing) * 26);
795
792
  }
793
+ .min-w-36 {
794
+ min-width: calc(var(--spacing) * 36);
795
+ }
796
796
  .min-w-40 {
797
797
  min-width: calc(var(--spacing) * 40);
798
798
  }
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "access": "public"
11
11
  },
12
12
  "license": "MPL-2.0",
13
- "version": "0.9.2",
13
+ "version": "0.9.4",
14
14
  "files": [
15
15
  "dist"
16
16
  ],