@notty/theme-api 0.2.0 → 0.2.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.
- package/README.md +17 -0
- package/package.json +2 -2
- package/dist/index.d.mts +0 -7
- package/dist/index.mjs +0 -5
package/README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# @notty/theme-api
|
|
2
|
+
|
|
3
|
+
Theme API for customizing Notty CMS admin panel appearance.
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install @notty/theme-api
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## License
|
|
12
|
+
|
|
13
|
+
MIT
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
Part of [Notty CMS](https://github.com/anv-pro/notty)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@notty/theme-api",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Notty Theme SDK for building themes",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"access": "restricted"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@notty/types": "0.2.
|
|
23
|
+
"@notty/types": "0.2.1"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"tsup": "^8.3.0",
|
package/dist/index.d.mts
DELETED