gent_styleguide 2.9.2 → 2.12.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 (284) hide show
  1. package/.codeclimate.yml +51 -14
  2. package/CHANGELOG.md +15 -1
  3. package/CONTRIBUTING.md +8 -1
  4. package/README.md +23 -6
  5. package/build/styleguide/js/base-min.js +68 -1
  6. package/build/styleguide/js/breadcrumbs.binding-min.js +13 -1
  7. package/build/styleguide/js/breadcrumbs.functions-min.js +131 -1
  8. package/build/styleguide/js/button-drop-min.js +38 -1
  9. package/build/styleguide/js/button-drop.binding-min.js +13 -1
  10. package/build/styleguide/js/button-drop.functions-min.js +48 -1
  11. package/build/styleguide/js/gallery.binding-min.js +12 -1
  12. package/build/styleguide/js/gallery.functions-min.js +29 -1
  13. package/build/styleguide/js/hamburger-menu.binding-min.js +17 -1
  14. package/build/styleguide/js/hamburger-menu.functions-min.js +166 -1
  15. package/build/styleguide/js/header.binding-min.js +18 -1
  16. package/build/styleguide/js/header.functions-min.js +73 -1
  17. package/build/styleguide/js/input-date.binding-min.js +8 -1
  18. package/build/styleguide/js/input-date.functions-min.js +27 -1
  19. package/build/styleguide/js/input-multiselect-chosen.binding-min.js +31 -1
  20. package/build/styleguide/js/input-multiselect-chosen.functions-min.js +24 -1
  21. package/build/styleguide/js/teaser-collection.binding-min.js +14 -1
  22. package/build/styleguide/sass/00-settings/_vars.scss +2 -3
  23. package/build/styleguide/sass/01-mixins/grid/_default_classes.scss +8 -6
  24. package/build/styleguide/sass/01-mixins/grid/_mixins.scss +22 -20
  25. package/build/styleguide/sass/11-base/forms/_forms.scss +3 -0
  26. package/build/styleguide/sass/11-base/grid/_grid.scss +2 -2
  27. package/build/styleguide/sass/21-atoms/fieldset/_fieldset.scss +1 -1
  28. package/build/styleguide/sass/21-atoms/inputs/input-multiselect-chosen/_input-multiselect-chosen.scss +1 -1
  29. package/build/styleguide/sass/21-atoms/tag/_tag.scss +0 -5
  30. package/build/styleguide/sass/31-molecules/building-blocks/breadcrumbs/_breadcrumbs.scss +33 -37
  31. package/build/styleguide/sass/31-molecules/building-blocks/hamburger-menu/_hamburger-menu.scss +1 -1
  32. package/build/styleguide/sass/31-molecules/status-message/_status-message.scss +1 -0
  33. package/build/styleguide/sass/41-organisms/header/_header.scss +2 -2
  34. package/build/styleguide/sass/main_cli.scss +12 -11
  35. package/nbproject/private/private.properties +1 -0
  36. package/nbproject/private/private.xml +8 -0
  37. package/nbproject/project.properties +5 -0
  38. package/nbproject/project.xml +9 -0
  39. package/package.json +7 -9
  40. package/.github/ISSUE_TEMPLATE.md +0 -32
  41. package/.github/PULL_REQUEST_TEMPLATE.md +0 -30
  42. package/.mdl.style.rb +0 -9
  43. package/.mdlrc +0 -1
  44. package/.travis.yml +0 -27
  45. package/build/styleguide/vendor/chosen-js/README.md +0 -47
  46. package/build/styleguide/vendor/chosen-js/chosen-sprite.png +0 -0
  47. package/build/styleguide/vendor/chosen-js/chosen-sprite@2x.png +0 -0
  48. package/build/styleguide/vendor/chosen-js/chosen.css +0 -490
  49. package/build/styleguide/vendor/chosen-js/chosen.jquery.js +0 -1349
  50. package/build/styleguide/vendor/chosen-js/chosen.jquery.min.js +0 -3
  51. package/build/styleguide/vendor/chosen-js/chosen.min.css +0 -11
  52. package/build/styleguide/vendor/chosen-js/chosen.proto.js +0 -1389
  53. package/build/styleguide/vendor/chosen-js/chosen.proto.min.js +0 -3
  54. package/build/styleguide/vendor/jquery/AUTHORS.txt +0 -301
  55. package/build/styleguide/vendor/jquery/LICENSE.txt +0 -36
  56. package/build/styleguide/vendor/jquery/README.md +0 -67
  57. package/build/styleguide/vendor/jquery/dist/core.js +0 -476
  58. package/build/styleguide/vendor/jquery/dist/jquery.js +0 -10253
  59. package/build/styleguide/vendor/jquery/dist/jquery.min.js +0 -4
  60. package/build/styleguide/vendor/jquery/dist/jquery.min.map +0 -1
  61. package/build/styleguide/vendor/jquery/dist/jquery.slim.js +0 -8160
  62. package/build/styleguide/vendor/jquery/dist/jquery.slim.min.js +0 -4
  63. package/build/styleguide/vendor/jquery/dist/jquery.slim.min.map +0 -1
  64. package/build/styleguide/vendor/jquery/external/sizzle/LICENSE.txt +0 -36
  65. package/build/styleguide/vendor/jquery/external/sizzle/dist/sizzle.js +0 -2272
  66. package/build/styleguide/vendor/jquery/external/sizzle/dist/sizzle.min.js +0 -3
  67. package/build/styleguide/vendor/jquery/external/sizzle/dist/sizzle.min.map +0 -1
  68. package/build/styleguide/vendor/jquery/package.json +0 -97
  69. package/build/styleguide/vendor/jquery/src/.eslintrc.json +0 -5
  70. package/build/styleguide/vendor/jquery/src/ajax/jsonp.js +0 -102
  71. package/build/styleguide/vendor/jquery/src/ajax/load.js +0 -76
  72. package/build/styleguide/vendor/jquery/src/ajax/parseXML.js +0 -30
  73. package/build/styleguide/vendor/jquery/src/ajax/script.js +0 -77
  74. package/build/styleguide/vendor/jquery/src/ajax/var/location.js +0 -5
  75. package/build/styleguide/vendor/jquery/src/ajax/var/nonce.js +0 -7
  76. package/build/styleguide/vendor/jquery/src/ajax/var/rquery.js +0 -5
  77. package/build/styleguide/vendor/jquery/src/ajax/xhr.js +0 -169
  78. package/build/styleguide/vendor/jquery/src/ajax.js +0 -855
  79. package/build/styleguide/vendor/jquery/src/attributes/attr.js +0 -141
  80. package/build/styleguide/vendor/jquery/src/attributes/classes.js +0 -174
  81. package/build/styleguide/vendor/jquery/src/attributes/prop.js +0 -143
  82. package/build/styleguide/vendor/jquery/src/attributes/support.js +0 -33
  83. package/build/styleguide/vendor/jquery/src/attributes/val.js +0 -190
  84. package/build/styleguide/vendor/jquery/src/attributes.js +0 -13
  85. package/build/styleguide/vendor/jquery/src/callbacks.js +0 -234
  86. package/build/styleguide/vendor/jquery/src/core/DOMEval.js +0 -16
  87. package/build/styleguide/vendor/jquery/src/core/access.js +0 -70
  88. package/build/styleguide/vendor/jquery/src/core/init.js +0 -128
  89. package/build/styleguide/vendor/jquery/src/core/nodeName.js +0 -13
  90. package/build/styleguide/vendor/jquery/src/core/parseHTML.js +0 -65
  91. package/build/styleguide/vendor/jquery/src/core/ready-no-deferred.js +0 -96
  92. package/build/styleguide/vendor/jquery/src/core/ready.js +0 -86
  93. package/build/styleguide/vendor/jquery/src/core/readyException.js +0 -13
  94. package/build/styleguide/vendor/jquery/src/core/stripAndCollapse.js +0 -14
  95. package/build/styleguide/vendor/jquery/src/core/support.js +0 -20
  96. package/build/styleguide/vendor/jquery/src/core/var/rsingleTag.js +0 -6
  97. package/build/styleguide/vendor/jquery/src/core.js +0 -476
  98. package/build/styleguide/vendor/jquery/src/css/addGetHookIf.js +0 -26
  99. package/build/styleguide/vendor/jquery/src/css/adjustCSS.js +0 -71
  100. package/build/styleguide/vendor/jquery/src/css/curCSS.js +0 -65
  101. package/build/styleguide/vendor/jquery/src/css/hiddenVisibleSelectors.js +0 -15
  102. package/build/styleguide/vendor/jquery/src/css/showHide.js +0 -105
  103. package/build/styleguide/vendor/jquery/src/css/support.js +0 -89
  104. package/build/styleguide/vendor/jquery/src/css/var/cssExpand.js +0 -5
  105. package/build/styleguide/vendor/jquery/src/css/var/getStyles.js +0 -17
  106. package/build/styleguide/vendor/jquery/src/css/var/isHiddenWithinTree.js +0 -34
  107. package/build/styleguide/vendor/jquery/src/css/var/rmargin.js +0 -5
  108. package/build/styleguide/vendor/jquery/src/css/var/rnumnonpx.js +0 -7
  109. package/build/styleguide/vendor/jquery/src/css/var/swap.js +0 -26
  110. package/build/styleguide/vendor/jquery/src/css.js +0 -438
  111. package/build/styleguide/vendor/jquery/src/data/Data.js +0 -161
  112. package/build/styleguide/vendor/jquery/src/data/var/acceptData.js +0 -19
  113. package/build/styleguide/vendor/jquery/src/data/var/dataPriv.js +0 -7
  114. package/build/styleguide/vendor/jquery/src/data/var/dataUser.js +0 -7
  115. package/build/styleguide/vendor/jquery/src/data.js +0 -179
  116. package/build/styleguide/vendor/jquery/src/deferred/exceptionHook.js +0 -21
  117. package/build/styleguide/vendor/jquery/src/deferred.js +0 -391
  118. package/build/styleguide/vendor/jquery/src/deprecated.js +0 -40
  119. package/build/styleguide/vendor/jquery/src/dimensions.js +0 -56
  120. package/build/styleguide/vendor/jquery/src/effects/Tween.js +0 -123
  121. package/build/styleguide/vendor/jquery/src/effects/animatedSelector.js +0 -15
  122. package/build/styleguide/vendor/jquery/src/effects.js +0 -699
  123. package/build/styleguide/vendor/jquery/src/event/ajax.js +0 -22
  124. package/build/styleguide/vendor/jquery/src/event/alias.js +0 -29
  125. package/build/styleguide/vendor/jquery/src/event/focusin.js +0 -55
  126. package/build/styleguide/vendor/jquery/src/event/support.js +0 -11
  127. package/build/styleguide/vendor/jquery/src/event/trigger.js +0 -185
  128. package/build/styleguide/vendor/jquery/src/event.js +0 -746
  129. package/build/styleguide/vendor/jquery/src/exports/amd.js +0 -26
  130. package/build/styleguide/vendor/jquery/src/exports/global.js +0 -34
  131. package/build/styleguide/vendor/jquery/src/jquery.js +0 -41
  132. package/build/styleguide/vendor/jquery/src/manipulation/_evalUrl.js +0 -23
  133. package/build/styleguide/vendor/jquery/src/manipulation/buildFragment.js +0 -104
  134. package/build/styleguide/vendor/jquery/src/manipulation/getAll.js +0 -32
  135. package/build/styleguide/vendor/jquery/src/manipulation/setGlobalEval.js +0 -22
  136. package/build/styleguide/vendor/jquery/src/manipulation/support.js +0 -35
  137. package/build/styleguide/vendor/jquery/src/manipulation/var/rcheckableType.js +0 -5
  138. package/build/styleguide/vendor/jquery/src/manipulation/var/rscriptType.js +0 -5
  139. package/build/styleguide/vendor/jquery/src/manipulation/var/rtagName.js +0 -5
  140. package/build/styleguide/vendor/jquery/src/manipulation/wrapMap.js +0 -29
  141. package/build/styleguide/vendor/jquery/src/manipulation.js +0 -488
  142. package/build/styleguide/vendor/jquery/src/offset.js +0 -229
  143. package/build/styleguide/vendor/jquery/src/queue/delay.js +0 -24
  144. package/build/styleguide/vendor/jquery/src/queue.js +0 -145
  145. package/build/styleguide/vendor/jquery/src/selector-native.js +0 -237
  146. package/build/styleguide/vendor/jquery/src/selector-sizzle.js +0 -19
  147. package/build/styleguide/vendor/jquery/src/selector.js +0 -3
  148. package/build/styleguide/vendor/jquery/src/serialize.js +0 -130
  149. package/build/styleguide/vendor/jquery/src/traversing/findFilter.js +0 -106
  150. package/build/styleguide/vendor/jquery/src/traversing/var/dir.js +0 -22
  151. package/build/styleguide/vendor/jquery/src/traversing/var/rneedsContext.js +0 -8
  152. package/build/styleguide/vendor/jquery/src/traversing/var/siblings.js +0 -17
  153. package/build/styleguide/vendor/jquery/src/traversing.js +0 -191
  154. package/build/styleguide/vendor/jquery/src/var/ObjectFunctionString.js +0 -7
  155. package/build/styleguide/vendor/jquery/src/var/arr.js +0 -5
  156. package/build/styleguide/vendor/jquery/src/var/class2type.js +0 -6
  157. package/build/styleguide/vendor/jquery/src/var/concat.js +0 -7
  158. package/build/styleguide/vendor/jquery/src/var/document.js +0 -5
  159. package/build/styleguide/vendor/jquery/src/var/documentElement.js +0 -7
  160. package/build/styleguide/vendor/jquery/src/var/fnToString.js +0 -7
  161. package/build/styleguide/vendor/jquery/src/var/getProto.js +0 -5
  162. package/build/styleguide/vendor/jquery/src/var/hasOwn.js +0 -7
  163. package/build/styleguide/vendor/jquery/src/var/indexOf.js +0 -7
  164. package/build/styleguide/vendor/jquery/src/var/pnum.js +0 -5
  165. package/build/styleguide/vendor/jquery/src/var/push.js +0 -7
  166. package/build/styleguide/vendor/jquery/src/var/rcssNum.js +0 -9
  167. package/build/styleguide/vendor/jquery/src/var/rnothtmlwhite.js +0 -8
  168. package/build/styleguide/vendor/jquery/src/var/slice.js +0 -7
  169. package/build/styleguide/vendor/jquery/src/var/support.js +0 -6
  170. package/build/styleguide/vendor/jquery/src/var/toString.js +0 -7
  171. package/build/styleguide/vendor/jquery/src/wrap.js +0 -77
  172. package/build/styleguide/vendor/lightgallery/.editorconfig +0 -16
  173. package/build/styleguide/vendor/lightgallery/.gitattributes +0 -1
  174. package/build/styleguide/vendor/lightgallery/.jscsrc +0 -7
  175. package/build/styleguide/vendor/lightgallery/.jshintrc +0 -18
  176. package/build/styleguide/vendor/lightgallery/.travis.yml +0 -9
  177. package/build/styleguide/vendor/lightgallery/Gruntfile.js +0 -208
  178. package/build/styleguide/vendor/lightgallery/LICENSE.md +0 -686
  179. package/build/styleguide/vendor/lightgallery/README.md +0 -191
  180. package/build/styleguide/vendor/lightgallery/contributing.md +0 -34
  181. package/build/styleguide/vendor/lightgallery/demo/img/1-1600.jpg +0 -0
  182. package/build/styleguide/vendor/lightgallery/demo/img/1-375.jpg +0 -0
  183. package/build/styleguide/vendor/lightgallery/demo/img/1-480.jpg +0 -0
  184. package/build/styleguide/vendor/lightgallery/demo/img/1.jpg +0 -0
  185. package/build/styleguide/vendor/lightgallery/demo/img/13-1600.jpg +0 -0
  186. package/build/styleguide/vendor/lightgallery/demo/img/13-375.jpg +0 -0
  187. package/build/styleguide/vendor/lightgallery/demo/img/13-480.jpg +0 -0
  188. package/build/styleguide/vendor/lightgallery/demo/img/13.jpg +0 -0
  189. package/build/styleguide/vendor/lightgallery/demo/img/2-1600.jpg +0 -0
  190. package/build/styleguide/vendor/lightgallery/demo/img/2-375.jpg +0 -0
  191. package/build/styleguide/vendor/lightgallery/demo/img/2-480.jpg +0 -0
  192. package/build/styleguide/vendor/lightgallery/demo/img/2.jpg +0 -0
  193. package/build/styleguide/vendor/lightgallery/demo/img/4-1600.jpg +0 -0
  194. package/build/styleguide/vendor/lightgallery/demo/img/4-375.jpg +0 -0
  195. package/build/styleguide/vendor/lightgallery/demo/img/4-480.jpg +0 -0
  196. package/build/styleguide/vendor/lightgallery/demo/img/4.jpg +0 -0
  197. package/build/styleguide/vendor/lightgallery/demo/img/thumb-1.jpg +0 -0
  198. package/build/styleguide/vendor/lightgallery/demo/img/thumb-13.jpg +0 -0
  199. package/build/styleguide/vendor/lightgallery/demo/img/thumb-2.jpg +0 -0
  200. package/build/styleguide/vendor/lightgallery/demo/img/thumb-4.jpg +0 -0
  201. package/build/styleguide/vendor/lightgallery/demo/index.html +0 -162
  202. package/build/styleguide/vendor/lightgallery/dist/css/lg-fb-comment-box.css +0 -57
  203. package/build/styleguide/vendor/lightgallery/dist/css/lg-fb-comment-box.min.css +0 -1
  204. package/build/styleguide/vendor/lightgallery/dist/css/lg-transitions.css +0 -779
  205. package/build/styleguide/vendor/lightgallery/dist/css/lg-transitions.min.css +0 -1
  206. package/build/styleguide/vendor/lightgallery/dist/css/lightgallery.css +0 -982
  207. package/build/styleguide/vendor/lightgallery/dist/css/lightgallery.min.css +0 -1
  208. package/build/styleguide/vendor/lightgallery/dist/fonts/lg.eot +0 -0
  209. package/build/styleguide/vendor/lightgallery/dist/fonts/lg.svg +0 -47
  210. package/build/styleguide/vendor/lightgallery/dist/fonts/lg.ttf +0 -0
  211. package/build/styleguide/vendor/lightgallery/dist/fonts/lg.woff +0 -0
  212. package/build/styleguide/vendor/lightgallery/dist/img/loading.gif +0 -0
  213. package/build/styleguide/vendor/lightgallery/dist/img/video-play.png +0 -0
  214. package/build/styleguide/vendor/lightgallery/dist/img/vimeo-play.png +0 -0
  215. package/build/styleguide/vendor/lightgallery/dist/img/youtube-play.png +0 -0
  216. package/build/styleguide/vendor/lightgallery/dist/js/lightgallery-all.js +0 -3331
  217. package/build/styleguide/vendor/lightgallery/dist/js/lightgallery-all.min.js +0 -5
  218. package/build/styleguide/vendor/lightgallery/dist/js/lightgallery.js +0 -1364
  219. package/build/styleguide/vendor/lightgallery/dist/js/lightgallery.min.js +0 -4
  220. package/build/styleguide/vendor/lightgallery/lib/jquery.mousewheel.min.js +0 -8
  221. package/build/styleguide/vendor/lightgallery/lib/lg.png +0 -0
  222. package/build/styleguide/vendor/lightgallery/lib/picturefill.min.js +0 -4
  223. package/build/styleguide/vendor/lightgallery/lightGallery.jquery.json +0 -27
  224. package/build/styleguide/vendor/lightgallery/modules/lg-autoplay.js +0 -206
  225. package/build/styleguide/vendor/lightgallery/modules/lg-autoplay.min.js +0 -4
  226. package/build/styleguide/vendor/lightgallery/modules/lg-fullscreen.js +0 -116
  227. package/build/styleguide/vendor/lightgallery/modules/lg-fullscreen.min.js +0 -4
  228. package/build/styleguide/vendor/lightgallery/modules/lg-hash.js +0 -101
  229. package/build/styleguide/vendor/lightgallery/modules/lg-hash.min.js +0 -4
  230. package/build/styleguide/vendor/lightgallery/modules/lg-pager.js +0 -105
  231. package/build/styleguide/vendor/lightgallery/modules/lg-pager.min.js +0 -4
  232. package/build/styleguide/vendor/lightgallery/modules/lg-share.js +0 -107
  233. package/build/styleguide/vendor/lightgallery/modules/lg-share.min.js +0 -4
  234. package/build/styleguide/vendor/lightgallery/modules/lg-thumbnail.js +0 -478
  235. package/build/styleguide/vendor/lightgallery/modules/lg-thumbnail.min.js +0 -4
  236. package/build/styleguide/vendor/lightgallery/modules/lg-video.js +0 -317
  237. package/build/styleguide/vendor/lightgallery/modules/lg-video.min.js +0 -4
  238. package/build/styleguide/vendor/lightgallery/modules/lg-zoom.js +0 -527
  239. package/build/styleguide/vendor/lightgallery/modules/lg-zoom.min.js +0 -4
  240. package/build/styleguide/vendor/lightgallery/package.json +0 -60
  241. package/build/styleguide/vendor/lightgallery/selection.json +0 -407
  242. package/build/styleguide/vendor/lightgallery/src/css/lg-fb-comment-box.css +0 -54
  243. package/build/styleguide/vendor/lightgallery/src/css/lg-fb-comment-box.css.map +0 -7
  244. package/build/styleguide/vendor/lightgallery/src/css/lg-transitions.css +0 -776
  245. package/build/styleguide/vendor/lightgallery/src/css/lg-transitions.css.map +0 -7
  246. package/build/styleguide/vendor/lightgallery/src/css/lightgallery.css +0 -979
  247. package/build/styleguide/vendor/lightgallery/src/css/lightgallery.css.map +0 -7
  248. package/build/styleguide/vendor/lightgallery/src/fonts/lg.eot +0 -0
  249. package/build/styleguide/vendor/lightgallery/src/fonts/lg.svg +0 -47
  250. package/build/styleguide/vendor/lightgallery/src/fonts/lg.ttf +0 -0
  251. package/build/styleguide/vendor/lightgallery/src/fonts/lg.woff +0 -0
  252. package/build/styleguide/vendor/lightgallery/src/img/loading.gif +0 -0
  253. package/build/styleguide/vendor/lightgallery/src/img/video-play.png +0 -0
  254. package/build/styleguide/vendor/lightgallery/src/img/vimeo-play.png +0 -0
  255. package/build/styleguide/vendor/lightgallery/src/img/youtube-play.png +0 -0
  256. package/build/styleguide/vendor/lightgallery/src/js/.jshintrc +0 -22
  257. package/build/styleguide/vendor/lightgallery/src/js/lightgallery.js +0 -1342
  258. package/build/styleguide/vendor/lightgallery/src/sass/lg-animations.scss +0 -714
  259. package/build/styleguide/vendor/lightgallery/src/sass/lg-autoplay.scss +0 -36
  260. package/build/styleguide/vendor/lightgallery/src/sass/lg-core.scss +0 -272
  261. package/build/styleguide/vendor/lightgallery/src/sass/lg-fb-comment-box.scss +0 -52
  262. package/build/styleguide/vendor/lightgallery/src/sass/lg-fonts.scss +0 -22
  263. package/build/styleguide/vendor/lightgallery/src/sass/lg-fullscreen.scss +0 -9
  264. package/build/styleguide/vendor/lightgallery/src/sass/lg-mixins.scss +0 -330
  265. package/build/styleguide/vendor/lightgallery/src/sass/lg-pager.scss +0 -89
  266. package/build/styleguide/vendor/lightgallery/src/sass/lg-share.scss +0 -135
  267. package/build/styleguide/vendor/lightgallery/src/sass/lg-theme-default.scss +0 -208
  268. package/build/styleguide/vendor/lightgallery/src/sass/lg-thumbnail.scss +0 -111
  269. package/build/styleguide/vendor/lightgallery/src/sass/lg-transitions.scss +0 -766
  270. package/build/styleguide/vendor/lightgallery/src/sass/lg-variables.scss +0 -57
  271. package/build/styleguide/vendor/lightgallery/src/sass/lg-video.scss +0 -110
  272. package/build/styleguide/vendor/lightgallery/src/sass/lg-zoom.scss +0 -69
  273. package/build/styleguide/vendor/lightgallery/src/sass/lightgallery.scss +0 -15
  274. package/build/styleguide/vendor/lightgallery/src/sass/prepros.cfg +0 -530
  275. package/build/styleguide/vendor/lightgallery/test/.jshintrc +0 -33
  276. package/build/styleguide/vendor/lightgallery/test/lightgallery.html +0 -27
  277. package/build/styleguide/vendor/lightgallery/test/lightgallery_test.js +0 -16
  278. package/build/styleguide/vendor/masonry-layout/README.md +0 -80
  279. package/build/styleguide/vendor/masonry-layout/dist/masonry.pkgd.js +0 -2499
  280. package/build/styleguide/vendor/masonry-layout/dist/masonry.pkgd.min.js +0 -9
  281. package/build/styleguide/vendor/masonry-layout/masonry.js +0 -239
  282. package/postinstall.sh +0 -76
  283. package/version_tag.sh +0 -99
  284. package/yarn.lock +0 -7827
