aural-ui 2.1.9 → 2.1.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.
@@ -318,6 +318,7 @@
318
318
  /* Font Family */
319
319
  --font-fm-text: "Lab Grotesque";
320
320
  --font-fm-brand: "PP Supply Sans";
321
+ --font-fm-toons: "Nunito";
321
322
 
322
323
  /** animations */
323
324
  --animate-fm-zoomIn: zoomIn 0.5s ease 0s 1 normal both;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aural-ui",
3
- "version": "2.1.9",
3
+ "version": "2.1.11",
4
4
  "description": "A modern CLI toolkit for seamlessly integrating customizable UI components into React project. Quickly scaffold, add, and manage production-ready components with minimal configuration.",
5
5
  "publishConfig": {
6
6
  "access": "public"