@rocketspark/domain-checker 0.0.9 → 0.0.10

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.
Files changed (66) hide show
  1. package/.idea/domain-checker.iml +3 -1
  2. package/.idea/inspectionProfiles/Project_Default.xml +16 -0
  3. package/build/130.index.js +1 -1
  4. package/build/145.index.js +1 -1
  5. package/build/171.index.js +1 -1
  6. package/build/190.index.js +1 -1
  7. package/build/204fba429a5386123889.svg +266 -0
  8. package/build/228.index.js +1 -1
  9. package/build/23.index.js +1 -1
  10. package/build/253.index.js +1 -1
  11. package/build/269.index.js +1 -1
  12. package/build/307.index.js +1 -1
  13. package/build/314.index.js +1 -1
  14. package/build/330.index.js +1 -1
  15. package/build/346.index.js +1 -1
  16. package/build/385.index.js +1 -1
  17. package/build/431.index.js +1 -1
  18. package/build/447.index.js +1 -1
  19. package/build/482.index.js +1 -1
  20. package/build/525.index.js +1 -1
  21. package/build/536.index.js +1 -1
  22. package/build/548.index.js +1 -1
  23. package/build/565.index.js +1 -1
  24. package/build/577.index.js +1 -1
  25. package/build/655.index.js +1 -1
  26. package/build/66.index.js +1 -1
  27. package/build/669.index.js +1 -1
  28. package/build/677.index.js +1 -1
  29. package/build/678.index.js +1 -1
  30. package/build/69.index.js +1 -1
  31. package/build/690.index.js +1 -1
  32. package/build/694.index.js +1 -1
  33. package/build/698.index.js +1 -1
  34. package/build/716.index.js +1 -1
  35. package/build/717.index.js +1 -1
  36. package/build/724.index.js +1 -1
  37. package/build/738.index.js +1 -1
  38. package/build/799.index.js +1 -1
  39. package/build/82.index.js +1 -1
  40. package/build/858.index.js +1 -1
  41. package/build/8723cc99516819ff0917.svg +266 -0
  42. package/build/882.index.js +1 -1
  43. package/build/895.index.js +1 -1
  44. package/build/903.index.js +1 -1
  45. package/build/911.index.js +1 -1
  46. package/build/912.index.js +1 -1
  47. package/build/927.index.js +1 -1
  48. package/build/953.index.js +1 -1
  49. package/build/955.index.js +1 -1
  50. package/build/994.index.js +1 -1
  51. package/build/css/index.css +2 -2
  52. package/build/css/index.css.map +1 -1
  53. package/build/index.js +2 -2
  54. package/build/index.js.map +1 -1
  55. package/build/types/Components/PopupContainer.d.ts +4 -0
  56. package/build/types/Components/SearchAlternativeRow.d.ts +25 -0
  57. package/build/types/Components/SearchAlternatives.d.ts +15 -0
  58. package/build/types/Helpers/Fetch.d.ts +6 -1
  59. package/build/types/Helpers/templates.d.ts +2 -0
  60. package/build/types/Interfaces/class-names.d.ts +14 -0
  61. package/build/types/index.d.ts +5 -3
  62. package/package.json +1 -1
  63. package/webpack.config.demo.js +2 -6
  64. package/LICENSE +0 -21
  65. package/build/3cce2bffb56fb72f4f99.svg +0 -521
  66. package/build/a8181c51f10ef59913b0.svg +0 -266
@@ -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>
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.9
3
+ * @rocketspark/domain-checker v0.0.10
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.9
3
+ * @rocketspark/domain-checker v0.0.10
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.9
3
+ * @rocketspark/domain-checker v0.0.10
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * @rocketspark/domain-checker v0.0.9
3
+ * @rocketspark/domain-checker v0.0.10
4
4
  * https://github.com/rocketspark/domain-checker.git
5
5
  *
6
6
  * Copyright (c) Lee Reichardt and project contributors.