hanap-labs 2.1.2 → 2.1.5
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/chunks/{components-BLnpbn6k.js → components-C4M5jxHA.js} +18 -18
- package/dist/chunks/{composables-BE6lpC2t.js → composables-BQs2659z.js} +403 -403
- package/dist/components/index.js +1 -1
- package/dist/composables/index.js +2 -2
- package/dist/index.js +2015 -2015
- package/dist/toolkit.css +1 -1
- package/dist/types/composables/data/useMutation.d.ts +2 -1
- package/dist/types/composables/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1259,57 +1259,57 @@ var St = { class: "hanap-labs-theme hanap-labs-font hl-relative hl-inline-block"
|
|
|
1259
1259
|
success: {
|
|
1260
1260
|
iconName: "check",
|
|
1261
1261
|
surfaceStyle: {
|
|
1262
|
-
borderColor: "
|
|
1263
|
-
backgroundColor: "
|
|
1262
|
+
borderColor: "color-mix(in srgb, var(--hanap-labs-success) 40%, transparent)",
|
|
1263
|
+
backgroundColor: "color-mix(in srgb, var(--hanap-labs-success) 10%, var(--hanap-labs-surface))"
|
|
1264
1264
|
},
|
|
1265
|
-
iconWrapperStyle: { backgroundColor: "
|
|
1265
|
+
iconWrapperStyle: { backgroundColor: "color-mix(in srgb, var(--hanap-labs-success) 20%, var(--hanap-labs-surface))" },
|
|
1266
1266
|
iconClass: "hl-text-success",
|
|
1267
1267
|
iconSizeClass: "hl-size-6",
|
|
1268
1268
|
iconStyle: void 0,
|
|
1269
1269
|
closeButtonStyle: r,
|
|
1270
|
-
closeProgressColor: "
|
|
1270
|
+
closeProgressColor: "var(--hanap-labs-success)",
|
|
1271
1271
|
closeClass: "hl-text-slate-400 hover:hl-bg-success/8 hover:hl-text-success dark:hl-text-slate-500"
|
|
1272
1272
|
},
|
|
1273
1273
|
error: {
|
|
1274
1274
|
iconName: "x-mark",
|
|
1275
1275
|
surfaceStyle: {
|
|
1276
|
-
borderColor: "
|
|
1277
|
-
backgroundColor: "
|
|
1276
|
+
borderColor: "color-mix(in srgb, var(--hanap-labs-danger) 40%, transparent)",
|
|
1277
|
+
backgroundColor: "color-mix(in srgb, var(--hanap-labs-danger) 10%, var(--hanap-labs-surface))"
|
|
1278
1278
|
},
|
|
1279
|
-
iconWrapperStyle: { backgroundColor: "
|
|
1279
|
+
iconWrapperStyle: { backgroundColor: "color-mix(in srgb, var(--hanap-labs-danger) 20%, var(--hanap-labs-surface))" },
|
|
1280
1280
|
iconClass: "hl-text-danger",
|
|
1281
1281
|
iconSizeClass: "hl-size-6",
|
|
1282
1282
|
iconStyle: void 0,
|
|
1283
1283
|
closeButtonStyle: r,
|
|
1284
|
-
closeProgressColor: "
|
|
1284
|
+
closeProgressColor: "var(--hanap-labs-danger)",
|
|
1285
1285
|
closeClass: "hl-text-slate-400 hover:hl-bg-danger/8 hover:hl-text-danger dark:hl-text-slate-500"
|
|
1286
1286
|
},
|
|
1287
1287
|
info: {
|
|
1288
1288
|
iconName: "info-plain",
|
|
1289
1289
|
surfaceStyle: {
|
|
1290
|
-
borderColor: "
|
|
1291
|
-
backgroundColor: "
|
|
1290
|
+
borderColor: "color-mix(in srgb, var(--hanap-labs-info) 40%, transparent)",
|
|
1291
|
+
backgroundColor: "color-mix(in srgb, var(--hanap-labs-info) 10%, var(--hanap-labs-surface))"
|
|
1292
1292
|
},
|
|
1293
|
-
iconWrapperStyle: { backgroundColor: "
|
|
1293
|
+
iconWrapperStyle: { backgroundColor: "color-mix(in srgb, var(--hanap-labs-info) 20%, var(--hanap-labs-surface))" },
|
|
1294
1294
|
iconClass: "hl-text-info",
|
|
1295
1295
|
iconSizeClass: "hl-size-5",
|
|
1296
1296
|
iconStyle: void 0,
|
|
1297
1297
|
closeButtonStyle: r,
|
|
1298
|
-
closeProgressColor: "
|
|
1298
|
+
closeProgressColor: "var(--hanap-labs-info)",
|
|
1299
1299
|
closeClass: "hl-text-slate-400 hover:hl-bg-info/8 hover:hl-text-info dark:hl-text-slate-500"
|
|
1300
1300
|
},
|
|
1301
1301
|
warning: {
|
|
1302
1302
|
iconName: "alert",
|
|
1303
1303
|
surfaceStyle: {
|
|
1304
|
-
borderColor: "
|
|
1305
|
-
backgroundColor: "
|
|
1304
|
+
borderColor: "color-mix(in srgb, var(--hanap-labs-warning) 40%, transparent)",
|
|
1305
|
+
backgroundColor: "color-mix(in srgb, var(--hanap-labs-warning) 10%, var(--hanap-labs-surface))"
|
|
1306
1306
|
},
|
|
1307
|
-
iconWrapperStyle: { backgroundColor: "
|
|
1307
|
+
iconWrapperStyle: { backgroundColor: "color-mix(in srgb, var(--hanap-labs-warning) 20%, var(--hanap-labs-surface))" },
|
|
1308
1308
|
iconClass: "hl-text-warning",
|
|
1309
1309
|
iconSizeClass: "hl-size-5",
|
|
1310
1310
|
iconStyle: { transform: "translateY(-0.5px)" },
|
|
1311
1311
|
closeButtonStyle: r,
|
|
1312
|
-
closeProgressColor: "
|
|
1312
|
+
closeProgressColor: "var(--hanap-labs-warning)",
|
|
1313
1313
|
closeClass: "hl-text-slate-400 hover:hl-bg-warning/8 hover:hl-text-warning dark:hl-text-slate-500"
|
|
1314
1314
|
}
|
|
1315
1315
|
}, a = c(() => i[e.type]), o = c(() => e.durationMs > 0), s = c(() => ({
|
|
@@ -1320,7 +1320,7 @@ var St = { class: "hanap-labs-theme hanap-labs-font hl-relative hl-inline-block"
|
|
|
1320
1320
|
n("close");
|
|
1321
1321
|
};
|
|
1322
1322
|
return (t, n) => (A(), d("div", {
|
|
1323
|
-
class: "hanap-labs-theme hanap-labs-font hl-relative hl-flex hl-w-full hl-items-center hl-gap-2.5 hl-rounded-[22px] hl-border hl-border-solid hl-px-4 hl-py-5 hl-shadow-[0_18px_38px_-26px_rgba(15,23,42,0.24)]
|
|
1323
|
+
class: "hanap-labs-theme hanap-labs-font hl-relative hl-flex hl-w-full hl-items-center hl-gap-2.5 hl-rounded-[22px] hl-border hl-border-solid hl-px-4 hl-py-5 hl-shadow-[0_18px_38px_-26px_rgba(15,23,42,0.24)]",
|
|
1324
1324
|
style: E(a.value.surfaceStyle)
|
|
1325
1325
|
}, [
|
|
1326
1326
|
f("div", {
|
|
@@ -1363,7 +1363,7 @@ var St = { class: "hanap-labs-theme hanap-labs-font hl-relative hl-inline-block"
|
|
|
1363
1363
|
}, 8, ["class", "style"])])
|
|
1364
1364
|
], 4));
|
|
1365
1365
|
}
|
|
1366
|
-
}), [["__scopeId", "data-v-
|
|
1366
|
+
}), [["__scopeId", "data-v-751850ff"]]), kt = {
|
|
1367
1367
|
key: 0,
|
|
1368
1368
|
class: "hl-pointer-events-none hl-fixed hl-inset-x-0 hl-top-4 hl-z-[9999] hl-px-3 sm:hl-top-6 sm:hl-px-4"
|
|
1369
1369
|
}, At = { class: "hl-mx-auto hl-w-full hl-max-w-2xl" }, jt = { class: "hl-pointer-events-auto" }, Mt = /* @__PURE__ */ _({
|