editorial-autogestiva-jekyll-theme 0.5.0rc0 → 0.5.0rc2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (265) hide show
  1. checksums.yaml +4 -4
  2. data/_config.yml +29 -14
  3. data/_data/actions.yml +9 -0
  4. data/_data/components.yml +10 -0
  5. data/_data/en.yml +87 -1
  6. data/_data/es.yml +88 -1
  7. data/_data/forms/user.yml +1 -1
  8. data/_data/full_width_components.yml +2 -0
  9. data/_data/layouts/license.yml +3 -3
  10. data/_data/layouts/post.yml +17 -17
  11. data/_data/layouts/privacy_policy.yml +1 -1
  12. data/_data/layouts/theme.yml +31 -19
  13. data/_data/manifest.json +3270 -0
  14. data/_data/schema.yml +9 -0
  15. data/_data/theme.yml +152 -0
  16. data/_includes/activity_pub/actor.html +11 -0
  17. data/_includes/activity_pub/actor_mention.html +28 -0
  18. data/_includes/activity_pub/alternate.html +2 -0
  19. data/_includes/activity_pub/button.html +22 -0
  20. data/_includes/activity_pub/button_bar.html +16 -0
  21. data/_includes/activity_pub/cards.html +28 -0
  22. data/_includes/activity_pub/fediverse_interactions.html +2 -0
  23. data/_includes/activity_pub/generic_modal.html +55 -0
  24. data/_includes/activity_pub/image_modal.html +27 -0
  25. data/_includes/activity_pub/interactions.html +83 -0
  26. data/_includes/activity_pub/login_modal.html +70 -0
  27. data/_includes/activity_pub/reaction.html +45 -0
  28. data/_includes/activity_pub/reactions.html +21 -0
  29. data/_includes/activity_pub/replying_to.html +23 -0
  30. data/_includes/activity_pub/text_modal.html +16 -0
  31. data/_includes/activity_pub/toot_card.html +95 -0
  32. data/_includes/activity_pub/url.html +8 -0
  33. data/_includes/activity_pub/video_modal.html +20 -0
  34. data/_includes/boolean.html +9 -1
  35. data/_includes/bootstrap/custom_select.html +18 -0
  36. data/_includes/buttons/button.html +9 -0
  37. data/_includes/buttons/copy.html +28 -0
  38. data/_includes/buttons/generic.html +15 -0
  39. data/_includes/buttons/link.html +14 -0
  40. data/_includes/cart_controller.html +1 -1
  41. data/_includes/contact.html +4 -7
  42. data/_includes/content.html +9 -1
  43. data/_includes/country.html +4 -4
  44. data/_includes/date.html +12 -0
  45. data/_includes/device_detector.html +30 -0
  46. data/_includes/email.html +9 -1
  47. data/_includes/embed_responsive.html +17 -0
  48. data/_includes/external_link.html +15 -0
  49. data/_includes/fa.html +11 -0
  50. data/_includes/file.html +9 -1
  51. data/_includes/floating_alert.html +2 -2
  52. data/_includes/headings/generic.html +14 -0
  53. data/_includes/headings/h1.html +9 -0
  54. data/_includes/headings/h2.html +9 -0
  55. data/_includes/headings/h3.html +9 -0
  56. data/_includes/headings/with_link.html +15 -0
  57. data/_includes/image.html +9 -1
  58. data/_includes/input.html +24 -5
  59. data/_includes/markdown_content.html +9 -1
  60. data/_includes/navbar.html +1 -1
  61. data/_includes/number.html +9 -1
  62. data/_includes/pack.html +10 -0
  63. data/_includes/password.html +10 -1
  64. data/_includes/picture.html +19 -15
  65. data/_includes/postal_code.html +1 -1
  66. data/_includes/predefined_array.html +10 -2
  67. data/_includes/preload_font.html +1 -1
  68. data/_includes/script.html +5 -0
  69. data/_includes/search.html +1 -1
  70. data/_includes/share.html +5 -5
  71. data/_includes/share_box.html +26 -11
  72. data/_includes/state.html +3 -3
  73. data/_includes/stretched_link.html +15 -0
  74. data/_includes/string.html +10 -1
  75. data/_includes/submit.html +13 -1
  76. data/_includes/svg/copy-icon.svg +1 -0
  77. data/_includes/svg/done-icon.svg +1 -0
  78. data/_includes/svg/menu.svg +9 -0
  79. data/_includes/svg/x.svg +3 -0
  80. data/_includes/tel.html +9 -1
  81. data/_includes/text.html +12 -2
  82. data/_includes/theme/button_with_copy.html +1 -0
  83. data/_includes/theme/button_with_link.html +5 -0
  84. data/_includes/theme/buttons.html +33 -0
  85. data/_includes/theme/colors.html +14 -0
  86. data/_includes/theme/content.html +41 -0
  87. data/_includes/theme/embed_responsive.html +10 -0
  88. data/_includes/theme/font_sizes.html +18 -0
  89. data/_includes/theme/footer.html +1 -0
  90. data/_includes/theme/letter_spacing.html +3 -0
  91. data/_includes/theme/picture.html +5 -0
  92. data/_includes/toggler/toggler.html +21 -0
  93. data/_includes/toggler/toggler_label.html +21 -0
  94. data/_includes/toggler/toggler_related.html +23 -0
  95. data/_includes/url.html +9 -1
  96. data/_layouts/cart.html +2 -2
  97. data/_layouts/default.html +62 -20
  98. data/_layouts/page.html +5 -0
  99. data/_layouts/post.html +15 -5
  100. data/_layouts/shipment.html +3 -3
  101. data/_layouts/theme.html +60 -0
  102. data/_sass/accessibility.scss +16 -7
  103. data/_sass/baskervville_ital_0_1.scss +36 -0
  104. data/_sass/content.scss +28 -0
  105. data/_sass/editor.scss +16 -7
  106. data/_sass/embed.scss +8 -0
  107. data/_sass/floating_alert.scss +40 -2
  108. data/_sass/fonts.scss +5 -0
  109. data/_sass/inter_ital_opsz_wght_0_14..32_100..900.scss +56 -0
  110. data/_sass/menu.scss +16 -0
  111. data/_sass/roboto_ital_wght_0_100_0_300_0_400_0_500_0_700_0_900_1_100_1_300_1_400_1_500_1_700_1_900.scss +756 -0
  112. data/_sass/roboto_mono_ital_wght_0_100..700_1_100..700.scss +108 -0
  113. data/_sass/saira_ital_wght_0_100..900_1_100..900.scss +60 -0
  114. data/_sass/snap.scss +39 -37
  115. data/_sass/toggler.scss +15 -34
  116. data/_sass/utilities.scss +547 -0
  117. data/assets/css/styles.scss +13 -29
  118. data/assets/fonts/baskervville/v16/YA9Kr0yU4l_XOrogbkun3kQQtamlrvLp9A.woff2 +0 -0
  119. data/assets/fonts/baskervville/v16/YA9Kr0yU4l_XOrogbkun3kQQtamrrvI.woff2 +0 -0
  120. data/assets/fonts/baskervville/v16/YA9Ur0yU4l_XOrogbkun3kQQsJmp.woff2 +0 -0
  121. data/assets/fonts/baskervville/v16/YA9Ur0yU4l_XOrogbkun3kQQvpmptvY.woff2 +0 -0
  122. data/assets/fonts/forkawesome-webfont.woff2 +0 -0
  123. data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwAT9nA2.woff2 +0 -0
  124. data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwQT9g.woff2 +0 -0
  125. data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwcT9nA2.woff2 +0 -0
  126. data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwgT9nA2.woff2 +0 -0
  127. data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwkT9nA2.woff2 +0 -0
  128. data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwoT9nA2.woff2 +0 -0
  129. data/assets/fonts/inter/v18/UcCm3FwrK3iLTcvnUwsT9nA2.woff2 +0 -0
  130. data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvhYwYL8g.woff2 +0 -0
  131. data/assets/fonts/inter/v18/UcCo3FwrK3iLTcviYwY.woff2 +0 -0
  132. data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvmYwYL8g.woff2 +0 -0
  133. data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvsYwYL8g.woff2 +0 -0
  134. data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvtYwYL8g.woff2 +0 -0
  135. data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvuYwYL8g.woff2 +0 -0
  136. data/assets/fonts/inter/v18/UcCo3FwrK3iLTcvvYwYL8g.woff2 +0 -0
  137. data/assets/fonts/roboto/v27/KFOjCnqEu92Fr1Mu51TzBhc9-subset.woff2 +0 -0
  138. data/assets/fonts/roboto/v27/KFOkCnqEu92Fr1MmgWxP-subset.woff2 +0 -0
  139. data/assets/fonts/roboto/v27/KFOkCnqEu92Fr1Mu52xP-subset.woff2 +0 -0
  140. data/assets/fonts/roboto/v27/KFOlCnqEu92Fr1MmWUlvAw-subset.woff2 +0 -0
  141. data/assets/fonts/roboto/v27/KFOmCnqEu92Fr1Me5Q-subset.woff2 +0 -0
  142. data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2 +0 -0
  143. data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz4dL_nz.woff2 +0 -0
  144. data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEz8dL_nz.woff2 +0 -0
  145. data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzAdLw.woff2 +0 -0
  146. data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzMdL_nz.woff2 +0 -0
  147. data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzQdL_nz.woff2 +0 -0
  148. data/assets/fonts/roboto/v32/KFOiCnqEu92Fr1Mu51QrEzwdL_nz.woff2 +0 -0
  149. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2 +0 -0
  150. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2 +0 -0
  151. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2 +0 -0
  152. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2 +0 -0
  153. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2 +0 -0
  154. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2 +0 -0
  155. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2 +0 -0
  156. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc-CsTKlA.woff2 +0 -0
  157. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc0CsTKlA.woff2 +0 -0
  158. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc1CsTKlA.woff2 +0 -0
  159. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc2CsTKlA.woff2 +0 -0
  160. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc3CsTKlA.woff2 +0 -0
  161. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc5CsTKlA.woff2 +0 -0
  162. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TLBCc6CsQ.woff2 +0 -0
  163. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2 +0 -0
  164. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2 +0 -0
  165. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2 +0 -0
  166. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2 +0 -0
  167. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2 +0 -0
  168. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2 +0 -0
  169. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2 +0 -0
  170. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2 +0 -0
  171. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2 +0 -0
  172. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2 +0 -0
  173. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2 +0 -0
  174. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2 +0 -0
  175. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2 +0 -0
  176. data/assets/fonts/roboto/v32/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2 +0 -0
  177. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2 +0 -0
  178. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2 +0 -0
  179. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2 +0 -0
  180. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2 +0 -0
  181. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxIIzI.woff2 +0 -0
  182. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2 +0 -0
  183. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2 +0 -0
  184. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2 +0 -0
  185. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2 +0 -0
  186. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2 +0 -0
  187. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2 +0 -0
  188. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xIIzI.woff2 +0 -0
  189. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2 +0 -0
  190. data/assets/fonts/roboto/v32/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2 +0 -0
  191. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2 +0 -0
  192. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fBBc4.woff2 +0 -0
  193. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2 +0 -0
  194. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2 +0 -0
  195. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2 +0 -0
  196. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2 +0 -0
  197. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2 +0 -0
  198. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2 +0 -0
  199. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fBBc4.woff2 +0 -0
  200. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2 +0 -0
  201. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2 +0 -0
  202. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2 +0 -0
  203. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2 +0 -0
  204. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2 +0 -0
  205. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2 +0 -0
  206. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfBBc4.woff2 +0 -0
  207. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2 +0 -0
  208. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2 +0 -0
  209. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2 +0 -0
  210. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2 +0 -0
  211. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2 +0 -0
  212. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2 +0 -0
  213. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfBBc4.woff2 +0 -0
  214. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2 +0 -0
  215. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2 +0 -0
  216. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2 +0 -0
  217. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2 +0 -0
  218. data/assets/fonts/roboto/v32/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2 +0 -0
  219. data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu4WxKOzY.woff2 +0 -0
  220. data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu4mxK.woff2 +0 -0
  221. data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu5mxKOzY.woff2 +0 -0
  222. data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu72xKOzY.woff2 +0 -0
  223. data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu7GxKOzY.woff2 +0 -0
  224. data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu7WxKOzY.woff2 +0 -0
  225. data/assets/fonts/roboto/v32/KFOmCnqEu92Fr1Mu7mxKOzY.woff2 +0 -0
  226. data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhEq3-OXg.woff2 +0 -0
  227. data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhFq3-OXg.woff2 +0 -0
  228. data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhGq3-OXg.woff2 +0 -0
  229. data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhIq3-OXg.woff2 +0 -0
  230. data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhLq38.woff2 +0 -0
  231. data/assets/fonts/robotomono/v23/L0x5DF4xlVMF-BfR8bXMIjhPq3-OXg.woff2 +0 -0
  232. data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm32WWg.woff2 +0 -0
  233. data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm36WWoKC.woff2 +0 -0
  234. data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3CWWoKC.woff2 +0 -0
  235. data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3KWWoKC.woff2 +0 -0
  236. data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3OWWoKC.woff2 +0 -0
  237. data/assets/fonts/robotomono/v23/L0x7DF4xlVMF-BfR8bXMIjhOm3mWWoKC.woff2 +0 -0
  238. data/assets/fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvQfS0.woff2 +0 -0
  239. data/assets/fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvefS2-vw.woff2 +0 -0
  240. data/assets/fonts/saira/v20/memhYa2wxmKQyNkiV50dulWP7s95AqZTzbvffS2-vw.woff2 +0 -0
  241. data/assets/fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLh4vSZSk.woff2 +0 -0
  242. data/assets/fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLhovSZSk.woff2 +0 -0
  243. data/assets/fonts/saira/v20/memjYa2wxmKQyPMrZX79wwYZQMhsyuSLiIvS.woff2 +0 -0
  244. data/assets/js/env.js +9 -0
  245. data/assets/js/pack.BM5KE272.js +73 -0
  246. data/assets/js/pack.BM5KE272.js.map +7 -0
  247. data/assets/js/pack.SYD7EYHO.js +73 -0
  248. data/assets/js/pack.SYD7EYHO.js.map +7 -0
  249. data/assets/templates/cart.html +2 -2
  250. data/assets/templates/payment_methods.html +3 -3
  251. data/assets/templates/shipping_methods.html +1 -1
  252. metadata +280 -24
  253. data/_includes/cart.svg +0 -1
  254. data/_sass/helpers.scss +0 -318
  255. data/_sass/share.html +0 -12
  256. data/_sass/share_box.html +0 -16
  257. data/assets/fonts/Inter-Bold-subset.woff2 +0 -0
  258. data/assets/fonts/Inter-BoldItalic-subset.woff2 +0 -0
  259. data/assets/fonts/Inter-Italic-subset.woff2 +0 -0
  260. data/assets/fonts/Inter-Regular-subset.woff2 +0 -0
  261. data/assets/js/pack.js +0 -16
  262. data/assets/js/pack.js.map +0 -1
  263. data/assets/js/script.js +0 -44
  264. data/assets/templates/alert.html +0 -7
  265. data/assets/templates/results.html +0 -17
