@glodon-aiot/agent-cli-ui 3.3.0-beta.18 → 3.3.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 (496) hide show
  1. package/dist/es/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.mjs +9 -0
  2. package/dist/es/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.mjs +8 -0
  3. package/dist/es/node_modules/@babel/runtime/helpers/esm/defineProperty.mjs +12 -0
  4. package/dist/es/node_modules/@babel/runtime/helpers/esm/extends.mjs +13 -0
  5. package/dist/es/node_modules/@babel/runtime/helpers/esm/iterableToArray.mjs +7 -0
  6. package/dist/es/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.mjs +15 -0
  7. package/dist/es/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.mjs +15 -0
  8. package/dist/es/node_modules/@babel/runtime/helpers/esm/toConsumableArray.mjs +10 -0
  9. package/dist/es/node_modules/@babel/runtime/helpers/esm/toPrimitive.mjs +16 -0
  10. package/dist/es/node_modules/@babel/runtime/helpers/esm/toPropertyKey.mjs +9 -0
  11. package/dist/es/node_modules/@babel/runtime/helpers/esm/typeof.mjs +11 -0
  12. package/dist/es/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.mjs +12 -0
  13. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/@react-spring/animated/dist/react-spring-animated.esm.mjs +72 -70
  14. package/dist/es/node_modules/@react-spring/core/dist/react-spring-core.esm.mjs +1087 -0
  15. package/dist/es/node_modules/@react-spring/rafz/dist/react-spring-rafz.esm.mjs +104 -0
  16. package/dist/es/node_modules/@react-spring/shared/dist/react-spring-shared.esm.mjs +568 -0
  17. package/dist/es/node_modules/@react-spring/web/dist/react-spring-web.esm.mjs +158 -0
  18. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/@use-gesture/core/dist/actions-fe213e88.esm.mjs +339 -339
  19. package/dist/es/node_modules/@use-gesture/core/dist/maths-0ab39ae9.esm.mjs +35 -0
  20. package/dist/es/node_modules/@use-gesture/core/dist/use-gesture-core.esm.mjs +226 -0
  21. package/dist/es/node_modules/@use-gesture/react/dist/use-gesture-react.esm.mjs +33 -0
  22. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/antd-mobile/es/components/config-provider/config-provider.mjs +2 -2
  23. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/antd-mobile/es/components/image-viewer/image-viewer.mjs +30 -30
  24. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/index.mjs +13 -0
  25. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/methods.mjs +34 -0
  26. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/slide.mjs +178 -0
  27. package/dist/es/node_modules/antd-mobile/es/components/image-viewer/slides.mjs +83 -0
  28. package/dist/es/node_modules/antd-mobile/es/components/mask/index.mjs +4 -0
  29. package/dist/es/node_modules/antd-mobile/es/components/mask/mask.mjs +84 -0
  30. package/dist/es/node_modules/antd-mobile/es/components/safe-area/index.mjs +4 -0
  31. package/dist/es/node_modules/antd-mobile/es/components/safe-area/safe-area.mjs +9 -0
  32. package/dist/es/node_modules/antd-mobile/es/global/index.mjs +3 -0
  33. package/dist/es/node_modules/antd-mobile/es/utils/attach-properties-to-component.mjs +9 -0
  34. package/dist/es/node_modules/antd-mobile/es/utils/bound.mjs +7 -0
  35. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/antd-mobile/es/utils/convert-px.mjs +4 -5
  36. package/dist/es/node_modules/antd-mobile/es/utils/get-container.mjs +6 -0
  37. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/antd-mobile/es/utils/get-scroll-parent.mjs +8 -8
  38. package/dist/es/node_modules/antd-mobile/es/utils/matrix.mjs +11 -0
  39. package/dist/es/node_modules/antd-mobile/es/utils/native-props.mjs +12 -0
  40. package/dist/es/node_modules/antd-mobile/es/utils/render-imperatively.mjs +47 -0
  41. package/dist/es/node_modules/antd-mobile/es/utils/render-to-body.mjs +12 -0
  42. package/dist/es/node_modules/antd-mobile/es/utils/render-to-container.mjs +13 -0
  43. package/dist/es/node_modules/antd-mobile/es/utils/render.mjs +52 -0
  44. package/dist/es/node_modules/antd-mobile/es/utils/rubberband.mjs +11 -0
  45. package/dist/es/node_modules/antd-mobile/es/utils/should-render.mjs +10 -0
  46. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/antd-mobile/es/utils/supports-passive.mjs +5 -5
  47. package/dist/es/node_modules/antd-mobile/es/utils/use-drag-and-pinch.mjs +6 -0
  48. package/dist/es/node_modules/antd-mobile/es/utils/use-initialized.mjs +8 -0
  49. package/dist/es/node_modules/antd-mobile/es/utils/use-lock-scroll.mjs +54 -0
  50. package/dist/es/node_modules/antd-mobile/es/utils/use-touch.mjs +32 -0
  51. package/dist/es/node_modules/antd-mobile/es/utils/with-default-props.mjs +11 -0
  52. package/dist/es/node_modules/antd-mobile/es/utils/with-stop-propagation.mjs +19 -0
  53. package/dist/es/node_modules/hast-util-parse-selector/index.mjs +14 -0
  54. package/dist/es/node_modules/is-alphabetical/index.mjs +8 -0
  55. package/dist/es/node_modules/is-alphanumerical/index.mjs +9 -0
  56. package/dist/es/node_modules/is-decimal/index.mjs +8 -0
  57. package/dist/es/node_modules/is-hexadecimal/index.mjs +8 -0
  58. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/parse-entities/decode-entity.browser.mjs +3 -3
  59. package/dist/es/node_modules/parse-entities/index.mjs +83 -0
  60. package/dist/es/node_modules/parse-entities/node_modules/character-entities-legacy/index.json.mjs +217 -0
  61. package/dist/es/node_modules/property-information/find.mjs +25 -0
  62. package/dist/es/node_modules/property-information/html.mjs +10 -0
  63. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/property-information/lib/aria.mjs +3 -2
  64. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/property-information/lib/html.mjs +11 -10
  65. package/dist/es/node_modules/property-information/lib/util/case-insensitive-transform.mjs +8 -0
  66. package/dist/es/node_modules/property-information/lib/util/case-sensitive-transform.mjs +7 -0
  67. package/dist/es/node_modules/property-information/lib/util/create.mjs +13 -0
  68. package/dist/es/node_modules/property-information/lib/util/defined-info.mjs +18 -0
  69. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/property-information/lib/util/info.mjs +4 -4
  70. package/dist/es/node_modules/property-information/lib/util/merge.mjs +11 -0
  71. package/dist/es/node_modules/property-information/lib/util/schema.mjs +10 -0
  72. package/dist/es/node_modules/property-information/lib/util/types.mjs +15 -0
  73. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/property-information/lib/xlink.mjs +6 -6
  74. package/dist/es/node_modules/property-information/lib/xml.mjs +16 -0
  75. package/dist/es/node_modules/property-information/lib/xmlns.mjs +16 -0
  76. package/dist/es/node_modules/property-information/normalize.mjs +7 -0
  77. package/dist/es/node_modules/react-device-detect/dist/lib.mjs +723 -0
  78. package/dist/es/node_modules/react-syntax-highlighter/dist/esm/checkForListedLanguage.mjs +7 -0
  79. package/dist/es/node_modules/react-syntax-highlighter/dist/esm/create-element.mjs +101 -0
  80. package/dist/es/node_modules/react-syntax-highlighter/dist/esm/highlight.mjs +283 -0
  81. package/dist/es/node_modules/react-syntax-highlighter/dist/esm/prism.mjs +10 -0
  82. package/dist/es/node_modules/refractor/core.mjs +111 -0
  83. package/dist/es/node_modules/refractor/index.mjs +553 -0
  84. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/abnf.mjs +9 -9
  85. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/agda.mjs +11 -11
  86. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/al.mjs +5 -5
  87. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/apex.mjs +22 -22
  88. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/apl.mjs +5 -5
  89. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/applescript.mjs +5 -5
  90. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/aql.mjs +7 -7
  91. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/arduino.mjs +5 -5
  92. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/arff.mjs +4 -4
  93. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/asm6502.mjs +2 -2
  94. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/aspnet.mjs +17 -17
  95. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/autoit.mjs +7 -7
  96. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/avisynth.mjs +10 -10
  97. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/avro-idl.mjs +10 -10
  98. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/bash.mjs +11 -11
  99. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/batch.mjs +13 -13
  100. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/bbcode.mjs +10 -10
  101. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/bicep.mjs +8 -8
  102. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/birb.mjs +9 -9
  103. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/bison.mjs +12 -12
  104. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/bnf.mjs +6 -6
  105. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/brainfuck.mjs +8 -8
  106. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/bro.mjs +7 -7
  107. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/bsl.mjs +7 -7
  108. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/c.mjs +5 -5
  109. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/cfscript.mjs +10 -10
  110. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/chaiscript.mjs +10 -10
  111. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/cil.mjs +9 -9
  112. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/coffeescript.mjs +7 -7
  113. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/coq.mjs +4 -4
  114. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/cpp.mjs +10 -10
  115. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/crystal.mjs +8 -8
  116. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/csharp.mjs +72 -72
  117. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/cshtml.mjs +35 -35
  118. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/csp.mjs +10 -10
  119. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/css-extras.mjs +13 -13
  120. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/css.mjs +5 -5
  121. package/dist/es/node_modules/refractor/lang/csv.mjs +16 -0
  122. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/cypher.mjs +9 -9
  123. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/dart.mjs +12 -12
  124. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/dataweave.mjs +6 -6
  125. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/dhall.mjs +10 -10
  126. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/diff.mjs +17 -17
  127. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/django.mjs +19 -19
  128. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/dns-zone-file.mjs +10 -10
  129. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/docker.mjs +21 -21
  130. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/dot.mjs +21 -21
  131. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/ebnf.mjs +6 -6
  132. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/editorconfig.mjs +7 -7
  133. package/dist/es/node_modules/refractor/lang/ejs.mjs +33 -0
  134. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/elixir.mjs +9 -9
  135. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/elm.mjs +9 -9
  136. package/dist/es/node_modules/refractor/lang/erb.mjs +35 -0
  137. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/erlang.mjs +6 -6
  138. package/dist/es/node_modules/refractor/lang/etlua.mjs +33 -0
  139. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/excel-formula.mjs +7 -7
  140. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/factor.mjs +13 -13
  141. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/false.mjs +4 -4
  142. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/firestore-security-rules.mjs +7 -7
  143. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/flow.mjs +8 -8
  144. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/fortran.mjs +2 -2
  145. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/fsharp.mjs +5 -5
  146. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/ftl.mjs +17 -17
  147. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/gap.mjs +6 -6
  148. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/gcode.mjs +7 -7
  149. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/gdscript.mjs +7 -7
  150. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/gedcom.mjs +5 -5
  151. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/gherkin.mjs +7 -7
  152. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/git.mjs +9 -9
  153. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/glsl.mjs +10 -10
  154. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/gn.mjs +10 -10
  155. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/go-module.mjs +5 -5
  156. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/graphql.mjs +41 -41
  157. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/groovy.mjs +8 -8
  158. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/haml.mjs +25 -25
  159. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/handlebars.mjs +16 -16
  160. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/haskell.mjs +8 -8
  161. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/hcl.mjs +5 -5
  162. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/hlsl.mjs +7 -7
  163. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/hoon.mjs +8 -8
  164. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/hpkp.mjs +9 -9
  165. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/hsts.mjs +7 -7
  166. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/http.mjs +20 -20
  167. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/ichigojam.mjs +7 -7
  168. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/icon.mjs +7 -7
  169. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/icu-message-format.mjs +18 -18
  170. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/idris.mjs +9 -9
  171. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/iecst.mjs +2 -2
  172. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/ignore.mjs +10 -10
  173. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/ini.mjs +9 -9
  174. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/j.mjs +9 -9
  175. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/java.mjs +13 -13
  176. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/javadoc.mjs +26 -26
  177. package/dist/es/node_modules/refractor/lang/javadoclike.mjs +60 -0
  178. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/javascript.mjs +4 -4
  179. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/javastacktrace.mjs +7 -7
  180. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/jexl.mjs +7 -7
  181. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/jolie.mjs +5 -5
  182. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/jq.mjs +15 -15
  183. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/js-extras.mjs +6 -6
  184. package/dist/es/node_modules/refractor/lang/js-templates.mjs +153 -0
  185. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/jsdoc.mjs +19 -19
  186. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/json.mjs +5 -5
  187. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/json5.mjs +12 -12
  188. package/dist/es/node_modules/refractor/lang/jsonp.mjs +20 -0
  189. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/jsstacktrace.mjs +7 -7
  190. package/dist/es/node_modules/refractor/lang/jsx.mjs +61 -0
  191. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/julia.mjs +4 -4
  192. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/keyman.mjs +5 -5
  193. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/kotlin.mjs +10 -10
  194. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/kumir.mjs +15 -15
  195. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/kusto.mjs +5 -5
  196. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/latex.mjs +10 -10
  197. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/latte.mjs +21 -21
  198. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/less.mjs +7 -7
  199. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/lilypond.mjs +10 -10
  200. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/liquid.mjs +7 -7
  201. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/lisp.mjs +19 -19
  202. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/livescript.mjs +7 -7
  203. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/llvm.mjs +9 -9
  204. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/log.mjs +10 -10
  205. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/lolcode.mjs +8 -8
  206. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/lua.mjs +9 -9
  207. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/magma.mjs +7 -7
  208. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/makefile.mjs +2 -2
  209. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/markdown.mjs +60 -60
  210. package/dist/es/node_modules/refractor/lang/markup-templating.mjs +74 -0
  211. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/markup.mjs +25 -25
  212. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/matlab.mjs +9 -9
  213. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/maxscript.mjs +9 -9
  214. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/mermaid.mjs +7 -7
  215. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/mizar.mjs +7 -7
  216. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/mongodb.mjs +13 -13
  217. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/monkey.mjs +7 -7
  218. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/nand2tetris-hdl.mjs +9 -9
  219. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/naniscript.mjs +25 -25
  220. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/nasm.mjs +5 -5
  221. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/neon.mjs +5 -5
  222. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/nevod.mjs +2 -2
  223. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/nginx.mjs +6 -6
  224. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/nim.mjs +5 -5
  225. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/nix.mjs +7 -7
  226. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/objectivec.mjs +5 -5
  227. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/ocaml.mjs +5 -5
  228. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/opencl.mjs +8 -8
  229. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/openqasm.mjs +10 -10
  230. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/oz.mjs +7 -7
  231. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/parigp.mjs +7 -7
  232. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/parser.mjs +11 -11
  233. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/pascal.mjs +2 -2
  234. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/pascaligo.mjs +11 -11
  235. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/pcaxis.mjs +9 -9
  236. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/peoplecode.mjs +10 -10
  237. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/perl.mjs +7 -7
  238. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/php-extras.mjs +3 -3
  239. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/php.mjs +28 -28
  240. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/phpdoc.mjs +10 -10
  241. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/powerquery.mjs +5 -5
  242. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/powershell.mjs +2 -2
  243. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/processing.mjs +10 -10
  244. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/prolog.mjs +9 -9
  245. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/promql.mjs +13 -13
  246. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/properties.mjs +7 -7
  247. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/protobuf.mjs +15 -15
  248. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/pug.mjs +9 -9
  249. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/puppet.mjs +10 -10
  250. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/pure.mjs +10 -10
  251. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/purebasic.mjs +5 -5
  252. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/purescript.mjs +5 -5
  253. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/python.mjs +5 -5
  254. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/qml.mjs +18 -18
  255. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/qore.mjs +7 -7
  256. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/qsharp.mjs +26 -26
  257. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/racket.mjs +12 -12
  258. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/reason.mjs +5 -5
  259. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/regex.mjs +10 -10
  260. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/rego.mjs +7 -7
  261. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/rest.mjs +4 -4
  262. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/rip.mjs +2 -2
  263. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/roboconf.mjs +8 -8
  264. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/robotframework.mjs +18 -18
  265. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/ruby.mjs +6 -6
  266. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/rust.mjs +12 -12
  267. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/sas.mjs +42 -42
  268. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/sass.mjs +12 -12
  269. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/scala.mjs +2 -2
  270. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/scheme.mjs +11 -11
  271. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/scss.mjs +5 -5
  272. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/shell-session.mjs +5 -5
  273. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/smali.mjs +9 -9
  274. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/smalltalk.mjs +2 -2
  275. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/smarty.mjs +18 -18
  276. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/sml.mjs +9 -9
  277. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/solidity.mjs +5 -5
  278. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/solution-file.mjs +10 -10
  279. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/soy.mjs +13 -13
  280. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/sparql.mjs +4 -4
  281. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/squirrel.mjs +8 -8
  282. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/stylus.mjs +5 -5
  283. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/systemd.mjs +14 -14
  284. package/dist/es/node_modules/refractor/lang/t4-cs.mjs +17 -0
  285. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/t4-templating.mjs +17 -17
  286. package/dist/es/node_modules/refractor/lang/t4-vb.mjs +17 -0
  287. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/tap.mjs +12 -12
  288. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/textile.mjs +34 -34
  289. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/toml.mjs +11 -11
  290. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/tremor.mjs +7 -7
  291. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/tsx.mjs +9 -9
  292. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/tt2.mjs +14 -14
  293. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/turtle.mjs +10 -10
  294. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/twig.mjs +17 -17
  295. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/typescript.mjs +4 -4
  296. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/typoscript.mjs +13 -13
  297. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/uorazor.mjs +5 -5
  298. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/uri.mjs +7 -7
  299. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/v.mjs +2 -2
  300. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/vala.mjs +8 -8
  301. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/velocity.mjs +13 -13
  302. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/verilog.mjs +4 -4
  303. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/vhdl.mjs +9 -9
  304. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/visual-basic.mjs +6 -6
  305. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/warpscript.mjs +4 -4
  306. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/wasm.mjs +9 -9
  307. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/web-idl.mjs +12 -12
  308. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/wiki.mjs +12 -12
  309. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/wolfram.mjs +7 -7
  310. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/wren.mjs +11 -11
  311. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/xeora.mjs +7 -7
  312. package/dist/es/node_modules/refractor/lang/xml-doc.mjs +35 -0
  313. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/xojo.mjs +7 -7
  314. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/xquery.mjs +23 -23
  315. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/yaml.mjs +18 -18
  316. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/yang.mjs +4 -4
  317. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/zig.mjs +16 -16
  318. package/dist/es/node_modules/refractor/node_modules/comma-separated-tokens/index.mjs +16 -0
  319. package/dist/es/node_modules/refractor/node_modules/hastscript/factory.mjs +77 -0
  320. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/node_modules/hastscript/html.mjs +3 -3
  321. package/dist/es/node_modules/refractor/node_modules/hastscript/index.mjs +5 -0
  322. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/node_modules/prismjs/components/prism-core.mjs +230 -230
  323. package/dist/es/node_modules/refractor/node_modules/space-separated-tokens/index.mjs +14 -0
  324. package/dist/es/node_modules/tslib/tslib.es6.mjs +30 -0
  325. package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/ua-parser-js/dist/ua-parser.min.mjs +73 -73
  326. package/dist/es/node_modules/xtend/immutable.mjs +12 -0
  327. package/dist/es/packages/react-components/dist/es/components/Markdown/Code/index.mjs +1 -1
  328. package/dist/es/packages/react-components/dist/es/components/Markdown/Image/index.mjs +19 -18
  329. package/dist/es/packages/react-components/dist/es/components/Markdown/index.mjs +8 -8
  330. package/dist/es/packages/react-components/dist/es/index.mjs +4 -4
  331. package/dist/es/src/global.css +1 -0
  332. package/dist/es/src/image-viewer.css +1 -0
  333. package/dist/es/src/mask.css +1 -0
  334. package/dist/es/src/safe-area.css +1 -0
  335. package/dist/es/src/style10.css +1 -1
  336. package/dist/es/src/style11.css +1 -1
  337. package/dist/es/src/style12.css +1 -1
  338. package/dist/es/src/style15.css +1 -1
  339. package/dist/es/src/style16.css +1 -1
  340. package/dist/es/src/style17.css +1 -1
  341. package/dist/es/src/style18.css +1 -1
  342. package/dist/es/src/style19.css +1 -1
  343. package/dist/es/src/style20.css +1 -1
  344. package/dist/es/src/style22.css +1 -1
  345. package/dist/es/src/style23.css +1 -1
  346. package/dist/es/src/style24.css +1 -1
  347. package/dist/es/src/style25.css +1 -1
  348. package/dist/es/src/style3.css +1 -1
  349. package/dist/es/src/style4.css +1 -1
  350. package/dist/es/src/style7.css +1 -1
  351. package/dist/es/src/style9.css +1 -1
  352. package/dist/lib/index.css +1 -1
  353. package/dist/lib/index.js +50 -54
  354. package/package.json +3 -7
  355. package/dist/es/packages/react-components/dist/es/_virtual/_commonjsHelpers.mjs +0 -8
  356. package/dist/es/packages/react-components/dist/es/_virtual/index.mjs +0 -4
  357. package/dist/es/packages/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.mjs +0 -9
  358. package/dist/es/packages/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.mjs +0 -8
  359. package/dist/es/packages/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/defineProperty.mjs +0 -12
  360. package/dist/es/packages/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/extends.mjs +0 -13
  361. package/dist/es/packages/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/iterableToArray.mjs +0 -7
  362. package/dist/es/packages/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.mjs +0 -15
  363. package/dist/es/packages/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.mjs +0 -15
  364. package/dist/es/packages/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/toConsumableArray.mjs +0 -10
  365. package/dist/es/packages/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/toPrimitive.mjs +0 -16
  366. package/dist/es/packages/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/toPropertyKey.mjs +0 -9
  367. package/dist/es/packages/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/typeof.mjs +0 -11
  368. package/dist/es/packages/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.mjs +0 -12
  369. package/dist/es/packages/react-components/dist/es/node_modules/@react-spring/core/dist/react-spring-core.esm.mjs +0 -1087
  370. package/dist/es/packages/react-components/dist/es/node_modules/@react-spring/rafz/dist/react-spring-rafz.esm.mjs +0 -104
  371. package/dist/es/packages/react-components/dist/es/node_modules/@react-spring/shared/dist/react-spring-shared.esm.mjs +0 -557
  372. package/dist/es/packages/react-components/dist/es/node_modules/@react-spring/web/dist/react-spring-web.esm.mjs +0 -146
  373. package/dist/es/packages/react-components/dist/es/node_modules/@use-gesture/core/dist/maths-0ab39ae9.esm.mjs +0 -35
  374. package/dist/es/packages/react-components/dist/es/node_modules/@use-gesture/core/dist/use-gesture-core.esm.mjs +0 -226
  375. package/dist/es/packages/react-components/dist/es/node_modules/@use-gesture/react/dist/use-gesture-react.esm.mjs +0 -33
  376. package/dist/es/packages/react-components/dist/es/node_modules/antd-mobile/es/components/image-viewer/index.mjs +0 -13
  377. package/dist/es/packages/react-components/dist/es/node_modules/antd-mobile/es/components/image-viewer/methods.mjs +0 -34
  378. package/dist/es/packages/react-components/dist/es/node_modules/antd-mobile/es/components/image-viewer/slide.mjs +0 -178
  379. package/dist/es/packages/react-components/dist/es/node_modules/antd-mobile/es/components/image-viewer/slides.mjs +0 -83
  380. package/dist/es/packages/react-components/dist/es/node_modules/antd-mobile/es/components/mask/mask.mjs +0 -84
  381. package/dist/es/packages/react-components/dist/es/node_modules/antd-mobile/es/components/safe-area/safe-area.mjs +0 -9
  382. package/dist/es/packages/react-components/dist/es/node_modules/antd-mobile/es/utils/attach-properties-to-component.mjs +0 -9
  383. package/dist/es/packages/react-components/dist/es/node_modules/antd-mobile/es/utils/bound.mjs +0 -7
  384. package/dist/es/packages/react-components/dist/es/node_modules/antd-mobile/es/utils/get-container.mjs +0 -6
  385. package/dist/es/packages/react-components/dist/es/node_modules/antd-mobile/es/utils/is-dev.mjs +0 -4
  386. package/dist/es/packages/react-components/dist/es/node_modules/antd-mobile/es/utils/matrix.mjs +0 -11
  387. package/dist/es/packages/react-components/dist/es/node_modules/antd-mobile/es/utils/native-props.mjs +0 -12
  388. package/dist/es/packages/react-components/dist/es/node_modules/antd-mobile/es/utils/render-imperatively.mjs +0 -47
  389. package/dist/es/packages/react-components/dist/es/node_modules/antd-mobile/es/utils/render-to-body.mjs +0 -12
  390. package/dist/es/packages/react-components/dist/es/node_modules/antd-mobile/es/utils/render-to-container.mjs +0 -13
  391. package/dist/es/packages/react-components/dist/es/node_modules/antd-mobile/es/utils/render.mjs +0 -52
  392. package/dist/es/packages/react-components/dist/es/node_modules/antd-mobile/es/utils/rubberband.mjs +0 -11
  393. package/dist/es/packages/react-components/dist/es/node_modules/antd-mobile/es/utils/should-render.mjs +0 -10
  394. package/dist/es/packages/react-components/dist/es/node_modules/antd-mobile/es/utils/use-drag-and-pinch.mjs +0 -6
  395. package/dist/es/packages/react-components/dist/es/node_modules/antd-mobile/es/utils/use-initialized.mjs +0 -8
  396. package/dist/es/packages/react-components/dist/es/node_modules/antd-mobile/es/utils/use-lock-scroll.mjs +0 -54
  397. package/dist/es/packages/react-components/dist/es/node_modules/antd-mobile/es/utils/use-touch.mjs +0 -32
  398. package/dist/es/packages/react-components/dist/es/node_modules/antd-mobile/es/utils/with-default-props.mjs +0 -11
  399. package/dist/es/packages/react-components/dist/es/node_modules/antd-mobile/es/utils/with-stop-propagation.mjs +0 -19
  400. package/dist/es/packages/react-components/dist/es/node_modules/classnames/index.mjs +0 -42
  401. package/dist/es/packages/react-components/dist/es/node_modules/hast-util-parse-selector/index.mjs +0 -14
  402. package/dist/es/packages/react-components/dist/es/node_modules/is-alphabetical/index.mjs +0 -8
  403. package/dist/es/packages/react-components/dist/es/node_modules/is-alphanumerical/index.mjs +0 -9
  404. package/dist/es/packages/react-components/dist/es/node_modules/is-decimal/index.mjs +0 -8
  405. package/dist/es/packages/react-components/dist/es/node_modules/is-hexadecimal/index.mjs +0 -8
  406. package/dist/es/packages/react-components/dist/es/node_modules/parse-entities/index.mjs +0 -83
  407. package/dist/es/packages/react-components/dist/es/node_modules/parse-entities/node_modules/character-entities-legacy/index.json.mjs +0 -217
  408. package/dist/es/packages/react-components/dist/es/node_modules/property-information/find.mjs +0 -25
  409. package/dist/es/packages/react-components/dist/es/node_modules/property-information/html.mjs +0 -10
  410. package/dist/es/packages/react-components/dist/es/node_modules/property-information/lib/util/case-insensitive-transform.mjs +0 -8
  411. package/dist/es/packages/react-components/dist/es/node_modules/property-information/lib/util/case-sensitive-transform.mjs +0 -7
  412. package/dist/es/packages/react-components/dist/es/node_modules/property-information/lib/util/create.mjs +0 -13
  413. package/dist/es/packages/react-components/dist/es/node_modules/property-information/lib/util/defined-info.mjs +0 -17
  414. package/dist/es/packages/react-components/dist/es/node_modules/property-information/lib/util/merge.mjs +0 -11
  415. package/dist/es/packages/react-components/dist/es/node_modules/property-information/lib/util/schema.mjs +0 -10
  416. package/dist/es/packages/react-components/dist/es/node_modules/property-information/lib/xml.mjs +0 -16
  417. package/dist/es/packages/react-components/dist/es/node_modules/property-information/lib/xmlns.mjs +0 -16
  418. package/dist/es/packages/react-components/dist/es/node_modules/property-information/normalize.mjs +0 -7
  419. package/dist/es/packages/react-components/dist/es/node_modules/react-device-detect/dist/lib.mjs +0 -723
  420. package/dist/es/packages/react-components/dist/es/node_modules/react-syntax-highlighter/dist/esm/checkForListedLanguage.mjs +0 -7
  421. package/dist/es/packages/react-components/dist/es/node_modules/react-syntax-highlighter/dist/esm/create-element.mjs +0 -101
  422. package/dist/es/packages/react-components/dist/es/node_modules/react-syntax-highlighter/dist/esm/highlight.mjs +0 -283
  423. package/dist/es/packages/react-components/dist/es/node_modules/react-syntax-highlighter/dist/esm/prism.mjs +0 -10
  424. package/dist/es/packages/react-components/dist/es/node_modules/refractor/core.mjs +0 -111
  425. package/dist/es/packages/react-components/dist/es/node_modules/refractor/index.mjs +0 -553
  426. package/dist/es/packages/react-components/dist/es/node_modules/refractor/lang/csv.mjs +0 -16
  427. package/dist/es/packages/react-components/dist/es/node_modules/refractor/lang/ejs.mjs +0 -33
  428. package/dist/es/packages/react-components/dist/es/node_modules/refractor/lang/erb.mjs +0 -35
  429. package/dist/es/packages/react-components/dist/es/node_modules/refractor/lang/etlua.mjs +0 -33
  430. package/dist/es/packages/react-components/dist/es/node_modules/refractor/lang/javadoclike.mjs +0 -60
  431. package/dist/es/packages/react-components/dist/es/node_modules/refractor/lang/js-templates.mjs +0 -153
  432. package/dist/es/packages/react-components/dist/es/node_modules/refractor/lang/jsonp.mjs +0 -20
  433. package/dist/es/packages/react-components/dist/es/node_modules/refractor/lang/jsx.mjs +0 -61
  434. package/dist/es/packages/react-components/dist/es/node_modules/refractor/lang/markup-templating.mjs +0 -74
  435. package/dist/es/packages/react-components/dist/es/node_modules/refractor/lang/t4-cs.mjs +0 -17
  436. package/dist/es/packages/react-components/dist/es/node_modules/refractor/lang/t4-vb.mjs +0 -17
  437. package/dist/es/packages/react-components/dist/es/node_modules/refractor/lang/xml-doc.mjs +0 -35
  438. package/dist/es/packages/react-components/dist/es/node_modules/refractor/node_modules/hastscript/factory.mjs +0 -75
  439. package/dist/es/packages/react-components/dist/es/node_modules/refractor/node_modules/hastscript/index.mjs +0 -5
  440. package/dist/es/packages/react-components/dist/es/node_modules/tslib/tslib.es6.mjs +0 -30
  441. package/dist/es/packages/react-components/dist/es/node_modules/xtend/immutable.mjs +0 -12
  442. /package/dist/es/{packages/react-components/dist/es/_virtual → _virtual}/index2.mjs +0 -0
  443. /package/dist/es/{packages/react-components/dist/es/_virtual → _virtual}/index3.mjs +0 -0
  444. /package/dist/es/{packages/react-components/dist/es/_virtual → _virtual}/lib.mjs +0 -0
  445. /package/dist/es/{packages/react-components/dist/es/_virtual → _virtual}/prism-core.mjs +0 -0
  446. /package/dist/es/{packages/react-components/dist/es/_virtual → _virtual}/types.mjs +0 -0
  447. /package/dist/es/{packages/react-components/dist/es/_virtual → _virtual}/ua-parser.min.mjs +0 -0
  448. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/@babel/runtime/helpers/esm/nonIterableSpread.mjs +0 -0
  449. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/antd-mobile/es/locales/zh-CN.mjs +0 -0
  450. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/antd-mobile/es/utils/can-use-dom.mjs +0 -0
  451. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/character-reference-invalid/index.json.mjs +0 -0
  452. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/react-syntax-highlighter/dist/esm/languages/prism/supported-languages.mjs +0 -0
  453. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/react-syntax-highlighter/dist/esm/styles/prism/prism.mjs +0 -0
  454. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/abap.mjs +0 -0
  455. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/actionscript.mjs +0 -0
  456. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/ada.mjs +0 -0
  457. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/antlr4.mjs +0 -0
  458. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/apacheconf.mjs +0 -0
  459. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/asciidoc.mjs +0 -0
  460. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/asmatmel.mjs +0 -0
  461. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/autohotkey.mjs +0 -0
  462. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/basic.mjs +0 -0
  463. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/brightscript.mjs +0 -0
  464. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/clike.mjs +0 -0
  465. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/clojure.mjs +0 -0
  466. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/cmake.mjs +0 -0
  467. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/cobol.mjs +0 -0
  468. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/concurnas.mjs +0 -0
  469. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/d.mjs +0 -0
  470. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/dax.mjs +0 -0
  471. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/eiffel.mjs +0 -0
  472. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/gml.mjs +0 -0
  473. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/go.mjs +0 -0
  474. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/haxe.mjs +0 -0
  475. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/inform7.mjs +0 -0
  476. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/io.mjs +0 -0
  477. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/keepalived.mjs +0 -0
  478. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/mel.mjs +0 -0
  479. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/moonscript.mjs +0 -0
  480. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/n1ql.mjs +0 -0
  481. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/n4js.mjs +0 -0
  482. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/nsis.mjs +0 -0
  483. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/plsql.mjs +0 -0
  484. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/psl.mjs +0 -0
  485. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/q.mjs +0 -0
  486. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/r.mjs +0 -0
  487. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/renpy.mjs +0 -0
  488. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/splunk-spl.mjs +0 -0
  489. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/sqf.mjs +0 -0
  490. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/sql.mjs +0 -0
  491. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/stan.mjs +0 -0
  492. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/swift.mjs +0 -0
  493. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/tcl.mjs +0 -0
  494. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/unrealscript.mjs +0 -0
  495. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/vbnet.mjs +0 -0
  496. /package/dist/es/{packages/react-components/dist/es/node_modules → node_modules}/refractor/lang/vim.mjs +0 -0
