@saasira/holi 0.1.4 → 0.1.5

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/dist/holi.html CHANGED
@@ -1,5 +1,37 @@
1
1
  <!-- Holi Template Library v1.0.0 -->
2
2
 
3
+ <!-- Template: 3x9.html src/templates/layouts/3x9.html -->
4
+ <template id="page-layout-3x9" data-layout="3x9">
5
+ <header class="holi-page-band holi-page-band-header">
6
+ <slot name="header"></slot>
7
+ </header>
8
+ <slot name="main">
9
+ <main class="holi-page-band holi-page-band-main">
10
+ <header class="holi-page-band holi-page-band-subheader">
11
+ <slot name="menubar"></slot>
12
+ </header>
13
+ <section class="holi-page-band holi-page-band-columns">
14
+ <aside class="holi-page-band holi-page-band-column holi-page-band-column-lhs">
15
+ <slot name="lhs"></slot>
16
+ </aside>
17
+ <section class="holi-page-band holi-page-band-column holi-page-band-column-middle">
18
+ <slot name="middle"></slot>
19
+ </section>
20
+ <aside class="holi-page-band holi-page-band-column holi-page-band-column-rhs">
21
+ <slot name="rhs"></slot>
22
+ </aside>
23
+ </section>
24
+ </main>
25
+ </slot>
26
+ <section class="holi-page-band holi-page-band-prefooter">
27
+ <slot name="prefooter"></slot>
28
+ </section>
29
+ <footer class="holi-page-band holi-page-band-footer">
30
+ <slot name="footer"></slot>
31
+ </footer>
32
+ </template>
33
+
34
+
3
35
  <!-- Template: wizard.html src/templates/components/wizard.html -->
4
36
  <template id="wizard">
5
37
  <section class="wizard" role="form">
@@ -819,4 +851,4 @@
819
851
  </section>
820
852
  </template>
821
853
 
822
- <!-- End Holi Templates -->
854
+ <!-- End Holi Template Library -->