@tutti-os/workbench-surface 0.0.170 → 0.0.172
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.
|
@@ -2104,7 +2104,6 @@ body[data-desktop-dock-minimized-stack-open="true"] .desktop-dock {
|
|
|
2104
2104
|
overflow: visible;
|
|
2105
2105
|
border-width: 2px;
|
|
2106
2106
|
border-radius: 12px;
|
|
2107
|
-
-webkit-backdrop-filter: blur(40px);
|
|
2108
2107
|
backdrop-filter: blur(40px);
|
|
2109
2108
|
box-shadow: none;
|
|
2110
2109
|
pointer-events: auto;
|
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.172",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"@tutti-os/config-tsconfig": "0.0.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
40
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
41
|
-
"@tutti-os/workbench-snapshot": "0.0.
|
|
42
|
-
"@tutti-os/ui-system": "0.0.
|
|
39
|
+
"@tutti-os/ui-i18n-runtime": "0.0.172",
|
|
40
|
+
"@tutti-os/ui-react-hooks": "0.0.172",
|
|
41
|
+
"@tutti-os/workbench-snapshot": "0.0.172",
|
|
42
|
+
"@tutti-os/ui-system": "0.0.172"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": "^19.1.0",
|