@realiizlabs/admin 0.14.1 → 0.15.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.
@@ -0,0 +1,3 @@
1
+ declare const ADMIN_VERSION: string;
2
+
3
+ export { ADMIN_VERSION as A };
@@ -0,0 +1,3 @@
1
+ declare const ADMIN_VERSION: string;
2
+
3
+ export { ADMIN_VERSION as A };
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@realiizlabs/admin",
3
- "version": "0.14.1",
4
- "description": "Reusable component library for Realiiz client websites.",
5
- "license": "UNLICENSED",
3
+ "version": "0.15.1",
4
+ "description": "Realiiz Studio the publishing dashboard for websites built on site-starter-pro.",
5
+ "releaseNotes": "The Studio pill now follows you as you move around the site: Edit this page appears the moment you open a post or event and steps aside on other pages, no reload needed.",
6
+ "license": "SEE LICENSE IN LICENSE",
6
7
  "type": "module",
7
8
  "main": "./dist/index.cjs",
8
9
  "module": "./dist/index.js",
@@ -62,11 +63,17 @@
62
63
  "types": "./dist/studio-ui/index.d.ts",
63
64
  "import": "./dist/studio-ui/index.js",
64
65
  "require": "./dist/studio-ui/index.cjs"
66
+ },
67
+ "./bar": {
68
+ "types": "./dist/bar/index.d.ts",
69
+ "import": "./dist/bar/index.js",
70
+ "require": "./dist/bar/index.cjs"
65
71
  }
66
72
  },
67
73
  "sideEffects": false,
68
74
  "files": [
69
- "dist"
75
+ "dist",
76
+ "LICENSE"
70
77
  ],
71
78
  "scripts": {
72
79
  "build": "tsup",
@@ -126,6 +133,6 @@
126
133
  "zod": "^4.5.4"
127
134
  },
128
135
  "publishConfig": {
129
- "access": "restricted"
136
+ "access": "public"
130
137
  }
131
138
  }