@@ -0,0 +1,95 @@
1
+ {%- comment -%}
2
+ Toot card
3
+
4
+ @param :component_class [String] Las clases del componente
5
+ @param :profile [String]
6
+ @param :activity [String]
7
+ {%- endcomment -%}
8
+
9
+ {% assign extra_class = include.activity.attachment | size | equals: 1 | ternary: 'col', 'col-6' %}
10
+
11
+ <div class="d-flex flex-column media {{ include.component_class }}">
12
+ <div class="d-flex">
13
+ {%
14
+ include embed_responsive.html
15
+ x=1
16
+ y=1
17
+ src=include.profile.icon.url
18
+ alt=include.profile.icon.name
19
+ width=40
20
+ component_class="mr-2 align-self-center w-48px"
21
+ img_class="h-100 object-fit-cover"
22
+ %}
23
+
24
+ <div class="">
25
+ <p>{% include_cached activity_pub/actor.html actor=include.profile %}</p>
26
+ <p>{% include_cached activity_pub/actor_mention.html actor=include.profile %}</p>
27
+ </div>
28
+ </div>
29
+
30
+ <div class="media-body w-100">
31
+ {% capture content %}
32
+ <div class="content mt-2">
33
+ {{ include.activity.content | sanitize_html }}
34
+ </div>
35
+
36
+ {% unless include.activity.attachment == empty %}
37
+ <div class="row no-gutters mt-2">
38
+ {% for attachment in include.activity.attachment %}
39
+ {% if attachment.mediaType == "video/mp4" %}
40
+ {% include activity_pub/video_modal.html video=attachment extra=extra_class %}
41
+ {% else %}
42
+ {% include activity_pub/image_modal.html image=attachment extra=extra_class %}
43
+ {% endif %}
44
+ {% endfor %}
45
+ </div>
46
+ {% endunless %}
47
+ {% endcapture %}
48
+
49
+ {% if include.activity.sensitive %}
50
+ {% capture summary_title %}
51
+ <strong>{{ site.i18n.sensitive }}:</strong> {{ include.activity.summary }}
52
+ {% endcapture %}
53
+
54
+ {%
55
+ include details.html
56
+ element_title=summary_title
57
+ element_text=content
58
+ summary_class="align-items-center btn-lg btn-secondary p-2 text-left f-16"
59
+ component_class="my-3"
60
+ font_size="ml-3 lead"
61
+ %}
62
+ {% else %}
63
+ {{ content }}
64
+ {% endif %}
65
+
66
+ <div class="d-flex gray justify-content-between my-2 align-items-center">
67
+ {%- assign timestamp_field = include.activity.updated | ternary: 'updated', 'published' -%}
68
+ {%- assign timestamp = include.activity[timestamp_field] -%}
69
+
70
+ {%- capture timestamp -%}
71
+ {% include date.html date=timestamp format=site.i18n.date_time.format %}
72
+ {%- endcapture -%}
73
+
74
+ {%- capture uri -%}
75
+ {%- include_cached activity_pub/url.html activity=include.activity -%}
76
+ {%- endcapture -%}
77
+
78
+ {% include external_link.html href=uri text=timestamp %}
79
+
80
+ <div>
81
+ {% if include.activity.shares.totalItems %}
82
+ {%- include fa.html icon="retweet" class="px-1" description=site.i18n.total_shares content=include.activity.shares.totalItems -%}
83
+ {% endif %}
84
+
85
+ {% if include.activity.likes.totalItems %}
86
+ {%- include fa.html icon="star-o" class="px-1" description=site.i18n.total_likes content=include.activity.likes.totalItems -%}
87
+ {% endif %}
88
+ </div>
89
+
90
+ {%- include fa.html icon="globe" description=site.i18n.globe -%}
91
+ </div>
92
+
93
+ {% include activity_pub/button_bar.html uri=include.activity.id profile=include.profile %}
94
+ </div>
95
+ </div>
@@ -0,0 +1,8 @@
1
+ {%- comment -%}
2
+ Finds the URL
3
+
4
+ @param activity [ActivityDrop]
5
+ {%- endcomment -%}
6
+
7
+ {%- assign uri = include.activity.url | find: 'rel', 'canonical' -%}
8
+ {{- uri.href | default: include.activity.url | default: include.activity.id | strip_html -}}
@@ -0,0 +1,20 @@
1
+ {%- comment -%}
2
+ Modal con imagen
3
+
4
+ @param :image [Image] la imagen que queremos en el modal, contiene url y alt text
5
+ {%- endcomment -%}
6
+
7
+ {% capture body %}
8
+ <video src="{{include.video.url}}" controls></video>
9
+ {% endcapture %}
10
+
11
+ <div class="{{ include.extra }} px-1" data-controller="modal">
12
+ <div class="embed-responsive embed-responsive-16by9">
13
+ <video
14
+ class="cursor-pointer min-w-100px w-100 embed-responsive-item object-fit-cover"
15
+ src="{{include.video.url}}"
16
+ data-action="click->modal#show"
17
+ ></video>
18
+ </div>
19
+ {% include activity_pub/generic_modal.html header_class="text-white" body=body body_class="d-flex justify-content-center" footer_class="d-none" content_class="background-transparent border-0" %}
20
+ </div>
@@ -1,3 +1,11 @@
1
+ {%- comment -%}
2
+
3
+ Form: type boolean
4
+
5
+ @param :field [Integer] El campo del formulario
6
+ @param :boolean_class [String] Las clases del componente
7
+ {%- endcomment -%}
8
+
1
9
  {%- assign name = include.field[0] -%}
