@xenknight/framework7 0.0.10 → 0.0.11

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/framework7.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Framework7 0.0.9
2
+ * Framework7 0.0.10
3
3
  * Full featured mobile HTML framework for building iOS & Android apps
4
4
  * https://framework7.io/
5
5
  *
@@ -2800,7 +2800,7 @@ html.device-full-viewport body {
2800
2800
  .searchbar-new:after {
2801
2801
  content: '';
2802
2802
  position: absolute;
2803
- background-color: var(--f7-searchbar-new-border-color, var(--f7-bars-border-color));
2803
+ background-color: var(--f7-searchbar-new-border-color, transparent);
2804
2804
  display: block;
2805
2805
  z-index: 15;
2806
2806
  top: auto;
package/framework7.esm.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Framework7 0.0.9
2
+ * Framework7 0.0.10
3
3
  * Full featured mobile HTML framework for building iOS & Android apps
4
4
  * https://framework7.io/
5
5
  *
package/framework7.less CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Framework7 0.0.9
2
+ * Framework7 0.0.10
3
3
  * Full featured mobile HTML framework for building iOS & Android apps
4
4
  * https://framework7.io/
5
5
  *