@thoughthub/hq 1.1.6 → 1.1.7

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
@@ -55,6 +55,7 @@ function CraftingCredit() {
55
55
  .font-roxborough {
56
56
  font-family: 'RoxboroughCF', serif !important;
57
57
  font-weight: 700 !important;
58
+ text-shadow: 0.4px 0 0 currentColor, -0.1px 0 0 currentColor;
58
59
  -webkit-font-smoothing: antialiased;
59
60
  -moz-osx-font-smoothing: grayscale;
60
61
  }
@@ -66,6 +67,7 @@ function CraftingCredit() {
66
67
  position: relative;
67
68
  cursor: pointer;
68
69
  transition: transform 500ms;
70
+ text-decoration: none;
69
71
  }
70
72
 
71
73
  .th-credit-group:hover {
@@ -90,7 +92,7 @@ function CraftingCredit() {
90
92
  }
91
93
 
92
94
  @media (min-width: 640px) {
93
- .th-credit-text-responsive {
95
+ .th-credit-group {
94
96
  font-size: 0.875rem !important;
95
97
  }
96
98
  }
@@ -105,7 +107,7 @@ function CraftingCredit() {
105
107
  children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
106
108
  "div",
107
109
  {
108
- className: "th-credit-group th-credit-text-responsive",
110
+ className: "th-credit-group",
109
111
  style: {
110
112
  fontSize: "0.75rem",
111
113
  letterSpacing: "-0.025em"
@@ -118,9 +120,9 @@ function CraftingCredit() {
118
120
  paddingRight: "1rem",
119
121
  borderRight: "1px solid #e5e5e5",
120
122
  flexShrink: 0,
121
- transition: "border-color 300ms",
122
123
  display: "flex",
123
- alignItems: "center"
124
+ alignItems: "center",
125
+ transition: "border-color 300ms"
124
126
  },
125
127
  children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
126
128
  "img",
@@ -144,7 +146,7 @@ function CraftingCredit() {
144
146
  textTransform: "uppercase",
145
147
  letterSpacing: "0.1em",
146
148
  color: "#737373",
147
- fontWeight: "700",
149
+ fontWeight: "800",
148
150
  lineHeight: "1",
149
151
  marginBottom: "4px"
150
152
  },
@@ -158,8 +160,7 @@ function CraftingCredit() {
158
160
  style: {
159
161
  fontSize: "1.125rem",
160
162
  color: "#e7eacd",
161
- lineHeight: "1",
162
- fontWeight: "700"
163
+ lineHeight: "1.2"
163
164
  },
164
165
  children: "ThoughtHub"
165
166
  }
package/dist/index.mjs CHANGED
@@ -26,6 +26,7 @@ function CraftingCredit() {
26
26
  .font-roxborough {
27
27
  font-family: 'RoxboroughCF', serif !important;
28
28
  font-weight: 700 !important;
29
+ text-shadow: 0.4px 0 0 currentColor, -0.1px 0 0 currentColor;
29
30
  -webkit-font-smoothing: antialiased;
30
31
  -moz-osx-font-smoothing: grayscale;
31
32
  }
@@ -37,6 +38,7 @@ function CraftingCredit() {
37
38
  position: relative;
38
39
  cursor: pointer;
39
40
  transition: transform 500ms;
41
+ text-decoration: none;
40
42
  }
41
43
 
42
44
  .th-credit-group:hover {
@@ -61,7 +63,7 @@ function CraftingCredit() {
61
63
  }
62
64
 
63
65
  @media (min-width: 640px) {
64
- .th-credit-text-responsive {
66
+ .th-credit-group {
65
67
  font-size: 0.875rem !important;
66
68
  }
67
69
  }
@@ -76,7 +78,7 @@ function CraftingCredit() {
76
78
  children: /* @__PURE__ */ jsxs(
77
79
  "div",
78
80
  {
79
- className: "th-credit-group th-credit-text-responsive",
81
+ className: "th-credit-group",
80
82
  style: {
81
83
  fontSize: "0.75rem",
82
84
  letterSpacing: "-0.025em"
@@ -89,9 +91,9 @@ function CraftingCredit() {
89
91
  paddingRight: "1rem",
90
92
  borderRight: "1px solid #e5e5e5",
91
93
  flexShrink: 0,
92
- transition: "border-color 300ms",
93
94
  display: "flex",
94
- alignItems: "center"
95
+ alignItems: "center",
96
+ transition: "border-color 300ms"
95
97
  },
96
98
  children: /* @__PURE__ */ jsx(
97
99
  "img",
@@ -115,7 +117,7 @@ function CraftingCredit() {
115
117
  textTransform: "uppercase",
116
118
  letterSpacing: "0.1em",
117
119
  color: "#737373",
118
- fontWeight: "700",
120
+ fontWeight: "800",
119
121
  lineHeight: "1",
120
122
  marginBottom: "4px"
121
123
  },
@@ -129,8 +131,7 @@ function CraftingCredit() {
129
131
  style: {
130
132
  fontSize: "1.125rem",
131
133
  color: "#e7eacd",
132
- lineHeight: "1",
133
- fontWeight: "700"
134
+ lineHeight: "1.2"
134
135
  },
135
136
  children: "ThoughtHub"
136
137
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thoughthub/hq",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "ThoughtHub Credit",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",