@thirstie/ecomm-vue 1.5.16 → 1.6.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.
@@ -254,6 +254,59 @@ th-icon {
254
254
  padding-bottom: auto;
255
255
  }
256
256
 
257
+ .pt-0 {
258
+ padding-top: 0;
259
+ }
260
+ .pt-1 {
261
+ padding-top: 0.25rem;
262
+ }
263
+ .pt-2 {
264
+ padding-top: 0.5rem;
265
+ }
266
+ .pt-3 {
267
+ padding-top: 0.75rem;
268
+ }
269
+ .pt-4 {
270
+ padding-top: 1rem;
271
+ }
272
+
273
+ .pr-0 {
274
+ padding-right: 0;
275
+ }
276
+ .pr-1 {
277
+ padding-right: 0.25rem;
278
+ }
279
+ .pr-2 {
280
+ padding-right: 0.5rem;
281
+ }
282
+ .pr-3 {
283
+ padding-right: 0.75rem;
284
+ }
285
+ .pr-4 {
286
+ padding-right: 1rem;
287
+ }
288
+ .pr-8 {
289
+ padding-right: 2rem;
290
+ }
291
+ .pl-0 {
292
+ padding-right: 0;
293
+ }
294
+ .pl-1 {
295
+ padding-left: 0.25rem;
296
+ }
297
+ .pl-2 {
298
+ padding-left: 0.5rem;
299
+ }
300
+ .pl-3 {
301
+ padding-left: 0.75rem;
302
+ }
303
+ .pl-4 {
304
+ padding-left: 1rem;
305
+ }
306
+ .pl-8 {
307
+ padding-left: 2rem;
308
+ }
309
+
257
310
  .mx-auto {
258
311
  margin-left: auto;
259
312
  margin-right: auto;
@@ -308,6 +361,15 @@ th-icon {
308
361
  margin-bottom: 1rem;
309
362
  }
310
363
 
364
+ .mx-8 {
365
+ margin-left: 2rem;
366
+ margin-right: 2rem;
367
+ }
368
+ .my-8 {
369
+ margin-top: 2rem;
370
+ margin-bottom: 2rem;
371
+ }
372
+
311
373
  .m-0 {
312
374
  margin: 0;
313
375
  }
@@ -329,9 +391,26 @@ th-icon {
329
391
  .mt-2 {
330
392
  margin-top: 0.5rem;
331
393
  }
394
+ .mt-1 {
395
+ margin-top: 0.25rem;
396
+ }
397
+ .mt-0 {
398
+ margin-top: 0;
399
+ }
400
+
401
+ .mr-4 {
402
+ margin-right: 1rem;
403
+ }
404
+ .mr-3 {
405
+ margin-right: 0.75rem;
406
+ }
332
407
  .mr-2 {
333
408
  margin-right: 0.5rem;
334
409
  }
410
+ .mr-1 {
411
+ margin-right: 0.25rem;
412
+ }
413
+
335
414
  .mb-0 {
336
415
  margin-bottom: 0;
337
416
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thirstie/ecomm-vue",
3
- "version": "1.5.16",
3
+ "version": "1.6.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -13,7 +13,7 @@
13
13
  "import": "./dist/thirstie-ecomm-vue.js"
14
14
  },
15
15
  "scripts": {
16
- "dev": "echo $THAPIKEY && vite",
16
+ "dev": "vite",
17
17
  "build": "vite build",
18
18
  "preview": "vite preview",
19
19
  "lint": "eslint src/",
@@ -22,13 +22,12 @@
22
22
  "test:watch": "vitest unit --watch"
23
23
  },
24
24
  "peerDependencies": {
25
- "vue": "^3.4.21"
25
+ "vue": "^3.5.39"
26
26
  },
27
27
  "dependencies": {
28
- "@thirstie/assets": "^1.5.15",
29
- "@thirstie/thirstieclient": "^1.5.15",
30
- "@vueuse/core": "^11.0.1",
31
- "ramda": "^0.29.1"
28
+ "@thirstie/assets": "^1.6.0",
29
+ "@thirstie/thirstieclient": "^1.6.0",
30
+ "ramda": "^0.32.0"
32
31
  },
33
- "gitHead": "09cd5353b6f2f5fabd07be0a1922be769ed0897b"
32
+ "gitHead": "ec4b7858eeca26543af32b65481493ce5c58e2c5"
34
33
  }