clarity-js 0.8.46 → 0.8.47

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.
@@ -1,27 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>Core Tests</title>
5
- <style>input, textarea, select { margin: 10px; display: block; }</style>
6
- </head>
7
- <body>
8
- <div>
9
- <h1 id="one">Thanks for your order #2AB700GH</h1>
10
- <p id="two" class="address-details">1 Microsoft Way, Redmond, WA - 98052</p>
11
- </div>
12
- <div id="mask">
13
- <span id="child">Hello Wor1d</span>
14
- </div>
15
- <form name="login">
16
- <input type="email" id="eml" title="Email" value="random@email.test">
17
- <input type="password" id="pwd" title="Password" maxlength="16" value="passw0rd">
18
- <input type="search" id="search" title="Search" value="hello w0rld">
19
- <input type="text" id="cardnum" title="CC" value="1234">
20
- <textarea id="textarea" autocapitalize="off" role="combobox" rows="5" placeholder="" spellcheck="false">Hell0 World</textarea>
21
- <select id="select" ng-options="origin.code" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false">
22
- <option id="option1" label="Halifax" value="string:YHZ">Halifax</option>
23
- <option id="option2" label="Montréal" value="string:YUL" selected="selected">Montréal</option>
24
- </select>
25
- </form>
26
- </body>
27
- </html>
package/test/stub.test.ts DELETED
@@ -1,7 +0,0 @@
1
- import { assert } from 'chai';
2
-
3
- describe('Stub Tests! Replace with working real tests!', () => {
4
- it('should be a successful test', () => {
5
- assert.isTrue(true);
6
- });
7
- });
@@ -1,6 +0,0 @@
1
- {
2
- "extends": "../tsconfig.json",
3
- "compilerOptions": {
4
- "module": "commonjs"
5
- }
6
- }