udt-itf-theme 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (639) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +124 -0
  3. data/_data/apis.yml +66 -0
  4. data/_data/calls.yml +6 -0
  5. data/_data/demos.yml +10 -0
  6. data/_data/features.yml +9 -0
  7. data/_data/institutions.yml +61 -0
  8. data/_data/pastevents.yml +146 -0
  9. data/_includes/api/acronyms.md +3 -0
  10. data/_includes/api/anchor_headings.html +152 -0
  11. data/_includes/api/beta.md +7 -0
  12. data/_includes/api/code_header.html +4 -0
  13. data/_includes/api/copyright.md +4 -0
  14. data/_includes/api/copyright2015.md +4 -0
  15. data/_includes/api/copyright2017.md +4 -0
  16. data/_includes/api/editors.md +3 -0
  17. data/_includes/api/links.md +235 -0
  18. data/_includes/api/sub-page_header.html +5 -0
  19. data/_includes/api/toc.html +182 -0
  20. data/_includes/blocks/api-cards.html +27 -0
  21. data/_includes/blocks/cards.html +21 -0
  22. data/_includes/blocks/carousel.html +14 -0
  23. data/_includes/blocks/demos.html +10 -0
  24. data/_includes/blocks/event-cards.html +26 -0
  25. data/_includes/blocks/features.html +9 -0
  26. data/_includes/blocks/hero.html +61 -0
  27. data/_includes/blocks/image-and-text.html +30 -0
  28. data/_includes/blocks/join-newsletter.html +0 -0
  29. data/_includes/blocks/logo-grid.html +14 -0
  30. data/_includes/blocks/news-cards.html +32 -0
  31. data/_includes/blocks/pullquote.html +22 -0
  32. data/_includes/blocks/related-cards.html +0 -0
  33. data/_includes/blocks/steps.html +0 -0
  34. data/_includes/blocks/tabs.html +21 -0
  35. data/_includes/blocks/text-and-text.html +14 -0
  36. data/_includes/content/full-width-image.html +10 -0
  37. data/_includes/content/inline-image.html +13 -0
  38. data/_includes/footer.html +28 -0
  39. data/_includes/head.html +36 -0
  40. data/_includes/misc/button.html +2 -0
  41. data/_includes/misc/community_calendar.html +4 -0
  42. data/_includes/misc/feedback.html +79 -0
  43. data/_includes/misc/google-analytics.html +9 -0
  44. data/_includes/misc/image.html +7 -0
  45. data/_includes/misc/notification.html +15 -0
  46. data/_includes/navbar.html +36 -0
  47. data/_layouts/default.html +35 -0
  48. data/_layouts/event.html +7 -0
  49. data/_layouts/page.html +8 -0
  50. data/_layouts/post.html +7 -0
  51. data/_layouts/spec.html +35 -0
  52. data/_sass/iiifc-theme/api-spec.scss +180 -0
  53. data/_sass/iiifc-theme/base.scss +317 -0
  54. data/_sass/iiifc-theme/bulma-base.scss +15 -0
  55. data/_sass/iiifc-theme/carousel.scss +47 -0
  56. data/_sass/iiifc-theme/fonts.scss +6 -0
  57. data/_sass/iiifc-theme/helpers.scss +43 -0
  58. data/_sass/iiifc-theme/syntax.scss +65 -0
  59. data/_sass/iiifc-theme/typography.scss +41 -0
  60. data/_sass/iiifc-theme/vars.scss +47 -0
  61. data/_sass/node_modules/.yarn-integrity +19 -0
  62. data/_sass/node_modules/bulma/CHANGELOG.md +1539 -0
  63. data/_sass/node_modules/bulma/LICENSE +21 -0
  64. data/_sass/node_modules/bulma/README.md +133 -0
  65. data/_sass/node_modules/bulma/bulma.sass +10 -0
  66. data/_sass/node_modules/bulma/css/bulma-rtl.css +11705 -0
  67. data/_sass/node_modules/bulma/css/bulma-rtl.css.map +1 -0
  68. data/_sass/node_modules/bulma/css/bulma-rtl.min.css +1 -0
  69. data/_sass/node_modules/bulma/css/bulma.css +11705 -0
  70. data/_sass/node_modules/bulma/css/bulma.css.map +1 -0
  71. data/_sass/node_modules/bulma/css/bulma.min.css +1 -0
  72. data/_sass/node_modules/bulma/package.json +56 -0
  73. data/_sass/node_modules/bulma/sass/base/_all.sass +6 -0
  74. data/_sass/node_modules/bulma/sass/base/animations.sass +5 -0
  75. data/_sass/node_modules/bulma/sass/base/generic.sass +145 -0
  76. data/_sass/node_modules/bulma/sass/base/helpers.sass +1 -0
  77. data/_sass/node_modules/bulma/sass/base/minireset.sass +79 -0
  78. data/_sass/node_modules/bulma/sass/components/_all.sass +15 -0
  79. data/_sass/node_modules/bulma/sass/components/breadcrumb.sass +77 -0
  80. data/_sass/node_modules/bulma/sass/components/card.sass +102 -0
  81. data/_sass/node_modules/bulma/sass/components/dropdown.sass +83 -0
  82. data/_sass/node_modules/bulma/sass/components/level.sass +79 -0
  83. data/_sass/node_modules/bulma/sass/components/media.sass +59 -0
  84. data/_sass/node_modules/bulma/sass/components/menu.sass +59 -0
  85. data/_sass/node_modules/bulma/sass/components/message.sass +101 -0
  86. data/_sass/node_modules/bulma/sass/components/modal.sass +117 -0
  87. data/_sass/node_modules/bulma/sass/components/navbar.sass +445 -0
  88. data/_sass/node_modules/bulma/sass/components/pagination.sass +158 -0
  89. data/_sass/node_modules/bulma/sass/components/panel.sass +121 -0
  90. data/_sass/node_modules/bulma/sass/components/tabs.sass +176 -0
  91. data/_sass/node_modules/bulma/sass/elements/_all.sass +16 -0
  92. data/_sass/node_modules/bulma/sass/elements/box.sass +26 -0
  93. data/_sass/node_modules/bulma/sass/elements/button.sass +345 -0
  94. data/_sass/node_modules/bulma/sass/elements/container.sass +29 -0
  95. data/_sass/node_modules/bulma/sass/elements/content.sass +157 -0
  96. data/_sass/node_modules/bulma/sass/elements/form.sass +1 -0
  97. data/_sass/node_modules/bulma/sass/elements/icon.sass +40 -0
  98. data/_sass/node_modules/bulma/sass/elements/image.sass +73 -0
  99. data/_sass/node_modules/bulma/sass/elements/notification.sass +52 -0
  100. data/_sass/node_modules/bulma/sass/elements/other.sass +41 -0
  101. data/_sass/node_modules/bulma/sass/elements/progress.sass +73 -0
  102. data/_sass/node_modules/bulma/sass/elements/table.sass +133 -0
  103. data/_sass/node_modules/bulma/sass/elements/tag.sass +140 -0
  104. data/_sass/node_modules/bulma/sass/elements/title.sass +72 -0
  105. data/_sass/node_modules/bulma/sass/form/_all.sass +9 -0
  106. data/_sass/node_modules/bulma/sass/form/checkbox-radio.sass +22 -0
  107. data/_sass/node_modules/bulma/sass/form/file.sass +182 -0
  108. data/_sass/node_modules/bulma/sass/form/input-textarea.sass +66 -0
  109. data/_sass/node_modules/bulma/sass/form/select.sass +87 -0
  110. data/_sass/node_modules/bulma/sass/form/shared.sass +60 -0
  111. data/_sass/node_modules/bulma/sass/form/tools.sass +215 -0
  112. data/_sass/node_modules/bulma/sass/grid/_all.sass +5 -0
  113. data/_sass/node_modules/bulma/sass/grid/columns.sass +513 -0
  114. data/_sass/node_modules/bulma/sass/grid/tiles.sass +36 -0
  115. data/_sass/node_modules/bulma/sass/helpers/_all.sass +12 -0
  116. data/_sass/node_modules/bulma/sass/helpers/color.sass +39 -0
  117. data/_sass/node_modules/bulma/sass/helpers/flexbox.sass +35 -0
  118. data/_sass/node_modules/bulma/sass/helpers/float.sass +10 -0
  119. data/_sass/node_modules/bulma/sass/helpers/other.sass +14 -0
  120. data/_sass/node_modules/bulma/sass/helpers/overflow.sass +2 -0
  121. data/_sass/node_modules/bulma/sass/helpers/position.sass +7 -0
  122. data/_sass/node_modules/bulma/sass/helpers/spacing.sass +31 -0
  123. data/_sass/node_modules/bulma/sass/helpers/typography.sass +100 -0
  124. data/_sass/node_modules/bulma/sass/helpers/visibility.sass +122 -0
  125. data/_sass/node_modules/bulma/sass/layout/_all.sass +6 -0
  126. data/_sass/node_modules/bulma/sass/layout/footer.sass +11 -0
  127. data/_sass/node_modules/bulma/sass/layout/hero.sass +149 -0
  128. data/_sass/node_modules/bulma/sass/layout/section.sass +15 -0
  129. data/_sass/node_modules/bulma/sass/utilities/_all.sass +9 -0
  130. data/_sass/node_modules/bulma/sass/utilities/animations.sass +1 -0
  131. data/_sass/node_modules/bulma/sass/utilities/controls.sass +49 -0
  132. data/_sass/node_modules/bulma/sass/utilities/derived-variables.sass +110 -0
  133. data/_sass/node_modules/bulma/sass/utilities/extends.sass +22 -0
  134. data/_sass/node_modules/bulma/sass/utilities/functions.sass +115 -0
  135. data/_sass/node_modules/bulma/sass/utilities/initial-variables.sass +78 -0
  136. data/_sass/node_modules/bulma/sass/utilities/mixins.sass +268 -0
  137. data/_sass/node_modules/jquery/AUTHORS.txt +331 -0
  138. data/_sass/node_modules/jquery/LICENSE.txt +20 -0
  139. data/_sass/node_modules/jquery/README.md +62 -0
  140. data/_sass/node_modules/jquery/bower.json +14 -0
  141. data/_sass/node_modules/jquery/dist/jquery.js +10881 -0
  142. data/_sass/node_modules/jquery/dist/jquery.min.js +2 -0
  143. data/_sass/node_modules/jquery/dist/jquery.min.map +1 -0
  144. data/_sass/node_modules/jquery/dist/jquery.slim.js +8782 -0
  145. data/_sass/node_modules/jquery/dist/jquery.slim.min.js +2 -0
  146. data/_sass/node_modules/jquery/dist/jquery.slim.min.map +1 -0
  147. data/_sass/node_modules/jquery/external/sizzle/LICENSE.txt +36 -0
  148. data/_sass/node_modules/jquery/external/sizzle/dist/sizzle.js +2478 -0
  149. data/_sass/node_modules/jquery/external/sizzle/dist/sizzle.min.js +3 -0
  150. data/_sass/node_modules/jquery/external/sizzle/dist/sizzle.min.map +1 -0
  151. data/_sass/node_modules/jquery/package.json +116 -0
  152. data/_sass/node_modules/jquery/src/ajax/jsonp.js +103 -0
  153. data/_sass/node_modules/jquery/src/ajax/load.js +77 -0
  154. data/_sass/node_modules/jquery/src/ajax/script.js +74 -0
  155. data/_sass/node_modules/jquery/src/ajax/var/location.js +5 -0
  156. data/_sass/node_modules/jquery/src/ajax/var/nonce.js +5 -0
  157. data/_sass/node_modules/jquery/src/ajax/var/rquery.js +5 -0
  158. data/_sass/node_modules/jquery/src/ajax/xhr.js +170 -0
  159. data/_sass/node_modules/jquery/src/ajax.js +876 -0
  160. data/_sass/node_modules/jquery/src/attributes/attr.js +141 -0
  161. data/_sass/node_modules/jquery/src/attributes/classes.js +186 -0
  162. data/_sass/node_modules/jquery/src/attributes/prop.js +143 -0
  163. data/_sass/node_modules/jquery/src/attributes/support.js +33 -0
  164. data/_sass/node_modules/jquery/src/attributes/val.js +191 -0
  165. data/_sass/node_modules/jquery/src/attributes.js +13 -0
  166. data/_sass/node_modules/jquery/src/callbacks.js +236 -0
  167. data/_sass/node_modules/jquery/src/core/DOMEval.js +43 -0
  168. data/_sass/node_modules/jquery/src/core/access.js +72 -0
  169. data/_sass/node_modules/jquery/src/core/camelCase.js +23 -0
  170. data/_sass/node_modules/jquery/src/core/init.js +129 -0
  171. data/_sass/node_modules/jquery/src/core/isAttached.js +26 -0
  172. data/_sass/node_modules/jquery/src/core/nodeName.js +13 -0
  173. data/_sass/node_modules/jquery/src/core/parseHTML.js +65 -0
  174. data/_sass/node_modules/jquery/src/core/parseXML.js +35 -0
  175. data/_sass/node_modules/jquery/src/core/ready-no-deferred.js +97 -0
  176. data/_sass/node_modules/jquery/src/core/ready.js +86 -0
  177. data/_sass/node_modules/jquery/src/core/readyException.js +13 -0
  178. data/_sass/node_modules/jquery/src/core/stripAndCollapse.js +14 -0
  179. data/_sass/node_modules/jquery/src/core/support.js +20 -0
  180. data/_sass/node_modules/jquery/src/core/toType.js +20 -0
  181. data/_sass/node_modules/jquery/src/core/var/rsingleTag.js +7 -0
  182. data/_sass/node_modules/jquery/src/core.js +400 -0
  183. data/_sass/node_modules/jquery/src/css/addGetHookIf.js +26 -0
  184. data/_sass/node_modules/jquery/src/css/adjustCSS.js +74 -0
  185. data/_sass/node_modules/jquery/src/css/curCSS.js +65 -0
  186. data/_sass/node_modules/jquery/src/css/finalPropName.js +42 -0
  187. data/_sass/node_modules/jquery/src/css/hiddenVisibleSelectors.js +15 -0
  188. data/_sass/node_modules/jquery/src/css/showHide.js +105 -0
  189. data/_sass/node_modules/jquery/src/css/support.js +152 -0
  190. data/_sass/node_modules/jquery/src/css/var/cssExpand.js +5 -0
  191. data/_sass/node_modules/jquery/src/css/var/getStyles.js +17 -0
  192. data/_sass/node_modules/jquery/src/css/var/isHiddenWithinTree.js +34 -0
  193. data/_sass/node_modules/jquery/src/css/var/rboxStyle.js +7 -0
  194. data/_sass/node_modules/jquery/src/css/var/rnumnonpx.js +7 -0
  195. data/_sass/node_modules/jquery/src/css/var/swap.js +26 -0
  196. data/_sass/node_modules/jquery/src/css.js +494 -0
  197. data/_sass/node_modules/jquery/src/data/Data.js +162 -0
  198. data/_sass/node_modules/jquery/src/data/var/acceptData.js +19 -0
  199. data/_sass/node_modules/jquery/src/data/var/dataPriv.js +7 -0
  200. data/_sass/node_modules/jquery/src/data/var/dataUser.js +7 -0
  201. data/_sass/node_modules/jquery/src/data.js +180 -0
  202. data/_sass/node_modules/jquery/src/deferred/exceptionHook.js +21 -0
  203. data/_sass/node_modules/jquery/src/deferred.js +399 -0
  204. data/_sass/node_modules/jquery/src/deprecated/ajax-event-alias.js +22 -0
  205. data/_sass/node_modules/jquery/src/deprecated/event.js +50 -0
  206. data/_sass/node_modules/jquery/src/deprecated.js +87 -0
  207. data/_sass/node_modules/jquery/src/dimensions.js +60 -0
  208. data/_sass/node_modules/jquery/src/effects/Tween.js +125 -0
  209. data/_sass/node_modules/jquery/src/effects/animatedSelector.js +15 -0
  210. data/_sass/node_modules/jquery/src/effects.js +702 -0
  211. data/_sass/node_modules/jquery/src/event/focusin.js +58 -0
  212. data/_sass/node_modules/jquery/src/event/support.js +11 -0
  213. data/_sass/node_modules/jquery/src/event/trigger.js +199 -0
  214. data/_sass/node_modules/jquery/src/event.js +874 -0
  215. data/_sass/node_modules/jquery/src/exports/amd.js +26 -0
  216. data/_sass/node_modules/jquery/src/exports/global.js +34 -0
  217. data/_sass/node_modules/jquery/src/jquery.js +41 -0
  218. data/_sass/node_modules/jquery/src/manipulation/_evalUrl.js +32 -0
  219. data/_sass/node_modules/jquery/src/manipulation/buildFragment.js +106 -0
  220. data/_sass/node_modules/jquery/src/manipulation/getAll.js +32 -0
  221. data/_sass/node_modules/jquery/src/manipulation/setGlobalEval.js +22 -0
  222. data/_sass/node_modules/jquery/src/manipulation/support.js +41 -0
  223. data/_sass/node_modules/jquery/src/manipulation/var/rscriptType.js +5 -0
  224. data/_sass/node_modules/jquery/src/manipulation/var/rtagName.js +8 -0
  225. data/_sass/node_modules/jquery/src/manipulation/wrapMap.js +30 -0
  226. data/_sass/node_modules/jquery/src/manipulation.js +480 -0
  227. data/_sass/node_modules/jquery/src/offset.js +232 -0
  228. data/_sass/node_modules/jquery/src/queue/delay.js +24 -0
  229. data/_sass/node_modules/jquery/src/queue.js +145 -0
  230. data/_sass/node_modules/jquery/src/selector-native.js +241 -0
  231. data/_sass/node_modules/jquery/src/selector-sizzle.js +19 -0
  232. data/_sass/node_modules/jquery/src/selector.js +3 -0
  233. data/_sass/node_modules/jquery/src/serialize.js +134 -0
  234. data/_sass/node_modules/jquery/src/traversing/findFilter.js +97 -0
  235. data/_sass/node_modules/jquery/src/traversing/var/dir.js +22 -0
  236. data/_sass/node_modules/jquery/src/traversing/var/rneedsContext.js +8 -0
  237. data/_sass/node_modules/jquery/src/traversing/var/siblings.js +17 -0
  238. data/_sass/node_modules/jquery/src/traversing.js +198 -0
  239. data/_sass/node_modules/jquery/src/var/ObjectFunctionString.js +7 -0
  240. data/_sass/node_modules/jquery/src/var/arr.js +5 -0
  241. data/_sass/node_modules/jquery/src/var/class2type.js +6 -0
  242. data/_sass/node_modules/jquery/src/var/document.js +5 -0
  243. data/_sass/node_modules/jquery/src/var/documentElement.js +7 -0
  244. data/_sass/node_modules/jquery/src/var/flat.js +16 -0
  245. data/_sass/node_modules/jquery/src/var/fnToString.js +7 -0
  246. data/_sass/node_modules/jquery/src/var/getProto.js +5 -0
  247. data/_sass/node_modules/jquery/src/var/hasOwn.js +7 -0
  248. data/_sass/node_modules/jquery/src/var/indexOf.js +7 -0
  249. data/_sass/node_modules/jquery/src/var/isFunction.js +17 -0
  250. data/_sass/node_modules/jquery/src/var/isWindow.js +8 -0
  251. data/_sass/node_modules/jquery/src/var/pnum.js +5 -0
  252. data/_sass/node_modules/jquery/src/var/push.js +7 -0
  253. data/_sass/node_modules/jquery/src/var/rcheckableType.js +5 -0
  254. data/_sass/node_modules/jquery/src/var/rcssNum.js +9 -0
  255. data/_sass/node_modules/jquery/src/var/rnothtmlwhite.js +8 -0
  256. data/_sass/node_modules/jquery/src/var/slice.js +7 -0
  257. data/_sass/node_modules/jquery/src/var/support.js +6 -0
  258. data/_sass/node_modules/jquery/src/var/toString.js +7 -0
  259. data/_sass/node_modules/jquery/src/wrap.js +78 -0
  260. data/_sass/node_modules/slick-carousel-no-fonts/.npmignore +2 -0
  261. data/_sass/node_modules/slick-carousel-no-fonts/CONTRIBUTING.markdown +35 -0
  262. data/_sass/node_modules/slick-carousel-no-fonts/ISSUE_TEMPLATE.md +50 -0
  263. data/_sass/node_modules/slick-carousel-no-fonts/LICENSE +20 -0
  264. data/_sass/node_modules/slick-carousel-no-fonts/Makefile +8 -0
  265. data/_sass/node_modules/slick-carousel-no-fonts/README.markdown +287 -0
  266. data/_sass/node_modules/slick-carousel-no-fonts/bower.json +32 -0
  267. data/_sass/node_modules/slick-carousel-no-fonts/component.json +18 -0
  268. data/_sass/node_modules/slick-carousel-no-fonts/index.html +163 -0
  269. data/_sass/node_modules/slick-carousel-no-fonts/package.json +50 -0
  270. data/_sass/node_modules/slick-carousel-no-fonts/slick/ajax-loader.gif +0 -0
  271. data/_sass/node_modules/slick-carousel-no-fonts/slick/config.rb +10 -0
  272. data/_sass/node_modules/slick-carousel-no-fonts/slick/fonts/slick.eot +0 -0
  273. data/_sass/node_modules/slick-carousel-no-fonts/slick/fonts/slick.svg +14 -0
  274. data/_sass/node_modules/slick-carousel-no-fonts/slick/fonts/slick.ttf +0 -0
  275. data/_sass/node_modules/slick-carousel-no-fonts/slick/fonts/slick.woff +0 -0
  276. data/_sass/node_modules/slick-carousel-no-fonts/slick/slick-theme.css +194 -0
  277. data/_sass/node_modules/slick-carousel-no-fonts/slick/slick-theme.less +158 -0
  278. data/_sass/node_modules/slick-carousel-no-fonts/slick/slick-theme.scss +186 -0
  279. data/_sass/node_modules/slick-carousel-no-fonts/slick/slick.css +117 -0
  280. data/_sass/node_modules/slick-carousel-no-fonts/slick/slick.js +2936 -0
  281. data/_sass/node_modules/slick-carousel-no-fonts/slick/slick.less +98 -0
  282. data/_sass/node_modules/slick-carousel-no-fonts/slick/slick.min.js +18 -0
  283. data/_sass/node_modules/slick-carousel-no-fonts/slick/slick.scss +98 -0
  284. data/_sass/node_modules/slick-carousel-no-fonts/slick.jquery.json +34 -0
  285. data/assets/android-chrome-192x192.png +0 -0
  286. data/assets/android-chrome-512x512.png +0 -0
  287. data/assets/apple-touch-icon.png +0 -0
  288. data/assets/browserconfig.xml +9 -0
  289. data/assets/css/ajax-loader.gif +0 -0
  290. data/assets/css/style.scss +4 -0
  291. data/assets/favicon-16x16.png +0 -0
  292. data/assets/favicon-32x32.png +0 -0
  293. data/assets/favicon.ico +0 -0
  294. data/assets/images/defaults/blank-image.png +0 -0
  295. data/assets/images/defaults/just-a-square.png +0 -0
  296. data/assets/images/heroes/event.png +0 -0
  297. data/assets/images/heroes/event.webp +0 -0
  298. data/assets/images/heroes/event@2x.png +0 -0
  299. data/assets/images/heroes/event@2x.webp +0 -0
  300. data/assets/images/heroes/event@3x.png +0 -0
  301. data/assets/images/heroes/event@3x.webp +0 -0
  302. data/assets/images/heroes/event_2.png +0 -0
  303. data/assets/images/heroes/event_2.webp +0 -0
  304. data/assets/images/heroes/event_2@2x.png +0 -0
  305. data/assets/images/heroes/event_2@2x.webp +0 -0
  306. data/assets/images/heroes/hero-1.png +0 -0
  307. data/assets/images/heroes/hero-1.webp +0 -0
  308. data/assets/images/heroes/hero-1@2x.png +0 -0
  309. data/assets/images/heroes/hero-1@2x.webp +0 -0
  310. data/assets/images/heroes/hero-2.png +0 -0
  311. data/assets/images/heroes/hero-2.webp +0 -0
  312. data/assets/images/heroes/hero-2@2x.png +0 -0
  313. data/assets/images/heroes/hero-2@2x.webp +0 -0
  314. data/assets/images/heroes/hero-2@3x.png +0 -0
  315. data/assets/images/heroes/hero-2@3x.webp +0 -0
  316. data/assets/images/heroes/hero-3.png +0 -0
  317. data/assets/images/heroes/hero-3.webp +0 -0
  318. data/assets/images/heroes/hero-3@2x.png +0 -0
  319. data/assets/images/heroes/hero-3@2x.webp +0 -0
  320. data/assets/images/heroes/hero-3@3x.png +0 -0
  321. data/assets/images/heroes/hero-3@3x.webp +0 -0
  322. data/assets/images/heroes/smithsonian_cookbook.jpg +0 -0
  323. data/assets/images/heroes/smithsonian_cookbook.webp +0 -0
  324. data/assets/images/icons/auth-group.png +0 -0
  325. data/assets/images/icons/auth-group.webp +0 -0
  326. data/assets/images/icons/auth-group@2x.png +0 -0
  327. data/assets/images/icons/auth-group@2x.webp +0 -0
  328. data/assets/images/icons/auth-group@3x.png +0 -0
  329. data/assets/images/icons/auth-group@3x.webp +0 -0
  330. data/assets/images/icons/calendar.png +0 -0
  331. data/assets/images/icons/calendar.webp +0 -0
  332. data/assets/images/icons/calendar@2x.png +0 -0
  333. data/assets/images/icons/calendar@2x.webp +0 -0
  334. data/assets/images/icons/calendar@3x.png +0 -0
  335. data/assets/images/icons/calendar@3x.webp +0 -0
  336. data/assets/images/icons/developer.png +0 -0
  337. data/assets/images/icons/developer.webp +0 -0
  338. data/assets/images/icons/developer@2x.png +0 -0
  339. data/assets/images/icons/developer@2x.webp +0 -0
  340. data/assets/images/icons/developer@3x.png +0 -0
  341. data/assets/images/icons/developer@3x.webp +0 -0
  342. data/assets/images/icons/image.png +0 -0
  343. data/assets/images/icons/image.webp +0 -0
  344. data/assets/images/icons/image@2x.png +0 -0
  345. data/assets/images/icons/image@2x.webp +0 -0
  346. data/assets/images/icons/image@3x.png +0 -0
  347. data/assets/images/icons/image@3x.webp +0 -0
  348. data/assets/images/icons/info.png +0 -0
  349. data/assets/images/icons/info.webp +0 -0
  350. data/assets/images/icons/info@2x.png +0 -0
  351. data/assets/images/icons/info@2x.webp +0 -0
  352. data/assets/images/icons/info@3x.png +0 -0
  353. data/assets/images/icons/info@3x.webp +0 -0
  354. data/assets/images/icons/leader.png +0 -0
  355. data/assets/images/icons/leader.webp +0 -0
  356. data/assets/images/icons/leader@2x.png +0 -0
  357. data/assets/images/icons/leader@2x.webp +0 -0
  358. data/assets/images/icons/leader@3x.png +0 -0
  359. data/assets/images/icons/leader@3x.webp +0 -0
  360. data/assets/images/icons/left-arrow.png +0 -0
  361. data/assets/images/icons/left-arrow.webp +0 -0
  362. data/assets/images/icons/left-arrow@2x.png +0 -0
  363. data/assets/images/icons/left-arrow@2x.webp +0 -0
  364. data/assets/images/icons/left-arrow@3x.png +0 -0
  365. data/assets/images/icons/left-arrow@3x.webp +0 -0
  366. data/assets/images/icons/link-group.png +0 -0
  367. data/assets/images/icons/link-group.webp +0 -0
  368. data/assets/images/icons/link-group@2x.png +0 -0
  369. data/assets/images/icons/link-group@2x.webp +0 -0
  370. data/assets/images/icons/link-group@3x.png +0 -0
  371. data/assets/images/icons/link-group@3x.webp +0 -0
  372. data/assets/images/icons/link.png +0 -0
  373. data/assets/images/icons/link.webp +0 -0
  374. data/assets/images/icons/location-info.png +0 -0
  375. data/assets/images/icons/location-info.webp +0 -0
  376. data/assets/images/icons/location-info@2x.png +0 -0
  377. data/assets/images/icons/location-info@2x.webp +0 -0
  378. data/assets/images/icons/location-info@3x.png +0 -0
  379. data/assets/images/icons/location-info@3x.webp +0 -0
  380. data/assets/images/icons/map-pin.png +0 -0
  381. data/assets/images/icons/map-pin.webp +0 -0
  382. data/assets/images/icons/map-pin@2x.png +0 -0
  383. data/assets/images/icons/map-pin@2x.webp +0 -0
  384. data/assets/images/icons/map-pin@3x.png +0 -0
  385. data/assets/images/icons/map-pin@3x.webp +0 -0
  386. data/assets/images/icons/pagination-dots.png +0 -0
  387. data/assets/images/icons/pagination-dots.webp +0 -0
  388. data/assets/images/icons/pagination-dots@2x.png +0 -0
  389. data/assets/images/icons/pagination-dots@2x.webp +0 -0
  390. data/assets/images/icons/pagination-dots@3x.png +0 -0
  391. data/assets/images/icons/pagination-dots@3x.webp +0 -0
  392. data/assets/images/icons/quote.png +0 -0
  393. data/assets/images/icons/quote.webp +0 -0
  394. data/assets/images/icons/quote@2x.png +0 -0
  395. data/assets/images/icons/quote@2x.webp +0 -0
  396. data/assets/images/icons/quote@3x.png +0 -0
  397. data/assets/images/icons/quote@3x.webp +0 -0
  398. data/assets/images/icons/research.png +0 -0
  399. data/assets/images/icons/research.webp +0 -0
  400. data/assets/images/icons/research@2x.png +0 -0
  401. data/assets/images/icons/research@2x.webp +0 -0
  402. data/assets/images/icons/research@3x.png +0 -0
  403. data/assets/images/icons/research@3x.webp +0 -0
  404. data/assets/images/icons/right-arrow.png +0 -0
  405. data/assets/images/icons/right-arrow.webp +0 -0
  406. data/assets/images/icons/right-arrow@2x.png +0 -0
  407. data/assets/images/icons/right-arrow@2x.webp +0 -0
  408. data/assets/images/icons/right-arrow@3x.png +0 -0
  409. data/assets/images/icons/right-arrow@3x.webp +0 -0
  410. data/assets/images/icons/search-group.png +0 -0
  411. data/assets/images/icons/search-group.webp +0 -0
  412. data/assets/images/icons/search-group@2x.png +0 -0
  413. data/assets/images/icons/search-group@2x.webp +0 -0
  414. data/assets/images/icons/search-group@3x.png +0 -0
  415. data/assets/images/icons/search-group@3x.webp +0 -0
  416. data/assets/images/icons/shape.png +0 -0
  417. data/assets/images/icons/shape.webp +0 -0
  418. data/assets/images/icons/shape@2x.png +0 -0
  419. data/assets/images/icons/shape@2x.webp +0 -0
  420. data/assets/images/icons/shape@3x.png +0 -0
  421. data/assets/images/icons/shape@3x.webp +0 -0
  422. data/assets/images/logos/logo-blue.webp +0 -0
  423. data/assets/images/logos/logo-blue@2x.webp +0 -0
  424. data/assets/images/logos/logo-blue@3x.webp +0 -0
  425. data/assets/images/logos/logo-sm.png +0 -0
  426. data/assets/images/logos/logo-white.webp +0 -0
  427. data/assets/images/logos/logo-white@2x.webp +0 -0
  428. data/assets/images/logos/logo-white@3x.webp +0 -0
  429. data/assets/images/zeplin/delivery@3x.jpg +0 -0
  430. data/assets/images/zeplin/delivery@3x.png +0 -0
  431. data/assets/images/zeplin/delivery@3x.webp +0 -0
  432. data/assets/images/zeplin/jpg/delivery.jpg +0 -0
  433. data/assets/images/zeplin/jpg/delivery@2x.jpg +0 -0
  434. data/assets/images/zeplin/jpg/event.jpg +0 -0
  435. data/assets/images/zeplin/jpg/event@2x.jpg +0 -0
  436. data/assets/images/zeplin/jpg/event@3x.jpg +0 -0
  437. data/assets/images/zeplin/jpg/hero-1.jpg +0 -0
  438. data/assets/images/zeplin/jpg/hero-1@2x.jpg +0 -0
  439. data/assets/images/zeplin/jpg/hero-1@3x.jpg +0 -0
  440. data/assets/images/zeplin/jpg/hero-2.jpg +0 -0
  441. data/assets/images/zeplin/jpg/hero-2@2x.jpg +0 -0
  442. data/assets/images/zeplin/jpg/hero-2@3x.jpg +0 -0
  443. data/assets/images/zeplin/jpg/hero-3.jpg +0 -0
  444. data/assets/images/zeplin/jpg/hero-3@2x.jpg +0 -0
  445. data/assets/images/zeplin/jpg/hero-3@3x.jpg +0 -0
  446. data/assets/images/zeplin/jpg/logo-blue.jpg +0 -0
  447. data/assets/images/zeplin/jpg/logo-blue@2x.jpg +0 -0
  448. data/assets/images/zeplin/jpg/logo-blue@3x.jpg +0 -0
  449. data/assets/images/zeplin/jpg/logo-white.jpg +0 -0
  450. data/assets/images/zeplin/jpg/logo-white@2x.jpg +0 -0
  451. data/assets/images/zeplin/jpg/logo-white@3x.jpg +0 -0
  452. data/assets/images/zeplin/jpg/silos-1.jpg +0 -0
  453. data/assets/images/zeplin/jpg/silos-1@2x.jpg +0 -0
  454. data/assets/images/zeplin/jpg/silos-1@3x.jpg +0 -0
  455. data/assets/images/zeplin/jpg/silos-2.jpg +0 -0
  456. data/assets/images/zeplin/jpg/silos-2@2x.jpg +0 -0
  457. data/assets/images/zeplin/jpg/silos-2@3x.jpg +0 -0
  458. data/assets/images/zeplin/jpg/silos-3.jpg +0 -0
  459. data/assets/images/zeplin/jpg/silos-3@2x.jpg +0 -0
  460. data/assets/images/zeplin/jpg/silos-3@3x.jpg +0 -0
  461. data/assets/images/zeplin/png/delivery.png +0 -0
  462. data/assets/images/zeplin/png/delivery@2x.png +0 -0
  463. data/assets/images/zeplin/png/event.png +0 -0
  464. data/assets/images/zeplin/png/event@2x.png +0 -0
  465. data/assets/images/zeplin/png/event@3x.png +0 -0
  466. data/assets/images/zeplin/png/group-11-copy.png +0 -0
  467. data/assets/images/zeplin/png/group-11-copy@2x.png +0 -0
  468. data/assets/images/zeplin/png/group-11-copy@3x.png +0 -0
  469. data/assets/images/zeplin/png/group-19.png +0 -0
  470. data/assets/images/zeplin/png/group-19@2x.png +0 -0
  471. data/assets/images/zeplin/png/group-19@3x.png +0 -0
  472. data/assets/images/zeplin/png/group-24.png +0 -0
  473. data/assets/images/zeplin/png/group-24@2x.png +0 -0
  474. data/assets/images/zeplin/png/group-24@3x.png +0 -0
  475. data/assets/images/zeplin/png/hero-1.png +0 -0
  476. data/assets/images/zeplin/png/hero-1@2x.png +0 -0
  477. data/assets/images/zeplin/png/hero-2.png +0 -0
  478. data/assets/images/zeplin/png/hero-2@2x.png +0 -0
  479. data/assets/images/zeplin/png/hero-2@3x.png +0 -0
  480. data/assets/images/zeplin/png/hero-3.png +0 -0
  481. data/assets/images/zeplin/png/hero-3@2x.png +0 -0
  482. data/assets/images/zeplin/png/hero-3@3x.png +0 -0
  483. data/assets/images/zeplin/png/invalid-name.png +0 -0
  484. data/assets/images/zeplin/png/invalid-name@2x.png +0 -0
  485. data/assets/images/zeplin/png/invalid-name@3x.png +0 -0
  486. data/assets/images/zeplin/png/left-arrow.png +0 -0
  487. data/assets/images/zeplin/png/left-arrow@2x.png +0 -0
  488. data/assets/images/zeplin/png/left-arrow@3x.png +0 -0
  489. data/assets/images/zeplin/png/logo-blue.png +0 -0
  490. data/assets/images/zeplin/png/logo-blue@2x.png +0 -0
  491. data/assets/images/zeplin/png/logo-blue@3x.png +0 -0
  492. data/assets/images/zeplin/png/logo-white.png +0 -0
  493. data/assets/images/zeplin/png/logo-white@2x.png +0 -0
  494. data/assets/images/zeplin/png/logo-white@3x.png +0 -0
  495. data/assets/images/zeplin/png/noun-calendar-3896118.png +0 -0
  496. data/assets/images/zeplin/png/noun-calendar-3896118@2x.png +0 -0
  497. data/assets/images/zeplin/png/noun-calendar-3896118@3x.png +0 -0
  498. data/assets/images/zeplin/png/noun-developer-2549191.png +0 -0
  499. data/assets/images/zeplin/png/noun-developer-2549191@2x.png +0 -0
  500. data/assets/images/zeplin/png/noun-developer-2549191@3x.png +0 -0
  501. data/assets/images/zeplin/png/noun-image-3888103.png +0 -0
  502. data/assets/images/zeplin/png/noun-image-3888103@2x.png +0 -0
  503. data/assets/images/zeplin/png/noun-image-3888103@3x.png +0 -0
  504. data/assets/images/zeplin/png/noun-info-1585217.png +0 -0
  505. data/assets/images/zeplin/png/noun-info-1585217@2x.png +0 -0
  506. data/assets/images/zeplin/png/noun-info-1585217@3x.png +0 -0
  507. data/assets/images/zeplin/png/noun-leader-1478173.png +0 -0
  508. data/assets/images/zeplin/png/noun-leader-1478173@2x.png +0 -0
  509. data/assets/images/zeplin/png/noun-leader-1478173@3x.png +0 -0
  510. data/assets/images/zeplin/png/noun-location-info-261887.png +0 -0
  511. data/assets/images/zeplin/png/noun-location-info-261887@2x.png +0 -0
  512. data/assets/images/zeplin/png/noun-location-info-261887@3x.png +0 -0
  513. data/assets/images/zeplin/png/noun-map-pin-800374.png +0 -0
  514. data/assets/images/zeplin/png/noun-map-pin-800374@2x.png +0 -0
  515. data/assets/images/zeplin/png/noun-map-pin-800374@3x.png +0 -0
  516. data/assets/images/zeplin/png/noun-research-1796671.png +0 -0
  517. data/assets/images/zeplin/png/noun-research-1796671@2x.png +0 -0
  518. data/assets/images/zeplin/png/noun-research-1796671@3x.png +0 -0
  519. data/assets/images/zeplin/png/pagination-dots.png +0 -0
  520. data/assets/images/zeplin/png/pagination-dots@2x.png +0 -0
  521. data/assets/images/zeplin/png/pagination-dots@3x.png +0 -0
  522. data/assets/images/zeplin/png/right-arrow.png +0 -0
  523. data/assets/images/zeplin/png/right-arrow@2x.png +0 -0
  524. data/assets/images/zeplin/png/right-arrow@3x.png +0 -0
  525. data/assets/images/zeplin/png/shape.png +0 -0
  526. data/assets/images/zeplin/png/shape@2x.png +0 -0
  527. data/assets/images/zeplin/png/shape@3x.png +0 -0
  528. data/assets/images/zeplin/png/silos-1.png +0 -0
  529. data/assets/images/zeplin/png/silos-1@2x.png +0 -0
  530. data/assets/images/zeplin/png/silos-1@3x.png +0 -0
  531. data/assets/images/zeplin/png/silos-2.png +0 -0
  532. data/assets/images/zeplin/png/silos-2@2x.png +0 -0
  533. data/assets/images/zeplin/png/silos-2@3x.png +0 -0
  534. data/assets/images/zeplin/png/silos-3.png +0 -0
  535. data/assets/images/zeplin/png/silos-3@2x.png +0 -0
  536. data/assets/images/zeplin/png/silos-3@3x.png +0 -0
  537. data/assets/images/zeplin/svg/group-11-copy.svg +20 -0
  538. data/assets/images/zeplin/svg/group-19.svg +10 -0
  539. data/assets/images/zeplin/svg/group-24.svg +12 -0
  540. data/assets/images/zeplin/svg/invalid-name.svg +7 -0
  541. data/assets/images/zeplin/svg/left-arrow.svg +9 -0
  542. data/assets/images/zeplin/svg/noun-calendar-3896118.svg +9 -0
  543. data/assets/images/zeplin/svg/noun-developer-2549191.svg +11 -0
  544. data/assets/images/zeplin/svg/noun-image-3888103.svg +10 -0
  545. data/assets/images/zeplin/svg/noun-info-1585217.svg +9 -0
  546. data/assets/images/zeplin/svg/noun-leader-1478173.svg +12 -0
  547. data/assets/images/zeplin/svg/noun-location-info-261887.svg +12 -0
  548. data/assets/images/zeplin/svg/noun-map-pin-800374.svg +9 -0
  549. data/assets/images/zeplin/svg/noun-research-1796671.svg +13 -0
  550. data/assets/images/zeplin/svg/pagination-dots.svg +11 -0
  551. data/assets/images/zeplin/svg/right-arrow.svg +9 -0
  552. data/assets/images/zeplin/svg/shape.svg +7 -0
  553. data/assets/images/zeplin/webp/delivery.webp +0 -0
  554. data/assets/images/zeplin/webp/delivery@2x.webp +0 -0
  555. data/assets/images/zeplin/webp/event.webp +0 -0
  556. data/assets/images/zeplin/webp/event@2x.webp +0 -0
  557. data/assets/images/zeplin/webp/event@3x.webp +0 -0
  558. data/assets/images/zeplin/webp/group-11-copy.webp +0 -0
  559. data/assets/images/zeplin/webp/group-11-copy@2x.webp +0 -0
  560. data/assets/images/zeplin/webp/group-11-copy@3x.webp +0 -0
  561. data/assets/images/zeplin/webp/group-19.webp +0 -0
  562. data/assets/images/zeplin/webp/group-19@2x.webp +0 -0
  563. data/assets/images/zeplin/webp/group-19@3x.webp +0 -0
  564. data/assets/images/zeplin/webp/group-24.webp +0 -0
  565. data/assets/images/zeplin/webp/group-24@2x.webp +0 -0
  566. data/assets/images/zeplin/webp/group-24@3x.webp +0 -0
  567. data/assets/images/zeplin/webp/hero-1.webp +0 -0
  568. data/assets/images/zeplin/webp/hero-1@2x.webp +0 -0
  569. data/assets/images/zeplin/webp/hero-2.webp +0 -0
  570. data/assets/images/zeplin/webp/hero-2@2x.webp +0 -0
  571. data/assets/images/zeplin/webp/hero-2@3x.webp +0 -0
  572. data/assets/images/zeplin/webp/hero-3.webp +0 -0
  573. data/assets/images/zeplin/webp/hero-3@2x.webp +0 -0
  574. data/assets/images/zeplin/webp/hero-3@3x.webp +0 -0
  575. data/assets/images/zeplin/webp/invalid-name.webp +0 -0
  576. data/assets/images/zeplin/webp/invalid-name@2x.webp +0 -0
  577. data/assets/images/zeplin/webp/invalid-name@3x.webp +0 -0
  578. data/assets/images/zeplin/webp/left-arrow.webp +0 -0
  579. data/assets/images/zeplin/webp/left-arrow@2x.webp +0 -0
  580. data/assets/images/zeplin/webp/left-arrow@3x.webp +0 -0
  581. data/assets/images/zeplin/webp/logo-blue.webp +0 -0
  582. data/assets/images/zeplin/webp/logo-blue@2x.webp +0 -0
  583. data/assets/images/zeplin/webp/logo-blue@3x.webp +0 -0
  584. data/assets/images/zeplin/webp/logo-white.webp +0 -0
  585. data/assets/images/zeplin/webp/logo-white@2x.webp +0 -0
  586. data/assets/images/zeplin/webp/logo-white@3x.webp +0 -0
  587. data/assets/images/zeplin/webp/noun-calendar-3896118.webp +0 -0
  588. data/assets/images/zeplin/webp/noun-calendar-3896118@2x.webp +0 -0
  589. data/assets/images/zeplin/webp/noun-calendar-3896118@3x.webp +0 -0
  590. data/assets/images/zeplin/webp/noun-developer-2549191.webp +0 -0
  591. data/assets/images/zeplin/webp/noun-developer-2549191@2x.webp +0 -0
  592. data/assets/images/zeplin/webp/noun-developer-2549191@3x.webp +0 -0
  593. data/assets/images/zeplin/webp/noun-image-3888103.webp +0 -0
  594. data/assets/images/zeplin/webp/noun-image-3888103@2x.webp +0 -0
  595. data/assets/images/zeplin/webp/noun-image-3888103@3x.webp +0 -0
  596. data/assets/images/zeplin/webp/noun-info-1585217.webp +0 -0
  597. data/assets/images/zeplin/webp/noun-info-1585217@2x.webp +0 -0
  598. data/assets/images/zeplin/webp/noun-info-1585217@3x.webp +0 -0
  599. data/assets/images/zeplin/webp/noun-leader-1478173.webp +0 -0
  600. data/assets/images/zeplin/webp/noun-leader-1478173@2x.webp +0 -0
  601. data/assets/images/zeplin/webp/noun-leader-1478173@3x.webp +0 -0
  602. data/assets/images/zeplin/webp/noun-location-info-261887.webp +0 -0
  603. data/assets/images/zeplin/webp/noun-location-info-261887@2x.webp +0 -0
  604. data/assets/images/zeplin/webp/noun-location-info-261887@3x.webp +0 -0
  605. data/assets/images/zeplin/webp/noun-map-pin-800374.webp +0 -0
  606. data/assets/images/zeplin/webp/noun-map-pin-800374@2x.webp +0 -0
  607. data/assets/images/zeplin/webp/noun-map-pin-800374@3x.webp +0 -0
  608. data/assets/images/zeplin/webp/noun-research-1796671.webp +0 -0
  609. data/assets/images/zeplin/webp/noun-research-1796671@2x.webp +0 -0
  610. data/assets/images/zeplin/webp/noun-research-1796671@3x.webp +0 -0
  611. data/assets/images/zeplin/webp/pagination-dots.webp +0 -0
  612. data/assets/images/zeplin/webp/pagination-dots@2x.webp +0 -0
  613. data/assets/images/zeplin/webp/pagination-dots@3x.webp +0 -0
  614. data/assets/images/zeplin/webp/right-arrow.webp +0 -0
  615. data/assets/images/zeplin/webp/right-arrow@2x.webp +0 -0
  616. data/assets/images/zeplin/webp/right-arrow@3x.webp +0 -0
  617. data/assets/images/zeplin/webp/shape.webp +0 -0
  618. data/assets/images/zeplin/webp/shape@2x.webp +0 -0
  619. data/assets/images/zeplin/webp/shape@3x.webp +0 -0
  620. data/assets/images/zeplin/webp/silos-1.webp +0 -0
  621. data/assets/images/zeplin/webp/silos-1@2x.webp +0 -0
  622. data/assets/images/zeplin/webp/silos-1@3x.webp +0 -0
  623. data/assets/images/zeplin/webp/silos-2.webp +0 -0
  624. data/assets/images/zeplin/webp/silos-2@2x.webp +0 -0
  625. data/assets/images/zeplin/webp/silos-2@3x.webp +0 -0
  626. data/assets/images/zeplin/webp/silos-3.webp +0 -0
  627. data/assets/images/zeplin/webp/silos-3@2x.webp +0 -0
  628. data/assets/images/zeplin/webp/silos-3@3x.webp +0 -0
  629. data/assets/js/carouselInit.js +8 -0
  630. data/assets/js/copyCodeBlock.js +15 -0
  631. data/assets/js/deleteButton.js +9 -0
  632. data/assets/js/tabSwitch.js +24 -0
  633. data/assets/mstile-150x150.png +0 -0
  634. data/assets/safari-pinned-tab.svg +61 -0
  635. data/assets/site.webmanifest +19 -0
  636. data/lib/iiifc.rb +10 -0
  637. data/lib/tasks/build.rake +41 -0
  638. data/lib/tasks/test.rake +59 -0
  639. metadata +786 -0
