ui-thing 0.0.8 → 0.0.9

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.0.9
4
+
5
+ [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.8...v0.0.9)
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - Add multiselect dep to the list of deps ([369bfef](https://github.com/BayBreezy/ui-thing-cli/commit/369bfef))
10
+
11
+ ### ❤️ Contributors
12
+
13
+ - Behon Baker <behon.baker@yahoo.com>
14
+
3
15
  ## v0.0.8
4
16
 
5
17
  [compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.7...v0.0.8)
package/dist/index.js CHANGED
@@ -7745,7 +7745,7 @@ export { toast, useToast };
7745
7745
 
7746
7746
  const props = defineProps<TooltipTriggerProps>();
7747
7747
  </script>
7748
- `}],utils:[],composables:[],plugins:[]},{name:"VeeMultiSelect",value:"vee-multi-select",deps:["@vee-validate/nuxt","radix-vue","@morev/vue-transitions","tailwind-variants"],askValidator:!0,devDeps:["nuxt-icon"],nuxtModules:["@vee-validate/nuxt","@morev/vue-transitions/nuxt","nuxt-icon"],components:["label"],files:[{fileName:"Vee/MultiSelect.vue",dirPath:"components/UI",fileContent:`<template>
7748
+ `}],utils:[],composables:[],plugins:[]},{name:"VeeMultiSelect",value:"vee-multi-select",deps:["@vee-validate/nuxt","radix-vue","@morev/vue-transitions","tailwind-variants","@vueform/multiselect"],askValidator:!0,devDeps:["nuxt-icon"],nuxtModules:["@vee-validate/nuxt","@morev/vue-transitions/nuxt","nuxt-icon"],components:["label"],files:[{fileName:"Vee/MultiSelect.vue",dirPath:"components/UI",fileContent:`<template>
7749
7749
  <div class="w-full">
7750
7750
  <UILabel
7751
7751
  :for="inputId"