@m3e/core 1.0.2 → 1.0.3

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.
@@ -21,11 +21,10 @@ import { CSSResultGroup, LitElement, PropertyValues } from "lit";
21
21
  *
22
22
  * @cssprop --m3e-slide-animation-duration - The duration of transitions between slotted items.
23
23
  */
24
- export declare class M3eSlide extends LitElement {
24
+ export declare class M3eSlideElement extends LitElement {
25
25
  #private;
26
26
  /** The styles of the element. */
27
27
  static styles: CSSResultGroup;
28
- /** @private */ private readonly _items;
29
28
  /**
30
29
  * The zero-based index of the visible item.
31
30
  * @default null
@@ -40,7 +39,7 @@ export declare class M3eSlide extends LitElement {
40
39
  }
41
40
  declare global {
42
41
  interface HTMLElementTagNameMap {
43
- "m3e-slide": M3eSlide;
42
+ "m3e-slide": M3eSlideElement;
44
43
  }
45
44
  }
46
45
  //# sourceMappingURL=SlideElement.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SlideElement.d.ts","sourceRoot":"","sources":["../../../../src/shared/primitives/SlideElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,cAAc,EAAQ,UAAU,EAAE,cAAc,EAAa,MAAM,KAAK,CAAC;AAKvF;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,qBACa,QAAS,SAAQ,UAAU;;IACtC,iCAAiC;IACjC,OAAgB,MAAM,EAAE,cAAc,CAsCpC;IAEF,eAAe,CAA2C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAa;IAE9F;;;OAGG;IACqE,aAAa,EAAE,MAAM,GAAG,IAAI,CAAQ;IAE5G,kBAAkB;IACT,iBAAiB,IAAI,IAAI;IAKlC,kBAAkB;cACC,MAAM,CAAC,iBAAiB,EAAE,cAAc,CAAC,IAAI,CAAC,GAAG,IAAI;IAoBxE,kBAAkB;cACC,MAAM,IAAI,OAAO;CAcrC;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,WAAW,EAAE,QAAQ,CAAC;KACvB;CACF"}
1
+ {"version":3,"file":"SlideElement.d.ts","sourceRoot":"","sources":["../../../../src/shared/primitives/SlideElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,cAAc,EAAQ,UAAU,EAAE,cAAc,EAAa,MAAM,KAAK,CAAC;AAKvF;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,qBACa,eAAgB,SAAQ,UAAU;;IAC7C,iCAAiC;IACjC,OAAgB,MAAM,EAAE,cAAc,CAsCpC;IAIF;;;OAGG;IACqE,aAAa,EAAE,MAAM,GAAG,IAAI,CAAQ;IAE5G,kBAAkB;IACT,iBAAiB,IAAI,IAAI;IAKlC,kBAAkB;cACC,MAAM,CAAC,iBAAiB,EAAE,cAAc,CAAC,IAAI,CAAC,GAAG,IAAI;IAoBxE,kBAAkB;cACC,MAAM,IAAI,OAAO;CA2BrC;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,WAAW,EAAE,eAAe,CAAC;KAC9B;CACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/core",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Core for M3E",
5
5
  "author": "matraic <matraic@yahoo.com>",
6
6
  "license": "MIT",