@xenknight/framework7 0.0.2 → 0.0.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/components/notification/notification-rtl.css +1 -1
- package/components/notification/notification.css +1 -1
- package/components/notification/notification.less +0 -5
- package/framework7-bundle-rtl.css +2 -9
- package/framework7-bundle-rtl.min.css +3 -3
- package/framework7-bundle.css +2 -9
- package/framework7-bundle.esm.js +2 -2
- package/framework7-bundle.js +2 -2
- package/framework7-bundle.less +2 -2
- package/framework7-bundle.min.css +3 -3
- package/framework7-bundle.min.js +2 -2
- package/framework7-lite-bundle.esm.js +2 -2
- package/framework7-lite.esm.js +2 -2
- package/framework7-rtl.css +2 -2
- package/framework7-rtl.min.css +2 -2
- package/framework7.css +2 -2
- package/framework7.esm.js +2 -2
- package/framework7.less +2 -2
- package/framework7.min.css +2 -2
- package/package.json +1 -1
package/framework7-bundle.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Framework7
|
|
2
|
+
* Framework7 0.0.2
|
|
3
3
|
* Full featured mobile HTML framework for building iOS & Android apps
|
|
4
4
|
* https://framework7.io/
|
|
5
5
|
*
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* Released under the MIT License
|
|
9
9
|
*
|
|
10
|
-
* Released on: July
|
|
10
|
+
* Released on: July 26, 2025
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
/*====================
|
|
@@ -17643,13 +17643,6 @@ button.swiper-pagination-bullet {
|
|
|
17643
17643
|
backdrop-filter: saturate(180%) blur(20px);
|
|
17644
17644
|
}
|
|
17645
17645
|
}
|
|
17646
|
-
@media (min-width: 568px) {
|
|
17647
|
-
.notification {
|
|
17648
|
-
left: 50%;
|
|
17649
|
-
width: var(--f7-notification-max-width);
|
|
17650
|
-
margin-left: calc(-1 * var(--f7-notification-max-width) / 2);
|
|
17651
|
-
}
|
|
17652
|
-
}
|
|
17653
17646
|
.notification-title {
|
|
17654
17647
|
color: var(--f7-notification-title-color, var(--f7-theme-color));
|
|
17655
17648
|
font-size: var(--f7-notification-title-font-size);
|
package/framework7-bundle.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Framework7
|
|
2
|
+
* Framework7 0.0.2
|
|
3
3
|
* Full featured mobile HTML framework for building iOS & Android apps
|
|
4
4
|
* https://framework7.io/
|
|
5
5
|
*
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* Released under the MIT License
|
|
9
9
|
*
|
|
10
|
-
* Released on: July
|
|
10
|
+
* Released on: July 26, 2025
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import $ from './shared/dom7.js';
|
package/framework7-bundle.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Framework7
|
|
2
|
+
* Framework7 0.0.2
|
|
3
3
|
* Full featured mobile HTML framework for building iOS & Android apps
|
|
4
4
|
* https://framework7.io/
|
|
5
5
|
*
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* Released under the MIT License
|
|
9
9
|
*
|
|
10
|
-
* Released on: July
|
|
10
|
+
* Released on: July 26, 2025
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
(function (global, factory) {
|
package/framework7-bundle.less
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Framework7
|
|
2
|
+
* Framework7 0.0.2
|
|
3
3
|
* Full featured mobile HTML framework for building iOS & Android apps
|
|
4
4
|
* https://framework7.io/
|
|
5
5
|
*
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* Released under the MIT License
|
|
9
9
|
*
|
|
10
|
-
* Released on: July
|
|
10
|
+
* Released on: July 26, 2025
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
@import (reference) './less/mixins.less';
|