@kumori/aurora-wui-components 0.0.214 → 0.0.215
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
|
@@ -7117,7 +7117,7 @@ var DeployModalHeader = class DeployModalHeader extends LitElement {
|
|
|
7117
7117
|
<div
|
|
7118
7118
|
class="w-full h-full box-border pt-4 pr-4 pb-3.5 pl-5 border-b border-solid border-(--axebow-light-gray) flex items-start justify-between gap-4 overflow-hidden"
|
|
7119
7119
|
>
|
|
7120
|
-
<div class="flex-1 min-w-0
|
|
7120
|
+
<div class="flex-1 min-w-0">
|
|
7121
7121
|
<slot></slot>
|
|
7122
7122
|
</div>
|
|
7123
7123
|
<div class="w-6 h-6 shrink-0 flex items-center justify-center cursor-pointer" @click=${this._onClose}>
|