2
10
  {%- assign id = include.field[1].id | default: name -%}
3
11
  {%- assign label = include.field[1].label[site.locale] -%}
@@ -18,7 +26,7 @@
18
26
  {% if autocomplete %}
19
27
  autocomplete="{{ autocomplete }}"
20
28
  {% endif %}
21
- class="form-check-input" />
29
+ class="form-check-input {{ include.boolean_class }}" />
22
30
 
23
31
  <label class="form-check-label" for="{{ id }}">{{ label }}</label>
24
32
 
@@ -0,0 +1,18 @@
1
+ {% comment %}
2
+
3
+ @param class [String] Extra classes
4
+ @param extra [String] Extra attributes
5
+ @param options [Array<Hash>] Options
6
+ @param selected [Boolean] Default option
7
+ @param extra [String] Extra attributes
8
+ @param value [String] Value
9
+ @param title [String] Title
10
+ {% endcomment %}
11
+
12
+ <select class="custom-select {{ include.class }}" {{ include.extra }}>
13
+ {% for options in include.options %}
14
+ <option {{ options.selected }} {{ options.extra }} value="{{ options.value | default: options.title | escape }}">
15
+ {{- options.title -}}
16
+ </option>
17
+ {% endfor %}
18
+ </select>
@@ -0,0 +1,9 @@
1
+ {%- comment -%}
2
+ Un botón interactivo. Utiliza la etiqueta `<button>`
3
+
4
+ @param :class [String] Las clases del componente aparte de btn (colores, tipografía, etc)
5
+ @param :content [String,HTML] El contenido del botón
6
+ @param :extra [HTML] Atributos extra
7
+ {%- endcomment -%}
8
+
9
+ {%- include buttons/generic.html element="button" class=include.class content=include.content extra=include.extra -%}
@@ -0,0 +1,28 @@
1
+ {%- comment -%}
2
+
3
+ Un botón con contenido copiable. Si el
4
+ link es externo, agregar el parámetro de seguridad noopener.
5
+
6
+ @param :copy [String] El texto copiable
7
+ @param :text [String] El contenido
8
+
9
+ {%- endcomment -%}
10
+
11
+ {% capture content %}
12
+ <span data-button-copy-target="text">{{- include.text -}}</span>
13
+ <span data-button-copy-target="icon" class="pl-2">
14
+ {%- include svg/copy-icon.svg -%}
15
+ </span>
16
+ <span data-button-copy-target="confirmationIcon" class="d-none pl-2">
17
+ {%- include svg/done-icon.svg -%}
18
+ </span>
19
+ {% endcapture %}
20
+
21
+ {% capture extra %}
22
+ data-controller="button-copy"
23
+ data-button-copy-text-value="{{ include.copy | escape_once }}"
24
+ data-button-copy-confirmation-value="{{ site.i18n.button_copy.confirmation | replace: "%s", include.copy | escape_once }}"
25
+ data-action="button-copy#copy"
26
+ {% endcapture %}
27
+
28
+ {% include buttons/button.html class="btn btn-primary" content=content extra=extra %}
@@ -0,0 +1,15 @@
1
+ {%- comment -%}
2
+ Un botón genérico. Se usa como base para crear los demás
3
+ botones con distintas funcionalidades.
4
+
5
+ @param :element [String] El elemento (p.e. `a` `button`)
6
+ @param :class [String] Las clases del componente aparte de btn (colores, tipografía, etc)
7
+ @param :content [String,HTML] El contenido del botón
8
+ @param :extra [HTML] Atributos extra
9
+ {%- endcomment -%}
10
+
11
+ {%- assign element = include.element | default: "button" -%}
12
+
13
+ <{{ element }} {{ include.extra }} class="btn {{ include.class }}">
14
+ {{- include.content -}}
15
+ </{{ element }}>
@@ -0,0 +1,14 @@
1
+ {%- comment -%}
2
+ Un botón con link. Utiliza la etiqueta `<a>`
3
+
4
+ @param :href [String] La URL destino
5
+ @param :class [String] Las clases del componente aparte de btn (colores, tipografía, etc)
6
+ @param :content [String,HTML] El contenido del botón
7
+ @param :extra [HTML] Atributos extra
8
+ {%- endcomment -%}
9
+
10
+ {%- assign extra = include.href | start_with: "http://" | value_if: 'rel="noopener" target="_blank"' -%}
11
+ {%- assign extra = include.href | start_with: "https://" | value_if: 'rel="noopener" target="_blank"' -%}
12
+ {%- assign extra = include.href | component_escape | prepend: 'href="' | append: '" ' | append: extra | append: " " | append: include.extra -%}
13
+
14
+ {%- include buttons/generic.html element="a" class=include.class content=include.content extra=extra -%}
@@ -1,5 +1,5 @@
1
1
  data-controller="cart"
