Skip to content

Commit 71266fa

Browse files
Fix TypeScript casing
1 parent c9902ed commit 71266fa

File tree

4 files changed

+145
-2
lines changed

4 files changed

+145
-2
lines changed

docs/build/bundle.b18f5f4b.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: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*!
8+
Copyright (c) 2018 Jed Watson.
9+
Licensed under the MIT License (MIT), see
10+
http://jedwatson.github.io/classnames
11+
*/
12+
13+
/*!
14+
* @overview es6-promise - a tiny implementation of Promises/A+.
15+
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
16+
* @license Licensed under MIT license
17+
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
18+
* @version v4.2.8+1e68dce6
19+
*/
20+
21+
/*!
22+
* The buffer module from node.js, for the browser.
23+
*
24+
* @author Feross Aboukhadijeh <[email protected]> <http://feross.org>
25+
* @license MIT
26+
*/
27+
28+
/*!
29+
* The buffer module from node.js, for the browser.
30+
*
31+
* @author Feross Aboukhadijeh <http://feross.org>
32+
* @license MIT
33+
*/
34+
35+
/*!
36+
* regjsgen 0.5.2
37+
* Copyright 2014-2020 Benjamin Tan <https://ofcr.se/>
38+
* Available under the MIT license <https://github.com/bnjmnt4n/regjsgen/blob/master/LICENSE-MIT.txt>
39+
*/
40+
41+
/*! clipboard-copy. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
42+
43+
/*! https://mths.be/regenerate v1.4.2 by @mathias | MIT license */
44+
45+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
46+
47+
/**
48+
* @license
49+
* Lodash <https://lodash.com/>
50+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
51+
* Released under MIT license <https://lodash.com/license>
52+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
53+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
54+
*/
55+
56+
/**
57+
* A better abstraction over CSS.
58+
*
59+
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
60+
* @website https://github.com/cssinjs/jss
61+
* @license MIT
62+
*/
63+
64+
/**
65+
* Prism: Lightweight, robust, elegant syntax highlighting
66+
*
67+
* @license MIT <https://opensource.org/licenses/MIT>
68+
* @author Lea Verou <https://lea.verou.me>
69+
* @namespace
70+
* @public
71+
*/
72+
73+
/** @license React v0.19.1
74+
* scheduler.production.min.js
75+
*
76+
* Copyright (c) Facebook, Inc. and its affiliates.
77+
*
78+
* This source code is licensed under the MIT license found in the
79+
* LICENSE file in the root directory of this source tree.
80+
*/
81+
82+
/** @license React v16.13.1
83+
* react-is.production.min.js
84+
*
85+
* Copyright (c) Facebook, Inc. and its affiliates.
86+
*
87+
* This source code is licensed under the MIT license found in the
88+
* LICENSE file in the root directory of this source tree.
89+
*/
90+
91+
/** @license React v16.14.0
92+
* react-dom.production.min.js
93+
*
94+
* Copyright (c) Facebook, Inc. and its affiliates.
95+
*
96+
* This source code is licensed under the MIT license found in the
97+
* LICENSE file in the root directory of this source tree.
98+
*/
99+
100+
/** @license React v16.14.0
101+
* react.production.min.js
102+
*
103+
* Copyright (c) Facebook, Inc. and its affiliates.
104+
*
105+
* This source code is licensed under the MIT license found in the
106+
* LICENSE file in the root directory of this source tree.
107+
*/
108+
109+
/** @license React v17.0.2
110+
* react-is.production.min.js
111+
*
112+
* Copyright (c) Facebook, Inc. and its affiliates.
113+
*
114+
* This source code is licensed under the MIT license found in the
115+
* LICENSE file in the root directory of this source tree.
116+
*/
117+
118+
/**!
119+
* @fileOverview Kickass library to create and place poppers near their reference elements.
120+
* @version 1.16.1-lts
121+
* @license
122+
* Copyright (c) 2016 Federico Zivolo and contributors
123+
*
124+
* Permission is hereby granted, free of charge, to any person obtaining a copy
125+
* of this software and associated documentation files (the "Software"), to deal
126+
* in the Software without restriction, including without limitation the rights
127+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
128+
* copies of the Software, and to permit persons to whom the Software is
129+
* furnished to do so, subject to the following conditions:
130+
*
131+
* The above copyright notice and this permission notice shall be included in all
132+
* copies or substantial portions of the Software.
133+
*
134+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
135+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
136+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
137+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
138+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
139+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
140+
* SOFTWARE.
141+
*/

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
</head>
99
<body>
1010
<div id="rsg-root"></div>
11-
<script src="build/bundle.a37a6437.js"></script>
11+
<script src="build/bundle.b18f5f4b.js"></script>
1212
</body>
1313
</html>

packages/docs/releases/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#### @alteryx/react-comms@1.0.1
44

55
- Added additional examples for meta data and and default configuration.
6-
- Fixed typescript interface for JsEvent.
6+
- Fixed TypeScript interface for JsEvent.
77

88
### May 12th, 2021
99

0 commit comments

Comments
 (0)