@thirstie/ecomm-vue 1.0.1 → 1.1.0
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/dist/thirstieecomm.css
CHANGED
|
@@ -258,6 +258,10 @@ th-icon {
|
|
|
258
258
|
margin-left: 0.75rem;
|
|
259
259
|
margin-right: 0.75rem;
|
|
260
260
|
}
|
|
261
|
+
.my-2 {
|
|
262
|
+
margin-top: 0.5rem;
|
|
263
|
+
margin-bottom: 0.5rem;
|
|
264
|
+
}
|
|
261
265
|
.my-3 {
|
|
262
266
|
margin-top: 0.75rem;
|
|
263
267
|
margin-bottom: 0.75rem;
|
|
@@ -287,9 +291,15 @@ th-icon {
|
|
|
287
291
|
.mt-4 {
|
|
288
292
|
margin-top: 1rem;
|
|
289
293
|
}
|
|
294
|
+
.mt-2 {
|
|
295
|
+
margin-top: 0.5rem;
|
|
296
|
+
}
|
|
290
297
|
.mr-2 {
|
|
291
298
|
margin-right: 0.5rem;
|
|
292
299
|
}
|
|
300
|
+
.mb-0 {
|
|
301
|
+
margin-bottom: 0;
|
|
302
|
+
}
|
|
293
303
|
.mb-2 {
|
|
294
304
|
margin-bottom: 0.5rem;
|
|
295
305
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thirstie/ecomm-vue",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"vue": "^3.4.21"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@thirstie/assets": "^1.0
|
|
30
|
-
"@thirstie/thirstieclient": "^1.0
|
|
29
|
+
"@thirstie/assets": "^1.1.0",
|
|
30
|
+
"@thirstie/thirstieclient": "^1.1.0",
|
|
31
31
|
"@vueuse/core": "^11.0.1",
|
|
32
32
|
"ramda": "^0.29.1"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "fe6e3ef52ab8feecdd8560a27848d90747cfbf1a"
|
|
35
35
|
}
|