@realiizlabs/admin 0.15.1 → 0.15.2
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/dist/{Sidebar-Dz_qJOSx.d.cts → Sidebar-Bo6ANnEY.d.cts} +3 -2
- package/dist/{Sidebar-Dz_qJOSx.d.ts → Sidebar-Bo6ANnEY.d.ts} +3 -2
- package/dist/shell/index.cjs +10 -3
- package/dist/shell/index.cjs.map +1 -1
- package/dist/shell/index.d.cts +6 -4
- package/dist/shell/index.d.ts +6 -4
- package/dist/shell/index.js +10 -3
- package/dist/shell/index.js.map +1 -1
- package/dist/studio/index.cjs +1 -1
- package/dist/studio/index.js +1 -1
- package/dist/studio-ui/index.cjs +20 -16
- package/dist/studio-ui/index.cjs.map +1 -1
- package/dist/studio-ui/index.d.cts +2 -2
- package/dist/studio-ui/index.d.ts +2 -2
- package/dist/studio-ui/index.js +20 -16
- package/dist/studio-ui/index.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@realiizlabs/admin",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.2",
|
|
4
4
|
"description": "Realiiz Studio — the publishing dashboard for websites built on site-starter-pro.",
|
|
5
|
-
"releaseNotes": "The Studio
|
|
5
|
+
"releaseNotes": "The Studio version now sits quietly at the foot of the sidebar, so you can see an update land. The update strip has a softer look, and after you press Update it explains that the version changes once the site has rebuilt.",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "./dist/index.cjs",
|