@qld-gov-au/qgds-bootstrap5 2.0.5 → 2.0.7

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 (142) hide show
  1. package/.esbuild/plugins/qgds-plugin-build-log.js +2 -2
  2. package/.esbuild/plugins/qgds-plugin-copy-assets.js +0 -3
  3. package/.storybook/README.md +10 -0
  4. package/.storybook/dynamicThemeDecorator.js +28 -24
  5. package/.storybook/{main.js → main.mjs} +8 -7
  6. package/.storybook/modes.js +3 -12
  7. package/.storybook/preview.js +14 -11
  8. package/dist/assets/components/bs5/head/head.hbs +1 -1
  9. package/dist/assets/css/qld.bootstrap.css +1 -1
  10. package/dist/assets/css/qld.bootstrap.css.map +3 -3
  11. package/dist/assets/css/qld.bootstrap.legacy.css +2 -0
  12. package/dist/assets/css/qld.bootstrap.legacy.css.map +7 -0
  13. package/dist/assets/js/handlebars.init.min.js +1 -1
  14. package/dist/assets/js/handlebars.partials.js +2398 -136
  15. package/dist/assets/js/handlebars.partials.js.map +7 -0
  16. package/dist/assets/node/handlebars.init.min.js +1 -1
  17. package/dist/components/bs5/head/head.hbs +1 -1
  18. package/dist/package.json +25 -27
  19. package/dist/sample-data/correctincorrect/correctincorrect.data.json +1 -0
  20. package/dist/sample-data/tabs/tabs.data.json +1 -2
  21. package/dist/sample-data/typography/typography.data.json +1 -0
  22. package/esbuild.js +22 -5
  23. package/package.json +25 -27
  24. package/pom.xml +3 -3
  25. package/src/components/bs5/accordion/Accordion.mdx +1 -1
  26. package/src/components/bs5/accordion/accordion.scss +3 -3
  27. package/src/components/bs5/accordion/accordion.stories.js +17 -22
  28. package/src/components/bs5/backToTop/backToTop.mdx +1 -1
  29. package/src/components/bs5/banner/Banner.mdx +1 -1
  30. package/src/components/bs5/blockquote/Blockquote.mdx +1 -1
  31. package/src/components/bs5/blockquote/manifest.json +1 -0
  32. package/src/components/bs5/breadcrumbs/Breadcrumbs.mdx +1 -1
  33. package/src/components/bs5/breadcrumbs/breadcrumbs.stories.js +19 -10
  34. package/src/components/bs5/breadcrumbs/manifest.json +1 -0
  35. package/src/components/bs5/breadcumbsWrapper/manifest.json +1 -0
  36. package/src/components/bs5/button/Button.mdx +1 -1
  37. package/src/components/bs5/button/button.scss +25 -45
  38. package/src/components/bs5/button/manifest.json +1 -0
  39. package/src/components/bs5/callToAction/callToAction.mdx +1 -1
  40. package/src/components/bs5/callToAction/callToAction.stories.js +15 -50
  41. package/src/components/bs5/callout/Callout.mdx +1 -1
  42. package/src/components/bs5/callout/callout.stories.js +14 -39
  43. package/src/components/bs5/callout/manifest.json +1 -0
  44. package/src/components/bs5/card/Card.mdx +1 -1
  45. package/src/components/bs5/card/card.scss +5 -5
  46. package/src/components/bs5/card/manifest.json +1 -0
  47. package/src/components/bs5/contentFooter/manifest.json +1 -0
  48. package/src/components/bs5/contentFooterWrapper/manifest.json +1 -0
  49. package/src/components/bs5/contentWrapper/manifest.json +1 -0
  50. package/src/components/bs5/correctincorrect/correctincorrect.data.json +1 -0
  51. package/src/components/bs5/correctincorrect/manifest.json +1 -0
  52. package/src/components/bs5/dateinput/Dateinput.stories.js +23 -31
  53. package/src/components/bs5/dateinput/manifest.json +1 -0
  54. package/src/components/bs5/directionLinks/DirectionLinks.mdx +1 -1
  55. package/src/components/bs5/directionLinks/directionLinks.stories.js +14 -12
  56. package/src/components/bs5/footer/Footer.mdx +1 -1
  57. package/src/components/bs5/footer/footer.scss +3 -7
  58. package/src/components/bs5/formcheck/manifest.json +1 -0
  59. package/src/components/bs5/formcheck/stories/checkbox/Checkbox.mdx +1 -1
  60. package/src/components/bs5/formcheck/stories/checkbox/checkbox.stories.js +44 -87
  61. package/src/components/bs5/formcheck/stories/radio/Radio.mdx +1 -1
  62. package/src/components/bs5/formcheck/stories/radio/radio.stories.js +9 -36
  63. package/src/components/bs5/fullPageWrapper/manifest.json +1 -0
  64. package/src/components/bs5/globalAlert/GlobalAlert.mdx +1 -1
  65. package/src/components/bs5/globalAlert/globalAlert.test.js +3 -3
  66. package/src/components/bs5/globalAlert/manifest.json +1 -0
  67. package/src/components/bs5/head/manifest.json +1 -0
  68. package/src/components/bs5/header/Header.mdx +1 -1
  69. package/src/components/bs5/header/header.stories.js +1 -30
  70. package/src/components/bs5/header/manifest.json +1 -0
  71. package/src/components/bs5/icons/Icons.mdx +1 -1
  72. package/src/components/bs5/icons/manifest.json +1 -0
  73. package/src/components/bs5/icons/mdx/_IconsSizes.mdx +1 -1
  74. package/src/components/bs5/image/Image.mdx +1 -1
  75. package/src/components/bs5/inpageAlert/InpageAlert.mdx +1 -1
  76. package/src/components/bs5/inpageAlert/inpageAlert.stories.js +7 -23
  77. package/src/components/bs5/inpageAlert/manifest.json +1 -0
  78. package/src/components/bs5/inpagenav/Inpagenav.mdx +1 -1
  79. package/src/components/bs5/inpagenav/inpagenav.stories.js +4 -6
  80. package/src/components/bs5/inpagenav/manifest.json +1 -0
  81. package/src/components/bs5/link/link.mdx +1 -1
  82. package/src/components/bs5/link/link.stories.js +4 -6
  83. package/src/components/bs5/linkColumns/linkColumns.mdx +1 -1
  84. package/src/components/bs5/logo/Logo.mdx +1 -1
  85. package/src/components/bs5/mainContainerWrapper/manifest.json +1 -0
  86. package/src/components/bs5/metaDcTerms/manifest.json +1 -0
  87. package/src/components/bs5/metaOpenGraph/manifest.json +1 -0
  88. package/src/components/bs5/modal/Modal.mdx +1 -1
  89. package/src/components/bs5/modal/manifest.json +1 -0
  90. package/src/components/bs5/pagination/Pagination.mdx +1 -1
  91. package/src/components/bs5/pagination/manifest.json +1 -0
  92. package/src/components/bs5/pagination/pagination.scss +290 -274
  93. package/src/components/bs5/pagination/pagination.stories.js +22 -46
  94. package/src/components/bs5/promotionalPanel/PromotionalPanel.mdx +1 -1
  95. package/src/components/bs5/quickexit/manifest.json +1 -0
  96. package/src/components/bs5/searchInput/SearchInput.mdx +1 -1
  97. package/src/components/bs5/searchInput/manifest.json +1 -0
  98. package/src/components/bs5/searchInput/searchInput.stories.js +10 -12
  99. package/src/components/bs5/select/manifest.json +1 -0
  100. package/src/components/bs5/sidenav/Sidenav.mdx +1 -1
  101. package/src/components/bs5/sidenav/manifest.json +1 -0
  102. package/src/components/bs5/sidenav/sidenav.stories.js +4 -7
  103. package/src/components/bs5/sidenavWrapper/manifest.json +1 -0
  104. package/src/components/bs5/skiplinks/SkipLinks.mdx +1 -1
  105. package/src/components/bs5/spinner/manifest.json +1 -0
  106. package/src/components/bs5/table/Table.mdx +1 -1
  107. package/src/components/bs5/table/manifest.json +1 -0
  108. package/src/components/bs5/tabs/Tabs.mdx +1 -1
  109. package/src/components/bs5/tabs/tabs.data.json +1 -2
  110. package/src/components/bs5/tabs/tabs.stories.js +38 -215
  111. package/src/components/bs5/tag/Tag.mdx +1 -1
  112. package/src/components/bs5/tag/manifest.json +1 -0
  113. package/src/components/bs5/textarea/manifest.json +1 -0
  114. package/src/components/bs5/textbox/manifest.json +1 -0
  115. package/src/components/bs5/textbox/textInput.scss +55 -39
  116. package/src/components/bs5/typography/Typography.mdx +1 -1
  117. package/src/components/bs5/typography/manifest.json +1 -0
  118. package/src/components/bs5/typography/typography.data.json +1 -0
  119. package/src/components/bs5/typography/typography.stories.js +6 -24
  120. package/src/components/bs5/video/Video.mdx +1 -1
  121. package/src/components/bs5/video/manifest.json +1 -0
  122. package/src/components/bs5/video/video.scss +41 -27
  123. package/src/components/bs5/video/video.stories.js +6 -24
  124. package/src/css/main.legacy.scss +19 -0
  125. package/src/css/main.scss +17 -0
  126. package/src/css/qld-print.scss +426 -304
  127. package/src/css/qld-tokens-legacy.scss +94 -0
  128. package/src/css/qld-tokens.scss +92 -77
  129. package/src/css/qld-variables.scss +37 -30
  130. package/src/stories/Introduction.mdx +1 -1
  131. package/vite.config.js +17 -0
  132. package/.eslintrc.cjs +0 -52
  133. package/dist/assets/js/bootstrap.js +0 -6312
  134. package/dist/assets/js/handlebars.helpers.js +0 -292
  135. package/dist/assets/js/handlebars.init.cjs +0 -6
  136. package/dist/assets/js/handlebars.init.js +0 -34
  137. package/dist/components/handlebars.helpers.js +0 -292
  138. package/dist/components/handlebars.init.cjs +0 -6
  139. package/dist/components/handlebars.init.js +0 -34
  140. package/dist/components/handlebars.partials.js +0 -136
  141. package/src/css/main.masterbrand.scss +0 -137
  142. package/src/css/themes/masterbrand.scss +0 -109
