@caweb/html-webpack-plugin 1.4.0 → 1.4.1

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.
Files changed (49) hide show
  1. package/build/delta-rtl.css +4 -0
  2. package/build/delta.asset.php +1 -1
  3. package/build/delta.css +4 -0
  4. package/build/delta.css.map +1 -1
  5. package/build/eureka-rtl.css +4 -0
  6. package/build/eureka.asset.php +1 -1
  7. package/build/eureka.css +4 -0
  8. package/build/eureka.css.map +1 -1
  9. package/build/mono-rtl.css +4 -0
  10. package/build/mono.asset.php +1 -1
  11. package/build/mono.css +4 -0
  12. package/build/mono.css.map +1 -1
  13. package/build/oceanside-rtl.css +4 -0
  14. package/build/oceanside.asset.php +1 -1
  15. package/build/oceanside.css +4 -0
  16. package/build/oceanside.css.map +1 -1
  17. package/build/orangecounty-rtl.css +4 -0
  18. package/build/orangecounty.asset.php +1 -1
  19. package/build/orangecounty.css +4 -0
  20. package/build/orangecounty.css.map +1 -1
  21. package/build/pasorobles-rtl.css +4 -0
  22. package/build/pasorobles.asset.php +1 -1
  23. package/build/pasorobles.css +4 -0
  24. package/build/pasorobles.css.map +1 -1
  25. package/build/sacramento-rtl.css +4 -0
  26. package/build/sacramento.asset.php +1 -1
  27. package/build/sacramento.css +4 -0
  28. package/build/sacramento.css.map +1 -1
  29. package/build/santabarbara-rtl.css +4 -0
  30. package/build/santabarbara.asset.php +1 -1
  31. package/build/santabarbara.css +4 -0
  32. package/build/santabarbara.css.map +1 -1
  33. package/build/santacruz-rtl.css +4 -0
  34. package/build/santacruz.asset.php +1 -1
  35. package/build/santacruz.css +4 -0
  36. package/build/santacruz.css.map +1 -1
  37. package/build/shasta-rtl.css +4 -0
  38. package/build/shasta.asset.php +1 -1
  39. package/build/shasta.css +4 -0
  40. package/build/shasta.css.map +1 -1
  41. package/build/sierra-rtl.css +4 -0
  42. package/build/sierra.asset.php +1 -1
  43. package/build/sierra.css +4 -0
  44. package/build/sierra.css.map +1 -1
  45. package/build/trinity-rtl.css +4 -0
  46. package/build/trinity.asset.php +1 -1
  47. package/build/trinity.css +4 -0
  48. package/build/trinity.css.map +1 -1
  49. package/package.json +5 -5
@@ -6456,6 +6456,7 @@
6456
6456
  --bs-standout-dark: #0f0f0f;
6457
6457
  --bs-standout-darker: #070707;
6458
6458
  --bs-standout-darkest: black;
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
  }
@@ -1 +1 @@
1
- <?php return array('dependencies' => array(), 'version' => 'b21a9fba13b613da8e67');
1
+ <?php return array('dependencies' => array(), 'version' => 'c66422d321319000a073');
package/build/mono.css CHANGED
@@ -6456,6 +6456,7 @@
6456
6456
  --bs-standout-dark: #0f0f0f;
6457
6457
  --bs-standout-darker: #070707;
6458
6458
  --bs-standout-darkest: black;
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
  }