limbo-component 3.5.3 → 3.5.4

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.
@@ -1 +1 @@
1
- {"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../../src/App.jsx"],"names":[],"mappings":"AAmBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAs+BC"}
1
+ {"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../../src/App.jsx"],"names":[],"mappings":"AAoBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAs+BC"}
@@ -1 +1 @@
1
- {"version":3,"file":"CropperView.d.ts","sourceRoot":"","sources":["../../../src/components/CropperView.jsx"],"names":[],"mappings":"AASA;;;;;;;;;;;4CAo1GC"}
1
+ {"version":3,"file":"CropperView.d.ts","sourceRoot":"","sources":["../../../src/components/CropperView.jsx"],"names":[],"mappings":"AAUA;;;;;;;;;;;4CA20GC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Gallery.d.ts","sourceRoot":"","sources":["../../../src/components/Gallery.jsx"],"names":[],"mappings":"AAiBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA+aC"}
1
+ {"version":3,"file":"Gallery.d.ts","sourceRoot":"","sources":["../../../src/components/Gallery.jsx"],"names":[],"mappings":"AAkBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA+aC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ImageCard.d.ts","sourceRoot":"","sources":["../../../src/components/ImageCard.jsx"],"names":[],"mappings":"AAwGA;;;;;;;;;;;;;;;;;;;;;4CAy7BC"}
1
+ {"version":3,"file":"ImageCard.d.ts","sourceRoot":"","sources":["../../../src/components/ImageCard.jsx"],"names":[],"mappings":"AAyGA;;;;;;;;;;;;;;;;;;;;;4CAw7BC"}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Reusable alert component with dismissible close button.
3
+ *
4
+ * @param {string} variant - "success" | "danger" | "warning" | "info"
5
+ * @param {boolean} toast - Floating absolute position (top-right of relative parent)
6
+ * @param {boolean} fixed - Floating fixed position (top-right of viewport)
7
+ * @param {function} onClose - External close handler; if omitted, uses internal dismissed state
8
+ * @param {string} className - Additional CSS classes
9
+ * @param {string} role - ARIA role (defaults to "alert")
10
+ * @param {React.ReactNode} children
11
+ */
12
+ export default function LimboAlert({ variant, toast, fixed, onClose, className, children, role, }: string): import("react/jsx-runtime").JSX.Element;
13
+ //# sourceMappingURL=LimboAlert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LimboAlert.d.ts","sourceRoot":"","sources":["../../../src/components/LimboAlert.jsx"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AACH,mGARW,MAAM,2CAuEhB"}
@@ -1 +1 @@
1
- {"version":3,"file":"TabAI.d.ts","sourceRoot":"","sources":["../../../src/components/TabAI.jsx"],"names":[],"mappings":"AAgBA;;;;;;;4CAguBC"}
1
+ {"version":3,"file":"TabAI.d.ts","sourceRoot":"","sources":["../../../src/components/TabAI.jsx"],"names":[],"mappings":"AAiBA;;;;;;;4CAguBC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TabPortals.d.ts","sourceRoot":"","sources":["../../../src/components/TabPortals.jsx"],"names":[],"mappings":"AA2DA;;;;;;;4CAosBC"}
1
+ {"version":3,"file":"TabPortals.d.ts","sourceRoot":"","sources":["../../../src/components/TabPortals.jsx"],"names":[],"mappings":"AA4DA;;;;;;;4CAosBC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TabStock.d.ts","sourceRoot":"","sources":["../../../src/components/TabStock.jsx"],"names":[],"mappings":"AAQA;;;;;;;4CAuxBC"}
1
+ {"version":3,"file":"TabStock.d.ts","sourceRoot":"","sources":["../../../src/components/TabStock.jsx"],"names":[],"mappings":"AASA;;;;;;;4CAuxBC"}
@@ -1 +1 @@
1
- {"version":3,"file":"acceptUtils.d.ts","sourceRoot":"","sources":["../../../src/utils/acceptUtils.js"],"names":[],"mappings":"AAyHA;;;;;GAKG;AACH,sCAHW,MAAM,GAAC,MAAM,EAAE,GAAC,IAAI,GAClB,MAAM,CAmDlB;AAED;;;;;;GAMG;AACH,wCAJW,MAAM,YACN,MAAM,GACJ,OAAO,CAenB;AAED;;;;;GAKG;AACH,yCAHW,MAAM,GACJ,MAAM,CA6BlB;AAED;;;;;GAKG;AACH,+CAHW,MAAM,GACJ,MAAM,EAAE,GAAC,IAAI,CA2BzB"}
1
+ {"version":3,"file":"acceptUtils.d.ts","sourceRoot":"","sources":["../../../src/utils/acceptUtils.js"],"names":[],"mappings":"AAwHA;;;;;GAKG;AACH,sCAHW,MAAM,GAAC,MAAM,EAAE,GAAC,IAAI,GAClB,MAAM,CAmDlB;AAED;;;;;;GAMG;AACH,wCAJW,MAAM,YACN,MAAM,GACJ,OAAO,CAenB;AAED;;;;;GAKG;AACH,yCAHW,MAAM,GACJ,MAAM,CA6BlB;AAED;;;;;GAKG;AACH,+CAHW,MAAM,GACJ,MAAM,EAAE,GAAC,IAAI,CA2BzB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "limbo-component",
3
- "version": "3.5.3",
3
+ "version": "3.5.4",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Limbo - Highly configurable React image manager component for web portals",
@@ -35,7 +35,7 @@
35
35
  "esm"
36
36
  ],
37
37
  "author": "LefebvreWEB",
38
- "license": "propietary",
38
+ "license": "proprietary",
39
39
  "scripts": {
40
40
  "dev": "vite",
41
41
  "build": "node scripts/build.cjs",