@duyluonganduin/acl-web-components 0.0.9 → 0.0.10

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/react.d.ts CHANGED
@@ -316,6 +316,22 @@ declare module 'react' {
316
316
  shape?: 'circle' | 'rounded'
317
317
  }
318
318
 
319
+ // ── anduin-toast ──────────────────────────────────────────────────────
320
+ 'anduin-toast': Base & {
321
+ /** 'gray' | 'primary' | 'success' | 'warning' | 'danger' (default: 'gray') */
322
+ variant?: 'gray' | 'primary' | 'success' | 'warning' | 'danger'
323
+ /** Bold title text */
324
+ heading?: string
325
+ /** Body text (or use slot content) */
326
+ description?: string
327
+ }
328
+
329
+ // ── anduin-toaster ────────────────────────────────────────────────────
330
+ 'anduin-toaster': Base & {
331
+ /** 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right' (default: 'top-right') */
332
+ position?: string
333
+ }
334
+
319
335
  // ── anduin-file-icon ──────────────────────────────────────────────────
320
336
  'anduin-file-icon': Base & {
321
337
  /** 'archive' | 'audio' | 'blueprint' | 'box' | 'csv' | 'excel' | 'folder'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duyluonganduin/acl-web-components",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "type": "module",
5
5
  "main": "./dist/acl-web-components.cjs",
6
6
  "module": "./dist/acl-web-components.js",