@axos-web-dev/shared-components 0.0.122 → 0.0.123

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.
@@ -270,7 +270,7 @@ ul:empty {
270
270
  font-family: var(--header-font-family);
271
271
  font-weight: 600;
272
272
  font-size: 48px;
273
- line-height: 56px;
273
+ line-height: 64px;
274
274
  }
275
275
  article.containment {
276
276
  max-width: 800px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "0.0.122",
4
+ "version": "0.0.123",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",