@qld-gov-au/qgds-bootstrap5 1.1.21 → 1.1.22
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/assets/components/bs5/directionLinks/directionLinks.hbs +9 -0
- package/dist/assets/components/bs5/head/head.hbs +1 -1
- package/dist/assets/css/qld.bootstrap.css +1 -1
- package/dist/assets/css/qld.bootstrap.css.map +3 -3
- package/dist/assets/js/handlebars.init.min.js +38 -30
- package/dist/assets/js/handlebars.init.min.js.map +4 -4
- package/dist/assets/js/handlebars.partials.js +2 -0
- package/dist/assets/node/handlebars.init.min.js +11 -1
- package/dist/assets/node/handlebars.init.min.js.map +3 -3
- package/dist/components/bs5/directionLinks/directionLinks.hbs +9 -0
- package/dist/components/bs5/head/head.hbs +1 -1
- package/dist/components/handlebars.partials.js +2 -0
- package/dist/package.json +1 -1
- package/dist/sample-data/directionLinks/directionLinks.data.json +7 -0
- package/package.json +1 -1
- package/src/components/bs5/directionLinks/DirectionLinks.mdx +15 -0
- package/src/components/bs5/directionLinks/directionLinks.data.json +7 -0
- package/src/components/bs5/directionLinks/directionLinks.hbs +9 -0
- package/src/components/bs5/directionLinks/directionLinks.js +11 -0
- package/src/components/bs5/directionLinks/directionLinks.scss +116 -0
- package/src/components/bs5/directionLinks/directionLinks.stories.js +157 -0
- package/src/css/main.scss +1 -0
- package/src/css/qld-type.scss +67 -40
- package/src/css/qld-variables.scss +5 -3
- package/src/js/handlebars.partials.js +2 -0
|
@@ -15,6 +15,7 @@ import contentFooterWrapper from "../components/bs5/contentFooterWrapper/content
|
|
|
15
15
|
import contentWrapper from "../components/bs5/contentWrapper/contentWrapper.hbs?raw";
|
|
16
16
|
import correctincorrect from "../components/bs5/correctincorrect/correctincorrect.hbs?raw";
|
|
17
17
|
import dateinput from "../components/bs5/dateinput/dateinput.hbs?raw";
|
|
18
|
+
import directionLinks from "../components/bs5/directionLinks/directionLinks.hbs?raw";
|
|
18
19
|
import footer from "../components/bs5/footer/footer.hbs?raw";
|
|
19
20
|
import footerForgov from "../components/bs5/footer/footerForgov.hbs?raw";
|
|
20
21
|
import formcheck from "../components/bs5/formcheck/formcheck.hbs?raw";
|
|
@@ -64,6 +65,7 @@ export default function handlebarsPartials(handlebars) {
|
|
|
64
65
|
handlebars.registerPartial("contentWrapper", contentWrapper);
|
|
65
66
|
handlebars.registerPartial("correctincorrect", correctincorrect);
|
|
66
67
|
handlebars.registerPartial("dateinput", dateinput);
|
|
68
|
+
handlebars.registerPartial("directionLinks", directionLinks);
|
|
67
69
|
handlebars.registerPartial("footer", footer);
|
|
68
70
|
handlebars.registerPartial("footerForgov", footerForgov);
|
|
69
71
|
handlebars.registerPartial("formcheck", formcheck);
|
|
@@ -363,6 +363,14 @@ var init_dateinput = __esm({
|
|
|
363
363
|
}
|
|
364
364
|
});
|
|
365
365
|
|
|
366
|
+
// src/components/bs5/directionLinks/directionLinks.hbs?raw
|
|
367
|
+
var directionLinks_default;
|
|
368
|
+
var init_directionLinks = __esm({
|
|
369
|
+
"src/components/bs5/directionLinks/directionLinks.hbs?raw"() {
|
|
370
|
+
directionLinks_default = '{{! valid class values are: up, down, left, right}}\n<a class="qld-dir-link {{class}}" \n {{~#if id}} id="{{id}}" {{/if~}} \n href="{{href}}" \n {{~#if target}} target="{{target}}"{{/if~}}\n {{~#if arialabel}} aria-label="{{arialabel}}" {{/if~}}>\n {{{label}}}\n <span class="icon" aria-hidden="true"></span>\n</a>';
|
|
371
|
+
}
|
|
372
|
+
});
|
|
373
|
+
|
|
366
374
|
// src/components/bs5/footer/footer.hbs?raw
|
|
367
375
|
var footer_default;
|
|
368
376
|
var init_footer = __esm({
|
|
@@ -408,7 +416,7 @@ var head_default;
|
|
|
408
416
|
var init_head = __esm({
|
|
409
417
|
"src/components/bs5/head/head.hbs?raw"() {
|
|
410
418
|
head_default = `
|
|
411
|
-
<!-- VERSION_DETAILS={"project_id":"@qld-gov-au/qgds-bootstrap5","version":"1.1.
|
|
419
|
+
<!-- VERSION_DETAILS={"project_id":"@qld-gov-au/qgds-bootstrap5","version":"1.1.22","branch":"HEAD","tag":"v1.1.22","commit":"2d7f69e1a3cc163bb6c6c9c91fce83d366ef1529","majorVersion":"v1"} -->
|
|
412
420
|
|
|
413
421
|
{{! Select environment, used verbatium if not using predefind key
|
|
414
422
|
cdn := PROD|STAGING|BETA|TEST|DEV|???
|
|
@@ -664,6 +672,7 @@ function handlebarsPartials(handlebars) {
|
|
|
664
672
|
handlebars.registerPartial("contentWrapper", contentWrapper_default);
|
|
665
673
|
handlebars.registerPartial("correctincorrect", correctincorrect_default);
|
|
666
674
|
handlebars.registerPartial("dateinput", dateinput_default);
|
|
675
|
+
handlebars.registerPartial("directionLinks", directionLinks_default);
|
|
667
676
|
handlebars.registerPartial("footer", footer_default);
|
|
668
677
|
handlebars.registerPartial("footerForgov", footerForgov_default);
|
|
669
678
|
handlebars.registerPartial("formcheck", formcheck_default);
|
|
@@ -709,6 +718,7 @@ var init_handlebars_partials = __esm({
|
|
|
709
718
|
init_contentWrapper();
|
|
710
719
|
init_correctincorrect();
|
|
711
720
|
init_dateinput();
|
|
721
|
+
init_directionLinks();
|
|
712
722
|
init_footer();
|
|
713
723
|
init_footerForgov();
|
|
714
724
|
init_formcheck();
|