@rkosafo/cai.components 0.0.83 → 0.0.84
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.
|
@@ -199,9 +199,6 @@
|
|
|
199
199
|
type={form ? 'submit' : 'button'}
|
|
200
200
|
formnovalidate
|
|
201
201
|
class={clsx(styling.close)}
|
|
202
|
-
onclick={() => {
|
|
203
|
-
if (!form) close();
|
|
204
|
-
}}
|
|
205
202
|
/>
|
|
206
203
|
{/if}
|
|
207
204
|
{:else if header}
|
|
@@ -222,9 +219,6 @@
|
|
|
222
219
|
type={form ? 'submit' : 'button'}
|
|
223
220
|
formnovalidate
|
|
224
221
|
class={closeCls({ class: clsx(theme?.close, styling.close) })}
|
|
225
|
-
onclick={() => {
|
|
226
|
-
if (!form) close();
|
|
227
|
-
}}
|
|
228
222
|
/>
|
|
229
223
|
{/if}
|
|
230
224
|
{/snippet}
|