naria-ui 0.1.62 → 0.2.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.
@@ -0,0 +1,3 @@
1
+ export declare const removeNavigation: () => void;
2
+ export declare const addNavigation: (state: string) => void;
3
+ export declare const onHashChanges: (state: string) => boolean;
package/package.json CHANGED
@@ -1,22 +1,21 @@
1
1
  {
2
2
  "name": "naria-ui",
3
3
  "author": {
4
- "email": "phoneticem@gmail.com",
5
- "name": "Mohammad Mehdi Mohammadi",
4
+ "email": "",
5
+ "name": "",
6
6
  "url": ""
7
7
  },
8
- "version": "0.1.62",
8
+ "version": "0.2.0",
9
9
  "type": "module",
10
- "main": "./dist/naria-ui.cjs.js",
11
- "module": "./dist/naria-ui.es.js",
12
- "types": "./dist/index.d.ts",
10
+ "main": "dist/naria-ui.cjs.js",
11
+ "module": "dist/naria-ui.es.js",
12
+ "types": "dist/index.d.ts",
13
13
  "exports": {
14
14
  ".": {
15
15
  "types": "./dist/index.d.ts",
16
16
  "import": "./dist/naria-ui.es.js",
17
17
  "require": "./dist/naria-ui.cjs.js"
18
- },
19
- "./*": "./*"
18
+ }
20
19
  },
21
20
  "files": [
22
21
  "dist"
@@ -26,11 +25,9 @@
26
25
  },
27
26
  "scripts": {
28
27
  "dev": "vite",
29
- "build": "vite build",
30
- "tsc": "tsc -p tsconfig.build.json",
28
+ "build": "tsc -p tsconfig.build.json && vite build",
31
29
  "lint": "eslint .",
32
- "preview": "vite preview",
33
- "sass-prod": "sass --no-source-map --style=compressed public"
30
+ "preview": "vite preview"
34
31
  },
35
32
  "dependencies": {
36
33
  "vite-plugin-svgr": "^4.5.0"
@@ -40,22 +37,22 @@
40
37
  "react-dom": "^19.1.0"
41
38
  },
42
39
  "devDependencies": {
43
- "@eslint/js": "^9.38.0",
44
- "@types/react": "^19.2.2",
45
- "@types/react-dom": "^19.2.2",
46
- "@vitejs/plugin-react": "^5.0.4",
47
- "@vitest/browser": "^3.2.4",
48
- "@vitest/coverage-v8": "^3.2.4",
49
- "eslint": "^9.38.0",
50
- "eslint-plugin-react-hooks": "^7.0.0",
51
- "eslint-plugin-react-refresh": "^0.4.24",
52
- "globals": "^16.4.0",
53
- "playwright": "^1.56.1",
40
+ "@eslint/js": "^9.25.0",
41
+ "@types/react": "^19.1.2",
42
+ "@types/react-dom": "^19.1.2",
43
+ "@vitejs/plugin-react": "^4.4.1",
44
+ "@vitest/browser": "^3.1.4",
45
+ "@vitest/coverage-v8": "^3.1.4",
46
+ "eslint": "^9.25.0",
47
+ "eslint-plugin-react-hooks": "^5.2.0",
48
+ "eslint-plugin-react-refresh": "^0.4.19",
49
+ "globals": "^16.0.0",
50
+ "playwright": "^1.52.0",
54
51
  "sass": "^1.93.2",
55
- "typescript": "~5.9.3",
56
- "typescript-eslint": "^8.46.1",
57
- "vite": "^7.1.10",
52
+ "typescript": "~5.8.3",
53
+ "typescript-eslint": "^8.30.1",
54
+ "vite": "^6.3.5",
58
55
  "vite-plugin-dts": "^4.5.4",
59
- "vitest": "^3.2.4"
56
+ "vitest": "^3.1.4"
60
57
  }
61
58
  }
File without changes