Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/searchbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

## Versions

* [v0.2.2 - Increase size for icon](#v022)
* [v0.2.1 - Add styling for secondary buttons](#v021)
* [v0.2.0 - Update padding on button, fix JSdoc](#v020)
* [v0.1.0 - 💥 Initial version](#v010)
Expand All @@ -25,6 +26,11 @@

## Release History

### v0.2.2

- Increase size for icon


### v0.2.1

- Add styling for secondary buttons
Expand Down
1 change: 1 addition & 0 deletions packages/searchbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ The visual test: https://auds.service.gov.au/packages/searchbox/tests/site/

## Release History

* v0.2.2 - Increase size for icon
* v0.2.1 - Add styling for secondary buttons
* v0.2.0 - Update padding on button, fix JSdoc
* v0.1.0 - 💥 Initial version
Expand Down
2 changes: 1 addition & 1 deletion packages/searchbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gov.au/searchbox",
"version": "0.2.1",
"version": "0.2.2",
"description": "",
"keywords": [
"auds",
Expand Down
2 changes: 1 addition & 1 deletion packages/searchbox/src/sass/_globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $dependencies: (
.au-btn {
background-image: AU-svguri('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#{ $AU-colordark-foreground-text }" d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
background-repeat: no-repeat;
@include AU-space( background-size, 1.5unit );
@include AU-space( background-size, 1.8unit );
@include AU-space( height, 2.875unit );
background-position: 50%;

Expand Down