@floegence/floe-webapp-core 0.45.0 → 0.46.1

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.
@@ -2042,6 +2042,7 @@
2042
2042
  }
2043
2043
 
2044
2044
  .workbench-dock__tile {
2045
+ position: relative;
2045
2046
  display: inline-flex;
2046
2047
  align-items: center;
2047
2048
  justify-content: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/floe-webapp-core",
3
- "version": "0.45.0",
3
+ "version": "0.46.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",