@dcl/vesting-dashboard 0.1.0-2163253312.commit-dcd004b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/asset-manifest.json +36 -0
- package/favicon.ico +0 -0
- package/index.html +1 -0
- package/manifest.json +15 -0
- package/package.json +14 -0
- package/precache-manifest.29df77ff76d3c3ebff55098518bb9c38.js +134 -0
- package/service-worker.js +39 -0
- package/static/css/2.b6d0d5c5.chunk.css +363 -0
- package/static/css/2.b6d0d5c5.chunk.css.map +1 -0
- package/static/css/main.b1194a09.chunk.css +2 -0
- package/static/css/main.b1194a09.chunk.css.map +1 -0
- package/static/js/2.d6311f1a.chunk.js +3 -0
- package/static/js/2.d6311f1a.chunk.js.LICENSE +160 -0
- package/static/js/2.d6311f1a.chunk.js.map +1 -0
- package/static/js/main.d4dd85ad.chunk.js +2 -0
- package/static/js/main.d4dd85ad.chunk.js.map +1 -0
- package/static/js/runtime-main.da753dd0.js +2 -0
- package/static/js/runtime-main.da753dd0.js.map +1 -0
- package/static/media/address_icon.c494b205.svg +9 -0
- package/static/media/brand-icons.13db00b7.eot +0 -0
- package/static/media/brand-icons.a046592b.woff +0 -0
- package/static/media/brand-icons.a1a749e8.svg +1008 -0
- package/static/media/brand-icons.c5ebe0b3.ttf +0 -0
- package/static/media/brand-icons.e8c322de.woff2 +0 -0
- package/static/media/copy.6497c1d4.svg +3 -0
- package/static/media/dai_logo.1a84a86b.svg +13 -0
- package/static/media/flags.9c74e172.png +0 -0
- package/static/media/future_events_icon.a10ac120.svg +6 -0
- package/static/media/grant_icon.dfcf9ab8.svg +4 -0
- package/static/media/icons.0ab54153.woff2 +0 -0
- package/static/media/icons.8e3c7f55.eot +0 -0
- package/static/media/icons.962a1bf3.svg +1518 -0
- package/static/media/icons.b87b9ba5.ttf +0 -0
- package/static/media/icons.faff9214.woff +0 -0
- package/static/media/info.e5f18387.svg +3 -0
- package/static/media/link.d7a4b39f.svg +52 -0
- package/static/media/outline-icons.701ae6ab.eot +0 -0
- package/static/media/outline-icons.82f60bd0.svg +366 -0
- package/static/media/outline-icons.ad97afd3.ttf +0 -0
- package/static/media/outline-icons.cd6c777f.woff2 +0 -0
- package/static/media/outline-icons.ef60a4f6.woff +0 -0
- package/static/media/proposal_button_icon.2c50103d.svg +3 -0
- package/static/media/usdc_logo.3b5972c1.svg +5 -0
- package/static/media/usdt_logo.4eb67525.svg +1 -0
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation.
|
|
3
|
+
|
|
4
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
5
|
+
purpose with or without fee is hereby granted.
|
|
6
|
+
|
|
7
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
8
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
9
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
10
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
11
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
12
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
13
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
14
|
+
***************************************************************************** */
|
|
15
|
+
|
|
16
|
+
/*!
|
|
17
|
+
* The buffer module from node.js, for the browser.
|
|
18
|
+
*
|
|
19
|
+
* @author Feross Aboukhadijeh <http://feross.org>
|
|
20
|
+
* @license MIT
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
/*
|
|
24
|
+
object-assign
|
|
25
|
+
(c) Sindre Sorhus
|
|
26
|
+
@license MIT
|
|
27
|
+
*/
|
|
28
|
+
|
|
29
|
+
/*!
|
|
30
|
+
* ZRender, a high performance 2d drawing library.
|
|
31
|
+
*
|
|
32
|
+
* Copyright (c) 2013, Baidu Inc.
|
|
33
|
+
* All rights reserved.
|
|
34
|
+
*
|
|
35
|
+
* LICENSE
|
|
36
|
+
* https://github.com/ecomfe/zrender/blob/master/LICENSE.txt
|
|
37
|
+
*/
|
|
38
|
+
|
|
39
|
+
/*! @preserve
|
|
40
|
+
* numeral.js
|
|
41
|
+
* version : 2.0.6
|
|
42
|
+
* author : Adam Draper
|
|
43
|
+
* license : MIT
|
|
44
|
+
* http://adamwdraper.github.com/Numeral-js/
|
|
45
|
+
*/
|
|
46
|
+
|
|
47
|
+
/*! https://mths.be/punycode v1.4.1 by @mathias */
|
|
48
|
+
|
|
49
|
+
/*!
|
|
50
|
+
* The buffer module from node.js, for the browser.
|
|
51
|
+
*
|
|
52
|
+
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
|
|
53
|
+
* @license MIT
|
|
54
|
+
*/
|
|
55
|
+
|
|
56
|
+
/** @license URI.js v4.2.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* [js-sha3]{@link https://github.com/emn178/js-sha3}
|
|
60
|
+
*
|
|
61
|
+
* @version 0.5.7
|
|
62
|
+
* @author Chen, Yi-Cyuan [emn178@gmail.com]
|
|
63
|
+
* @copyright Chen, Yi-Cyuan 2015-2016
|
|
64
|
+
* @license MIT
|
|
65
|
+
*/
|
|
66
|
+
|
|
67
|
+
/** @license React v16.12.0
|
|
68
|
+
* react.production.min.js
|
|
69
|
+
*
|
|
70
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
71
|
+
*
|
|
72
|
+
* This source code is licensed under the MIT license found in the
|
|
73
|
+
* LICENSE file in the root directory of this source tree.
|
|
74
|
+
*/
|
|
75
|
+
|
|
76
|
+
/** @license React v16.12.0
|
|
77
|
+
* react-dom.production.min.js
|
|
78
|
+
*
|
|
79
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
80
|
+
*
|
|
81
|
+
* This source code is licensed under the MIT license found in the
|
|
82
|
+
* LICENSE file in the root directory of this source tree.
|
|
83
|
+
*/
|
|
84
|
+
|
|
85
|
+
/** @license React v0.18.0
|
|
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
|
+
/** @license React v16.12.0
|
|
95
|
+
* react-is.production.min.js
|
|
96
|
+
*
|
|
97
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
98
|
+
*
|
|
99
|
+
* This source code is licensed under the MIT license found in the
|
|
100
|
+
* LICENSE file in the root directory of this source tree.
|
|
101
|
+
*/
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* [js-sha3]{@link https://github.com/emn178/js-sha3}
|
|
105
|
+
*
|
|
106
|
+
* @version 0.8.0
|
|
107
|
+
* @author Chen, Yi-Cyuan [emn178@gmail.com]
|
|
108
|
+
* @copyright Chen, Yi-Cyuan 2015-2018
|
|
109
|
+
* @license MIT
|
|
110
|
+
*/
|
|
111
|
+
|
|
112
|
+
/*!
|
|
113
|
+
* v2.1.4-104-gc868b3a
|
|
114
|
+
*
|
|
115
|
+
*/
|
|
116
|
+
|
|
117
|
+
/** @license React v17.0.2
|
|
118
|
+
* react.production.min.js
|
|
119
|
+
*
|
|
120
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
121
|
+
*
|
|
122
|
+
* This source code is licensed under the MIT license found in the
|
|
123
|
+
* LICENSE file in the root directory of this source tree.
|
|
124
|
+
*/
|
|
125
|
+
|
|
126
|
+
/** @license React v16.8.6
|
|
127
|
+
* react-dom.production.min.js
|
|
128
|
+
*
|
|
129
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
130
|
+
*
|
|
131
|
+
* This source code is licensed under the MIT license found in the
|
|
132
|
+
* LICENSE file in the root directory of this source tree.
|
|
133
|
+
*/
|
|
134
|
+
|
|
135
|
+
/*
|
|
136
|
+
object-assign
|
|
137
|
+
(c) Sindre Sorhus
|
|
138
|
+
@license MIT
|
|
139
|
+
*/
|
|
140
|
+
|
|
141
|
+
/** @license React v0.13.6
|
|
142
|
+
* scheduler.production.min.js
|
|
143
|
+
*
|
|
144
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
145
|
+
*
|
|
146
|
+
* This source code is licensed under the MIT license found in the
|
|
147
|
+
* LICENSE file in the root directory of this source tree.
|
|
148
|
+
*/
|
|
149
|
+
|
|
150
|
+
/*!
|
|
151
|
+
Copyright (c) 2015 Jed Watson.
|
|
152
|
+
Based on code that is Copyright 2013-2015, Facebook, Inc.
|
|
153
|
+
All rights reserved.
|
|
154
|
+
*/
|
|
155
|
+
|
|
156
|
+
/*
|
|
157
|
+
object-assign
|
|
158
|
+
(c) Sindre Sorhus
|
|
159
|
+
@license MIT
|
|
160
|
+
*/
|