@kreftforeningen/web-react 1.0.14 → 1.0.20

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/main.es.js CHANGED
@@ -42874,6 +42874,7 @@ export {
42874
42874
  lie as NavigationMenuTrigger,
42875
42875
  _Z as NavigationMenuViewport,
42876
42876
  NZ as Page,
42877
+ PZ as PageBlock,
42877
42878
  pie as Pagination,
42878
42879
  mie as PaginationContent,
42879
42880
  bie as PaginationEllipsis,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kreftforeningen/web-react",
3
- "version": "1.0.14",
3
+ "version": "1.0.20",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -17,6 +17,13 @@
17
17
  "type": "git",
18
18
  "url": "git+https://github.com/kreftforeningen/web-react.git"
19
19
  },
20
+ "scripts": {
21
+ "build": "vite build",
22
+ "dev": "vite --host 0.0.0.0 --port 3003 --clearScreen false",
23
+ "check-types": "tsc --noEmit",
24
+ "lint": "eslint src/",
25
+ "release": "npm publish --access public --no-git-checks"
26
+ },
20
27
  "dependencies": {
21
28
  "@radix-ui/react-accordion": "^1.2.12",
22
29
  "@radix-ui/react-alert-dialog": "^1.1.15",
@@ -89,11 +96,5 @@
89
96
  "url": "https://github.com/kreftforeningen/web-react/issues"
90
97
  },
91
98
  "homepage": "https://github.com/kreftforeningen/web-react#readme",
92
- "scripts": {
93
- "build": "vite build",
94
- "dev": "vite --host 0.0.0.0 --port 3003 --clearScreen false",
95
- "check-types": "tsc --noEmit",
96
- "lint": "eslint src/",
97
- "release": "pnpm publish --access public --no-git-checks"
98
- }
99
- }
99
+ "packageManager": "pnpm@10.23.0"
100
+ }