Skip to content

Commit a7ae1c5

Browse files
authored
Adding back static files (awslabs#587)
1 parent 7e26feb commit a7ae1c5

24 files changed

+3465
-7
lines changed

lambdas/static-asset-uploader/build/asset-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"files": {
3-
"main.css": "/static/css/main.e8fdd11c.css",
4-
"main.js": "/static/js/main.b0d99944.js",
3+
"main.css": "/static/css/main.adc7d0ea.css",
4+
"main.js": "/static/js/main.602308cf.js",
55
"static/media/brand-icons.svg": "/static/media/brand-icons.6729d29753e000c17489.svg",
66
"static/media/icons.svg": "/static/media/icons.62d9dae4e0040e81c980.svg",
77
"static/media/outline-icons.svg": "/static/media/outline-icons.9c4845b4b41ef40a22fa.svg",
@@ -19,11 +19,11 @@
1919
"static/media/outline-icons.woff": "/static/media/outline-icons.ddae9b1ba9b0b42f5880.woff",
2020
"static/media/outline-icons.woff2": "/static/media/outline-icons.687a4990ea22bb1a49d4.woff2",
2121
"index.html": "/index.html",
22-
"main.e8fdd11c.css.map": "/static/css/main.e8fdd11c.css.map",
23-
"main.b0d99944.js.map": "/static/js/main.b0d99944.js.map"
22+
"main.adc7d0ea.css.map": "/static/css/main.adc7d0ea.css.map",
23+
"main.602308cf.js.map": "/static/js/main.602308cf.js.map"
2424
},
2525
"entrypoints": [
26-
"static/css/main.e8fdd11c.css",
27-
"static/js/main.b0d99944.js"
26+
"static/css/main.adc7d0ea.css",
27+
"static/js/main.602308cf.js"
2828
]
2929
}

lambdas/static-asset-uploader/build/config.js

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="shortcut icon" href="/custom-content/favicon.ico"><script type="text/javascript" src="/config.js"></script><script type="text/javascript" src="/apigateway-js-sdk/lib/axios/dist/axios.standalone.js"></script><script type="text/javascript" src="/apigateway-js-sdk/lib/CryptoJS/rollups/hmac-sha256.js"></script><script type="text/javascript" src="/apigateway-js-sdk/lib/CryptoJS/rollups/sha256.js"></script><script type="text/javascript" src="/apigateway-js-sdk/lib/CryptoJS/components/hmac.js"></script><script type="text/javascript" src="/apigateway-js-sdk/lib/CryptoJS/components/enc-base64.js"></script><script type="text/javascript" src="/apigateway-js-sdk/lib/url-template/url-template.js"></script><script type="text/javascript" src="/apigateway-js-sdk/lib/apiGatewayCore/sigV4Client.js"></script><script type="text/javascript" src="/apigateway-js-sdk/lib/apiGatewayCore/apiGatewayClient.js"></script><script type="text/javascript" src="/apigateway-js-sdk/lib/apiGatewayCore/simpleHttpClient.js"></script><script type="text/javascript" src="/apigateway-js-sdk/lib/apiGatewayCore/utils.js"></script><script type="text/javascript" src="/apigateway-js-sdk/apigClient.js"></script><link rel="stylesheet" href="/custom-content/styles.css"><title>Developer Portal</title><script defer="defer" src="/static/js/main.b0d99944.js"></script><link href="/static/css/main.e8fdd11c.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="shortcut icon" href="/custom-content/favicon.ico"><script type="text/javascript" src="/config.js"></script><script type="text/javascript" src="/apigateway-js-sdk/lib/axios/dist/axios.standalone.js"></script><script type="text/javascript" src="/apigateway-js-sdk/lib/CryptoJS/rollups/hmac-sha256.js"></script><script type="text/javascript" src="/apigateway-js-sdk/lib/CryptoJS/rollups/sha256.js"></script><script type="text/javascript" src="/apigateway-js-sdk/lib/CryptoJS/components/hmac.js"></script><script type="text/javascript" src="/apigateway-js-sdk/lib/CryptoJS/components/enc-base64.js"></script><script type="text/javascript" src="/apigateway-js-sdk/lib/url-template/url-template.js"></script><script type="text/javascript" src="/apigateway-js-sdk/lib/apiGatewayCore/sigV4Client.js"></script><script type="text/javascript" src="/apigateway-js-sdk/lib/apiGatewayCore/apiGatewayClient.js"></script><script type="text/javascript" src="/apigateway-js-sdk/lib/apiGatewayCore/simpleHttpClient.js"></script><script type="text/javascript" src="/apigateway-js-sdk/lib/apiGatewayCore/utils.js"></script><script type="text/javascript" src="/apigateway-js-sdk/apigClient.js"></script><link rel="stylesheet" href="/custom-content/styles.css"><title>Developer Portal</title><script defer="defer" src="/static/js/main.602308cf.js"></script><link href="/static/css/main.adc7d0ea.css" rel="stylesheet"></head><body><div id="root"></div></body></html>

