@tutti-os/workbench-surface 0.0.93 → 0.0.95
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/styles/workbench.css +11 -21
- package/package.json +5 -5
|
@@ -719,7 +719,6 @@
|
|
|
719
719
|
--desktop-dock-gap: 16px;
|
|
720
720
|
--desktop-dock-items-padding: 6.3px;
|
|
721
721
|
--desktop-dock-left-items-padding-block: 8px;
|
|
722
|
-
--desktop-dock-left-indicator-gutter: 8px;
|
|
723
722
|
--desktop-dock-items-padding-block-end: 8px;
|
|
724
723
|
--desktop-dock-icon-center-block-end: calc(
|
|
725
724
|
var(--desktop-dock-items-padding-block-end) +
|
|
@@ -920,14 +919,14 @@
|
|
|
920
919
|
);
|
|
921
920
|
}
|
|
922
921
|
|
|
922
|
+
/* Keep the left Dock on one icon axis; there is no leading state-indicator
|
|
923
|
+
gutter in this placement. */
|
|
923
924
|
.desktop-dock[data-dock-placement="left"] .desktop-dock__items {
|
|
924
925
|
width: var(--desktop-dock-left-viewport-size);
|
|
925
926
|
height: 100%;
|
|
926
|
-
align-items:
|
|
927
|
+
align-items: center;
|
|
927
928
|
flex-direction: column;
|
|
928
|
-
padding: var(--desktop-dock-left-items-padding-block) 0
|
|
929
|
-
var(--desktop-dock-left-items-padding-block)
|
|
930
|
-
var(--desktop-dock-left-indicator-gutter);
|
|
929
|
+
padding: var(--desktop-dock-left-items-padding-block) 0;
|
|
931
930
|
}
|
|
932
931
|
|
|
933
932
|
.desktop-dock[data-dock-placement="left"][data-scroll-overflow="true"]
|
|
@@ -1058,10 +1057,7 @@
|
|
|
1058
1057
|
}
|
|
1059
1058
|
|
|
1060
1059
|
.desktop-dock[data-dock-placement="left"] .desktop-dock__scroll-button {
|
|
1061
|
-
left:
|
|
1062
|
-
var(--desktop-dock-left-indicator-gutter) +
|
|
1063
|
-
var(--desktop-dock-icon-half-size)
|
|
1064
|
-
);
|
|
1060
|
+
left: 50%;
|
|
1065
1061
|
transform: translateX(-50%) scale(0.94);
|
|
1066
1062
|
}
|
|
1067
1063
|
|
|
@@ -1144,7 +1140,7 @@
|
|
|
1144
1140
|
|
|
1145
1141
|
.desktop-dock[data-dock-placement="left"] .desktop-dock__slot {
|
|
1146
1142
|
align-items: center;
|
|
1147
|
-
justify-content:
|
|
1143
|
+
justify-content: center;
|
|
1148
1144
|
}
|
|
1149
1145
|
|
|
1150
1146
|
.desktop-dock__slot[data-presence="entering"],
|
|
@@ -1325,8 +1321,8 @@
|
|
|
1325
1321
|
.desktop-dock[data-dock-placement="left"] .desktop-dock__separator {
|
|
1326
1322
|
width: var(--desktop-dock-separator-length);
|
|
1327
1323
|
height: 1px;
|
|
1328
|
-
align-self:
|
|
1329
|
-
margin: 4px 0
|
|
1324
|
+
align-self: center;
|
|
1325
|
+
margin: 4px 0;
|
|
1330
1326
|
}
|
|
1331
1327
|
|
|
1332
1328
|
.desktop-dock__slot[data-node-state="open"]::before,
|
|
@@ -1356,15 +1352,9 @@
|
|
|
1356
1352
|
box-shadow: 0 0 0 0.5px rgb(255 255 255 / 58%);
|
|
1357
1353
|
}
|
|
1358
1354
|
|
|
1359
|
-
.desktop-dock[data-dock-placement="left"]
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
.desktop-dock__slot[data-node-state="minimized"]::before {
|
|
1363
|
-
top: 50%;
|
|
1364
|
-
right: auto;
|
|
1365
|
-
bottom: auto;
|
|
1366
|
-
left: calc(var(--desktop-dock-indicator-offset) - 2px);
|
|
1367
|
-
transform: translateY(-50%);
|
|
1355
|
+
.desktop-dock[data-dock-placement="left"] .desktop-dock__slot::before {
|
|
1356
|
+
content: none !important;
|
|
1357
|
+
display: none !important;
|
|
1368
1358
|
}
|
|
1369
1359
|
|
|
1370
1360
|
.desktop-dock__btn {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tutti-os/workbench-surface",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.95",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"@tutti-os/config-tsconfig": "0.0.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
38
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
39
|
-
"@tutti-os/workbench-snapshot": "0.0.
|
|
40
|
-
"@tutti-os/ui-system": "0.0.
|
|
37
|
+
"@tutti-os/ui-i18n-runtime": "0.0.95",
|
|
38
|
+
"@tutti-os/ui-react-hooks": "0.0.95",
|
|
39
|
+
"@tutti-os/workbench-snapshot": "0.0.95",
|
|
40
|
+
"@tutti-os/ui-system": "0.0.95"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"react": "^19.1.0",
|