@jumpgroup/jump-design-system 0.1.3 → 0.1.5

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 (134) hide show
  1. package/dist/cjs/app-globals-3a1e7e63.js +7 -0
  2. package/dist/cjs/app-globals-3a1e7e63.js.map +1 -0
  3. package/dist/cjs/{index-168ed626.js → index-46644e39.js} +503 -152
  4. package/dist/cjs/index-46644e39.js.map +1 -0
  5. package/dist/cjs/jump-button.cjs.entry.js +35 -0
  6. package/dist/cjs/jump-button.cjs.entry.js.map +1 -0
  7. package/dist/cjs/jump-design-system.cjs.js +6 -4
  8. package/dist/cjs/jump-design-system.cjs.js.map +1 -1
  9. package/dist/cjs/{app-icon.cjs.entry.js → jump-icon.cjs.entry.js} +22 -33
  10. package/dist/cjs/jump-icon.cjs.entry.js.map +1 -0
  11. package/dist/cjs/jump-pagination.cjs.entry.js +35 -0
  12. package/dist/cjs/jump-pagination.cjs.entry.js.map +1 -0
  13. package/dist/cjs/loader.cjs.js +6 -4
  14. package/dist/cjs/loader.cjs.js.map +1 -1
  15. package/dist/collection/collection-manifest.json +5 -4
  16. package/dist/collection/components/app-icon/{app-icon.css → jump-icon.css} +2 -2
  17. package/dist/collection/components/app-icon/jump-icon.js +64 -0
  18. package/dist/collection/components/app-icon/jump-icon.js.map +1 -0
  19. package/dist/collection/components/app-icon/jump-icon.stories.js +25 -0
  20. package/dist/collection/components/app-icon/jump-icon.stories.js.map +1 -0
  21. package/dist/collection/components/app-icon/test/jump-icon.e2e.js +10 -0
  22. package/dist/collection/components/app-icon/test/jump-icon.e2e.js.map +1 -0
  23. package/dist/collection/components/app-icon/test/jump-icon.spec.js +18 -0
  24. package/dist/collection/components/app-icon/test/jump-icon.spec.js.map +1 -0
  25. package/dist/collection/components/jump-button/jump-button.css +107 -0
  26. package/dist/collection/components/jump-button/jump-button.js +270 -0
  27. package/dist/collection/components/jump-button/jump-button.js.map +1 -0
  28. package/dist/collection/components/jump-button/jump-button.stories.js +344 -0
  29. package/dist/collection/components/jump-button/jump-button.stories.js.map +1 -0
  30. package/dist/collection/components/jump-button/test/jump-button.e2e.js +10 -0
  31. package/dist/collection/components/jump-button/test/jump-button.e2e.js.map +1 -0
  32. package/dist/collection/components/jump-button/test/jump-button.spec.js +18 -0
  33. package/dist/collection/components/jump-button/test/jump-button.spec.js.map +1 -0
  34. package/dist/collection/components/jump-pagination/jump-pagination.css +43 -0
  35. package/dist/collection/components/jump-pagination/jump-pagination.js +180 -0
  36. package/dist/collection/components/jump-pagination/jump-pagination.js.map +1 -0
  37. package/dist/collection/components/jump-pagination/jump-pagination.stories.js +116 -0
  38. package/dist/collection/components/jump-pagination/jump-pagination.stories.js.map +1 -0
  39. package/dist/collection/components/jump-pagination/test/jump-pagination.e2e.js +10 -0
  40. package/dist/collection/components/jump-pagination/test/jump-pagination.e2e.js.map +1 -0
  41. package/dist/collection/components/jump-pagination/test/jump-pagination.spec.js +18 -0
  42. package/dist/collection/components/jump-pagination/test/jump-pagination.spec.js.map +1 -0
  43. package/dist/collection/utils/utils.js +1 -1
  44. package/dist/collection/utils/utils.js.map +1 -1
  45. package/dist/collection/utils/utils.spec.js +12 -12
  46. package/dist/collection/utils/utils.spec.js.map +1 -1
  47. package/dist/components/index.d.ts +6 -0
  48. package/dist/components/index.js +1 -1
  49. package/dist/components/{app-button.d.ts → jump-button.d.ts} +4 -4
  50. package/dist/components/jump-button.js +62 -0
  51. package/dist/components/jump-button.js.map +1 -0
  52. package/dist/components/{app-icon.d.ts → jump-icon.d.ts} +4 -4
  53. package/dist/components/jump-icon.js +8 -0
  54. package/dist/components/jump-icon.js.map +1 -0
  55. package/dist/components/{app-icon.js → jump-icon2.js} +39 -53
  56. package/dist/components/jump-icon2.js.map +1 -0
  57. package/dist/components/jump-pagination.d.ts +11 -0
  58. package/dist/components/jump-pagination.js +63 -0
  59. package/dist/components/jump-pagination.js.map +1 -0
  60. package/dist/esm/app-globals-0f993ce5.js +5 -0
  61. package/dist/esm/app-globals-0f993ce5.js.map +1 -0
  62. package/dist/esm/{index-330d1de1.js → index-b0176170.js} +503 -152
  63. package/dist/esm/index-b0176170.js.map +1 -0
  64. package/dist/esm/jump-button.entry.js +31 -0
  65. package/dist/esm/jump-button.entry.js.map +1 -0
  66. package/dist/esm/jump-design-system.js +7 -5
  67. package/dist/esm/jump-design-system.js.map +1 -1
  68. package/dist/esm/{app-icon.entry.js → jump-icon.entry.js} +22 -33
  69. package/dist/esm/jump-icon.entry.js.map +1 -0
  70. package/dist/esm/jump-pagination.entry.js +31 -0
  71. package/dist/esm/jump-pagination.entry.js.map +1 -0
  72. package/dist/esm/loader.js +7 -5
  73. package/dist/esm/loader.js.map +1 -1
  74. package/dist/jump-design-system/jump-design-system.esm.js +1 -1
  75. package/dist/jump-design-system/jump-design-system.esm.js.map +1 -1
  76. package/dist/jump-design-system/p-0d2b55a8.entry.js +2 -0
  77. package/dist/jump-design-system/p-0d2b55a8.entry.js.map +1 -0
  78. package/dist/jump-design-system/{p-e8515cce.entry.js → p-3cbc3a68.entry.js} +3 -3
  79. package/dist/jump-design-system/p-3cbc3a68.entry.js.map +1 -0
  80. package/dist/jump-design-system/p-68bce598.js +3 -0
  81. package/dist/jump-design-system/p-68bce598.js.map +1 -0
  82. package/dist/jump-design-system/p-9e6ea006.entry.js +2 -0
  83. package/dist/jump-design-system/p-9e6ea006.entry.js.map +1 -0
  84. package/dist/jump-design-system/p-e1255160.js +2 -0
  85. package/dist/jump-design-system/p-e1255160.js.map +1 -0
  86. package/dist/jump-design-system-elements.json +92 -3
  87. package/dist/types/components/app-icon/jump-icon.d.ts +12 -0
  88. package/dist/types/components/app-icon/jump-icon.stories.d.ts +19 -0
  89. package/dist/types/components/jump-button/jump-button.d.ts +55 -0
  90. package/dist/types/components/jump-button/jump-button.stories.d.ts +157 -0
  91. package/dist/types/components/jump-pagination/jump-pagination.d.ts +26 -0
  92. package/dist/types/components/jump-pagination/jump-pagination.stories.d.ts +71 -0
  93. package/dist/types/components.d.ts +123 -22
  94. package/dist/types/stencil-public-runtime.d.ts +46 -5
  95. package/loader/index.d.ts +1 -1
  96. package/package.json +2 -2
  97. package/readme.md +33 -66
  98. package/dist/cjs/app-button.cjs.entry.js +0 -28
  99. package/dist/cjs/app-button.cjs.entry.js.map +0 -1
  100. package/dist/cjs/app-icon.cjs.entry.js.map +0 -1
  101. package/dist/cjs/index-168ed626.js.map +0 -1
  102. package/dist/collection/components/app-button/app-button.css +0 -107
  103. package/dist/collection/components/app-button/app-button.js +0 -157
  104. package/dist/collection/components/app-button/app-button.js.map +0 -1
  105. package/dist/collection/components/app-button/app-button.stories.js +0 -227
  106. package/dist/collection/components/app-button/app-button.stories.js.map +0 -1
  107. package/dist/collection/components/app-button/test/app-button.e2e.js +0 -10
  108. package/dist/collection/components/app-button/test/app-button.e2e.js.map +0 -1
  109. package/dist/collection/components/app-button/test/app-button.spec.js +0 -18
  110. package/dist/collection/components/app-button/test/app-button.spec.js.map +0 -1
  111. package/dist/collection/components/app-icon/app-icon.js +0 -64
  112. package/dist/collection/components/app-icon/app-icon.js.map +0 -1
  113. package/dist/collection/components/app-icon/app-icon.stories.js +0 -25
  114. package/dist/collection/components/app-icon/app-icon.stories.js.map +0 -1
  115. package/dist/collection/components/app-icon/test/app-icon.e2e.js +0 -10
  116. package/dist/collection/components/app-icon/test/app-icon.e2e.js.map +0 -1
  117. package/dist/collection/components/app-icon/test/app-icon.spec.js +0 -18
  118. package/dist/collection/components/app-icon/test/app-icon.spec.js.map +0 -1
  119. package/dist/components/app-button.js +0 -49
  120. package/dist/components/app-button.js.map +0 -1
  121. package/dist/components/app-icon.js.map +0 -1
  122. package/dist/esm/app-button.entry.js +0 -24
  123. package/dist/esm/app-button.entry.js.map +0 -1
  124. package/dist/esm/app-icon.entry.js.map +0 -1
  125. package/dist/esm/index-330d1de1.js.map +0 -1
  126. package/dist/jump-design-system/p-28b9ffd5.js +0 -3
  127. package/dist/jump-design-system/p-28b9ffd5.js.map +0 -1
  128. package/dist/jump-design-system/p-da4d9423.entry.js +0 -2
  129. package/dist/jump-design-system/p-da4d9423.entry.js.map +0 -1
  130. package/dist/jump-design-system/p-e8515cce.entry.js.map +0 -1
  131. package/dist/types/components/app-button/app-button.d.ts +0 -31
  132. package/dist/types/components/app-button/app-button.stories.d.ts +0 -95
  133. package/dist/types/components/app-icon/app-icon.d.ts +0 -12
  134. package/dist/types/components/app-icon/app-icon.stories.d.ts +0 -19
@@ -0,0 +1,35 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-46644e39.js');
6
+
7
+ const jumpPaginationCss = ":host{display:block}.JumpPagination{--pagination-label-color:var(--neutral-grey-secondary);--pagination-arrows-color:var(--neutral-grey-secondary);font-family:var(--ff-primary)}.JumpPagination__Wrapper{display:flex;justify-content:space-between}.JumpPagination__Wrapper .elementsPerPage{display:flex;gap:1rem;align-items:center}.JumpPagination__Wrapper .elementsPerPage label{color:var(--pagination-label-color);font-size:14px;font-weight:normal}.JumpPagination__Wrapper .indicators{font-size:16px;font-weight:normal;display:flex;justify-content:space-between;gap:20px;color:var(--pagination-label-color)}.JumpPagination__Wrapper .indicators .arrow{color:var(--pagination-arrows-color);display:flex;align-items:center;gap:10px}.JumpPagination__Wrapper .indicators .elements{color:var(--pagination-label-color);display:flex;align-items:center;gap:5px}";
8
+ const JumpPaginationStyle0 = jumpPaginationCss;
9
+
10
+ const JumpPagination = class {
11
+ constructor(hostRef) {
12
+ index.registerInstance(this, hostRef);
13
+ this.totalElements = undefined;
14
+ this.currentPage = undefined;
15
+ this.lastPage = undefined;
16
+ this.labelElementsPerPage = 'Elementi per pagina';
17
+ this.elementsRanges = [10, 20, 60, 100];
18
+ this.firstPage = undefined;
19
+ this.completeVersion = false;
20
+ this.showAdditionalChrevrons = false;
21
+ }
22
+ render() {
23
+ var _a;
24
+ return (index.h(index.Host, { key: 'eacb989c1eafddab001bce8a3e7618b42e281604', class: "JumpPagination" }, index.h("div", { key: '52ebe6a91e9cde9f4bdcbad4be0a7e16d0a3867f', class: "JumpPagination__Wrapper" }, this.completeVersion &&
25
+ index.h("div", { class: "elementsPerPage" }, index.h("label", { htmlFor: "elements" }, (_a = this.labelElementsPerPage) !== null && _a !== void 0 ? _a : 'Elements per page'), index.h("select", { name: "elements", id: "elements" }, this.elementsRanges.map((range) => (index.h("option", { value: range }, range))))), index.h("div", { key: '97a70fd1f86f644ee0199f0a6f1945988579705c', class: "indicators" }, index.h("div", { key: '9e9a1c2f541b3aaad78105a58f051127770b6e4d', class: "elements" }, this.completeVersion ?
26
+ index.h("span", null, index.h("span", null, this.firstPage), " - ", index.h("span", null, this.currentPage), " di ", index.h("span", null, this.totalElements))
27
+ :
28
+ index.h("span", null, index.h("span", null, this.currentPage), " di ", index.h("span", null, this.lastPage))), index.h("div", { key: 'e7fe2402c2c6a1906f9f3bfc70cfde428590c964', class: "arrow" }, this.showAdditionalChrevrons && index.h("jump-icon", { name: "chevrons-left" }), index.h("jump-icon", { key: 'dadb4d94ce1bf31219adfa554a47b33f19b9b3a7', name: "chevron-left" }), index.h("jump-icon", { key: '841030e266c11bda6d75800bbc61f7e0899fd1ae', name: "chevron-right" }), this.showAdditionalChrevrons && index.h("jump-icon", { name: "chevrons-right" }))))));
29
+ }
30
+ };
31
+ JumpPagination.style = JumpPaginationStyle0;
32
+
33
+ exports.jump_pagination = JumpPagination;
34
+
35
+ //# sourceMappingURL=jump-pagination.cjs.entry.js.map
@@ -0,0 +1 @@
1
+ {"file":"jump-pagination.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,iBAAiB,GAAG,o1BAAo1B,CAAC;AAC/2B,6BAAe,iBAAiB;;MCMnB,cAAc;;;;;;oCAe+B,qBAAqB;8BAKpB,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,CAAC;;+BAUtB,KAAK;uCAEG,KAAK;;IAEjE,MAAM;;QACJ,QACEA,QAACC,UAAI,qDAAC,KAAK,EAAC,gBAAgB,IAC1BD,kEAAK,KAAK,EAAC,yBAAyB,IAChC,IAAI,CAAC,eAAe;YACpBA,iBAAK,KAAK,EAAC,iBAAiB,IAC1BA,mBAAO,OAAO,EAAC,UAAU,IAAE,MAAA,IAAI,CAAC,oBAAoB,mCAAI,mBAAmB,CAAS,EAChFA,oBAAQ,IAAI,EAAC,UAAU,EAAC,EAAE,EAAC,UAAU,IAClC,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC,KAAK,MAC7BA,oBAAQ,KAAK,EAAE,KAAK,IAAG,KAAK,CAAU,CACvC,CAAC,CACK,CACT,EAERA,kEAAK,KAAK,EAAC,YAAY,IACrBA,kEAAK,KAAK,EAAC,UAAU,IAClB,IAAI,CAAC,eAAe;YACnBA,sBACEA,sBAAO,IAAI,CAAC,SAAS,CAAQ,SAAGA,sBAAO,IAAI,CAAC,WAAW,CAAQ,UAAIA,sBAAO,IAAI,CAAC,aAAa,CAAQ,CAC/F;;gBAGPA,sBACEA,sBAAO,IAAI,CAAC,WAAW,CAAQ,UAAIA,sBAAO,IAAI,CAAC,QAAQ,CAAQ,CAC1D,CAEL,EACNA,kEAAK,KAAK,EAAC,OAAO,IACf,IAAI,CAAC,uBAAuB,IAAIA,uBAAW,IAAI,EAAC,eAAe,GAAa,EAC7EA,wEAAW,IAAI,EAAC,cAAc,GAAa,EAC3CA,wEAAW,IAAI,EAAC,eAAe,GAAa,EAC3C,IAAI,CAAC,uBAAuB,IAAIA,uBAAW,IAAI,EAAC,gBAAgB,GAAa,CAC1E,CACF,CACF,CACD,EACP;KACH;;;;;;","names":["h","Host"],"sources":["src/components/jump-pagination/jump-pagination.scss?tag=jump-pagination","src/components/jump-pagination/jump-pagination.tsx"],"sourcesContent":[":host {\n display: block;\n}\n\n.JumpPagination {\n --pagination-label-color: var(--neutral-grey-secondary);\n --pagination-arrows-color: var(--neutral-grey-secondary);\n \n font-family: var(--ff-primary);\n\n &__Wrapper {\n display: flex;\n justify-content: space-between;\n\n .elementsPerPage {\n display: flex;\n gap: 1rem;\n align-items: center;\n\n label {\n color: var(--pagination-label-color);\n font-size: 14px;\n font-weight: normal;\n }\n } \n \n .indicators {\n font-size: 16px;\n font-weight: normal;\n display: flex;\n justify-content: space-between;\n gap: 20px;\n \n color: var(--pagination-label-color);\n\n .arrow {\n color: var(--pagination-arrows-color);\n display: flex;\n align-items: center;\n gap: 10px;\n }\n\n .elements {\n color: var(--pagination-label-color);\n display: flex;\n align-items: center;\n gap: 5px;\n }\n }\n \n }\n \n}","import { Component, Host, Prop, h } from '@stencil/core';\n\n@Component({\n tag: 'jump-pagination',\n styleUrl: 'jump-pagination.scss',\n shadow: false,\n})\nexport class JumpPagination {\n \n /* ---------------------- @PROPERTIES ------------------------- */\n\n @Prop({ reflect: true }) totalElements: number;\n\n /**\n * \n */\n @Prop({ reflect: true }) currentPage: number;\n @Prop({ reflect: true }) lastPage: number; \n\n /**\n * Label for the elements per page select\n */\n @Prop({ reflect: true }) labelElementsPerPage: string = 'Elementi per pagina';\n\n /**\n * Values for the elements per page select\n */\n @Prop({ reflect: true }) elementsRanges: Array<number> = [10, 20, 60, 100];\n\n /**\n * Indicates the first page/product of the list\n */\n @Prop({ reflect: true }) firstPage: number;\n\n /**\n * If true, the component will show the complete version of the pagination, with elements informations\n */\n @Prop({ reflect: true }) completeVersion: boolean = false;\n\n @Prop({ reflect: true }) showAdditionalChrevrons: boolean = false;\n\n render() {\n return (\n <Host class=\"JumpPagination\">\n <div class=\"JumpPagination__Wrapper\">\n { this.completeVersion && \n <div class=\"elementsPerPage\">\n <label htmlFor=\"elements\">{this.labelElementsPerPage ?? 'Elements per page'}</label>\n <select name=\"elements\" id=\"elements\">\n {this.elementsRanges.map((range) => (\n <option value={range}>{range}</option>\n ))}\n </select>\n </div> \n }\n <div class=\"indicators\"> \n <div class=\"elements\">\n {this.completeVersion ?\n <span>\n <span>{this.firstPage}</span> - <span>{this.currentPage}</span> di <span>{this.totalElements}</span>\n </span>\n \n :\n <span>\n <span>{this.currentPage}</span> di <span>{this.lastPage}</span>\n </span>\n }\n </div>\n <div class=\"arrow\">\n {this.showAdditionalChrevrons && <jump-icon name=\"chevrons-left\"></jump-icon>}\n <jump-icon name=\"chevron-left\"></jump-icon>\n <jump-icon name=\"chevron-right\"></jump-icon>\n {this.showAdditionalChrevrons && <jump-icon name=\"chevrons-right\"></jump-icon>}\n </div> \n </div>\n </div>\n </Host>\n );\n }\n\n}\n"],"version":3}
@@ -2,11 +2,13 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-168ed626.js');
5
+ const index = require('./index-46644e39.js');
6
+ const appGlobals = require('./app-globals-3a1e7e63.js');
6
7
 
7
- const defineCustomElements = (win, options) => {
8
- if (typeof window === 'undefined') return Promise.resolve();
9
- return index.bootstrapLazy([["app-button.cjs",[[4,"app-button",{"disabled":[4],"variant":[513],"outline":[516],"size":[513],"pill":[516],"text":[516],"onlyIcon":[516,"only-icon"]}]]],["app-icon.cjs",[[0,"app-icon",{"name":[1],"class":[1]}]]]], options);
8
+ const defineCustomElements = async (win, options) => {
9
+ if (typeof window === 'undefined') return undefined;
10
+ await appGlobals.globalScripts();
11
+ return index.bootstrapLazy([["jump-icon.cjs",[[0,"jump-icon",{"name":[1],"class":[1]}]]],["jump-pagination.cjs",[[0,"jump-pagination",{"totalElements":[514,"total-elements"],"currentPage":[514,"current-page"],"lastPage":[514,"last-page"],"labelElementsPerPage":[513,"label-elements-per-page"],"elementsRanges":[16],"firstPage":[514,"first-page"],"completeVersion":[516,"complete-version"],"showAdditionalChrevrons":[516,"show-additional-chrevrons"]}]]],["jump-button.cjs",[[4,"jump-button",{"disabled":[4],"variant":[513],"outline":[516],"size":[513],"pill":[516],"text":[516],"onlyIcon":[516,"only-icon"],"href":[513],"target":[513],"type":[513],"name":[513],"value":[513],"ariaLabel":[513,"aria-label"]}]]]], options);
10
12
  };
11
13
 
12
14
  exports.setNonce = index.setNonce;
@@ -1 +1 @@
1
- {"file":"loader.cjs.js","mappings":";;;;;;AAGY,MAAC,oBAAoB,GAAG,CAAC,GAAG,EAAE,OAAO,KAAK;AACtD,EAAE,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE,OAAO,OAAO,CAAC,OAAO,EAAE,CAAC;AAE9D,EAAE,OAAOA,mBAAa,CAAC,4BAA4B,EAAE,OAAO,CAAC,CAAC;AAC9D;;;;;","names":["bootstrapLazy"],"sources":["@lazy-external-entrypoint?app-data=conditional"],"sourcesContent":["export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\nexport const defineCustomElements = (win, options) => {\n if (typeof window === 'undefined') return Promise.resolve();\n globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n};\n"],"version":3}
1
+ {"file":"loader.cjs.js","mappings":";;;;;;;AAGY,MAAC,oBAAoB,GAAG,OAAO,GAAG,EAAE,OAAO,KAAK;AAC5D,EAAE,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE,OAAO,SAAS,CAAC;AACtD,EAAE,MAAMA,wBAAa,EAAE,CAAC;AACxB,EAAE,OAAOC,mBAAa,CAAC,4BAA4B,EAAE,OAAO,CAAC,CAAC;AAC9D;;;;;","names":["globalScripts","bootstrapLazy"],"sources":["@lazy-external-entrypoint?app-data=conditional"],"sourcesContent":["export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\nexport const defineCustomElements = async (win, options) => {\n if (typeof window === 'undefined') return undefined;\n await globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n};\n"],"version":3}
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "entries": [
3
- "components/app-button/app-button.js",
4
- "components/app-icon/app-icon.js"
3
+ "components/app-icon/jump-icon.js",
4
+ "components/jump-button/jump-button.js",
5
+ "components/jump-pagination/jump-pagination.js"
5
6
  ],
6
7
  "compiler": {
7
8
  "name": "@stencil/core",
8
- "version": "4.0.1",
9
- "typescriptVersion": "5.0.4"
9
+ "version": "4.12.4",
10
+ "typescriptVersion": "5.3.3"
10
11
  },
11
12
  "collections": [],
12
13
  "bundles": []
@@ -1,7 +1,7 @@
1
- app-icon {
1
+ jump-icon {
2
2
  display: inline-flex;
3
3
  }
4
- app-icon svg {
4
+ jump-icon svg {
5
5
  width: 1em;
6
6
  height: 1em;
7
7
  }
@@ -0,0 +1,64 @@
1
+ import { Host, h } from "@stencil/core";
2
+ import feather from "feather-icons";
3
+ export class AppIcon {
4
+ constructor() {
5
+ this.name = undefined;
6
+ this.class = undefined;
7
+ }
8
+ componentDidLoad() {
9
+ feather.replace();
10
+ }
11
+ render() {
12
+ return (h(Host, { key: '14d7d5f653ab907fe0d9da64a440698b76a6d04d' }, h("i", { key: 'fd7106ed6861826cbb4a17a6a5b63f3e02a39f1c', "data-feather": this.name, class: this.class })));
13
+ }
14
+ static get is() { return "jump-icon"; }
15
+ static get originalStyleUrls() {
16
+ return {
17
+ "$": ["jump-icon.scss"]
18
+ };
19
+ }
20
+ static get styleUrls() {
21
+ return {
22
+ "$": ["jump-icon.css"]
23
+ };
24
+ }
25
+ static get properties() {
26
+ return {
27
+ "name": {
28
+ "type": "string",
29
+ "mutable": false,
30
+ "complexType": {
31
+ "original": "string",
32
+ "resolved": "string",
33
+ "references": {}
34
+ },
35
+ "required": false,
36
+ "optional": false,
37
+ "docs": {
38
+ "tags": [],
39
+ "text": "Name of the icon"
40
+ },
41
+ "attribute": "name",
42
+ "reflect": false
43
+ },
44
+ "class": {
45
+ "type": "string",
46
+ "mutable": false,
47
+ "complexType": {
48
+ "original": "string",
49
+ "resolved": "string",
50
+ "references": {}
51
+ },
52
+ "required": false,
53
+ "optional": false,
54
+ "docs": {
55
+ "tags": [],
56
+ "text": "Additional classes"
57
+ },
58
+ "attribute": "class",
59
+ "reflect": false
60
+ }
61
+ };
62
+ }
63
+ }
64
+ //# sourceMappingURL=jump-icon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jump-icon.js","sourceRoot":"","sources":["../../../src/components/app-icon/jump-icon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,OAAO,MAAM,eAAe,CAAC;AAOpC,MAAM,OAAO,OAAO;;;;;IAYlB,gBAAgB;QACd,OAAO,CAAC,OAAO,EAAE,CAAC;IACpB,CAAC;IAED,MAAM;QACJ,OAAO,CACL,EAAC,IAAI;YACH,0EAAiB,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK,GAAM,CAC9C,CACR,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEF","sourcesContent":["import { Component, Host, Prop, h } from '@stencil/core';\nimport feather from 'feather-icons';\n\n@Component({\n tag: 'jump-icon',\n styleUrl: 'jump-icon.scss',\n shadow: false,\n})\nexport class AppIcon {\n /**\n * Name of the icon\n **/\n @Prop() name: string;\n\n /**\n * Additional classes\n **/\n @Prop() class: string;\n\n\n componentDidLoad() {\n feather.replace();\n }\n\n render() {\n return (\n <Host>\n <i data-feather={this.name} class={this.class}></i>\n </Host>\n );\n }\n\n}\n"]}
@@ -0,0 +1,25 @@
1
+ import feather from "feather-icons";
2
+ export default {
3
+ title: 'Components/Atoms/Icon',
4
+ tags: ['autodocs'],
5
+ argTypes: {
6
+ name: {
7
+ name: 'Nome Icona',
8
+ control: 'select',
9
+ options: Object.keys(feather.icons),
10
+ description: 'Seleziona il nome dell\'icona dal menu a tendina'
11
+ },
12
+ class: {
13
+ name: 'Classi aggiuntive',
14
+ control: 'text',
15
+ description: 'Aggiungi classi aggiuntive all\'icona (separate da spazio)'
16
+ }
17
+ }
18
+ };
19
+ const Template = (args) => `<jump-icon class="${args.class}" name="${args.name}"></jump-icon>`;
20
+ export const Icon = Template.bind({});
21
+ Icon.args = {
22
+ name: Object.keys(feather.icons)[0],
23
+ class: '',
24
+ };
25
+ //# sourceMappingURL=jump-icon.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jump-icon.stories.js","sourceRoot":"","sources":["../../../src/components/app-icon/jump-icon.stories.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,eAAe,CAAC;AAEpC,eAAe;IACb,KAAK,EAAE,uBAAuB;IAC9B,IAAI,EAAE,CAAC,UAAU,CAAC;IAClB,QAAQ,EAAE;QACR,IAAI,EAAE;YACJ,IAAI,EAAE,YAAY;YAClB,OAAO,EAAE,QAAQ;YACjB,OAAO,EAAE,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC;YACnC,WAAW,EAAE,kDAAkD;SAChE;QACD,KAAK,EAAE;YACL,IAAI,EAAE,mBAAmB;YACzB,OAAO,EAAE,MAAM;YACf,WAAW,EAAE,4DAA4D;SAC1E;KACF;CACF,CAAC;AAEF,MAAM,QAAQ,GAAG,CAAC,IAAI,EAAE,EAAE,CAAC,qBAAqB,IAAI,CAAC,KAAK,WAAW,IAAI,CAAC,IAAI,gBAAgB,CAAC;AAE/F,MAAM,CAAC,MAAM,IAAI,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACtC,IAAI,CAAC,IAAI,GAAG;IACV,IAAI,EAAE,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;IACnC,KAAK,EAAE,EAAE;CACV,CAAC","sourcesContent":["import feather from 'feather-icons';\n\nexport default {\n title: 'Components/Atoms/Icon',\n tags: ['autodocs'],\n argTypes: {\n name: {\n name: 'Nome Icona',\n control: 'select',\n options: Object.keys(feather.icons),\n description: 'Seleziona il nome dell\\'icona dal menu a tendina'\n },\n class: {\n name: 'Classi aggiuntive',\n control: 'text',\n description: 'Aggiungi classi aggiuntive all\\'icona (separate da spazio)'\n }\n }\n};\n\nconst Template = (args) => `<jump-icon class=\"${args.class}\" name=\"${args.name}\"></jump-icon>`;\n\nexport const Icon = Template.bind({});\nIcon.args = {\n name: Object.keys(feather.icons)[0],\n class: '',\n};"]}
@@ -0,0 +1,10 @@
1
+ import { newE2EPage } from "@stencil/core/testing";
2
+ describe('jump-icon', () => {
3
+ it('renders', async () => {
4
+ const page = await newE2EPage();
5
+ await page.setContent('<jump-icon></jump-icon>');
6
+ const element = await page.find('jump-icon');
7
+ expect(element).toHaveClass('hydrated');
8
+ });
9
+ });
10
+ //# sourceMappingURL=jump-icon.e2e.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jump-icon.e2e.js","sourceRoot":"","sources":["../../../../src/components/app-icon/test/jump-icon.e2e.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAEnD,QAAQ,CAAC,WAAW,EAAE,GAAG,EAAE;IACzB,EAAE,CAAC,SAAS,EAAE,KAAK,IAAI,EAAE;QACvB,MAAM,IAAI,GAAG,MAAM,UAAU,EAAE,CAAC;QAChC,MAAM,IAAI,CAAC,UAAU,CAAC,yBAAyB,CAAC,CAAC;QAEjD,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC7C,MAAM,CAAC,OAAO,CAAC,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAC1C,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC","sourcesContent":["import { newE2EPage } from '@stencil/core/testing';\n\ndescribe('jump-icon', () => {\n it('renders', async () => {\n const page = await newE2EPage();\n await page.setContent('<jump-icon></jump-icon>');\n\n const element = await page.find('jump-icon');\n expect(element).toHaveClass('hydrated');\n });\n});\n"]}
@@ -0,0 +1,18 @@
1
+ import { newSpecPage } from "@stencil/core/testing";
2
+ import { AppIcon } from "../jump-icon";
3
+ describe('jump-icon', () => {
4
+ it('renders', async () => {
5
+ const page = await newSpecPage({
6
+ components: [AppIcon],
7
+ html: `<jump-icon></jump-icon>`,
8
+ });
9
+ expect(page.root).toEqualHtml(`
10
+ <jump-icon>
11
+ <mock:shadow-root>
12
+ <slot></slot>
13
+ </mock:shadow-root>
14
+ </jump-icon>
15
+ `);
16
+ });
17
+ });
18
+ //# sourceMappingURL=jump-icon.spec.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jump-icon.spec.js","sourceRoot":"","sources":["../../../../src/components/app-icon/test/jump-icon.spec.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAEvC,QAAQ,CAAC,WAAW,EAAE,GAAG,EAAE;IACzB,EAAE,CAAC,SAAS,EAAE,KAAK,IAAI,EAAE;QACvB,MAAM,IAAI,GAAG,MAAM,WAAW,CAAC;YAC7B,UAAU,EAAE,CAAC,OAAO,CAAC;YACrB,IAAI,EAAE,yBAAyB;SAChC,CAAC,CAAC;QACH,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,WAAW,CAAC;;;;;;KAM7B,CAAC,CAAC;IACL,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC","sourcesContent":["import { newSpecPage } from '@stencil/core/testing';\nimport { AppIcon } from '../jump-icon';\n\ndescribe('jump-icon', () => {\n it('renders', async () => {\n const page = await newSpecPage({\n components: [AppIcon],\n html: `<jump-icon></jump-icon>`,\n });\n expect(page.root).toEqualHtml(`\n <jump-icon>\n <mock:shadow-root>\n <slot></slot>\n </mock:shadow-root>\n </jump-icon>\n `);\n });\n});\n"]}
@@ -0,0 +1,107 @@
1
+ jump-button button {
2
+ background-color: transparent;
3
+ border: none;
4
+ padding: 0;
5
+ margin: 0;
6
+ font: inherit;
7
+ color: inherit;
8
+ cursor: pointer;
9
+ }
10
+
11
+ jump-button {
12
+ display: inline-flex;
13
+ align-items: center;
14
+ --jump-button-color: #ffffff;
15
+ --jump-button-color-disabled: #cbcbcb;
16
+ --jump-button-background: blue;
17
+ --jump-button-background-outline: transparent;
18
+ --jump-button-color-hover: #ffffff;
19
+ --jump-button-background-hover: darkblue;
20
+ --jump-button-border-radius: var(--border-radius-1, 0.1875rem) var(--border-radius-1, 0.1875rem) var(--border-radius-1, 0.1875rem) var(--border-radius-1, 0.1875rem);
21
+ --jump-button-padding: 1rem 1.25rem;
22
+ }
23
+ jump-button button {
24
+ background-color: var(--jump-button-background);
25
+ border-radius: var(--jump-button-border-radius);
26
+ color: var(--jump-button-color);
27
+ position: relative;
28
+ font-family: var(--ff-primary, "Arial"), sans-serif;
29
+ font-weight: var(--fw-400, 400);
30
+ font-size: var(--fs-400, 1rem);
31
+ line-height: var(--lh-400, 1.3);
32
+ display: flex;
33
+ align-items: center;
34
+ gap: var(--jump-button-gap, 0.5rem);
35
+ padding: var(--jump-button-padding);
36
+ }
37
+ jump-button button:hover {
38
+ background-color: var(--jump-button-background-hover);
39
+ color: var(--jump-button-color-hover);
40
+ }
41
+ jump-button button[data-variant=primary] {
42
+ --jump-button-color: var(--neutral-white);
43
+ --jump-button-background: var(--primary-standard);
44
+ --jump-button-color-hover: var(--neutral-white);
45
+ --jump-button-background-hover: var(--primary-hard);
46
+ }
47
+ jump-button button[data-variant=secondary] {
48
+ --jump-button-color: var(--neutral-white);
49
+ --jump-button-background: var(--secondary-standard);
50
+ --jump-button-color-hover: var(--neutral-white);
51
+ --jump-button-background-hover: var(--secondary-hard);
52
+ }
53
+ jump-button button[disabled] {
54
+ --jump-button-background: var(--jump-button-color-disabled);
55
+ --jump-button-background-hover: var(--jump-button-color-disabled);
56
+ cursor: not-allowed;
57
+ }
58
+ jump-button button[data-pill] {
59
+ border-radius: 100rem;
60
+ }
61
+ jump-button button[data-size=small] {
62
+ font-size: var(--fs-300, 0.875rem);
63
+ line-height: var(--lh-300, 1.2);
64
+ --jump-button-padding: 0.5rem 1rem;
65
+ }
66
+ jump-button button[data-size=medium] {
67
+ font-size: var(--fs-400, 1rem);
68
+ line-height: var(--lh-400, 1.3);
69
+ }
70
+ jump-button button[data-size=large] {
71
+ font-size: var(--fs-500, 1.125rem);
72
+ line-height: var(--lh-500, 1.4);
73
+ --jump-button-padding: 1.125rem 1.5rem;
74
+ }
75
+ jump-button button[data-outline] {
76
+ background-color: var(--jump-button-background-outline);
77
+ border: 1px solid var(--jump-button-background);
78
+ color: var(--jump-button-background);
79
+ }
80
+ jump-button button[data-outline]:hover {
81
+ background-color: var(--jump-button-background-hover);
82
+ border: 1px solid var(--jump-button-background-hover);
83
+ color: var(--jump-button-background-hover);
84
+ }
85
+ jump-button button[data-text] {
86
+ background-color: transparent;
87
+ border: none;
88
+ color: var(--jump-button-background);
89
+ padding: 0;
90
+ }
91
+ jump-button button[data-text]:hover {
92
+ background-color: transparent;
93
+ border: none;
94
+ color: var(--jump-button-background-hover);
95
+ }
96
+ jump-button button[data-only-icon] {
97
+ --jump-button-padding: 1.125rem;
98
+ }
99
+ jump-button button[data-only-icon][data-size=small] {
100
+ --jump-button-padding: 0.5rem;
101
+ }
102
+ jump-button button[data-only-icon][data-size=medium] {
103
+ --jump-button-padding: 1rem;
104
+ }
105
+ jump-button button[data-only-icon][data-size=large] {
106
+ --jump-button-padding: 1.125rem;
107
+ }
@@ -0,0 +1,270 @@
1
+ import { Host, h } from "@stencil/core";
2
+ export class AppButton {
3
+ constructor() {
4
+ this.disabled = false;
5
+ this.variant = 'primary';
6
+ this.outline = false;
7
+ this.size = 'medium';
8
+ this.pill = false;
9
+ this.text = false;
10
+ this.onlyIcon = false;
11
+ this.href = '';
12
+ this.target = undefined;
13
+ this.type = 'button';
14
+ this.name = '';
15
+ this.value = '';
16
+ this.ariaLabel = '';
17
+ }
18
+ render() {
19
+ return (h(Host, { key: 'a55a80c6b7c4f83caaba83c8dea98b22b8784844' }, this.href ? (h("a", { href: this.href, "data-variant": this.variant, "data-outline": this.outline, "data-size": this.size, "data-pill": this.pill, "data-text": this.text, "data-only-icon": this.onlyIcon, "aria-label": this.ariaLabel, "data-target": this.target }, h("slot", { name: "prefix" }), !this.onlyIcon && h("slot", null), h("slot", { name: "suffix" }))) : (h("button", { "data-variant": this.variant, "data-outline": this.outline, "data-size": this.size, "data-pill": this.pill, "data-text": this.text, "data-only-icon": this.onlyIcon, disabled: this.disabled, "aria-label": this.ariaLabel, type: this.type, name: this.name, value: this.value }, h("slot", { name: "prefix" }), !this.onlyIcon && h("slot", null), h("slot", { name: "suffix" })))));
20
+ }
21
+ static get is() { return "jump-button"; }
22
+ static get originalStyleUrls() {
23
+ return {
24
+ "$": ["jump-button.scss"]
25
+ };
26
+ }
27
+ static get styleUrls() {
28
+ return {
29
+ "$": ["jump-button.css"]
30
+ };
31
+ }
32
+ static get properties() {
33
+ return {
34
+ "disabled": {
35
+ "type": "boolean",
36
+ "mutable": false,
37
+ "complexType": {
38
+ "original": "boolean",
39
+ "resolved": "boolean",
40
+ "references": {}
41
+ },
42
+ "required": false,
43
+ "optional": false,
44
+ "docs": {
45
+ "tags": [],
46
+ "text": "Set the button as disabled; Vale solo per i bottoni"
47
+ },
48
+ "attribute": "disabled",
49
+ "reflect": false,
50
+ "defaultValue": "false"
51
+ },
52
+ "variant": {
53
+ "type": "string",
54
+ "mutable": false,
55
+ "complexType": {
56
+ "original": "'primary'|'secondary'|'tertiary'|'neutral'",
57
+ "resolved": "\"neutral\" | \"primary\" | \"secondary\" | \"tertiary\"",
58
+ "references": {}
59
+ },
60
+ "required": false,
61
+ "optional": false,
62
+ "docs": {
63
+ "tags": [],
64
+ "text": "Indicates the variant of the button"
65
+ },
66
+ "attribute": "variant",
67
+ "reflect": true,
68
+ "defaultValue": "'primary'"
69
+ },
70
+ "outline": {
71
+ "type": "boolean",
72
+ "mutable": false,
73
+ "complexType": {
74
+ "original": "boolean",
75
+ "resolved": "boolean",
76
+ "references": {}
77
+ },
78
+ "required": false,
79
+ "optional": false,
80
+ "docs": {
81
+ "tags": [],
82
+ "text": "Indicates the button as outline"
83
+ },
84
+ "attribute": "outline",
85
+ "reflect": true,
86
+ "defaultValue": "false"
87
+ },
88
+ "size": {
89
+ "type": "string",
90
+ "mutable": false,
91
+ "complexType": {
92
+ "original": "string",
93
+ "resolved": "string",
94
+ "references": {}
95
+ },
96
+ "required": false,
97
+ "optional": false,
98
+ "docs": {
99
+ "tags": [],
100
+ "text": "Indicates the size of the button"
101
+ },
102
+ "attribute": "size",
103
+ "reflect": true,
104
+ "defaultValue": "'medium'"
105
+ },
106
+ "pill": {
107
+ "type": "boolean",
108
+ "mutable": false,
109
+ "complexType": {
110
+ "original": "boolean",
111
+ "resolved": "boolean",
112
+ "references": {}
113
+ },
114
+ "required": false,
115
+ "optional": false,
116
+ "docs": {
117
+ "tags": [],
118
+ "text": "Indicates the button as pill"
119
+ },
120
+ "attribute": "pill",
121
+ "reflect": true,
122
+ "defaultValue": "false"
123
+ },
124
+ "text": {
125
+ "type": "boolean",
126
+ "mutable": false,
127
+ "complexType": {
128
+ "original": "boolean",
129
+ "resolved": "boolean",
130
+ "references": {}
131
+ },
132
+ "required": false,
133
+ "optional": false,
134
+ "docs": {
135
+ "tags": [],
136
+ "text": "Indicates the button as text"
137
+ },
138
+ "attribute": "text",
139
+ "reflect": true,
140
+ "defaultValue": "false"
141
+ },
142
+ "onlyIcon": {
143
+ "type": "boolean",
144
+ "mutable": false,
145
+ "complexType": {
146
+ "original": "boolean",
147
+ "resolved": "boolean",
148
+ "references": {}
149
+ },
150
+ "required": false,
151
+ "optional": false,
152
+ "docs": {
153
+ "tags": [],
154
+ "text": "Indicates the button as only icon"
155
+ },
156
+ "attribute": "only-icon",
157
+ "reflect": true,
158
+ "defaultValue": "false"
159
+ },
160
+ "href": {
161
+ "type": "string",
162
+ "mutable": false,
163
+ "complexType": {
164
+ "original": "string",
165
+ "resolved": "string",
166
+ "references": {}
167
+ },
168
+ "required": false,
169
+ "optional": false,
170
+ "docs": {
171
+ "tags": [],
172
+ "text": "Indicates if button becames a anchor"
173
+ },
174
+ "attribute": "href",
175
+ "reflect": true,
176
+ "defaultValue": "''"
177
+ },
178
+ "target": {
179
+ "type": "string",
180
+ "mutable": false,
181
+ "complexType": {
182
+ "original": "'_blank' | '_parent' | '_self' | '_top'",
183
+ "resolved": "\"_blank\" | \"_parent\" | \"_self\" | \"_top\"",
184
+ "references": {}
185
+ },
186
+ "required": false,
187
+ "optional": false,
188
+ "docs": {
189
+ "tags": [],
190
+ "text": "Indicates the type of anchor's target"
191
+ },
192
+ "attribute": "target",
193
+ "reflect": true
194
+ },
195
+ "type": {
196
+ "type": "string",
197
+ "mutable": false,
198
+ "complexType": {
199
+ "original": "'button'|'submit'|'reset'",
200
+ "resolved": "\"button\" | \"reset\" | \"submit\"",
201
+ "references": {}
202
+ },
203
+ "required": false,
204
+ "optional": false,
205
+ "docs": {
206
+ "tags": [],
207
+ "text": "Indicates type button"
208
+ },
209
+ "attribute": "type",
210
+ "reflect": true,
211
+ "defaultValue": "'button'"
212
+ },
213
+ "name": {
214
+ "type": "string",
215
+ "mutable": false,
216
+ "complexType": {
217
+ "original": "string",
218
+ "resolved": "string",
219
+ "references": {}
220
+ },
221
+ "required": false,
222
+ "optional": false,
223
+ "docs": {
224
+ "tags": [],
225
+ "text": "Indicates the name that the sender button will send"
226
+ },
227
+ "attribute": "name",
228
+ "reflect": true,
229
+ "defaultValue": "''"
230
+ },
231
+ "value": {
232
+ "type": "string",
233
+ "mutable": false,
234
+ "complexType": {
235
+ "original": "string",
236
+ "resolved": "string",
237
+ "references": {}
238
+ },
239
+ "required": false,
240
+ "optional": false,
241
+ "docs": {
242
+ "tags": [],
243
+ "text": "Indicates the value that the sender button will send"
244
+ },
245
+ "attribute": "value",
246
+ "reflect": true,
247
+ "defaultValue": "''"
248
+ },
249
+ "ariaLabel": {
250
+ "type": "string",
251
+ "mutable": false,
252
+ "complexType": {
253
+ "original": "string",
254
+ "resolved": "string",
255
+ "references": {}
256
+ },
257
+ "required": false,
258
+ "optional": false,
259
+ "docs": {
260
+ "tags": [],
261
+ "text": "Indicates the value of text alternative to an element that has no visible text on the screen"
262
+ },
263
+ "attribute": "aria-label",
264
+ "reflect": true,
265
+ "defaultValue": "''"
266
+ }
267
+ };
268
+ }
269
+ }
270
+ //# sourceMappingURL=jump-button.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jump-button.js","sourceRoot":"","sources":["../../../src/components/jump-button/jump-button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAOzD,MAAM,OAAO,SAAS;;wBAIQ,KAAK;uBAK4C,SAAS;uBAK5C,KAAK;oBAKT,QAAQ;oBAKP,KAAK;oBAKL,KAAK;wBAKD,KAAK;oBAKV,EAAE;;oBAUiB,QAAQ;oBAK3B,EAAE;qBAKD,EAAE;yBAKE,EAAE;;IAE7C,MAAM;QACJ,OAAO,CACL,EAAC,IAAI,uDACF,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CACX,SAAG,IAAI,EAAE,IAAI,CAAC,IAAI,kBAAgB,IAAI,CAAC,OAAO,kBAAgB,IAAI,CAAC,OAAO,eAAa,IAAI,CAAC,IAAI,eAAa,IAAI,CAAC,IAAI,eAAa,IAAI,CAAC,IAAI,oBAAkB,IAAI,CAAC,QAAQ,gBAAc,IAAI,CAAC,SAAS,iBAAe,IAAI,CAAC,MAAM;YAC/N,YAAM,IAAI,EAAC,QAAQ,GAAQ;YAC1B,CAAC,IAAI,CAAC,QAAQ,IAAI,eAAa;YAChC,YAAM,IAAI,EAAC,QAAQ,GAAQ,CACzB,CACL,CAAC,CAAC,CAAC,CACF,8BAAsB,IAAI,CAAC,OAAO,kBAAgB,IAAI,CAAC,OAAO,eAAa,IAAI,CAAC,IAAI,eAAa,IAAI,CAAC,IAAI,eAAa,IAAI,CAAC,IAAI,oBAAkB,IAAI,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,CAAC,QAAQ,gBAAc,IAAI,CAAC,SAAS,EAAE,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK;YACvQ,YAAM,IAAI,EAAC,QAAQ,GAAQ;YAC1B,CAAC,IAAI,CAAC,QAAQ,IAAI,eAAa;YAChC,YAAM,IAAI,EAAC,QAAQ,GAAQ,CACpB,CACV,CACI,CACR,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEF","sourcesContent":["import { Component, Host, h, Prop } from '@stencil/core';\n\n@Component({\n tag: 'jump-button',\n styleUrl: 'jump-button.scss',\n shadow: false,\n})\nexport class AppButton {\n /**\n * Set the button as disabled; Vale solo per i bottoni\n */\n @Prop() disabled: boolean = false;\n\n /**\n * Indicates the variant of the button\n */\n @Prop({reflect: true}) variant: 'primary'|'secondary'|'tertiary'|'neutral' = 'primary';\n\n /**\n * Indicates the button as outline\n */\n @Prop({reflect: true}) outline: boolean = false;\n\n /**\n * Indicates the size of the button\n */\n @Prop({reflect: true}) size: string = 'medium';\n\n /**\n * Indicates the button as pill\n */\n @Prop({reflect: true}) pill: boolean = false;\n\n /**\n * Indicates the button as text\n */\n @Prop({reflect: true}) text: boolean = false;\n\n /**\n * Indicates the button as only icon\n **/\n @Prop({reflect: true}) onlyIcon: boolean = false;\n\n /**\n * Indicates if button becames a anchor\n **/\n @Prop({reflect: true}) href: string = '';\n\n /**\n * Indicates the type of anchor's target \n **/\n @Prop({reflect: true}) target: '_blank' | '_parent' | '_self' | '_top'\n\n /**\n * Indicates type button\n **/\n @Prop({reflect: true}) type: 'button'|'submit'|'reset' = 'button';\n\n /**\n * Indicates the name that the sender button will send\n **/\n @Prop({reflect: true}) name: string = '';\n\n /**\n * Indicates the value that the sender button will send\n **/\n @Prop({reflect: true}) value: string = '';\n\n /**\n * Indicates the value of text alternative to an element that has no visible text on the screen\n **/\n @Prop({reflect: true}) ariaLabel: string = '';\n\n render() {\n return (\n <Host>\n {this.href ? (\n <a href={this.href} data-variant={this.variant} data-outline={this.outline} data-size={this.size} data-pill={this.pill} data-text={this.text} data-only-icon={this.onlyIcon} aria-label={this.ariaLabel} data-target={this.target}>\n <slot name=\"prefix\"></slot>\n {!this.onlyIcon && <slot></slot>}\n <slot name=\"suffix\"></slot>\n </a>\n ) : ( \n <button data-variant={this.variant} data-outline={this.outline} data-size={this.size} data-pill={this.pill} data-text={this.text} data-only-icon={this.onlyIcon} disabled={this.disabled} aria-label={this.ariaLabel} type={this.type} name={this.name} value={this.value}>\n <slot name=\"prefix\"></slot>\n {!this.onlyIcon && <slot></slot> }\n <slot name=\"suffix\"></slot>\n </button>\n )}\n </Host>\n );\n }\n\n}\n"]}