2
- data-target="stock.product"
2
+ data-stock-target="product"
3
3
  data-cart-url="{{ include.product.url }}"
4
4
  data-cart-variant-id="{{ include.product.variant_id }}"
5
5
  data-cart-image="{{ include.product.image.path | thumbnail: 212, 300 }}"
@@ -1,15 +1,12 @@
1
- {% comment %}
2
- Esta imagen obtiene una cookie desde la API de Sutty para autorizar el
3
- envío del formulario.
4
- {% endcomment %}
5
- <img class="d-none invisible" src="https://api.sutty.nl/v1/sites/{{ site.hostname }}/contact/cookie.png" />
6
-
7
1
  {% comment %}
8
2
  El formulario se envía a la API. La definición del formulario se
9
3
  encuentra en _data/forms/contacto.yml
10
4
  {% endcomment %}
11
5
  <form
12
- action="https://api.sutty.nl/v1/sites/{{ site.hostname }}/contact/{{ include.name }}"
6
+ data-turbo="false"
7
+ data-controller="contact"
8
+ data-delay="60"
9
+ action="https://api.{{ site.hostname }}/v1/sites/{{ site.hostname }}/contact/{{ include.name }}"
13
10
  method="post">
14
11
  {%- for field in include.form -%}
15
12
  {% assign template = field[1].type | append: '.html' %}
