@aurodesignsystem-dev/auro-formkit 0.0.0-pr681.1 → 0.0.0-pr684.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/bibtemplate/dist/auro-bibtemplate.d.ts +12 -2
- package/components/bibtemplate/dist/buttonVersion.d.ts +2 -0
- package/components/bibtemplate/dist/iconVersion.d.ts +1 -1
- package/components/bibtemplate/dist/index.js +1026 -12
- package/components/bibtemplate/dist/registered.js +1026 -12
- package/components/combobox/demo/api.min.js +1830 -478
- package/components/combobox/demo/index.min.js +1830 -478
- package/components/combobox/dist/index.js +1703 -355
- package/components/combobox/dist/registered.js +1703 -355
- package/components/counter/demo/api.min.js +1813 -466
- package/components/counter/demo/index.min.js +1813 -466
- package/components/counter/dist/auro-counter-button.d.ts +2 -0
- package/components/counter/dist/iconVersion.d.ts +1 -1
- package/components/counter/dist/index.js +1813 -466
- package/components/counter/dist/registered.js +1813 -466
- package/components/datepicker/demo/api.min.js +2319 -643
- package/components/datepicker/demo/index.min.js +2319 -643
- package/components/datepicker/dist/index.js +2319 -643
- package/components/datepicker/dist/registered.js +2319 -643
- package/components/dropdown/demo/api.min.js +6 -2
- package/components/dropdown/demo/index.min.js +6 -2
- package/components/dropdown/dist/index.js +6 -2
- package/components/dropdown/dist/registered.js +6 -2
- package/components/input/demo/api.min.js +565 -235
- package/components/input/demo/index.min.js +565 -235
- package/components/input/dist/index.js +565 -235
- package/components/input/dist/registered.js +565 -235
- package/components/menu/demo/api.min.js +7 -3
- package/components/menu/demo/index.min.js +7 -3
- package/components/menu/dist/iconVersion.d.ts +1 -1
- package/components/menu/dist/index.js +7 -3
- package/components/menu/dist/registered.js +7 -3
- package/components/select/demo/api.min.js +1166 -144
- package/components/select/demo/index.min.js +1166 -144
- package/components/select/dist/index.js +1159 -141
- package/components/select/dist/registered.js +1159 -141
- package/package.json +1 -1
|
@@ -2698,8 +2698,12 @@ class AuroIcon extends BaseIcon {
|
|
|
2698
2698
|
async firstUpdated() {
|
|
2699
2699
|
await super.firstUpdated();
|
|
2700
2700
|
|
|
2701
|
-
|
|
2702
|
-
|
|
2701
|
+
/**
|
|
2702
|
+
* icons provide a description for screen readers. Icon only instances Auro-button
|
|
2703
|
+
* depend on this description to provide context for the user using a screen reader.
|
|
2704
|
+
* Removes the SVG description for screen reader if ariaHidden is set to true.
|
|
2705
|
+
*/
|
|
2706
|
+
if (this.hasAttribute('ariaHidden') && this.svg) {
|
|
2703
2707
|
const svgDesc = this.svg.querySelector('desc');
|
|
2704
2708
|
|
|
2705
2709
|
if (svgDesc) {
|
|
@@ -2673,8 +2673,12 @@ class AuroIcon extends BaseIcon {
|
|
|
2673
2673
|
async firstUpdated() {
|
|
2674
2674
|
await super.firstUpdated();
|
|
2675
2675
|
|
|
2676
|
-
|
|
2677
|
-
|
|
2676
|
+
/**
|
|
2677
|
+
* icons provide a description for screen readers. Icon only instances Auro-button
|
|
2678
|
+
* depend on this description to provide context for the user using a screen reader.
|
|
2679
|
+
* Removes the SVG description for screen reader if ariaHidden is set to true.
|
|
2680
|
+
*/
|
|
2681
|
+
if (this.hasAttribute('ariaHidden') && this.svg) {
|
|
2678
2682
|
const svgDesc = this.svg.querySelector('desc');
|
|
2679
2683
|
|
|
2680
2684
|
if (svgDesc) {
|
|
@@ -2626,8 +2626,12 @@ class AuroIcon extends BaseIcon {
|
|
|
2626
2626
|
async firstUpdated() {
|
|
2627
2627
|
await super.firstUpdated();
|
|
2628
2628
|
|
|
2629
|
-
|
|
2630
|
-
|
|
2629
|
+
/**
|
|
2630
|
+
* icons provide a description for screen readers. Icon only instances Auro-button
|
|
2631
|
+
* depend on this description to provide context for the user using a screen reader.
|
|
2632
|
+
* Removes the SVG description for screen reader if ariaHidden is set to true.
|
|
2633
|
+
*/
|
|
2634
|
+
if (this.hasAttribute('ariaHidden') && this.svg) {
|
|
2631
2635
|
const svgDesc = this.svg.querySelector('desc');
|
|
2632
2636
|
|
|
2633
2637
|
if (svgDesc) {
|
|
@@ -2626,8 +2626,12 @@ class AuroIcon extends BaseIcon {
|
|
|
2626
2626
|
async firstUpdated() {
|
|
2627
2627
|
await super.firstUpdated();
|
|
2628
2628
|
|
|
2629
|
-
|
|
2630
|
-
|
|
2629
|
+
/**
|
|
2630
|
+
* icons provide a description for screen readers. Icon only instances Auro-button
|
|
2631
|
+
* depend on this description to provide context for the user using a screen reader.
|
|
2632
|
+
* Removes the SVG description for screen reader if ariaHidden is set to true.
|
|
2633
|
+
*/
|
|
2634
|
+
if (this.hasAttribute('ariaHidden') && this.svg) {
|
|
2631
2635
|
const svgDesc = this.svg.querySelector('desc');
|
|
2632
2636
|
|
|
2633
2637
|
if (svgDesc) {
|