@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.
Files changed (37) hide show
  1. package/components/bibtemplate/dist/auro-bibtemplate.d.ts +12 -2
  2. package/components/bibtemplate/dist/buttonVersion.d.ts +2 -0
  3. package/components/bibtemplate/dist/iconVersion.d.ts +1 -1
  4. package/components/bibtemplate/dist/index.js +1026 -12
  5. package/components/bibtemplate/dist/registered.js +1026 -12
  6. package/components/combobox/demo/api.min.js +1830 -478
  7. package/components/combobox/demo/index.min.js +1830 -478
  8. package/components/combobox/dist/index.js +1703 -355
  9. package/components/combobox/dist/registered.js +1703 -355
  10. package/components/counter/demo/api.min.js +1813 -466
  11. package/components/counter/demo/index.min.js +1813 -466
  12. package/components/counter/dist/auro-counter-button.d.ts +2 -0
  13. package/components/counter/dist/iconVersion.d.ts +1 -1
  14. package/components/counter/dist/index.js +1813 -466
  15. package/components/counter/dist/registered.js +1813 -466
  16. package/components/datepicker/demo/api.min.js +2319 -643
  17. package/components/datepicker/demo/index.min.js +2319 -643
  18. package/components/datepicker/dist/index.js +2319 -643
  19. package/components/datepicker/dist/registered.js +2319 -643
  20. package/components/dropdown/demo/api.min.js +6 -2
  21. package/components/dropdown/demo/index.min.js +6 -2
  22. package/components/dropdown/dist/index.js +6 -2
  23. package/components/dropdown/dist/registered.js +6 -2
  24. package/components/input/demo/api.min.js +565 -235
  25. package/components/input/demo/index.min.js +565 -235
  26. package/components/input/dist/index.js +565 -235
  27. package/components/input/dist/registered.js +565 -235
  28. package/components/menu/demo/api.min.js +7 -3
  29. package/components/menu/demo/index.min.js +7 -3
  30. package/components/menu/dist/iconVersion.d.ts +1 -1
  31. package/components/menu/dist/index.js +7 -3
  32. package/components/menu/dist/registered.js +7 -3
  33. package/components/select/demo/api.min.js +1166 -144
  34. package/components/select/demo/index.min.js +1166 -144
  35. package/components/select/dist/index.js +1159 -141
  36. package/components/select/dist/registered.js +1159 -141
  37. package/package.json +1 -1
