aura-ui-library 1.0.2 → 1.0.4

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/dist/index.js CHANGED
@@ -553,7 +553,6 @@ var MagneticButton = ({
553
553
 
554
554
  // src/components/Navbar/Navbar.jsx
555
555
  var import_react2 = __toESM(require("react"));
556
- Copy;
557
556
  var KEYFRAMES = `
558
557
  @import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap');
559
558
 
package/dist/index.mjs CHANGED
@@ -522,7 +522,6 @@ import React2, {
522
522
  useCallback as useCallback2,
523
523
  useReducer
524
524
  } from "react";
525
- Copy;
526
525
  var KEYFRAMES = `
527
526
  @import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap');
528
527
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aura-ui-library",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "A modern and customizable UI library for React applications.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",