@nikitph/flux-ui 0.1.0 → 0.3.1

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +8 -6
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 CREDIT IQ
3
+ Copyright (c) 2026 nikitph
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -301,7 +301,7 @@ npm run preview
301
301
 
302
302
  ## License
303
303
 
304
- MIT © FLUX UI
304
+ MIT © nikitph
305
305
 
306
306
  ---
307
307
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nikitph/flux-ui",
3
- "version": "0.1.0",
3
+ "version": "0.3.1",
4
4
  "type": "module",
5
5
  "description": "A motion-first, physics-based React component library. 40 composable primitives that turn animation from a feature into a language.",
6
6
  "keywords": [
@@ -20,13 +20,13 @@
20
20
  "streaming",
21
21
  "accessible"
22
22
  ],
23
- "author": "CREDIT IQ",
23
+ "author": "nikitph",
24
24
  "license": "MIT",
25
25
  "repository": {
26
26
  "type": "git",
27
- "url": "https://github.com/credit-iq/flux-ui"
27
+ "url": "https://github.com/nikitph/flux-ui"
28
28
  },
29
- "homepage": "https://github.com/credit-iq/flux-ui#readme",
29
+ "homepage": "https://nikitph.github.io/flux-ui/",
30
30
  "main": "./dist/index.js",
31
31
  "module": "./dist/index.js",
32
32
  "types": "./dist/index.d.ts",
@@ -61,10 +61,12 @@
61
61
  "clsx": "^2.1.1",
62
62
  "tailwind-merge": "^3.5.0"
63
63
  },
64
- "devDependencies": {
64
+ "optionalDependencies": {
65
65
  "@esbuild/linux-arm64": "^0.27.3",
66
+ "@rollup/rollup-linux-arm64-gnu": "^4.58.0"
67
+ },
68
+ "devDependencies": {
66
69
  "@eslint/js": "^9.39.1",
67
- "@rollup/rollup-linux-arm64-gnu": "^4.58.0",
68
70
  "@tailwindcss/vite": "^4.2.0",
69
71
  "@types/node": "^24.10.1",
70
72
  "@types/react": "^19.2.7",