@thirstie/ecomm-vue 1.2.0 → 1.3.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.
package/dist/thirstieecomm.css
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"main": "./dist/thirstie-ecomm-vue.umd.cjs",
|
|
10
10
|
"module": "./dist/thirstie-ecomm-vue.js",
|
|
11
11
|
"exports": {
|
|
12
|
-
"require": "./dist/
|
|
12
|
+
"require": "./dist/thirstie-ecomm-vue.umd.cjs",
|
|
13
13
|
"import": "./dist/thirstie-ecomm-vue.js"
|
|
14
14
|
},
|
|
15
15
|
"scripts": {
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"vue": "^3.4.21"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@thirstie/assets": "^1.1
|
|
30
|
-
"@thirstie/thirstieclient": "^1.1
|
|
29
|
+
"@thirstie/assets": "^1.3.1",
|
|
30
|
+
"@thirstie/thirstieclient": "^1.3.1",
|
|
31
31
|
"@vueuse/core": "^11.0.1",
|
|
32
32
|
"ramda": "^0.29.1"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "60050bd6a0ababad86b3ddf9582e0086bf931f38"
|
|
35
35
|
}
|