@floegence/floe-webapp-core 0.36.27 → 0.36.28

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.
@@ -648,6 +648,21 @@
648
648
  text-align: left;
649
649
  }
650
650
 
651
+ .workbench-context-menu__icon {
652
+ display: inline-flex;
653
+ align-items: center;
654
+ justify-content: center;
655
+ width: 14px;
656
+ height: 14px;
657
+ flex-shrink: 0;
658
+ }
659
+
660
+ .workbench-context-menu__icon-svg {
661
+ width: 14px;
662
+ height: 14px;
663
+ flex-shrink: 0;
664
+ }
665
+
651
666
  .workbench-context-menu__item:hover {
652
667
  background: var(--accent, #f2f2f2);
653
668
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/floe-webapp-core",
3
- "version": "0.36.27",
3
+ "version": "0.36.28",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",