@@ -0,0 +1,494 @@
1
+ define( [
2
+ "./core",
3
+ "./core/access",
4
+ "./core/camelCase",
5
+ "./core/nodeName",
6
+ "./var/rcssNum",
7
+ "./css/var/rnumnonpx",
8
+ "./css/var/cssExpand",
9
+ "./css/var/getStyles",
10
+ "./css/var/swap",
11
+ "./css/curCSS",
12
+ "./css/adjustCSS",
13
+ "./css/addGetHookIf",
14
+ "./css/support",
15
+ "./css/finalPropName",
16
+
17
+ "./core/init",
18
+ "./core/ready",
19
+ "./selector" // contains
20
+ ], function( jQuery, access, camelCase, nodeName, rcssNum, rnumnonpx, cssExpand,
21
+ getStyles, swap, curCSS, adjustCSS, addGetHookIf, support, finalPropName ) {
22
+
23
+ "use strict";
24
+
25
+ var
26
+
27
+ // Swappable if display is none or starts with table
28
+ // except "table", "table-cell", or "table-caption"
29
+ // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display
30
+ rdisplayswap = /^(none|table(?!-c[ea]).+)/,
31
+ rcustomProp = /^--/,
32
+ cssShow = { position: "absolute", visibility: "hidden", display: "block" },
33
+ cssNormalTransform = {
34
+ letterSpacing: "0",
35
+ fontWeight: "400"
36
+ };
37
+
38
+ function setPositiveNumber( _elem, value, subtract ) {
39
+
40
+ // Any relative (+/-) values have already been
41
+ // normalized at this point
42
+ var matches = rcssNum.exec( value );
43
+ return matches ?
44
+
45
+ // Guard against undefined "subtract", e.g., when used as in cssHooks
46
+ Math.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || "px" ) :
47
+ value;
48
+ }
49
+
50
+ function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) {
51
+ var i = dimension === "width" ? 1 : 0,
52
+ extra = 0,
53
+ delta = 0;
54
+
55
+ // Adjustment may not be necessary
56
+ if ( box === ( isBorderBox ? "border" : "content" ) ) {
57
+ return 0;
58
+ }
59
+
60
+ for ( ; i < 4; i += 2 ) {
61
+
62
+ // Both box models exclude margin
63
+ if ( box === "margin" ) {
64
+ delta += jQuery.css( elem, box + cssExpand[ i ], true, styles );
65
+ }
66
+
67
+ // If we get here with a content-box, we're seeking "padding" or "border" or "margin"
68
+ if ( !isBorderBox ) {
69
+
70
+ // Add padding
71
+ delta += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles );
72
+
73
+ // For "border" or "margin", add border
74
+ if ( box !== "padding" ) {
75
+ delta += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles );
76
+
77
+ // But still keep track of it otherwise
78
+ } else {
79
+ extra += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles );
80
+ }
81
+
82
+ // If we get here with a border-box (content + padding + border), we're seeking "content" or
83
+ // "padding" or "margin"
84
+ } else {
85
+
86
+ // For "content", subtract padding
87
+ if ( box === "content" ) {
88
+ delta -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles );
89
+ }
90
+
91
+ // For "content" or "padding", subtract border
92
+ if ( box !== "margin" ) {
93
+ delta -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles );
94
+ }
95
+ }
96
+ }
97
+
98
+ // Account for positive content-box scroll gutter when requested by providing computedVal
99
+ if ( !isBorderBox && computedVal >= 0 ) {
100
+
101
+ // offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border
102
+ // Assuming integer scroll gutter, subtract the rest and round down
103
+ delta += Math.max( 0, Math.ceil(
104
+ elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -
105
+ computedVal -
106
+ delta -
107
+ extra -
108
+ 0.5
109
+
110
+ // If offsetWidth/offsetHeight is unknown, then we can't determine content-box scroll gutter
111
+ // Use an explicit zero to avoid NaN (gh-3964)
112
+ ) ) || 0;
113
+ }
114
+
115
+ return delta;
116
+ }
117
+
118
+ function getWidthOrHeight( elem, dimension, extra ) {
119
+
120
+ // Start with computed style
121
+ var styles = getStyles( elem ),
122
+
123
+ // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-4322).
124
+ // Fake content-box until we know it's needed to know the true value.
125
+ boxSizingNeeded = !support.boxSizingReliable() || extra,
126
+ isBorderBox = boxSizingNeeded &&
127
+ jQuery.css( elem, "boxSizing", false, styles ) === "border-box",
128
+ valueIsBorderBox = isBorderBox,
129
+
130
+ val = curCSS( elem, dimension, styles ),
131
+ offsetProp = "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 );
132
+
133
+ // Support: Firefox <=54
134
+ // Return a confounding non-pixel value or feign ignorance, as appropriate.
135
+ if ( rnumnonpx.test( val ) ) {
136
+ if ( !extra ) {
137
+ return val;
138
+ }
139
+ val = "auto";
140
+ }
141
+
142
+
143
+ // Support: IE 9 - 11 only
144
+ // Use offsetWidth/offsetHeight for when box sizing is unreliable.
145
+ // In those cases, the computed value can be trusted to be border-box.
146
+ if ( ( !support.boxSizingReliable() && isBorderBox ||
147
+
148
+ // Support: IE 10 - 11+, Edge 15 - 18+
149
+ // IE/Edge misreport `getComputedStyle` of table rows with width/height
150
+ // set in CSS while `offset*` properties report correct values.
151
+ // Interestingly, in some cases IE 9 doesn't suffer from this issue.
152
+ !support.reliableTrDimensions() && nodeName( elem, "tr" ) ||
153
+
154
+ // Fall back to offsetWidth/offsetHeight when value is "auto"
155
+ // This happens for inline elements with no explicit setting (gh-3571)
156
+ val === "auto" ||
157
+
158
+ // Support: Android <=4.1 - 4.3 only
159
+ // Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602)
160
+ !parseFloat( val ) && jQuery.css( elem, "display", false, styles ) === "inline" ) &&
161
+
162
+ // Make sure the element is visible & connected
163
+ elem.getClientRects().length ) {
164
+
165
+ isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box";
166
+
167
+ // Where available, offsetWidth/offsetHeight approximate border box dimensions.
168
+ // Where not available (e.g., SVG), assume unreliable box-sizing and interpret the
169
+ // retrieved value as a content box dimension.
170
+ valueIsBorderBox = offsetProp in elem;
171
+ if ( valueIsBorderBox ) {
172
+ val = elem[ offsetProp ];
173
+ }
174
+ }
175
+
176
+ // Normalize "" and auto
177
+ val = parseFloat( val ) || 0;
178
+
179
+ // Adjust for the element's box model
180
+ return ( val +
181
+ boxModelAdjustment(
182
+ elem,
183
+ dimension,
184
+ extra || ( isBorderBox ? "border" : "content" ),
185
+ valueIsBorderBox,
186
+ styles,
187
+
188
+ // Provide the current computed size to request scroll gutter calculation (gh-3589)
189
+ val
190
+ )
191
+ ) + "px";
192
+ }
193
+
194
+ jQuery.extend( {
195
+
196
+ // Add in style property hooks for overriding the default
197
+ // behavior of getting and setting a style property
198
+ cssHooks: {
199
+ opacity: {
200
+ get: function( elem, computed ) {
201
+ if ( computed ) {
202
+
203
+ // We should always get a number back from opacity
204
+ var ret = curCSS( elem, "opacity" );
205
+ return ret === "" ? "1" : ret;
206
+ }
207
+ }
208
+ }
209
+ },
210
+
211
+ // Don't automatically add "px" to these possibly-unitless properties
212
+ cssNumber: {
213
+ "animationIterationCount": true,
214
+ "columnCount": true,
215
+ "fillOpacity": true,
216
+ "flexGrow": true,
217
+ "flexShrink": true,
218
+ "fontWeight": true,
219
+ "gridArea": true,
220
+ "gridColumn": true,
221
+ "gridColumnEnd": true,
222
+ "gridColumnStart": true,
223
+ "gridRow": true,
224
+ "gridRowEnd": true,
225
+ "gridRowStart": true,
226
+ "lineHeight": true,
227
+ "opacity": true,
228
+ "order": true,
229
+ "orphans": true,
230
+ "widows": true,
231
+ "zIndex": true,
232
+ "zoom": true
233
+ },
234
+
235
+ // Add in properties whose names you wish to fix before
236
+ // setting or getting the value
237
+ cssProps: {},
238
+
239
+ // Get and set the style property on a DOM Node
240
+ style: function( elem, name, value, extra ) {
241
+
242
+ // Don't set styles on text and comment nodes
243
+ if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {
244
+ return;
245
+ }
246
+
247
+ // Make sure that we're working with the right name
248
+ var ret, type, hooks,
249
+ origName = camelCase( name ),
250
+ isCustomProp = rcustomProp.test( name ),
251
+ style = elem.style;
252
+
253
+ // Make sure that we're working with the right name. We don't
254
+ // want to query the value if it is a CSS custom property
255
+ // since they are user-defined.
256
+ if ( !isCustomProp ) {
257
+ name = finalPropName( origName );
258
+ }
259
+
260
+ // Gets hook for the prefixed version, then unprefixed version
261
+ hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];
262
+
263
+ // Check if we're setting a value
264
+ if ( value !== undefined ) {
265
+ type = typeof value;
266
+
267
+ // Convert "+=" or "-=" to relative numbers (#7345)
268
+ if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) {
269
+ value = adjustCSS( elem, name, ret );
270
+
271
+ // Fixes bug #9237
272
+ type = "number";
273
+ }
274
+
275
+ // Make sure that null and NaN values aren't set (#7116)
276
+ if ( value == null || value !== value ) {
277
+ return;
278
+ }
279
+
280
+ // If a number was passed in, add the unit (except for certain CSS properties)
281
+ // The isCustomProp check can be removed in jQuery 4.0 when we only auto-append
282
+ // "px" to a few hardcoded values.
283
+ if ( type === "number" && !isCustomProp ) {
284
+ value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" );
285
+ }
286
+
287
+ // background-* props affect original clone's values
288
+ if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) {
289
+ style[ name ] = "inherit";
290
+ }
291
+
292
+ // If a hook was provided, use that value, otherwise just set the specified value
293
+ if ( !hooks || !( "set" in hooks ) ||
294
+ ( value = hooks.set( elem, value, extra ) ) !== undefined ) {
295
+
296
+ if ( isCustomProp ) {
297
+ style.setProperty( name, value );
298
+ } else {
299
+ style[ name ] = value;
300
+ }
301
+ }
302
+
303
+ } else {
304
+
305
+ // If a hook was provided get the non-computed value from there
306
+ if ( hooks && "get" in hooks &&
307
+ ( ret = hooks.get( elem, false, extra ) ) !== undefined ) {
308
+
309
+ return ret;
310
+ }
311
+
312
+ // Otherwise just get the value from the style object
313
+ return style[ name ];
314
+ }
315
+ },
316
+
317
+ css: function( elem, name, extra, styles ) {
318
+ var val, num, hooks,
319
+ origName = camelCase( name ),
320
+ isCustomProp = rcustomProp.test( name );
321
+
322
+ // Make sure that we're working with the right name. We don't
323
+ // want to modify the value if it is a CSS custom property
324
+ // since they are user-defined.
325
+ if ( !isCustomProp ) {
326
+ name = finalPropName( origName );
327
+ }
328
+
329
+ // Try prefixed name followed by the unprefixed name
330
+ hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];
331
+
332
+ // If a hook was provided get the computed value from there
333
+ if ( hooks && "get" in hooks ) {
334
+ val = hooks.get( elem, true, extra );
335
+ }
336
+
337
+ // Otherwise, if a way to get the computed value exists, use that
338
+ if ( val === undefined ) {
339
+ val = curCSS( elem, name, styles );
340
+ }
341
+
342
+ // Convert "normal" to computed value
343
+ if ( val === "normal" && name in cssNormalTransform ) {
344
+ val = cssNormalTransform[ name ];
345
+ }
346
+
347
+ // Make numeric if forced or a qualifier was provided and val looks numeric
348
+ if ( extra === "" || extra ) {
349
+ num = parseFloat( val );
350
+ return extra === true || isFinite( num ) ? num || 0 : val;
351
+ }
352
+
353
+ return val;
354
+ }
355
+ } );
356
+
357
+ jQuery.each( [ "height", "width" ], function( _i, dimension ) {
358
+ jQuery.cssHooks[ dimension ] = {
359
+ get: function( elem, computed, extra ) {
360
+ if ( computed ) {
361
+
362
+ // Certain elements can have dimension info if we invisibly show them
363
+ // but it must have a current display style that would benefit
364
+ return rdisplayswap.test( jQuery.css( elem, "display" ) ) &&
365
+
366
+ // Support: Safari 8+
367
+ // Table columns in Safari have non-zero offsetWidth & zero
368
+ // getBoundingClientRect().width unless display is changed.
369
+ // Support: IE <=11 only
370
+ // Running getBoundingClientRect on a disconnected node
371
+ // in IE throws an error.
372
+ ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ?
373
+ swap( elem, cssShow, function() {
374
+ return getWidthOrHeight( elem, dimension, extra );
375
+ } ) :
376
+ getWidthOrHeight( elem, dimension, extra );
377
+ }
378
+ },
379
+
380
+ set: function( elem, value, extra ) {
381
+ var matches,
382
+ styles = getStyles( elem ),
383
+
384
+ // Only read styles.position if the test has a chance to fail
385
+ // to avoid forcing a reflow.
386
+ scrollboxSizeBuggy = !support.scrollboxSize() &&
387
+ styles.position === "absolute",
388
+
389
+ // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-3991)
390
+ boxSizingNeeded = scrollboxSizeBuggy || extra,
391
+ isBorderBox = boxSizingNeeded &&
392
+ jQuery.css( elem, "boxSizing", false, styles ) === "border-box",
393
+ subtract = extra ?
394
+ boxModelAdjustment(
395
+ elem,
396
+ dimension,
397
+ extra,
398
+ isBorderBox,
399
+ styles
400
+ ) :
401
+ 0;
402
+
403
+ // Account for unreliable border-box dimensions by comparing offset* to computed and
404
+ // faking a content-box to get border and padding (gh-3699)
405
+ if ( isBorderBox && scrollboxSizeBuggy ) {
406
+ subtract -= Math.ceil(
407
+ elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] -
408
+ parseFloat( styles[ dimension ] ) -
409
+ boxModelAdjustment( elem, dimension, "border", false, styles ) -
410
+ 0.5
411
+ );
412
+ }
413
+
414
+ // Convert to pixels if value adjustment is needed
415
+ if ( subtract && ( matches = rcssNum.exec( value ) ) &&
416
+ ( matches[ 3 ] || "px" ) !== "px" ) {
417
+
418
+ elem.style[ dimension ] = value;
419
+ value = jQuery.css( elem, dimension );
420
+ }
421
+
422
+ return setPositiveNumber( elem, value, subtract );
423
+ }
424
+ };
425
+ } );
426
+
427
+ jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft,
428
+ function( elem, computed ) {
429
+ if ( computed ) {
430
+ return ( parseFloat( curCSS( elem, "marginLeft" ) ) ||
431
+ elem.getBoundingClientRect().left -
432
+ swap( elem, { marginLeft: 0 }, function() {
433
+ return elem.getBoundingClientRect().left;
434
+ } )
435
+ ) + "px";
436
+ }
437
+ }
438
+ );
439
+
440
+ // These hooks are used by animate to expand properties
441
+ jQuery.each( {
442
+ margin: "",
443
+ padding: "",
444
+ border: "Width"
445
+ }, function( prefix, suffix ) {
446
+ jQuery.cssHooks[ prefix + suffix ] = {
447
+ expand: function( value ) {
448
+ var i = 0,
449
+ expanded = {},
450
+
451
+ // Assumes a single number if not a string
452
+ parts = typeof value === "string" ? value.split( " " ) : [ value ];
453
+
454
+ for ( ; i < 4; i++ ) {
455
+ expanded[ prefix + cssExpand[ i ] + suffix ] =
456
+ parts[ i ] || parts[ i - 2 ] || parts[ 0 ];
457
+ }
458
+
459
+ return expanded;
460
+ }
461
+ };
462
+
463
+ if ( prefix !== "margin" ) {
464
+ jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;
465
+ }
466
+ } );
467
+
468
+ jQuery.fn.extend( {
469
+ css: function( name, value ) {
470
+ return access( this, function( elem, name, value ) {
471
+ var styles, len,
472
+ map = {},
473
+ i = 0;
474
+
475
+ if ( Array.isArray( name ) ) {
476
+ styles = getStyles( elem );
477
+ len = name.length;
478
+
479
+ for ( ; i < len; i++ ) {
480
+ map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles );
481
+ }
482
+
483
+ return map;
484
+ }
485
+
486
+ return value !== undefined ?
487
+ jQuery.style( elem, name, value ) :
488
+ jQuery.css( elem, name );
489
+ }, name, value, arguments.length > 1 );
490
+ }
491
+ } );
492
+
493
+ return jQuery;
494
+ } );
@@ -0,0 +1,162 @@
1
+ define( [
2
+ "../core",
3
+ "../core/camelCase",
4
+ "../var/rnothtmlwhite",
5
+ "./var/acceptData"
6
+ ], function( jQuery, camelCase, rnothtmlwhite, acceptData ) {
7
+
8
+ "use strict";
9
+
10
+ function Data() {
11
+ this.expando = jQuery.expando + Data.uid++;
12
+ }
13
+
14
+ Data.uid = 1;
15
+
16
+ Data.prototype = {
17
+
18
+ cache: function( owner ) {
19
+
20
+ // Check if the owner object already has a cache
21
+ var value = owner[ this.expando ];
22
+
23
+ // If not, create one
24
+ if ( !value ) {
25
+ value = {};
26
+
27
+ // We can accept data for non-element nodes in modern browsers,
28
+ // but we should not, see #8335.
29
+ // Always return an empty object.
30
+ if ( acceptData( owner ) ) {
31
+
32
+ // If it is a node unlikely to be stringify-ed or looped over
33
+ // use plain assignment
34
+ if ( owner.nodeType ) {
35
+ owner[ this.expando ] = value;
36
+
37
+ // Otherwise secure it in a non-enumerable property
38
+ // configurable must be true to allow the property to be
39
+ // deleted when data is removed
40
+ } else {
41
+ Object.defineProperty( owner, this.expando, {
42
+ value: value,
43
+ configurable: true
44
+ } );
45
+ }
46
+ }
47
+ }
48
+
49
+ return value;
50
+ },
51
+ set: function( owner, data, value ) {
52
+ var prop,
53
+ cache = this.cache( owner );
54
+
55
+ // Handle: [ owner, key, value ] args
56
+ // Always use camelCase key (gh-2257)
57
+ if ( typeof data === "string" ) {
58
+ cache[ camelCase( data ) ] = value;
59
+
60
+ // Handle: [ owner, { properties } ] args
61
+ } else {
62
+
63
+ // Copy the properties one-by-one to the cache object
64
+ for ( prop in data ) {
65
+ cache[ camelCase( prop ) ] = data[ prop ];
66
+ }
67
+ }
68
+ return cache;
69
+ },
70
+ get: function( owner, key ) {
71
+ return key === undefined ?
72
+ this.cache( owner ) :
73
+
74
+ // Always use camelCase key (gh-2257)
75
+ owner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ];
76
+ },
77
+ access: function( owner, key, value ) {
78
+
79
+ // In cases where either:
80
+ //
81
+ // 1. No key was specified
82
+ // 2. A string key was specified, but no value provided
83
+ //
84
+ // Take the "read" path and allow the get method to determine
85
+ // which value to return, respectively either:
86
+ //
87
+ // 1. The entire cache object
88
+ // 2. The data stored at the key
89
+ //
90
+ if ( key === undefined ||
91
+ ( ( key && typeof key === "string" ) && value === undefined ) ) {
92
+
93
+ return this.get( owner, key );
94
+ }
95
+
96
+ // When the key is not a string, or both a key and value
97
+ // are specified, set or extend (existing objects) with either:
98
+ //
99
+ // 1. An object of properties
100
+ // 2. A key and value
101
+ //
102
+ this.set( owner, key, value );
103
+
104
+ // Since the "set" path can have two possible entry points
105
+ // return the expected data based on which path was taken[*]
106
+ return value !== undefined ? value : key;
107
+ },
108
+ remove: function( owner, key ) {
109
+ var i,
110
+ cache = owner[ this.expando ];
111
+
112
+ if ( cache === undefined ) {
113
+ return;
114
+ }
115
+
116
+ if ( key !== undefined ) {
117
+
118
+ // Support array or space separated string of keys
119
+ if ( Array.isArray( key ) ) {
120
+
121
+ // If key is an array of keys...
122
+ // We always set camelCase keys, so remove that.
123
+ key = key.map( camelCase );
124
+ } else {
125
+ key = camelCase( key );
126
+
127
+ // If a key with the spaces exists, use it.
128
+ // Otherwise, create an array by matching non-whitespace
129
+ key = key in cache ?
130
+ [ key ] :
131
+ ( key.match( rnothtmlwhite ) || [] );
132
+ }
133
+
134
+ i = key.length;
135
+
136
+ while ( i-- ) {
137
+ delete cache[ key[ i ] ];
138
+ }
139
+ }
140
+
141
+ // Remove the expando if there's no more data
142
+ if ( key === undefined || jQuery.isEmptyObject( cache ) ) {
143
+
144
+ // Support: Chrome <=35 - 45
145
+ // Webkit & Blink performance suffers when deleting properties
146
+ // from DOM nodes, so set to undefined instead
147
+ // https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted)
148
+ if ( owner.nodeType ) {
149
+ owner[ this.expando ] = undefined;
150
+ } else {
151
+ delete owner[ this.expando ];
152
+ }
153
+ }
154
+ },
155
+ hasData: function( owner ) {
156
+ var cache = owner[ this.expando ];
157
+ return cache !== undefined && !jQuery.isEmptyObject( cache );
158
+ }
159
+ };
160
+
161
+ return Data;
162
+ } );
@@ -0,0 +1,19 @@
1
+ define( function() {
2
+
3
+ "use strict";
4
+
5
+ /**
6
+ * Determines whether an object can have data
7
+ */
8
+ return function( owner ) {
9
+
10
+ // Accepts only:
11
+ // - Node
12
+ // - Node.ELEMENT_NODE
13
+ // - Node.DOCUMENT_NODE
14
+ // - Object
15
+ // - Any
16
+ return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType );
17
+ };
18
+
19
+ } );
@@ -0,0 +1,7 @@
1
+ define( [
2
+ "../Data"
3
+ ], function( Data ) {
4
+ "use strict";
5
+
6
+ return new Data();
7
+ } );
@@ -0,0 +1,7 @@
1
+ define( [
2
+ "../Data"
3
+ ], function( Data ) {
4
+ "use strict";
5
+
6
+ return new Data();
7
+ } );