@@ -1 +1,9 @@
1
- {% include text.html field=field %}
1
+ {%- comment -%}
2
+
3
+ Form: type content
4
+
5
+ @param :field [Integer] El campo del formulario
6
+ @param :text_class [String] Las clases del componente
7
+ {%- endcomment -%}
8
+
9
+ {% include text.html field=field text_class=include.text_class %}
@@ -17,11 +17,11 @@
17
17
  {% if include.field[1].required %}*{% endif %}
18
18
  </label>
19
19
 
20
- <input data-target="country.id" type="hidden" name="{{ name }}" id="{{ id }}" value="" />
21
- <input data-target="country.iso" type="hidden" name="{{ include.form }}_ignore_{{ include.field[0] }}_iso" value="" />
20
+ <input data-country-target="id" type="hidden" name="{{ name }}" id="{{ id }}" value="" />
21
+ <input data-country-target="iso" type="hidden" name="{{ include.form }}_ignore_{{ include.field[0] }}_iso" value="" />
22
22
 
23
23
  <input
24
- data-target="country.name"
24
+ data-country-target="name"
25
25
  {% if help %}
26
26
  aria-describedby="help-{{ id }}"
27
27
  {% endif %}
@@ -48,6 +48,6 @@
48
48
  </small>
49
49
  {%- endif -%}
