@fgv/ts-app-shell 5.1.0-6 → 5.1.0-7
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.
|
@@ -122,7 +122,7 @@ function CollectionRow(props) {
|
|
|
122
122
|
React.createElement(ShieldExclamationIcon, { className: "w-4 h-4" })))),
|
|
123
123
|
React.createElement("span", { className: "flex-1 truncate", title: displayName }, displayName),
|
|
124
124
|
React.createElement("span", { className: "shrink-0 text-xs text-muted" }, collection.itemCount)),
|
|
125
|
-
React.createElement("div", { className: "flex items-center gap-1 mt-1" },
|
|
125
|
+
React.createElement("div", { className: "flex items-center gap-1 mt-1 ml-[24px]" },
|
|
126
126
|
collection.isMutable && onExport && (React.createElement("button", { onClick: (e) => {
|
|
127
127
|
e.stopPropagation();
|
|
128
128
|
onExport(collection.id);
|
|
@@ -158,7 +158,7 @@ function CollectionRow(props) {
|
|
|
158
158
|
react_1.default.createElement(solid_1.ShieldExclamationIcon, { className: "w-4 h-4" })))),
|
|
159
159
|
react_1.default.createElement("span", { className: "flex-1 truncate", title: displayName }, displayName),
|
|
160
160
|
react_1.default.createElement("span", { className: "shrink-0 text-xs text-muted" }, collection.itemCount)),
|
|
161
|
-
react_1.default.createElement("div", { className: "flex items-center gap-1 mt-1" },
|
|
161
|
+
react_1.default.createElement("div", { className: "flex items-center gap-1 mt-1 ml-[24px]" },
|
|
162
162
|
collection.isMutable && onExport && (react_1.default.createElement("button", { onClick: (e) => {
|
|
163
163
|
e.stopPropagation();
|
|
164
164
|
onExport(collection.id);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fgv/ts-app-shell",
|
|
3
|
-
"version": "5.1.0-
|
|
3
|
+
"version": "5.1.0-7",
|
|
4
4
|
"description": "Shared React UI primitives for application shells: column cascade, sidebar, toast/log messages, command palette, keybinding registry",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@heroicons/react": "~2.2.0",
|
|
19
19
|
"tslib": "^2.8.1",
|
|
20
|
-
"@fgv/ts-utils": "5.1.0-
|
|
21
|
-
"@fgv/ts-extras": "5.1.0-
|
|
20
|
+
"@fgv/ts-utils": "5.1.0-7",
|
|
21
|
+
"@fgv/ts-extras": "5.1.0-7"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"react": ">=18.0.0",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"@rushstack/heft-jest-plugin": "1.2.6",
|
|
52
52
|
"@testing-library/dom": "^10.4.0",
|
|
53
53
|
"@rushstack/heft-node-rig": "2.11.27",
|
|
54
|
-
"@fgv/heft-dual-rig": "5.1.0-
|
|
55
|
-
"@fgv/ts-utils-jest": "5.1.0-
|
|
54
|
+
"@fgv/heft-dual-rig": "5.1.0-7",
|
|
55
|
+
"@fgv/ts-utils-jest": "5.1.0-7"
|
|
56
56
|
},
|
|
57
57
|
"exports": {
|
|
58
58
|
".": {
|