vueless 0.0.529 → 0.0.531

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.529",
3
+ "version": "0.0.531",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
6
6
  "keywords": [
@@ -170,11 +170,11 @@ export const IconProps: StoryFn<UButtonArgs> = (args) => ({
170
170
  template: `
171
171
  <URow no-mobile>
172
172
  <UButton
173
- leftIcon="download"
173
+ left-icon="download"
174
174
  label="Download"
175
175
  />
176
176
  <UButton
177
- rightIcon="menu"
177
+ right-icon="menu"
178
178
  label="Menu"
179
179
  />
180
180
  </URow>
@@ -79,7 +79,7 @@ const preparedMoney = computed(() => {
79
79
 
80
80
  <div :data-test="dataTest" v-bind="sumAttrs">
81
81
  <span
82
- v-if="currencySymbolPosition.left"
82
+ v-if="currencySymbolPosition.left && symbol"
83
83
  v-bind="symbolAttrs"
84
84
  v-text="symbol + currencySpace"
85
85
  />
@@ -95,7 +95,7 @@ const preparedMoney = computed(() => {
95
95
  />
96
96
 
97
97
  <span
98
- v-if="currencySymbolPosition.right"
98
+ v-if="currencySymbolPosition.right && symbol"
99
99
  v-bind="symbolAttrs"
100
100
  v-text="currencySpace + symbol"
101
101
  />
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.529",
4
+ "version": "0.0.531",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",