@homlista-devs/ui 1.5.0 → 1.6.0

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.
Files changed (2) hide show
  1. package/dist/index.css +0 -3
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -2260,9 +2260,6 @@
2260
2260
  }
2261
2261
  }
2262
2262
  }
2263
- @import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&family=Inter:wght@400;600;700&display=swap');
2264
- @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
2265
- @import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
2266
2263
  :root {
2267
2264
  --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
2268
2265
  --font-heading: var(--font-sans);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homlista-devs/ui",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "main": "./dist/design-system.cjs.js",
5
5
  "module": "./dist/design-system.es.js",
6
6
  "types": "./dist/types/index.d.ts",