@floegence/floe-webapp-core 0.46.0 → 0.46.2

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.
@@ -2066,26 +2066,6 @@
2066
2066
  filter: drop-shadow(0 2px 6px rgb(0 0 0 / 0.12));
2067
2067
  }
2068
2068
 
2069
- .workbench-dock__badge {
2070
- position: absolute;
2071
- top: -3px;
2072
- right: -3px;
2073
- display: inline-flex;
2074
- align-items: center;
2075
- justify-content: center;
2076
- min-width: 15px;
2077
- height: 15px;
2078
- padding: 0 4px;
2079
- border: 1px solid color-mix(in srgb, var(--background, #fff) 82%, transparent);
2080
- border-radius: 999px;
2081
- background: var(--foreground, #111);
2082
- color: var(--background, #fff);
2083
- box-shadow: 0 2px 5px rgb(0 0 0 / 0.2);
2084
- font-size: 9px;
2085
- font-weight: 750;
2086
- line-height: 1;
2087
- }
2088
-
2089
2069
  .workbench-dock__item.is-active .workbench-dock__tile {
2090
2070
  box-shadow: none;
2091
2071
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/floe-webapp-core",
3
- "version": "0.46.0",
3
+ "version": "0.46.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",