@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 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.0",
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.0"
23
+ "@notty/types": "0.2.1"
24
24
  },
25
25
  "devDependencies": {
26
26
  "tsup": "^8.3.0",
package/dist/index.d.mts DELETED
@@ -1,7 +0,0 @@
1
- /**
2
- * @acms/theme-api
3
- * Theme SDK for ACms
4
- */
5
- declare const THEME_API_VERSION = "0.1.0";
6
-
7
- export { THEME_API_VERSION };
package/dist/index.mjs DELETED
@@ -1,5 +0,0 @@
1
- // src/index.ts
2
- var THEME_API_VERSION = "0.1.0";
3
- export {
4
- THEME_API_VERSION
5
- };