@xh/hoist 71.0.0-SNAPSHOT.1736198397776 → 71.0.0-SNAPSHOT.1736200636969
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.
|
@@ -128,7 +128,7 @@ const formButtons = hoistCmp.factory<ViewPanelModel>({
|
|
|
128
128
|
});
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
const {enableGlobal, globalDisplayName, manageGlobal,
|
|
131
|
+
const {enableGlobal, globalDisplayName, manageGlobal, globalViews} =
|
|
132
132
|
parent.viewManagerModel;
|
|
133
133
|
return vbox({
|
|
134
134
|
style: {gap: 10, alignItems: 'center'},
|
|
@@ -144,7 +144,7 @@ const formButtons = hoistCmp.factory<ViewPanelModel>({
|
|
|
144
144
|
onClick: () => parent.togglePinned([view])
|
|
145
145
|
}),
|
|
146
146
|
button({
|
|
147
|
-
text: `Promote to ${capitalize(globalDisplayName)}
|
|
147
|
+
text: `Promote to ${capitalize(globalDisplayName)}`,
|
|
148
148
|
icon: Icon.globe(),
|
|
149
149
|
width: 200,
|
|
150
150
|
outlined: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "71.0.0-SNAPSHOT.
|
|
3
|
+
"version": "71.0.0-SNAPSHOT.1736200636969",
|
|
4
4
|
"description": "Hoist add-on for building and deploying React Applications.",
|
|
5
5
|
"repository": "github:xh/hoist-react",
|
|
6
6
|
"homepage": "https://xh.io",
|