bonkers-ui 1.0.16 → 1.0.17

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": "bonkers-ui",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "scripts": {
5
5
  "storybook": "start-storybook -p 6006",
6
6
  "build-storybook": "build-storybook",
@@ -26,9 +26,8 @@ const Template: Story<TComponentProps> = (args) => ({
26
26
  const valueModel = ref(list[0]);
27
27
  return { args, valueModel, list };
28
28
  },
29
- template: `
29
+ template: /*html*/`
30
30
  <ui-select v-bind="args" :list="list" v-model:value="valueModel" heading="heading" subLabel="subLabel">
31
- {{ args.slot }}
32
31
  <template #postfix-icon>
33
32
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
34
33
  <path d="M13.25 6.8125L8.5 11.2812C8.34375 11.4375 8.15625 11.5 8 11.5C7.8125 11.5 7.625 11.4375 7.46875 11.3125L2.71875 6.8125C2.40625 6.53125 2.40625 6.0625 2.6875 5.75C2.96875 5.4375 3.4375 5.4375 3.75 5.71875L8 9.71875L12.2188 5.71875C12.5312 5.4375 13 5.4375 13.2812 5.75C13.5625 6.0625 13.5625 6.53125 13.25 6.8125Z" fill="currentColor"/>
@@ -13,7 +13,7 @@
13
13
  >
14
14
  <select
15
15
  v-model="localModel"
16
- class="appearance-none absolute bg-transparent border-0 m-0 outline-0 w-full p-sm cursor-pointer italic text-secondary-alt"
16
+ class="appearance-none bg-transparent border-0 m-0 outline-0 w-full p-sm cursor-pointer italic text-secondary-alt"
17
17
  @change=" $emit('update:value', ($event.target as HTMLTextAreaElement)?.value)"
18
18
  >
19
19
  <option