@caweb/html-webpack-plugin 1.4.0 → 1.4.2
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 +18 -2
- package/build/delta-rtl.css +4 -0
- package/build/delta.asset.php +1 -1
- package/build/delta.css +4 -0
- package/build/delta.css.map +1 -1
- package/build/eureka-rtl.css +4 -0
- package/build/eureka.asset.php +1 -1
- package/build/eureka.css +4 -0
- package/build/eureka.css.map +1 -1
- package/build/mono-rtl.css +4 -0
- package/build/mono.asset.php +1 -1
- package/build/mono.css +4 -0
- package/build/mono.css.map +1 -1
- package/build/oceanside-rtl.css +4 -0
- package/build/oceanside.asset.php +1 -1
- package/build/oceanside.css +4 -0
- package/build/oceanside.css.map +1 -1
- package/build/orangecounty-rtl.css +4 -0
- package/build/orangecounty.asset.php +1 -1
- package/build/orangecounty.css +4 -0
- package/build/orangecounty.css.map +1 -1
- package/build/pasorobles-rtl.css +4 -0
- package/build/pasorobles.asset.php +1 -1
- package/build/pasorobles.css +4 -0
- package/build/pasorobles.css.map +1 -1
- package/build/sacramento-rtl.css +4 -0
- package/build/sacramento.asset.php +1 -1
- package/build/sacramento.css +4 -0
- package/build/sacramento.css.map +1 -1
- package/build/santabarbara-rtl.css +4 -0
- package/build/santabarbara.asset.php +1 -1
- package/build/santabarbara.css +4 -0
- package/build/santabarbara.css.map +1 -1
- package/build/santacruz-rtl.css +4 -0
- package/build/santacruz.asset.php +1 -1
- package/build/santacruz.css +4 -0
- package/build/santacruz.css.map +1 -1
- package/build/shasta-rtl.css +4 -0
- package/build/shasta.asset.php +1 -1
- package/build/shasta.css +4 -0
- package/build/shasta.css.map +1 -1
- package/build/sierra-rtl.css +4 -0
- package/build/sierra.asset.php +1 -1
- package/build/sierra.css +4 -0
- package/build/sierra.css.map +1 -1
- package/build/trinity-rtl.css +4 -0
- package/build/trinity.asset.php +1 -1
- package/build/trinity.css +4 -0
- package/build/trinity.css.map +1 -1
- package/index.js +1 -1
- package/package.json +5 -5
- package/sample/blank.html +4 -0
- package/sample/components/animations.html +5 -3
- package/sample/components/buttons.html +4 -3
- package/sample/components/cards.html +4 -3
- package/sample/components/lists.html +27 -25
- package/sample/components/locations.html +39 -37
- package/sample/components/profile-banners.html +45 -43
- package/sample/components/sections.html +13 -11
- package/sample/components/service-tiles.html +33 -31
- package/sample/components/typography.html +26 -10
- package/sample/default.html +5 -2
- package/sample/images/black_puppy.jpg +0 -0
- package/sample/images/dolphin_marine_mammals_water.jpg +0 -0
- package/sample/images/grayscale_mountain.jpg +0 -0
- package/sample/images/silhouette.png +0 -0
- package/sample/images/squirrel_tail_bushy_tail.jpg +0 -0
- package/sample/index.html +38 -0
- package/sample/missing/content.html +4 -2
- package/webpack.config.js +10 -3
- package/sample/components/accordion.html +0 -40
- package/sample/components/blockquotes.html +0 -10
- package/sample/test.html +0 -57
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
This plugin utilizes the HTML Webpack Plugin to launch static generated pages using the
|
|
1
|
+
This plugin utilizes the HTML Webpack Plugin to launch static generated pages using the CAWeb Template (formerly the California State Template)
|
|
2
2
|
|
|
3
3
|
<i>This package is inspired by [wp-scripts](https://www.npmjs.com/package/@wordpress/scripts)</i>
|
|
4
4
|
|
|
@@ -21,4 +21,20 @@ export default {
|
|
|
21
21
|
}
|
|
22
22
|
</pre>
|
|
23
23
|
|
|
24
|
-
## Options
|
|
24
|
+
## Options
|
|
25
|
+
All html-webpack-plugin [options](https://github.com/jantimon/html-webpack-plugin?tab=readme-ov-file#options) are available along with the following:
|
|
26
|
+
<code>template</code> - blank or default, Default will launch a site with a templated header/footer area, blank will not.
|
|
27
|
+
<code>scheme</code> - Colorscheme to utilitze.
|
|
28
|
+
**Available schemes:**
|
|
29
|
+
* delta
|
|
30
|
+
* eureka
|
|
31
|
+
* mono
|
|
32
|
+
* oceanside
|
|
33
|
+
* orangecounty
|
|
34
|
+
* pasorobles
|
|
35
|
+
* sacramento
|
|
36
|
+
* santabarbara
|
|
37
|
+
* santacruz
|
|
38
|
+
* shasta
|
|
39
|
+
* sierra
|
|
40
|
+
* trinity
|
package/build/delta-rtl.css
CHANGED
|
@@ -6456,6 +6456,7 @@
|
|
|
6456
6456
|
--bs-standout-dark: #3d4b52;
|
|
6457
6457
|
--bs-standout-darker: #37434a;
|
|
6458
6458
|
--bs-standout-darkest: #283135;
|
|
6459
|
+
--bs-gray-50: #fafafa;
|
|
6459
6460
|
--bs-gray-75: #f3f3f4;
|
|
6460
6461
|
--bs-gray-100: #ededef;
|
|
6461
6462
|
--bs-gray-200: #d4d4d7;
|
|
@@ -20191,6 +20192,9 @@ header.global-header .branding .header-organization-banner a img {
|
|
|
20191
20192
|
FOOTER
|
|
20192
20193
|
/src/styles/components/footer.scss
|
|
20193
20194
|
----------------------------------------- */
|
|
20195
|
+
footer.global-footer {
|
|
20196
|
+
background-color: var(--bs-gray-50, #fafafa);
|
|
20197
|
+
}
|
|
20194
20198
|
footer.global-footer .nav-item {
|
|
20195
20199
|
line-height: var(--bs-body-line-height, 1.5);
|
|
20196
20200
|
}
|
package/build/delta.asset.php
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?php return array('dependencies' => array(), 'version' => '
|
|
1
|
+
<?php return array('dependencies' => array(), 'version' => '61af69d18834f08269e5');
|
package/build/delta.css
CHANGED
|
@@ -6456,6 +6456,7 @@
|
|
|
6456
6456
|
--bs-standout-dark: #3d4b52;
|
|
6457
6457
|
--bs-standout-darker: #37434a;
|
|
6458
6458
|
--bs-standout-darkest: #283135;
|
|
6459
|
+
--bs-gray-50: #fafafa;
|
|
6459
6460
|
--bs-gray-75: #f3f3f4;
|
|
6460
6461
|
--bs-gray-100: #ededef;
|
|
6461
6462
|
--bs-gray-200: #d4d4d7;
|
|
@@ -20217,6 +20218,9 @@ header.global-header .branding .header-organization-banner a img {
|
|
|
20217
20218
|
FOOTER
|
|
20218
20219
|
/src/styles/components/footer.scss
|
|
20219
20220
|
----------------------------------------- */
|
|
20221
|
+
footer.global-footer {
|
|
20222
|
+
background-color: var(--bs-gray-50, #fafafa);
|
|
20223
|
+
}
|
|
20220
20224
|
footer.global-footer .nav-item {
|
|
20221
20225
|
line-height: var(--bs-body-line-height, 1.5);
|
|
20222
20226
|
}
|