@rsdoctor/components 0.4.13 → 1.0.0-alpha.0

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 (191) hide show
  1. package/dist/common/imgs/connection-point.js +11 -0
  2. package/dist/common/imgs/webpack.js +11 -0
  3. package/dist/common/svg/bundle-size.js +11 -0
  4. package/dist/common/svg/error.js +10 -0
  5. package/dist/common/svg/file-css.js +11 -0
  6. package/dist/common/svg/file-html.js +11 -0
  7. package/dist/common/svg/file-image.js +11 -0
  8. package/dist/common/svg/file-js.js +11 -0
  9. package/dist/common/svg/file-unknown.js +11 -0
  10. package/dist/common/svg/file.js +10 -0
  11. package/dist/common/svg/files/css.js +11 -0
  12. package/dist/common/svg/files/html.js +11 -0
  13. package/dist/common/svg/files/image.js +11 -0
  14. package/dist/common/svg/files/js.js +11 -0
  15. package/dist/common/svg/files/unkown-file.js +11 -0
  16. package/dist/common/svg/loader/input.js +11 -0
  17. package/dist/common/svg/loader/output.js +12 -0
  18. package/dist/common/svg/loader/step.js +7 -0
  19. package/dist/common/svg/navbar/bundle-size-active.js +10 -0
  20. package/dist/common/svg/navbar/bundle-size-inactive.js +10 -0
  21. package/dist/common/svg/navbar/compile-analysis-active.js +11 -0
  22. package/dist/common/svg/navbar/compile-analysis-inactive.js +11 -0
  23. package/dist/common/svg/navbar/overall-active.js +11 -0
  24. package/dist/common/svg/navbar/overall-inactive.js +11 -0
  25. package/dist/common/svg/output.js +12 -0
  26. package/dist/common/svg/source-size.js +12 -0
  27. package/dist/common/svg/source.js +10 -0
  28. package/dist/common/svg/total-size.js +11 -0
  29. package/dist/common/svg/version.js +11 -0
  30. package/dist/components/Alert/ecma-version-check.d.ts +2 -0
  31. package/dist/components/Alert/ecma-version-check.js +69 -0
  32. package/dist/components/Alert/ecma-version-check.module.js +5 -0
  33. package/dist/components/Alert/ecma-version-check_module.css +23 -0
  34. package/dist/components/Alert/package-relation.d.ts +1 -2
  35. package/dist/components/Alert/package-relation.js +29 -59
  36. package/dist/components/Alert/package-relation.module.js +5 -0
  37. package/dist/components/Alert/package-relation_module.css +23 -0
  38. package/dist/components/Alert/types.d.ts +6 -1
  39. package/dist/components/Alerts/{common.d.ts → bundle-alert.d.ts} +3 -4
  40. package/dist/components/Alerts/bundle-alert.js +156 -0
  41. package/dist/components/Alerts/bundle-alert.module.js +5 -0
  42. package/dist/components/Alerts/bundle-alert_module.css +46 -0
  43. package/dist/components/Alerts/bundle.js +25 -6
  44. package/dist/components/Alerts/collapse.d.ts +6 -0
  45. package/dist/components/Alerts/collapse.js +209 -0
  46. package/dist/components/Alerts/collapse.module.js +5 -0
  47. package/dist/components/Alerts/collapse_module.css +71 -0
  48. package/dist/components/Alerts/compile.js +18 -5
  49. package/dist/components/Alerts/list.d.ts +4 -0
  50. package/dist/components/Alerts/list.js +25 -0
  51. package/dist/components/Alerts/list.module.js +5 -0
  52. package/dist/components/Alerts/list_module.css +5 -0
  53. package/dist/components/Alerts/overlay.js +67 -28
  54. package/dist/components/Alerts/overlay.module.js +5 -0
  55. package/dist/components/Alerts/overlay_module.css +11 -0
  56. package/dist/components/Card/index.d.ts +1 -1
  57. package/dist/components/Card/index.js +8 -18
  58. package/dist/components/Card/size.d.ts +1 -0
  59. package/dist/components/Card/size.js +99 -65
  60. package/dist/components/Card/size.module.js +5 -0
  61. package/dist/components/Card/size_module.css +34 -0
  62. package/dist/components/Card/statistic.d.ts +0 -2
  63. package/dist/components/Card/statistic.js +7 -5
  64. package/dist/components/Charts/TimelineCharts/index.d.ts +6 -1
  65. package/dist/components/Charts/TimelineCharts/index.js +208 -192
  66. package/dist/components/Charts/bootstrap.js +15 -10
  67. package/dist/components/Charts/common.d.ts +2 -0
  68. package/dist/components/Charts/common.js +18 -5
  69. package/dist/components/Charts/constants.d.ts +8 -1
  70. package/dist/components/Charts/constants.js +37 -41
  71. package/dist/components/Charts/done.js +14 -9
  72. package/dist/components/Charts/index.js +1 -1
  73. package/dist/components/Charts/loader.js +12 -2
  74. package/dist/components/Charts/minify.js +14 -9
  75. package/dist/components/Charts/utils.js +2 -2
  76. package/dist/components/CodeViewer/diff.js +8 -2
  77. package/dist/components/CodeViewer/viewer.js +0 -7
  78. package/dist/components/Configuration/builder.js +50 -36
  79. package/dist/components/Configuration/builder.module.js +5 -0
  80. package/dist/components/Configuration/builder_module.css +6 -0
  81. package/dist/components/FileTree/css.js +11 -0
  82. package/dist/components/FileTree/html.js +11 -0
  83. package/dist/components/FileTree/image.js +11 -0
  84. package/dist/components/FileTree/index.css +8 -0
  85. package/dist/components/FileTree/index.d.ts +1 -0
  86. package/dist/components/FileTree/index.js +65 -5
  87. package/dist/components/FileTree/js.js +11 -0
  88. package/dist/components/FileTree/unkown-file.js +11 -0
  89. package/dist/components/Form/keyword.js +3 -2
  90. package/dist/components/Keyword/index.js +38 -14
  91. package/dist/components/Keyword/style.module.js +5 -0
  92. package/dist/components/Keyword/style_module.css +5 -0
  93. package/dist/components/Layout/builder-select.js +37 -24
  94. package/dist/components/Layout/bundle-size-icon.js +10 -0
  95. package/dist/components/Layout/compile-icon.js +11 -0
  96. package/dist/components/Layout/header.js +3 -15
  97. package/dist/components/Layout/menus.js +59 -64
  98. package/dist/components/Layout/overall-icon.js +10 -0
  99. package/dist/components/Layout/progress.js +2 -1
  100. package/dist/components/Loader/Analysis/files.js +187 -101
  101. package/dist/components/Loader/Analysis/index.js +34 -17
  102. package/dist/components/Loader/Analysis/input.js +11 -0
  103. package/dist/components/Loader/Analysis/output.js +12 -0
  104. package/dist/components/Loader/Analysis/style.module.js +5 -0
  105. package/dist/components/Loader/Analysis/style_module.css +73 -0
  106. package/dist/components/Loader/executions.js +95 -114
  107. package/dist/components/Loader/step.js +7 -0
  108. package/dist/components/Opener/code.js +2 -1
  109. package/dist/components/Overall/DataSummary.d.ts +8 -0
  110. package/dist/components/Overall/DataSummary.js +25 -0
  111. package/dist/components/Overall/DataSummary.module.js +5 -0
  112. package/dist/components/Overall/DataSummary_module.css +95 -0
  113. package/dist/components/Overall/bundle.d.ts +6 -1
  114. package/dist/components/Overall/bundle.js +208 -112
  115. package/dist/components/Overall/bundle.module.js +5 -0
  116. package/dist/components/Overall/bundle_module.css +62 -0
  117. package/dist/components/Overall/card_module.css +1 -4
  118. package/dist/components/Overall/compile.js +47 -41
  119. package/dist/components/Overall/compile.module.js +1 -1
  120. package/dist/components/Overall/compile_module.css +6 -0
  121. package/dist/components/Overall/help-center.d.ts +1 -0
  122. package/dist/components/Overall/help-center.js +86 -0
  123. package/dist/components/Overall/help-center.module.js +5 -0
  124. package/dist/components/Overall/help-center_module.css +35 -0
  125. package/dist/components/Overall/list.module.js +1 -1
  126. package/dist/components/Overall/list_module.css +14 -4
  127. package/dist/components/Overall/overview.d.ts +8 -0
  128. package/dist/components/Overall/overview.js +17 -0
  129. package/dist/components/Overall/overview.module.js +5 -0
  130. package/dist/components/Overall/overview_module.css +25 -0
  131. package/dist/components/Overall/project.d.ts +0 -1
  132. package/dist/components/Overall/project.js +101 -36
  133. package/dist/components/Overall/project.module.js +5 -0
  134. package/dist/components/Overall/project_module.css +19 -0
  135. package/dist/components/Select/index.css +6 -0
  136. package/dist/components/Select/index.d.ts +1 -0
  137. package/dist/components/Select/index.js +7 -4
  138. package/dist/components/TextDrawer/index.d.ts +2 -1
  139. package/dist/components/TextDrawer/index.js +38 -27
  140. package/dist/components/index.d.ts +0 -1
  141. package/dist/components/index.js +0 -1
  142. package/dist/constants.d.ts +1 -1
  143. package/dist/constants.js +1 -1
  144. package/dist/pages/BundleSize/components/asset.js +106 -124
  145. package/dist/pages/BundleSize/components/card.module.js +5 -0
  146. package/dist/pages/BundleSize/components/card_module.css +54 -0
  147. package/dist/pages/BundleSize/components/cards.js +157 -47
  148. package/dist/pages/BundleSize/components/index.js +129 -121
  149. package/dist/pages/BundleSize/components/index.module.js +5 -0
  150. package/dist/pages/BundleSize/components/index_module.css +82 -0
  151. package/dist/pages/ModuleAnalyze/components/fileTreeCom.css +13 -0
  152. package/dist/pages/ModuleAnalyze/components/fileTreeCom.d.ts +1 -1
  153. package/dist/pages/ModuleAnalyze/components/fileTreeCom.js +40 -63
  154. package/dist/pages/ModuleAnalyze/fileTree.d.ts +1 -0
  155. package/dist/pages/ModuleAnalyze/fileTree.js +36 -164
  156. package/dist/pages/ModuleAnalyze/index.css +7 -3
  157. package/dist/pages/ModuleAnalyze/index.d.ts +7 -1
  158. package/dist/pages/ModuleAnalyze/index.js +122 -45
  159. package/dist/pages/Overall/index.js +14 -9
  160. package/dist/pages/Overall/index.module.js +5 -0
  161. package/dist/pages/Overall/index_module.css +26 -0
  162. package/dist/pages/Overall/responsiveLayout.d.ts +6 -0
  163. package/dist/pages/Overall/responsiveLayout.js +9 -0
  164. package/dist/pages/TreeShaking/utils.d.ts +1 -1
  165. package/dist/pages/WebpackLoaders/Analysis/index.js +4 -1
  166. package/dist/pages/WebpackLoaders/Overall/index.js +8 -1
  167. package/dist/pages/WebpackPlugins/index.css +3 -0
  168. package/dist/pages/WebpackPlugins/index.d.ts +1 -0
  169. package/dist/pages/WebpackPlugins/index.js +61 -51
  170. package/dist/utils/data/brief.js +0 -2
  171. package/dist/utils/file.d.ts +4 -2
  172. package/dist/utils/file.js +40 -5
  173. package/dist/utils/i18n/cn.js +5 -0
  174. package/dist/utils/i18n/en.d.ts +5 -0
  175. package/dist/utils/i18n/en.js +5 -0
  176. package/package.json +7 -6
  177. package/dist/assets/connection-point.3b3c78ca.svg +0 -1
  178. package/dist/assets/webpack.98604d64.svg +0 -1
  179. package/dist/components/Alert/index.d.ts +0 -4
  180. package/dist/components/Alert/index.js +0 -34
  181. package/dist/components/Alert/link.d.ts +0 -3
  182. package/dist/components/Alert/link.js +0 -27
  183. package/dist/components/Alerts/common.js +0 -123
  184. package/dist/components/Card/statistic.css +0 -17
  185. package/dist/components/Overall/NumberButton.d.ts +0 -8
  186. package/dist/components/Overall/NumberButton.js +0 -29
  187. package/dist/components/Overall/NumberButton.module.js +0 -5
  188. package/dist/components/Overall/NumberButton_module.css +0 -70
  189. package/dist/components/Overall/bundle.module.css +0 -0
  190. package/dist/pages/Overall/responsiveGridList.d.ts +0 -6
  191. package/dist/pages/Overall/responsiveGridList.js +0 -28
