@youngonesworks/ui 1.0.10 → 1.0.11

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.
@@ -13,6 +13,8 @@
13
13
  box-sizing: border-box;
14
14
  -ms-overflow-style: scrollbar;
15
15
  -webkit-tap-highlight-color: transparent;
16
+ -webkit-font-smoothing: antialiased;
17
+ -moz-osx-font-smoothing: grayscale;
16
18
  font-family: var(--font-family-sans);
17
19
  @apply min-h-screen overflow-y-scroll text-base text-navy-blue;
18
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youngonesworks/ui",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "A Youngones UI component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",