@hellobetterdigitalnz/selwynui 0.0.1-215 → 0.0.1-217

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hellobetterdigitalnz/selwynui",
3
- "version": "0.0.1-215",
3
+ "version": "0.0.1-217",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",
@@ -8,7 +8,7 @@
8
8
  "files": [
9
9
  "dist",
10
10
  "src/Components/**/*"
11
- ],
11
+ ],
12
12
  "publishConfig": {
13
13
  "access": "public"
14
14
  },
@@ -164,10 +164,10 @@
164
164
 
165
165
  .content{
166
166
  .title h4{
167
- font-size: 32px;
167
+ font-size: var(--font-size-h4);
168
+ letter-spacing: var(--letter-spacing-h3);
168
169
  line-height: 1;
169
170
  font-weight: 400;
170
- letter-spacing: -1.28px;
171
171
  }
172
172
 
173
173
  .desc{
@@ -284,6 +284,13 @@
284
284
  padding-bottom: 32px;
285
285
  padding-right: 0px;
286
286
 
287
+ .title {
288
+ h3 {
289
+ font-size: var(--font-size-h3);
290
+ letter-spacing: var(--letter-spacing-h3);
291
+ }
292
+ }
293
+
287
294
  .contentWrapper{
288
295
  width: 100%;
289
296
  }