unpoly-rails 2.7.1.1 → 2.7.2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of unpoly-rails might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/assets/unpoly/unpoly-bootstrap3.js +0 -2
- data/assets/unpoly/unpoly-bootstrap4.js +0 -2
- data/assets/unpoly/unpoly-bootstrap5.js +0 -5
- data/assets/unpoly/unpoly-migrate.js +15 -523
- data/assets/unpoly/unpoly.es5.js +162 -13118
- data/assets/unpoly/unpoly.es5.min.js +1 -1
- data/assets/unpoly/unpoly.es6.js +456 -14826
- data/assets/unpoly/unpoly.es6.min.js +1 -0
- data/assets/unpoly/unpoly.js +56 -13004
- data/assets/unpoly/unpoly.min.js +1 -1
- data/lib/unpoly/rails/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c2bb4db2064c35c212f0f4dfcf7837018236c8f095ff9107d34fefa012a2b708
|
4
|
+
data.tar.gz: afd8c55e4588f11f6c3a277d871ebbbbdc05b82721e712af8ed5921dfe13ce9e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b77c3d3c2f1b2bcff0d55fea06f63ae969048630c32e10a5d6ed3fb4aa71431daf19599f09afa57e762725a390c6514be674f6353a44e134eed864fadb3cdc44
|
7
|
+
data.tar.gz: c636750c645aac97e456c0316fd62469043ffa0153c5e5b4b5c42a465623ef140c6a416523a00befe0da5e30d76416d479b404d59e632e017e8ab8ac63d7fb0b
|
@@ -52,8 +52,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
52
52
|
var __webpack_exports__ = {};
|
53
53
|
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
54
54
|
!function() {
|
55
|
-
// Bootstrap uses the class `active` to highlight the current section
|
56
|
-
// of a navigation bar.
|
57
55
|
up.feedback.config.currentClasses.push('active');
|
58
56
|
up.feedback.config.navSelectors.push('.nav', '.navbar');
|
59
57
|
up.form.config.validateTargets.unshift('.form-group:has(:origin)');
|
@@ -52,8 +52,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
52
52
|
var __webpack_exports__ = {};
|
53
53
|
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
54
54
|
!function() {
|
55
|
-
// Bootstrap uses the class `active` to highlight the current section
|
56
|
-
// of a navigation bar.
|
57
55
|
up.feedback.config.currentClasses.push('active');
|
58
56
|
up.feedback.config.navSelectors.push('.nav', '.navbar');
|
59
57
|
up.form.config.validateTargets.unshift('.form-group:has(:origin)');
|
@@ -52,16 +52,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
52
52
|
var __webpack_exports__ = {};
|
53
53
|
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
54
54
|
!function() {
|
55
|
-
// Bootstrap uses the class `active` to highlight the current section
|
56
|
-
// of a navigation bar.
|
57
55
|
up.feedback.config.currentClasses.push('active');
|
58
56
|
up.feedback.config.navSelectors.push('.nav', '.navbar');
|
59
57
|
up.viewport.config.fixedTop.push('.navbar.fixed-top');
|
60
58
|
up.viewport.config.fixedBottom.push('.navbar.fixed-bottom');
|
61
59
|
up.viewport.config.anchoredRight.push('.navbar.fixed-top', '.navbar.fixed-bottom');
|
62
|
-
// We would really like to provide a nice default for up.form.config.validateTargets.
|
63
|
-
// Unfortunately Bootstrap 5 no longer has a selector like ".form-group" to group labels
|
64
|
-
// and inputs. All the examples now use <div class="mb-3"> .
|
65
60
|
up.fragment.config.badTargetClasses.push('row', /^col(-xs|-sm|-md|-lg|-xl|-xxl)?(-\d+)?$/, /^[mp][tbsexy]?-\d+$/);
|
66
61
|
__webpack_require__(1);
|
67
62
|
|