ngx-dynamic-toast 0.0.12 → 0.0.13

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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  An elegant, liquid-smooth notification library for Angular featuring spring-physics transitions and interactive Dynamic Island anchoring. Heavily inspired by the premium aesthetics of the [Sileo](https://github.com/hiaaryan/sileo) project, bringing fluid motion and state-swapping interfaces to the Angular ecosystem.
4
4
 
5
+ [**Interactive Demo ⚡**](https://ederjavs.github.io/ngx-dynamic-toast/)
6
+
5
7
  ## Key Features
6
8
 
7
9
  - **Liquid-Smooth Physics**: Powered by spring animations (`motion`), producing natural, elastic card expansions and fluid transformations.
@@ -147,6 +149,9 @@ export class BundleCompilerComponent {
147
149
 
148
150
  ### 2. Dynamic Island Anchors
149
151
 
152
+ > [!WARNING]
153
+ > **Experimental Feature**: Dynamic Island Anchoring is currently experimental and may have alignment/positioning quirks under certain layouts. We would love your help to improve and refine this! Feel free to open a PR or share feedback in issues.
154
+
150
155
  Warp notifications directly around specific interactive DOM elements. The target element remains perfectly nested and interactive inside the expanding card:
151
156
 
152
157
  ```typescript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-dynamic-toast",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Dynamic toast notifications for Angular",
5
5
  "repository": {
6
6
  "type": "git",