Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qoldev 569 searchable table #1154

Merged
merged 13 commits into from
Sep 7, 2023
Merged

Conversation

ghazal-salehi
Copy link
Contributor

@ghazal-salehi ghazal-salehi commented Sep 7, 2023

https://oss-uat.clients.squiz.net/_resources/matrix-documentation/components/searchable-and-sortable-table

The button templates is added by dataTable jquery. I added some js code to add class qg-btn to the button in order to inherit SWE button styles. Also improved code syntax to some extent.

@ghazal-salehi ghazal-salehi merged commit 06a6b6f into develop Sep 7, 2023
4 of 5 checks passed
ghazal-salehi added a commit that referenced this pull request Oct 9, 2023
* Upgrading storybook 7.3 to 7.4 (#1141)

* Upgrading storybook 7.3 to 7.4

* removing extra files

* Qoldev 580 aligning button in service dropdown (#1142)

* QOLDEV-580 Padding around button on Service Finder suggestion dropdown

* Increasing package version to 4.4

* QOLDEV-580 Excluding buttons from link styles within banner dropdown

* Bump @babel/preset-env from 7.22.10 to 7.22.14 (#1136)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.10 to 7.22.14.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.14/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-533 Removing unnecessary space in accordion (#1143)

* QOLDEV-533 Removing unnecessary space in acordion

* QOLDEV-533 Removing unnecessary space in acordion

* Qoldev 592 table top border (#1144)

* QOLDEV-592 Removing border for default table

* QOLDEV-592 Excluding borederd tables

* QOLDEV-592 Excluding borederd tables, applying to td

* revert changes to package.json

* Bump @babel/preset-env from 7.22.14 to 7.22.15 (#1148)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.14 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/plugin-transform-runtime from 7.22.10 to 7.22.15 (#1149)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.22.10 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jquery from 3.7.0 to 3.7.1 (#1115)

Bumps [jquery](https://github.com/jquery/jquery) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](jquery/jquery@3.7.0...3.7.1)

---
updated-dependencies:
- dependency-name: jquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* QOLDEV-576 Create a story for full-width image (#1153)

* QOLDEV-594 Adding a story for bordered table (#1152)

* QOLDEV-578 Fixing class qg-unstyled for image without border (#1151)

* QOLDEV-592 Excluding NoStripe tables from border: 0 (#1150)

* Bump @babel/core from 7.22.11 to 7.22.15 (#1147)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.11 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* QOLDEV-591 quixk exit z-index (#1155)

* Qoldev 569 searchable table (#1154)

* QOLDEV-569 Searchable table

* QOLDEV-569 Searchable table

* QOLDEV-569 Extending qg-btn for searchable table buttons

* QOLDEV-569 Underline for table buttons

* QOLDEV-569 Adding qg-btn class to dataTable buttons

* QOLDEV-569 Add qg-btn after load so the buttons exist

* QOLDEV-569 more styling

* QOLDEV-569 Replacing load with ready, margin

* QOLDEV-569 document on ready

* QOLDEV-569 document on load

* QOLDEV-569 window on load

* QOLDEV-569 hover state

* QOLDEV-596 Search box clear button (#1156)

* QOLDEV-596 Search box clear button

* QOLDEV-596 More styling for search box

* QOLDEV-596 More styling for search box

* QOLDEV-596 More styling for search box

* Bump @babel/core from 7.22.15 to 7.22.17 (#1158)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.15 to 7.22.17.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.17/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump chromatic from 6.24.1 to 7.1.0 (#1157)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 6.24.1 to 7.1.0.
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](chromaui/chromatic-cli@v6.24.1...v7.1.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-579 improving jQuery datepicker in storybook (#1128)

* QOLDEV-579 jQuery datepicker input type i storybook

* QOLDEV-579 hasDatepicker should be added by js

* QOLDEV-579 Including qg-main.js in storybook's preview-head.html

* QOLDEV-579 Removing addScript function from previewMainTemplate

* Bump @babel/runtime from 7.22.11 to 7.22.15 (#1145)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.11 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* QOLDEV-603 Upgrade storybook to 7.4.1 (#1171)

* Bump jest from 29.6.4 to 29.7.0 (#1175)

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.6.4 to 29.7.0.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint from 8.48.0 to 8.49.0 (#1166)

Bumps [eslint](https://github.com/eslint/eslint) from 8.48.0 to 8.49.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.48.0...v8.49.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-599 jQuery UI for storybook, Cleaning up tasks (#1159)

* QOLDEV-599 Cleaning up tasks

* QOLDEV-599 jquery ui

* QOLDEV-599 Adding jquery ui in previewMainTemplate

* QOLDEV-599 Adding jquery ui in previewMainTemplate

* typo

* jQuery ui cdn

* jQuery ui cdn

* QOLDEV-599 datepicker selector

* QOLDEV-599 Using jquery ui cdn in datepicker js to make it work in storybook as well

* QOLDEV-599 Adding jquery ui in preview-head

* Cleaning up

* QOLDEV-599 Add jquery-ui in storybook head unconditional

* QOLDEV-599 Updating links to jquery ui assets

* QOLDEV-599 handleDatePicker function

* QOLDEV-599 handleDatePicker function

* QOLDEV-602 Keeping quick exit at the top for long page (#1169)

* QOLDEV-602 Moving quick exit at the bottom of the page

* QOLDEV-602 Making quick exit stick to top after scrolling down

* QOLDEV-602 Fixing lint warnings

* QOLDEV-602 new line

* Bump @babel/core from 7.22.17 to 7.22.19 (#1177)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.17 to 7.22.19.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.19/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-569 Styling elements in searchable table (#1168)

* QOLDEV-569 Styling elements in searchable table

* QOLDEV-569 searchable table improvement

* QOLDEV-569 Excluding sortable table buttons from link styles

* QOLDEV-569 Excluding sortable table buttons from link styles

* QOLDEV-569 typo

* QOLDEV-569 Improving datatables js

* QOLDEV-569 Hover state for pagination buttons

* QOLDEV-569 Hover state for pagination buttons, important

* QOLDEV-600 Styling qg-radio-tabs (#1160)

* Bump sass from 1.66.1 to 1.67.0 (#1176)

Bumps [sass](https://github.com/sass/dart-sass) from 1.66.1 to 1.67.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.66.1...1.67.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-601 Styling portal links (#1161)

* QOLDEV-601 Styling portal links

* QOLDEV-601 Styling portal links, margin

* QOLDEV-601 Styling portal links, padding

* QOLDEV-601 Styling portal links, max-height

* QOLDEV-601 Styling portal links, margin-bottom

* Bump puppeteer from 21.1.1 to 21.2.1 (#1174)

* Bump puppeteer from 21.1.1 to 21.2.1

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.1.1 to 21.2.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-v21.1.1...puppeteer-v21.2.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Resolving puppeteer bukd error regarding disposable object

* Resolving puppeteer bukd error regarding disposable object

* Using length property to check the results returned

* Return value for received and expected

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>
Co-authored-by: ghazal-salehi <ghazal.salehi@smartservice.qld.gov.au>

* QOLDEV-599 Lint error, and others (#1185)

* QOLDEV-599 Lint error, and others

* QOLDEV-599 crossorigin anonymous for css files

* QOLDEV-608 Upgrade storybook to 7.4.2 (#1186)

* Bump @babel/preset-env from 7.22.15 to 7.22.20 (#1189)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.15 to 7.22.20.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.20/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/core from 7.22.19 to 7.22.20 (#1188)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.19 to 7.22.20.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.20/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump postcss from 8.4.29 to 8.4.30 (#1190)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.30.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.29...8.4.30)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-324 Decomissioning old docs in the sourcecode (#1187)

* QOLDEV-324 Reversing docs/assets

* QOLDEV-324 Removing docs/examples

* QOLDEV-324 Reversing components.html, needed for tests

* QOLDEV-324 Removing unneeded components

* QOLDEV-324 accordion.html is needed for test

* QOLDEV-324 some html files are needed for tests

* QOLDEV-324 some html files are needed for tests

* QOLDEV-324 These html might be useful for future tests

* QOLDEV-324 renaming files

* QOLDEV-324 Example files are used in print.html, docs-nav.html is never used

* QOLDEV-324 Removing referenc to docs-nav

* QOLDEV-601 Making main navigation bar and DFV's seamless (#1193)

* QOLDEV-601 More adjusting for the navigation bar so it looks like DFV navigation

* QOLDEV-601 Overwriting qg-private-content top margin

* Qoldev 569 sortable table for FireFox (#1194)

* onpageshow

* QOLDEV-569 Updating JS to make it work on FireFox

* Qoldev 612 global search dropdown (#1195)

* QOLDEV-612 Global search dropdown in mobile view

* QOLDEV-612 more adjusting

* QOLDEV-622 added CSS for disabled radios and checkboxes

* QOLDEV-620 Making table-sm bootstrap class working in SWE (#1218)

* QOLDEV-577 Removing source code toggle button for mobile stories (#1215)

* QOLDEV-577 Removing source code toggle button for mobile stories

* QOLDEV-577 Reverting extra argument

* Upgrade storybook to 7.4.5 (#1214)

* Qoldev 618 service finder button (#1217)

* QOLDEV-618 Excluding link style for the buttom in service finder

* QOLDEV-618 Formatting the code

* QOLDEV-618 Updating the selector for service finder links

* QOLDEV-618 Removing ampersand

* QOLDEV-618 Improving selector

* QOLDEV-622 disabled radio checkbox storybook files

* Bump jest-puppeteer from 9.0.0 to 9.0.1 (#1225)

Bumps [jest-puppeteer](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/jest-puppeteer) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/argos-ci/jest-puppeteer/releases)
- [Changelog](https://github.com/argos-ci/jest-puppeteer/blob/main/packages/jest-puppeteer/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/jest-puppeteer/commits/v9.0.1/packages/jest-puppeteer)

---
updated-dependencies:
- dependency-name: jest-puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump postcss from 8.4.30 to 8.4.31 (#1226)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.30 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.30...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump puppeteer from 21.2.1 to 21.3.6 (#1219)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.2.1 to 21.3.6.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-v21.2.1...puppeteer-v21.3.6)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint from 8.49.0 to 8.50.0 (#1223)

Bumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 8.50.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.49.0...v8.50.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/runtime from 7.22.15 to 7.23.1 (#1224)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.15 to 7.23.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.1/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sass from 1.67.0 to 1.68.0 (#1222)

Bumps [sass](https://github.com/sass/dart-sass) from 1.67.0 to 1.68.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.67.0...1.68.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qoldev 569 searchable table storybook (#1221)

* QOLDEV-569 Styling searchable table when input changes

* QOLDEV-569 Adding a story for searchable table

* QOLDEV-569 Styling table after sort event

* QOLDEV-569 Using drawCallback when initialising the dataTable

* QOLDEV-569 Resolving lint error

* QOLDEV-569 Missing trailing comma

* QOLDEV-569 on load scripts

* QOLDEV-569 Other script can go into Squiz

* QOLDEV-569 onpageshow to fix FireFox

* Bump chromatic from 7.1.0 to 7.2.2 (#1233)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 7.1.0 to 7.2.2.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](chromaui/chromatic-cli@v7.1.0...v7.2.2)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Edits to radio and checkbox examples in Storybook

* Bump @babel/core from 7.22.20 to 7.23.0 (#1237)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.20 to 7.23.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.0/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @storybook/addon-mdx-gfm from 7.4.5 to 7.4.6 (#1229)

Bumps [@storybook/addon-mdx-gfm](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/gfm) from 7.4.5 to 7.4.6.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.6/code/addons/gfm)

---
updated-dependencies:
- dependency-name: "@storybook/addon-mdx-gfm"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "Bump @storybook/addon-mdx-gfm from 7.4.5 to 7.4.6 (#1229)" (#1238)

This reverts commit 8875c6b.

* Bump storybook to 7.4.6 (#1240)

* Qoldev 612 global search dropdown blurb (#1239)

* QOLDEV-612 Make the selector more specified

* QOLDEV-612 important

* QOLDEV-534 Replacing via.placeholder.com with placehold.co (#1243)

* QOLDEV-534 Replacing via.placeholder.com with placehold.co

* QOLDEV-534 file type format goes after the color codes

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steve Pegg <126438309+stvp-qld@users.noreply.github.com>
Co-authored-by: Bec Launder <rebeccalaunder@gmail.com>
ghazal-salehi added a commit that referenced this pull request Nov 23, 2023
* Upgrading storybook 7.3 to 7.4 (#1141)

* Upgrading storybook 7.3 to 7.4

* removing extra files

* Qoldev 580 aligning button in service dropdown (#1142)

* QOLDEV-580 Padding around button on Service Finder suggestion dropdown

* Increasing package version to 4.4

* QOLDEV-580 Excluding buttons from link styles within banner dropdown

* Bump @babel/preset-env from 7.22.10 to 7.22.14 (#1136)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.10 to 7.22.14.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.14/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-533 Removing unnecessary space in accordion (#1143)

* QOLDEV-533 Removing unnecessary space in acordion

* QOLDEV-533 Removing unnecessary space in acordion

* Qoldev 592 table top border (#1144)

* QOLDEV-592 Removing border for default table

* QOLDEV-592 Excluding borederd tables

* QOLDEV-592 Excluding borederd tables, applying to td

* revert changes to package.json

* Bump @babel/preset-env from 7.22.14 to 7.22.15 (#1148)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.14 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/plugin-transform-runtime from 7.22.10 to 7.22.15 (#1149)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.22.10 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jquery from 3.7.0 to 3.7.1 (#1115)

Bumps [jquery](https://github.com/jquery/jquery) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.7.0...3.7.1)

---
updated-dependencies:
- dependency-name: jquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* QOLDEV-576 Create a story for full-width image (#1153)

* QOLDEV-594 Adding a story for bordered table (#1152)

* QOLDEV-578 Fixing class qg-unstyled for image without border (#1151)

* QOLDEV-592 Excluding NoStripe tables from border: 0 (#1150)

* Bump @babel/core from 7.22.11 to 7.22.15 (#1147)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.11 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* QOLDEV-591 quixk exit z-index (#1155)

* Qoldev 569 searchable table (#1154)

* QOLDEV-569 Searchable table

* QOLDEV-569 Searchable table

* QOLDEV-569 Extending qg-btn for searchable table buttons

* QOLDEV-569 Underline for table buttons

* QOLDEV-569 Adding qg-btn class to dataTable buttons

* QOLDEV-569 Add qg-btn after load so the buttons exist

* QOLDEV-569 more styling

* QOLDEV-569 Replacing load with ready, margin

* QOLDEV-569 document on ready

* QOLDEV-569 document on load

* QOLDEV-569 window on load

* QOLDEV-569 hover state

* QOLDEV-596 Search box clear button (#1156)

* QOLDEV-596 Search box clear button

* QOLDEV-596 More styling for search box

* QOLDEV-596 More styling for search box

* QOLDEV-596 More styling for search box

* Bump @babel/core from 7.22.15 to 7.22.17 (#1158)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.15 to 7.22.17.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.17/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump chromatic from 6.24.1 to 7.1.0 (#1157)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 6.24.1 to 7.1.0.
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v6.24.1...v7.1.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-579 improving jQuery datepicker in storybook (#1128)

* QOLDEV-579 jQuery datepicker input type i storybook

* QOLDEV-579 hasDatepicker should be added by js

* QOLDEV-579 Including qg-main.js in storybook's preview-head.html

* QOLDEV-579 Removing addScript function from previewMainTemplate

* Bump @babel/runtime from 7.22.11 to 7.22.15 (#1145)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.11 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* QOLDEV-603 Upgrade storybook to 7.4.1 (#1171)

* Bump jest from 29.6.4 to 29.7.0 (#1175)

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.6.4 to 29.7.0.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint from 8.48.0 to 8.49.0 (#1166)

Bumps [eslint](https://github.com/eslint/eslint) from 8.48.0 to 8.49.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.48.0...v8.49.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-599 jQuery UI for storybook, Cleaning up tasks (#1159)

* QOLDEV-599 Cleaning up tasks

* QOLDEV-599 jquery ui

* QOLDEV-599 Adding jquery ui in previewMainTemplate

* QOLDEV-599 Adding jquery ui in previewMainTemplate

* typo

* jQuery ui cdn

* jQuery ui cdn

* QOLDEV-599 datepicker selector

* QOLDEV-599 Using jquery ui cdn in datepicker js to make it work in storybook as well

* QOLDEV-599 Adding jquery ui in preview-head

* Cleaning up

* QOLDEV-599 Add jquery-ui in storybook head unconditional

* QOLDEV-599 Updating links to jquery ui assets

* QOLDEV-599 handleDatePicker function

* QOLDEV-599 handleDatePicker function

* QOLDEV-602 Keeping quick exit at the top for long page (#1169)

* QOLDEV-602 Moving quick exit at the bottom of the page

* QOLDEV-602 Making quick exit stick to top after scrolling down

* QOLDEV-602 Fixing lint warnings

* QOLDEV-602 new line

* Bump @babel/core from 7.22.17 to 7.22.19 (#1177)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.17 to 7.22.19.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.19/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-569 Styling elements in searchable table (#1168)

* QOLDEV-569 Styling elements in searchable table

* QOLDEV-569 searchable table improvement

* QOLDEV-569 Excluding sortable table buttons from link styles

* QOLDEV-569 Excluding sortable table buttons from link styles

* QOLDEV-569 typo

* QOLDEV-569 Improving datatables js

* QOLDEV-569 Hover state for pagination buttons

* QOLDEV-569 Hover state for pagination buttons, important

* QOLDEV-600 Styling qg-radio-tabs (#1160)

* Bump sass from 1.66.1 to 1.67.0 (#1176)

Bumps [sass](https://github.com/sass/dart-sass) from 1.66.1 to 1.67.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.66.1...1.67.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-601 Styling portal links (#1161)

* QOLDEV-601 Styling portal links

* QOLDEV-601 Styling portal links, margin

* QOLDEV-601 Styling portal links, padding

* QOLDEV-601 Styling portal links, max-height

* QOLDEV-601 Styling portal links, margin-bottom

* Bump puppeteer from 21.1.1 to 21.2.1 (#1174)

* Bump puppeteer from 21.1.1 to 21.2.1

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.1.1 to 21.2.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.1.1...puppeteer-v21.2.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Resolving puppeteer bukd error regarding disposable object

* Resolving puppeteer bukd error regarding disposable object

* Using length property to check the results returned

* Return value for received and expected

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>
Co-authored-by: ghazal-salehi <ghazal.salehi@smartservice.qld.gov.au>

* QOLDEV-599 Lint error, and others (#1185)

* QOLDEV-599 Lint error, and others

* QOLDEV-599 crossorigin anonymous for css files

* QOLDEV-608 Upgrade storybook to 7.4.2 (#1186)

* Bump @babel/preset-env from 7.22.15 to 7.22.20 (#1189)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.15 to 7.22.20.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.20/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/core from 7.22.19 to 7.22.20 (#1188)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.19 to 7.22.20.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.20/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump postcss from 8.4.29 to 8.4.30 (#1190)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.30.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.30)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-324 Decomissioning old docs in the sourcecode (#1187)

* QOLDEV-324 Reversing docs/assets

* QOLDEV-324 Removing docs/examples

* QOLDEV-324 Reversing components.html, needed for tests

* QOLDEV-324 Removing unneeded components

* QOLDEV-324 accordion.html is needed for test

* QOLDEV-324 some html files are needed for tests

* QOLDEV-324 some html files are needed for tests

* QOLDEV-324 These html might be useful for future tests

* QOLDEV-324 renaming files

* QOLDEV-324 Example files are used in print.html, docs-nav.html is never used

* QOLDEV-324 Removing referenc to docs-nav

* QOLDEV-601 Making main navigation bar and DFV's seamless (#1193)

* QOLDEV-601 More adjusting for the navigation bar so it looks like DFV navigation

* QOLDEV-601 Overwriting qg-private-content top margin

* Qoldev 569 sortable table for FireFox (#1194)

* onpageshow

* QOLDEV-569 Updating JS to make it work on FireFox

* Qoldev 612 global search dropdown (#1195)

* QOLDEV-612 Global search dropdown in mobile view

* QOLDEV-612 more adjusting

* QOLDEV-622 added CSS for disabled radios and checkboxes

* QOLDEV-620 Making table-sm bootstrap class working in SWE (#1218)

* QOLDEV-577 Removing source code toggle button for mobile stories (#1215)

* QOLDEV-577 Removing source code toggle button for mobile stories

* QOLDEV-577 Reverting extra argument

* Upgrade storybook to 7.4.5 (#1214)

* Qoldev 618 service finder button (#1217)

* QOLDEV-618 Excluding link style for the buttom in service finder

* QOLDEV-618 Formatting the code

* QOLDEV-618 Updating the selector for service finder links

* QOLDEV-618 Removing ampersand

* QOLDEV-618 Improving selector

* QOLDEV-622 disabled radio checkbox storybook files

* Bump jest-puppeteer from 9.0.0 to 9.0.1 (#1225)

Bumps [jest-puppeteer](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/jest-puppeteer) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/argos-ci/jest-puppeteer/releases)
- [Changelog](https://github.com/argos-ci/jest-puppeteer/blob/main/packages/jest-puppeteer/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/jest-puppeteer/commits/v9.0.1/packages/jest-puppeteer)

---
updated-dependencies:
- dependency-name: jest-puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump postcss from 8.4.30 to 8.4.31 (#1226)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.30 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.30...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump puppeteer from 21.2.1 to 21.3.6 (#1219)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.2.1 to 21.3.6.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.2.1...puppeteer-v21.3.6)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint from 8.49.0 to 8.50.0 (#1223)

Bumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 8.50.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.49.0...v8.50.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/runtime from 7.22.15 to 7.23.1 (#1224)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.15 to 7.23.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.1/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sass from 1.67.0 to 1.68.0 (#1222)

Bumps [sass](https://github.com/sass/dart-sass) from 1.67.0 to 1.68.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.67.0...1.68.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qoldev 569 searchable table storybook (#1221)

* QOLDEV-569 Styling searchable table when input changes

* QOLDEV-569 Adding a story for searchable table

* QOLDEV-569 Styling table after sort event

* QOLDEV-569 Using drawCallback when initialising the dataTable

* QOLDEV-569 Resolving lint error

* QOLDEV-569 Missing trailing comma

* QOLDEV-569 on load scripts

* QOLDEV-569 Other script can go into Squiz

* QOLDEV-569 onpageshow to fix FireFox

* Bump chromatic from 7.1.0 to 7.2.2 (#1233)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 7.1.0 to 7.2.2.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v7.1.0...v7.2.2)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Edits to radio and checkbox examples in Storybook

* Bump @babel/core from 7.22.20 to 7.23.0 (#1237)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.20 to 7.23.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.0/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @storybook/addon-mdx-gfm from 7.4.5 to 7.4.6 (#1229)

Bumps [@storybook/addon-mdx-gfm](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/gfm) from 7.4.5 to 7.4.6.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.6/code/addons/gfm)

---
updated-dependencies:
- dependency-name: "@storybook/addon-mdx-gfm"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "Bump @storybook/addon-mdx-gfm from 7.4.5 to 7.4.6 (#1229)" (#1238)

This reverts commit 8875c6bcc6c4cf5010f0828d85e7964db17f7e85.

* Bump storybook to 7.4.6 (#1240)

* Qoldev 612 global search dropdown blurb (#1239)

* QOLDEV-612 Make the selector more specified

* QOLDEV-612 important

* QOLDEV-534 Replacing via.placeholder.com with placehold.co (#1243)

* QOLDEV-534 Replacing via.placeholder.com with placehold.co

* QOLDEV-534 file type format goes after the color codes

* Bump sass from 1.68.0 to 1.69.0 (#1246)

Bumps [sass](https://github.com/sass/dart-sass) from 1.68.0 to 1.69.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.68.0...1.69.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump chromatic from 7.2.2 to 7.2.3 (#1247)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 7.2.2 to 7.2.3.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v7.2.2...v7.2.3)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint from 8.50.0 to 8.51.0 (#1245)

Bumps [eslint](https://github.com/eslint/eslint) from 8.50.0 to 8.51.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.50.0...v8.51.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump puppeteer from 21.3.6 to 21.3.8 (#1244)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.3.6 to 21.3.8.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.3.6...puppeteer-v21.3.8)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sass from 1.69.0 to 1.69.2 (#1249)

Bumps [sass](https://github.com/sass/dart-sass) from 1.69.0 to 1.69.2.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.0...1.69.2)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump chromatic from 7.2.3 to 7.3.0 (#1250)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 7.2.3 to 7.3.0.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v7.2.3...v7.3.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump storybook-addon-pseudo-states from 2.1.1 to 2.1.2

Bumps [storybook-addon-pseudo-states](https://github.com/chromaui/storybook-addon-pseudo-states) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/chromaui/storybook-addon-pseudo-states/releases)
- [Changelog](https://github.com/chromaui/storybook-addon-pseudo-states/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/storybook-addon-pseudo-states/compare/v2.1.1...v2.1.2)

---
updated-dependencies:
- dependency-name: storybook-addon-pseudo-states
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump sass from 1.69.2 to 1.69.3 (#1256)

Bumps [sass](https://github.com/sass/dart-sass) from 1.69.2 to 1.69.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.2...1.69.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/runtime from 7.23.1 to 7.23.2 (#1254)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.1 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-635 Updating tooltip text for Quick Exit (#1257)

* QOLDEV-635 Updating tooltip text for Quick Exit

* QOLDEV-635 Updating tooltip text for Quick Exit in storybook

* Bump @babel/preset-env from 7.22.20 to 7.23.2 (#1252)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.20 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/core from 7.23.0 to 7.23.2 (#1255)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.0 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/@babel/core@7.23.2/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/plugin-transform-runtime from 7.22.15 to 7.23.2 (#1251)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.22.15 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump chromatic from 7.3.0 to 7.4.0 (#1259)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 7.3.0 to 7.4.0.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v7.3.0...v7.4.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump webpack from 5.88.2 to 5.89.0 (#1260)

Bumps [webpack](https://github.com/webpack/webpack) from 5.88.2 to 5.89.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.88.2...v5.89.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qoldev 637 tag component (#1258)

* Adding a story for tag

* QOLDEV-637 Adding 8 color sets for tags

* QOLDEV-637 Normal font weight for tags

* QOLDEV-637 Fixing up color and bg colot rules for tags

* QOLDEV-637 fixing up green color code

* QOLDEV-637 Introducing qg-tag class ftom margin and font-weight

* QOLDEV-637 right margin

* QOLDEV-637 Adding more details to Tag story

* QOLDEV-637 Updating a comment

* Qoldev 637 tag component (#1268)

* Adding a story for tag

* QOLDEV-637 Adding 8 color sets for tags

* QOLDEV-637 Normal font weight for tags

* QOLDEV-637 Fixing up color and bg colot rules for tags

* QOLDEV-637 fixing up green color code

* QOLDEV-637 Introducing qg-tag class ftom margin and font-weight

* QOLDEV-637 right margin

* QOLDEV-637 Adding more details to Tag story

* QOLDEV-637 Updating a comment

* QOLDEV-637 Removing bootstrap badges from storybook

* Bump storybook to 7.5.0 (#1269)

* Bump sass from 1.69.3 to 1.69.4 (#1273)

Bumps [sass](https://github.com/sass/dart-sass) from 1.69.3 to 1.69.4.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.3...1.69.4)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump storybook to 7.5.1 (#1278)

* Bump chromatic from 7.4.0 to 7.5.4 (#1286)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 7.4.0 to 7.5.4.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v7.4.0...v7.5.4)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint from 8.51.0 to 8.52.0 (#1281)

Bumps [eslint](https://github.com/eslint/eslint) from 8.51.0 to 8.52.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.51.0...v8.52.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump concurrently from 8.2.1 to 8.2.2 (#1282)

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.1 to 8.2.2.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.2.1...v8.2.2)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump puppeteer from 21.3.8 to 21.4.1 (#1284)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.3.8 to 21.4.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.3.8...puppeteer-v21.4.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint-plugin-import from 2.28.1 to 2.29.0 (#1285)

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.28.1 to 2.29.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sass from 1.69.4 to 1.69.5 (#1287)

Bumps [sass](https://github.com/sass/dart-sass) from 1.69.4 to 1.69.5.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.4...1.69.5)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump storybook to 7.5.2 (#1295)

* Bump chromatic from 7.5.4 to 7.6.0 (#1296)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 7.5.4 to 7.6.0.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v7.5.4...v7.6.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-658 3px margin to button and storybook update

* Bump puppeteer from 21.4.1 to 21.5.0 (#1297)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.4.1 to 21.5.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.4.1...puppeteer-v21.5.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-658 3px button borders on solid buttons

* Bump gulp-debug from 4.0.0 to 5.0.1 (#1300)

Bumps [gulp-debug](https://github.com/sindresorhus/gulp-debug) from 4.0.0 to 5.0.1.
- [Release notes](https://github.com/sindresorhus/gulp-debug/releases)
- [Commits](https://github.com/sindresorhus/gulp-debug/compare/v4.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: gulp-debug
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-658 organise button stories for Storybook 7+

* Bump eslint from 8.52.0 to 8.53.0 (#1305)

Bumps [eslint](https://github.com/eslint/eslint) from 8.52.0 to 8.53.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.52.0...v8.53.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump storybook to 7.5.3 (#1307)

* QOLDEV-666 Styling formio dropdown items (#1313)

* QOLDEV-666 Styling formio dropdown items

* QOLDEV-666 choices-input

* QOLDEV-666 Updating the padding to be consistent with the dropdown height

* Bump @babel/plugin-transform-runtime from 7.23.2 to 7.23.3 (#1312)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.23.2 to 7.23.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.3/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump puppeteer from 21.5.0 to 21.5.1 (#1308)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.5.0 to 21.5.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.5.0...puppeteer-v21.5.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/preset-env from 7.23.2 to 7.23.3 (#1309)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.23.2 to 7.23.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump @babel/core from 7.23.2 to 7.23.3 (#1310)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.2 to 7.23.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.3/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qoldev 546 Replacing share twitter icon with x-twitter svg (#1280)

* x-twitter icon

* QOLDEV-546 X twitter

* QOLDEV-546 CSS filter generator for svg hover color

* trying out different svg

* Wrapping quick exit text by <p>

* QOLDEV-546 x-twitter for share icon

* QOLDEV-546 removing svg file

* QOLDEV-546 Using the svg directly in the code rather than css

* QOLDEV-546 Removing unused class

* QOLDEV-546 Scaling up the icon a little bit to match with fa icons

* QOLDEV-546 Adjusting scale

* QOLDEV-546 Adjusting margin

* Bump chromatic from 7.6.0 to 9.0.0 (#1314)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 7.6.0 to 9.0.0.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v7.6.0...v9.0.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-546 Updating twitter icon in the footer and other storybook docs (#1315)

* QOLDEV-546 Updating twitter icon in the footer and other storybook docs

* QOLDEV-546 Adjusting top margin

* Bump puppeteer from 21.5.1 to 21.5.2 (#1316)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.5.1 to 21.5.2.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.5.1...puppeteer-v21.5.2)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump chromatic from 9.0.0 to 9.1.0

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 9.0.0 to 9.1.0.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v9.0.0...v9.1.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump eslint-config-standard from 6.2.1 to 17.1.0

Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 6.2.1 to 17.1.0.
- [Commits](https://github.com/standard/eslint-config-standard/compare/v6.2.1...v17.1.0)

---
updated-dependencies:
- dependency-name: eslint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* limit eslint-config-standard to versions that NPM 6 can support

* Bump @babel/runtime from 7.23.2 to 7.23.4

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.2 to 7.23.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.4/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump gh-pages from 6.0.0 to 6.1.0

Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/tschaub/gh-pages/releases)
- [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md)
- [Commits](https://github.com/tschaub/gh-pages/compare/v6.0.0...v6.1.0)

---
updated-dependencies:
- dependency-name: gh-pages
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @babel/plugin-transform-runtime from 7.23.3 to 7.23.4

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.23.3 to 7.23.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.4/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Qoldev 668 index page (#1317)

* QOLDEV-668 Updating columns for the topic index page

* QOLDEV-668 Updating the style of acitve link within the side navigation

* QOLDEV-668 Updating the hover style of acitve link within the side navigation

* QOLDEV-668 Hover state for the active side nav

* QOLDEV-668 Aside improvements

* QOLDEV-668 Adjusting h3 color

* QOLDEV-668 Reverting changes to DFV aside

* QOLDEV-668 reverting unwanted change

* QOLDEV-668 Updating the style of index items to look like clickable cards in mobile view

* QOLDEV-668 Updating heading style within asides

* QOLDEV-668 Top margin for heading within aside

* QOLDEV-668 Adjusting left padding for index items without images

* QOLDEV-668 Removing the outline from the current nav item in the side nav

* Bump eslint from 8.53.0 to 8.54.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.53.0 to 8.54.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.53.0...v8.54.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* QOLDEV-546 X twitter icon adjustment in the footer (#1324)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steve Pegg <126438309+stvp-qld@users.noreply.github.com>
Co-authored-by: Bec Launder <rebeccalaunder@gmail.com>
Co-authored-by: ThrawnCA <shell_layer-github@yahoo.com.au>
ghazal-salehi added a commit that referenced this pull request Dec 1, 2023
* Upgrading storybook 7.3 to 7.4 (#1141)

* Upgrading storybook 7.3 to 7.4

* removing extra files

* Qoldev 580 aligning button in service dropdown (#1142)

* QOLDEV-580 Padding around button on Service Finder suggestion dropdown

* Increasing package version to 4.4

* QOLDEV-580 Excluding buttons from link styles within banner dropdown

* Bump @babel/preset-env from 7.22.10 to 7.22.14 (#1136)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.10 to 7.22.14.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.14/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-533 Removing unnecessary space in accordion (#1143)

* QOLDEV-533 Removing unnecessary space in acordion

* QOLDEV-533 Removing unnecessary space in acordion

* Qoldev 592 table top border (#1144)

* QOLDEV-592 Removing border for default table

* QOLDEV-592 Excluding borederd tables

* QOLDEV-592 Excluding borederd tables, applying to td

* revert changes to package.json

* Bump @babel/preset-env from 7.22.14 to 7.22.15 (#1148)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.14 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/plugin-transform-runtime from 7.22.10 to 7.22.15 (#1149)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.22.10 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jquery from 3.7.0 to 3.7.1 (#1115)

Bumps [jquery](https://github.com/jquery/jquery) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.7.0...3.7.1)

---
updated-dependencies:
- dependency-name: jquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* QOLDEV-576 Create a story for full-width image (#1153)

* QOLDEV-594 Adding a story for bordered table (#1152)

* QOLDEV-578 Fixing class qg-unstyled for image without border (#1151)

* QOLDEV-592 Excluding NoStripe tables from border: 0 (#1150)

* Bump @babel/core from 7.22.11 to 7.22.15 (#1147)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.11 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* QOLDEV-591 quixk exit z-index (#1155)

* Qoldev 569 searchable table (#1154)

* QOLDEV-569 Searchable table

* QOLDEV-569 Searchable table

* QOLDEV-569 Extending qg-btn for searchable table buttons

* QOLDEV-569 Underline for table buttons

* QOLDEV-569 Adding qg-btn class to dataTable buttons

* QOLDEV-569 Add qg-btn after load so the buttons exist

* QOLDEV-569 more styling

* QOLDEV-569 Replacing load with ready, margin

* QOLDEV-569 document on ready

* QOLDEV-569 document on load

* QOLDEV-569 window on load

* QOLDEV-569 hover state

* QOLDEV-596 Search box clear button (#1156)

* QOLDEV-596 Search box clear button

* QOLDEV-596 More styling for search box

* QOLDEV-596 More styling for search box

* QOLDEV-596 More styling for search box

* Bump @babel/core from 7.22.15 to 7.22.17 (#1158)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.15 to 7.22.17.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.17/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump chromatic from 6.24.1 to 7.1.0 (#1157)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 6.24.1 to 7.1.0.
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v6.24.1...v7.1.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-579 improving jQuery datepicker in storybook (#1128)

* QOLDEV-579 jQuery datepicker input type i storybook

* QOLDEV-579 hasDatepicker should be added by js

* QOLDEV-579 Including qg-main.js in storybook's preview-head.html

* QOLDEV-579 Removing addScript function from previewMainTemplate

* Bump @babel/runtime from 7.22.11 to 7.22.15 (#1145)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.11 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* QOLDEV-603 Upgrade storybook to 7.4.1 (#1171)

* Bump jest from 29.6.4 to 29.7.0 (#1175)

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.6.4 to 29.7.0.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint from 8.48.0 to 8.49.0 (#1166)

Bumps [eslint](https://github.com/eslint/eslint) from 8.48.0 to 8.49.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.48.0...v8.49.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-599 jQuery UI for storybook, Cleaning up tasks (#1159)

* QOLDEV-599 Cleaning up tasks

* QOLDEV-599 jquery ui

* QOLDEV-599 Adding jquery ui in previewMainTemplate

* QOLDEV-599 Adding jquery ui in previewMainTemplate

* typo

* jQuery ui cdn

* jQuery ui cdn

* QOLDEV-599 datepicker selector

* QOLDEV-599 Using jquery ui cdn in datepicker js to make it work in storybook as well

* QOLDEV-599 Adding jquery ui in preview-head

* Cleaning up

* QOLDEV-599 Add jquery-ui in storybook head unconditional

* QOLDEV-599 Updating links to jquery ui assets

* QOLDEV-599 handleDatePicker function

* QOLDEV-599 handleDatePicker function

* QOLDEV-602 Keeping quick exit at the top for long page (#1169)

* QOLDEV-602 Moving quick exit at the bottom of the page

* QOLDEV-602 Making quick exit stick to top after scrolling down

* QOLDEV-602 Fixing lint warnings

* QOLDEV-602 new line

* Bump @babel/core from 7.22.17 to 7.22.19 (#1177)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.17 to 7.22.19.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.19/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-569 Styling elements in searchable table (#1168)

* QOLDEV-569 Styling elements in searchable table

* QOLDEV-569 searchable table improvement

* QOLDEV-569 Excluding sortable table buttons from link styles

* QOLDEV-569 Excluding sortable table buttons from link styles

* QOLDEV-569 typo

* QOLDEV-569 Improving datatables js

* QOLDEV-569 Hover state for pagination buttons

* QOLDEV-569 Hover state for pagination buttons, important

* QOLDEV-600 Styling qg-radio-tabs (#1160)

* Bump sass from 1.66.1 to 1.67.0 (#1176)

Bumps [sass](https://github.com/sass/dart-sass) from 1.66.1 to 1.67.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.66.1...1.67.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-601 Styling portal links (#1161)

* QOLDEV-601 Styling portal links

* QOLDEV-601 Styling portal links, margin

* QOLDEV-601 Styling portal links, padding

* QOLDEV-601 Styling portal links, max-height

* QOLDEV-601 Styling portal links, margin-bottom

* Bump puppeteer from 21.1.1 to 21.2.1 (#1174)

* Bump puppeteer from 21.1.1 to 21.2.1

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.1.1 to 21.2.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.1.1...puppeteer-v21.2.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Resolving puppeteer bukd error regarding disposable object

* Resolving puppeteer bukd error regarding disposable object

* Using length property to check the results returned

* Return value for received and expected

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>
Co-authored-by: ghazal-salehi <ghazal.salehi@smartservice.qld.gov.au>

* QOLDEV-599 Lint error, and others (#1185)

* QOLDEV-599 Lint error, and others

* QOLDEV-599 crossorigin anonymous for css files

* QOLDEV-608 Upgrade storybook to 7.4.2 (#1186)

* Bump @babel/preset-env from 7.22.15 to 7.22.20 (#1189)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.15 to 7.22.20.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.20/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/core from 7.22.19 to 7.22.20 (#1188)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.19 to 7.22.20.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.20/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump postcss from 8.4.29 to 8.4.30 (#1190)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.30.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.30)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-324 Decomissioning old docs in the sourcecode (#1187)

* QOLDEV-324 Reversing docs/assets

* QOLDEV-324 Removing docs/examples

* QOLDEV-324 Reversing components.html, needed for tests

* QOLDEV-324 Removing unneeded components

* QOLDEV-324 accordion.html is needed for test

* QOLDEV-324 some html files are needed for tests

* QOLDEV-324 some html files are needed for tests

* QOLDEV-324 These html might be useful for future tests

* QOLDEV-324 renaming files

* QOLDEV-324 Example files are used in print.html, docs-nav.html is never used

* QOLDEV-324 Removing referenc to docs-nav

* QOLDEV-601 Making main navigation bar and DFV's seamless (#1193)

* QOLDEV-601 More adjusting for the navigation bar so it looks like DFV navigation

* QOLDEV-601 Overwriting qg-private-content top margin

* Qoldev 569 sortable table for FireFox (#1194)

* onpageshow

* QOLDEV-569 Updating JS to make it work on FireFox

* Qoldev 612 global search dropdown (#1195)

* QOLDEV-612 Global search dropdown in mobile view

* QOLDEV-612 more adjusting

* QOLDEV-622 added CSS for disabled radios and checkboxes

* QOLDEV-620 Making table-sm bootstrap class working in SWE (#1218)

* QOLDEV-577 Removing source code toggle button for mobile stories (#1215)

* QOLDEV-577 Removing source code toggle button for mobile stories

* QOLDEV-577 Reverting extra argument

* Upgrade storybook to 7.4.5 (#1214)

* Qoldev 618 service finder button (#1217)

* QOLDEV-618 Excluding link style for the buttom in service finder

* QOLDEV-618 Formatting the code

* QOLDEV-618 Updating the selector for service finder links

* QOLDEV-618 Removing ampersand

* QOLDEV-618 Improving selector

* QOLDEV-622 disabled radio checkbox storybook files

* Bump jest-puppeteer from 9.0.0 to 9.0.1 (#1225)

Bumps [jest-puppeteer](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/jest-puppeteer) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/argos-ci/jest-puppeteer/releases)
- [Changelog](https://github.com/argos-ci/jest-puppeteer/blob/main/packages/jest-puppeteer/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/jest-puppeteer/commits/v9.0.1/packages/jest-puppeteer)

---
updated-dependencies:
- dependency-name: jest-puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump postcss from 8.4.30 to 8.4.31 (#1226)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.30 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.30...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump puppeteer from 21.2.1 to 21.3.6 (#1219)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.2.1 to 21.3.6.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.2.1...puppeteer-v21.3.6)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint from 8.49.0 to 8.50.0 (#1223)

Bumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 8.50.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.49.0...v8.50.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/runtime from 7.22.15 to 7.23.1 (#1224)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.15 to 7.23.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.1/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sass from 1.67.0 to 1.68.0 (#1222)

Bumps [sass](https://github.com/sass/dart-sass) from 1.67.0 to 1.68.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.67.0...1.68.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qoldev 569 searchable table storybook (#1221)

* QOLDEV-569 Styling searchable table when input changes

* QOLDEV-569 Adding a story for searchable table

* QOLDEV-569 Styling table after sort event

* QOLDEV-569 Using drawCallback when initialising the dataTable

* QOLDEV-569 Resolving lint error

* QOLDEV-569 Missing trailing comma

* QOLDEV-569 on load scripts

* QOLDEV-569 Other script can go into Squiz

* QOLDEV-569 onpageshow to fix FireFox

* Bump chromatic from 7.1.0 to 7.2.2 (#1233)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 7.1.0 to 7.2.2.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v7.1.0...v7.2.2)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Edits to radio and checkbox examples in Storybook

* Bump @babel/core from 7.22.20 to 7.23.0 (#1237)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.20 to 7.23.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.0/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @storybook/addon-mdx-gfm from 7.4.5 to 7.4.6 (#1229)

Bumps [@storybook/addon-mdx-gfm](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/gfm) from 7.4.5 to 7.4.6.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.6/code/addons/gfm)

---
updated-dependencies:
- dependency-name: "@storybook/addon-mdx-gfm"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "Bump @storybook/addon-mdx-gfm from 7.4.5 to 7.4.6 (#1229)" (#1238)

This reverts commit 8875c6bcc6c4cf5010f0828d85e7964db17f7e85.

* Bump storybook to 7.4.6 (#1240)

* Qoldev 612 global search dropdown blurb (#1239)

* QOLDEV-612 Make the selector more specified

* QOLDEV-612 important

* QOLDEV-534 Replacing via.placeholder.com with placehold.co (#1243)

* QOLDEV-534 Replacing via.placeholder.com with placehold.co

* QOLDEV-534 file type format goes after the color codes

* Bump sass from 1.68.0 to 1.69.0 (#1246)

Bumps [sass](https://github.com/sass/dart-sass) from 1.68.0 to 1.69.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.68.0...1.69.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump chromatic from 7.2.2 to 7.2.3 (#1247)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 7.2.2 to 7.2.3.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v7.2.2...v7.2.3)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint from 8.50.0 to 8.51.0 (#1245)

Bumps [eslint](https://github.com/eslint/eslint) from 8.50.0 to 8.51.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.50.0...v8.51.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump puppeteer from 21.3.6 to 21.3.8 (#1244)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.3.6 to 21.3.8.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.3.6...puppeteer-v21.3.8)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sass from 1.69.0 to 1.69.2 (#1249)

Bumps [sass](https://github.com/sass/dart-sass) from 1.69.0 to 1.69.2.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.0...1.69.2)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump chromatic from 7.2.3 to 7.3.0 (#1250)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 7.2.3 to 7.3.0.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v7.2.3...v7.3.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump storybook-addon-pseudo-states from 2.1.1 to 2.1.2

Bumps [storybook-addon-pseudo-states](https://github.com/chromaui/storybook-addon-pseudo-states) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/chromaui/storybook-addon-pseudo-states/releases)
- [Changelog](https://github.com/chromaui/storybook-addon-pseudo-states/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/storybook-addon-pseudo-states/compare/v2.1.1...v2.1.2)

---
updated-dependencies:
- dependency-name: storybook-addon-pseudo-states
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump sass from 1.69.2 to 1.69.3 (#1256)

Bumps [sass](https://github.com/sass/dart-sass) from 1.69.2 to 1.69.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.2...1.69.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/runtime from 7.23.1 to 7.23.2 (#1254)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.1 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-635 Updating tooltip text for Quick Exit (#1257)

* QOLDEV-635 Updating tooltip text for Quick Exit

* QOLDEV-635 Updating tooltip text for Quick Exit in storybook

* Bump @babel/preset-env from 7.22.20 to 7.23.2 (#1252)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.20 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/core from 7.23.0 to 7.23.2 (#1255)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.0 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/@babel/core@7.23.2/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/plugin-transform-runtime from 7.22.15 to 7.23.2 (#1251)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.22.15 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump chromatic from 7.3.0 to 7.4.0 (#1259)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 7.3.0 to 7.4.0.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v7.3.0...v7.4.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump webpack from 5.88.2 to 5.89.0 (#1260)

Bumps [webpack](https://github.com/webpack/webpack) from 5.88.2 to 5.89.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.88.2...v5.89.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qoldev 637 tag component (#1258)

* Adding a story for tag

* QOLDEV-637 Adding 8 color sets for tags

* QOLDEV-637 Normal font weight for tags

* QOLDEV-637 Fixing up color and bg colot rules for tags

* QOLDEV-637 fixing up green color code

* QOLDEV-637 Introducing qg-tag class ftom margin and font-weight

* QOLDEV-637 right margin

* QOLDEV-637 Adding more details to Tag story

* QOLDEV-637 Updating a comment

* Qoldev 637 tag component (#1268)

* Adding a story for tag

* QOLDEV-637 Adding 8 color sets for tags

* QOLDEV-637 Normal font weight for tags

* QOLDEV-637 Fixing up color and bg colot rules for tags

* QOLDEV-637 fixing up green color code

* QOLDEV-637 Introducing qg-tag class ftom margin and font-weight

* QOLDEV-637 right margin

* QOLDEV-637 Adding more details to Tag story

* QOLDEV-637 Updating a comment

* QOLDEV-637 Removing bootstrap badges from storybook

* Bump storybook to 7.5.0 (#1269)

* Bump sass from 1.69.3 to 1.69.4 (#1273)

Bumps [sass](https://github.com/sass/dart-sass) from 1.69.3 to 1.69.4.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.3...1.69.4)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump storybook to 7.5.1 (#1278)

* Bump chromatic from 7.4.0 to 7.5.4 (#1286)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 7.4.0 to 7.5.4.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v7.4.0...v7.5.4)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint from 8.51.0 to 8.52.0 (#1281)

Bumps [eslint](https://github.com/eslint/eslint) from 8.51.0 to 8.52.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.51.0...v8.52.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump concurrently from 8.2.1 to 8.2.2 (#1282)

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.1 to 8.2.2.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.2.1...v8.2.2)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump puppeteer from 21.3.8 to 21.4.1 (#1284)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.3.8 to 21.4.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.3.8...puppeteer-v21.4.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint-plugin-import from 2.28.1 to 2.29.0 (#1285)

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.28.1 to 2.29.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sass from 1.69.4 to 1.69.5 (#1287)

Bumps [sass](https://github.com/sass/dart-sass) from 1.69.4 to 1.69.5.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.4...1.69.5)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump storybook to 7.5.2 (#1295)

* Bump chromatic from 7.5.4 to 7.6.0 (#1296)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 7.5.4 to 7.6.0.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v7.5.4...v7.6.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-658 3px margin to button and storybook update

* Bump puppeteer from 21.4.1 to 21.5.0 (#1297)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.4.1 to 21.5.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.4.1...puppeteer-v21.5.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-658 3px button borders on solid buttons

* Bump gulp-debug from 4.0.0 to 5.0.1 (#1300)

Bumps [gulp-debug](https://github.com/sindresorhus/gulp-debug) from 4.0.0 to 5.0.1.
- [Release notes](https://github.com/sindresorhus/gulp-debug/releases)
- [Commits](https://github.com/sindresorhus/gulp-debug/compare/v4.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: gulp-debug
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-658 organise button stories for Storybook 7+

* Bump eslint from 8.52.0 to 8.53.0 (#1305)

Bumps [eslint](https://github.com/eslint/eslint) from 8.52.0 to 8.53.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.52.0...v8.53.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump storybook to 7.5.3 (#1307)

* QOLDEV-666 Styling formio dropdown items (#1313)

* QOLDEV-666 Styling formio dropdown items

* QOLDEV-666 choices-input

* QOLDEV-666 Updating the padding to be consistent with the dropdown height

* Bump @babel/plugin-transform-runtime from 7.23.2 to 7.23.3 (#1312)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.23.2 to 7.23.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.3/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump puppeteer from 21.5.0 to 21.5.1 (#1308)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.5.0 to 21.5.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.5.0...puppeteer-v21.5.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/preset-env from 7.23.2 to 7.23.3 (#1309)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.23.2 to 7.23.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump @babel/core from 7.23.2 to 7.23.3 (#1310)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.2 to 7.23.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.3/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qoldev 546 Replacing share twitter icon with x-twitter svg (#1280)

* x-twitter icon

* QOLDEV-546 X twitter

* QOLDEV-546 CSS filter generator for svg hover color

* trying out different svg

* Wrapping quick exit text by <p>

* QOLDEV-546 x-twitter for share icon

* QOLDEV-546 removing svg file

* QOLDEV-546 Using the svg directly in the code rather than css

* QOLDEV-546 Removing unused class

* QOLDEV-546 Scaling up the icon a little bit to match with fa icons

* QOLDEV-546 Adjusting scale

* QOLDEV-546 Adjusting margin

* Bump chromatic from 7.6.0 to 9.0.0 (#1314)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 7.6.0 to 9.0.0.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v7.6.0...v9.0.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-546 Updating twitter icon in the footer and other storybook docs (#1315)

* QOLDEV-546 Updating twitter icon in the footer and other storybook docs

* QOLDEV-546 Adjusting top margin

* Bump puppeteer from 21.5.1 to 21.5.2 (#1316)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.5.1 to 21.5.2.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.5.1...puppeteer-v21.5.2)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump chromatic from 9.0.0 to 9.1.0

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 9.0.0 to 9.1.0.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v9.0.0...v9.1.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump eslint-config-standard from 6.2.1 to 17.1.0

Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 6.2.1 to 17.1.0.
- [Commits](https://github.com/standard/eslint-config-standard/compare/v6.2.1...v17.1.0)

---
updated-dependencies:
- dependency-name: eslint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* limit eslint-config-standard to versions that NPM 6 can support

* Bump @babel/runtime from 7.23.2 to 7.23.4

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.2 to 7.23.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.4/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump gh-pages from 6.0.0 to 6.1.0

Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/tschaub/gh-pages/releases)
- [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md)
- [Commits](https://github.com/tschaub/gh-pages/compare/v6.0.0...v6.1.0)

---
updated-dependencies:
- dependency-name: gh-pages
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @babel/plugin-transform-runtime from 7.23.3 to 7.23.4

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.23.3 to 7.23.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.4/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Qoldev 668 index page (#1317)

* QOLDEV-668 Updating columns for the topic index page

* QOLDEV-668 Updating the style of acitve link within the side navigation

* QOLDEV-668 Updating the hover style of acitve link within the side navigation

* QOLDEV-668 Hover state for the active side nav

* QOLDEV-668 Aside improvements

* QOLDEV-668 Adjusting h3 color

* QOLDEV-668 Reverting changes to DFV aside

* QOLDEV-668 reverting unwanted change

* QOLDEV-668 Updating the style of index items to look like clickable cards in mobile view

* QOLDEV-668 Updating heading style within asides

* QOLDEV-668 Top margin for heading within aside

* QOLDEV-668 Adjusting left padding for index items without images

* QOLDEV-668 Removing the outline from the current nav item in the side nav

* Bump eslint from 8.53.0 to 8.54.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.53.0 to 8.54.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.53.0...v8.54.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* QOLDEV-546 X twitter icon adjustment in the footer (#1324)

* QOLDEV-679 new CSS rule to support the Form IO Mutli file upload component (error state)

* Qoldev 569 searchable table resolving warning (#1326)

* QOLDEV-569 Searchable table, resolving warning

* QOLDEV-569 Initiate only when the table is not initiated already

* QOLDEV-569 For each loop

* QOLDEV-569 On load

* QOLDEV-569 On load revert

* QOLDEV-569 Styling ellipsis for dataTable pagination

* Bump np from 8.0.4 to 9.0.0 (#1327)

Bumps [np](https://github.com/sindresorhus/np) from 8.0.4 to 9.0.0.
- [Release notes](https://github.com/sindresorhus/np/releases)
- [Commits](https://github.com/sindresorhus/np/compare/v8.0.4...v9.0.0)

---
updated-dependencies:
- dependency-name: np
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump storybook version to 7.6.0 (#1338)

* QOLDEV-668 Some more adjustment for index pages (#1337)

* QOLDEV-668 Some more adjustment for index pages

* QOLDEV-668 Adjusting h1 padding

* Bump @storybook/addon-essentials from 7.6.0 to 7.6.1

Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) from 7.6.0 to 7.6.1.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.1/code/addons/essentials)

---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @storybook/addon-links from 7.6.0 to 7.6.1

Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) from 7.6.0 to 7.6.1.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.1/code/addons/links)

---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* QOLDEV-637 Adding a story for cards with tags (#1346)

* QOLDEV-637 Adding a story for cards with tags

* new line

* Bump storybook to 7.6.1 (#1348)

* Bump @babel/core from 7.23.3 to 7.23.5

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.3 to 7.23.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.5/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump storybook to 7.6.2 (#1357)

* Bump @babel/preset-env from 7.23.3 to 7.23.5

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.23.3 to 7.23.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.5/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Resolving lint errors (#1347)

* Resolving lint errors

* Resolving lint errors under gulp/

* Resolving hasOwnProperty lint error

* Resolving the last lint error

* Improving the if else code

* Reverting changes in jquery.butterfly.js and prism.js

* reverting more lint changes in external libraries

* reverting more lint changes in external libraries

* reverting more lint changes in external libraries

* reverting more lint changes in external libraries

* Reverting changes in ext libraries

* Using var instead of let resolved the lint error

* Using var instead of let resolved the lint error - accordion.js

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steve Pegg <126438309+stvp-qld@users.noreply.github.com>
Co-authored-by: Bec Launder <rebeccalaunder@gmail.com>
Co-authored-by: ThrawnCA <shell_layer-github@yahoo.com.au>
ghazal-salehi added a commit that referenced this pull request Dec 18, 2023
* Upgrading storybook 7.3 to 7.4 (#1141)

* Upgrading storybook 7.3 to 7.4

* removing extra files

* Qoldev 580 aligning button in service dropdown (#1142)

* QOLDEV-580 Padding around button on Service Finder suggestion dropdown

* Increasing package version to 4.4

* QOLDEV-580 Excluding buttons from link styles within banner dropdown

* Bump @babel/preset-env from 7.22.10 to 7.22.14 (#1136)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.10 to 7.22.14.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.14/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-533 Removing unnecessary space in accordion (#1143)

* QOLDEV-533 Removing unnecessary space in acordion

* QOLDEV-533 Removing unnecessary space in acordion

* Qoldev 592 table top border (#1144)

* QOLDEV-592 Removing border for default table

* QOLDEV-592 Excluding borederd tables

* QOLDEV-592 Excluding borederd tables, applying to td

* revert changes to package.json

* Bump @babel/preset-env from 7.22.14 to 7.22.15 (#1148)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.14 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/plugin-transform-runtime from 7.22.10 to 7.22.15 (#1149)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.22.10 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jquery from 3.7.0 to 3.7.1 (#1115)

Bumps [jquery](https://github.com/jquery/jquery) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.7.0...3.7.1)

---
updated-dependencies:
- dependency-name: jquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* QOLDEV-576 Create a story for full-width image (#1153)

* QOLDEV-594 Adding a story for bordered table (#1152)

* QOLDEV-578 Fixing class qg-unstyled for image without border (#1151)

* QOLDEV-592 Excluding NoStripe tables from border: 0 (#1150)

* Bump @babel/core from 7.22.11 to 7.22.15 (#1147)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.11 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* QOLDEV-591 quixk exit z-index (#1155)

* Qoldev 569 searchable table (#1154)

* QOLDEV-569 Searchable table

* QOLDEV-569 Searchable table

* QOLDEV-569 Extending qg-btn for searchable table buttons

* QOLDEV-569 Underline for table buttons

* QOLDEV-569 Adding qg-btn class to dataTable buttons

* QOLDEV-569 Add qg-btn after load so the buttons exist

* QOLDEV-569 more styling

* QOLDEV-569 Replacing load with ready, margin

* QOLDEV-569 document on ready

* QOLDEV-569 document on load

* QOLDEV-569 window on load

* QOLDEV-569 hover state

* QOLDEV-596 Search box clear button (#1156)

* QOLDEV-596 Search box clear button

* QOLDEV-596 More styling for search box

* QOLDEV-596 More styling for search box

* QOLDEV-596 More styling for search box

* Bump @babel/core from 7.22.15 to 7.22.17 (#1158)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.15 to 7.22.17.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.17/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump chromatic from 6.24.1 to 7.1.0 (#1157)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 6.24.1 to 7.1.0.
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v6.24.1...v7.1.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-579 improving jQuery datepicker in storybook (#1128)

* QOLDEV-579 jQuery datepicker input type i storybook

* QOLDEV-579 hasDatepicker should be added by js

* QOLDEV-579 Including qg-main.js in storybook's preview-head.html

* QOLDEV-579 Removing addScript function from previewMainTemplate

* Bump @babel/runtime from 7.22.11 to 7.22.15 (#1145)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.11 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* QOLDEV-603 Upgrade storybook to 7.4.1 (#1171)

* Bump jest from 29.6.4 to 29.7.0 (#1175)

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.6.4 to 29.7.0.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint from 8.48.0 to 8.49.0 (#1166)

Bumps [eslint](https://github.com/eslint/eslint) from 8.48.0 to 8.49.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.48.0...v8.49.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-599 jQuery UI for storybook, Cleaning up tasks (#1159)

* QOLDEV-599 Cleaning up tasks

* QOLDEV-599 jquery ui

* QOLDEV-599 Adding jquery ui in previewMainTemplate

* QOLDEV-599 Adding jquery ui in previewMainTemplate

* typo

* jQuery ui cdn

* jQuery ui cdn

* QOLDEV-599 datepicker selector

* QOLDEV-599 Using jquery ui cdn in datepicker js to make it work in storybook as well

* QOLDEV-599 Adding jquery ui in preview-head

* Cleaning up

* QOLDEV-599 Add jquery-ui in storybook head unconditional

* QOLDEV-599 Updating links to jquery ui assets

* QOLDEV-599 handleDatePicker function

* QOLDEV-599 handleDatePicker function

* QOLDEV-602 Keeping quick exit at the top for long page (#1169)

* QOLDEV-602 Moving quick exit at the bottom of the page

* QOLDEV-602 Making quick exit stick to top after scrolling down

* QOLDEV-602 Fixing lint warnings

* QOLDEV-602 new line

* Bump @babel/core from 7.22.17 to 7.22.19 (#1177)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.17 to 7.22.19.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.19/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-569 Styling elements in searchable table (#1168)

* QOLDEV-569 Styling elements in searchable table

* QOLDEV-569 searchable table improvement

* QOLDEV-569 Excluding sortable table buttons from link styles

* QOLDEV-569 Excluding sortable table buttons from link styles

* QOLDEV-569 typo

* QOLDEV-569 Improving datatables js

* QOLDEV-569 Hover state for pagination buttons

* QOLDEV-569 Hover state for pagination buttons, important

* QOLDEV-600 Styling qg-radio-tabs (#1160)

* Bump sass from 1.66.1 to 1.67.0 (#1176)

Bumps [sass](https://github.com/sass/dart-sass) from 1.66.1 to 1.67.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.66.1...1.67.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-601 Styling portal links (#1161)

* QOLDEV-601 Styling portal links

* QOLDEV-601 Styling portal links, margin

* QOLDEV-601 Styling portal links, padding

* QOLDEV-601 Styling portal links, max-height

* QOLDEV-601 Styling portal links, margin-bottom

* Bump puppeteer from 21.1.1 to 21.2.1 (#1174)

* Bump puppeteer from 21.1.1 to 21.2.1

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.1.1 to 21.2.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.1.1...puppeteer-v21.2.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Resolving puppeteer bukd error regarding disposable object

* Resolving puppeteer bukd error regarding disposable object

* Using length property to check the results returned

* Return value for received and expected

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>
Co-authored-by: ghazal-salehi <ghazal.salehi@smartservice.qld.gov.au>

* QOLDEV-599 Lint error, and others (#1185)

* QOLDEV-599 Lint error, and others

* QOLDEV-599 crossorigin anonymous for css files

* QOLDEV-608 Upgrade storybook to 7.4.2 (#1186)

* Bump @babel/preset-env from 7.22.15 to 7.22.20 (#1189)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.15 to 7.22.20.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.20/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/core from 7.22.19 to 7.22.20 (#1188)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.19 to 7.22.20.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.20/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump postcss from 8.4.29 to 8.4.30 (#1190)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.30.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.30)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-324 Decomissioning old docs in the sourcecode (#1187)

* QOLDEV-324 Reversing docs/assets

* QOLDEV-324 Removing docs/examples

* QOLDEV-324 Reversing components.html, needed for tests

* QOLDEV-324 Removing unneeded components

* QOLDEV-324 accordion.html is needed for test

* QOLDEV-324 some html files are needed for tests

* QOLDEV-324 some html files are needed for tests

* QOLDEV-324 These html might be useful for future tests

* QOLDEV-324 renaming files

* QOLDEV-324 Example files are used in print.html, docs-nav.html is never used

* QOLDEV-324 Removing referenc to docs-nav

* QOLDEV-601 Making main navigation bar and DFV's seamless (#1193)

* QOLDEV-601 More adjusting for the navigation bar so it looks like DFV navigation

* QOLDEV-601 Overwriting qg-private-content top margin

* Qoldev 569 sortable table for FireFox (#1194)

* onpageshow

* QOLDEV-569 Updating JS to make it work on FireFox

* Qoldev 612 global search dropdown (#1195)

* QOLDEV-612 Global search dropdown in mobile view

* QOLDEV-612 more adjusting

* QOLDEV-622 added CSS for disabled radios and checkboxes

* QOLDEV-620 Making table-sm bootstrap class working in SWE (#1218)

* QOLDEV-577 Removing source code toggle button for mobile stories (#1215)

* QOLDEV-577 Removing source code toggle button for mobile stories

* QOLDEV-577 Reverting extra argument

* Upgrade storybook to 7.4.5 (#1214)

* Qoldev 618 service finder button (#1217)

* QOLDEV-618 Excluding link style for the buttom in service finder

* QOLDEV-618 Formatting the code

* QOLDEV-618 Updating the selector for service finder links

* QOLDEV-618 Removing ampersand

* QOLDEV-618 Improving selector

* QOLDEV-622 disabled radio checkbox storybook files

* Bump jest-puppeteer from 9.0.0 to 9.0.1 (#1225)

Bumps [jest-puppeteer](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/jest-puppeteer) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/argos-ci/jest-puppeteer/releases)
- [Changelog](https://github.com/argos-ci/jest-puppeteer/blob/main/packages/jest-puppeteer/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/jest-puppeteer/commits/v9.0.1/packages/jest-puppeteer)

---
updated-dependencies:
- dependency-name: jest-puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump postcss from 8.4.30 to 8.4.31 (#1226)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.30 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.30...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump puppeteer from 21.2.1 to 21.3.6 (#1219)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.2.1 to 21.3.6.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.2.1...puppeteer-v21.3.6)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint from 8.49.0 to 8.50.0 (#1223)

Bumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 8.50.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.49.0...v8.50.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/runtime from 7.22.15 to 7.23.1 (#1224)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.15 to 7.23.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.1/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sass from 1.67.0 to 1.68.0 (#1222)

Bumps [sass](https://github.com/sass/dart-sass) from 1.67.0 to 1.68.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.67.0...1.68.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qoldev 569 searchable table storybook (#1221)

* QOLDEV-569 Styling searchable table when input changes

* QOLDEV-569 Adding a story for searchable table

* QOLDEV-569 Styling table after sort event

* QOLDEV-569 Using drawCallback when initialising the dataTable

* QOLDEV-569 Resolving lint error

* QOLDEV-569 Missing trailing comma

* QOLDEV-569 on load scripts

* QOLDEV-569 Other script can go into Squiz

* QOLDEV-569 onpageshow to fix FireFox

* Bump chromatic from 7.1.0 to 7.2.2 (#1233)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 7.1.0 to 7.2.2.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v7.1.0...v7.2.2)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Edits to radio and checkbox examples in Storybook

* Bump @babel/core from 7.22.20 to 7.23.0 (#1237)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.20 to 7.23.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.0/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @storybook/addon-mdx-gfm from 7.4.5 to 7.4.6 (#1229)

Bumps [@storybook/addon-mdx-gfm](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/gfm) from 7.4.5 to 7.4.6.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.6/code/addons/gfm)

---
updated-dependencies:
- dependency-name: "@storybook/addon-mdx-gfm"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "Bump @storybook/addon-mdx-gfm from 7.4.5 to 7.4.6 (#1229)" (#1238)

This reverts commit 8875c6bcc6c4cf5010f0828d85e7964db17f7e85.

* Bump storybook to 7.4.6 (#1240)

* Qoldev 612 global search dropdown blurb (#1239)

* QOLDEV-612 Make the selector more specified

* QOLDEV-612 important

* QOLDEV-534 Replacing via.placeholder.com with placehold.co (#1243)

* QOLDEV-534 Replacing via.placeholder.com with placehold.co

* QOLDEV-534 file type format goes after the color codes

* Bump sass from 1.68.0 to 1.69.0 (#1246)

Bumps [sass](https://github.com/sass/dart-sass) from 1.68.0 to 1.69.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.68.0...1.69.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump chromatic from 7.2.2 to 7.2.3 (#1247)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 7.2.2 to 7.2.3.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v7.2.2...v7.2.3)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint from 8.50.0 to 8.51.0 (#1245)

Bumps [eslint](https://github.com/eslint/eslint) from 8.50.0 to 8.51.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.50.0...v8.51.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump puppeteer from 21.3.6 to 21.3.8 (#1244)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.3.6 to 21.3.8.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.3.6...puppeteer-v21.3.8)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sass from 1.69.0 to 1.69.2 (#1249)

Bumps [sass](https://github.com/sass/dart-sass) from 1.69.0 to 1.69.2.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.0...1.69.2)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump chromatic from 7.2.3 to 7.3.0 (#1250)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 7.2.3 to 7.3.0.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v7.2.3...v7.3.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump storybook-addon-pseudo-states from 2.1.1 to 2.1.2

Bumps [storybook-addon-pseudo-states](https://github.com/chromaui/storybook-addon-pseudo-states) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/chromaui/storybook-addon-pseudo-states/releases)
- [Changelog](https://github.com/chromaui/storybook-addon-pseudo-states/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/storybook-addon-pseudo-states/compare/v2.1.1...v2.1.2)

---
updated-dependencies:
- dependency-name: storybook-addon-pseudo-states
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump sass from 1.69.2 to 1.69.3 (#1256)

Bumps [sass](https://github.com/sass/dart-sass) from 1.69.2 to 1.69.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.2...1.69.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/runtime from 7.23.1 to 7.23.2 (#1254)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.1 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-635 Updating tooltip text for Quick Exit (#1257)

* QOLDEV-635 Updating tooltip text for Quick Exit

* QOLDEV-635 Updating tooltip text for Quick Exit in storybook

* Bump @babel/preset-env from 7.22.20 to 7.23.2 (#1252)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.20 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/core from 7.23.0 to 7.23.2 (#1255)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.0 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/@babel/core@7.23.2/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/plugin-transform-runtime from 7.22.15 to 7.23.2 (#1251)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.22.15 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump chromatic from 7.3.0 to 7.4.0 (#1259)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 7.3.0 to 7.4.0.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v7.3.0...v7.4.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump webpack from 5.88.2 to 5.89.0 (#1260)

Bumps [webpack](https://github.com/webpack/webpack) from 5.88.2 to 5.89.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.88.2...v5.89.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qoldev 637 tag component (#1258)

* Adding a story for tag

* QOLDEV-637 Adding 8 color sets for tags

* QOLDEV-637 Normal font weight for tags

* QOLDEV-637 Fixing up color and bg colot rules for tags

* QOLDEV-637 fixing up green color code

* QOLDEV-637 Introducing qg-tag class ftom margin and font-weight

* QOLDEV-637 right margin

* QOLDEV-637 Adding more details to Tag story

* QOLDEV-637 Updating a comment

* Qoldev 637 tag component (#1268)

* Adding a story for tag

* QOLDEV-637 Adding 8 color sets for tags

* QOLDEV-637 Normal font weight for tags

* QOLDEV-637 Fixing up color and bg colot rules for tags

* QOLDEV-637 fixing up green color code

* QOLDEV-637 Introducing qg-tag class ftom margin and font-weight

* QOLDEV-637 right margin

* QOLDEV-637 Adding more details to Tag story

* QOLDEV-637 Updating a comment

* QOLDEV-637 Removing bootstrap badges from storybook

* Bump storybook to 7.5.0 (#1269)

* Bump sass from 1.69.3 to 1.69.4 (#1273)

Bumps [sass](https://github.com/sass/dart-sass) from 1.69.3 to 1.69.4.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.3...1.69.4)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump storybook to 7.5.1 (#1278)

* Bump chromatic from 7.4.0 to 7.5.4 (#1286)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 7.4.0 to 7.5.4.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v7.4.0...v7.5.4)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint from 8.51.0 to 8.52.0 (#1281)

Bumps [eslint](https://github.com/eslint/eslint) from 8.51.0 to 8.52.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.51.0...v8.52.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump concurrently from 8.2.1 to 8.2.2 (#1282)

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.1 to 8.2.2.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.2.1...v8.2.2)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump puppeteer from 21.3.8 to 21.4.1 (#1284)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.3.8 to 21.4.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.3.8...puppeteer-v21.4.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint-plugin-import from 2.28.1 to 2.29.0 (#1285)

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.28.1 to 2.29.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sass from 1.69.4 to 1.69.5 (#1287)

Bumps [sass](https://github.com/sass/dart-sass) from 1.69.4 to 1.69.5.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.4...1.69.5)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump storybook to 7.5.2 (#1295)

* Bump chromatic from 7.5.4 to 7.6.0 (#1296)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 7.5.4 to 7.6.0.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v7.5.4...v7.6.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-658 3px margin to button and storybook update

* Bump puppeteer from 21.4.1 to 21.5.0 (#1297)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.4.1 to 21.5.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.4.1...puppeteer-v21.5.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-658 3px button borders on solid buttons

* Bump gulp-debug from 4.0.0 to 5.0.1 (#1300)

Bumps [gulp-debug](https://github.com/sindresorhus/gulp-debug) from 4.0.0 to 5.0.1.
- [Release notes](https://github.com/sindresorhus/gulp-debug/releases)
- [Commits](https://github.com/sindresorhus/gulp-debug/compare/v4.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: gulp-debug
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-658 organise button stories for Storybook 7+

* Bump eslint from 8.52.0 to 8.53.0 (#1305)

Bumps [eslint](https://github.com/eslint/eslint) from 8.52.0 to 8.53.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.52.0...v8.53.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump storybook to 7.5.3 (#1307)

* QOLDEV-666 Styling formio dropdown items (#1313)

* QOLDEV-666 Styling formio dropdown items

* QOLDEV-666 choices-input

* QOLDEV-666 Updating the padding to be consistent with the dropdown height

* Bump @babel/plugin-transform-runtime from 7.23.2 to 7.23.3 (#1312)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.23.2 to 7.23.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.3/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump puppeteer from 21.5.0 to 21.5.1 (#1308)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.5.0 to 21.5.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.5.0...puppeteer-v21.5.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/preset-env from 7.23.2 to 7.23.3 (#1309)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.23.2 to 7.23.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.3/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump @babel/core from 7.23.2 to 7.23.3 (#1310)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.2 to 7.23.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.3/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qoldev 546 Replacing share twitter icon with x-twitter svg (#1280)

* x-twitter icon

* QOLDEV-546 X twitter

* QOLDEV-546 CSS filter generator for svg hover color

* trying out different svg

* Wrapping quick exit text by <p>

* QOLDEV-546 x-twitter for share icon

* QOLDEV-546 removing svg file

* QOLDEV-546 Using the svg directly in the code rather than css

* QOLDEV-546 Removing unused class

* QOLDEV-546 Scaling up the icon a little bit to match with fa icons

* QOLDEV-546 Adjusting scale

* QOLDEV-546 Adjusting margin

* Bump chromatic from 7.6.0 to 9.0.0 (#1314)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 7.6.0 to 9.0.0.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v7.6.0...v9.0.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-546 Updating twitter icon in the footer and other storybook docs (#1315)

* QOLDEV-546 Updating twitter icon in the footer and other storybook docs

* QOLDEV-546 Adjusting top margin

* Bump puppeteer from 21.5.1 to 21.5.2 (#1316)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.5.1 to 21.5.2.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.5.1...puppeteer-v21.5.2)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump chromatic from 9.0.0 to 9.1.0

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 9.0.0 to 9.1.0.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v9.0.0...v9.1.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump eslint-config-standard from 6.2.1 to 17.1.0

Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 6.2.1 to 17.1.0.
- [Commits](https://github.com/standard/eslint-config-standard/compare/v6.2.1...v17.1.0)

---
updated-dependencies:
- dependency-name: eslint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* limit eslint-config-standard to versions that NPM 6 can support

* Bump @babel/runtime from 7.23.2 to 7.23.4

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.2 to 7.23.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.4/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump gh-pages from 6.0.0 to 6.1.0

Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/tschaub/gh-pages/releases)
- [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md)
- [Commits](https://github.com/tschaub/gh-pages/compare/v6.0.0...v6.1.0)

---
updated-dependencies:
- dependency-name: gh-pages
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @babel/plugin-transform-runtime from 7.23.3 to 7.23.4

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.23.3 to 7.23.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.4/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Qoldev 668 index page (#1317)

* QOLDEV-668 Updating columns for the topic index page

* QOLDEV-668 Updating the style of acitve link within the side navigation

* QOLDEV-668 Updating the hover style of acitve link within the side navigation

* QOLDEV-668 Hover state for the active side nav

* QOLDEV-668 Aside improvements

* QOLDEV-668 Adjusting h3 color

* QOLDEV-668 Reverting changes to DFV aside

* QOLDEV-668 reverting unwanted change

* QOLDEV-668 Updating the style of index items to look like clickable cards in mobile view

* QOLDEV-668 Updating heading style within asides

* QOLDEV-668 Top margin for heading within aside

* QOLDEV-668 Adjusting left padding for index items without images

* QOLDEV-668 Removing the outline from the current nav item in the side nav

* Bump eslint from 8.53.0 to 8.54.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.53.0 to 8.54.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.53.0...v8.54.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* QOLDEV-546 X twitter icon adjustment in the footer (#1324)

* QOLDEV-679 new CSS rule to support the Form IO Mutli file upload component (error state)

* Qoldev 569 searchable table resolving warning (#1326)

* QOLDEV-569 Searchable table, resolving warning

* QOLDEV-569 Initiate only when the table is not initiated already

* QOLDEV-569 For each loop

* QOLDEV-569 On load

* QOLDEV-569 On load revert

* QOLDEV-569 Styling ellipsis for dataTable pagination

* Bump np from 8.0.4 to 9.0.0 (#1327)

Bumps [np](https://github.com/sindresorhus/np) from 8.0.4 to 9.0.0.
- [Release notes](https://github.com/sindresorhus/np/releases)
- [Commits](https://github.com/sindresorhus/np/compare/v8.0.4...v9.0.0)

---
updated-dependencies:
- dependency-name: np
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump storybook version to 7.6.0 (#1338)

* QOLDEV-668 Some more adjustment for index pages (#1337)

* QOLDEV-668 Some more adjustment for index pages

* QOLDEV-668 Adjusting h1 padding

* Bump @storybook/addon-essentials from 7.6.0 to 7.6.1

Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) from 7.6.0 to 7.6.1.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.1/code/addons/essentials)

---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @storybook/addon-links from 7.6.0 to 7.6.1

Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) from 7.6.0 to 7.6.1.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.1/code/addons/links)

---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* QOLDEV-637 Adding a story for cards with tags (#1346)

* QOLDEV-637 Adding a story for cards with tags

* new line

* Bump storybook to 7.6.1 (#1348)

* Bump @babel/core from 7.23.3 to 7.23.5

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.3 to 7.23.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.5/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump storybook to 7.6.2 (#1357)

* Bump @babel/preset-env from 7.23.3 to 7.23.5

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.23.3 to 7.23.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.5/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Resolving lint errors (#1347)

* Resolving lint errors

* Resolving lint errors under gulp/

* Resolving hasOwnProperty lint error

* Resolving the last lint error

* Improving the if else code

* Reverting changes in jquery.butterfly.js and prism.js

* reverting more lint changes in external libraries

* reverting more lint changes in external libraries

* reverting more lint changes in external libraries

* reverting more lint changes in external libraries

* Reverting changes in ext libraries

* Using var instead of let resolved the lint error

* Using var instead of let resolved the lint error - accordion.js

* Bump @babel/runtime from 7.23.4 to 7.23.5

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.4 to 7.23.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.5/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @storybook/addon-interactions from 7.6.2 to 7.6.3

Bumps [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) from 7.6.2 to 7.6.3.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.3/code/addons/interactions)

---
updated-dependencies:
- dependency-name: "@storybook/addon-interactions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump chromatic from 9.1.0 to 10.0.0

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 9.1.0 to 10.0.0.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v9.1.0...v10.0.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @storybook/html-webpack5 from 7.6.2 to 7.6.3

Bumps [@storybook/html-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/html-webpack5) from 7.6.2 to 7.6.3.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.3/code/frameworks/html-webpack5)

---
updated-dependencies:
- dependency-name: "@storybook/html-webpack5"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @storybook/addon-actions from 7.6.2 to 7.6.3

Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) from 7.6.2 to 7.6.3.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.3/code/addons/actions)

---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @storybook/html from 7.6.2 to 7.6.3

Bumps [@storybook/html](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/html) from 7.6.2 to 7.6.3.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.3/code/renderers/html)

---
updated-dependencies:
- dependency-name: "@storybook/html"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @storybook/addon-mdx-gfm from 7.6.2 to 7.6.3

Bumps [@storybook/addon-mdx-gfm](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/gfm) from 7.6.2 to 7.6.3.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.3/code/addons/gfm)

---
updated-dependencies:
- dependency-name: "@storybook/addon-mdx-gfm"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump storybook from 7.6.2 to 7.6.3

Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) from 7.6.2 to 7.6.3.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.3/code/lib/cli)

---
updated-dependencies:
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @storybook/addon-links from 7.6.2 to 7.6.3

Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) from 7.6.2 to 7.6.3.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.3/code/addons/links)

---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump postcss from 8.4.31 to 8.4.32

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.31 to 8.4.32.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.31...8.4.32)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump eslint from 8.54.0 to 8.55.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.54.0 to 8.55.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.54.0...v8.55.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump np from 9.0.0 to 9.1.0

Bumps [np](https://github.com/sindresorhus/np) from 9.0.0 to 9.1.0.
- [Release notes](https://github.com/sindresorhus/np/releases)
- [Commits](https://github.com/sindresorhus/np/compare/v9.0.0...v9.1.0)

---
updated-dependencies:
- dependency-name: np
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @storybook/addon-essentials from 7.6.2 to 7.6.3

Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) from 7.6.2 to 7.6.3.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.3/code/addons/essentials)

---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump jest-puppeteer from 9.0.1 to 9.0.2

Bumps [jest-puppeteer](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/jest-puppeteer) from 9.0.1 to 9.0.2.
- [Release notes](https://github.com/argos-ci/jest-puppeteer/releases)
- [Changelog](https://github.com/argos-ci/jest-puppeteer/blob/main/packages/jest-puppeteer/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/jest-puppeteer/commits/v9.0.2/packages/jest-puppeteer)

---
updated-dependencies:
- dependency-name: jest-puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump puppeteer from 21.5.2 to 21.6.0

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.5.2 to 21.6.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.5.2...puppeteer-v21.6.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* QOLDEV-681 Improving templates structure in storybook (#1366)

* QOLDEV-681 Improving templates structure in storybook

* QOLDEV-681 ContentPage templates

* bump to storybook 7.6.3

* Fixing up Search Category storybook

* Bump to storybook 7.6.4 (#1383)

* Bump chromatic from 10.0.0 to 10.1.0

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 10.0.0 to 10.1.0.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v10.0.0...v10.1.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-typ…
ghazal-salehi added a commit that referenced this pull request Jan 15, 2024
* Increasing version

* QOLDEV-425 Vertical alignment of social icons

* Fixing comment

* QOLDEV-74 defining max-width-none class, removing important from max-width for figure

* QOLDEV-403 Removing space before Print label

* QOLDEV-403 Removing space before Print entire guide

* QOLDEV-352 Applying dark theme colors (white) to the links within banner

* QOLDEV-398 Light theme cards background

* QOLDEV-443 Replacing no=print with bootstrap d-print-none

* QOLDEV-488 Updated puppeteer script for footer feedback

* QOLDEV-77 link list and button states in dfv portal

* QOLDEV-73 Previous and Next icon in the table pagination buttons

* QOLDEV-77 Calling qg-global-link-styles with margin zero to override default margin

* QOLDEV-73 Removing tables stripe style

* QOLDEV-451 Aligning the button within the global search concierge

* QOLDEV-451 need to override margin zero

* QOLDEV-422 Fixing qg-date-input, Replacing 'text' type with 'date'

* QOLDEV-422 Updating datepicker's input type in the story file

* QOLDEV-73 Bringing default stripe back

* QOLDEV-73 Bringing default stripe back

* QOLDEV-73 Make table bordered when it is not striped

* QOLDEV-73 Making <table> inherit table bootstrap styles

* QOLDEV-73 Adding NoStripe table to the storybook

* QOLDEV-73 Prev/Next buttons for sortable table

* QOLDEV-443 Replacing no-print with d-print-none

* QOLDEV-458 Removing top borderfram the card's footer

* QOLDEV-462 Improving search page

* QOLDEV-462 Changing breakpoints

* QOLDEV-462 Adjusting right padding

* QOLDEV-26 updated package-lock references for SWE 4.3

* QOLDEV-74 Applying default zero margin for the image link inside qg-fig

* QOLDEV-352 Exluding dark blurb for white links (#997)

* QOLDEV-352 Applying white color to immediate links and links within paragraphs

* QOLDEV-472 added margins to P + button scenario

* QOLDEV-472 tidy up comments

* QOLDEV-472 new stories for callouts with buttons

* QOLDEV-443 Defining no-print class just in case it is used in Squiz content (#1001)

* QOLDEV-400 reduced margins on P + UL in asides to align to global pattern

* QOLDEV-501 Resolving callout chromatic test regarding icon (#1004)

* QOLDEV-501 Resolving callout chromatic test regarding icon

* QOLDEV-501 Upgading callout box test

* QOLDEV-501 Leaving <i> in call-out-box.html for test purpose

* QOLDEV-386 re-write document links function in vanilla JS, round up file values

* Remove typos

* Qoldev 487 googlemaps marker label (#1007)

* QOLDEV-487 Styling google maps pin's label

* QOLDEV-487 Overriding default link margin

* Qoldev 352 blurb links in mobile (#1006)

* QOLDEV-352 Styling links within blurbs in mobile view

* QOLDEV-352 Styling links within blurbs in mobile view, black

* QOLDEV-352 Styling links within blurbs in mobile view, default style

* Node 18 upgrade

* post storybook 7 auto migration

* QOLDEV-497 Update to Storybook7 half way migrated

* QOLDEV-497 Introduction first

* @storybook/addon-mdx-gfm removed as we have converted

* QOLDEV-497 Storybook with templates fully functional

* QOLDEV-497 ensure localhost:6006 is running for storybook build to complete successfully

* reorder to run tests before making test release

* reorder to run tests before making test release

* QOLDEV-497 missed disabled stories

* QOLDEV-497 missed disabled stories with corrections

* Bump sass from 1.63.6 to 1.64.0 (#1021)

Bumps [sass](https://github.com/sass/dart-sass) from 1.63.6 to 1.64.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.63.6...1.64.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/core from 7.20.12 to 7.22.9 (#1015)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.12 to 7.22.9.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.9/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Resolving conflict 4.3 to develop (#1089)

* QOLDEV-470 initial commit with SWE footer restructure and AOC notice

* QOLDEV-73 Updating class name to qg-table-no-stripes (#1028)

* Qoldev 422 jquery datepicker (#1035)

* QOLDEV-422 jQuery datepicker does not need text='date'
* Removing unsupported comment
* removing hasDatepicker before initialising datepicker after document is ready

* Qoldev 422 jquery datepicker (#1036)

QOLDEV-422 Using on load instead of document.ready

* Qoldev 422 jquery datepicker (#1042)

* QOLDEV-422 Check if jquery datepicker exists on the page

* Qoldev 422 jquery datepicker date format (#1053)

* QOLDEV-422 jQuery datepicker placeholder and date format

* Resolving new line lint warning

* QOLDEV-422 jQuery datepicker format

* QOLDEV-535 Removing num_ranks and tiers as no longer needed in Funnelback 16 (#1073)

* QOLDEV-535 Removing num_ranks and tiers parameter as no longer needed in the Funnelback 16

* fixing somecharacters

* QOLDEV-470 SWE Add cultural notice, remove COVID and update footer CSS

* QOLDEV-450 Styling buttons within the alertbox (#1078)

* QOLDEV-450 Styling buttons within the alertbox

* Updating funnelback change to only check the number of suggested results

* QOLDEV-553 Styling social media links (#1082)

* Resolve conflict for 4.3.0 (#1081)

* Release v4.2.3 (#1045)

Merging 4.2.3 to master

* Release v4.2.3 (#1056)

* Fixing funnelback search test

* Resolve conflicts merge 4.3 to master (#1086)

* Release v4.2.3 (#1045)

Merging 4.2.3 to master

* Release v4.2.3 (#1056)

---------

Co-authored-by: Steve Pegg <steven.pegg@smartservice.qld.gov.au>
Co-authored-by: Steve Pegg <126438309+stvp-qld@users.noreply.github.com>

* Release v4.3.0 (#1091)

* QOLDEV-470 initial commit with SWE footer restructure and AOC notice

* QOLDEV-73 Updating class name to qg-table-no-stripes (#1028)

* Qoldev 422 jquery datepicker (#1035)

* QOLDEV-422 jQuery datepicker does not need text='date'
* Removing unsupported comment
* removing hasDatepicker before initialising datepicker after document is ready

* Qoldev 422 jquery datepicker (#1036)

QOLDEV-422 Using on load instead of document.ready

* Qoldev 422 jquery datepicker (#1042)

* QOLDEV-422 Check if jquery datepicker exists on the page

* Qoldev 422 jquery datepicker date format (#1053)

* QOLDEV-422 jQuery datepicker placeholder and date format

* Resolving new line lint warning

* QOLDEV-422 jQuery datepicker format

* QOLDEV-535 Removing num_ranks and tiers as no longer needed in Funnelback 16 (#1073)

* QOLDEV-535 Removing num_ranks and tiers parameter as no longer needed in the Funnelback 16

* fixing somecharacters

* QOLDEV-470 SWE Add cultural notice, remove COVID and update footer CSS

* QOLDEV-450 Styling buttons within the alertbox (#1078)

* QOLDEV-450 Styling buttons within the alertbox

* Updating funnelback change to only check the number of suggested results

* QOLDEV-553 Styling social media links (#1082)

* Resolve conflict for 4.3.0 (#1081)

* Release v4.2.3 (#1045)

Merging 4.2.3 to master

* Release v4.2.3 (#1056)

* Fixing funnelback search test

* Resolve conflicts merge 4.3 to master (#1086)

* Release v4.2.3 (#1045)

Merging 4.2.3 to master

* Release v4.2.3 (#1056)

---------

Co-authored-by: Steve Pegg <steven.pegg@smartservice.qld.gov.au>
Co-authored-by: Steve Pegg <126438309+stvp-qld@users.noreply.github.com>

* Bump puppeteer from 19.6.3 to 21.1.0 (#1084)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.6.3 to 21.1.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.6.3...puppeteer-v21.1.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump @babel/runtime from 7.21.0 to 7.22.10 (#1058)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.21.0 to 7.22.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @storybook/addon-mdx-gfm from 7.0.27 to 7.3.2 (#1083)

Bumps [@storybook/addon-mdx-gfm](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/gfm) from 7.0.27 to 7.3.2.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.3.2/code/addons/gfm)

---
updated-dependencies:
- dependency-name: "@storybook/addon-mdx-gfm"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump eslint from 8.33.0 to 8.47.0 (#1069)

Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.47.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.33.0...v8.47.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump @babel/plugin-transform-runtime from 7.21.0 to 7.22.10 (#1059)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.21.0 to 7.22.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Release v4.3.0 (#1080)

* QOLDEV-470 initial commit with SWE footer restructure and AOC notice

* QOLDEV-73 Updating class name to qg-table-no-stripes (#1028)

* Qoldev 422 jquery datepicker (#1035)

* QOLDEV-422 jQuery datepicker does not need text='date'
* Removing unsupported comment
* removing hasDatepicker before initialising datepicker after document is ready

* Qoldev 422 jquery datepicker (#1036)

QOLDEV-422 Using on load instead of document.ready

* Qoldev 422 jquery datepicker (#1042)

* QOLDEV-422 Check if jquery datepicker exists on the page

* Qoldev 422 jquery datepicker date format (#1053)

* QOLDEV-422 jQuery datepicker placeholder and date format

* Resolving new line lint warning

* QOLDEV-422 jQuery datepicker format

* QOLDEV-75 Carousel improvements

* QOLDEV-75 Cleanup comments

* QOLDEV-75 Cleanup redundant HTML

* QOLDEV-535 Removing num_ranks and tiers as no longer needed in Funnelback 16 (#1073)

* QOLDEV-535 Removing num_ranks and tiers parameter as no longer needed in the Funnelback 16

* fixing somecharacters

* QOLDEV-470 SWE Add cultural notice, remove COVID and update footer CSS

* QOLDEV-450 Styling buttons within the alertbox (#1078)

* QOLDEV-450 Styling buttons within the alertbox

* Updating funnelback change to only check the number of suggested results

* QOLDEV-553 Styling social media links (#1082)

* Resolve conflict for 4.3.0 (#1081)

* Release v4.2.3 (#1045)

Merging 4.2.3 to master

* Release v4.2.3 (#1056)

* Fixing funnelback search test

* Resolve conflicts merge 4.3 to master (#1086)

* Release v4.2.3 (#1045)

Merging 4.2.3 to master

* Release v4.2.3 (#1056)

* QOLDEV-75 fix typo in table reference

* Puppeteer upgrade to 21.1.0 (#1095)

* Puppeteer upgrade to 21.1.0

* Updating package-lock with newer versions

* Bumping babel/plugin-transform-runtime version (#1096)

---------

Co-authored-by: Steve Pegg <steven.pegg@smartservice.qld.gov.au>
Co-authored-by: Steve Pegg <126438309+stvp-qld@users.noreply.github.com>

* Bump np from 7.6.3 to 8.0.4 (#1012)

Bumps [np](https://github.com/sindresorhus/np) from 7.6.3 to 8.0.4.
- [Release notes](https://github.com/sindresorhus/np/releases)
- [Commits](https://github.com/sindresorhus/np/compare/v7.6.3...v8.0.4)

---
updated-dependencies:
- dependency-name: np
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <ghazal.salehi@smartservice.qld.gov.au>

* Bump @storybook/addon-essentials from 7.0.27 to 7.3.2 (#1085)

* Bump @storybook/addon-essentials from 7.0.27 to 7.3.2

Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) from 7.0.27 to 7.3.2.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.3.2/code/addons/essentials)

---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Upgrading storybook

* Installing ajv

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>
Co-authored-by: ghazal-salehi <ghazal.salehi@smartservice.qld.gov.au>

* Bump webpack from 5.76.2 to 5.88.2 (#1018)

Bumps [webpack](https://github.com/webpack/webpack) from 5.76.2 to 5.88.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.76.2...v5.88.2)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump jest-puppeteer from 8.0.4 to 9.0.0 (#956)

Dependabot couldn't find the original pull request head commit, 7d877fb22c0e5e0bbabba528bcbd04cc1fcd570a.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <ghazal.salehi@smartservice.qld.gov.au>

* fix: upgrade @babel/runtime from 7.19.0 to 7.20.1 (#683)

Snyk has created this PR to upgrade @babel/runtime from 7.19.0 to 7.20.1.

See this package in npm:
https://www.npmjs.com/package/@babel/runtime

See this project in Snyk:
https://app.snyk.io/org/qld-gov-au/project/5d2f9305-ffb5-46fc-8417-41b1cee23b88?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: ThrawnCA <shell_layer-github@yahoo.com.au>
Co-authored-by: ghazal-salehi <ghazal.salehi@smartservice.qld.gov.au>

* Bump terser-webpack-plugin from 3.1.0 to 5.3.9 (#947)

* Bump jest from 29.4.1 to 29.4.2

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.1 to 29.4.2.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.4.2/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump chromatic from 6.15.0 to 6.17.0

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 6.15.0 to 6.17.0.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v6.15.0...v6.17.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump puppeteer from 19.6.3 to 19.7.0

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.6.3 to 19.7.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.6.3...puppeteer-v19.7.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump eslint from 8.33.0 to 8.34.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.34.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.33.0...v8.34.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump sass from 1.58.0 to 1.58.1

Bumps [sass](https://github.com/sass/dart-sass) from 1.58.0 to 1.58.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.58.0...1.58.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump jest-puppeteer from 7.0.0 to 7.0.1

Bumps [jest-puppeteer](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/jest-puppeteer) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/argos-ci/jest-puppeteer/releases)
- [Changelog](https://github.com/argos-ci/jest-puppeteer/blob/main/packages/jest-puppeteer/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/jest-puppeteer/commits/v7.0.1/packages/jest-puppeteer)

---
updated-dependencies:
- dependency-name: jest-puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump jest from 29.4.2 to 29.4.3

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.2 to 29.4.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.4.3/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump puppeteer from 19.7.0 to 19.7.1

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.7.0 to 19.7.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.7.0...puppeteer-v19.7.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump sass from 1.58.1 to 1.58.2

Bumps [sass](https://github.com/sass/dart-sass) from 1.58.1 to 1.58.2.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.58.1...1.58.2)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump sass from 1.58.2 to 1.58.3

Bumps [sass](https://github.com/sass/dart-sass) from 1.58.2 to 1.58.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.58.2...1.58.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @babel/core from 7.20.12 to 7.21.0

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.12 to 7.21.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.21.0/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @babel/runtime from 7.20.13 to 7.21.0

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.20.13 to 7.21.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.21.0/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @babel/plugin-transform-runtime from 7.19.6 to 7.21.0

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.19.6 to 7.21.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.21.0/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump puppeteer from 19.7.1 to 19.7.2

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.7.1 to 19.7.2.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.7.1...puppeteer-v19.7.2)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump puppeteer from 19.7.2 to 19.7.3

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.7.2 to 19.7.3.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.7.2...puppeteer-v19.7.3)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump jest from 29.4.3 to 29.5.0

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.3 to 29.5.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.5.0/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump jest-puppeteer from 7.0.1 to 8.0.4

Bumps [jest-puppeteer](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/jest-puppeteer) from 7.0.1 to 8.0.4.
- [Release notes](https://github.com/argos-ci/jest-puppeteer/releases)
- [Changelog](https://github.com/argos-ci/jest-puppeteer/blob/main/packages/jest-puppeteer/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/jest-puppeteer/commits/v8.0.4/packages/jest-puppeteer)

---
updated-dependencies:
- dependency-name: jest-puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump jquery from 3.6.3 to 3.6.4

Bumps [jquery](https://github.com/jquery/jquery) from 3.6.3 to 3.6.4.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.6.3...3.6.4)

---
updated-dependencies:
- dependency-name: jquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump terser-webpack-plugin from 3.1.0 to 5.3.9

Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 3.1.0 to 5.3.9.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v3.1.0...v5.3.9)

---
updated-dependencies:
- dependency-name: terser-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ThrawnCA <shell_layer-github@yahoo.com.au>
Co-authored-by: ghazal-salehi <ghazal.salehi@smartservice.qld.gov.au>

* Bump gh-pages from 5.0.0 to 6.0.0 (#1106)

Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/tschaub/gh-pages/releases)
- [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md)
- [Commits](https://github.com/tschaub/gh-pages/compare/v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: gh-pages
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/core from 7.22.9 to 7.22.11 (#1104)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.9 to 7.22.11.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.11/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump babel-loader from 9.1.2 to 9.1.3 (#1102)

Bumps [babel-loader](https://github.com/babel/babel-loader) from 9.1.2 to 9.1.3.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v9.1.2...v9.1.3)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sass from 1.64.0 to 1.66.1 (#1101)

Bumps [sass](https://github.com/sass/dart-sass) from 1.64.0 to 1.66.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.64.0...1.66.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump puppeteer from 19.11.1 to 21.1.0 (#1100)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.11.1 to 21.1.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.11.1...puppeteer-v21.1.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump concurrently from 7.6.0 to 8.2.1 (#1099)

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.6.0 to 8.2.1.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.6.0...v8.2.1)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump jest from 29.5.0 to 29.6.4 (#1097)

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.5.0 to 29.6.4.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.6.4/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: upgrade jquery from 3.6.4 to 3.7.0 (#1050)

Snyk has created this PR to upgrade jquery from 3.6.4 to 3.7.0.

See this package in npm:
https://www.npmjs.com/package/jquery

See this project in Snyk:
https://app.snyk.io/org/qld-gov-au/project/5d2f9305-ffb5-46fc-8417-41b1cee23b88?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: ghazal-salehi <ghazal.salehi@smartservice.qld.gov.au>

* Removing chromium (#1108)

* installing postcss (#1109)

* Bump got and np (#963)

Bumps [got](https://github.com/sindresorhus/got) to 11.8.5 and updates ancestor dependency [np](https://github.com/sindresorhus/np). These dependencies need to be updated together.


Updates `got` from 9.6.0 to 11.8.5
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v9.6.0...v11.8.5)

Updates `np` from 7.6.3 to 8.0.2
- [Release notes](https://github.com/sindresorhus/np/releases)
- [Commits](https://github.com/sindresorhus/np/compare/v7.6.3...v8.0.2)

---
updated-dependencies:
- dependency-name: got
  dependency-type: indirect
- dependency-name: np
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <ghazal.salehi@smartservice.qld.gov.au>

* Bump eslint-plugin-import from 2.27.5 to 2.28.1 (#1114)

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.27.5 to 2.28.1.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.28.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump @babel/preset-env from 7.22.9 to 7.22.10 (#1113)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.9 to 7.22.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump chromatic from 6.19.9 to 6.24.1 (#1111)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 6.19.9 to 6.24.1.
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v6.19.9...v6.24.1)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump @babel/runtime from 7.22.10 to 7.22.11 (#1110)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.10 to 7.22.11.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.11/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump cssnano from 4.1.11 to 6.0.1 (#1105)

Bumps [cssnano](https://github.com/cssnano/cssnano) from 4.1.11 to 6.0.1.
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/v4.1.11...cssnano@6.0.1)

---
updated-dependencies:
- dependency-name: cssnano
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>
Co-authored-by: ghazal-salehi <ghazal.salehi@smartservice.qld.gov.au>

* Bump word-wrap from 1.2.3 to 1.2.5 (#1048)

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump tough-cookie from 4.1.2 to 4.1.3 (#1037)

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump puppeteer from 21.1.0 to 21.1.1 (#1117)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.1.0 to 21.1.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.1.0...puppeteer-v21.1.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint from 8.47.0 to 8.48.0 (#1116)

Bumps [eslint](https://github.com/eslint/eslint) from 8.47.0 to 8.48.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.47.0...v8.48.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump terser-webpack-plugin from 3.1.0 to 5.3.9 (#1112)

* Bump terser-webpack-plugin from 3.1.0 to 5.3.9

Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 3.1.0 to 5.3.9.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v3.1.0...v5.3.9)

---
updated-dependencies:
- dependency-name: terser-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Initialising Terser plugin in webpack config

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <ghazal.salehi@smartservice.qld.gov.au>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Revert "Bump terser-webpack-plugin from 3.1.0 to 5.3.9 (#1112)" (#1119)

This reverts commit f54bd5dd68cf9e91b1bcda055089201a0e2abce0.

* Dependabot/npm and yarn/develop/terser webpack plugin 5.3.9 (#1120)

* Bump terser-webpack-plugin from 3.1.0 to 5.3.9

Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 3.1.0 to 5.3.9.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v3.1.0...v5.3.9)

---
updated-dependencies:
- dependency-name: terser-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Initialising Terser plugin in webpack config

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @storybook/addon-essentials from 7.3.2 to 7.4.0 (#1127)

Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/addons/essentials)

---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* QOLDEV-574 Resolving deprecated storybook codes (#1118)

* QOLDEV-574 Replacing withSource with sourceState, Replacing inlineStories with story.inline

* QOLDEV-574 Importing from @storybook/blocks instead of @storybook/addon-docs/blocks

* QOLDEV-574 More replacing withSource with sourceState

* QOLDEV-574 Resolving DOM_VK_END is not defined

* Bump @storybook/addon-actions from 7.3.2 to 7.4.0 (#1121)

Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/addons/actions)

---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @storybook/addon-mdx-gfm from 7.3.2 to 7.4.0 (#1126)

Bumps [@storybook/addon-mdx-gfm](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/gfm) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/addons/gfm)

---
updated-dependencies:
- dependency-name: "@storybook/addon-mdx-gfm"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump storybook from 7.3.2 to 7.4.0 (#1125)

Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/lib/cli)

---
updated-dependencies:
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump postcss from 8.4.28 to 8.4.29 (#1122)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.28 to 8.4.29.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.28...8.4.29)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @storybook/addon-links from 7.3.2 to 7.4.0 (#1123)

Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/addons/links)

---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Revert "Bump @storybook/addon-links from 7.3.2 to 7.4.0 (#1123)" (#1129)

This reverts commit b3d989069c76b0848e70392deaf1d9368d61adb1.

* Revert "Bump @storybook/addon-mdx-gfm from 7.3.2 to 7.4.0 (#1126)" (#1130)

This reverts commit cc229359d12c0a9e399ecef30eeb328246dd818e.

* Revert "Bump storybook from 7.3.2 to 7.4.0 (#1125)" (#1131)

This reverts commit fda3b27ebea4dac71965f3ca861d92b7a86c12ec.

* Revert "Bump @storybook/addon-actions from 7.3.2 to 7.4.0 (#1121)" (#1132)

This reverts commit b199320555bc9523bb80b9871538cf602e9b67db.

* Revert "Bump @storybook/addon-essentials from 7.3.2 to 7.4.0 (#1127)" (#1133)

This reverts commit 8e127144d3ffc53d344b1fbbd3fa8892af4696f1.

* Develop (#1201)

* Upgrading storybook 7.3 to 7.4 (#1141)

* Upgrading storybook 7.3 to 7.4

* removing extra files

* Qoldev 580 aligning button in service dropdown (#1142)

* QOLDEV-580 Padding around button on Service Finder suggestion dropdown

* Increasing package version to 4.4

* QOLDEV-580 Excluding buttons from link styles within banner dropdown

* Bump @babel/preset-env from 7.22.10 to 7.22.14 (#1136)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.10 to 7.22.14.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.14/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-533 Removing unnecessary space in accordion (#1143)

* QOLDEV-533 Removing unnecessary space in acordion

* QOLDEV-533 Removing unnecessary space in acordion

* Qoldev 592 table top border (#1144)

* QOLDEV-592 Removing border for default table

* QOLDEV-592 Excluding borederd tables

* QOLDEV-592 Excluding borederd tables, applying to td

* revert changes to package.json

* Bump @babel/preset-env from 7.22.14 to 7.22.15 (#1148)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.14 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/plugin-transform-runtime from 7.22.10 to 7.22.15 (#1149)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.22.10 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jquery from 3.7.0 to 3.7.1 (#1115)

Bumps [jquery](https://github.com/jquery/jquery) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.7.0...3.7.1)

---
updated-dependencies:
- dependency-name: jquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* QOLDEV-576 Create a story for full-width image (#1153)

* QOLDEV-594 Adding a story for bordered table (#1152)

* QOLDEV-578 Fixing class qg-unstyled for image without border (#1151)

* QOLDEV-592 Excluding NoStripe tables from border: 0 (#1150)

* Bump @babel/core from 7.22.11 to 7.22.15 (#1147)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.11 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* QOLDEV-591 quixk exit z-index (#1155)

* Qoldev 569 searchable table (#1154)

* QOLDEV-569 Searchable table

* QOLDEV-569 Searchable table

* QOLDEV-569 Extending qg-btn for searchable table buttons

* QOLDEV-569 Underline for table buttons

* QOLDEV-569 Adding qg-btn class to dataTable buttons

* QOLDEV-569 Add qg-btn after load so the buttons exist

* QOLDEV-569 more styling

* QOLDEV-569 Replacing load with ready, margin

* QOLDEV-569 document on ready

* QOLDEV-569 document on load

* QOLDEV-569 window on load

* QOLDEV-569 hover state

* QOLDEV-596 Search box clear button (#1156)

* QOLDEV-596 Search box clear button

* QOLDEV-596 More styling for search box

* QOLDEV-596 More styling for search box

* QOLDEV-596 More styling for search box

* Bump @babel/core from 7.22.15 to 7.22.17 (#1158)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.15 to 7.22.17.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.17/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump chromatic from 6.24.1 to 7.1.0 (#1157)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 6.24.1 to 7.1.0.
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v6.24.1...v7.1.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-579 improving jQuery datepicker in storybook (#1128)

* QOLDEV-579 jQuery datepicker input type i storybook

* QOLDEV-579 hasDatepicker should be added by js

* QOLDEV-579 Including qg-main.js in storybook's preview-head.html

* QOLDEV-579 Removing addScript function from previewMainTemplate

* Bump @babel/runtime from 7.22.11 to 7.22.15 (#1145)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.11 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* QOLDEV-603 Upgrade storybook to 7.4.1 (#1171)

* Bump jest from 29.6.4 to 29.7.0 (#1175)

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.6.4 to 29.7.0.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint from 8.48.0 to 8.49.0 (#1166)

Bumps [eslint](https://github.com/eslint/eslint) from 8.48.0 to 8.49.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.48.0...v8.49.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-599 jQuery UI for storybook, Cleaning up tasks (#1159)

* QOLDEV-599 Cleaning up tasks

* QOLDEV-599 jquery ui

* QOLDEV-599 Adding jquery ui in previewMainTemplate

* QOLDEV-599 Adding jquery ui in previewMainTemplate

* typo

* jQuery ui cdn

* jQuery ui cdn

* QOLDEV-599 datepicker selector

* QOLDEV-599 Using jquery ui cdn in datepicker js to make it work in storybook as well

* QOLDEV-599 Adding jquery ui in preview-head

* Cleaning up

* QOLDEV-599 Add jquery-ui in storybook head unconditional

* QOLDEV-599 Updating links to jquery ui assets

* QOLDEV-599 handleDatePicker function

* QOLDEV-599 handleDatePicker function

* QOLDEV-602 Keeping quick exit at the top for long page (#1169)

* QOLDEV-602 Moving quick exit at the bottom of the page

* QOLDEV-602 Making quick exit stick to top after scrolling down

* QOLDEV-602 Fixing lint warnings

* QOLDEV-602 new line

* Bump @babel/core from 7.22.17 to 7.22.19 (#1177)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.17 to 7.22.19.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.19/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-569 Styling elements in searchable table (#1168)

* QOLDEV-569 Styling elements in searchable table

* QOLDEV-569 searchable table improvement

* QOLDEV-569 Excluding sortable table buttons from link styles

* QOLDEV-569 Excluding sortable table buttons from link styles

* QOLDEV-569 typo

* QOLDEV-569 Improving datatables js

* QOLDEV-569 Hover state for pagination buttons

* QOLDEV-569 Hover state for pagination buttons, important

* QOLDEV-600 Styling qg-radio-tabs (#1160)

* Bump sass from 1.66.1 to 1.67.0 (#1176)

Bumps [sass](https://github.com/sass/dart-sass) from 1.66.1 to 1.67.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.66.1...1.67.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-601 Styling portal links (#1161)

* QOLDEV-601 Styling portal links

* QOLDEV-601 Styling portal links, margin

* QOLDEV-601 Styling portal links, padding

* QOLDEV-601 Styling portal links, max-height

* QOLDEV-601 Styling portal links, margin-bottom

* Bump puppeteer from 21.1.1 to 21.2.1 (#1174)

* Bump puppeteer from 21.1.1 to 21.2.1

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.1.1 to 21.2.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.1.1...puppeteer-v21.2.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Resolving puppeteer bukd error regarding disposable object

* Resolving puppeteer bukd error regarding disposable object

* Using length property to check the results returned

* Return value for received and expected

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>
Co-authored-by: ghazal-salehi <ghazal.salehi@smartservice.qld.gov.au>

* QOLDEV-599 Lint error, and others (#1185)

* QOLDEV-599 Lint error, and others

* QOLDEV-599 crossorigin anonymous for css files

* QOLDEV-608 Upgrade storybook to 7.4.2 (#1186)

* Bump @babel/preset-env from 7.22.15 to 7.22.20 (#1189)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.15 to 7.22.20.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.20/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/core from 7.22.19 to 7.22.20 (#1188)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.19 to 7.22.20.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.20/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump postcss from 8.4.29 to 8.4.30 (#1190)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.30.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.30)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-324 Decomissioning old docs in the sourcecode (#1187)

* QOLDEV-324 Reversing docs/assets

* QOLDEV-324 Removing docs/examples

* QOLDEV-324 Reversing components.html, needed for tests

* QOLDEV-324 Removing unneeded components

* QOLDEV-324 accordion.html is needed for test

* QOLDEV-324 some html files are needed for tests

* QOLDEV-324 some html files are needed for tests

* QOLDEV-324 These html might be useful for future tests

* QOLDEV-324 renaming files

* QOLDEV-324 Example files are used in print.html, docs-nav.html is never used

* QOLDEV-324 Removing referenc to docs-nav

* QOLDEV-601 Making main navigation bar and DFV's seamless (#1193)

* QOLDEV-601 More adjusting for the navigation bar so it looks like DFV navigation

* QOLDEV-601 Overwriting qg-private-content top margin

* Qoldev 569 sortable table for FireFox (#1194)

* onpageshow

* QOLDEV-569 Updating JS to make it work on FireFox

* Qoldev 612 global search dropdown (#1195)

* QOLDEV-612 Global search dropdown in mobile view

* QOLDEV-612 more adjusting

* QOLDEV-622 added CSS for disabled radios and checkboxes

* QOLDEV-620 Making table-sm bootstrap class working in SWE (#1218)

* QOLDEV-577 Removing source code toggle button for mobile stories (#1215)

* QOLDEV-577 Removing source code toggle button for mobile stories

* QOLDEV-577 Reverting extra argument

* Upgrade storybook to 7.4.5 (#1214)

* Qoldev 618 service finder button (#1217)

* QOLDEV-618 Excluding link style for the buttom in service finder

* QOLDEV-618 Formatting the code

* QOLDEV-618…
ghazal-salehi added a commit that referenced this pull request Jan 18, 2024
* Increasing version

* QOLDEV-425 Vertical alignment of social icons

* Fixing comment

* QOLDEV-74 defining max-width-none class, removing important from max-width for figure

* QOLDEV-403 Removing space before Print label

* QOLDEV-403 Removing space before Print entire guide

* QOLDEV-352 Applying dark theme colors (white) to the links within banner

* QOLDEV-398 Light theme cards background

* QOLDEV-443 Replacing no=print with bootstrap d-print-none

* QOLDEV-488 Updated puppeteer script for footer feedback

* QOLDEV-77 link list and button states in dfv portal

* QOLDEV-73 Previous and Next icon in the table pagination buttons

* QOLDEV-77 Calling qg-global-link-styles with margin zero to override default margin

* QOLDEV-73 Removing tables stripe style

* QOLDEV-451 Aligning the button within the global search concierge

* QOLDEV-451 need to override margin zero

* QOLDEV-422 Fixing qg-date-input, Replacing 'text' type with 'date'

* QOLDEV-422 Updating datepicker's input type in the story file

* QOLDEV-73 Bringing default stripe back

* QOLDEV-73 Bringing default stripe back

* QOLDEV-73 Make table bordered when it is not striped

* QOLDEV-73 Making <table> inherit table bootstrap styles

* QOLDEV-73 Adding NoStripe table to the storybook

* QOLDEV-73 Prev/Next buttons for sortable table

* QOLDEV-443 Replacing no-print with d-print-none

* QOLDEV-458 Removing top borderfram the card's footer

* QOLDEV-462 Improving search page

* QOLDEV-462 Changing breakpoints

* QOLDEV-462 Adjusting right padding

* QOLDEV-26 updated package-lock references for SWE 4.3

* QOLDEV-74 Applying default zero margin for the image link inside qg-fig

* QOLDEV-352 Exluding dark blurb for white links (#997)

* QOLDEV-352 Applying white color to immediate links and links within paragraphs

* QOLDEV-472 added margins to P + button scenario

* QOLDEV-472 tidy up comments

* QOLDEV-472 new stories for callouts with buttons

* QOLDEV-443 Defining no-print class just in case it is used in Squiz content (#1001)

* QOLDEV-400 reduced margins on P + UL in asides to align to global pattern

* QOLDEV-501 Resolving callout chromatic test regarding icon (#1004)

* QOLDEV-501 Resolving callout chromatic test regarding icon

* QOLDEV-501 Upgading callout box test

* QOLDEV-501 Leaving <i> in call-out-box.html for test purpose

* QOLDEV-386 re-write document links function in vanilla JS, round up file values

* Remove typos

* Qoldev 487 googlemaps marker label (#1007)

* QOLDEV-487 Styling google maps pin's label

* QOLDEV-487 Overriding default link margin

* Qoldev 352 blurb links in mobile (#1006)

* QOLDEV-352 Styling links within blurbs in mobile view

* QOLDEV-352 Styling links within blurbs in mobile view, black

* QOLDEV-352 Styling links within blurbs in mobile view, default style

* Node 18 upgrade

* post storybook 7 auto migration

* QOLDEV-497 Update to Storybook7 half way migrated

* QOLDEV-497 Introduction first

* @storybook/addon-mdx-gfm removed as we have converted

* QOLDEV-497 Storybook with templates fully functional

* QOLDEV-497 ensure localhost:6006 is running for storybook build to complete successfully

* reorder to run tests before making test release

* reorder to run tests before making test release

* QOLDEV-497 missed disabled stories

* QOLDEV-497 missed disabled stories with corrections

* Bump sass from 1.63.6 to 1.64.0 (#1021)

Bumps [sass](https://github.com/sass/dart-sass) from 1.63.6 to 1.64.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.63.6...1.64.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...




* Bump @babel/core from 7.20.12 to 7.22.9 (#1015)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.12 to 7.22.9.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.9/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...




* Resolving conflict 4.3 to develop (#1089)

* QOLDEV-470 initial commit with SWE footer restructure and AOC notice

* QOLDEV-73 Updating class name to qg-table-no-stripes (#1028)

* Qoldev 422 jquery datepicker (#1035)

* QOLDEV-422 jQuery datepicker does not need text='date'
* Removing unsupported comment
* removing hasDatepicker before initialising datepicker after document is ready

* Qoldev 422 jquery datepicker (#1036)

QOLDEV-422 Using on load instead of document.ready

* Qoldev 422 jquery datepicker (#1042)

* QOLDEV-422 Check if jquery datepicker exists on the page

* Qoldev 422 jquery datepicker date format (#1053)

* QOLDEV-422 jQuery datepicker placeholder and date format

* Resolving new line lint warning

* QOLDEV-422 jQuery datepicker format

* QOLDEV-535 Removing num_ranks and tiers as no longer needed in Funnelback 16 (#1073)

* QOLDEV-535 Removing num_ranks and tiers parameter as no longer needed in the Funnelback 16

* fixing somecharacters

* QOLDEV-470 SWE Add cultural notice, remove COVID and update footer CSS

* QOLDEV-450 Styling buttons within the alertbox (#1078)

* QOLDEV-450 Styling buttons within the alertbox

* Updating funnelback change to only check the number of suggested results

* QOLDEV-553 Styling social media links (#1082)

* Resolve conflict for 4.3.0 (#1081)

* Release v4.2.3 (#1045)

Merging 4.2.3 to master

* Release v4.2.3 (#1056)

* Fixing funnelback search test

* Resolve conflicts merge 4.3 to master (#1086)

* Release v4.2.3 (#1045)

Merging 4.2.3 to master

* Release v4.2.3 (#1056)

---------




* Release v4.3.0 (#1091)

* QOLDEV-470 initial commit with SWE footer restructure and AOC notice

* QOLDEV-73 Updating class name to qg-table-no-stripes (#1028)

* Qoldev 422 jquery datepicker (#1035)

* QOLDEV-422 jQuery datepicker does not need text='date'
* Removing unsupported comment
* removing hasDatepicker before initialising datepicker after document is ready

* Qoldev 422 jquery datepicker (#1036)

QOLDEV-422 Using on load instead of document.ready

* Qoldev 422 jquery datepicker (#1042)

* QOLDEV-422 Check if jquery datepicker exists on the page

* Qoldev 422 jquery datepicker date format (#1053)

* QOLDEV-422 jQuery datepicker placeholder and date format

* Resolving new line lint warning

* QOLDEV-422 jQuery datepicker format

* QOLDEV-535 Removing num_ranks and tiers as no longer needed in Funnelback 16 (#1073)

* QOLDEV-535 Removing num_ranks and tiers parameter as no longer needed in the Funnelback 16

* fixing somecharacters

* QOLDEV-470 SWE Add cultural notice, remove COVID and update footer CSS

* QOLDEV-450 Styling buttons within the alertbox (#1078)

* QOLDEV-450 Styling buttons within the alertbox

* Updating funnelback change to only check the number of suggested results

* QOLDEV-553 Styling social media links (#1082)

* Resolve conflict for 4.3.0 (#1081)

* Release v4.2.3 (#1045)

Merging 4.2.3 to master

* Release v4.2.3 (#1056)

* Fixing funnelback search test

* Resolve conflicts merge 4.3 to master (#1086)

* Release v4.2.3 (#1045)

Merging 4.2.3 to master

* Release v4.2.3 (#1056)

---------




* Bump puppeteer from 19.6.3 to 21.1.0 (#1084)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.6.3 to 21.1.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.6.3...puppeteer-v21.1.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
...





* Bump @babel/runtime from 7.21.0 to 7.22.10 (#1058)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.21.0 to 7.22.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...




* Bump @storybook/addon-mdx-gfm from 7.0.27 to 7.3.2 (#1083)

Bumps [@storybook/addon-mdx-gfm](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/gfm) from 7.0.27 to 7.3.2.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.3.2/code/addons/gfm)

---
updated-dependencies:
- dependency-name: "@storybook/addon-mdx-gfm"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...





* Bump eslint from 8.33.0 to 8.47.0 (#1069)

Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.47.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.33.0...v8.47.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...





* Bump @babel/plugin-transform-runtime from 7.21.0 to 7.22.10 (#1059)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.21.0 to 7.22.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...




* Release v4.3.0 (#1080)

* QOLDEV-470 initial commit with SWE footer restructure and AOC notice

* QOLDEV-73 Updating class name to qg-table-no-stripes (#1028)

* Qoldev 422 jquery datepicker (#1035)

* QOLDEV-422 jQuery datepicker does not need text='date'
* Removing unsupported comment
* removing hasDatepicker before initialising datepicker after document is ready

* Qoldev 422 jquery datepicker (#1036)

QOLDEV-422 Using on load instead of document.ready

* Qoldev 422 jquery datepicker (#1042)

* QOLDEV-422 Check if jquery datepicker exists on the page

* Qoldev 422 jquery datepicker date format (#1053)

* QOLDEV-422 jQuery datepicker placeholder and date format

* Resolving new line lint warning

* QOLDEV-422 jQuery datepicker format

* QOLDEV-75 Carousel improvements

* QOLDEV-75 Cleanup comments

* QOLDEV-75 Cleanup redundant HTML

* QOLDEV-535 Removing num_ranks and tiers as no longer needed in Funnelback 16 (#1073)

* QOLDEV-535 Removing num_ranks and tiers parameter as no longer needed in the Funnelback 16

* fixing somecharacters

* QOLDEV-470 SWE Add cultural notice, remove COVID and update footer CSS

* QOLDEV-450 Styling buttons within the alertbox (#1078)

* QOLDEV-450 Styling buttons within the alertbox

* Updating funnelback change to only check the number of suggested results

* QOLDEV-553 Styling social media links (#1082)

* Resolve conflict for 4.3.0 (#1081)

* Release v4.2.3 (#1045)

Merging 4.2.3 to master

* Release v4.2.3 (#1056)

* Fixing funnelback search test

* Resolve conflicts merge 4.3 to master (#1086)

* Release v4.2.3 (#1045)

Merging 4.2.3 to master

* Release v4.2.3 (#1056)

* QOLDEV-75 fix typo in table reference

* Puppeteer upgrade to 21.1.0 (#1095)

* Puppeteer upgrade to 21.1.0

* Updating package-lock with newer versions

* Bumping babel/plugin-transform-runtime version (#1096)

---------




* Bump np from 7.6.3 to 8.0.4 (#1012)

Bumps [np](https://github.com/sindresorhus/np) from 7.6.3 to 8.0.4.
- [Release notes](https://github.com/sindresorhus/np/releases)
- [Commits](https://github.com/sindresorhus/np/compare/v7.6.3...v8.0.4)

---
updated-dependencies:
- dependency-name: np
  dependency-type: direct:development
  update-type: version-update:semver-major
...





* Bump @storybook/addon-essentials from 7.0.27 to 7.3.2 (#1085)

* Bump @storybook/addon-essentials from 7.0.27 to 7.3.2

Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) from 7.0.27 to 7.3.2.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.3.2/code/addons/essentials)

---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...



* Upgrading storybook

* Installing ajv

---------






* Bump webpack from 5.76.2 to 5.88.2 (#1018)

Bumps [webpack](https://github.com/webpack/webpack) from 5.76.2 to 5.88.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.76.2...v5.88.2)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...





* Bump jest-puppeteer from 8.0.4 to 9.0.0 (#956)

Dependabot couldn't find the original pull request head commit, 7d877fb22c0e5e0bbabba528bcbd04cc1fcd570a.




* fix: upgrade @babel/runtime from 7.19.0 to 7.20.1 (#683)

Snyk has created this PR to upgrade @babel/runtime from 7.19.0 to 7.20.1.

See this package in npm:
https://www.npmjs.com/package/@babel/runtime

See this project in Snyk:
https://app.snyk.io/org/qld-gov-au/project/5d2f9305-ffb5-46fc-8417-41b1cee23b88?utm_source=github&utm_medium=referral&page=upgrade-pr





* Bump terser-webpack-plugin from 3.1.0 to 5.3.9 (#947)

* Bump jest from 29.4.1 to 29.4.2

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.1 to 29.4.2.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.4.2/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...



* Bump chromatic from 6.15.0 to 6.17.0

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 6.15.0 to 6.17.0.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v6.15.0...v6.17.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...



* Bump puppeteer from 19.6.3 to 19.7.0

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.6.3 to 19.7.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.6.3...puppeteer-v19.7.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...



* Bump eslint from 8.33.0 to 8.34.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.34.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.33.0...v8.34.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...



* Bump sass from 1.58.0 to 1.58.1

Bumps [sass](https://github.com/sass/dart-sass) from 1.58.0 to 1.58.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.58.0...1.58.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...



* Bump jest-puppeteer from 7.0.0 to 7.0.1

Bumps [jest-puppeteer](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/jest-puppeteer) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/argos-ci/jest-puppeteer/releases)
- [Changelog](https://github.com/argos-ci/jest-puppeteer/blob/main/packages/jest-puppeteer/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/jest-puppeteer/commits/v7.0.1/packages/jest-puppeteer)

---
updated-dependencies:
- dependency-name: jest-puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...



* Bump jest from 29.4.2 to 29.4.3

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.2 to 29.4.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.4.3/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...



* Bump puppeteer from 19.7.0 to 19.7.1

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.7.0 to 19.7.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.7.0...puppeteer-v19.7.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...



* Bump sass from 1.58.1 to 1.58.2

Bumps [sass](https://github.com/sass/dart-sass) from 1.58.1 to 1.58.2.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.58.1...1.58.2)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...



* Bump sass from 1.58.2 to 1.58.3

Bumps [sass](https://github.com/sass/dart-sass) from 1.58.2 to 1.58.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.58.2...1.58.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...



* Bump @babel/core from 7.20.12 to 7.21.0

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.12 to 7.21.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.21.0/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...



* Bump @babel/runtime from 7.20.13 to 7.21.0

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.20.13 to 7.21.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.21.0/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...



* Bump @babel/plugin-transform-runtime from 7.19.6 to 7.21.0

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.19.6 to 7.21.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.21.0/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...



* Bump puppeteer from 19.7.1 to 19.7.2

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.7.1 to 19.7.2.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.7.1...puppeteer-v19.7.2)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...



* Bump puppeteer from 19.7.2 to 19.7.3

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.7.2 to 19.7.3.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.7.2...puppeteer-v19.7.3)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...



* Bump jest from 29.4.3 to 29.5.0

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.3 to 29.5.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.5.0/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...



* Bump jest-puppeteer from 7.0.1 to 8.0.4

Bumps [jest-puppeteer](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/jest-puppeteer) from 7.0.1 to 8.0.4.
- [Release notes](https://github.com/argos-ci/jest-puppeteer/releases)
- [Changelog](https://github.com/argos-ci/jest-puppeteer/blob/main/packages/jest-puppeteer/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/jest-puppeteer/commits/v8.0.4/packages/jest-puppeteer)

---
updated-dependencies:
- dependency-name: jest-puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
...



* Bump jquery from 3.6.3 to 3.6.4

Bumps [jquery](https://github.com/jquery/jquery) from 3.6.3 to 3.6.4.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.6.3...3.6.4)

---
updated-dependencies:
- dependency-name: jquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...



* Bump terser-webpack-plugin from 3.1.0 to 5.3.9

Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 3.1.0 to 5.3.9.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v3.1.0...v5.3.9)

---
updated-dependencies:
- dependency-name: terser-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...



---------






* Bump gh-pages from 5.0.0 to 6.0.0 (#1106)

Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/tschaub/gh-pages/releases)
- [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md)
- [Commits](https://github.com/tschaub/gh-pages/compare/v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: gh-pages
  dependency-type: direct:development
  update-type: version-update:semver-major
...




* Bump @babel/core from 7.22.9 to 7.22.11 (#1104)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.9 to 7.22.11.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.11/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...




* Bump babel-loader from 9.1.2 to 9.1.3 (#1102)

Bumps [babel-loader](https://github.com/babel/babel-loader) from 9.1.2 to 9.1.3.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v9.1.2...v9.1.3)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...




* Bump sass from 1.64.0 to 1.66.1 (#1101)

Bumps [sass](https://github.com/sass/dart-sass) from 1.64.0 to 1.66.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.64.0...1.66.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...




* Bump puppeteer from 19.11.1 to 21.1.0 (#1100)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.11.1 to 21.1.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.11.1...puppeteer-v21.1.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
...





* Bump concurrently from 7.6.0 to 8.2.1 (#1099)

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.6.0 to 8.2.1.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.6.0...v8.2.1)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-major
...





* Bump jest from 29.5.0 to 29.6.4 (#1097)

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.5.0 to 29.6.4.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.6.4/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...




* fix: upgrade jquery from 3.6.4 to 3.7.0 (#1050)

Snyk has created this PR to upgrade jquery from 3.6.4 to 3.7.0.

See this package in npm:
https://www.npmjs.com/package/jquery

See this project in Snyk:
https://app.snyk.io/org/qld-gov-au/project/5d2f9305-ffb5-46fc-8417-41b1cee23b88?utm_source=github&utm_medium=referral&page=upgrade-pr




* Removing chromium (#1108)

* installing postcss (#1109)

* Bump got and np (#963)

Bumps [got](https://github.com/sindresorhus/got) to 11.8.5 and updates ancestor dependency [np](https://github.com/sindresorhus/np). These dependencies need to be updated together.


Updates `got` from 9.6.0 to 11.8.5
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v9.6.0...v11.8.5)

Updates `np` from 7.6.3 to 8.0.2
- [Release notes](https://github.com/sindresorhus/np/releases)
- [Commits](https://github.com/sindresorhus/np/compare/v7.6.3...v8.0.2)

---
updated-dependencies:
- dependency-name: got
  dependency-type: indirect
- dependency-name: np
  dependency-type: direct:development
...





* Bump eslint-plugin-import from 2.27.5 to 2.28.1 (#1114)

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.27.5 to 2.28.1.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.28.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...





* Bump @babel/preset-env from 7.22.9 to 7.22.10 (#1113)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.9 to 7.22.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...





* Bump chromatic from 6.19.9 to 6.24.1 (#1111)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 6.19.9 to 6.24.1.
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v6.19.9...v6.24.1)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...





* Bump @babel/runtime from 7.22.10 to 7.22.11 (#1110)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.10 to 7.22.11.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.11/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...





* Bump cssnano from 4.1.11 to 6.0.1 (#1105)

Bumps [cssnano](https://github.com/cssnano/cssnano) from 4.1.11 to 6.0.1.
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/v4.1.11...cssnano@6.0.1)

---
updated-dependencies:
- dependency-name: cssnano
  dependency-type: direct:development
  update-type: version-update:semver-major
...






* Bump word-wrap from 1.2.3 to 1.2.5 (#1048)

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...





* Bump tough-cookie from 4.1.2 to 4.1.3 (#1037)

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...





* Bump puppeteer from 21.1.0 to 21.1.1 (#1117)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.1.0 to 21.1.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.1.0...puppeteer-v21.1.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...




* Bump eslint from 8.47.0 to 8.48.0 (#1116)

Bumps [eslint](https://github.com/eslint/eslint) from 8.47.0 to 8.48.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.47.0...v8.48.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...





* Bump terser-webpack-plugin from 3.1.0 to 5.3.9 (#1112)

* Bump terser-webpack-plugin from 3.1.0 to 5.3.9

Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 3.1.0 to 5.3.9.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v3.1.0...v5.3.9)

---
updated-dependencies:
- dependency-name: terser-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...



* Initialising Terser plugin in webpack config

---------






* Revert "Bump terser-webpack-plugin from 3.1.0 to 5.3.9 (#1112)" (#1119)

This reverts commit f54bd5dd68cf9e91b1bcda055089201a0e2abce0.

* Dependabot/npm and yarn/develop/terser webpack plugin 5.3.9 (#1120)

* Bump terser-webpack-plugin from 3.1.0 to 5.3.9

Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 3.1.0 to 5.3.9.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v3.1.0...v5.3.9)

---
updated-dependencies:
- dependency-name: terser-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...



* Initialising Terser plugin in webpack config

---------




* Bump @storybook/addon-essentials from 7.3.2 to 7.4.0 (#1127)

Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/addons/essentials)

---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...





* QOLDEV-574 Resolving deprecated storybook codes (#1118)

* QOLDEV-574 Replacing withSource with sourceState, Replacing inlineStories with story.inline

* QOLDEV-574 Importing from @storybook/blocks instead of @storybook/addon-docs/blocks

* QOLDEV-574 More replacing withSource with sourceState

* QOLDEV-574 Resolving DOM_VK_END is not defined

* Bump @storybook/addon-actions from 7.3.2 to 7.4.0 (#1121)

Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/addons/actions)

---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...




* Bump @storybook/addon-mdx-gfm from 7.3.2 to 7.4.0 (#1126)

Bumps [@storybook/addon-mdx-gfm](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/gfm) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/addons/gfm)

---
updated-dependencies:
- dependency-name: "@storybook/addon-mdx-gfm"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...




* Bump storybook from 7.3.2 to 7.4.0 (#1125)

Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/lib/cli)

---
updated-dependencies:
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-minor
...




* Bump postcss from 8.4.28 to 8.4.29 (#1122)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.28 to 8.4.29.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.28...8.4.29)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...




* Bump @storybook/addon-links from 7.3.2 to 7.4.0 (#1123)

Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/addons/links)

---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...





* Revert "Bump @storybook/addon-links from 7.3.2 to 7.4.0 (#1123)" (#1129)

This reverts commit b3d989069c76b0848e70392deaf1d9368d61adb1.

* Revert "Bump @storybook/addon-mdx-gfm from 7.3.2 to 7.4.0 (#1126)" (#1130)

This reverts commit cc229359d12c0a9e399ecef30eeb328246dd818e.

* Revert "Bump storybook from 7.3.2 to 7.4.0 (#1125)" (#1131)

This reverts commit fda3b27ebea4dac71965f3ca861d92b7a86c12ec.

* Revert "Bump @storybook/addon-actions from 7.3.2 to 7.4.0 (#1121)" (#1132)

This reverts commit b199320555bc9523bb80b9871538cf602e9b67db.

* Revert "Bump @storybook/addon-essentials from 7.3.2 to 7.4.0 (#1127)" (#1133)

This reverts commit 8e127144d3ffc53d344b1fbbd3fa8892af4696f1.

* Develop (#1201)

* Upgrading storybook 7.3 to 7.4 (#1141)

* Upgrading storybook 7.3 to 7.4

* removing extra files

* Qoldev 580 aligning button in service dropdown (#1142)

* QOLDEV-580 Padding around button on Service Finder suggestion dropdown

* Increasing package version to 4.4

* QOLDEV-580 Excluding buttons from link styles within banner dropdown

* Bump @babel/preset-env from 7.22.10 to 7.22.14 (#1136)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.10 to 7.22.14.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.14/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...




* QOLDEV-533 Removing unnecessary space in accordion (#1143)

* QOLDEV-533 Removing unnecessary space in acordion

* QOLDEV-533 Removing unnecessary space in acordion

* Qoldev 592 table top border (#1144)

* QOLDEV-592 Removing border for default table

* QOLDEV-592 Excluding borederd tables

* QOLDEV-592 Excluding borederd tables, applying to td

* revert changes to package.json

* Bump @babel/preset-env from 7.22.14 to 7.22.15 (#1148)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.14 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...




* Bump @babel/plugin-transform-runtime from 7.22.10 to 7.22.15 (#1149)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.22.10 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...




* Bump jquery from 3.7.0 to 3.7.1 (#1115)

Bumps [jquery](https://github.com/jquery/jquery) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.7.0...3.7.1)

---
updated-dependencies:
- dependency-name: jquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...





* QOLDEV-576 Create a story for full-width image (#1153)

* QOLDEV-594 Adding a story for bordered table (#1152)

* QOLDEV-578 Fixing class qg-unstyled for image without border (#1151)

* QOLDEV-592 Excluding NoStripe tables from border: 0 (#1150)

* Bump @babel/core from 7.22.11 to 7.22.15 (#1147)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.11 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...





* QOLDEV-591 quixk exit z-index (#1155)

* Qoldev 569 searchable table (#1154)

* QOLDEV-569 Searchable table

* QOLDEV-569 Searchable table

* QOLDEV-569 Extending qg-btn for searchable table buttons

* QOLDEV-569 Underline for table buttons

* QOLDEV-569 Adding qg-btn class to dataTable buttons

* QOLDEV-569 Add qg-btn after load so the buttons exist

* QOLDEV-569 more styling

* QOLDEV-569 Replacing load with ready, margin

* QOLDEV-569 document on ready

* QOLDEV-569 document on load

* QOLDEV-569 window on load

* QOLDEV-569 hover state

* QOLDEV-596 Search box clear button (#1156)

* QOLDEV-596 Search box clear button

* QOLDEV-596 More styling for search box

* QOLDEV-596 More styling for search box

* QOLDEV-596 More styling for search box

* Bump @babel/core from 7.22.15 to 7.22.17 (#1158)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.15 to 7.22.17.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.17/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...




* Bump chromatic from 6.24.1 to 7.1.0 (#1157)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 6.24.1 to 7.1.0.
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v6.24.1...v7.1.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-major
...




* QOLDEV-579 improving jQuery datepicker in storybook (#1128)

* QOLDEV-579 jQuery datepicker input type i storybook

* QOLDEV-579 hasDatepicker should be added by js

* QOLDEV-579 Including qg-main.js in storybook's preview-head.html

* QOLDEV-579 Removing addScript function from previewMainTemplate

* Bump @babel/runtime from 7.22.11 to 7.22.15 (#1145)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.11 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...





* QOLDEV-603 Upgrade storybook to 7.4.1 (#1171)

* Bump jest from 29.6.4 to 29.7.0 (#1175)

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.6.4 to 29.7.0.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...




* Bump eslint from 8.48.0 to 8.49.0 (#1166)

Bumps [eslint](https://github.com/eslint/eslint) from 8.48.0 to 8.49.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.48.0...v8.49.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...




* QOLDEV-599 jQuery UI for storybook, Cleaning up tasks (#1159)

* QOLDEV-599 Cleaning up tasks

* QOLDEV-599 jquery ui

* QOLDEV-599 Adding jquery ui in previewMainTemplate

* QOLDEV-599 Adding jquery ui in previewMainTemplate

* typo

* jQuery ui cdn

* jQuery ui cdn

* QOLDEV-599 datepicker selector

* QOLDEV-599 Using jquery ui cdn in datepicker js to make it work in storybook as well

* QOLDEV-599 Adding jquery ui in preview-head

* Cleaning up

* QOLDEV-599 Add jquery-ui in storybook head unconditional

* QOLDEV-599 Updating links to jquery ui assets

* QOLDEV-599 handleDatePicker function

* QOLDEV-599 handleDatePicker function

* QOLDEV-602 Keeping quick exit at the top for long page (#1169)

* QOLDEV-602 Moving quick exit at the bottom of the page

* QOLDEV-602 Making quick exit stick to top after scrolling down

* QOLDEV-602 Fixing lint warnings

* QOLDEV-602 new line

* Bump @babel/core from 7.22.17 to 7.22.19 (#1177)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.17 to 7.22.19.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.19/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...




* QOLDEV-569 Styling elements in searchable table (#1168)

* QOLDEV-569 Styling elements in searchable table

* QOLDEV-569 searchable table improvement

* QOLDEV-569 Excluding sortable table buttons from link styles

* QOLDEV-569 Excluding sortable table buttons from link styles

* QOLDEV-569 typo

* QOLDEV-569 Improving datatables js

* QOLDEV-569 Hover state for pagination buttons

* QOLDEV-569 Hover state for pagination buttons, important

* QOLDEV-600 Styling qg-radio-tabs (#1160)

* Bump sass from 1.66.1 to 1.67.0 (#1176)

Bumps [sass](https://github.com/sass/dart-sass) from 1.66.1 to 1.67.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.66.1...1.67.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...




* QOLDEV-601 Styling portal links (#1161)

* QOLDEV-601 Styling portal links

* QOLDEV-601 Styling portal links, margin

* QOLDEV-601 Styling portal links, padding

* QOLDEV-601 Styling portal links, max-height

* QOLDEV-601 Styling portal links, margin-bottom

* Bump puppeteer from 21.1.1 to 21.2.1 (#1174)

* Bump puppeteer from 21.1.1 to 21.2.1

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.1.1 to 21.2.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.1.1...puppeteer-v21.2.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...



* Resolving puppeteer bukd error regarding disposable object

* Resolving puppeteer bukd error regarding disposable object

* Using length property to check the results returned

* Return value for received and expected

---------






* QOLDEV-599 Lint error, and others (#1185)

* QOLDEV-599 Lint error, and others

* QOLDEV-599 crossorigin anonymous for css files

* QOLDEV-608 Upgrade storybook to 7.4.2 (#1186)

* Bump @babel/preset-env from 7.22.15 to 7.22.20 (#1189)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.15 to 7.22.20.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.20/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...




* Bump @babel/core from 7.22.19 to 7.22.20 (#1188)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.19 to 7.22.20.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.20/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...




* Bump postcss from 8.4.29 to 8.4.30 (#1190)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.30.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.30)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...




* QOLDEV-324 Decomissioning old docs in the sourcecode (#1187)

* QOLDEV-324 Reversing docs/assets

* QOLDEV-324 Removing docs/examples

* QOLDEV-324 Reversing components.html, needed for tests

* QOLDEV-324 Removing unneeded components

* QOLDEV-324 accordion.html is needed for test

* QOLDEV-324 some html files are needed for tests

* QOLDEV-324 some html files are needed for tests

* QOLDEV-324 These html might be useful for future tests

* QOLDEV-324 renaming files

* QOLDEV-324 Example files are used in print.html, docs-nav.html is never used

* QOLDEV-324 Removing referenc to docs-nav

* QOLDEV-601 Making main navigation bar and DFV's seamless (#1193)

* QOLDEV-601 More adjusting for the navigation bar so it looks like DFV navigation

* QOLDEV-601 Overwriting qg-private-content top margin

* Qoldev 569 sortable table for FireFox (#1194)

* onpageshow

* QOLDEV-569 Updating JS to make it work on FireFox

* Qoldev 612 global search dropdown (#1195)

* QOLDEV-612 Global search dropdown in mobile view

* QOLDEV-612 more adjusting

* QOLDEV-622 added CSS for disabled radios and checkboxes

* QOLDEV-620 Making table-sm bootstrap class working in SWE (#1218)

* QOLDEV-577 Removing source code toggle button for mobile stories (#1215)

* QOLDEV-577 Removing source code toggle button for mobile stories

* QOLDEV-577 Reverting extra argument

* Upgrade storybook to 7.4.5 (#1214)

* Qoldev 618 service finder button (#1217)

* QOLDEV-618 Excluding link style for the buttom in service finder

* QOLDEV-618 Formatting the code

* QOLDEV-618…

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>
Co-authored-by: Steve Pegg <126438309+stvp-qld@users.noreply.github.com>
Co-authored-by: Steve Pegg <steven.pegg@smartservice.qld.gov.au>
Co-authored-by: william dutton <will.dutt@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Bec Launder <rebeccalaunder@gmail.com>
Co-authored-by: Bec Launder <950889+re-becca@users.noreply.github.com>
ghazal-salehi added a commit that referenced this pull request Jan 19, 2024
* Increasing version

* QOLDEV-425 Vertical alignment of social icons

* Fixing comment

* QOLDEV-74 defining max-width-none class, removing important from max-width for figure

* QOLDEV-403 Removing space before Print label

* QOLDEV-403 Removing space before Print entire guide

* QOLDEV-352 Applying dark theme colors (white) to the links within banner

* QOLDEV-398 Light theme cards background

* QOLDEV-443 Replacing no=print with bootstrap d-print-none

* QOLDEV-488 Updated puppeteer script for footer feedback

* QOLDEV-77 link list and button states in dfv portal

* QOLDEV-73 Previous and Next icon in the table pagination buttons

* QOLDEV-77 Calling qg-global-link-styles with margin zero to override default margin

* QOLDEV-73 Removing tables stripe style

* QOLDEV-451 Aligning the button within the global search concierge

* QOLDEV-451 need to override margin zero

* QOLDEV-422 Fixing qg-date-input, Replacing 'text' type with 'date'

* QOLDEV-422 Updating datepicker's input type in the story file

* QOLDEV-73 Bringing default stripe back

* QOLDEV-73 Bringing default stripe back

* QOLDEV-73 Make table bordered when it is not striped

* QOLDEV-73 Making <table> inherit table bootstrap styles

* QOLDEV-73 Adding NoStripe table to the storybook

* QOLDEV-73 Prev/Next buttons for sortable table

* QOLDEV-443 Replacing no-print with d-print-none

* QOLDEV-458 Removing top borderfram the card's footer

* QOLDEV-462 Improving search page

* QOLDEV-462 Changing breakpoints

* QOLDEV-462 Adjusting right padding

* QOLDEV-26 updated package-lock references for SWE 4.3

* QOLDEV-74 Applying default zero margin for the image link inside qg-fig

* QOLDEV-352 Exluding dark blurb for white links (#997)

* QOLDEV-352 Applying white color to immediate links and links within paragraphs

* QOLDEV-472 added margins to P + button scenario

* QOLDEV-472 tidy up comments

* QOLDEV-472 new stories for callouts with buttons

* QOLDEV-443 Defining no-print class just in case it is used in Squiz content (#1001)

* QOLDEV-400 reduced margins on P + UL in asides to align to global pattern

* QOLDEV-501 Resolving callout chromatic test regarding icon (#1004)

* QOLDEV-501 Resolving callout chromatic test regarding icon

* QOLDEV-501 Upgading callout box test

* QOLDEV-501 Leaving <i> in call-out-box.html for test purpose

* QOLDEV-386 re-write document links function in vanilla JS, round up file values

* Remove typos

* Qoldev 487 googlemaps marker label (#1007)

* QOLDEV-487 Styling google maps pin's label

* QOLDEV-487 Overriding default link margin

* Qoldev 352 blurb links in mobile (#1006)

* QOLDEV-352 Styling links within blurbs in mobile view

* QOLDEV-352 Styling links within blurbs in mobile view, black

* QOLDEV-352 Styling links within blurbs in mobile view, default style

* Node 18 upgrade

* post storybook 7 auto migration

* QOLDEV-497 Update to Storybook7 half way migrated

* QOLDEV-497 Introduction first

* @storybook/addon-mdx-gfm removed as we have converted

* QOLDEV-497 Storybook with templates fully functional

* QOLDEV-497 ensure localhost:6006 is running for storybook build to complete successfully

* reorder to run tests before making test release

* reorder to run tests before making test release

* QOLDEV-497 missed disabled stories

* QOLDEV-497 missed disabled stories with corrections

* Bump sass from 1.63.6 to 1.64.0 (#1021)

Bumps [sass](https://github.com/sass/dart-sass) from 1.63.6 to 1.64.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.63.6...1.64.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...




* Bump @babel/core from 7.20.12 to 7.22.9 (#1015)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.12 to 7.22.9.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.9/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...




* Resolving conflict 4.3 to develop (#1089)

* QOLDEV-470 initial commit with SWE footer restructure and AOC notice

* QOLDEV-73 Updating class name to qg-table-no-stripes (#1028)

* Qoldev 422 jquery datepicker (#1035)

* QOLDEV-422 jQuery datepicker does not need text='date'
* Removing unsupported comment
* removing hasDatepicker before initialising datepicker after document is ready

* Qoldev 422 jquery datepicker (#1036)

QOLDEV-422 Using on load instead of document.ready

* Qoldev 422 jquery datepicker (#1042)

* QOLDEV-422 Check if jquery datepicker exists on the page

* Qoldev 422 jquery datepicker date format (#1053)

* QOLDEV-422 jQuery datepicker placeholder and date format

* Resolving new line lint warning

* QOLDEV-422 jQuery datepicker format

* QOLDEV-535 Removing num_ranks and tiers as no longer needed in Funnelback 16 (#1073)

* QOLDEV-535 Removing num_ranks and tiers parameter as no longer needed in the Funnelback 16

* fixing somecharacters

* QOLDEV-470 SWE Add cultural notice, remove COVID and update footer CSS

* QOLDEV-450 Styling buttons within the alertbox (#1078)

* QOLDEV-450 Styling buttons within the alertbox

* Updating funnelback change to only check the number of suggested results

* QOLDEV-553 Styling social media links (#1082)

* Resolve conflict for 4.3.0 (#1081)

* Release v4.2.3 (#1045)

Merging 4.2.3 to master

* Release v4.2.3 (#1056)

* Fixing funnelback search test

* Resolve conflicts merge 4.3 to master (#1086)

* Release v4.2.3 (#1045)

Merging 4.2.3 to master

* Release v4.2.3 (#1056)

---------




* Release v4.3.0 (#1091)

* QOLDEV-470 initial commit with SWE footer restructure and AOC notice

* QOLDEV-73 Updating class name to qg-table-no-stripes (#1028)

* Qoldev 422 jquery datepicker (#1035)

* QOLDEV-422 jQuery datepicker does not need text='date'
* Removing unsupported comment
* removing hasDatepicker before initialising datepicker after document is ready

* Qoldev 422 jquery datepicker (#1036)

QOLDEV-422 Using on load instead of document.ready

* Qoldev 422 jquery datepicker (#1042)

* QOLDEV-422 Check if jquery datepicker exists on the page

* Qoldev 422 jquery datepicker date format (#1053)

* QOLDEV-422 jQuery datepicker placeholder and date format

* Resolving new line lint warning

* QOLDEV-422 jQuery datepicker format

* QOLDEV-535 Removing num_ranks and tiers as no longer needed in Funnelback 16 (#1073)

* QOLDEV-535 Removing num_ranks and tiers parameter as no longer needed in the Funnelback 16

* fixing somecharacters

* QOLDEV-470 SWE Add cultural notice, remove COVID and update footer CSS

* QOLDEV-450 Styling buttons within the alertbox (#1078)

* QOLDEV-450 Styling buttons within the alertbox

* Updating funnelback change to only check the number of suggested results

* QOLDEV-553 Styling social media links (#1082)

* Resolve conflict for 4.3.0 (#1081)

* Release v4.2.3 (#1045)

Merging 4.2.3 to master

* Release v4.2.3 (#1056)

* Fixing funnelback search test

* Resolve conflicts merge 4.3 to master (#1086)

* Release v4.2.3 (#1045)

Merging 4.2.3 to master

* Release v4.2.3 (#1056)

---------




* Bump puppeteer from 19.6.3 to 21.1.0 (#1084)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.6.3 to 21.1.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.6.3...puppeteer-v21.1.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
...





* Bump @babel/runtime from 7.21.0 to 7.22.10 (#1058)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.21.0 to 7.22.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...




* Bump @storybook/addon-mdx-gfm from 7.0.27 to 7.3.2 (#1083)

Bumps [@storybook/addon-mdx-gfm](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/gfm) from 7.0.27 to 7.3.2.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.3.2/code/addons/gfm)

---
updated-dependencies:
- dependency-name: "@storybook/addon-mdx-gfm"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...





* Bump eslint from 8.33.0 to 8.47.0 (#1069)

Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.47.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.33.0...v8.47.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...





* Bump @babel/plugin-transform-runtime from 7.21.0 to 7.22.10 (#1059)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.21.0 to 7.22.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...




* Release v4.3.0 (#1080)

* QOLDEV-470 initial commit with SWE footer restructure and AOC notice

* QOLDEV-73 Updating class name to qg-table-no-stripes (#1028)

* Qoldev 422 jquery datepicker (#1035)

* QOLDEV-422 jQuery datepicker does not need text='date'
* Removing unsupported comment
* removing hasDatepicker before initialising datepicker after document is ready

* Qoldev 422 jquery datepicker (#1036)

QOLDEV-422 Using on load instead of document.ready

* Qoldev 422 jquery datepicker (#1042)

* QOLDEV-422 Check if jquery datepicker exists on the page

* Qoldev 422 jquery datepicker date format (#1053)

* QOLDEV-422 jQuery datepicker placeholder and date format

* Resolving new line lint warning

* QOLDEV-422 jQuery datepicker format

* QOLDEV-75 Carousel improvements

* QOLDEV-75 Cleanup comments

* QOLDEV-75 Cleanup redundant HTML

* QOLDEV-535 Removing num_ranks and tiers as no longer needed in Funnelback 16 (#1073)

* QOLDEV-535 Removing num_ranks and tiers parameter as no longer needed in the Funnelback 16

* fixing somecharacters

* QOLDEV-470 SWE Add cultural notice, remove COVID and update footer CSS

* QOLDEV-450 Styling buttons within the alertbox (#1078)

* QOLDEV-450 Styling buttons within the alertbox

* Updating funnelback change to only check the number of suggested results

* QOLDEV-553 Styling social media links (#1082)

* Resolve conflict for 4.3.0 (#1081)

* Release v4.2.3 (#1045)

Merging 4.2.3 to master

* Release v4.2.3 (#1056)

* Fixing funnelback search test

* Resolve conflicts merge 4.3 to master (#1086)

* Release v4.2.3 (#1045)

Merging 4.2.3 to master

* Release v4.2.3 (#1056)

* QOLDEV-75 fix typo in table reference

* Puppeteer upgrade to 21.1.0 (#1095)

* Puppeteer upgrade to 21.1.0

* Updating package-lock with newer versions

* Bumping babel/plugin-transform-runtime version (#1096)

---------




* Bump np from 7.6.3 to 8.0.4 (#1012)

Bumps [np](https://github.com/sindresorhus/np) from 7.6.3 to 8.0.4.
- [Release notes](https://github.com/sindresorhus/np/releases)
- [Commits](https://github.com/sindresorhus/np/compare/v7.6.3...v8.0.4)

---
updated-dependencies:
- dependency-name: np
  dependency-type: direct:development
  update-type: version-update:semver-major
...





* Bump @storybook/addon-essentials from 7.0.27 to 7.3.2 (#1085)

* Bump @storybook/addon-essentials from 7.0.27 to 7.3.2

Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) from 7.0.27 to 7.3.2.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.3.2/code/addons/essentials)

---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...



* Upgrading storybook

* Installing ajv

---------






* Bump webpack from 5.76.2 to 5.88.2 (#1018)

Bumps [webpack](https://github.com/webpack/webpack) from 5.76.2 to 5.88.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.76.2...v5.88.2)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...





* Bump jest-puppeteer from 8.0.4 to 9.0.0 (#956)

Dependabot couldn't find the original pull request head commit, 7d877fb22c0e5e0bbabba528bcbd04cc1fcd570a.




* fix: upgrade @babel/runtime from 7.19.0 to 7.20.1 (#683)

Snyk has created this PR to upgrade @babel/runtime from 7.19.0 to 7.20.1.

See this package in npm:
https://www.npmjs.com/package/@babel/runtime

See this project in Snyk:
https://app.snyk.io/org/qld-gov-au/project/5d2f9305-ffb5-46fc-8417-41b1cee23b88?utm_source=github&utm_medium=referral&page=upgrade-pr





* Bump terser-webpack-plugin from 3.1.0 to 5.3.9 (#947)

* Bump jest from 29.4.1 to 29.4.2

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.1 to 29.4.2.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.4.2/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...



* Bump chromatic from 6.15.0 to 6.17.0

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 6.15.0 to 6.17.0.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v6.15.0...v6.17.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...



* Bump puppeteer from 19.6.3 to 19.7.0

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.6.3 to 19.7.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.6.3...puppeteer-v19.7.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...



* Bump eslint from 8.33.0 to 8.34.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.34.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.33.0...v8.34.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...



* Bump sass from 1.58.0 to 1.58.1

Bumps [sass](https://github.com/sass/dart-sass) from 1.58.0 to 1.58.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.58.0...1.58.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...



* Bump jest-puppeteer from 7.0.0 to 7.0.1

Bumps [jest-puppeteer](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/jest-puppeteer) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/argos-ci/jest-puppeteer/releases)
- [Changelog](https://github.com/argos-ci/jest-puppeteer/blob/main/packages/jest-puppeteer/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/jest-puppeteer/commits/v7.0.1/packages/jest-puppeteer)

---
updated-dependencies:
- dependency-name: jest-puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...



* Bump jest from 29.4.2 to 29.4.3

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.2 to 29.4.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.4.3/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...



* Bump puppeteer from 19.7.0 to 19.7.1

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.7.0 to 19.7.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.7.0...puppeteer-v19.7.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...



* Bump sass from 1.58.1 to 1.58.2

Bumps [sass](https://github.com/sass/dart-sass) from 1.58.1 to 1.58.2.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.58.1...1.58.2)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...



* Bump sass from 1.58.2 to 1.58.3

Bumps [sass](https://github.com/sass/dart-sass) from 1.58.2 to 1.58.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.58.2...1.58.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...



* Bump @babel/core from 7.20.12 to 7.21.0

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.12 to 7.21.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.21.0/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...



* Bump @babel/runtime from 7.20.13 to 7.21.0

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.20.13 to 7.21.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.21.0/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...



* Bump @babel/plugin-transform-runtime from 7.19.6 to 7.21.0

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.19.6 to 7.21.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.21.0/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...



* Bump puppeteer from 19.7.1 to 19.7.2

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.7.1 to 19.7.2.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.7.1...puppeteer-v19.7.2)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...



* Bump puppeteer from 19.7.2 to 19.7.3

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.7.2 to 19.7.3.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.7.2...puppeteer-v19.7.3)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...



* Bump jest from 29.4.3 to 29.5.0

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.3 to 29.5.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.5.0/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...



* Bump jest-puppeteer from 7.0.1 to 8.0.4

Bumps [jest-puppeteer](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/jest-puppeteer) from 7.0.1 to 8.0.4.
- [Release notes](https://github.com/argos-ci/jest-puppeteer/releases)
- [Changelog](https://github.com/argos-ci/jest-puppeteer/blob/main/packages/jest-puppeteer/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/jest-puppeteer/commits/v8.0.4/packages/jest-puppeteer)

---
updated-dependencies:
- dependency-name: jest-puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
...



* Bump jquery from 3.6.3 to 3.6.4

Bumps [jquery](https://github.com/jquery/jquery) from 3.6.3 to 3.6.4.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.6.3...3.6.4)

---
updated-dependencies:
- dependency-name: jquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...



* Bump terser-webpack-plugin from 3.1.0 to 5.3.9

Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 3.1.0 to 5.3.9.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v3.1.0...v5.3.9)

---
updated-dependencies:
- dependency-name: terser-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...



---------






* Bump gh-pages from 5.0.0 to 6.0.0 (#1106)

Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/tschaub/gh-pages/releases)
- [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md)
- [Commits](https://github.com/tschaub/gh-pages/compare/v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: gh-pages
  dependency-type: direct:development
  update-type: version-update:semver-major
...




* Bump @babel/core from 7.22.9 to 7.22.11 (#1104)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.9 to 7.22.11.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.11/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...




* Bump babel-loader from 9.1.2 to 9.1.3 (#1102)

Bumps [babel-loader](https://github.com/babel/babel-loader) from 9.1.2 to 9.1.3.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v9.1.2...v9.1.3)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...




* Bump sass from 1.64.0 to 1.66.1 (#1101)

Bumps [sass](https://github.com/sass/dart-sass) from 1.64.0 to 1.66.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.64.0...1.66.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...




* Bump puppeteer from 19.11.1 to 21.1.0 (#1100)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.11.1 to 21.1.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.11.1...puppeteer-v21.1.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
...





* Bump concurrently from 7.6.0 to 8.2.1 (#1099)

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.6.0 to 8.2.1.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.6.0...v8.2.1)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-major
...





* Bump jest from 29.5.0 to 29.6.4 (#1097)

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.5.0 to 29.6.4.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.6.4/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...




* fix: upgrade jquery from 3.6.4 to 3.7.0 (#1050)

Snyk has created this PR to upgrade jquery from 3.6.4 to 3.7.0.

See this package in npm:
https://www.npmjs.com/package/jquery

See this project in Snyk:
https://app.snyk.io/org/qld-gov-au/project/5d2f9305-ffb5-46fc-8417-41b1cee23b88?utm_source=github&utm_medium=referral&page=upgrade-pr




* Removing chromium (#1108)

* installing postcss (#1109)

* Bump got and np (#963)

Bumps [got](https://github.com/sindresorhus/got) to 11.8.5 and updates ancestor dependency [np](https://github.com/sindresorhus/np). These dependencies need to be updated together.


Updates `got` from 9.6.0 to 11.8.5
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v9.6.0...v11.8.5)

Updates `np` from 7.6.3 to 8.0.2
- [Release notes](https://github.com/sindresorhus/np/releases)
- [Commits](https://github.com/sindresorhus/np/compare/v7.6.3...v8.0.2)

---
updated-dependencies:
- dependency-name: got
  dependency-type: indirect
- dependency-name: np
  dependency-type: direct:development
...





* Bump eslint-plugin-import from 2.27.5 to 2.28.1 (#1114)

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.27.5 to 2.28.1.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.28.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...





* Bump @babel/preset-env from 7.22.9 to 7.22.10 (#1113)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.9 to 7.22.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...





* Bump chromatic from 6.19.9 to 6.24.1 (#1111)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 6.19.9 to 6.24.1.
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v6.19.9...v6.24.1)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...





* Bump @babel/runtime from 7.22.10 to 7.22.11 (#1110)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.10 to 7.22.11.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.11/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...





* Bump cssnano from 4.1.11 to 6.0.1 (#1105)

Bumps [cssnano](https://github.com/cssnano/cssnano) from 4.1.11 to 6.0.1.
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/v4.1.11...cssnano@6.0.1)

---
updated-dependencies:
- dependency-name: cssnano
  dependency-type: direct:development
  update-type: version-update:semver-major
...






* Bump word-wrap from 1.2.3 to 1.2.5 (#1048)

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...





* Bump tough-cookie from 4.1.2 to 4.1.3 (#1037)

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...





* Bump puppeteer from 21.1.0 to 21.1.1 (#1117)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.1.0 to 21.1.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.1.0...puppeteer-v21.1.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...




* Bump eslint from 8.47.0 to 8.48.0 (#1116)

Bumps [eslint](https://github.com/eslint/eslint) from 8.47.0 to 8.48.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.47.0...v8.48.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...





* Bump terser-webpack-plugin from 3.1.0 to 5.3.9 (#1112)

* Bump terser-webpack-plugin from 3.1.0 to 5.3.9

Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 3.1.0 to 5.3.9.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v3.1.0...v5.3.9)

---
updated-dependencies:
- dependency-name: terser-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...



* Initialising Terser plugin in webpack config

---------






* Revert "Bump terser-webpack-plugin from 3.1.0 to 5.3.9 (#1112)" (#1119)

This reverts commit f54bd5dd68cf9e91b1bcda055089201a0e2abce0.

* Dependabot/npm and yarn/develop/terser webpack plugin 5.3.9 (#1120)

* Bump terser-webpack-plugin from 3.1.0 to 5.3.9

Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 3.1.0 to 5.3.9.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v3.1.0...v5.3.9)

---
updated-dependencies:
- dependency-name: terser-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...



* Initialising Terser plugin in webpack config

---------




* Bump @storybook/addon-essentials from 7.3.2 to 7.4.0 (#1127)

Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/addons/essentials)

---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...





* QOLDEV-574 Resolving deprecated storybook codes (#1118)

* QOLDEV-574 Replacing withSource with sourceState, Replacing inlineStories with story.inline

* QOLDEV-574 Importing from @storybook/blocks instead of @storybook/addon-docs/blocks

* QOLDEV-574 More replacing withSource with sourceState

* QOLDEV-574 Resolving DOM_VK_END is not defined

* Bump @storybook/addon-actions from 7.3.2 to 7.4.0 (#1121)

Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/addons/actions)

---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...




* Bump @storybook/addon-mdx-gfm from 7.3.2 to 7.4.0 (#1126)

Bumps [@storybook/addon-mdx-gfm](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/gfm) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/addons/gfm)

---
updated-dependencies:
- dependency-name: "@storybook/addon-mdx-gfm"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...




* Bump storybook from 7.3.2 to 7.4.0 (#1125)

Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/lib/cli)

---
updated-dependencies:
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-minor
...




* Bump postcss from 8.4.28 to 8.4.29 (#1122)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.28 to 8.4.29.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.28...8.4.29)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...




* Bump @storybook/addon-links from 7.3.2 to 7.4.0 (#1123)

Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/addons/links)

---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...





* Revert "Bump @storybook/addon-links from 7.3.2 to 7.4.0 (#1123)" (#1129)

This reverts commit b3d989069c76b0848e70392deaf1d9368d61adb1.

* Revert "Bump @storybook/addon-mdx-gfm from 7.3.2 to 7.4.0 (#1126)" (#1130)

This reverts commit cc229359d12c0a9e399ecef30eeb328246dd818e.

* Revert "Bump storybook from 7.3.2 to 7.4.0 (#1125)" (#1131)

This reverts commit fda3b27ebea4dac71965f3ca861d92b7a86c12ec.

* Revert "Bump @storybook/addon-actions from 7.3.2 to 7.4.0 (#1121)" (#1132)

This reverts commit b199320555bc9523bb80b9871538cf602e9b67db.

* Revert "Bump @storybook/addon-essentials from 7.3.2 to 7.4.0 (#1127)" (#1133)

This reverts commit 8e127144d3ffc53d344b1fbbd3fa8892af4696f1.

* Develop (#1201)

* Upgrading storybook 7.3 to 7.4 (#1141)

* Upgrading storybook 7.3 to 7.4

* removing extra files

* Qoldev 580 aligning button in service dropdown (#1142)

* QOLDEV-580 Padding around button on Service Finder suggestion dropdown

* Increasing package version to 4.4

* QOLDEV-580 Excluding buttons from link styles within banner dropdown

* Bump @babel/preset-env from 7.22.10 to 7.22.14 (#1136)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.10 to 7.22.14.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.14/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...




* QOLDEV-533 Removing unnecessary space in accordion (#1143)

* QOLDEV-533 Removing unnecessary space in acordion

* QOLDEV-533 Removing unnecessary space in acordion

* Qoldev 592 table top border (#1144)

* QOLDEV-592 Removing border for default table

* QOLDEV-592 Excluding borederd tables

* QOLDEV-592 Excluding borederd tables, applying to td

* revert changes to package.json

* Bump @babel/preset-env from 7.22.14 to 7.22.15 (#1148)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.14 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...




* Bump @babel/plugin-transform-runtime from 7.22.10 to 7.22.15 (#1149)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.22.10 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...




* Bump jquery from 3.7.0 to 3.7.1 (#1115)

Bumps [jquery](https://github.com/jquery/jquery) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.7.0...3.7.1)

---
updated-dependencies:
- dependency-name: jquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...





* QOLDEV-576 Create a story for full-width image (#1153)

* QOLDEV-594 Adding a story for bordered table (#1152)

* QOLDEV-578 Fixing class qg-unstyled for image without border (#1151)

* QOLDEV-592 Excluding NoStripe tables from border: 0 (#1150)

* Bump @babel/core from 7.22.11 to 7.22.15 (#1147)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.11 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...





* QOLDEV-591 quixk exit z-index (#1155)

* Qoldev 569 searchable table (#1154)

* QOLDEV-569 Searchable table

* QOLDEV-569 Searchable table

* QOLDEV-569 Extending qg-btn for searchable table buttons

* QOLDEV-569 Underline for table buttons

* QOLDEV-569 Adding qg-btn class to dataTable buttons

* QOLDEV-569 Add qg-btn after load so the buttons exist

* QOLDEV-569 more styling

* QOLDEV-569 Replacing load with ready, margin

* QOLDEV-569 document on ready

* QOLDEV-569 document on load

* QOLDEV-569 window on load

* QOLDEV-569 hover state

* QOLDEV-596 Search box clear button (#1156)

* QOLDEV-596 Search box clear button

* QOLDEV-596 More styling for search box

* QOLDEV-596 More styling for search box

* QOLDEV-596 More styling for search box

* Bump @babel/core from 7.22.15 to 7.22.17 (#1158)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.15 to 7.22.17.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.17/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...




* Bump chromatic from 6.24.1 to 7.1.0 (#1157)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 6.24.1 to 7.1.0.
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v6.24.1...v7.1.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-major
...




* QOLDEV-579 improving jQuery datepicker in storybook (#1128)

* QOLDEV-579 jQuery datepicker input type i storybook

* QOLDEV-579 hasDatepicker should be added by js

* QOLDEV-579 Including qg-main.js in storybook's preview-head.html

* QOLDEV-579 Removing addScript function from previewMainTemplate

* Bump @babel/runtime from 7.22.11 to 7.22.15 (#1145)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.11 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...





* QOLDEV-603 Upgrade storybook to 7.4.1 (#1171)

* Bump jest from 29.6.4 to 29.7.0 (#1175)

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.6.4 to 29.7.0.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...




* Bump eslint from 8.48.0 to 8.49.0 (#1166)

Bumps [eslint](https://github.com/eslint/eslint) from 8.48.0 to 8.49.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.48.0...v8.49.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...




* QOLDEV-599 jQuery UI for storybook, Cleaning up tasks (#1159)

* QOLDEV-599 Cleaning up tasks

* QOLDEV-599 jquery ui

* QOLDEV-599 Adding jquery ui in previewMainTemplate

* QOLDEV-599 Adding jquery ui in previewMainTemplate

* typo

* jQuery ui cdn

* jQuery ui cdn

* QOLDEV-599 datepicker selector

* QOLDEV-599 Using jquery ui cdn in datepicker js to make it work in storybook as well

* QOLDEV-599 Adding jquery ui in preview-head

* Cleaning up

* QOLDEV-599 Add jquery-ui in storybook head unconditional

* QOLDEV-599 Updating links to jquery ui assets

* QOLDEV-599 handleDatePicker function

* QOLDEV-599 handleDatePicker function

* QOLDEV-602 Keeping quick exit at the top for long page (#1169)

* QOLDEV-602 Moving quick exit at the bottom of the page

* QOLDEV-602 Making quick exit stick to top after scrolling down

* QOLDEV-602 Fixing lint warnings

* QOLDEV-602 new line

* Bump @babel/core from 7.22.17 to 7.22.19 (#1177)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.17 to 7.22.19.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.19/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...




* QOLDEV-569 Styling elements in searchable table (#1168)

* QOLDEV-569 Styling elements in searchable table

* QOLDEV-569 searchable table improvement

* QOLDEV-569 Excluding sortable table buttons from link styles

* QOLDEV-569 Excluding sortable table buttons from link styles

* QOLDEV-569 typo

* QOLDEV-569 Improving datatables js

* QOLDEV-569 Hover state for pagination buttons

* QOLDEV-569 Hover state for pagination buttons, important

* QOLDEV-600 Styling qg-radio-tabs (#1160)

* Bump sass from 1.66.1 to 1.67.0 (#1176)

Bumps [sass](https://github.com/sass/dart-sass) from 1.66.1 to 1.67.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.66.1...1.67.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...




* QOLDEV-601 Styling portal links (#1161)

* QOLDEV-601 Styling portal links

* QOLDEV-601 Styling portal links, margin

* QOLDEV-601 Styling portal links, padding

* QOLDEV-601 Styling portal links, max-height

* QOLDEV-601 Styling portal links, margin-bottom

* Bump puppeteer from 21.1.1 to 21.2.1 (#1174)

* Bump puppeteer from 21.1.1 to 21.2.1

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.1.1 to 21.2.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.1.1...puppeteer-v21.2.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...



* Resolving puppeteer bukd error regarding disposable object

* Resolving puppeteer bukd error regarding disposable object

* Using length property to check the results returned

* Return value for received and expected

---------






* QOLDEV-599 Lint error, and others (#1185)

* QOLDEV-599 Lint error, and others

* QOLDEV-599 crossorigin anonymous for css files

* QOLDEV-608 Upgrade storybook to 7.4.2 (#1186)

* Bump @babel/preset-env from 7.22.15 to 7.22.20 (#1189)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.15 to 7.22.20.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.20/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...




* Bump @babel/core from 7.22.19 to 7.22.20 (#1188)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.19 to 7.22.20.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.20/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...




* Bump postcss from 8.4.29 to 8.4.30 (#1190)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.30.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.30)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...




* QOLDEV-324 Decomissioning old docs in the sourcecode (#1187)

* QOLDEV-324 Reversing docs/assets

* QOLDEV-324 Removing docs/examples

* QOLDEV-324 Reversing components.html, needed for tests

* QOLDEV-324 Removing unneeded components

* QOLDEV-324 accordion.html is needed for test

* QOLDEV-324 some html files are needed for tests

* QOLDEV-324 some html files are needed for tests

* QOLDEV-324 These html might be useful for future tests

* QOLDEV-324 renaming files

* QOLDEV-324 Example files are used in print.html, docs-nav.html is never used

* QOLDEV-324 Removing referenc to docs-nav

* QOLDEV-601 Making main navigation bar and DFV's seamless (#1193)

* QOLDEV-601 More adjusting for the navigation bar so it looks like DFV navigation

* QOLDEV-601 Overwriting qg-private-content top margin

* Qoldev 569 sortable table for FireFox (#1194)

* onpageshow

* QOLDEV-569 Updating JS to make it work on FireFox

* Qoldev 612 global search dropdown (#1195)

* QOLDEV-612 Global search dropdown in mobile view

* QOLDEV-612 more adjusting

* QOLDEV-622 added CSS for disabled radios and checkboxes

* QOLDEV-620 Making table-sm bootstrap class working in SWE (#1218)

* QOLDEV-577 Removing source code toggle button for mobile stories (#1215)

* QOLDEV-577 Removing source code toggle button for mobile stories

* QOLDEV-577 Reverting extra argument

* Upgrade storybook to 7.4.5 (#1214)

* Qoldev 618 service finder button (#1217)

* QOLDEV-618 Excluding link style for the buttom in service finder

* QOLDEV-618 Formatting the code

* QOLDEV-618…

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>
Co-authored-by: Steve Pegg <126438309+stvp-qld@users.noreply.github.com>
Co-authored-by: Steve Pegg <steven.pegg@smartservice.qld.gov.au>
Co-authored-by: william dutton <will.dutt@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Bec Launder <rebeccalaunder@gmail.com>
Co-authored-by: Bec Launder <950889+re-becca@users.noreply.github.com>
ghazal-salehi added a commit that referenced this pull request Jan 22, 2024
* Increasing version

* QOLDEV-425 Vertical alignment of social icons

* Fixing comment

* QOLDEV-74 defining max-width-none class, removing important from max-width for figure

* QOLDEV-403 Removing space before Print label

* QOLDEV-403 Removing space before Print entire guide

* QOLDEV-352 Applying dark theme colors (white) to the links within banner

* QOLDEV-398 Light theme cards background

* QOLDEV-443 Replacing no=print with bootstrap d-print-none

* QOLDEV-488 Updated puppeteer script for footer feedback

* QOLDEV-77 link list and button states in dfv portal

* QOLDEV-73 Previous and Next icon in the table pagination buttons

* QOLDEV-77 Calling qg-global-link-styles with margin zero to override default margin

* QOLDEV-73 Removing tables stripe style

* QOLDEV-451 Aligning the button within the global search concierge

* QOLDEV-451 need to override margin zero

* QOLDEV-422 Fixing qg-date-input, Replacing 'text' type with 'date'

* QOLDEV-422 Updating datepicker's input type in the story file

* QOLDEV-73 Bringing default stripe back

* QOLDEV-73 Bringing default stripe back

* QOLDEV-73 Make table bordered when it is not striped

* QOLDEV-73 Making <table> inherit table bootstrap styles

* QOLDEV-73 Adding NoStripe table to the storybook

* QOLDEV-73 Prev/Next buttons for sortable table

* QOLDEV-443 Replacing no-print with d-print-none

* QOLDEV-458 Removing top borderfram the card's footer

* QOLDEV-462 Improving search page

* QOLDEV-462 Changing breakpoints

* QOLDEV-462 Adjusting right padding

* QOLDEV-26 updated package-lock references for SWE 4.3

* QOLDEV-74 Applying default zero margin for the image link inside qg-fig

* QOLDEV-352 Exluding dark blurb for white links (#997)

* QOLDEV-352 Applying white color to immediate links and links within paragraphs

* QOLDEV-472 added margins to P + button scenario

* QOLDEV-472 tidy up comments

* QOLDEV-472 new stories for callouts with buttons

* QOLDEV-443 Defining no-print class just in case it is used in Squiz content (#1001)

* QOLDEV-400 reduced margins on P + UL in asides to align to global pattern

* QOLDEV-501 Resolving callout chromatic test regarding icon (#1004)

* QOLDEV-501 Resolving callout chromatic test regarding icon

* QOLDEV-501 Upgading callout box test

* QOLDEV-501 Leaving <i> in call-out-box.html for test purpose

* QOLDEV-386 re-write document links function in vanilla JS, round up file values

* Remove typos

* Qoldev 487 googlemaps marker label (#1007)

* QOLDEV-487 Styling google maps pin's label

* QOLDEV-487 Overriding default link margin

* Qoldev 352 blurb links in mobile (#1006)

* QOLDEV-352 Styling links within blurbs in mobile view

* QOLDEV-352 Styling links within blurbs in mobile view, black

* QOLDEV-352 Styling links within blurbs in mobile view, default style

* Node 18 upgrade

* post storybook 7 auto migration

* QOLDEV-497 Update to Storybook7 half way migrated

* QOLDEV-497 Introduction first

* @storybook/addon-mdx-gfm removed as we have converted

* QOLDEV-497 Storybook with templates fully functional

* QOLDEV-497 ensure localhost:6006 is running for storybook build to complete successfully

* reorder to run tests before making test release

* reorder to run tests before making test release

* QOLDEV-497 missed disabled stories

* QOLDEV-497 missed disabled stories with corrections

* Bump sass from 1.63.6 to 1.64.0 (#1021)

Bumps [sass](https://github.com/sass/dart-sass) from 1.63.6 to 1.64.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.63.6...1.64.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/core from 7.20.12 to 7.22.9 (#1015)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.12 to 7.22.9.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.9/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Resolving conflict 4.3 to develop (#1089)

* QOLDEV-470 initial commit with SWE footer restructure and AOC notice

* QOLDEV-73 Updating class name to qg-table-no-stripes (#1028)

* Qoldev 422 jquery datepicker (#1035)

* QOLDEV-422 jQuery datepicker does not need text='date'
* Removing unsupported comment
* removing hasDatepicker before initialising datepicker after document is ready

* Qoldev 422 jquery datepicker (#1036)

QOLDEV-422 Using on load instead of document.ready

* Qoldev 422 jquery datepicker (#1042)

* QOLDEV-422 Check if jquery datepicker exists on the page

* Qoldev 422 jquery datepicker date format (#1053)

* QOLDEV-422 jQuery datepicker placeholder and date format

* Resolving new line lint warning

* QOLDEV-422 jQuery datepicker format

* QOLDEV-535 Removing num_ranks and tiers as no longer needed in Funnelback 16 (#1073)

* QOLDEV-535 Removing num_ranks and tiers parameter as no longer needed in the Funnelback 16

* fixing somecharacters

* QOLDEV-470 SWE Add cultural notice, remove COVID and update footer CSS

* QOLDEV-450 Styling buttons within the alertbox (#1078)

* QOLDEV-450 Styling buttons within the alertbox

* Updating funnelback change to only check the number of suggested results

* QOLDEV-553 Styling social media links (#1082)

* Resolve conflict for 4.3.0 (#1081)

* Release v4.2.3 (#1045)

Merging 4.2.3 to master

* Release v4.2.3 (#1056)

* Fixing funnelback search test

* Resolve conflicts merge 4.3 to master (#1086)

* Release v4.2.3 (#1045)

Merging 4.2.3 to master

* Release v4.2.3 (#1056)

---------

Co-authored-by: Steve Pegg <steven.pegg@smartservice.qld.gov.au>
Co-authored-by: Steve Pegg <126438309+stvp-qld@users.noreply.github.com>

* Release v4.3.0 (#1091)

* QOLDEV-470 initial commit with SWE footer restructure and AOC notice

* QOLDEV-73 Updating class name to qg-table-no-stripes (#1028)

* Qoldev 422 jquery datepicker (#1035)

* QOLDEV-422 jQuery datepicker does not need text='date'
* Removing unsupported comment
* removing hasDatepicker before initialising datepicker after document is ready

* Qoldev 422 jquery datepicker (#1036)

QOLDEV-422 Using on load instead of document.ready

* Qoldev 422 jquery datepicker (#1042)

* QOLDEV-422 Check if jquery datepicker exists on the page

* Qoldev 422 jquery datepicker date format (#1053)

* QOLDEV-422 jQuery datepicker placeholder and date format

* Resolving new line lint warning

* QOLDEV-422 jQuery datepicker format

* QOLDEV-535 Removing num_ranks and tiers as no longer needed in Funnelback 16 (#1073)

* QOLDEV-535 Removing num_ranks and tiers parameter as no longer needed in the Funnelback 16

* fixing somecharacters

* QOLDEV-470 SWE Add cultural notice, remove COVID and update footer CSS

* QOLDEV-450 Styling buttons within the alertbox (#1078)

* QOLDEV-450 Styling buttons within the alertbox

* Updating funnelback change to only check the number of suggested results

* QOLDEV-553 Styling social media links (#1082)

* Resolve conflict for 4.3.0 (#1081)

* Release v4.2.3 (#1045)

Merging 4.2.3 to master

* Release v4.2.3 (#1056)

* Fixing funnelback search test

* Resolve conflicts merge 4.3 to master (#1086)

* Release v4.2.3 (#1045)

Merging 4.2.3 to master

* Release v4.2.3 (#1056)

---------

Co-authored-by: Steve Pegg <steven.pegg@smartservice.qld.gov.au>
Co-authored-by: Steve Pegg <126438309+stvp-qld@users.noreply.github.com>

* Bump puppeteer from 19.6.3 to 21.1.0 (#1084)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.6.3 to 21.1.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.6.3...puppeteer-v21.1.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump @babel/runtime from 7.21.0 to 7.22.10 (#1058)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.21.0 to 7.22.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @storybook/addon-mdx-gfm from 7.0.27 to 7.3.2 (#1083)

Bumps [@storybook/addon-mdx-gfm](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/gfm) from 7.0.27 to 7.3.2.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.3.2/code/addons/gfm)

---
updated-dependencies:
- dependency-name: "@storybook/addon-mdx-gfm"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump eslint from 8.33.0 to 8.47.0 (#1069)

Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.47.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.33.0...v8.47.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump @babel/plugin-transform-runtime from 7.21.0 to 7.22.10 (#1059)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.21.0 to 7.22.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Release v4.3.0 (#1080)

* QOLDEV-470 initial commit with SWE footer restructure and AOC notice

* QOLDEV-73 Updating class name to qg-table-no-stripes (#1028)

* Qoldev 422 jquery datepicker (#1035)

* QOLDEV-422 jQuery datepicker does not need text='date'
* Removing unsupported comment
* removing hasDatepicker before initialising datepicker after document is ready

* Qoldev 422 jquery datepicker (#1036)

QOLDEV-422 Using on load instead of document.ready

* Qoldev 422 jquery datepicker (#1042)

* QOLDEV-422 Check if jquery datepicker exists on the page

* Qoldev 422 jquery datepicker date format (#1053)

* QOLDEV-422 jQuery datepicker placeholder and date format

* Resolving new line lint warning

* QOLDEV-422 jQuery datepicker format

* QOLDEV-75 Carousel improvements

* QOLDEV-75 Cleanup comments

* QOLDEV-75 Cleanup redundant HTML

* QOLDEV-535 Removing num_ranks and tiers as no longer needed in Funnelback 16 (#1073)

* QOLDEV-535 Removing num_ranks and tiers parameter as no longer needed in the Funnelback 16

* fixing somecharacters

* QOLDEV-470 SWE Add cultural notice, remove COVID and update footer CSS

* QOLDEV-450 Styling buttons within the alertbox (#1078)

* QOLDEV-450 Styling buttons within the alertbox

* Updating funnelback change to only check the number of suggested results

* QOLDEV-553 Styling social media links (#1082)

* Resolve conflict for 4.3.0 (#1081)

* Release v4.2.3 (#1045)

Merging 4.2.3 to master

* Release v4.2.3 (#1056)

* Fixing funnelback search test

* Resolve conflicts merge 4.3 to master (#1086)

* Release v4.2.3 (#1045)

Merging 4.2.3 to master

* Release v4.2.3 (#1056)

* QOLDEV-75 fix typo in table reference

* Puppeteer upgrade to 21.1.0 (#1095)

* Puppeteer upgrade to 21.1.0

* Updating package-lock with newer versions

* Bumping babel/plugin-transform-runtime version (#1096)

---------

Co-authored-by: Steve Pegg <steven.pegg@smartservice.qld.gov.au>
Co-authored-by: Steve Pegg <126438309+stvp-qld@users.noreply.github.com>

* Bump np from 7.6.3 to 8.0.4 (#1012)

Bumps [np](https://github.com/sindresorhus/np) from 7.6.3 to 8.0.4.
- [Release notes](https://github.com/sindresorhus/np/releases)
- [Commits](https://github.com/sindresorhus/np/compare/v7.6.3...v8.0.4)

---
updated-dependencies:
- dependency-name: np
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <ghazal.salehi@smartservice.qld.gov.au>

* Bump @storybook/addon-essentials from 7.0.27 to 7.3.2 (#1085)

* Bump @storybook/addon-essentials from 7.0.27 to 7.3.2

Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) from 7.0.27 to 7.3.2.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.3.2/code/addons/essentials)

---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Upgrading storybook

* Installing ajv

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>
Co-authored-by: ghazal-salehi <ghazal.salehi@smartservice.qld.gov.au>

* Bump webpack from 5.76.2 to 5.88.2 (#1018)

Bumps [webpack](https://github.com/webpack/webpack) from 5.76.2 to 5.88.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.76.2...v5.88.2)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump jest-puppeteer from 8.0.4 to 9.0.0 (#956)

Dependabot couldn't find the original pull request head commit, 7d877fb22c0e5e0bbabba528bcbd04cc1fcd570a.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <ghazal.salehi@smartservice.qld.gov.au>

* fix: upgrade @babel/runtime from 7.19.0 to 7.20.1 (#683)

Snyk has created this PR to upgrade @babel/runtime from 7.19.0 to 7.20.1.

See this package in npm:
https://www.npmjs.com/package/@babel/runtime

See this project in Snyk:
https://app.snyk.io/org/qld-gov-au/project/5d2f9305-ffb5-46fc-8417-41b1cee23b88?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: ThrawnCA <shell_layer-github@yahoo.com.au>
Co-authored-by: ghazal-salehi <ghazal.salehi@smartservice.qld.gov.au>

* Bump terser-webpack-plugin from 3.1.0 to 5.3.9 (#947)

* Bump jest from 29.4.1 to 29.4.2

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.1 to 29.4.2.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.4.2/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump chromatic from 6.15.0 to 6.17.0

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 6.15.0 to 6.17.0.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v6.15.0...v6.17.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump puppeteer from 19.6.3 to 19.7.0

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.6.3 to 19.7.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.6.3...puppeteer-v19.7.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump eslint from 8.33.0 to 8.34.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.34.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.33.0...v8.34.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump sass from 1.58.0 to 1.58.1

Bumps [sass](https://github.com/sass/dart-sass) from 1.58.0 to 1.58.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.58.0...1.58.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump jest-puppeteer from 7.0.0 to 7.0.1

Bumps [jest-puppeteer](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/jest-puppeteer) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/argos-ci/jest-puppeteer/releases)
- [Changelog](https://github.com/argos-ci/jest-puppeteer/blob/main/packages/jest-puppeteer/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/jest-puppeteer/commits/v7.0.1/packages/jest-puppeteer)

---
updated-dependencies:
- dependency-name: jest-puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump jest from 29.4.2 to 29.4.3

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.2 to 29.4.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.4.3/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump puppeteer from 19.7.0 to 19.7.1

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.7.0 to 19.7.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.7.0...puppeteer-v19.7.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump sass from 1.58.1 to 1.58.2

Bumps [sass](https://github.com/sass/dart-sass) from 1.58.1 to 1.58.2.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.58.1...1.58.2)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump sass from 1.58.2 to 1.58.3

Bumps [sass](https://github.com/sass/dart-sass) from 1.58.2 to 1.58.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.58.2...1.58.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @babel/core from 7.20.12 to 7.21.0

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.12 to 7.21.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.21.0/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @babel/runtime from 7.20.13 to 7.21.0

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.20.13 to 7.21.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.21.0/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @babel/plugin-transform-runtime from 7.19.6 to 7.21.0

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.19.6 to 7.21.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.21.0/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump puppeteer from 19.7.1 to 19.7.2

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.7.1 to 19.7.2.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.7.1...puppeteer-v19.7.2)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump puppeteer from 19.7.2 to 19.7.3

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.7.2 to 19.7.3.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.7.2...puppeteer-v19.7.3)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump jest from 29.4.3 to 29.5.0

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.3 to 29.5.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.5.0/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump jest-puppeteer from 7.0.1 to 8.0.4

Bumps [jest-puppeteer](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/jest-puppeteer) from 7.0.1 to 8.0.4.
- [Release notes](https://github.com/argos-ci/jest-puppeteer/releases)
- [Changelog](https://github.com/argos-ci/jest-puppeteer/blob/main/packages/jest-puppeteer/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/jest-puppeteer/commits/v8.0.4/packages/jest-puppeteer)

---
updated-dependencies:
- dependency-name: jest-puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump jquery from 3.6.3 to 3.6.4

Bumps [jquery](https://github.com/jquery/jquery) from 3.6.3 to 3.6.4.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.6.3...3.6.4)

---
updated-dependencies:
- dependency-name: jquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump terser-webpack-plugin from 3.1.0 to 5.3.9

Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 3.1.0 to 5.3.9.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v3.1.0...v5.3.9)

---
updated-dependencies:
- dependency-name: terser-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ThrawnCA <shell_layer-github@yahoo.com.au>
Co-authored-by: ghazal-salehi <ghazal.salehi@smartservice.qld.gov.au>

* Bump gh-pages from 5.0.0 to 6.0.0 (#1106)

Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/tschaub/gh-pages/releases)
- [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md)
- [Commits](https://github.com/tschaub/gh-pages/compare/v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: gh-pages
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/core from 7.22.9 to 7.22.11 (#1104)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.9 to 7.22.11.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.11/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump babel-loader from 9.1.2 to 9.1.3 (#1102)

Bumps [babel-loader](https://github.com/babel/babel-loader) from 9.1.2 to 9.1.3.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v9.1.2...v9.1.3)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sass from 1.64.0 to 1.66.1 (#1101)

Bumps [sass](https://github.com/sass/dart-sass) from 1.64.0 to 1.66.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.64.0...1.66.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump puppeteer from 19.11.1 to 21.1.0 (#1100)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.11.1 to 21.1.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.11.1...puppeteer-v21.1.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump concurrently from 7.6.0 to 8.2.1 (#1099)

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.6.0 to 8.2.1.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.6.0...v8.2.1)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump jest from 29.5.0 to 29.6.4 (#1097)

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.5.0 to 29.6.4.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.6.4/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: upgrade jquery from 3.6.4 to 3.7.0 (#1050)

Snyk has created this PR to upgrade jquery from 3.6.4 to 3.7.0.

See this package in npm:
https://www.npmjs.com/package/jquery

See this project in Snyk:
https://app.snyk.io/org/qld-gov-au/project/5d2f9305-ffb5-46fc-8417-41b1cee23b88?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: ghazal-salehi <ghazal.salehi@smartservice.qld.gov.au>

* Removing chromium (#1108)

* installing postcss (#1109)

* Bump got and np (#963)

Bumps [got](https://github.com/sindresorhus/got) to 11.8.5 and updates ancestor dependency [np](https://github.com/sindresorhus/np). These dependencies need to be updated together.


Updates `got` from 9.6.0 to 11.8.5
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v9.6.0...v11.8.5)

Updates `np` from 7.6.3 to 8.0.2
- [Release notes](https://github.com/sindresorhus/np/releases)
- [Commits](https://github.com/sindresorhus/np/compare/v7.6.3...v8.0.2)

---
updated-dependencies:
- dependency-name: got
  dependency-type: indirect
- dependency-name: np
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <ghazal.salehi@smartservice.qld.gov.au>

* Bump eslint-plugin-import from 2.27.5 to 2.28.1 (#1114)

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.27.5 to 2.28.1.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.28.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump @babel/preset-env from 7.22.9 to 7.22.10 (#1113)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.9 to 7.22.10.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump chromatic from 6.19.9 to 6.24.1 (#1111)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 6.19.9 to 6.24.1.
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v6.19.9...v6.24.1)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump @babel/runtime from 7.22.10 to 7.22.11 (#1110)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.10 to 7.22.11.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.11/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump cssnano from 4.1.11 to 6.0.1 (#1105)

Bumps [cssnano](https://github.com/cssnano/cssnano) from 4.1.11 to 6.0.1.
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/v4.1.11...cssnano@6.0.1)

---
updated-dependencies:
- dependency-name: cssnano
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>
Co-authored-by: ghazal-salehi <ghazal.salehi@smartservice.qld.gov.au>

* Bump word-wrap from 1.2.3 to 1.2.5 (#1048)

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump tough-cookie from 4.1.2 to 4.1.3 (#1037)

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump puppeteer from 21.1.0 to 21.1.1 (#1117)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.1.0 to 21.1.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.1.0...puppeteer-v21.1.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint from 8.47.0 to 8.48.0 (#1116)

Bumps [eslint](https://github.com/eslint/eslint) from 8.47.0 to 8.48.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.47.0...v8.48.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Bump terser-webpack-plugin from 3.1.0 to 5.3.9 (#1112)

* Bump terser-webpack-plugin from 3.1.0 to 5.3.9

Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 3.1.0 to 5.3.9.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v3.1.0...v5.3.9)

---
updated-dependencies:
- dependency-name: terser-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Initialising Terser plugin in webpack config

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <ghazal.salehi@smartservice.qld.gov.au>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Revert "Bump terser-webpack-plugin from 3.1.0 to 5.3.9 (#1112)" (#1119)

This reverts commit f54bd5dd68cf9e91b1bcda055089201a0e2abce0.

* Dependabot/npm and yarn/develop/terser webpack plugin 5.3.9 (#1120)

* Bump terser-webpack-plugin from 3.1.0 to 5.3.9

Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 3.1.0 to 5.3.9.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v3.1.0...v5.3.9)

---
updated-dependencies:
- dependency-name: terser-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Initialising Terser plugin in webpack config

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @storybook/addon-essentials from 7.3.2 to 7.4.0 (#1127)

Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/addons/essentials)

---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* QOLDEV-574 Resolving deprecated storybook codes (#1118)

* QOLDEV-574 Replacing withSource with sourceState, Replacing inlineStories with story.inline

* QOLDEV-574 Importing from @storybook/blocks instead of @storybook/addon-docs/blocks

* QOLDEV-574 More replacing withSource with sourceState

* QOLDEV-574 Resolving DOM_VK_END is not defined

* Bump @storybook/addon-actions from 7.3.2 to 7.4.0 (#1121)

Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/addons/actions)

---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @storybook/addon-mdx-gfm from 7.3.2 to 7.4.0 (#1126)

Bumps [@storybook/addon-mdx-gfm](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/gfm) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/addons/gfm)

---
updated-dependencies:
- dependency-name: "@storybook/addon-mdx-gfm"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump storybook from 7.3.2 to 7.4.0 (#1125)

Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/lib/cli)

---
updated-dependencies:
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump postcss from 8.4.28 to 8.4.29 (#1122)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.28 to 8.4.29.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.28...8.4.29)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @storybook/addon-links from 7.3.2 to 7.4.0 (#1123)

Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.4.0/code/addons/links)

---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* Revert "Bump @storybook/addon-links from 7.3.2 to 7.4.0 (#1123)" (#1129)

This reverts commit b3d989069c76b0848e70392deaf1d9368d61adb1.

* Revert "Bump @storybook/addon-mdx-gfm from 7.3.2 to 7.4.0 (#1126)" (#1130)

This reverts commit cc229359d12c0a9e399ecef30eeb328246dd818e.

* Revert "Bump storybook from 7.3.2 to 7.4.0 (#1125)" (#1131)

This reverts commit fda3b27ebea4dac71965f3ca861d92b7a86c12ec.

* Revert "Bump @storybook/addon-actions from 7.3.2 to 7.4.0 (#1121)" (#1132)

This reverts commit b199320555bc9523bb80b9871538cf602e9b67db.

* Revert "Bump @storybook/addon-essentials from 7.3.2 to 7.4.0 (#1127)" (#1133)

This reverts commit 8e127144d3ffc53d344b1fbbd3fa8892af4696f1.

* Develop (#1201)

* Upgrading storybook 7.3 to 7.4 (#1141)

* Upgrading storybook 7.3 to 7.4

* removing extra files

* Qoldev 580 aligning button in service dropdown (#1142)

* QOLDEV-580 Padding around button on Service Finder suggestion dropdown

* Increasing package version to 4.4

* QOLDEV-580 Excluding buttons from link styles within banner dropdown

* Bump @babel/preset-env from 7.22.10 to 7.22.14 (#1136)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.10 to 7.22.14.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.14/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-533 Removing unnecessary space in accordion (#1143)

* QOLDEV-533 Removing unnecessary space in acordion

* QOLDEV-533 Removing unnecessary space in acordion

* Qoldev 592 table top border (#1144)

* QOLDEV-592 Removing border for default table

* QOLDEV-592 Excluding borederd tables

* QOLDEV-592 Excluding borederd tables, applying to td

* revert changes to package.json

* Bump @babel/preset-env from 7.22.14 to 7.22.15 (#1148)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.14 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/plugin-transform-runtime from 7.22.10 to 7.22.15 (#1149)

Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.22.10 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-plugin-transform-runtime)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jquery from 3.7.0 to 3.7.1 (#1115)

Bumps [jquery](https://github.com/jquery/jquery) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.7.0...3.7.1)

---
updated-dependencies:
- dependency-name: jquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* QOLDEV-576 Create a story for full-width image (#1153)

* QOLDEV-594 Adding a story for bordered table (#1152)

* QOLDEV-578 Fixing class qg-unstyled for image without border (#1151)

* QOLDEV-592 Excluding NoStripe tables from border: 0 (#1150)

* Bump @babel/core from 7.22.11 to 7.22.15 (#1147)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.11 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* QOLDEV-591 quixk exit z-index (#1155)

* Qoldev 569 searchable table (#1154)

* QOLDEV-569 Searchable table

* QOLDEV-569 Searchable table

* QOLDEV-569 Extending qg-btn for searchable table buttons

* QOLDEV-569 Underline for table buttons

* QOLDEV-569 Adding qg-btn class to dataTable buttons

* QOLDEV-569 Add qg-btn after load so the buttons exist

* QOLDEV-569 more styling

* QOLDEV-569 Replacing load with ready, margin

* QOLDEV-569 document on ready

* QOLDEV-569 document on load

* QOLDEV-569 window on load

* QOLDEV-569 hover state

* QOLDEV-596 Search box clear button (#1156)

* QOLDEV-596 Search box clear button

* QOLDEV-596 More styling for search box

* QOLDEV-596 More styling for search box

* QOLDEV-596 More styling for search box

* Bump @babel/core from 7.22.15 to 7.22.17 (#1158)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.15 to 7.22.17.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.17/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump chromatic from 6.24.1 to 7.1.0 (#1157)

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 6.24.1 to 7.1.0.
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v6.24.1...v7.1.0)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-579 improving jQuery datepicker in storybook (#1128)

* QOLDEV-579 jQuery datepicker input type i storybook

* QOLDEV-579 hasDatepicker should be added by js

* QOLDEV-579 Including qg-main.js in storybook's preview-head.html

* QOLDEV-579 Removing addScript function from previewMainTemplate

* Bump @babel/runtime from 7.22.11 to 7.22.15 (#1145)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.11 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.15/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>

* QOLDEV-603 Upgrade storybook to 7.4.1 (#1171)

* Bump jest from 29.6.4 to 29.7.0 (#1175)

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.6.4 to 29.7.0.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint from 8.48.0 to 8.49.0 (#1166)

Bumps [eslint](https://github.com/eslint/eslint) from 8.48.0 to 8.49.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.48.0...v8.49.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-599 jQuery UI for storybook, Cleaning up tasks (#1159)

* QOLDEV-599 Cleaning up tasks

* QOLDEV-599 jquery ui

* QOLDEV-599 Adding jquery ui in previewMainTemplate

* QOLDEV-599 Adding jquery ui in previewMainTemplate

* typo

* jQuery ui cdn

* jQuery ui cdn

* QOLDEV-599 datepicker selector

* QOLDEV-599 Using jquery ui cdn in datepicker js to make it work in storybook as well

* QOLDEV-599 Adding jquery ui in preview-head

* Cleaning up

* QOLDEV-599 Add jquery-ui in storybook head unconditional

* QOLDEV-599 Updating links to jquery ui assets

* QOLDEV-599 handleDatePicker function

* QOLDEV-599 handleDatePicker function

* QOLDEV-602 Keeping quick exit at the top for long page (#1169)

* QOLDEV-602 Moving quick exit at the bottom of the page

* QOLDEV-602 Making quick exit stick to top after scrolling down

* QOLDEV-602 Fixing lint warnings

* QOLDEV-602 new line

* Bump @babel/core from 7.22.17 to 7.22.19 (#1177)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.17 to 7.22.19.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.19/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-569 Styling elements in searchable table (#1168)

* QOLDEV-569 Styling elements in searchable table

* QOLDEV-569 searchable table improvement

* QOLDEV-569 Excluding sortable table buttons from link styles

* QOLDEV-569 Excluding sortable table buttons from link styles

* QOLDEV-569 typo

* QOLDEV-569 Improving datatables js

* QOLDEV-569 Hover state for pagination buttons

* QOLDEV-569 Hover state for pagination buttons, important

* QOLDEV-600 Styling qg-radio-tabs (#1160)

* Bump sass from 1.66.1 to 1.67.0 (#1176)

Bumps [sass](https://github.com/sass/dart-sass) from 1.66.1 to 1.67.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.66.1...1.67.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-601 Styling portal links (#1161)

* QOLDEV-601 Styling portal links

* QOLDEV-601 Styling portal links, margin

* QOLDEV-601 Styling portal links, padding

* QOLDEV-601 Styling portal links, max-height

* QOLDEV-601 Styling portal links, margin-bottom

* Bump puppeteer from 21.1.1 to 21.2.1 (#1174)

* Bump puppeteer from 21.1.1 to 21.2.1

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.1.1 to 21.2.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.1.1...puppeteer-v21.2.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Resolving puppeteer bukd error regarding disposable object

* Resolving puppeteer bukd error regarding disposable object

* Using length property to check the results returned

* Return value for received and expected

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ghazal-salehi <126438691+ghazal-salehi@users.noreply.github.com>
Co-authored-by: ghazal-salehi <ghazal.salehi@smartservice.qld.gov.au>

* QOLDEV-599 Lint error, and others (#1185)

* QOLDEV-599 Lint error, and others

* QOLDEV-599 crossorigin anonymous for css files

* QOLDEV-608 Upgrade storybook to 7.4.2 (#1186)

* Bump @babel/preset-env from 7.22.15 to 7.22.20 (#1189)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.15 to 7.22.20.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.20/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/core from 7.22.19 to 7.22.20 (#1188)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.19 to 7.22.20.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.20/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump postcss from 8.4.29 to 8.4.30 (#1190)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.30.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.30)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* QOLDEV-324 Decomissioning old docs in the sourcecode (#1187)

* QOLDEV-324 Reversing docs/assets

* QOLDEV-324 Removing docs/examples

* QOLDEV-324 Reversing components.html, needed for tests

* QOLDEV-324 Removing unneeded components

* QOLDEV-324 accordion.html is needed for test

* QOLDEV-324 some html files are needed for tests

* QOLDEV-324 some html files are needed for tests

* QOLDEV-324 These html might be useful for future tests

* QOLDEV-324 renaming files

* QOLDEV-324 Example files are used in print.html, docs-nav.html is never used

* QOLDEV-324 Removing referenc to docs-nav

* QOLDEV-601 Making main navigation bar and DFV's seamless (#1193)

* QOLDEV-601 More adjusting for the navigation bar so it looks like DFV navigation

* QOLDEV-601 Overwriting qg-private-content top margin

* Qoldev 569 sortable table for FireFox (#1194)

* onpageshow

* QOLDEV-569 Updating JS to make it work on FireFox

* Qoldev 612 global search dropdown (#1195)

* QOLDEV-612 Global search dropdown in mobile view

* QOLDEV-612 more adjusting

* QOLDEV-622 added CSS for disabled radios and checkboxes

* QOLDEV-620 Making table-sm bootstrap class working in SWE (#1218)

* QOLDEV-577 Removing source code toggle button for mobile stories (#1215)

* QOLDEV-577 Removing source code toggle button for mobile stories

* QOLDEV-577 Reverting extra argument

* Upgrade storybook to 7.4.5 (#1214)

* Qoldev 618 service finder button (#1217)

* QOLDEV-618 Excluding link style for the buttom in service finder

* QOLDEV-618 Formatting the code

* QOLDEV-618…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants