@kumori/aurora-wui-components 0.0.264-dev4114.19 → 0.0.264-dev4114.20
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
|
@@ -8899,7 +8899,7 @@ var AxebowRoleContainerDropdown = class AxebowRoleContainerDropdown extends LitE
|
|
|
8899
8899
|
}
|
|
8900
8900
|
_renderFooter() {
|
|
8901
8901
|
return html`
|
|
8902
|
-
<div class="w-70.5 h-10.25 box-border flex items-center border border-solid border-(--axebow-gray)">
|
|
8902
|
+
<div class="w-70.5 h-10.25 box-border flex items-center border-t border-solid border-(--axebow-gray)">
|
|
8903
8903
|
<div
|
|
8904
8904
|
class="w-34.25 h-10 box-border flex items-center text-base text-(--axebow-gray) cursor-pointer"
|
|
8905
8905
|
style="padding: 0.71875rem 1.5rem 0.71875rem 1.75rem;"
|