vueless 1.1.1-beta.57 → 1.1.1-beta.58

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": "vueless",
3
- "version": "1.1.1-beta.57",
3
+ "version": "1.1.1-beta.58",
4
4
  "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
5
5
  "author": "Johnny Grid <hello@vueless.com> (https://vueless.com)",
6
6
  "homepage": "https://vueless.com",
@@ -65,7 +65,7 @@ const { getDataTest, config, passwordInputAttrs, passwordIconAttrs, passwordIcon
65
65
 
66
66
  <template>
67
67
  <UInput
68
- :id="id"
68
+ :id="elementId"
69
69
  v-model="localValue"
70
70
  :type="inputType"
71
71
  :label="label"
@@ -472,6 +472,7 @@ const {
472
472
  <template>
473
473
  <ULabel
474
474
  ref="labelComponent"
475
+ :for="elementId"
475
476
  :size="size"
476
477
  :label="label"
477
478
  :error="error"