@floegence/floe-webapp-core 0.48.2 → 0.48.4

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.
@@ -264,10 +264,6 @@
264
264
  border-color: rgba(255, 255, 255, 0.1);
265
265
  }
266
266
 
267
- .workbench-surface[data-workbench-theme='vibrancy'] .workbench-dock {
268
- border-radius: 20px;
269
- }
270
-
271
267
  .workbench-surface[data-workbench-theme='vibrancy'] .workbench-dock__tile {
272
268
  background: rgba(255, 255, 255, 0.42);
273
269
  border-color: rgba(255, 255, 255, 0.26);
@@ -468,7 +464,6 @@
468
464
  border-right: 0;
469
465
  border-bottom: 0;
470
466
  border-left: 0;
471
- border-radius: 0;
472
467
  }
473
468
 
474
469
  .workbench-surface[data-workbench-theme='mica'] .workbench-dock__tile {
@@ -659,7 +654,6 @@
659
654
  }
660
655
 
661
656
  .workbench-surface[data-workbench-theme='midnight'] .workbench-dock {
662
- border-radius: 12px;
663
657
  gap: 6px;
664
658
  padding: 6px 10px;
665
659
  }
@@ -876,7 +870,6 @@
876
870
  }
877
871
 
878
872
  .workbench-surface[data-workbench-theme='aurora'] .workbench-dock {
879
- border-radius: 22px;
880
873
  padding: 8px 14px;
881
874
  }
882
875
 
@@ -1071,7 +1064,6 @@
1071
1064
  align-items: center;
1072
1065
  gap: 4px;
1073
1066
  padding: 6px 10px;
1074
- border-radius: 6px;
1075
1067
  }
1076
1068
 
1077
1069
  .workbench-surface[data-workbench-theme='terminal'] .workbench-dock::after {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/floe-webapp-core",
3
- "version": "0.48.2",
3
+ "version": "0.48.4",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",