@burh/nuxt-core 1.0.126 → 1.0.127

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.
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <li
3
3
  @click="$emit('functionality-click')"
4
- class="functionality-item text-center"
4
+ class="functionality-item text-center "
5
5
  >
6
6
  <i class="functionality-item--icone fas " :class="icone"></i>
7
7
  <span class="functionality-item--text">{{ text }}</span>
@@ -1,9 +1,9 @@
1
1
  <template>
2
2
  <card class="card">
3
3
  <h4 class="aria-text">Funcionalidades</h4>
4
- <ul class="list-unstyled d-flex justify-content-between ml-5 mr-5 mt-4">
4
+ <ul class="list-unstyled list line-card">
5
5
  <functionality-item
6
- class="cursor-pointer ml-3"
6
+ class="cursor-pointer"
7
7
  :icone="firstItemIcon"
8
8
  :text="firstItemText"
9
9
  @functionality-click="$emit('click-first-item')"
@@ -17,7 +17,7 @@
17
17
  </ul>
18
18
  <hr />
19
19
  <h6 class="list-title font-weight-bold">{{ title }}</h6>
20
- <ul class="list-unstyled d-flex justify-content-between ml-6 mr-6 mt-4">
20
+ <ul class="list-unstyled list line-card">
21
21
  <slot></slot>
22
22
  </ul>
23
23
  <p class="footer-text">{{ context }}</p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.126",
3
+ "version": "1.0.127",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {