@amiceli/papierjs 0.2.0 → 0.3.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 (111) hide show
  1. package/dist/cjs/{index-1be60996.js → index-bb0e67a4.js} +32 -2
  2. package/dist/cjs/index-bb0e67a4.js.map +1 -0
  3. package/dist/cjs/loader.cjs.js +2 -2
  4. package/dist/cjs/p-alert.cjs.entry.js +1 -1
  5. package/dist/cjs/p-badge.cjs.entry.js +1 -1
  6. package/dist/cjs/p-breadcrumb-item.cjs.entry.js +35 -0
  7. package/dist/cjs/p-breadcrumb-item.cjs.entry.js.map +1 -0
  8. package/dist/cjs/p-breadcrumb.cjs.entry.js +41 -0
  9. package/dist/cjs/p-breadcrumb.cjs.entry.js.map +1 -0
  10. package/dist/cjs/p-button.cjs.entry.js +2 -2
  11. package/dist/cjs/p-dropdown-item.cjs.entry.js +2 -2
  12. package/dist/cjs/p-dropdown.cjs.entry.js +3 -3
  13. package/dist/cjs/p-input-text.cjs.entry.js +2 -2
  14. package/dist/cjs/p-leaf.cjs.entry.js +2 -2
  15. package/dist/cjs/p-modal.cjs.entry.js +29 -0
  16. package/dist/cjs/p-modal.cjs.entry.js.map +1 -0
  17. package/dist/cjs/p-progress-bar.cjs.entry.js +2 -2
  18. package/dist/cjs/papierjs.cjs.js +2 -2
  19. package/dist/collection/collection-manifest.json +3 -0
  20. package/dist/collection/components/breadcrumb/breadcrumb.css +3396 -0
  21. package/dist/collection/components/breadcrumb/breadcrumb.js +64 -0
  22. package/dist/collection/components/breadcrumb/breadcrumb.js.map +1 -0
  23. package/dist/collection/components/breadcrumb-item/breadcrumb-item.js +97 -0
  24. package/dist/collection/components/breadcrumb-item/breadcrumb-item.js.map +1 -0
  25. package/dist/collection/components/button/button.js +1 -1
  26. package/dist/collection/components/dropdown/dropdown.js +2 -2
  27. package/dist/collection/components/dropdown-item/dropdown-item.js +1 -1
  28. package/dist/collection/components/input/input-text/input-text.js +1 -1
  29. package/dist/collection/components/leaf/leaf.js +1 -1
  30. package/dist/collection/components/p-modal/p-modal.css +3224 -0
  31. package/dist/collection/components/p-modal/p-modal.js +61 -0
  32. package/dist/collection/components/p-modal/p-modal.js.map +1 -0
  33. package/dist/collection/components/p-modal/p-modal.preview.js +26 -0
  34. package/dist/collection/components/p-modal/p-modal.preview.js.map +1 -0
  35. package/dist/collection/components/progress-bar/progress-bar.js +1 -1
  36. package/dist/components/index.js +1 -1
  37. package/dist/components/{p-81e1c3fa.js → p-784ab1ae.js} +3 -3
  38. package/dist/components/p-784ab1ae.js.map +1 -0
  39. package/dist/components/p-alert.js +1 -1
  40. package/dist/components/p-badge.js +1 -1
  41. package/dist/components/p-breadcrumb-item.d.ts +11 -0
  42. package/dist/components/p-breadcrumb-item.js +54 -0
  43. package/dist/components/p-breadcrumb-item.js.map +1 -0
  44. package/dist/components/p-breadcrumb.d.ts +11 -0
  45. package/dist/components/p-breadcrumb.js +58 -0
  46. package/dist/components/p-breadcrumb.js.map +1 -0
  47. package/dist/components/p-button.js +2 -2
  48. package/dist/components/p-dropdown-item.js +2 -2
  49. package/dist/components/p-dropdown.js +3 -3
  50. package/dist/components/p-input-text.js +2 -2
  51. package/dist/components/p-leaf.js +2 -2
  52. package/dist/components/p-modal.d.ts +11 -0
  53. package/dist/components/p-modal.js +48 -0
  54. package/dist/components/p-modal.js.map +1 -0
  55. package/dist/components/p-progress-bar.js +2 -2
  56. package/dist/esm/{index-a242df70.js → index-d88148b4.js} +32 -3
  57. package/dist/esm/index-d88148b4.js.map +1 -0
  58. package/dist/esm/loader.js +3 -3
  59. package/dist/esm/p-alert.entry.js +1 -1
  60. package/dist/esm/p-badge.entry.js +1 -1
  61. package/dist/esm/p-breadcrumb-item.entry.js +31 -0
  62. package/dist/esm/p-breadcrumb-item.entry.js.map +1 -0
  63. package/dist/esm/p-breadcrumb.entry.js +37 -0
  64. package/dist/esm/p-breadcrumb.entry.js.map +1 -0
  65. package/dist/esm/p-button.entry.js +2 -2
  66. package/dist/esm/p-dropdown-item.entry.js +2 -2
  67. package/dist/esm/p-dropdown.entry.js +3 -3
  68. package/dist/esm/p-input-text.entry.js +2 -2
  69. package/dist/esm/p-leaf.entry.js +2 -2
  70. package/dist/esm/p-modal.entry.js +25 -0
  71. package/dist/esm/p-modal.entry.js.map +1 -0
  72. package/dist/esm/p-progress-bar.entry.js +2 -2
  73. package/dist/esm/papierjs.js +3 -3
  74. package/dist/papierjs/p-022f2011.entry.js +2 -0
  75. package/dist/papierjs/p-022f2011.entry.js.map +1 -0
  76. package/dist/papierjs/p-1cac6dc4.entry.js +2 -0
  77. package/dist/papierjs/p-1cac6dc4.entry.js.map +1 -0
  78. package/dist/papierjs/p-2ed960c9.entry.js +2 -0
  79. package/dist/papierjs/p-2ed960c9.entry.js.map +1 -0
  80. package/dist/papierjs/{p-370e3431.entry.js → p-5f857750.entry.js} +2 -2
  81. package/dist/papierjs/{p-9cbdff58.entry.js → p-704b216f.entry.js} +3 -3
  82. package/dist/papierjs/{p-524777fc.entry.js → p-7f976699.entry.js} +2 -2
  83. package/dist/papierjs/{p-17353c7b.entry.js → p-8240849e.entry.js} +2 -2
  84. package/dist/papierjs/p-8b96fa1d.js +3 -0
  85. package/dist/papierjs/p-8b96fa1d.js.map +1 -0
  86. package/dist/papierjs/{p-4199034f.entry.js → p-ca16de19.entry.js} +2 -2
  87. package/dist/papierjs/{p-0feb5c6d.entry.js → p-d2178145.entry.js} +2 -2
  88. package/dist/papierjs/{p-b1a06c34.entry.js → p-ebbd3c9d.entry.js} +2 -2
  89. package/dist/papierjs/{p-aa9cca5f.entry.js → p-ff268801.entry.js} +2 -2
  90. package/dist/papierjs/papierjs.esm.js +1 -1
  91. package/dist/papierjs/papierjs.esm.js.map +1 -1
  92. package/dist/types/components/breadcrumb/breadcrumb.d.ts +7 -0
  93. package/dist/types/components/breadcrumb-item/breadcrumb-item.d.ts +8 -0
  94. package/dist/types/components/p-modal/p-modal.d.ts +6 -0
  95. package/dist/types/components/p-modal/p-modal.preview.d.ts +1 -0
  96. package/dist/types/components.d.ts +49 -0
  97. package/package.json +5 -5
  98. package/readme.md +2 -2
  99. package/dist/cjs/index-1be60996.js.map +0 -1
  100. package/dist/components/p-81e1c3fa.js.map +0 -1
  101. package/dist/esm/index-a242df70.js.map +0 -1
  102. package/dist/papierjs/p-3c1781d8.js +0 -3
  103. package/dist/papierjs/p-3c1781d8.js.map +0 -1
  104. /package/dist/papierjs/{p-370e3431.entry.js.map → p-5f857750.entry.js.map} +0 -0
  105. /package/dist/papierjs/{p-9cbdff58.entry.js.map → p-704b216f.entry.js.map} +0 -0
  106. /package/dist/papierjs/{p-524777fc.entry.js.map → p-7f976699.entry.js.map} +0 -0
  107. /package/dist/papierjs/{p-17353c7b.entry.js.map → p-8240849e.entry.js.map} +0 -0
  108. /package/dist/papierjs/{p-4199034f.entry.js.map → p-ca16de19.entry.js.map} +0 -0
  109. /package/dist/papierjs/{p-0feb5c6d.entry.js.map → p-d2178145.entry.js.map} +0 -0
  110. /package/dist/papierjs/{p-b1a06c34.entry.js.map → p-ebbd3c9d.entry.js.map} +0 -0
  111. /package/dist/papierjs/{p-aa9cca5f.entry.js.map → p-ff268801.entry.js.map} +0 -0
@@ -0,0 +1,64 @@
1
+ import { h } from "@stencil/core";
2
+ export class Alert {
3
+ constructor() {
4
+ this.dark = false;
5
+ }
6
+ getParentClass() {
7
+ let cssClass = 'papier is--block breadcrumb';
8
+ if (this.dark) {
9
+ cssClass = `${cssClass} is--dark`;
10
+ }
11
+ return cssClass;
12
+ }
13
+ componentDidLoad() {
14
+ var _a;
15
+ const items = Array.from(this.el.getElementsByTagName('p-breadcrumb-item'));
16
+ if (this.dark) {
17
+ for (const item of items) {
18
+ item.setAttribute('dark', 'true');
19
+ }
20
+ }
21
+ (_a = items.at(0)) === null || _a === void 0 ? void 0 : _a.setAttribute('first', 'true');
22
+ }
23
+ render() {
24
+ return (h("div", { key: 'af2eebdd03d8ef458f5d0f22d3110c13bcf8d727', class: this.getParentClass() }, h("div", { key: '0176c685a86512b9ca4fc1db688e762c3a9c0a23', class: "border" }, h("slot", { key: '8496e8639f445bb57f0a695de9f73072341265ae' }))));
25
+ }
26
+ static get is() { return "p-breadcrumb"; }
27
+ static get encapsulation() { return "shadow"; }
28
+ static get originalStyleUrls() {
29
+ return {
30
+ "$": ["breadcrumb.scss"]
31
+ };
32
+ }
33
+ static get styleUrls() {
34
+ return {
35
+ "$": ["breadcrumb.css"]
36
+ };
37
+ }
38
+ static get properties() {
39
+ return {
40
+ "dark": {
41
+ "type": "boolean",
42
+ "mutable": false,
43
+ "complexType": {
44
+ "original": "boolean",
45
+ "resolved": "boolean",
46
+ "references": {}
47
+ },
48
+ "required": false,
49
+ "optional": true,
50
+ "docs": {
51
+ "tags": [],
52
+ "text": ""
53
+ },
54
+ "getter": false,
55
+ "setter": false,
56
+ "attribute": "dark",
57
+ "reflect": false,
58
+ "defaultValue": "false"
59
+ }
60
+ };
61
+ }
62
+ static get elementRef() { return "el"; }
63
+ }
64
+ //# sourceMappingURL=breadcrumb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breadcrumb.js","sourceRoot":"","sources":["../../../src/components/breadcrumb/breadcrumb.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,eAAe,CAAA;AAO3D,MAAM,OAAO,KAAK;IALlB;QAOI,SAAI,GAAa,KAAK,CAAA;KAqCzB;IAjCU,cAAc;QACjB,IAAI,QAAQ,GAAG,6BAA6B,CAAA;QAE5C,IAAI,IAAI,CAAC,IAAI,EAAE,CAAC;YACZ,QAAQ,GAAG,GAAG,QAAQ,WAAW,CAAA;QACrC,CAAC;QAED,OAAO,QAAQ,CAAA;IACnB,CAAC;IAEM,gBAAgB;;QACnB,MAAM,KAAK,GAAG,KAAK,CAAC,IAAI,CACpB,IAAI,CAAC,EAAE,CAAC,oBAAoB,CAAC,mBAAmB,CAAC,CACpD,CAAA;QAED,IAAI,IAAI,CAAC,IAAI,EAAE,CAAC;YACZ,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE,CAAC;gBACvB,IAAI,CAAC,YAAY,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;YACrC,CAAC;QACL,CAAC;QAED,MAAA,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC,0CAAE,YAAY,CAAC,OAAO,EAAE,MAAM,CAAC,CAAA;IAC9C,CAAC;IAED,MAAM;QACF,OAAO,CACH,4DAAK,KAAK,EAAE,IAAI,CAAC,cAAc,EAAE;YAC7B,4DAAK,KAAK,EAAC,QAAQ;gBACf,8DAAQ,CACN,CACJ,CACT,CAAA;IACL,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACJ","sourcesContent":["import { Component, Element, Prop, h } from '@stencil/core'\n\n@Component({\n tag: 'p-breadcrumb',\n styleUrl: 'breadcrumb.scss',\n shadow: true,\n})\nexport class Alert {\n @Prop()\n dark?: boolean = false\n @Element()\n public el: HTMLElement\n\n public getParentClass() {\n let cssClass = 'papier is--block breadcrumb'\n\n if (this.dark) {\n cssClass = `${cssClass} is--dark`\n }\n\n return cssClass\n }\n\n public componentDidLoad() {\n const items = Array.from(\n this.el.getElementsByTagName('p-breadcrumb-item'),\n )\n\n if (this.dark) {\n for (const item of items) {\n item.setAttribute('dark', 'true')\n }\n }\n\n items.at(0)?.setAttribute('first', 'true')\n }\n\n render() {\n return (\n <div class={this.getParentClass()}>\n <div class=\"border\">\n <slot />\n </div>\n </div>\n )\n }\n}\n"]}
@@ -0,0 +1,97 @@
1
+ import { h } from "@stencil/core";
2
+ export class Alert {
3
+ constructor() {
4
+ this.dark = false;
5
+ this.first = false;
6
+ }
7
+ getParentClass() {
8
+ let cssClass = 'papier breadcrumb-item';
9
+ if (this.dark) {
10
+ cssClass = `${cssClass} is--dark`;
11
+ }
12
+ if (this.first) {
13
+ cssClass = `${cssClass} is--first`;
14
+ }
15
+ return cssClass;
16
+ }
17
+ render() {
18
+ return (h("span", { key: '42d46bd89135edd09f7b42a1cda15739e87b95df', class: this.getParentClass() }, this.link ? (h("a", { href: this.link }, h("slot", null))) : (h("slot", null))));
19
+ }
20
+ static get is() { return "p-breadcrumb-item"; }
21
+ static get encapsulation() { return "shadow"; }
22
+ static get originalStyleUrls() {
23
+ return {
24
+ "$": ["../breadcrumb/breadcrumb.scss"]
25
+ };
26
+ }
27
+ static get styleUrls() {
28
+ return {
29
+ "$": ["../breadcrumb/breadcrumb.css"]
30
+ };
31
+ }
32
+ static get properties() {
33
+ return {
34
+ "dark": {
35
+ "type": "boolean",
36
+ "mutable": false,
37
+ "complexType": {
38
+ "original": "boolean",
39
+ "resolved": "boolean",
40
+ "references": {}
41
+ },
42
+ "required": false,
43
+ "optional": true,
44
+ "docs": {
45
+ "tags": [],
46
+ "text": ""
47
+ },
48
+ "getter": false,
49
+ "setter": false,
50
+ "attribute": "dark",
51
+ "reflect": false,
52
+ "defaultValue": "false"
53
+ },
54
+ "first": {
55
+ "type": "boolean",
56
+ "mutable": false,
57
+ "complexType": {
58
+ "original": "boolean",
59
+ "resolved": "boolean",
60
+ "references": {}
61
+ },
62
+ "required": false,
63
+ "optional": true,
64
+ "docs": {
65
+ "tags": [],
66
+ "text": ""
67
+ },
68
+ "getter": false,
69
+ "setter": false,
70
+ "attribute": "first",
71
+ "reflect": false,
72
+ "defaultValue": "false"
73
+ },
74
+ "link": {
75
+ "type": "string",
76
+ "mutable": false,
77
+ "complexType": {
78
+ "original": "string",
79
+ "resolved": "string",
80
+ "references": {}
81
+ },
82
+ "required": false,
83
+ "optional": true,
84
+ "docs": {
85
+ "tags": [],
86
+ "text": ""
87
+ },
88
+ "getter": false,
89
+ "setter": false,
90
+ "attribute": "link",
91
+ "reflect": false
92
+ }
93
+ };
94
+ }
95
+ static get elementRef() { return "el"; }
96
+ }
97
+ //# sourceMappingURL=breadcrumb-item.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breadcrumb-item.js","sourceRoot":"","sources":["../../../src/components/breadcrumb-item/breadcrumb-item.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,eAAe,CAAA;AAO3D,MAAM,OAAO,KAAK;IALlB;QAOI,SAAI,GAAa,KAAK,CAAA;QAEtB,UAAK,GAAa,KAAK,CAAA;KAgC1B;IA1BU,cAAc;QACjB,IAAI,QAAQ,GAAG,wBAAwB,CAAA;QAEvC,IAAI,IAAI,CAAC,IAAI,EAAE,CAAC;YACZ,QAAQ,GAAG,GAAG,QAAQ,WAAW,CAAA;QACrC,CAAC;QACD,IAAI,IAAI,CAAC,KAAK,EAAE,CAAC;YACb,QAAQ,GAAG,GAAG,QAAQ,YAAY,CAAA;QACtC,CAAC;QAED,OAAO,QAAQ,CAAA;IACnB,CAAC;IAED,MAAM;QACF,OAAO,CACH,6DAAM,KAAK,EAAE,IAAI,CAAC,cAAc,EAAE,IAC7B,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CACT,SAAG,IAAI,EAAE,IAAI,CAAC,IAAI;YACd,eAAQ,CACR,CACP,CAAC,CAAC,CAAC,CACA,eAAQ,CACX,CACE,CACV,CAAA;IACL,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACJ","sourcesContent":["import { Component, Element, Prop, h } from '@stencil/core'\n\n@Component({\n tag: 'p-breadcrumb-item',\n styleUrl: '../breadcrumb/breadcrumb.scss',\n shadow: true,\n})\nexport class Alert {\n @Prop()\n dark?: boolean = false\n @Prop()\n first?: boolean = false\n @Prop()\n link?: string\n @Element()\n public el: HTMLElement\n\n public getParentClass() {\n let cssClass = 'papier breadcrumb-item'\n\n if (this.dark) {\n cssClass = `${cssClass} is--dark`\n }\n if (this.first) {\n cssClass = `${cssClass} is--first`\n }\n\n return cssClass\n }\n\n render() {\n return (\n <span class={this.getParentClass()}>\n {this.link ? (\n <a href={this.link}>\n <slot />\n </a>\n ) : (\n <slot />\n )}\n </span>\n )\n }\n}\n"]}
@@ -38,7 +38,7 @@ export class Button {
38
38
  return cssClass;
39
39
  }