@@ -1,10 +1,10 @@
1
1
  (function() {
2
2
  try {
3
3
  if (typeof document != "undefined") {
4
- var o = document.createElement("style");
5
- o.appendChild(document.createTextNode('.markdown{word-break:break-all}.markdown :last-child{margin-bottom:0}.markdown div,.markdown hr,.markdown h1,.markdown h2,.markdown h3,.markdown h4,.markdown h5,.markdown h6,.markdown p,.markdown table,.markdown code,.markdown img,.markdown address,.markdown blockquote,.markdown dir,.markdown menu,.markdown pre,.markdown ul,.markdown ol,.markdown li,.markdown dl{margin-bottom:12px;line-height:150%;white-space:pre-wrap}.markdown div:last-child,.markdown hr:last-child,.markdown h1:last-child,.markdown h2:last-child,.markdown h3:last-child,.markdown h4:last-child,.markdown h5:last-child,.markdown h6:last-child,.markdown p:last-child,.markdown table:last-child,.markdown code:last-child,.markdown img:last-child,.markdown address:last-child,.markdown blockquote:last-child,.markdown dir:last-child,.markdown menu:last-child,.markdown pre:last-child,.markdown ul:last-child,.markdown ol:last-child,.markdown li:last-child,.markdown dl:last-child{margin-bottom:0}.markdown ul,.markdown ol{padding-inline-start:20px}.markdown ul{list-style-type:disc}.markdown ol{list-style-type:decimal}.markdown ul,.markdown li{white-space:normal;margin-bottom:8px}.markdown table{display:block;border-collapse:collapse;border-radius:4px;max-width:100%;overflow:auto;width:max-content}.markdown td,.markdown th{border:1px solid #e8e9eb;padding:6px 13px;text-align:left}.markdown tr{color:#151b26;background-color:#fff}.markdown th{background-color:#f9f2ff;color:#000}.markdown tr:hover td{background-color:#fff}.markdown p code{background:#f9f2ff;border-radius:4px;padding:4px;display:inline;font-size:12px;color:#070c14}.markdown .markdown-code-title{margin:0;padding:0 16px;height:36px;border-radius:8px 8px 0 0;background:#f9f2ff;display:flex;align-items:center;justify-content:space-between;line-height:21px;font-weight:500;color:#070c14}.markdown .markdown-code-context{padding:16px;background:rgba(249,242,255,.3)!important;margin:0!important;border-radius:0 0 8px 8px}.markdown .markdown-code-context code{margin:0;font-size:85%;background:none;font-size:14px}.markdown .markdown-code-context code>span{flex-wrap:wrap}.markdown p{white-space:pre-line}.markdown pre code.hljs{display:block;overflow-x:auto;padding:1em}.markdown p{line-height:150%;height:auto!important}.markdown img{max-width:100%}.markdown a,.markdown a:hover{color:#0f64ff}.markdown code.hljs{padding:3px 5px}.markdown .hljs{background:rgba(249,242,255,.3);color:#000}.markdown .hljs-comment{color:#697070}.markdown .hljs-tag,.markdown .hljs-punctuation{color:#000a}.markdown .hljs-tag .hljs-name,.markdown .hljs-tag .hljs-attr{color:#000}.markdown .hljs-keyword,.markdown .hljs-attribute,.markdown .hljs-selector-tag,.markdown .hljs-meta .hljs-keyword,.markdown .hljs-doctag,.markdown .hljs-name{font-weight:700}.markdown .hljs-type,.markdown .hljs-string,.markdown .hljs-number,.markdown .hljs-selector-id,.markdown .hljs-selector-class,.markdown .hljs-quote,.markdown .hljs-template-tag,.markdown .hljs-deletion{color:#800}.markdown .hljs-title,.markdown .hljs-section{color:#800;font-weight:700}.markdown .hljs-regexp,.markdown .hljs-symbol,.markdown .hljs-variable,.markdown .hljs-template-variable,.markdown .hljs-link,.markdown .hljs-selector-attr,.markdown .hljs-operator,.markdown .hljs-selector-pseudo{color:#ab5656}.markdown .hljs-literal{color:#695}.markdown .hljs-built_in,.markdown .hljs-bullet,.markdown .hljs-code,.markdown .hljs-addition{color:#397300}.markdown .hljs-meta{color:#1f7199}.markdown .hljs-meta .hljs-string{color:#38a}.markdown .hljs-emphasis{font-style:italic}.markdown .hljs-strong{font-weight:700}.markdown .ant-image{margin-bottom:6px!important}.markdown .ant-image .ant-image-img{margin-bottom:0!important}.storybook-button{font-family:Nunito Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;border:0;border-radius:3em;cursor:pointer;display:inline-block;line-height:1}.storybook-button--primary{color:#fff;background-color:#027bf4}.storybook-button--secondary{color:#333;background-color:transparent;box-shadow:#00000026 0 0 0 1px inset}.storybook-button--small{font-size:12px;padding:10px 16px}.storybook-button--medium{font-size:14px;padding:11px 20px}.storybook-button--large{font-size:16px;padding:12px 24px}.g-icon-btn{height:28px;width:28px;line-height:28px;background-color:#222836;color:#b8c1d0;cursor:pointer;text-align:center;padding:0;border:none;font-size:16px;display:block}.g-icon-btn:hover{color:#fff;background:linear-gradient(180deg,#4e5b73 0%,#222836 100%);border-image:linear-gradient(180deg,#4e5b73 0%,#222836 100%),linear-gradient(180deg,#ffffff 16.67%,#d2d2d2 49.48%,#000000 73.44%,#e4e4e4 92.71%)}.g-icon-btn:disabled{color:#68707e;cursor:not-allowed;background:linear-gradient(180deg,#0a111d 0%,#222836 100%)}.copy-btn{font-size:16px;cursor:pointer}.copy-btn:hover{color:#b452ff}.g-expandable-pannel-wrap{inset:0;z-index:999}.g-expandable-pannel-wrap .g-expandable-pannel-expand-bar{position:absolute;right:0;top:0;background-color:#222836;z-index:9999}.g-expandable-pannel-wrap .g-expandable-pannel-expand-bar.collapsed{position:absolute;top:0;right:0;z-index:9;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.g-expandable-pannel-wrap .g-expandable-pannel-expand-bar.expaned{padding:0}.g-expandable-pannel-wrap .g-expandable-pannel-expand-bar.expaned .g-icon-btn{background-color:#0000}.g-expandable-pannel-wrap .g-expandable-pannel{width:100%;height:100%;border:.5px solid #313A4D}.g-expandable-pannel-wrap .g-expandable-pannel-header{position:absolute;right:0;top:0;z-index:9;padding-right:28px;height:28px;display:flex;flex-direction:row-reverse}.g-expandable-pannel-wrap .g-expandable-pannel-body{opacity:.85;width:100%;height:100%}.g-expandable-pannel-wrap .g-expandable-pannel-body .icon{width:16px;height:16px}.g-expandable-pannel-wrap .g-expandable-pannel.full{width:100%!important;height:100%!important;inset:0 55px;z-index:9}.g-expandable-pannel-wrap .g-expandable-pannel.hidden{inset:0 -20000px}.g-expandable-pannel-wrap .g-expandable-pannel.hidden+.bar-btn{position:absolute;right:0!important;background:rgba(58,63,76,.5);border-radius:20px 0 0 20px}.g-expandable-pannel-wrap .g-expandable-pannel.normal{height:250px;overflow:hidden;padding:0}.g-expandable-pannel-wrap .g-expandable-pannel.full+.bar-btn{top:0;right:55px;z-index:99}.g-expandable-pannel-wrap .g-expandable-pannel.full~.cover{display:block;position:absolute;width:100vw;height:100vh;top:0;left:0;background:#00000066}.g-expandable-pannel-wrap .g-expandable-pannel.hiddern~.cover{display:none}.g-expandable-pannel-wrap .g-expandable-pannel .minimap-menu-pannel{width:134px;background:#ffffff;border:1px solid #ececec;box-shadow:2px 2px 6px #c0c0c040;border-radius:4px;padding:6px 12px}.g-expandable-pannel-wrap .g-expandable-pannel .minimap-menu-pannel .item-row{width:100%;display:flex;height:32px;align-items:center}.g-expandable-pannel-wrap .g-expandable-pannel .minimap-menu-pannel .item-row img{width:16px;height:16px;margin:0 8px}.g-expandable-pannel-wrap .g-expandable-pannel .status{display:block}.g-expandable-pannel-wrap .g-expandable-pannel .status.success:before{display:inline-block;content:"";width:12px;height:12px;background-color:#52c41a}.g-expandable-pannel-wrap .g-expandable-pannel .status.error:before{display:inline-block;content:"";width:12px;height:12px;background-color:#ff4d4f}.g-expandable-pannel-wrap .g-expandable-pannel .pass-confirm-wrap{position:absolute}.g-mouse-tip{display:inline-flex;justify-content:center;align-items:center;gap:4px;box-shadow:0 1px 10px #0000000d,0 4px 5px #00000014,0 2px 4px -1px #0000001f;border-radius:4px;background:#000;position:fixed;z-index:2000;padding:8px 12px}.g-mouse-tip-content{font-size:12px;font-style:normal;font-weight:400;color:#fff}*{box-sizing:border-box}.image-map{position:relative;width:100%;height:100%;overflow:hidden;user-select:none;display:flex;justify-content:center}.image-map .image-map-pannel{width:100%;height:100%;user-select:none;display:flex;justify-content:center;align-items:center}.image-map .image-map-toolbar{position:absolute;width:auto;height:auto;bottom:12px;z-index:99;display:flex;align-items:center;gap:12px;background-color:#393939;padding:10px;border-radius:6px}.image-map .image-map-toolbar .zoom-controller{display:flex;height:100%;align-items:center;gap:12px;color:#fff}.image-map .image-map-toolbar .zoom-controller .g-icon-btn,.image-map .image-map-toolbar .zoom-controller .g-icon-btn button{background-color:unset;font-size:16px;border:.5px solid #6f6f6f;border-radius:2px;font-size:14px}.image-map .image-map-toolbar .zoom-controller .g-icon-btn .anticon,.image-map .image-map-toolbar .zoom-controller .g-icon-btn button .anticon{font-size:14px}.image-map .image-map-toolbar .zoom-controller.vertical{flex-direction:column}.image-map .image-map-toolbar .zoom-controller.vertical .g-icon-btn{background-color:red;margin-top:6px;border:none}.image-map .image-map-toolbar .zoom-controller.vertical .g-icon-btn .anticon{font-size:16px}.image-map .image-map-toolbar .zoom-controller.horizontal{flex-direction:row}.image-map .image-map-toolbar .line{width:1px;height:12px;border:.5px solid #e0e0e0}.image-map .image-map-toolbar .moveable-controller{background-color:unset;height:100%;border:.5px solid #6f6f6f;border-radius:2px}.image-map .image-map-toolbar .moveable-controller .moveable-controller-btn{position:relative;border:none;border-radius:2px;background-color:unset;padding:0;display:flex;height:100%}.image-map .image-map-toolbar .moveable-controller .moveable-controller-btn .btn-change{display:flex;align-items:center;color:#fff;gap:10px;height:100%;margin-inline-end:unset;padding:4px 8px}.image-map .image-map-toolbar .moveable-controller .moveable-controller-btn .btn-change svg{font-size:16px}.image-map .image-map-toolbar .moveable-controller .moveable-controller-btn .anticon{font-size:24px}.image-map .image-map-toolbar .moveable-controller .moveable-controller-btn.active{color:#fff}.image-map .image-map-toolbar .moveable-controller .moveable-controller-btn:hover{background:linear-gradient(180deg,#4e5b73 0%,#222836 100%)}.image-map .image-map-toolbar .editing-controller{display:flex;gap:12px;align-items:center;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0px;text-align:left}.image-map .image-map-toolbar .editing-controller .ant-btn-default{border:.5px solid #6f6f6f;border-radius:2px;background-color:unset;color:#fff;padding:4px 8px}.image-map .image-map-toolbar .editing-controller .ant-btn-default:hover{background:linear-gradient(180deg,#4e5b73 0%,#222836 100%)}.image-map .image-map-toolbar .editing-controller .ant-btn-primary{border-radius:2px;background-color:#0532a6;border:.5px solid #6f6f6f;color:#fff;padding:4px 8px}.image-map .image-map-toolbar .editing-controller .ant-btn-primary:hover{background:#0949d2}.image-map .image-map-toolbar .editing-controller .ant-btn-primary .save-detail{display:flex;align-items:center;color:#fff;gap:10px;height:100%}.image-map .image-map-toolbar .editing-controller .ant-btn-primary .save-detail svg{font-size:16px}.track-map{z-index:10;position:relative}.track-map .point{cursor:pointer}.track-map .bottom-action{position:fixed;left:50%;bottom:10px;transform:translate(-50%);z-index:1000;display:flex;justify-content:center;align-items:flex-end;padding-bottom:12px}.track-map .bottom-action .bottom-pannel{background:white;height:48px;background:rgba(255,255,255,.9);border:1px solid #f8f8f8;box-shadow:2px 2px 4px #c0c0c040;border-radius:4px;padding:0 12px}:where(.css-ed5zg0)[class^=ant-popconfirm],:where(.css-ed5zg0)[class*=" ant-popconfirm"]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;box-sizing:border-box}:where(.css-ed5zg0)[class^=ant-popconfirm]:before,:where(.css-ed5zg0)[class*=" ant-popconfirm"]:before,:where(.css-ed5zg0)[class^=ant-popconfirm]:after,:where(.css-ed5zg0)[class*=" ant-popconfirm"]:after{box-sizing:border-box}:where(.css-ed5zg0)[class^=ant-popconfirm] [class^=ant-popconfirm],:where(.css-ed5zg0)[class*=" ant-popconfirm"] [class^=ant-popconfirm],:where(.css-ed5zg0)[class^=ant-popconfirm] [class*=" ant-popconfirm"],:where(.css-ed5zg0)[class*=" ant-popconfirm"] [class*=" ant-popconfirm"]{box-sizing:border-box}:where(.css-ed5zg0)[class^=ant-popconfirm] [class^=ant-popconfirm]:before,:where(.css-ed5zg0)[class*=" ant-popconfirm"] [class^=ant-popconfirm]:before,:where(.css-ed5zg0)[class^=ant-popconfirm] [class*=" ant-popconfirm"]:before,:where(.css-ed5zg0)[class*=" ant-popconfirm"] [class*=" ant-popconfirm"]:before,:where(.css-ed5zg0)[class^=ant-popconfirm] [class^=ant-popconfirm]:after,:where(.css-ed5zg0)[class*=" ant-popconfirm"] [class^=ant-popconfirm]:after,:where(.css-ed5zg0)[class^=ant-popconfirm] [class*=" ant-popconfirm"]:after,:where(.css-ed5zg0)[class*=" ant-popconfirm"] [class*=" ant-popconfirm"]:after{box-sizing:border-box}:where(.css-ed5zg0).ant-popconfirm{z-index:1060}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-inner-content{color:#000000e0}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-message{position:relative;margin-bottom:8px;color:#000000e0;font-size:14px;display:flex;flex-wrap:nowrap;align-items:start}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-message>.ant-popconfirm-message-icon .anticon{color:#faad14;font-size:14px;flex:none;line-height:1;padding-top:4px}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-message-title{flex:auto;margin-inline-start:8px}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-message-title-only{font-weight:600}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-description{position:relative;margin-inline-start:22px;margin-bottom:8px;color:#000000e0;font-size:14px}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-buttons{text-align:end}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-buttons button{margin-inline-start:8px}:where(.css-ed5zg0)[class^=ant-popover],:where(.css-ed5zg0)[class*=" ant-popover"]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;box-sizing:border-box}:where(.css-ed5zg0)[class^=ant-popover]:before,:where(.css-ed5zg0)[class*=" ant-popover"]:before,:where(.css-ed5zg0)[class^=ant-popover]:after,:where(.css-ed5zg0)[class*=" ant-popover"]:after{box-sizing:border-box}:where(.css-ed5zg0)[class^=ant-popover] [class^=ant-popover],:where(.css-ed5zg0)[class*=" ant-popover"] [class^=ant-popover],:where(.css-ed5zg0)[class^=ant-popover] [class*=" ant-popover"],:where(.css-ed5zg0)[class*=" ant-popover"] [class*=" ant-popover"]{box-sizing:border-box}:where(.css-ed5zg0)[class^=ant-popover] [class^=ant-popover]:before,:where(.css-ed5zg0)[class*=" ant-popover"] [class^=ant-popover]:before,:where(.css-ed5zg0)[class^=ant-popover] [class*=" ant-popover"]:before,:where(.css-ed5zg0)[class*=" ant-popover"] [class*=" ant-popover"]:before,:where(.css-ed5zg0)[class^=ant-popover] [class^=ant-popover]:after,:where(.css-ed5zg0)[class*=" ant-popover"] [class^=ant-popover]:after,:where(.css-ed5zg0)[class^=ant-popover] [class*=" ant-popover"]:after,:where(.css-ed5zg0)[class*=" ant-popover"] [class*=" ant-popover"]:after{box-sizing:border-box}:where(.css-ed5zg0).ant-popover{box-sizing:border-box;margin:0;padding:0;color:#000000e0;font-size:14px;line-height:1.57142857;list-style:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";position:absolute;top:0;left:0;z-index:1030;font-weight:400;white-space:normal;text-align:start;cursor:auto;user-select:text;--antd-arrow-background-color: #ffffff}:where(.css-ed5zg0).ant-popover-rtl{direction:rtl}:where(.css-ed5zg0).ant-popover-hidden{display:none}:where(.css-ed5zg0).ant-popover .ant-popover-content{position:relative}:where(.css-ed5zg0).ant-popover .ant-popover-inner{background-color:#fff;background-clip:padding-box;border-radius:8px;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d;padding:12px}:where(.css-ed5zg0).ant-popover .ant-popover-title{min-width:177px;margin-bottom:8px;color:#000000e0;font-weight:600}:where(.css-ed5zg0).ant-popover .ant-popover-inner-content{color:#000000e0;padding:0}:where(.css-ed5zg0).ant-popover .ant-popover-arrow{position:absolute;z-index:1;display:block;pointer-events:none;width:16px;height:16px;overflow:hidden;border:0}:where(.css-ed5zg0).ant-popover .ant-popover-arrow:before{position:absolute;bottom:0;inset-inline-start:0;width:16px;height:8px;background:var(--antd-arrow-background-color);clip-path:polygon(1.65685425px 100%,50% 1.65685425px,14.34314575px 100%,1.65685425px 100%);clip-path:path("M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z");content:""}:where(.css-ed5zg0).ant-popover .ant-popover-arrow:after{content:"";position:absolute;width:8.97056275px;height:8.97056275px;bottom:0;inset-inline:0;margin:auto;border-radius:0 0 2px;transform:translateY(50%) rotate(-135deg);box-shadow:2px 2px 5px #0000000d;z-index:0;background:transparent}:where(.css-ed5zg0).ant-popover .ant-popover-arrow:before{background:var(--antd-arrow-background-color)}:where(.css-ed5zg0).ant-popover-placement-top .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-topLeft .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-topRight .ant-popover-arrow{bottom:0;transform:translateY(100%) rotate(180deg)}:where(.css-ed5zg0).ant-popover-placement-top .ant-popover-arrow{left:50%;transform:translate(-50%) translateY(100%) rotate(180deg)}:where(.css-ed5zg0).ant-popover-placement-topLeft .ant-popover-arrow{left:12px}:where(.css-ed5zg0).ant-popover-placement-topRight .ant-popover-arrow{right:12px}:where(.css-ed5zg0).ant-popover-placement-bottom .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-bottomLeft .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-bottomRight .ant-popover-arrow{top:0;transform:translateY(-100%)}:where(.css-ed5zg0).ant-popover-placement-bottom .ant-popover-arrow{left:50%;transform:translate(-50%) translateY(-100%)}:where(.css-ed5zg0).ant-popover-placement-bottomLeft .ant-popover-arrow{left:12px}:where(.css-ed5zg0).ant-popover-placement-bottomRight .ant-popover-arrow{right:12px}:where(.css-ed5zg0).ant-popover-placement-left .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-leftTop .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-leftBottom .ant-popover-arrow{right:0;transform:translate(100%) rotate(90deg)}:where(.css-ed5zg0).ant-popover-placement-left .ant-popover-arrow{top:50%;transform:translateY(-50%) translate(100%) rotate(90deg)}:where(.css-ed5zg0).ant-popover-placement-leftTop .ant-popover-arrow{top:12px}:where(.css-ed5zg0).ant-popover-placement-leftBottom .ant-popover-arrow{bottom:12px}:where(.css-ed5zg0).ant-popover-placement-right .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-rightTop .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-rightBottom .ant-popover-arrow{left:0;transform:translate(-100%) rotate(-90deg)}:where(.css-ed5zg0).ant-popover-placement-right .ant-popover-arrow{top:50%;transform:translateY(-50%) translate(-100%) rotate(-90deg)}:where(.css-ed5zg0).ant-popover-placement-rightTop .ant-popover-arrow{top:12px}:where(.css-ed5zg0).ant-popover-placement-rightBottom .ant-popover-arrow{bottom:12px}:where(.css-ed5zg0).ant-popover-pure{position:relative;max-width:none;margin:16px;display:inline-block}:where(.css-ed5zg0).ant-popover-pure .ant-popover-content{display:inline-block}:where(.css-ed5zg0).ant-popover.ant-popover-blue{--antd-arrow-background-color: #1677ff}:where(.css-ed5zg0).ant-popover.ant-popover-blue .ant-popover-inner{background-color:#1677ff}:where(.css-ed5zg0).ant-popover.ant-popover-blue .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-purple{--antd-arrow-background-color: #722ed1}:where(.css-ed5zg0).ant-popover.ant-popover-purple .ant-popover-inner{background-color:#722ed1}:where(.css-ed5zg0).ant-popover.ant-popover-purple .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-cyan{--antd-arrow-background-color: #13c2c2}:where(.css-ed5zg0).ant-popover.ant-popover-cyan .ant-popover-inner{background-color:#13c2c2}:where(.css-ed5zg0).ant-popover.ant-popover-cyan .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-green{--antd-arrow-background-color: #52c41a}:where(.css-ed5zg0).ant-popover.ant-popover-green .ant-popover-inner{background-color:#52c41a}:where(.css-ed5zg0).ant-popover.ant-popover-green .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-magenta{--antd-arrow-background-color: #eb2f96}:where(.css-ed5zg0).ant-popover.ant-popover-magenta .ant-popover-inner{background-color:#eb2f96}:where(.css-ed5zg0).ant-popover.ant-popover-magenta .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-pink{--antd-arrow-background-color: #eb2f96}:where(.css-ed5zg0).ant-popover.ant-popover-pink .ant-popover-inner{background-color:#eb2f96}:where(.css-ed5zg0).ant-popover.ant-popover-pink .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-red{--antd-arrow-background-color: #f5222d}:where(.css-ed5zg0).ant-popover.ant-popover-red .ant-popover-inner{background-color:#f5222d}:where(.css-ed5zg0).ant-popover.ant-popover-red .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-orange{--antd-arrow-background-color: #fa8c16}:where(.css-ed5zg0).ant-popover.ant-popover-orange .ant-popover-inner{background-color:#fa8c16}:where(.css-ed5zg0).ant-popover.ant-popover-orange .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-yellow{--antd-arrow-background-color: #fadb14}:where(.css-ed5zg0).ant-popover.ant-popover-yellow .ant-popover-inner{background-color:#fadb14}:where(.css-ed5zg0).ant-popover.ant-popover-yellow .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-volcano{--antd-arrow-background-color: #fa541c}:where(.css-ed5zg0).ant-popover.ant-popover-volcano .ant-popover-inner{background-color:#fa541c}:where(.css-ed5zg0).ant-popover.ant-popover-volcano .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-geekblue{--antd-arrow-background-color: #2f54eb}:where(.css-ed5zg0).ant-popover.ant-popover-geekblue .ant-popover-inner{background-color:#2f54eb}:where(.css-ed5zg0).ant-popover.ant-popover-geekblue .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-lime{--antd-arrow-background-color: #a0d911}:where(.css-ed5zg0).ant-popover.ant-popover-lime .ant-popover-inner{background-color:#a0d911}:where(.css-ed5zg0).ant-popover.ant-popover-lime .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-gold{--antd-arrow-background-color: #faad14}:where(.css-ed5zg0).ant-popover.ant-popover-gold .ant-popover-inner{background-color:#faad14}:where(.css-ed5zg0).ant-popover.ant-popover-gold .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-zoom-big-enter,:where(.css-ed5zg0).ant-zoom-big-appear{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}:where(.css-ed5zg0).ant-zoom-big-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}:where(.css-ed5zg0).ant-zoom-big-enter.ant-zoom-big-enter-active,:where(.css-ed5zg0).ant-zoom-big-appear.ant-zoom-big-appear-active{animation-name:css-ed5zg0-antZoomBigIn;animation-play-state:running}:where(.css-ed5zg0).ant-zoom-big-leave.ant-zoom-big-leave-active{animation-name:css-ed5zg0-antZoomBigOut;animation-play-state:running;pointer-events:none}:where(.css-ed5zg0).ant-zoom-big-enter,:where(.css-ed5zg0).ant-zoom-big-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}:where(.css-ed5zg0).ant-zoom-big-enter-prepare,:where(.css-ed5zg0).ant-zoom-big-appear-prepare{transform:none}:where(.css-ed5zg0).ant-zoom-big-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.track-map .tooltip-container{pointer-events:none!important}.track-map .tooltip-container>*{pointer-events:initial}.g-expandable-pannel-wrap.collapsed .tooltip-container{display:none}.g-rc-tooltip{position:absolute!important}.g-rc-tooltip .g-rc-tooltip-arrow{height:10px}.pass-map{background:transparent}.pass-map .pass-area{position:absolute;background:rgba(255,77,79,.21);border:1px solid #00000000;z-index:1}.pass-map .pass-area-circle{border-radius:50%}.pass-map .pass-area__active{background:rgba(255,77,79,.25);border:1px solid #ff4d4f}:root{--adm-radius-s: 4px;--adm-radius-m: 8px;--adm-radius-l: 12px;--adm-font-size-1: 9px;--adm-font-size-2: 10px;--adm-font-size-3: 11px;--adm-font-size-4: 12px;--adm-font-size-5: 13px;--adm-font-size-6: 14px;--adm-font-size-7: 15px;--adm-font-size-8: 16px;--adm-font-size-9: 17px;--adm-font-size-10: 18px;--adm-color-primary: #1677ff;--adm-color-success: #00b578;--adm-color-warning: #ff8f1f;--adm-color-danger: #ff3141;--adm-color-yellow: #ff9f18;--adm-color-orange: #ff6430;--adm-color-wathet: #e7f1ff;--adm-color-text: #333333;--adm-color-text-secondary: #666666;--adm-color-weak: #999999;--adm-color-light: #cccccc;--adm-color-border: #eeeeee;--adm-color-background: #ffffff;--adm-color-highlight: var(--adm-color-danger);--adm-color-white: #ffffff;--adm-color-box: #f5f5f5;--adm-color-text-light-solid: var(--adm-color-white);--adm-color-text-dark-solid: #000000;--adm-color-fill-content: var(--adm-color-box);--adm-font-size-main: var(--adm-font-size-5);--adm-font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--adm-border-color: var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary: #3086ff;--adm-color-success: #34b368;--adm-color-warning: #ffa930;--adm-color-danger: #ff4a58;--adm-color-yellow: #ffa930;--adm-color-orange: #e65a2b;--adm-color-wathet: #0d2543;--adm-color-text: #e6e6e6;--adm-color-text-secondary: #b3b3b3;--adm-color-weak: #808080;--adm-color-light: #4d4d4d;--adm-color-border: #2b2b2b;--adm-color-box: #0a0a0a;--adm-color-background: #1a1a1a;--adm-color-background-body: var(--adm-color-background);--adm-border-color: var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity ease-in-out .2s}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size: 1;height:calc(var(--size) / 2 * 2px);width:0;position:fixed;left:-100vw;top:-100vh;-webkit-user-select:none;user-select:none;pointer-events:none}.adm-image-viewer-content{width:100vw;height:100vh;touch-action:none;-webkit-user-select:none;user-select:none}.adm-image-viewer-footer{position:absolute;width:100%;bottom:0;z-index:1}.adm-image-viewer-slides{height:100%;position:relative;z-index:1;cursor:-webkit-grab;cursor:grab;touch-action:none}.adm-image-viewer-slides-inner{height:100%;white-space:nowrap}.adm-image-viewer-slides-inner>*{margin-right:16px}.adm-image-viewer-slide{position:relative;width:100%;height:100%;display:inline-block}.adm-image-viewer-control{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;cursor:-webkit-grab;cursor:grab;touch-action:none}.adm-image-viewer-image-wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.adm-image-viewer-image-wrapper img{display:block;max-width:100%;max-height:100%}.adm-image-viewer-indicator{position:absolute;z-index:2;left:50%;top:12px;transform:translate(-50%);color:var(--adm-color-border);font-size:var(--adm-font-size-6)}.adm-mask{--z-index: var(--adm-mask-z-index, 1000);position:fixed;top:0;left:0;z-index:var(--z-index);display:block;width:100%;height:100%}.adm-mask-aria-button{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;pointer-events:none}.adm-mask-content{z-index:1}.adm-safe-area{--multiple: var(--adm-safe-area-multiple, 1);display:block;width:100%}.adm-safe-area-position-top{padding-top:calc(env(safe-area-inset-top) * var(--multiple))}.adm-safe-area-position-bottom{padding-bottom:calc(env(safe-area-inset-bottom) * var(--multiple))}')), document.head.appendChild(o);
4
+ var e = document.createElement("style");
5
+ e.appendChild(document.createTextNode('.storybook-button{font-family:Nunito Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;border:0;border-radius:3em;cursor:pointer;display:inline-block;line-height:1}.storybook-button--primary{color:#fff;background-color:#027bf4}.storybook-button--secondary{color:#333;background-color:transparent;box-shadow:#00000026 0 0 0 1px inset}.storybook-button--small{font-size:12px;padding:10px 16px}.storybook-button--medium{font-size:14px;padding:11px 20px}.storybook-button--large{font-size:16px;padding:12px 24px}.copy-btn{font-size:16px;cursor:pointer}.copy-btn:hover{color:#b452ff}.g-icon-btn{height:28px;width:28px;line-height:28px;background-color:#222836;color:#b8c1d0;cursor:pointer;text-align:center;padding:0;border:none;font-size:16px;display:block}.g-icon-btn:hover{color:#fff;background:linear-gradient(180deg,#4e5b73 0%,#222836 100%);border-image:linear-gradient(180deg,#4e5b73 0%,#222836 100%),linear-gradient(180deg,#ffffff 16.67%,#d2d2d2 49.48%,#000000 73.44%,#e4e4e4 92.71%)}.g-icon-btn:disabled{color:#68707e;cursor:not-allowed;background:linear-gradient(180deg,#0a111d 0%,#222836 100%)}.markdown{word-break:break-all}.markdown :last-child{margin-bottom:0}.markdown div,.markdown hr,.markdown h1,.markdown h2,.markdown h3,.markdown h4,.markdown h5,.markdown h6,.markdown p,.markdown table,.markdown code,.markdown img,.markdown address,.markdown blockquote,.markdown dir,.markdown menu,.markdown pre,.markdown ul,.markdown ol,.markdown li,.markdown dl{margin-bottom:12px;line-height:150%;white-space:pre-wrap}.markdown div:last-child,.markdown hr:last-child,.markdown h1:last-child,.markdown h2:last-child,.markdown h3:last-child,.markdown h4:last-child,.markdown h5:last-child,.markdown h6:last-child,.markdown p:last-child,.markdown table:last-child,.markdown code:last-child,.markdown img:last-child,.markdown address:last-child,.markdown blockquote:last-child,.markdown dir:last-child,.markdown menu:last-child,.markdown pre:last-child,.markdown ul:last-child,.markdown ol:last-child,.markdown li:last-child,.markdown dl:last-child{margin-bottom:0}.markdown ul,.markdown ol{padding-inline-start:20px}.markdown ul{list-style-type:disc}.markdown ol{list-style-type:decimal}.markdown ul,.markdown li{white-space:normal;margin-bottom:8px}.markdown table{display:block;border-collapse:collapse;border-radius:4px;max-width:100%;overflow:auto;width:max-content}.markdown td,.markdown th{border:1px solid #e8e9eb;padding:6px 13px;text-align:left}.markdown tr{color:#151b26;background-color:#fff}.markdown th{background-color:#f9f2ff;color:#000}.markdown tr:hover td{background-color:#fff}.markdown p code{background:#f9f2ff;border-radius:4px;padding:4px;display:inline;font-size:12px;color:#070c14}.markdown .markdown-code-title{margin:0;padding:0 16px;height:36px;border-radius:8px 8px 0 0;background:#f9f2ff;display:flex;align-items:center;justify-content:space-between;line-height:21px;font-weight:500;color:#070c14}.markdown .markdown-code-context{padding:16px;background:rgba(249,242,255,.3)!important;margin:0!important;border-radius:0 0 8px 8px}.markdown .markdown-code-context code{margin:0;font-size:85%;background:none;font-size:14px}.markdown .markdown-code-context code>span{flex-wrap:wrap}.markdown p{white-space:pre-line}.markdown pre code.hljs{display:block;overflow-x:auto;padding:1em}.markdown p{line-height:150%;height:auto!important}.markdown img{max-width:100%}.markdown a,.markdown a:hover{color:#0f64ff}.markdown code.hljs{padding:3px 5px}.markdown .hljs{background:rgba(249,242,255,.3);color:#000}.markdown .hljs-comment{color:#697070}.markdown .hljs-tag,.markdown .hljs-punctuation{color:#000a}.markdown .hljs-tag .hljs-name,.markdown .hljs-tag .hljs-attr{color:#000}.markdown .hljs-keyword,.markdown .hljs-attribute,.markdown .hljs-selector-tag,.markdown .hljs-meta .hljs-keyword,.markdown .hljs-doctag,.markdown .hljs-name{font-weight:700}.markdown .hljs-type,.markdown .hljs-string,.markdown .hljs-number,.markdown .hljs-selector-id,.markdown .hljs-selector-class,.markdown .hljs-quote,.markdown .hljs-template-tag,.markdown .hljs-deletion{color:#800}.markdown .hljs-title,.markdown .hljs-section{color:#800;font-weight:700}.markdown .hljs-regexp,.markdown .hljs-symbol,.markdown .hljs-variable,.markdown .hljs-template-variable,.markdown .hljs-link,.markdown .hljs-selector-attr,.markdown .hljs-operator,.markdown .hljs-selector-pseudo{color:#ab5656}.markdown .hljs-literal{color:#695}.markdown .hljs-built_in,.markdown .hljs-bullet,.markdown .hljs-code,.markdown .hljs-addition{color:#397300}.markdown .hljs-meta{color:#1f7199}.markdown .hljs-meta .hljs-string{color:#38a}.markdown .hljs-emphasis{font-style:italic}.markdown .hljs-strong{font-weight:700}.markdown .ant-image{margin-bottom:6px!important}.markdown .ant-image .ant-image-img{margin-bottom:0!important}.g-expandable-pannel-wrap{inset:0;z-index:999}.g-expandable-pannel-wrap .g-expandable-pannel-expand-bar{position:absolute;right:0;top:0;background-color:#222836;z-index:9999}.g-expandable-pannel-wrap .g-expandable-pannel-expand-bar.collapsed{position:absolute;top:0;right:0;z-index:9;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.g-expandable-pannel-wrap .g-expandable-pannel-expand-bar.expaned{padding:0}.g-expandable-pannel-wrap .g-expandable-pannel-expand-bar.expaned .g-icon-btn{background-color:#0000}.g-expandable-pannel-wrap .g-expandable-pannel{width:100%;height:100%;border:.5px solid #313A4D}.g-expandable-pannel-wrap .g-expandable-pannel-header{position:absolute;right:0;top:0;z-index:9;padding-right:28px;height:28px;display:flex;flex-direction:row-reverse}.g-expandable-pannel-wrap .g-expandable-pannel-body{opacity:.85;width:100%;height:100%}.g-expandable-pannel-wrap .g-expandable-pannel-body .icon{width:16px;height:16px}.g-expandable-pannel-wrap .g-expandable-pannel.full{width:100%!important;height:100%!important;inset:0 55px;z-index:9}.g-expandable-pannel-wrap .g-expandable-pannel.hidden{inset:0 -20000px}.g-expandable-pannel-wrap .g-expandable-pannel.hidden+.bar-btn{position:absolute;right:0!important;background:rgba(58,63,76,.5);border-radius:20px 0 0 20px}.g-expandable-pannel-wrap .g-expandable-pannel.normal{height:250px;overflow:hidden;padding:0}.g-expandable-pannel-wrap .g-expandable-pannel.full+.bar-btn{top:0;right:55px;z-index:99}.g-expandable-pannel-wrap .g-expandable-pannel.full~.cover{display:block;position:absolute;width:100vw;height:100vh;top:0;left:0;background:#00000066}.g-expandable-pannel-wrap .g-expandable-pannel.hiddern~.cover{display:none}.g-expandable-pannel-wrap .g-expandable-pannel .minimap-menu-pannel{width:134px;background:#ffffff;border:1px solid #ececec;box-shadow:2px 2px 6px #c0c0c040;border-radius:4px;padding:6px 12px}.g-expandable-pannel-wrap .g-expandable-pannel .minimap-menu-pannel .item-row{width:100%;display:flex;height:32px;align-items:center}.g-expandable-pannel-wrap .g-expandable-pannel .minimap-menu-pannel .item-row img{width:16px;height:16px;margin:0 8px}.g-expandable-pannel-wrap .g-expandable-pannel .status{display:block}.g-expandable-pannel-wrap .g-expandable-pannel .status.success:before{display:inline-block;content:"";width:12px;height:12px;background-color:#52c41a}.g-expandable-pannel-wrap .g-expandable-pannel .status.error:before{display:inline-block;content:"";width:12px;height:12px;background-color:#ff4d4f}.g-expandable-pannel-wrap .g-expandable-pannel .pass-confirm-wrap{position:absolute}.g-mouse-tip{display:inline-flex;justify-content:center;align-items:center;gap:4px;box-shadow:0 1px 10px #0000000d,0 4px 5px #00000014,0 2px 4px -1px #0000001f;border-radius:4px;background:#000;position:fixed;z-index:2000;padding:8px 12px}.g-mouse-tip-content{font-size:12px;font-style:normal;font-weight:400;color:#fff}.pass-map{background:transparent}.pass-map .pass-area{position:absolute;background:rgba(255,77,79,.21);border:1px solid #00000000;z-index:1}.pass-map .pass-area-circle{border-radius:50%}.pass-map .pass-area__active{background:rgba(255,77,79,.25);border:1px solid #ff4d4f}.track-map{z-index:10;position:relative}.track-map .point{cursor:pointer}.track-map .bottom-action{position:fixed;left:50%;bottom:10px;transform:translate(-50%);z-index:1000;display:flex;justify-content:center;align-items:flex-end;padding-bottom:12px}.track-map .bottom-action .bottom-pannel{background:white;height:48px;background:rgba(255,255,255,.9);border:1px solid #f8f8f8;box-shadow:2px 2px 4px #c0c0c040;border-radius:4px;padding:0 12px}:where(.css-ed5zg0)[class^=ant-popconfirm],:where(.css-ed5zg0)[class*=" ant-popconfirm"]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;box-sizing:border-box}:where(.css-ed5zg0)[class^=ant-popconfirm]:before,:where(.css-ed5zg0)[class*=" ant-popconfirm"]:before,:where(.css-ed5zg0)[class^=ant-popconfirm]:after,:where(.css-ed5zg0)[class*=" ant-popconfirm"]:after{box-sizing:border-box}:where(.css-ed5zg0)[class^=ant-popconfirm] [class^=ant-popconfirm],:where(.css-ed5zg0)[class*=" ant-popconfirm"] [class^=ant-popconfirm],:where(.css-ed5zg0)[class^=ant-popconfirm] [class*=" ant-popconfirm"],:where(.css-ed5zg0)[class*=" ant-popconfirm"] [class*=" ant-popconfirm"]{box-sizing:border-box}:where(.css-ed5zg0)[class^=ant-popconfirm] [class^=ant-popconfirm]:before,:where(.css-ed5zg0)[class*=" ant-popconfirm"] [class^=ant-popconfirm]:before,:where(.css-ed5zg0)[class^=ant-popconfirm] [class*=" ant-popconfirm"]:before,:where(.css-ed5zg0)[class*=" ant-popconfirm"] [class*=" ant-popconfirm"]:before,:where(.css-ed5zg0)[class^=ant-popconfirm] [class^=ant-popconfirm]:after,:where(.css-ed5zg0)[class*=" ant-popconfirm"] [class^=ant-popconfirm]:after,:where(.css-ed5zg0)[class^=ant-popconfirm] [class*=" ant-popconfirm"]:after,:where(.css-ed5zg0)[class*=" ant-popconfirm"] [class*=" ant-popconfirm"]:after{box-sizing:border-box}:where(.css-ed5zg0).ant-popconfirm{z-index:1060}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-inner-content{color:#000000e0}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-message{position:relative;margin-bottom:8px;color:#000000e0;font-size:14px;display:flex;flex-wrap:nowrap;align-items:start}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-message>.ant-popconfirm-message-icon .anticon{color:#faad14;font-size:14px;flex:none;line-height:1;padding-top:4px}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-message-title{flex:auto;margin-inline-start:8px}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-message-title-only{font-weight:600}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-description{position:relative;margin-inline-start:22px;margin-bottom:8px;color:#000000e0;font-size:14px}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-buttons{text-align:end}:where(.css-ed5zg0).ant-popconfirm .ant-popconfirm-buttons button{margin-inline-start:8px}:where(.css-ed5zg0)[class^=ant-popover],:where(.css-ed5zg0)[class*=" ant-popover"]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;box-sizing:border-box}:where(.css-ed5zg0)[class^=ant-popover]:before,:where(.css-ed5zg0)[class*=" ant-popover"]:before,:where(.css-ed5zg0)[class^=ant-popover]:after,:where(.css-ed5zg0)[class*=" ant-popover"]:after{box-sizing:border-box}:where(.css-ed5zg0)[class^=ant-popover] [class^=ant-popover],:where(.css-ed5zg0)[class*=" ant-popover"] [class^=ant-popover],:where(.css-ed5zg0)[class^=ant-popover] [class*=" ant-popover"],:where(.css-ed5zg0)[class*=" ant-popover"] [class*=" ant-popover"]{box-sizing:border-box}:where(.css-ed5zg0)[class^=ant-popover] [class^=ant-popover]:before,:where(.css-ed5zg0)[class*=" ant-popover"] [class^=ant-popover]:before,:where(.css-ed5zg0)[class^=ant-popover] [class*=" ant-popover"]:before,:where(.css-ed5zg0)[class*=" ant-popover"] [class*=" ant-popover"]:before,:where(.css-ed5zg0)[class^=ant-popover] [class^=ant-popover]:after,:where(.css-ed5zg0)[class*=" ant-popover"] [class^=ant-popover]:after,:where(.css-ed5zg0)[class^=ant-popover] [class*=" ant-popover"]:after,:where(.css-ed5zg0)[class*=" ant-popover"] [class*=" ant-popover"]:after{box-sizing:border-box}:where(.css-ed5zg0).ant-popover{box-sizing:border-box;margin:0;padding:0;color:#000000e0;font-size:14px;line-height:1.57142857;list-style:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";position:absolute;top:0;left:0;z-index:1030;font-weight:400;white-space:normal;text-align:start;cursor:auto;user-select:text;--antd-arrow-background-color: #ffffff}:where(.css-ed5zg0).ant-popover-rtl{direction:rtl}:where(.css-ed5zg0).ant-popover-hidden{display:none}:where(.css-ed5zg0).ant-popover .ant-popover-content{position:relative}:where(.css-ed5zg0).ant-popover .ant-popover-inner{background-color:#fff;background-clip:padding-box;border-radius:8px;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d;padding:12px}:where(.css-ed5zg0).ant-popover .ant-popover-title{min-width:177px;margin-bottom:8px;color:#000000e0;font-weight:600}:where(.css-ed5zg0).ant-popover .ant-popover-inner-content{color:#000000e0;padding:0}:where(.css-ed5zg0).ant-popover .ant-popover-arrow{position:absolute;z-index:1;display:block;pointer-events:none;width:16px;height:16px;overflow:hidden;border:0}:where(.css-ed5zg0).ant-popover .ant-popover-arrow:before{position:absolute;bottom:0;inset-inline-start:0;width:16px;height:8px;background:var(--antd-arrow-background-color);clip-path:polygon(1.65685425px 100%,50% 1.65685425px,14.34314575px 100%,1.65685425px 100%);clip-path:path("M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z");content:""}:where(.css-ed5zg0).ant-popover .ant-popover-arrow:after{content:"";position:absolute;width:8.97056275px;height:8.97056275px;bottom:0;inset-inline:0;margin:auto;border-radius:0 0 2px;transform:translateY(50%) rotate(-135deg);box-shadow:2px 2px 5px #0000000d;z-index:0;background:transparent}:where(.css-ed5zg0).ant-popover .ant-popover-arrow:before{background:var(--antd-arrow-background-color)}:where(.css-ed5zg0).ant-popover-placement-top .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-topLeft .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-topRight .ant-popover-arrow{bottom:0;transform:translateY(100%) rotate(180deg)}:where(.css-ed5zg0).ant-popover-placement-top .ant-popover-arrow{left:50%;transform:translate(-50%) translateY(100%) rotate(180deg)}:where(.css-ed5zg0).ant-popover-placement-topLeft .ant-popover-arrow{left:12px}:where(.css-ed5zg0).ant-popover-placement-topRight .ant-popover-arrow{right:12px}:where(.css-ed5zg0).ant-popover-placement-bottom .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-bottomLeft .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-bottomRight .ant-popover-arrow{top:0;transform:translateY(-100%)}:where(.css-ed5zg0).ant-popover-placement-bottom .ant-popover-arrow{left:50%;transform:translate(-50%) translateY(-100%)}:where(.css-ed5zg0).ant-popover-placement-bottomLeft .ant-popover-arrow{left:12px}:where(.css-ed5zg0).ant-popover-placement-bottomRight .ant-popover-arrow{right:12px}:where(.css-ed5zg0).ant-popover-placement-left .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-leftTop .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-leftBottom .ant-popover-arrow{right:0;transform:translate(100%) rotate(90deg)}:where(.css-ed5zg0).ant-popover-placement-left .ant-popover-arrow{top:50%;transform:translateY(-50%) translate(100%) rotate(90deg)}:where(.css-ed5zg0).ant-popover-placement-leftTop .ant-popover-arrow{top:12px}:where(.css-ed5zg0).ant-popover-placement-leftBottom .ant-popover-arrow{bottom:12px}:where(.css-ed5zg0).ant-popover-placement-right .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-rightTop .ant-popover-arrow,:where(.css-ed5zg0).ant-popover-placement-rightBottom .ant-popover-arrow{left:0;transform:translate(-100%) rotate(-90deg)}:where(.css-ed5zg0).ant-popover-placement-right .ant-popover-arrow{top:50%;transform:translateY(-50%) translate(-100%) rotate(-90deg)}:where(.css-ed5zg0).ant-popover-placement-rightTop .ant-popover-arrow{top:12px}:where(.css-ed5zg0).ant-popover-placement-rightBottom .ant-popover-arrow{bottom:12px}:where(.css-ed5zg0).ant-popover-pure{position:relative;max-width:none;margin:16px;display:inline-block}:where(.css-ed5zg0).ant-popover-pure .ant-popover-content{display:inline-block}:where(.css-ed5zg0).ant-popover.ant-popover-blue{--antd-arrow-background-color: #1677ff}:where(.css-ed5zg0).ant-popover.ant-popover-blue .ant-popover-inner{background-color:#1677ff}:where(.css-ed5zg0).ant-popover.ant-popover-blue .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-purple{--antd-arrow-background-color: #722ed1}:where(.css-ed5zg0).ant-popover.ant-popover-purple .ant-popover-inner{background-color:#722ed1}:where(.css-ed5zg0).ant-popover.ant-popover-purple .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-cyan{--antd-arrow-background-color: #13c2c2}:where(.css-ed5zg0).ant-popover.ant-popover-cyan .ant-popover-inner{background-color:#13c2c2}:where(.css-ed5zg0).ant-popover.ant-popover-cyan .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-green{--antd-arrow-background-color: #52c41a}:where(.css-ed5zg0).ant-popover.ant-popover-green .ant-popover-inner{background-color:#52c41a}:where(.css-ed5zg0).ant-popover.ant-popover-green .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-magenta{--antd-arrow-background-color: #eb2f96}:where(.css-ed5zg0).ant-popover.ant-popover-magenta .ant-popover-inner{background-color:#eb2f96}:where(.css-ed5zg0).ant-popover.ant-popover-magenta .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-pink{--antd-arrow-background-color: #eb2f96}:where(.css-ed5zg0).ant-popover.ant-popover-pink .ant-popover-inner{background-color:#eb2f96}:where(.css-ed5zg0).ant-popover.ant-popover-pink .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-red{--antd-arrow-background-color: #f5222d}:where(.css-ed5zg0).ant-popover.ant-popover-red .ant-popover-inner{background-color:#f5222d}:where(.css-ed5zg0).ant-popover.ant-popover-red .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-orange{--antd-arrow-background-color: #fa8c16}:where(.css-ed5zg0).ant-popover.ant-popover-orange .ant-popover-inner{background-color:#fa8c16}:where(.css-ed5zg0).ant-popover.ant-popover-orange .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-yellow{--antd-arrow-background-color: #fadb14}:where(.css-ed5zg0).ant-popover.ant-popover-yellow .ant-popover-inner{background-color:#fadb14}:where(.css-ed5zg0).ant-popover.ant-popover-yellow .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-volcano{--antd-arrow-background-color: #fa541c}:where(.css-ed5zg0).ant-popover.ant-popover-volcano .ant-popover-inner{background-color:#fa541c}:where(.css-ed5zg0).ant-popover.ant-popover-volcano .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-geekblue{--antd-arrow-background-color: #2f54eb}:where(.css-ed5zg0).ant-popover.ant-popover-geekblue .ant-popover-inner{background-color:#2f54eb}:where(.css-ed5zg0).ant-popover.ant-popover-geekblue .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-lime{--antd-arrow-background-color: #a0d911}:where(.css-ed5zg0).ant-popover.ant-popover-lime .ant-popover-inner{background-color:#a0d911}:where(.css-ed5zg0).ant-popover.ant-popover-lime .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-popover.ant-popover-gold{--antd-arrow-background-color: #faad14}:where(.css-ed5zg0).ant-popover.ant-popover-gold .ant-popover-inner{background-color:#faad14}:where(.css-ed5zg0).ant-popover.ant-popover-gold .ant-popover-arrow{background:transparent}:where(.css-ed5zg0).ant-zoom-big-enter,:where(.css-ed5zg0).ant-zoom-big-appear{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}:where(.css-ed5zg0).ant-zoom-big-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}:where(.css-ed5zg0).ant-zoom-big-enter.ant-zoom-big-enter-active,:where(.css-ed5zg0).ant-zoom-big-appear.ant-zoom-big-appear-active{animation-name:css-ed5zg0-antZoomBigIn;animation-play-state:running}:where(.css-ed5zg0).ant-zoom-big-leave.ant-zoom-big-leave-active{animation-name:css-ed5zg0-antZoomBigOut;animation-play-state:running;pointer-events:none}:where(.css-ed5zg0).ant-zoom-big-enter,:where(.css-ed5zg0).ant-zoom-big-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}:where(.css-ed5zg0).ant-zoom-big-enter-prepare,:where(.css-ed5zg0).ant-zoom-big-appear-prepare{transform:none}:where(.css-ed5zg0).ant-zoom-big-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.track-map .tooltip-container{pointer-events:none!important}.track-map .tooltip-container>*{pointer-events:initial}.g-expandable-pannel-wrap.collapsed .tooltip-container{display:none}.g-rc-tooltip{position:absolute!important}.g-rc-tooltip .g-rc-tooltip-arrow{height:10px}*{box-sizing:border-box}.image-map{position:relative;width:100%;height:100%;overflow:hidden;user-select:none;display:flex;justify-content:center}.image-map .image-map-pannel{width:100%;height:100%;user-select:none;display:flex;justify-content:center;align-items:center}.image-map .image-map-toolbar{position:absolute;width:auto;height:auto;bottom:12px;z-index:99;display:flex;align-items:center;gap:12px;background-color:#393939;padding:10px;border-radius:6px}.image-map .image-map-toolbar .zoom-controller{display:flex;height:100%;align-items:center;gap:12px;color:#fff}.image-map .image-map-toolbar .zoom-controller .g-icon-btn,.image-map .image-map-toolbar .zoom-controller .g-icon-btn button{background-color:unset;font-size:16px;border:.5px solid #6f6f6f;border-radius:2px;font-size:14px}.image-map .image-map-toolbar .zoom-controller .g-icon-btn .anticon,.image-map .image-map-toolbar .zoom-controller .g-icon-btn button .anticon{font-size:14px}.image-map .image-map-toolbar .zoom-controller.vertical{flex-direction:column}.image-map .image-map-toolbar .zoom-controller.vertical .g-icon-btn{background-color:red;margin-top:6px;border:none}.image-map .image-map-toolbar .zoom-controller.vertical .g-icon-btn .anticon{font-size:16px}.image-map .image-map-toolbar .zoom-controller.horizontal{flex-direction:row}.image-map .image-map-toolbar .line{width:1px;height:12px;border:.5px solid #e0e0e0}.image-map .image-map-toolbar .moveable-controller{background-color:unset;height:100%;border:.5px solid #6f6f6f;border-radius:2px}.image-map .image-map-toolbar .moveable-controller .moveable-controller-btn{position:relative;border:none;border-radius:2px;background-color:unset;padding:0;display:flex;height:100%}.image-map .image-map-toolbar .moveable-controller .moveable-controller-btn .btn-change{display:flex;align-items:center;color:#fff;gap:10px;height:100%;margin-inline-end:unset;padding:4px 8px}.image-map .image-map-toolbar .moveable-controller .moveable-controller-btn .btn-change svg{font-size:16px}.image-map .image-map-toolbar .moveable-controller .moveable-controller-btn .anticon{font-size:24px}.image-map .image-map-toolbar .moveable-controller .moveable-controller-btn.active{color:#fff}.image-map .image-map-toolbar .moveable-controller .moveable-controller-btn:hover{background:linear-gradient(180deg,#4e5b73 0%,#222836 100%)}.image-map .image-map-toolbar .editing-controller{display:flex;gap:12px;align-items:center;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0px;text-align:left}.image-map .image-map-toolbar .editing-controller .ant-btn-default{border:.5px solid #6f6f6f;border-radius:2px;background-color:unset;color:#fff;padding:4px 8px}.image-map .image-map-toolbar .editing-controller .ant-btn-default:hover{background:linear-gradient(180deg,#4e5b73 0%,#222836 100%)}.image-map .image-map-toolbar .editing-controller .ant-btn-primary{border-radius:2px;background-color:#0532a6;border:.5px solid #6f6f6f;color:#fff;padding:4px 8px}.image-map .image-map-toolbar .editing-controller .ant-btn-primary:hover{background:#0949d2}.image-map .image-map-toolbar .editing-controller .ant-btn-primary .save-detail{display:flex;align-items:center;color:#fff;gap:10px;height:100%}.image-map .image-map-toolbar .editing-controller .ant-btn-primary .save-detail svg{font-size:16px}')), document.head.appendChild(e);
6
6
  }
7
- } catch (e) {
8
- console.error("vite-plugin-css-injected-by-js", e);
7
+ } catch (o) {
8
+ console.error("vite-plugin-css-injected-by-js", o);
9
9
  }
10
10
  })();
