Skip to content

Commit 9550b18

Browse files
ksmith5sbdukes
authored andcommitted
Add fancybox
1 parent aa8c948 commit 9550b18

File tree

6 files changed

+66
-0
lines changed

6 files changed

+66
-0
lines changed

fancybox/CHANGES.htm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<p>
2+
See the <a href="https://github.com/fancyapps/fancybox/releases">fancybox changelog</a>
3+
</p>

fancybox/LICENSE.htm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<p>
2+
fancybox is licensed under the <a href="http://fancyapps.com/fancybox/3/#license">GPLv3 license</a> for all open source applications.
3+
A commercial license is required for all commercial applications (including sites, themes and apps you plan to sell).
4+
</p>

fancybox/dnn-library.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"files": ["node_modules/@fancyapps/fancybox/dist/jquery.fancybox.min.js"],
3+
"resources": ["node_modules/@fancyapps/fancybox/dist/*.css"]
4+
}

fancybox/fancybox.dnn

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<dotnetnuke type="Package" version="5.0">
2+
<packages>
3+
<package name="fancybox" type="JavaScript_Library" version="<~=version~>">
4+
<friendlyName>fancybox</friendlyName>
5+
<description>
6+
<![CDATA[Touch enabled, responsive and fully customizable jQuery lightbox script]]>
7+
</description>
8+
<owner>
9+
<name>Engage Software</name>
10+
<organization>Engage Software</organization>
11+
<url>https://engagesoftware.com/</url>
12+
<email>support@engagesoftware.com</email>
13+
</owner>
14+
<license src="LICENSE.htm" />
15+
<releaseNotes src="CHANGES.htm" />
16+
<azureCompatible>true</azureCompatible>
17+
<dependencies>
18+
<dependency type="managedPackage" version="1.9.1">jQuery</dependency>
19+
</dependencies>
20+
<components>
21+
<component type="JavaScript_Library">
22+
<javaScriptLibrary>
23+
<libraryName>fancybox</libraryName>
24+
<fileName>jquery.fancybox.min.js</fileName>
25+
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
26+
<objectName>jQuery.fancybox</objectName>
27+
<cdnUrl>https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@<~=version~>/dist/jquery.fancybox.min.js</cdnUrl>
28+
</javaScriptLibrary>
29+
</component>
30+
<component type="JavaScriptFile">
31+
<jsfiles>
32+
<libraryFolderName>fancybox</libraryFolderName>
33+
<jsfile>
34+
<name>jquery.fancybox.min.js</name>
35+
</jsfile>
36+
</jsfiles>
37+
</component>
38+
<component type="ResourceFile">
39+
<resourceFiles>
40+
<basePath>Resources\Libraries\fancybox\<~=versionFolder~></basePath>
41+
<resourceFile>
42+
<name>Resources.zip</name>
43+
</resourceFile>
44+
</resourceFiles>
45+
</component>
46+
</components>
47+
</package>
48+
</packages>
49+
</dotnetnuke>

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"new": "yo ./_new"
1313
},
1414
"dependencies": {
15+
"@fancyapps/fancybox": "3.5.7",
1516
"@khanacademy/tota11y": "0.2.0",
1617
"alpaca": "1.5.27",
1718
"blob.js": "1.0.1",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
esutils "^2.0.2"
1919
js-tokens "^4.0.0"
2020

21+
"@fancyapps/fancybox@3.5.7":
22+
version "3.5.7"
23+
resolved "https://registry.yarnpkg.com/@fancyapps/fancybox/-/fancybox-3.5.7.tgz#12f8734663ec6eae7f9236b92ca236e6e07fdfd5"
24+
integrity sha512-rcEtu8t+WnmqIDV/Wfm1yvy/nDdwc7YV25j9HLxGC2/WOsUhk9rcWg2nB8g1BrjRt9zaoADdjHTU6ILYTJzBBg==
25+
2126
"@khanacademy/tota11y@0.2.0":
2227
version "0.2.0"
2328
resolved "https://registry.yarnpkg.com/@khanacademy/tota11y/-/tota11y-0.2.0.tgz#35f184ca1ed09ba1f237350e4c514e2b8e176de3"

0 commit comments

Comments
 (0)