@thirstie/ecomm-vue 1.2.0 → 1.2.1

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.
@@ -518,6 +518,11 @@ th-icon {
518
518
  line-height: normal;
519
519
  }
520
520
 
521
+ .th-font-15 {
522
+ font-size: 15px;
523
+ font-style: normal;
524
+ }
525
+
521
526
  .th-font-14 {
522
527
  font-size: 14px;
523
528
  font-style: normal;
@@ -861,6 +866,7 @@ th-icon {
861
866
  /* Background and Text Color Classes */
862
867
  .bg-white { background-color: var(--th-c-white); }
863
868
  .text-white { color: var(--th-c-white); }
869
+ .text-charcoal { color: var(--th-c-charcoal); }
864
870
 
865
871
  .bg-light { background-color: var(--th-c-light); }
866
872
  .text-light { color: var(--th-c-light); }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thirstie/ecomm-vue",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
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.3",
30
- "@thirstie/thirstieclient": "^1.1.3",
29
+ "@thirstie/assets": "^1.2.1",
30
+ "@thirstie/thirstieclient": "^1.2.1",
31
31
  "@vueuse/core": "^11.0.1",
32
32
  "ramda": "^0.29.1"
33
33
  },
34
- "gitHead": "3f10b128a517576ec39d3d36832503d76193c80d"
34
+ "gitHead": "7bcc4a6f34a669f06d564318aab8abde805eb777"
35
35
  }