Skip to content

Commit 14205c9

Browse files
committed
Compile all the assets
1 parent 4ac6a0f commit 14205c9

File tree

11 files changed

+11
-9
lines changed

11 files changed

+11
-9
lines changed

dist/css/joomla-tab.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ joomla-tab a[role=tab][active]:after {
4646
right: 0; }
4747

4848
joomla-tab > section {
49+
position: relative;
4950
display: none;
5051
background-color: #fefefe;
5152
border: 1px solid #ccc;

dist/css/joomla-tab.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/joomla-alert-es5.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function _getPrototypeOf(o) {
171171

172172
/* Lifecycle, element appended to the DOM */
173173
value: function connectedCallback() {
174-
this.setAttribute('role', 'alert');
174+
this.setAttribute('role', 'alertdialog');
175175
this.classList.add('joomla-alert--show'); // Default to info
176176

177177
if (!this.type || ['info', 'warning', 'danger', 'success'].indexOf(this.type) === -1) {

dist/js/joomla-alert-es5.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/joomla-alert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
/* Lifecycle, element appended to the DOM */
1717
connectedCallback() {
18-
this.setAttribute('role', 'alert');
18+
this.setAttribute('role', 'alertdialog');
1919
this.classList.add('joomla-alert--show');
2020

2121
// Default to info

docs/_media/css/joomla-tab.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ joomla-tab a[role=tab][active]:after {
4646
right: 0; }
4747

4848
joomla-tab > section {
49+
position: relative;
4950
display: none;
5051
background-color: #fefefe;
5152
border: 1px solid #ccc;

0 commit comments

Comments
 (0)