@realiizlabs/admin 0.15.4 → 0.15.5
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/shell/index.cjs +31 -14
- package/dist/shell/index.cjs.map +1 -1
- package/dist/shell/index.d.cts +1 -1
- package/dist/shell/index.d.ts +1 -1
- package/dist/shell/index.js +31 -14
- 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 +132 -57
- package/dist/studio-ui/index.cjs.map +1 -1
- package/dist/studio-ui/index.d.cts +16 -4
- package/dist/studio-ui/index.d.ts +16 -4
- package/dist/studio-ui/index.js +131 -58
- 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.5",
|
|
4
4
|
"description": "Realiiz Studio — the publishing dashboard for websites built on site-starter-pro.",
|
|
5
|
-
"releaseNotes": "
|
|
5
|
+
"releaseNotes": "Pressing Update now shows a tracker that stays put — Updated, then Live — through the two-minute rebuild, survives a reload, and offers a Reload Studio button the moment the new version is running. Before, the tracker vanished as soon as the update was accepted, which looked like nothing had happened. Settings → Studio shows the same tracker and its Help center link now looks like one. On phones, the menu is now a bar of icons along the bottom of the screen, and content lists show each item as a readable card instead of a squeezed table.",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "./dist/index.cjs",
|