@caweb/framework 1.8.7 → 1.9.0
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/README.md +5 -3
- package/build/delta-rtl.css +4 -2
- package/build/delta-rtl.min.css +1 -1
- package/build/delta.css +4 -2
- package/build/delta.css.map +1 -1
- package/build/delta.js +15 -23
- package/build/delta.js.map +1 -1
- package/build/delta.min.css +1 -1
- package/build/delta.min.js +1 -1
- package/build/eureka-rtl.css +4 -2
- package/build/eureka-rtl.min.css +1 -1
- package/build/eureka.css +4 -2
- package/build/eureka.css.map +1 -1
- package/build/eureka.js +15 -23
- package/build/eureka.js.map +1 -1
- package/build/eureka.min.css +1 -1
- package/build/eureka.min.js +1 -1
- package/build/mono-rtl.css +4 -2
- package/build/mono-rtl.min.css +1 -1
- package/build/mono.css +4 -2
- package/build/mono.css.map +1 -1
- package/build/mono.js +15 -23
- package/build/mono.js.map +1 -1
- package/build/mono.min.css +1 -1
- package/build/mono.min.js +1 -1
- package/build/oceanside-rtl.css +4 -2
- package/build/oceanside-rtl.min.css +1 -1
- package/build/oceanside.css +4 -2
- package/build/oceanside.css.map +1 -1
- package/build/oceanside.js +15 -23
- package/build/oceanside.js.map +1 -1
- package/build/oceanside.min.css +1 -1
- package/build/oceanside.min.js +1 -1
- package/build/orangecounty-rtl.css +4 -2
- package/build/orangecounty-rtl.min.css +1 -1
- package/build/orangecounty.css +4 -2
- package/build/orangecounty.css.map +1 -1
- package/build/orangecounty.js +15 -23
- package/build/orangecounty.js.map +1 -1
- package/build/orangecounty.min.css +1 -1
- package/build/orangecounty.min.js +1 -1
- package/build/pasorobles-rtl.css +4 -2
- package/build/pasorobles-rtl.min.css +1 -1
- package/build/pasorobles.css +4 -2
- package/build/pasorobles.css.map +1 -1
- package/build/pasorobles.js +15 -23
- package/build/pasorobles.js.map +1 -1
- package/build/pasorobles.min.css +1 -1
- package/build/pasorobles.min.js +1 -1
- package/build/sacramento-rtl.css +4 -2
- package/build/sacramento-rtl.min.css +1 -1
- package/build/sacramento.css +4 -2
- package/build/sacramento.css.map +1 -1
- package/build/sacramento.js +15 -23
- package/build/sacramento.js.map +1 -1
- package/build/sacramento.min.css +1 -1
- package/build/sacramento.min.js +1 -1
- package/build/santabarbara-rtl.css +4 -2
- package/build/santabarbara-rtl.min.css +1 -1
- package/build/santabarbara.css +4 -2
- package/build/santabarbara.css.map +1 -1
- package/build/santabarbara.js +15 -23
- package/build/santabarbara.js.map +1 -1
- package/build/santabarbara.min.css +1 -1
- package/build/santabarbara.min.js +1 -1
- package/build/santacruz-rtl.css +4 -2
- package/build/santacruz-rtl.min.css +1 -1
- package/build/santacruz.css +4 -2
- package/build/santacruz.css.map +1 -1
- package/build/santacruz.js +15 -23
- package/build/santacruz.js.map +1 -1
- package/build/santacruz.min.css +1 -1
- package/build/santacruz.min.js +1 -1
- package/build/shasta-rtl.css +4 -2
- package/build/shasta-rtl.min.css +1 -1
- package/build/shasta.css +4 -2
- package/build/shasta.css.map +1 -1
- package/build/shasta.js +15 -23
- package/build/shasta.js.map +1 -1
- package/build/shasta.min.css +1 -1
- package/build/shasta.min.js +1 -1
- package/build/sierra-rtl.css +4 -2
- package/build/sierra-rtl.min.css +1 -1
- package/build/sierra.css +4 -2
- package/build/sierra.css.map +1 -1
- package/build/sierra.js +15 -23
- package/build/sierra.js.map +1 -1
- package/build/sierra.min.css +1 -1
- package/build/sierra.min.js +1 -1
- package/build/trinity-rtl.css +4 -2
- package/build/trinity-rtl.min.css +1 -1
- package/build/trinity.css +4 -2
- package/build/trinity.css.map +1 -1
- package/build/trinity.js +15 -23
- package/build/trinity.js.map +1 -1
- package/build/trinity.min.css +1 -1
- package/build/trinity.min.js +1 -1
- package/lib/entry/delta.js +5 -7
- package/lib/entry/eureka.js +5 -7
- package/lib/entry/mono.js +5 -7
- package/lib/entry/oceanside.js +5 -7
- package/lib/entry/orangecounty.js +5 -7
- package/lib/entry/pasorobles.js +5 -7
- package/lib/entry/sacramento.js +5 -7
- package/lib/entry/santabarbara.js +5 -7
- package/lib/entry/santacruz.js +5 -7
- package/lib/entry/shasta.js +5 -7
- package/lib/entry/sierra.js +5 -7
- package/lib/entry/trinity.js +5 -7
- package/lib/scripts/create-entrypoints.js +14 -16
- package/lib/scripts/update-scripts.js +7 -7
- package/lib/scripts/webpack.test.js +26 -25
- package/package.json +58 -59
- package/src/scripts/components/header.js +0 -8
- package/src/styles/components/content/_alerts.scss +4 -0
- package/src/styles/components/structural/_header.scss +1 -2
- package/build/delta.asset.php +0 -1
- package/build/delta.min.asset.php +0 -1
- package/build/eureka.asset.php +0 -1
- package/build/eureka.min.asset.php +0 -1
- package/build/mono.asset.php +0 -1
- package/build/mono.min.asset.php +0 -1
- package/build/oceanside.asset.php +0 -1
- package/build/oceanside.min.asset.php +0 -1
- package/build/orangecounty.asset.php +0 -1
- package/build/orangecounty.min.asset.php +0 -1
- package/build/pasorobles.asset.php +0 -1
- package/build/pasorobles.min.asset.php +0 -1
- package/build/sacramento.asset.php +0 -1
- package/build/sacramento.min.asset.php +0 -1
- package/build/santabarbara.asset.php +0 -1
- package/build/santabarbara.min.asset.php +0 -1
- package/build/santacruz.asset.php +0 -1
- package/build/santacruz.min.asset.php +0 -1
- package/build/shasta.asset.php +0 -1
- package/build/shasta.min.asset.php +0 -1
- package/build/sierra.asset.php +0 -1
- package/build/sierra.min.asset.php +0 -1
- package/build/trinity.asset.php +0 -1
- package/build/trinity.min.asset.php +0 -1
package/build/sacramento.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/******/ (() => { // webpackBootstrap
|
|
2
2
|
/******/ var __webpack_modules__ = ({
|
|
3
3
|
|
|
4
|
-
/***/ "./node_modules/bootstrap/dist/js/bootstrap.bundle.js"
|
|
5
|
-
|
|
4
|
+
/***/ "./node_modules/bootstrap/dist/js/bootstrap.bundle.js"
|
|
5
|
+
(module) {
|
|
6
6
|
|
|
7
7
|
/*!
|
|
8
8
|
* Bootstrap v5.3.8 (https://getbootstrap.com/)
|
|
@@ -6317,10 +6317,10 @@
|
|
|
6317
6317
|
//# sourceMappingURL=bootstrap.bundle.js.map
|
|
6318
6318
|
|
|
6319
6319
|
|
|
6320
|
-
/***/ }
|
|
6320
|
+
/***/ },
|
|
6321
6321
|
|
|
6322
|
-
/***/ "./src/scripts/components/external-link.js"
|
|
6323
|
-
|
|
6322
|
+
/***/ "./src/scripts/components/external-link.js"
|
|
6323
|
+
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
6324
6324
|
|
|
6325
6325
|
"use strict";
|
|
6326
6326
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6348,10 +6348,10 @@ window.addEventListener('DOMContentLoaded', () => {
|
|
|
6348
6348
|
});
|
|
6349
6349
|
});
|
|
6350
6350
|
|
|
6351
|
-
/***/ }
|
|
6351
|
+
/***/ },
|
|
6352
6352
|
|
|
6353
|
-
/***/ "./src/scripts/components/header.js"
|
|
6354
|
-
|
|
6353
|
+
/***/ "./src/scripts/components/header.js"
|
|
6354
|
+
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
6355
6355
|
|
|
6356
6356
|
"use strict";
|
|
6357
6357
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6406,17 +6406,9 @@ window.addEventListener('DOMContentLoaded', () => {
|
|
|
6406
6406
|
|
|
6407
6407
|
// move the header up to the scroll height, minus any elements above the header
|
|
6408
6408
|
header.style.top = `-${scrollHeights - miscElementHeights}px`;
|
|
6409
|
-
|
|
6410
|
-
// we add the header height + misc element heights to the page container as margin-top, minus the scroll heights since those get hidden
|
|
6411
|
-
if (pageContainer) {
|
|
6412
|
-
pageContainer.style.marginTop = `${header.clientHeight + miscElementHeights - scrollHeights}px`;
|
|
6413
|
-
}
|
|
6414
6409
|
} else {
|
|
6415
6410
|
// reset header to initial position
|
|
6416
6411
|
header.style.top = `${miscElementHeights}px`;
|
|
6417
|
-
if (pageContainer) {
|
|
6418
|
-
pageContainer.style.marginTop = `${header.clientHeight + miscElementHeights}px`;
|
|
6419
|
-
}
|
|
6420
6412
|
}
|
|
6421
6413
|
|
|
6422
6414
|
// for each element with an id we add the scroll-margin-top
|
|
@@ -6432,10 +6424,10 @@ window.addEventListener('DOMContentLoaded', () => {
|
|
|
6432
6424
|
compactHeader();
|
|
6433
6425
|
});
|
|
6434
6426
|
|
|
6435
|
-
/***/ }
|
|
6427
|
+
/***/ },
|
|
6436
6428
|
|
|
6437
|
-
/***/ "./src/scripts/components/mobile-controls.js"
|
|
6438
|
-
|
|
6429
|
+
/***/ "./src/scripts/components/mobile-controls.js"
|
|
6430
|
+
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
6439
6431
|
|
|
6440
6432
|
"use strict";
|
|
6441
6433
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6538,10 +6530,10 @@ window.addEventListener('DOMContentLoaded', () => {
|
|
|
6538
6530
|
mobileCheck();
|
|
6539
6531
|
});
|
|
6540
6532
|
|
|
6541
|
-
/***/ }
|
|
6533
|
+
/***/ },
|
|
6542
6534
|
|
|
6543
|
-
/***/ "./src/scripts/components/return-top.js"
|
|
6544
|
-
|
|
6535
|
+
/***/ "./src/scripts/components/return-top.js"
|
|
6536
|
+
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
6545
6537
|
|
|
6546
6538
|
"use strict";
|
|
6547
6539
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6594,7 +6586,7 @@ window.addEventListener('DOMContentLoaded', () => {
|
|
|
6594
6586
|
});
|
|
6595
6587
|
});
|
|
6596
6588
|
|
|
6597
|
-
/***/ }
|
|
6589
|
+
/***/ }
|
|
6598
6590
|
|
|
6599
6591
|
/******/ });
|
|
6600
6592
|
/************************************************************************/
|