kritzel-stencil 0.0.3 → 0.0.6

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.
@@ -17,7 +17,7 @@ const MyList = class {
17
17
  }
18
18
  render() {
19
19
  var _a;
20
- return (index.h(index.Host, { key: '2923a43b4a6202e24994a56b2dff94c66006595f' }, index.h("button", { key: '52e363148ddc644d5bc4c67219dbeff133304aa1', onClick: this.onAdd }, "+Add (Updated)"), index.h("ul", { key: '5796213c5501c3af78682c6dcd3317952ec43bf6' }, (_a = this.items) === null || _a === void 0 ? void 0 : _a.map(item => (index.h("li", null, item))))));
20
+ return (index.h(index.Host, { key: '2923a43b4a6202e24994a56b2dff94c66006595f' }, index.h("button", { key: '52e363148ddc644d5bc4c67219dbeff133304aa1', onClick: this.onAdd }, "+Add (Updated) [Updated Again]"), index.h("ul", { key: '1bf9a136b884081a2684fef7434af35629e6ac7c' }, (_a = this.items) === null || _a === void 0 ? void 0 : _a.map(item => (index.h("li", null, item))))));
21
21
  }
22
22
  };
23
23
  MyList.style = MyListStyle0;
@@ -1 +1 @@
1
- {"file":"my-list.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,SAAS,GAAG,sBAAsB,CAAC;AACzC,qBAAe,SAAS;;MCMX,MAAM;;;QAKjB,UAAK,GAAG;YACN,IAAI,CAAC,KAAK,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;SAC1C,CAAA;qBAJiB,EAAE;;IAOpB,MAAM;;QACJ,QACEA,QAACC,UAAI,uDACHD,qEAAQ,OAAO,EAAE,IAAI,CAAC,KAAK,qBAAyB,EAEpDA,mEACG,MAAA,IAAI,CAAC,KAAK,0CAAE,GAAG,CAAC,IAAI,KACnBA,oBAAK,IAAI,CAAM,CAChB,CAAC,CACC,CAEA,EACP;KACH;;;;;;","names":["h","Host"],"sources":["src/components/my-list/my-list.css?tag=my-list&encapsulation=shadow","src/components/my-list/my-list.tsx"],"sourcesContent":[":host {\n display: block;\n}\n","import { Component, Host, Prop, h } from '@stencil/core';\n\n@Component({\n tag: 'my-list',\n styleUrl: 'my-list.css',\n shadow: true,\n})\nexport class MyList {\n\n @Prop()\n items: string[] = []\n\n onAdd = () => {\n this.items = [...this.items, 'New Item'];\n }\n\n\n render() {\n return (\n <Host>\n <button onClick={this.onAdd}>+Add (Updated)</button>\n\n <ul>\n {this.items?.map(item => (\n <li>{item}</li>\n ))}\n </ul>\n\n </Host>\n );\n }\n}\n"],"version":3}
1
+ {"file":"my-list.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,SAAS,GAAG,sBAAsB,CAAC;AACzC,qBAAe,SAAS;;MCMX,MAAM;;;QAKjB,UAAK,GAAG;YACN,IAAI,CAAC,KAAK,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;SAC1C,CAAA;qBAJiB,EAAE;;IAOpB,MAAM;;QACJ,QACEA,QAACC,UAAI,uDACHD,qEAAQ,OAAO,EAAE,IAAI,CAAC,KAAK,qCAAyC,EAEpEA,mEACG,MAAA,IAAI,CAAC,KAAK,0CAAE,GAAG,CAAC,IAAI,KACnBA,oBAAK,IAAI,CAAM,CAChB,CAAC,CACC,CAEA,EACP;KACH;;;;;;","names":["h","Host"],"sources":["src/components/my-list/my-list.css?tag=my-list&encapsulation=shadow","src/components/my-list/my-list.tsx"],"sourcesContent":[":host {\n display: block;\n}\n","import { Component, Host, Prop, h } from '@stencil/core';\n\n@Component({\n tag: 'my-list',\n styleUrl: 'my-list.css',\n shadow: true,\n})\nexport class MyList {\n\n @Prop()\n items: string[] = []\n\n onAdd = () => {\n this.items = [...this.items, 'New Item'];\n }\n\n\n render() {\n return (\n <Host>\n <button onClick={this.onAdd}>+Add (Updated) [Updated Again]</button>\n\n <ul>\n {this.items?.map(item => (\n <li>{item}</li>\n ))}\n </ul>\n\n </Host>\n );\n }\n}\n"],"version":3}
@@ -8,7 +8,7 @@ export class MyList {
8
8
  }
