antd-solid 0.0.31 → 0.0.32
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.esm.js +2 -2
- package/dist/index.umd.js +1 -1
- package/es/Modal/useModal.js +1 -1
- package/es/Modal/warning.d.ts +1 -1
- package/es/Modal/warning.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1270,7 +1270,7 @@ function createTransition(target, when, props = {}) {
|
|
|
1270
1270
|
}));
|
|
1271
1271
|
}
|
|
1272
1272
|
|
|
1273
|
-
var _tmpl$$L = /*#__PURE__*/template(`<div class="flex items-center gap-12px"><span class="i-ant-design:exclamation-circle text-22px text-[var(--ant-color-warning)]">`),
|
|
1273
|
+
var _tmpl$$L = /*#__PURE__*/template(`<div class="flex items-center gap-12px"><span class="i-ant-design:exclamation-circle text-22px text-[var(--ant-color-warning)] shrink-0">`),
|
|
1274
1274
|
_tmpl$2$t = /*#__PURE__*/template(`<div class=ml-34px>`);
|
|
1275
1275
|
function useModal() {
|
|
1276
1276
|
const [open, setOpen] = createSignal(false);
|
|
@@ -1316,7 +1316,7 @@ function useModal() {
|
|
|
1316
1316
|
return [modal, getContextHolder];
|
|
1317
1317
|
}
|
|
1318
1318
|
|
|
1319
|
-
var _tmpl$$K = /*#__PURE__*/template(`<div class="flex items-center gap-12px"><span class="i-ant-design:exclamation-circle text-22px text-[var(--ant-color-warning)]">`),
|
|
1319
|
+
var _tmpl$$K = /*#__PURE__*/template(`<div class="flex items-center gap-12px"><span class="i-ant-design:exclamation-circle text-22px text-[var(--ant-color-warning)] shrink-0">`),
|
|
1320
1320
|
_tmpl$2$s = /*#__PURE__*/template(`<div class=ml-34px>`);
|
|
1321
1321
|
function warning$1(props) {
|
|
1322
1322
|
const div = document.createElement('div');
|