50
50
 
51
- <datalist id="list-{{ id }}" data-target="country.list">
51
+ <datalist id="list-{{ id }}" data-country-target="list">
52
52
  </datalist>
53
53
  </div>
@@ -0,0 +1,12 @@
1
+ {% comment %}
2
+ La fecha de un artículo
3
+
4
+ @param :date [String] La fecha con formato
5
+ @param :extra [String] Atributos extra
6
+ {% endcomment %}
7
+
8
+ <time
9
+ datetime="{{ include.date | date_to_xmlschema }}"
10
+ {{ include.extra }}>
11
+ {{- include.date | date_local: include.format -}}
12
+ </time>
@@ -0,0 +1,30 @@
1
+ <div
2
+ data-controller="device-detector"
3
+ data-action="resize@window->device-detector#resized"
4
+ class="position-fixed top-0 right-0 background-pink-t3 z-index-2050 pointer-event-none">
5
+ <div>
6
+ <button class="pointer-event-auto btn btn-sm" data-action="device-detector#toggleHelp">
7
+ {{ site.i18n.device_detector.get_help }}
8
+ </button>
9
+ <button class="pointer-event-auto btn btn-sm" data-action="device-detector#outline">
10
+ {{ site.i18n.device_detector.outline }}
11
+ </button>
12
+ <span data-device-detector-target="clientName"></span>
13
+ &nbsp;
14
+ <span data-device-detector-target="clientVersion"></span>
15
+ &nbsp;
16
+ (<span data-device-detector-target="deviceType"></span>)
17
+ &nbsp;
18
+ <span data-device-detector-target="osName"></span>
19
+ &nbsp;
20
+ <span data-device-detector-target="osVersion"></span>
21
+ &nbsp;
22
+ <span data-device-detector-target="viewportWidth"></span>
23
+ x <span data-device-detector-target="viewportHeight"></span>
24
+ x <span data-device-detector-target="devicePixelRatio"></span>
25
+ </div>
26
+
27
+ <div data-device-detector-target="help" hidden class="background-pink">
28
+ {{ site.i18n.device_detector.help | allow_inclusive_language_in_markdown | markdownify }}
29
+ </div>
30
+ </div>
data/_includes/email.html CHANGED
@@ -1 +1,9 @@
1
- {% include input.html field=field %}
1
+ {%- comment -%}
2
+
3
+ Form: type email
4
+
5
+ @param :field [Integer] El campo del formulario
6
+ @param :input_class [String] Las clases del componente
7
+ {%- endcomment -%}
8
+
9
+ {% include input.html field=field input_class=include.input_class %}
@@ -0,0 +1,17 @@
1
+ {%- comment -%}
2
+
3
+ Embed responsive. Para imágenes con relación de aspecto.
4
+ Se suele usar para las imágenes de grillas.
5
+
6
+ @param :x [Integer] El ancho
7
+ @param :y [Integer] El alto
8
+ @param :src [String] La url de la imagen
9
+ @param :alt [String] La descripción de la imagen
10
+ @param :width [Integer] El ancho
11
+ @param :component_class [String] Las clases del componente embed_responsive
12
+ @param :img_class [String] Las clases de la imagen
13
+ {%- endcomment -%}
14
+
15
+ <div class="embed-responsive embed-responsive-{{ include.x }}by{{ include.y }} {{ include.component_class }}" {{ include.extra }}>
16
+ {%- include picture.html class="embed-responsive-item" img_class=include.img_class src=include.src alt=include.alt width=include.width -%}
17
+ </div>
@@ -0,0 +1,15 @@
1
+ {%- comment -%}
2
+
3
+ Link externo.
4
+
5
+ @param :href [String] La URL
6
+ @param :class [String] Las clases del link
7
+ {%- endcomment -%}
8
+
9
+ <a
10
+ class="text-decoration-none {{ include.class }}"
11
+ href="{{ include.href | component_escape }}"
12
+ {{ include.href | start_with: "https://" | value_if: 'rel="noopener" target="_blank"' }}
13
+ {{ include.href | start_with: "http://" | value_if: 'rel="noopener" target="_blank"' }}>
14
+ {{ include.text }}
15
+ </a>
data/_includes/fa.html ADDED
@@ -0,0 +1,11 @@
1
+ {%- comment -%}
2
+
3
+ Un ícono
4
+
5
+ @param :icon [String] El ícono
6
+ @param :class [String] Las clases
7
+ @param :description [String] La descripción
8
+ {%- endcomment -%}
9
+
10
+ <i title="{{ include.description | escape_once }}" aria-hidden="true" class="fa fa-{{ include.icon }} {{ include.class }}">{{ include.content }}</i>
11
+ <span class="sr-only">{{ include.description }}</span>
data/_includes/file.html CHANGED
@@ -1,3 +1,11 @@
1
+ {%- comment -%}
2
+
3
+ Form: type file
4
+
5
+ @param :field [Integer] El campo del formulario
6
+ @param :file_class [String] Las clases del componente
7
+ {%- endcomment -%}
8
+
1
9
  {%- assign name = include.field[0] -%}
