bge-ui 1.9.3 → 1.9.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.
package/dist/style.css CHANGED
@@ -987,6 +987,9 @@ to {
987
987
  font-weight: 500;
988
988
  line-height: 24px;
989
989
  }
990
+ .bge-tabs.bge-tabs__pills-elevated .bge-tabs__active-bar {
991
+ display: none;
992
+ }
990
993
  .bge-tabs.bge-tabs__mini .bge-tabs__panes .bge-tab__pane {
991
994
  padding: 2px 12px;
992
995
  font-size: 12px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bge-ui",
3
- "version": "1.9.3",
3
+ "version": "1.9.4",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -317,6 +317,10 @@ onMounted(() => {
317
317
  line-height: 24px;
318
318
  }
319
319
  }
320
+
321
+ .bge-tabs__active-bar {
322
+ display: none;
323
+ }
320
324
  }
321
325
 
322
326