nuxt-hs-ui 2.9.8 → 2.10.0

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/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.15.0"
6
6
  },
7
- "version": "2.9.8",
7
+ "version": "2.10.0",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "0.8.4",
10
10
  "unbuild": "2.0.0"
@@ -196,7 +196,7 @@ const hasHeader = computed(() => {
196
196
  :class="headerClass"
197
197
  >
198
198
  <div
199
- class="grow-0 shrink-1 truncate leading-[1.5em]"
199
+ class="hc-input-label grow-0 shrink-1 truncate leading-[1.5em]"
200
200
  :title="label"
201
201
  @click.stop="emit('header-label-click')"
202
202
  >
@@ -214,7 +214,7 @@ const hasHeader = computed(() => {
214
214
  </div>
215
215
  </div>
216
216
  </div>
217
- <div class="flex-1 flex flex-col justify-center">
217
+ <div class="hc-input-body flex-1 flex flex-col justify-center">
218
218
  <div :class="inputClass"><slot /></div>
219
219
  </div>
220
220
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-hs-ui",
3
- "version": "2.9.8",
3
+ "version": "2.10.0",
4
4
  "description": "My new Nuxt module",
5
5
  "repository": "https://github.com/hare-systems-ryo/nuxt-hs-ui",
6
6
  "license": "MIT",