@commandcenterio/convert-ui 0.0.5 → 0.0.6

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.js +2 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -201,8 +201,8 @@ var AnimateBorder = ({
201
201
  // src/AnimatedHeader/AnimatedHeader.tsx
202
202
  var import_react3 = require("@gsap/react");
203
203
  var import_gsap = require("gsap");
204
- var import_ScrollTrigger = require("gsap/ScrollTrigger");
205
- var import_TextPlugin = require("gsap/TextPlugin");
204
+ var import_ScrollTrigger = require("gsap/dist/ScrollTrigger");
205
+ var import_TextPlugin = require("gsap/dist/TextPlugin");
206
206
  var import_jsx_runtime3 = require("react/jsx-runtime");
207
207
  import_gsap.gsap.registerPlugin(import_TextPlugin.TextPlugin, import_ScrollTrigger.ScrollTrigger);
208
208
  var AnimatedHeader = function({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commandcenterio/convert-ui",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -16,8 +16,8 @@
16
16
  "react": "^18.2.0",
17
17
  "tsup": "^8.0.1",
18
18
  "typescript": "^5.3.3",
19
- "@repo/eslint-config": "0.0.0",
20
- "@repo/typescript-config": "0.0.0"
19
+ "@repo/typescript-config": "0.0.0",
20
+ "@repo/eslint-config": "0.0.0"
21
21
  },
22
22
  "publishConfig": {
23
23
  "access": "public"