@floegence/floe-webapp-core 0.50.3 → 0.50.5

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.
@@ -1085,10 +1085,6 @@
1085
1085
  outline: none;
1086
1086
  }
1087
1087
 
1088
- .workbench-text-annotation__size-input:focus {
1089
- box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--primary, #3b82f6) 18%, transparent);
1090
- }
1091
-
1092
1088
  .workbench-sticky {
1093
1089
  --workbench-sticky-accent: #d8b25a;
1094
1090
  --workbench-sticky-surface: #fff2bd;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/floe-webapp-core",
3
- "version": "0.50.3",
3
+ "version": "0.50.5",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",