vueless 0.0.417 → 0.0.418

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.417",
3
+ "version": "0.0.418",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
6
6
  "keywords": [
@@ -102,7 +102,7 @@
102
102
  <UButton
103
103
  square
104
104
  no-ring
105
- size="xs"
105
+ size="sm"
106
106
  color="grayscale"
107
107
  variant="thirdary"
108
108
  :left-icon="config.defaults.prevIcon"
@@ -117,7 +117,7 @@
117
117
  <UButton
118
118
  square
119
119
  no-ring
120
- size="xs"
120
+ size="sm"
121
121
  color="grayscale"
122
122
  variant="thirdary"
123
123
  :left-icon="config.defaults.nextIcon"
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.417",
4
+ "version": "0.0.418",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",