Skip to content

Commit ddcbbf4

Browse files
authored
Merge pull request #544 from SolidOS/chat-proof
Chat proof
2 parents 2f08a16 + 840c347 commit ddcbbf4

29 files changed

+63598
-46844
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,12 @@ npm run storybook
6767
If there is no story for the component yet, add a new one to `./src/stories`.
6868

6969
When you want to test the component within a solid-pane, you can use the [development mode of solid-panes](https://github.com/solidos/solid-panes#development).
70-
70+
71+
## Adding Tests
72+
73+
The following document gives guidance on how to add and perform testing in solid-ui.
74+
[Testing in solid-ui](https://github.com/SolidOS/solid-ui/blob/18070a02fa8159a2b83d9503ee400f8e046bf1f6/test/unit/README.md)
75+
7176
## Further documentation
7277

7378
- [Some code know-how](https://github.com/SolidOS/solidos/wiki/2.-Solid-UI-know-how)

dist/736.solid-ui.min.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(self.webpackChunksolid_ui=self.webpackChunksolid_ui||[]).push([[736],{2736:()=>{}}]);

dist/796.solid-ui.min.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.

dist/796.solid-ui.min.js.LICENSE.txt

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
/*!
2+
* Copyright (c) 2016-2021 Digital Bazaar, Inc. All rights reserved.
3+
*/
4+
5+
/*!
6+
* Copyright (c) 2016-2022 Digital Bazaar, Inc. All rights reserved.
7+
*/
8+
9+
/**
10+
* A JavaScript implementation of the JSON-LD API.
11+
*
12+
* @author Dave Longley
13+
*
14+
* @license BSD 3-Clause License
15+
* Copyright (c) 2011-2022 Digital Bazaar, Inc.
16+
* All rights reserved.
17+
*
18+
* Redistribution and use in source and binary forms, with or without
19+
* modification, are permitted provided that the following conditions are met:
20+
*
21+
* Redistributions of source code must retain the above copyright notice,
22+
* this list of conditions and the following disclaimer.
23+
*
24+
* Redistributions in binary form must reproduce the above copyright
25+
* notice, this list of conditions and the following disclaimer in the
26+
* documentation and/or other materials provided with the distribution.
27+
*
28+
* Neither the name of the Digital Bazaar, Inc. nor the names of its
29+
* contributors may be used to endorse or promote products derived from
30+
* this software without specific prior written permission.
31+
*
32+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
33+
* IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
34+
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
35+
* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
36+
* HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
37+
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
38+
* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
39+
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
40+
* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
41+
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
42+
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
43+
*/
44+
45+
/**
46+
* Removes the @preserve keywords from expanded result of framing.
47+
*
48+
* @param input the framed, framed output.
49+
* @param options the framing options used.
50+
*
51+
* @return the resulting output.
52+
*/
53+
54+
// disallow aliasing @context and @preserve
55+
56+
// remove @preserve
57+
58+
// remove @preserve from results

dist/796.solid-ui.min.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.

dist/_1692.solid-ui.js

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

dist/_1692.solid-ui.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.

dist/solid-ui.js

Lines changed: 50450 additions & 46758 deletions
Large diffs are not rendered by default.

dist/solid-ui.js.map

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

dist/solid-ui.min.js

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

dist/solid-ui.min.js.LICENSE.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040

4141
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
4242

43+
/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */
44+
45+
/*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
46+
4347
/*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
4448

4549
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

dist/solid-ui.min.js.map

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

0 commit comments

Comments
 (0)