minimal-shared 1.1.2 → 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.
- package/LICENSE +1 -1
- package/README.md +7 -12
- package/package.json +3 -3
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
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
|
@@ -4,27 +4,22 @@ A collection of **shared hooks** and **utility functions** used across [Minimal
|
|
|
4
4
|
|
|
5
5
|
## Hooks
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
👉 [**View all hooks →**](https://github.com/minimal-ui-kit/minimal-shared/tree/main/packages/minimal-shared/src/hooks)
|
|
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)
|
|
11
9
|
|
|
12
10
|
## Utilities
|
|
13
11
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
👉 [**View all utils →**](https://github.com/minimal-ui-kit/minimal-shared/tree/main/packages/minimal-shared/src/utils)
|
|
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)
|
|
18
14
|
|
|
19
15
|
## Changelog
|
|
20
16
|
|
|
21
|
-
[**
|
|
17
|
+
The [**changelog**](https://github.com/minimal-ui-kit/minimal-shared/blob/main/packages/minimal-shared/CHANGELOG.md) is updated for each release.
|
|
22
18
|
|
|
23
19
|
## License
|
|
24
20
|
|
|
25
|
-
|
|
21
|
+
Licensed under the MIT License.
|
|
26
22
|
|
|
27
23
|
## About
|
|
28
24
|
|
|
29
|
-
`minimal-shared` is part of the [**Minimal UI Kit**](https://github.com/minimal-ui-kit) ecosystem,
|
|
30
|
-
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.
|
|
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-
|
|
70
|
-
"internal-
|
|
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"
|