@caweb/html-webpack-plugin 1.4.17 → 1.5.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/build/delta.asset.php +1 -1
- package/build/delta.css +9 -3
- package/build/delta.css.map +1 -1
- package/build/eureka.asset.php +1 -1
- package/build/eureka.css +9 -3
- package/build/eureka.css.map +1 -1
- package/build/font-only.asset.php +1 -1
- package/build/mono.asset.php +1 -1
- package/build/mono.css +9 -3
- package/build/mono.css.map +1 -1
- package/build/oceanside.asset.php +1 -1
- package/build/oceanside.css +9 -3
- package/build/oceanside.css.map +1 -1
- package/build/orangecounty.asset.php +1 -1
- package/build/orangecounty.css +9 -3
- package/build/orangecounty.css.map +1 -1
- package/build/pasorobles.asset.php +1 -1
- package/build/pasorobles.css +9 -3
- package/build/pasorobles.css.map +1 -1
- package/build/sacramento.asset.php +1 -1
- package/build/sacramento.css +9 -3
- package/build/sacramento.css.map +1 -1
- package/build/santabarbara.asset.php +1 -1
- package/build/santabarbara.css +9 -3
- package/build/santabarbara.css.map +1 -1
- package/build/santacruz.asset.php +1 -1
- package/build/santacruz.css +9 -3
- package/build/santacruz.css.map +1 -1
- package/build/shasta.asset.php +1 -1
- package/build/shasta.css +9 -3
- package/build/shasta.css.map +1 -1
- package/build/sierra.asset.php +1 -1
- package/build/sierra.css +9 -3
- package/build/sierra.css.map +1 -1
- package/build/trinity.asset.php +1 -1
- package/build/trinity.css +9 -3
- package/build/trinity.css.map +1 -1
- package/index.js +15 -1
- package/package.json +2 -2
- package/sample/components/alerts.html +28 -12
- package/sample/structural/branding.html +3 -1
- package/build/delta-rtl.css +0 -21526
- package/build/eureka-rtl.css +0 -21526
- package/build/font-only-rtl.css +0 -2311
- package/build/mono-rtl.css +0 -21526
- package/build/oceanside-rtl.css +0 -21526
- package/build/orangecounty-rtl.css +0 -21526
- package/build/pasorobles-rtl.css +0 -21526
- package/build/sacramento-rtl.css +0 -21526
- package/build/santabarbara-rtl.css +0 -21526
- package/build/santacruz-rtl.css +0 -21526
- package/build/shasta-rtl.css +0 -21526
- package/build/sierra-rtl.css +0 -21526
- package/build/trinity-rtl.css +0 -21526
package/build/delta.asset.php
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?php return array('dependencies' => array(), 'version' => '
|
|
1
|
+
<?php return array('dependencies' => array(), 'version' => 'e65004037151a4c133f6');
|
package/build/delta.css
CHANGED
|
@@ -2313,9 +2313,9 @@
|
|
|
2313
2313
|
content: "\ea33" !important;
|
|
2314
2314
|
}
|
|
2315
2315
|
|
|
2316
|
-
|
|
2317
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/
|
|
2318
|
-
|
|
2316
|
+
/*!********************************************************************************************************************!*\
|
|
2317
|
+
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/animate.css/animate.css ***!
|
|
2318
|
+
\********************************************************************************************************************/
|
|
2319
2319
|
@charset "UTF-8";/*!
|
|
2320
2320
|
* animate.css - https://animate.style/
|
|
2321
2321
|
* Version - 4.1.1
|
|
@@ -20844,6 +20844,12 @@ header .alert {
|
|
|
20844
20844
|
margin-bottom: 0;
|
|
20845
20845
|
padding: 0.5rem 0;
|
|
20846
20846
|
}
|
|
20847
|
+
header .alert .alert-link {
|
|
20848
|
+
margin-left: auto;
|
|
20849
|
+
}
|
|
20850
|
+
header .alert .alert-link + .btn.ca-gov-icon-close-mark {
|
|
20851
|
+
margin-left: 10px;
|
|
20852
|
+
}
|
|
20847
20853
|
|
|
20848
20854
|
.alert .container {
|
|
20849
20855
|
display: flex;
|