lambdas/static-asset-uploader/build/static/css/main.adc7d0ea.css

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

lambdas/static-asset-uploader/build/static/css/main.adc7d0ea.css.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.

lambdas/static-asset-uploader/build/static/js/main.602308cf.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: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,149 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*!
8+
* The buffer module from node.js, for the browser.
9+
*
10+
* @author Feross Aboukhadijeh <[email protected]> <http://feross.org>
11+
* @license MIT
12+
*/
13+
14+
/*!
15+
Copyright (c) 2015 Jed Watson.
16+
Based on code that is Copyright 2013-2015, Facebook, Inc.
17+
All rights reserved.
18+
*/
19+
20+
/*!
21+
Copyright (c) 2017 Jed Watson.
22+
Licensed under the MIT License (MIT), see
23+
http://jedwatson.github.io/classnames
24+
*/
25+
26+
/*!
27+
* @description Recursive object extending
28+
* @author Viacheslav Lotsmanov <[email protected]>
29+
* @license MIT
30+
*
31+
* The MIT License (MIT)
32+
*
33+
* Copyright (c) 2013-2018 Viacheslav Lotsmanov
34+
*
35+
* Permission is hereby granted, free of charge, to any person obtaining a copy of
36+
* this software and associated documentation files (the "Software"), to deal in
37+
* the Software without restriction, including without limitation the rights to
38+
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
39+
* the Software, and to permit persons to whom the Software is furnished to do so,
40+
* subject to the following conditions:
41+
*
42+
* The above copyright notice and this permission notice shall be included in all
43+
* copies or substantial portions of the Software.
44+
*
45+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
46+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
47+
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
48+
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
49+
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
50+
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
51+
*/
52+
53+
/*!
54+
* Chart.js v2.9.4
55+
* https://www.chartjs.org
56+
* (c) 2020 Chart.js Contributors
57+
* Released under the MIT License
58+
*/
59+
60+
/*!
61+
* The buffer module from node.js, for the browser.
62+
*
63+
* @author Feross Aboukhadijeh <http://feross.org>
64+
* @license MIT
65+
*/
66+
67+
/*!
68+
* cookie
69+
* Copyright(c) 2012-2014 Roman Shtylman
70+
* Copyright(c) 2015 Douglas Christopher Wilson
71+
* MIT Licensed
72+
*/
73+
74+
/*!
75+
* https://github.com/Starcounter-Jack/JSON-Patch
76+
* (c) 2017-2021 Joachim Wester
77+
* MIT license
78+
*/
79+
80+
/*!
81+
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
82+
*
83+
* Copyright (c) 2014-2017, Jon Schlinkert.
84+
* Released under the MIT License.
85+
*/
86+
87+
/*!
88+
* repeat-string <https://github.com/jonschlinkert/repeat-string>
89+
*
90+
* Copyright (c) 2014-2015, Jon Schlinkert.
91+
* Licensed under the MIT License.
92+
*/
93+
94+
/*! @license DOMPurify | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.2.2/LICENSE */
95+
96+
/*! https://mths.be/punycode v1.3.2 by @mathias */
97+
98+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
99+
100+
/*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */
101+
102+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
103+
104+
/**
105+
* @license
106+
* Lodash <https://lodash.com/>
107+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
108+
* Released under MIT license <https://lodash.com/license>
109+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
110+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
111+
*/
112+
113+
/** @license React v0.19.1
114+
* scheduler.production.min.js
115+
*
116+
* Copyright (c) Facebook, Inc. and its affiliates.
117+
*
118+
* This source code is licensed under the MIT license found in the
119+
* LICENSE file in the root directory of this source tree.
120+
*/
121+
122+
/** @license React v16.13.1
123+
* react-dom.production.min.js
124+
*
125+
* Copyright (c) Facebook, Inc. and its affiliates.
126+
*
127+
* This source code is licensed under the MIT license found in the
128+
* LICENSE file in the root directory of this source tree.
129+
*/
130+
131+
/** @license React v16.13.1
132+
* react-is.production.min.js
133+
*
134+
* Copyright (c) Facebook, Inc. and its affiliates.
135+
*
136+
* This source code is licensed under the MIT license found in the
137+
* LICENSE file in the root directory of this source tree.
138+
*/
139+
140+
/** @license React v16.13.1
141+
* react.production.min.js
142+
*
143+
* Copyright (c) Facebook, Inc. and its affiliates.
144+
*
145+
* This source code is licensed under the MIT license found in the
146+
* LICENSE file in the root directory of this source tree.
147+
*/
148+
149+
//! moment.js

lambdas/static-asset-uploader/build/static/js/main.602308cf.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.

0 commit comments

Comments
 (0)