@kumori/aurora-wui-components 0.0.262 → 0.0.264
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7290,7 +7290,7 @@ var AxebowTenantResourceTable = class AxebowTenantResourceTable extends LitEleme
|
|
|
7290
7290
|
<div class="flex-1 flex items-center justify-center">
|
|
7291
7291
|
${showActionBtn ? html`<axebow-button
|
|
7292
7292
|
variant="primary"
|
|
7293
|
-
fixedWidth="
|
|
7293
|
+
fixedWidth="11.955rem"
|
|
7294
7294
|
fixedHeight="2rem"
|
|
7295
7295
|
?disabled=${actionBtnDisabled}
|
|
7296
7296
|
@click=${() => onActionBtn?.()}
|