itube-specs 0.0.553 → 0.0.554

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.
@@ -16,6 +16,11 @@
16
16
  class="s-input__label"
17
17
  :for="name"
18
18
  >
19
+ <SIcon
20
+ v-if="labelIcon"
21
+ :name="labelIcon"
22
+ size="16"
23
+ />
19
24
  {{ label }}
20
25
  </label>
21
26
  <div class="s-input__wrapper">
@@ -96,6 +101,7 @@ const props = withDefaults(defineProps<{
96
101
  name?: string
97
102
  label?: string
98
103
  icon?: string
104
+ labelIcon?: string
99
105
  }>(), {
100
106
  type: 'text',
101
107
  inputmode: 'text',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "itube-specs",
3
3
  "type": "module",
4
- "version": "0.0.553",
4
+ "version": "0.0.554",
5
5
  "main": "./nuxt.config.ts",
6
6
  "types": "./types/index.d.ts",
7
7
  "scripts": {