2
10
  {%- assign id = include.field[1].id | default: name -%}
3
11
  {%- assign label = include.field[1]['path'].label[site.locale] -%}
@@ -20,7 +28,7 @@
20
28
  {% if accept %}
21
29
  accept="{{ accept }}"
22
30
  {% endif %}
23
- class="custom-file-input" />
31
+ class="custom-file-input {{ include.file_class }}" />
24
32
 
25
33
  <label for="{{ id }}_path" class="custom-file-label">
26
34
  {{ label }}
@@ -1,6 +1,6 @@
1
1
  <div
2
2
  data-controller="floating-alert"
3
- class="pointer-event-none floating-alert floating-alert-bottom d-flex justify-content-center w-100 position-fixed fade hide"
3
+ class="floating-alert floating-alert-bottom floating-alert-default hide"
4
4
  role="status" aria-live="polite" aria-atomic="true">
5
- <div data-target="floating-alert.content" class="floating-alert-content white background-black-t4"></div>
5
+ <div data-floating-alert-target="content" class="floating-alert-content white background-black-t4"></div>
6
6
  </div>
@@ -0,0 +1,14 @@
1
+ {%- comment -%}
2
+
3
+ La base para un encabezado
4
+
5
+ @param :level [Integer] El nivel
6
+ @param :text [String] El contenido
7
+ @param :class [String] Clases para aplicar a títulos
8
+ {%- endcomment -%}
9
+
10
+ {%- assign slug = include.text | slugify -%}
11
+
12
+ <h{{ include.level }} id="{{ slug }}" class="{{ include.class }}">
13
+ {{- include.text -}}
14
+ </h{{ include.level }}>
@@ -0,0 +1,9 @@
1
+ {%- comment -%}
2
+
3
+ Encabezado de primer nivel
4
+
5
+ @param :text [String] El contenido
6
+ @param :class [String] Clases para aplicar a títulos
7
+ {%- endcomment -%}
8
+
9
+ {%- include headings/generic.html level=1 text=include.text class=include.class -%}
@@ -0,0 +1,9 @@
1
+ {%- comment -%}
2
+
3
+ Encabezado de segundo nivel
4
+
5
+ @param :text [String] El contenido
6
+ @param :class [String] Clases para aplicar a títulos
7
+ {%- endcomment -%}
8
+
9
+ {%- include headings/generic.html level=2 text=include.text class=include.class -%}
@@ -0,0 +1,9 @@
1
+ {%- comment -%}
2
+
3
+ Encabezado de tercer nivel
4
+
5
+ @param :text [String] El contenido
6
+ @param :class [String] Clases para aplicar a títulos
7
+ {%- endcomment -%}
8
+
9
+ {%- include headings/generic.html level=3 text=include.text class=include.class -%}
@@ -0,0 +1,15 @@
1
+ {%- comment -%}
2
+
3
+ La base para un encabezado con enlace
4
+
5
+ @param :level [Integer] El nivel
6
+ @param :text [String] El contenido
7
+ @param :class [String] Clases para aplicar a títulos
8
+ {%- endcomment -%}
9
+
10
+ {%- assign slug = include.text | slugify -%}
11
+ <h{{ include.level }} id="{{ slug }}">
12
+ <a class="{{ include.class }}" href="#{{ slug }}" data-turbo="false">
13
+ {{- include.text -}}
14
+ </a>
15
+ </h{{ include.level }}>
data/_includes/image.html CHANGED
@@ -1,3 +1,11 @@
1
+ {%- comment -%}
2
+
3
+ Form: type image
4
+
5
+ @param :field [Integer] El campo del formulario
6
+ @param :image_class [String] Las clases del componente
7
+ {%- endcomment -%}
8
+
1
9
  {%- assign name = include.field[0] -%}
