@rocketspark/domain-checker 0.0.9 → 0.0.12
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/.idea/domain-checker.iml +3 -1
- package/.idea/inspectionProfiles/Project_Default.xml +16 -0
- package/.idea/jsonSchemas.xml +19 -0
- package/build/130.index.js +1 -1
- package/build/145.index.js +1 -1
- package/build/171.index.js +1 -1
- package/build/190.index.js +1 -1
- package/build/204fba429a5386123889.svg +266 -0
- package/build/228.index.js +1 -1
- package/build/23.index.js +1 -1
- package/build/253.index.js +1 -1
- package/build/269.index.js +1 -1
- package/build/307.index.js +1 -1
- package/build/314.index.js +1 -1
- package/build/330.index.js +1 -1
- package/build/346.index.js +1 -1
- package/build/385.index.js +1 -1
- package/build/431.index.js +1 -1
- package/build/447.index.js +1 -1
- package/build/482.index.js +1 -1
- package/build/525.index.js +1 -1
- package/build/536.index.js +1 -1
- package/build/548.index.js +1 -1
- package/build/565.index.js +1 -1
- package/build/577.index.js +1 -1
- package/build/655.index.js +1 -1
- package/build/66.index.js +1 -1
- package/build/669.index.js +1 -1
- package/build/677.index.js +1 -1
- package/build/678.index.js +1 -1
- package/build/69.index.js +1 -1
- package/build/690.index.js +1 -1
- package/build/694.index.js +1 -1
- package/build/698.index.js +1 -1
- package/build/716.index.js +1 -1
- package/build/717.index.js +1 -1
- package/build/724.index.js +1 -1
- package/build/738.index.js +1 -1
- package/build/799.index.js +1 -1
- package/build/82.index.js +1 -1
- package/build/858.index.js +1 -1
- package/build/8723cc99516819ff0917.svg +266 -0
- package/build/882.index.js +1 -1
- package/build/895.index.js +1 -1
- package/build/903.index.js +1 -1
- package/build/911.index.js +1 -1
- package/build/912.index.js +1 -1
- package/build/927.index.js +1 -1
- package/build/953.index.js +1 -1
- package/build/955.index.js +1 -1
- package/build/994.index.js +1 -1
- package/build/css/index.css +2 -2
- package/build/css/index.css.map +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/build/types/Components/PopupContainer.d.ts +4 -0
- package/build/types/Components/SearchAlternativeRow.d.ts +25 -0
- package/build/types/Components/SearchAlternatives.d.ts +15 -0
- package/build/types/Helpers/Fetch.d.ts +6 -1
- package/build/types/Helpers/templates.d.ts +2 -0
- package/build/types/Interfaces/class-names.d.ts +14 -0
- package/build/types/index.d.ts +5 -3
- package/package.json +1 -2
- package/webpack.config.demo.js +2 -6
- package/LICENSE +0 -21
- package/build/3cce2bffb56fb72f4f99.svg +0 -521
- package/build/a8181c51f10ef59913b0.svg +0 -266
package/.idea/domain-checker.iml
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<module type="WEB_MODULE" version="4">
|
|
3
3
|
<component name="NewModuleRootManager">
|
|
4
|
-
<content url="file://$MODULE_DIR$"
|
|
4
|
+
<content url="file://$MODULE_DIR$">
|
|
5
|
+
<excludeFolder url="file://$MODULE_DIR$/coverage" />
|
|
6
|
+
</content>
|
|
5
7
|
<orderEntry type="inheritedJdk" />
|
|
6
8
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
7
9
|
</component>
|
|
@@ -2,5 +2,21 @@
|
|
|
2
2
|
<profile version="1.0">
|
|
3
3
|
<option name="myName" value="Project Default" />
|
|
4
4
|
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
|
|
5
|
+
<inspection_tool class="HtmlUnknownTag" enabled="true" level="WARNING" enabled_by_default="true">
|
|
6
|
+
<option name="myValues">
|
|
7
|
+
<value>
|
|
8
|
+
<list size="7">
|
|
9
|
+
<item index="0" class="java.lang.String" itemvalue="nobr" />
|
|
10
|
+
<item index="1" class="java.lang.String" itemvalue="noembed" />
|
|
11
|
+
<item index="2" class="java.lang.String" itemvalue="comment" />
|
|
12
|
+
<item index="3" class="java.lang.String" itemvalue="noscript" />
|
|
13
|
+
<item index="4" class="java.lang.String" itemvalue="embed" />
|
|
14
|
+
<item index="5" class="java.lang.String" itemvalue="script" />
|
|
15
|
+
<item index="6" class="java.lang.String" itemvalue="rs-content" />
|
|
16
|
+
</list>
|
|
17
|
+
</value>
|
|
18
|
+
</option>
|
|
19
|
+
<option name="myCustomValuesEnabled" value="true" />
|
|
20
|
+
</inspection_tool>
|
|
5
21
|
</profile>
|
|
6
22
|
</component>
|
package/.idea/jsonSchemas.xml
CHANGED
|
@@ -14,6 +14,25 @@
|
|
|
14
14
|
<Item>
|
|
15
15
|
<option name="path" value=".github/workflows/release-drafter.yml" />
|
|
16
16
|
</Item>
|
|
17
|
+
<Item>
|
|
18
|
+
<option name="path" value=".github/workflows/main.yml" />
|
|
19
|
+
</Item>
|
|
20
|
+
</list>
|
|
21
|
+
</option>
|
|
22
|
+
</SchemaInfo>
|
|
23
|
+
</value>
|
|
24
|
+
</entry>
|
|
25
|
+
<entry key="release drafter">
|
|
26
|
+
<value>
|
|
27
|
+
<SchemaInfo>
|
|
28
|
+
<option name="name" value="release drafter" />
|
|
29
|
+
<option name="relativePathToSchema" value="https://raw.githubusercontent.com/release-drafter/release-drafter/master/schema.json" />
|
|
30
|
+
<option name="applicationDefined" value="true" />
|
|
31
|
+
<option name="patterns">
|
|
32
|
+
<list>
|
|
33
|
+
<Item>
|
|
34
|
+
<option name="path" value=".github/release-drafter.yml" />
|
|
35
|
+
</Item>
|
|
17
36
|
</list>
|
|
18
37
|
</option>
|
|
19
38
|
</SchemaInfo>
|
package/build/130.index.js
CHANGED
package/build/145.index.js
CHANGED
package/build/171.index.js
CHANGED