@caweb/html-webpack-plugin 1.4.1 → 1.4.3
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 +1 -3
- package/build/delta.asset.php +1 -1
- package/build/delta.css +1 -3
- package/build/delta.css.map +1 -1
- package/build/eureka-rtl.css +1 -3
- package/build/eureka.asset.php +1 -1
- package/build/eureka.css +1 -3
- package/build/eureka.css.map +1 -1
- package/build/mono-rtl.css +1 -3
- package/build/mono.asset.php +1 -1
- package/build/mono.css +1 -3
- package/build/mono.css.map +1 -1
- package/build/oceanside-rtl.css +1 -3
- package/build/oceanside.asset.php +1 -1
- package/build/oceanside.css +1 -3
- package/build/oceanside.css.map +1 -1
- package/build/orangecounty-rtl.css +1 -3
- package/build/orangecounty.asset.php +1 -1
- package/build/orangecounty.css +1 -3
- package/build/orangecounty.css.map +1 -1
- package/build/pasorobles-rtl.css +1 -3
- package/build/pasorobles.asset.php +1 -1
- package/build/pasorobles.css +1 -3
- package/build/pasorobles.css.map +1 -1
- package/build/sacramento-rtl.css +1 -3
- package/build/sacramento.asset.php +1 -1
- package/build/sacramento.css +1 -3
- package/build/sacramento.css.map +1 -1
- package/build/santabarbara-rtl.css +1 -3
- package/build/santabarbara.asset.php +1 -1
- package/build/santabarbara.css +1 -3
- package/build/santabarbara.css.map +1 -1
- package/build/santacruz-rtl.css +1 -3
- package/build/santacruz.asset.php +1 -1
- package/build/santacruz.css +1 -3
- package/build/santacruz.css.map +1 -1
- package/build/shasta-rtl.css +1 -3
- package/build/shasta.asset.php +1 -1
- package/build/shasta.css +1 -3
- package/build/shasta.css.map +1 -1
- package/build/sierra-rtl.css +1 -3
- package/build/sierra.asset.php +1 -1
- package/build/sierra.css +1 -3
- package/build/sierra.css.map +1 -1
- package/build/trinity-rtl.css +1 -3
- package/build/trinity.asset.php +1 -1
- package/build/trinity.css +1 -3
- package/build/trinity.css.map +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- 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
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
<h4>Accordion</h4>
|
|
2
|
-
|
|
3
|
-
<div class="accordion" id="accordionExample">
|
|
4
|
-
<div class="accordion-item">
|
|
5
|
-
<h2 class="accordion-header">
|
|
6
|
-
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
|
|
7
|
-
Accordion Item #1
|
|
8
|
-
</button>
|
|
9
|
-
</h2>
|
|
10
|
-
<div id="collapseOne" class="accordion-collapse collapse show" data-bs-parent="#accordionExample">
|
|
11
|
-
<div class="accordion-body">
|
|
12
|
-
<strong>This is the first item's accordion body.</strong> It is shown by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.
|
|
13
|
-
</div>
|
|
14
|
-
</div>
|
|
15
|
-
</div>
|
|
16
|
-
<div class="accordion-item">
|
|
17
|
-
<h2 class="accordion-header">
|
|
18
|
-
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
|
|
19
|
-
Accordion Item #2
|
|
20
|
-
</button>
|
|
21
|
-
</h2>
|
|
22
|
-
<div id="collapseTwo" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
|
|
23
|
-
<div class="accordion-body">
|
|
24
|
-
<strong>This is the second item's accordion body.</strong> It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.
|
|
25
|
-
</div>
|
|
26
|
-
</div>
|
|
27
|
-
</div>
|
|
28
|
-
<div class="accordion-item">
|
|
29
|
-
<h2 class="accordion-header">
|
|
30
|
-
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
|
|
31
|
-
Accordion Item #3
|
|
32
|
-
</button>
|
|
33
|
-
</h2>
|
|
34
|
-
<div id="collapseThree" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
|
|
35
|
-
<div class="accordion-body">
|
|
36
|
-
<strong>This is the third item's accordion body.</strong> It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.
|
|
37
|
-
</div>
|
|
38
|
-
</div>
|
|
39
|
-
</div>
|
|
40
|
-
</div>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<h4>Blockquote</h4>
|
|
2
|
-
|
|
3
|
-
<blockquote>
|
|
4
|
-
<p>
|
|
5
|
-
Good quotes help to tell a story and enhance the credibility of a press
|
|
6
|
-
release, news story, or speech. Words that are crafted well can leave a
|
|
7
|
-
lasting impact on the world.
|
|
8
|
-
</p>
|
|
9
|
-
<footer>Holly Zuluaga</footer>
|
|
10
|
-
</blockquote>
|
package/sample/test.html
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<title>{{ title }}</title>
|
|
5
|
-
<!-- Google Font -->
|
|
6
|
-
|
|
7
|
-
{{#if scheme }}
|
|
8
|
-
<!-- Icon Font Library -->
|
|
9
|
-
<link rel="stylesheet" href="node_modules/@caweb/html-webpack-plugin/build/font-only.css" />
|
|
10
|
-
|
|
11
|
-
<!-- Template Scheme CSS -->
|
|
12
|
-
<link rel="stylesheet" href="node_modules/@caweb/html-webpack-plugin/build/{{ scheme }}.css" />
|
|
13
|
-
{{/if}}
|
|
14
|
-
</head>
|
|
15
|
-
<body>
|
|
16
|
-
{{> header }}
|
|
17
|
-
|
|
18
|
-
<div id="page-container" class="page-container">
|
|
19
|
-
<div id="main-content" class="main-content" tabindex="-1">
|
|
20
|
-
<main class="main-primary">
|
|
21
|
-
<div class="container">
|
|
22
|
-
|
|
23
|
-
{{> './components/accordion.html' }}
|
|
24
|
-
|
|
25
|
-
{{> './components/alerts.html' }}
|
|
26
|
-
|
|
27
|
-
{{> './components/blockquotes.html' }}
|
|
28
|
-
|
|
29
|
-
{{> './components/buttons.html' }}
|
|
30
|
-
|
|
31
|
-
{{> './components/cards.html' }}
|
|
32
|
-
|
|
33
|
-
{{> './components/typography.html' }}
|
|
34
|
-
|
|
35
|
-
{{> './components/lists.html' }}
|
|
36
|
-
|
|
37
|
-
{{> './components/profile-banners.html' }}
|
|
38
|
-
|
|
39
|
-
{{> './components/locations.html' }}
|
|
40
|
-
|
|
41
|
-
{{> './components/service-tiles.html' }}
|
|
42
|
-
|
|
43
|
-
{{> './components/sections.html' }}
|
|
44
|
-
|
|
45
|
-
{{> './components/animations.html' }}
|
|
46
|
-
|
|
47
|
-
</div>
|
|
48
|
-
</main>
|
|
49
|
-
</div>
|
|
50
|
-
</div>
|
|
51
|
-
{{> footer }}
|
|
52
|
-
|
|
53
|
-
{{#if scheme }}
|
|
54
|
-
<script src="node_modules/@caweb/html-webpack-plugin/build/{{ scheme }}.js"></script>
|
|
55
|
-
{{/if}}
|
|
56
|
-
</body>
|
|
57
|
-
</html>
|