@burh/nuxt-core 1.0.254 → 1.0.255

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.
@@ -4,34 +4,33 @@
4
4
  class="product-item"
5
5
  :disabled="disabled"
6
6
  >
7
- <div
8
- @click="$emit('redirect-product', to, validated)"
9
- :class="'product-item--avatar bg-' + color"
10
- >
11
- <img :src="avatar" alt="" />
12
- </div>
13
- <div :class="contentClass" class="product-item--content">
14
- <component
15
- :is="titleTag"
16
- :class="titleClass"
17
- class="product-item--title"
18
- >{{ title }}</component
19
- >
20
- <p
21
- :class="descriptionClass"
22
- class="product-item--description"
23
- v-if="description"
24
- >
25
- {{ description }}
26
- </p>
27
- <badge
28
- rounded
29
- size="md"
30
- class="ml-auto badge-bg-color badge-font"
31
- type="primary"
32
- v-show="hasEnableBadge"
33
- >ATUALIZAR
34
- </badge>
7
+ <div @click="$emit('redirect-product', to, validated)">
8
+ <div :class="'product-item--avatar bg-' + color">
9
+ <img :src="avatar" alt="" />
10
+ </div>
11
+ <div :class="contentClass" class="product-item--content">
12
+ <component
13
+ :is="titleTag"
14
+ :class="titleClass"
15
+ class="product-item--title"
16
+ >{{ title }}</component
17
+ >
18
+ <p
19
+ :class="descriptionClass"
20
+ class="product-item--description"
21
+ v-if="description"
22
+ >
23
+ {{ description }}
24
+ </p>
25
+ <badge
26
+ rounded
27
+ size="md"
28
+ class="ml-auto badge-bg-color badge-font"
29
+ type="primary"
30
+ v-show="hasEnableBadge"
31
+ >ATUALIZAR
32
+ </badge>
33
+ </div>
35
34
  </div>
36
35
  </default-link>
37
36
  </template>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.254",
3
+ "version": "1.0.255",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {