coverflow-carousel 0.1.1-dev.0 → 0.2.0-dev.0

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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -160,7 +160,8 @@ el?.refresh();
160
160
  <br>
161
161
 
162
162
  # Notes
163
- - Slides come from *light DOM*: all children are moved into cards inside the shadow DOM (nodes are moved — this is expected).
163
+ - Slides come from *light DOM* and are projected via named `<slot>` elements; children remain in light DOM.
164
+ - The component observes light-DOM changes (children + attributes) and coalesces `refresh()` calls in a microtask.
164
165
  - For the coverflow effect, it’s recommended to have **at least 3** slides.
165
166
  - While a transition is running, new transitions are ignored (anti-spam guard).
166
167
  - `prefers-reduced-motion` is respected: when enabled, the animation lock is released without waiting for `transitionend`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coverflow-carousel",
3
- "version": "0.1.1-dev.0",
3
+ "version": "0.2.0-dev.0",
4
4
  "description": "Tiny coverflow carousel Web Component. Exposes API via attributes + events (explicit element registration).",
5
5
  "author": "ux-ui.pro",
6
6
  "license": "MIT",