minimal-shared 1.1.1 → 1.1.3

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 +7 -22
  3. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Minimal UI ([https://minimals.cc/](https://minimals.cc/))
3
+ Copyright (c) 2025 Minimal UI ([https://minimals.cc/](https://minimals.cc/))
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
@@ -2,39 +2,24 @@
2
2
 
3
3
  A collection of **shared hooks** and **utility functions** used across [Minimal UI](https://minimals.cc/) and [Zone UI](https://zone-ui.vercel.app/).
4
4
 
5
- ---
6
-
7
5
  ## Hooks
8
6
 
9
- A collection of reusable React hooks for Minimal UI and Zone UI.
10
- You can browse the available hooks here:
11
-
12
- 👉 [**View all hooks →**](https://github.com/minimal-ui-kit/minimal-shared/tree/main/packages/minimal-shared/src/hooks)
13
-
14
- ---
7
+ Shared React hooks for Minimal UI and Zone UI.
8
+ [**Browse all hooks →**](https://github.com/minimal-ui-kit/minimal-shared/tree/main/packages/minimal-shared/src/hooks)
15
9
 
16
10
  ## Utilities
17
11
 
18
- Helper and utility functions for common frontend patterns and workflows.
19
- Explore the list of available utils:
20
-
21
- 👉 [**View all utils →**](https://github.com/minimal-ui-kit/minimal-shared/tree/main/packages/minimal-shared/src/utils)
22
-
23
- ---
12
+ Shared utilities for Minimal UI and Zone UI.
13
+ [**Browse all utils →**](https://github.com/minimal-ui-kit/minimal-shared/tree/main/packages/minimal-shared/src/utils)
24
14
 
25
15
  ## Changelog
26
16
 
27
- [**CHANGELOG.md →**](https://github.com/minimal-ui-kit/minimal-shared/blob/main/packages/minimal-shared/CHANGELOG.md)
28
-
29
- ---
17
+ The [**changelog**](https://github.com/minimal-ui-kit/minimal-shared/blob/main/packages/minimal-shared/CHANGELOG.md) is updated for each release.
30
18
 
31
19
  ## License
32
20
 
33
- This project is licensed under the **MIT License**.
34
-
35
- ---
21
+ Licensed under the MIT License.
36
22
 
37
23
  ## About
38
24
 
39
- `minimal-shared` is part of the [**Minimal UI Kit**](https://github.com/minimal-ui-kit) ecosystem,
40
- a modern UI framework built with **TypeScript**, **React**, and **Turborepo**.
25
+ `minimal-shared` is part of the [**Minimal UI Kit**](https://github.com/minimal-ui-kit) ecosystem, a modern UI framework built with **TypeScript**, **React**, and **Turborepo**.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "minimal-shared",
3
3
  "author": "Minimals",
4
- "version": "1.1.1",
4
+ "version": "1.1.3",
5
5
  "description": "Shared hooks and utils used by Minimal UI and Zone UI.",
6
6
  "keywords": [
7
7
  "typescript",
@@ -66,8 +66,8 @@
66
66
  "tsup": "^8.5.0",
67
67
  "typescript": "^5.9.2",
68
68
  "vitest": "^3.2.4",
69
- "internal-ts-config": "1.0.0",
70
- "internal-eslint-config": "1.0.0"
69
+ "internal-eslint-config": "1.0.0",
70
+ "internal-ts-config": "1.0.0"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "react": "^18.0.0 || ^19.0.0"