@embedreach/components 0.1.29 → 0.1.31

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
@@ -993,12 +993,12 @@ video {
993
993
  .max-h-screen {
994
994
  max-height: 100vh;
995
995
  }
996
- .min-h-10 {
997
- min-height: 2.5rem;
998
- }
999
996
  .min-h-6 {
1000
997
  min-height: 1.5rem;
1001
998
  }
999
+ .min-h-9 {
1000
+ min-height: 2.25rem;
1001
+ }
1002
1002
  .min-h-\[100vh\] {
1003
1003
  min-height: 100vh;
1004
1004
  }
@@ -4720,12 +4720,12 @@ video {
4720
4720
  .max-h-screen {
4721
4721
  max-height: 100vh;
4722
4722
  }
4723
- .min-h-10 {
4724
- min-height: 2.5rem;
4725
- }
4726
4723
  .min-h-6 {
4727
4724
  min-height: 1.5rem;
4728
4725
  }
4726
+ .min-h-9 {
4727
+ min-height: 2.25rem;
4728
+ }
4729
4729
  .min-h-\[100vh\] {
4730
4730
  min-height: 100vh;
4731
4731
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embedreach/components",
3
- "version": "0.1.29",
3
+ "version": "0.1.31",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.js",