@vonage/vivid 4.16.0 → 4.16.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonage/vivid",
3
- "version": "4.16.0",
3
+ "version": "4.16.1",
4
4
  "type": "module",
5
5
  "module": "./index.js",
6
6
  "main": "./index.cjs",
@@ -2466,7 +2466,7 @@ const FilePickerTemplate = (context) => {
2466
2466
  x.setButtonTag(context.tagFor(definition.Button));
2467
2467
  x.setIconTag(context.tagFor(definition$1.Icon));
2468
2468
  }}
2469
- <div class="base" aria-label="${(x) => x.label}">
2469
+ <div class="base">
2470
2470
  ${when.when(
2471
2471
  (x) => x.label,
2472
2472
  vividElement.html`<label>${(x) => x.label}</label>`
@@ -2464,7 +2464,7 @@ const FilePickerTemplate = (context) => {
2464
2464
  x.setButtonTag(context.tagFor(Button));
2465
2465
  x.setIconTag(context.tagFor(Icon));
2466
2466
  }}
2467
- <div class="base" aria-label="${(x) => x.label}">
2467
+ <div class="base">
2468
2468
  ${when(
2469
2469
  (x) => x.label,
2470
2470
  html`<label>${(x) => x.label}</label>`