@@ -1,136 +0,0 @@
1
- /* global Handlebars */
2
- /** THIS IS A GENERATED FILE **/
3
-
4
- import accordion from "../components/bs5/accordion/accordion.hbs?raw";
5
- import backToTop from "../components/bs5/backToTop/backToTop.hbs?raw";
6
- import banner from "../components/bs5/banner/banner.hbs?raw";
7
- import blockquote from "../components/bs5/blockquote/blockquote.hbs?raw";
8
- import breadcrumbs from "../components/bs5/breadcrumbs/breadcrumbs.hbs?raw";
9
- import breadcrumbsWrapper from "../components/bs5/breadcumbsWrapper/breadcrumbsWrapper.hbs?raw";
10
- import button from "../components/bs5/button/button.hbs?raw";
11
- import callToAction from "../components/bs5/callToAction/callToAction.hbs?raw";
12
- import callout from "../components/bs5/callout/callout.hbs?raw";
13
- import card from "../components/bs5/card/card.hbs?raw";
14
- import containerLayout from "../components/bs5/containerLayout/containerLayout.hbs?raw";
15
- import contentFooter from "../components/bs5/contentFooter/contentFooter.hbs?raw";
16
- import contentFooterWrapper from "../components/bs5/contentFooterWrapper/contentFooterWrapper.hbs?raw";
17
- import contentWrapper from "../components/bs5/contentWrapper/contentWrapper.hbs?raw";
18
- import correctincorrect from "../components/bs5/correctincorrect/correctincorrect.hbs?raw";
19
- import dateinput from "../components/bs5/dateinput/dateinput.hbs?raw";
20
- import directionLinks from "../components/bs5/directionLinks/directionLinks.hbs?raw";
21
- import customLinks from "../components/bs5/footer/customLinks.hbs?raw";
22
- import feedbackForm from "../components/bs5/footer/feedbackForm.hbs?raw";
23
- import followLinks from "../components/bs5/footer/followLinks.hbs?raw";
24
- import footer from "../components/bs5/footer/footer.hbs?raw";
25
- import formcheck from "../components/bs5/formcheck/formcheck.hbs?raw";
26
- import fullPage from "../components/bs5/fullPageWrapper/fullPage.hbs?raw";
27
- import globalAlert from "../components/bs5/globalAlert/globalAlert.hbs?raw";
28
- import head from "../components/bs5/head/head.hbs?raw";
29
- import header from "../components/bs5/header/header.hbs?raw";
30
- import headerBrand from "../components/bs5/header/headerBrand.hbs?raw";
31
- import icon from "../components/bs5/icons/icon.hbs?raw";
32
- import image from "../components/bs5/image/image.hbs?raw";
33
- import inpageAlert from "../components/bs5/inpageAlert/inpageAlert.hbs?raw";
34
- import inpagenav from "../components/bs5/inpagenav/inpagenav.hbs?raw";
35
- import link from "../components/bs5/link/link.hbs?raw";
36
- import linkColumns from "../components/bs5/linkColumns/linkColumns.hbs?raw";
37
- import logo from "../components/bs5/logo/logo.hbs?raw";
38
- import logoCOALandscape from "../components/bs5/logo/logoCOALandscape.hbs?raw";
39
- import logoCOALandscape2Lines from "../components/bs5/logo/logoCOALandscape2Lines.hbs?raw";
40
- import mainContainerWrapper from "../components/bs5/mainContainerWrapper/mainContainerWrapper.hbs?raw";
41
- import metaDcTerms from "../components/bs5/metaDcTerms/metaDcTerms.hbs?raw";
42
- import metaOpenGraph from "../components/bs5/metaOpenGraph/metaOpenGraph.hbs?raw";
43
- import modal from "../components/bs5/modal/modal.hbs?raw";
44
- import navbar from "../components/bs5/navbar/navbar.hbs?raw";
45
- import contentPageWithForm from "../components/bs5/pageLayout/templates/contentPageWithForm.hbs?raw";
46
- import contentPageWithSideNavigation from "../components/bs5/pageLayout/templates/contentPageWithSideNavigation.hbs?raw";
47
- import homePage from "../components/bs5/pageLayout/templates/homePage.hbs?raw";
48
- import pagination from "../components/bs5/pagination/pagination.hbs?raw";
49
- import promotionalPanel from "../components/bs5/promotionalPanel/promotionalPanel.hbs?raw";
50
- import quickexit from "../components/bs5/quickexit/quickexit.hbs?raw";
51
- import searchInput from "../components/bs5/searchInput/searchInput.hbs?raw";
52
- import select from "../components/bs5/select/select.hbs?raw";
53
- import sidenav from "../components/bs5/sidenav/sidenav.hbs?raw";
54
- import sidenavWrapper from "../components/bs5/sidenavWrapper/sidenavWrapper.hbs?raw";
55
- import skipLinks from "../components/bs5/skiplinks/skipLinks.hbs?raw";
56
- import spinner from "../components/bs5/spinner/spinner.hbs?raw";
57
- import table from "../components/bs5/table/table.hbs?raw";
58
- import tabs from "../components/bs5/tabs/tabs.hbs?raw";
59
- import tag from "../components/bs5/tag/tag.hbs?raw";
60
- import textarea from "../components/bs5/textarea/textarea.hbs?raw";
61
- import textbox from "../components/bs5/textbox/textbox.hbs?raw";
62
- import typography from "../components/bs5/typography/typography.hbs?raw";
63
- import video from "../components/bs5/video/video.hbs?raw";
64
-
65
-
66
- /**
67
- * Registers Handlebars Partials
68
- * @param {Handlebars} handlebars Templating engine
69
- * @returns {void} Result of the helper operation
70
- */
71
- export default function handlebarsPartials(handlebars) {
72
- handlebars.registerPartial("accordion", accordion);
73
- handlebars.registerPartial("backToTop", backToTop);
74
- handlebars.registerPartial("banner", banner);
75
- handlebars.registerPartial("blockquote", blockquote);
76
- handlebars.registerPartial("breadcrumbs", breadcrumbs);
77
- handlebars.registerPartial("breadcrumbsWrapper", breadcrumbsWrapper);
78
- handlebars.registerPartial("button", button);
79
- handlebars.registerPartial("callToAction", callToAction);
80
- handlebars.registerPartial("callout", callout);
81
- handlebars.registerPartial("card", card);
82
- handlebars.registerPartial("containerLayout", containerLayout);
83
- handlebars.registerPartial("contentFooter", contentFooter);
84
- handlebars.registerPartial("contentFooterWrapper", contentFooterWrapper);
85
- handlebars.registerPartial("contentWrapper", contentWrapper);
86
- handlebars.registerPartial("correctincorrect", correctincorrect);
87
- handlebars.registerPartial("dateinput", dateinput);
88
- handlebars.registerPartial("directionLinks", directionLinks);
89
- handlebars.registerPartial("customLinks", customLinks);
90
- handlebars.registerPartial("feedbackForm", feedbackForm);
91
- handlebars.registerPartial("followLinks", followLinks);
92
- handlebars.registerPartial("footer", footer);
93
- handlebars.registerPartial("formcheck", formcheck);
94
- handlebars.registerPartial("fullPage", fullPage);
95
- handlebars.registerPartial("globalAlert", globalAlert);
96
- handlebars.registerPartial("head", head);
97
- handlebars.registerPartial("header", header);
98
- handlebars.registerPartial("headerBrand", headerBrand);
99
- handlebars.registerPartial("icon", icon);
100
- handlebars.registerPartial("image", image);
101
- handlebars.registerPartial("inpageAlert", inpageAlert);
102
- handlebars.registerPartial("inpagenav", inpagenav);
103
- handlebars.registerPartial("link", link);
104
- handlebars.registerPartial("linkColumns", linkColumns);
105
- handlebars.registerPartial("logo", logo);
106
- handlebars.registerPartial("logoCOALandscape", logoCOALandscape);
107
- handlebars.registerPartial("logoCOALandscape2Lines", logoCOALandscape2Lines);
108
- handlebars.registerPartial("mainContainerWrapper", mainContainerWrapper);
109
- handlebars.registerPartial("metaDcTerms", metaDcTerms);
110
- handlebars.registerPartial("metaOpenGraph", metaOpenGraph);
111
- handlebars.registerPartial("modal", modal);
112
- handlebars.registerPartial("navbar", navbar);
113
- handlebars.registerPartial("contentPageWithForm", contentPageWithForm);
114
- handlebars.registerPartial("contentPageWithSideNavigation", contentPageWithSideNavigation);
115
- handlebars.registerPartial("homePage", homePage);
116
- handlebars.registerPartial("pagination", pagination);
117
- handlebars.registerPartial("promotionalPanel", promotionalPanel);
118
- handlebars.registerPartial("quickexit", quickexit);
119
- handlebars.registerPartial("searchInput", searchInput);
120
- handlebars.registerPartial("select", select);
121
- handlebars.registerPartial("sidenav", sidenav);
122
- handlebars.registerPartial("sidenavWrapper", sidenavWrapper);
123
- handlebars.registerPartial("skipLinks", skipLinks);
124
- handlebars.registerPartial("spinner", spinner);
125
- handlebars.registerPartial("table", table);
126
- handlebars.registerPartial("tabs", tabs);
127
- handlebars.registerPartial("tag", tag);
128
- handlebars.registerPartial("textarea", textarea);
129
- handlebars.registerPartial("textbox", textbox);
130
- handlebars.registerPartial("typography", typography);
131
- handlebars.registerPartial("video", video);
132
-
133
- }
134
- if(typeof(Handlebars) !== 'undefined') {
135
- handlebarsPartials(Handlebars);
136
- }
@@ -1,137 +0,0 @@
1
- @import './themes/masterbrand.scss';// Guidelines for this setup: https://getbootstrap.com/docs/5.3/customize/sass/
2
-
3
- // External fonts
4
- @import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&family=Noto+Sans:wght@400;600;900&display=swap");
5
- $font-family-sans-serif:
6
- "Noto Sans",
7
- system-ui,
8
- -apple-system,
9
- "Segoe UI",
10
- Roboto,
11
- "Helvetica Neue",
12
- "Noto Sans",
13
- "Liberation Sans",
14
- Arial,
15
- sans-serif,
16
- "Apple Color Emoji",
17
- "Segoe UI Emoji",
18
- "Segoe UI Symbol",
19
- "Noto Color Emoji" !default;
20
- $font-family-sitename: "Fira Sans";
21
-
22
- //Prefix to namespace design-system classes
23
- $prefix: "qld-";
24
- $enable-cssgrid: true;
25
- $color-mode-type: data;
26
- $enable-dark-mode: true;
27
-
28
- // 1. Include bootstraps functions and variables first (so they can be referenced by proceeding files)
29
- @import "../../node_modules/bootstrap/scss/functions";
30
- @import "../../node_modules/bootstrap/scss/variables";
31
- @import "../../node_modules/bootstrap/scss/variables-dark";
32
-
33
- // 2. QLD Design System variables (Bootstrap overrides)
34
- @import "./qld-variables";
35
- @import "variables";
36
-
37
- // 3. Include remainder of bootstrap
38
- // 3.1 Required
39
- @import "../../node_modules/bootstrap/scss/maps";
40
- @import "../../node_modules/bootstrap/scss/mixins";
41
- @import "../../node_modules/bootstrap/scss/utilities";
42
-
43
- // 3.2 QLD Design System utilities (is dependent on maps, mixins and utilities being available)
44
- @import "./qld-utilities";
45
-
46
- // 3.2 Recommended, Resets and shared
47
- @import "../../node_modules/bootstrap/scss/root";
48
- @import "../../node_modules/bootstrap/scss/reboot";
49
- @import "../../node_modules/bootstrap/scss/type";
50
- @import "../../node_modules/bootstrap/scss/containers";
51
- @import "../../node_modules/bootstrap/scss/grid";
52
- @import "../../node_modules/bootstrap/scss/helpers";
53
-
54
- // 3.3 Optional components
55
- @import "../../node_modules/bootstrap/scss/accordion";
56
- @import "../../node_modules/bootstrap/scss/alert";
57
- @import "../../node_modules/bootstrap/scss/badge";
58
- @import "../../node_modules/bootstrap/scss/buttons";
59
- @import "../../node_modules/bootstrap/scss/button-group";
60
- @import "../../node_modules/bootstrap/scss/breadcrumb";
61
- @import "../../node_modules/bootstrap/scss/card";
62
- @import "../../node_modules/bootstrap/scss/carousel";
63
- @import "../../node_modules/bootstrap/scss/close";
64
- @import "../../node_modules/bootstrap/scss/dropdown";
65
- @import "../../node_modules/bootstrap/scss/forms";
66
- @import "../../node_modules/bootstrap/scss/list-group";
67
- @import "../../node_modules/bootstrap/scss/images";
68
- @import "../../node_modules/bootstrap/scss/modal";
69
- @import "../../node_modules/bootstrap/scss/progress";
70
- @import "../../node_modules/bootstrap/scss/transitions";
71
- @import "../../node_modules/bootstrap/scss/nav";
72
- @import "../../node_modules/bootstrap/scss/navbar";
73
- @import "../../node_modules/bootstrap/scss/offcanvas";
74
- @import "../../node_modules/bootstrap/scss/pagination";
75
- @import "../../node_modules/bootstrap/scss/placeholders";
76
- @import "../../node_modules/bootstrap/scss/popover";
77
- @import "../../node_modules/bootstrap/scss/spinners";
78
- @import "../../node_modules/bootstrap/scss/tables";
79
- @import "../../node_modules/bootstrap/scss/toasts";
80
- @import "../../node_modules/bootstrap/scss/tooltip";
81
-
82
- // 7. Optionally include utilities API last to generate classes based on the Sass map in `_utilities.scss`
83
- @import "../../node_modules/bootstrap/scss/utilities/api";
84
-
85
- // Themes
86
- @import "qld-theme";
87
-
88
- //8. QLD Design System typography (bootstrap overrides and custom). Please maintain naming consistency.
89
- @import "./qld-type";
90
-
91
- // Common Layout Blocks
92
- @import "../components/common/layout/content";
93
- @import "../components/common/layout/container";
94
-
95
- // 9. QLD Design System components (bootstrap overrides and custom). Please maintain naming consistency.
96
- @import "../components/bs5/accordion/accordion";
97
- @import "../components/bs5/banner/banner";
98
- @import "../components/bs5/blockquote/blockquote";
99
- @import "../components/bs5/breadcrumbs/breadcrumbs";
100
- @import "../components/bs5/button/button";
101
- @import "../components/bs5/callout/callout";
102
- @import "../components/bs5/card/card";
103
- @import "../components/bs5/callToAction/callToAction";
104
- @import "../components/bs5/correctincorrect/correctincorrect";
105
- @import "../components/bs5/dateinput/dateinput";
106
- @import "../components/bs5/directionLinks/directionLinks";
107
- @import "../components/bs5/formcheck/formcheck";
108
- @import "../components/bs5/footer/footer";
109
- @import "../components/bs5/globalAlert/globalAlert";
110
- @import "../components/bs5/link/link";
111
- @import "../components/bs5/header/header";
112
- @import "../components/bs5/icons/icons";
113
- @import "../components/bs5/inpageAlert/inpageAlert";
114
- @import "../components/bs5/image/image";
115
- @import "../components/bs5/inpagenav/inpagenav";
116
- @import "../components/bs5/linkColumns/linkColumns";
117
- @import "../components/bs5/modal/modal";
118
- @import "../components/bs5/navbar/navbar";
119
- @import "../components/bs5/pagination/pagination";
120
- @import "../components/bs5/promotionalPanel/promotionalPanel";
121
- @import "../components/bs5/quickexit/quickexit";
122
- @import "../components/bs5/sidenav/sidenav";
123
- @import "../components/bs5/searchInput/searchInput";
124
- @import "../components/bs5/skiplinks/skipLinks";
125
- @import "../components/bs5/spinner/spinner";
126
- @import "../components/bs5/table/table";
127
- @import "../components/bs5/tabs/tabs";
128
- @import "../components/bs5/tag/tag";
129
- @import "../components/bs5/textbox/textInput";
130
- @import "../components/bs5/typography/typography";
131
- @import "../components/bs5/video/video";
132
-
133
- // Custom utility classes
134
- @import "utilities";
135
-
136
- // Print
137
- @import "qld-print";
@@ -1,109 +0,0 @@
1
- // Variables Override File - Emerald Theme
2
- // This file creates a custom emerald/green theme variant with different values from qld-tokens.scss
3
-
4
- // Core neutral colors - warmer tones
5
- $core-default-color-neutral-black: #0D1B0D;
6
- $core-default-color-neutral-darkest: #1A2E1A;
7
- $core-default-color-neutral-darker: #2D4A2D;
8
- $core-default-color-neutral-dark: #4A6B4A;
9
- $core-default-color-neutral-light: #C5E5C5;
10
- $core-default-color-neutral-lighter: #E0F2E0;
11
- $core-default-color-neutral-lightest: #F0F9F0;
12
- $core-default-color-neutral-white: #FFFFFF;
13
-
14
- // Status colors - emerald themed
15
- $core-default-color-status-caution-default: #F5A623;
16
- $core-default-color-status-caution-darker: #D4820A;
17
- $core-default-color-status-caution-lighter: #FFF8E1;
18
- $core-default-color-status-caution-lightest: #FFFCF5;
19
- $core-default-color-status-info-default: #17A2B8;
20
- $core-default-color-status-info-darker: #138496;
21
- $core-default-color-status-info-lighter: #D1ECF1;
22
- $core-default-color-status-info-lightest: #E8F6F8;
23
- $core-default-color-status-error-default: #DC3545;
24
- $core-default-color-status-error-darker: #C82333;
25
- $core-default-color-status-error-lighter: #F8D7DA;
26
- $core-default-color-status-error-lightest: #FCE8EA;
27
- $core-default-color-status-success-default: #28A745;
28
- $core-default-color-status-success-darker: #155724;
29
- $core-default-color-status-success-lighter: #D4EDDA;
30
- $core-default-color-status-success-lightest: #E8F5E8;
31
-
32
- // Underline colors
33
- $core-default-color-status-underline-light: #FFFFFF99;
34
- $core-default-color-status-underline-dark: #1B4D3E99;
35
-
36
- // Brand colors - emerald palette
37
- $core-default-color-brand-primary-dark-blue: #0D4E41;
38
- $core-default-color-brand-primary-sapphire-blue: #16A085;
39
- $core-default-color-brand-primary-light-blue: #48C9B0;
40
- $core-default-color-brand-primary-light-green: #58D68D;
41
- $core-default-color-brand-secondary-darkgreen: #239B56;
42
- $core-default-color-brand-secondary-golden-yellow: #F7DC6F;
43
- $core-default-color-brand-other-modern-maroon: #7D3C98;
44
- $core-default-color-brand-other-gov-maroon: #6C3483;
45
-
46
- // Code colors - emerald theme
47
- $core-default-color-code-green: #58D68D;
48
- $core-default-color-code-light-blue: #85E3FF;
49
- $core-default-color-code-violet: #BB8FCE;
50
- $core-default-color-code-muted: #A9DFBF;
51
-
52
- // Layout backgrounds
53
- $core-default-color-contained-layout-background: #16A085;
54
- $core-default-color-contained-layout-background-dark: #0D4E41;
55
-
56
- // Light theme colors - emerald variations
57
- $color-default-color-light-background-default: #FFFFFF;
58
- $color-default-color-light-background-default-shade: #F0F9F0;
59
- $color-default-color-light-background-light: #E8F6F3;
60
- $color-default-color-light-background-light-shade: #D5F2E8;
61
- $color-default-color-light-background-alt: #D5F2E8;
62
- $color-default-color-light-background-alt-shade: #C5E5C5;
63
- $color-default-color-light-border-default: #A9DFBF;
64
- $color-default-color-light-border-light: #85C1A6;
65
- $color-default-color-light-border-alt: #5D6D5D;
66
- $color-default-color-light-action-primary: #16A085;
67
- $color-default-color-light-action-primary-hover: #0D4E41;
68
- $color-default-color-light-action-secondary: #239B56;
69
- $color-default-color-light-action-secondary-hover: #1B7943;
70
- $color-default-color-light-link-on-action: #FFFFFF;
71
- $color-default-color-light-link-default: #16A085;
72
- $color-default-color-light-link-visited: #7D3C98;
73
- $color-default-color-light-accent-design-accent: #58D68D;
74
- $color-default-color-light-focus-default: #48C9B0;
75
- $color-default-color-light-underline-default: #229954;
76
- $color-default-color-light-underline-default-hover: #16A085;
77
- $color-default-color-light-underline-visited: #BB8FCE;
78
- $color-default-color-light-underline-visited-hover: #7D3C98;
79
- $color-default-color-light-text-default: #2E4E3E;
80
- $color-default-color-light-text-lighter: #566B56;
81
- $color-default-color-light-text-heading: #0D4E41;
82
- $color-default-color-light-site-title: #0A3D33;
83
- $color-default-color-light-crest-fill: #1B4D3E;
84
-
85
- // Dark theme colors - emerald variations
86
- $color-default-color-dark-background-default: #16A085;
87
- $color-default-color-dark-background-default-shade: #138D75;
88
- $color-default-color-dark-background-alt: #0D4E41;
89
- $color-default-color-dark-background-alt-shade: #0A3D33;
90
- $color-default-color-dark-border-default: #7DCEA0;
91
- $color-default-color-dark-border-alt: #58D68D;
92
- $color-default-color-dark-action-primary: #58D68D;
93
- $color-default-color-dark-action-primary-hover: #85E3FF;
94
- $color-default-color-dark-action-secondary: #F7DC6F;
95
- $color-default-color-dark-action-secondary-hover: #F4F6E7;
96
- $color-default-color-dark-link-default: #FFFFFF;
97
- $color-default-color-dark-link-visited: #D2B4DE;
98
- $color-default-color-dark-link-on-action: #0D4E41;
99
- $color-default-color-dark-accent-design-accent: #58D68D;
100
- $color-default-color-dark-focus-default: #7DCEA0;
101
- $color-default-color-dark-underline-default: #A9DFBF;
102
- $color-default-color-dark-underline-default-hover: #FFFFFF;
103
- $color-default-color-dark-underline-visited: #D2B4DE;
104
- $color-default-color-dark-underline-visited-hover: #BB8FCE;
105
- $color-default-color-dark-text-default: #FFFFFF;
106
- $color-default-color-dark-text-lighter: #E8F6F3;
107
- $color-default-color-dark-text-heading: #FFFFFF;
108
- $color-default-color-dark-site-title: #FFFFFF;
109
- $color-default-color-dark-crest-fill: #FFFFFF;