40
40
  render() {
41
- return (h("div", { key: '102c3aea93dea15e705a1ba57326c1f2c5748e16', class: this.getParentClass() }, h("button", { key: 'c2ef895fac2e3cff008c2fa446a5d0fd49defdfd', disabled: this.disabled, type: "button", class: this.getClass() }, h("slot", { key: '1c9ad05b9580c33c6e6f89ffb0cb84bf3f635243' }))));
41
+ return (h("div", { key: '1c618ca8e283cc22ad0fff8395c262dd891b89e0', class: this.getParentClass() }, h("button", { key: '717a834ccb80db04f6ee66c8f210e0208b316eaa', disabled: this.disabled, type: "button", class: this.getClass() }, h("slot", { key: 'fb587d8a9c051a2212e38806dabeca4bac4e503b' }))));
42
42
  }
43
43
  static get is() { return "p-button"; }
44
44
  static get encapsulation() { return "shadow"; }
@@ -48,9 +48,9 @@ export class Alert {
48
48
  render() {
49
49
  const selected = this.getSelectedValue();
50
50
  const arrowIcon = feather.icons['chevron-down'].toSvg();
51
- return (h("div", { key: '9267bc78025abeecd0bc726dcfe821aee868460d', class: this.getParentClass() }, h("div", { key: '8824eb5a51fec062d691130a71acf8bb18fb8119', class: "dropdown__header border border-primary", onClick: () => {
51
+ return (h("div", { key: '9f7c66a6e8ef3f1a050364e6b6cc1da192b86f73', class: this.getParentClass() }, h("div", { key: '9782c6a363e58d6c3b18ccc6d33c9493ab01b6a6', class: "dropdown__header border border-primary", onClick: () => {
52
52
  this.open = !this.open;
53
- } }, h("span", { key: '83643aad843f3a54b989fea80164c2a4f316b674' }, selected), h("span", { key: '0aabe82681e645e3c1c8fa492d7d133b26db2599', class: "for--icon", innerHTML: arrowIcon })), h("div", { key: '0058f2115ad9891e10f3c56c5d8de147f4970ca5', class: "dropdown__children" }, h("slot", { key: 'da55754f87fc902893a51fd1be4301d3b27e25f7' }))));
53
+ } }, h("span", { key: '4b2953444c789ed80dc4cb414aef552c3b3c1dd5' }, selected), h("span", { key: 'e41e42ae315100c022a7b49c290e7c4e9f030468', class: "for--icon", innerHTML: arrowIcon })), h("div", { key: '82d2dd647027e24bcf858a7488f017db6b3e5657', class: "dropdown__children" }, h("slot", { key: '8227a8fc7c135db8f14f961038073f225849cfad' }))));
54
54
  }
55
55
  static get is() { return "p-dropdown"; }
56
56
  static get encapsulation() { return "shadow"; }
@@ -15,7 +15,7 @@ export class Alert {
15
15
  this.changeEvent.emit(this.value);
16
16
  }
17
17
  render() {
18
- return (h("div", { key: 'cbfa41e3df447562cfe2f3e75b4e9c71bf55a438', class: this.getParentClass(), onClick: () => this.sendClick() }, h("div", { key: 'e17717f3f982eb2b59ef4fc088e59adebb36dd33', class: "border border-primary" }, h("slot", { key: 'f69cd73c7416e8f19cd77d78ad019e48d0d4e93d' }))));
18
+ return (h("div", { key: '94bab7bc42903a879c4899f35eac67259080a99c', class: this.getParentClass(), onClick: () => this.sendClick() }, h("div", { key: '775566e66267d4cf735b85dc417d53e63c76beb4', class: "border border-primary" }, h("slot", { key: '9887e58b530f5a4918085631625cd9a03ca19496' }))));
19
19
  }
20
20
  static get is() { return "p-dropdown-item"; }
21
21
  static get encapsulation() { return "shadow"; }
@@ -25,7 +25,7 @@ export class InputText {
25
25
  this.changeEvent.emit(e.target.value);
26
26
  }
27
27
  render() {
28
- return (h("div", { key: 'e33b740772e27d4523130c4eeee2893595269235', class: this.getParentClass() }, this.label && (h("label", { key: 'a14fbd5465a9f40c807211afcc587d5f4198925d', htmlFor: "paperInputs1" }, this.label, this.required ? '*' : '')), h("input", { key: 'b5a644a95747494d77c15d36cf055b4a8244561a', type: "text", placeholder: this.placeholder, id: "paperInputs1", disabled: this.disabled, value: this.value, onChange: (e) => this.onChange(e) })));
28
+ return (h("div", { key: '01fa99378a561daf3460675737bcd3ab0c49fddb', class: this.getParentClass() }, this.label && (h("label", { key: '2011bbd3366da16a5cb3004c7f69e1739eaf44ba', htmlFor: "paperInputs1" }, this.label, this.required ? '*' : '')), h("input", { key: '3c3641de9df5db826a622dfcc33e257d771561ee', type: "text", placeholder: this.placeholder, id: "paperInputs1", disabled: this.disabled, value: this.value, onChange: (e) => this.onChange(e) })));
29
29
  }
30
30
  static get is() { return "p-input-text"; }
31
31
  static get encapsulation() { return "shadow"; }
@@ -7,7 +7,7 @@ export class Alert {
7
7
  return this.dark ? 'papier is--dark' : 'papier';
8
8
  }
9
9
  render() {
10
- return (h("div", { key: '66db297c7001332299efe606f93df86b467bb264', class: this.getParentClass() }, h("slot", { key: '53f4b99d317914c984309c4ed0d1760ee72b8189' })));
10
+ return (h("div", { key: '94a3a728263a7ec1c8bff667fdc0b22e63c6c9ba', class: this.getParentClass() }, h("slot", { key: 'eb5051ae174663ddcd7a952b4612bf50988f547b' })));
11
11
  }
12
12
  static get is() { return "p-leaf"; }
13
13
  static get originalStyleUrls() {