@thirstie/ecomm-vue 1.1.2 → 1.1.3

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.
@@ -208,7 +208,14 @@ th-icon {
208
208
  padding-top: 0;
209
209
  padding-bottom: 0;
210
210
  }
211
-
211
+ .px-1 {
212
+ padding-left: 0.25rem;
213
+ padding-right: 0.25rem;
214
+ }
215
+ .px-2 {
216
+ padding-left: 0.5rem;
217
+ padding-right: 0.5rem;
218
+ }
212
219
  .px-3 {
213
220
  padding-left: 0.75rem;
214
221
  padding-right: 0.75rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thirstie/ecomm-vue",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
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.1.1",
30
- "@thirstie/thirstieclient": "^1.1.1",
29
+ "@thirstie/assets": "^1.1.3",
30
+ "@thirstie/thirstieclient": "^1.1.3",
31
31
  "@vueuse/core": "^11.0.1",
32
32
  "ramda": "^0.29.1"
33
33
  },
34
- "gitHead": "478b12094d863029ce7b66a580db1702017079bd"
34
+ "gitHead": "6bf63dc357485c55eb746e986d41cac930189a7b"
35
35
  }