@@ -0,0 +1 @@
1
+ :root{--adm-radius-s: 4px;--adm-radius-m: 8px;--adm-radius-l: 12px;--adm-font-size-1: 9px;--adm-font-size-2: 10px;--adm-font-size-3: 11px;--adm-font-size-4: 12px;--adm-font-size-5: 13px;--adm-font-size-6: 14px;--adm-font-size-7: 15px;--adm-font-size-8: 16px;--adm-font-size-9: 17px;--adm-font-size-10: 18px;--adm-color-primary: #1677ff;--adm-color-success: #00b578;--adm-color-warning: #ff8f1f;--adm-color-danger: #ff3141;--adm-color-yellow: #ff9f18;--adm-color-orange: #ff6430;--adm-color-wathet: #e7f1ff;--adm-color-text: #333333;--adm-color-text-secondary: #666666;--adm-color-weak: #999999;--adm-color-light: #cccccc;--adm-color-border: #eeeeee;--adm-color-background: #ffffff;--adm-color-highlight: var(--adm-color-danger);--adm-color-white: #ffffff;--adm-color-box: #f5f5f5;--adm-color-text-light-solid: var(--adm-color-white);--adm-color-text-dark-solid: #000000;--adm-color-fill-content: var(--adm-color-box);--adm-font-size-main: var(--adm-font-size-5);--adm-font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--adm-border-color: var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary: #3086ff;--adm-color-success: #34b368;--adm-color-warning: #ffa930;--adm-color-danger: #ff4a58;--adm-color-yellow: #ffa930;--adm-color-orange: #e65a2b;--adm-color-wathet: #0d2543;--adm-color-text: #e6e6e6;--adm-color-text-secondary: #b3b3b3;--adm-color-weak: #808080;--adm-color-light: #4d4d4d;--adm-color-border: #2b2b2b;--adm-color-box: #0a0a0a;--adm-color-background: #1a1a1a;--adm-color-background-body: var(--adm-color-background);--adm-border-color: var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity ease-in-out .2s}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size: 1;height:calc(var(--size) / 2 * 2px);width:0;position:fixed;left:-100vw;top:-100vh;-webkit-user-select:none;user-select:none;pointer-events:none}
@@ -0,0 +1 @@
1
+ .adm-image-viewer-content{width:100vw;height:100vh;touch-action:none;-webkit-user-select:none;user-select:none}.adm-image-viewer-footer{position:absolute;width:100%;bottom:0;z-index:1}.adm-image-viewer-slides{height:100%;position:relative;z-index:1;cursor:-webkit-grab;cursor:grab;touch-action:none}.adm-image-viewer-slides-inner{height:100%;white-space:nowrap}.adm-image-viewer-slides-inner>*{margin-right:16px}.adm-image-viewer-slide{position:relative;width:100%;height:100%;display:inline-block}.adm-image-viewer-control{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;cursor:-webkit-grab;cursor:grab;touch-action:none}.adm-image-viewer-image-wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.adm-image-viewer-image-wrapper img{display:block;max-width:100%;max-height:100%}.adm-image-viewer-indicator{position:absolute;z-index:2;left:50%;top:12px;transform:translate(-50%);color:var(--adm-color-border);font-size:var(--adm-font-size-6)}
@@ -0,0 +1 @@
1
+ .adm-mask{--z-index: var(--adm-mask-z-index, 1000);position:fixed;top:0;left:0;z-index:var(--z-index);display:block;width:100%;height:100%}.adm-mask-aria-button{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;pointer-events:none}.adm-mask-content{z-index:1}
@@ -0,0 +1 @@
1
+ .adm-safe-area{--multiple: var(--adm-safe-area-multiple, 1);display:block;width:100%}.adm-safe-area-position-top{padding-top:calc(env(safe-area-inset-top) * var(--multiple))}.adm-safe-area-position-bottom{padding-bottom:calc(env(safe-area-inset-bottom) * var(--multiple))}
@@ -1 +1 @@
1
- .quill-editor{position:relative}.quill-editor .ql-container{border-radius:4px}.quill-editor .ql-container:hover{border:1px solid none;outline:0}.quill-editor .quill-editor-send{position:absolute;left:8px;right:8px;bottom:34px;height:0;display:flex;justify-content:space-between}.quill-editor .ql-editor:before{font-style:normal;font-weight:400}.quill-editor .shortcut-direct{width:15px;height:15px;display:flex;align-items:center;justify-content:center}.quill-editor .shortcut-direct .ant-popover-inner-content{padding:0}.quill-editor .shortcut-direct .shortcut-direct-pannel{width:180px;padding:4px 0}.quill-editor .shortcut-direct .shortcut-direct-pannel .shortcut-direct-item{display:flex;align-items:center;justify-content:space-between;padding:4px 12px;cursor:pointer}.quill-editor .shortcut-direct .shortcut-direct-pannel .shortcut-direct-item .title{color:#393939}.quill-editor .shortcut-direct .shortcut-direct-pannel .shortcut-direct-item .text{color:#84868c}.quill-editor .shortcut-direct .shortcut-direct-pannel .shortcut-direct-item:hover{background:#f9f2ff}.quill-editor .shortcut-direct .shortcut-direct-pannel .shortcut-direct-item__disabled{display:flex;align-items:center;justify-content:space-between;padding:4px 12px;cursor:not-allowed}.quill-editor .shortcut-direct .shortcut-direct-pannel .shortcut-direct-item__disabled .title,.quill-editor .shortcut-direct .shortcut-direct-pannel .shortcut-direct-item__disabled .text{color:#b8babf}.quill-editor__active .ql-container{transition:all .3s,height 0;border:1px solid #b452ff;outline:0;box-shadow:none}.inlay .quill-editor .quill-editor-wrapper{max-height:344px;position:relative}.inlay .quill-editor .quill-editor-wrapper .ql-editor{min-height:134px;padding-bottom:32px}.inlay .quill-editor .quill-editor-wrapper__scroll{overflow-y:auto;scrollbar-width:none}.float .quill-editor .quill-editor-wrapper{max-height:200px;position:relative}.float .quill-editor .quill-editor-wrapper .ql-editor{min-height:134px;padding-bottom:24px}.float .quill-editor .quill-editor-wrapper__scroll{overflow-y:auto;scrollbar-width:none}
1
+ .file-preview{width:auto;border-radius:6px;border:1px solid #e8e9eb;background:#ffffff;position:relative;display:inline-block;max-height:80px}.file-preview .file-icon{height:100%;width:48px}.file-preview.small{height:30px;width:150px;padding:3px 6px 3px 3px}.file-preview.small .file-icon{width:24px}.file-preview .file-desc{flex:1;overflow:hidden}.file-preview .file-desc .file-desc-name{color:#5c5f66;font-size:12px;font-style:normal;font-weight:700;line-height:150%;margin-bottom:4px}.file-preview .file-desc .file-desc-size{color:#84868c;font-size:10px;font-style:normal;font-weight:400;line-height:150%}.file-preview .file-action{position:absolute;right:-8px;top:-8px}.file-preview .file-process{background-color:#f7f7f9;border-radius:8px;width:16px;height:16px;line-height:16px;text-align:center;display:inline-flex;align-items:center;justify-content:center}.file-preview .file-remove{display:inline-block;border-radius:10px;width:20px;height:20px;line-height:20px;text-align:center;color:#84868c;border:1px solid #e8e9eb;display:inline-flex;align-items:center;justify-content:center;background-color:#f7f7f9}.file-preview .file-remove:hover{background-color:#fff;color:#b452ff}.file-remove-tooltip .ant-tooltip-content .ant-tooltip-inner{padding:12px}
@@ -1 +1 @@
1
- .home-footer{background:#f5f5f5;width:100%;max-width:824px;margin:0 auto}.home-footer .footer-textarea{position:relative;background:white}.home-footer .footer-textarea .input-textview{min-height:134px;max-height:344px;resize:none;font-size:14px;border:1px solid transparent}.home-footer .footer-textarea .input-textview:focus,.home-footer .footer-textarea .input-textview:active,.home-footer .footer-textarea .input-textview.ant-input-focused{border:1px solid #b452ff;outline:0;box-shadow:none}.home-footer .footer-textarea .input-textview:hover{border:1px solid #b452ff;outline:0;box-shadow:0 0 0 2px #9c24f233}.home-footer .footer-textarea .footer-send{position:absolute;right:0;bottom:0;width:40px;height:130px}.home-footer .footer-textarea .footer-send .send-wrapper{height:16px;width:16px;font-size:16px;border-radius:6px;display:flex;justify-content:center;align-items:center;position:absolute;bottom:8px;right:12px;cursor:pointer;color:#b452ff}.home-footer .footer-textarea .footer-send .send-wrapper__disabled{height:16px;width:16px;font-size:16px;color:#b8babf;background:transparent}.home-footer .footer-warning{display:flex;justify-content:center;align-items:center;font-size:12px;font-weight:400;line-height:18px;text-align:left;color:#999}.inlay .home-footer .footer-textarea .input-textview{min-height:134px;max-height:344px}.float .home-footer .footer-textarea .input-textview{min-height:134px;max-height:200px}
1
+ .quill-editor{position:relative}.quill-editor .ql-container{border-radius:4px}.quill-editor .ql-container:hover{border:1px solid none;outline:0}.quill-editor .quill-editor-send{position:absolute;left:8px;right:8px;bottom:34px;height:0;display:flex;justify-content:space-between}.quill-editor .ql-editor:before{font-style:normal;font-weight:400}.quill-editor .shortcut-direct{width:15px;height:15px;display:flex;align-items:center;justify-content:center}.quill-editor .shortcut-direct .ant-popover-inner-content{padding:0}.quill-editor .shortcut-direct .shortcut-direct-pannel{width:180px;padding:4px 0}.quill-editor .shortcut-direct .shortcut-direct-pannel .shortcut-direct-item{display:flex;align-items:center;justify-content:space-between;padding:4px 12px;cursor:pointer}.quill-editor .shortcut-direct .shortcut-direct-pannel .shortcut-direct-item .title{color:#393939}.quill-editor .shortcut-direct .shortcut-direct-pannel .shortcut-direct-item .text{color:#84868c}.quill-editor .shortcut-direct .shortcut-direct-pannel .shortcut-direct-item:hover{background:#f9f2ff}.quill-editor .shortcut-direct .shortcut-direct-pannel .shortcut-direct-item__disabled{display:flex;align-items:center;justify-content:space-between;padding:4px 12px;cursor:not-allowed}.quill-editor .shortcut-direct .shortcut-direct-pannel .shortcut-direct-item__disabled .title,.quill-editor .shortcut-direct .shortcut-direct-pannel .shortcut-direct-item__disabled .text{color:#b8babf}.quill-editor__active .ql-container{transition:all .3s,height 0;border:1px solid #b452ff;outline:0;box-shadow:none}.inlay .quill-editor .quill-editor-wrapper{max-height:344px;position:relative}.inlay .quill-editor .quill-editor-wrapper .ql-editor{min-height:134px;padding-bottom:32px}.inlay .quill-editor .quill-editor-wrapper__scroll{overflow-y:auto;scrollbar-width:none}.float .quill-editor .quill-editor-wrapper{max-height:200px;position:relative}.float .quill-editor .quill-editor-wrapper .ql-editor{min-height:134px;padding-bottom:24px}.float .quill-editor .quill-editor-wrapper__scroll{overflow-y:auto;scrollbar-width:none}
@@ -1 +1 @@
1
- .greeting{display:flex;flex-direction:column;align-items:center;flex:1;margin:0 auto;max-width:824px;width:100%;padding:16px 0}.greeting-icon{width:74px;height:74px;border-radius:50%;box-shadow:0 6px 16px 2px #070c1414;padding:5px;margin-bottom:24px}.greeting-icon .img{width:64px;height:64px}.greeting-word{font-weight:700;font-size:24px;line-height:30px;margin-bottom:24px}.greeting-questions{width:100%;padding:0 12px}.inlay .greeting{margin-top:40px}.float .greeting{overflow-y:auto;flex:none}
1
+ .home-footer{background:#f5f5f5;width:100%;max-width:824px;margin:0 auto}.home-footer .footer-textarea{position:relative;background:white}.home-footer .footer-textarea .input-textview{min-height:134px;max-height:344px;resize:none;font-size:14px;border:1px solid transparent}.home-footer .footer-textarea .input-textview:focus,.home-footer .footer-textarea .input-textview:active,.home-footer .footer-textarea .input-textview.ant-input-focused{border:1px solid #b452ff;outline:0;box-shadow:none}.home-footer .footer-textarea .input-textview:hover{border:1px solid #b452ff;outline:0;box-shadow:0 0 0 2px #9c24f233}.home-footer .footer-textarea .footer-send{position:absolute;right:0;bottom:0;width:40px;height:130px}.home-footer .footer-textarea .footer-send .send-wrapper{height:16px;width:16px;font-size:16px;border-radius:6px;display:flex;justify-content:center;align-items:center;position:absolute;bottom:8px;right:12px;cursor:pointer;color:#b452ff}.home-footer .footer-textarea .footer-send .send-wrapper__disabled{height:16px;width:16px;font-size:16px;color:#b8babf;background:transparent}.home-footer .footer-warning{display:flex;justify-content:center;align-items:center;font-size:12px;font-weight:400;line-height:18px;text-align:left;color:#999}.inlay .home-footer .footer-textarea .input-textview{min-height:134px;max-height:344px}.float .home-footer .footer-textarea .input-textview{min-height:134px;max-height:200px}
@@ -1 +1 @@
1
- .prompt-setting-panel{display:flex;align-items:center;justify-content:center}.agent-prompt{margin:12px 12px 0;padding:12px;border-radius:4px;border:1px solid #e8e9eb;background:#fff;flex:1;max-width:824px}.agent-prompt .prompt-header{font-size:16px;line-height:24px;font-weight:600;color:#84868c}.agent-prompt .prompt-header .prompt-btn{color:#84868c}.agent-prompt .prompt-header .prompt-title{color:#5c5f66;font-style:normal;line-height:150%}.agent-prompt .prompt-form{max-height:160px;overflow-y:auto;margin-top:12px}.agent-prompt .prompt-form .ant-form-item{margin-left:15px}.agent-prompt .icon-prompt-question{cursor:pointer}
1
+ .session-list-component{position:relative;z-index:1}.session-list-component .session-list-overlay .ant-popover-inner-content{padding:8px 10px}.session-list-component .list-overlay-action:hover{color:#9c24f2}
@@ -1 +1 @@
1
- .connect{position:relative}.connect .net-tip{position:absolute;top:-45px;left:50%;transform:translate(-88%);white-space:nowrap;background:#ffffff;padding:8px;border-radius:4px;box-shadow:0 2px 8px #00000026;z-index:10}
1
+ .prompt-setting-panel{display:flex;align-items:center;justify-content:center}.agent-prompt{margin:12px 12px 0;padding:12px;border-radius:4px;border:1px solid #e8e9eb;background:#fff;flex:1;max-width:824px}.agent-prompt .prompt-header{font-size:16px;line-height:24px;font-weight:600;color:#84868c}.agent-prompt .prompt-header .prompt-btn{color:#84868c}.agent-prompt .prompt-header .prompt-title{color:#5c5f66;font-style:normal;line-height:150%}.agent-prompt .prompt-form{max-height:160px;overflow-y:auto;margin-top:12px}.agent-prompt .prompt-form .ant-form-item{margin-left:15px}.agent-prompt .icon-prompt-question{cursor:pointer}
@@ -1 +1 @@
1
- .session-list-component{position:relative;z-index:1}.session-list-component .session-list-overlay .ant-popover-inner-content{padding:8px 10px}.session-list-component .list-overlay-action:hover{color:#9c24f2}
1
+ .connect{position:relative}.connect .net-tip{position:absolute;top:-45px;left:50%;transform:translate(-88%);white-space:nowrap;background:#ffffff;padding:8px;border-radius:4px;box-shadow:0 2px 8px #00000026;z-index:10}
@@ -1 +1 @@
1
- .file-item{height:64px;border-radius:6px;overflow:hidden;padding:12px;display:flex;background:white;cursor:pointer}.file-item .item-left{flex:0 0 40px;margin-right:8px}.file-item .item-left .file-icon{width:100%}.file-item .item-main{flex:1;overflow:hidden}.file-item .item-main .file-name{width:100%;font-size:14px;color:#070c14;font-weight:700;line-height:18px;margin-bottom:4px}.file-item .item-main .file-desc{font-size:12px;height:15px;color:#84868c}
1
+ .prompt-btn:hover,.prompt-btn:active,.prompt-btn.active{color:#9c24f2}.propmt-manage-popover .ant-popover-title{display:flex;align-items:center;font-size:16px;border:none}.propmt-manage-popover .ant-popover-title .prompt-popover-title{width:100%;display:flex;justify-content:space-between}.propmt-manage-popover .ant-popover-inner-content{padding:0;width:100%}.propmt-manage-popover .ant-popover-arrow{display:none}.propmt-manage-popover .ant-tabs-nav:before{border:0}
@@ -1 +1 @@
1
- .session-refer{padding:12px 0;border-top:1px solid #e8e9eb}.session-refer .session-refer-header{color:#070c14;margin-bottom:12px;height:18px;display:flex;align-items:center}.session-refer .session-refer-header .refer-header-title{font-style:normal;font-weight:400;line-height:150%}.session-refer .session-refer-content .refer-markdown p{color:#84868c;line-height:150%}.session-refer .ant-collapse-header{padding:4px 0!important}.session-refer .ant-collapse-content-box{padding:4px 10px 4px 24px!important}
1
+ .input-progress{display:flex}.input-progress .progress-point{display:flex;align-items:center;margin-right:8px}.input-progress .progress-point .point{width:6px;height:6px;border-radius:50%}.input-progress .progress-point .point1{background:#9c24f2;animation:animation1 1s ease-in infinite}.input-progress .progress-point .point2{background:#c47dff;margin:0 3px;animation:animation2 1s ease-in infinite}.input-progress .progress-point .point3{background:#ead4ff;animation:animation3 1s ease-in infinite}.input-progress .progress-waiting{color:#9c24f2}@keyframes animation1{0%{opacity:0}33%{opacity:1}to{opacity:1}}@keyframes animation2{0%,33%{opacity:0}67%{opacity:1}to{opacity:1}}@keyframes animation3{0%,67%{opacity:0}to{opacity:1}}
@@ -1 +1 @@
1
- .input-progress{display:flex}.input-progress .progress-point{display:flex;align-items:center;margin-right:8px}.input-progress .progress-point .point{width:6px;height:6px;border-radius:50%}.input-progress .progress-point .point1{background:#9c24f2;animation:animation1 1s ease-in infinite}.input-progress .progress-point .point2{background:#c47dff;margin:0 3px;animation:animation2 1s ease-in infinite}.input-progress .progress-point .point3{background:#ead4ff;animation:animation3 1s ease-in infinite}.input-progress .progress-waiting{color:#9c24f2}@keyframes animation1{0%{opacity:0}33%{opacity:1}to{opacity:1}}@keyframes animation2{0%,33%{opacity:0}67%{opacity:1}to{opacity:1}}@keyframes animation3{0%,67%{opacity:0}to{opacity:1}}
1
+ .file-item{height:64px;border-radius:6px;overflow:hidden;padding:12px;display:flex;background:white;cursor:pointer}.file-item .item-left{flex:0 0 40px;margin-right:8px}.file-item .item-left .file-icon{width:100%}.file-item .item-main{flex:1;overflow:hidden}.file-item .item-main .file-name{width:100%;font-size:14px;color:#070c14;font-weight:700;line-height:18px;margin-bottom:4px}.file-item .item-main .file-desc{font-size:12px;height:15px;color:#84868c}
@@ -1 +1 @@
1
- .prompt-btn:hover,.prompt-btn:active,.prompt-btn.active{color:#9c24f2}.propmt-manage-popover .ant-popover-title{display:flex;align-items:center;font-size:16px;border:none}.propmt-manage-popover .ant-popover-title .prompt-popover-title{width:100%;display:flex;justify-content:space-between}.propmt-manage-popover .ant-popover-inner-content{padding:0;width:100%}.propmt-manage-popover .ant-popover-arrow{display:none}.propmt-manage-popover .ant-tabs-nav:before{border:0}
1
+ .session-action{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e8e9eb;color:#84868c}.session-action .session-action-again{cursor:pointer;user-select:none}.session-action .session-action-again:hover{color:#b452ff}.session-action .session-action-comment{border-radius:4px;padding:4px}.session-action .session-action-comment .action-comment-feedback{font-size:16px}.session-action .session-action-comment .action-comment-feedback .comment-feedback-item{display:inline-block;width:100%;height:100%;cursor:pointer}.session-action .session-action-comment .action-comment-feedback .comment-feedback-item:hover{color:#b452ff}.session-action .session-action-comment .action-comment-feedback .comment-feedback-item__active{color:#9c24f2}.cai-pannel{width:260px;overflow:hidden}.cai-pannel .cai-error{color:#f33e3e;margin-bottom:12px}.cai-pannel .cai-title{margin-bottom:12px}.cai-pannel .cai-title .cai-require{color:#f33e3e}.cai-pannel .cai-title .cai-question{color:#070c14;text-align:center;font-size:14px}.cai-pannel .cai-list{display:flex;flex-wrap:wrap}.cai-pannel .cai-list .cai-item{padding:6px 8px;border-radius:4px;border:1px solid #e8e9eb;margin-bottom:12px;margin-right:12px;cursor:pointer}.cai-pannel .cai-list .cai-item:hover{color:#b452ff;border:1px solid #b452ff}.cai-pannel .cai-list .cai-item__active{color:#8614cc;border:1px solid #8614cc}.chat-item:last-child{margin-bottom:0}
@@ -1 +1 @@
1
- .session-action{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e8e9eb;color:#84868c}.session-action .session-action-again{cursor:pointer;user-select:none}.session-action .session-action-again:hover{color:#b452ff}.session-action .session-action-comment{border-radius:4px;padding:4px}.session-action .session-action-comment .action-comment-feedback{font-size:16px}.session-action .session-action-comment .action-comment-feedback .comment-feedback-item{display:inline-block;width:100%;height:100%;cursor:pointer}.session-action .session-action-comment .action-comment-feedback .comment-feedback-item:hover{color:#b452ff}.session-action .session-action-comment .action-comment-feedback .comment-feedback-item__active{color:#9c24f2}.cai-pannel{width:260px;overflow:hidden}.cai-pannel .cai-error{color:#f33e3e;margin-bottom:12px}.cai-pannel .cai-title{margin-bottom:12px}.cai-pannel .cai-title .cai-require{color:#f33e3e}.cai-pannel .cai-title .cai-question{color:#070c14;text-align:center;font-size:14px}.cai-pannel .cai-list{display:flex;flex-wrap:wrap}.cai-pannel .cai-list .cai-item{padding:6px 8px;border-radius:4px;border:1px solid #e8e9eb;margin-bottom:12px;margin-right:12px;cursor:pointer}.cai-pannel .cai-list .cai-item:hover{color:#b452ff;border:1px solid #b452ff}.cai-pannel .cai-list .cai-item__active{color:#8614cc;border:1px solid #8614cc}.chat-item:last-child{margin-bottom:0}
1
+ .search-reference .bot-net-panel{user-select:none;margin-bottom:10px;width:180px;height:32px;background:white;line-height:32px;display:flex;justify-content:space-between;padding:0 12px;cursor:pointer}.search-reference .bot-net-main{background:white;padding:12px;line-height:22px}.search-reference .bot-net-main .text .link{cursor:pointer;color:#0f64ff}.search-reference .think-top{font-size:14px;line-height:24px;color:#070c14;display:flex;align-items:center;margin-bottom:12px;cursor:pointer}.search-reference .think-top img{width:24px;margin-right:4px}.search-reference .think-top .think-action{margin-left:8px}.search-reference .thinking{width:12px;height:12px;background:#b752ea;border-radius:50%;margin:6px}.search-reference .thinked{width:12px;height:12px;background:#04d68d;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:8px;margin:6px}.search-reference .thinked.error{background:#f33e3e}.search-reference .item-bot-plugin{line-height:24px}.search-reference .item-bot-plugin .bot-plugin-status .icon-search{font-size:24px}.search-reference .item-bot-plugin .bot-plugin-status .plugin-status-success{display:inline-block;width:14px;height:14px;color:#fff;background:#47d1cb;border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center}.search-reference .item-bot-plugin .bot-plugin-status .plugin-status-error{display:inline-block;width:14px;height:14px;color:#fff;background:#f95b81;border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center}.search-reference .item-bot-plugin .bot-plugin-status .plugin-status-loading{display:inline-block;width:14px;height:14px;color:#477bff;border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center}.search-reference .item-bot-plugin .bot-plugin-title{font-weight:700;color:#000000a6}.search-reference .item-bot-plugin .bot-plugin-action{border:1px solid #00000026;border-radius:4px;color:#000000e0;padding:1px 8px}.search-reference .item-bot-plugin .ant-collapse-header{padding:0;height:38px;display:flex;align-items:center}.search-reference .item-bot-plugin .ant-collapse-content-box{padding:0}.search-reference .item-bot-plugin .bot-plugin-content{height:32px;line-height:32px;font-weight:700}.search-reference .item-bot-plugin .bot-plugin-json{background:white}.search-reference .ant-collapse-item{padding:0 8px}.search-reference-list{margin-right:8px;border-radius:6px}.search-reference-list-item{display:flex;flex-direction:column;padding:12px 8px 8px;gap:0px 10px;flex-wrap:wrap;align-content:flex-start;border-radius:6px;background:#FFFFFF;box-sizing:border-box;border:1px solid #E5E7EB;margin-bottom:8px}.search-reference-list-item :last-child{margin-bottom:0}.search-reference-list-item :hover{cursor:pointer}.search-reference-list-item-footer{display:flex;justify-content:space-between;padding:0;row-gap:0px;flex-wrap:wrap;align-content:flex-start;z-index:0;line-height:24px;align-items:center}.search-reference-list-item-footer .logo{width:24px;height:24px}.search-reference-list-item-footer .name{font-family:Roboto;font-size:12x;font-weight:400;line-height:24px;letter-spacing:normal;color:#4b5563}.search-reference-list-item-footer .time{font-family:Roboto;font-size:12x;font-weight:400;line-height:24px;letter-spacing:normal;color:#9ca3af}.search-reference-list-item-title{font-family:Roboto;font-size:16px;font-weight:600;line-height:28px;letter-spacing:normal;color:#000}.search-reference-list-item-title .number{margin-right:4px}.search-reference-list-item-content{font-family:Roboto;font-size:14px;font-weight:400;line-height:24px;letter-spacing:normal;color:#4b5563;padding:0 8px;display:inline-block}
@@ -1 +1 @@
1
- .session-related{padding-bottom:12px}.session-related .session-related-header{height:18px;padding:0}.session-related .session-related-main .question-main-item{color:#0f64ff;display:flex;align-items:center;cursor:pointer}.session-related .session-related-main .question-main-item:before{content:"";display:block;background:#0f64ff;width:4px;height:4px;border-radius:50%;margin:0 8px;cursor:pointer}
1
+ .session-refer{padding:12px 0;border-top:1px solid #e8e9eb}.session-refer .session-refer-header{color:#070c14;margin-bottom:12px;height:18px;display:flex;align-items:center}.session-refer .session-refer-header .refer-header-title{font-style:normal;font-weight:400;line-height:150%}.session-refer .session-refer-content .refer-markdown p{color:#84868c;line-height:150%}.session-refer .ant-collapse-header{padding:4px 0!important}.session-refer .ant-collapse-content-box{padding:4px 10px 4px 24px!important}
@@ -1 +1 @@
1
- .search-reference .bot-net-panel{user-select:none;margin-bottom:10px;width:180px;height:32px;background:white;line-height:32px;display:flex;justify-content:space-between;padding:0 12px;cursor:pointer}.search-reference .bot-net-main{background:white;padding:12px;line-height:22px}.search-reference .bot-net-main .text .link{cursor:pointer;color:#0f64ff}.search-reference .think-top{font-size:14px;line-height:24px;color:#070c14;display:flex;align-items:center;margin-bottom:12px;cursor:pointer}.search-reference .think-top img{width:24px;margin-right:4px}.search-reference .think-top .think-action{margin-left:8px}.search-reference .thinking{width:12px;height:12px;background:#b752ea;border-radius:50%;margin:6px}.search-reference .thinked{width:12px;height:12px;background:#04d68d;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:8px;margin:6px}.search-reference .thinked.error{background:#f33e3e}.search-reference .item-bot-plugin{line-height:24px}.search-reference .item-bot-plugin .bot-plugin-status .icon-search{font-size:24px}.search-reference .item-bot-plugin .bot-plugin-status .plugin-status-success{display:inline-block;width:14px;height:14px;color:#fff;background:#47d1cb;border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center}.search-reference .item-bot-plugin .bot-plugin-status .plugin-status-error{display:inline-block;width:14px;height:14px;color:#fff;background:#f95b81;border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center}.search-reference .item-bot-plugin .bot-plugin-status .plugin-status-loading{display:inline-block;width:14px;height:14px;color:#477bff;border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center}.search-reference .item-bot-plugin .bot-plugin-title{font-weight:700;color:#000000a6}.search-reference .item-bot-plugin .bot-plugin-action{border:1px solid #00000026;border-radius:4px;color:#000000e0;padding:1px 8px}.search-reference .item-bot-plugin .ant-collapse-header{padding:0;height:38px;display:flex;align-items:center}.search-reference .item-bot-plugin .ant-collapse-content-box{padding:0}.search-reference .item-bot-plugin .bot-plugin-content{height:32px;line-height:32px;font-weight:700}.search-reference .item-bot-plugin .bot-plugin-json{background:white}.search-reference .ant-collapse-item{padding:0 8px}.search-reference-list{margin-right:8px;border-radius:6px}.search-reference-list-item{display:flex;flex-direction:column;padding:12px 8px 8px;gap:0px 10px;flex-wrap:wrap;align-content:flex-start;border-radius:6px;background:#FFFFFF;box-sizing:border-box;border:1px solid #E5E7EB;margin-bottom:8px}.search-reference-list-item :last-child{margin-bottom:0}.search-reference-list-item :hover{cursor:pointer}.search-reference-list-item-footer{display:flex;justify-content:space-between;padding:0;row-gap:0px;flex-wrap:wrap;align-content:flex-start;z-index:0;line-height:24px;align-items:center}.search-reference-list-item-footer .logo{width:24px;height:24px}.search-reference-list-item-footer .name{font-family:Roboto;font-size:12x;font-weight:400;line-height:24px;letter-spacing:normal;color:#4b5563}.search-reference-list-item-footer .time{font-family:Roboto;font-size:12x;font-weight:400;line-height:24px;letter-spacing:normal;color:#9ca3af}.search-reference-list-item-title{font-family:Roboto;font-size:16px;font-weight:600;line-height:28px;letter-spacing:normal;color:#000}.search-reference-list-item-title .number{margin-right:4px}.search-reference-list-item-content{font-family:Roboto;font-size:14px;font-weight:400;line-height:24px;letter-spacing:normal;color:#4b5563;padding:0 8px;display:inline-block}
1
+ .session-related{padding-bottom:12px}.session-related .session-related-header{height:18px;padding:0}.session-related .session-related-main .question-main-item{color:#0f64ff;display:flex;align-items:center;cursor:pointer}.session-related .session-related-main .question-main-item:before{content:"";display:block;background:#0f64ff;width:4px;height:4px;border-radius:50%;margin:0 8px;cursor:pointer}
@@ -1 +1 @@
1
- .chat-header{height:56px;padding:0 24px;border-bottom:1px solid #e8e9eb;display:flex;align-items:center;justify-content:space-between;background:white}.chat-header .header-title{color:#151b26;font-size:16px;font-style:normal;font-weight:700;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
1
+ .bot-session-container{height:100%}.bot-session-container .agent-sessions{height:100%;width:310px;display:flex;flex-direction:column;overflow:hidden;background:white}.bot-session-container .agent-sessions .sessions-header{height:56px;padding:0 16px;border-right:1px solid #e8e9eb;border-bottom:1px solid #e8e9eb;display:flex;justify-content:space-between;align-items:center}.bot-session-container .agent-sessions .sessions-header .session-header-title{color:#151b26;font-size:16px;font-weight:700;line-height:24px}.bot-session-container .agent-sessions .sessions-main{flex:1;border-right:1px solid #e8e9eb;overflow-y:auto}.bot-session-container .agent-sessions .sessions-main .session-item{width:100%;padding:8px 0;cursor:pointer;margin-bottom:4px}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper{width:100%;height:100%;padding:0 16px;height:52px;border-left:3px solid #f9f2ff}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper .session-item-top{color:#fff;font-size:14px;font-weight:700;line-height:22px;height:22px;width:100%;margin-bottom:4px;display:flex;justify-content:space-between}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper .session-item-top .item-top-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:calc(100% - 55px);margin-right:4px;color:#5c5f66}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper .session-item-top .item-top-action{font-size:12px;display:flex;align-items:center}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper .session-item-top .item-top-action .icon-action{color:#9c24f2}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper .session-item-top .item-top-action .icon-action:hover{color:#b452ff}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper .session-item-bottom{font-size:12px;line-height:22px;display:flex}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper .session-item-bottom .item-bottom-desc{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#5c5f66}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper .session-item-bottom .item-bottom-time{flex:0 0 100px;color:#84868c;font-size:12px;line-height:22px;text-align:right}.bot-session-container .agent-sessions .sessions-main .session-item__active{border-radius:4px;background:#f9f2ff}.bot-session-container .agent-sessions .sessions-main .session-item__active .session-item-wrapper{border-left:3px solid #9c24f2}.bot-session-container .agent-sessions .sessions-main .session-item:hover{border-radius:4px;background:#f9f2ff}
@@ -1 +1 @@
1
- .bot-session-container{height:100%}.bot-session-container .agent-sessions{height:100%;width:310px;display:flex;flex-direction:column;overflow:hidden;background:white}.bot-session-container .agent-sessions .sessions-header{height:56px;padding:0 16px;border-right:1px solid #e8e9eb;border-bottom:1px solid #e8e9eb;display:flex;justify-content:space-between;align-items:center}.bot-session-container .agent-sessions .sessions-header .session-header-title{color:#151b26;font-size:16px;font-weight:700;line-height:24px}.bot-session-container .agent-sessions .sessions-main{flex:1;border-right:1px solid #e8e9eb;overflow-y:auto}.bot-session-container .agent-sessions .sessions-main .session-item{width:100%;padding:8px 0;cursor:pointer;margin-bottom:4px}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper{width:100%;height:100%;padding:0 16px;height:52px;border-left:3px solid #f9f2ff}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper .session-item-top{color:#fff;font-size:14px;font-weight:700;line-height:22px;height:22px;width:100%;margin-bottom:4px;display:flex;justify-content:space-between}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper .session-item-top .item-top-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:calc(100% - 55px);margin-right:4px;color:#5c5f66}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper .session-item-top .item-top-action{font-size:12px;display:flex;align-items:center}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper .session-item-top .item-top-action .icon-action{color:#9c24f2}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper .session-item-top .item-top-action .icon-action:hover{color:#b452ff}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper .session-item-bottom{font-size:12px;line-height:22px;display:flex}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper .session-item-bottom .item-bottom-desc{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#5c5f66}.bot-session-container .agent-sessions .sessions-main .session-item .session-item-wrapper .session-item-bottom .item-bottom-time{flex:0 0 100px;color:#84868c;font-size:12px;line-height:22px;text-align:right}.bot-session-container .agent-sessions .sessions-main .session-item__active{border-radius:4px;background:#f9f2ff}.bot-session-container .agent-sessions .sessions-main .session-item__active .session-item-wrapper{border-left:3px solid #9c24f2}.bot-session-container .agent-sessions .sessions-main .session-item:hover{border-radius:4px;background:#f9f2ff}
1
+ .chat-header{height:56px;padding:0 24px;border-bottom:1px solid #e8e9eb;display:flex;align-items:center;justify-content:space-between;background:white}.chat-header .header-title{color:#151b26;font-size:16px;font-style:normal;font-weight:700;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@@ -1 +1 @@
1
- .inlay .questions,.float .questions{width:100%}.questions .question-tip{display:flex;align-items:center;margin-bottom:10px;height:24px;color:#84868c}.questions .question-tip img{width:24px;height:24px}.questions .question-row{max-height:260px;overflow-y:auto}.questions .question-pannel{background:white;padding:12px;border-radius:8px;width:100%;cursor:pointer;border:1px solid transparent}.questions .question-pannel .question-top{font-size:16px;height:32px;color:#070c14;font-weight:700;display:flex;width:100%}.questions .question-pannel .question-top .question-top-tip{flex:0 0 24px;margin-right:8px}.questions .question-pannel .question-top .question-top-title{flex:0 0 1;overflow:hidden;display:flex;align-items:center}.questions .question-pannel .question-top .question-top-type{margin-left:8px;flex:0 0 24px}.questions .question-pannel .question-top .question-only-plus-file{margin-left:0}.questions .question-pannel .question-top img{width:24px}.questions .question-pannel .not-have-top{display:none}.questions .question-pannel .question-bottom{font-size:14px;color:#070c14;line-height:21px}.questions .question-pannel .multiline-question{height:56px;margin-top:-7px}.questions .question-pannel__active{border:1px solid #b452ff;transition:all .25s}.questions .multiline-question-pannel{padding:16px 12px}.recommend-tooltip-overlay .ant-tooltip-inner{max-width:400px;max-height:300px;overflow-y:auto}
1
+ .greeting{display:flex;flex-direction:column;align-items:center;flex:1;margin:0 auto;max-width:824px;width:100%;padding:16px 0}.greeting-icon{width:74px;height:74px;border-radius:50%;box-shadow:0 6px 16px 2px #070c1414;padding:5px;margin-bottom:24px}.greeting-icon .img{width:64px;height:64px}.greeting-word{font-weight:700;font-size:24px;line-height:30px;margin-bottom:24px}.greeting-questions{width:100%;padding:0 12px}.inlay .greeting{margin-top:40px}.float .greeting{overflow-y:auto;flex:none}
@@ -1 +1 @@
1
- .file-preview{width:auto;border-radius:6px;border:1px solid #e8e9eb;background:#ffffff;position:relative;display:inline-block;max-height:80px}.file-preview .file-icon{height:100%;width:48px}.file-preview.small{height:30px;width:150px;padding:3px 6px 3px 3px}.file-preview.small .file-icon{width:24px}.file-preview .file-desc{flex:1;overflow:hidden}.file-preview .file-desc .file-desc-name{color:#5c5f66;font-size:12px;font-style:normal;font-weight:700;line-height:150%;margin-bottom:4px}.file-preview .file-desc .file-desc-size{color:#84868c;font-size:10px;font-style:normal;font-weight:400;line-height:150%}.file-preview .file-action{position:absolute;right:-8px;top:-8px}.file-preview .file-process{background-color:#f7f7f9;border-radius:8px;width:16px;height:16px;line-height:16px;text-align:center;display:inline-flex;align-items:center;justify-content:center}.file-preview .file-remove{display:inline-block;border-radius:10px;width:20px;height:20px;line-height:20px;text-align:center;color:#84868c;border:1px solid #e8e9eb;display:inline-flex;align-items:center;justify-content:center;background-color:#f7f7f9}.file-preview .file-remove:hover{background-color:#fff;color:#b452ff}.file-remove-tooltip .ant-tooltip-content .ant-tooltip-inner{padding:12px}
1
+ .inlay .questions,.float .questions{width:100%}.questions .question-tip{display:flex;align-items:center;margin-bottom:10px;height:24px;color:#84868c}.questions .question-tip img{width:24px;height:24px}.questions .question-row{max-height:260px;overflow-y:auto}.questions .question-pannel{background:white;padding:12px;border-radius:8px;width:100%;cursor:pointer;border:1px solid transparent}.questions .question-pannel .question-top{font-size:16px;height:32px;color:#070c14;font-weight:700;display:flex;width:100%}.questions .question-pannel .question-top .question-top-tip{flex:0 0 24px;margin-right:8px}.questions .question-pannel .question-top .question-top-title{flex:0 0 1;overflow:hidden;display:flex;align-items:center}.questions .question-pannel .question-top .question-top-type{margin-left:8px;flex:0 0 24px}.questions .question-pannel .question-top .question-only-plus-file{margin-left:0}.questions .question-pannel .question-top img{width:24px}.questions .question-pannel .not-have-top{display:none}.questions .question-pannel .question-bottom{font-size:14px;color:#070c14;line-height:21px}.questions .question-pannel .multiline-question{height:56px;margin-top:-7px}.questions .question-pannel__active{border:1px solid #b452ff;transition:all .25s}.questions .multiline-question-pannel{padding:16px 12px}.recommend-tooltip-overlay .ant-tooltip-inner{max-width:400px;max-height:300px;overflow-y:auto}