2
10
  {%- assign id = include.field[1].id | default: name -%}
3
11
  {%- assign label = include.field[1]['path'].label[site.locale] -%}
@@ -17,7 +25,7 @@
17
25
  name="{{ name }}[path]"
18
26
  id="{{ id }}_path"
19
27
  accept="image/*"
20
- class="custom-file-input" />
28
+ class="custom-file-input {{ include.image_class }}" />
21
29
 
22
30
  <label for="{{ id }}_path" class="custom-file-label">
23
31
  {{ label }}
data/_includes/input.html CHANGED
@@ -1,3 +1,12 @@
1
+ {%- comment -%}
2
+
3
+ Form: type input
4
+
5
+ @param :form [String] El formulario
6
+ @param :field [Integer] El campo del formulario
7
+ @param :input_class [String] Las clases del componente
8
+ {%- endcomment -%}
9
+
1
10
  {% if include.form %}
2
11
  {%- assign name = include.field[0] | append: ']' | prepend: '[' | prepend: include.form -%}
3
12
  {%- assign id = include.field[1].id | default: name | replace: '[', '_' | remove: ']' -%}
@@ -10,14 +19,20 @@
10
19
  {%- assign help = include.field[1].help[site.locale] -%}
11
20
  {%- assign error = include.field[1].error[site.locale] -%}
12
21
  {%- assign autocomplete = include.field[1].autocomplete -%}
22
+ {%- assign placeholder = include.field[1].placeholder[site.locale] -%}
13
23
 
14
24
  <div class="form-group">
15
- <label for="{{ id }}">
16
- {{ label }}
17
- {% if include.field[1].required %}*{% endif %}
18
- </label>
25
+ {% if include.field[1].label %}
26
+ <label for="{{ id }}">
27
+ {{ label }}
28
+ {% if include.field[1].required %}*{% endif %}
29
+ </label>
30
+ {% endif %}
19
31
 
20
32
  <input
33
+ {% if include.field[1].placeholder %}
34
+ placeholder="{{ placeholder }}"
35
+ {% endif %}
21
36
  {{ include.field[1].extra.input }}
22
37
  {% if help %}
23
38
  aria-describedby="help-{{ id }}"
@@ -31,7 +46,11 @@
31
46
  {% if autocomplete %}
32
47
  autocomplete="{{ autocomplete }}"
33
48
  {% endif %}
34
- class="form-control" />
49
+ class="form-control {{ include.input_class }}" />
50
+
51
+ {%- if error -%}
52
+ <div class="invalid-feedback">{{ error }}</div>
53
+ {%- endif -%}
35
54
 
36
55
  {%- if error -%}
37
56
  <div class="invalid-feedback">{{ error }}</div>
@@ -1 +1,9 @@
1
- {% include text.html field=field %}
1
+ {%- comment -%}
2
+
3
+ Form: type markdown_content
4
+
5
+ @param :field [Integer] El campo del formulario
6
+ @param :text_class [String] Las clases del componente
7
+ {%- endcomment -%}
8
+
9
+ {% include text.html field=field text_class=include.text_class %}
@@ -31,7 +31,7 @@
31
31
  <span class="d-flex align-items-center justify-content-center" data-controller="cart-counter">
32
32
  <i class="fa fa-fw fa-2x fa-shopping-cart"></i>
33
33
  <span class="sr-only">{{ site.cart.title }}</span>
34
- <span class="font-weight-bold ml-1" data-target="cart-counter.counter">0</span>
34
+ <span class="font-weight-bold ml-1" data-cart-counter-target="counter">0</span>
35
35
  </span>
36
36
  </a>
37
37
  </nav>
@@ -1 +1,9 @@
1
- {% include input.html field=field %}
1
+ {%- comment -%}
2
+
3
+ Form: type number
4
+
5
+ @param :field [Integer] El campo del formulario
6
+ @param :input_class [String] Las clases del componente
7
+ {%- endcomment -%}
8
+
9
+ {% include input.html field=field input_class=include.input_class %}
@@ -0,0 +1,10 @@
1
+ {%- include_cached script.html src="assets/js/env.js" -%}
2
+ {%- if jekyll.environment == "production" -%}
3
+ {%- for pack in site.data.manifest.outputs -%}
4
+ {%- unless pack[1].entryPoint -%}{%- continue -%}{%- endunless -%}
5
+ {%- assign src = pack[0] -%}
6
+ {%- include_cached script.html src=src -%}
7
+ {%- endfor -%}
8
+ {%- else -%}
9
+ {%- include_cached script.html src="pack.js" -%}
10
+ {%- endif -%}
@@ -1 +1,10 @@
1
- {% include input.html field=include.field form=include.form %}
1
+ {%- comment -%}
2
+
3
+ Form: type password
4
+
5
+ @param :form [String] El formulario
6
+ @param :field [Integer] El campo del formulario
7
+ @param :input_class [String] Las clases del componente
8
+ {%- endcomment -%}
9
+
10
+ {% include input.html field=include.field form=include.form input_class=include.input_class %}