bge-ui 1.3.7 → 1.3.8

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
@@ -906,6 +906,8 @@ to {
906
906
  display: flex;
907
907
  align-items: flex-start;
908
908
  position: relative;
909
+ }
910
+ .bge-tabs.bge-tabs__pills-elevated {
909
911
  background: var(--bg-opacity);
910
912
  border-radius: var(--radius-small, 4px);
911
913
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bge-ui",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -98,11 +98,12 @@ onMounted(() => {
98
98
  display: flex;
99
99
  align-items: flex-start;
100
100
  position: relative;
101
- background: var(--bg-opacity);
102
- border-radius: var(--radius-small, 4px);
103
101
  }
104
102
  }
105
103
  &.bge-tabs__pills-elevated {
104
+ background: var(--bg-opacity);
105
+ border-radius: var(--radius-small, 4px);
106
+
106
107
  .bge-tabs__panes {
107
108
  .bge-tab__pane {
108
109
  padding: 6px 12px;