@thoughthub/hq 1.1.7 → 1.1.8

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/index.js CHANGED
@@ -146,7 +146,7 @@ function CraftingCredit() {
146
146
  textTransform: "uppercase",
147
147
  letterSpacing: "0.1em",
148
148
  color: "#737373",
149
- fontWeight: "800",
149
+ fontWeight: "900",
150
150
  lineHeight: "1",
151
151
  marginBottom: "4px"
152
152
  },
package/dist/index.mjs CHANGED
@@ -117,7 +117,7 @@ function CraftingCredit() {
117
117
  textTransform: "uppercase",
118
118
  letterSpacing: "0.1em",
119
119
  color: "#737373",
120
- fontWeight: "800",
120
+ fontWeight: "900",
121
121
  lineHeight: "1",
122
122
  marginBottom: "4px"
123
123
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thoughthub/hq",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "ThoughtHub Credit",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",