Skip to content

Commit 611d1d9

Browse files
author
svc_common-agent
committed
Updates
1 parent d9922b2 commit 611d1d9

File tree

3 files changed

+140
-0
lines changed

3 files changed

+140
-0
lines changed

unstable/0.0.0-a59755ee68/build/bundle.f53efe46.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*!
8+
* @overview es6-promise - a tiny implementation of Promises/A+.
9+
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
10+
* @license Licensed under MIT license
11+
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
12+
* @version v4.2.8+1e68dce6
13+
*/
14+
15+
/*!
16+
* The buffer module from node.js, for the browser.
17+
*
18+
* @author Feross Aboukhadijeh <[email protected]> <http://feross.org>
19+
* @license MIT
20+
*/
21+
22+
/*!
23+
* regjsgen 0.5.2
24+
* Copyright 2014-2020 Benjamin Tan <https://ofcr.se/>
25+
* Available under the MIT license <https://github.com/bnjmnt4n/regjsgen/blob/master/LICENSE-MIT.txt>
26+
*/
27+
28+
/*!
29+
* tabbable 6.2.0
30+
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
31+
*/
32+
33+
/*! *****************************************************************************
34+
Copyright (c) Microsoft Corporation.
35+
36+
Permission to use, copy, modify, and/or distribute this software for any
37+
purpose with or without fee is hereby granted.
38+
39+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
40+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
41+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
42+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
43+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
44+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
45+
PERFORMANCE OF THIS SOFTWARE.
46+
***************************************************************************** */
47+
48+
/*! clipboard-copy. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
49+
50+
/*! https://mths.be/regenerate v1.4.2 by @mathias | MIT license */
51+
52+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
53+
54+
/**
55+
* @license React
56+
* react-dom.production.min.js
57+
*
58+
* Copyright (c) Facebook, Inc. and its affiliates.
59+
*
60+
* This source code is licensed under the MIT license found in the
61+
* LICENSE file in the root directory of this source tree.
62+
*/
63+
64+
/**
65+
* @license React
66+
* react-is.production.min.js
67+
*
68+
* Copyright (c) Facebook, Inc. and its affiliates.
69+
*
70+
* This source code is licensed under the MIT license found in the
71+
* LICENSE file in the root directory of this source tree.
72+
*/
73+
74+
/**
75+
* @license React
76+
* react.production.min.js
77+
*
78+
* Copyright (c) Facebook, Inc. and its affiliates.
79+
*
80+
* This source code is licensed under the MIT license found in the
81+
* LICENSE file in the root directory of this source tree.
82+
*/
83+
84+
/**
85+
* @license React
86+
* scheduler.production.min.js
87+
*
88+
* Copyright (c) Facebook, Inc. and its affiliates.
89+
*
90+
* This source code is licensed under the MIT license found in the
91+
* LICENSE file in the root directory of this source tree.
92+
*/
93+
94+
/**
95+
* A better abstraction over CSS.
96+
*
97+
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
98+
* @website https://github.com/cssinjs/jss
99+
* @license MIT
100+
*/
101+
102+
/**
103+
* Checks if an event is supported in the current execution environment.
104+
*
105+
* NOTE: This will not work correctly for non-generic events such as `change`,
106+
* `reset`, `load`, `error`, and `select`.
107+
*
108+
* Borrows from Modernizr.
109+
*
110+
* @param {string} eventNameSuffix Event name, e.g. "click".
111+
* @param {?boolean} capture Check if the capture phase is supported.
112+
* @return {boolean} True if the event is supported.
113+
* @internal
114+
* @license Modernizr 3.0.0pre (Custom Build) | MIT
115+
*/
116+
117+
/**
118+
* Prism: Lightweight, robust, elegant syntax highlighting
119+
*
120+
* @license MIT <https://opensource.org/licenses/MIT>
121+
* @author Lea Verou <https://lea.verou.me>
122+
* @namespace
123+
* @public
124+
*/

unstable/0.0.0-a59755ee68/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
<title>React UI</title>
8+
<link rel="stylesheet" href="https://s.kontur.ru/common-v2/fonts/LabGrotesque/LabGrotesque.css">
9+
</head>
10+
<body>
11+
<div id="rsg-root"></div>
12+
<script src="build/bundle.f53efe46.js"></script>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)