@@ -1450,8 +1450,12 @@ class AuroIcon extends BaseIcon {
1450
1450
  async firstUpdated() {
1451
1451
  await super.firstUpdated();
1452
1452
 
1453
- // Removes the SVG description for screenreader if ariaHidden is set to true
1454
- if (!this.hasAttribute('ariaHidden') && this.svg) {
1453
+ /**
1454
+ * icons provide a description for screen readers. Icon only instances Auro-button
1455
+ * depend on this description to provide context for the user using a screen reader.
1456
+ * Removes the SVG description for screen reader if ariaHidden is set to true.
1457
+ */
1458
+ if (this.hasAttribute('ariaHidden') && this.svg) {
1455
1459
  const svgDesc = this.svg.querySelector('desc');
1456
1460
 
1457
1461
  if (svgDesc) {
@@ -1495,7 +1499,7 @@ class AuroIcon extends BaseIcon {
1495
1499
  }
1496
1500
  }
1497
1501
 
1498
- var iconVersion = '8.0.3';
1502
+ var iconVersion = '8.0.4';
1499
1503
 
1500
1504
  var checkmarkIcon = {"svg":"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-labelledby=\"checkmark-sm__desc\" class=\"ico_squareLarge\" role=\"img\" style=\"min-width:var(--auro-size-lg, var(--ds-size-300, 1.5rem));height:var(--auro-size-lg, var(--ds-size-300, 1.5rem));fill:currentColor\" viewBox=\"0 0 24 24\" part=\"svg\"><title/><desc id=\"checkmark-sm__desc\">a small check mark.</desc><path d=\"M8.461 11.84a.625.625 0 1 0-.922.844l2.504 2.738c.247.27.674.27.922 0l5.496-6a.625.625 0 1 0-.922-.844l-5.035 5.496z\"/></svg>"};
1501
1505
 
@@ -1410,8 +1410,12 @@ class AuroIcon extends BaseIcon {
1410
1410
  async firstUpdated() {
1411
1411
  await super.firstUpdated();
1412
1412
 
1413
- // Removes the SVG description for screenreader if ariaHidden is set to true
1414
- if (!this.hasAttribute('ariaHidden') && this.svg) {
1413
+ /**
1414
+ * icons provide a description for screen readers. Icon only instances Auro-button
1415
+ * depend on this description to provide context for the user using a screen reader.
1416
+ * Removes the SVG description for screen reader if ariaHidden is set to true.
1417
+ */
1418
+ if (this.hasAttribute('ariaHidden') && this.svg) {
1415
1419
  const svgDesc = this.svg.querySelector('desc');
1416
1420
 
1417
1421
  if (svgDesc) {
@@ -1455,7 +1459,7 @@ class AuroIcon extends BaseIcon {
1455
1459
  }
1456
1460
  }
1457
1461
 
1458
- var iconVersion = '8.0.3';
1462
+ var iconVersion = '8.0.4';
1459
1463
 
1460
1464
  var checkmarkIcon = {"svg":"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-labelledby=\"checkmark-sm__desc\" class=\"ico_squareLarge\" role=\"img\" style=\"min-width:var(--auro-size-lg, var(--ds-size-300, 1.5rem));height:var(--auro-size-lg, var(--ds-size-300, 1.5rem));fill:currentColor\" viewBox=\"0 0 24 24\" part=\"svg\"><title/><desc id=\"checkmark-sm__desc\">a small check mark.</desc><path d=\"M8.461 11.84a.625.625 0 1 0-.922.844l2.504 2.738c.247.27.674.27.922 0l5.496-6a.625.625 0 1 0-.922-.844l-5.035 5.496z\"/></svg>"};
1461
1465
 
@@ -1,2 +1,2 @@
1
- declare const _default: "8.0.3";
1
+ declare const _default: "8.0.4";
2
2
  export default _default;
@@ -1404,8 +1404,12 @@ class AuroIcon extends BaseIcon {
1404
1404
  async firstUpdated() {
1405
1405
  await super.firstUpdated();
1406
1406
 
1407
- // Removes the SVG description for screenreader if ariaHidden is set to true
1408
- if (!this.hasAttribute('ariaHidden') && this.svg) {
1407
+ /**
1408
+ * icons provide a description for screen readers. Icon only instances Auro-button
1409
+ * depend on this description to provide context for the user using a screen reader.
1410
+ * Removes the SVG description for screen reader if ariaHidden is set to true.
1411
+ */
1412
+ if (this.hasAttribute('ariaHidden') && this.svg) {
1409
1413
  const svgDesc = this.svg.querySelector('desc');
1410
1414
 
1411
1415
  if (svgDesc) {
@@ -1449,7 +1453,7 @@ class AuroIcon extends BaseIcon {
1449
1453
  }
1450
1454
  }
1451
1455
 
1452
- var iconVersion = '8.0.3';
1456
+ var iconVersion = '8.0.4';
1453
1457
 
1454
1458
  var checkmarkIcon = {"svg":"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-labelledby=\"checkmark-sm__desc\" class=\"ico_squareLarge\" role=\"img\" style=\"min-width:var(--auro-size-lg, var(--ds-size-300, 1.5rem));height:var(--auro-size-lg, var(--ds-size-300, 1.5rem));fill:currentColor\" viewBox=\"0 0 24 24\" part=\"svg\"><title/><desc id=\"checkmark-sm__desc\">a small check mark.</desc><path d=\"M8.461 11.84a.625.625 0 1 0-.922.844l2.504 2.738c.247.27.674.27.922 0l5.496-6a.625.625 0 1 0-.922-.844l-5.035 5.496z\"/></svg>"};
1455
1459
 
@@ -1363,8 +1363,12 @@ class AuroIcon extends BaseIcon {
1363
1363
  async firstUpdated() {
1364
1364
  await super.firstUpdated();
1365
1365
 
1366
- // Removes the SVG description for screenreader if ariaHidden is set to true
1367
- if (!this.hasAttribute('ariaHidden') && this.svg) {
1366
+ /**
1367
+ * icons provide a description for screen readers. Icon only instances Auro-button
1368
+ * depend on this description to provide context for the user using a screen reader.
1369
+ * Removes the SVG description for screen reader if ariaHidden is set to true.
1370
+ */
1371
+ if (this.hasAttribute('ariaHidden') && this.svg) {
1368
1372
  const svgDesc = this.svg.querySelector('desc');
1369
1373
 
1370
1374
  if (svgDesc) {
@@ -1408,7 +1412,7 @@ class AuroIcon extends BaseIcon {
1408
1412
  }
1409
1413
  }
1410
1414
 
1411
- var iconVersion = '8.0.3';
1415
+ var iconVersion = '8.0.4';
1412
1416
 
1413
1417
  var checkmarkIcon = {"svg":"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-labelledby=\"checkmark-sm__desc\" class=\"ico_squareLarge\" role=\"img\" style=\"min-width:var(--auro-size-lg, var(--ds-size-300, 1.5rem));height:var(--auro-size-lg, var(--ds-size-300, 1.5rem));fill:currentColor\" viewBox=\"0 0 24 24\" part=\"svg\"><title/><desc id=\"checkmark-sm__desc\">a small check mark.</desc><path d=\"M8.461 11.84a.625.625 0 1 0-.922.844l2.504 2.738c.247.27.674.27.922 0l5.496-6a.625.625 0 1 0-.922-.844l-5.035 5.496z\"/></svg>"};
1414
1418