@aitronos/freddy-plugins 0.4.63 → 0.4.64
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/CHANGELOG.md +15 -0
- package/dist/{icons-GUqeJvd4.js → icons-BDB-Z1TH.js} +3 -3
- package/dist/icons-BDB-Z1TH.js.map +1 -0
- package/dist/icons-C6z6IMHv.cjs +2 -0
- package/dist/icons-C6z6IMHv.cjs.map +1 -0
- package/dist/index.cjs +3 -3
- package/dist/index.js +182 -182
- package/package.json +1 -1
- package/dist/icons-GUqeJvd4.js.map +0 -1
- package/dist/icons-pIM8yW9O.cjs +0 -2
- package/dist/icons-pIM8yW9O.cjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## 0.4.64 (2025-12-08)
|
|
2
|
+
|
|
3
|
+
**same as commit**
|
|
4
|
+
|
|
5
|
+
### Commit Details
|
|
6
|
+
- **Commit Message:** Update confirmation modal with styles and background
|
|
7
|
+
- **Branch:** `main` (Other)
|
|
8
|
+
- **Commit Hash:** `8e9803c`
|
|
9
|
+
- **Author:** asif-mn-aitronos
|
|
10
|
+
- **Date:** 2025-12-07
|
|
11
|
+
- **Version Type:** patch
|
|
12
|
+
|
|
13
|
+
### Changes
|
|
14
|
+
- Update confirmation modal with styles and background
|
|
15
|
+
|
|
1
16
|
## 0.4.63 (2025-12-07)
|
|
2
17
|
|
|
3
18
|
**Release version with adjusted Assistant avatar updates**
|
|
@@ -1374,7 +1374,7 @@ const _ = h([]), Zo = () => ({
|
|
|
1374
1374
|
toastQueue: M,
|
|
1375
1375
|
addToast: E5,
|
|
1376
1376
|
hasToasts: j5
|
|
1377
|
-
}), H5 = { class: "fixed z-[9998] top-0 left-0 w-full h-full bg-modalBackgroundBlur flex justify-center items-center" }, V5 = { class: "flex items-center justify-start" }, T5 = { class: "flex flex-col items-center w-[371px] self-stretch mx-auto my-0 p-8 rounded-[40px] bg-[
|
|
1377
|
+
}), H5 = { class: "fixed z-[9998] top-0 left-0 w-full h-full bg-modalBackgroundBlur flex justify-center items-center" }, V5 = { class: "flex items-center justify-start" }, T5 = { class: "flex flex-col items-center w-[371px] self-stretch mx-auto my-0 p-8 rounded-[40px] bg-[#031525] border-[#FFFFFF17]" }, P5 = { class: "flex flex-col justify-start w-full" }, z5 = { class: "flex flex-col justify-start w-full mt-5" }, J5 = { class: "w-full text-[20px] font-bold text-white m-0" }, Q5 = { class: "flex-1 w-full mt-2 text-[12px] font-medium text-[#85888E]" }, Y5 = /* @__PURE__ */ g({
|
|
1378
1378
|
__name: "ConfirmationModal",
|
|
1379
1379
|
props: {
|
|
1380
1380
|
title: {
|
|
@@ -1437,7 +1437,7 @@ const _ = h([]), Zo = () => ({
|
|
|
1437
1437
|
},
|
|
1438
1438
|
initializeTheme: () => Promise.resolve()
|
|
1439
1439
|
};
|
|
1440
|
-
}, R5 = { class: "fixed z-[9998] top-0 left-0 w-full h-full bg-modalBackgroundBlur flex justify-center items-center" }, K5 = { class: "flex items-center justify-start" }, X5 = { class: "flex flex-col items-center w-[371px] self-stretch mx-auto my-0 p-8 rounded-[40px] bg-[
|
|
1440
|
+
}, R5 = { class: "fixed z-[9998] top-0 left-0 w-full h-full bg-modalBackgroundBlur flex justify-center items-center" }, K5 = { class: "flex items-center justify-start" }, X5 = { class: "flex flex-col items-center w-[371px] self-stretch mx-auto my-0 p-8 rounded-[40px] bg-[#031525] border-[#FFFFFF17]" }, W5 = { class: "flex flex-col justify-start w-full" }, q5 = { class: "flex flex-col justify-start w-full mt-5" }, $5 = { class: "w-full text-[20px] font-bold text-white m-0" }, t4 = { class: "flex-1 w-full mt-2 text-[12px] font-medium text-[#85888E]" }, e4 = /* @__PURE__ */ g({
|
|
1441
1441
|
__name: "DeleteConfirmationModal",
|
|
1442
1442
|
props: {
|
|
1443
1443
|
title: {
|
|
@@ -4326,4 +4326,4 @@ export {
|
|
|
4326
4326
|
T1 as y,
|
|
4327
4327
|
e2 as z
|
|
4328
4328
|
};
|
|
4329
|
-
//# sourceMappingURL=icons-
|
|
4329
|
+
//# sourceMappingURL=icons-BDB-Z1TH.js.map
|