@kumori/aurora-wui-components 0.0.184 → 0.0.185

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/index.js CHANGED
@@ -5571,7 +5571,7 @@ var AxebowTabSelector = class AxebowTabSelector extends LitElement {
5571
5571
  </div>
5572
5572
 
5573
5573
  <div
5574
- class="w-full min-h-35 bg-white rounded-b-xl rounded-tr-xl box-border ${this._activeTab !== 0 ? "rounded-tl-xl" : ""}"
5574
+ class="w-full min-h-35 p-4 bg-white rounded-b-xl rounded-tr-xl box-border ${this._activeTab !== 0 ? "rounded-tl-xl" : ""}"
5575
5575
  >
5576
5576
  ${tabs.map((i) => html`
5577
5577
  <div class="${this._activeTab === i ? "block" : "hidden"}">