sprintify-ui 0.0.169 → 0.0.170

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.
@@ -1107,6 +1107,7 @@ const Ra = /* @__PURE__ */ new WeakMap(), Fa = (t) => {
1107
1107
  placeholder: d.$t("sui.address_1_placeholder"),
1108
1108
  class: "w-full",
1109
1109
  "prevent-submit": "",
1110
+ name: "address_search_field",
1110
1111
  autocomplete: !1,
1111
1112
  required: !1,
1112
1113
  "onUpdate:modelValue": w[0] || (w[0] = (b) => u("address_1", b))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.0.169",
3
+ "version": "0.0.170",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build-fast": "rimraf dist && vite build",
@@ -11,6 +11,7 @@
11
11
  :placeholder="$t('sui.address_1_placeholder')"
12
12
  class="w-full"
13
13
  prevent-submit
14
+ name="address_search_field"
14
15
  :autocomplete="false"
15
16
  :required="false"
16
17
  @update:model-value="update('address_1', $event)"