@thirstie/ecomm-vue 0.10.0 → 0.11.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.
@@ -40,4 +40,5 @@
40
40
  --th-border-form: 1px solid var(--th-c-greysMediumLightGrey);
41
41
  --th-border-radius: 4px;
42
42
  --th-header-dividers: 1px solid var(--th-c-greysLightestGrey);
43
+ --th-account-dividers: 1px solid var(--th-c-gray);
43
44
  }
@@ -828,6 +828,9 @@ th-icon {
828
828
  .xl\:text-center {
829
829
  text-align: center !important;
830
830
  }
831
+ .xl\:grid-cols-3 {
832
+ grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
833
+ }
831
834
  }
832
835
 
833
836
  /* Background and Text Color Classes */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thirstie/ecomm-vue",
3
- "version": "0.10.0",
3
+ "version": "0.11.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": "^0.10.0",
30
- "@thirstie/thirstieclient": "^0.10.0",
29
+ "@thirstie/assets": "^0.11.0",
30
+ "@thirstie/thirstieclient": "^0.11.0",
31
31
  "@vueuse/core": "^11.0.1",
32
32
  "ramda": "^0.29.1"
33
33
  },
34
- "gitHead": "5c2eebecbfca23b7929a710607d682a10d4a44dc"
34
+ "gitHead": "ed7fb11b877996c6cdf3969f5f457c4694fef162"
35
35
  }