@burh/nuxt-core 1.0.476 → 1.0.477

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.
@@ -45,10 +45,7 @@
45
45
  aria-label="Close"
46
46
  >
47
47
  Fechar
48
- <font-awesome-icon
49
- :icon="['fas', 'times']"
50
- class="text-white ml-1"
51
- />
48
+ <i class="fas fa-times text-white ml-1"/>
52
49
  </button>
53
50
  </slot>
54
51
  </div>
@@ -21,10 +21,7 @@
21
21
  </el-tooltip> -->
22
22
  <span v-if="!isPreviewShare" class="tool tool-close" @click="$emit('close')">
23
23
  Fechar
24
- <font-awesome-icon
25
- :icon="['fas', 'times']"
26
- class="text-white ml-1"
27
- />
24
+ <i class="fas fa-times text-white ml-1"/>
28
25
  </span>
29
26
 
30
27
  <div class="user__cv__arrows" v-if="!isPreviewShare">
@@ -240,10 +240,7 @@
240
240
 
241
241
  <span class="tool tool-close" @click="$emit('close')">
242
242
  Fechar
243
- <font-awesome-icon
244
- :icon="['fas', 'times']"
245
- class="text-white ml-1"
246
- />
243
+ <i class="fas fa-times text-white ml-1"/>
247
244
  </span>
248
245
  </template>
249
246
  </modal>
@@ -98,10 +98,7 @@
98
98
 
99
99
  <span class="tool tool-close" @click="$emit('close')">
100
100
  Fechar
101
- <font-awesome-icon
102
- :icon="['fas', 'times']"
103
- class="text-white ml-1"
104
- />
101
+ <i class="fas fa-times text-white ml-1"/>
105
102
  </span>
106
103
  </template>
107
104
  </modal>
@@ -58,10 +58,7 @@
58
58
 
59
59
  <span class="tool tool-close" @click="$emit('close')">
60
60
  Fechar
61
- <font-awesome-icon
62
- :icon="['fas', 'times']"
63
- class="text-white ml-1"
64
- />
61
+ <i class="fas fa-times" style="padding: 5px"/>
65
62
  </span>
66
63
  </template>
67
64
  </modal>
@@ -175,10 +175,7 @@
175
175
 
176
176
  <span class="tool tool-close" @click="$emit('close-modal')">
177
177
  Fechar
178
- <font-awesome-icon
179
- :icon="['fas', 'times']"
180
- class="text-white ml-1"
181
- />
178
+ <i class="fas fa-times text-white ml-1"/>
182
179
  </span>
183
180
  </modal>
184
181
  </template>
@@ -95,10 +95,7 @@
95
95
 
96
96
  <span class="tool tool-close" @click="$emit('close')">
97
97
  Fechar
98
- <font-awesome-icon
99
- :icon="['fas', 'times']"
100
- class="text-white ml-1"
101
- />
98
+ <i class="fas fa-times text-white ml-1"/>
102
99
  </span>
103
100
  </template>
104
101
  </modal>
@@ -91,10 +91,7 @@
91
91
 
92
92
  <span class="tool tool-close" @click="$emit('close')">
93
93
  Fechar
94
- <font-awesome-icon
95
- :icon="['fas', 'times']"
96
- class="text-white ml-1"
97
- />
94
+ <i class="fas fa-times text-white ml-1"/>
98
95
  </span>
99
96
  </template>
100
97
  </modal>
@@ -160,10 +160,7 @@
160
160
 
161
161
  <span class="tool tool-close" @click="closeModal">
162
162
  Fechar
163
- <font-awesome-icon
164
- :icon="['fas', 'times']"
165
- class="text-white ml-1"
166
- />
163
+ <i class="fas fa-times text-white ml-1"/>
167
164
  </span>
168
165
  </template>
169
166
  </modal>
@@ -113,10 +113,7 @@
113
113
 
114
114
  <span class="tool tool-close" @click="$emit('close-modal')">
115
115
  Fechar
116
- <font-awesome-icon
117
- :icon="['fas', 'times']"
118
- class="text-white ml-1"
119
- />
116
+ <i class="fas fa-times text-white ml-1"/>
120
117
  </span>
121
118
  </template>
122
119
  </modal>
@@ -114,10 +114,7 @@
114
114
 
115
115
  <span class="tool tool-close" @click="$emit('close-modal')">
116
116
  Fechar
117
- <font-awesome-icon
118
- :icon="['fas', 'times']"
119
- class="text-white ml-1"
120
- />
117
+ <i class="fas fa-times text-white ml-1"/>
121
118
  </span>
122
119
  </template>
123
120
  </modal>
@@ -43,10 +43,7 @@
43
43
 
44
44
  <span class="tool tool-close" @click="$emit('close-modal')">
45
45
  Fechar
46
- <font-awesome-icon
47
- :icon="['fas', 'times']"
48
- class="text-white ml-1"
49
- />
46
+ <i class="fas fa-times text-white ml-1"/>
50
47
  </span>
51
48
  </template>
52
49
  </modal>
@@ -44,10 +44,7 @@
44
44
 
45
45
  <span class="tool tool-close" @click="$emit('close-modal')">
46
46
  Fechar
47
- <font-awesome-icon
48
- :icon="['fas', 'times']"
49
- class="text-white ml-1"
50
- />
47
+ <i class="fas fa-times text-white ml-1"/>
51
48
  </span>
52
49
  </template>
53
50
  </modal>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.476",
3
+ "version": "1.0.477",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {