Skip to content

Commit 11a2970

Browse files
Deploy preview for PR 3399 🛫
1 parent 65555b8 commit 11a2970

19 files changed

Lines changed: 41645 additions & 0 deletions

pr-preview/pr-3399/demo.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/*! @license DOMPurify 3.4.11 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.4.11/LICENSE */

pr-preview/pr-3399/demo.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-preview/pr-3399/index.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>RoosterJs Demo Site</title>
5+
<style>
6+
#mainPane {
7+
position: absolute;
8+
left: 10px;
9+
right: 10px;
10+
top: 10px;
11+
bottom: 10px;
12+
}
13+
</style>
14+
<meta
15+
http-equiv="Content-Security-Policy"
16+
content="require-trusted-types-for 'script'; trusted-types dompurify;"
17+
/>
18+
</head>
19+
<body>
20+
<div id="mainPane"></div>
21+
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/16.14.0/umd/react.production.min.js"></script>
22+
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-dom/16.14.0/umd/react-dom.production.min.js"></script>
23+
<script src="https://cdnjs.cloudflare.com/ajax/libs/fluentui-react/8.122.3/fluentui-react.min.js"></script>
24+
<script src="rooster-min.js"></script>
25+
<script src="rooster-react-min.js"></script>
26+
<script src="demo.js"></script>
27+
</body>
28+
</html>

pr-preview/pr-3399/legacyDemo/demo.js

Lines changed: 9692 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/*! @license DOMPurify 2.3.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.0/LICENSE */

pr-preview/pr-3399/legacyDemo/demo.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>RoosterJs Demo Site</title>
5+
<style>
6+
#mainPane {
7+
position: absolute;
8+
left: 10px;
9+
right: 10px;
10+
top: 10px;
11+
bottom: 10px;
12+
}
13+
</style>
14+
<meta
15+
http-equiv="Content-Security-Policy"
16+
content="require-trusted-types-for 'script'; trusted-types dompurify;"
17+
/>
18+
</head>
19+
<body>
20+
<div id="mainPane"></div>
21+
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/16.14.0/umd/react.production.min.js"></script>
22+
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-dom/16.14.0/umd/react-dom.production.min.js"></script>
23+
<script src="https://cdnjs.cloudflare.com/ajax/libs/fluentui-react/8.60.1/fluentui-react.min.js"></script>
24+
<script src="rooster-legacy-min.js"></script>
25+
<script src="rooster-min.js"></script>
26+
<script src="rooster-adapter-min.js"></script>
27+
<script src="rooster-react-min.js"></script>
28+
<script src="demo.js"></script>
29+
</body>
30+
</html>

0 commit comments

Comments
 (0)