@@ -0,0 +1,11 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgConnectionPoint = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 48 48", ...props, children: [
4
+ /* @__PURE__ */ jsx("path", { stroke: "#333", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 4, d: "M5 24h38" }),
5
+ /* @__PURE__ */ jsx("path", { stroke: "#333", strokeLinejoin: "round", strokeWidth: 4, d: "M28 4h-8a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2ZM16 32H8a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2ZM40 32h-8a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2Z" }),
6
+ /* @__PURE__ */ jsx("path", { stroke: "#333", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 4, d: "M24 24v-8M36 32v-8M12 32v-8" })
7
+ ] });
8
+ var connection_point_default = SvgConnectionPoint;
9
+ export {
10
+ connection_point_default as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgWebpack = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1200 1200", ...props, children: [
4
+ /* @__PURE__ */ jsx("path", { fill: "#fff", d: "m600 0 530.3 300v600L600 1200 69.7 900V300z" }),
5
+ /* @__PURE__ */ jsx("path", { fill: "#8ed6fb", d: "m1035.6 879.3-418.1 236.5V931.6L878 788.3zm28.6-25.9V358.8l-153 88.3V765zm-901.5 25.9 418.1 236.5V931.6L320.3 788.3zm-28.6-25.9V358.8l153 88.3V765zM152 326.8 580.8 84.2v178.1L306.1 413.4l-2.1 1.2zm894.3 0L617.5 84.2v178.1l274.7 151.1 2.1 1.2z" }),
6
+ /* @__PURE__ */ jsx("path", { fill: "#1c78c0", d: "m580.8 889.7-257-141.3v-280l257 148.4zm36.7 0 257-141.3v-280l-257 148.4zM341.2 436l258-141.9 258 141.9-258 149z" })
7
+ ] });
8
+ var webpack_default = SvgWebpack;
9
+ export {
10
+ webpack_default as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgBundleSize = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...props, children: [
4
+ /* @__PURE__ */ jsx("rect", { width: 16, height: 16, fill: "#FFF7E6", rx: 2 }),
5
+ /* @__PURE__ */ jsx("path", { fill: "#F2793D", fillRule: "evenodd", d: "M11.377 5.186h1.488L10.973 3H5.027L3.135 5.186h1.488l.87-1.005h5.015l.869 1.005Z", clipRule: "evenodd" }),
6
+ /* @__PURE__ */ jsx("path", { fill: "#F2793D", fillRule: "evenodd", d: "M3.676 4.82h8.648c.299 0 .54.243.54.545v7.09a.543.543 0 0 1-.54.545H3.676a.543.543 0 0 1-.54-.545v-7.09c0-.302.241-.546.54-.546Zm2.702 1.77a.54.54 0 0 0 0 1.082h3.244a.54.54 0 1 0 0-1.081H6.378Z", clipRule: "evenodd" })
7
+ ] });
8
+ var bundle_size_default = SvgBundleSize;
9
+ export {
10
+ bundle_size_default as default
11
+ };
@@ -0,0 +1,10 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgError = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...props, children: [
4
+ /* @__PURE__ */ jsx("rect", { width: 16, height: 16, fill: "#FFF1F0", rx: 2 }),
5
+ /* @__PURE__ */ jsx("path", { fill: "#FF5658", fillRule: "evenodd", d: "M13 8A5 5 0 1 1 3 8a5 5 0 0 1 10 0ZM9.768 6.232a.5.5 0 0 1 0 .707L8.708 8l1.06 1.06a.5.5 0 0 1-.707.708L8 8.708l-1.062 1.06a.5.5 0 0 1-.707-.707L7.293 8l-1.06-1.062a.5.5 0 0 1 .706-.707L8 7.293l1.06-1.06a.5.5 0 0 1 .708 0Z", clipRule: "evenodd" })
6
+ ] });
7
+ var error_default = SvgError;
8
+ export {
9
+ error_default as default
10
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgFileCss = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 17, height: 16, fill: "none", viewBox: "0 0 17 16", ...props, children: [
4
+ /* @__PURE__ */ jsx("path", { fill: "#FAAD14", d: "m13.409 4.51-3.363-3.363A.5.5 0 0 0 9.693 1H3.056a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V4.864a.503.503 0 0 0-.147-.355ZM9.462 2.152l2.94 2.94h-2.94v-2.94Zm2.969 11.722H3.68V2.125h4.718V5.5a.656.656 0 0 0 .657.656h3.375v7.719Z" }),
5
+ /* @__PURE__ */ jsx("path", { fill: "#FAAD14", d: "M8.927 10.651h.888a1.61 1.61 0 0 1-.24.775c-.141.226-.338.402-.592.528-.251.127-.554.19-.908.19a1.86 1.86 0 0 1-.745-.142 1.586 1.586 0 0 1-.564-.416 1.851 1.851 0 0 1-.354-.653 2.826 2.826 0 0 1-.121-.858v-.3c0-.316.041-.602.124-.858.085-.257.206-.476.362-.656.159-.18.348-.318.567-.415.22-.097.466-.146.737-.146.36 0 .664.065.911.196.25.13.443.31.58.54.138.23.22.491.249.784H8.93a1.146 1.146 0 0 0-.104-.442.59.59 0 0 0-.27-.276 1.012 1.012 0 0 0-.475-.095.86.86 0 0 0-.39.083.722.722 0 0 0-.278.252 1.245 1.245 0 0 0-.17.428c-.035.17-.053.37-.053.6v.305c0 .224.017.42.05.591.034.168.086.31.155.428a.719.719 0 0 0 .273.26.888.888 0 0 0 .407.087c.186 0 .34-.03.46-.09a.616.616 0 0 0 .276-.263c.065-.117.104-.263.116-.437Z" }),
6
+ /* @__PURE__ */ jsx("path", { fill: "#FFF1B8", fillRule: "evenodd", d: "M8.4 2.125V5.5a.656.656 0 0 0 .656.656h3.375v7.719H3.68V2.125h4.718Zm1.415 8.526h-.888c-.012.174-.05.32-.116.437a.616.616 0 0 1-.276.264c-.12.06-.274.089-.46.089a.888.888 0 0 1-.407-.086.72.72 0 0 1-.273-.261c-.07-.117-.12-.26-.154-.428a3.073 3.073 0 0 1-.05-.59v-.307c0-.23.017-.43.053-.6.037-.172.094-.314.169-.427a.722.722 0 0 1 .279-.252.86.86 0 0 1 .389-.083c.198 0 .356.031.475.095a.59.59 0 0 1 .27.276c.06.12.094.268.104.442h.89a1.829 1.829 0 0 0-.249-.784c-.136-.23-.33-.41-.579-.54-.247-.13-.551-.196-.911-.196-.271 0-.517.049-.737.146-.22.097-.408.235-.567.415-.156.18-.277.399-.362.656a2.763 2.763 0 0 0-.124.858v.3c0 .317.04.603.121.858.081.255.2.473.354.653.156.18.344.319.564.416.22.095.468.143.745.143.354 0 .657-.064.908-.19.254-.127.45-.303.591-.529a1.61 1.61 0 0 0 .24-.775Z", clipRule: "evenodd" })
7
+ ] });
8
+ var file_css_default = SvgFileCss;
9
+ export {
10
+ file_css_default as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgFileHtml = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 17, height: 16, fill: "none", viewBox: "0 0 17 16", ...props, children: [
4
+ /* @__PURE__ */ jsx("path", { fill: "#722ED1", d: "M9.076 8.58a.356.356 0 0 1 .646.299l-1.576 3.414a.356.356 0 0 1-.646-.298l1.576-3.414ZM10.198 9.135a.356.356 0 0 0 0 .503l.8.799-.8.8a.356.356 0 0 0 .503.502l1.05-1.05a.355.355 0 0 0 0-.503l-1.05-1.05a.356.356 0 0 0-.503 0ZM7.024 9.135a.356.356 0 0 1 0 .503l-.799.799.8.8a.356.356 0 1 1-.504.502l-1.05-1.05a.356.356 0 0 1 0-.503l1.05-1.05a.356.356 0 0 1 .503 0Z" }),
5
+ /* @__PURE__ */ jsx("path", { fill: "#EFDBFF", fillRule: "evenodd", d: "M8.955 2.125V5.5a.656.656 0 0 0 .656.656h3.375v7.719h-8.75V2.125h4.719Zm.121 6.456a.356.356 0 1 1 .646.298l-1.576 3.414a.356.356 0 1 1-.646-.298l1.576-3.414Zm1.122.554a.355.355 0 0 0 0 .503l.8.799-.8.8a.355.355 0 1 0 .503.502l1.05-1.05a.355.355 0 0 0 0-.503l-1.05-1.05a.356.356 0 0 0-.503 0Zm-3.174.503a.356.356 0 1 0-.503-.503l-1.05 1.05a.356.356 0 0 0 0 .503l1.05 1.05a.355.355 0 1 0 .503-.502l-.799-.799.8-.8Z", clipRule: "evenodd" }),
6
+ /* @__PURE__ */ jsx("path", { fill: "#722ED1", d: "m13.964 4.51-3.362-3.363A.499.499 0 0 0 10.249 1H3.61a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V4.864a.503.503 0 0 0-.147-.355Zm-3.947-2.357 2.941 2.94h-2.94v-2.94Zm2.97 11.722h-8.75V2.125h4.718V5.5a.656.656 0 0 0 .656.656h3.375v7.719Z" })
7
+ ] });
8
+ var file_html_default = SvgFileHtml;
9
+ export {
10
+ file_html_default as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgFileImage = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 17, height: 16, fill: "none", viewBox: "0 0 17 16", ...props, children: [
4
+ /* @__PURE__ */ jsx("path", { fill: "#E6F7FF", d: "M8.733 5.5V2.125h-4.72v11.75h8.75V6.156H9.39a.656.656 0 0 1-.656-.656Zm-2.094.781a.625.625 0 1 1 0 1.25.625.625 0 0 1 0-1.25Zm4.625 4.594H5.515a.125.125 0 0 1-.098-.202l1.56-1.987a.125.125 0 0 1 .196 0l.642.819 1.216-1.55a.126.126 0 0 1 .199 0l2.132 2.718a.125.125 0 0 1-.098.202Z" }),
5
+ /* @__PURE__ */ jsx("path", { fill: "#1890FF", d: "m13.742 4.51-3.363-3.363A.499.499 0 0 0 10.027 1H3.39a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V4.864a.503.503 0 0 0-.147-.355ZM9.795 2.152l2.94 2.94h-2.94v-2.94Zm2.969 11.722h-8.75V2.125h4.719V5.5a.656.656 0 0 0 .656.656h3.375v7.719Z" }),
6
+ /* @__PURE__ */ jsx("path", { fill: "#1890FF", d: "m9.031 7.955-1.215 1.55-.643-.82a.125.125 0 0 0-.196 0l-1.56 1.989a.124.124 0 0 0 .099.201h5.748c.105 0 .163-.12.099-.201L9.23 7.954a.127.127 0 0 0-.199 0ZM6.014 6.906a.625.625 0 1 0 1.25 0 .625.625 0 0 0-1.25 0Z" })
7
+ ] });
8
+ var file_image_default = SvgFileImage;
9
+ export {
10
+ file_image_default as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgFileJs = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 17, height: 16, fill: "none", viewBox: "0 0 17 16", ...props, children: [
4
+ /* @__PURE__ */ jsx("path", { fill: "#E6F7FF", fillRule: "evenodd", d: "M9.177 2.125V5.5a.656.656 0 0 0 .656.656h3.375v7.719h-8.75V2.125h4.72Zm1.806 8.7a.5.5 0 0 1 .03.183.412.412 0 0 1-.26.388.834.834 0 0 1-.333.057c-.111 0-.213-.011-.307-.034a.661.661 0 0 1-.24-.11.5.5 0 0 1-.153-.197.733.733 0 0 1-.055-.3H8.88c0 .214.044.399.133.555.088.156.206.285.354.386.15.1.315.176.497.226.183.049.368.073.555.073.209 0 .397-.023.565-.07a1.31 1.31 0 0 0 .435-.206.91.91 0 0 0 .375-.773c0-.157-.027-.296-.08-.42a.978.978 0 0 0-.24-.33 1.687 1.687 0 0 0-.396-.263 3.466 3.466 0 0 0-.544-.211 3.413 3.413 0 0 1-.326-.118 1.295 1.295 0 0 1-.237-.127.528.528 0 0 1-.146-.146.333.333 0 0 1-.047-.174c0-.086.023-.162.068-.23a.452.452 0 0 1 .203-.164.808.808 0 0 1 .339-.062c.14 0 .257.024.349.073a.476.476 0 0 1 .208.2c.047.084.07.18.07.292h.777c0-.226-.059-.426-.175-.602a1.171 1.171 0 0 0-.484-.414 1.665 1.665 0 0 0-.732-.15c-.205 0-.393.024-.565.075-.17.05-.318.122-.443.216a.989.989 0 0 0-.292.333.889.889 0 0 0-.104.43c0 .163.033.306.1.43.067.123.159.231.275.325.118.092.254.173.406.242.155.07.318.132.49.188.155.048.28.095.378.14a.967.967 0 0 1 .226.139c.054.045.09.095.11.15ZM7.595 8.209v2.628c0 .13-.021.24-.063.33a.456.456 0 0 1-.17.206.466.466 0 0 1-.257.07.608.608 0 0 1-.263-.051.36.36 0 0 1-.17-.175.791.791 0 0 1-.057-.33h-.783c0 .265.054.485.164.658.109.172.26.3.45.383.191.083.41.125.659.125.24 0 .455-.048.646-.146.193-.097.344-.236.456-.416.11-.183.166-.4.166-.654V8.208h-.778Z", clipRule: "evenodd" }),
5
+ /* @__PURE__ */ jsx("path", { fill: "#1890FF", d: "M11.014 11.008a.5.5 0 0 0-.031-.182.344.344 0 0 0-.11-.152.968.968 0 0 0-.226-.137 3.187 3.187 0 0 0-.378-.141 4.75 4.75 0 0 1-.49-.188 2.008 2.008 0 0 1-.406-.242 1.091 1.091 0 0 1-.276-.325.897.897 0 0 1-.099-.43c0-.158.035-.301.104-.43a.989.989 0 0 1 .292-.333c.125-.094.273-.166.443-.216.172-.05.36-.076.565-.076.28 0 .523.05.732.151.208.101.37.239.484.414.116.176.175.376.175.602h-.776a.585.585 0 0 0-.07-.292.476.476 0 0 0-.21-.2.743.743 0 0 0-.348-.073.807.807 0 0 0-.339.062.451.451 0 0 0-.203.164.404.404 0 0 0-.067.23c0 .064.015.122.046.174.033.052.082.1.146.146a1.3 1.3 0 0 0 .237.127c.094.04.203.08.326.118.206.062.388.132.544.21.158.079.29.166.396.264a.978.978 0 0 1 .24.33c.053.124.08.263.08.42a.988.988 0 0 1-.096.442.908.908 0 0 1-.279.331 1.31 1.31 0 0 1-.435.206 2.11 2.11 0 0 1-.565.07c-.187 0-.372-.024-.555-.073a1.686 1.686 0 0 1-.497-.226c-.148-.101-.266-.23-.354-.386a1.107 1.107 0 0 1-.133-.555h.784c0 .119.018.218.055.3a.5.5 0 0 0 .153.198.66.66 0 0 0 .24.11c.094.022.196.033.307.033.136 0 .247-.019.334-.057a.412.412 0 0 0 .26-.388ZM7.595 10.836V8.208h.778v2.628c0 .253-.055.471-.166.654-.112.18-.263.319-.456.416a1.402 1.402 0 0 1-.646.146c-.248 0-.468-.042-.659-.125a.991.991 0 0 1-.45-.383c-.11-.173-.164-.393-.164-.659h.783c0 .14.02.25.058.331a.36.36 0 0 0 .169.175c.073.034.16.052.263.052a.466.466 0 0 0 .258-.07.456.456 0 0 0 .17-.206c.04-.09.062-.2.062-.331Z" }),
6
+ /* @__PURE__ */ jsx("path", { fill: "#1890FF", d: "m14.186 4.51-3.362-3.363A.499.499 0 0 0 10.47 1H3.833a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V4.864a.503.503 0 0 0-.147-.355ZM10.24 2.152l2.94 2.94h-2.94v-2.94Zm2.968 11.722h-8.75V2.125h4.72V5.5a.656.656 0 0 0 .655.656h3.375v7.719Z" })
7
+ ] });
8
+ var file_js_default = SvgFileJs;
9
+ export {
10
+ file_js_default as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgFileUnknown = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 17, height: 16, fill: "none", viewBox: "0 0 17 16", ...props, children: [
4
+ /* @__PURE__ */ jsx("path", { fill: "#F0F0F0", d: "M9.288 5.5V2.125H4.57v11.75h8.75V6.156H9.944a.656.656 0 0 1-.656-.656Zm-.344 6.625a.5.5 0 1 1 0-.999.5.5 0 0 1 0 .999Zm1.72-3.569c.01.702-.465 1.32-1.162 1.546a.22.22 0 0 0-.151.207v.191c0 .086-.07.156-.157.156h-.5a.157.157 0 0 1-.156-.156V10a.648.648 0 0 1 .542-.627c.443-.057.77-.4.77-.795 0-.439-.402-.805-.906-.805-.503 0-.906.366-.906.807a.15.15 0 0 1-.153.147H7.38a.15.15 0 0 1-.153-.149c0-.897.783-1.62 1.742-1.61.926.013 1.683.721 1.695 1.588Z" }),
5
+ /* @__PURE__ */ jsx("path", { fill: "#8C8C8C", d: "m14.298 4.51-3.363-3.363A.503.503 0 0 0 10.58 1H3.944a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V4.864a.5.5 0 0 0-.146-.353ZM10.35 2.154l2.94 2.94h-2.94v-2.94Zm2.968 11.722H4.57V2.125h4.72V5.5a.656.656 0 0 0 .655.656h3.375v7.719Z" }),
6
+ /* @__PURE__ */ jsx("path", { fill: "#8C8C8C", d: "M8.444 11.625a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0ZM7.226 8.578a.15.15 0 0 0 .153.149h.506a.15.15 0 0 0 .153-.147c0-.441.403-.807.906-.807.504 0 .907.366.907.805 0 .395-.328.738-.77.795a.648.648 0 0 0-.543.627v.5c0 .086.07.156.156.156h.5c.086 0 .157-.07.157-.156v-.19a.22.22 0 0 1 .151-.208c.697-.225 1.172-.844 1.161-1.546-.012-.867-.769-1.575-1.695-1.587-.96-.011-1.742.712-1.742 1.61Z" })
7
+ ] });
8
+ var file_unknown_default = SvgFileUnknown;
9
+ export {
10
+ file_unknown_default as default
11
+ };
@@ -0,0 +1,10 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgFile = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...props, children: [
4
+ /* @__PURE__ */ jsx("rect", { width: 16, height: 16, fill: "#E6F7FF", rx: 2 }),
5
+ /* @__PURE__ */ jsx("path", { fill: "#3874F6", d: "M13.353 4.51c.094.095.147.221.147.354V14.5a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5v-13A.5.5 0 0 1 3 1h6.636c.133 0 .26.053.355.147l3.362 3.364Zm-1.006.584-2.94-2.94v2.94h2.94Z" })
6
+ ] });
7
+ var file_default = SvgFile;
8
+ export {
9
+ file_default as default
10
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgCss = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 12, height: 14, fill: "none", viewBox: "0 0 12 14", ...props, children: [
4
+ /* @__PURE__ */ jsx("path", { fill: "#FAAD14", d: "M11.409 3.51 8.046.146A.5.5 0 0 0 7.693 0H1.056a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V3.864a.503.503 0 0 0-.147-.355ZM7.462 1.152l2.94 2.94h-2.94v-2.94Zm2.969 11.722H1.68V1.125h4.718V4.5a.656.656 0 0 0 .657.656h3.375v7.719Z" }),
5
+ /* @__PURE__ */ jsx("path", { fill: "#FAAD14", d: "M6.927 9.651h.888a1.61 1.61 0 0 1-.24.775c-.141.226-.338.402-.592.528-.251.127-.554.19-.908.19a1.86 1.86 0 0 1-.745-.142 1.586 1.586 0 0 1-.564-.416 1.851 1.851 0 0 1-.354-.653 2.826 2.826 0 0 1-.121-.858v-.3c0-.316.041-.602.124-.858.085-.257.206-.476.362-.656.159-.18.348-.319.567-.415.22-.097.466-.146.737-.146.36 0 .664.065.911.196.25.13.443.31.58.54.138.23.22.491.249.784H6.93a1.146 1.146 0 0 0-.104-.442.59.59 0 0 0-.27-.276 1.012 1.012 0 0 0-.475-.095.86.86 0 0 0-.39.083.722.722 0 0 0-.278.252 1.245 1.245 0 0 0-.17.428c-.035.17-.053.37-.053.6v.305c0 .224.017.42.05.591.034.168.086.31.155.428a.719.719 0 0 0 .273.26.888.888 0 0 0 .407.087c.186 0 .34-.03.46-.09a.616.616 0 0 0 .276-.263c.065-.117.104-.263.116-.437Z" }),
6
+ /* @__PURE__ */ jsx("path", { fill: "#FFF1B8", fillRule: "evenodd", d: "M6.4 1.125V4.5a.656.656 0 0 0 .656.656h3.375v7.719H1.68V1.125h4.718Zm1.415 8.526h-.888c-.012.174-.05.32-.116.437a.616.616 0 0 1-.276.264c-.12.06-.274.089-.46.089a.888.888 0 0 1-.407-.086.72.72 0 0 1-.273-.261c-.07-.117-.12-.26-.154-.428a3.073 3.073 0 0 1-.05-.59v-.307c0-.23.017-.43.053-.6.037-.172.094-.314.169-.427a.722.722 0 0 1 .279-.252.86.86 0 0 1 .389-.083c.198 0 .356.031.475.095a.59.59 0 0 1 .27.276c.06.12.094.268.104.442h.89a1.829 1.829 0 0 0-.249-.784c-.136-.23-.33-.41-.579-.54-.247-.13-.551-.196-.911-.196-.271 0-.517.049-.737.146-.22.097-.408.235-.567.415-.156.18-.277.399-.362.656a2.763 2.763 0 0 0-.124.858v.3c0 .317.04.603.121.858.081.255.2.473.354.653.156.18.344.319.564.416.22.095.468.143.745.143.354 0 .657-.064.908-.19.254-.127.45-.303.591-.529a1.61 1.61 0 0 0 .24-.775Z", clipRule: "evenodd" })
7
+ ] });
8
+ var css_default = SvgCss;
9
+ export {
10
+ css_default as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgHtml = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 12, height: 14, fill: "none", viewBox: "0 0 12 14", ...props, children: [
4
+ /* @__PURE__ */ jsx("path", { fill: "#722ED1", d: "M6.076 7.58a.356.356 0 0 1 .646.299l-1.576 3.414a.356.356 0 0 1-.646-.298l1.576-3.414ZM7.198 8.135a.356.356 0 0 0 0 .503l.8.799-.8.8a.356.356 0 1 0 .503.502l1.05-1.05a.356.356 0 0 0 0-.503l-1.05-1.05a.356.356 0 0 0-.503 0ZM4.024 8.135a.356.356 0 0 1 0 .503l-.799.799.8.8a.356.356 0 1 1-.504.502l-1.05-1.05a.356.356 0 0 1 0-.503l1.05-1.05a.356.356 0 0 1 .503 0Z" }),
5
+ /* @__PURE__ */ jsx("path", { fill: "#EFDBFF", fillRule: "evenodd", d: "M5.955 1.125V4.5a.656.656 0 0 0 .656.656h3.375v7.719h-8.75V1.125h4.719Zm.121 6.456a.356.356 0 1 1 .646.298l-1.576 3.414a.356.356 0 1 1-.646-.298l1.576-3.414Zm1.122.554a.356.356 0 0 0 0 .503l.8.799-.8.8a.356.356 0 1 0 .503.502l1.05-1.05a.356.356 0 0 0 0-.503l-1.05-1.05a.356.356 0 0 0-.503 0Zm-3.174.503a.356.356 0 1 0-.503-.503l-1.05 1.05a.356.356 0 0 0 0 .503l1.05 1.05a.355.355 0 1 0 .503-.502l-.799-.799.8-.8Z", clipRule: "evenodd" }),
6
+ /* @__PURE__ */ jsx("path", { fill: "#722ED1", d: "M10.964 3.51 7.602.146A.5.5 0 0 0 7.249 0H.61a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V3.864a.503.503 0 0 0-.147-.355ZM7.017 1.152l2.941 2.94h-2.94v-2.94Zm2.97 11.722h-8.75V1.125h4.718V4.5a.656.656 0 0 0 .656.656h3.375v7.719Z" })
7
+ ] });
8
+ var html_default = SvgHtml;
9
+ export {
10
+ html_default as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgImage = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 12, height: 14, fill: "none", viewBox: "0 0 12 14", ...props, children: [
4
+ /* @__PURE__ */ jsx("path", { fill: "#E6F7FF", d: "M6.733 4.5V1.125h-4.72v11.75h8.75V5.156H7.39a.656.656 0 0 1-.656-.656Zm-2.094.781a.625.625 0 1 1 0 1.25.625.625 0 0 1 0-1.25Zm4.625 4.594H3.515a.125.125 0 0 1-.098-.202l1.56-1.987a.125.125 0 0 1 .196 0l.642.819 1.216-1.55a.126.126 0 0 1 .199 0l2.132 2.718a.125.125 0 0 1-.098.202Z" }),
5
+ /* @__PURE__ */ jsx("path", { fill: "#1890FF", d: "M11.742 3.51 8.38.146A.5.5 0 0 0 8.026 0H1.39a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V3.864a.503.503 0 0 0-.147-.355ZM7.795 1.152l2.94 2.94h-2.94v-2.94Zm2.969 11.722h-8.75V1.125h4.719V4.5a.656.656 0 0 0 .656.656h3.375v7.719Z" }),
6
+ /* @__PURE__ */ jsx("path", { fill: "#1890FF", d: "m7.031 6.955-1.215 1.55-.643-.82a.125.125 0 0 0-.196 0l-1.56 1.988a.125.125 0 0 0 .099.202h5.748c.105 0 .163-.12.098-.202L7.23 6.955a.127.127 0 0 0-.199 0ZM4.014 5.906a.625.625 0 1 0 1.25 0 .625.625 0 0 0-1.25 0Z" })
7
+ ] });
8
+ var image_default = SvgImage;
9
+ export {
10
+ image_default as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgJs = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 12, height: 14, fill: "none", viewBox: "0 0 12 14", ...props, children: [
4
+ /* @__PURE__ */ jsx("path", { fill: "#E6F7FF", fillRule: "evenodd", d: "M6.177 1.125V4.5a.656.656 0 0 0 .656.656h3.375v7.719h-8.75V1.125h4.72Zm1.806 8.7c.02.054.03.115.03.183a.411.411 0 0 1-.26.388.833.833 0 0 1-.333.057c-.111 0-.213-.011-.307-.034a.661.661 0 0 1-.24-.11.5.5 0 0 1-.153-.197.733.733 0 0 1-.055-.3H5.88c0 .214.044.399.133.555.088.156.206.285.354.386.15.1.315.176.497.226.183.049.368.073.555.073.208 0 .397-.023.565-.07.169-.047.314-.116.435-.206.122-.09.215-.2.279-.33a.987.987 0 0 0 .096-.443c0-.157-.027-.296-.08-.42a.978.978 0 0 0-.24-.33 1.687 1.687 0 0 0-.396-.263 3.463 3.463 0 0 0-.544-.211 3.423 3.423 0 0 1-.326-.118 1.298 1.298 0 0 1-.237-.127.528.528 0 0 1-.146-.146.333.333 0 0 1-.047-.174c0-.086.023-.162.068-.23a.451.451 0 0 1 .203-.164.808.808 0 0 1 .339-.062c.14 0 .257.024.349.073a.476.476 0 0 1 .208.2c.047.084.07.18.07.292h.777c0-.226-.059-.426-.175-.602a1.172 1.172 0 0 0-.484-.414 1.664 1.664 0 0 0-.732-.15c-.205 0-.393.024-.565.075-.17.05-.318.122-.443.216a.989.989 0 0 0-.292.333.889.889 0 0 0-.104.43c0 .163.033.306.1.43.067.123.159.231.275.325.118.092.254.173.406.242.155.07.318.132.49.188.155.048.28.095.378.14a.97.97 0 0 1 .226.138c.054.046.09.096.11.152ZM4.595 7.209v2.628c0 .13-.021.24-.063.33a.456.456 0 0 1-.17.206.466.466 0 0 1-.257.07.608.608 0 0 1-.263-.051.36.36 0 0 1-.17-.175.791.791 0 0 1-.057-.33h-.783c0 .265.054.485.164.658.109.172.26.3.45.383.191.083.41.125.659.125.24 0 .455-.048.646-.146.193-.097.344-.236.456-.416.11-.183.166-.4.166-.654V7.208h-.778Z", clipRule: "evenodd" }),
5
+ /* @__PURE__ */ jsx("path", { fill: "#1890FF", d: "M8.014 10.008a.502.502 0 0 0-.031-.182.344.344 0 0 0-.11-.152.97.97 0 0 0-.226-.138 3.201 3.201 0 0 0-.378-.14 4.777 4.777 0 0 1-.49-.188 2.012 2.012 0 0 1-.406-.242 1.091 1.091 0 0 1-.276-.325.897.897 0 0 1-.099-.43c0-.158.035-.301.104-.43a.989.989 0 0 1 .292-.333c.125-.094.273-.166.443-.216.172-.05.36-.076.565-.076.28 0 .523.05.732.151.208.101.37.239.484.414.116.176.175.376.175.602h-.776a.585.585 0 0 0-.07-.292.476.476 0 0 0-.21-.2.743.743 0 0 0-.348-.073.808.808 0 0 0-.339.062.451.451 0 0 0-.203.164.404.404 0 0 0-.067.23c0 .064.015.122.046.174.033.052.082.1.146.146.064.045.143.088.237.127.094.04.202.08.326.118.206.062.388.132.544.21.158.079.29.166.396.264a.978.978 0 0 1 .24.33c.053.124.08.263.08.42a.987.987 0 0 1-.096.442.909.909 0 0 1-.279.331c-.121.09-.266.159-.435.206a2.11 2.11 0 0 1-.565.07c-.187 0-.372-.024-.555-.073a1.686 1.686 0 0 1-.497-.226c-.148-.101-.266-.23-.354-.386a1.107 1.107 0 0 1-.133-.555h.784c0 .119.018.218.055.3a.5.5 0 0 0 .153.198c.068.05.148.087.24.11.094.022.196.033.307.033.136 0 .247-.019.333-.057a.411.411 0 0 0 .26-.388ZM4.595 9.836V7.208h.778v2.628c0 .253-.055.471-.166.654-.112.18-.263.319-.456.416a1.402 1.402 0 0 1-.646.146c-.248 0-.468-.042-.659-.125a.991.991 0 0 1-.45-.383c-.11-.173-.164-.393-.164-.659h.783c0 .14.02.25.058.331a.36.36 0 0 0 .169.175c.073.034.16.052.263.052a.466.466 0 0 0 .258-.07.456.456 0 0 0 .17-.206c.04-.09.062-.2.062-.331Z" }),
6
+ /* @__PURE__ */ jsx("path", { fill: "#1890FF", d: "M11.186 3.51 7.824.146A.5.5 0 0 0 7.47 0H.833a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V3.864a.503.503 0 0 0-.147-.355ZM7.24 1.152l2.94 2.94H7.24v-2.94Zm2.968 11.722h-8.75V1.125h4.72V4.5a.656.656 0 0 0 .655.656h3.375v7.719Z" })
7
+ ] });
8
+ var js_default = SvgJs;
9
+ export {
10
+ js_default as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgUnkownFile = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 12, height: 14, fill: "none", viewBox: "0 0 12 14", ...props, children: [
4
+ /* @__PURE__ */ jsx("path", { fill: "#F0F0F0", d: "M6.288 4.5V1.125H1.57v11.75h8.75V5.156H6.944a.656.656 0 0 1-.656-.656Zm-.344 6.625a.5.5 0 1 1 0-.999.5.5 0 0 1 0 .999Zm1.72-3.569c.01.702-.465 1.32-1.162 1.546a.22.22 0 0 0-.151.207V9.5c0 .086-.07.156-.157.156h-.5a.157.157 0 0 1-.156-.156V9a.648.648 0 0 1 .542-.627c.443-.057.77-.4.77-.795 0-.439-.402-.805-.906-.805-.503 0-.906.366-.906.807a.15.15 0 0 1-.153.147H4.38a.15.15 0 0 1-.153-.149c0-.897.783-1.62 1.742-1.61.926.013 1.683.721 1.695 1.588Z" }),
5
+ /* @__PURE__ */ jsx("path", { fill: "#8C8C8C", d: "M11.298 3.51 7.935.148A.503.503 0 0 0 7.58 0H.944a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V3.864a.5.5 0 0 0-.146-.353ZM7.35 1.154l2.94 2.94h-2.94v-2.94Zm2.968 11.722H1.57V1.125h4.72V4.5a.656.656 0 0 0 .655.656h3.375v7.719Z" }),
6
+ /* @__PURE__ */ jsx("path", { fill: "#8C8C8C", d: "M5.444 10.625a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0ZM4.226 7.578a.15.15 0 0 0 .153.149h.506a.15.15 0 0 0 .153-.147c0-.44.403-.807.906-.807.504 0 .907.366.907.805 0 .395-.328.738-.77.795A.648.648 0 0 0 5.537 9v.5c0 .086.07.156.156.156h.5c.086 0 .157-.07.157-.156v-.19a.22.22 0 0 1 .151-.208c.697-.225 1.172-.844 1.161-1.546-.012-.867-.769-1.575-1.695-1.587-.96-.011-1.742.712-1.742 1.61Z" })
7
+ ] });
8
+ var unkown_file_default = SvgUnkownFile;
9
+ export {
10
+ unkown_file_default as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgInput = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 10, height: 12, fill: "none", viewBox: "0 0 10 12", ...props, children: [
4
+ /* @__PURE__ */ jsx("path", { fill: "#FAAD14", fillRule: "evenodd", d: "M3.151 7.98h-1.85a.925.925 0 0 1-.924-.925V1.508c0-.511.414-.925.925-.925h7.396c.511 0 .925.414.925.925v5.547c0 .51-.414.924-.925.924H6.85V6.13a1.85 1.85 0 0 0-3.698 0v1.85Z", clipRule: "evenodd" }),
5
+ /* @__PURE__ */ jsx("path", { fill: "#FAAD14", d: "M4.076 9.829a.925.925 0 0 0 1.849 0V6.13a.925.925 0 0 0-1.85 0V9.83Z" }),
6
+ /* @__PURE__ */ jsx("path", { fill: "#FAAD14", d: "M5 11.416 7.402 8.92H2.598L5 11.416Z" })
7
+ ] });
8
+ var input_default = SvgInput;
9
+ export {
10
+ input_default as default
11
+ };
@@ -0,0 +1,12 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgOutput = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...props, children: [
4
+ /* @__PURE__ */ jsx("rect", { width: 16, height: 16, fill: "#F6FFED", rx: 2 }),
5
+ /* @__PURE__ */ jsx("path", { fill: "#52C41A", fillRule: "evenodd", d: "M4.302 6.02a.925.925 0 0 0-.925.925v5.547c0 .51.414.925.925.925h7.396c.511 0 .925-.414.925-.925V6.945a.925.925 0 0 0-.925-.925H4.302Zm5.547 0H6.151v1.85a1.85 1.85 0 0 0 3.698 0V6.02Z", clipRule: "evenodd" }),
6
+ /* @__PURE__ */ jsx("path", { fill: "#52C41A", d: "M7.076 4.171a.925.925 0 0 1 1.849 0V7.87a.925.925 0 0 1-1.85 0V4.171Z" }),
7
+ /* @__PURE__ */ jsx("path", { fill: "#52C41A", d: "m8 2.583 2.402 2.497H5.598L8 2.583Z" })
8
+ ] });
9
+ var output_default = SvgOutput;
10
+ export {
11
+ output_default as default
12
+ };
@@ -0,0 +1,7 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgStep = (props) => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 14, height: 14, fill: "none", viewBox: "0 0 14 14", ...props, children: /* @__PURE__ */ jsx("path", { fill: "#2994FF", d: "M7 10.736 1.7 6.589a.125.125 0 0 0-.201.098v1.208c0 .077.036.15.095.197l5.097 3.989a.5.5 0 0 0 .617 0l5.095-3.99a.248.248 0 0 0 .096-.196V6.687a.125.125 0 0 0-.202-.098L7 10.736Zm0-4.75L1.7 1.839a.125.125 0 0 0-.201.098v1.208c0 .077.036.15.095.197L6.692 7.33a.5.5 0 0 0 .617 0l5.095-3.99a.248.248 0 0 0 .096-.196V1.937a.125.125 0 0 0-.202-.098L7 5.986Z" }) });
4
+ var step_default = SvgStep;
5
+ export {
6
+ step_default as default
7
+ };
@@ -0,0 +1,10 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgBundleSizeActive = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 12, height: 14, fill: "none", viewBox: "0 0 12 14", ...props, children: [
4
+ /* @__PURE__ */ jsx("path", { fill: "#0079FF", fillRule: "evenodd", d: "M6.329.788A1 1 0 0 0 5.35.8L.466 3.62l5.36 2.83 5.327-3.044L6.329.787Zm-.993 12.777V7.322L.063 4.54v5.404a1 1 0 0 0 .5.866l4.773 2.756Z", clipRule: "evenodd" }),
5
+ /* @__PURE__ */ jsx("path", { fill: "#0079FF", fillOpacity: 0.5, fillRule: "evenodd", d: "M5.354.8H5.35L.546 3.576a1.01 1.01 0 0 1 .017-.01L5.336.81 5.354.8Zm-.018 12.765V7.322L.063 4.54l5.273 2.783v6.243Zm1-6.254 5.265-3.009c.006.043.009.086.009.13v5.511a1 1 0 0 1-.5.866l-4.774 2.756V7.311Z", clipRule: "evenodd" })
6
+ ] });
7
+ var bundle_size_active_default = SvgBundleSizeActive;
8
+ export {
9
+ bundle_size_active_default as default
10
+ };
@@ -0,0 +1,10 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgBundleSizeInactive = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 12, height: 14, fill: "none", viewBox: "0 0 12 14", ...props, children: [
4
+ /* @__PURE__ */ jsx("path", { fill: "#5E6673", fillRule: "evenodd", d: "M6.44.672a1 1 0 0 0-.977.013L.578 3.505l5.36 2.83 5.327-3.044L6.44.67Zm-.992 12.777V7.206L.175 4.423v5.404a1 1 0 0 0 .5.866l4.773 2.756Z", clipRule: "evenodd" }),
5
+ /* @__PURE__ */ jsx("path", { fill: "#5E6673", fillOpacity: 0.5, fillRule: "evenodd", d: "m5.465.683-.002.002L.658 3.459l.017-.01L5.448.693a1 1 0 0 1 .017-.01ZM5.448 13.45V7.206L.175 4.423l5.273 2.783v6.243Zm1-6.254 5.265-3.009c.006.043.009.086.009.13v5.511a1 1 0 0 1-.5.866L6.448 13.45V7.195Z", clipRule: "evenodd" })
6
+ ] });
7
+ var bundle_size_inactive_default = SvgBundleSizeInactive;
8
+ export {
9
+ bundle_size_inactive_default as default
10
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgCompileAnalysisActive = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 13, height: 12, fill: "none", viewBox: "0 0 13 12", ...props, children: [
4
+ /* @__PURE__ */ jsx("rect", { width: 12, height: 9.333, x: 0.396, y: 0.167, fill: "#0079FF", rx: 1 }),
5
+ /* @__PURE__ */ jsx("path", { stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round", d: "M4.023 6.212 2.676 5.014l1.347-1.199M8.752 6.212l1.347-1.198-1.347-1.199M5.742 7.014l1.362-4" }),
6
+ /* @__PURE__ */ jsx("rect", { width: 6, height: 1.333, x: 3.396, y: 10.5, fill: "#0079FF", fillOpacity: 0.5, rx: 0.667 })
7
+ ] });
8
+ var compile_analysis_active_default = SvgCompileAnalysisActive;
9
+ export {
10
+ compile_analysis_active_default as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgCompileAnalysisInactive = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 13, height: 12, fill: "none", viewBox: "0 0 13 12", ...props, children: [
4
+ /* @__PURE__ */ jsx("rect", { width: 12, height: 9.333, x: 0.615, y: 0.167, fill: "#5E6673", rx: 1 }),
5
+ /* @__PURE__ */ jsx("path", { stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round", d: "M4.241 6.212 2.895 5.014 4.24 3.815M8.97 6.212l1.347-1.198-1.346-1.199M5.96 7.014l1.363-4" }),
6
+ /* @__PURE__ */ jsx("rect", { width: 6, height: 1.333, x: 3.615, y: 10.5, fill: "#5E6673", fillOpacity: 0.5, rx: 0.667 })
7
+ ] });
8
+ var compile_analysis_inactive_default = SvgCompileAnalysisInactive;
9
+ export {
10
+ compile_analysis_inactive_default as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgOverallActive = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 13, height: 12, fill: "none", viewBox: "0 0 13 12", ...props, children: [
4
+ /* @__PURE__ */ jsx("rect", { width: 12, height: 9.333, x: 0.396, y: 0.167, fill: "#0079FF", rx: 1 }),
5
+ /* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M3.563 3.5c.276 0 .5.214.5.478v3.044a.49.49 0 0 1-.5.478.49.49 0 0 1-.5-.478V3.978a.49.49 0 0 1 .5-.478ZM6.396 1.833c.276 0 .5.214.5.479v4.71a.49.49 0 0 1-.5.478.49.49 0 0 1-.5-.478v-4.71a.49.49 0 0 1 .5-.479ZM9.23 4.833c.275 0 .5.214.5.479v1.71a.49.49 0 0 1-.5.478.49.49 0 0 1-.5-.478v-1.71a.49.49 0 0 1 .5-.479Z", clipRule: "evenodd" }),
6
+ /* @__PURE__ */ jsx("rect", { width: 6, height: 1.333, x: 3.396, y: 10.5, fill: "#0079FF", fillOpacity: 0.5, rx: 0.667 })
7
+ ] });
8
+ var overall_active_default = SvgOverallActive;
9
+ export {
10
+ overall_active_default as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgOverallInactive = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 13, height: 12, fill: "none", viewBox: "0 0 13 12", ...props, children: [
4
+ /* @__PURE__ */ jsx("rect", { width: 12, height: 9.333, x: 0.615, y: 0.167, fill: "#5E6673", rx: 1 }),
5
+ /* @__PURE__ */ jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M3.781 3.5c.277 0 .5.214.5.478v3.044a.49.49 0 0 1-.5.478.49.49 0 0 1-.5-.478V3.978a.49.49 0 0 1 .5-.478ZM6.615 1.833c.276 0 .5.214.5.479v4.71a.49.49 0 0 1-.5.478.49.49 0 0 1-.5-.478v-4.71a.49.49 0 0 1 .5-.479ZM9.448 4.833c.276 0 .5.214.5.479v1.71a.49.49 0 0 1-.5.478.49.49 0 0 1-.5-.478v-1.71a.49.49 0 0 1 .5-.479Z", clipRule: "evenodd" }),
6
+ /* @__PURE__ */ jsx("rect", { width: 6, height: 1.333, x: 3.615, y: 10.5, fill: "#5E6673", fillOpacity: 0.5, rx: 0.667 })
7
+ ] });
8
+ var overall_inactive_default = SvgOverallInactive;
9
+ export {
10
+ overall_inactive_default as default
11
+ };
@@ -0,0 +1,12 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgOutput = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...props, children: [
4
+ /* @__PURE__ */ jsx("rect", { width: 16, height: 16, fill: "#F6FFED", rx: 2 }),
5
+ /* @__PURE__ */ jsx("path", { fill: "#52C41A", fillRule: "evenodd", d: "M4.586 6.172a.853.853 0 0 0-.853.854v5.12c0 .472.382.854.853.854h6.828a.853.853 0 0 0 .853-.854v-5.12a.853.853 0 0 0-.853-.854H9.707V7.88a1.707 1.707 0 1 1-3.414 0V6.172H4.586Z", clipRule: "evenodd" }),
6
+ /* @__PURE__ */ jsx("path", { fill: "#52C41A", d: "M7.147 4.466a.853.853 0 1 1 1.707 0v3.413a.853.853 0 0 1-1.707 0V4.467Z" }),
7
+ /* @__PURE__ */ jsx("path", { fill: "#52C41A", d: "m8 3 2.217 2.304H5.783L8 3Z" })
8
+ ] });
9
+ var output_default = SvgOutput;
10
+ export {
11
+ output_default as default
12
+ };
@@ -0,0 +1,12 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgSourceSize = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...props, children: [
4
+ /* @__PURE__ */ jsx("rect", { width: 16, height: 16, fill: "#FFF7E6", rx: 2 }),
5
+ /* @__PURE__ */ jsx("path", { fill: "#F2793D", d: "M3 7V5c0-1.105 2.239-2 5-2s5 .895 5 2v2c0 1.105-2.239 2-5 2s-5-.895-5-2Z" }),
6
+ /* @__PURE__ */ jsx("path", { fill: "#F2793D", d: "M8 10c2.761 0 5-.895 5-2v1c0 1.105-2.239 2-5 2s-5-.895-5-2V8c0 1.105 2.239 2 5 2Z" }),
7
+ /* @__PURE__ */ jsx("path", { fill: "#F2793D", d: "M8 12c2.761 0 5-.895 5-2v1c0 1.105-2.239 2-5 2s-5-.895-5-2v-1c0 1.105 2.239 2 5 2Z" })
8
+ ] });
9
+ var source_size_default = SvgSourceSize;
10
+ export {
11
+ source_size_default as default
12
+ };
@@ -0,0 +1,10 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgSource = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...props, children: [
4
+ /* @__PURE__ */ jsx("rect", { width: 16, height: 16, fill: "#FFF2E8", rx: 2 }),
5
+ /* @__PURE__ */ jsx("path", { fill: "#FA541C", d: "M13.21 4.026a.5.5 0 0 0-.5-.5H3.29a.5.5 0 0 0-.5.5v1.316a.5.5 0 0 0 .5.5h9.42a.5.5 0 0 0 .5-.5V4.026ZM13.21 7.342a.5.5 0 0 0-.5-.5H3.29a.5.5 0 0 0-.5.5v1.316a.5.5 0 0 0 .5.5h9.42a.5.5 0 0 0 .5-.5V7.342ZM13.21 10.658a.5.5 0 0 0-.5-.5H3.29a.5.5 0 0 0-.5.5v1.316a.5.5 0 0 0 .5.5h9.42a.5.5 0 0 0 .5-.5v-1.316Z" })
6
+ ] });
7
+ var source_default = SvgSource;
8
+ export {
9
+ source_default as default
10
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgTotalSize = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...props, children: [
4
+ /* @__PURE__ */ jsx("rect", { width: 16, height: 16, fill: "#FFF7E6", rx: 2 }),
5
+ /* @__PURE__ */ jsx("g", { clipPath: "url(#total-size_svg__a)", children: /* @__PURE__ */ jsx("path", { fill: "#F2793D", d: "m2.5 5.77 5.026 2.534V13.5L2.5 11.011v-5.24Zm11-.016v5.23l-1.775.881-1.508.747-1.685.854V8.254l4.968-2.5ZM8 2.5l4.902 2.472L7.999 7.45 3.04 4.961 7.998 2.5Z" }) }),
6
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "total-size_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M2 2h12v12H2z" }) }) })
7
+ ] });
8
+ var total_size_default = SvgTotalSize;
9
+ export {
10
+ total_size_default as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ const SvgVersion = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...props, children: [
4
+ /* @__PURE__ */ jsx("rect", { width: 16, height: 16, fill: "#E6F7FF", rx: 2 }),
5
+ /* @__PURE__ */ jsx("g", { clipPath: "url(#version_svg__a)", children: /* @__PURE__ */ jsx("path", { fill: "#3874F6", d: "M13.438 9.875a.563.563 0 0 0-.216.043h-.002l-.002.002L8 12.079l-5.217-2.16H2.78l-.002-.001a.562.562 0 0 0-.43 1.039l5.432 2.248.002.001.003.001a.559.559 0 0 0 .43 0h.003l.002-.002 5.433-2.248a.563.563 0 0 0-.216-1.082ZM2.348 6.082 7.78 8.33l.003.001.002.001a.556.556 0 0 0 .43 0h.003l.002-.002 5.433-2.248a.563.563 0 0 0 0-1.04L8.22 2.796l-.002-.001-.003-.001a.56.56 0 0 0-.43 0h-.003l-.002.002-5.433 2.248a.563.563 0 0 0 0 1.039Zm11.09 1.355a.563.563 0 0 0-.216.043l-.002.001-.002.001L8 9.642l-5.217-2.16H2.78l-.002-.002a.563.563 0 0 0-.43 1.04l5.432 2.248h.002l.003.002a.559.559 0 0 0 .43 0l.003-.001.002-.001 5.433-2.248a.563.563 0 0 0-.216-1.083Z" }) }),
6
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "version_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M2 2h12v12H2z" }) }) })
7
+ ] });
8
+ var version_default = SvgVersion;
9
+ export {
10
+ version_default as default
11
+ };
@@ -0,0 +1,2 @@
1
+ import { LinkAlertProps } from './types';
2
+ export declare const ECMAVersionCheck: React.FC<LinkAlertProps>;
@@ -0,0 +1,69 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import { Button, Typography } from "antd";
3
+ import Icon from "@ant-design/icons";
4
+ import SourceSvg from "../../common/svg/source.js";
5
+ import OutputSvg from "../../common/svg/output.js";
6
+ import ErrorSvg from "../../common/svg/error.js";
7
+ import { useRuleIndexNavigate } from "../../utils";
8
+ import styles from "./ecma-version-check.module";
9
+ const { Text } = Typography;
10
+ const ECMAVersionCheck = ({ data }) => {
11
+ return data.map((d) => {
12
+ const { code, link, error } = d;
13
+ const { source, output } = error || {};
14
+ const sourceMessage = source?.path ? `${source?.path}:${source?.line}:${source?.column}` : null;
15
+ const outputMessage = output?.path ? `${output?.path}:${output?.line}:${output?.column}` : `There's no source map for this error. Possible reasons are as follows:
16
+ 1. It might come from a third-party library without source map.
17
+ 2. If this is your business source code, source map should be enabled in your build config.
18
+ `;
19
+ const navigate = useRuleIndexNavigate(code, link);
20
+ return /* @__PURE__ */ jsxs("div", { className: styles.container, children: [
21
+ /* @__PURE__ */ jsxs("div", { children: [
22
+ /* @__PURE__ */ jsx("div", { className: styles.title, children: "Source" }),
23
+ /* @__PURE__ */ jsxs("div", { className: styles.box, children: [
24
+ /* @__PURE__ */ jsx(Icon, { component: SourceSvg }),
25
+ /* @__PURE__ */ jsx(
26
+ Text,
27
+ {
28
+ ellipsis: { tooltip: sourceMessage },
29
+ className: styles.content,
30
+ children: sourceMessage
31
+ }
32
+ )
33
+ ] })
34
+ ] }),
35
+ /* @__PURE__ */ jsxs("div", { children: [
36
+ /* @__PURE__ */ jsx("div", { className: styles.title, children: "Output" }),
37
+ /* @__PURE__ */ jsxs("div", { className: styles.box, children: [
38
+ /* @__PURE__ */ jsx(Icon, { component: OutputSvg }),
39
+ /* @__PURE__ */ jsx(
40
+ Text,
41
+ {
42
+ ellipsis: { tooltip: outputMessage },
43
+ className: styles.content,
44
+ children: outputMessage
45
+ }
46
+ )
47
+ ] })
48
+ ] }),
49
+ /* @__PURE__ */ jsxs("div", { children: [
50
+ /* @__PURE__ */ jsx("div", { className: styles.title, children: "Error" }),
51
+ /* @__PURE__ */ jsxs("div", { className: styles.box, children: [
52
+ /* @__PURE__ */ jsx(Icon, { component: ErrorSvg }),
53
+ /* @__PURE__ */ jsx(
54
+ Text,
55
+ {
56
+ ellipsis: { tooltip: d.description },
57
+ className: styles.content,
58
+ children: d.description
59
+ }
60
+ )
61
+ ] })
62
+ ] }),
63
+ /* @__PURE__ */ jsx(Button, { onClick: navigate, type: "link", children: "more" })
64
+ ] });
65
+ });
66
+ };
67
+ export {
68
+ ECMAVersionCheck
69
+ };
@@ -0,0 +1,5 @@
1
+ import "./ecma-version-check_module.css";
2
+ var ecma_version_check_module_default = { "container": "container_e4dfa", "box": "box_e4dfa", "title": "title_e4dfa", "content": "content_e4dfa" };
3
+ export {
4
+ ecma_version_check_module_default as default
5
+ };
@@ -0,0 +1,23 @@
1
+ .container_e4dfa {
2
+ display: flex;
3
+ justify-content: space-between;
4
+ align-items: center;
5
+ padding: 10px 20px;
6
+ }
7
+ .container_e4dfa .box_e4dfa {
8
+ width: 290px;
9
+ display: flex;
10
+ }
11
+ .container_e4dfa .title_e4dfa {
12
+ font-size: 12px;
13
+ font-weight: 400;
14
+ line-height: 16px;
15
+ margin-bottom: 5px;
16
+ color: rgba(0, 0, 0, 0.4509803922);
17
+ }
18
+ .container_e4dfa .content_e4dfa {
19
+ font-size: 14px;
20
+ font-weight: 400;
21
+ line-height: 16px;
22
+ margin-left: 5px;
23
+ }
@@ -1,11 +1,10 @@
1
- import React from 'react';
2
1
  import { Rule, SDK } from '@rsdoctor/types';
3
2
  import { PackageRelationAlertProps } from './types';
4
3
  export declare const PackageRelationReasons: React.FC<{
5
4
  data: SDK.ServerAPI.InferResponseType<SDK.ServerAPI.API.GetPackageRelationAlertDetails>;
6
5
  cwd: string;
7
6
  }>;
8
- export declare const PackageRelationReasonsWithServer: React.FC<Omit<{
7
+ export declare const PackageRelationReasonsWithServer: import("react").FC<Omit<{
9
8
  data: SDK.ServerAPI.InferResponseType<SDK.ServerAPI.API.GetPackageRelationAlertDetails>;
10
9
  cwd: string;
11
10
  }, "data"> & Partial<{