vueless 0.0.131 → 0.0.132

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": "0.0.131",
3
+ "version": "0.0.132",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless Component Framework.",
6
6
  "homepage": "https://vueless.com",
@@ -25,6 +25,9 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@tailwindcss/forms": "^0.5.7",
28
+ "@vueless/plugin-vite": "^0.0.25",
29
+ "@vueless/storybook": "^0.0.27",
30
+ "@vueless/web-types": "^0.0.8",
28
31
  "cva": "^1.0.0-beta.1",
29
32
  "lodash-es": "^4.17.21",
30
33
  "tailwind-merge": "^2.3.0",
@@ -37,9 +40,6 @@
37
40
  "@release-it/bumper": "^6.0.1",
38
41
  "@vitejs/plugin-vue": "^5.0.4",
39
42
  "@vue/eslint-config-prettier": "^9.0.0",
40
- "@vueless/plugin-vite": "^0.0.23",
41
- "@vueless/storybook": "^0.0.27",
42
- "@vueless/web-types": "^0.0.8",
43
43
  "autoprefixer": "^10.4.19",
44
44
  "cssnano": "^6.1.2",
45
45
  "eslint": "^8.55.0",
@@ -7,9 +7,15 @@
7
7
  <div v-if="!hasSlotContent($slots['default'])" v-html="html" />
8
8
  </div>
9
9
 
10
- <UButton size="sm" variant="thirdary" :color="color" square v-bind="buttonAttrs">
10
+ <UButton
11
+ v-if="closeIcon"
12
+ size="sm"
13
+ variant="thirdary"
14
+ :color="color"
15
+ square
16
+ v-bind="buttonAttrs"
17
+ >
11
18
  <UIcon
12
- v-if="closeIcon"
13
19
  internal
14
20
  size="xs"
15
21
  :color="color"
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.131",
4
+ "version": "0.0.132",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",