@flowplayer/spins 0.1.0-rc.11 → 0.1.0-rc.12

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/types.d.ts CHANGED
@@ -96,6 +96,10 @@ type SpinEventData = {
96
96
  * The spin container element
97
97
  */
98
98
  spin: HTMLElement;
99
+ /**
100
+ * the index of the spin
101
+ */
102
+ index: number;
99
103
  };
100
104
  interface SpinsContainer extends HTMLElement {
101
105
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@flowplayer/spins",
3
3
  "module": "dist/index.js",
4
- "version": "0.1.0-rc.11",
4
+ "version": "0.1.0-rc.12",
5
5
  "type": "module",
6
6
  "types": "./dist/types.d.ts",
7
7
  "exports": {