@@ -1,530 +0,0 @@
1
- [
2
- {
3
- "About This File": "This is Prepros config file, https://prepros.io . Please do not edit this file, doing so can crash Prepros."
4
- },
5
- {
6
- "data": {
7
- "id": "",
8
- "cfgVersion": 2,
9
- "name": "LG",
10
- "path": "",
11
- "files": {
12
- "8ff90eb8": {
13
- "id": "8ff90eb8",
14
- "path": "lg-animations.scss",
15
- "output": "lg-animations.css",
16
- "name": "lg-animations.scss",
17
- "category": "CSS",
18
- "autoCompile": true,
19
- "autoprefixer": false,
20
- "sourceMaps": false,
21
- "libSass": true,
22
- "compass": false,
23
- "fullCompass": false,
24
- "outputStyle": "expanded",
25
- "customOutput": false,
26
- "imported": false,
27
- "parents": [],
28
- "type": "sass"
29
- },
30
- "26f18653": {
31
- "id": "26f18653",
32
- "path": "lg-autoplay.scss",
33
- "output": "lg-autoplay.css",
34
- "name": "lg-autoplay.scss",
35
- "category": "CSS",
36
- "autoCompile": false,
37
- "autoprefixer": false,
38
- "sourceMaps": false,
39
- "libSass": true,
40
- "compass": false,
41
- "fullCompass": false,
42
- "outputStyle": "expanded",
43
- "customOutput": false,
44
- "imported": true,
45
- "parents": [
46
- "f80b85a1"
47
- ],
48
- "type": "sass"
49
- },
50
- "94edd1e7": {
51
- "id": "94edd1e7",
52
- "path": "lg-fb-comment-box.scss",
53
- "output": "lg-fb-comment-box.css",
54
- "name": "lg-fb-comment-box.scss",
55
- "category": "CSS",
56
- "autoCompile": true,
57
- "autoprefixer": false,
58
- "sourceMaps": false,
59
- "libSass": true,
60
- "compass": false,
61
- "fullCompass": false,
62
- "outputStyle": "expanded",
63
- "customOutput": false,
64
- "imported": false,
65
- "parents": [],
66
- "type": "sass"
67
- },
68
- "fb5b0eff": {
69
- "id": "fb5b0eff",
70
- "path": "lg-fonts.scss",
71
- "output": "lg-fonts.css",
72
- "name": "lg-fonts.scss",
73
- "category": "CSS",
74
- "autoCompile": false,
75
- "autoprefixer": false,
76
- "sourceMaps": false,
77
- "libSass": true,
78
- "compass": false,
79
- "fullCompass": false,
80
- "outputStyle": "expanded",
81
- "customOutput": false,
82
- "imported": true,
83
- "parents": [
84
- "f80b85a1"
85
- ],
86
- "type": "sass"
87
- },
88
- "9e150360": {
89
- "id": "9e150360",
90
- "path": "lg-fullscreen.scss",
91
- "output": "lg-fullscreen.css",
92
- "name": "lg-fullscreen.scss",
93
- "category": "CSS",
94
- "autoCompile": false,
95
- "autoprefixer": false,
96
- "sourceMaps": false,
97
- "libSass": true,
98
- "compass": false,
99
- "fullCompass": false,
100
- "outputStyle": "expanded",
101
- "customOutput": false,
102
- "imported": true,
103
- "parents": [
104
- "f80b85a1"
105
- ],
106
- "type": "sass"
107
- },
108
- "11b5aed8": {
109
- "id": "11b5aed8",
110
- "path": "lg-mixins.scss",
111
- "output": "lg-mixins.css",
112
- "name": "lg-mixins.scss",
113
- "category": "CSS",
114
- "autoCompile": false,
115
- "autoprefixer": false,
116
- "sourceMaps": false,
117
- "libSass": true,
118
- "compass": false,
119
- "fullCompass": false,
120
- "outputStyle": "expanded",
121
- "customOutput": false,
122
- "imported": true,
123
- "parents": [
124
- "94edd1e7",
125
- "6018a35b",
126
- "f80b85a1",
127
- "29a83bf1"
128
- ],
129
- "type": "sass"
130
- },
131
- "06548c3d": {
132
- "id": "06548c3d",
133
- "path": "lg-pager.scss",
134
- "output": "lg-pager.css",
135
- "name": "lg-pager.scss",
136
- "category": "CSS",
137
- "autoCompile": false,
138
- "autoprefixer": false,
139
- "sourceMaps": false,
140
- "libSass": true,
141
- "compass": false,
142
- "fullCompass": false,
143
- "outputStyle": "expanded",
144
- "customOutput": false,
145
- "imported": true,
146
- "parents": [
147
- "f80b85a1"
148
- ],
149
- "type": "sass"
150
- },
151
- "7dbddfad": {
152
- "id": "7dbddfad",
153
- "path": "lg-theme-default.scss",
154
- "output": "lg-theme-default.css",
155
- "name": "lg-theme-default.scss",
156
- "category": "CSS",
157
- "autoCompile": false,
158
- "autoprefixer": false,
159
- "sourceMaps": false,
160
- "libSass": true,
161
- "compass": false,
162
- "fullCompass": false,
163
- "outputStyle": "expanded",
164
- "customOutput": false,
165
- "imported": true,
166
- "parents": [
167
- "f80b85a1"
168
- ],
169
- "type": "sass"
170
- },
171
- "ccc7c5d4": {
172
- "id": "ccc7c5d4",
173
- "path": "lg-thumbnail.scss",
174
- "output": "lg-thumbnail.css",
175
- "name": "lg-thumbnail.scss",
176
- "category": "CSS",
177
- "autoCompile": false,
178
- "autoprefixer": false,
179
- "sourceMaps": false,
180
- "libSass": true,
181
- "compass": false,
182
- "fullCompass": false,
183
- "outputStyle": "expanded",
184
- "customOutput": false,
185
- "imported": true,
186
- "parents": [
187
- "f80b85a1"
188
- ],
189
- "type": "sass"
190
- },
191
- "6018a35b": {
192
- "id": "6018a35b",
193
- "path": "lg-transitions.scss",
194
- "output": "lg-transitions.css",
195
- "name": "lg-transitions.scss",
196
- "category": "CSS",
197
- "autoCompile": true,
198
- "autoprefixer": false,
199
- "sourceMaps": false,
200
- "libSass": true,
201
- "compass": false,
202
- "fullCompass": false,
203
- "outputStyle": "expanded",
204
- "customOutput": false,
205
- "imported": false,
206
- "parents": [],
207
- "type": "sass"
208
- },
209
- "36a5e0f7": {
210
- "id": "36a5e0f7",
211
- "path": "lg-variables.scss",
212
- "output": "lg-variables.css",
213
- "name": "lg-variables.scss",
214
- "category": "CSS",
215
- "autoCompile": false,
216
- "autoprefixer": false,
217
- "sourceMaps": false,
218
- "libSass": true,
219
- "compass": false,
220
- "fullCompass": false,
221
- "outputStyle": "expanded",
222
- "customOutput": false,
223
- "imported": true,
224
- "parents": [
225
- "94edd1e7",
226
- "6018a35b",
227
- "f80b85a1",
228
- "29a83bf1"
229
- ],
230
- "type": "sass"
231
- },
232
- "70ef8df4": {
233
- "id": "70ef8df4",
234
- "path": "lg-video.scss",
235
- "output": "lg-video.css",
236
- "name": "lg-video.scss",
237
- "category": "CSS",
238
- "autoCompile": false,
239
- "autoprefixer": false,
240
- "sourceMaps": false,
241
- "libSass": true,
242
- "compass": false,
243
- "fullCompass": false,
244
- "outputStyle": "expanded",
245
- "customOutput": false,
246
- "imported": true,
247
- "parents": [
248
- "f80b85a1"
249
- ],
250
- "type": "sass"
251
- },
252
- "0690cbf9": {
253
- "id": "0690cbf9",
254
- "path": "lg-zoom.scss",
255
- "output": "lg-zoom.css",
256
- "name": "lg-zoom.scss",
257
- "category": "CSS",
258
- "autoCompile": false,
259
- "autoprefixer": false,
260
- "sourceMaps": false,
261
- "libSass": true,
262
- "compass": false,
263
- "fullCompass": false,
264
- "outputStyle": "expanded",
265
- "customOutput": false,
266
- "imported": true,
267
- "parents": [
268
- "f80b85a1"
269
- ],
270
- "type": "sass"
271
- },
272
- "f80b85a1": {
273
- "id": "f80b85a1",
274
- "path": "lightgallery.scss",
275
- "output": "C:/wamp/www/lg/lightGallery/src/css/lightgallery.css",
276
- "name": "lightgallery.scss",
277
- "category": "CSS",
278
- "autoCompile": true,
279
- "autoprefixer": false,
280
- "sourceMaps": false,
281
- "libSass": true,
282
- "compass": true,
283
- "fullCompass": false,
284
- "outputStyle": "expanded",
285
- "customOutput": true,
286
- "imported": false,
287
- "parents": [],
288
- "type": "sass"
289
- },
290
- "29a83bf1": {
291
- "id": "29a83bf1",
292
- "path": "lg-share.scss",
293
- "output": "lg-share.css",
294
- "name": "lg-share.scss",
295
- "category": "CSS",
296
- "autoCompile": false,
297
- "autoprefixer": false,
298
- "sourceMaps": false,
299
- "libSass": true,
300
- "compass": false,
301
- "fullCompass": false,
302
- "outputStyle": "expanded",
303
- "customOutput": false,
304
- "imported": true,
305
- "parents": [
306
- "f80b85a1"
307
- ],
308
- "type": "sass"
309
- },
310
- "fc3af19a": {
311
- "id": "fc3af19a",
312
- "path": "lg-core.scss",
313
- "output": "lg-core.css",
314
- "name": "lg-core.scss",
315
- "category": "CSS",
316
- "autoCompile": true,
317
- "autoprefixer": false,
318
- "sourceMaps": false,
319
- "libSass": true,
320
- "compass": false,
321
- "fullCompass": false,
322
- "outputStyle": "expanded",
323
- "customOutput": false,
324
- "imported": false,
325
- "parents": [],
326
- "type": "sass"
327
- }
328
- },
329
- "deploymentHistory": {},
330
- "config": {
331
- "watch": "",
332
- "liveRefresh": true,
333
- "useCustomServer": false,
334
- "port": 0,
335
- "useCustomPort": false,
336
- "customServerUrl": "",
337
- "watchedFileExtensions": "less, sass, scss, styl, md, markdown, coffee, js, jade, haml, slim, ls, html,htm, css, rb, php, asp, aspx, cfm, chm, cms, do, erb, jsp, mhtml, mspx, pl, py, shtml, cshtml, cs,vb, vbs, tpl, ctp, kit, png, jpg, jpeg",
338
- "excludePatterns": "Prepros Build, node_modules, .git, .idea, .sass-cache, .hg, .svn, .cache, config.rb, prepros.cfg, .DS_Store, bower_components",
339
- "autoprefixerBrowsers": "last 4 versions",
340
- "liveRefreshDelay": 0,
341
- "disableImportAutoCompile": true,
342
- "browserFlow": {
343
- "enabled": false,
344
- "mouseSync": true,
345
- "scrollSync": true,
346
- "keyboardSync": true,
347
- "animateCss": true
348
- },
349
- "deployment": {
350
- "ftpHost": "",
351
- "ftpPort": "21",
352
- "ftpUsePrivateKey": false,
353
- "ftpPrivateKey": "",
354
- "ftpRemotePath": "",
355
- "ftpUserName": "",
356
- "ftpPassword": "",
357
- "ftpType": "FTP",
358
- "ftpSecure": false,
359
- "ftpUploadOnModify": false,
360
- "ftpRefreshAfterUpload": false,
361
- "ignorePreprocessableFiles": true,
362
- "copyPath": "Prepros Build",
363
- "excludePatterns": ".map, Prepros Build, config.rb, prepros.cfg, node_modules, .git, .idea, .sass-cache, .hg, .svn, .cache, .DS_Store, bower_components"
364
- },
365
- "css": {
366
- "path": "css/",
367
- "outputType": "REPLACE_SEGMENT",
368
- "segmentToReplace": "less, sass, stylus, scss, styl",
369
- "segmentToReplaceWith": "css",
370
- "preprocessableFilesDirs": "less/\nsass/\nstylus/\nscss/\nstyl/\n"
371
- },
372
- "minCss": {
373
- "path": "",
374
- "outputType": "RELATIVE_FILEDIR",
375
- "segmentToReplace": "",
376
- "segmentToReplaceWith": "",
377
- "types": "",
378
- "preprocessableFilesDirs": "",
379
- "filePrefix": "-dist"
380
- },
381
- "html": {
382
- "segmentToReplace": "jade, haml, slim, markdown, md, kit",
383
- "segmentToReplaceWith": "html",
384
- "path": "html/",
385
- "extension": ".html",
386
- "outputType": "REPLACE_SEGMENT",
387
- "preprocessableFilesDirs": "jade/\nhaml/\nslim/\nmarkdown/\nmd/\nkit"
388
- },
389
- "js": {
390
- "segmentToReplace": "coffee, coffeescript, coffeescripts, ls, livescript, livescripts",
391
- "segmentToReplaceWith": "html",
392
- "extension": ".html",
393
- "outputType": "REPLACE_SEGMENT",
394
- "preprocessableFilesDirs": "coffee/\ncoffeescript/\ncoffeescripts/\nls/\nlivescript/\nlivescripts",
395
- "path": "js/"
396
- },
397
- "minJs": {
398
- "path": "",
399
- "outputType": "RELATIVE_FILEDIR",
400
- "segmentToReplace": "",
401
- "segmentToReplaceWith": "",
402
- "types": "",
403
- "preprocessableFilesDirs": "",
404
- "filePrefix": "-dist"
405
- },
406
- "compilers": {
407
- "less": {
408
- "autoCompile": true,
409
- "autoprefixer": false,
410
- "compress": false,
411
- "sourceMaps": false
412
- },
413
- "sass": {
414
- "autoCompile": true,
415
- "autoprefixer": false,
416
- "sourceMaps": false,
417
- "libSass": true,
418
- "compass": false,
419
- "fullCompass": false,
420
- "outputStyle": "expanded"
421
- },
422
- "stylus": {
423
- "autoCompile": true,
424
- "sourceMaps": false,
425
- "autoprefixer": false,
426
- "nib": false,
427
- "compress": false
428
- },
429
- "markdown": {
430
- "autoCompile": true,
431
- "sanitize": false,
432
- "gfm": true,
433
- "wrapWithHtml": false
434
- },
435
- "coffee": {
436
- "autoCompile": true,
437
- "bare": false,
438
- "uglify": false,
439
- "mangle": true,
440
- "iced": false,
441
- "sourceMaps": false
442
- },
443
- "livescript": {
444
- "autoCompile": true,
445
- "bare": false,
446
- "uglify": false,
447
- "mangle": true
448
- },
449
- "javascript": {
450
- "autoCompile": false,
451
- "uglify": true,
452
- "mangle": true,
453
- "babel": false,
454
- "sourceMaps": false
455
- },
456
- "jade": {
457
- "autoCompile": true,
458
- "pretty": true
459
- },
460
- "haml": {
461
- "autoCompile": true,
462
- "pretty": true,
463
- "doubleQuotes": false
464
- },
465
- "kit": {
466
- "autoCompile": true,
467
- "minifyHtml": false
468
- },
469
- "slim": {
470
- "autoCompile": true,
471
- "pretty": true,
472
- "indent": "default"
473
- },
474
- "css": {
475
- "autoCompile": false,
476
- "sourceMaps": false,
477
- "compress": true,
478
- "cssnext": false,
479
- "autoprefixer": false
480
- },
481
- "uglify": {
482
- "compress": {
483
- "sequences": true,
484
- "properties": true,
485
- "dead_code": true,
486
- "drop_debugger": true,
487
- "unsafe": false,
488
- "unsafe_comps": false,
489
- "conditionals": true,
490
- "comparisons": true,
491
- "evaluate": true,
492
- "booleans": true,
493
- "loops": true,
494
- "unused": true,
495
- "hoist_funs": true,
496
- "keep_fargs": false,
497
- "hoist_vars": false,
498
- "if_return": true,
499
- "join_vars": true,
500
- "cascade": true,
501
- "side_effects": true,
502
- "pure_getters": false,
503
- "negate_iife": true,
504
- "screw_ie8": false,
505
- "drop_console": false,
506
- "angular": false,
507
- "warnings": true,
508
- "pure_funcs": null,
509
- "global_defs": null
510
- },
511
- "output": {
512
- "quote_keys": false,
513
- "space_colon": true,
514
- "ascii_only": false,
515
- "unescape_regexps": false,
516
- "inline_script": false,
517
- "beautify": false,
518
- "bracketize": false,
519
- "semicolons": true,
520
- "comments": false,
521
- "preserve_line": false,
522
- "screw_ie8": false,
523
- "preamble": null
524
- }
525
- }
526
- }
527
- }
528
- }
529
- }
530
- ]
@@ -1,33 +0,0 @@
1
- {
2
- "curly": true,
3
- "eqeqeq": true,
4
- "immed": true,
5
- "latedef": true,
6
- "newcap": true,
7
- "noarg": true,
8
- "sub": true,
9
- "undef": true,
10
- "unused": true,
11
- "boss": true,
12
- "eqnull": true,
13
- "browser": true,
14
- "node": true,
15
- "predef": [
16
- "jQuery",
17
- "QUnit",
18
- "module",
19
- "test",
20
- "asyncTest",
21
- "expect",
22
- "start",
23
- "stop",
24
- "ok",
25
- "equal",
26
- "notEqual",
27
- "deepEqual",
28
- "notDeepEqual",
29
- "strictEqual",
30
- "notStrictEqual",
31
- "throws"
32
- ]
33
- }
@@ -1,27 +0,0 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title>jQuery lightgallery Test Suite</title>
6
- <!-- Load local jQuery. -->
7
- <script src="//cdn.jsdelivr.net/jquery/1.7/jquery.min.js"></script>
8
- <!-- Load local QUnit. -->
9
- <link rel="stylesheet" href="../bower_components/qunit/qunit/qunit.css" media="screen">
10
- <script src="../bower_components/qunit/qunit/qunit.js"></script>
11
- <!-- Load local lib and tests. -->
12
- <script src="../src/js/lightgallery.js"></script>
13
- <script src="lightgallery_test.js"></script>
14
- <!-- Removing access to jQuery and $. But it'll still be available as _$, if
15
- you REALLY want to mess around with jQuery in the console. REMEMBER WE
16
- ARE TESTING A PLUGIN HERE, THIS HELPS ENSURE BEST PRACTICES. REALLY. -->
17
- <script>window._$ = jQuery.noConflict(true);</script>
18
- </head>
19
- <body>
20
- <div id="qunit"></div>
21
- <ul id="lightgallery">
22
- <li data-src="images/4.jpg">
23
- <a href="#"><img src="images/thumb4.jpg" /></a>
24
- </li>
25
- </ul>
26
- </body>
27
- </html>
@@ -1,16 +0,0 @@
1
- (function($) {
2
-
3
- module('lightGallery');
4
-
5
- /*test('should be chainable', function() {
6
- var elem = document.createElement('div');
7
- ok($(elem).lightGallery().addClass('testing'), 'can be chained');
8
- equal($(elem).attr('class'), 'testing', 'class was added correctly from chaining');
9
- });*/
10
-
11
- test('$item should take corrent value', function() {
12
- ok($.fn.lightGallery, 'options set up correctly');
13
- });
14
-
15
- }(jQuery));
16
-
@@ -1,80 +0,0 @@
1
- # Masonry
2
-
3
- _Cascading grid layout library_
4
-
5
- Masonry works by placing elements in optimal position based on available vertical space, sort of like a mason fitting stones in a wall. You’ve probably seen it in use all over the Internet.
6
-
7
- See [masonry.desandro.com](http://masonry.desandro.com) for complete docs and demos.
8
-
9
- ## Install
10
-
11
- ### Download
12
-
13
- + [masonry.pkgd.js](https://github.com/desandro/masonry/raw/master/dist/masonry.pkgd.js) un-minified, or
14
- + [masonry.pkgd.min.js](https://github.com/desandro/masonry/raw/master/dist/masonry.pkgd.min.js) minified
15
-
16
- ### CDN
17
-
18
- Link directly to Masonry files on [unpkg](https://unpkg.com/).
19
-
20
- ``` html
21
- <script src="https://unpkg.com/masonry-layout@4/dist/masonry.pkgd.js"></script>
22
- <!-- or -->
23
- <script src="https://unpkg.com/masonry-layout@4/dist/masonry.pkgd.min.js"></script>
24
- ```
25
-
26
- ### Package managers
27
-
28
- Bower: `bower install masonry --save`
29
-
30
- [npm](https://www.npmjs.com/package/masonry-layout): `npm install masonry-layout --save`
31
-
32
- ## Initialize
33
-
34
- With jQuery
35
-
36
- ``` js
37
- $('.grid').masonry({
38
- // options...
39
- itemSelector: '.grid-item',
40
- columnWidth: 200
41
- });
42
- ```
43
-
44
- With vanilla JavaScript
45
-
46
- ``` js
47
- // vanilla JS
48
- // init with element
49
- var grid = document.querySelector('.grid');
50
- var msnry = new Masonry( grid, {
51
- // options...
52
- itemSelector: '.grid-item',
53
- columnWidth: 200
54
- });
55
-
56
- // init with selector
57
- var msnry = new Masonry( '.grid', {
58
- // options...
59
- });
60
- ```
61
-
62
- With HTML
63
-
64
- Add a `data-masonry` attribute to your element. Options can be set in JSON in the value.
65
-
66
- ``` html
67
- <div class="grid" data-masonry='{ "itemSelector": ".grid-item", "columnWidth": 200 }'>
68
- <div class="grid-item"></div>
69
- <div class="grid-item"></div>
70
- ...
71
- </div>
72
- ```
73
-
74
- ## License
75
-
76
- Masonry is released under the [MIT license](http://desandro.mit-license.org). Have at it.
77
-
78
- * * *
79
-
80
- Made by David DeSandro