amelia-booking-ui 0.0.510 → 0.0.511

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.
@@ -71036,6 +71036,13 @@ const DRe = [
71036
71036
  description: "Options for dropdown, see below",
71037
71037
  inDemo: !1
71038
71038
  },
71039
+ {
71040
+ name: "dropdownOptions.ariaLabel",
71041
+ default: "Country Code Selector",
71042
+ type: String,
71043
+ description: "Aria label for the country code selector dropdown",
71044
+ inDemo: !1
71045
+ },
71039
71046
  {
71040
71047
  name: "dropdownOptions.disabled",
71041
71048
  default: !1,
@@ -71274,7 +71281,7 @@ const zRe = {
71274
71281
  unmounted(t) {
71275
71282
  document.body.removeEventListener("click", t.clickOutsideEvent);
71276
71283
  }
71277
- }, BRe = ["aria-expanded", "tabindex"], LRe = { class: "vti__selection" }, TRe = {
71284
+ }, BRe = ["aria-label", "aria-expanded", "tabindex"], LRe = { class: "vti__selection" }, TRe = {
71278
71285
  key: 1,
71279
71286
  class: "vti__country-code"
71280
71287
  }, PRe = { class: "vti__dropdown-arrow" }, ORe = {
@@ -71598,7 +71605,7 @@ const zRe = {
71598
71605
  class: A(["vue-tel-input", t.styleClasses, { disabled: t.disabled }])
71599
71606
  }, [
71600
71607
  ot((f(), g("div", {
71601
- "aria-label": "Country Code Selector",
71608
+ "aria-label": t.dropdownOptions.ariaLabel,
71602
71609
  "aria-haspopup": "listbox",
71603
71610
  "aria-expanded": u.open,
71604
71611
  role: "button",
@@ -73334,7 +73341,7 @@ const jVe = { render: VVe }, YVe = { class: "am-upload-item__container" }, qVe =
73334
73341
  };
73335
73342
  }
73336
73343
  }), Gje = (t) => {
73337
- const e = (l) => l === "success" ? "var(--map-status-success-symbol-1)" : l === "warning" ? "var(--map-status-warning-symbol-1)" : l === "error" ? "var(--map-status-error-symbol-1)" : "var(--map-base-danube-symbol-2)", r = {
73344
+ const e = (l) => l === "success" ? "var(--map-status-success-symbol-1)" : l === "warning" ? "var(--map-status-warning-symbol-1)" : l === "error" ? "var(--map-status-error-symbol-1)" : "var(--map-status-info-symbol-1)", r = {
73338
73345
  class: "am-message",
73339
73346
  offset: 48,
73340
73347
  icon: bt(Mt, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amelia-booking-ui",
3
- "version": "0.0.510",
3
+ "version": "0.0.511",
4
4
  "description": "A Vue 3 component library for Amelia Booking Plugin.",
5
5
  "type": "module",
6
6
  "repository": {