Skip to content

Commit

Permalink
generating GUI.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnystening committed Nov 7, 2019
1 parent 0d96508 commit c1371d6
Show file tree
Hide file tree
Showing 1,445 changed files with 829,619 additions and 548 deletions.
2 changes: 1 addition & 1 deletion GUI.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions _text-styling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ GUI Text-styling

### Release History

* v4.0.7 - `LESS/CSS` ~~`HTML`~~ ~~`JS`~~
* Migrate to relative CSS units (a11y)
[#456](https://github.com/WestpacCXTeam/GUI-source/issues/456)
* v4.0.6 - `LESS/CSS` ~~`HTML`~~ ~~`JS`~~
* Added heading :focus styling; so headings manually given tab order (tabindex) are styled appropriately
[#453](https://github.com/WestpacCXTeam/GUI-source/issues/453)
Expand Down
18 changes: 17 additions & 1 deletion _text-styling/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,23 @@
"WBG",
"BT"
]
},
"4.0.7": {
"dependencies": [],
"js": false,
"less": true,
"svg": false,
"font": false,
"size": 1,
"brands": [
"BOM",
"BSA",
"STG",
"WBC",
"WBG",
"BT"
]
}
},
"hash": "545b9ecdd318910ed33e57849105ac69"
"hash": "3d4df45f4602e31b466bc6891f798cfe"
}
5 changes: 4 additions & 1 deletion accessibility-helpers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ module in our [GUI-source repo](https://github.com/WestpacCXTeam/GUI-source/issu

### Release History

* v2.0.3 - `LESS/CSS` ~~`HTML`~~ ~~`JS`~~
* Migrate to relative CSS units (a11y)
[#456](https://github.com/WestpacCXTeam/GUI-source/issues/456)
* v2.0.2 - `LESS/CSS` ~~`HTML`~~ ~~`JS`~~
* Increased the `.sr-skiplink` z-index to ensure it’s above all elements (incl. modals and fixed headers etc.)
* v2.0.1 - `LESS/CSS` ~~`HTML`~~ ~~`JS`~~
Expand All @@ -36,7 +39,7 @@ module in our [GUI-source repo](https://github.com/WestpacCXTeam/GUI-source/issu

### License

Copyright (c) 2017 Westpac. Licensed under the [GNU GPLv2](https://raw.githubusercontent.com/WestpacCXTeam/GUI-accessibility-helpers/master/LICENSE).
Copyright (c) 2019 Westpac. Licensed under the [GNU GPLv2](https://raw.githubusercontent.com/WestpacCXTeam/GUI-accessibility-helpers/master/LICENSE).

**[⬆ back to top](#content)**

Expand Down
18 changes: 17 additions & 1 deletion accessibility-helpers/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,23 @@
"WBG",
"BT"
]
},
"2.0.3": {
"dependencies": [],
"js": false,
"less": true,
"svg": false,
"font": false,
"size": 1,
"brands": [
"BOM",
"BSA",
"STG",
"WBC",
"WBG",
"BT"
]
}
},
"hash": "591c07b1f15cf16ed1deeee0eac0b1c9"
"hash": "c1fcd7fa2f3e41db3c0db8cd1ac0d93d"
}
98 changes: 51 additions & 47 deletions alerts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,64 +16,68 @@ GUI Alerts

### Release History

* v4.0.3 - `LESS/CSS` ~~`HTML`~~ ~~`JS`~~
* Migrate to relative CSS units (a11y)
[#456](https://github.com/WestpacCXTeam/GUI-source/issues/456)
* Fixed alert box close button icon colour; addressed CSS specificity
* v4.0.2 - `LESS/CSS` ~~`HTML`~~ ~~`JS`~~
* Fixed alert box content overflow bug
[#452](https://github.com/WestpacCXTeam/GUI-source/issues/452)
* Fixed alert box close button positioning; remove overlap with alert body text, for all breakpoints
* Refactored codebase; simplifying styling of alert content for each of the alert types
* Added legacy styling for IE 8&9 which doesn’t support flexbox layout
* Fixed alert box content overflow bug
[#452](https://github.com/WestpacCXTeam/GUI-source/issues/452)
* Fixed alert box close button positioning; remove overlap with alert body text, for all breakpoints
* Refactored codebase; simplifying styling of alert content for each of the alert types
* Added legacy styling for IE 8&9 which doesn’t support flexbox layout
* v4.0.1 - `LESS/CSS` ~~`HTML`~~ ~~`JS`~~
* Link colour in Alerts; the link text should be the same colour as the message text
[#442](https://github.com/WestpacCXTeam/GUI-source/issues/442)
* Link colour in Alerts; the link text should be the same colour as the message text
[#442](https://github.com/WestpacCXTeam/GUI-source/issues/442)
* v4.0.0 - `LESS/CSS` `HTML` ~~`JS`~~
* Removed alert form message styling (`.alert-form-msg`); now managed by the new Form-Base module as `.form-error-message`. Note: These form error messages no longer require a parent `.has-*` class (e.g. `.has-danger`), and are now positioned above the input control for better UX and a11y support, text sizing increased to 14px
* Alert boxes are now using Flexbox; providing a more robust method to style alert icon and text layout
* Ensure any text, headings and lists inside alert boxes is styled with the appropriate colour
* Alert body hidden overflow removed; child element focus outline offset styling no longer chopped
* New `.alert-heading` style; resets any top margin
* Removed alert form message styling (`.alert-form-msg`); now managed by the new Form-Base module as `.form-error-message`. Note: These form error messages no longer require a parent `.has-*` class (e.g. `.has-danger`), and are now positioned above the input control for better UX and a11y support, text sizing increased to 14px
* Alert boxes are now using Flexbox; providing a more robust method to style alert icon and text layout
* Ensure any text, headings and lists inside alert boxes is styled with the appropriate colour
* Alert body hidden overflow removed; child element focus outline offset styling no longer chopped
* New `.alert-heading` style; resets any top margin
* v3.0.0 - `LESS/CSS` `HTML` ~~`JS`~~
* Dependencies: GUI-buttons v4.0.0, GUI-icons v2.0.0
* Alerts module consists of three alert types...
* Text (alert): simple inline text styling
* Alert: structured (block) alert without icon text wrapping (maintains left text edge)
* Alert form: validation styling for forms
* Changed alert close button markup structure for consistency; close icon now inside button
* Alert close button now leverages `.btn-link`; Alerts module now has a Buttons (and Icons) dependency
* Alert padding (right-side) is now consistent with other sides; whether or not close button exists
* Alert body wraps around icon in XS; reducing unnecessary left-side whitespace
* Alert body vertically aligns with icon if needed (small and xsmall disregard); also considers responsive icon sizing
* Removed flex layout, max-height restrictions and scrolling
* Alert form (validation) messages now support icons, font-size decreased from 13px to 12px
* Reduced CSS specificity
[#346](https://github.com/WestpacCXTeam/GUI-source/issues/346)
* Dependencies: GUI-buttons v4.0.0, GUI-icons v2.0.0
* Alerts module consists of three alert types...
* Text (alert): simple inline text styling
* Alert: structured (block) alert without icon text wrapping (maintains left text edge)
* Alert form: validation styling for forms
* Changed alert close button markup structure for consistency; close icon now inside button
* Alert close button now leverages `.btn-link`; Alerts module now has a Buttons (and Icons) dependency
* Alert padding (right-side) is now consistent with other sides; whether or not close button exists
* Alert body wraps around icon in XS; reducing unnecessary left-side whitespace
* Alert body vertically aligns with icon if needed (small and xsmall disregard); also considers responsive icon sizing
* Removed flex layout, max-height restrictions and scrolling
* Alert form (validation) messages now support icons, font-size decreased from 13px to 12px
* Reduced CSS specificity
[#346](https://github.com/WestpacCXTeam/GUI-source/issues/346)
* v2.0.3 - `LESS/CSS` ~~`HTML`~~ ~~`JS`~~
* Reduce module modifier CSS over-specificity
[#346](https://github.com/WestpacCXTeam/GUI-source/issues/346)
* Removed duplicated alert label styling (already in Labels module)
[#364](https://github.com/WestpacCXTeam/GUI-source/issues/364)
* Reduce module modifier CSS over-specificity
[#346](https://github.com/WestpacCXTeam/GUI-source/issues/346)
* Removed duplicated alert label styling (already in Labels module)
[#364](https://github.com/WestpacCXTeam/GUI-source/issues/364)
* v2.0.2 - `LESS/CSS` ~~`HTML`~~ ~~`JS`~~
* Tweaking has alert class to apply alert colour to input and textarea content so they are more visible.
[#315](https://github.com/WestpacCXTeam/GUI-source/issues/315)
* Tweaking has alert class to apply alert colour to input and textarea content so they are more visible.
[#315](https://github.com/WestpacCXTeam/GUI-source/issues/315)
* v2.0.1 - `LESS/CSS` ~~`HTML`~~ ~~`JS`~~
* Fanfare, Drum roll … We’ve added another brand. Yay! :clap:
* Fanfare, Drum roll … We’ve added another brand. Yay! :clap:
* v2.0.0 - `LESS/CSS` ~~`HTML`~~ ~~`JS`~~
* To make it easier to switch brands with Less we’ve added a brand variable. Building multibrand sites has never been this easy!
[#203](https://github.com/WestpacCXTeam/GUI-source/issues/203)
* To make it easier to switch brands with Less we’ve added a brand variable. Building multibrand sites has never been this easy!
[#203](https://github.com/WestpacCXTeam/GUI-source/issues/203)
* v1.0.4 - `LESS/CSS` ~~`HTML`~~ ~~`JS`~~
* Fixed flexbox bug with a handy workaround.
[#194](https://github.com/WestpacCXTeam/GUI-source/issues/194)
* Worked on the no-js fallback and made usability of large alerts better. Not that you should use large alert messages. Let's keep those grumpy messages as short as possible.
* Icons in those handy alert messages are now tinting the way they should have right from the start.
[#190](https://github.com/WestpacCXTeam/GUI-source/issues/190)
* Fixed flexbox bug with a handy workaround.
[#194](https://github.com/WestpacCXTeam/GUI-source/issues/194)
* Worked on the no-js fallback and made usability of large alerts better. Not that you should use large alert messages. Let's keep those grumpy messages as short as possible.
* Icons in those handy alert messages are now tinting the way they should have right from the start.
[#190](https://github.com/WestpacCXTeam/GUI-source/issues/190)
* v1.0.3 - `HTML` `LESS/CSS` ~~`JS`~~
* You know the feeling when you're trying to buy a beer at the corner pub on a Friday afternoon after you've just finished a sprint that was particularly difficult and the alert message says: "No more funds" and you know you left the other card at home and never got around to setting up cardless cash? Long story short: You now get to make that alert message a bit easier on the eyes by adding icons inside of it to help make Friday afternoons fun again.
[#177](https://github.com/WestpacCXTeam/GUI-source/issues/177)
* You know the feeling when you're trying to buy a beer at the corner pub on a Friday afternoon after you've just finished a sprint that was particularly difficult and the alert message says: "No more funds" and you know you left the other card at home and never got around to setting up cardless cash? Long story short: You now get to make that alert message a bit easier on the eyes by adding icons inside of it to help make Friday afternoons fun again.
[#177](https://github.com/WestpacCXTeam/GUI-source/issues/177)
* v1.0.2 - `JS` `HTML` ~~`LESS/CSS`~~
* We got word that using our JavaScript in dynamic DOM application was a bit... clunky. Clunky wasn't good enough for us so we refactored all Javascript modules to unclunk all the things. Beware though, some JavaScript classes had to be injected to keep the modules clunk-free.
[#140](https://github.com/WestpacCXTeam/GUI-source/issues/140)
* We got word that using our JavaScript in dynamic DOM application was a bit... clunky. Clunky wasn't good enough for us so we refactored all Javascript modules to unclunk all the things. Beware though, some JavaScript classes had to be injected to keep the modules clunk-free.
[#140](https://github.com/WestpacCXTeam/GUI-source/issues/140)
* v1.0.1 - `LESS/CSS` ~~`JS`~~ ~~`HTML`~~
* As the built-in faux italic cut off the descenders in alert messages, we changed the font style to a more native style.
[#130](https://github.com/WestpacCXTeam/GUI-source/issues/130)
* As the built-in faux italic cut off the descenders in alert messages, we changed the font style to a more native style.
[#130](https://github.com/WestpacCXTeam/GUI-source/issues/130)
* v1.0.0 - Initial port

**[⬆ back to top](#content)**
Expand All @@ -84,7 +88,7 @@ GUI Alerts

### License

Copyright (c) 2018 Westpac. Licensed under the [GNU GPLv2](https://raw.githubusercontent.com/WestpacCXTeam/GUI-alerts/master/LICENSE).
Copyright (c) 2019 Westpac. Licensed under the [GNU GPLv2](https://raw.githubusercontent.com/WestpacCXTeam/GUI-alerts/master/LICENSE).

**[⬆ back to top](#content)**

Expand Down
21 changes: 20 additions & 1 deletion alerts/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,26 @@
"WBG",
"BT"
]
},
"4.0.3": {
"dependencies": [
"icons",
"buttons"
],
"js": true,
"less": true,
"svg": false,
"font": false,
"size": 5,
"brands": [
"BOM",
"BSA",
"STG",
"WBC",
"WBG",
"BT"
]
}
},
"hash": "d8b2be0540adb79f71f787b2ae5611f0"
"hash": "6ec395e02c29ff8373664f4afa5be6fd"
}
5 changes: 4 additions & 1 deletion badges/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ module in our [GUI-source repo](https://github.com/WestpacCXTeam/GUI-source/issu

### Release History

* v2.0.4 - `LESS/CSS` ~~`HTML`~~ ~~`JS`~~
* Migrate to relative CSS units (a11y)
[#456](https://github.com/WestpacCXTeam/GUI-source/issues/456)
* v2.0.3 - `LESS/CSS` ~~`HTML`~~ ~~`JS`~~
* Adjusted badge height
[#318](https://github.com/WestpacCXTeam/GUI-source/issues/318)
Expand Down Expand Up @@ -47,7 +50,7 @@ module in our [GUI-source repo](https://github.com/WestpacCXTeam/GUI-source/issu

### License

Copyright (c) 2017 Westpac. Licensed under the [GNU GPLv2](https://raw.githubusercontent.com/WestpacCXTeam/GUI-badges/master/LICENSE).
Copyright (c) 2019 Westpac. Licensed under the [GNU GPLv2](https://raw.githubusercontent.com/WestpacCXTeam/GUI-badges/master/LICENSE).

**[⬆ back to top](#content)**

Expand Down
18 changes: 17 additions & 1 deletion badges/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,23 @@
"WBG",
"BT"
]
},
"2.0.4": {
"dependencies": [],
"js": false,
"less": true,
"svg": false,
"font": false,
"size": 4,
"brands": [
"BOM",
"BSA",
"STG",
"WBC",
"WBG",
"BT"
]
}
},
"hash": "81daa539d71ee6f4324a784cf8803f48"
"hash": "9f4d7037230b6e7c0dc0ba0463cdce19"
}
3 changes: 3 additions & 0 deletions breadcrumbs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ module in our [GUI-source repo](https://github.com/WestpacCXTeam/GUI-source/issu

### Release History

* v2.0.4 - `LESS/CSS` ~~`HTML`~~ ~~`JS`~~
* Migrate to relative CSS units (a11y)
[#456](https://github.com/WestpacCXTeam/GUI-source/issues/456)
* v2.0.3 - `SVG` `LESS/CSS` ~~`HTML`~~ ~~`JS`~~
* Updated BOM brand’s breadcrumb separator colour
* v2.0.2 - `SVG` `LESS/CSS` ~~`HTML`~~ ~~`JS`~~
Expand Down
18 changes: 17 additions & 1 deletion breadcrumbs/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,23 @@
"WBG",
"BT"
]
},
"2.0.4": {
"dependencies": [],
"js": false,
"less": true,
"svg": true,
"font": false,
"size": 2,
"brands": [
"BOM",
"BSA",
"STG",
"WBC",
"WBG",
"BT"
]
}
},
"hash": "07587a1212a7800be922954eb6463b69"
"hash": "a7d7f5b9e0400a7ce2b5274537fdbde1"
}
5 changes: 4 additions & 1 deletion buttons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ GUI Buttons

### Release History

* v4.0.4 - `LESS/CSS` ~~`HTML`~~ ~~`JS`~~
* Migrate to relative CSS units (a11y)
[#456](https://github.com/WestpacCXTeam/GUI-source/issues/456)
* v4.0.3 - `LESS/CSS` ~~`HTML`~~ ~~`JS`~~
* Increased small button icon size to ‘small’ (18px); was ‘xsmall’ (12px)
[#440](https://github.com/WestpacCXTeam/GUI-source/issues/440)
Expand Down Expand Up @@ -116,7 +119,7 @@ GUI Buttons

### License

Copyright (c) 2017 Westpac. Licensed under the [GNU GPLv2](https://raw.githubusercontent.com/WestpacCXTeam/GUI-buttons/master/LICENSE).
Copyright (c) 2019 Westpac. Licensed under the [GNU GPLv2](https://raw.githubusercontent.com/WestpacCXTeam/GUI-buttons/master/LICENSE).

**[⬆ back to top](#content)**

Expand Down
18 changes: 17 additions & 1 deletion buttons/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,23 @@
"WBG",
"BT"
]
},
"4.0.4": {
"dependencies": [],
"js": true,
"less": true,
"svg": false,
"font": false,
"size": 19,
"brands": [
"BOM",
"BSA",
"STG",
"WBC",
"WBG",
"BT"
]
}
},
"hash": "7a398478fb46bb6512e99c54517f1984"
"hash": "28fed2571a5149f0479bea5ab0003a22"
}
Loading

0 comments on commit c1371d6

Please sign in to comment.