9
9
  render() {
10
10
  var _a;
11
- return (h(Host, { key: '2923a43b4a6202e24994a56b2dff94c66006595f' }, h("button", { key: '52e363148ddc644d5bc4c67219dbeff133304aa1', onClick: this.onAdd }, "+Add (Updated)"), h("ul", { key: '5796213c5501c3af78682c6dcd3317952ec43bf6' }, (_a = this.items) === null || _a === void 0 ? void 0 : _a.map(item => (h("li", null, item))))));
11
+ return (h(Host, { key: '2923a43b4a6202e24994a56b2dff94c66006595f' }, h("button", { key: '52e363148ddc644d5bc4c67219dbeff133304aa1', onClick: this.onAdd }, "+Add (Updated) [Updated Again]"), h("ul", { key: '1bf9a136b884081a2684fef7434af35629e6ac7c' }, (_a = this.items) === null || _a === void 0 ? void 0 : _a.map(item => (h("li", null, item))))));
12
12
  }
13
13
  static get is() { return "my-list"; }
14
14
  static get encapsulation() { return "shadow"; }
@@ -1 +1 @@
1
- {"version":3,"file":"my-list.js","sourceRoot":"","sources":["../../../src/components/my-list/my-list.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AAOzD,MAAM,OAAO,MAAM;;QAKjB,UAAK,GAAG,GAAG,EAAE;YACX,IAAI,CAAC,KAAK,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;QAC3C,CAAC,CAAA;qBAJiB,EAAE;;IAOpB,MAAM;;QACJ,OAAO,CACL,EAAC,IAAI;YACH,+DAAQ,OAAO,EAAE,IAAI,CAAC,KAAK,qBAAyB;YAEpD,6DACG,MAAA,IAAI,CAAC,KAAK,0CAAE,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,CACvB,cAAK,IAAI,CAAM,CAChB,CAAC,CACC,CAEA,CACR,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import { Component, Host, Prop, h } from '@stencil/core';\n\n@Component({\n tag: 'my-list',\n styleUrl: 'my-list.css',\n shadow: true,\n})\nexport class MyList {\n\n @Prop()\n items: string[] = []\n\n onAdd = () => {\n this.items = [...this.items, 'New Item'];\n }\n\n\n render() {\n return (\n <Host>\n <button onClick={this.onAdd}>+Add (Updated)</button>\n\n <ul>\n {this.items?.map(item => (\n <li>{item}</li>\n ))}\n </ul>\n\n </Host>\n );\n }\n}\n"]}
1
+ {"version":3,"file":"my-list.js","sourceRoot":"","sources":["../../../src/components/my-list/my-list.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AAOzD,MAAM,OAAO,MAAM;;QAKjB,UAAK,GAAG,GAAG,EAAE;YACX,IAAI,CAAC,KAAK,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;QAC3C,CAAC,CAAA;qBAJiB,EAAE;;IAOpB,MAAM;;QACJ,OAAO,CACL,EAAC,IAAI;YACH,+DAAQ,OAAO,EAAE,IAAI,CAAC,KAAK,qCAAyC;YAEpE,6DACG,MAAA,IAAI,CAAC,KAAK,0CAAE,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,CACvB,cAAK,IAAI,CAAM,CAChB,CAAC,CACC,CAEA,CACR,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import { Component, Host, Prop, h } from '@stencil/core';\n\n@Component({\n tag: 'my-list',\n styleUrl: 'my-list.css',\n shadow: true,\n})\nexport class MyList {\n\n @Prop()\n items: string[] = []\n\n onAdd = () => {\n this.items = [...this.items, 'New Item'];\n }\n\n\n render() {\n return (\n <Host>\n <button onClick={this.onAdd}>+Add (Updated) [Updated Again]</button>\n\n <ul>\n {this.items?.map(item => (\n <li>{item}</li>\n ))}\n </ul>\n\n </Host>\n );\n }\n}\n"]}
@@ -15,7 +15,7 @@ const MyList$1 = /*@__PURE__*/ proxyCustomElement(class MyList extends H {
15
15
  }
16
16
  render() {
17
17
  var _a;
18
- return (h(Host, { key: '2923a43b4a6202e24994a56b2dff94c66006595f' }, h("button", { key: '52e363148ddc644d5bc4c67219dbeff133304aa1', onClick: this.onAdd }, "+Add (Updated)"), h("ul", { key: '5796213c5501c3af78682c6dcd3317952ec43bf6' }, (_a = this.items) === null || _a === void 0 ? void 0 : _a.map(item => (h("li", null, item))))));
18
+ return (h(Host, { key: '2923a43b4a6202e24994a56b2dff94c66006595f' }, h("button", { key: '52e363148ddc644d5bc4c67219dbeff133304aa1', onClick: this.onAdd }, "+Add (Updated) [Updated Again]"), h("ul", { key: '1bf9a136b884081a2684fef7434af35629e6ac7c' }, (_a = this.items) === null || _a === void 0 ? void 0 : _a.map(item => (h("li", null, item))))));
19
19
  }
20
20
  static get style() { return MyListStyle0; }
21
21
  }, [1, "my-list", {
@@ -1 +1 @@
1
- {"file":"my-list.js","mappings":";;AAAA,MAAM,SAAS,GAAG,sBAAsB,CAAC;AACzC,qBAAe,SAAS;;MCMXA,QAAM;;;;;QAKjB,UAAK,GAAG;YACN,IAAI,CAAC,KAAK,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;SAC1C,CAAA;qBAJiB,EAAE;;IAOpB,MAAM;;QACJ,QACE,EAAC,IAAI,uDACH,+DAAQ,OAAO,EAAE,IAAI,CAAC,KAAK,qBAAyB,EAEpD,6DACG,MAAA,IAAI,CAAC,KAAK,0CAAE,GAAG,CAAC,IAAI,KACnB,cAAK,IAAI,CAAM,CAChB,CAAC,CACC,CAEA,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;;;","names":["MyList"],"sources":["src/components/my-list/my-list.css?tag=my-list&encapsulation=shadow","src/components/my-list/my-list.tsx"],"sourcesContent":[":host {\n display: block;\n}\n","import { Component, Host, Prop, h } from '@stencil/core';\n\n@Component({\n tag: 'my-list',\n styleUrl: 'my-list.css',\n shadow: true,\n})\nexport class MyList {\n\n @Prop()\n items: string[] = []\n\n onAdd = () => {\n this.items = [...this.items, 'New Item'];\n }\n\n\n render() {\n return (\n <Host>\n <button onClick={this.onAdd}>+Add (Updated)</button>\n\n <ul>\n {this.items?.map(item => (\n <li>{item}</li>\n ))}\n </ul>\n\n </Host>\n );\n }\n}\n"],"version":3}
1
+ {"file":"my-list.js","mappings":";;AAAA,MAAM,SAAS,GAAG,sBAAsB,CAAC;AACzC,qBAAe,SAAS;;MCMXA,QAAM;;;;;QAKjB,UAAK,GAAG;YACN,IAAI,CAAC,KAAK,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;SAC1C,CAAA;qBAJiB,EAAE;;IAOpB,MAAM;;QACJ,QACE,EAAC,IAAI,uDACH,+DAAQ,OAAO,EAAE,IAAI,CAAC,KAAK,qCAAyC,EAEpE,6DACG,MAAA,IAAI,CAAC,KAAK,0CAAE,GAAG,CAAC,IAAI,KACnB,cAAK,IAAI,CAAM,CAChB,CAAC,CACC,CAEA,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;;;","names":["MyList"],"sources":["src/components/my-list/my-list.css?tag=my-list&encapsulation=shadow","src/components/my-list/my-list.tsx"],"sourcesContent":[":host {\n display: block;\n}\n","import { Component, Host, Prop, h } from '@stencil/core';\n\n@Component({\n tag: 'my-list',\n styleUrl: 'my-list.css',\n shadow: true,\n})\nexport class MyList {\n\n @Prop()\n items: string[] = []\n\n onAdd = () => {\n this.items = [...this.items, 'New Item'];\n }\n\n\n render() {\n return (\n <Host>\n <button onClick={this.onAdd}>+Add (Updated) [Updated Again]</button>\n\n <ul>\n {this.items?.map(item => (\n <li>{item}</li>\n ))}\n </ul>\n\n </Host>\n );\n }\n}\n"],"version":3}
@@ -13,7 +13,7 @@ const MyList = class {
13
13
  }
14
14
  render() {
15
15
  var _a;
16
- return (h(Host, { key: '2923a43b4a6202e24994a56b2dff94c66006595f' }, h("button", { key: '52e363148ddc644d5bc4c67219dbeff133304aa1', onClick: this.onAdd }, "+Add (Updated)"), h("ul", { key: '5796213c5501c3af78682c6dcd3317952ec43bf6' }, (_a = this.items) === null || _a === void 0 ? void 0 : _a.map(item => (h("li", null, item))))));
16
+ return (h(Host, { key: '2923a43b4a6202e24994a56b2dff94c66006595f' }, h("button", { key: '52e363148ddc644d5bc4c67219dbeff133304aa1', onClick: this.onAdd }, "+Add (Updated) [Updated Again]"), h("ul", { key: '1bf9a136b884081a2684fef7434af35629e6ac7c' }, (_a = this.items) === null || _a === void 0 ? void 0 : _a.map(item => (h("li", null, item))))));
17
17
  }
18
18
  };
19
19
  MyList.style = MyListStyle0;
@@ -1 +1 @@
1
- {"file":"my-list.entry.js","mappings":";;AAAA,MAAM,SAAS,GAAG,sBAAsB,CAAC;AACzC,qBAAe,SAAS;;MCMX,MAAM;;;QAKjB,UAAK,GAAG;YACN,IAAI,CAAC,KAAK,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;SAC1C,CAAA;qBAJiB,EAAE;;IAOpB,MAAM;;QACJ,QACE,EAAC,IAAI,uDACH,+DAAQ,OAAO,EAAE,IAAI,CAAC,KAAK,qBAAyB,EAEpD,6DACG,MAAA,IAAI,CAAC,KAAK,0CAAE,GAAG,CAAC,IAAI,KACnB,cAAK,IAAI,CAAM,CAChB,CAAC,CACC,CAEA,EACP;KACH;;;;;;","names":[],"sources":["src/components/my-list/my-list.css?tag=my-list&encapsulation=shadow","src/components/my-list/my-list.tsx"],"sourcesContent":[":host {\n display: block;\n}\n","import { Component, Host, Prop, h } from '@stencil/core';\n\n@Component({\n tag: 'my-list',\n styleUrl: 'my-list.css',\n shadow: true,\n})\nexport class MyList {\n\n @Prop()\n items: string[] = []\n\n onAdd = () => {\n this.items = [...this.items, 'New Item'];\n }\n\n\n render() {\n return (\n <Host>\n <button onClick={this.onAdd}>+Add (Updated)</button>\n\n <ul>\n {this.items?.map(item => (\n <li>{item}</li>\n ))}\n </ul>\n\n </Host>\n );\n }\n}\n"],"version":3}
1
+ {"file":"my-list.entry.js","mappings":";;AAAA,MAAM,SAAS,GAAG,sBAAsB,CAAC;AACzC,qBAAe,SAAS;;MCMX,MAAM;;;QAKjB,UAAK,GAAG;YACN,IAAI,CAAC,KAAK,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;SAC1C,CAAA;qBAJiB,EAAE;;IAOpB,MAAM;;QACJ,QACE,EAAC,IAAI,uDACH,+DAAQ,OAAO,EAAE,IAAI,CAAC,KAAK,qCAAyC,EAEpE,6DACG,MAAA,IAAI,CAAC,KAAK,0CAAE,GAAG,CAAC,IAAI,KACnB,cAAK,IAAI,CAAM,CAChB,CAAC,CACC,CAEA,EACP;KACH;;;;;;","names":[],"sources":["src/components/my-list/my-list.css?tag=my-list&encapsulation=shadow","src/components/my-list/my-list.tsx"],"sourcesContent":[":host {\n display: block;\n}\n","import { Component, Host, Prop, h } from '@stencil/core';\n\n@Component({\n tag: 'my-list',\n styleUrl: 'my-list.css',\n shadow: true,\n})\nexport class MyList {\n\n @Prop()\n items: string[] = []\n\n onAdd = () => {\n this.items = [...this.items, 'New Item'];\n }\n\n\n render() {\n return (\n <Host>\n <button onClick={this.onAdd}>+Add (Updated) [Updated Again]</button>\n\n <ul>\n {this.items?.map(item => (\n <li>{item}</li>\n ))}\n </ul>\n\n </Host>\n );\n }\n}\n"],"version":3}
@@ -0,0 +1,2 @@
1
+ import{r as t,h as s,H as a}from"./p-cab77310.js";const e=":host{display:block}";const c=e;const d=class{constructor(s){t(this,s);this.onAdd=()=>{this.items=[...this.items,"New Item"]};this.items=[]}render(){var t;return s(a,{key:"2923a43b4a6202e24994a56b2dff94c66006595f"},s("button",{key:"52e363148ddc644d5bc4c67219dbeff133304aa1",onClick:this.onAdd},"+Add (Updated) [Updated Again]"),s("ul",{key:"1bf9a136b884081a2684fef7434af35629e6ac7c"},(t=this.items)===null||t===void 0?void 0:t.map((t=>s("li",null,t)))))}};d.style=c;export{d as my_list};
2
+ //# sourceMappingURL=p-897810f4.entry.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["myListCss","MyListStyle0","MyList","this","onAdd","items","render","h","Host","key","onClick","_a","map","item"],"sources":["src/components/my-list/my-list.css?tag=my-list&encapsulation=shadow","src/components/my-list/my-list.tsx"],"sourcesContent":[":host {\n display: block;\n}\n","import { Component, Host, Prop, h } from '@stencil/core';\n\n@Component({\n tag: 'my-list',\n styleUrl: 'my-list.css',\n shadow: true,\n})\nexport class MyList {\n\n @Prop()\n items: string[] = []\n\n onAdd = () => {\n this.items = [...this.items, 'New Item'];\n }\n\n\n render() {\n return (\n <Host>\n <button onClick={this.onAdd}>+Add (Updated)</button>\n\n <ul>\n {this.items?.map(item => (\n <li>{item}</li>\n ))}\n </ul>\n\n </Host>\n );\n }\n}\n"],"mappings":"kDAAA,MAAMA,EAAY,uBAClB,MAAAC,EAAeD,E,MCMFE,EAAM,M,yBAKjBC,KAAAC,MAAQ,KACND,KAAKE,MAAQ,IAAIF,KAAKE,MAAO,WAAW,E,WAHxB,E,CAOlB,MAAAC,G,MACE,OACEC,EAACC,EAAI,CAAAC,IAAA,4CACHF,EAAA,UAAAE,IAAA,2CAAQC,QAASP,KAAKC,OAAK,kBAE3BG,EAAA,MAAAE,IAAA,6CACGE,EAAAR,KAAKE,SAAK,MAAAM,SAAA,SAAAA,EAAEC,KAAIC,GACfN,EAAA,UAAKM,M","ignoreList":[]}
1
+ {"version":3,"names":["myListCss","MyListStyle0","MyList","this","onAdd","items","render","h","Host","key","onClick","_a","map","item"],"sources":["src/components/my-list/my-list.css?tag=my-list&encapsulation=shadow","src/components/my-list/my-list.tsx"],"sourcesContent":[":host {\n display: block;\n}\n","import { Component, Host, Prop, h } from '@stencil/core';\n\n@Component({\n tag: 'my-list',\n styleUrl: 'my-list.css',\n shadow: true,\n})\nexport class MyList {\n\n @Prop()\n items: string[] = []\n\n onAdd = () => {\n this.items = [...this.items, 'New Item'];\n }\n\n\n render() {\n return (\n <Host>\n <button onClick={this.onAdd}>+Add (Updated) [Updated Again]</button>\n\n <ul>\n {this.items?.map(item => (\n <li>{item}</li>\n ))}\n </ul>\n\n </Host>\n );\n }\n}\n"],"mappings":"kDAAA,MAAMA,EAAY,uBAClB,MAAAC,EAAeD,E,MCMFE,EAAM,M,yBAKjBC,KAAAC,MAAQ,KACND,KAAKE,MAAQ,IAAIF,KAAKE,MAAO,WAAW,E,WAHxB,E,CAOlB,MAAAC,G,MACE,OACEC,EAACC,EAAI,CAAAC,IAAA,4CACHF,EAAA,UAAAE,IAAA,2CAAQC,QAASP,KAAKC,OAAK,kCAE3BG,EAAA,MAAAE,IAAA,6CACGE,EAAAR,KAAKE,SAAK,MAAAM,SAAA,SAAAA,EAAEC,KAAIC,GACfN,EAAA,UAAKM,M","ignoreList":[]}
@@ -1,2 +1,2 @@
1
- import{p as t,b as a}from"./p-cab77310.js";export{s as setNonce}from"./p-cab77310.js";import{g as e}from"./p-e1255160.js";var m=()=>{const s=import.meta.url;const a={};if(s!==""){a.resourcesUrl=new URL(".",s).href}return t(a)};m().then((async t=>{await e();return a([["p-6c2c3c07",[[1,"my-button"]]],["p-37d64572",[[1,"my-component",{first:[1],last:[1],age:[2]}]]],["p-8e33d727",[[1,"my-list",{items:[16]}]]],["p-053633a0",[[1,"my-title"]]]],t)}));
1
+ import{p as t,b as a}from"./p-cab77310.js";export{s as setNonce}from"./p-cab77310.js";import{g as m}from"./p-e1255160.js";var o=()=>{const s=import.meta.url;const a={};if(s!==""){a.resourcesUrl=new URL(".",s).href}return t(a)};o().then((async t=>{await m();return a([["p-6c2c3c07",[[1,"my-button"]]],["p-37d64572",[[1,"my-component",{first:[1],last:[1],age:[2]}]]],["p-897810f4",[[1,"my-list",{items:[16]}]]],["p-053633a0",[[1,"my-title"]]]],t)}));
2
2
  //# sourceMappingURL=stencil.esm.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kritzel-stencil",
3
- "version": "0.0.3",
3
+ "version": "0.0.6",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -37,7 +37,9 @@
37
37
  "test": "stencil test --spec --e2e",
38
38
  "test.watch": "stencil test --spec --e2e --watchAll",
39
39
  "generate": "stencil generate",
40
- "clean": "rimraf dist .stencil loader node_modules"
40
+ "clean": "rimraf dist .stencil loader node_modules",
41
+ "bump": "npm version patch",
42
+ "release": "npm publish"
41
43
  },
42
44
  "devDependencies": {
43
45
  "@stencil/angular-output-target": "^0.10.0",
@@ -1,2 +0,0 @@
1
- import{r as t,h as s,H as c}from"./p-cab77310.js";const d=":host{display:block}";const a=d;const e=class{constructor(s){t(this,s);this.onAdd=()=>{this.items=[...this.items,"New Item"]};this.items=[]}render(){var t;return s(c,{key:"2923a43b4a6202e24994a56b2dff94c66006595f"},s("button",{key:"52e363148ddc644d5bc4c67219dbeff133304aa1",onClick:this.onAdd},"+Add (Updated)"),s("ul",{key:"5796213c5501c3af78682c6dcd3317952ec43bf6"},(t=this.items)===null||t===void 0?void 0:t.map((t=>s("li",null,t)))))}};e.style=a;export{e as my_list};
2
- //# sourceMappingURL=p-8e33d727.entry.js.map