laif-ds 0.1.73 → 0.1.75

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 (2487) hide show
  1. package/dist/_virtual/cloneDeepWith.js +5 -0
  2. package/dist/_virtual/cloneDeepWith2.js +5 -0
  3. package/dist/_virtual/compareValues.js +5 -0
  4. package/dist/_virtual/debounce.js +2 -5
  5. package/dist/_virtual/debounce2.js +5 -0
  6. package/dist/_virtual/debounce3.js +8 -0
  7. package/dist/_virtual/eq.js +5 -0
  8. package/dist/_virtual/flatten.js +5 -0
  9. package/dist/_virtual/get.js +7 -2
  10. package/dist/_virtual/get2.js +5 -0
  11. package/dist/_virtual/getSymbols.js +5 -0
  12. package/dist/_virtual/getTag.js +5 -0
  13. package/dist/_virtual/has.js +5 -0
  14. package/dist/_virtual/identity.js +5 -0
  15. package/dist/_virtual/index3.js +7 -2
  16. package/dist/_virtual/index4.js +5 -2
  17. package/dist/_virtual/index5.js +5 -5
  18. package/dist/_virtual/index6.js +2 -5
  19. package/dist/_virtual/index7.js +2 -5
  20. package/dist/_virtual/index8.js +5 -2
  21. package/dist/_virtual/isArguments.js +5 -0
  22. package/dist/_virtual/isArrayLike.js +5 -0
  23. package/dist/_virtual/isArrayLikeObject.js +5 -0
  24. package/dist/_virtual/isDeepKey.js +5 -0
  25. package/dist/_virtual/{isNaN.js → isEqual.js} +2 -2
  26. package/dist/_virtual/isEqual2.js +5 -0
  27. package/dist/_virtual/isEqualWith.js +5 -0
  28. package/dist/_virtual/isIndex.js +5 -0
  29. package/dist/_virtual/isIterateeCall.js +5 -0
  30. package/dist/_virtual/isKey.js +5 -0
  31. package/dist/_virtual/isLength.js +5 -0
  32. package/dist/_virtual/isMatch.js +5 -0
  33. package/dist/_virtual/isMatchWith.js +5 -0
  34. package/dist/_virtual/isObject.js +2 -5
  35. package/dist/_virtual/isObjectLike.js +5 -0
  36. package/dist/_virtual/isPlainObject.js +5 -0
  37. package/dist/_virtual/isPrimitive.js +5 -0
  38. package/dist/_virtual/isSymbol.js +5 -0
  39. package/dist/_virtual/isTypedArray.js +5 -0
  40. package/dist/_virtual/isUnsafeProperty.js +5 -0
  41. package/dist/_virtual/iteratee.js +5 -0
  42. package/dist/_virtual/matches.js +5 -0
  43. package/dist/_virtual/matchesProperty.js +5 -0
  44. package/dist/_virtual/noop.js +5 -0
  45. package/dist/_virtual/orderBy.js +5 -0
  46. package/dist/_virtual/property.js +5 -0
  47. package/dist/_virtual/{upperFirst.js → range.js} +2 -2
  48. package/dist/_virtual/range2.js +5 -0
  49. package/dist/_virtual/sortBy.js +2 -2
  50. package/dist/_virtual/sortBy2.js +5 -0
  51. package/dist/_virtual/tags.js +5 -0
  52. package/dist/_virtual/throttle.js +2 -2
  53. package/dist/_virtual/throttle2.js +5 -0
  54. package/dist/_virtual/toFinite.js +5 -0
  55. package/dist/_virtual/toKey.js +5 -0
  56. package/dist/_virtual/toNumber.js +5 -0
  57. package/dist/_virtual/toPath.js +5 -0
  58. package/dist/_virtual/uniqBy.js +2 -2
  59. package/dist/_virtual/uniqBy2.js +5 -0
  60. package/dist/_virtual/uniqBy3.js +5 -0
  61. package/dist/_virtual/with-selector.development.js +5 -0
  62. package/dist/_virtual/with-selector.js +6 -0
  63. package/dist/_virtual/with-selector.production.js +5 -0
  64. package/dist/_virtual/with-selector2.js +5 -0
  65. package/dist/components/ui/app-select.js +32 -32
  66. package/dist/components/ui/app-sidebar.js +62 -62
  67. package/dist/components/ui/async-select.js +52 -52
  68. package/dist/components/ui/audio-visualizer.js +3 -3
  69. package/dist/components/ui/badge.js +10 -9
  70. package/dist/components/ui/calendar.js +158 -48
  71. package/dist/components/ui/carousel.js +29 -29
  72. package/dist/components/ui/chart.js +90 -92
  73. package/dist/components/ui/chat-message.js +71 -71
  74. package/dist/components/ui/chat.js +66 -66
  75. package/dist/components/ui/command-portal.js +16 -17
  76. package/dist/components/ui/data-table.js +255 -257
  77. package/dist/components/ui/data-table.service.js +41 -41
  78. package/dist/components/ui/date-picker.js +10 -10
  79. package/dist/components/ui/dialog.js +22 -23
  80. package/dist/components/ui/file-preview.js +19 -20
  81. package/dist/components/ui/form.js +34 -34
  82. package/dist/components/ui/gantt/components/Chart/Bars/Bars.js +87 -88
  83. package/dist/components/ui/gantt/components/Chart/Bars/BarsRow/BarItem/BarItem.js +76 -80
  84. package/dist/components/ui/gantt/components/Chart/Bars/BarsRow/BarsItems/BarItems.js +22 -22
  85. package/dist/components/ui/gantt/components/Chart/Bars/BarsRow/RepeteadBars/RepeteadBars.js +15 -16
  86. package/dist/components/ui/gantt/components/Chart/Chart.js +53 -56
  87. package/dist/components/ui/gantt/components/Chart/Scale/Scale.js +54 -56
  88. package/dist/components/ui/gantt/components/Chart/Tree/Tree.js +15 -15
  89. package/dist/components/ui/gantt/hooks/useGanttCalculate.js +20 -21
  90. package/dist/components/ui/gantt/utils/transformData.js +20 -21
  91. package/dist/components/ui/input-otp.js +8 -8
  92. package/dist/components/ui/input-selector.js +40 -40
  93. package/dist/components/ui/input.js +6 -6
  94. package/dist/components/ui/markdown-renderer.js +25 -26
  95. package/dist/components/ui/message-input.js +160 -164
  96. package/dist/components/ui/multiple-selector.js +212 -222
  97. package/dist/components/ui/resizable.js +1 -1
  98. package/dist/components/ui/select.js +5 -2
  99. package/dist/components/ui/sidebar.js +5 -5
  100. package/dist/components/ui/switch.js +2 -2
  101. package/dist/components/ui/tables/data-cross-table/data-cross-table.js +206 -209
  102. package/dist/components/ui/weekly-calendar/appointment-card.js +57 -61
  103. package/dist/components/ui/weekly-calendar/calendar-header.js +32 -55
  104. package/dist/components/ui/weekly-calendar/current-timeline.js +16 -12
  105. package/dist/components/ui/weekly-calendar/day-column.js +131 -72
  106. package/dist/components/ui/weekly-calendar/time-column.js +24 -17
  107. package/dist/hooks/use-audio-recording.js +27 -27
  108. package/dist/index.d.ts +31 -8
  109. package/dist/node_modules/@date-fns/tz/date/index.js +67 -0
  110. package/dist/node_modules/@date-fns/tz/date/mini.js +65 -0
  111. package/dist/node_modules/@date-fns/tz/tzOffset/index.js +24 -0
  112. package/dist/node_modules/@dnd-kit/core/dist/core.esm.js +30 -30
  113. package/dist/node_modules/@dnd-kit/utilities/dist/utilities.esm.js +1 -1
  114. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +1 -1
  115. package/dist/node_modules/@radix-ui/primitive/dist/index.js +5 -5
  116. package/dist/node_modules/@radix-ui/react-accordion/dist/index.js +64 -68
  117. package/dist/node_modules/@radix-ui/react-alert-dialog/dist/index.js +68 -70
  118. package/dist/node_modules/@radix-ui/react-checkbox/dist/index.js +1 -1
  119. package/dist/node_modules/@radix-ui/react-context/dist/index.js +37 -39
  120. package/dist/node_modules/@radix-ui/react-context-menu/dist/index.js +24 -26
  121. package/dist/node_modules/@radix-ui/react-dialog/dist/index.js +83 -87
  122. package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +80 -80
  123. package/dist/node_modules/@radix-ui/react-dropdown-menu/dist/index.js +10 -11
  124. package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js +34 -35
  125. package/dist/node_modules/@radix-ui/react-hover-card/dist/index.js +37 -38
  126. package/dist/node_modules/@radix-ui/react-label/dist/index.js +10 -11
  127. package/dist/node_modules/@radix-ui/react-menu/dist/index.js +388 -404
  128. package/dist/node_modules/@radix-ui/react-menubar/dist/index.js +67 -72
  129. package/dist/node_modules/@radix-ui/react-navigation-menu/dist/index.js +245 -254
  130. package/dist/node_modules/@radix-ui/react-popover/dist/index.js +87 -90
  131. package/dist/node_modules/@radix-ui/react-popper/dist/index.js +118 -120
  132. package/dist/node_modules/@radix-ui/react-portal/dist/index.js +12 -13
  133. package/dist/node_modules/@radix-ui/react-presence/dist/index.js +26 -27
  134. package/dist/node_modules/@radix-ui/react-radio-group/dist/index.js +99 -100
  135. package/dist/node_modules/@radix-ui/react-scroll-area/dist/index.js +31 -33
  136. package/dist/node_modules/@radix-ui/react-select/dist/index.js +390 -404
  137. package/dist/node_modules/@radix-ui/react-slider/dist/index.js +181 -182
  138. package/dist/node_modules/@radix-ui/react-slot/dist/index.js +21 -22
  139. package/dist/node_modules/@radix-ui/react-tooltip/dist/index.js +91 -92
  140. package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +7 -10
  141. package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +39 -41
  142. package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +1 -1
  143. package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +1 -1
  144. package/dist/node_modules/@reduxjs/toolkit/dist/redux-toolkit.modern.js +345 -0
  145. package/dist/node_modules/@shikijs/core/dist/index.js +970 -938
  146. package/dist/node_modules/@shikijs/engine-oniguruma/dist/index.js +116 -123
  147. package/dist/node_modules/@shikijs/langs/dist/abap.js +3 -3
  148. package/dist/node_modules/@shikijs/langs/dist/actionscript-3.js +1 -1
  149. package/dist/node_modules/@shikijs/langs/dist/ada.js +1 -1
  150. package/dist/node_modules/@shikijs/langs/dist/angular-expression.js +1 -1
  151. package/dist/node_modules/@shikijs/langs/dist/angular-html.js +5 -5
  152. package/dist/node_modules/@shikijs/langs/dist/angular-inline-style.js +1 -1
  153. package/dist/node_modules/@shikijs/langs/dist/angular-inline-template.js +1 -1
  154. package/dist/node_modules/@shikijs/langs/dist/angular-let-declaration.js +1 -1
  155. package/dist/node_modules/@shikijs/langs/dist/angular-template-blocks.js +1 -1
  156. package/dist/node_modules/@shikijs/langs/dist/angular-template.js +1 -1
  157. package/dist/node_modules/@shikijs/langs/dist/angular-ts.js +1 -1
  158. package/dist/node_modules/@shikijs/langs/dist/apache.js +1 -1
  159. package/dist/node_modules/@shikijs/langs/dist/apex.js +1 -1
  160. package/dist/node_modules/@shikijs/langs/dist/apl.js +1 -1
  161. package/dist/node_modules/@shikijs/langs/dist/applescript.js +1 -1
  162. package/dist/node_modules/@shikijs/langs/dist/ara.js +1 -1
  163. package/dist/node_modules/@shikijs/langs/dist/asciidoc.js +1 -1
  164. package/dist/node_modules/@shikijs/langs/dist/asm.js +1 -1
  165. package/dist/node_modules/@shikijs/langs/dist/astro.js +5 -3
  166. package/dist/node_modules/@shikijs/langs/dist/awk.js +1 -1
  167. package/dist/node_modules/@shikijs/langs/dist/ballerina.js +1 -1
  168. package/dist/node_modules/@shikijs/langs/dist/bat.js +1 -1
  169. package/dist/node_modules/@shikijs/langs/dist/beancount.js +1 -1
  170. package/dist/node_modules/@shikijs/langs/dist/berry.js +1 -1
  171. package/dist/node_modules/@shikijs/langs/dist/bibtex.js +1 -1
  172. package/dist/node_modules/@shikijs/langs/dist/bicep.js +1 -1
  173. package/dist/node_modules/@shikijs/langs/dist/blade.js +11 -9
  174. package/dist/node_modules/@shikijs/langs/dist/bsl.js +1 -1
  175. package/dist/node_modules/@shikijs/langs/dist/c.js +1 -1
  176. package/dist/node_modules/@shikijs/langs/dist/cadence.js +1 -1
  177. package/dist/node_modules/@shikijs/langs/dist/cairo.js +1 -1
  178. package/dist/node_modules/@shikijs/langs/dist/clarity.js +2 -2
  179. package/dist/node_modules/@shikijs/langs/dist/clojure.js +1 -1
  180. package/dist/node_modules/@shikijs/langs/dist/cmake.js +1 -1
  181. package/dist/node_modules/@shikijs/langs/dist/cobol.js +4 -4
  182. package/dist/node_modules/@shikijs/langs/dist/codeql.js +1 -1
  183. package/dist/node_modules/@shikijs/langs/dist/coffee.js +1 -1
  184. package/dist/node_modules/@shikijs/langs/dist/common-lisp.js +2 -2
  185. package/dist/node_modules/@shikijs/langs/dist/coq.js +1 -1
  186. package/dist/node_modules/@shikijs/langs/dist/cpp-macro.js +1 -1
  187. package/dist/node_modules/@shikijs/langs/dist/cpp.js +1 -1
  188. package/dist/node_modules/@shikijs/langs/dist/crystal.js +5 -5
  189. package/dist/node_modules/@shikijs/langs/dist/csharp.js +1 -1
  190. package/dist/node_modules/@shikijs/langs/dist/css.js +2 -2
  191. package/dist/node_modules/@shikijs/langs/dist/csv.js +1 -1
  192. package/dist/node_modules/@shikijs/langs/dist/cue.js +1 -1
  193. package/dist/node_modules/@shikijs/langs/dist/cypher.js +1 -1
  194. package/dist/node_modules/@shikijs/langs/dist/d.js +1 -1
  195. package/dist/node_modules/@shikijs/langs/dist/dart.js +1 -1
  196. package/dist/node_modules/@shikijs/langs/dist/dax.js +1 -1
  197. package/dist/node_modules/@shikijs/langs/dist/desktop.js +1 -1
  198. package/dist/node_modules/@shikijs/langs/dist/diff.js +1 -1
  199. package/dist/node_modules/@shikijs/langs/dist/docker.js +1 -1
  200. package/dist/node_modules/@shikijs/langs/dist/dotenv.js +1 -1
  201. package/dist/node_modules/@shikijs/langs/dist/dream-maker.js +1 -1
  202. package/dist/node_modules/@shikijs/langs/dist/edge.js +1 -1
  203. package/dist/node_modules/@shikijs/langs/dist/elixir.js +1 -1
  204. package/dist/node_modules/@shikijs/langs/dist/elm.js +1 -1
  205. package/dist/node_modules/@shikijs/langs/dist/emacs-lisp.js +1 -1
  206. package/dist/node_modules/@shikijs/langs/dist/erb.js +1 -1
  207. package/dist/node_modules/@shikijs/langs/dist/erlang.js +1 -1
  208. package/dist/node_modules/@shikijs/langs/dist/es-tag-css.js +1 -1
  209. package/dist/node_modules/@shikijs/langs/dist/es-tag-glsl.js +1 -1
  210. package/dist/node_modules/@shikijs/langs/dist/es-tag-html.js +1 -1
  211. package/dist/node_modules/@shikijs/langs/dist/es-tag-sql.js +1 -1
  212. package/dist/node_modules/@shikijs/langs/dist/es-tag-xml.js +1 -1
  213. package/dist/node_modules/@shikijs/langs/dist/fennel.js +1 -1
  214. package/dist/node_modules/@shikijs/langs/dist/fish.js +2 -2
  215. package/dist/node_modules/@shikijs/langs/dist/fluent.js +1 -1
  216. package/dist/node_modules/@shikijs/langs/dist/fortran-fixed-form.js +1 -1
  217. package/dist/node_modules/@shikijs/langs/dist/fortran-free-form.js +1 -1
  218. package/dist/node_modules/@shikijs/langs/dist/fsharp.js +1 -1
  219. package/dist/node_modules/@shikijs/langs/dist/gdresource.js +1 -1
  220. package/dist/node_modules/@shikijs/langs/dist/gdscript.js +1 -1
  221. package/dist/node_modules/@shikijs/langs/dist/gdshader.js +1 -1
  222. package/dist/node_modules/@shikijs/langs/dist/genie.js +1 -1
  223. package/dist/node_modules/@shikijs/langs/dist/gherkin.js +1 -1
  224. package/dist/node_modules/@shikijs/langs/dist/git-commit.js +1 -1
  225. package/dist/node_modules/@shikijs/langs/dist/git-rebase.js +1 -1
  226. package/dist/node_modules/@shikijs/langs/dist/gleam.js +1 -1
  227. package/dist/node_modules/@shikijs/langs/dist/glimmer-js.js +4 -4
  228. package/dist/node_modules/@shikijs/langs/dist/glimmer-ts.js +4 -4
  229. package/dist/node_modules/@shikijs/langs/dist/glsl.js +2 -2
  230. package/dist/node_modules/@shikijs/langs/dist/gnuplot.js +1 -1
  231. package/dist/node_modules/@shikijs/langs/dist/go.js +2 -2
  232. package/dist/node_modules/@shikijs/langs/dist/graphql.js +1 -1
  233. package/dist/node_modules/@shikijs/langs/dist/groovy.js +1 -1
  234. package/dist/node_modules/@shikijs/langs/dist/hack.js +1 -1
  235. package/dist/node_modules/@shikijs/langs/dist/haml.js +1 -1
  236. package/dist/node_modules/@shikijs/langs/dist/handlebars.js +1 -1
  237. package/dist/node_modules/@shikijs/langs/dist/haskell.js +1 -1
  238. package/dist/node_modules/@shikijs/langs/dist/haxe.js +1 -1
  239. package/dist/node_modules/@shikijs/langs/dist/hcl.js +1 -1
  240. package/dist/node_modules/@shikijs/langs/dist/hjson.js +1 -1
  241. package/dist/node_modules/@shikijs/langs/dist/hlsl.js +1 -1
  242. package/dist/node_modules/@shikijs/langs/dist/html-derivative.js +1 -1
  243. package/dist/node_modules/@shikijs/langs/dist/html.js +1 -1
  244. package/dist/node_modules/@shikijs/langs/dist/http.js +1 -1
  245. package/dist/node_modules/@shikijs/langs/dist/hxml.js +1 -1
  246. package/dist/node_modules/@shikijs/langs/dist/hy.js +1 -1
  247. package/dist/node_modules/@shikijs/langs/dist/imba.js +3 -5
  248. package/dist/node_modules/@shikijs/langs/dist/ini.js +1 -1
  249. package/dist/node_modules/@shikijs/langs/dist/java.js +1 -1
  250. package/dist/node_modules/@shikijs/langs/dist/javascript.js +1 -1
  251. package/dist/node_modules/@shikijs/langs/dist/jinja-html.js +1 -1
  252. package/dist/node_modules/@shikijs/langs/dist/jinja.js +1 -1
  253. package/dist/node_modules/@shikijs/langs/dist/jison.js +1 -1
  254. package/dist/node_modules/@shikijs/langs/dist/json.js +1 -1
  255. package/dist/node_modules/@shikijs/langs/dist/json5.js +1 -1
  256. package/dist/node_modules/@shikijs/langs/dist/jsonc.js +1 -1
  257. package/dist/node_modules/@shikijs/langs/dist/jsonl.js +1 -1
  258. package/dist/node_modules/@shikijs/langs/dist/jsonnet.js +1 -1
  259. package/dist/node_modules/@shikijs/langs/dist/jssm.js +2 -2
  260. package/dist/node_modules/@shikijs/langs/dist/jsx.js +1 -1
  261. package/dist/node_modules/@shikijs/langs/dist/julia.js +5 -5
  262. package/dist/node_modules/@shikijs/langs/dist/kotlin.js +1 -1
  263. package/dist/node_modules/@shikijs/langs/dist/kusto.js +1 -1
  264. package/dist/node_modules/@shikijs/langs/dist/latex.js +1 -1
  265. package/dist/node_modules/@shikijs/langs/dist/lean.js +1 -1
  266. package/dist/node_modules/@shikijs/langs/dist/less.js +1 -1
  267. package/dist/node_modules/@shikijs/langs/dist/liquid.js +4 -4
  268. package/dist/node_modules/@shikijs/langs/dist/llvm.js +7 -0
  269. package/dist/node_modules/@shikijs/langs/dist/log.js +1 -1
  270. package/dist/node_modules/@shikijs/langs/dist/logo.js +1 -1
  271. package/dist/node_modules/@shikijs/langs/dist/lua.js +1 -1
  272. package/dist/node_modules/@shikijs/langs/dist/luau.js +1 -1
  273. package/dist/node_modules/@shikijs/langs/dist/make.js +1 -1
  274. package/dist/node_modules/@shikijs/langs/dist/markdown-vue.js +1 -1
  275. package/dist/node_modules/@shikijs/langs/dist/markdown.js +1 -1
  276. package/dist/node_modules/@shikijs/langs/dist/marko.js +2 -2
  277. package/dist/node_modules/@shikijs/langs/dist/matlab.js +3 -3
  278. package/dist/node_modules/@shikijs/langs/dist/mdc.js +1 -1
  279. package/dist/node_modules/@shikijs/langs/dist/mdx.js +1 -1
  280. package/dist/node_modules/@shikijs/langs/dist/mermaid.js +1 -1
  281. package/dist/node_modules/@shikijs/langs/dist/mipsasm.js +1 -1
  282. package/dist/node_modules/@shikijs/langs/dist/mojo.js +1 -1
  283. package/dist/node_modules/@shikijs/langs/dist/move.js +1 -1
  284. package/dist/node_modules/@shikijs/langs/dist/narrat.js +1 -1
  285. package/dist/node_modules/@shikijs/langs/dist/nextflow.js +1 -1
  286. package/dist/node_modules/@shikijs/langs/dist/nginx.js +1 -1
  287. package/dist/node_modules/@shikijs/langs/dist/nim.js +1 -1
  288. package/dist/node_modules/@shikijs/langs/dist/nix.js +1 -1
  289. package/dist/node_modules/@shikijs/langs/dist/nushell.js +1 -1
  290. package/dist/node_modules/@shikijs/langs/dist/objective-c.js +1 -1
  291. package/dist/node_modules/@shikijs/langs/dist/objective-cpp.js +1 -1
  292. package/dist/node_modules/@shikijs/langs/dist/ocaml.js +1 -1
  293. package/dist/node_modules/@shikijs/langs/dist/pascal.js +1 -1
  294. package/dist/node_modules/@shikijs/langs/dist/perl.js +1 -1
  295. package/dist/node_modules/@shikijs/langs/dist/php.js +5 -5
  296. package/dist/node_modules/@shikijs/langs/dist/plsql.js +1 -1
  297. package/dist/node_modules/@shikijs/langs/dist/po.js +1 -1
  298. package/dist/node_modules/@shikijs/langs/dist/polar.js +1 -1
  299. package/dist/node_modules/@shikijs/langs/dist/postcss.js +1 -1
  300. package/dist/node_modules/@shikijs/langs/dist/powerquery.js +1 -1
  301. package/dist/node_modules/@shikijs/langs/dist/powershell.js +2 -2
  302. package/dist/node_modules/@shikijs/langs/dist/prisma.js +1 -1
  303. package/dist/node_modules/@shikijs/langs/dist/prolog.js +1 -1
  304. package/dist/node_modules/@shikijs/langs/dist/proto.js +1 -1
  305. package/dist/node_modules/@shikijs/langs/dist/pug.js +2 -2
  306. package/dist/node_modules/@shikijs/langs/dist/puppet.js +1 -1
  307. package/dist/node_modules/@shikijs/langs/dist/purescript.js +1 -1
  308. package/dist/node_modules/@shikijs/langs/dist/python.js +1 -1
  309. package/dist/node_modules/@shikijs/langs/dist/qml.js +1 -1
  310. package/dist/node_modules/@shikijs/langs/dist/qss.js +1 -1
  311. package/dist/node_modules/@shikijs/langs/dist/r.js +2 -2
  312. package/dist/node_modules/@shikijs/langs/dist/racket.js +1 -1
  313. package/dist/node_modules/@shikijs/langs/dist/raku.js +1 -1
  314. package/dist/node_modules/@shikijs/langs/dist/razor.js +1 -1
  315. package/dist/node_modules/@shikijs/langs/dist/reg.js +1 -1
  316. package/dist/node_modules/@shikijs/langs/dist/regexp.js +1 -1
  317. package/dist/node_modules/@shikijs/langs/dist/rel.js +1 -1
  318. package/dist/node_modules/@shikijs/langs/dist/riscv.js +1 -1
  319. package/dist/node_modules/@shikijs/langs/dist/rst.js +7 -7
  320. package/dist/node_modules/@shikijs/langs/dist/ruby.js +5 -5
  321. package/dist/node_modules/@shikijs/langs/dist/rust.js +1 -1
  322. package/dist/node_modules/@shikijs/langs/dist/sas.js +3 -3
  323. package/dist/node_modules/@shikijs/langs/dist/sass.js +1 -1
  324. package/dist/node_modules/@shikijs/langs/dist/scala.js +1 -1
  325. package/dist/node_modules/@shikijs/langs/dist/scheme.js +2 -2
  326. package/dist/node_modules/@shikijs/langs/dist/scss.js +1 -1
  327. package/dist/node_modules/@shikijs/langs/dist/sdbl.js +1 -1
  328. package/dist/node_modules/@shikijs/langs/dist/shaderlab.js +1 -1
  329. package/dist/node_modules/@shikijs/langs/dist/shellscript.js +1 -1
  330. package/dist/node_modules/@shikijs/langs/dist/shellsession.js +1 -1
  331. package/dist/node_modules/@shikijs/langs/dist/smalltalk.js +1 -1
  332. package/dist/node_modules/@shikijs/langs/dist/solidity.js +1 -1
  333. package/dist/node_modules/@shikijs/langs/dist/soy.js +1 -1
  334. package/dist/node_modules/@shikijs/langs/dist/sparql.js +1 -1
  335. package/dist/node_modules/@shikijs/langs/dist/splunk.js +1 -1
  336. package/dist/node_modules/@shikijs/langs/dist/sql.js +1 -1
  337. package/dist/node_modules/@shikijs/langs/dist/ssh-config.js +1 -1
  338. package/dist/node_modules/@shikijs/langs/dist/stata.js +2 -2
  339. package/dist/node_modules/@shikijs/langs/dist/stylus.js +1 -1
  340. package/dist/node_modules/@shikijs/langs/dist/svelte.js +1 -1
  341. package/dist/node_modules/@shikijs/langs/dist/swift.js +2 -2
  342. package/dist/node_modules/@shikijs/langs/dist/system-verilog.js +1 -1
  343. package/dist/node_modules/@shikijs/langs/dist/systemd.js +1 -1
  344. package/dist/node_modules/@shikijs/langs/dist/talonscript.js +3 -3
  345. package/dist/node_modules/@shikijs/langs/dist/tasl.js +1 -1
  346. package/dist/node_modules/@shikijs/langs/dist/tcl.js +2 -2
  347. package/dist/node_modules/@shikijs/langs/dist/templ.js +1 -1
  348. package/dist/node_modules/@shikijs/langs/dist/terraform.js +1 -1
  349. package/dist/node_modules/@shikijs/langs/dist/tex.js +1 -1
  350. package/dist/node_modules/@shikijs/langs/dist/toml.js +1 -1
  351. package/dist/node_modules/@shikijs/langs/dist/tsx.js +1 -1
  352. package/dist/node_modules/@shikijs/langs/dist/turtle.js +1 -1
  353. package/dist/node_modules/@shikijs/langs/dist/twig.js +1 -1
  354. package/dist/node_modules/@shikijs/langs/dist/typescript.js +1 -1
  355. package/dist/node_modules/@shikijs/langs/dist/typespec.js +1 -1
  356. package/dist/node_modules/@shikijs/langs/dist/typst.js +1 -1
  357. package/dist/node_modules/@shikijs/langs/dist/v.js +1 -1
  358. package/dist/node_modules/@shikijs/langs/dist/vala.js +1 -1
  359. package/dist/node_modules/@shikijs/langs/dist/vb.js +1 -1
  360. package/dist/node_modules/@shikijs/langs/dist/verilog.js +1 -1
  361. package/dist/node_modules/@shikijs/langs/dist/vhdl.js +1 -1
  362. package/dist/node_modules/@shikijs/langs/dist/viml.js +2 -2
  363. package/dist/node_modules/@shikijs/langs/dist/vue-html.js +1 -1
  364. package/dist/node_modules/@shikijs/langs/dist/vue-sfc-style-variable-injection.js +1 -1
  365. package/dist/node_modules/@shikijs/langs/dist/vue.js +10 -10
  366. package/dist/node_modules/@shikijs/langs/dist/vyper.js +1 -1
  367. package/dist/node_modules/@shikijs/langs/dist/wasm.js +3 -3
  368. package/dist/node_modules/@shikijs/langs/dist/wenyan.js +1 -1
  369. package/dist/node_modules/@shikijs/langs/dist/wgsl.js +1 -1
  370. package/dist/node_modules/@shikijs/langs/dist/wikitext.js +1 -1
  371. package/dist/node_modules/@shikijs/langs/dist/wit.js +7 -0
  372. package/dist/node_modules/@shikijs/langs/dist/wolfram.js +1 -1
  373. package/dist/node_modules/@shikijs/langs/dist/xml.js +1 -1
  374. package/dist/node_modules/@shikijs/langs/dist/xsl.js +1 -1
  375. package/dist/node_modules/@shikijs/langs/dist/yaml.js +1 -1
  376. package/dist/node_modules/@shikijs/langs/dist/zenscript.js +1 -1
  377. package/dist/node_modules/@shikijs/langs/dist/zig.js +1 -1
  378. package/dist/node_modules/@shikijs/themes/dist/catppuccin-frappe.js +1 -1
  379. package/dist/node_modules/@shikijs/themes/dist/catppuccin-latte.js +1 -1
  380. package/dist/node_modules/@shikijs/themes/dist/catppuccin-macchiato.js +1 -1
  381. package/dist/node_modules/@shikijs/themes/dist/catppuccin-mocha.js +1 -1
  382. package/dist/node_modules/@shikijs/themes/dist/gruvbox-dark-hard.js +5 -0
  383. package/dist/node_modules/@shikijs/themes/dist/gruvbox-dark-medium.js +5 -0
  384. package/dist/node_modules/@shikijs/themes/dist/gruvbox-dark-soft.js +5 -0
  385. package/dist/node_modules/@shikijs/themes/dist/gruvbox-light-hard.js +5 -0
  386. package/dist/node_modules/@shikijs/themes/dist/gruvbox-light-medium.js +5 -0
  387. package/dist/node_modules/@shikijs/themes/dist/gruvbox-light-soft.js +5 -0
  388. package/dist/node_modules/@shikijs/themes/dist/one-dark-pro.js +1 -1
  389. package/dist/node_modules/@shikijs/themes/dist/rose-pine-dawn.js +1 -1
  390. package/dist/node_modules/@shikijs/themes/dist/rose-pine-moon.js +1 -1
  391. package/dist/node_modules/@shikijs/themes/dist/rose-pine.js +1 -1
  392. package/dist/node_modules/@shikijs/themes/dist/tokyo-night.js +1 -1
  393. package/dist/node_modules/@shikijs/themes/dist/vesper.js +1 -1
  394. package/dist/node_modules/@shikijs/vscode-textmate/dist/index.js +966 -981
  395. package/dist/node_modules/@tanstack/table-core/build/lib/index.js +41 -41
  396. package/dist/node_modules/@tanstack/virtual-core/dist/esm/index.js +23 -23
  397. package/dist/node_modules/@tanstack/virtual-core/dist/esm/utils.js +2 -2
  398. package/dist/node_modules/class-variance-authority/dist/index.js +3 -3
  399. package/dist/node_modules/cmdk/dist/index.js +8 -8
  400. package/dist/node_modules/cmdk/node_modules/@radix-ui/react-dialog/dist/index.js +82 -86
  401. package/dist/node_modules/cmdk/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +80 -80
  402. package/dist/node_modules/cmdk/node_modules/@radix-ui/react-focus-scope/dist/index.js +34 -35
  403. package/dist/node_modules/cmdk/node_modules/@radix-ui/react-portal/dist/index.js +12 -13
  404. package/dist/node_modules/cmdk/node_modules/@radix-ui/react-slot/dist/index.js +29 -30
  405. package/dist/node_modules/d3-array/src/ascending.js +7 -0
  406. package/dist/node_modules/d3-array/src/bisect.js +10 -0
  407. package/dist/node_modules/d3-array/src/bisector.js +38 -0
  408. package/dist/node_modules/d3-array/src/descending.js +7 -0
  409. package/dist/node_modules/d3-array/src/max.js +10 -0
  410. package/dist/node_modules/d3-array/src/min.js +10 -0
  411. package/dist/node_modules/d3-array/src/number.js +12 -0
  412. package/dist/node_modules/d3-array/src/quantile.js +25 -0
  413. package/dist/node_modules/d3-array/src/quickselect.js +26 -0
  414. package/dist/node_modules/d3-array/src/range.js +10 -0
  415. package/dist/node_modules/d3-array/src/sort.js +17 -0
  416. package/dist/node_modules/d3-array/src/ticks.js +33 -0
  417. package/dist/node_modules/d3-color/src/color.js +306 -0
  418. package/dist/node_modules/d3-color/src/define.js +13 -0
  419. package/dist/node_modules/d3-format/src/defaultLocale.js +16 -0
  420. package/dist/node_modules/d3-format/src/exponent.js +8 -0
  421. package/dist/node_modules/d3-format/src/formatDecimal.js +16 -0
  422. package/dist/node_modules/d3-format/src/formatGroup.js +11 -0
  423. package/dist/node_modules/d3-format/src/formatNumerals.js +11 -0
  424. package/dist/node_modules/d3-format/src/formatPrefixAuto.js +13 -0
  425. package/dist/node_modules/d3-format/src/formatRounded.js +11 -0
  426. package/dist/node_modules/d3-format/src/formatSpecifier.js +29 -0
  427. package/dist/node_modules/d3-format/src/formatTrim.js +20 -0
  428. package/dist/node_modules/d3-format/src/formatTypes.js +22 -0
  429. package/dist/node_modules/d3-format/src/identity.js +7 -0
  430. package/dist/node_modules/d3-format/src/locale.js +69 -0
  431. package/dist/node_modules/d3-format/src/precisionFixed.js +8 -0
  432. package/dist/node_modules/d3-format/src/precisionPrefix.js +8 -0
  433. package/dist/node_modules/d3-format/src/precisionRound.js +8 -0
  434. package/dist/node_modules/d3-interpolate/src/array.js +14 -0
  435. package/dist/node_modules/d3-interpolate/src/color.js +25 -0
  436. package/dist/node_modules/d3-interpolate/src/constant.js +5 -0
  437. package/dist/node_modules/d3-interpolate/src/date.js +10 -0
  438. package/dist/node_modules/d3-interpolate/src/number.js +9 -0
  439. package/dist/node_modules/d3-interpolate/src/numberArray.js +16 -0
  440. package/dist/node_modules/d3-interpolate/src/object.js +15 -0
  441. package/dist/node_modules/d3-interpolate/src/piecewise.js +13 -0
  442. package/dist/node_modules/d3-interpolate/src/rgb.js +16 -0
  443. package/dist/node_modules/d3-interpolate/src/round.js +9 -0
  444. package/dist/node_modules/d3-interpolate/src/string.js +25 -0
  445. package/dist/node_modules/d3-interpolate/src/value.js +17 -0
  446. package/dist/node_modules/d3-scale/src/band.js +52 -0
  447. package/dist/node_modules/d3-scale/src/constant.js +9 -0
  448. package/dist/node_modules/d3-scale/src/continuous.js +76 -0
  449. package/dist/node_modules/d3-scale/src/diverging.js +69 -0
  450. package/dist/node_modules/d3-scale/src/identity.js +19 -0
  451. package/dist/node_modules/d3-scale/src/init.js +33 -0
  452. package/dist/node_modules/d3-scale/src/linear.js +40 -0
  453. package/dist/node_modules/d3-scale/src/log.js +87 -0
  454. package/dist/node_modules/d3-scale/src/nice.js +9 -0
  455. package/dist/node_modules/d3-scale/src/number.js +7 -0
  456. package/dist/node_modules/d3-scale/src/ordinal.js +32 -0
  457. package/dist/node_modules/d3-scale/src/pow.js +38 -0
  458. package/dist/node_modules/d3-scale/src/quantile.js +39 -0
  459. package/dist/node_modules/d3-scale/src/quantize.js +32 -0
  460. package/dist/node_modules/d3-scale/src/radial.js +38 -0
  461. package/dist/node_modules/d3-scale/src/sequential.js +71 -0
  462. package/dist/node_modules/d3-scale/src/sequentialQuantile.js +29 -0
  463. package/dist/node_modules/d3-scale/src/symlog.js +30 -0
  464. package/dist/node_modules/d3-scale/src/threshold.js +24 -0
  465. package/dist/node_modules/d3-scale/src/tickFormat.js +33 -0
  466. package/dist/node_modules/d3-scale/src/time.js +47 -0
  467. package/dist/node_modules/d3-scale/src/utcTime.js +18 -0
  468. package/dist/node_modules/d3-shape/src/area.js +57 -0
  469. package/dist/node_modules/d3-shape/src/array.js +7 -0
  470. package/dist/node_modules/d3-shape/src/curve/basis.js +61 -0
  471. package/dist/node_modules/d3-shape/src/curve/basisClosed.js +52 -0
  472. package/dist/node_modules/d3-shape/src/curve/basisOpen.js +47 -0
  473. package/dist/node_modules/d3-shape/src/curve/bump.js +44 -0
  474. package/dist/node_modules/d3-shape/src/curve/linear.js +37 -0
  475. package/dist/node_modules/d3-shape/src/curve/linearClosed.js +24 -0
  476. package/dist/node_modules/d3-shape/src/curve/monotone.js +94 -0
  477. package/dist/node_modules/d3-shape/src/curve/natural.js +42 -0
  478. package/dist/node_modules/d3-shape/src/curve/step.js +52 -0
  479. package/dist/node_modules/d3-shape/src/line.js +30 -0
  480. package/dist/node_modules/d3-shape/src/noop.js +6 -0
  481. package/dist/node_modules/d3-shape/src/offset/expand.js +14 -0
  482. package/dist/node_modules/d3-shape/src/offset/none.js +10 -0
  483. package/dist/node_modules/d3-shape/src/offset/silhouette.js +14 -0
  484. package/dist/node_modules/d3-shape/src/offset/wiggle.js +20 -0
  485. package/dist/node_modules/d3-shape/src/order/none.js +8 -0
  486. package/dist/node_modules/d3-shape/src/point.js +11 -0
  487. package/dist/node_modules/d3-shape/src/stack.js +36 -0
  488. package/dist/node_modules/d3-time/src/day.js +27 -0
  489. package/dist/node_modules/d3-time/src/duration.js +11 -0
  490. package/dist/node_modules/d3-time/src/hour.js +19 -0
  491. package/dist/node_modules/d3-time/src/interval.js +32 -0
  492. package/dist/node_modules/d3-time/src/millisecond.js +15 -0
  493. package/dist/node_modules/d3-time/src/minute.js +19 -0
  494. package/dist/node_modules/d3-time/src/month.js +18 -0
  495. package/dist/node_modules/d3-time/src/second.js +12 -0
  496. package/dist/node_modules/d3-time/src/ticks.js +55 -0
  497. package/dist/node_modules/d3-time/src/week.js +49 -0
  498. package/dist/node_modules/d3-time/src/year.js +28 -0
  499. package/dist/node_modules/d3-time-format/src/defaultLocale.js +21 -0
  500. package/dist/node_modules/d3-time-format/src/locale.js +479 -0
  501. package/dist/node_modules/date-fns/_lib/normalizeDates.js +5 -5
  502. package/dist/node_modules/date-fns/_lib/normalizeInterval.js +9 -0
  503. package/dist/node_modules/date-fns/addDays.js +7 -7
  504. package/dist/node_modules/date-fns/addMonths.js +17 -17
  505. package/dist/node_modules/date-fns/differenceInCalendarDays.js +11 -11
  506. package/dist/node_modules/date-fns/differenceInCalendarMonths.js +10 -10
  507. package/dist/node_modules/date-fns/eachMonthOfInterval.js +18 -0
  508. package/dist/node_modules/date-fns/endOfMonth.js +6 -6
  509. package/dist/node_modules/date-fns/endOfWeek.js +7 -8
  510. package/dist/node_modules/date-fns/endOfYear.js +10 -0
  511. package/dist/node_modules/date-fns/format.js +46 -47
  512. package/dist/node_modules/date-fns/getDayOfYear.js +8 -8
  513. package/dist/node_modules/date-fns/getDaysInMonth.js +5 -5
  514. package/dist/node_modules/date-fns/getISOWeek.js +9 -9
  515. package/dist/node_modules/date-fns/getISOWeekYear.js +9 -9
  516. package/dist/node_modules/date-fns/getMonth.js +9 -0
  517. package/dist/node_modules/date-fns/getWeek.js +9 -9
  518. package/dist/node_modules/date-fns/getWeekYear.js +13 -14
  519. package/dist/node_modules/date-fns/getYear.js +9 -0
  520. package/dist/node_modules/date-fns/isSameDay.js +9 -9
  521. package/dist/node_modules/date-fns/isSameMonth.js +9 -9
  522. package/dist/node_modules/date-fns/isSameYear.js +9 -9
  523. package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +12 -12
  524. package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +3 -3
  525. package/dist/node_modules/date-fns/max.js +11 -11
  526. package/dist/node_modules/date-fns/min.js +11 -11
  527. package/dist/node_modules/date-fns/setMonth.js +10 -10
  528. package/dist/node_modules/date-fns/setYear.js +7 -7
  529. package/dist/node_modules/date-fns/startOfDay.js +6 -6
  530. package/dist/node_modules/date-fns/startOfMonth.js +6 -6
  531. package/dist/node_modules/date-fns/startOfWeek.js +7 -8
  532. package/dist/node_modules/date-fns/startOfWeekYear.js +8 -9
  533. package/dist/node_modules/date-fns/startOfYear.js +5 -5
  534. package/dist/node_modules/decimal.js-light/decimal.js +473 -0
  535. package/dist/node_modules/es-toolkit/compat/get.js +9 -0
  536. package/dist/node_modules/es-toolkit/compat/isEqual.js +9 -0
  537. package/dist/node_modules/es-toolkit/compat/range.js +9 -0
  538. package/dist/node_modules/es-toolkit/compat/sortBy.js +9 -0
  539. package/dist/node_modules/es-toolkit/compat/throttle.js +9 -0
  540. package/dist/node_modules/es-toolkit/compat/uniqBy.js +9 -0
  541. package/dist/node_modules/es-toolkit/dist/_internal/isUnsafeProperty.js +15 -0
  542. package/dist/node_modules/es-toolkit/dist/array/flatten.js +21 -0
  543. package/dist/node_modules/es-toolkit/dist/array/uniqBy.js +20 -0
  544. package/dist/node_modules/es-toolkit/dist/compat/_internal/compareValues.js +28 -0
  545. package/dist/node_modules/es-toolkit/dist/compat/_internal/getSymbols.js +15 -0
  546. package/dist/node_modules/es-toolkit/dist/compat/_internal/getTag.js +15 -0
  547. package/dist/node_modules/es-toolkit/dist/compat/_internal/isDeepKey.js +21 -0
  548. package/dist/node_modules/es-toolkit/dist/compat/_internal/isIndex.js +23 -0
  549. package/dist/node_modules/es-toolkit/dist/compat/_internal/isIterateeCall.js +20 -0
  550. package/dist/node_modules/es-toolkit/dist/compat/_internal/isKey.js +17 -0
  551. package/dist/node_modules/es-toolkit/dist/compat/_internal/tags.js +13 -0
  552. package/dist/node_modules/es-toolkit/dist/compat/_internal/toKey.js +15 -0
  553. package/dist/node_modules/es-toolkit/dist/compat/array/orderBy.js +38 -0
  554. package/dist/node_modules/es-toolkit/dist/compat/array/sortBy.js +20 -0
  555. package/dist/node_modules/es-toolkit/dist/compat/array/uniqBy.js +20 -0
  556. package/dist/node_modules/es-toolkit/dist/compat/function/debounce.js +26 -0
  557. package/dist/node_modules/es-toolkit/dist/compat/function/throttle.js +23 -0
  558. package/dist/node_modules/es-toolkit/dist/compat/math/range.js +22 -0
  559. package/dist/node_modules/es-toolkit/dist/compat/object/cloneDeep.js +17 -0
  560. package/dist/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.js +37 -0
  561. package/dist/node_modules/es-toolkit/dist/compat/object/get.js +54 -0
  562. package/dist/node_modules/es-toolkit/dist/compat/object/has.js +30 -0
  563. package/dist/node_modules/es-toolkit/dist/compat/object/property.js +19 -0
  564. package/dist/node_modules/es-toolkit/dist/compat/predicate/isArguments.js +17 -0
  565. package/dist/node_modules/es-toolkit/dist/compat/predicate/isArrayLike.js +17 -0
  566. package/dist/node_modules/es-toolkit/dist/compat/predicate/isArrayLikeObject.js +18 -0
  567. package/dist/node_modules/es-toolkit/dist/compat/predicate/isMatch.js +18 -0
  568. package/dist/node_modules/es-toolkit/dist/compat/predicate/isMatchWith.js +102 -0
  569. package/dist/node_modules/es-toolkit/dist/compat/predicate/isObject.js +15 -0
  570. package/dist/node_modules/es-toolkit/dist/compat/predicate/isObjectLike.js +15 -0
  571. package/dist/node_modules/es-toolkit/dist/compat/predicate/isSymbol.js +15 -0
  572. package/dist/node_modules/es-toolkit/dist/compat/predicate/matches.js +18 -0
  573. package/dist/node_modules/es-toolkit/dist/compat/predicate/matchesProperty.js +34 -0
  574. package/dist/node_modules/es-toolkit/dist/compat/util/eq.js +15 -0
  575. package/dist/node_modules/es-toolkit/dist/compat/util/iteratee.js +31 -0
  576. package/dist/node_modules/es-toolkit/dist/compat/util/toFinite.js +17 -0
  577. package/dist/node_modules/es-toolkit/dist/compat/util/toNumber.js +17 -0
  578. package/dist/node_modules/es-toolkit/dist/compat/util/toPath.js +23 -0
  579. package/dist/node_modules/es-toolkit/dist/function/debounce.js +39 -0
  580. package/dist/node_modules/es-toolkit/dist/function/identity.js +15 -0
  581. package/dist/node_modules/es-toolkit/dist/function/noop.js +14 -0
  582. package/dist/node_modules/es-toolkit/dist/object/cloneDeep.js +17 -0
  583. package/dist/node_modules/es-toolkit/dist/object/cloneDeepWith.js +127 -0
  584. package/dist/node_modules/es-toolkit/dist/predicate/isEqual.js +18 -0
  585. package/dist/node_modules/es-toolkit/dist/predicate/isEqualWith.js +139 -0
  586. package/dist/node_modules/es-toolkit/dist/predicate/isLength.js +15 -0
  587. package/dist/node_modules/es-toolkit/dist/predicate/isPlainObject.js +18 -0
  588. package/dist/node_modules/es-toolkit/dist/predicate/isPrimitive.js +15 -0
  589. package/dist/node_modules/es-toolkit/dist/predicate/isTypedArray.js +15 -0
  590. package/dist/node_modules/eventemitter3/index.js +6 -0
  591. package/dist/node_modules/eventemitter3/index2.js +112 -0
  592. package/dist/node_modules/hast-util-to-html/lib/index.js +1 -1
  593. package/dist/node_modules/hast-util-to-jsx-runtime/lib/index.js +1 -1
  594. package/dist/node_modules/immer/dist/immer.js +475 -0
  595. package/dist/node_modules/input-otp/dist/index.js +6 -6
  596. package/dist/node_modules/internmap/src/index.js +36 -0
  597. package/dist/node_modules/lodash/_getValue.js +1 -1
  598. package/dist/node_modules/lodash/lodash.js +526 -526
  599. package/dist/node_modules/lucide-react/dist/esm/Icon.js +22 -21
  600. package/dist/node_modules/lucide-react/dist/esm/createLucideIcon.js +1 -1
  601. package/dist/node_modules/lucide-react/dist/esm/defaultAttributes.js +1 -1
  602. package/dist/node_modules/lucide-react/dist/esm/icons/a-arrow-down.js +1 -1
  603. package/dist/node_modules/lucide-react/dist/esm/icons/a-arrow-up.js +1 -1
  604. package/dist/node_modules/lucide-react/dist/esm/icons/a-large-small.js +1 -1
  605. package/dist/node_modules/lucide-react/dist/esm/icons/accessibility.js +1 -1
  606. package/dist/node_modules/lucide-react/dist/esm/icons/activity.js +1 -1
  607. package/dist/node_modules/lucide-react/dist/esm/icons/air-vent.js +5 -5
  608. package/dist/node_modules/lucide-react/dist/esm/icons/airplay.js +1 -1
  609. package/dist/node_modules/lucide-react/dist/esm/icons/alarm-clock-check.js +1 -1
  610. package/dist/node_modules/lucide-react/dist/esm/icons/alarm-clock-minus.js +1 -1
  611. package/dist/node_modules/lucide-react/dist/esm/icons/alarm-clock-off.js +1 -1
  612. package/dist/node_modules/lucide-react/dist/esm/icons/alarm-clock-plus.js +1 -1
  613. package/dist/node_modules/lucide-react/dist/esm/icons/alarm-clock.js +1 -1
  614. package/dist/node_modules/lucide-react/dist/esm/icons/alarm-smoke.js +1 -1
  615. package/dist/node_modules/lucide-react/dist/esm/icons/album.js +1 -1
  616. package/dist/node_modules/lucide-react/dist/esm/icons/align-center-horizontal.js +1 -1
  617. package/dist/node_modules/lucide-react/dist/esm/icons/align-center-vertical.js +1 -1
  618. package/dist/node_modules/lucide-react/dist/esm/icons/align-center.js +1 -1
  619. package/dist/node_modules/lucide-react/dist/esm/icons/align-end-horizontal.js +1 -1
  620. package/dist/node_modules/lucide-react/dist/esm/icons/align-end-vertical.js +1 -1
  621. package/dist/node_modules/lucide-react/dist/esm/icons/align-horizontal-distribute-center.js +1 -1
  622. package/dist/node_modules/lucide-react/dist/esm/icons/align-horizontal-distribute-end.js +1 -1
  623. package/dist/node_modules/lucide-react/dist/esm/icons/align-horizontal-distribute-start.js +1 -1
  624. package/dist/node_modules/lucide-react/dist/esm/icons/align-horizontal-justify-center.js +1 -1
  625. package/dist/node_modules/lucide-react/dist/esm/icons/align-horizontal-justify-end.js +1 -1
  626. package/dist/node_modules/lucide-react/dist/esm/icons/align-horizontal-justify-start.js +1 -1
  627. package/dist/node_modules/lucide-react/dist/esm/icons/align-horizontal-space-around.js +1 -1
  628. package/dist/node_modules/lucide-react/dist/esm/icons/align-horizontal-space-between.js +1 -1
  629. package/dist/node_modules/lucide-react/dist/esm/icons/align-justify.js +1 -1
  630. package/dist/node_modules/lucide-react/dist/esm/icons/align-left.js +1 -1
  631. package/dist/node_modules/lucide-react/dist/esm/icons/align-right.js +1 -1
  632. package/dist/node_modules/lucide-react/dist/esm/icons/align-start-horizontal.js +1 -1
  633. package/dist/node_modules/lucide-react/dist/esm/icons/align-start-vertical.js +1 -1
  634. package/dist/node_modules/lucide-react/dist/esm/icons/align-vertical-distribute-center.js +1 -1
  635. package/dist/node_modules/lucide-react/dist/esm/icons/align-vertical-distribute-end.js +1 -1
  636. package/dist/node_modules/lucide-react/dist/esm/icons/align-vertical-distribute-start.js +1 -1
  637. package/dist/node_modules/lucide-react/dist/esm/icons/align-vertical-justify-center.js +1 -1
  638. package/dist/node_modules/lucide-react/dist/esm/icons/align-vertical-justify-end.js +1 -1
  639. package/dist/node_modules/lucide-react/dist/esm/icons/align-vertical-justify-start.js +1 -1
  640. package/dist/node_modules/lucide-react/dist/esm/icons/align-vertical-space-around.js +1 -1
  641. package/dist/node_modules/lucide-react/dist/esm/icons/align-vertical-space-between.js +1 -1
  642. package/dist/node_modules/lucide-react/dist/esm/icons/ambulance.js +1 -1
  643. package/dist/node_modules/lucide-react/dist/esm/icons/ampersand.js +1 -1
  644. package/dist/node_modules/lucide-react/dist/esm/icons/ampersands.js +1 -1
  645. package/dist/node_modules/lucide-react/dist/esm/icons/amphora.js +1 -1
  646. package/dist/node_modules/lucide-react/dist/esm/icons/anchor.js +1 -1
  647. package/dist/node_modules/lucide-react/dist/esm/icons/angry.js +1 -1
  648. package/dist/node_modules/lucide-react/dist/esm/icons/annoyed.js +1 -1
  649. package/dist/node_modules/lucide-react/dist/esm/icons/antenna.js +1 -1
  650. package/dist/node_modules/lucide-react/dist/esm/icons/anvil.js +1 -1
  651. package/dist/node_modules/lucide-react/dist/esm/icons/aperture.js +1 -1
  652. package/dist/node_modules/lucide-react/dist/esm/icons/app-window-mac.js +1 -1
  653. package/dist/node_modules/lucide-react/dist/esm/icons/app-window.js +1 -1
  654. package/dist/node_modules/lucide-react/dist/esm/icons/apple.js +1 -1
  655. package/dist/node_modules/lucide-react/dist/esm/icons/archive-restore.js +1 -1
  656. package/dist/node_modules/lucide-react/dist/esm/icons/archive-x.js +1 -1
  657. package/dist/node_modules/lucide-react/dist/esm/icons/archive.js +1 -1
  658. package/dist/node_modules/lucide-react/dist/esm/icons/armchair.js +1 -1
  659. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-big-down-dash.js +1 -1
  660. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-big-down.js +1 -1
  661. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-big-left-dash.js +1 -1
  662. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-big-left.js +1 -1
  663. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-big-right-dash.js +1 -1
  664. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-big-right.js +1 -1
  665. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-big-up-dash.js +1 -1
  666. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-big-up.js +1 -1
  667. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-down-0-1.js +1 -1
  668. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-down-1-0.js +1 -1
  669. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-down-a-z.js +1 -1
  670. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-down-from-line.js +1 -1
  671. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-down-left.js +1 -1
  672. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-down-narrow-wide.js +1 -1
  673. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-down-right.js +1 -1
  674. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-down-to-dot.js +1 -1
  675. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-down-to-line.js +1 -1
  676. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-down-up.js +1 -1
  677. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-down-wide-narrow.js +1 -1
  678. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-down-z-a.js +1 -1
  679. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-down.js +1 -1
  680. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-left-from-line.js +1 -1
  681. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-left-right.js +1 -1
  682. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-left-to-line.js +1 -1
  683. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-left.js +1 -1
  684. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-right-from-line.js +1 -1
  685. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-right-left.js +1 -1
  686. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-right-to-line.js +1 -1
  687. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-right.js +1 -1
  688. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-up-0-1.js +1 -1
  689. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-up-1-0.js +1 -1
  690. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-up-a-z.js +1 -1
  691. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-up-down.js +1 -1
  692. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-up-from-dot.js +1 -1
  693. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-up-from-line.js +1 -1
  694. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-up-left.js +1 -1
  695. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-up-narrow-wide.js +1 -1
  696. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-up-right.js +1 -1
  697. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-up-to-line.js +1 -1
  698. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-up-wide-narrow.js +1 -1
  699. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-up-z-a.js +1 -1
  700. package/dist/node_modules/lucide-react/dist/esm/icons/arrow-up.js +1 -1
  701. package/dist/node_modules/lucide-react/dist/esm/icons/arrows-up-from-line.js +1 -1
  702. package/dist/node_modules/lucide-react/dist/esm/icons/asterisk.js +1 -1
  703. package/dist/node_modules/lucide-react/dist/esm/icons/at-sign.js +1 -1
  704. package/dist/node_modules/lucide-react/dist/esm/icons/atom.js +1 -1
  705. package/dist/node_modules/lucide-react/dist/esm/icons/audio-lines.js +1 -1
  706. package/dist/node_modules/lucide-react/dist/esm/icons/audio-waveform.js +1 -1
  707. package/dist/node_modules/lucide-react/dist/esm/icons/award.js +1 -1
  708. package/dist/node_modules/lucide-react/dist/esm/icons/axe.js +14 -8
  709. package/dist/node_modules/lucide-react/dist/esm/icons/axis-3d.js +7 -5
  710. package/dist/node_modules/lucide-react/dist/esm/icons/baby.js +6 -6
  711. package/dist/node_modules/lucide-react/dist/esm/icons/backpack.js +1 -1
  712. package/dist/node_modules/lucide-react/dist/esm/icons/badge-alert.js +1 -1
  713. package/dist/node_modules/lucide-react/dist/esm/icons/badge-cent.js +1 -1
  714. package/dist/node_modules/lucide-react/dist/esm/icons/badge-check.js +1 -1
  715. package/dist/node_modules/lucide-react/dist/esm/icons/badge-dollar-sign.js +1 -1
  716. package/dist/node_modules/lucide-react/dist/esm/icons/badge-euro.js +1 -1
  717. package/dist/node_modules/lucide-react/dist/esm/icons/badge-indian-rupee.js +1 -1
  718. package/dist/node_modules/lucide-react/dist/esm/icons/badge-info.js +1 -1
  719. package/dist/node_modules/lucide-react/dist/esm/icons/badge-japanese-yen.js +1 -1
  720. package/dist/node_modules/lucide-react/dist/esm/icons/badge-minus.js +1 -1
  721. package/dist/node_modules/lucide-react/dist/esm/icons/badge-percent.js +1 -1
  722. package/dist/node_modules/lucide-react/dist/esm/icons/badge-plus.js +1 -1
  723. package/dist/node_modules/lucide-react/dist/esm/icons/badge-pound-sterling.js +1 -1
  724. package/dist/node_modules/lucide-react/dist/esm/icons/{badge-help.js → badge-question-mark.js} +3 -3
  725. package/dist/node_modules/lucide-react/dist/esm/icons/badge-russian-ruble.js +1 -1
  726. package/dist/node_modules/lucide-react/dist/esm/icons/badge-swiss-franc.js +1 -1
  727. package/dist/node_modules/lucide-react/dist/esm/icons/badge-x.js +1 -1
  728. package/dist/node_modules/lucide-react/dist/esm/icons/badge.js +1 -1
  729. package/dist/node_modules/lucide-react/dist/esm/icons/baggage-claim.js +1 -1
  730. package/dist/node_modules/lucide-react/dist/esm/icons/ban.js +1 -1
  731. package/dist/node_modules/lucide-react/dist/esm/icons/banana.js +1 -1
  732. package/dist/node_modules/lucide-react/dist/esm/icons/bandage.js +1 -1
  733. package/dist/node_modules/lucide-react/dist/esm/icons/banknote-arrow-down.js +1 -1
  734. package/dist/node_modules/lucide-react/dist/esm/icons/banknote-arrow-up.js +1 -1
  735. package/dist/node_modules/lucide-react/dist/esm/icons/banknote-x.js +1 -1
  736. package/dist/node_modules/lucide-react/dist/esm/icons/banknote.js +1 -1
  737. package/dist/node_modules/lucide-react/dist/esm/icons/barcode.js +1 -1
  738. package/dist/node_modules/lucide-react/dist/esm/icons/barrel.js +25 -0
  739. package/dist/node_modules/lucide-react/dist/esm/icons/baseline.js +1 -1
  740. package/dist/node_modules/lucide-react/dist/esm/icons/bath.js +1 -1
  741. package/dist/node_modules/lucide-react/dist/esm/icons/battery-charging.js +6 -6
  742. package/dist/node_modules/lucide-react/dist/esm/icons/battery-full.js +11 -11
  743. package/dist/node_modules/lucide-react/dist/esm/icons/battery-low.js +9 -9
  744. package/dist/node_modules/lucide-react/dist/esm/icons/battery-medium.js +7 -7
  745. package/dist/node_modules/lucide-react/dist/esm/icons/battery-plus.js +7 -7
  746. package/dist/node_modules/lucide-react/dist/esm/icons/battery-warning.js +4 -4
  747. package/dist/node_modules/lucide-react/dist/esm/icons/battery.js +8 -8
  748. package/dist/node_modules/lucide-react/dist/esm/icons/beaker.js +1 -1
  749. package/dist/node_modules/lucide-react/dist/esm/icons/bean-off.js +1 -1
  750. package/dist/node_modules/lucide-react/dist/esm/icons/bean.js +1 -1
  751. package/dist/node_modules/lucide-react/dist/esm/icons/bed-double.js +1 -1
  752. package/dist/node_modules/lucide-react/dist/esm/icons/bed-single.js +1 -1
  753. package/dist/node_modules/lucide-react/dist/esm/icons/bed.js +1 -1
  754. package/dist/node_modules/lucide-react/dist/esm/icons/beef.js +1 -1
  755. package/dist/node_modules/lucide-react/dist/esm/icons/beer-off.js +1 -1
  756. package/dist/node_modules/lucide-react/dist/esm/icons/beer.js +1 -1
  757. package/dist/node_modules/lucide-react/dist/esm/icons/bell-dot.js +1 -1
  758. package/dist/node_modules/lucide-react/dist/esm/icons/bell-electric.js +5 -5
  759. package/dist/node_modules/lucide-react/dist/esm/icons/bell-minus.js +1 -1
  760. package/dist/node_modules/lucide-react/dist/esm/icons/bell-off.js +1 -1
  761. package/dist/node_modules/lucide-react/dist/esm/icons/bell-plus.js +1 -1
  762. package/dist/node_modules/lucide-react/dist/esm/icons/bell-ring.js +1 -1
  763. package/dist/node_modules/lucide-react/dist/esm/icons/bell.js +1 -1
  764. package/dist/node_modules/lucide-react/dist/esm/icons/between-horizontal-end.js +1 -1
  765. package/dist/node_modules/lucide-react/dist/esm/icons/between-horizontal-start.js +1 -1
  766. package/dist/node_modules/lucide-react/dist/esm/icons/between-vertical-end.js +1 -1
  767. package/dist/node_modules/lucide-react/dist/esm/icons/between-vertical-start.js +1 -1
  768. package/dist/node_modules/lucide-react/dist/esm/icons/biceps-flexed.js +1 -1
  769. package/dist/node_modules/lucide-react/dist/esm/icons/bike.js +1 -1
  770. package/dist/node_modules/lucide-react/dist/esm/icons/binary.js +1 -1
  771. package/dist/node_modules/lucide-react/dist/esm/icons/binoculars.js +1 -1
  772. package/dist/node_modules/lucide-react/dist/esm/icons/biohazard.js +1 -1
  773. package/dist/node_modules/lucide-react/dist/esm/icons/bird.js +1 -1
  774. package/dist/node_modules/lucide-react/dist/esm/icons/bitcoin.js +1 -1
  775. package/dist/node_modules/lucide-react/dist/esm/icons/blend.js +1 -1
  776. package/dist/node_modules/lucide-react/dist/esm/icons/blinds.js +1 -1
  777. package/dist/node_modules/lucide-react/dist/esm/icons/blocks.js +7 -7
  778. package/dist/node_modules/lucide-react/dist/esm/icons/bluetooth-connected.js +1 -1
  779. package/dist/node_modules/lucide-react/dist/esm/icons/bluetooth-off.js +1 -1
  780. package/dist/node_modules/lucide-react/dist/esm/icons/bluetooth-searching.js +1 -1
  781. package/dist/node_modules/lucide-react/dist/esm/icons/bluetooth.js +1 -1
  782. package/dist/node_modules/lucide-react/dist/esm/icons/bold.js +1 -1
  783. package/dist/node_modules/lucide-react/dist/esm/icons/bolt.js +1 -1
  784. package/dist/node_modules/lucide-react/dist/esm/icons/bomb.js +1 -1
  785. package/dist/node_modules/lucide-react/dist/esm/icons/bone.js +1 -1
  786. package/dist/node_modules/lucide-react/dist/esm/icons/book-a.js +1 -1
  787. package/dist/node_modules/lucide-react/dist/esm/icons/book-alert.js +23 -0
  788. package/dist/node_modules/lucide-react/dist/esm/icons/book-audio.js +1 -1
  789. package/dist/node_modules/lucide-react/dist/esm/icons/book-check.js +1 -1
  790. package/dist/node_modules/lucide-react/dist/esm/icons/book-copy.js +1 -1
  791. package/dist/node_modules/lucide-react/dist/esm/icons/book-dashed.js +1 -1
  792. package/dist/node_modules/lucide-react/dist/esm/icons/book-down.js +1 -1
  793. package/dist/node_modules/lucide-react/dist/esm/icons/book-headphones.js +1 -1
  794. package/dist/node_modules/lucide-react/dist/esm/icons/book-heart.js +1 -1
  795. package/dist/node_modules/lucide-react/dist/esm/icons/book-image.js +1 -1
  796. package/dist/node_modules/lucide-react/dist/esm/icons/book-key.js +3 -3
  797. package/dist/node_modules/lucide-react/dist/esm/icons/book-lock.js +1 -1
  798. package/dist/node_modules/lucide-react/dist/esm/icons/book-marked.js +1 -1
  799. package/dist/node_modules/lucide-react/dist/esm/icons/book-minus.js +1 -1
  800. package/dist/node_modules/lucide-react/dist/esm/icons/book-open-check.js +1 -1
  801. package/dist/node_modules/lucide-react/dist/esm/icons/book-open-text.js +1 -1
  802. package/dist/node_modules/lucide-react/dist/esm/icons/book-open.js +1 -1
  803. package/dist/node_modules/lucide-react/dist/esm/icons/book-plus.js +1 -1
  804. package/dist/node_modules/lucide-react/dist/esm/icons/book-text.js +1 -1
  805. package/dist/node_modules/lucide-react/dist/esm/icons/book-type.js +1 -1
  806. package/dist/node_modules/lucide-react/dist/esm/icons/book-up-2.js +1 -1
  807. package/dist/node_modules/lucide-react/dist/esm/icons/book-up.js +1 -1
  808. package/dist/node_modules/lucide-react/dist/esm/icons/book-user.js +1 -1
  809. package/dist/node_modules/lucide-react/dist/esm/icons/book-x.js +1 -1
  810. package/dist/node_modules/lucide-react/dist/esm/icons/book.js +1 -1
  811. package/dist/node_modules/lucide-react/dist/esm/icons/bookmark-check.js +1 -1
  812. package/dist/node_modules/lucide-react/dist/esm/icons/bookmark-minus.js +1 -1
  813. package/dist/node_modules/lucide-react/dist/esm/icons/bookmark-plus.js +1 -1
  814. package/dist/node_modules/lucide-react/dist/esm/icons/bookmark-x.js +1 -1
  815. package/dist/node_modules/lucide-react/dist/esm/icons/bookmark.js +1 -1
  816. package/dist/node_modules/lucide-react/dist/esm/icons/boom-box.js +1 -1
  817. package/dist/node_modules/lucide-react/dist/esm/icons/bot-message-square.js +1 -1
  818. package/dist/node_modules/lucide-react/dist/esm/icons/bot-off.js +1 -1
  819. package/dist/node_modules/lucide-react/dist/esm/icons/bot.js +1 -1
  820. package/dist/node_modules/lucide-react/dist/esm/icons/bottle-wine.js +22 -0
  821. package/dist/node_modules/lucide-react/dist/esm/icons/bow-arrow.js +28 -0
  822. package/dist/node_modules/lucide-react/dist/esm/icons/box.js +1 -1
  823. package/dist/node_modules/lucide-react/dist/esm/icons/boxes.js +1 -1
  824. package/dist/node_modules/lucide-react/dist/esm/icons/braces.js +1 -1
  825. package/dist/node_modules/lucide-react/dist/esm/icons/brackets.js +3 -3
  826. package/dist/node_modules/lucide-react/dist/esm/icons/brain-circuit.js +1 -1
  827. package/dist/node_modules/lucide-react/dist/esm/icons/brain-cog.js +23 -18
  828. package/dist/node_modules/lucide-react/dist/esm/icons/brain.js +1 -1
  829. package/dist/node_modules/lucide-react/dist/esm/icons/brick-wall-fire.js +30 -0
  830. package/dist/node_modules/lucide-react/dist/esm/icons/brick-wall.js +1 -1
  831. package/dist/node_modules/lucide-react/dist/esm/icons/briefcase-business.js +1 -1
  832. package/dist/node_modules/lucide-react/dist/esm/icons/briefcase-conveyor-belt.js +1 -1
  833. package/dist/node_modules/lucide-react/dist/esm/icons/briefcase-medical.js +1 -1
  834. package/dist/node_modules/lucide-react/dist/esm/icons/briefcase.js +1 -1
  835. package/dist/node_modules/lucide-react/dist/esm/icons/bring-to-front.js +1 -1
  836. package/dist/node_modules/lucide-react/dist/esm/icons/brush-cleaning.js +24 -0
  837. package/dist/node_modules/lucide-react/dist/esm/icons/brush.js +9 -11
  838. package/dist/node_modules/lucide-react/dist/esm/icons/bubbles.js +18 -0
  839. package/dist/node_modules/lucide-react/dist/esm/icons/bug-off.js +1 -1
  840. package/dist/node_modules/lucide-react/dist/esm/icons/bug-play.js +1 -1
  841. package/dist/node_modules/lucide-react/dist/esm/icons/bug.js +1 -1
  842. package/dist/node_modules/lucide-react/dist/esm/icons/building-2.js +1 -1
  843. package/dist/node_modules/lucide-react/dist/esm/icons/building.js +1 -1
  844. package/dist/node_modules/lucide-react/dist/esm/icons/bus-front.js +1 -1
  845. package/dist/node_modules/lucide-react/dist/esm/icons/bus.js +1 -1
  846. package/dist/node_modules/lucide-react/dist/esm/icons/cable-car.js +1 -1
  847. package/dist/node_modules/lucide-react/dist/esm/icons/cable.js +1 -1
  848. package/dist/node_modules/lucide-react/dist/esm/icons/cake-slice.js +1 -1
  849. package/dist/node_modules/lucide-react/dist/esm/icons/cake.js +1 -1
  850. package/dist/node_modules/lucide-react/dist/esm/icons/calculator.js +1 -1
  851. package/dist/node_modules/lucide-react/dist/esm/icons/calendar-1.js +1 -1
  852. package/dist/node_modules/lucide-react/dist/esm/icons/calendar-arrow-down.js +1 -1
  853. package/dist/node_modules/lucide-react/dist/esm/icons/calendar-arrow-up.js +1 -1
  854. package/dist/node_modules/lucide-react/dist/esm/icons/calendar-check-2.js +1 -1
  855. package/dist/node_modules/lucide-react/dist/esm/icons/calendar-check.js +1 -1
  856. package/dist/node_modules/lucide-react/dist/esm/icons/calendar-clock.js +1 -1
  857. package/dist/node_modules/lucide-react/dist/esm/icons/calendar-cog.js +10 -10
  858. package/dist/node_modules/lucide-react/dist/esm/icons/calendar-days.js +1 -1
  859. package/dist/node_modules/lucide-react/dist/esm/icons/calendar-fold.js +1 -1
  860. package/dist/node_modules/lucide-react/dist/esm/icons/calendar-heart.js +1 -1
  861. package/dist/node_modules/lucide-react/dist/esm/icons/calendar-minus-2.js +1 -1
  862. package/dist/node_modules/lucide-react/dist/esm/icons/calendar-minus.js +1 -1
  863. package/dist/node_modules/lucide-react/dist/esm/icons/calendar-off.js +1 -1
  864. package/dist/node_modules/lucide-react/dist/esm/icons/calendar-plus-2.js +1 -1
  865. package/dist/node_modules/lucide-react/dist/esm/icons/calendar-plus.js +8 -8
  866. package/dist/node_modules/lucide-react/dist/esm/icons/calendar-range.js +1 -1
  867. package/dist/node_modules/lucide-react/dist/esm/icons/calendar-search.js +1 -1
  868. package/dist/node_modules/lucide-react/dist/esm/icons/calendar-sync.js +1 -1
  869. package/dist/node_modules/lucide-react/dist/esm/icons/calendar-x-2.js +1 -1
  870. package/dist/node_modules/lucide-react/dist/esm/icons/calendar-x.js +1 -1
  871. package/dist/node_modules/lucide-react/dist/esm/icons/calendar.js +1 -1
  872. package/dist/node_modules/lucide-react/dist/esm/icons/camera-off.js +1 -1
  873. package/dist/node_modules/lucide-react/dist/esm/icons/camera.js +1 -1
  874. package/dist/node_modules/lucide-react/dist/esm/icons/candy-cane.js +1 -1
  875. package/dist/node_modules/lucide-react/dist/esm/icons/candy-off.js +1 -1
  876. package/dist/node_modules/lucide-react/dist/esm/icons/candy.js +1 -1
  877. package/dist/node_modules/lucide-react/dist/esm/icons/cannabis.js +1 -1
  878. package/dist/node_modules/lucide-react/dist/esm/icons/captions-off.js +1 -1
  879. package/dist/node_modules/lucide-react/dist/esm/icons/captions.js +1 -1
  880. package/dist/node_modules/lucide-react/dist/esm/icons/car-front.js +1 -1
  881. package/dist/node_modules/lucide-react/dist/esm/icons/car-taxi-front.js +1 -1
  882. package/dist/node_modules/lucide-react/dist/esm/icons/car.js +1 -1
  883. package/dist/node_modules/lucide-react/dist/esm/icons/caravan.js +1 -1
  884. package/dist/node_modules/lucide-react/dist/esm/icons/card-sim.js +24 -0
  885. package/dist/node_modules/lucide-react/dist/esm/icons/carrot.js +1 -1
  886. package/dist/node_modules/lucide-react/dist/esm/icons/case-lower.js +1 -1
  887. package/dist/node_modules/lucide-react/dist/esm/icons/case-sensitive.js +1 -1
  888. package/dist/node_modules/lucide-react/dist/esm/icons/case-upper.js +1 -1
  889. package/dist/node_modules/lucide-react/dist/esm/icons/cassette-tape.js +1 -1
  890. package/dist/node_modules/lucide-react/dist/esm/icons/cast.js +1 -1
  891. package/dist/node_modules/lucide-react/dist/esm/icons/castle.js +1 -1
  892. package/dist/node_modules/lucide-react/dist/esm/icons/cat.js +1 -1
  893. package/dist/node_modules/lucide-react/dist/esm/icons/cctv.js +1 -1
  894. package/dist/node_modules/lucide-react/dist/esm/icons/chart-area.js +1 -1
  895. package/dist/node_modules/lucide-react/dist/esm/icons/chart-bar-big.js +1 -1
  896. package/dist/node_modules/lucide-react/dist/esm/icons/chart-bar-decreasing.js +1 -1
  897. package/dist/node_modules/lucide-react/dist/esm/icons/chart-bar-increasing.js +1 -1
  898. package/dist/node_modules/lucide-react/dist/esm/icons/chart-bar-stacked.js +1 -1
  899. package/dist/node_modules/lucide-react/dist/esm/icons/chart-bar.js +1 -1
  900. package/dist/node_modules/lucide-react/dist/esm/icons/chart-candlestick.js +1 -1
  901. package/dist/node_modules/lucide-react/dist/esm/icons/chart-column-big.js +1 -1
  902. package/dist/node_modules/lucide-react/dist/esm/icons/chart-column-decreasing.js +1 -1
  903. package/dist/node_modules/lucide-react/dist/esm/icons/chart-column-increasing.js +1 -1
  904. package/dist/node_modules/lucide-react/dist/esm/icons/chart-column-stacked.js +1 -1
  905. package/dist/node_modules/lucide-react/dist/esm/icons/chart-column.js +1 -1
  906. package/dist/node_modules/lucide-react/dist/esm/icons/chart-gantt.js +1 -1
  907. package/dist/node_modules/lucide-react/dist/esm/icons/chart-line.js +1 -1
  908. package/dist/node_modules/lucide-react/dist/esm/icons/chart-network.js +1 -1
  909. package/dist/node_modules/lucide-react/dist/esm/icons/chart-no-axes-column-decreasing.js +1 -1
  910. package/dist/node_modules/lucide-react/dist/esm/icons/chart-no-axes-column-increasing.js +1 -1
  911. package/dist/node_modules/lucide-react/dist/esm/icons/chart-no-axes-column.js +1 -1
  912. package/dist/node_modules/lucide-react/dist/esm/icons/chart-no-axes-combined.js +1 -1
  913. package/dist/node_modules/lucide-react/dist/esm/icons/chart-no-axes-gantt.js +1 -1
  914. package/dist/node_modules/lucide-react/dist/esm/icons/chart-pie.js +1 -1
  915. package/dist/node_modules/lucide-react/dist/esm/icons/chart-scatter.js +1 -1
  916. package/dist/node_modules/lucide-react/dist/esm/icons/chart-spline.js +1 -1
  917. package/dist/node_modules/lucide-react/dist/esm/icons/check-check.js +1 -1
  918. package/dist/node_modules/lucide-react/dist/esm/icons/check-line.js +17 -0
  919. package/dist/node_modules/lucide-react/dist/esm/icons/check.js +1 -1
  920. package/dist/node_modules/lucide-react/dist/esm/icons/chef-hat.js +1 -1
  921. package/dist/node_modules/lucide-react/dist/esm/icons/cherry.js +1 -1
  922. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-down.js +1 -1
  923. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-first.js +1 -1
  924. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-last.js +1 -1
  925. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-left.js +1 -1
  926. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-right.js +1 -1
  927. package/dist/node_modules/lucide-react/dist/esm/icons/chevron-up.js +1 -1
  928. package/dist/node_modules/lucide-react/dist/esm/icons/chevrons-down-up.js +1 -1
  929. package/dist/node_modules/lucide-react/dist/esm/icons/chevrons-down.js +1 -1
  930. package/dist/node_modules/lucide-react/dist/esm/icons/chevrons-left-right-ellipsis.js +5 -5
  931. package/dist/node_modules/lucide-react/dist/esm/icons/chevrons-left-right.js +1 -1
  932. package/dist/node_modules/lucide-react/dist/esm/icons/chevrons-left.js +1 -1
  933. package/dist/node_modules/lucide-react/dist/esm/icons/chevrons-right-left.js +1 -1
  934. package/dist/node_modules/lucide-react/dist/esm/icons/chevrons-right.js +1 -1
  935. package/dist/node_modules/lucide-react/dist/esm/icons/chevrons-up-down.js +1 -1
  936. package/dist/node_modules/lucide-react/dist/esm/icons/chevrons-up.js +1 -1
  937. package/dist/node_modules/lucide-react/dist/esm/icons/chrome.js +1 -1
  938. package/dist/node_modules/lucide-react/dist/esm/icons/church.js +1 -1
  939. package/dist/node_modules/lucide-react/dist/esm/icons/cigarette-off.js +1 -1
  940. package/dist/node_modules/lucide-react/dist/esm/icons/cigarette.js +1 -1
  941. package/dist/node_modules/lucide-react/dist/esm/icons/circle-alert.js +1 -1
  942. package/dist/node_modules/lucide-react/dist/esm/icons/circle-arrow-down.js +1 -1
  943. package/dist/node_modules/lucide-react/dist/esm/icons/circle-arrow-left.js +3 -3
  944. package/dist/node_modules/lucide-react/dist/esm/icons/circle-arrow-out-down-left.js +1 -1
  945. package/dist/node_modules/lucide-react/dist/esm/icons/circle-arrow-out-down-right.js +1 -1
  946. package/dist/node_modules/lucide-react/dist/esm/icons/circle-arrow-out-up-left.js +1 -1
  947. package/dist/node_modules/lucide-react/dist/esm/icons/circle-arrow-out-up-right.js +1 -1
  948. package/dist/node_modules/lucide-react/dist/esm/icons/circle-arrow-right.js +3 -3
  949. package/dist/node_modules/lucide-react/dist/esm/icons/circle-arrow-up.js +1 -1
  950. package/dist/node_modules/lucide-react/dist/esm/icons/circle-check-big.js +1 -1
  951. package/dist/node_modules/lucide-react/dist/esm/icons/circle-check.js +1 -1
  952. package/dist/node_modules/lucide-react/dist/esm/icons/circle-chevron-down.js +1 -1
  953. package/dist/node_modules/lucide-react/dist/esm/icons/circle-chevron-left.js +1 -1
  954. package/dist/node_modules/lucide-react/dist/esm/icons/circle-chevron-right.js +1 -1
  955. package/dist/node_modules/lucide-react/dist/esm/icons/circle-chevron-up.js +1 -1
  956. package/dist/node_modules/lucide-react/dist/esm/icons/circle-dashed.js +1 -1
  957. package/dist/node_modules/lucide-react/dist/esm/icons/circle-divide.js +1 -1
  958. package/dist/node_modules/lucide-react/dist/esm/icons/circle-dollar-sign.js +1 -1
  959. package/dist/node_modules/lucide-react/dist/esm/icons/circle-dot-dashed.js +1 -1
  960. package/dist/node_modules/lucide-react/dist/esm/icons/circle-dot.js +1 -1
  961. package/dist/node_modules/lucide-react/dist/esm/icons/circle-ellipsis.js +1 -1
  962. package/dist/node_modules/lucide-react/dist/esm/icons/circle-equal.js +1 -1
  963. package/dist/node_modules/lucide-react/dist/esm/icons/circle-fading-arrow-up.js +1 -1
  964. package/dist/node_modules/lucide-react/dist/esm/icons/circle-fading-plus.js +1 -1
  965. package/dist/node_modules/lucide-react/dist/esm/icons/circle-gauge.js +1 -1
  966. package/dist/node_modules/lucide-react/dist/esm/icons/circle-minus.js +1 -1
  967. package/dist/node_modules/lucide-react/dist/esm/icons/circle-off.js +1 -1
  968. package/dist/node_modules/lucide-react/dist/esm/icons/circle-parking-off.js +1 -1
  969. package/dist/node_modules/lucide-react/dist/esm/icons/circle-parking.js +1 -1
  970. package/dist/node_modules/lucide-react/dist/esm/icons/circle-pause.js +1 -1
  971. package/dist/node_modules/lucide-react/dist/esm/icons/circle-percent.js +1 -1
  972. package/dist/node_modules/lucide-react/dist/esm/icons/circle-play.js +1 -1
  973. package/dist/node_modules/lucide-react/dist/esm/icons/circle-plus.js +1 -1
  974. package/dist/node_modules/lucide-react/dist/esm/icons/circle-pound-sterling.js +18 -0
  975. package/dist/node_modules/lucide-react/dist/esm/icons/circle-power.js +1 -1
  976. package/dist/node_modules/lucide-react/dist/esm/icons/{circle-help.js → circle-question-mark.js} +3 -3
  977. package/dist/node_modules/lucide-react/dist/esm/icons/circle-slash-2.js +1 -1
  978. package/dist/node_modules/lucide-react/dist/esm/icons/circle-slash.js +1 -1
  979. package/dist/node_modules/lucide-react/dist/esm/icons/circle-small.js +1 -1
  980. package/dist/node_modules/lucide-react/dist/esm/icons/circle-stop.js +1 -1
  981. package/dist/node_modules/lucide-react/dist/esm/icons/circle-user-round.js +1 -1
  982. package/dist/node_modules/lucide-react/dist/esm/icons/circle-user.js +1 -1
  983. package/dist/node_modules/lucide-react/dist/esm/icons/circle-x.js +1 -1
  984. package/dist/node_modules/lucide-react/dist/esm/icons/circle.js +1 -1
  985. package/dist/node_modules/lucide-react/dist/esm/icons/circuit-board.js +1 -1
  986. package/dist/node_modules/lucide-react/dist/esm/icons/citrus.js +1 -1
  987. package/dist/node_modules/lucide-react/dist/esm/icons/clapperboard.js +1 -1
  988. package/dist/node_modules/lucide-react/dist/esm/icons/clipboard-check.js +1 -1
  989. package/dist/node_modules/lucide-react/dist/esm/icons/clipboard-copy.js +1 -1
  990. package/dist/node_modules/lucide-react/dist/esm/icons/clipboard-list.js +1 -1
  991. package/dist/node_modules/lucide-react/dist/esm/icons/clipboard-minus.js +1 -1
  992. package/dist/node_modules/lucide-react/dist/esm/icons/clipboard-paste.js +11 -18
  993. package/dist/node_modules/lucide-react/dist/esm/icons/clipboard-pen-line.js +1 -1
  994. package/dist/node_modules/lucide-react/dist/esm/icons/clipboard-pen.js +1 -1
  995. package/dist/node_modules/lucide-react/dist/esm/icons/clipboard-plus.js +1 -1
  996. package/dist/node_modules/lucide-react/dist/esm/icons/clipboard-type.js +1 -1
  997. package/dist/node_modules/lucide-react/dist/esm/icons/clipboard-x.js +1 -1
  998. package/dist/node_modules/lucide-react/dist/esm/icons/clipboard.js +1 -1
  999. package/dist/node_modules/lucide-react/dist/esm/icons/clock-1.js +1 -1
  1000. package/dist/node_modules/lucide-react/dist/esm/icons/clock-10.js +1 -1
  1001. package/dist/node_modules/lucide-react/dist/esm/icons/clock-11.js +1 -1
  1002. package/dist/node_modules/lucide-react/dist/esm/icons/clock-12.js +1 -1
  1003. package/dist/node_modules/lucide-react/dist/esm/icons/clock-2.js +1 -1
  1004. package/dist/node_modules/lucide-react/dist/esm/icons/clock-3.js +1 -1
  1005. package/dist/node_modules/lucide-react/dist/esm/icons/clock-4.js +1 -1
  1006. package/dist/node_modules/lucide-react/dist/esm/icons/clock-5.js +1 -1
  1007. package/dist/node_modules/lucide-react/dist/esm/icons/clock-6.js +5 -5
  1008. package/dist/node_modules/lucide-react/dist/esm/icons/clock-7.js +1 -1
  1009. package/dist/node_modules/lucide-react/dist/esm/icons/clock-8.js +1 -1
  1010. package/dist/node_modules/lucide-react/dist/esm/icons/clock-9.js +1 -1
  1011. package/dist/node_modules/lucide-react/dist/esm/icons/clock-alert.js +1 -1
  1012. package/dist/node_modules/lucide-react/dist/esm/icons/clock-arrow-down.js +1 -1
  1013. package/dist/node_modules/lucide-react/dist/esm/icons/clock-arrow-up.js +1 -1
  1014. package/dist/node_modules/lucide-react/dist/esm/icons/clock-fading.js +1 -1
  1015. package/dist/node_modules/lucide-react/dist/esm/icons/clock-plus.js +18 -0
  1016. package/dist/node_modules/lucide-react/dist/esm/icons/clock.js +1 -1
  1017. package/dist/node_modules/lucide-react/dist/esm/icons/cloud-alert.js +1 -1
  1018. package/dist/node_modules/lucide-react/dist/esm/icons/cloud-check.js +16 -0
  1019. package/dist/node_modules/lucide-react/dist/esm/icons/cloud-cog.js +16 -11
  1020. package/dist/node_modules/lucide-react/dist/esm/icons/cloud-download.js +1 -1
  1021. package/dist/node_modules/lucide-react/dist/esm/icons/cloud-drizzle.js +1 -1
  1022. package/dist/node_modules/lucide-react/dist/esm/icons/cloud-fog.js +1 -1
  1023. package/dist/node_modules/lucide-react/dist/esm/icons/cloud-hail.js +1 -1
  1024. package/dist/node_modules/lucide-react/dist/esm/icons/cloud-lightning.js +1 -1
  1025. package/dist/node_modules/lucide-react/dist/esm/icons/cloud-moon-rain.js +1 -1
  1026. package/dist/node_modules/lucide-react/dist/esm/icons/cloud-moon.js +1 -1
  1027. package/dist/node_modules/lucide-react/dist/esm/icons/cloud-off.js +1 -1
  1028. package/dist/node_modules/lucide-react/dist/esm/icons/cloud-rain-wind.js +1 -1
  1029. package/dist/node_modules/lucide-react/dist/esm/icons/cloud-rain.js +1 -1
  1030. package/dist/node_modules/lucide-react/dist/esm/icons/cloud-snow.js +1 -1
  1031. package/dist/node_modules/lucide-react/dist/esm/icons/cloud-sun-rain.js +1 -1
  1032. package/dist/node_modules/lucide-react/dist/esm/icons/cloud-sun.js +1 -1
  1033. package/dist/node_modules/lucide-react/dist/esm/icons/cloud-upload.js +1 -1
  1034. package/dist/node_modules/lucide-react/dist/esm/icons/cloud.js +1 -1
  1035. package/dist/node_modules/lucide-react/dist/esm/icons/cloudy.js +1 -1
  1036. package/dist/node_modules/lucide-react/dist/esm/icons/clover.js +1 -1
  1037. package/dist/node_modules/lucide-react/dist/esm/icons/club.js +1 -1
  1038. package/dist/node_modules/lucide-react/dist/esm/icons/code-xml.js +1 -1
  1039. package/dist/node_modules/lucide-react/dist/esm/icons/code.js +5 -5
  1040. package/dist/node_modules/lucide-react/dist/esm/icons/codepen.js +1 -1
  1041. package/dist/node_modules/lucide-react/dist/esm/icons/codesandbox.js +1 -1
  1042. package/dist/node_modules/lucide-react/dist/esm/icons/coffee.js +1 -1
  1043. package/dist/node_modules/lucide-react/dist/esm/icons/cog.js +1 -1
  1044. package/dist/node_modules/lucide-react/dist/esm/icons/coins.js +1 -1
  1045. package/dist/node_modules/lucide-react/dist/esm/icons/columns-2.js +1 -1
  1046. package/dist/node_modules/lucide-react/dist/esm/icons/columns-3-cog.js +26 -0
  1047. package/dist/node_modules/lucide-react/dist/esm/icons/columns-3.js +1 -1
  1048. package/dist/node_modules/lucide-react/dist/esm/icons/columns-4.js +1 -1
  1049. package/dist/node_modules/lucide-react/dist/esm/icons/combine.js +1 -1
  1050. package/dist/node_modules/lucide-react/dist/esm/icons/command.js +1 -1
  1051. package/dist/node_modules/lucide-react/dist/esm/icons/compass.js +1 -1
  1052. package/dist/node_modules/lucide-react/dist/esm/icons/component.js +1 -1
  1053. package/dist/node_modules/lucide-react/dist/esm/icons/computer.js +1 -1
  1054. package/dist/node_modules/lucide-react/dist/esm/icons/concierge-bell.js +1 -1
  1055. package/dist/node_modules/lucide-react/dist/esm/icons/cone.js +1 -1
  1056. package/dist/node_modules/lucide-react/dist/esm/icons/construction.js +1 -1
  1057. package/dist/node_modules/lucide-react/dist/esm/icons/contact-round.js +1 -1
  1058. package/dist/node_modules/lucide-react/dist/esm/icons/contact.js +1 -1
  1059. package/dist/node_modules/lucide-react/dist/esm/icons/container.js +1 -1
  1060. package/dist/node_modules/lucide-react/dist/esm/icons/contrast.js +1 -1
  1061. package/dist/node_modules/lucide-react/dist/esm/icons/cookie.js +1 -1
  1062. package/dist/node_modules/lucide-react/dist/esm/icons/cooking-pot.js +1 -1
  1063. package/dist/node_modules/lucide-react/dist/esm/icons/copy-check.js +1 -1
  1064. package/dist/node_modules/lucide-react/dist/esm/icons/copy-minus.js +1 -1
  1065. package/dist/node_modules/lucide-react/dist/esm/icons/copy-plus.js +1 -1
  1066. package/dist/node_modules/lucide-react/dist/esm/icons/copy-slash.js +1 -1
  1067. package/dist/node_modules/lucide-react/dist/esm/icons/copy-x.js +1 -1
  1068. package/dist/node_modules/lucide-react/dist/esm/icons/copy.js +1 -1
  1069. package/dist/node_modules/lucide-react/dist/esm/icons/copyleft.js +1 -1
  1070. package/dist/node_modules/lucide-react/dist/esm/icons/copyright.js +1 -1
  1071. package/dist/node_modules/lucide-react/dist/esm/icons/corner-down-left.js +5 -5
  1072. package/dist/node_modules/lucide-react/dist/esm/icons/corner-down-right.js +7 -7
  1073. package/dist/node_modules/lucide-react/dist/esm/icons/corner-left-down.js +4 -4
  1074. package/dist/node_modules/lucide-react/dist/esm/icons/corner-left-up.js +6 -6
  1075. package/dist/node_modules/lucide-react/dist/esm/icons/corner-right-down.js +7 -7
  1076. package/dist/node_modules/lucide-react/dist/esm/icons/corner-right-up.js +6 -6
  1077. package/dist/node_modules/lucide-react/dist/esm/icons/corner-up-left.js +5 -5
  1078. package/dist/node_modules/lucide-react/dist/esm/icons/corner-up-right.js +6 -6
  1079. package/dist/node_modules/lucide-react/dist/esm/icons/cpu.js +19 -15
  1080. package/dist/node_modules/lucide-react/dist/esm/icons/creative-commons.js +1 -1
  1081. package/dist/node_modules/lucide-react/dist/esm/icons/credit-card.js +1 -1
  1082. package/dist/node_modules/lucide-react/dist/esm/icons/croissant.js +1 -1
  1083. package/dist/node_modules/lucide-react/dist/esm/icons/crop.js +1 -1
  1084. package/dist/node_modules/lucide-react/dist/esm/icons/cross.js +1 -1
  1085. package/dist/node_modules/lucide-react/dist/esm/icons/crosshair.js +1 -1
  1086. package/dist/node_modules/lucide-react/dist/esm/icons/crown.js +1 -1
  1087. package/dist/node_modules/lucide-react/dist/esm/icons/cuboid.js +1 -1
  1088. package/dist/node_modules/lucide-react/dist/esm/icons/cup-soda.js +1 -1
  1089. package/dist/node_modules/lucide-react/dist/esm/icons/currency.js +1 -1
  1090. package/dist/node_modules/lucide-react/dist/esm/icons/cylinder.js +1 -1
  1091. package/dist/node_modules/lucide-react/dist/esm/icons/dam.js +1 -1
  1092. package/dist/node_modules/lucide-react/dist/esm/icons/database-backup.js +1 -1
  1093. package/dist/node_modules/lucide-react/dist/esm/icons/database-zap.js +1 -1
  1094. package/dist/node_modules/lucide-react/dist/esm/icons/database.js +1 -1
  1095. package/dist/node_modules/lucide-react/dist/esm/icons/decimals-arrow-left.js +18 -0
  1096. package/dist/node_modules/lucide-react/dist/esm/icons/decimals-arrow-right.js +19 -0
  1097. package/dist/node_modules/lucide-react/dist/esm/icons/delete.js +1 -1
  1098. package/dist/node_modules/lucide-react/dist/esm/icons/dessert.js +1 -1
  1099. package/dist/node_modules/lucide-react/dist/esm/icons/diameter.js +1 -1
  1100. package/dist/node_modules/lucide-react/dist/esm/icons/diamond-minus.js +1 -1
  1101. package/dist/node_modules/lucide-react/dist/esm/icons/diamond-percent.js +1 -1
  1102. package/dist/node_modules/lucide-react/dist/esm/icons/diamond-plus.js +1 -1
  1103. package/dist/node_modules/lucide-react/dist/esm/icons/diamond.js +1 -1
  1104. package/dist/node_modules/lucide-react/dist/esm/icons/dice-1.js +1 -1
  1105. package/dist/node_modules/lucide-react/dist/esm/icons/dice-2.js +1 -1
  1106. package/dist/node_modules/lucide-react/dist/esm/icons/dice-3.js +1 -1
  1107. package/dist/node_modules/lucide-react/dist/esm/icons/dice-4.js +1 -1
  1108. package/dist/node_modules/lucide-react/dist/esm/icons/dice-5.js +1 -1
  1109. package/dist/node_modules/lucide-react/dist/esm/icons/dice-6.js +1 -1
  1110. package/dist/node_modules/lucide-react/dist/esm/icons/dices.js +1 -1
  1111. package/dist/node_modules/lucide-react/dist/esm/icons/diff.js +1 -1
  1112. package/dist/node_modules/lucide-react/dist/esm/icons/disc-2.js +1 -1
  1113. package/dist/node_modules/lucide-react/dist/esm/icons/disc-3.js +1 -1
  1114. package/dist/node_modules/lucide-react/dist/esm/icons/disc-album.js +1 -1
  1115. package/dist/node_modules/lucide-react/dist/esm/icons/disc.js +1 -1
  1116. package/dist/node_modules/lucide-react/dist/esm/icons/divide.js +1 -1
  1117. package/dist/node_modules/lucide-react/dist/esm/icons/dna-off.js +1 -1
  1118. package/dist/node_modules/lucide-react/dist/esm/icons/dna.js +1 -1
  1119. package/dist/node_modules/lucide-react/dist/esm/icons/dock.js +1 -1
  1120. package/dist/node_modules/lucide-react/dist/esm/icons/dog.js +1 -1
  1121. package/dist/node_modules/lucide-react/dist/esm/icons/dollar-sign.js +1 -1
  1122. package/dist/node_modules/lucide-react/dist/esm/icons/donut.js +1 -1
  1123. package/dist/node_modules/lucide-react/dist/esm/icons/door-closed-locked.js +19 -0
  1124. package/dist/node_modules/lucide-react/dist/esm/icons/door-closed.js +3 -3
  1125. package/dist/node_modules/lucide-react/dist/esm/icons/door-open.js +8 -8
  1126. package/dist/node_modules/lucide-react/dist/esm/icons/dot.js +1 -1
  1127. package/dist/node_modules/lucide-react/dist/esm/icons/download.js +7 -7
  1128. package/dist/node_modules/lucide-react/dist/esm/icons/drafting-compass.js +1 -1
  1129. package/dist/node_modules/lucide-react/dist/esm/icons/drama.js +1 -1
  1130. package/dist/node_modules/lucide-react/dist/esm/icons/dribbble.js +1 -1
  1131. package/dist/node_modules/lucide-react/dist/esm/icons/drill.js +1 -1
  1132. package/dist/node_modules/lucide-react/dist/esm/icons/drone.js +23 -0
  1133. package/dist/node_modules/lucide-react/dist/esm/icons/droplet-off.js +1 -1
  1134. package/dist/node_modules/lucide-react/dist/esm/icons/droplet.js +1 -1
  1135. package/dist/node_modules/lucide-react/dist/esm/icons/droplets.js +1 -1
  1136. package/dist/node_modules/lucide-react/dist/esm/icons/drum.js +1 -1
  1137. package/dist/node_modules/lucide-react/dist/esm/icons/drumstick.js +1 -1
  1138. package/dist/node_modules/lucide-react/dist/esm/icons/dumbbell.js +11 -11
  1139. package/dist/node_modules/lucide-react/dist/esm/icons/ear-off.js +1 -1
  1140. package/dist/node_modules/lucide-react/dist/esm/icons/ear.js +1 -1
  1141. package/dist/node_modules/lucide-react/dist/esm/icons/earth-lock.js +1 -1
  1142. package/dist/node_modules/lucide-react/dist/esm/icons/earth.js +1 -1
  1143. package/dist/node_modules/lucide-react/dist/esm/icons/eclipse.js +1 -1
  1144. package/dist/node_modules/lucide-react/dist/esm/icons/egg-fried.js +1 -1
  1145. package/dist/node_modules/lucide-react/dist/esm/icons/egg-off.js +8 -20
  1146. package/dist/node_modules/lucide-react/dist/esm/icons/egg.js +2 -8
  1147. package/dist/node_modules/lucide-react/dist/esm/icons/ellipsis-vertical.js +1 -1
  1148. package/dist/node_modules/lucide-react/dist/esm/icons/ellipsis.js +1 -1
  1149. package/dist/node_modules/lucide-react/dist/esm/icons/equal-approximately.js +1 -1
  1150. package/dist/node_modules/lucide-react/dist/esm/icons/equal-not.js +1 -1
  1151. package/dist/node_modules/lucide-react/dist/esm/icons/equal.js +1 -1
  1152. package/dist/node_modules/lucide-react/dist/esm/icons/eraser.js +8 -9
  1153. package/dist/node_modules/lucide-react/dist/esm/icons/ethernet-port.js +1 -1
  1154. package/dist/node_modules/lucide-react/dist/esm/icons/euro.js +1 -1
  1155. package/dist/node_modules/lucide-react/dist/esm/icons/expand.js +7 -7
  1156. package/dist/node_modules/lucide-react/dist/esm/icons/external-link.js +1 -1
  1157. package/dist/node_modules/lucide-react/dist/esm/icons/eye-closed.js +1 -1
  1158. package/dist/node_modules/lucide-react/dist/esm/icons/eye-off.js +1 -1
  1159. package/dist/node_modules/lucide-react/dist/esm/icons/eye.js +1 -1
  1160. package/dist/node_modules/lucide-react/dist/esm/icons/facebook.js +1 -1
  1161. package/dist/node_modules/lucide-react/dist/esm/icons/factory.js +10 -10
  1162. package/dist/node_modules/lucide-react/dist/esm/icons/fan.js +1 -1
  1163. package/dist/node_modules/lucide-react/dist/esm/icons/fast-forward.js +1 -1
  1164. package/dist/node_modules/lucide-react/dist/esm/icons/feather.js +1 -1
  1165. package/dist/node_modules/lucide-react/dist/esm/icons/fence.js +1 -1
  1166. package/dist/node_modules/lucide-react/dist/esm/icons/ferris-wheel.js +1 -1
  1167. package/dist/node_modules/lucide-react/dist/esm/icons/figma.js +1 -1
  1168. package/dist/node_modules/lucide-react/dist/esm/icons/file-archive.js +1 -1
  1169. package/dist/node_modules/lucide-react/dist/esm/icons/file-audio-2.js +1 -1
  1170. package/dist/node_modules/lucide-react/dist/esm/icons/file-audio.js +1 -1
  1171. package/dist/node_modules/lucide-react/dist/esm/icons/file-axis-3d.js +1 -1
  1172. package/dist/node_modules/lucide-react/dist/esm/icons/file-badge-2.js +12 -7
  1173. package/dist/node_modules/lucide-react/dist/esm/icons/file-badge.js +12 -6
  1174. package/dist/node_modules/lucide-react/dist/esm/icons/file-box.js +1 -1
  1175. package/dist/node_modules/lucide-react/dist/esm/icons/file-chart-column-increasing.js +1 -1
  1176. package/dist/node_modules/lucide-react/dist/esm/icons/file-chart-column.js +1 -1
  1177. package/dist/node_modules/lucide-react/dist/esm/icons/file-chart-line.js +1 -1
  1178. package/dist/node_modules/lucide-react/dist/esm/icons/file-chart-pie.js +1 -1
  1179. package/dist/node_modules/lucide-react/dist/esm/icons/file-check-2.js +1 -1
  1180. package/dist/node_modules/lucide-react/dist/esm/icons/file-check.js +1 -1
  1181. package/dist/node_modules/lucide-react/dist/esm/icons/file-clock.js +1 -1
  1182. package/dist/node_modules/lucide-react/dist/esm/icons/file-code-2.js +1 -1
  1183. package/dist/node_modules/lucide-react/dist/esm/icons/file-code.js +1 -1
  1184. package/dist/node_modules/lucide-react/dist/esm/icons/file-cog.js +11 -11
  1185. package/dist/node_modules/lucide-react/dist/esm/icons/file-diff.js +1 -1
  1186. package/dist/node_modules/lucide-react/dist/esm/icons/file-digit.js +1 -1
  1187. package/dist/node_modules/lucide-react/dist/esm/icons/file-down.js +1 -1
  1188. package/dist/node_modules/lucide-react/dist/esm/icons/file-heart.js +1 -1
  1189. package/dist/node_modules/lucide-react/dist/esm/icons/file-image.js +1 -1
  1190. package/dist/node_modules/lucide-react/dist/esm/icons/file-input.js +1 -1
  1191. package/dist/node_modules/lucide-react/dist/esm/icons/file-json-2.js +1 -1
  1192. package/dist/node_modules/lucide-react/dist/esm/icons/file-json.js +1 -1
  1193. package/dist/node_modules/lucide-react/dist/esm/icons/file-key-2.js +1 -1
  1194. package/dist/node_modules/lucide-react/dist/esm/icons/file-key.js +1 -1
  1195. package/dist/node_modules/lucide-react/dist/esm/icons/file-lock-2.js +1 -1
  1196. package/dist/node_modules/lucide-react/dist/esm/icons/file-lock.js +1 -1
  1197. package/dist/node_modules/lucide-react/dist/esm/icons/file-minus-2.js +1 -1
  1198. package/dist/node_modules/lucide-react/dist/esm/icons/file-minus.js +1 -1
  1199. package/dist/node_modules/lucide-react/dist/esm/icons/file-music.js +1 -1
  1200. package/dist/node_modules/lucide-react/dist/esm/icons/file-output.js +1 -1
  1201. package/dist/node_modules/lucide-react/dist/esm/icons/file-pen-line.js +1 -1
  1202. package/dist/node_modules/lucide-react/dist/esm/icons/file-pen.js +1 -1
  1203. package/dist/node_modules/lucide-react/dist/esm/icons/file-plus-2.js +1 -1
  1204. package/dist/node_modules/lucide-react/dist/esm/icons/file-plus.js +1 -1
  1205. package/dist/node_modules/lucide-react/dist/esm/icons/{file-question.js → file-question-mark.js} +2 -2
  1206. package/dist/node_modules/lucide-react/dist/esm/icons/file-scan.js +1 -1
  1207. package/dist/node_modules/lucide-react/dist/esm/icons/file-search-2.js +1 -1
  1208. package/dist/node_modules/lucide-react/dist/esm/icons/file-search.js +1 -1
  1209. package/dist/node_modules/lucide-react/dist/esm/icons/file-sliders.js +1 -1
  1210. package/dist/node_modules/lucide-react/dist/esm/icons/file-spreadsheet.js +1 -1
  1211. package/dist/node_modules/lucide-react/dist/esm/icons/file-stack.js +1 -1
  1212. package/dist/node_modules/lucide-react/dist/esm/icons/file-symlink.js +1 -1
  1213. package/dist/node_modules/lucide-react/dist/esm/icons/file-terminal.js +1 -1
  1214. package/dist/node_modules/lucide-react/dist/esm/icons/file-text.js +1 -1
  1215. package/dist/node_modules/lucide-react/dist/esm/icons/file-type-2.js +1 -1
  1216. package/dist/node_modules/lucide-react/dist/esm/icons/file-type.js +1 -1
  1217. package/dist/node_modules/lucide-react/dist/esm/icons/file-up.js +1 -1
  1218. package/dist/node_modules/lucide-react/dist/esm/icons/file-user.js +1 -1
  1219. package/dist/node_modules/lucide-react/dist/esm/icons/file-video-2.js +1 -1
  1220. package/dist/node_modules/lucide-react/dist/esm/icons/file-video.js +1 -1
  1221. package/dist/node_modules/lucide-react/dist/esm/icons/file-volume-2.js +1 -1
  1222. package/dist/node_modules/lucide-react/dist/esm/icons/file-volume.js +1 -1
  1223. package/dist/node_modules/lucide-react/dist/esm/icons/file-warning.js +1 -1
  1224. package/dist/node_modules/lucide-react/dist/esm/icons/file-x-2.js +1 -1
  1225. package/dist/node_modules/lucide-react/dist/esm/icons/file-x.js +1 -1
  1226. package/dist/node_modules/lucide-react/dist/esm/icons/file.js +1 -1
  1227. package/dist/node_modules/lucide-react/dist/esm/icons/files.js +1 -1
  1228. package/dist/node_modules/lucide-react/dist/esm/icons/film.js +1 -1
  1229. package/dist/node_modules/lucide-react/dist/esm/icons/fingerprint.js +1 -1
  1230. package/dist/node_modules/lucide-react/dist/esm/icons/fire-extinguisher.js +1 -1
  1231. package/dist/node_modules/lucide-react/dist/esm/icons/fish-off.js +1 -1
  1232. package/dist/node_modules/lucide-react/dist/esm/icons/fish-symbol.js +1 -1
  1233. package/dist/node_modules/lucide-react/dist/esm/icons/fish.js +1 -1
  1234. package/dist/node_modules/lucide-react/dist/esm/icons/flag-off.js +1 -1
  1235. package/dist/node_modules/lucide-react/dist/esm/icons/flag-triangle-left.js +1 -1
  1236. package/dist/node_modules/lucide-react/dist/esm/icons/flag-triangle-right.js +1 -1
  1237. package/dist/node_modules/lucide-react/dist/esm/icons/flag.js +1 -1
  1238. package/dist/node_modules/lucide-react/dist/esm/icons/flame-kindling.js +1 -1
  1239. package/dist/node_modules/lucide-react/dist/esm/icons/flame.js +1 -1
  1240. package/dist/node_modules/lucide-react/dist/esm/icons/flashlight-off.js +1 -1
  1241. package/dist/node_modules/lucide-react/dist/esm/icons/flashlight.js +1 -1
  1242. package/dist/node_modules/lucide-react/dist/esm/icons/flask-conical-off.js +1 -1
  1243. package/dist/node_modules/lucide-react/dist/esm/icons/flask-conical.js +1 -1
  1244. package/dist/node_modules/lucide-react/dist/esm/icons/flask-round.js +1 -1
  1245. package/dist/node_modules/lucide-react/dist/esm/icons/flip-horizontal-2.js +1 -1
  1246. package/dist/node_modules/lucide-react/dist/esm/icons/flip-horizontal.js +1 -1
  1247. package/dist/node_modules/lucide-react/dist/esm/icons/flip-vertical-2.js +1 -1
  1248. package/dist/node_modules/lucide-react/dist/esm/icons/flip-vertical.js +1 -1
  1249. package/dist/node_modules/lucide-react/dist/esm/icons/flower-2.js +1 -1
  1250. package/dist/node_modules/lucide-react/dist/esm/icons/flower.js +1 -1
  1251. package/dist/node_modules/lucide-react/dist/esm/icons/focus.js +1 -1
  1252. package/dist/node_modules/lucide-react/dist/esm/icons/fold-horizontal.js +1 -1
  1253. package/dist/node_modules/lucide-react/dist/esm/icons/fold-vertical.js +1 -1
  1254. package/dist/node_modules/lucide-react/dist/esm/icons/folder-archive.js +1 -1
  1255. package/dist/node_modules/lucide-react/dist/esm/icons/folder-check.js +1 -1
  1256. package/dist/node_modules/lucide-react/dist/esm/icons/folder-clock.js +1 -1
  1257. package/dist/node_modules/lucide-react/dist/esm/icons/folder-closed.js +1 -1
  1258. package/dist/node_modules/lucide-react/dist/esm/icons/folder-code.js +1 -1
  1259. package/dist/node_modules/lucide-react/dist/esm/icons/folder-cog.js +12 -12
  1260. package/dist/node_modules/lucide-react/dist/esm/icons/folder-dot.js +1 -1
  1261. package/dist/node_modules/lucide-react/dist/esm/icons/folder-down.js +1 -1
  1262. package/dist/node_modules/lucide-react/dist/esm/icons/folder-git-2.js +1 -1
  1263. package/dist/node_modules/lucide-react/dist/esm/icons/folder-git.js +1 -1
  1264. package/dist/node_modules/lucide-react/dist/esm/icons/folder-heart.js +1 -1
  1265. package/dist/node_modules/lucide-react/dist/esm/icons/folder-input.js +1 -1
  1266. package/dist/node_modules/lucide-react/dist/esm/icons/folder-kanban.js +1 -1
  1267. package/dist/node_modules/lucide-react/dist/esm/icons/folder-key.js +1 -1
  1268. package/dist/node_modules/lucide-react/dist/esm/icons/folder-lock.js +1 -1
  1269. package/dist/node_modules/lucide-react/dist/esm/icons/folder-minus.js +1 -1
  1270. package/dist/node_modules/lucide-react/dist/esm/icons/folder-open-dot.js +1 -1
  1271. package/dist/node_modules/lucide-react/dist/esm/icons/folder-open.js +1 -1
  1272. package/dist/node_modules/lucide-react/dist/esm/icons/folder-output.js +1 -1
  1273. package/dist/node_modules/lucide-react/dist/esm/icons/folder-pen.js +1 -1
  1274. package/dist/node_modules/lucide-react/dist/esm/icons/folder-plus.js +1 -1
  1275. package/dist/node_modules/lucide-react/dist/esm/icons/folder-root.js +1 -1
  1276. package/dist/node_modules/lucide-react/dist/esm/icons/folder-search-2.js +1 -1
  1277. package/dist/node_modules/lucide-react/dist/esm/icons/folder-search.js +1 -1
  1278. package/dist/node_modules/lucide-react/dist/esm/icons/folder-symlink.js +1 -1
  1279. package/dist/node_modules/lucide-react/dist/esm/icons/folder-sync.js +1 -1
  1280. package/dist/node_modules/lucide-react/dist/esm/icons/folder-tree.js +1 -1
  1281. package/dist/node_modules/lucide-react/dist/esm/icons/folder-up.js +1 -1
  1282. package/dist/node_modules/lucide-react/dist/esm/icons/folder-x.js +1 -1
  1283. package/dist/node_modules/lucide-react/dist/esm/icons/folder.js +1 -1
  1284. package/dist/node_modules/lucide-react/dist/esm/icons/folders.js +1 -1
  1285. package/dist/node_modules/lucide-react/dist/esm/icons/footprints.js +1 -1
  1286. package/dist/node_modules/lucide-react/dist/esm/icons/forklift.js +1 -1
  1287. package/dist/node_modules/lucide-react/dist/esm/icons/forward.js +4 -4
  1288. package/dist/node_modules/lucide-react/dist/esm/icons/frame.js +1 -1
  1289. package/dist/node_modules/lucide-react/dist/esm/icons/framer.js +1 -1
  1290. package/dist/node_modules/lucide-react/dist/esm/icons/frown.js +1 -1
  1291. package/dist/node_modules/lucide-react/dist/esm/icons/fuel.js +1 -1
  1292. package/dist/node_modules/lucide-react/dist/esm/icons/fullscreen.js +1 -1
  1293. package/dist/node_modules/lucide-react/dist/esm/icons/funnel-plus.js +1 -1
  1294. package/dist/node_modules/lucide-react/dist/esm/icons/funnel-x.js +1 -1
  1295. package/dist/node_modules/lucide-react/dist/esm/icons/funnel.js +1 -1
  1296. package/dist/node_modules/lucide-react/dist/esm/icons/gallery-horizontal-end.js +1 -1
  1297. package/dist/node_modules/lucide-react/dist/esm/icons/gallery-horizontal.js +1 -1
  1298. package/dist/node_modules/lucide-react/dist/esm/icons/gallery-thumbnails.js +1 -1
  1299. package/dist/node_modules/lucide-react/dist/esm/icons/gallery-vertical-end.js +1 -1
  1300. package/dist/node_modules/lucide-react/dist/esm/icons/gallery-vertical.js +1 -1
  1301. package/dist/node_modules/lucide-react/dist/esm/icons/gamepad-2.js +1 -1
  1302. package/dist/node_modules/lucide-react/dist/esm/icons/gamepad.js +1 -1
  1303. package/dist/node_modules/lucide-react/dist/esm/icons/gauge.js +1 -1
  1304. package/dist/node_modules/lucide-react/dist/esm/icons/gavel.js +1 -1
  1305. package/dist/node_modules/lucide-react/dist/esm/icons/gem.js +1 -1
  1306. package/dist/node_modules/lucide-react/dist/esm/icons/georgian-lari.js +18 -0
  1307. package/dist/node_modules/lucide-react/dist/esm/icons/ghost.js +1 -1
  1308. package/dist/node_modules/lucide-react/dist/esm/icons/gift.js +1 -1
  1309. package/dist/node_modules/lucide-react/dist/esm/icons/git-branch-plus.js +1 -1
  1310. package/dist/node_modules/lucide-react/dist/esm/icons/git-branch.js +1 -1
  1311. package/dist/node_modules/lucide-react/dist/esm/icons/git-commit-horizontal.js +1 -1
  1312. package/dist/node_modules/lucide-react/dist/esm/icons/git-commit-vertical.js +1 -1
  1313. package/dist/node_modules/lucide-react/dist/esm/icons/git-compare-arrows.js +1 -1
  1314. package/dist/node_modules/lucide-react/dist/esm/icons/git-compare.js +1 -1
  1315. package/dist/node_modules/lucide-react/dist/esm/icons/git-fork.js +1 -1
  1316. package/dist/node_modules/lucide-react/dist/esm/icons/git-graph.js +1 -1
  1317. package/dist/node_modules/lucide-react/dist/esm/icons/git-merge.js +1 -1
  1318. package/dist/node_modules/lucide-react/dist/esm/icons/git-pull-request-arrow.js +1 -1
  1319. package/dist/node_modules/lucide-react/dist/esm/icons/git-pull-request-closed.js +1 -1
  1320. package/dist/node_modules/lucide-react/dist/esm/icons/git-pull-request-create-arrow.js +1 -1
  1321. package/dist/node_modules/lucide-react/dist/esm/icons/git-pull-request-create.js +1 -1
  1322. package/dist/node_modules/lucide-react/dist/esm/icons/git-pull-request-draft.js +1 -1
  1323. package/dist/node_modules/lucide-react/dist/esm/icons/git-pull-request.js +1 -1
  1324. package/dist/node_modules/lucide-react/dist/esm/icons/github.js +1 -1
  1325. package/dist/node_modules/lucide-react/dist/esm/icons/gitlab.js +1 -1
  1326. package/dist/node_modules/lucide-react/dist/esm/icons/glass-water.js +1 -1
  1327. package/dist/node_modules/lucide-react/dist/esm/icons/glasses.js +1 -1
  1328. package/dist/node_modules/lucide-react/dist/esm/icons/globe-lock.js +1 -1
  1329. package/dist/node_modules/lucide-react/dist/esm/icons/globe.js +1 -1
  1330. package/dist/node_modules/lucide-react/dist/esm/icons/goal.js +1 -1
  1331. package/dist/node_modules/lucide-react/dist/esm/icons/gpu.js +19 -0
  1332. package/dist/node_modules/lucide-react/dist/esm/icons/grab.js +1 -1
  1333. package/dist/node_modules/lucide-react/dist/esm/icons/graduation-cap.js +1 -1
  1334. package/dist/node_modules/lucide-react/dist/esm/icons/grape.js +1 -1
  1335. package/dist/node_modules/lucide-react/dist/esm/icons/grid-2x2-check.js +1 -1
  1336. package/dist/node_modules/lucide-react/dist/esm/icons/grid-2x2-plus.js +1 -1
  1337. package/dist/node_modules/lucide-react/dist/esm/icons/grid-2x2-x.js +1 -1
  1338. package/dist/node_modules/lucide-react/dist/esm/icons/grid-2x2.js +1 -1
  1339. package/dist/node_modules/lucide-react/dist/esm/icons/grid-3x2.js +18 -0
  1340. package/dist/node_modules/lucide-react/dist/esm/icons/grid-3x3.js +1 -1
  1341. package/dist/node_modules/lucide-react/dist/esm/icons/grip-horizontal.js +1 -1
  1342. package/dist/node_modules/lucide-react/dist/esm/icons/grip-vertical.js +1 -1
  1343. package/dist/node_modules/lucide-react/dist/esm/icons/grip.js +1 -1
  1344. package/dist/node_modules/lucide-react/dist/esm/icons/group.js +1 -1
  1345. package/dist/node_modules/lucide-react/dist/esm/icons/guitar.js +9 -10
  1346. package/dist/node_modules/lucide-react/dist/esm/icons/ham.js +1 -1
  1347. package/dist/node_modules/lucide-react/dist/esm/icons/hamburger.js +24 -0
  1348. package/dist/node_modules/lucide-react/dist/esm/icons/hammer.js +1 -1
  1349. package/dist/node_modules/lucide-react/dist/esm/icons/hand-coins.js +1 -1
  1350. package/dist/node_modules/lucide-react/dist/esm/icons/hand-heart.js +1 -1
  1351. package/dist/node_modules/lucide-react/dist/esm/icons/hand-helping.js +1 -1
  1352. package/dist/node_modules/lucide-react/dist/esm/icons/hand-metal.js +1 -1
  1353. package/dist/node_modules/lucide-react/dist/esm/icons/hand-platter.js +1 -1
  1354. package/dist/node_modules/lucide-react/dist/esm/icons/hand.js +1 -1
  1355. package/dist/node_modules/lucide-react/dist/esm/icons/handshake.js +1 -1
  1356. package/dist/node_modules/lucide-react/dist/esm/icons/hard-drive-download.js +1 -1
  1357. package/dist/node_modules/lucide-react/dist/esm/icons/hard-drive-upload.js +1 -1
  1358. package/dist/node_modules/lucide-react/dist/esm/icons/hard-drive.js +1 -1
  1359. package/dist/node_modules/lucide-react/dist/esm/icons/hard-hat.js +1 -1
  1360. package/dist/node_modules/lucide-react/dist/esm/icons/hash.js +1 -1
  1361. package/dist/node_modules/lucide-react/dist/esm/icons/haze.js +1 -1
  1362. package/dist/node_modules/lucide-react/dist/esm/icons/hdmi-port.js +1 -1
  1363. package/dist/node_modules/lucide-react/dist/esm/icons/heading-1.js +1 -1
  1364. package/dist/node_modules/lucide-react/dist/esm/icons/heading-2.js +1 -1
  1365. package/dist/node_modules/lucide-react/dist/esm/icons/heading-3.js +1 -1
  1366. package/dist/node_modules/lucide-react/dist/esm/icons/heading-4.js +1 -1
  1367. package/dist/node_modules/lucide-react/dist/esm/icons/heading-5.js +1 -1
  1368. package/dist/node_modules/lucide-react/dist/esm/icons/heading-6.js +1 -1
  1369. package/dist/node_modules/lucide-react/dist/esm/icons/heading.js +1 -1
  1370. package/dist/node_modules/lucide-react/dist/esm/icons/headphone-off.js +1 -1
  1371. package/dist/node_modules/lucide-react/dist/esm/icons/headphones.js +1 -1
  1372. package/dist/node_modules/lucide-react/dist/esm/icons/headset.js +1 -1
  1373. package/dist/node_modules/lucide-react/dist/esm/icons/heart-crack.js +1 -1
  1374. package/dist/node_modules/lucide-react/dist/esm/icons/heart-handshake.js +1 -1
  1375. package/dist/node_modules/lucide-react/dist/esm/icons/heart-minus.js +22 -0
  1376. package/dist/node_modules/lucide-react/dist/esm/icons/heart-off.js +1 -1
  1377. package/dist/node_modules/lucide-react/dist/esm/icons/heart-plus.js +23 -0
  1378. package/dist/node_modules/lucide-react/dist/esm/icons/heart-pulse.js +1 -1
  1379. package/dist/node_modules/lucide-react/dist/esm/icons/heart.js +1 -1
  1380. package/dist/node_modules/lucide-react/dist/esm/icons/heater.js +1 -1
  1381. package/dist/node_modules/lucide-react/dist/esm/icons/hexagon.js +1 -1
  1382. package/dist/node_modules/lucide-react/dist/esm/icons/highlighter.js +1 -1
  1383. package/dist/node_modules/lucide-react/dist/esm/icons/history.js +1 -1
  1384. package/dist/node_modules/lucide-react/dist/esm/icons/hop-off.js +1 -1
  1385. package/dist/node_modules/lucide-react/dist/esm/icons/hop.js +1 -1
  1386. package/dist/node_modules/lucide-react/dist/esm/icons/hospital.js +1 -1
  1387. package/dist/node_modules/lucide-react/dist/esm/icons/hotel.js +1 -1
  1388. package/dist/node_modules/lucide-react/dist/esm/icons/hourglass.js +1 -1
  1389. package/dist/node_modules/lucide-react/dist/esm/icons/house-plug.js +1 -1
  1390. package/dist/node_modules/lucide-react/dist/esm/icons/house-plus.js +8 -8
  1391. package/dist/node_modules/lucide-react/dist/esm/icons/house-wifi.js +1 -1
  1392. package/dist/node_modules/lucide-react/dist/esm/icons/house.js +1 -1
  1393. package/dist/node_modules/lucide-react/dist/esm/icons/ice-cream-bowl.js +1 -1
  1394. package/dist/node_modules/lucide-react/dist/esm/icons/ice-cream-cone.js +1 -1
  1395. package/dist/node_modules/lucide-react/dist/esm/icons/id-card-lanyard.js +25 -0
  1396. package/dist/node_modules/lucide-react/dist/esm/icons/id-card.js +1 -1
  1397. package/dist/node_modules/lucide-react/dist/esm/icons/image-down.js +1 -1
  1398. package/dist/node_modules/lucide-react/dist/esm/icons/image-minus.js +1 -1
  1399. package/dist/node_modules/lucide-react/dist/esm/icons/image-off.js +1 -1
  1400. package/dist/node_modules/lucide-react/dist/esm/icons/image-play.js +1 -1
  1401. package/dist/node_modules/lucide-react/dist/esm/icons/image-plus.js +1 -1
  1402. package/dist/node_modules/lucide-react/dist/esm/icons/image-up.js +1 -1
  1403. package/dist/node_modules/lucide-react/dist/esm/icons/image-upscale.js +1 -1
  1404. package/dist/node_modules/lucide-react/dist/esm/icons/image.js +1 -1
  1405. package/dist/node_modules/lucide-react/dist/esm/icons/images.js +1 -1
  1406. package/dist/node_modules/lucide-react/dist/esm/icons/import.js +1 -1
  1407. package/dist/node_modules/lucide-react/dist/esm/icons/inbox.js +1 -1
  1408. package/dist/node_modules/lucide-react/dist/esm/icons/indent-decrease.js +1 -1
  1409. package/dist/node_modules/lucide-react/dist/esm/icons/indent-increase.js +1 -1
  1410. package/dist/node_modules/lucide-react/dist/esm/icons/index.js +2949 -2861
  1411. package/dist/node_modules/lucide-react/dist/esm/icons/indian-rupee.js +1 -1
  1412. package/dist/node_modules/lucide-react/dist/esm/icons/infinity.js +1 -1
  1413. package/dist/node_modules/lucide-react/dist/esm/icons/info.js +1 -1
  1414. package/dist/node_modules/lucide-react/dist/esm/icons/inspection-panel.js +1 -1
  1415. package/dist/node_modules/lucide-react/dist/esm/icons/instagram.js +1 -1
  1416. package/dist/node_modules/lucide-react/dist/esm/icons/italic.js +1 -1
  1417. package/dist/node_modules/lucide-react/dist/esm/icons/iteration-ccw.js +7 -7
  1418. package/dist/node_modules/lucide-react/dist/esm/icons/iteration-cw.js +8 -8
  1419. package/dist/node_modules/lucide-react/dist/esm/icons/japanese-yen.js +1 -1
  1420. package/dist/node_modules/lucide-react/dist/esm/icons/joystick.js +1 -1
  1421. package/dist/node_modules/lucide-react/dist/esm/icons/kanban.js +1 -1
  1422. package/dist/node_modules/lucide-react/dist/esm/icons/key-round.js +1 -1
  1423. package/dist/node_modules/lucide-react/dist/esm/icons/key-square.js +1 -1
  1424. package/dist/node_modules/lucide-react/dist/esm/icons/key.js +1 -1
  1425. package/dist/node_modules/lucide-react/dist/esm/icons/keyboard-music.js +1 -1
  1426. package/dist/node_modules/lucide-react/dist/esm/icons/keyboard-off.js +1 -1
  1427. package/dist/node_modules/lucide-react/dist/esm/icons/keyboard.js +1 -1
  1428. package/dist/node_modules/lucide-react/dist/esm/icons/lamp-ceiling.js +13 -7
  1429. package/dist/node_modules/lucide-react/dist/esm/icons/lamp-desk.js +19 -10
  1430. package/dist/node_modules/lucide-react/dist/esm/icons/lamp-floor.js +11 -5
  1431. package/dist/node_modules/lucide-react/dist/esm/icons/lamp-wall-down.js +15 -6
  1432. package/dist/node_modules/lucide-react/dist/esm/icons/lamp-wall-up.js +17 -8
  1433. package/dist/node_modules/lucide-react/dist/esm/icons/lamp.js +12 -3
  1434. package/dist/node_modules/lucide-react/dist/esm/icons/land-plot.js +1 -1
  1435. package/dist/node_modules/lucide-react/dist/esm/icons/landmark.js +18 -12
  1436. package/dist/node_modules/lucide-react/dist/esm/icons/languages.js +1 -1
  1437. package/dist/node_modules/lucide-react/dist/esm/icons/laptop-minimal-check.js +1 -1
  1438. package/dist/node_modules/lucide-react/dist/esm/icons/laptop-minimal.js +1 -1
  1439. package/dist/node_modules/lucide-react/dist/esm/icons/laptop.js +7 -6
  1440. package/dist/node_modules/lucide-react/dist/esm/icons/lasso-select.js +1 -1
  1441. package/dist/node_modules/lucide-react/dist/esm/icons/lasso.js +1 -1
  1442. package/dist/node_modules/lucide-react/dist/esm/icons/laugh.js +1 -1
  1443. package/dist/node_modules/lucide-react/dist/esm/icons/layers-2.js +5 -5
  1444. package/dist/node_modules/lucide-react/dist/esm/icons/layers.js +1 -1
  1445. package/dist/node_modules/lucide-react/dist/esm/icons/layout-dashboard.js +1 -1
  1446. package/dist/node_modules/lucide-react/dist/esm/icons/layout-grid.js +1 -1
  1447. package/dist/node_modules/lucide-react/dist/esm/icons/layout-list.js +1 -1
  1448. package/dist/node_modules/lucide-react/dist/esm/icons/layout-panel-left.js +1 -1
  1449. package/dist/node_modules/lucide-react/dist/esm/icons/layout-panel-top.js +1 -1
  1450. package/dist/node_modules/lucide-react/dist/esm/icons/layout-template.js +1 -1
  1451. package/dist/node_modules/lucide-react/dist/esm/icons/leaf.js +1 -1
  1452. package/dist/node_modules/lucide-react/dist/esm/icons/leafy-green.js +1 -1
  1453. package/dist/node_modules/lucide-react/dist/esm/icons/lectern.js +1 -1
  1454. package/dist/node_modules/lucide-react/dist/esm/icons/letter-text.js +1 -1
  1455. package/dist/node_modules/lucide-react/dist/esm/icons/library-big.js +1 -1
  1456. package/dist/node_modules/lucide-react/dist/esm/icons/library.js +1 -1
  1457. package/dist/node_modules/lucide-react/dist/esm/icons/life-buoy.js +1 -1
  1458. package/dist/node_modules/lucide-react/dist/esm/icons/ligature.js +1 -1
  1459. package/dist/node_modules/lucide-react/dist/esm/icons/lightbulb-off.js +1 -1
  1460. package/dist/node_modules/lucide-react/dist/esm/icons/lightbulb.js +1 -1
  1461. package/dist/node_modules/lucide-react/dist/esm/icons/line-squiggle.js +21 -0
  1462. package/dist/node_modules/lucide-react/dist/esm/icons/link-2-off.js +1 -1
  1463. package/dist/node_modules/lucide-react/dist/esm/icons/link-2.js +1 -1
  1464. package/dist/node_modules/lucide-react/dist/esm/icons/link.js +1 -1
  1465. package/dist/node_modules/lucide-react/dist/esm/icons/linkedin.js +1 -1
  1466. package/dist/node_modules/lucide-react/dist/esm/icons/list-check.js +1 -1
  1467. package/dist/node_modules/lucide-react/dist/esm/icons/list-checks.js +1 -1
  1468. package/dist/node_modules/lucide-react/dist/esm/icons/list-collapse.js +5 -5
  1469. package/dist/node_modules/lucide-react/dist/esm/icons/list-end.js +1 -1
  1470. package/dist/node_modules/lucide-react/dist/esm/icons/list-filter-plus.js +1 -1
  1471. package/dist/node_modules/lucide-react/dist/esm/icons/list-filter.js +1 -1
  1472. package/dist/node_modules/lucide-react/dist/esm/icons/list-minus.js +1 -1
  1473. package/dist/node_modules/lucide-react/dist/esm/icons/list-music.js +1 -1
  1474. package/dist/node_modules/lucide-react/dist/esm/icons/list-ordered.js +1 -1
  1475. package/dist/node_modules/lucide-react/dist/esm/icons/list-plus.js +1 -1
  1476. package/dist/node_modules/lucide-react/dist/esm/icons/list-restart.js +1 -1
  1477. package/dist/node_modules/lucide-react/dist/esm/icons/list-start.js +1 -1
  1478. package/dist/node_modules/lucide-react/dist/esm/icons/list-todo.js +1 -1
  1479. package/dist/node_modules/lucide-react/dist/esm/icons/list-tree.js +1 -1
  1480. package/dist/node_modules/lucide-react/dist/esm/icons/list-video.js +1 -1
  1481. package/dist/node_modules/lucide-react/dist/esm/icons/list-x.js +1 -1
  1482. package/dist/node_modules/lucide-react/dist/esm/icons/list.js +1 -1
  1483. package/dist/node_modules/lucide-react/dist/esm/icons/loader-circle.js +1 -1
  1484. package/dist/node_modules/lucide-react/dist/esm/icons/loader-pinwheel.js +1 -1
  1485. package/dist/node_modules/lucide-react/dist/esm/icons/loader.js +1 -1
  1486. package/dist/node_modules/lucide-react/dist/esm/icons/locate-fixed.js +1 -1
  1487. package/dist/node_modules/lucide-react/dist/esm/icons/locate-off.js +11 -23
  1488. package/dist/node_modules/lucide-react/dist/esm/icons/locate.js +1 -1
  1489. package/dist/node_modules/lucide-react/dist/esm/icons/location-edit.js +23 -0
  1490. package/dist/node_modules/lucide-react/dist/esm/icons/lock-keyhole-open.js +1 -1
  1491. package/dist/node_modules/lucide-react/dist/esm/icons/lock-keyhole.js +1 -1
  1492. package/dist/node_modules/lucide-react/dist/esm/icons/lock-open.js +1 -1
  1493. package/dist/node_modules/lucide-react/dist/esm/icons/lock.js +1 -1
  1494. package/dist/node_modules/lucide-react/dist/esm/icons/log-in.js +6 -6
  1495. package/dist/node_modules/lucide-react/dist/esm/icons/log-out.js +7 -7
  1496. package/dist/node_modules/lucide-react/dist/esm/icons/logs.js +1 -1
  1497. package/dist/node_modules/lucide-react/dist/esm/icons/lollipop.js +1 -1
  1498. package/dist/node_modules/lucide-react/dist/esm/icons/luggage.js +1 -1
  1499. package/dist/node_modules/lucide-react/dist/esm/icons/magnet.js +1 -1
  1500. package/dist/node_modules/lucide-react/dist/esm/icons/mail-check.js +1 -1
  1501. package/dist/node_modules/lucide-react/dist/esm/icons/mail-minus.js +1 -1
  1502. package/dist/node_modules/lucide-react/dist/esm/icons/mail-open.js +1 -1
  1503. package/dist/node_modules/lucide-react/dist/esm/icons/mail-plus.js +1 -1
  1504. package/dist/node_modules/lucide-react/dist/esm/icons/{mail-question.js → mail-question-mark.js} +5 -5
  1505. package/dist/node_modules/lucide-react/dist/esm/icons/mail-search.js +1 -1
  1506. package/dist/node_modules/lucide-react/dist/esm/icons/mail-warning.js +1 -1
  1507. package/dist/node_modules/lucide-react/dist/esm/icons/mail-x.js +1 -1
  1508. package/dist/node_modules/lucide-react/dist/esm/icons/mail.js +3 -3
  1509. package/dist/node_modules/lucide-react/dist/esm/icons/mailbox.js +1 -1
  1510. package/dist/node_modules/lucide-react/dist/esm/icons/mails.js +1 -1
  1511. package/dist/node_modules/lucide-react/dist/esm/icons/map-pin-check-inside.js +1 -1
  1512. package/dist/node_modules/lucide-react/dist/esm/icons/map-pin-check.js +1 -1
  1513. package/dist/node_modules/lucide-react/dist/esm/icons/map-pin-house.js +1 -1
  1514. package/dist/node_modules/lucide-react/dist/esm/icons/map-pin-minus-inside.js +1 -1
  1515. package/dist/node_modules/lucide-react/dist/esm/icons/map-pin-minus.js +1 -1
  1516. package/dist/node_modules/lucide-react/dist/esm/icons/map-pin-off.js +1 -1
  1517. package/dist/node_modules/lucide-react/dist/esm/icons/map-pin-plus-inside.js +1 -1
  1518. package/dist/node_modules/lucide-react/dist/esm/icons/map-pin-plus.js +1 -1
  1519. package/dist/node_modules/lucide-react/dist/esm/icons/map-pin-x-inside.js +1 -1
  1520. package/dist/node_modules/lucide-react/dist/esm/icons/map-pin-x.js +1 -1
  1521. package/dist/node_modules/lucide-react/dist/esm/icons/map-pin.js +1 -1
  1522. package/dist/node_modules/lucide-react/dist/esm/icons/map-pinned.js +1 -1
  1523. package/dist/node_modules/lucide-react/dist/esm/icons/map-plus.js +1 -1
  1524. package/dist/node_modules/lucide-react/dist/esm/icons/map.js +1 -1
  1525. package/dist/node_modules/lucide-react/dist/esm/icons/mars-stroke.js +1 -1
  1526. package/dist/node_modules/lucide-react/dist/esm/icons/mars.js +1 -1
  1527. package/dist/node_modules/lucide-react/dist/esm/icons/martini.js +1 -1
  1528. package/dist/node_modules/lucide-react/dist/esm/icons/maximize-2.js +9 -9
  1529. package/dist/node_modules/lucide-react/dist/esm/icons/maximize.js +1 -1
  1530. package/dist/node_modules/lucide-react/dist/esm/icons/medal.js +1 -1
  1531. package/dist/node_modules/lucide-react/dist/esm/icons/megaphone-off.js +1 -1
  1532. package/dist/node_modules/lucide-react/dist/esm/icons/megaphone.js +1 -1
  1533. package/dist/node_modules/lucide-react/dist/esm/icons/meh.js +1 -1
  1534. package/dist/node_modules/lucide-react/dist/esm/icons/memory-stick.js +1 -1
  1535. package/dist/node_modules/lucide-react/dist/esm/icons/menu.js +8 -8
  1536. package/dist/node_modules/lucide-react/dist/esm/icons/merge.js +1 -1
  1537. package/dist/node_modules/lucide-react/dist/esm/icons/message-circle-code.js +1 -1
  1538. package/dist/node_modules/lucide-react/dist/esm/icons/message-circle-dashed.js +1 -1
  1539. package/dist/node_modules/lucide-react/dist/esm/icons/message-circle-heart.js +1 -1
  1540. package/dist/node_modules/lucide-react/dist/esm/icons/message-circle-more.js +1 -1
  1541. package/dist/node_modules/lucide-react/dist/esm/icons/message-circle-off.js +1 -1
  1542. package/dist/node_modules/lucide-react/dist/esm/icons/message-circle-plus.js +1 -1
  1543. package/dist/node_modules/lucide-react/dist/esm/icons/{message-circle-question.js → message-circle-question-mark.js} +3 -3
  1544. package/dist/node_modules/lucide-react/dist/esm/icons/message-circle-reply.js +1 -1
  1545. package/dist/node_modules/lucide-react/dist/esm/icons/message-circle-warning.js +1 -1
  1546. package/dist/node_modules/lucide-react/dist/esm/icons/message-circle-x.js +1 -1
  1547. package/dist/node_modules/lucide-react/dist/esm/icons/message-circle.js +1 -1
  1548. package/dist/node_modules/lucide-react/dist/esm/icons/message-square-code.js +1 -1
  1549. package/dist/node_modules/lucide-react/dist/esm/icons/message-square-dashed.js +1 -1
  1550. package/dist/node_modules/lucide-react/dist/esm/icons/message-square-diff.js +1 -1
  1551. package/dist/node_modules/lucide-react/dist/esm/icons/message-square-dot.js +1 -1
  1552. package/dist/node_modules/lucide-react/dist/esm/icons/message-square-heart.js +1 -1
  1553. package/dist/node_modules/lucide-react/dist/esm/icons/message-square-lock.js +1 -1
  1554. package/dist/node_modules/lucide-react/dist/esm/icons/message-square-more.js +1 -1
  1555. package/dist/node_modules/lucide-react/dist/esm/icons/message-square-off.js +1 -1
  1556. package/dist/node_modules/lucide-react/dist/esm/icons/message-square-plus.js +1 -1
  1557. package/dist/node_modules/lucide-react/dist/esm/icons/message-square-quote.js +1 -1
  1558. package/dist/node_modules/lucide-react/dist/esm/icons/message-square-reply.js +1 -1
  1559. package/dist/node_modules/lucide-react/dist/esm/icons/message-square-share.js +1 -1
  1560. package/dist/node_modules/lucide-react/dist/esm/icons/message-square-text.js +1 -1
  1561. package/dist/node_modules/lucide-react/dist/esm/icons/message-square-warning.js +1 -1
  1562. package/dist/node_modules/lucide-react/dist/esm/icons/message-square-x.js +1 -1
  1563. package/dist/node_modules/lucide-react/dist/esm/icons/message-square.js +1 -1
  1564. package/dist/node_modules/lucide-react/dist/esm/icons/messages-square.js +1 -1
  1565. package/dist/node_modules/lucide-react/dist/esm/icons/mic-off.js +1 -1
  1566. package/dist/node_modules/lucide-react/dist/esm/icons/mic-vocal.js +1 -1
  1567. package/dist/node_modules/lucide-react/dist/esm/icons/mic.js +7 -7
  1568. package/dist/node_modules/lucide-react/dist/esm/icons/microchip.js +1 -1
  1569. package/dist/node_modules/lucide-react/dist/esm/icons/microscope.js +1 -1
  1570. package/dist/node_modules/lucide-react/dist/esm/icons/microwave.js +1 -1
  1571. package/dist/node_modules/lucide-react/dist/esm/icons/milestone.js +1 -1
  1572. package/dist/node_modules/lucide-react/dist/esm/icons/milk-off.js +1 -1
  1573. package/dist/node_modules/lucide-react/dist/esm/icons/milk.js +1 -1
  1574. package/dist/node_modules/lucide-react/dist/esm/icons/minimize-2.js +7 -7
  1575. package/dist/node_modules/lucide-react/dist/esm/icons/minimize.js +1 -1
  1576. package/dist/node_modules/lucide-react/dist/esm/icons/minus.js +1 -1
  1577. package/dist/node_modules/lucide-react/dist/esm/icons/monitor-check.js +1 -1
  1578. package/dist/node_modules/lucide-react/dist/esm/icons/monitor-cog.js +9 -9
  1579. package/dist/node_modules/lucide-react/dist/esm/icons/monitor-dot.js +1 -1
  1580. package/dist/node_modules/lucide-react/dist/esm/icons/monitor-down.js +1 -1
  1581. package/dist/node_modules/lucide-react/dist/esm/icons/monitor-off.js +1 -1
  1582. package/dist/node_modules/lucide-react/dist/esm/icons/monitor-pause.js +1 -1
  1583. package/dist/node_modules/lucide-react/dist/esm/icons/monitor-play.js +1 -1
  1584. package/dist/node_modules/lucide-react/dist/esm/icons/monitor-smartphone.js +1 -1
  1585. package/dist/node_modules/lucide-react/dist/esm/icons/monitor-speaker.js +1 -1
  1586. package/dist/node_modules/lucide-react/dist/esm/icons/monitor-stop.js +1 -1
  1587. package/dist/node_modules/lucide-react/dist/esm/icons/monitor-up.js +1 -1
  1588. package/dist/node_modules/lucide-react/dist/esm/icons/monitor-x.js +1 -1
  1589. package/dist/node_modules/lucide-react/dist/esm/icons/monitor.js +1 -1
  1590. package/dist/node_modules/lucide-react/dist/esm/icons/moon-star.js +1 -1
  1591. package/dist/node_modules/lucide-react/dist/esm/icons/moon.js +1 -1
  1592. package/dist/node_modules/lucide-react/dist/esm/icons/mountain-snow.js +1 -1
  1593. package/dist/node_modules/lucide-react/dist/esm/icons/mountain.js +1 -1
  1594. package/dist/node_modules/lucide-react/dist/esm/icons/mouse-off.js +1 -1
  1595. package/dist/node_modules/lucide-react/dist/esm/icons/mouse-pointer-2.js +1 -1
  1596. package/dist/node_modules/lucide-react/dist/esm/icons/mouse-pointer-ban.js +1 -1
  1597. package/dist/node_modules/lucide-react/dist/esm/icons/mouse-pointer-click.js +1 -1
  1598. package/dist/node_modules/lucide-react/dist/esm/icons/mouse-pointer.js +1 -1
  1599. package/dist/node_modules/lucide-react/dist/esm/icons/mouse.js +1 -1
  1600. package/dist/node_modules/lucide-react/dist/esm/icons/move-3d.js +1 -1
  1601. package/dist/node_modules/lucide-react/dist/esm/icons/move-diagonal-2.js +1 -1
  1602. package/dist/node_modules/lucide-react/dist/esm/icons/move-diagonal.js +1 -1
  1603. package/dist/node_modules/lucide-react/dist/esm/icons/move-down-left.js +1 -1
  1604. package/dist/node_modules/lucide-react/dist/esm/icons/move-down-right.js +1 -1
  1605. package/dist/node_modules/lucide-react/dist/esm/icons/move-down.js +1 -1
  1606. package/dist/node_modules/lucide-react/dist/esm/icons/move-horizontal.js +1 -1
  1607. package/dist/node_modules/lucide-react/dist/esm/icons/move-left.js +1 -1
  1608. package/dist/node_modules/lucide-react/dist/esm/icons/move-right.js +1 -1
  1609. package/dist/node_modules/lucide-react/dist/esm/icons/move-up-left.js +1 -1
  1610. package/dist/node_modules/lucide-react/dist/esm/icons/move-up-right.js +1 -1
  1611. package/dist/node_modules/lucide-react/dist/esm/icons/move-up.js +1 -1
  1612. package/dist/node_modules/lucide-react/dist/esm/icons/move-vertical.js +1 -1
  1613. package/dist/node_modules/lucide-react/dist/esm/icons/move.js +1 -1
  1614. package/dist/node_modules/lucide-react/dist/esm/icons/music-2.js +1 -1
  1615. package/dist/node_modules/lucide-react/dist/esm/icons/music-3.js +1 -1
  1616. package/dist/node_modules/lucide-react/dist/esm/icons/music-4.js +1 -1
  1617. package/dist/node_modules/lucide-react/dist/esm/icons/music.js +1 -1
  1618. package/dist/node_modules/lucide-react/dist/esm/icons/navigation-2-off.js +1 -1
  1619. package/dist/node_modules/lucide-react/dist/esm/icons/navigation-2.js +1 -1
  1620. package/dist/node_modules/lucide-react/dist/esm/icons/navigation-off.js +1 -1
  1621. package/dist/node_modules/lucide-react/dist/esm/icons/navigation.js +1 -1
  1622. package/dist/node_modules/lucide-react/dist/esm/icons/network.js +1 -1
  1623. package/dist/node_modules/lucide-react/dist/esm/icons/newspaper.js +1 -1
  1624. package/dist/node_modules/lucide-react/dist/esm/icons/nfc.js +1 -1
  1625. package/dist/node_modules/lucide-react/dist/esm/icons/non-binary.js +6 -6
  1626. package/dist/node_modules/lucide-react/dist/esm/icons/notebook-pen.js +1 -1
  1627. package/dist/node_modules/lucide-react/dist/esm/icons/notebook-tabs.js +1 -1
  1628. package/dist/node_modules/lucide-react/dist/esm/icons/notebook-text.js +1 -1
  1629. package/dist/node_modules/lucide-react/dist/esm/icons/notebook.js +1 -1
  1630. package/dist/node_modules/lucide-react/dist/esm/icons/notepad-text-dashed.js +1 -1
  1631. package/dist/node_modules/lucide-react/dist/esm/icons/notepad-text.js +1 -1
  1632. package/dist/node_modules/lucide-react/dist/esm/icons/nut-off.js +1 -1
  1633. package/dist/node_modules/lucide-react/dist/esm/icons/nut.js +1 -1
  1634. package/dist/node_modules/lucide-react/dist/esm/icons/octagon-alert.js +1 -1
  1635. package/dist/node_modules/lucide-react/dist/esm/icons/octagon-minus.js +1 -1
  1636. package/dist/node_modules/lucide-react/dist/esm/icons/octagon-pause.js +1 -1
  1637. package/dist/node_modules/lucide-react/dist/esm/icons/octagon-x.js +1 -1
  1638. package/dist/node_modules/lucide-react/dist/esm/icons/octagon.js +1 -1
  1639. package/dist/node_modules/lucide-react/dist/esm/icons/omega.js +1 -1
  1640. package/dist/node_modules/lucide-react/dist/esm/icons/option.js +1 -1
  1641. package/dist/node_modules/lucide-react/dist/esm/icons/orbit.js +4 -4
  1642. package/dist/node_modules/lucide-react/dist/esm/icons/origami.js +1 -1
  1643. package/dist/node_modules/lucide-react/dist/esm/icons/package-2.js +12 -6
  1644. package/dist/node_modules/lucide-react/dist/esm/icons/package-check.js +1 -1
  1645. package/dist/node_modules/lucide-react/dist/esm/icons/package-minus.js +1 -1
  1646. package/dist/node_modules/lucide-react/dist/esm/icons/package-open.js +1 -1
  1647. package/dist/node_modules/lucide-react/dist/esm/icons/package-plus.js +1 -1
  1648. package/dist/node_modules/lucide-react/dist/esm/icons/package-search.js +1 -1
  1649. package/dist/node_modules/lucide-react/dist/esm/icons/package-x.js +1 -1
  1650. package/dist/node_modules/lucide-react/dist/esm/icons/package.js +1 -1
  1651. package/dist/node_modules/lucide-react/dist/esm/icons/paint-bucket.js +1 -1
  1652. package/dist/node_modules/lucide-react/dist/esm/icons/paint-roller.js +1 -1
  1653. package/dist/node_modules/lucide-react/dist/esm/icons/paintbrush-vertical.js +1 -1
  1654. package/dist/node_modules/lucide-react/dist/esm/icons/paintbrush.js +1 -1
  1655. package/dist/node_modules/lucide-react/dist/esm/icons/palette.js +8 -8
  1656. package/dist/node_modules/lucide-react/dist/esm/icons/panda.js +26 -0
  1657. package/dist/node_modules/lucide-react/dist/esm/icons/panel-bottom-close.js +1 -1
  1658. package/dist/node_modules/lucide-react/dist/esm/icons/panel-bottom-dashed.js +1 -1
  1659. package/dist/node_modules/lucide-react/dist/esm/icons/panel-bottom-open.js +1 -1
  1660. package/dist/node_modules/lucide-react/dist/esm/icons/panel-bottom.js +1 -1
  1661. package/dist/node_modules/lucide-react/dist/esm/icons/panel-left-close.js +1 -1
  1662. package/dist/node_modules/lucide-react/dist/esm/icons/panel-left-dashed.js +1 -1
  1663. package/dist/node_modules/lucide-react/dist/esm/icons/panel-left-open.js +1 -1
  1664. package/dist/node_modules/lucide-react/dist/esm/icons/panel-left.js +1 -1
  1665. package/dist/node_modules/lucide-react/dist/esm/icons/panel-right-close.js +1 -1
  1666. package/dist/node_modules/lucide-react/dist/esm/icons/panel-right-dashed.js +1 -1
  1667. package/dist/node_modules/lucide-react/dist/esm/icons/panel-right-open.js +1 -1
  1668. package/dist/node_modules/lucide-react/dist/esm/icons/panel-right.js +1 -1
  1669. package/dist/node_modules/lucide-react/dist/esm/icons/panel-top-close.js +1 -1
  1670. package/dist/node_modules/lucide-react/dist/esm/icons/panel-top-dashed.js +1 -1
  1671. package/dist/node_modules/lucide-react/dist/esm/icons/panel-top-open.js +1 -1
  1672. package/dist/node_modules/lucide-react/dist/esm/icons/panel-top.js +1 -1
  1673. package/dist/node_modules/lucide-react/dist/esm/icons/panels-left-bottom.js +1 -1
  1674. package/dist/node_modules/lucide-react/dist/esm/icons/panels-right-bottom.js +1 -1
  1675. package/dist/node_modules/lucide-react/dist/esm/icons/panels-top-left.js +1 -1
  1676. package/dist/node_modules/lucide-react/dist/esm/icons/paperclip.js +7 -8
  1677. package/dist/node_modules/lucide-react/dist/esm/icons/parentheses.js +1 -1
  1678. package/dist/node_modules/lucide-react/dist/esm/icons/parking-meter.js +1 -1
  1679. package/dist/node_modules/lucide-react/dist/esm/icons/party-popper.js +1 -1
  1680. package/dist/node_modules/lucide-react/dist/esm/icons/pause.js +1 -1
  1681. package/dist/node_modules/lucide-react/dist/esm/icons/paw-print.js +1 -1
  1682. package/dist/node_modules/lucide-react/dist/esm/icons/pc-case.js +1 -1
  1683. package/dist/node_modules/lucide-react/dist/esm/icons/pen-line.js +1 -1
  1684. package/dist/node_modules/lucide-react/dist/esm/icons/pen-off.js +1 -1
  1685. package/dist/node_modules/lucide-react/dist/esm/icons/pen-tool.js +1 -1
  1686. package/dist/node_modules/lucide-react/dist/esm/icons/pen.js +1 -1
  1687. package/dist/node_modules/lucide-react/dist/esm/icons/pencil-line.js +1 -1
  1688. package/dist/node_modules/lucide-react/dist/esm/icons/pencil-off.js +1 -1
  1689. package/dist/node_modules/lucide-react/dist/esm/icons/pencil-ruler.js +1 -1
  1690. package/dist/node_modules/lucide-react/dist/esm/icons/pencil.js +1 -1
  1691. package/dist/node_modules/lucide-react/dist/esm/icons/pentagon.js +1 -1
  1692. package/dist/node_modules/lucide-react/dist/esm/icons/percent.js +1 -1
  1693. package/dist/node_modules/lucide-react/dist/esm/icons/person-standing.js +1 -1
  1694. package/dist/node_modules/lucide-react/dist/esm/icons/philippine-peso.js +1 -1
  1695. package/dist/node_modules/lucide-react/dist/esm/icons/phone-call.js +8 -8
  1696. package/dist/node_modules/lucide-react/dist/esm/icons/phone-forwarded.js +10 -10
  1697. package/dist/node_modules/lucide-react/dist/esm/icons/phone-incoming.js +10 -10
  1698. package/dist/node_modules/lucide-react/dist/esm/icons/phone-missed.js +9 -9
  1699. package/dist/node_modules/lucide-react/dist/esm/icons/phone-off.js +16 -9
  1700. package/dist/node_modules/lucide-react/dist/esm/icons/phone-outgoing.js +9 -9
  1701. package/dist/node_modules/lucide-react/dist/esm/icons/phone.js +8 -8
  1702. package/dist/node_modules/lucide-react/dist/esm/icons/pi.js +1 -1
  1703. package/dist/node_modules/lucide-react/dist/esm/icons/piano.js +1 -1
  1704. package/dist/node_modules/lucide-react/dist/esm/icons/pickaxe.js +1 -1
  1705. package/dist/node_modules/lucide-react/dist/esm/icons/picture-in-picture-2.js +1 -1
  1706. package/dist/node_modules/lucide-react/dist/esm/icons/picture-in-picture.js +1 -1
  1707. package/dist/node_modules/lucide-react/dist/esm/icons/piggy-bank.js +7 -7
  1708. package/dist/node_modules/lucide-react/dist/esm/icons/pilcrow-left.js +1 -1
  1709. package/dist/node_modules/lucide-react/dist/esm/icons/pilcrow-right.js +1 -1
  1710. package/dist/node_modules/lucide-react/dist/esm/icons/pilcrow.js +1 -1
  1711. package/dist/node_modules/lucide-react/dist/esm/icons/pill-bottle.js +1 -1
  1712. package/dist/node_modules/lucide-react/dist/esm/icons/pill.js +1 -1
  1713. package/dist/node_modules/lucide-react/dist/esm/icons/pin-off.js +1 -1
  1714. package/dist/node_modules/lucide-react/dist/esm/icons/pin.js +1 -1
  1715. package/dist/node_modules/lucide-react/dist/esm/icons/pipette.js +14 -8
  1716. package/dist/node_modules/lucide-react/dist/esm/icons/pizza.js +1 -1
  1717. package/dist/node_modules/lucide-react/dist/esm/icons/plane-landing.js +1 -1
  1718. package/dist/node_modules/lucide-react/dist/esm/icons/plane-takeoff.js +1 -1
  1719. package/dist/node_modules/lucide-react/dist/esm/icons/plane.js +1 -1
  1720. package/dist/node_modules/lucide-react/dist/esm/icons/play.js +1 -1
  1721. package/dist/node_modules/lucide-react/dist/esm/icons/plug-2.js +1 -1
  1722. package/dist/node_modules/lucide-react/dist/esm/icons/plug-zap.js +1 -1
  1723. package/dist/node_modules/lucide-react/dist/esm/icons/plug.js +1 -1
  1724. package/dist/node_modules/lucide-react/dist/esm/icons/plus.js +1 -1
  1725. package/dist/node_modules/lucide-react/dist/esm/icons/pocket-knife.js +1 -1
  1726. package/dist/node_modules/lucide-react/dist/esm/icons/pocket.js +3 -9
  1727. package/dist/node_modules/lucide-react/dist/esm/icons/podcast.js +1 -1
  1728. package/dist/node_modules/lucide-react/dist/esm/icons/pointer-off.js +1 -1
  1729. package/dist/node_modules/lucide-react/dist/esm/icons/pointer.js +1 -1
  1730. package/dist/node_modules/lucide-react/dist/esm/icons/popcorn.js +1 -1
  1731. package/dist/node_modules/lucide-react/dist/esm/icons/popsicle.js +1 -1
  1732. package/dist/node_modules/lucide-react/dist/esm/icons/pound-sterling.js +1 -1
  1733. package/dist/node_modules/lucide-react/dist/esm/icons/power-off.js +1 -1
  1734. package/dist/node_modules/lucide-react/dist/esm/icons/power.js +1 -1
  1735. package/dist/node_modules/lucide-react/dist/esm/icons/presentation.js +1 -1
  1736. package/dist/node_modules/lucide-react/dist/esm/icons/printer-check.js +1 -1
  1737. package/dist/node_modules/lucide-react/dist/esm/icons/printer.js +1 -1
  1738. package/dist/node_modules/lucide-react/dist/esm/icons/projector.js +1 -1
  1739. package/dist/node_modules/lucide-react/dist/esm/icons/proportions.js +1 -1
  1740. package/dist/node_modules/lucide-react/dist/esm/icons/puzzle.js +1 -1
  1741. package/dist/node_modules/lucide-react/dist/esm/icons/pyramid.js +1 -1
  1742. package/dist/node_modules/lucide-react/dist/esm/icons/qr-code.js +1 -1
  1743. package/dist/node_modules/lucide-react/dist/esm/icons/quote.js +1 -1
  1744. package/dist/node_modules/lucide-react/dist/esm/icons/rabbit.js +1 -1
  1745. package/dist/node_modules/lucide-react/dist/esm/icons/radar.js +1 -1
  1746. package/dist/node_modules/lucide-react/dist/esm/icons/radiation.js +10 -10
  1747. package/dist/node_modules/lucide-react/dist/esm/icons/radical.js +1 -1
  1748. package/dist/node_modules/lucide-react/dist/esm/icons/radio-receiver.js +1 -1
  1749. package/dist/node_modules/lucide-react/dist/esm/icons/radio-tower.js +1 -1
  1750. package/dist/node_modules/lucide-react/dist/esm/icons/radio.js +11 -11
  1751. package/dist/node_modules/lucide-react/dist/esm/icons/radius.js +1 -1
  1752. package/dist/node_modules/lucide-react/dist/esm/icons/rail-symbol.js +1 -1
  1753. package/dist/node_modules/lucide-react/dist/esm/icons/rainbow.js +1 -1
  1754. package/dist/node_modules/lucide-react/dist/esm/icons/rat.js +1 -1
  1755. package/dist/node_modules/lucide-react/dist/esm/icons/ratio.js +1 -1
  1756. package/dist/node_modules/lucide-react/dist/esm/icons/receipt-cent.js +1 -1
  1757. package/dist/node_modules/lucide-react/dist/esm/icons/receipt-euro.js +1 -1
  1758. package/dist/node_modules/lucide-react/dist/esm/icons/receipt-indian-rupee.js +1 -1
  1759. package/dist/node_modules/lucide-react/dist/esm/icons/receipt-japanese-yen.js +1 -1
  1760. package/dist/node_modules/lucide-react/dist/esm/icons/receipt-pound-sterling.js +1 -1
  1761. package/dist/node_modules/lucide-react/dist/esm/icons/receipt-russian-ruble.js +1 -1
  1762. package/dist/node_modules/lucide-react/dist/esm/icons/receipt-swiss-franc.js +1 -1
  1763. package/dist/node_modules/lucide-react/dist/esm/icons/receipt-text.js +1 -1
  1764. package/dist/node_modules/lucide-react/dist/esm/icons/receipt.js +1 -1
  1765. package/dist/node_modules/lucide-react/dist/esm/icons/rectangle-circle.js +16 -0
  1766. package/dist/node_modules/lucide-react/dist/esm/icons/rectangle-ellipsis.js +1 -1
  1767. package/dist/node_modules/lucide-react/dist/esm/icons/rectangle-goggles.js +21 -0
  1768. package/dist/node_modules/lucide-react/dist/esm/icons/rectangle-horizontal.js +1 -1
  1769. package/dist/node_modules/lucide-react/dist/esm/icons/rectangle-vertical.js +1 -1
  1770. package/dist/node_modules/lucide-react/dist/esm/icons/recycle.js +1 -1
  1771. package/dist/node_modules/lucide-react/dist/esm/icons/redo-2.js +1 -1
  1772. package/dist/node_modules/lucide-react/dist/esm/icons/redo-dot.js +1 -1
  1773. package/dist/node_modules/lucide-react/dist/esm/icons/redo.js +1 -1
  1774. package/dist/node_modules/lucide-react/dist/esm/icons/refresh-ccw-dot.js +1 -1
  1775. package/dist/node_modules/lucide-react/dist/esm/icons/refresh-ccw.js +1 -1
  1776. package/dist/node_modules/lucide-react/dist/esm/icons/refresh-cw-off.js +1 -1
  1777. package/dist/node_modules/lucide-react/dist/esm/icons/refresh-cw.js +1 -1
  1778. package/dist/node_modules/lucide-react/dist/esm/icons/refrigerator.js +1 -1
  1779. package/dist/node_modules/lucide-react/dist/esm/icons/regex.js +1 -1
  1780. package/dist/node_modules/lucide-react/dist/esm/icons/remove-formatting.js +1 -1
  1781. package/dist/node_modules/lucide-react/dist/esm/icons/repeat-1.js +1 -1
  1782. package/dist/node_modules/lucide-react/dist/esm/icons/repeat-2.js +1 -1
  1783. package/dist/node_modules/lucide-react/dist/esm/icons/repeat.js +1 -1
  1784. package/dist/node_modules/lucide-react/dist/esm/icons/replace-all.js +1 -1
  1785. package/dist/node_modules/lucide-react/dist/esm/icons/replace.js +1 -1
  1786. package/dist/node_modules/lucide-react/dist/esm/icons/reply-all.js +8 -8
  1787. package/dist/node_modules/lucide-react/dist/esm/icons/reply.js +7 -7
  1788. package/dist/node_modules/lucide-react/dist/esm/icons/rewind.js +1 -1
  1789. package/dist/node_modules/lucide-react/dist/esm/icons/ribbon.js +1 -1
  1790. package/dist/node_modules/lucide-react/dist/esm/icons/rocket.js +1 -1
  1791. package/dist/node_modules/lucide-react/dist/esm/icons/rocking-chair.js +1 -1
  1792. package/dist/node_modules/lucide-react/dist/esm/icons/roller-coaster.js +1 -1
  1793. package/dist/node_modules/lucide-react/dist/esm/icons/rotate-3d.js +1 -1
  1794. package/dist/node_modules/lucide-react/dist/esm/icons/rotate-ccw-key.js +19 -0
  1795. package/dist/node_modules/lucide-react/dist/esm/icons/rotate-ccw-square.js +1 -1
  1796. package/dist/node_modules/lucide-react/dist/esm/icons/rotate-ccw.js +1 -1
  1797. package/dist/node_modules/lucide-react/dist/esm/icons/rotate-cw-square.js +1 -1
  1798. package/dist/node_modules/lucide-react/dist/esm/icons/rotate-cw.js +1 -1
  1799. package/dist/node_modules/lucide-react/dist/esm/icons/route-off.js +1 -1
  1800. package/dist/node_modules/lucide-react/dist/esm/icons/route.js +1 -1
  1801. package/dist/node_modules/lucide-react/dist/esm/icons/router.js +1 -1
  1802. package/dist/node_modules/lucide-react/dist/esm/icons/rows-2.js +1 -1
  1803. package/dist/node_modules/lucide-react/dist/esm/icons/rows-3.js +1 -1
  1804. package/dist/node_modules/lucide-react/dist/esm/icons/rows-4.js +1 -1
  1805. package/dist/node_modules/lucide-react/dist/esm/icons/rss.js +1 -1
  1806. package/dist/node_modules/lucide-react/dist/esm/icons/ruler-dimension-line.js +21 -0
  1807. package/dist/node_modules/lucide-react/dist/esm/icons/ruler.js +1 -1
  1808. package/dist/node_modules/lucide-react/dist/esm/icons/russian-ruble.js +1 -1
  1809. package/dist/node_modules/lucide-react/dist/esm/icons/sailboat.js +1 -1
  1810. package/dist/node_modules/lucide-react/dist/esm/icons/salad.js +1 -1
  1811. package/dist/node_modules/lucide-react/dist/esm/icons/sandwich.js +1 -1
  1812. package/dist/node_modules/lucide-react/dist/esm/icons/satellite-dish.js +1 -1
  1813. package/dist/node_modules/lucide-react/dist/esm/icons/satellite.js +29 -11
  1814. package/dist/node_modules/lucide-react/dist/esm/icons/saudi-riyal.js +1 -1
  1815. package/dist/node_modules/lucide-react/dist/esm/icons/save-all.js +1 -1
  1816. package/dist/node_modules/lucide-react/dist/esm/icons/save-off.js +1 -1
  1817. package/dist/node_modules/lucide-react/dist/esm/icons/save.js +1 -1
  1818. package/dist/node_modules/lucide-react/dist/esm/icons/scale-3d.js +1 -1
  1819. package/dist/node_modules/lucide-react/dist/esm/icons/scale.js +1 -1
  1820. package/dist/node_modules/lucide-react/dist/esm/icons/scaling.js +1 -1
  1821. package/dist/node_modules/lucide-react/dist/esm/icons/scan-barcode.js +1 -1
  1822. package/dist/node_modules/lucide-react/dist/esm/icons/scan-eye.js +1 -1
  1823. package/dist/node_modules/lucide-react/dist/esm/icons/scan-face.js +1 -1
  1824. package/dist/node_modules/lucide-react/dist/esm/icons/scan-heart.js +1 -1
  1825. package/dist/node_modules/lucide-react/dist/esm/icons/scan-line.js +1 -1
  1826. package/dist/node_modules/lucide-react/dist/esm/icons/scan-qr-code.js +1 -1
  1827. package/dist/node_modules/lucide-react/dist/esm/icons/scan-search.js +1 -1
  1828. package/dist/node_modules/lucide-react/dist/esm/icons/scan-text.js +1 -1
  1829. package/dist/node_modules/lucide-react/dist/esm/icons/scan.js +1 -1
  1830. package/dist/node_modules/lucide-react/dist/esm/icons/school.js +1 -1
  1831. package/dist/node_modules/lucide-react/dist/esm/icons/scissors-line-dashed.js +1 -1
  1832. package/dist/node_modules/lucide-react/dist/esm/icons/scissors.js +1 -1
  1833. package/dist/node_modules/lucide-react/dist/esm/icons/screen-share-off.js +1 -1
  1834. package/dist/node_modules/lucide-react/dist/esm/icons/screen-share.js +1 -1
  1835. package/dist/node_modules/lucide-react/dist/esm/icons/scroll-text.js +1 -1
  1836. package/dist/node_modules/lucide-react/dist/esm/icons/scroll.js +1 -1
  1837. package/dist/node_modules/lucide-react/dist/esm/icons/search-check.js +1 -1
  1838. package/dist/node_modules/lucide-react/dist/esm/icons/search-code.js +1 -1
  1839. package/dist/node_modules/lucide-react/dist/esm/icons/search-slash.js +1 -1
  1840. package/dist/node_modules/lucide-react/dist/esm/icons/search-x.js +1 -1
  1841. package/dist/node_modules/lucide-react/dist/esm/icons/search.js +5 -5
  1842. package/dist/node_modules/lucide-react/dist/esm/icons/section.js +1 -1
  1843. package/dist/node_modules/lucide-react/dist/esm/icons/send-horizontal.js +1 -1
  1844. package/dist/node_modules/lucide-react/dist/esm/icons/send-to-back.js +1 -1
  1845. package/dist/node_modules/lucide-react/dist/esm/icons/send.js +1 -1
  1846. package/dist/node_modules/lucide-react/dist/esm/icons/separator-horizontal.js +9 -9
  1847. package/dist/node_modules/lucide-react/dist/esm/icons/separator-vertical.js +8 -8
  1848. package/dist/node_modules/lucide-react/dist/esm/icons/server-cog.js +14 -15
  1849. package/dist/node_modules/lucide-react/dist/esm/icons/server-crash.js +1 -1
  1850. package/dist/node_modules/lucide-react/dist/esm/icons/server-off.js +1 -1
  1851. package/dist/node_modules/lucide-react/dist/esm/icons/server.js +1 -1
  1852. package/dist/node_modules/lucide-react/dist/esm/icons/settings-2.js +4 -4
  1853. package/dist/node_modules/lucide-react/dist/esm/icons/settings.js +1 -1
  1854. package/dist/node_modules/lucide-react/dist/esm/icons/shapes.js +1 -1
  1855. package/dist/node_modules/lucide-react/dist/esm/icons/share-2.js +1 -1
  1856. package/dist/node_modules/lucide-react/dist/esm/icons/share.js +8 -8
  1857. package/dist/node_modules/lucide-react/dist/esm/icons/sheet.js +1 -1
  1858. package/dist/node_modules/lucide-react/dist/esm/icons/shell.js +1 -1
  1859. package/dist/node_modules/lucide-react/dist/esm/icons/shield-alert.js +1 -1
  1860. package/dist/node_modules/lucide-react/dist/esm/icons/shield-ban.js +1 -1
  1861. package/dist/node_modules/lucide-react/dist/esm/icons/shield-check.js +1 -1
  1862. package/dist/node_modules/lucide-react/dist/esm/icons/shield-ellipsis.js +1 -1
  1863. package/dist/node_modules/lucide-react/dist/esm/icons/shield-half.js +1 -1
  1864. package/dist/node_modules/lucide-react/dist/esm/icons/shield-minus.js +1 -1
  1865. package/dist/node_modules/lucide-react/dist/esm/icons/shield-off.js +1 -1
  1866. package/dist/node_modules/lucide-react/dist/esm/icons/shield-plus.js +1 -1
  1867. package/dist/node_modules/lucide-react/dist/esm/icons/{shield-question.js → shield-question-mark.js} +4 -4
  1868. package/dist/node_modules/lucide-react/dist/esm/icons/shield-user.js +1 -1
  1869. package/dist/node_modules/lucide-react/dist/esm/icons/shield-x.js +1 -1
  1870. package/dist/node_modules/lucide-react/dist/esm/icons/shield.js +1 -1
  1871. package/dist/node_modules/lucide-react/dist/esm/icons/ship-wheel.js +1 -1
  1872. package/dist/node_modules/lucide-react/dist/esm/icons/ship.js +1 -1
  1873. package/dist/node_modules/lucide-react/dist/esm/icons/shirt.js +1 -1
  1874. package/dist/node_modules/lucide-react/dist/esm/icons/shopping-bag.js +10 -4
  1875. package/dist/node_modules/lucide-react/dist/esm/icons/shopping-basket.js +1 -1
  1876. package/dist/node_modules/lucide-react/dist/esm/icons/shopping-cart.js +1 -1
  1877. package/dist/node_modules/lucide-react/dist/esm/icons/shovel.js +1 -1
  1878. package/dist/node_modules/lucide-react/dist/esm/icons/shower-head.js +1 -1
  1879. package/dist/node_modules/lucide-react/dist/esm/icons/shredder.js +21 -0
  1880. package/dist/node_modules/lucide-react/dist/esm/icons/shrimp.js +1 -1
  1881. package/dist/node_modules/lucide-react/dist/esm/icons/shrink.js +1 -1
  1882. package/dist/node_modules/lucide-react/dist/esm/icons/shrub.js +1 -1
  1883. package/dist/node_modules/lucide-react/dist/esm/icons/shuffle.js +1 -1
  1884. package/dist/node_modules/lucide-react/dist/esm/icons/sigma.js +1 -1
  1885. package/dist/node_modules/lucide-react/dist/esm/icons/signal-high.js +1 -1
  1886. package/dist/node_modules/lucide-react/dist/esm/icons/signal-low.js +1 -1
  1887. package/dist/node_modules/lucide-react/dist/esm/icons/signal-medium.js +1 -1
  1888. package/dist/node_modules/lucide-react/dist/esm/icons/signal-zero.js +1 -1
  1889. package/dist/node_modules/lucide-react/dist/esm/icons/signal.js +1 -1
  1890. package/dist/node_modules/lucide-react/dist/esm/icons/signature.js +1 -1
  1891. package/dist/node_modules/lucide-react/dist/esm/icons/signpost-big.js +1 -1
  1892. package/dist/node_modules/lucide-react/dist/esm/icons/signpost.js +1 -1
  1893. package/dist/node_modules/lucide-react/dist/esm/icons/siren.js +1 -1
  1894. package/dist/node_modules/lucide-react/dist/esm/icons/skip-back.js +1 -1
  1895. package/dist/node_modules/lucide-react/dist/esm/icons/skip-forward.js +1 -1
  1896. package/dist/node_modules/lucide-react/dist/esm/icons/skull.js +1 -1
  1897. package/dist/node_modules/lucide-react/dist/esm/icons/slack.js +1 -1
  1898. package/dist/node_modules/lucide-react/dist/esm/icons/slash.js +1 -1
  1899. package/dist/node_modules/lucide-react/dist/esm/icons/slice.js +1 -1
  1900. package/dist/node_modules/lucide-react/dist/esm/icons/sliders-horizontal.js +1 -1
  1901. package/dist/node_modules/lucide-react/dist/esm/icons/sliders-vertical.js +1 -1
  1902. package/dist/node_modules/lucide-react/dist/esm/icons/smartphone-charging.js +1 -1
  1903. package/dist/node_modules/lucide-react/dist/esm/icons/smartphone-nfc.js +1 -1
  1904. package/dist/node_modules/lucide-react/dist/esm/icons/smartphone.js +1 -1
  1905. package/dist/node_modules/lucide-react/dist/esm/icons/smile-plus.js +1 -1
  1906. package/dist/node_modules/lucide-react/dist/esm/icons/smile.js +1 -1
  1907. package/dist/node_modules/lucide-react/dist/esm/icons/snail.js +1 -1
  1908. package/dist/node_modules/lucide-react/dist/esm/icons/snowflake.js +1 -1
  1909. package/dist/node_modules/lucide-react/dist/esm/icons/soap-dispenser-droplet.js +30 -0
  1910. package/dist/node_modules/lucide-react/dist/esm/icons/sofa.js +1 -1
  1911. package/dist/node_modules/lucide-react/dist/esm/icons/soup.js +1 -1
  1912. package/dist/node_modules/lucide-react/dist/esm/icons/space.js +1 -1
  1913. package/dist/node_modules/lucide-react/dist/esm/icons/spade.js +1 -1
  1914. package/dist/node_modules/lucide-react/dist/esm/icons/sparkle.js +1 -1
  1915. package/dist/node_modules/lucide-react/dist/esm/icons/sparkles.js +1 -1
  1916. package/dist/node_modules/lucide-react/dist/esm/icons/speaker.js +1 -1
  1917. package/dist/node_modules/lucide-react/dist/esm/icons/speech.js +1 -1
  1918. package/dist/node_modules/lucide-react/dist/esm/icons/spell-check-2.js +1 -1
  1919. package/dist/node_modules/lucide-react/dist/esm/icons/spell-check.js +1 -1
  1920. package/dist/node_modules/lucide-react/dist/esm/icons/spline-pointer.js +1 -1
  1921. package/dist/node_modules/lucide-react/dist/esm/icons/spline.js +1 -1
  1922. package/dist/node_modules/lucide-react/dist/esm/icons/split.js +1 -1
  1923. package/dist/node_modules/lucide-react/dist/esm/icons/spool.js +28 -0
  1924. package/dist/node_modules/lucide-react/dist/esm/icons/spray-can.js +1 -1
  1925. package/dist/node_modules/lucide-react/dist/esm/icons/sprout.js +1 -1
  1926. package/dist/node_modules/lucide-react/dist/esm/icons/square-activity.js +1 -1
  1927. package/dist/node_modules/lucide-react/dist/esm/icons/square-arrow-down-left.js +1 -1
  1928. package/dist/node_modules/lucide-react/dist/esm/icons/square-arrow-down-right.js +1 -1
  1929. package/dist/node_modules/lucide-react/dist/esm/icons/square-arrow-down.js +1 -1
  1930. package/dist/node_modules/lucide-react/dist/esm/icons/square-arrow-left.js +1 -1
  1931. package/dist/node_modules/lucide-react/dist/esm/icons/square-arrow-out-down-left.js +1 -1
  1932. package/dist/node_modules/lucide-react/dist/esm/icons/square-arrow-out-down-right.js +1 -1
  1933. package/dist/node_modules/lucide-react/dist/esm/icons/square-arrow-out-up-left.js +1 -1
  1934. package/dist/node_modules/lucide-react/dist/esm/icons/square-arrow-out-up-right.js +1 -1
  1935. package/dist/node_modules/lucide-react/dist/esm/icons/square-arrow-right.js +1 -1
  1936. package/dist/node_modules/lucide-react/dist/esm/icons/square-arrow-up-left.js +1 -1
  1937. package/dist/node_modules/lucide-react/dist/esm/icons/square-arrow-up-right.js +1 -1
  1938. package/dist/node_modules/lucide-react/dist/esm/icons/square-arrow-up.js +1 -1
  1939. package/dist/node_modules/lucide-react/dist/esm/icons/square-asterisk.js +1 -1
  1940. package/dist/node_modules/lucide-react/dist/esm/icons/square-bottom-dashed-scissors.js +1 -1
  1941. package/dist/node_modules/lucide-react/dist/esm/icons/square-chart-gantt.js +1 -1
  1942. package/dist/node_modules/lucide-react/dist/esm/icons/square-check-big.js +5 -2
  1943. package/dist/node_modules/lucide-react/dist/esm/icons/square-check.js +1 -1
  1944. package/dist/node_modules/lucide-react/dist/esm/icons/square-chevron-down.js +1 -1
  1945. package/dist/node_modules/lucide-react/dist/esm/icons/square-chevron-left.js +1 -1
  1946. package/dist/node_modules/lucide-react/dist/esm/icons/square-chevron-right.js +1 -1
  1947. package/dist/node_modules/lucide-react/dist/esm/icons/square-chevron-up.js +1 -1
  1948. package/dist/node_modules/lucide-react/dist/esm/icons/square-code.js +7 -7
  1949. package/dist/node_modules/lucide-react/dist/esm/icons/square-dashed-bottom-code.js +1 -1
  1950. package/dist/node_modules/lucide-react/dist/esm/icons/square-dashed-bottom.js +1 -1
  1951. package/dist/node_modules/lucide-react/dist/esm/icons/square-dashed-kanban.js +1 -1
  1952. package/dist/node_modules/lucide-react/dist/esm/icons/square-dashed-mouse-pointer.js +1 -1
  1953. package/dist/node_modules/lucide-react/dist/esm/icons/square-dashed-top-solid.js +23 -0
  1954. package/dist/node_modules/lucide-react/dist/esm/icons/square-dashed.js +1 -1
  1955. package/dist/node_modules/lucide-react/dist/esm/icons/square-divide.js +1 -1
  1956. package/dist/node_modules/lucide-react/dist/esm/icons/square-dot.js +1 -1
  1957. package/dist/node_modules/lucide-react/dist/esm/icons/square-equal.js +1 -1
  1958. package/dist/node_modules/lucide-react/dist/esm/icons/square-function.js +1 -1
  1959. package/dist/node_modules/lucide-react/dist/esm/icons/square-kanban.js +1 -1
  1960. package/dist/node_modules/lucide-react/dist/esm/icons/square-library.js +1 -1
  1961. package/dist/node_modules/lucide-react/dist/esm/icons/square-m.js +1 -1
  1962. package/dist/node_modules/lucide-react/dist/esm/icons/square-menu.js +1 -1
  1963. package/dist/node_modules/lucide-react/dist/esm/icons/square-minus.js +1 -1
  1964. package/dist/node_modules/lucide-react/dist/esm/icons/square-mouse-pointer.js +1 -1
  1965. package/dist/node_modules/lucide-react/dist/esm/icons/square-parking-off.js +1 -1
  1966. package/dist/node_modules/lucide-react/dist/esm/icons/square-parking.js +1 -1
  1967. package/dist/node_modules/lucide-react/dist/esm/icons/square-pen.js +1 -1
  1968. package/dist/node_modules/lucide-react/dist/esm/icons/square-percent.js +1 -1
  1969. package/dist/node_modules/lucide-react/dist/esm/icons/square-pi.js +1 -1
  1970. package/dist/node_modules/lucide-react/dist/esm/icons/square-pilcrow.js +1 -1
  1971. package/dist/node_modules/lucide-react/dist/esm/icons/square-play.js +1 -1
  1972. package/dist/node_modules/lucide-react/dist/esm/icons/square-plus.js +1 -1
  1973. package/dist/node_modules/lucide-react/dist/esm/icons/square-power.js +1 -1
  1974. package/dist/node_modules/lucide-react/dist/esm/icons/square-radical.js +1 -1
  1975. package/dist/node_modules/lucide-react/dist/esm/icons/square-round-corner.js +1 -1
  1976. package/dist/node_modules/lucide-react/dist/esm/icons/square-scissors.js +1 -1
  1977. package/dist/node_modules/lucide-react/dist/esm/icons/square-sigma.js +1 -1
  1978. package/dist/node_modules/lucide-react/dist/esm/icons/square-slash.js +1 -1
  1979. package/dist/node_modules/lucide-react/dist/esm/icons/square-split-horizontal.js +1 -1
  1980. package/dist/node_modules/lucide-react/dist/esm/icons/square-split-vertical.js +1 -1
  1981. package/dist/node_modules/lucide-react/dist/esm/icons/square-square.js +1 -1
  1982. package/dist/node_modules/lucide-react/dist/esm/icons/square-stack.js +1 -1
  1983. package/dist/node_modules/lucide-react/dist/esm/icons/square-terminal.js +1 -1
  1984. package/dist/node_modules/lucide-react/dist/esm/icons/square-user-round.js +1 -1
  1985. package/dist/node_modules/lucide-react/dist/esm/icons/square-user.js +1 -1
  1986. package/dist/node_modules/lucide-react/dist/esm/icons/square-x.js +1 -1
  1987. package/dist/node_modules/lucide-react/dist/esm/icons/square.js +1 -1
  1988. package/dist/node_modules/lucide-react/dist/esm/icons/squares-exclude.js +28 -0
  1989. package/dist/node_modules/lucide-react/dist/esm/icons/squares-intersect.js +28 -0
  1990. package/dist/node_modules/lucide-react/dist/esm/icons/squares-subtract.js +26 -0
  1991. package/dist/node_modules/lucide-react/dist/esm/icons/squares-unite.js +21 -0
  1992. package/dist/node_modules/lucide-react/dist/esm/icons/squircle-dashed.js +22 -0
  1993. package/dist/node_modules/lucide-react/dist/esm/icons/squircle.js +1 -1
  1994. package/dist/node_modules/lucide-react/dist/esm/icons/squirrel.js +1 -1
  1995. package/dist/node_modules/lucide-react/dist/esm/icons/stamp.js +5 -8
  1996. package/dist/node_modules/lucide-react/dist/esm/icons/star-half.js +1 -1
  1997. package/dist/node_modules/lucide-react/dist/esm/icons/star-off.js +1 -1
  1998. package/dist/node_modules/lucide-react/dist/esm/icons/star.js +1 -1
  1999. package/dist/node_modules/lucide-react/dist/esm/icons/step-back.js +1 -1
  2000. package/dist/node_modules/lucide-react/dist/esm/icons/step-forward.js +1 -1
  2001. package/dist/node_modules/lucide-react/dist/esm/icons/stethoscope.js +1 -1
  2002. package/dist/node_modules/lucide-react/dist/esm/icons/sticker.js +1 -1
  2003. package/dist/node_modules/lucide-react/dist/esm/icons/sticky-note.js +1 -1
  2004. package/dist/node_modules/lucide-react/dist/esm/icons/store.js +1 -1
  2005. package/dist/node_modules/lucide-react/dist/esm/icons/stretch-horizontal.js +1 -1
  2006. package/dist/node_modules/lucide-react/dist/esm/icons/stretch-vertical.js +1 -1
  2007. package/dist/node_modules/lucide-react/dist/esm/icons/strikethrough.js +1 -1
  2008. package/dist/node_modules/lucide-react/dist/esm/icons/subscript.js +1 -1
  2009. package/dist/node_modules/lucide-react/dist/esm/icons/sun-dim.js +1 -1
  2010. package/dist/node_modules/lucide-react/dist/esm/icons/sun-medium.js +1 -1
  2011. package/dist/node_modules/lucide-react/dist/esm/icons/sun-moon.js +1 -1
  2012. package/dist/node_modules/lucide-react/dist/esm/icons/sun-snow.js +1 -1
  2013. package/dist/node_modules/lucide-react/dist/esm/icons/sun.js +1 -1
  2014. package/dist/node_modules/lucide-react/dist/esm/icons/sunrise.js +1 -1
  2015. package/dist/node_modules/lucide-react/dist/esm/icons/sunset.js +1 -1
  2016. package/dist/node_modules/lucide-react/dist/esm/icons/superscript.js +1 -1
  2017. package/dist/node_modules/lucide-react/dist/esm/icons/swatch-book.js +1 -1
  2018. package/dist/node_modules/lucide-react/dist/esm/icons/swiss-franc.js +1 -1
  2019. package/dist/node_modules/lucide-react/dist/esm/icons/switch-camera.js +1 -1
  2020. package/dist/node_modules/lucide-react/dist/esm/icons/sword.js +1 -1
  2021. package/dist/node_modules/lucide-react/dist/esm/icons/swords.js +1 -1
  2022. package/dist/node_modules/lucide-react/dist/esm/icons/syringe.js +1 -1
  2023. package/dist/node_modules/lucide-react/dist/esm/icons/table-2.js +1 -1
  2024. package/dist/node_modules/lucide-react/dist/esm/icons/table-cells-merge.js +1 -1
  2025. package/dist/node_modules/lucide-react/dist/esm/icons/table-cells-split.js +1 -1
  2026. package/dist/node_modules/lucide-react/dist/esm/icons/table-columns-split.js +1 -1
  2027. package/dist/node_modules/lucide-react/dist/esm/icons/table-of-contents.js +1 -1
  2028. package/dist/node_modules/lucide-react/dist/esm/icons/table-properties.js +1 -1
  2029. package/dist/node_modules/lucide-react/dist/esm/icons/table-rows-split.js +1 -1
  2030. package/dist/node_modules/lucide-react/dist/esm/icons/table.js +1 -1
  2031. package/dist/node_modules/lucide-react/dist/esm/icons/tablet-smartphone.js +1 -1
  2032. package/dist/node_modules/lucide-react/dist/esm/icons/tablet.js +1 -1
  2033. package/dist/node_modules/lucide-react/dist/esm/icons/tablets.js +1 -1
  2034. package/dist/node_modules/lucide-react/dist/esm/icons/tag.js +1 -1
  2035. package/dist/node_modules/lucide-react/dist/esm/icons/tags.js +1 -1
  2036. package/dist/node_modules/lucide-react/dist/esm/icons/tally-1.js +1 -1
  2037. package/dist/node_modules/lucide-react/dist/esm/icons/tally-2.js +1 -1
  2038. package/dist/node_modules/lucide-react/dist/esm/icons/tally-3.js +1 -1
  2039. package/dist/node_modules/lucide-react/dist/esm/icons/tally-4.js +1 -1
  2040. package/dist/node_modules/lucide-react/dist/esm/icons/tally-5.js +1 -1
  2041. package/dist/node_modules/lucide-react/dist/esm/icons/tangent.js +1 -1
  2042. package/dist/node_modules/lucide-react/dist/esm/icons/target.js +1 -1
  2043. package/dist/node_modules/lucide-react/dist/esm/icons/telescope.js +1 -1
  2044. package/dist/node_modules/lucide-react/dist/esm/icons/tent-tree.js +1 -1
  2045. package/dist/node_modules/lucide-react/dist/esm/icons/tent.js +1 -1
  2046. package/dist/node_modules/lucide-react/dist/esm/icons/terminal.js +7 -7
  2047. package/dist/node_modules/lucide-react/dist/esm/icons/test-tube-diagonal.js +1 -1
  2048. package/dist/node_modules/lucide-react/dist/esm/icons/test-tube.js +1 -1
  2049. package/dist/node_modules/lucide-react/dist/esm/icons/test-tubes.js +1 -1
  2050. package/dist/node_modules/lucide-react/dist/esm/icons/text-cursor-input.js +5 -5
  2051. package/dist/node_modules/lucide-react/dist/esm/icons/text-cursor.js +1 -1
  2052. package/dist/node_modules/lucide-react/dist/esm/icons/text-quote.js +1 -1
  2053. package/dist/node_modules/lucide-react/dist/esm/icons/text-search.js +1 -1
  2054. package/dist/node_modules/lucide-react/dist/esm/icons/text-select.js +16 -16
  2055. package/dist/node_modules/lucide-react/dist/esm/icons/text.js +1 -1
  2056. package/dist/node_modules/lucide-react/dist/esm/icons/theater.js +1 -1
  2057. package/dist/node_modules/lucide-react/dist/esm/icons/thermometer-snowflake.js +1 -1
  2058. package/dist/node_modules/lucide-react/dist/esm/icons/thermometer-sun.js +1 -1
  2059. package/dist/node_modules/lucide-react/dist/esm/icons/thermometer.js +1 -1
  2060. package/dist/node_modules/lucide-react/dist/esm/icons/thumbs-down.js +1 -1
  2061. package/dist/node_modules/lucide-react/dist/esm/icons/thumbs-up.js +1 -1
  2062. package/dist/node_modules/lucide-react/dist/esm/icons/ticket-check.js +1 -1
  2063. package/dist/node_modules/lucide-react/dist/esm/icons/ticket-minus.js +1 -1
  2064. package/dist/node_modules/lucide-react/dist/esm/icons/ticket-percent.js +1 -1
  2065. package/dist/node_modules/lucide-react/dist/esm/icons/ticket-plus.js +1 -1
  2066. package/dist/node_modules/lucide-react/dist/esm/icons/ticket-slash.js +1 -1
  2067. package/dist/node_modules/lucide-react/dist/esm/icons/ticket-x.js +1 -1
  2068. package/dist/node_modules/lucide-react/dist/esm/icons/ticket.js +1 -1
  2069. package/dist/node_modules/lucide-react/dist/esm/icons/tickets-plane.js +1 -1
  2070. package/dist/node_modules/lucide-react/dist/esm/icons/tickets.js +1 -1
  2071. package/dist/node_modules/lucide-react/dist/esm/icons/timer-off.js +1 -1
  2072. package/dist/node_modules/lucide-react/dist/esm/icons/timer-reset.js +1 -1
  2073. package/dist/node_modules/lucide-react/dist/esm/icons/timer.js +1 -1
  2074. package/dist/node_modules/lucide-react/dist/esm/icons/toggle-left.js +3 -3
  2075. package/dist/node_modules/lucide-react/dist/esm/icons/toggle-right.js +3 -3
  2076. package/dist/node_modules/lucide-react/dist/esm/icons/toilet.js +1 -1
  2077. package/dist/node_modules/lucide-react/dist/esm/icons/tornado.js +1 -1
  2078. package/dist/node_modules/lucide-react/dist/esm/icons/torus.js +1 -1
  2079. package/dist/node_modules/lucide-react/dist/esm/icons/touchpad-off.js +9 -9
  2080. package/dist/node_modules/lucide-react/dist/esm/icons/touchpad.js +1 -1
  2081. package/dist/node_modules/lucide-react/dist/esm/icons/tower-control.js +1 -1
  2082. package/dist/node_modules/lucide-react/dist/esm/icons/toy-brick.js +1 -1
  2083. package/dist/node_modules/lucide-react/dist/esm/icons/tractor.js +1 -1
  2084. package/dist/node_modules/lucide-react/dist/esm/icons/traffic-cone.js +9 -15
  2085. package/dist/node_modules/lucide-react/dist/esm/icons/train-front-tunnel.js +1 -1
  2086. package/dist/node_modules/lucide-react/dist/esm/icons/train-front.js +1 -1
  2087. package/dist/node_modules/lucide-react/dist/esm/icons/train-track.js +1 -1
  2088. package/dist/node_modules/lucide-react/dist/esm/icons/tram-front.js +1 -1
  2089. package/dist/node_modules/lucide-react/dist/esm/icons/transgender.js +1 -1
  2090. package/dist/node_modules/lucide-react/dist/esm/icons/trash-2.js +1 -1
  2091. package/dist/node_modules/lucide-react/dist/esm/icons/trash.js +1 -1
  2092. package/dist/node_modules/lucide-react/dist/esm/icons/tree-deciduous.js +1 -1
  2093. package/dist/node_modules/lucide-react/dist/esm/icons/tree-palm.js +1 -1
  2094. package/dist/node_modules/lucide-react/dist/esm/icons/tree-pine.js +1 -1
  2095. package/dist/node_modules/lucide-react/dist/esm/icons/trees.js +1 -1
  2096. package/dist/node_modules/lucide-react/dist/esm/icons/trello.js +1 -1
  2097. package/dist/node_modules/lucide-react/dist/esm/icons/trending-down.js +8 -8
  2098. package/dist/node_modules/lucide-react/dist/esm/icons/trending-up-down.js +1 -1
  2099. package/dist/node_modules/lucide-react/dist/esm/icons/trending-up.js +7 -7
  2100. package/dist/node_modules/lucide-react/dist/esm/icons/triangle-alert.js +1 -1
  2101. package/dist/node_modules/lucide-react/dist/esm/icons/triangle-dashed.js +1 -1
  2102. package/dist/node_modules/lucide-react/dist/esm/icons/triangle-right.js +1 -1
  2103. package/dist/node_modules/lucide-react/dist/esm/icons/triangle.js +1 -1
  2104. package/dist/node_modules/lucide-react/dist/esm/icons/trophy.js +9 -9
  2105. package/dist/node_modules/lucide-react/dist/esm/icons/truck-electric.js +30 -0
  2106. package/dist/node_modules/lucide-react/dist/esm/icons/truck.js +1 -1
  2107. package/dist/node_modules/lucide-react/dist/esm/icons/turtle.js +1 -1
  2108. package/dist/node_modules/lucide-react/dist/esm/icons/tv-minimal-play.js +1 -1
  2109. package/dist/node_modules/lucide-react/dist/esm/icons/tv-minimal.js +1 -1
  2110. package/dist/node_modules/lucide-react/dist/esm/icons/tv.js +5 -5
  2111. package/dist/node_modules/lucide-react/dist/esm/icons/twitch.js +1 -1
  2112. package/dist/node_modules/lucide-react/dist/esm/icons/twitter.js +1 -1
  2113. package/dist/node_modules/lucide-react/dist/esm/icons/type-outline.js +1 -1
  2114. package/dist/node_modules/lucide-react/dist/esm/icons/type.js +8 -8
  2115. package/dist/node_modules/lucide-react/dist/esm/icons/umbrella-off.js +1 -1
  2116. package/dist/node_modules/lucide-react/dist/esm/icons/umbrella.js +1 -1
  2117. package/dist/node_modules/lucide-react/dist/esm/icons/underline.js +1 -1
  2118. package/dist/node_modules/lucide-react/dist/esm/icons/undo-2.js +1 -1
  2119. package/dist/node_modules/lucide-react/dist/esm/icons/undo-dot.js +1 -1
  2120. package/dist/node_modules/lucide-react/dist/esm/icons/undo.js +1 -1
  2121. package/dist/node_modules/lucide-react/dist/esm/icons/unfold-horizontal.js +1 -1
  2122. package/dist/node_modules/lucide-react/dist/esm/icons/unfold-vertical.js +1 -1
  2123. package/dist/node_modules/lucide-react/dist/esm/icons/ungroup.js +1 -1
  2124. package/dist/node_modules/lucide-react/dist/esm/icons/university.js +18 -12
  2125. package/dist/node_modules/lucide-react/dist/esm/icons/unlink-2.js +1 -1
  2126. package/dist/node_modules/lucide-react/dist/esm/icons/unlink.js +1 -1
  2127. package/dist/node_modules/lucide-react/dist/esm/icons/unplug.js +1 -1
  2128. package/dist/node_modules/lucide-react/dist/esm/icons/upload.js +8 -8
  2129. package/dist/node_modules/lucide-react/dist/esm/icons/usb.js +1 -1
  2130. package/dist/node_modules/lucide-react/dist/esm/icons/user-check.js +5 -5
  2131. package/dist/node_modules/lucide-react/dist/esm/icons/user-cog.js +13 -13
  2132. package/dist/node_modules/lucide-react/dist/esm/icons/user-lock.js +18 -0
  2133. package/dist/node_modules/lucide-react/dist/esm/icons/user-minus.js +1 -1
  2134. package/dist/node_modules/lucide-react/dist/esm/icons/user-pen.js +1 -1
  2135. package/dist/node_modules/lucide-react/dist/esm/icons/user-plus.js +1 -1
  2136. package/dist/node_modules/lucide-react/dist/esm/icons/user-round-check.js +1 -1
  2137. package/dist/node_modules/lucide-react/dist/esm/icons/user-round-cog.js +14 -14
  2138. package/dist/node_modules/lucide-react/dist/esm/icons/user-round-minus.js +1 -1
  2139. package/dist/node_modules/lucide-react/dist/esm/icons/user-round-pen.js +1 -1
  2140. package/dist/node_modules/lucide-react/dist/esm/icons/user-round-plus.js +1 -1
  2141. package/dist/node_modules/lucide-react/dist/esm/icons/user-round-search.js +1 -1
  2142. package/dist/node_modules/lucide-react/dist/esm/icons/user-round-x.js +1 -1
  2143. package/dist/node_modules/lucide-react/dist/esm/icons/user-round.js +1 -1
  2144. package/dist/node_modules/lucide-react/dist/esm/icons/user-search.js +1 -1
  2145. package/dist/node_modules/lucide-react/dist/esm/icons/user-x.js +1 -1
  2146. package/dist/node_modules/lucide-react/dist/esm/icons/user.js +1 -1
  2147. package/dist/node_modules/lucide-react/dist/esm/icons/users-round.js +1 -1
  2148. package/dist/node_modules/lucide-react/dist/esm/icons/users.js +5 -5
  2149. package/dist/node_modules/lucide-react/dist/esm/icons/utensils-crossed.js +1 -1
  2150. package/dist/node_modules/lucide-react/dist/esm/icons/utensils.js +1 -1
  2151. package/dist/node_modules/lucide-react/dist/esm/icons/utility-pole.js +1 -1
  2152. package/dist/node_modules/lucide-react/dist/esm/icons/variable.js +1 -1
  2153. package/dist/node_modules/lucide-react/dist/esm/icons/vault.js +1 -1
  2154. package/dist/node_modules/lucide-react/dist/esm/icons/vegan.js +1 -1
  2155. package/dist/node_modules/lucide-react/dist/esm/icons/venetian-mask.js +1 -1
  2156. package/dist/node_modules/lucide-react/dist/esm/icons/venus-and-mars.js +1 -1
  2157. package/dist/node_modules/lucide-react/dist/esm/icons/venus.js +1 -1
  2158. package/dist/node_modules/lucide-react/dist/esm/icons/vibrate-off.js +1 -1
  2159. package/dist/node_modules/lucide-react/dist/esm/icons/vibrate.js +1 -1
  2160. package/dist/node_modules/lucide-react/dist/esm/icons/video-off.js +1 -1
  2161. package/dist/node_modules/lucide-react/dist/esm/icons/video.js +1 -1
  2162. package/dist/node_modules/lucide-react/dist/esm/icons/videotape.js +1 -1
  2163. package/dist/node_modules/lucide-react/dist/esm/icons/view.js +1 -1
  2164. package/dist/node_modules/lucide-react/dist/esm/icons/voicemail.js +1 -1
  2165. package/dist/node_modules/lucide-react/dist/esm/icons/volleyball.js +1 -1
  2166. package/dist/node_modules/lucide-react/dist/esm/icons/volume-1.js +1 -1
  2167. package/dist/node_modules/lucide-react/dist/esm/icons/volume-2.js +1 -1
  2168. package/dist/node_modules/lucide-react/dist/esm/icons/volume-off.js +1 -1
  2169. package/dist/node_modules/lucide-react/dist/esm/icons/volume-x.js +1 -1
  2170. package/dist/node_modules/lucide-react/dist/esm/icons/volume.js +1 -1
  2171. package/dist/node_modules/lucide-react/dist/esm/icons/vote.js +1 -1
  2172. package/dist/node_modules/lucide-react/dist/esm/icons/wallet-cards.js +1 -1
  2173. package/dist/node_modules/lucide-react/dist/esm/icons/wallet-minimal.js +1 -1
  2174. package/dist/node_modules/lucide-react/dist/esm/icons/wallet.js +1 -1
  2175. package/dist/node_modules/lucide-react/dist/esm/icons/wallpaper.js +1 -1
  2176. package/dist/node_modules/lucide-react/dist/esm/icons/wand-sparkles.js +1 -1
  2177. package/dist/node_modules/lucide-react/dist/esm/icons/wand.js +1 -1
  2178. package/dist/node_modules/lucide-react/dist/esm/icons/warehouse.js +10 -10
  2179. package/dist/node_modules/lucide-react/dist/esm/icons/washing-machine.js +1 -1
  2180. package/dist/node_modules/lucide-react/dist/esm/icons/watch.js +1 -1
  2181. package/dist/node_modules/lucide-react/dist/esm/icons/waves-ladder.js +1 -1
  2182. package/dist/node_modules/lucide-react/dist/esm/icons/waves.js +1 -1
  2183. package/dist/node_modules/lucide-react/dist/esm/icons/waypoints.js +1 -1
  2184. package/dist/node_modules/lucide-react/dist/esm/icons/webcam.js +1 -1
  2185. package/dist/node_modules/lucide-react/dist/esm/icons/webhook-off.js +1 -1
  2186. package/dist/node_modules/lucide-react/dist/esm/icons/webhook.js +1 -1
  2187. package/dist/node_modules/lucide-react/dist/esm/icons/weight.js +1 -1
  2188. package/dist/node_modules/lucide-react/dist/esm/icons/wheat-off.js +1 -1
  2189. package/dist/node_modules/lucide-react/dist/esm/icons/wheat.js +1 -1
  2190. package/dist/node_modules/lucide-react/dist/esm/icons/whole-word.js +1 -1
  2191. package/dist/node_modules/lucide-react/dist/esm/icons/wifi-cog.js +26 -0
  2192. package/dist/node_modules/lucide-react/dist/esm/icons/wifi-high.js +1 -1
  2193. package/dist/node_modules/lucide-react/dist/esm/icons/wifi-low.js +1 -1
  2194. package/dist/node_modules/lucide-react/dist/esm/icons/wifi-off.js +1 -1
  2195. package/dist/node_modules/lucide-react/dist/esm/icons/wifi-pen.js +24 -0
  2196. package/dist/node_modules/lucide-react/dist/esm/icons/wifi-zero.js +1 -1
  2197. package/dist/node_modules/lucide-react/dist/esm/icons/wifi.js +1 -1
  2198. package/dist/node_modules/lucide-react/dist/esm/icons/wind-arrow-down.js +1 -1
  2199. package/dist/node_modules/lucide-react/dist/esm/icons/wind.js +1 -1
  2200. package/dist/node_modules/lucide-react/dist/esm/icons/wine-off.js +1 -1
  2201. package/dist/node_modules/lucide-react/dist/esm/icons/wine.js +1 -1
  2202. package/dist/node_modules/lucide-react/dist/esm/icons/workflow.js +1 -1
  2203. package/dist/node_modules/lucide-react/dist/esm/icons/worm.js +1 -1
  2204. package/dist/node_modules/lucide-react/dist/esm/icons/wrap-text.js +6 -6
  2205. package/dist/node_modules/lucide-react/dist/esm/icons/wrench.js +1 -1
  2206. package/dist/node_modules/lucide-react/dist/esm/icons/x.js +1 -1
  2207. package/dist/node_modules/lucide-react/dist/esm/icons/youtube.js +1 -1
  2208. package/dist/node_modules/lucide-react/dist/esm/icons/zap-off.js +1 -1
  2209. package/dist/node_modules/lucide-react/dist/esm/icons/zap.js +1 -1
  2210. package/dist/node_modules/lucide-react/dist/esm/icons/zoom-in.js +1 -1
  2211. package/dist/node_modules/lucide-react/dist/esm/icons/zoom-out.js +1 -1
  2212. package/dist/node_modules/lucide-react/dist/esm/lucide-react.js +6953 -6753
  2213. package/dist/node_modules/lucide-react/dist/esm/shared/src/utils.js +16 -11
  2214. package/dist/node_modules/react-day-picker/dist/esm/DayPicker.js +208 -0
  2215. package/dist/node_modules/react-day-picker/dist/esm/UI.js +23 -0
  2216. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarDay.js +20 -0
  2217. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarMonth.js +9 -0
  2218. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarWeek.js +9 -0
  2219. package/dist/node_modules/react-day-picker/dist/esm/classes/DateLib.js +93 -0
  2220. package/dist/node_modules/react-day-picker/dist/esm/components/Button.js +8 -0
  2221. package/dist/node_modules/react-day-picker/dist/esm/components/CaptionLabel.js +8 -0
  2222. package/dist/node_modules/react-day-picker/dist/esm/components/Chevron.js +16 -0
  2223. package/dist/node_modules/react-day-picker/dist/esm/components/Day.js +9 -0
  2224. package/dist/node_modules/react-day-picker/dist/esm/components/DayButton.js +11 -0
  2225. package/dist/node_modules/react-day-picker/dist/esm/components/Dropdown.js +20 -0
  2226. package/dist/node_modules/react-day-picker/dist/esm/components/DropdownNav.js +8 -0
  2227. package/dist/node_modules/react-day-picker/dist/esm/components/Footer.js +8 -0
  2228. package/dist/node_modules/react-day-picker/dist/esm/components/Month.js +9 -0
  2229. package/dist/node_modules/react-day-picker/dist/esm/components/MonthCaption.js +9 -0
  2230. package/dist/node_modules/react-day-picker/dist/esm/components/MonthGrid.js +8 -0
  2231. package/dist/node_modules/react-day-picker/dist/esm/components/Months.js +8 -0
  2232. package/dist/node_modules/react-day-picker/dist/esm/components/MonthsDropdown.js +10 -0
  2233. package/dist/node_modules/react-day-picker/dist/esm/components/Nav.js +28 -0
  2234. package/dist/node_modules/react-day-picker/dist/esm/components/NextMonthButton.js +10 -0
  2235. package/dist/node_modules/react-day-picker/dist/esm/components/Option.js +8 -0
  2236. package/dist/node_modules/react-day-picker/dist/esm/components/PreviousMonthButton.js +10 -0
  2237. package/dist/node_modules/react-day-picker/dist/esm/components/Root.js +9 -0
  2238. package/dist/node_modules/react-day-picker/dist/esm/components/Select.js +8 -0
  2239. package/dist/node_modules/react-day-picker/dist/esm/components/Week.js +9 -0
  2240. package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumber.js +9 -0
  2241. package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumberHeader.js +8 -0
  2242. package/dist/node_modules/react-day-picker/dist/esm/components/Weekday.js +8 -0
  2243. package/dist/node_modules/react-day-picker/dist/esm/components/Weekdays.js +12 -0
  2244. package/dist/node_modules/react-day-picker/dist/esm/components/Weeks.js +8 -0
  2245. package/dist/node_modules/react-day-picker/dist/esm/components/YearsDropdown.js +10 -0
  2246. package/dist/node_modules/react-day-picker/dist/esm/components/custom-components.js +55 -0
  2247. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatCaption.js +10 -0
  2248. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatDay.js +8 -0
  2249. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatMonthDropdown.js +8 -0
  2250. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumber.js +8 -0
  2251. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumberHeader.js +7 -0
  2252. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekdayName.js +8 -0
  2253. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatYearDropdown.js +10 -0
  2254. package/dist/node_modules/react-day-picker/dist/esm/formatters/index.js +19 -0
  2255. package/dist/node_modules/react-day-picker/dist/esm/helpers/calculateFocusTarget.js +20 -0
  2256. package/dist/node_modules/react-day-picker/dist/esm/helpers/createGetModifiers.js +43 -0
  2257. package/dist/node_modules/react-day-picker/dist/esm/helpers/endOfBroadcastWeek.js +10 -0
  2258. package/dist/node_modules/react-day-picker/dist/esm/helpers/getBroadcastWeeksInMonth.js +8 -0
  2259. package/dist/node_modules/react-day-picker/dist/esm/helpers/getClassNamesForModifiers.js +8 -0
  2260. package/dist/node_modules/react-day-picker/dist/esm/helpers/getComponents.js +11 -0
  2261. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDataAttributes.js +17 -0
  2262. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDates.js +22 -0
  2263. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDays.js +11 -0
  2264. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDefaultClassNames.js +17 -0
  2265. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDisplayMonths.js +14 -0
  2266. package/dist/node_modules/react-day-picker/dist/esm/helpers/getFocusableDate.js +16 -0
  2267. package/dist/node_modules/react-day-picker/dist/esm/helpers/getFormatters.js +11 -0
  2268. package/dist/node_modules/react-day-picker/dist/esm/helpers/getInitialMonth.js +14 -0
  2269. package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonthOptions.js +14 -0
  2270. package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonths.js +25 -0
  2271. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNavMonth.js +14 -0
  2272. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextFocus.js +13 -0
  2273. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextMonth.js +13 -0
  2274. package/dist/node_modules/react-day-picker/dist/esm/helpers/getPreviousMonth.js +13 -0
  2275. package/dist/node_modules/react-day-picker/dist/esm/helpers/getStyleForModifiers.js +14 -0
  2276. package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeekdays.js +12 -0
  2277. package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeeks.js +8 -0
  2278. package/dist/node_modules/react-day-picker/dist/esm/helpers/getYearOptions.js +20 -0
  2279. package/dist/node_modules/react-day-picker/dist/esm/helpers/startOfBroadcastWeek.js +8 -0
  2280. package/dist/node_modules/react-day-picker/dist/esm/helpers/useControlledValue.js +9 -0
  2281. package/dist/node_modules/react-day-picker/dist/esm/labels/index.js +27 -0
  2282. package/dist/node_modules/react-day-picker/dist/esm/labels/labelDayButton.js +11 -0
  2283. package/dist/node_modules/react-day-picker/dist/esm/labels/labelGrid.js +10 -0
  2284. package/dist/node_modules/react-day-picker/dist/esm/labels/labelGridcell.js +9 -0
  2285. package/dist/node_modules/react-day-picker/dist/esm/labels/labelMonthDropdown.js +7 -0
  2286. package/dist/node_modules/react-day-picker/dist/esm/labels/labelNav.js +7 -0
  2287. package/dist/node_modules/react-day-picker/dist/esm/labels/labelNext.js +7 -0
  2288. package/dist/node_modules/react-day-picker/dist/esm/labels/labelPrevious.js +7 -0
  2289. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumber.js +7 -0
  2290. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumberHeader.js +7 -0
  2291. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekday.js +8 -0
  2292. package/dist/node_modules/react-day-picker/dist/esm/labels/labelYearDropdown.js +7 -0
  2293. package/dist/node_modules/react-day-picker/dist/esm/selection/useMulti.js +22 -0
  2294. package/dist/node_modules/react-day-picker/dist/esm/selection/useRange.js +19 -0
  2295. package/dist/node_modules/react-day-picker/dist/esm/selection/useSingle.js +16 -0
  2296. package/dist/node_modules/react-day-picker/dist/esm/useAnimation.js +57 -0
  2297. package/dist/node_modules/react-day-picker/dist/esm/useCalendar.js +45 -0
  2298. package/dist/node_modules/react-day-picker/dist/esm/useDayPicker.js +13 -0
  2299. package/dist/node_modules/react-day-picker/dist/esm/useFocus.js +24 -0
  2300. package/dist/node_modules/react-day-picker/dist/esm/useSelection.js +20 -0
  2301. package/dist/node_modules/react-day-picker/dist/esm/utils/addToRange.js +33 -0
  2302. package/dist/node_modules/react-day-picker/dist/esm/utils/dateMatchModifiers.js +27 -0
  2303. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsDayOfWeek.js +16 -0
  2304. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsModifiers.js +29 -0
  2305. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeIncludesDate.js +10 -0
  2306. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeOverlaps.js +9 -0
  2307. package/dist/node_modules/react-day-picker/dist/esm/utils/typeguards.js +27 -0
  2308. package/dist/node_modules/react-hook-form/dist/index.esm.js +61 -59
  2309. package/dist/node_modules/react-resizable-panels/dist/{react-resizable-panels.browser.esm.js → react-resizable-panels.browser.js} +239 -231
  2310. package/dist/node_modules/recharts/es6/animation/Animate.js +270 -0
  2311. package/dist/node_modules/recharts/es6/animation/AnimationManager.js +34 -0
  2312. package/dist/node_modules/recharts/es6/animation/configUpdate.js +103 -0
  2313. package/dist/node_modules/recharts/es6/animation/easing.js +76 -0
  2314. package/dist/node_modules/recharts/es6/animation/timeoutController.js +14 -0
  2315. package/dist/node_modules/recharts/es6/animation/util.js +48 -0
  2316. package/dist/node_modules/recharts/es6/component/Cursor.js +127 -0
  2317. package/dist/node_modules/recharts/es6/component/DefaultLegendContent.js +173 -231
  2318. package/dist/node_modules/recharts/es6/component/DefaultTooltipContent.js +99 -132
  2319. package/dist/node_modules/recharts/es6/component/Legend.js +138 -210
  2320. package/dist/node_modules/recharts/es6/component/ResponsiveContainer.js +114 -147
  2321. package/dist/node_modules/recharts/es6/component/Tooltip.js +127 -144
  2322. package/dist/node_modules/recharts/es6/component/TooltipBoundingBox.js +110 -180
  2323. package/dist/node_modules/recharts/es6/container/Surface.js +48 -40
  2324. package/dist/node_modules/recharts/es6/context/PanoramaContext.js +6 -0
  2325. package/dist/node_modules/recharts/es6/context/accessibilityContext.js +6 -0
  2326. package/dist/node_modules/recharts/es6/context/chartLayoutContext.js +44 -0
  2327. package/dist/node_modules/recharts/es6/context/legendPayloadContext.js +9 -0
  2328. package/dist/node_modules/recharts/es6/context/legendPortalContext.js +7 -0
  2329. package/dist/node_modules/recharts/es6/context/tooltipPortalContext.js +7 -0
  2330. package/dist/node_modules/recharts/es6/context/useTooltipAxis.js +52 -0
  2331. package/dist/node_modules/recharts/es6/polar/defaultPolarAngleAxisProps.js +13 -0
  2332. package/dist/node_modules/recharts/es6/polar/defaultPolarRadiusAxisProps.js +13 -0
  2333. package/dist/node_modules/recharts/es6/shape/Cross.js +96 -0
  2334. package/dist/node_modules/recharts/es6/shape/Curve.js +119 -0
  2335. package/dist/node_modules/recharts/es6/shape/Rectangle.js +125 -0
  2336. package/dist/node_modules/recharts/es6/shape/Sector.js +199 -0
  2337. package/dist/node_modules/recharts/es6/shape/Symbols.js +96 -99
  2338. package/dist/node_modules/recharts/es6/state/RechartsReduxContext.js +6 -0
  2339. package/dist/node_modules/recharts/es6/state/hooks.js +17 -0
  2340. package/dist/node_modules/recharts/es6/state/legendSlice.js +44 -0
  2341. package/dist/node_modules/recharts/es6/state/selectors/axisSelectors.js +734 -0
  2342. package/dist/node_modules/recharts/es6/state/selectors/brushSelectors.js +15 -0
  2343. package/dist/node_modules/recharts/es6/state/selectors/combiners/combineActiveLabel.js +10 -0
  2344. package/dist/node_modules/recharts/es6/state/selectors/combiners/combineActiveTooltipIndex.js +15 -0
  2345. package/dist/node_modules/recharts/es6/state/selectors/combiners/combineAxisRangeWithReverse.js +8 -0
  2346. package/dist/node_modules/recharts/es6/state/selectors/combiners/combineCoordinateForDefaultIndex.js +25 -0
  2347. package/dist/node_modules/recharts/es6/state/selectors/combiners/combineTooltipInteractionState.js +78 -0
  2348. package/dist/node_modules/recharts/es6/state/selectors/combiners/combineTooltipPayloadConfigurations.js +15 -0
  2349. package/dist/node_modules/recharts/es6/state/selectors/containerSelectors.js +7 -0
  2350. package/dist/node_modules/recharts/es6/state/selectors/dataSelectors.js +16 -0
  2351. package/dist/node_modules/recharts/es6/state/selectors/legendSelectors.js +8 -0
  2352. package/dist/node_modules/recharts/es6/state/selectors/pickAxisId.js +5 -0
  2353. package/dist/node_modules/recharts/es6/state/selectors/pickAxisType.js +5 -0
  2354. package/dist/node_modules/recharts/es6/state/selectors/polarAxisSelectors.js +128 -0
  2355. package/dist/node_modules/recharts/es6/state/selectors/rootPropsSelectors.js +10 -0
  2356. package/dist/node_modules/recharts/es6/state/selectors/selectAllAxes.js +7 -0
  2357. package/dist/node_modules/recharts/es6/state/selectors/selectChartOffset.js +98 -0
  2358. package/dist/node_modules/recharts/es6/state/selectors/selectTooltipEventType.js +23 -0
  2359. package/dist/node_modules/recharts/es6/state/selectors/selectTooltipPayloadSearcher.js +5 -0
  2360. package/dist/node_modules/recharts/es6/state/selectors/selectTooltipSettings.js +5 -0
  2361. package/dist/node_modules/recharts/es6/state/selectors/selectTooltipState.js +5 -0
  2362. package/dist/node_modules/recharts/es6/state/selectors/selectors.js +148 -0
  2363. package/dist/node_modules/recharts/es6/state/selectors/tooltipSelectors.js +75 -0
  2364. package/dist/node_modules/recharts/es6/state/tooltipSlice.js +100 -0
  2365. package/dist/node_modules/recharts/es6/synchronisation/syncSelectors.js +7 -0
  2366. package/dist/node_modules/recharts/es6/synchronisation/useChartSynchronisation.js +26 -0
  2367. package/dist/node_modules/recharts/es6/util/ChartUtils.js +164 -0
  2368. package/dist/node_modules/recharts/es6/util/Constants.js +5 -0
  2369. package/dist/node_modules/recharts/es6/util/DataUtils.js +38 -13
  2370. package/dist/node_modules/recharts/es6/util/Events.js +7 -0
  2371. package/dist/node_modules/recharts/es6/util/Global.js +2 -4
  2372. package/dist/node_modules/recharts/es6/util/LogUtils.js +3 -5
  2373. package/dist/node_modules/recharts/es6/util/PolarUtils.js +19 -0
  2374. package/dist/node_modules/recharts/es6/util/ReactUtils.js +10 -19
  2375. package/dist/node_modules/recharts/es6/util/cursor/getCursorPoints.js +32 -0
  2376. package/dist/node_modules/recharts/es6/util/cursor/getCursorRectangle.js +15 -0
  2377. package/dist/node_modules/recharts/es6/util/cursor/getRadialCursorPoints.js +22 -0
  2378. package/dist/node_modules/recharts/es6/util/isDomainSpecifiedByUser.js +92 -0
  2379. package/dist/node_modules/recharts/es6/util/isWellBehavedNumber.js +7 -0
  2380. package/dist/node_modules/recharts/es6/util/payload/getUniqPayload.js +4 -5
  2381. package/dist/node_modules/recharts/es6/util/resolveDefaultProps.js +46 -0
  2382. package/dist/node_modules/recharts/es6/util/scale/getNiceTickValues.js +70 -0
  2383. package/dist/node_modules/recharts/es6/util/scale/util/arithmetic.js +28 -0
  2384. package/dist/node_modules/recharts/es6/util/scale/util/utils.js +46 -0
  2385. package/dist/node_modules/recharts/es6/util/tooltip/translate.js +92 -80
  2386. package/dist/node_modules/recharts/es6/util/types.js +29 -31
  2387. package/dist/node_modules/recharts/es6/util/useElementOffset.js +30 -0
  2388. package/dist/node_modules/redux/dist/redux.js +16 -0
  2389. package/dist/node_modules/reselect/dist/reselect.js +245 -0
  2390. package/dist/node_modules/shiki/dist/bundle-full.js +51 -46
  2391. package/dist/node_modules/shiki/dist/index.js +42 -43
  2392. package/dist/node_modules/shiki/dist/langs.js +18 -11
  2393. package/dist/node_modules/shiki/dist/themes.js +40 -4
  2394. package/dist/node_modules/sonner/dist/index.js +137 -135
  2395. package/dist/node_modules/style-to-object/cjs/index.js +1 -1
  2396. package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js +40 -41
  2397. package/dist/node_modules/unified/lib/index.js +1 -1
  2398. package/dist/node_modules/unist-util-visit/lib/index.js +12 -12
  2399. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js +68 -0
  2400. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js +67 -0
  2401. package/dist/node_modules/use-sync-external-store/shim/with-selector.js +11 -0
  2402. package/dist/node_modules/vaul/dist/index.js +91 -91
  2403. package/dist/node_modules/vaul/node_modules/@radix-ui/react-dialog/dist/index.js +82 -86
  2404. package/dist/node_modules/vaul/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +80 -80
  2405. package/dist/node_modules/vaul/node_modules/@radix-ui/react-focus-scope/dist/index.js +34 -35
  2406. package/dist/node_modules/vaul/node_modules/@radix-ui/react-portal/dist/index.js +12 -13
  2407. package/dist/node_modules/vaul/node_modules/@radix-ui/react-slot/dist/index.js +29 -30
  2408. package/dist/node_modules/victory-vendor/es/d3-scale.js +48 -0
  2409. package/dist/styles.css +1 -1
  2410. package/dist/styles.v3.css +1 -1
  2411. package/package.json +26 -29
  2412. package/dist/_virtual/isFunction.js +0 -8
  2413. package/dist/_virtual/isNil.js +0 -8
  2414. package/dist/_virtual/isNumber.js +0 -8
  2415. package/dist/_virtual/isString.js +0 -8
  2416. package/dist/node_modules/date-fns/differenceInCalendarWeeks.js +0 -17
  2417. package/dist/node_modules/date-fns/getUnixTime.js +0 -9
  2418. package/dist/node_modules/date-fns/getWeeksInMonth.js +0 -17
  2419. package/dist/node_modules/date-fns/lastDayOfMonth.js +0 -10
  2420. package/dist/node_modules/date-fns/subDays.js +0 -9
  2421. package/dist/node_modules/lodash/_SetCache.js +0 -19
  2422. package/dist/node_modules/lodash/_arrayIncludes.js +0 -16
  2423. package/dist/node_modules/lodash/_arrayIncludesWith.js +0 -16
  2424. package/dist/node_modules/lodash/_arraySome.js +0 -16
  2425. package/dist/node_modules/lodash/_asciiToArray.js +0 -13
  2426. package/dist/node_modules/lodash/_baseEach.js +0 -13
  2427. package/dist/node_modules/lodash/_baseFindIndex.js +0 -16
  2428. package/dist/node_modules/lodash/_baseFor.js +0 -12
  2429. package/dist/node_modules/lodash/_baseForOwn.js +0 -16
  2430. package/dist/node_modules/lodash/_baseHasIn.js +0 -13
  2431. package/dist/node_modules/lodash/_baseIndexOf.js +0 -17
  2432. package/dist/node_modules/lodash/_baseIsEqual.js +0 -16
  2433. package/dist/node_modules/lodash/_baseIsEqualDeep.js +0 -39
  2434. package/dist/node_modules/lodash/_baseIsMatch.js +0 -38
  2435. package/dist/node_modules/lodash/_baseIsNaN.js +0 -13
  2436. package/dist/node_modules/lodash/_baseIteratee.js +0 -19
  2437. package/dist/node_modules/lodash/_baseMap.js +0 -19
  2438. package/dist/node_modules/lodash/_baseMatches.js +0 -20
  2439. package/dist/node_modules/lodash/_baseMatchesProperty.js +0 -24
  2440. package/dist/node_modules/lodash/_baseOrderBy.js +0 -38
  2441. package/dist/node_modules/lodash/_baseProperty.js +0 -15
  2442. package/dist/node_modules/lodash/_basePropertyDeep.js +0 -17
  2443. package/dist/node_modules/lodash/_baseRest.js +0 -17
  2444. package/dist/node_modules/lodash/_baseSortBy.js +0 -16
  2445. package/dist/node_modules/lodash/_baseUniq.js +0 -40
  2446. package/dist/node_modules/lodash/_cacheHas.js +0 -13
  2447. package/dist/node_modules/lodash/_castSlice.js +0 -16
  2448. package/dist/node_modules/lodash/_compareAscending.js +0 -22
  2449. package/dist/node_modules/lodash/_compareMultiple.js +0 -24
  2450. package/dist/node_modules/lodash/_createBaseEach.js +0 -23
  2451. package/dist/node_modules/lodash/_createBaseFor.js +0 -20
  2452. package/dist/node_modules/lodash/_createCaseFirst.js +0 -22
  2453. package/dist/node_modules/lodash/_createSet.js +0 -16
  2454. package/dist/node_modules/lodash/_equalArrays.js +0 -47
  2455. package/dist/node_modules/lodash/_equalByTag.js +0 -52
  2456. package/dist/node_modules/lodash/_equalObjects.js +0 -43
  2457. package/dist/node_modules/lodash/_getMatchData.js +0 -20
  2458. package/dist/node_modules/lodash/_hasPath.js +0 -27
  2459. package/dist/node_modules/lodash/_hasUnicode.js +0 -14
  2460. package/dist/node_modules/lodash/_isIterateeCall.js +0 -21
  2461. package/dist/node_modules/lodash/_isStrictComparable.js +0 -15
  2462. package/dist/node_modules/lodash/_mapToArray.js +0 -16
  2463. package/dist/node_modules/lodash/_matchesStrictComparable.js +0 -15
  2464. package/dist/node_modules/lodash/_setCacheAdd.js +0 -14
  2465. package/dist/node_modules/lodash/_setCacheHas.js +0 -13
  2466. package/dist/node_modules/lodash/_setToArray.js +0 -16
  2467. package/dist/node_modules/lodash/_strictIndexOf.js +0 -16
  2468. package/dist/node_modules/lodash/_stringToArray.js +0 -17
  2469. package/dist/node_modules/lodash/_unicodeToArray.js +0 -14
  2470. package/dist/node_modules/lodash/get.js +0 -16
  2471. package/dist/node_modules/lodash/hasIn.js +0 -16
  2472. package/dist/node_modules/lodash/isNaN.js +0 -15
  2473. package/dist/node_modules/lodash/isNil.js +0 -13
  2474. package/dist/node_modules/lodash/isNumber.js +0 -16
  2475. package/dist/node_modules/lodash/isString.js +0 -17
  2476. package/dist/node_modules/lodash/noop.js +0 -12
  2477. package/dist/node_modules/lodash/property.js +0 -18
  2478. package/dist/node_modules/lodash/sortBy.js +0 -20
  2479. package/dist/node_modules/lodash/throttle.js +0 -23
  2480. package/dist/node_modules/lodash/uniqBy.js +0 -16
  2481. package/dist/node_modules/lodash/upperFirst.js +0 -12
  2482. package/dist/node_modules/react-day-picker/dist/index.esm.js +0 -1041
  2483. package/dist/node_modules/react-is/cjs/react-is.development.js +0 -104
  2484. package/dist/node_modules/react-is/cjs/react-is.production.min.js +0 -82
  2485. package/dist/node_modules/react-is/index.js +0 -11
  2486. /package/dist/_virtual/{react-is.development.js → cloneDeep.js} +0 -0
  2487. /package/dist/_virtual/{react-is.production.min.js → cloneDeep2.js} +0 -0
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import e from "./html.js";
3
3
  import t from "./sql.js";
4
- const n = Object.freeze(JSON.parse(`{"displayName":"Hack","fileTypes":["hh","php","hack"],"foldingStartMarker":"(/\\\\*|\\\\{\\\\s*$|<<<HTML)","foldingStopMarker":"(\\\\*/|^\\\\s*\\\\}|^HTML;)","name":"hack","patterns":[{"include":"text.html.basic"},{"include":"#language"}],"repository":{"attributes":{"patterns":[{"begin":"(<<)(?!<)","beginCaptures":{"1":{"name":"punctuation.definition.attributes.php"}},"end":"(>>)","endCaptures":{"1":{"name":"punctuation.definition.attributes.php"}},"name":"meta.attributes.php","patterns":[{"include":"#comments"},{"match":"([A-Za-z_][A-Za-z0-9_]*)","name":"entity.other.attribute-name.php"},{"begin":"(\\\\()","beginCaptures":{"1":{"name":"punctuation.definition.parameters.begin.php"}},"end":"(\\\\))","endCaptures":{"1":{"name":"punctuation.definition.parameters.end.php"}},"patterns":[{"include":"#language"}]}]}]},"class-builtin":{"patterns":[{"captures":{"1":{"name":"punctuation.separator.inheritance.php"}},"match":"(?i)(\\\\\\\\)?\\\\b(st(dClass|reamWrapper)|R(RD(Graph|Creator|Updater)|untimeException|e(sourceBundle|cursive(RegexIterator|Ca(chingIterator|llbackFilterIterator)|TreeIterator|Iterator(Iterator)?|DirectoryIterator|FilterIterator|ArrayIterator)|flect(ion(Method|Class|ZendExtension|Object|P(arameter|roperty)|Extension|Function(Abstract)?)?|or)|gexIterator)|angeException)|G(ender\\\\Gender|lobIterator|magick(Draw|Pixel)?)|X(sltProcessor|ML(Reader|Writer)|SLTProcessor)|M(ysqlndUh(Connection|PreparedStatement)|ongo(Re(sultException|gex)|Grid(fsFile|FS(Cursor|File)?)|BinData|C(o(de|llection)|ursor(Exception)?|lient)|Timestamp|I(nt(32|64)|d)|D(B(Ref)?|ate)|Pool|Log)?|u(tex|ltipleIterator)|e(ssageFormatter|mcache(d)?))|Bad(MethodCallException|FunctionCallException)|tidy(Node)?|S(tackable|impleXML(Iterator|Element)|oap(Server|Header|Client|Param|Var|Fault)|NMP|CA(_(SoapProxy|LocalProxy))?|p(hinxClient|oofchecker|l(M(inHeap|axHeap)|S(tack|ubject)|Heap|T(ype|empFileObject)|Ob(server|jectStorage)|DoublyLinkedList|PriorityQueue|Enum|Queue|Fi(le(Info|Object)|xedArray)))|e(ssionHandler(Interface)?|ekableIterator|rializable)|DO_(Model_(ReflectionDataObject|Type|Property)|Sequence|D(ata(Object|Factory)|AS_(Relational|XML(_Document)?|Setting|ChangeSummary|Data(Object|Factory)))|Exception|List)|wish(Result(s)?|Search)?|VM(Model)?|QLite(Result|3(Result|Stmt)?|Database|Unbuffered)|AM(Message|Connection))|H(ttp(Re(sponse|quest(Pool)?)|Message|InflateStream|DeflateStream|QueryString)|aru(Image|Outline|D(oc|estination)|Page|Encoder|Font|Annotation))|Yaf_(R(oute(_(Re(write|gex)|Map|S(tatic|imple|upervar)|Interface)|r)|e(sponse_Abstract|quest_(Simple|Http|Abstract)|gistry))|Session|Con(troller_Abstract|fig_(Simple|Ini|Abstract))|Dispatcher|Plugin_Abstract|Exception|View_(Simple|Interface)|Loader|A(ction_Abstract|pplication))|N(o(RewindIterator|rmalizer)|umberFormatter)|C(o(nd|untable|llator)|a(chingIterator|llbackFilterIterator))|T(hread|okyoTyrant(Table|Iterator|Query)?|ra(nsliterator|versable))|I(n(tlDateFormatter|validArgumentException|finiteIterator)|terator(Iterator|Aggregate)?|magick(Draw|Pixel(Iterator)?)?)|php_user_filter|ZipArchive|O(CI-(Collection|Lob)|ut(erIterator|Of(RangeException|BoundsException))|verflowException)|D(irectory(Iterator)?|omainException|OM(XPath|N(ode(list)?|amedNodeMap)|C(haracterData|omment|dataSection)|Text|Implementation|Document(Fragment)?|ProcessingInstruction|E(ntityReference|lement)|Attr)|ate(Time(Zone)?|Interval|Period))|Un(derflowException|expectedValueException)|JsonSerializable|finfo|P(har(Data|FileInfo)?|DO(Statement)?|arentIterator)|E(v(S(tat|ignal)|Ch(ild|eck)|Timer|I(o|dle)|P(eriodic|repare)|Embed|Fork|Watcher|Loop)?|rrorException|xception|mptyIterator)|V(8Js(Exception)?|arnish(Stat|Log|Admin))|KTaglib_(MPEG_(File|AudioProperties)|Tag|ID3v2_(Tag|Frame|AttachedPictureFrame))|QuickHash(StringIntHash|Int(S(tringHash|et)|Hash))|Fil(terIterator|esystemIterator)|mysqli(_(stmt|driver|warning|result))?|W(orker|eak(Map|ref))|L(imitIterator|o(cale|gicException)|ua(Closure)?|engthException|apack)|A(MQP(C(hannel|onnection)|E(nvelope|xchange)|Queue)|ppendIterator|PCIterator|rray(Iterator|Object|Access)))\\\\b","name":"support.class.builtin.php"}]},"class-name":{"patterns":[{"begin":"(?i)(?=\\\\\\\\?[a-z_0-9]+\\\\\\\\)","end":"(?i)([a-z_][a-z_0-9]*)?(?=[^a-z0-9_\\\\\\\\])","endCaptures":{"1":{"name":"support.class.php"}},"patterns":[{"include":"#namespace"}]},{"include":"#class-builtin"},{"begin":"(?=[\\\\\\\\a-zA-Z_])","end":"(?i)([a-z_][a-z_0-9]*)?(?=[^a-z0-9_\\\\\\\\])","endCaptures":{"1":{"name":"support.class.php"}},"patterns":[{"include":"#namespace"}]}]},"comments":{"patterns":[{"begin":"/\\\\*\\\\*(?:#@\\\\+)?\\\\s*$","captures":{"0":{"name":"punctuation.definition.comment.php"}},"comment":"This now only highlights a docblock if the first line contains only /**\\n- this is to stop highlighting everything as invalid when people do comment banners with /******** ...\\n- Now matches /**#@+ too - used for docblock templates:\\n http://manual.phpdoc.org/HTMLframesConverter/default/phpDocumentor/tutorial_phpDocumentor.howto.pkg.html#basics.docblocktemplate","end":"\\\\*/","name":"comment.block.documentation.phpdoc.php","patterns":[{"include":"#php_doc"}]},{"begin":"/\\\\*","captures":{"0":{"name":"punctuation.definition.comment.php"}},"end":"\\\\*/","name":"comment.block.php"},{"begin":"(^[ \\\\t]+)?(?=//)","beginCaptures":{"1":{"name":"punctuation.whitespace.comment.leading.php"}},"end":"(?!\\\\G)","patterns":[{"begin":"//","beginCaptures":{"0":{"name":"punctuation.definition.comment.php"}},"end":"\\\\n|(?=\\\\?>)","name":"comment.line.double-slash.php"}]}]},"constants":{"patterns":[{"begin":"(?xi)\\n(?=\\n (\\n (\\\\\\\\[a-z_][a-z_0-9]*\\\\\\\\[a-z_][a-z_0-9\\\\\\\\]*)\\n |\\n ([a-z_][a-z_0-9]*\\\\\\\\[a-z_][a-z_0-9\\\\\\\\]*)\\n )\\n [^a-z_0-9\\\\\\\\]\\n)","end":"(?i)([a-z_][a-z_0-9]*)?(?=[^a-z0-9_\\\\\\\\])","endCaptures":{"1":{"name":"constant.other.php"}},"patterns":[{"include":"#namespace"}]},{"begin":"(?=\\\\\\\\?[a-zA-Z_\\\\x{7f}-\\\\x{ff}])","end":"(?=[^\\\\\\\\a-zA-Z_\\\\x{7f}-\\\\x{ff}])","patterns":[{"match":"(?i)\\\\b(TRUE|FALSE|NULL|__(FILE|DIR|FUNCTION|CLASS|METHOD|LINE|NAMESPACE)__)\\\\b","name":"constant.language.php"},{"captures":{"1":{"name":"punctuation.separator.inheritance.php"}},"match":"(\\\\\\\\)?\\\\b(STD(IN|OUT|ERR)|ZEND_(THREAD_SAFE|DEBUG_BUILD)|DEFAULT_INCLUDE_PATH|P(HP_(R(OUND_HALF_(ODD|DOWN|UP|EVEN)|ELEASE_VERSION)|M(INOR_VERSION|A(XPATHLEN|JOR_VERSION))|BINDIR|S(HLIB_SUFFIX|YSCONFDIR|API)|CONFIG_FILE_(SCAN_DIR|PATH)|INT_(MAX|SIZE)|ZTS|O(S|UTPUT_HANDLER_(START|CONT|END))|D(EBUG|ATADIR)|URL_(SCHEME|HOST|USER|P(ORT|A(SS|TH))|QUERY|FRAGMENT)|PREFIX|E(XT(RA_VERSION|ENSION_DIR)|OL)|VERSION(_ID)?|WINDOWS_(NT_(SERVER|DOMAIN_CONTROLLER|WORKSTATION)|VERSION_(M(INOR|AJOR)|BUILD|S(UITEMASK|P_M(INOR|AJOR))|P(RODUCTTYPE|LATFORM)))|L(IBDIR|OCALSTATEDIR))|EAR_(INSTALL_DIR|EXTENSION_DIR))|E_(RECOVERABLE_ERROR|STRICT|NOTICE|CO(RE_(ERROR|WARNING)|MPILE_(ERROR|WARNING))|DEPRECATED|USER_(NOTICE|DEPRECATED|ERROR|WARNING)|PARSE|ERROR|WARNING|ALL))\\\\b","name":"support.constant.core.php"},{"captures":{"1":{"name":"punctuation.separator.inheritance.php"}},"match":"(\\\\\\\\)?\\\\b(RADIXCHAR|GROUPING|M(_(1_PI|SQRT(1_2|2|3|PI)|2_(SQRTPI|PI)|PI(_(2|4))?|E(ULER)?|L(N(10|2|PI)|OG(10E|2E)))|ON_(GROUPING|1(1|2|0)?|7|2|8|THOUSANDS_SEP|3|DECIMAL_POINT|9|4|5|6))|S(TR_PAD_(RIGHT|BOTH|LEFT)|ORT_(REGULAR|STRING|NUMERIC|DESC|LOCALE_STRING|ASC)|EEK_(SET|CUR|END))|H(TML_(SPECIALCHARS|ENTITIES)|ASH_HMAC)|YES(STR|EXPR)|N(_(S(IGN_POSN|EP_BY_SPACE)|CS_PRECEDES)|O(STR|EXPR)|EGATIVE_SIGN|AN)|C(R(YPT_(MD5|BLOWFISH|S(HA(256|512)|TD_DES|ALT_LENGTH)|EXT_DES)|NCYSTR|EDITS_(G(ROUP|ENERAL)|MODULES|SAPI|DOCS|QA|FULLPAGE|ALL))|HAR_MAX|O(NNECTION_(NORMAL|TIMEOUT|ABORTED)|DESET|UNT_(RECURSIVE|NORMAL))|URRENCY_SYMBOL|ASE_(UPPER|LOWER))|__COMPILER_HALT_OFFSET__|T(HOUS(EP|ANDS_SEP)|_FMT(_AMPM)?)|IN(T_(CURR_SYMBOL|FRAC_DIGITS)|I_(S(YSTEM|CANNER_(RAW|NORMAL))|USER|PERDIR|ALL)|F(O_(GENERAL|MODULES|C(REDITS|ONFIGURATION)|ENVIRONMENT|VARIABLES|LICENSE|ALL))?)|D(_(T_FMT|FMT)|IRECTORY_SEPARATOR|ECIMAL_POINT|A(Y_(1|7|2|3|4|5|6)|TE_(R(SS|FC(1(123|036)|2822|8(22|50)|3339))|COOKIE|ISO8601|W3C|ATOM)))|UPLOAD_ERR_(NO_(TMP_DIR|FILE)|CANT_WRITE|INI_SIZE|OK|PARTIAL|EXTENSION|FORM_SIZE)|P(M_STR|_(S(IGN_POSN|EP_BY_SPACE)|CS_PRECEDES)|OSITIVE_SIGN|ATH(_SEPARATOR|INFO_(BASENAME|DIRNAME|EXTENSION|FILENAME)))|E(RA(_(YEAR|T_FMT|D_(T_FMT|FMT)))?|XTR_(REFS|SKIP|IF_EXISTS|OVERWRITE|PREFIX_(SAME|I(NVALID|F_EXISTS)|ALL))|NT_(NOQUOTES|COMPAT|IGNORE|QUOTES))|FRAC_DIGITS|L(C_(M(ONETARY|ESSAGES)|NUMERIC|C(TYPE|OLLATE)|TIME|ALL)|O(G_(MAIL|SYSLOG|N(O(TICE|WAIT)|DELAY|EWS)|C(R(IT|ON)|ONS)|INFO|ODELAY|D(EBUG|AEMON)|U(SER|UCP)|P(ID|ERROR)|E(RR|MERG)|KERN|WARNING|L(OCAL(1|7|2|3|4|5|0|6)|PR)|A(UTH(PRIV)?|LERT))|CK_(SH|NB|UN|EX)))|A(M_STR|B(MON_(1(1|2|0)?|7|2|8|3|9|4|5|6)|DAY_(1|7|2|3|4|5|6))|SSERT_(BAIL|CALLBACK|QUIET_EVAL|WARNING|ACTIVE)|LT_DIGITS))\\\\b","name":"support.constant.std.php"},{"captures":{"1":{"name":"punctuation.separator.inheritance.php"}},"match":"(\\\\\\\\)?\\\\b(GLOB_(MARK|BRACE|NO(SORT|CHECK|ESCAPE)|ONLYDIR|ERR|AVAILABLE_FLAGS)|XML_(SAX_IMPL|HTML_DOCUMENT_NODE|N(OTATION_NODE|AMESPACE_DECL_NODE)|C(OMMENT_NODE|DATA_SECTION_NODE)|TEXT_NODE|OPTION_(SKIP_(TAGSTART|WHITE)|CASE_FOLDING|TARGET_ENCODING)|D(TD_NODE|OCUMENT_(NODE|TYPE_NODE|FRAG_NODE))|PI_NODE|E(RROR_(RECURSIVE_ENTITY_REF|MISPLACED_XML_PI|B(INARY_ENTITY_REF|AD_CHAR_REF)|SYNTAX|NO(NE|_(MEMORY|ELEMENTS))|TAG_MISMATCH|IN(CORRECT_ENCODING|VALID_TOKEN)|DUPLICATE_ATTRIBUTE|UN(CLOSED_(CDATA_SECTION|TOKEN)|DEFINED_ENTITY|KNOWN_ENCODING)|JUNK_AFTER_DOC_ELEMENT|PAR(TIAL_CHAR|AM_ENTITY_REF)|EXTERNAL_ENTITY_HANDLING|A(SYNC_ENTITY|TTRIBUTE_EXTERNAL_ENTITY_REF))|NTITY_(REF_NODE|NODE|DECL_NODE)|LEMENT_(NODE|DECL_NODE))|LOCAL_NAMESPACE|ATTRIBUTE_(N(MTOKEN(S)?|O(TATION|DE))|CDATA|ID(REF(S)?)?|DECL_NODE|EN(TITY|UMERATION)))|M(HASH_(RIPEMD(1(28|60)|256|320)|GOST|MD(2|4|5)|S(HA(1|2(24|56)|384|512)|NEFRU256)|HAVAL(1(28|92|60)|2(24|56))|CRC32(B)?|TIGER(1(28|60))?|WHIRLPOOL|ADLER32)|YSQL(_(BOTH|NUM|CLIENT_(SSL|COMPRESS|I(GNORE_SPACE|NTERACTIVE))|ASSOC)|I_(RE(PORT_(STRICT|INDEX|OFF|ERROR|ALL)|FRESH_(GRANT|MASTER|BACKUP_LOG|S(TATUS|LAVE)|HOSTS|T(HREADS|ABLES)|LOG)|AD_DEFAULT_(GROUP|FILE))|GROUP_FLAG|MULTIPLE_KEY_FLAG|B(INARY_FLAG|OTH|LOB_FLAG)|S(T(MT_ATTR_(CURSOR_TYPE|UPDATE_MAX_LENGTH|PREFETCH_ROWS)|ORE_RESULT)|E(RVER_QUERY_(NO_(GOOD_INDEX_USED|INDEX_USED)|WAS_SLOW)|T_(CHARSET_NAME|FLAG)))|N(O(_D(EFAULT_VALUE_FLAG|ATA)|T_NULL_FLAG)|UM(_FLAG)?)|C(URSOR_TYPE_(READ_ONLY|SCROLLABLE|NO_CURSOR|FOR_UPDATE)|LIENT_(SSL|NO_SCHEMA|COMPRESS|I(GNORE_SPACE|NTERACTIVE)|FOUND_ROWS))|T(YPE_(GEOMETRY|MEDIUM_BLOB|B(IT|LOB)|S(HORT|TRING|ET)|YEAR|N(ULL|EWD(ECIMAL|ATE))|CHAR|TI(ME(STAMP)?|NY(_BLOB)?)|INT(24|ERVAL)|D(OUBLE|ECIMAL|ATE(TIME)?)|ENUM|VAR_STRING|FLOAT|LONG(_BLOB|LONG)?)|IMESTAMP_FLAG)|INIT_COMMAND|ZEROFILL_FLAG|O(N_UPDATE_NOW_FLAG|PT_(NET_(READ_BUFFER_SIZE|CMD_BUFFER_SIZE)|CONNECT_TIMEOUT|INT_AND_FLOAT_NATIVE|LOCAL_INFILE))|D(EBUG_TRACE_ENABLED|ATA_TRUNCATED)|U(SE_RESULT|N(SIGNED_FLAG|IQUE_KEY_FLAG))|P(RI_KEY_FLAG|ART_KEY_FLAG)|ENUM_FLAG|A(S(SOC|YNC)|UTO_INCREMENT_FLAG)))|CRYPT_(R(C(2|6)|IJNDAEL_(1(28|92)|256)|AND)|GOST|XTEA|M(ODE_(STREAM|NOFB|C(BC|FB)|OFB|ECB)|ARS)|BLOWFISH(_COMPAT)?|S(ERPENT|KIPJACK|AFER(128|PLUS|64))|C(RYPT|AST_(128|256))|T(RIPLEDES|HREEWAY|WOFISH)|IDEA|3DES|DE(S|CRYPT|V_(RANDOM|URANDOM))|PANAMA|EN(CRYPT|IGNA)|WAKE|LOKI97|ARCFOUR(_IV)?))|S(TREAM_(REPORT_ERRORS|M(UST_SEEK|KDIR_RECURSIVE)|BUFFER_(NONE|FULL|LINE)|S(HUT_(RD(WR)?|WR)|OCK_(R(DM|AW)|S(TREAM|EQPACKET)|DGRAM)|ERVER_(BIND|LISTEN))|NOTIFY_(RE(SOLVE|DIRECTED)|MIME_TYPE_IS|SEVERITY_(INFO|ERR|WARN)|CO(MPLETED|NNECT)|PROGRESS|F(ILE_SIZE_IS|AILURE)|AUTH_RE(SULT|QUIRED))|C(RYPTO_METHOD_(SSLv(2(_(SERVER|CLIENT)|3_(SERVER|CLIENT))|3_(SERVER|CLIENT))|TLS_(SERVER|CLIENT))|LIENT_(CONNECT|PERSISTENT|ASYNC_CONNECT)|AST_(FOR_SELECT|AS_STREAM))|I(GNORE_URL|S_URL|PPROTO_(RAW|TCP|I(CMP|P)|UDP))|O(OB|PTION_(READ_(BUFFER|TIMEOUT)|BLOCKING|WRITE_BUFFER))|U(RL_STAT_(QUIET|LINK)|SE_PATH)|P(EEK|F_(INET(6)?|UNIX))|ENFORCE_SAFE_MODE|FILTER_(READ|WRITE|ALL))|UNFUNCS_RET_(STRING|TIMESTAMP|DOUBLE)|QLITE(_(R(OW|EADONLY)|MIS(MATCH|USE)|B(OTH|USY)|SCHEMA|N(O(MEM|T(FOUND|ADB)|LFS)|UM)|C(O(RRUPT|NSTRAINT)|ANTOPEN)|TOOBIG|I(NTER(RUPT|NAL)|OERR)|OK|DONE|P(ROTOCOL|ERM)|E(RROR|MPTY)|F(ORMAT|ULL)|LOCKED|A(BORT|SSOC|UTH))|3_(B(OTH|LOB)|NU(M|LL)|TEXT|INTEGER|OPEN_(READ(ONLY|WRITE)|CREATE)|FLOAT|ASSOC)))|CURL(M(SG_DONE|_(BAD_(HANDLE|EASY_HANDLE)|CALL_MULTI_PERFORM|INTERNAL_ERROR|O(UT_OF_MEMORY|K)))|SSH_AUTH_(HOST|NONE|DEFAULT|P(UBLICKEY|ASSWORD)|KEYBOARD)|CLOSEPOLICY_(SLOWEST|CALLBACK|OLDEST|LEAST_(RECENTLY_USED|TRAFFIC))|_(HTTP_VERSION_(1_(1|0)|NONE)|NETRC_(REQUIRED|IGNORED|OPTIONAL)|TIMECOND_(IF(MODSINCE|UNMODSINCE)|LASTMOD)|IPRESOLVE_(V(4|6)|WHATEVER)|VERSION_(SSL|IPV6|KERBEROS4|LIBZ))|INFO_(RE(DIRECT_(COUNT|TIME)|QUEST_SIZE)|S(SL_VERIFYRESULT|TARTTRANSFER_TIME|IZE_(DOWNLOAD|UPLOAD)|PEED_(DOWNLOAD|UPLOAD))|H(TTP_CODE|EADER_(SIZE|OUT))|NAMELOOKUP_TIME|C(ON(NECT_TIME|TENT_(TYPE|LENGTH_(DOWNLOAD|UPLOAD)))|ERTINFO)|TOTAL_TIME|PR(IVATE|ETRANSFER_TIME)|EFFECTIVE_URL|FILETIME)|OPT_(R(E(SUME_FROM|TURNTRANSFER|DIR_PROTOCOLS|FERER|AD(DATA|FUNCTION))|AN(GE|DOM_FILE))|MAX(REDIRS|CONNECTS)|B(INARYTRANSFER|UFFERSIZE)|S(S(H_(HOST_PUBLIC_KEY_MD5|P(RIVATE_KEYFILE|UBLIC_KEYFILE)|AUTH_TYPES)|L(CERT(TYPE|PASSWD)?|_(CIPHER_LIST|VERIFY(HOST|PEER))|ENGINE(_DEFAULT)?|VERSION|KEY(TYPE|PASSWD)?))|TDERR)|H(TTP(GET|HEADER|200ALIASES|_VERSION|PROXYTUNNEL|AUTH)|EADER(FUNCTION)?)|N(O(BODY|SIGNAL|PROGRESS)|ETRC)|C(RLF|O(NNECTTIMEOUT(_MS)?|OKIE(SESSION|JAR|FILE)?)|USTOMREQUEST|ERTINFO|LOSEPOLICY|A(INFO|PATH))|T(RANSFERTEXT|CP_NODELAY|IME(CONDITION|OUT(_MS)?|VALUE))|I(N(TERFACE|FILE(SIZE)?)|PRESOLVE)|DNS_(CACHE_TIMEOUT|USE_GLOBAL_CACHE)|U(RL|SER(PWD|AGENT)|NRESTRICTED_AUTH|PLOAD)|P(R(IVATE|O(GRESSFUNCTION|XY(TYPE|USERPWD|PORT|AUTH)?|TOCOLS))|O(RT|ST(REDIR|QUOTE|FIELDS)?)|UT)|E(GDSOCKET|NCODING)|VERBOSE|K(RB4LEVEL|EYPASSWD)|QUOTE|F(RESH_CONNECT|TP(SSLAUTH|_(S(SL|KIP_PASV_IP)|CREATE_MISSING_DIRS|USE_EP(RT|SV)|FILEMETHOD)|PORT|LISTONLY|APPEND)|ILE(TIME)?|O(RBID_REUSE|LLOWLOCATION)|AILONERROR)|WRITE(HEADER|FUNCTION)|LOW_SPEED_(TIME|LIMIT)|AUTOREFERER)|PRO(XY_(SOCKS(4|5)|HTTP)|TO_(S(CP|FTP)|HTTP(S)?|T(ELNET|FTP)|DICT|F(TP(S)?|ILE)|LDAP(S)?|ALL))|E_(RE(CV_ERROR|AD_ERROR)|GOT_NOTHING|MALFORMAT_USER|BAD_(C(ONTENT_ENCODING|ALLING_ORDER)|PASSWORD_ENTERED|FUNCTION_ARGUMENT)|S(S(H|L_(C(IPHER|ONNECT_ERROR|ERTPROBLEM|ACERT)|PEER_CERTIFICATE|ENGINE_(SETFAILED|NOTFOUND)))|HARE_IN_USE|END_ERROR)|HTTP_(RANGE_ERROR|NOT_FOUND|PO(RT_FAILED|ST_ERROR))|COULDNT_(RESOLVE_(HOST|PROXY)|CONNECT)|T(OO_MANY_REDIRECTS|ELNET_OPTION_SYNTAX)|O(BSOLETE|UT_OF_MEMORY|PERATION_TIMEOUTED|K)|U(RL_MALFORMAT(_USER)?|N(SUPPORTED_PROTOCOL|KNOWN_TELNET_OPTION))|PARTIAL_FILE|F(TP_(BAD_DOWNLOAD_RESUME|SSL_FAILED|C(OULDNT_(RETR_FILE|GET_SIZE|S(TOR_FILE|ET_(BINARY|ASCII))|USE_REST)|ANT_(RECONNECT|GET_HOST))|USER_PASSWORD_INCORRECT|PORT_FAILED|QUOTE_ERROR|W(RITE_ERROR|EIRD_(SERVER_REPLY|227_FORMAT|USER_REPLY|PAS(S_REPLY|V_REPLY)))|ACCESS_DENIED)|ILE(SIZE_EXCEEDED|_COULDNT_READ_FILE)|UNCTION_NOT_FOUND|AILED_INIT)|WRITE_ERROR|L(IBRARY_NOT_FOUND|DAP_(SEARCH_FAILED|CANNOT_BIND|INVALID_URL))|ABORTED_BY_CALLBACK)|VERSION_NOW|FTP(METHOD_(MULTICWD|SINGLECWD|NOCWD)|SSL_(NONE|CONTROL|TRY|ALL)|AUTH_(SSL|TLS|DEFAULT))|AUTH_(GSSNEGOTIATE|BASIC|NTLM|DIGEST|ANY(SAFE)?))|I(MAGETYPE_(GIF|XBM|BMP|SWF|COUNT|TIFF_(MM|II)|I(CO|FF)|UNKNOWN|J(B2|P(X|2|C|EG(2000)?))|P(SD|NG)|WBMP)|NPUT_(REQUEST|GET|SE(RVER|SSION)|COOKIE|POST|ENV)|CONV_(MIME_DECODE_(STRICT|CONTINUE_ON_ERROR)|IMPL|VERSION))|D(NS_(MX|S(RV|OA)|HINFO|N(S|APTR)|CNAME|TXT|PTR|A(NY|LL|AAA|6)?)|OM(STRING_SIZE_ERR|_(SYNTAX_ERR|HIERARCHY_REQUEST_ERR|N(O(_(MODIFICATION_ALLOWED_ERR|DATA_ALLOWED_ERR)|T_(SUPPORTED_ERR|FOUND_ERR))|AMESPACE_ERR)|IN(DEX_SIZE_ERR|USE_ATTRIBUTE_ERR|VALID_(MODIFICATION_ERR|STATE_ERR|CHARACTER_ERR|ACCESS_ERR))|PHP_ERR|VALIDATION_ERR|WRONG_DOCUMENT_ERR)))|JSON_(HEX_(TAG|QUOT|A(MP|POS))|NUMERIC_CHECK|ERROR_(S(YNTAX|TATE_MISMATCH)|NONE|CTRL_CHAR|DEPTH|UTF8)|FORCE_OBJECT)|P(REG_(RECURSION_LIMIT_ERROR|GREP_INVERT|BA(CKTRACK_LIMIT_ERROR|D_UTF8_(OFFSET_ERROR|ERROR))|S(PLIT_(NO_EMPTY|OFFSET_CAPTURE|DELIM_CAPTURE)|ET_ORDER)|NO_ERROR|INTERNAL_ERROR|OFFSET_CAPTURE|PATTERN_ORDER)|SFS_(PASS_ON|ERR_FATAL|F(EED_ME|LAG_(NORMAL|FLUSH_(CLOSE|INC))))|CRE_VERSION|OSIX_(R_OK|X_OK|S_IF(REG|BLK|SOCK|CHR|IFO)|F_OK|W_OK))|F(NM_(NOESCAPE|CASEFOLD|P(ERIOD|ATHNAME))|IL(TER_(REQUIRE_(SCALAR|ARRAY)|SANITIZE_(MAGIC_QUOTES|S(TRI(NG|PPED)|PECIAL_CHARS)|NUMBER_(INT|FLOAT)|URL|E(MAIL|NCODED)|FULL_SPECIAL_CHARS)|NULL_ON_FAILURE|CALLBACK|DEFAULT|UNSAFE_RAW|VALIDATE_(REGEXP|BOOLEAN|I(NT|P)|URL|EMAIL|FLOAT)|F(ORCE_ARRAY|LAG_(S(CHEME_REQUIRED|TRIP_(BACKTICK|HIGH|LOW))|HOST_REQUIRED|NO(NE|_(RES_RANGE|PRIV_RANGE|ENCODE_QUOTES))|IPV(4|6)|PATH_REQUIRED|E(MPTY_STRING_NULL|NCODE_(HIGH|LOW|AMP))|QUERY_REQUIRED|ALLOW_(SCIENTIFIC|HEX|THOUSAND|OCTAL|FRACTION))))|E(_(BINARY|SKIP_EMPTY_LINES|NO_DEFAULT_CONTEXT|TEXT|IGNORE_NEW_LINES|USE_INCLUDE_PATH|APPEND)|INFO_(RAW|MIME(_(TYPE|ENCODING))?|SYMLINK|NONE|CONTINUE|DEVICES|PRESERVE_ATIME)))|ORCE_(GZIP|DEFLATE))|LIBXML_(XINCLUDE|N(SCLEAN|O(XMLDECL|BLANKS|NET|CDATA|E(RROR|MPTYTAG|NT)|WARNING))|COMPACT|D(TD(VALID|LOAD|ATTR)|OTTED_VERSION)|PARSEHUGE|ERR_(NONE|ERROR|FATAL|WARNING)|VERSION|LOADED_VERSION))\\\\b","name":"support.constant.ext.php"},{"captures":{"1":{"name":"punctuation.separator.inheritance.php"}},"match":"(\\\\\\\\)?\\\\bT_(RE(TURN|QUIRE(_ONCE)?)|G(OTO|LOBAL)|XOR_EQUAL|M(INUS_EQUAL|OD_EQUAL|UL_EQUAL|ETHOD_C|L_COMMENT)|B(REAK|OOL(_CAST|EAN_(OR|AND))|AD_CHARACTER)|S(R(_EQUAL)?|T(RING(_(CAST|VARNAME))?|A(RT_HEREDOC|TIC))|WITCH|L(_EQUAL)?)|HALT_COMPILER|N(S_(SEPARATOR|C)|UM_STRING|EW|AMESPACE)|C(HARACTER|O(MMENT|N(ST(ANT_ENCAPSED_STRING)?|CAT_EQUAL|TINUE))|URLY_OPEN|L(O(SE_TAG|NE)|ASS(_C)?)|A(SE|TCH))|T(RY|HROW)|I(MPLEMENTS|S(SET|_(GREATER_OR_EQUAL|SMALLER_OR_EQUAL|NOT_(IDENTICAL|EQUAL)|IDENTICAL|EQUAL))|N(STANCEOF|C(LUDE(_ONCE)?)?|T(_CAST|ERFACE)|LINE_HTML)|F)|O(R_EQUAL|BJECT_(CAST|OPERATOR)|PEN_TAG(_WITH_ECHO)?|LD_FUNCTION)|D(NUMBER|I(R|V_EQUAL)|O(C_COMMENT|UBLE_(C(OLON|AST)|ARROW)|LLAR_OPEN_CURLY_BRACES)?|E(C(LARE)?|FAULT))|U(SE|NSET(_CAST)?)|P(R(I(NT|VATE)|OTECTED)|UBLIC|LUS_EQUAL|AAMAYIM_NEKUDOTAYIM)|E(X(TENDS|IT)|MPTY|N(CAPSED_AND_WHITESPACE|D(SWITCH|_HEREDOC|IF|DECLARE|FOR(EACH)?|WHILE))|CHO|VAL|LSE(IF)?)|VAR(IABLE)?|F(I(NAL|LE)|OR(EACH)?|UNC(_C|TION))|WHI(TESPACE|LE)|L(NUMBER|I(ST|NE)|OGICAL_(XOR|OR|AND))|A(RRAY(_CAST)?|BSTRACT|S|ND_EQUAL))\\\\b","name":"support.constant.parser-token.php"},{"comment":"In PHP, any identifier which is not a variable is taken to be a constant.\\nHowever, if there is no constant defined with the given name then a notice\\nis generated and the constant is assumed to have the value of its name.","match":"[a-zA-Z_\\\\x{7f}-\\\\x{ff}][a-zA-Z0-9_\\\\x{7f}-\\\\x{ff}]*","name":"constant.other.php"}]}]},"function-arguments":{"patterns":[{"include":"#comments"},{"include":"#attributes"},{"include":"#type-annotation"},{"begin":"(?xi)((\\\\$+)[a-z_\\\\x{7f}-\\\\x{ff}][a-z0-9_\\\\x{7f}-\\\\x{ff}]*) # The variable name","beginCaptures":{"1":{"name":"variable.other.php"},"2":{"name":"punctuation.definition.variable.php"}},"end":"(?xi)\\n\\\\s*(?=,|\\\\)|$) # A closing parentheses (end of argument list) or a comma","patterns":[{"begin":"(=)","beginCaptures":{"1":{"name":"keyword.operator.assignment.php"}},"end":"(?=,|\\\\))","patterns":[{"include":"#language"}]}]}]},"function-call":{"patterns":[{"begin":"(?i)(?=\\\\\\\\?[a-z_0-9\\\\\\\\]+\\\\\\\\[a-z_][a-z0-9_]*\\\\s*\\\\()","comment":"Functions in a user-defined namespace (overrides any built-ins)","end":"(?=\\\\s*\\\\()","patterns":[{"include":"#user-function-call"}]},{"match":"(?i)\\\\b(print|echo)\\\\b","name":"support.function.construct.php"},{"begin":"(?i)(\\\\\\\\)?(?=\\\\b[a-z_][a-z_0-9]*\\\\s*\\\\()","beginCaptures":{"1":{"name":"punctuation.separator.inheritance.php"}},"comment":"Root namespace function calls (built-in or user)","end":"(?=\\\\s*\\\\()","patterns":[{"match":"(?i)\\\\b(isset|unset|e(val|mpty)|list)(?=\\\\s*\\\\()","name":"support.function.construct.php"},{"include":"#support"},{"include":"#user-function-call"}]}]},"function-return-type":{"patterns":[{"begin":"(:)","beginCaptures":{"1":{"name":"punctuation.definition.type.php"}},"end":"(?=[{;])","patterns":[{"include":"#comments"},{"include":"#type-annotation"},{"include":"#class-name"}]}]},"generics":{"patterns":[{"begin":"(<)","beginCaptures":{"1":{"name":"punctuation.definition.generics.php"}},"end":"(>)","endCaptures":{"1":{"name":"punctuation.definition.generics.php"}},"name":"meta.generics.php","patterns":[{"include":"#comments"},{"include":"#generics"},{"match":"([-+])?([A-Za-z_][A-Za-z0-9_]*)(?:\\\\s+(as|super)\\\\s+([A-Za-z_][A-Za-z0-9_]*))?","name":"support.type.php"},{"include":"#type-annotation"}]}]},"heredoc":{"patterns":[{"begin":"<<<\\\\s*(\\"?)([a-zA-Z_]+[a-zA-Z0-9_]*)(\\\\1)\\\\s*$","beginCaptures":{"2":{"name":"keyword.operator.heredoc.php"}},"end":"^(\\\\2)(?=;?$)","endCaptures":{"1":{"name":"keyword.operator.heredoc.php"}},"name":"string.unquoted.heredoc.php","patterns":[{"include":"#interpolation"}]},{"begin":"<<<\\\\s*('?)([a-zA-Z_]+[a-zA-Z0-9_]*)(\\\\1)\\\\s*$","beginCaptures":{"2":{"name":"keyword.operator.heredoc.php"}},"end":"^(\\\\2)(?=;?$)","endCaptures":{"1":{"name":"keyword.operator.heredoc.php"}},"name":"string.unquoted.heredoc.nowdoc.php"}]},"implements":{"patterns":[{"begin":"(?i)(implements)\\\\s+","beginCaptures":{"1":{"name":"storage.modifier.implements.php"}},"end":"(?i)(?=[;{])","patterns":[{"include":"#comments"},{"begin":"(?i)(?=[a-z0-9_\\\\\\\\]+)","contentName":"meta.other.inherited-class.php","end":"(?i)(?:\\\\s*(?:,|(?=[^a-z0-9_\\\\\\\\\\\\s]))\\\\s*)","patterns":[{"begin":"(?i)(?=\\\\\\\\?[a-z_0-9]+\\\\\\\\)","end":"(?i)([a-z_][a-z_0-9]*)?(?=[^a-z0-9_\\\\\\\\])","endCaptures":{"1":{"name":"entity.other.inherited-class.php"}},"patterns":[{"include":"#namespace"}]},{"include":"#class-builtin"},{"include":"#namespace"},{"match":"(?i)[a-z_][a-z_0-9]*","name":"entity.other.inherited-class.php"}]}]}]},"instantiation":{"begin":"(?i)(new)\\\\s+","beginCaptures":{"1":{"name":"keyword.other.new.php"}},"end":"(?i)(?=[^$a-z0-9_\\\\\\\\])","patterns":[{"match":"(parent|static|self)(?=[^a-z0-9_])","name":"support.type.php"},{"include":"#class-name"},{"include":"#variable-name"}]},"interface":{"begin":"^(?i)\\\\s*(?:(public|internal)\\\\s+)?(interface)\\\\b","beginCaptures":{"1":{"name":"storage.modifier.php"},"2":{"name":"storage.type.interface.php"}},"end":"(?=[;{])","name":"meta.interface.php","patterns":[{"include":"#comments"},{"captures":{"1":{"name":"storage.modifier.extends.php"}},"match":"\\\\b(extends)\\\\b"},{"include":"#generics"},{"include":"#namespace"},{"match":"(?i)[a-z0-9_]+","name":"entity.name.type.class.php"}]},"interpolation":{"comment":"http://www.php.net/manual/en/language.types.string.php#language.types.string.parsing","patterns":[{"comment":"Interpolating octal values e.g. \\\\01 or \\\\07.","match":"\\\\\\\\[0-7]{1,3}","name":"constant.numeric.octal.php"},{"comment":"Interpolating hex values e.g. \\\\x1 or \\\\xFF.","match":"\\\\\\\\x[0-9A-Fa-f]{1,2}","name":"constant.numeric.hex.php"},{"comment":"Escaped characters in double-quoted strings e.g. \\\\n or \\\\t.","match":"\\\\\\\\[nrt\\\\\\\\\\\\$\\\\\\"]","name":"constant.character.escape.php"},{"comment":"Interpolating expressions in double-quoted strings with {} e.g. {$x->y->z[0][1]}.","match":"(\\\\{\\\\$.*?\\\\})","name":"variable.other.php"},{"comment":"Interpolating simple variables, e.g. $x, $x->y, $x[z] but not $x->y->z.","match":"(\\\\$[a-zA-Z_][a-zA-Z0-9_]*((->[a-zA-Z_][a-zA-Z0-9_]*)|(\\\\[[a-zA-Z0-9_]+\\\\]))?)","name":"variable.other.php"}]},"invoke-call":{"captures":{"1":{"name":"punctuation.definition.variable.php"},"2":{"name":"variable.other.php"}},"match":"(?i)(\\\\$+)([a-z_][a-z_0-9]*)(?=\\\\s*\\\\()","name":"meta.function-call.invoke.php"},"language":{"patterns":[{"include":"#comments"},{"begin":"(?=^\\\\s*<<)","end":"(?<=>>)","patterns":[{"include":"#attributes"}]},{"include":"#xhp"},{"include":"#interface"},{"begin":"(?xi)\\n^\\\\s*\\n(?:(module)\\\\s*)?(type|newtype)\\n\\\\s+\\n([a-z0-9_]+)","beginCaptures":{"1":{"name":"storage.modifier.php"},"2":{"name":"storage.type.typedecl.php"},"3":{"name":"entity.name.type.typedecl.php"}},"end":"(;)","endCaptures":{"1":{"name":"punctuation.termination.expression.php"}},"name":"meta.typedecl.php","patterns":[{"include":"#comments"},{"include":"#generics"},{"match":"(=)","name":"keyword.operator.assignment.php"},{"include":"#type-annotation"}]},{"begin":"(?i)^\\\\s*(?:(public|internal)\\\\s+)?(enum)\\\\s+(class)\\\\s+([a-z0-9_]+)\\\\s*:?","beginCaptures":{"1":{"name":"storage.modifier.php"},"2":{"name":"storage.modifier.php"},"3":{"name":"storage.type.class.enum.php"},"4":{"name":"entity.name.type.class.enum.php"}},"end":"(?=[{])","name":"meta.class.enum.php","patterns":[{"match":"\\\\b(extends)\\\\b","name":"storage.modifier.extends.php"},{"include":"#type-annotation"}]},{"begin":"(?i)^\\\\s*(?:(public|internal)\\\\s+)?(enum)\\\\s+([a-z0-9_]+)\\\\s*:?","beginCaptures":{"1":{"name":"storage.modifier.php"},"2":{"name":"storage.type.enum.php"},"3":{"name":"entity.name.type.enum.php"}},"end":"\\\\{","name":"meta.enum.php","patterns":[{"include":"#comments"},{"include":"#type-annotation"}]},{"begin":"(?i)^\\\\s*(?:(public|internal)\\\\s+)?(trait)\\\\s+([a-z0-9_]+)\\\\s*","beginCaptures":{"1":{"name":"storage.modifier.php"},"2":{"name":"storage.type.trait.php"},"3":{"name":"entity.name.type.class.php"}},"end":"(?=[{])","name":"meta.trait.php","patterns":[{"include":"#comments"},{"include":"#generics"},{"include":"#implements"}]},{"begin":"^\\\\s*(new)\\\\s+(module)\\\\s+([A-Za-z0-9_\\\\.]+)\\\\b","beginCaptures":{"1":{"name":"storage.type.module.php"},"2":{"name":"storage.type.module.php"},"3":{"name":"entity.name.type.module.php"}},"end":"(?=[{])","name":"meta.module.php","patterns":[{"include":"#comments"}]},{"begin":"^\\\\s*(module)\\\\s+([A-Za-z0-9_\\\\.]+)\\\\b","beginCaptures":{"1":{"name":"keyword.other.module.php"},"2":{"name":"entity.name.type.module.php"}},"end":"$|(?=[\\\\s;])","name":"meta.use.module.php","patterns":[{"include":"#comments"}]},{"begin":"(?i)(?:^\\\\s*|\\\\s*)(namespace)\\\\b\\\\s+(?=([a-z0-9_\\\\\\\\]*\\\\s*($|[;{]|(\\\\/[\\\\/*])))|$)","beginCaptures":{"1":{"name":"keyword.other.namespace.php"}},"contentName":"entity.name.type.namespace.php","end":"(?i)(?=\\\\s*$|[^a-z0-9_\\\\\\\\])","name":"meta.namespace.php","patterns":[{"match":"\\\\\\\\","name":"punctuation.separator.inheritance.php"}]},{"begin":"(?i)\\\\s*\\\\b(use)\\\\s+","beginCaptures":{"1":{"name":"keyword.other.use.php"}},"end":"(?=;|(?:^\\\\s*$))","name":"meta.use.php","patterns":[{"include":"#comments"},{"begin":"(?i)\\\\s*(?=[a-z_0-9\\\\\\\\])","end":"(?xi)\\n(?:\\n (?:\\\\s*(as)\\\\b\\\\s*([a-z_0-9]*)\\\\s*(?=,|;|$))|\\n (?=,|;|$)\\n)","endCaptures":{"1":{"name":"keyword.other.use-as.php"},"2":{"name":"support.other.namespace.use-as.php"}},"patterns":[{"include":"#class-builtin"},{"begin":"(?i)\\\\s*(?=[\\\\\\\\a-z_0-9])","end":"$|(?=[\\\\s,;])","name":"support.other.namespace.use.php","patterns":[{"match":"\\\\\\\\","name":"punctuation.separator.inheritance.php"}]}]},{"match":"\\\\s*,\\\\s*"}]},{"begin":"(?i)^\\\\s*((?:(?:final|abstract|public|internal)\\\\s+)*)(class)\\\\s+([a-z0-9_]+)\\\\s*","beginCaptures":{"1":{"patterns":[{"match":"final|abstract|public|internal","name":"storage.modifier.php"}]},"2":{"name":"storage.type.class.php"},"3":{"name":"entity.name.type.class.php"}},"end":"(?=[;{])","name":"meta.class.php","patterns":[{"include":"#comments"},{"include":"#generics"},{"include":"#implements"},{"begin":"(?i)(extends)\\\\s+","beginCaptures":{"1":{"name":"storage.modifier.extends.php"}},"contentName":"meta.other.inherited-class.php","end":"(?i)(?=[^a-z_0-9\\\\\\\\])","patterns":[{"begin":"(?i)(?=\\\\\\\\?[a-z_0-9]+\\\\\\\\)","end":"(?i)([a-z_][a-z_0-9]*)?(?=[^a-z0-9_\\\\\\\\])","endCaptures":{"1":{"name":"entity.other.inherited-class.php"}},"patterns":[{"include":"#namespace"}]},{"include":"#class-builtin"},{"include":"#namespace"},{"match":"(?i)[a-z_][a-z_0-9]*","name":"entity.other.inherited-class.php"}]}]},{"captures":{"1":{"name":"keyword.control.php"}},"match":"\\\\s*\\\\b(await|break|c(ase|ontinue)|concurrent|default|do|else|for(each)?|if|return|switch|use|while)\\\\b"},{"begin":"(?i)\\\\b((?:require|include)(?:_once)?)\\\\b\\\\s*","beginCaptures":{"1":{"name":"keyword.control.import.include.php"}},"end":"(?=\\\\s|;|$)","name":"meta.include.php","patterns":[{"include":"#language"}]},{"begin":"\\\\b(catch)\\\\s*(\\\\()","beginCaptures":{"1":{"name":"keyword.control.exception.catch.php"},"2":{"name":"punctuation.definition.parameters.begin.bracket.round.php"}},"end":"\\\\)","endCaptures":{"0":{"name":"punctuation.definition.parameters.end.bracket.round.php"}},"name":"meta.catch.php","patterns":[{"include":"#namespace"},{"captures":{"1":{"name":"support.class.exception.php"},"2":{"patterns":[{"match":"(?i)[a-z_\\\\x{7f}-\\\\x{10ffff}][a-z0-9_\\\\x{7f}-\\\\x{10ffff}]*","name":"support.class.exception.php"},{"match":"\\\\|","name":"punctuation.separator.delimiter.php"}]},"3":{"name":"variable.other.php"},"4":{"name":"punctuation.definition.variable.php"}},"match":"(?xi)\\n([a-z_\\\\x{7f}-\\\\x{10ffff}][a-z0-9_\\\\x{7f}-\\\\x{10ffff}]*) # Exception class\\n((?:\\\\s*\\\\|\\\\s*[a-z_\\\\x{7f}-\\\\x{10ffff}][a-z0-9_\\\\x{7f}-\\\\x{10ffff}]*)*) # Optional additional exception classes\\n\\\\s*\\n((\\\\$+)[a-z_\\\\x{7f}-\\\\x{10ffff}][a-z0-9_\\\\x{7f}-\\\\x{10ffff}]*) # Variable"}]},{"match":"\\\\b(catch|try|throw|exception|finally)\\\\b","name":"keyword.control.exception.php"},{"begin":"(?i)\\\\s*(?:(public|internal)\\\\s+)?(function)\\\\s*(?=\\\\()","beginCaptures":{"1":{"name":"storage.modifier.php"},"2":{"name":"storage.type.function.php"}},"end":"\\\\{|\\\\)","name":"meta.function.closure.php","patterns":[{"begin":"(\\\\()","beginCaptures":{"1":{"name":"punctuation.definition.parameters.begin.php"}},"contentName":"meta.function.arguments.php","end":"(\\\\))","endCaptures":{"1":{"name":"punctuation.definition.parameters.end.php"}},"patterns":[{"include":"#function-arguments"}]},{"begin":"(?i)(use)\\\\s*(\\\\()","beginCaptures":{"1":{"name":"keyword.other.function.use.php"},"2":{"name":"punctuation.definition.parameters.begin.php"}},"end":"(\\\\))","endCaptures":{"1":{"name":"punctuation.definition.parameters.end.php"}},"patterns":[{"captures":{"1":{"name":"storage.modifier.reference.php"},"2":{"name":"variable.other.php"},"3":{"name":"punctuation.definition.variable.php"}},"match":"(?:\\\\s*(&))?\\\\s*((\\\\$+)[a-zA-Z_\\\\x{7f}-\\\\x{ff}][a-zA-Z0-9_\\\\x{7f}-\\\\x{ff}]*)\\\\s*(?=,|\\\\))","name":"meta.function.closure.use.php"}]}]},{"begin":"\\\\s*((?:(?:final|abstract|public|private|protected|internal|static|async)\\\\s+)*)(function)(?:\\\\s+)(?:(__(?:call|construct|destruct|get|set|isset|unset|tostring|clone|set_state|sleep|wakeup|autoload|invoke|callStatic|dispose|disposeAsync)(?=[^a-zA-Z0-9_\\\\x{7f}-\\\\x{ff}]))|([a-zA-Z0-9_]+))","beginCaptures":{"1":{"patterns":[{"match":"final|abstract|public|private|protected|internal|static|async","name":"storage.modifier.php"}]},"2":{"name":"storage.type.function.php"},"3":{"name":"support.function.magic.php"},"4":{"name":"entity.name.function.php"},"5":{"name":"meta.function.generics.php"}},"end":"(?=[{;])","name":"meta.function.php","patterns":[{"include":"#generics"},{"begin":"(\\\\()","beginCaptures":{"1":{"name":"punctuation.definition.parameters.begin.php"}},"contentName":"meta.function.arguments.php","end":"(?=\\\\))","patterns":[{"include":"#function-arguments"}]},{"begin":"(\\\\))","beginCaptures":{"1":{"name":"punctuation.definition.parameters.end.php"}},"end":"(?=[{;])","patterns":[{"include":"#function-return-type"}]}]},{"include":"#invoke-call"},{"begin":"(?xi)\\n\\\\s*\\n (?=\\n [a-z_0-9$\\\\\\\\]+(::)\\n (?:\\n ([a-z_][a-z_0-9]*)\\\\s*\\\\(\\n |\\n ((\\\\$+)[a-z_\\\\x{7f}-\\\\x{ff}][a-z0-9_\\\\x{7f}-\\\\x{ff}]*)\\n |\\n ([a-z_\\\\x{7f}-\\\\x{ff}][a-z0-9_\\\\x{7f}-\\\\x{ff}]*)\\n )?\\n )","end":"(::)(?:([A-Za-z_][A-Za-z_0-9]*)\\\\s*\\\\(|((\\\\$+)[a-zA-Z_\\\\x{7f}-\\\\x{ff}][a-zA-Z0-9_\\\\x{7f}-\\\\x{ff}]*)|([a-zA-Z_\\\\x{7f}-\\\\x{ff}][a-zA-Z0-9_\\\\x{7f}-\\\\x{ff}]*))?","endCaptures":{"1":{"name":"keyword.operator.class.php"},"2":{"name":"meta.function-call.static.php"},"3":{"name":"variable.other.class.php"},"4":{"name":"punctuation.definition.variable.php"},"5":{"name":"constant.other.class.php"}},"patterns":[{"match":"(self|static|parent)\\\\b","name":"support.type.php"},{"include":"#class-name"},{"include":"#variable-name"}]},{"include":"#variables"},{"include":"#strings"},{"captures":{"1":{"name":"support.function.construct.php"},"2":{"name":"punctuation.definition.array.begin.php"},"3":{"name":"punctuation.definition.array.end.php"}},"match":"(array)(\\\\()(\\\\))","name":"meta.array.empty.php"},{"begin":"(array)(\\\\()","beginCaptures":{"1":{"name":"support.function.construct.php"},"2":{"name":"punctuation.definition.array.begin.php"}},"end":"\\\\)","endCaptures":{"0":{"name":"punctuation.definition.array.end.php"}},"name":"meta.array.php","patterns":[{"include":"#language"}]},{"captures":{"1":{"name":"support.type.php"}},"match":"(?i)\\\\s*\\\\(\\\\s*(array|real|double|float|int(eger)?|bool(ean)?|string|object|binary|unset|arraykey|nonnull|dict|vec|keyset)\\\\s*\\\\)"},{"match":"(?i)\\\\b(array|real|double|float|int(eger)?|bool(ean)?|string|class|clone|var|function|interface|trait|parent|self|object|arraykey|nonnull|dict|vec|keyset)\\\\b","name":"support.type.php"},{"match":"(?i)\\\\b(global|abstract|const|extends|implements|final|p(r(ivate|otected)|ublic)|internal|static)\\\\b","name":"storage.modifier.php"},{"include":"#object"},{"match":";","name":"punctuation.terminator.expression.php"},{"include":"#heredoc"},{"match":"\\\\.=?","name":"keyword.operator.string.php"},{"match":"=>","name":"keyword.operator.key.php"},{"match":"==>","name":"keyword.operator.lambda.php"},{"match":"\\\\|>","name":"keyword.operator.pipe.php"},{"match":"(!==|!=|===|==)","name":"keyword.operator.comparison.php"},{"match":"=|\\\\+=|\\\\-=|\\\\*=|/=|%=|&=|\\\\|=|\\\\^=|<<=|>>=","name":"keyword.operator.assignment.php"},{"match":"(<=|>=|<|>)","name":"keyword.operator.comparison.php"},{"match":"(\\\\-\\\\-|\\\\+\\\\+)","name":"keyword.operator.increment-decrement.php"},{"match":"(\\\\-|\\\\+|\\\\*|/|%)","name":"keyword.operator.arithmetic.php"},{"match":"(!|&&|\\\\|\\\\|)","name":"keyword.operator.logical.php"},{"begin":"(?i)\\\\b(as|is)\\\\b\\\\s+(?=[\\\\\\\\$a-z_])","beginCaptures":{"1":{"name":"keyword.operator.type.php"}},"end":"(?=[^\\\\\\\\$A-Za-z_0-9])","patterns":[{"include":"#class-name"},{"include":"#variable-name"}]},{"match":"(?i)\\\\b(is|as)\\\\b","name":"keyword.operator.type.php"},{"include":"#function-call"},{"match":"<<|>>|~|\\\\^|&|\\\\|","name":"keyword.operator.bitwise.php"},{"include":"#numbers"},{"include":"#instantiation"},{"begin":"\\\\[","beginCaptures":{"0":{"name":"punctuation.section.array.begin.php"}},"end":"\\\\]","endCaptures":{"0":{"name":"punctuation.section.array.end.php"}},"patterns":[{"include":"#language"}]},{"include":"#literal-collections"},{"begin":"\\\\{","beginCaptures":{"0":{"name":"punctuation.section.scope.begin.php"}},"end":"\\\\}","endCaptures":{"0":{"name":"punctuation.section.scope.end.php"}},"patterns":[{"include":"#language"}]},{"include":"#constants"}]},"literal-collections":{"patterns":[{"begin":"(Vector|ImmVector|Set|ImmSet|Map|ImmMap|Pair)\\\\s*({)","beginCaptures":{"1":{"name":"support.class.php"},"2":{"name":"punctuation.section.array.begin.php"}},"end":"(})","endCaptures":{"1":{"name":"punctuation.section.array.end.php"}},"name":"meta.collection.literal.php","patterns":[{"include":"#language"}]}]},"namespace":{"begin":"(?i)((namespace)|[a-z0-9_]+)?(\\\\\\\\)(?=.*?[^a-z_0-9\\\\\\\\])","beginCaptures":{"1":{"name":"entity.name.type.namespace.php"},"3":{"name":"punctuation.separator.inheritance.php"}},"end":"(?i)(?=[a-z0-9_]*[^a-z0-9_\\\\\\\\])","name":"support.other.namespace.php","patterns":[{"match":"(?i)[a-z0-9_]+(?=\\\\\\\\)","name":"entity.name.type.namespace.php"},{"captures":{"1":{"name":"punctuation.separator.inheritance.php"}},"match":"(?i)(\\\\\\\\)"}]},"numbers":{"match":"\\\\b((0(x|X)[0-9a-fA-F]*)|(([0-9]+\\\\.?[0-9]*)|(\\\\.[0-9]+))((e|E)(\\\\+|-)?[0-9]+)?)\\\\b","name":"constant.numeric.php"},"object":{"patterns":[{"begin":"(->)(\\\\$?\\\\{)","beginCaptures":{"1":{"name":"keyword.operator.class.php"},"2":{"name":"punctuation.definition.variable.php"}},"end":"(\\\\})","endCaptures":{"1":{"name":"punctuation.definition.variable.php"}},"patterns":[{"include":"#language"}]},{"captures":{"1":{"name":"keyword.operator.class.php"},"2":{"name":"meta.function-call.object.php"},"3":{"name":"variable.other.property.php"},"4":{"name":"punctuation.definition.variable.php"}},"match":"(->)(?:([A-Za-z_][A-Za-z_0-9]*)\\\\s*\\\\(|((\\\\$+)?[a-zA-Z_\\\\x{7f}-\\\\x{ff}][a-zA-Z0-9_\\\\x{7f}-\\\\x{ff}]*))?"}]},"parameter-default-types":{"patterns":[{"include":"#strings"},{"include":"#numbers"},{"include":"#variables"},{"match":"=>","name":"keyword.operator.key.php"},{"match":"=","name":"keyword.operator.assignment.php"},{"include":"#instantiation"},{"begin":"(?xi)\\n\\\\s*\\n(?=\\n [a-z_0-9\\\\\\\\]+(::)\\n ([a-z_\\\\x{7f}-\\\\x{ff}][a-z0-9_\\\\x{7f}-\\\\x{ff}]*)?\\n)","end":"(?i)(::)([a-z_\\\\x{7f}-\\\\x{ff}][a-z0-9_\\\\x{7f}-\\\\x{ff}]*)?","endCaptures":{"1":{"name":"keyword.operator.class.php"},"2":{"name":"constant.other.class.php"}},"patterns":[{"include":"#class-name"}]},{"include":"#constants"}]},"php_doc":{"patterns":[{"comment":"PHPDocumentor only recognises lines with an asterisk as the first non-whitespaces character","match":"^(?!\\\\s*\\\\*).*$\\\\n?","name":"invalid.illegal.missing-asterisk.phpdoc.php"},{"captures":{"1":{"name":"keyword.other.phpdoc.php"},"3":{"name":"storage.modifier.php"},"4":{"name":"invalid.illegal.wrong-access-type.phpdoc.php"}},"match":"^\\\\s*\\\\*\\\\s*(@access)\\\\s+((public|private|protected|internal)|(.+))\\\\s*$"},{"captures":{"1":{"name":"keyword.other.phpdoc.php"},"2":{"name":"markup.underline.link.php"}},"match":"(@xlink)\\\\s+(.+)\\\\s*$"},{"match":"\\\\@(a(bstract|uthor)|c(ategory|opyright)|example|global|internal|li(cense|nk)|pa(ckage|ram)|return|s(ee|ince|tatic|ubpackage)|t(hrows|odo)|v(ar|ersion)|uses|deprecated|final|ignore)\\\\b","name":"keyword.other.phpdoc.php"},{"captures":{"1":{"name":"keyword.other.phpdoc.php"}},"match":"\\\\{(@(link)).+?\\\\}","name":"meta.tag.inline.phpdoc.php"}]},"regex-double-quoted":{"begin":"(?<=re)\\"/(?=(\\\\\\\\.|[^\\"/])++/[imsxeADSUXu]*\\")","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.php"}},"end":"(/)([imsxeADSUXu]*)(\\")","endCaptures":{"0":{"name":"punctuation.definition.string.end.php"}},"name":"string.regexp.double-quoted.php","patterns":[{"comment":"Escaped from the regexp – there can also be 2 backslashes (since 1 will escape the first)","match":"(\\\\\\\\){1,2}[.$^\\\\[\\\\]{}]","name":"constant.character.escape.regex.php"},{"include":"#interpolation"},{"captures":{"1":{"name":"punctuation.definition.arbitrary-repetition.php"},"3":{"name":"punctuation.definition.arbitrary-repetition.php"}},"match":"(\\\\{)\\\\d+(,\\\\d+)?(\\\\})","name":"string.regexp.arbitrary-repetition.php"},{"begin":"\\\\[(?:\\\\^?\\\\])?","captures":{"0":{"name":"punctuation.definition.character-class.php"}},"end":"\\\\]","name":"string.regexp.character-class.php","patterns":[{"include":"#interpolation"}]},{"match":"[$^+*]","name":"keyword.operator.regexp.php"}]},"regex-single-quoted":{"begin":"(?<=re)'/(?=(\\\\\\\\.|[^'/])++/[imsxeADSUXu]*')","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.php"}},"end":"(/)([imsxeADSUXu]*)(')","endCaptures":{"0":{"name":"punctuation.definition.string.end.php"}},"name":"string.regexp.single-quoted.php","patterns":[{"captures":{"1":{"name":"punctuation.definition.arbitrary-repetition.php"},"3":{"name":"punctuation.definition.arbitrary-repetition.php"}},"match":"(\\\\{)\\\\d+(,\\\\d+)?(\\\\})","name":"string.regexp.arbitrary-repetition.php"},{"comment":"Escaped from the regexp – there can also be 2 backslashes (since 1 will escape the first)","match":"(\\\\\\\\){1,2}[.$^\\\\[\\\\]{}]","name":"constant.character.escape.regex.php"},{"comment":"Escaped from the PHP string – there can also be 2 backslashes (since 1 will escape the first)","match":"\\\\\\\\{1,2}[\\\\\\\\']","name":"constant.character.escape.php"},{"begin":"\\\\[(?:\\\\^?\\\\])?","captures":{"0":{"name":"punctuation.definition.character-class.php"}},"end":"\\\\]","name":"string.regexp.character-class.php","patterns":[{"match":"\\\\\\\\[\\\\\\\\'\\\\[\\\\]]","name":"constant.character.escape.php"}]},{"match":"[$^+*]","name":"keyword.operator.regexp.php"}]},"sql-string-double-quoted":{"begin":"\\"\\\\s*(?=(SELECT|INSERT|UPDATE|DELETE|CREATE|REPLACE|ALTER)\\\\b)","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.php"}},"contentName":"source.sql.embedded.php","end":"\\"","endCaptures":{"0":{"name":"punctuation.definition.string.end.php"}},"name":"string.quoted.double.sql.php","patterns":[{"comment":"Open parens cause the next escaped character to not be captured as an\\nescape character. Example: $x = \\"SELECT (\\")\\";","match":"\\\\(","name":"punctuation.definition.parameters.begin.bracket.round.php"},{"match":"#(\\\\\\\\\\"|[^\\"])*(?=\\"|$\\\\n?)","name":"comment.line.number-sign.sql"},{"match":"--(\\\\\\\\\\"|[^\\"])*(?=\\"|$\\\\n?)","name":"comment.line.double-dash.sql"},{"match":"\\\\\\\\[\\\\\\\\\\"\`']","name":"constant.character.escape.php"},{"comment":"Unclosed strings must be captured to avoid them eating the remainder of the PHP script\\nSample case: $sql = \\"SELECT * FROM bar WHERE foo = '\\" . $variable . \\"'\\"","match":"'(?=((\\\\\\\\')|[^'\\"])*(\\"|$))","name":"string.quoted.single.unclosed.sql"},{"comment":"Unclosed strings must be captured to avoid them eating the remainder of the PHP script\\nSample case: $sql = \\"SELECT * FROM bar WHERE foo = '\\" . $variable . \\"'\\"","match":"\`(?=((\\\\\\\\\`)|[^\`\\"])*(\\"|$))","name":"string.quoted.other.backtick.unclosed.sql"},{"begin":"'","end":"'","name":"string.quoted.single.sql","patterns":[{"include":"#interpolation"}]},{"begin":"\`","end":"\`","name":"string.quoted.other.backtick.sql","patterns":[{"include":"#interpolation"}]},{"include":"#interpolation"},{"include":"source.sql"}]},"sql-string-single-quoted":{"begin":"'\\\\s*(?=(SELECT|INSERT|UPDATE|DELETE|CREATE|REPLACE|ALTER)\\\\b)","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.php"}},"contentName":"source.sql.embedded.php","end":"'","endCaptures":{"0":{"name":"punctuation.definition.string.end.php"}},"name":"string.quoted.single.sql.php","patterns":[{"comment":"Open parens cause the next escaped character to not be captured as an\\nescape character. Example: $x = 'SELECT (')';","match":"\\\\(","name":"punctuation.definition.parameters.begin.bracket.round.php"},{"match":"#(\\\\\\\\'|[^'])*(?='|$\\\\n?)","name":"comment.line.number-sign.sql"},{"match":"--(\\\\\\\\'|[^'])*(?='|$\\\\n?)","name":"comment.line.double-dash.sql"},{"match":"\\\\\\\\[\\\\\\\\'\`\\"]","name":"constant.character.escape.php"},{"comment":"Unclosed strings must be captured to avoid them eating the remainder of the PHP script\\nSample case: $sql = \\"SELECT * FROM bar WHERE foo = '\\" . $variable . \\"'\\"","match":"\`(?=((\\\\\\\\\`)|[^\`'])*('|$))","name":"string.quoted.other.backtick.unclosed.sql"},{"comment":"Unclosed strings must be captured to avoid them eating the remainder of the PHP script\\nSample case: $sql = \\"SELECT * FROM bar WHERE foo = '\\" . $variable . \\"'\\"","match":"\\"(?=((\\\\\\\\\\")|[^\\"'])*('|$))","name":"string.quoted.double.unclosed.sql"},{"include":"source.sql"}]},"string-double-quoted":{"begin":"\\"","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.php"}},"comment":"This contentName is just to allow the usage of “select scope” to select the string contents first, then the string with quotes","contentName":"meta.string-contents.quoted.double.php","end":"\\"","endCaptures":{"0":{"name":"punctuation.definition.string.end.php"}},"name":"string.quoted.double.php","patterns":[{"include":"#interpolation"}]},"string-single-quoted":{"begin":"'","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.php"}},"contentName":"meta.string-contents.quoted.single.php","end":"'","endCaptures":{"0":{"name":"punctuation.definition.string.end.php"}},"name":"string.quoted.single.php","patterns":[{"match":"\\\\\\\\[\\\\\\\\']","name":"constant.character.escape.php"}]},"strings":{"patterns":[{"include":"#regex-double-quoted"},{"include":"#sql-string-double-quoted"},{"include":"#string-double-quoted"},{"include":"#regex-single-quoted"},{"include":"#sql-string-single-quoted"},{"include":"#string-single-quoted"}]},"support":{"patterns":[{"match":"(?i)\\\\bapc_(s(tore|ma_info)|c(ompile_file|lear_cache|a(s|che_info))|inc|de(c|fine_constants|lete(_file)?)|exists|fetch|load_constants|add|bin_(dump(file)?|load(file)?))\\\\b","name":"support.function.apc.php"},{"match":"(?i)\\\\b(s(huffle|izeof|ort)|n(ext|at(sort|casesort))|c(o(unt|mpact)|urrent)|in_array|u(sort|ksort|asort)|p(os|rev)|e(nd|ach|xtract)|k(sort|ey|rsort)|list|a(sort|r(sort|ray(_(s(hift|um|plice|earch|lice)|c(h(unk|ange_key_case)|o(unt_values|mbine))|intersect(_(u(key|assoc)|key|assoc))?|diff(_(u(key|assoc)|key|assoc))?|u(n(shift|ique)|intersect(_(uassoc|assoc))?|diff(_(uassoc|assoc))?)|p(op|ush|ad|roduct)|values|key(s|_exists)|f(il(ter|l(_keys)?)|lip)|walk(_recursive)?|r(e(duce|place(_recursive)?|verse)|and)|m(ultisort|erge(_recursive)?|ap)))?))|r(sort|eset|ange))\\\\b","name":"support.function.array.php"},{"match":"(?i)\\\\b(s(how_source|ys_getloadavg|leep)|highlight_(string|file)|con(stant|nection_(status|timeout|aborted))|time_(sleep_until|nanosleep)|ignore_user_abort|d(ie|efine(d)?)|u(sleep|n(iqid|pack))|__halt_compiler|p(hp_(strip_whitespace|check_syntax)|ack)|e(val|xit)|get_browser)\\\\b","name":"support.function.basic_functions.php"},{"match":"(?i)\\\\bbc(s(cale|ub|qrt)|comp|div|pow(mod)?|add|m(od|ul))\\\\b","name":"support.function.bcmath.php"},{"match":"(?i)\\\\bbz(c(ompress|lose)|open|decompress|err(str|no|or)|flush|write|read)\\\\b","name":"support.function.bz2.php"},{"match":"(?i)\\\\b(GregorianToJD|cal_(to_jd|info|days_in_month|from_jd)|unixtojd|jdto(unix|jewish)|easter_da(ys|te)|J(ulianToJD|ewishToJD|D(MonthName|To(Gregorian|Julian|French)|DayOfWeek))|FrenchToJD)\\\\b","name":"support.function.calendar.php"},{"match":"(?i)\\\\b(c(lass_(exists|alias)|all_user_method(_array)?)|trait_exists|i(s_(subclass_of|a)|nterface_exists)|__autoload|property_exists|get_(c(lass(_(vars|methods))?|alled_class)|object_vars|declared_(classes|traits|interfaces)|parent_class)|method_exists)\\\\b","name":"support.function.classobj.php"},{"match":"(?i)\\\\b(com_(set|create_guid|i(senum|nvoke)|pr(int_typeinfo|op(set|put|get))|event_sink|load(_typelib)?|addref|release|get(_active_object)?|message_pump)|variant_(s(ub|et(_type)?)|n(ot|eg)|c(a(st|t)|mp)|i(nt|div|mp)|or|d(iv|ate_(to_timestamp|from_timestamp))|pow|eqv|fix|a(nd|dd|bs)|round|get_type|xor|m(od|ul)))\\\\b","name":"support.function.com.php"},{"match":"(?i)\\\\bctype_(space|cntrl|digit|upper|p(unct|rint)|lower|al(num|pha)|graph|xdigit)\\\\b","name":"support.function.ctype.php"},{"match":"(?i)\\\\bcurl_(setopt(_array)?|c(opy_handle|lose)|init|e(rr(no|or)|xec)|version|getinfo|multi_(select|close|in(it|fo_read)|exec|add_handle|remove_handle|getcontent))\\\\b","name":"support.function.curl.php"},{"match":"(?i)\\\\b(str(totime|ptime|ftime)|checkdate|time(zone_(name_(from_abbr|get)|transitions_get|identifiers_list|o(pen|ffset_get)|version_get|location_get|abbreviations_list))?|idate|date(_(su(n(set|_info|rise)|b)|create(_from_format)?|time(stamp_(set|get)|zone_(set|get)|_set)|i(sodate_set|nterval_(create_from_date_string|format))|offset_get|d(iff|efault_timezone_(set|get)|ate_set)|parse(_from_format)?|format|add|get_last_errors|modify))?|localtime|g(et(timeofday|date)|m(strftime|date|mktime))|m(icrotime|ktime))\\\\b","name":"support.function.datetime.php"},{"match":"(?i)\\\\bdba_(sync|handlers|nextkey|close|insert|op(timize|en)|delete|popen|exists|key_split|f(irstkey|etch)|list|replace)\\\\b","name":"support.function.dba.php"},{"match":"(?i)\\\\bdbx_(sort|c(o(nnect|mpare)|lose)|e(scape_string|rror)|query|fetch_row)\\\\b","name":"support.function.dbx.php"},{"match":"(?i)\\\\b(scandir|c(h(dir|root)|losedir)|opendir|dir|re(winddir|addir)|getcwd)\\\\b","name":"support.function.dir.php"},{"match":"(?i)\\\\bdotnet_load\\\\b","name":"support.function.dotnet.php"},{"match":"(?i)\\\\beio_(s(y(nc(_file_range|fs)?|mlink)|tat(vfs)?|e(ndfile|t_m(in_parallel|ax_(idle|p(oll_(time|reqs)|arallel)))|ek))|n(threads|op|pending|re(qs|ady))|c(h(own|mod)|ustom|lose|ancel)|truncate|init|open|dup2|u(nlink|time)|poll|event_loop|f(s(ync|tat(vfs)?)|ch(own|mod)|truncate|datasync|utime|allocate)|write|l(stat|ink)|r(e(name|a(d(dir|link|ahead)?|lpath))|mdir)|g(et_(event_stream|last_error)|rp(_(cancel|limit|add))?)|mk(nod|dir)|busy)\\\\b","name":"support.function.eio.php"},{"match":"(?i)\\\\benchant_(dict_(s(tore_replacement|uggest)|check|is_in_session|describe|quick_check|add_to_(session|personal)|get_error)|broker_(set_ordering|init|d(ict_exists|escribe)|free(_dict)?|list_dicts|request_(dict|pwl_dict)|get_error))\\\\b","name":"support.function.enchant.php"},{"match":"(?i)\\\\b(s(plit(i)?|ql_regcase)|ereg(i(_replace)?|_replace)?)\\\\b","name":"support.function.ereg.php"},{"match":"(?i)\\\\b(set_e(rror_handler|xception_handler)|trigger_error|debug_(print_backtrace|backtrace)|user_error|error_(log|reporting|get_last)|restore_e(rror_handler|xception_handler))\\\\b","name":"support.function.errorfunc.php"},{"match":"(?i)\\\\b(s(hell_exec|ystem)|p(assthru|roc_(nice|close|terminate|open|get_status))|e(scapeshell(cmd|arg)|xec))\\\\b","name":"support.function.exec.php"},{"match":"(?i)\\\\b(exif_(t(humbnail|agname)|imagetype|read_data)|read_exif_data)\\\\b","name":"support.function.exif.php"},{"match":"(?i)\\\\b(s(ymlink|tat|et_file_buffer)|c(h(own|grp|mod)|opy|learstatcache)|t(ouch|empnam|mpfile)|is_(dir|uploaded_file|executable|file|writ(eable|able)|link|readable)|d(i(sk(_(total_space|free_space)|freespace)|rname)|elete)|u(nlink|mask)|p(close|open|a(thinfo|rse_ini_(string|file)))|f(s(canf|tat|eek)|nmatch|close|t(ell|runcate)|ile(size|ctime|type|inode|owner|_(put_contents|exists|get_contents)|perms|atime|group|mtime)?|open|p(ut(s|csv)|assthru)|eof|flush|write|lock|read|get(s(s)?|c(sv)?))|l(stat|ch(own|grp)|ink(info)?)|r(e(name|wind|a(d(file|link)|lpath(_cache_(size|get))?))|mdir)|glob|m(ove_uploaded_file|kdir)|basename)\\\\b","name":"support.function.file.php"},{"match":"(?i)\\\\b(finfo_(set_flags|close|open|file|buffer)|mime_content_type)\\\\b","name":"support.function.fileinfo.php"},{"match":"(?i)\\\\bfilter_(has_var|i(nput(_array)?|d)|var(_array)?|list)\\\\b","name":"support.function.filter.php"},{"match":"(?i)\\\\b(c(all_user_func(_array)?|reate_function)|unregister_tick_function|f(orward_static_call(_array)?|unc(tion_exists|_(num_args|get_arg(s)?)))|register_(shutdown_function|tick_function)|get_defined_functions)\\\\b","name":"support.function.funchand.php"},{"match":"(?i)\\\\b(ngettext|textdomain|d(ngettext|c(ngettext|gettext)|gettext)|gettext|bind(textdomain|_textdomain_codeset))\\\\b","name":"support.function.gettext.php"},{"match":"(?i)\\\\bgmp_(s(can(1|0)|trval|ign|ub|etbit|qrt(rem)?)|hamdist|ne(g|xtprime)|c(om|lrbit|mp)|testbit|in(tval|it|vert)|or|div(_(q(r)?|r)|exact)?|jacobi|p(o(pcount|w(m)?)|erfect_square|rob_prime)|fact|legendre|a(nd|dd|bs)|random|gcd(ext)?|xor|m(od|ul))\\\\b","name":"support.function.gmp.php"},{"match":"(?i)\\\\bhash(_(hmac(_file)?|copy|init|update(_(stream|file))?|pbkdf2|fi(nal|le)|algos))?\\\\b","name":"support.function.hash.php"},{"match":"(?i)\\\\b(http_(s(upport|end_(st(atus|ream)|content_(type|disposition)|data|file|last_modified))|head|negotiate_(c(harset|ontent_type)|language)|c(hunked_decode|ache_(etag|last_modified))|throttle|inflate|d(eflate|ate)|p(ost_(data|fields)|ut_(stream|data|file)|ersistent_handles_(c(ount|lean)|ident)|arse_(headers|cookie|params|message))|re(direct|quest(_(method_(name|unregister|exists|register)|body_encode))?)|get(_request_(headers|body(_stream)?))?|match_(etag|request_header|modified)|build_(str|cookie|url))|ob_(inflatehandler|deflatehandler|etaghandler))\\\\b","name":"support.function.http.php"},{"match":"(?i)\\\\b(iconv(_(s(tr(pos|len|rpos)|ubstr|et_encoding)|get_encoding|mime_(decode(_headers)?|encode)))?|ob_iconv_handler)\\\\b","name":"support.function.iconv.php"},{"match":"(?i)\\\\biis_(s(t(op_serv(ice|er)|art_serv(ice|er))|et_(s(cript_map|erver_rights)|dir_security|app_settings))|add_server|remove_server|get_(s(cript_map|erv(ice_state|er_(rights|by_(comment|path))))|dir_security))\\\\b","name":"support.function.iisfunc.php"},{"match":"(?i)\\\\b(i(ptc(parse|embed)|mage(s(y|tring(up)?|et(style|t(hickness|ile)|pixel|brush)|avealpha|x)|c(har(up)?|o(nvolution|py(res(ized|ampled)|merge(gray)?)?|lor(s(total|et|forindex)|closest(hwb|alpha)?|transparent|deallocate|exact(alpha)?|a(t|llocate(alpha)?)|resolve(alpha)?|match))|reate(truecolor|from(string|jpeg|png|wbmp|g(if|d(2(part)?)?)|x(pm|bm)))?)|t(ypes|tf(text|bbox)|ruecolortopalette)|i(struecolor|nterlace)|2wbmp|d(estroy|ashedline)|jpeg|_type_to_(extension|mime_type)|p(s(slantfont|text|e(ncodefont|xtendfont)|freefont|loadfont|bbox)|ng|olygon|alettecopy)|ellipse|f(t(text|bbox)|il(ter|l(toborder|ed(polygon|ellipse|arc|rectangle))?)|ont(height|width))|wbmp|l(ine|oadfont|ayereffect)|a(ntialias|lphablending|rc)|r(otate|ectangle)|g(if|d(2)?|ammacorrect|rab(screen|window))|xbm))|jpeg2wbmp|png2wbmp|g(d_info|etimagesize(fromstring)?))\\\\b","name":"support.function.image.php"},{"match":"(?i)\\\\b(s(ys_get_temp_dir|et_(time_limit|include_path|magic_quotes_runtime))|ini_(set|alter|restore|get(_all)?)|zend_(thread_id|version|logo_guid)|dl|p(hp(credits|info|_(sapi_name|ini_(scanned_files|loaded_file)|uname|logo_guid)|version)|utenv)|extension_loaded|version_compare|assert(_options)?|restore_include_path|g(c_(collect_cycles|disable|enable(d)?)|et(opt|_(c(urrent_user|fg_var)|include(d_files|_path)|defined_constants|extension_funcs|loaded_extensions|required_files|magic_quotes_(runtime|gpc))|env|lastmod|rusage|my(inode|uid|pid|gid)))|m(emory_get_(usage|peak_usage)|a(in|gic_quotes_runtime)))\\\\b","name":"support.function.info.php"},{"match":"(?i)\\\\bibase_(se(t_event_handler|rv(ice_(detach|attach)|er_info))|n(um_(params|fields)|ame_result)|c(o(nnect|mmit(_ret)?)|lose)|trans|d(elete_user|rop_db|b_info)|p(connect|aram_info|repare)|e(rr(code|msg)|xecute)|query|f(ield_info|etch_(object|assoc|row)|ree_(event_handler|query|result))|wait_event|a(dd_user|ffected_rows)|r(ollback(_ret)?|estore)|gen_id|m(odify_user|aintain_db)|b(lob_(c(lose|ancel|reate)|i(nfo|mport)|open|echo|add|get)|ackup))\\\\b","name":"support.function.interbase.php"},{"match":"(?i)\\\\b(n(ormalizer_(normalize|is_normalized)|umfmt_(set_(symbol|text_attribute|pattern|attribute)|create|parse(_currency)?|format(_currency)?|get_(symbol|text_attribute|pattern|error_(code|message)|locale|attribute)))|collator_(s(ort(_with_sort_keys)?|et_(strength|attribute))|c(ompare|reate)|asort|get_(s(trength|ort_key)|error_(code|message)|locale|attribute))|transliterator_(create(_(inverse|from_rules))?|transliterate|list_ids|get_error_(code|message))|i(ntl_(is_failure|error_name|get_error_(code|message))|dn_to_(u(nicode|tf8)|ascii))|datefmt_(set_(calendar|timezone(_id)?|pattern|lenient)|create|is_lenient|parse|format(_object)?|localtime|get_(calendar(_object)?|time(type|zone(_id)?)|datetype|pattern|error_(code|message)|locale))|locale_(set_default|compose|parse|filter_matches|lookup|accept_from_http|get_(script|d(isplay_(script|name|variant|language|region)|efault)|primary_language|keywords|all_variants|region))|resourcebundle_(c(ount|reate)|locales|get(_error_(code|message))?)|grapheme_(s(tr(str|i(str|pos)|pos|len|r(ipos|pos))|ubstr)|extract)|msgfmt_(set_pattern|create|parse(_message)?|format(_message)?|get_(pattern|error_(code|message)|locale)))\\\\b","name":"support.function.intl.php"},{"match":"(?i)\\\\bjson_(decode|encode|last_error)\\\\b","name":"support.function.json.php"},{"match":"(?i)\\\\bldap_(s(tart_tls|ort|e(t_(option|rebind_proc)|arch)|asl_bind)|next_(entry|attribute|reference)|c(o(n(nect|trol_paged_result(_response)?)|unt_entries|mpare)|lose)|t61_to_8859|d(n2ufn|elete)|8859_to_t61|unbind|parse_re(sult|ference)|e(rr(no|2str|or)|xplode_dn)|f(irst_(entry|attribute|reference)|ree_result)|list|add|re(name|ad)|get_(option|dn|entries|values(_len)?|attributes)|mod(ify|_(del|add|replace))|bind)\\\\b","name":"support.function.ldap.php"},{"match":"(?i)\\\\blibxml_(set_(streams_context|external_entity_loader)|clear_errors|disable_entity_loader|use_internal_errors|get_(errors|last_error))\\\\b","name":"support.function.libxml.php"},{"match":"(?i)\\\\b(ezmlm_hash|mail)\\\\b","name":"support.function.mail.php"},{"match":"(?i)\\\\b(s(in(h)?|qrt|rand)|h(ypot|exdec)|c(os(h)?|eil)|tan(h)?|is_(nan|infinite|finite)|octdec|de(c(hex|oct|bin)|g2rad)|p(i|ow)|exp(m1)?|f(loor|mod)|l(cg_value|og(1(p|0))?)|a(sin(h)?|cos(h)?|tan(h|2)?|bs)|r(ound|a(nd|d2deg))|getrandmax|m(t_(srand|rand|getrandmax)|in|ax)|b(indec|ase_convert))\\\\b","name":"support.function.math.php"},{"match":"(?i)\\\\bmb_(s(tr(str|cut|to(upper|lower)|i(str|pos|mwidth)|pos|width|len|r(chr|i(chr|pos)|pos))|ubst(itute_character|r(_count)?)|plit|end_mail)|http_(input|output)|c(heck_encoding|onvert_(case|encoding|variables|kana))|internal_encoding|output_handler|de(code_(numericentity|mimeheader)|tect_(order|encoding))|p(arse_str|referred_mime_name)|e(ncod(ing_aliases|e_(numericentity|mimeheader))|reg(i(_replace)?|_(search(_(setpos|init|pos|regs|get(pos|regs)))?|replace(_callback)?|match))?)|l(ist_encodings|anguage)|regex_(set_options|encoding)|get_info)\\\\b","name":"support.function.mbstring.php"},{"match":"(?i)\\\\bm(crypt_(c(fb|reate_iv|bc)|ofb|decrypt|e(nc(_(self_test|is_block_(algorithm(_mode)?|mode)|get_(supported_key_sizes|iv_size|key_size|algorithms_name|modes_name|block_size))|rypt)|cb)|list_(algorithms|modes)|ge(neric(_(init|deinit|end))?|t_(cipher_name|iv_size|key_size|block_size))|module_(self_test|close|is_block_(algorithm(_mode)?|mode)|open|get_(supported_key_sizes|algo_(key_size|block_size))))|decrypt_generic)\\\\b","name":"support.function.mcrypt.php"},{"match":"(?i)\\\\bmemcache_debug\\\\b","name":"support.function.memcache.php"},{"match":"(?i)\\\\bmhash(_(count|keygen_s2k|get_(hash_name|block_size)))?\\\\b","name":"support.function.mhash.php"},{"match":"(?i)\\\\bbson_(decode|encode)\\\\b","name":"support.function.mongo.php"},{"match":"(?i)\\\\bmysql_(s(tat|e(t_charset|lect_db))|num_(fields|rows)|c(onnect|l(ient_encoding|ose)|reate_db)|t(hread_id|ablename)|in(sert_id|fo)|d(ata_seek|rop_db|b_(name|query))|unbuffered_query|p(connect|ing)|e(scape_string|rr(no|or))|query|f(ield_(seek|name|t(ype|able)|flags|len)|etch_(object|field|lengths|a(ssoc|rray)|row)|ree_result)|list_(tables|dbs|processes|fields)|affected_rows|re(sult|al_escape_string)|get_(server_info|host_info|client_info|proto_info))\\\\b","name":"support.function.mysql.php"},{"match":"(?i)\\\\bmysqli_(s(sl_set|t(ore_result|at|mt_(s(tore_result|end_long_data)|next_result|close|init|data_seek|prepare|execute|f(etch|ree_result)|attr_(set|get)|res(ult_metadata|et)|get_(warnings|result)|more_results|bind_(param|result)))|e(nd_(query|long_data)|t_(charset|opt|local_infile_(handler|default))|lect_db)|lave_query)|next_result|c(ha(nge_user|racter_set_name)|o(nnect|mmit)|l(ient_encoding|ose))|thread_safe|init|options|d(isable_r(pl_parse|eads_from_master)|ump_debug_info|ebug|ata_seek)|use_result|p(ing|oll|aram_count|repare)|e(scape_string|nable_r(pl_parse|eads_from_master)|xecute|mbedded_server_(start|end))|kill|query|f(ield_seek|etch(_(object|field(s|_direct)?|a(ssoc|ll|rray)|row))?|ree_result)|autocommit|r(ollback|pl_(p(arse_enabled|robe)|query_type)|e(port|fresh|a(p_async_query|l_(connect|escape_string|query))))|get_(c(harset|onnection_stats|lient_(stats|info|version)|ache_stats)|warnings|metadata)|m(ore_results|ulti_query|aster_query)|bind_(param|result))\\\\b","name":"support.function.mysqli.php"},{"match":"(?i)\\\\bmysqlnd_memcache_(set|get_config)\\\\b","name":"support.function.mysqlnd-memcache.php"},{"match":"(?i)\\\\bmysqlnd_ms_(set_(user_pick_server|qos)|query_is_select|get_(stats|last_(used_connection|gtid))|match_wild)\\\\b","name":"support.function.mysqlnd-ms.php"},{"match":"(?i)\\\\bmysqlnd_qc_(set_(storage_handler|cache_condition|is_select|user_handlers)|clear_cache|get_(normalized_query_trace_log|c(ore_stats|ache_info)|query_trace_log|available_handlers))\\\\b","name":"support.function.mysqlnd-qc.php"},{"match":"(?i)\\\\bmysqlnd_uh_(set_(statement_proxy|connection_proxy)|convert_to_mysqlnd)\\\\b","name":"support.function.mysqlnd-uh.php"},{"match":"(?i)\\\\b(s(yslog|ocket_(set_(timeout|blocking)|get_status)|et(cookie|rawcookie))|h(ttp_response_code|eader(s_(sent|list)|_re(gister_callback|move))?)|c(heckdnsrr|loselog)|i(net_(ntop|pton)|p2long)|openlog|d(ns_(check_record|get_(record|mx))|efine_syslog_variables)|pfsockopen|fsockopen|long2ip|get(servby(name|port)|host(name|by(name(l)?|addr))|protobyn(umber|ame)|mxrr))\\\\b","name":"support.function.network.php"},{"match":"(?i)\\\\bnsapi_(virtual|re(sponse_headers|quest_headers))\\\\b","name":"support.function.nsapi.php"},{"match":"(?i)\\\\b(deaggregate|aggregat(ion_info|e(_(info|properties(_by_(list|regexp))?|methods(_by_(list|regexp))?))?))\\\\b","name":"support.function.objaggregation.php"},{"match":"(?i)\\\\boci(s(tatementtype|e(tprefetch|rverversion)|avelob(file)?)|n(umcols|ew(c(ollection|ursor)|descriptor)|logon)|c(o(l(umn(s(cale|ize)|name|type(raw)?|isnull|precision)|l(size|trim|a(ssign(elem)?|ppend)|getelem|max))|mmit)|loselob|ancel)|internaldebug|definebyname|_(s(tatement_type|e(t_(client_i(nfo|dentifier)|prefetch|edition|action|module_name)|rver_version))|n(um_(fields|rows)|ew_(c(o(nnect|llection)|ursor)|descriptor))|c(o(nnect|mmit)|l(ient_version|ose)|ancel)|internal_debug|define_by_name|p(connect|a(ssword_change|rse))|e(rror|xecute)|f(ield_(s(cale|ize)|name|type(_raw)?|is_null|precision)|etch(_(object|a(ssoc|ll|rray)|row))?|ree_(statement|descriptor))|lob_(copy|is_equal)|r(ollback|esult)|bind_(array_by_name|by_name))|p(logon|arse)|e(rror|xecute)|f(etch(statement|into)?|ree(statement|c(ollection|ursor)|desc))|write(temporarylob|lobtofile)|lo(adlob|go(n|ff))|r(o(wcount|llback)|esult)|bindbyname)\\\\b","name":"support.function.oci8.php"},{"match":"(?i)\\\\bopenssl_(s(ign|eal)|c(sr_(sign|new|export(_to_file)?|get_(subject|public_key))|ipher_iv_length)|open|d(h_compute_key|igest|ecrypt)|p(ublic_(decrypt|encrypt)|k(cs(12_(export(_to_file)?|read)|7_(sign|decrypt|encrypt|verify))|ey_(new|export(_to_file)?|free|get_(details|p(ublic|rivate))))|rivate_(decrypt|encrypt))|e(ncrypt|rror_string)|verify|free_key|random_pseudo_bytes|get_(cipher_methods|p(ublickey|rivatekey)|md_methods)|x509_(check(_private_key|purpose)|parse|export(_to_file)?|free|read))\\\\b","name":"support.function.openssl.php"},{"match":"(?i)\\\\b(o(utput_(add_rewrite_var|reset_rewrite_vars)|b_(start|clean|implicit_flush|end_(clean|flush)|flush|list_handlers|g(zhandler|et_(status|c(ontents|lean)|flush|le(ngth|vel)))))|flush)\\\\b","name":"support.function.output.php"},{"match":"(?i)\\\\bpassword_(hash|needs_rehash|verify|get_info)\\\\b","name":"support.function.password.php"},{"match":"(?i)\\\\bpcntl_(s(ig(nal(_dispatch)?|timedwait|procmask|waitinfo)|etpriority)|exec|fork|w(stopsig|termsig|if(s(topped|ignaled)|exited)|exitstatus|ait(pid)?)|alarm|getpriority)\\\\b","name":"support.function.pcntl.php"},{"match":"(?i)\\\\bpg_(se(nd_(prepare|execute|query(_params)?)|t_(client_encoding|error_verbosity)|lect)|host|num_(fields|rows)|c(o(n(nect(ion_(status|reset|busy))?|vert)|py_(to|from))|l(ient_encoding|ose)|ancel_query)|t(ty|ra(nsaction_status|ce))|insert|options|d(elete|bname)|u(n(trace|escape_bytea)|pdate)|p(connect|ing|ort|ut_line|arameter_status|repare)|e(scape_(string|identifier|literal|bytea)|nd_copy|xecute)|version|query(_params)?|f(ield_(size|n(um|ame)|t(ype(_oid)?|able)|is_null|prtlen)|etch_(object|a(ssoc|ll(_columns)?|rray)|r(ow|esult))|ree_result)|l(o_(seek|c(lose|reate)|tell|import|open|unlink|export|write|read(_all)?)|ast_(notice|oid|error))|affected_rows|result_(s(tatus|eek)|error(_field)?)|get_(notify|pid|result)|meta_data)\\\\b","name":"support.function.pgsql.php"},{"match":"(?i)\\\\b(virtual|apache_(setenv|note|child_terminate|lookup_uri|re(s(ponse_headers|et_timeout)|quest_headers)|get(_(version|modules)|env))|getallheaders)\\\\b","name":"support.function.php_apache.php"},{"match":"(?i)\\\\bdom_import_simplexml\\\\b","name":"support.function.php_dom.php"},{"match":"(?i)\\\\bftp_(s(sl_connect|ystype|i(te|ze)|et_option)|n(list|b_(continue|put|f(put|get)|get))|c(h(dir|mod)|onnect|dup|lose)|delete|p(ut|wd|asv)|exec|quit|f(put|get)|login|alloc|r(ename|aw(list)?|mdir)|get(_option)?|m(dtm|kdir))\\\\b","name":"support.function.php_ftp.php"},{"match":"(?i)\\\\bimap_(s(can(mailbox)?|tatus|ort|ubscribe|e(t(_quota|flag_full|acl)|arch)|avebody)|header(s|info)?|num_(recent|msg)|c(heck|l(ose|earflag_full)|reate(mailbox)?)|t(hread|imeout)|open|delete(mailbox)?|8bit|u(n(subscribe|delete)|tf(7_(decode|encode)|8)|id)|ping|e(rrors|xpunge)|qprint|fetch(structure|header|text|_overview|mime|body)|l(sub|ist(s(can|ubscribed)|mailbox)?|ast_error)|a(ppend|lerts)|r(e(name(mailbox)?|open)|fc822_(parse_(headers|adrlist)|write_address))|g(c|et(subscribed|_quota(root)?|acl|mailboxes))|m(sgno|ime_header_decode|ail(_(co(py|mpose)|move)|boxmsginfo)?)|b(inary|ody(struct)?|ase64))\\\\b","name":"support.function.php_imap.php"},{"match":"(?i)\\\\bmssql_(select_db|n(um_(fields|rows)|ext_result)|c(onnect|lose)|init|data_seek|pconnect|execute|query|f(ield_(seek|name|type|length)|etch_(object|field|a(ssoc|rray)|row|batch)|ree_(statement|result))|r(ows_affected|esult)|g(uid_string|et_last_message)|min_(error_severity|message_severity)|bind)\\\\b","name":"support.function.php_mssql.php"},{"match":"(?i)\\\\bodbc_(s(tatistics|pecialcolumns|etoption)|n(um_(fields|rows)|ext_result)|c(o(nnect|lumn(s|privileges)|mmit)|ursor|lose(_all)?)|table(s|privileges)|d(o|ata_source)|p(connect|r(imarykeys|ocedure(s|columns)|epare))|e(rror(msg)?|xec(ute)?)|f(ield_(scale|n(um|ame)|type|precision|len)|oreignkeys|etch_(into|object|array|row)|ree_result)|longreadlen|autocommit|r(ollback|esult(_all)?)|gettypeinfo|binmode)\\\\b","name":"support.function.php_odbc.php"},{"match":"(?i)\\\\bpreg_(split|quote|filter|last_error|replace(_callback)?|grep|match(_all)?)\\\\b","name":"support.function.php_pcre.php"},{"match":"(?i)\\\\b(spl_(classes|object_hash|autoload(_(call|unregister|extensions|functions|register))?)|class_(implements|uses|parents)|iterator_(count|to_array|apply))\\\\b","name":"support.function.php_spl.php"},{"match":"(?i)\\\\bzip_(close|open|entry_(name|c(ompress(ionmethod|edsize)|lose)|open|filesize|read)|read)\\\\b","name":"support.function.php_zip.php"},{"match":"(?i)\\\\bposix_(s(trerror|et(sid|uid|pgid|e(uid|gid)|gid))|ctermid|t(tyname|imes)|i(satty|nitgroups)|uname|errno|kill|access|get(sid|cwd|uid|_last_error|p(id|pid|w(nam|uid)|g(id|rp))|e(uid|gid)|login|rlimit|g(id|r(nam|oups|gid)))|mk(nod|fifo))\\\\b","name":"support.function.posix.php"},{"match":"(?i)\\\\bset(threadtitle|proctitle)\\\\b","name":"support.function.proctitle.php"},{"match":"(?i)\\\\bpspell_(s(tore_replacement|uggest|ave_wordlist)|new(_(config|personal))?|c(heck|onfig_(save_repl|create|ignore|d(ict_dir|ata_dir)|personal|r(untogether|epl)|mode)|lear_session)|add_to_(session|personal))\\\\b","name":"support.function.pspell.php"},{"match":"(?i)\\\\breadline(_(c(ompletion_function|lear_history|allback_(handler_(install|remove)|read_char))|info|on_new_line|write_history|list_history|add_history|re(display|ad_history)))?\\\\b","name":"support.function.readline.php"},{"match":"(?i)\\\\brecode(_(string|file))?\\\\b","name":"support.function.recode.php"},{"match":"(?i)\\\\brrd_(create|tune|info|update|error|version|f(irst|etch)|last(update)?|restore|graph|xport)\\\\b","name":"support.function.rrd.php"},{"match":"(?i)\\\\b(s(hm_(has_var|detach|put_var|attach|remove(_var)?|get_var)|em_(acquire|re(lease|move)|get))|ftok|msg_(s(tat_queue|e(nd|t_queue))|queue_exists|re(ceive|move_queue)|get_queue))\\\\b","name":"support.function.sem.php"},{"match":"(?i)\\\\bsession_(s(ta(tus|rt)|et_(save_handler|cookie_params)|ave_path)|name|c(ommit|ache_(expire|limiter))|i(s_registered|d)|de(stroy|code)|un(set|register)|encode|write_close|reg(ister(_shutdown)?|enerate_id)|get_cookie_params|module_name)\\\\b","name":"support.function.session.php"},{"match":"(?i)\\\\bshmop_(size|close|open|delete|write|read)\\\\b","name":"support.function.shmop.php"},{"match":"(?i)\\\\bsimplexml_(import_dom|load_(string|file))\\\\b","name":"support.function.simplexml.php"},{"match":"(?i)\\\\bsnmp(set|2_(set|walk|real_walk|get(next)?)|_(set_(oid_(numeric_print|output_format)|enum_print|valueretrieval|quick_print)|read_mib|get_(valueretrieval|quick_print))|3_(set|walk|real_walk|get(next)?)|walk(oid)?|realwalk|get(next)?)\\\\b","name":"support.function.snmp.php"},{"match":"(?i)\\\\b(is_soap_fault|use_soap_error_handler)\\\\b","name":"support.function.soap.php"},{"match":"(?i)\\\\bsocket_(s(hutdown|trerror|e(nd(to)?|t_(nonblock|option|block)|lect))|c(onnect|l(ose|ear_error)|reate(_(pair|listen))?)|import_stream|write|l(isten|ast_error)|accept|re(cv(from)?|ad)|get(sockname|_option|peername)|bind)\\\\b","name":"support.function.sockets.php"},{"match":"(?i)\\\\bsqlite_(s(ingle_query|eek)|has_(prev|more)|n(um_(fields|rows)|ext)|c(hanges|olumn|urrent|lose|reate_(function|aggregate))|open|u(nbuffered_query|df_(decode_binary|encode_binary))|p(open|rev)|e(scape_string|rror_string|xec)|valid|key|query|f(ield_name|etch_(s(tring|ingle)|column_types|object|a(ll|rray))|actory)|l(ib(encoding|version)|ast_(insert_rowid|error))|array_query|rewind|busy_timeout)\\\\b","name":"support.function.sqlite.php"},{"match":"(?i)\\\\bsqlsrv_(se(nd_stream_data|rver_info)|has_rows|n(um_(fields|rows)|ext_result)|c(o(n(nect|figure)|mmit)|l(ient_info|ose)|ancel)|prepare|e(rrors|xecute)|query|f(ield_metadata|etch(_(object|array))?|ree_stmt)|ro(ws_affected|llback)|get_(config|field)|begin_transaction)\\\\b","name":"support.function.sqlsrv.php"},{"match":"(?i)\\\\bstats_(s(ta(ndard_deviation|t_(noncentral_t|correlation|in(nerproduct|dependent_t)|p(owersum|ercentile|aired_t)|gennch|binomial_coef))|kew)|harmonic_mean|c(ovariance|df_(n(oncentral_(chisquare|f)|egative_binomial)|c(hisquare|auchy)|t|uniform|poisson|exponential|f|weibull|l(ogistic|aplace)|gamma|b(inomial|eta)))|den(s_(n(ormal|egative_binomial)|c(hisquare|auchy)|t|pmf_(hypergeometric|poisson|binomial)|exponential|f|weibull|l(ogistic|aplace)|gamma|beta)|_uniform)|variance|kurtosis|absolute_deviation|rand_(setall|phrase_to_seeds|ranf|ge(n_(no(ncen(tral_(t|f)|ral_chisquare)|rmal)|chisquare|t|i(nt|uniform|poisson|binomial(_negative)?)|exponential|f(uniform)?|gamma|beta)|t_seeds)))\\\\b","name":"support.function.stats.php"},{"match":"(?i)\\\\bs(tream_(s(ocket_(s(hutdown|e(ndto|rver))|client|pair|enable_crypto|accept|recvfrom|get_name)|upports_lock|e(t_(chunk_size|timeout|write_buffer|read_buffer|blocking)|lect))|notification_callback|co(ntext_(set_(option|default|params)|create|get_(options|default|params))|py_to_stream)|is_local|encoding|filter_(prepend|append|re(gister|move))|wrapper_(unregister|re(store|gister))|re(solve_include_path|gister_wrapper)|get_(contents|transports|filters|wrappers|line|meta_data)|bucket_(new|prepend|append|make_writeable))|et_socket_blocking)\\\\b","name":"support.function.streamsfuncs.php"},{"match":"(?i)\\\\b(s(scanf|ha1(_file)?|tr(s(tr|pn)|n(c(asecmp|mp)|atc(asecmp|mp))|c(spn|hr|oll|asecmp|mp)|t(o(upper|k|lower)|r)|i(str|p(slashes|cslashes|os|_tags))|_(s(huffle|plit)|ireplace|pad|word_count|r(ot13|ep(eat|lace))|getcsv)|p(os|brk)|len|r(chr|ipos|pos|ev))|imilar_text|oundex|ubstr(_(co(unt|mpare)|replace))?|printf|etlocale)|h(tml(specialchars(_decode)?|_entity_decode|entities)|e(x2bin|brev(c)?))|n(umber_format|l(2br|_langinfo))|c(h(op|unk_split|r)|o(nvert_(cyr_string|uu(decode|encode))|unt_chars)|r(ypt|c32))|trim|implode|ord|uc(first|words)|join|p(arse_str|rint(f)?)|e(cho|xplode)|v(sprintf|printf|fprintf)|quote(d_printable_(decode|encode)|meta)|fprintf|wordwrap|l(cfirst|trim|ocaleconv|evenshtein)|add(slashes|cslashes)|rtrim|get_html_translation_table|m(oney_format|d5(_file)?|etaphone)|bin2hex)\\\\b","name":"support.function.string.php"},{"match":"(?i)\\\\bsybase_(se(t_message_handler|lect_db)|num_(fields|rows)|c(onnect|lose)|d(eadlock_retry_count|ata_seek)|unbuffered_query|pconnect|query|f(ield_seek|etch_(object|field|a(ssoc|rray)|row)|ree_result)|affected_rows|result|get_last_message|min_(server_severity|client_severity|error_severity|message_severity))\\\\b","name":"support.function.sybase.php"},{"match":"(?i)\\\\b(taint|is_tainted|untaint)\\\\b","name":"support.function.taint.php"},{"match":"(?i)\\\\b(tidy_(s(et(opt|_encoding)|ave_config)|c(onfig_count|lean_repair)|is_x(html|ml)|diagnose|parse_(string|file)|error_count|warning_count|load_config|access_count|re(set_config|pair_(string|file))|get(opt|_(status|h(tml(_ver)?|ead)|config|o(utput|pt_doc)|r(oot|elease)|body)))|ob_tidyhandler)\\\\b","name":"support.function.tidy.php"},{"match":"(?i)\\\\btoken_(name|get_all)\\\\b","name":"support.function.tokenizer.php"},{"match":"(?i)\\\\btrader_(s(t(och(f|rsi)?|ddev)|in(h)?|u(m|b)|et_(compat|unstable_period)|qrt|ar(ext)?|ma)|ht_(sine|trend(line|mode)|dcp(hase|eriod)|phasor)|natr|c(ci|o(s(h)?|rrel)|dl(s(ho(otingstar|rtline)|t(icksandwich|alledpattern)|pinningtop|eparatinglines)|h(i(kkake(mod)?|ghwave)|omingpigeon|a(ngingman|rami(cross)?|mmer))|c(o(ncealbabyswall|unterattack)|losingmarubozu)|t(hrusting|a(sukigap|kuri)|ristar)|i(n(neck|vertedhammer)|dentical3crows)|2crows|onneck|d(oji(star)?|arkcloudcover|ragonflydoji)|u(nique3river|psidegap2crows)|3(starsinsouth|inside|outside|whitesoldiers|linestrike|blackcrows)|piercing|e(ngulfing|vening(star|dojistar))|kicking(bylength)?|l(ongl(ine|eggeddoji)|adderbottom)|a(dvanceblock|bandonedbaby)|ri(sefall3methods|ckshawman)|g(apsidesidewhite|ravestonedoji)|xsidegap3methods|m(orning(star|dojistar)|a(t(hold|chinglow)|rubozu))|b(elthold|reakaway))|eil|mo)|t(sf|ypprice|3|ema|an(h)?|r(i(x|ma)|ange))|obv|d(iv|ema|x)|ultosc|p(po|lus_d(i|m))|e(rrno|xp|ma)|var|kama|floor|w(clprice|illr|ma)|l(n|inearreg(_(slope|intercept|angle))?|og10)|a(sin|cos|t(an|r)|d(osc|d|x(r)?)?|po|vgprice|roon(osc)?)|r(si|oc(p|r(100)?)?)|get_(compat|unstable_period)|m(i(n(index|us_d(i|m)|max(index)?)?|dp(oint|rice))|om|ult|edprice|fi|a(cd(ext|fix)?|vp|x(index)?|ma)?)|b(op|eta|bands))\\\\b","name":"support.function.trader.php"},{"match":"(?i)\\\\b(http_build_query|url(decode|encode)|parse_url|rawurl(decode|encode)|get_(headers|meta_tags)|base64_(decode|encode))\\\\b","name":"support.function.url.php"},{"match":"(?i)\\\\b(s(trval|e(ttype|rialize))|i(s(set|_(s(calar|tring)|nu(ll|meric)|callable|int(eger)?|object|double|float|long|array|re(source|al)|bool|arraykey|nonnull|dict|vec|keyset))|ntval|mport_request_variables)|d(oubleval|ebug_zval_dump)|unse(t|rialize)|print_r|empty|var_(dump|export)|floatval|get(type|_(defined_vars|resource_type))|boolval)\\\\b","name":"support.function.var.php"},{"match":"(?i)\\\\bwddx_(serialize_va(lue|rs)|deserialize|packet_(start|end)|add_vars)\\\\b","name":"support.function.wddx.php"},{"match":"(?i)\\\\bxhprof_(sample_(disable|enable)|disable|enable)\\\\b","name":"support.function.xhprof.php"},{"match":"(?i)\\\\b(utf8_(decode|encode)|xml_(set_(start_namespace_decl_handler|notation_decl_handler|character_data_handler|object|default_handler|unparsed_entity_decl_handler|processing_instruction_handler|e(nd_namespace_decl_handler|lement_handler|xternal_entity_ref_handler))|parse(_into_struct|r_(set_option|create(_ns)?|free|get_option))?|error_string|get_(current_(column_number|line_number|byte_index)|error_code)))\\\\b","name":"support.function.xml.php"},{"match":"(?i)\\\\bxmlrpc_(se(t_type|rver_(c(all_method|reate)|destroy|add_introspection_data|register_(introspection_callback|method)))|is_fault|decode(_request)?|parse_method_descriptions|encode(_request)?|get_type)\\\\b","name":"support.function.xmlrpc.php"},{"match":"(?i)\\\\bxmlwriter_(s(tart_(c(omment|data)|d(td(_(e(ntity|lement)|attlist))?|ocument)|pi|element(_ns)?|attribute(_ns)?)|et_indent(_string)?)|text|o(utput_memory|pen_(uri|memory))|end_(c(omment|data)|d(td(_(e(ntity|lement)|attlist))?|ocument)|pi|element|attribute)|f(ull_end_element|lush)|write_(c(omment|data)|dtd(_(e(ntity|lement)|attlist))?|pi|element(_ns)?|attribute(_ns)?|raw))\\\\b","name":"support.function.xmlwriter.php"},{"match":"(?i)\\\\bxslt_(set(opt|_(s(cheme_handler(s)?|ax_handler(s)?)|object|e(ncoding|rror_handler)|log|base))|create|process|err(no|or)|free|getopt|backend_(name|info|version))\\\\b","name":"support.function.xslt.php"},{"match":"(?i)\\\\b(zlib_(decode|encode|get_coding_type)|readgzfile|gz(seek|c(ompress|lose)|tell|inflate|open|de(code|flate)|uncompress|p(uts|assthru)|e(ncode|of)|file|write|re(wind|ad)|get(s(s)?|c)))\\\\b","name":"support.function.zlib.php"},{"match":"(?i)\\\\bis_int(eger)?\\\\b","name":"support.function.alias.php"}]},"type-annotation":{"name":"support.type.php","patterns":[{"match":"\\\\b(?:bool|int|float|string|resource|mixed|arraykey|nonnull|dict|vec|keyset)\\\\b","name":"support.type.php"},{"begin":"([A-Za-z_][A-Za-z0-9_]*)<","beginCaptures":{"1":{"name":"support.class.php"}},"end":">","patterns":[{"include":"#type-annotation"}]},{"begin":"(shape\\\\()","end":"((,|\\\\.\\\\.\\\\.)?\\\\s*\\\\))","endCaptures":{"1":{"name":"keyword.operator.key.php"}},"name":"storage.type.shape.php","patterns":[{"include":"#type-annotation"},{"include":"#strings"},{"include":"#constants"}]},{"begin":"\\\\(","end":"\\\\)","patterns":[{"include":"#type-annotation"}]},{"include":"#class-name"},{"include":"#comments"}]},"user-function-call":{"begin":"(?i)(?=[a-z_0-9\\\\\\\\]*[a-z_][a-z0-9_]*\\\\s*\\\\()","end":"(?i)[a-z_][a-z_0-9]*(?=\\\\s*\\\\()","endCaptures":{"0":{"name":"entity.name.function.php"}},"name":"meta.function-call.php","patterns":[{"include":"#namespace"}]},"var_basic":{"patterns":[{"captures":{"1":{"name":"punctuation.definition.variable.php"}},"match":"(\\\\$+)[a-zA-Z_\\\\x{7f}-\\\\x{ff}][a-zA-Z0-9_\\\\x{7f}-\\\\x{ff}]*?\\\\b","name":"variable.other.php"}]},"var_global":{"captures":{"1":{"name":"punctuation.definition.variable.php"}},"match":"(\\\\$)((_(COOKIE|FILES|GET|POST|REQUEST))|arg(v|c))\\\\b","name":"variable.other.global.php"},"var_global_safer":{"captures":{"1":{"name":"punctuation.definition.variable.php"}},"match":"(\\\\$)((GLOBALS|_(ENV|SERVER|SESSION)))","name":"variable.other.global.safer.php"},"variable-name":{"patterns":[{"include":"#var_global"},{"include":"#var_global_safer"},{"captures":{"1":{"name":"variable.other.php"},"2":{"name":"punctuation.definition.variable.php"},"4":{"name":"keyword.operator.class.php"},"5":{"name":"variable.other.property.php"},"6":{"name":"punctuation.section.array.begin.php"},"7":{"name":"constant.numeric.index.php"},"8":{"name":"variable.other.index.php"},"9":{"name":"punctuation.definition.variable.php"},"10":{"name":"string.unquoted.index.php"},"11":{"name":"punctuation.section.array.end.php"}},"comment":"Simple syntax: $foo, $foo[0], $foo[$bar], $foo->bar","match":"((\\\\$)(?<name>[a-zA-Z_\\\\x{7f}-\\\\x{ff}][a-zA-Z0-9_\\\\x{7f}-\\\\x{ff}]*))(?:(->)(\\\\g<name>)|(\\\\[)(?:(\\\\d+)|((\\\\$)\\\\g<name>)|(\\\\w+))(\\\\]))?"},{"captures":{"1":{"name":"variable.other.php"},"2":{"name":"punctuation.definition.variable.php"},"4":{"name":"punctuation.definition.variable.php"}},"comment":"Simple syntax with braces: \\"foo\${bar}baz\\"","match":"((\\\\$\\\\{)(?<name>[a-zA-Z_\\\\x{7f}-\\\\x{ff}][a-zA-Z0-9_\\\\x{7f}-\\\\x{ff}]*)(\\\\}))"}]},"variables":{"patterns":[{"include":"#var_global"},{"include":"#var_global_safer"},{"include":"#var_basic"},{"begin":"(\\\\$\\\\{)(?=.*?\\\\})","beginCaptures":{"1":{"name":"punctuation.definition.variable.php"}},"end":"(\\\\})","endCaptures":{"1":{"name":"punctuation.definition.variable.php"}},"patterns":[{"include":"#language"}]}]},"xhp":{"comment":"Avoid < operator expressions as best we can using Zertosh's regex","patterns":[{"applyEndPatternLast":1,"begin":"(?<=\\\\(|\\\\{|\\\\[|,|&&|\\\\|\\\\||\\\\?|:|=|=>|\\\\Wreturn|^return|^)\\\\s*(?=<[_\\\\p{L}])","contentName":"source.xhp","end":"(?=.)","patterns":[{"include":"#xhp-tag-element-name"}]}]},"xhp-assignment":{"patterns":[{"comment":"look for attribute assignment","match":"=(?=\\\\s*(?:'|\\"|{|/\\\\*|<|//|\\\\n))","name":"keyword.operator.assignment.xhp"}]},"xhp-attribute-name":{"patterns":[{"captures":{"0":{"name":"entity.other.attribute-name.xhp"}},"comment":"look for attribute name","match":"(?<!\\\\S)([_\\\\p{L}](?:[\\\\p{L}\\\\p{Mn}\\\\p{Mc}\\\\p{Nd}\\\\p{Nl}\\\\p{Pc}-](?<!\\\\.\\\\.))*+)(?<!\\\\.)(?=//|/\\\\*|=|\\\\s|>|/>)"}]},"xhp-entities":{"patterns":[{"captures":{"0":{"name":"constant.character.entity.xhp"},"1":{"name":"punctuation.definition.entity.xhp"},"2":{"name":"entity.name.tag.html.xhp"},"3":{"name":"punctuation.definition.entity.xhp"}},"comment":"Embeded HTML entities &blah","match":"(&)([a-zA-Z0-9]+|#[0-9]+|#x[0-9a-fA-F]+)(;)"},{"comment":"Entity with & and invalid name","match":"&\\\\S*;","name":"invalid.illegal.bad-ampersand.xhp"}]},"xhp-evaluated-code":{"begin":"{","beginCaptures":{"0":{"name":"punctuation.section.embedded.begin.xhp"}},"contentName":"source.php.xhp","end":"}","endCaptures":{"0":{"name":"punctuation.section.embedded.end.xhp"}},"name":"meta.embedded.expression.php","patterns":[{"include":"#language"}]},"xhp-html-comments":{"begin":"<!--","captures":{"0":{"name":"punctuation.definition.comment.html"}},"end":"--\\\\s*>","name":"comment.block.html","patterns":[{"match":"--(?!-*\\\\s*>)","name":"invalid.illegal.bad-comments-or-CDATA.html"}]},"xhp-string-double-quoted":{"begin":"\\"","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.xhp"}},"end":"\\"(?<!\\\\\\\\\\")","endCaptures":{"0":{"name":"punctuation.definition.string.end.xhp"}},"name":"string.quoted.double.php","patterns":[{"include":"#xhp-entities"}]},"xhp-string-single-quoted":{"begin":"'","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.xhp"}},"end":"'(?<!\\\\\\\\')","endCaptures":{"0":{"name":"punctuation.definition.string.end.xhp"}},"name":"string.quoted.single.php","patterns":[{"include":"#xhp-entities"}]},"xhp-tag-attributes":{"patterns":[{"include":"#xhp-attribute-name"},{"include":"#xhp-assignment"},{"include":"#xhp-string-double-quoted"},{"include":"#xhp-string-single-quoted"},{"include":"#xhp-evaluated-code"},{"include":"#xhp-tag-element-name"},{"include":"#comments"}]},"xhp-tag-element-name":{"patterns":[{"begin":"\\\\s*(<)([_\\\\p{L}](?:[:\\\\p{L}\\\\p{Mn}\\\\p{Mc}\\\\p{Nd}\\\\p{Nl}\\\\p{Pc}-])*+)(?=[/>\\\\s])(?<![\\\\:])","beginCaptures":{"1":{"name":"punctuation.definition.tag.xhp"},"2":{"name":"entity.name.tag.open.xhp"}},"comment":"Tags that end > are trapped in #xhp-tag-termination","end":"\\\\s*(?<=</)(\\\\2)(>)|(/>)|((?<=</)[\\\\S ]*?)>","endCaptures":{"1":{"name":"entity.name.tag.close.xhp"},"2":{"name":"punctuation.definition.tag.xhp"},"3":{"name":"punctuation.definition.tag.xhp"},"4":{"name":"invalid.illegal.termination.xhp"}},"patterns":[{"include":"#xhp-tag-termination"},{"include":"#xhp-html-comments"},{"include":"#xhp-tag-attributes"}]}]},"xhp-tag-termination":{"patterns":[{"begin":"(?<!--)(>)","beginCaptures":{"0":{"name":"punctuation.definition.tag.xhp"},"1":{"name":"XHPStartTagEnd"}},"comment":"uses non consuming search for </ in </tag>","end":"(</)","endCaptures":{"0":{"name":"punctuation.definition.tag.xhp"},"1":{"name":"XHPEndTagStart"}},"patterns":[{"include":"#xhp-evaluated-code"},{"include":"#xhp-entities"},{"include":"#xhp-html-comments"},{"include":"#xhp-tag-element-name"}]}]}},"scopeName":"source.hack","embeddedLangs":["html","sql"]}`)), i = [
4
+ const n = Object.freeze(JSON.parse(`{"displayName":"Hack","fileTypes":["hh","php","hack"],"foldingStartMarker":"(/\\\\*|\\\\{\\\\s*$|<<<HTML)","foldingStopMarker":"(\\\\*/|^\\\\s*}|^HTML;)","name":"hack","patterns":[{"include":"text.html.basic"},{"include":"#language"}],"repository":{"attributes":{"patterns":[{"begin":"(<<)(?!<)","beginCaptures":{"1":{"name":"punctuation.definition.attributes.php"}},"end":"(>>)","endCaptures":{"1":{"name":"punctuation.definition.attributes.php"}},"name":"meta.attributes.php","patterns":[{"include":"#comments"},{"match":"([A-Z_a-z][0-9A-Z_a-z]*)","name":"entity.other.attribute-name.php"},{"begin":"(\\\\()","beginCaptures":{"1":{"name":"punctuation.definition.parameters.begin.php"}},"end":"(\\\\))","endCaptures":{"1":{"name":"punctuation.definition.parameters.end.php"}},"patterns":[{"include":"#language"}]}]}]},"class-builtin":{"patterns":[{"captures":{"1":{"name":"punctuation.separator.inheritance.php"}},"match":"(?i)(\\\\\\\\)?\\\\b(st(dClass|reamWrapper)|R(RD(Graph|Creator|Updater)|untimeException|e(sourceBundle|cursive(RegexIterator|Ca((?:ching|llbackFilter)Iterator)|TreeIterator|Iterator(Iterator)?|DirectoryIterator|FilterIterator|ArrayIterator)|flect(ion(Method|Class|ZendExtension|Object|P(arameter|roperty)|Extension|Function(Abstract)?)?|or)|gexIterator)|angeException)|G(ender\\\\Gender|lobIterator|magick(Draw|Pixel)?)|X(sltProcessor|ML(Reader|Writer)|SLTProcessor)|M(ysqlndUh(Connection|PreparedStatement)|ongo(Re(sultException|gex)|Grid(fsFile|FS(Cursor|File)?)|BinData|C(o(de|llection)|ursor(Exception)?|lient)|Timestamp|I(nt(32|64)|d)|D(B(Ref)?|ate)|Pool|Log)?|u(tex|ltipleIterator)|e(ssageFormatter|mcache(d)?))|Bad((?:Method|Function)CallException)|tidy(Node)?|S(tackable|impleXML(Iterator|Element)|oap(Server|Header|Client|Param|Var|Fault)|NMP|CA(_((?:Soap|Local)Proxy))?|p(hinxClient|oofchecker|l(M((?:in|ax)Heap)|S(tack|ubject)|Heap|T(ype|empFileObject)|Ob(server|jectStorage)|DoublyLinkedList|PriorityQueue|Enum|Queue|Fi(le(Info|Object)|xedArray)))|e(ssionHandler(Interface)?|ekableIterator|rializable)|DO_(Model_(ReflectionDataObject|Type|Property)|Sequence|D(ata(Object|Factory)|AS_(Relational|XML(_Document)?|Setting|ChangeSummary|Data(Object|Factory)))|Exception|List)|wish(Result(s)?|Search)?|VM(Model)?|QLite(Result|3(Result|Stmt)?|Database|Unbuffered)|AM(Message|Connection))|H(ttp(Re(sponse|quest(Pool)?)|Message|InflateStream|DeflateStream|QueryString)|aru(Image|Outline|D(oc|estination)|Page|Encoder|Font|Annotation))|Yaf_(R(oute(_(Re(write|gex)|Map|S(tatic|imple|upervar)|Interface)|r)|e(sponse_Abstract|quest_(Simple|Http|Abstract)|gistry))|Session|Con(troller_Abstract|fig_(Simple|Ini|Abstract))|Dispatcher|Plugin_Abstract|Exception|View_(Simple|Interface)|Loader|A(ction_Abstract|pplication))|N(o(RewindIterator|rmalizer)|umberFormatter)|C(o(nd|untable|llator)|a((?:ching|llbackFilter)Iterator))|T(hread|okyoTyrant(Table|Iterator|Query)?|ra(nsliterator|versable))|I(n(tlDateFormatter|validArgumentException|finiteIterator)|terator(Iterator|Aggregate)?|magick(Draw|Pixel(Iterator)?)?)|php_user_filter|ZipArchive|O(CI-(Collection|Lob)|ut(erIterator|Of((?:Range|Bounds)Exception))|verflowException)|D(irectory(Iterator)?|omainException|OM(XPath|N(ode(list)?|amedNodeMap)|C(haracterData|omment|dataSection)|Text|Implementation|Document(Fragment)?|ProcessingInstruction|E(ntityReference|lement)|Attr)|ate(Time(Zone)?|Interval|Period))|Un((?:derflow|expectedValue)Exception)|JsonSerializable|finfo|P(har(Data|FileInfo)?|DO(Statement)?|arentIterator)|E(v(S(tat|ignal)|Ch(ild|eck)|Timer|I(o|dle)|P(eriodic|repare)|Embed|Fork|Watcher|Loop)?|rrorException|xception|mptyIterator)|V(8Js(Exception)?|arnish(Stat|Log|Admin))|KTaglib_(MPEG_(File|AudioProperties)|Tag|ID3v2_(Tag|Frame|AttachedPictureFrame))|QuickHash(StringIntHash|Int(S(tringHash|et)|Hash))|Fil((?:ter|esystem)Iterator)|mysqli(_(stmt|driver|warning|result))?|W(orker|eak(Map|ref))|L(imitIterator|o(cale|gicException)|ua(Closure)?|engthException|apack)|A(MQP(C(hannel|onnection)|E(nvelope|xchange)|Queue)|ppendIterator|PCIterator|rray(Iterator|Object|Access)))\\\\b","name":"support.class.builtin.php"}]},"class-name":{"patterns":[{"begin":"(?i)(?=\\\\\\\\?[0-9_a-z]+\\\\\\\\)","end":"(?i)([_a-z][0-9_a-z]*)?(?=[^0-9\\\\\\\\_a-z])","endCaptures":{"1":{"name":"support.class.php"}},"patterns":[{"include":"#namespace"}]},{"include":"#class-builtin"},{"begin":"(?=[A-Z\\\\\\\\_a-z])","end":"(?i)([_a-z][0-9_a-z]*)?(?=[^0-9\\\\\\\\_a-z])","endCaptures":{"1":{"name":"support.class.php"}},"patterns":[{"include":"#namespace"}]}]},"comments":{"patterns":[{"begin":"/\\\\*\\\\*(?:#@\\\\+)?\\\\s*$","captures":{"0":{"name":"punctuation.definition.comment.php"}},"end":"\\\\*/","name":"comment.block.documentation.phpdoc.php","patterns":[{"include":"#php_doc"}]},{"begin":"/\\\\*","captures":{"0":{"name":"punctuation.definition.comment.php"}},"end":"\\\\*/","name":"comment.block.php"},{"begin":"(^[\\\\t ]+)?(?=//)","beginCaptures":{"1":{"name":"punctuation.whitespace.comment.leading.php"}},"end":"(?!\\\\G)","patterns":[{"begin":"//","beginCaptures":{"0":{"name":"punctuation.definition.comment.php"}},"end":"\\\\n|(?=\\\\?>)","name":"comment.line.double-slash.php"}]}]},"constants":{"patterns":[{"begin":"(?i)(?=((\\\\\\\\[_a-z][0-9_a-z]*\\\\\\\\[_a-z][0-9\\\\\\\\_a-z]*)|([_a-z][0-9_a-z]*\\\\\\\\[_a-z][0-9\\\\\\\\_a-z]*))[^0-9\\\\\\\\_a-z])","end":"(?i)([_a-z][0-9_a-z]*)?(?=[^0-9\\\\\\\\_a-z])","endCaptures":{"1":{"name":"constant.other.php"}},"patterns":[{"include":"#namespace"}]},{"begin":"(?=\\\\\\\\?[A-Z_a-z\\\\x7F-ÿ])","end":"(?=[^A-Z\\\\\\\\_a-z\\\\x7F-ÿ])","patterns":[{"match":"(?i)\\\\b(TRUE|FALSE|NULL|__(FILE|DIR|FUNCTION|CLASS|METHOD|LINE|NAMESPACE)__)\\\\b","name":"constant.language.php"},{"captures":{"1":{"name":"punctuation.separator.inheritance.php"}},"match":"(\\\\\\\\)?\\\\b(STD(IN|OUT|ERR)|ZEND_(THREAD_SAFE|DEBUG_BUILD)|DEFAULT_INCLUDE_PATH|P(HP_(R(OUND_HALF_(ODD|DOWN|UP|EVEN)|ELEASE_VERSION)|M(INOR_VERSION|A(XPATHLEN|JOR_VERSION))|BINDIR|S(HLIB_SUFFIX|YSCONFDIR|API)|CONFIG_FILE_(SCAN_DIR|PATH)|INT_(MAX|SIZE)|ZTS|O(S|UTPUT_HANDLER_(START|CONT|END))|D(EBUG|ATADIR)|URL_(SCHEME|HOST|USER|P(ORT|A(SS|TH))|QUERY|FRAGMENT)|PREFIX|E(XT(RA_VERSION|ENSION_DIR)|OL)|VERSION(_ID)?|WINDOWS_(NT_(SERVER|DOMAIN_CONTROLLER|WORKSTATION)|VERSION_(M(INOR|AJOR)|BUILD|S(UITEMASK|P_M(INOR|AJOR))|P(RODUCTTYPE|LATFORM)))|L((?:IB|OCALSTATE)DIR))|EAR_((?:INSTALL|EXTENSION)_DIR))|E_(RECOVERABLE_ERROR|STRICT|NOTICE|CO(RE_(ERROR|WARNING)|MPILE_(ERROR|WARNING))|DEPRECATED|USER_(NOTICE|DEPRECATED|ERROR|WARNING)|PARSE|ERROR|WARNING|ALL))\\\\b","name":"support.constant.core.php"},{"captures":{"1":{"name":"punctuation.separator.inheritance.php"}},"match":"(\\\\\\\\)?\\\\b(RADIXCHAR|GROUPING|M(_(1_PI|SQRT(1_2|[23]|PI)|2_(SQRTPI|PI)|PI(_([24]))?|E(ULER)?|L(N(10|2|PI)|OG(10E|2E)))|ON_(GROUPING|1([012])?|[278]|THOUSANDS_SEP|3|DECIMAL_POINT|[4569]))|S(TR_PAD_(RIGHT|BOTH|LEFT)|ORT_(REGULAR|STRING|NUMERIC|DESC|LOCALE_STRING|ASC)|EEK_(SET|CUR|END))|H(TML_(SPECIALCHARS|ENTITIES)|ASH_HMAC)|YES(STR|EXPR)|N(_(S(IGN_POSN|EP_BY_SPACE)|CS_PRECEDES)|O(STR|EXPR)|EGATIVE_SIGN|AN)|C(R(YPT_(MD5|BLOWFISH|S(HA(256|512)|TD_DES|ALT_LENGTH)|EXT_DES)|NCYSTR|EDITS_(G(ROUP|ENERAL)|MODULES|SAPI|DOCS|QA|FULLPAGE|ALL))|HAR_MAX|O(NNECTION_(NORMAL|TIMEOUT|ABORTED)|DESET|UNT_(RECURSIVE|NORMAL))|URRENCY_SYMBOL|ASE_(UPPER|LOWER))|__COMPILER_HALT_OFFSET__|T(HOUS(EP|ANDS_SEP)|_FMT(_AMPM)?)|IN(T_(CURR_SYMBOL|FRAC_DIGITS)|I_(S(YSTEM|CANNER_(RAW|NORMAL))|USER|PERDIR|ALL)|F(O_(GENERAL|MODULES|C(REDITS|ONFIGURATION)|ENVIRONMENT|VARIABLES|LICENSE|ALL))?)|D(_((?:T_|)FMT)|IRECTORY_SEPARATOR|ECIMAL_POINT|A(Y_([1-7])|TE_(R(SS|FC(1(123|036)|2822|8(22|50)|3339))|COOKIE|ISO8601|W3C|ATOM)))|UPLOAD_ERR_(NO_(TMP_DIR|FILE)|CANT_WRITE|INI_SIZE|OK|PARTIAL|EXTENSION|FORM_SIZE)|P(M_STR|_(S(IGN_POSN|EP_BY_SPACE)|CS_PRECEDES)|OSITIVE_SIGN|ATH(_SEPARATOR|INFO_(BASENAME|DIRNAME|EXTENSION|FILENAME)))|E(RA(_(YEAR|T_FMT|D_((?:T_|)FMT)))?|XTR_(REFS|SKIP|IF_EXISTS|OVERWRITE|PREFIX_(SAME|I(NVALID|F_EXISTS)|ALL))|NT_(NOQUOTES|COMPAT|IGNORE|QUOTES))|FRAC_DIGITS|L(C_(M(ONETARY|ESSAGES)|NUMERIC|C(TYPE|OLLATE)|TIME|ALL)|O(G_(MAIL|SYSLOG|N(O(TICE|WAIT)|DELAY|EWS)|C(R(IT|ON)|ONS)|INFO|ODELAY|D(EBUG|AEMON)|U(SER|UCP)|P(ID|ERROR)|E(RR|MERG)|KERN|WARNING|L(OCAL([0-7])|PR)|A(UTH(PRIV)?|LERT))|CK_(SH|NB|UN|EX)))|A(M_STR|B(MON_(1([012])?|[2-9])|DAY_([1-7]))|SSERT_(BAIL|CALLBACK|QUIET_EVAL|WARNING|ACTIVE)|LT_DIGITS))\\\\b","name":"support.constant.std.php"},{"captures":{"1":{"name":"punctuation.separator.inheritance.php"}},"match":"(\\\\\\\\)?\\\\b(GLOB_(MARK|BRACE|NO(SORT|CHECK|ESCAPE)|ONLYDIR|ERR|AVAILABLE_FLAGS)|XML_(SAX_IMPL|HTML_DOCUMENT_NODE|N((?:OTATION|AMESPACE_DECL)_NODE)|C((?:OMMENT|DATA_SECTION)_NODE)|TEXT_NODE|OPTION_(SKIP_(TAGSTART|WHITE)|CASE_FOLDING|TARGET_ENCODING)|D(TD_NODE|OCUMENT_((?:|TYPE_|FRAG_)NODE))|PI_NODE|E(RROR_(RECURSIVE_ENTITY_REF|MISPLACED_XML_PI|B((?:INARY_ENTITY|AD_CHAR)_REF)|SYNTAX|NO(NE|_(MEMORY|ELEMENTS))|TAG_MISMATCH|IN(CORRECT_ENCODING|VALID_TOKEN)|DUPLICATE_ATTRIBUTE|UN(CLOSED_(CDATA_SECTION|TOKEN)|DEFINED_ENTITY|KNOWN_ENCODING)|JUNK_AFTER_DOC_ELEMENT|PAR(TIAL_CHAR|AM_ENTITY_REF)|EXTERNAL_ENTITY_HANDLING|A(SYNC_ENTITY|TTRIBUTE_EXTERNAL_ENTITY_REF))|NTITY_((?:REF_||DECL_)NODE)|LEMENT_((?:|DECL_)NODE))|LOCAL_NAMESPACE|ATTRIBUTE_(N(MTOKEN(S)?|O(TATION|DE))|CDATA|ID(REF(S)?)?|DECL_NODE|EN(TITY|UMERATION)))|M(HASH_(RIPEMD(1(28|60)|256|320)|GOST|MD([245])|S(HA(1|2(24|56)|384|512)|NEFRU256)|HAVAL(1(28|92|60)|2(24|56))|CRC32(B)?|TIGER(1(28|60))?|WHIRLPOOL|ADLER32)|YSQL(_(BOTH|NUM|CLIENT_(SSL|COMPRESS|I(GNORE_SPACE|NTERACTIVE))|ASSOC)|I_(RE(PORT_(STRICT|INDEX|OFF|ERROR|ALL)|FRESH_(GRANT|MASTER|BACKUP_LOG|S(TATUS|LAVE)|HOSTS|T(HREADS|ABLES)|LOG)|AD_DEFAULT_(GROUP|FILE))|GROUP_FLAG|MULTIPLE_KEY_FLAG|B(INARY_FLAG|OTH|LOB_FLAG)|S(T(MT_ATTR_(CURSOR_TYPE|UPDATE_MAX_LENGTH|PREFETCH_ROWS)|ORE_RESULT)|E(RVER_QUERY_(NO_((?:GOOD_|)INDEX_USED)|WAS_SLOW)|T_(CHARSET_NAME|FLAG)))|N(O(_D(EFAULT_VALUE_FLAG|ATA)|T_NULL_FLAG)|UM(_FLAG)?)|C(URSOR_TYPE_(READ_ONLY|SCROLLABLE|NO_CURSOR|FOR_UPDATE)|LIENT_(SSL|NO_SCHEMA|COMPRESS|I(GNORE_SPACE|NTERACTIVE)|FOUND_ROWS))|T(YPE_(GEOMETRY|MEDIUM_BLOB|B(IT|LOB)|S(HORT|TRING|ET)|YEAR|N(ULL|EWD(ECIMAL|ATE))|CHAR|TI(ME(STAMP)?|NY(_BLOB)?)|INT(24|ERVAL)|D(OUBLE|ECIMAL|ATE(TIME)?)|ENUM|VAR_STRING|FLOAT|LONG(_BLOB|LONG)?)|IMESTAMP_FLAG)|INIT_COMMAND|ZEROFILL_FLAG|O(N_UPDATE_NOW_FLAG|PT_(NET_((?:REA|CM)D_BUFFER_SIZE)|CONNECT_TIMEOUT|INT_AND_FLOAT_NATIVE|LOCAL_INFILE))|D(EBUG_TRACE_ENABLED|ATA_TRUNCATED)|U(SE_RESULT|N((?:SIGNED|IQUE_KEY)_FLAG))|P((?:RI|ART)_KEY_FLAG)|ENUM_FLAG|A(S(SOC|YNC)|UTO_INCREMENT_FLAG)))|CRYPT_(R(C([26])|IJNDAEL_(1(28|92)|256)|AND)|GOST|XTEA|M(ODE_(STREAM|NOFB|C(BC|FB)|OFB|ECB)|ARS)|BLOWFISH(_COMPAT)?|S(ERPENT|KIPJACK|AFER(128|PLUS|64))|C(RYPT|AST_(128|256))|T(RIPLEDES|HREEWAY|WOFISH)|IDEA|3DES|DE(S|CRYPT|V_(U??RANDOM))|PANAMA|EN(CRYPT|IGNA)|WAKE|LOKI97|ARCFOUR(_IV)?))|S(TREAM_(REPORT_ERRORS|M(UST_SEEK|KDIR_RECURSIVE)|BUFFER_(NONE|FULL|LINE)|S(HUT_(RD(WR)?|WR)|OCK_(R(DM|AW)|S(TREAM|EQPACKET)|DGRAM)|ERVER_(BIND|LISTEN))|NOTIFY_(RE(SOLVE|DIRECTED)|MIME_TYPE_IS|SEVERITY_(INFO|ERR|WARN)|CO(MPLETED|NNECT)|PROGRESS|F(ILE_SIZE_IS|AILURE)|AUTH_RE(SULT|QUIRED))|C(RYPTO_METHOD_(SSLv(2(_(SERVER|CLIENT)|3_(SERVER|CLIENT))|3_(SERVER|CLIENT))|TLS_(SERVER|CLIENT))|LIENT_(CONNECT|PERSISTENT|ASYNC_CONNECT)|AST_(FOR_SELECT|AS_STREAM))|I(GNORE_URL|S_URL|PPROTO_(RAW|TCP|I(CMP|P)|UDP))|O(OB|PTION_(READ_(BUFFER|TIMEOUT)|BLOCKING|WRITE_BUFFER))|U(RL_STAT_(QUIET|LINK)|SE_PATH)|P(EEK|F_(INET(6)?|UNIX))|ENFORCE_SAFE_MODE|FILTER_(READ|WRITE|ALL))|UNFUNCS_RET_(STRING|TIMESTAMP|DOUBLE)|QLITE(_(R(OW|EADONLY)|MIS(MATCH|USE)|B(OTH|USY)|SCHEMA|N(O(MEM|T(FOUND|ADB)|LFS)|UM)|C(O(RRUPT|NSTRAINT)|ANTOPEN)|TOOBIG|I(NTER(RUPT|NAL)|OERR)|OK|DONE|P(ROTOCOL|ERM)|E(RROR|MPTY)|F(ORMAT|ULL)|LOCKED|A(BORT|SSOC|UTH))|3_(B(OTH|LOB)|NU(M|LL)|TEXT|INTEGER|OPEN_(READ(ONLY|WRITE)|CREATE)|FLOAT|ASSOC)))|CURL(M(SG_DONE|_(BAD_((?:|EASY_)HANDLE)|CALL_MULTI_PERFORM|INTERNAL_ERROR|O(UT_OF_MEMORY|K)))|SSH_AUTH_(HOST|NONE|DEFAULT|P(UBLICKEY|ASSWORD)|KEYBOARD)|CLOSEPOLICY_(SLOWEST|CALLBACK|OLDEST|LEAST_(RECENTLY_USED|TRAFFIC))|_(HTTP_VERSION_(1_([01])|NONE)|NETRC_(REQUIRED|IGNORED|OPTIONAL)|TIMECOND_(IF((?:|UN)MODSINCE)|LASTMOD)|IPRESOLVE_(V([46])|WHATEVER)|VERSION_(SSL|IPV6|KERBEROS4|LIBZ))|INFO_(RE(DIRECT_(COUNT|TIME)|QUEST_SIZE)|S(SL_VERIFYRESULT|TARTTRANSFER_TIME|IZE_((?:DOWN|UP)LOAD)|PEED_((?:DOWN|UP)LOAD))|H(TTP_CODE|EADER_(SIZE|OUT))|NAMELOOKUP_TIME|C(ON(NECT_TIME|TENT_(TYPE|LENGTH_((?:DOWN|UP)LOAD)))|ERTINFO)|TOTAL_TIME|PR(IVATE|ETRANSFER_TIME)|EFFECTIVE_URL|FILETIME)|OPT_(R(E(SUME_FROM|TURNTRANSFER|DIR_PROTOCOLS|FERER|AD(DATA|FUNCTION))|AN(GE|DOM_FILE))|MAX(REDIRS|CONNECTS)|B(INARYTRANSFER|UFFERSIZE)|S(S(H_(HOST_PUBLIC_KEY_MD5|P((?:RIVATE|UBLIC)_KEYFILE)|AUTH_TYPES)|L(CERT(TYPE|PASSWD)?|_(CIPHER_LIST|VERIFY(HOST|PEER))|ENGINE(_DEFAULT)?|VERSION|KEY(TYPE|PASSWD)?))|TDERR)|H(TTP(GET|HEADER|200ALIASES|_VERSION|PROXYTUNNEL|AUTH)|EADER(FUNCTION)?)|N(O(BODY|SIGNAL|PROGRESS)|ETRC)|C(RLF|O(NNECTTIMEOUT(_MS)?|OKIE(SESSION|JAR|FILE)?)|USTOMREQUEST|ERTINFO|LOSEPOLICY|A(INFO|PATH))|T(RANSFERTEXT|CP_NODELAY|IME(CONDITION|OUT(_MS)?|VALUE))|I(N(TERFACE|FILE(SIZE)?)|PRESOLVE)|DNS_(CACHE_TIMEOUT|USE_GLOBAL_CACHE)|U(RL|SER(PWD|AGENT)|NRESTRICTED_AUTH|PLOAD)|P(R(IVATE|O(GRESSFUNCTION|XY(TYPE|USERPWD|PORT|AUTH)?|TOCOLS))|O(RT|ST(REDIR|QUOTE|FIELDS)?)|UT)|E(GDSOCKET|NCODING)|VERBOSE|K(RB4LEVEL|EYPASSWD)|QUOTE|F(RESH_CONNECT|TP(SSLAUTH|_(S(SL|KIP_PASV_IP)|CREATE_MISSING_DIRS|USE_EP(RT|SV)|FILEMETHOD)|PORT|LISTONLY|APPEND)|ILE(TIME)?|O(RBID_REUSE|LLOWLOCATION)|AILONERROR)|WRITE(HEADER|FUNCTION)|LOW_SPEED_(TIME|LIMIT)|AUTOREFERER)|PRO(XY_(SOCKS([45])|HTTP)|TO_(S(CP|FTP)|HTTP(S)?|T(ELNET|FTP)|DICT|F(TP(S)?|ILE)|LDAP(S)?|ALL))|E_(RE((?:CV|AD)_ERROR)|GOT_NOTHING|MALFORMAT_USER|BAD_(C(ONTENT_ENCODING|ALLING_ORDER)|PASSWORD_ENTERED|FUNCTION_ARGUMENT)|S(S(H|L_(C(IPHER|ONNECT_ERROR|ERTPROBLEM|ACERT)|PEER_CERTIFICATE|ENGINE_(SETFAILED|NOTFOUND)))|HARE_IN_USE|END_ERROR)|HTTP_(RANGE_ERROR|NOT_FOUND|PO(RT_FAILED|ST_ERROR))|COULDNT_(RESOLVE_(HOST|PROXY)|CONNECT)|T(OO_MANY_REDIRECTS|ELNET_OPTION_SYNTAX)|O(BSOLETE|UT_OF_MEMORY|PERATION_TIMEOUTED|K)|U(RL_MALFORMAT(_USER)?|N(SUPPORTED_PROTOCOL|KNOWN_TELNET_OPTION))|PARTIAL_FILE|F(TP_(BAD_DOWNLOAD_RESUME|SSL_FAILED|C(OULDNT_(RETR_FILE|GET_SIZE|S(TOR_FILE|ET_(BINARY|ASCII))|USE_REST)|ANT_(RECONNECT|GET_HOST))|USER_PASSWORD_INCORRECT|PORT_FAILED|QUOTE_ERROR|W(RITE_ERROR|EIRD_(SERVER_REPLY|227_FORMAT|USER_REPLY|PAS([SV]_REPLY)))|ACCESS_DENIED)|ILE(SIZE_EXCEEDED|_COULDNT_READ_FILE)|UNCTION_NOT_FOUND|AILED_INIT)|WRITE_ERROR|L(IBRARY_NOT_FOUND|DAP_(SEARCH_FAILED|CANNOT_BIND|INVALID_URL))|ABORTED_BY_CALLBACK)|VERSION_NOW|FTP(METHOD_((?:MULTI|SINGLE|NO)CWD)|SSL_(NONE|CONTROL|TRY|ALL)|AUTH_(SSL|TLS|DEFAULT))|AUTH_(GSSNEGOTIATE|BASIC|NTLM|DIGEST|ANY(SAFE)?))|I(MAGETYPE_(GIF|XBM|BMP|SWF|COUNT|TIFF_(MM|II)|I(CO|FF)|UNKNOWN|J(B2|P([2CX]|EG(2000)?))|P(SD|NG)|WBMP)|NPUT_(REQUEST|GET|SE(RVER|SSION)|COOKIE|POST|ENV)|CONV_(MIME_DECODE_(STRICT|CONTINUE_ON_ERROR)|IMPL|VERSION))|D(NS_(MX|S(RV|OA)|HINFO|N(S|APTR)|CNAME|TXT|PTR|A(NY|LL|AAA|6)?)|OM(STRING_SIZE_ERR|_(SYNTAX_ERR|HIERARCHY_REQUEST_ERR|N(O(_((?:MODIFICATION|DATA)_ALLOWED_ERR)|T_((?:SUPPORTE|FOUN)D_ERR))|AMESPACE_ERR)|IN(DEX_SIZE_ERR|USE_ATTRIBUTE_ERR|VALID_((?:MODIFICATION|STATE|CHARACTER|ACCESS)_ERR))|PHP_ERR|VALIDATION_ERR|WRONG_DOCUMENT_ERR)))|JSON_(HEX_(TAG|QUOT|A(MP|POS))|NUMERIC_CHECK|ERROR_(S(YNTAX|TATE_MISMATCH)|NONE|CTRL_CHAR|DEPTH|UTF8)|FORCE_OBJECT)|P(REG_(RECURSION_LIMIT_ERROR|GREP_INVERT|BA(CKTRACK_LIMIT_ERROR|D_UTF8_((?:OFFSET_|)ERROR))|S(PLIT_(NO_EMPTY|OFFSET_CAPTURE|DELIM_CAPTURE)|ET_ORDER)|NO_ERROR|INTERNAL_ERROR|OFFSET_CAPTURE|PATTERN_ORDER)|SFS_(PASS_ON|ERR_FATAL|F(EED_ME|LAG_(NORMAL|FLUSH_(CLOSE|INC))))|CRE_VERSION|OSIX_(R_OK|X_OK|S_IF(REG|BLK|SOCK|CHR|IFO)|F_OK|W_OK))|F(NM_(NOESCAPE|CASEFOLD|P(ERIOD|ATHNAME))|IL(TER_(REQUIRE_(SCALAR|ARRAY)|SANITIZE_(MAGIC_QUOTES|S(TRI(NG|PPED)|PECIAL_CHARS)|NUMBER_(INT|FLOAT)|URL|E(MAIL|NCODED)|FULL_SPECIAL_CHARS)|NULL_ON_FAILURE|CALLBACK|DEFAULT|UNSAFE_RAW|VALIDATE_(REGEXP|BOOLEAN|I(NT|P)|URL|EMAIL|FLOAT)|F(ORCE_ARRAY|LAG_(S(CHEME_REQUIRED|TRIP_(BACKTICK|HIGH|LOW))|HOST_REQUIRED|NO(NE|_(RES_RANGE|PRIV_RANGE|ENCODE_QUOTES))|IPV([46])|PATH_REQUIRED|E(MPTY_STRING_NULL|NCODE_(HIGH|LOW|AMP))|QUERY_REQUIRED|ALLOW_(SCIENTIFIC|HEX|THOUSAND|OCTAL|FRACTION))))|E(_(BINARY|SKIP_EMPTY_LINES|NO_DEFAULT_CONTEXT|TEXT|IGNORE_NEW_LINES|USE_INCLUDE_PATH|APPEND)|INFO_(RAW|MIME(_(TYPE|ENCODING))?|SYMLINK|NONE|CONTINUE|DEVICES|PRESERVE_ATIME)))|ORCE_(GZIP|DEFLATE))|LIBXML_(XINCLUDE|N(SCLEAN|O(XMLDECL|BLANKS|NET|CDATA|E(RROR|MPTYTAG|NT)|WARNING))|COMPACT|D(TD(VALID|LOAD|ATTR)|OTTED_VERSION)|PARSEHUGE|ERR_(NONE|ERROR|FATAL|WARNING)|VERSION|LOADED_VERSION))\\\\b","name":"support.constant.ext.php"},{"captures":{"1":{"name":"punctuation.separator.inheritance.php"}},"match":"(\\\\\\\\)?\\\\bT_(RE(TURN|QUIRE(_ONCE)?)|G(OTO|LOBAL)|XOR_EQUAL|M(INUS_EQUAL|OD_EQUAL|UL_EQUAL|ETHOD_C|L_COMMENT)|B(REAK|OOL(_CAST|EAN_(OR|AND))|AD_CHARACTER)|S(R(_EQUAL)?|T(RING(_(CAST|VARNAME))?|A(RT_HEREDOC|TIC))|WITCH|L(_EQUAL)?)|HALT_COMPILER|N(S_(SEPARATOR|C)|UM_STRING|EW|AMESPACE)|C(HARACTER|O(MMENT|N(ST(ANT_ENCAPSED_STRING)?|CAT_EQUAL|TINUE))|URLY_OPEN|L(O(SE_TAG|NE)|ASS(_C)?)|A(SE|TCH))|T(RY|HROW)|I(MPLEMENTS|S(SET|_(GREATER_OR_EQUAL|SMALLER_OR_EQUAL|NOT_(IDENTICAL|EQUAL)|IDENTICAL|EQUAL))|N(STANCEOF|C(LUDE(_ONCE)?)?|T(_CAST|ERFACE)|LINE_HTML)|F)|O(R_EQUAL|BJECT_(CAST|OPERATOR)|PEN_TAG(_WITH_ECHO)?|LD_FUNCTION)|D(NUMBER|I(R|V_EQUAL)|O(C_COMMENT|UBLE_(C(OLON|AST)|ARROW)|LLAR_OPEN_CURLY_BRACES)?|E(C(LARE)?|FAULT))|U(SE|NSET(_CAST)?)|P(R(I(NT|VATE)|OTECTED)|UBLIC|LUS_EQUAL|AAMAYIM_NEKUDOTAYIM)|E(X(TENDS|IT)|MPTY|N(CAPSED_AND_WHITESPACE|D(SWITCH|_HEREDOC|IF|DECLARE|FOR(EACH)?|WHILE))|CHO|VAL|LSE(IF)?)|VAR(IABLE)?|F(I(NAL|LE)|OR(EACH)?|UNC(_C|TION))|WHI(TESPACE|LE)|L(NUMBER|I(ST|NE)|OGICAL_(XOR|OR|AND))|A(RRAY(_CAST)?|BSTRACT|S|ND_EQUAL))\\\\b","name":"support.constant.parser-token.php"},{"match":"[A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*","name":"constant.other.php"}]}]},"function-arguments":{"patterns":[{"include":"#comments"},{"include":"#attributes"},{"include":"#type-annotation"},{"begin":"(?i)((\\\\$+)[_a-z\\\\x7F-ÿ][0-9_a-z\\\\x7F-ÿ]*)","beginCaptures":{"1":{"name":"variable.other.php"},"2":{"name":"punctuation.definition.variable.php"}},"end":"(?i)\\\\s*(?=[),]|$)","patterns":[{"begin":"(=)","beginCaptures":{"1":{"name":"keyword.operator.assignment.php"}},"end":"(?=[),])","patterns":[{"include":"#language"}]}]}]},"function-call":{"patterns":[{"begin":"(?i)(?=\\\\\\\\?[0-9\\\\\\\\_a-z]+\\\\\\\\[_a-z][0-9_a-z]*\\\\s*\\\\()","end":"(?=\\\\s*\\\\()","patterns":[{"include":"#user-function-call"}]},{"match":"(?i)\\\\b(print|echo)\\\\b","name":"support.function.construct.php"},{"begin":"(?i)(\\\\\\\\)?(?=\\\\b[_a-z][0-9_a-z]*\\\\s*\\\\()","beginCaptures":{"1":{"name":"punctuation.separator.inheritance.php"}},"end":"(?=\\\\s*\\\\()","patterns":[{"match":"(?i)\\\\b(isset|unset|e(val|mpty)|list)(?=\\\\s*\\\\()","name":"support.function.construct.php"},{"include":"#support"},{"include":"#user-function-call"}]}]},"function-return-type":{"patterns":[{"begin":"(:)","beginCaptures":{"1":{"name":"punctuation.definition.type.php"}},"end":"(?=[;{])","patterns":[{"include":"#comments"},{"include":"#type-annotation"},{"include":"#class-name"}]}]},"generics":{"patterns":[{"begin":"(<)","beginCaptures":{"1":{"name":"punctuation.definition.generics.php"}},"end":"(>)","endCaptures":{"1":{"name":"punctuation.definition.generics.php"}},"name":"meta.generics.php","patterns":[{"include":"#comments"},{"include":"#generics"},{"match":"([-+])?([A-Z_a-z][0-9A-Z_a-z]*)(?:\\\\s+(as|super)\\\\s+([A-Z_a-z][0-9A-Z_a-z]*))?","name":"support.type.php"},{"include":"#type-annotation"}]}]},"heredoc":{"patterns":[{"begin":"<<<\\\\s*(\\"?)([A-Z_a-z]+[0-9A-Z_a-z]*)(\\\\1)\\\\s*$","beginCaptures":{"2":{"name":"keyword.operator.heredoc.php"}},"end":"^(\\\\2)(?=;?$)","endCaptures":{"1":{"name":"keyword.operator.heredoc.php"}},"name":"string.unquoted.heredoc.php","patterns":[{"include":"#interpolation"}]},{"begin":"<<<\\\\s*('?)([A-Z_a-z]+[0-9A-Z_a-z]*)(\\\\1)\\\\s*$","beginCaptures":{"2":{"name":"keyword.operator.heredoc.php"}},"end":"^(\\\\2)(?=;?$)","endCaptures":{"1":{"name":"keyword.operator.heredoc.php"}},"name":"string.unquoted.heredoc.nowdoc.php"}]},"implements":{"patterns":[{"begin":"(?i)(implements)\\\\s+","beginCaptures":{"1":{"name":"storage.modifier.implements.php"}},"end":"(?i)(?=[;{])","patterns":[{"include":"#comments"},{"begin":"(?i)(?=[0-9\\\\\\\\_a-z]+)","contentName":"meta.other.inherited-class.php","end":"(?i)\\\\s*(?:,|(?=[^0-9\\\\\\\\_a-z\\\\s]))\\\\s*","patterns":[{"begin":"(?i)(?=\\\\\\\\?[0-9_a-z]+\\\\\\\\)","end":"(?i)([_a-z][0-9_a-z]*)?(?=[^0-9\\\\\\\\_a-z])","endCaptures":{"1":{"name":"entity.other.inherited-class.php"}},"patterns":[{"include":"#namespace"}]},{"include":"#class-builtin"},{"include":"#namespace"},{"match":"(?i)[_a-z][0-9_a-z]*","name":"entity.other.inherited-class.php"}]}]}]},"instantiation":{"begin":"(?i)(new)\\\\s+","beginCaptures":{"1":{"name":"keyword.other.new.php"}},"end":"(?i)(?=[^$0-9\\\\\\\\_a-z])","patterns":[{"match":"(parent|static|self)(?=[^0-9_a-z])","name":"support.type.php"},{"include":"#class-name"},{"include":"#variable-name"}]},"interface":{"begin":"^(?i)\\\\s*(?:(public|internal)\\\\s+)?(interface)\\\\b","beginCaptures":{"1":{"name":"storage.modifier.php"},"2":{"name":"storage.type.interface.php"}},"end":"(?=[;{])","name":"meta.interface.php","patterns":[{"include":"#comments"},{"captures":{"1":{"name":"storage.modifier.extends.php"}},"match":"\\\\b(extends)\\\\b"},{"include":"#generics"},{"include":"#namespace"},{"match":"(?i)[0-9_a-z]+","name":"entity.name.type.class.php"}]},"interpolation":{"patterns":[{"match":"\\\\\\\\[0-7]{1,3}","name":"constant.numeric.octal.php"},{"match":"\\\\\\\\x\\\\h{1,2}","name":"constant.numeric.hex.php"},{"match":"\\\\\\\\[\\"$\\\\\\\\nrt]","name":"constant.character.escape.php"},{"match":"(\\\\{\\\\$.*?})","name":"variable.other.php"},{"match":"(\\\\$[A-Z_a-z][0-9A-Z_a-z]*((->[A-Z_a-z][0-9A-Z_a-z]*)|(\\\\[[0-9A-Z_a-z]+]))?)","name":"variable.other.php"}]},"invoke-call":{"captures":{"1":{"name":"punctuation.definition.variable.php"},"2":{"name":"variable.other.php"}},"match":"(?i)(\\\\$+)([_a-z][0-9_a-z]*)(?=\\\\s*\\\\()","name":"meta.function-call.invoke.php"},"language":{"patterns":[{"include":"#comments"},{"begin":"(?=^\\\\s*<<)","end":"(?<=>>)","patterns":[{"include":"#attributes"}]},{"include":"#xhp"},{"include":"#interface"},{"begin":"(?i)^\\\\s*(?:(module)\\\\s*)?((?:|new)type)\\\\s+([0-9_a-z]+)","beginCaptures":{"1":{"name":"storage.modifier.php"},"2":{"name":"storage.type.typedecl.php"},"3":{"name":"entity.name.type.typedecl.php"}},"end":"(;)","endCaptures":{"1":{"name":"punctuation.termination.expression.php"}},"name":"meta.typedecl.php","patterns":[{"include":"#comments"},{"include":"#generics"},{"match":"(=)","name":"keyword.operator.assignment.php"},{"include":"#type-annotation"}]},{"begin":"(?i)^\\\\s*(?:(public|internal)\\\\s+)?(enum)\\\\s+(class)\\\\s+([0-9_a-z]+)\\\\s*:?","beginCaptures":{"1":{"name":"storage.modifier.php"},"2":{"name":"storage.modifier.php"},"3":{"name":"storage.type.class.enum.php"},"4":{"name":"entity.name.type.class.enum.php"}},"end":"(?=\\\\{)","name":"meta.class.enum.php","patterns":[{"match":"\\\\b(extends)\\\\b","name":"storage.modifier.extends.php"},{"include":"#type-annotation"}]},{"begin":"(?i)^\\\\s*(?:(public|internal)\\\\s+)?(enum)\\\\s+([0-9_a-z]+)\\\\s*:?","beginCaptures":{"1":{"name":"storage.modifier.php"},"2":{"name":"storage.type.enum.php"},"3":{"name":"entity.name.type.enum.php"}},"end":"\\\\{","name":"meta.enum.php","patterns":[{"include":"#comments"},{"include":"#type-annotation"}]},{"begin":"(?i)^\\\\s*(?:(public|internal)\\\\s+)?(trait)\\\\s+([0-9_a-z]+)\\\\s*","beginCaptures":{"1":{"name":"storage.modifier.php"},"2":{"name":"storage.type.trait.php"},"3":{"name":"entity.name.type.class.php"}},"end":"(?=\\\\{)","name":"meta.trait.php","patterns":[{"include":"#comments"},{"include":"#generics"},{"include":"#implements"}]},{"begin":"^\\\\s*(new)\\\\s+(module)\\\\s+([.0-9A-Z_a-z]+)\\\\b","beginCaptures":{"1":{"name":"storage.type.module.php"},"2":{"name":"storage.type.module.php"},"3":{"name":"entity.name.type.module.php"}},"end":"(?=\\\\{)","name":"meta.module.php","patterns":[{"include":"#comments"}]},{"begin":"^\\\\s*(module)\\\\s+([.0-9A-Z_a-z]+)\\\\b","beginCaptures":{"1":{"name":"keyword.other.module.php"},"2":{"name":"entity.name.type.module.php"}},"end":"$|(?=[;\\\\s])","name":"meta.use.module.php","patterns":[{"include":"#comments"}]},{"begin":"(?i)(?:^\\\\s*|\\\\s*)(namespace)\\\\b\\\\s+(?=([0-9\\\\\\\\_a-z]*\\\\s*($|[;{]|(/[*/])))|$)","beginCaptures":{"1":{"name":"keyword.other.namespace.php"}},"contentName":"entity.name.type.namespace.php","end":"(?i)(?=\\\\s*$|[^0-9\\\\\\\\_a-z])","name":"meta.namespace.php","patterns":[{"match":"\\\\\\\\","name":"punctuation.separator.inheritance.php"}]},{"begin":"(?i)\\\\s*\\\\b(use)\\\\s+","beginCaptures":{"1":{"name":"keyword.other.use.php"}},"end":"(?=;|^\\\\s*$)","name":"meta.use.php","patterns":[{"include":"#comments"},{"begin":"(?i)\\\\s*(?=[0-9\\\\\\\\_a-z])","end":"(?i)(?:\\\\s*(as)\\\\b\\\\s*([0-9_a-z]*)\\\\s*(?=[,;]|$)|(?=[,;]|$))","endCaptures":{"1":{"name":"keyword.other.use-as.php"},"2":{"name":"support.other.namespace.use-as.php"}},"patterns":[{"include":"#class-builtin"},{"begin":"(?i)\\\\s*(?=[0-9\\\\\\\\_a-z])","end":"$|(?=[,;\\\\s])","name":"support.other.namespace.use.php","patterns":[{"match":"\\\\\\\\","name":"punctuation.separator.inheritance.php"}]}]},{"match":"\\\\s*,\\\\s*"}]},{"begin":"(?i)^\\\\s*((?:(?:final|abstract|public|internal)\\\\s+)*)(class)\\\\s+([0-9_a-z]+)\\\\s*","beginCaptures":{"1":{"patterns":[{"match":"final|abstract|public|internal","name":"storage.modifier.php"}]},"2":{"name":"storage.type.class.php"},"3":{"name":"entity.name.type.class.php"}},"end":"(?=[;{])","name":"meta.class.php","patterns":[{"include":"#comments"},{"include":"#generics"},{"include":"#implements"},{"begin":"(?i)(extends)\\\\s+","beginCaptures":{"1":{"name":"storage.modifier.extends.php"}},"contentName":"meta.other.inherited-class.php","end":"(?i)(?=[^0-9\\\\\\\\_a-z])","patterns":[{"begin":"(?i)(?=\\\\\\\\?[0-9_a-z]+\\\\\\\\)","end":"(?i)([_a-z][0-9_a-z]*)?(?=[^0-9\\\\\\\\_a-z])","endCaptures":{"1":{"name":"entity.other.inherited-class.php"}},"patterns":[{"include":"#namespace"}]},{"include":"#class-builtin"},{"include":"#namespace"},{"match":"(?i)[_a-z][0-9_a-z]*","name":"entity.other.inherited-class.php"}]}]},{"captures":{"1":{"name":"keyword.control.php"}},"match":"\\\\s*\\\\b(await|break|c(ase|ontinue)|concurrent|default|do|else|for(each)?|if|return|switch|use|while)\\\\b"},{"begin":"(?i)\\\\b((?:require|include)(?:_once)?)\\\\b\\\\s*","beginCaptures":{"1":{"name":"keyword.control.import.include.php"}},"end":"(?=[;\\\\s]|$)","name":"meta.include.php","patterns":[{"include":"#language"}]},{"begin":"\\\\b(catch)\\\\s*(\\\\()","beginCaptures":{"1":{"name":"keyword.control.exception.catch.php"},"2":{"name":"punctuation.definition.parameters.begin.bracket.round.php"}},"end":"\\\\)","endCaptures":{"0":{"name":"punctuation.definition.parameters.end.bracket.round.php"}},"name":"meta.catch.php","patterns":[{"include":"#namespace"},{"captures":{"1":{"name":"support.class.exception.php"},"2":{"patterns":[{"match":"(?i)[_a-z\\\\x7F-\\\\x{10FFFF}][0-9_a-z\\\\x7F-\\\\x{10FFFF}]*","name":"support.class.exception.php"},{"match":"\\\\|","name":"punctuation.separator.delimiter.php"}]},"3":{"name":"variable.other.php"},"4":{"name":"punctuation.definition.variable.php"}},"match":"(?i)([_a-z\\\\x7F-\\\\x{10FFFF}][0-9_a-z\\\\x7F-\\\\x{10FFFF}]*)((?:\\\\s*\\\\|\\\\s*[_a-z\\\\x7F-\\\\x{10FFFF}][0-9_a-z\\\\x7F-\\\\x{10FFFF}]*)*)\\\\s*((\\\\$+)[_a-z\\\\x7F-\\\\x{10FFFF}][0-9_a-z\\\\x7F-\\\\x{10FFFF}]*)"}]},{"match":"\\\\b(catch|try|throw|exception|finally)\\\\b","name":"keyword.control.exception.php"},{"begin":"(?i)\\\\s*(?:(public|internal)\\\\s+)?(function)\\\\s*(?=\\\\()","beginCaptures":{"1":{"name":"storage.modifier.php"},"2":{"name":"storage.type.function.php"}},"end":"[){]","name":"meta.function.closure.php","patterns":[{"begin":"(\\\\()","beginCaptures":{"1":{"name":"punctuation.definition.parameters.begin.php"}},"contentName":"meta.function.arguments.php","end":"(\\\\))","endCaptures":{"1":{"name":"punctuation.definition.parameters.end.php"}},"patterns":[{"include":"#function-arguments"}]},{"begin":"(?i)(use)\\\\s*(\\\\()","beginCaptures":{"1":{"name":"keyword.other.function.use.php"},"2":{"name":"punctuation.definition.parameters.begin.php"}},"end":"(\\\\))","endCaptures":{"1":{"name":"punctuation.definition.parameters.end.php"}},"patterns":[{"captures":{"1":{"name":"storage.modifier.reference.php"},"2":{"name":"variable.other.php"},"3":{"name":"punctuation.definition.variable.php"}},"match":"(?:\\\\s*(&))?\\\\s*((\\\\$+)[A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*)\\\\s*(?=[),])","name":"meta.function.closure.use.php"}]}]},{"begin":"\\\\s*((?:(?:final|abstract|public|private|protected|internal|static|async)\\\\s+)*)(function)\\\\s+(?:(__(?:call|construct|destruct|get|set|isset|unset|tostring|clone|set_state|sleep|wakeup|autoload|invoke|callStatic|dispose|disposeAsync)(?=[^0-9A-Z_a-z\\\\x7F-ÿ]))|([0-9A-Z_a-z]+))","beginCaptures":{"1":{"patterns":[{"match":"final|abstract|public|private|protected|internal|static|async","name":"storage.modifier.php"}]},"2":{"name":"storage.type.function.php"},"3":{"name":"support.function.magic.php"},"4":{"name":"entity.name.function.php"},"5":{"name":"meta.function.generics.php"}},"end":"(?=[;{])","name":"meta.function.php","patterns":[{"include":"#generics"},{"begin":"(\\\\()","beginCaptures":{"1":{"name":"punctuation.definition.parameters.begin.php"}},"contentName":"meta.function.arguments.php","end":"(?=\\\\))","patterns":[{"include":"#function-arguments"}]},{"begin":"(\\\\))","beginCaptures":{"1":{"name":"punctuation.definition.parameters.end.php"}},"end":"(?=[;{])","patterns":[{"include":"#function-return-type"}]}]},{"include":"#invoke-call"},{"begin":"(?i)\\\\s*(?=[$0-9\\\\\\\\_a-z]+(::)(?:([_a-z][0-9_a-z]*)\\\\s*\\\\(|((\\\\$+)[_a-z\\\\x7F-ÿ][0-9_a-z\\\\x7F-ÿ]*)|([_a-z\\\\x7F-ÿ][0-9_a-z\\\\x7F-ÿ]*))?)","end":"(::)(?:([A-Z_a-z][0-9A-Z_a-z]*)\\\\s*\\\\(|((\\\\$+)[A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*)|([A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*))?","endCaptures":{"1":{"name":"keyword.operator.class.php"},"2":{"name":"meta.function-call.static.php"},"3":{"name":"variable.other.class.php"},"4":{"name":"punctuation.definition.variable.php"},"5":{"name":"constant.other.class.php"}},"patterns":[{"match":"(self|static|parent)\\\\b","name":"support.type.php"},{"include":"#class-name"},{"include":"#variable-name"}]},{"include":"#variables"},{"include":"#strings"},{"captures":{"1":{"name":"support.function.construct.php"},"2":{"name":"punctuation.definition.array.begin.php"},"3":{"name":"punctuation.definition.array.end.php"}},"match":"(array)(\\\\()(\\\\))","name":"meta.array.empty.php"},{"begin":"(array)(\\\\()","beginCaptures":{"1":{"name":"support.function.construct.php"},"2":{"name":"punctuation.definition.array.begin.php"}},"end":"\\\\)","endCaptures":{"0":{"name":"punctuation.definition.array.end.php"}},"name":"meta.array.php","patterns":[{"include":"#language"}]},{"captures":{"1":{"name":"support.type.php"}},"match":"(?i)\\\\s*\\\\(\\\\s*(array|real|double|float|int(eger)?|bool(ean)?|string|object|binary|unset|arraykey|nonnull|dict|vec|keyset)\\\\s*\\\\)"},{"match":"(?i)\\\\b(array|real|double|float|int(eger)?|bool(ean)?|string|class|clone|var|function|interface|trait|parent|self|object|arraykey|nonnull|dict|vec|keyset)\\\\b","name":"support.type.php"},{"match":"(?i)\\\\b(global|abstract|const|extends|implements|final|p(r(ivate|otected)|ublic)|internal|static)\\\\b","name":"storage.modifier.php"},{"include":"#object"},{"match":";","name":"punctuation.terminator.expression.php"},{"include":"#heredoc"},{"match":"\\\\.=?","name":"keyword.operator.string.php"},{"match":"=>","name":"keyword.operator.key.php"},{"match":"==>","name":"keyword.operator.lambda.php"},{"match":"\\\\|>","name":"keyword.operator.pipe.php"},{"match":"(!==?|===?)","name":"keyword.operator.comparison.php"},{"match":"(?:|[-%\\\\&*+/^|]|<<|>>)=","name":"keyword.operator.assignment.php"},{"match":"(<=|>=|[<>])","name":"keyword.operator.comparison.php"},{"match":"(--|\\\\+\\\\+)","name":"keyword.operator.increment-decrement.php"},{"match":"([-%*+/])","name":"keyword.operator.arithmetic.php"},{"match":"(!|&&|\\\\|\\\\|)","name":"keyword.operator.logical.php"},{"begin":"(?i)\\\\b([ai]s)\\\\b\\\\s+(?=[$\\\\\\\\_a-z])","beginCaptures":{"1":{"name":"keyword.operator.type.php"}},"end":"(?=[^$0-9A-Z\\\\\\\\_a-z])","patterns":[{"include":"#class-name"},{"include":"#variable-name"}]},{"match":"(?i)\\\\b([ai]s)\\\\b","name":"keyword.operator.type.php"},{"include":"#function-call"},{"match":"<<|>>|[\\\\&^|~]","name":"keyword.operator.bitwise.php"},{"include":"#numbers"},{"include":"#instantiation"},{"begin":"\\\\[","beginCaptures":{"0":{"name":"punctuation.section.array.begin.php"}},"end":"]","endCaptures":{"0":{"name":"punctuation.section.array.end.php"}},"patterns":[{"include":"#language"}]},{"include":"#literal-collections"},{"begin":"\\\\{","beginCaptures":{"0":{"name":"punctuation.section.scope.begin.php"}},"end":"}","endCaptures":{"0":{"name":"punctuation.section.scope.end.php"}},"patterns":[{"include":"#language"}]},{"include":"#constants"}]},"literal-collections":{"patterns":[{"begin":"(Vector|ImmVector|Set|ImmSet|Map|ImmMap|Pair)\\\\s*(\\\\{)","beginCaptures":{"1":{"name":"support.class.php"},"2":{"name":"punctuation.section.array.begin.php"}},"end":"(})","endCaptures":{"1":{"name":"punctuation.section.array.end.php"}},"name":"meta.collection.literal.php","patterns":[{"include":"#language"}]}]},"namespace":{"begin":"(?i)((namespace)|[0-9_a-z]+)?(\\\\\\\\)(?=.*?[^0-9\\\\\\\\_a-z])","beginCaptures":{"1":{"name":"entity.name.type.namespace.php"},"3":{"name":"punctuation.separator.inheritance.php"}},"end":"(?i)(?=[0-9_a-z]*[^0-9\\\\\\\\_a-z])","name":"support.other.namespace.php","patterns":[{"match":"(?i)[0-9_a-z]+(?=\\\\\\\\)","name":"entity.name.type.namespace.php"},{"captures":{"1":{"name":"punctuation.separator.inheritance.php"}},"match":"(?i)(\\\\\\\\)"}]},"numbers":{"match":"\\\\b((0([Xx])\\\\h*)|(([0-9]+\\\\.?[0-9]*)|(\\\\.[0-9]+))(([Ee])([-+])?[0-9]+)?)\\\\b","name":"constant.numeric.php"},"object":{"patterns":[{"begin":"(->)(\\\\$?\\\\{)","beginCaptures":{"1":{"name":"keyword.operator.class.php"},"2":{"name":"punctuation.definition.variable.php"}},"end":"(})","endCaptures":{"1":{"name":"punctuation.definition.variable.php"}},"patterns":[{"include":"#language"}]},{"captures":{"1":{"name":"keyword.operator.class.php"},"2":{"name":"meta.function-call.object.php"},"3":{"name":"variable.other.property.php"},"4":{"name":"punctuation.definition.variable.php"}},"match":"(->)(?:([A-Z_a-z][0-9A-Z_a-z]*)\\\\s*\\\\(|((\\\\$+)?[A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*))?"}]},"parameter-default-types":{"patterns":[{"include":"#strings"},{"include":"#numbers"},{"include":"#variables"},{"match":"=>","name":"keyword.operator.key.php"},{"match":"=","name":"keyword.operator.assignment.php"},{"include":"#instantiation"},{"begin":"(?i)\\\\s*(?=[0-9\\\\\\\\_a-z]+(::)([_a-z\\\\x7F-ÿ][0-9_a-z\\\\x7F-ÿ]*)?)","end":"(?i)(::)([_a-z\\\\x7F-ÿ][0-9_a-z\\\\x7F-ÿ]*)?","endCaptures":{"1":{"name":"keyword.operator.class.php"},"2":{"name":"constant.other.class.php"}},"patterns":[{"include":"#class-name"}]},{"include":"#constants"}]},"php_doc":{"patterns":[{"match":"^(?!\\\\s*\\\\*).*$\\\\n?","name":"invalid.illegal.missing-asterisk.phpdoc.php"},{"captures":{"1":{"name":"keyword.other.phpdoc.php"},"3":{"name":"storage.modifier.php"},"4":{"name":"invalid.illegal.wrong-access-type.phpdoc.php"}},"match":"^\\\\s*\\\\*\\\\s*(@access)\\\\s+((public|private|protected|internal)|(.+))\\\\s*$"},{"captures":{"1":{"name":"keyword.other.phpdoc.php"},"2":{"name":"markup.underline.link.php"}},"match":"(@xlink)\\\\s+(.+)\\\\s*$"},{"match":"@(a(bstract|uthor)|c(ategory|opyright)|example|global|internal|li(cense|nk)|pa(ckage|ram)|return|s(ee|ince|tatic|ubpackage)|t(hrows|odo)|v(ar|ersion)|uses|deprecated|final|ignore)\\\\b","name":"keyword.other.phpdoc.php"},{"captures":{"1":{"name":"keyword.other.phpdoc.php"}},"match":"\\\\{(@(link)).+?}","name":"meta.tag.inline.phpdoc.php"}]},"regex-double-quoted":{"begin":"(?<=re)\\"/(?=(\\\\\\\\.|[^\\"/])++/[ADSUXeimsux]*\\")","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.php"}},"end":"(/)([ADSUXeimsux]*)(\\")","endCaptures":{"0":{"name":"punctuation.definition.string.end.php"}},"name":"string.regexp.double-quoted.php","patterns":[{"match":"(\\\\\\\\){1,2}[]$.\\\\[^{}]","name":"constant.character.escape.regex.php"},{"include":"#interpolation"},{"captures":{"1":{"name":"punctuation.definition.arbitrary-repetition.php"},"3":{"name":"punctuation.definition.arbitrary-repetition.php"}},"match":"(\\\\{)\\\\d+(,\\\\d+)?(})","name":"string.regexp.arbitrary-repetition.php"},{"begin":"\\\\[(?:\\\\^?])?","captures":{"0":{"name":"punctuation.definition.character-class.php"}},"end":"]","name":"string.regexp.character-class.php","patterns":[{"include":"#interpolation"}]},{"match":"[$*+^]","name":"keyword.operator.regexp.php"}]},"regex-single-quoted":{"begin":"(?<=re)'/(?=(\\\\\\\\.|[^'/])++/[ADSUXeimsux]*')","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.php"}},"end":"(/)([ADSUXeimsux]*)(')","endCaptures":{"0":{"name":"punctuation.definition.string.end.php"}},"name":"string.regexp.single-quoted.php","patterns":[{"captures":{"1":{"name":"punctuation.definition.arbitrary-repetition.php"},"3":{"name":"punctuation.definition.arbitrary-repetition.php"}},"match":"(\\\\{)\\\\d+(,\\\\d+)?(})","name":"string.regexp.arbitrary-repetition.php"},{"match":"(\\\\\\\\){1,2}[]$.\\\\[^{}]","name":"constant.character.escape.regex.php"},{"match":"\\\\\\\\{1,2}['\\\\\\\\]","name":"constant.character.escape.php"},{"begin":"\\\\[(?:\\\\^?])?","captures":{"0":{"name":"punctuation.definition.character-class.php"}},"end":"]","name":"string.regexp.character-class.php","patterns":[{"match":"\\\\\\\\[]'\\\\[\\\\\\\\]","name":"constant.character.escape.php"}]},{"match":"[$*+^]","name":"keyword.operator.regexp.php"}]},"sql-string-double-quoted":{"begin":"\\"\\\\s*(?=(SELECT|INSERT|UPDATE|DELETE|CREATE|REPLACE|ALTER)\\\\b)","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.php"}},"contentName":"source.sql.embedded.php","end":"\\"","endCaptures":{"0":{"name":"punctuation.definition.string.end.php"}},"name":"string.quoted.double.sql.php","patterns":[{"match":"\\\\(","name":"punctuation.definition.parameters.begin.bracket.round.php"},{"match":"#(\\\\\\\\\\"|[^\\"])*(?=\\"|$\\\\n?)","name":"comment.line.number-sign.sql"},{"match":"--(\\\\\\\\\\"|[^\\"])*(?=\\"|$\\\\n?)","name":"comment.line.double-dash.sql"},{"match":"\\\\\\\\[\\"'\\\\\\\\\`]","name":"constant.character.escape.php"},{"match":"'(?=((\\\\\\\\')|[^\\"'])*(\\"|$))","name":"string.quoted.single.unclosed.sql"},{"match":"\`(?=((\\\\\\\\\`)|[^\\"\`])*(\\"|$))","name":"string.quoted.other.backtick.unclosed.sql"},{"begin":"'","end":"'","name":"string.quoted.single.sql","patterns":[{"include":"#interpolation"}]},{"begin":"\`","end":"\`","name":"string.quoted.other.backtick.sql","patterns":[{"include":"#interpolation"}]},{"include":"#interpolation"},{"include":"source.sql"}]},"sql-string-single-quoted":{"begin":"'\\\\s*(?=(SELECT|INSERT|UPDATE|DELETE|CREATE|REPLACE|ALTER)\\\\b)","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.php"}},"contentName":"source.sql.embedded.php","end":"'","endCaptures":{"0":{"name":"punctuation.definition.string.end.php"}},"name":"string.quoted.single.sql.php","patterns":[{"match":"\\\\(","name":"punctuation.definition.parameters.begin.bracket.round.php"},{"match":"#(\\\\\\\\'|[^'])*(?='|$\\\\n?)","name":"comment.line.number-sign.sql"},{"match":"--(\\\\\\\\'|[^'])*(?='|$\\\\n?)","name":"comment.line.double-dash.sql"},{"match":"\\\\\\\\[\\"'\\\\\\\\\`]","name":"constant.character.escape.php"},{"match":"\`(?=((\\\\\\\\\`)|[^'\`])*('|$))","name":"string.quoted.other.backtick.unclosed.sql"},{"match":"\\"(?=((\\\\\\\\\\")|[^\\"'])*('|$))","name":"string.quoted.double.unclosed.sql"},{"include":"source.sql"}]},"string-double-quoted":{"begin":"\\"","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.php"}},"contentName":"meta.string-contents.quoted.double.php","end":"\\"","endCaptures":{"0":{"name":"punctuation.definition.string.end.php"}},"name":"string.quoted.double.php","patterns":[{"include":"#interpolation"}]},"string-single-quoted":{"begin":"'","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.php"}},"contentName":"meta.string-contents.quoted.single.php","end":"'","endCaptures":{"0":{"name":"punctuation.definition.string.end.php"}},"name":"string.quoted.single.php","patterns":[{"match":"\\\\\\\\['\\\\\\\\]","name":"constant.character.escape.php"}]},"strings":{"patterns":[{"include":"#regex-double-quoted"},{"include":"#sql-string-double-quoted"},{"include":"#string-double-quoted"},{"include":"#regex-single-quoted"},{"include":"#sql-string-single-quoted"},{"include":"#string-single-quoted"}]},"support":{"patterns":[{"match":"(?i)\\\\bapc_(s(tore|ma_info)|c(ompile_file|lear_cache|a(s|che_info))|inc|de(c|fine_constants|lete(_file)?)|exists|fetch|load_constants|add|bin_(dump(file)?|load(file)?))\\\\b","name":"support.function.apc.php"},{"match":"(?i)\\\\b(s(huffle|izeof|ort)|n(ext|at((?:|case)sort))|c(o(unt|mpact)|urrent)|in_array|u([ak]??sort)|p(os|rev)|e(nd|ach|xtract)|k(sort|ey|rsort)|list|a(sort|r(sort|ray(_(s(hift|um|plice|earch|lice)|c(h(unk|ange_key_case)|o(unt_values|mbine))|intersect(_(u(key|assoc)|key|assoc))?|diff(_(u(key|assoc)|key|assoc))?|u(n(shift|ique)|intersect(_(u?assoc))?|diff(_(u?assoc))?)|p(op|ush|ad|roduct)|values|key(s|_exists)|f(il(ter|l(_keys)?)|lip)|walk(_recursive)?|r(e(duce|place(_recursive)?|verse)|and)|m(ultisort|erge(_recursive)?|ap)))?))|r(sort|eset|ange))\\\\b","name":"support.function.array.php"},{"match":"(?i)\\\\b(s(how_source|ys_getloadavg|leep)|highlight_(string|file)|con(stant|nection_(status|timeout|aborted))|time_(sleep_until|nanosleep)|ignore_user_abort|d(ie|efine(d)?)|u(sleep|n(iqid|pack))|__halt_compiler|p(hp_(strip_whitespace|check_syntax)|ack)|e(val|xit)|get_browser)\\\\b","name":"support.function.basic_functions.php"},{"match":"(?i)\\\\bbc(s(cale|ub|qrt)|comp|div|pow(mod)?|add|m(od|ul))\\\\b","name":"support.function.bcmath.php"},{"match":"(?i)\\\\bbz(c(ompress|lose)|open|decompress|err(str|no|or)|flush|write|read)\\\\b","name":"support.function.bz2.php"},{"match":"(?i)\\\\b(GregorianToJD|cal_(to_jd|info|days_in_month|from_jd)|unixtojd|jdto(unix|jewish)|easter_da(ys|te)|J(ulianToJD|ewishToJD|D(MonthName|To(Gregorian|Julian|French)|DayOfWeek))|FrenchToJD)\\\\b","name":"support.function.calendar.php"},{"match":"(?i)\\\\b(c(lass_(exists|alias)|all_user_method(_array)?)|trait_exists|i(s_(subclass_of|a)|nterface_exists)|__autoload|property_exists|get_(c(lass(_(vars|methods))?|alled_class)|object_vars|declared_(classes|traits|interfaces)|parent_class)|method_exists)\\\\b","name":"support.function.classobj.php"},{"match":"(?i)\\\\b(com_(set|create_guid|i(senum|nvoke)|pr(int_typeinfo|op(set|put|get))|event_sink|load(_typelib)?|addref|release|get(_active_object)?|message_pump)|variant_(s(ub|et(_type)?)|n(ot|eg)|c(a(s?t)|mp)|i(nt|div|mp)|or|d(iv|ate_((?:to|from)_timestamp))|pow|eqv|fix|a(nd|dd|bs)|round|get_type|xor|m(od|ul)))\\\\b","name":"support.function.com.php"},{"match":"(?i)\\\\bctype_(space|cntrl|digit|upper|p(unct|rint)|lower|al(num|pha)|graph|xdigit)\\\\b","name":"support.function.ctype.php"},{"match":"(?i)\\\\bcurl_(setopt(_array)?|c(opy_handle|lose)|init|e(rr(no|or)|xec)|version|getinfo|multi_(select|close|in(it|fo_read)|exec|add_handle|remove_handle|getcontent))\\\\b","name":"support.function.curl.php"},{"match":"(?i)\\\\b(str((?:to|[fp])time)|checkdate|time(zone_(name_(from_abbr|get)|transitions_get|identifiers_list|o(pen|ffset_get)|version_get|location_get|abbreviations_list))?|idate|date(_(su(n(set|_info|rise)|b)|create(_from_format)?|time(stamp_([gs]et)|zone_([gs]et)|_set)|i(sodate_set|nterval_(create_from_date_string|format))|offset_get|d(iff|efault_timezone_([gs]et)|ate_set)|parse(_from_format)?|format|add|get_last_errors|modify))?|localtime|g(et(timeofday|date)|m(strftime|date|mktime))|m((?:icro|k)time))\\\\b","name":"support.function.datetime.php"},{"match":"(?i)\\\\bdba_(sync|handlers|nextkey|close|insert|op(timize|en)|delete|popen|exists|key_split|f(irstkey|etch)|list|replace)\\\\b","name":"support.function.dba.php"},{"match":"(?i)\\\\bdbx_(sort|c(o(nnect|mpare)|lose)|e(scape_string|rror)|query|fetch_row)\\\\b","name":"support.function.dbx.php"},{"match":"(?i)\\\\b(scandir|c(h(dir|root)|losedir)|opendir|dir|re((?:win|a)ddir)|getcwd)\\\\b","name":"support.function.dir.php"},{"match":"(?i)\\\\bdotnet_load\\\\b","name":"support.function.dotnet.php"},{"match":"(?i)\\\\beio_(s(y(nc(_file_range|fs)?|mlink)|tat(vfs)?|e(ndfile|t_m(in_parallel|ax_(idle|p(oll_(time|reqs)|arallel)))|ek))|n(threads|op|pending|re(qs|ady))|c(h(own|mod)|ustom|lose|ancel)|truncate|init|open|dup2|u(nlink|time)|poll|event_loop|f(s(ync|tat(vfs)?)|ch(own|mod)|truncate|datasync|utime|allocate)|write|l(stat|ink)|r(e(name|a(d(dir|link|ahead)?|lpath))|mdir)|g(et_(event_stream|last_error)|rp(_(cancel|limit|add))?)|mk(nod|dir)|busy)\\\\b","name":"support.function.eio.php"},{"match":"(?i)\\\\benchant_(dict_(s(tore_replacement|uggest)|check|is_in_session|describe|quick_check|add_to_(session|personal)|get_error)|broker_(set_ordering|init|d(ict_exists|escribe)|free(_dict)?|list_dicts|request_((?:|pwl_)dict)|get_error))\\\\b","name":"support.function.enchant.php"},{"match":"(?i)\\\\b(s(plit(i)?|ql_regcase)|ereg(i(_replace)?|_replace)?)\\\\b","name":"support.function.ereg.php"},{"match":"(?i)\\\\b(set_e((?:rror|xception)_handler)|trigger_error|debug_((?:print_|)backtrace)|user_error|error_(log|reporting|get_last)|restore_e((?:rror|xception)_handler))\\\\b","name":"support.function.errorfunc.php"},{"match":"(?i)\\\\b(s(hell_exec|ystem)|p(assthru|roc_(nice|close|terminate|open|get_status))|e(scapeshell(cmd|arg)|xec))\\\\b","name":"support.function.exec.php"},{"match":"(?i)\\\\b(exif_(t(humbnail|agname)|imagetype|read_data)|read_exif_data)\\\\b","name":"support.function.exif.php"},{"match":"(?i)\\\\b(s(ymlink|tat|et_file_buffer)|c(h(own|grp|mod)|opy|learstatcache)|t(ouch|empnam|mpfile)|is_(dir|uploaded_file|executable|file|writ(e?able)|link|readable)|d(i(sk(_((?:total|free)_space)|freespace)|rname)|elete)|u(nlink|mask)|p(close|open|a(thinfo|rse_ini_(string|file)))|f(s(canf|tat|eek)|nmatch|close|t(ell|runcate)|ile(size|ctime|type|inode|owner|_((?:put_conten|exis|get_conten)ts)|perms|atime|group|mtime)?|open|p(ut(s|csv)|assthru)|eof|flush|write|lock|read|get(s(s)?|c(sv)?))|l(stat|ch(own|grp)|ink(info)?)|r(e(name|wind|a(d(file|link)|lpath(_cache_(size|get))?))|mdir)|glob|m(ove_uploaded_file|kdir)|basename)\\\\b","name":"support.function.file.php"},{"match":"(?i)\\\\b(finfo_(set_flags|close|open|file|buffer)|mime_content_type)\\\\b","name":"support.function.fileinfo.php"},{"match":"(?i)\\\\bfilter_(has_var|i(nput(_array)?|d)|var(_array)?|list)\\\\b","name":"support.function.filter.php"},{"match":"(?i)\\\\b(c(all_user_func(_array)?|reate_function)|unregister_tick_function|f(orward_static_call(_array)?|unc(tion_exists|_(num_args|get_arg(s)?)))|register_((?:shutdown|tick)_function)|get_defined_functions)\\\\b","name":"support.function.funchand.php"},{"match":"(?i)\\\\b(ngettext|textdomain|d(ngettext|c(n?gettext)|gettext)|gettext|bind(textdomain|_textdomain_codeset))\\\\b","name":"support.function.gettext.php"},{"match":"(?i)\\\\bgmp_(s(can([01])|trval|ign|ub|etbit|qrt(rem)?)|hamdist|ne(g|xtprime)|c(om|lrbit|mp)|testbit|in(tval|it|vert)|or|div(_(q(r)?|r)|exact)?|jacobi|p(o(pcount|w(m)?)|erfect_square|rob_prime)|fact|legendre|a(nd|dd|bs)|random|gcd(ext)?|xor|m(od|ul))\\\\b","name":"support.function.gmp.php"},{"match":"(?i)\\\\bhash(_(hmac(_file)?|copy|init|update(_(stream|file))?|pbkdf2|fi(nal|le)|algos))?\\\\b","name":"support.function.hash.php"},{"match":"(?i)\\\\b(http_(s(upport|end_(st(atus|ream)|content_(type|disposition)|data|file|last_modified))|head|negotiate_(c(harset|ontent_type)|language)|c(hunked_decode|ache_(etag|last_modified))|throttle|inflate|d((?:efl|)ate)|p(ost_(data|fields)|ut_(stream|data|file)|ersistent_handles_(c(ount|lean)|ident)|arse_(headers|cookie|params|message))|re(direct|quest(_(method_(name|unregister|exists|register)|body_encode))?)|get(_request_(headers|body(_stream)?))?|match_(etag|request_header|modified)|build_(str|cookie|url))|ob_((?:inflate|deflate|etag)handler))\\\\b","name":"support.function.http.php"},{"match":"(?i)\\\\b(iconv(_(s(tr(pos|len|rpos)|ubstr|et_encoding)|get_encoding|mime_(decode(_headers)?|encode)))?|ob_iconv_handler)\\\\b","name":"support.function.iconv.php"},{"match":"(?i)\\\\biis_(s(t(op_serv(ice|er)|art_serv(ice|er))|et_(s(cript_map|erver_rights)|dir_security|app_settings))|add_server|remove_server|get_(s(cript_map|erv(ice_state|er_(rights|by_(comment|path))))|dir_security))\\\\b","name":"support.function.iisfunc.php"},{"match":"(?i)\\\\b(i(ptc(parse|embed)|mage(s(y|tring(up)?|et(style|t(hickness|ile)|pixel|brush)|avealpha|x)|c(har(up)?|o(nvolution|py(res(ized|ampled)|merge(gray)?)?|lor(s(total|et|forindex)|closest(hwb|alpha)?|transparent|deallocate|exact(alpha)?|a(t|llocate(alpha)?)|resolve(alpha)?|match))|reate(truecolor|from(string|jpeg|png|wbmp|g(if|d(2(part)?)?)|x([bp]m)))?)|t(ypes|tf(text|bbox)|ruecolortopalette)|i(struecolor|nterlace)|2wbmp|d(estroy|ashedline)|jpeg|_type_to_(extension|mime_type)|p(s(slantfont|text|e((?:ncode|xtend)font)|freefont|loadfont|bbox)|ng|olygon|alettecopy)|ellipse|f(t(text|bbox)|il(ter|l(toborder|ed(polygon|ellipse|arc|rectangle))?)|ont(height|width))|wbmp|l(ine|oadfont|ayereffect)|a(ntialias|lphablending|rc)|r(otate|ectangle)|g(if|d(2)?|ammacorrect|rab(screen|window))|xbm))|jpeg2wbmp|png2wbmp|g(d_info|etimagesize(fromstring)?))\\\\b","name":"support.function.image.php"},{"match":"(?i)\\\\b(s(ys_get_temp_dir|et_(time_limit|include_path|magic_quotes_runtime))|ini_(set|alter|restore|get(_all)?)|zend_(thread_id|version|logo_guid)|dl|p(hp(credits|info|_(sapi_name|ini_(scanned_files|loaded_file)|uname|logo_guid)|version)|utenv)|extension_loaded|version_compare|assert(_options)?|restore_include_path|g(c_(collect_cycles|disable|enable(d)?)|et(opt|_(c(urrent_user|fg_var)|include(d_files|_path)|defined_constants|extension_funcs|loaded_extensions|required_files|magic_quotes_(runtime|gpc))|env|lastmod|rusage|my(inode|uid|pid|gid)))|m(emory_get_((?:|peak_)usage)|a(in|gic_quotes_runtime)))\\\\b","name":"support.function.info.php"},{"match":"(?i)\\\\bibase_(se(t_event_handler|rv(ice_((?:de|at)tach)|er_info))|n(um_(params|fields)|ame_result)|c(o(nnect|mmit(_ret)?)|lose)|trans|d(elete_user|rop_db|b_info)|p(connect|aram_info|repare)|e(rr(code|msg)|xecute)|query|f(ield_info|etch_(object|assoc|row)|ree_(event_handler|query|result))|wait_event|a(dd_user|ffected_rows)|r(ollback(_ret)?|estore)|gen_id|m(odify_user|aintain_db)|b(lob_(c(lose|ancel|reate)|i(nfo|mport)|open|echo|add|get)|ackup))\\\\b","name":"support.function.interbase.php"},{"match":"(?i)\\\\b(n(ormalizer_(normalize|is_normalized)|umfmt_(set_(symbol|text_attribute|pattern|attribute)|create|parse(_currency)?|format(_currency)?|get_(symbol|text_attribute|pattern|error_(code|message)|locale|attribute)))|collator_(s(ort(_with_sort_keys)?|et_(strength|attribute))|c(ompare|reate)|asort|get_(s(trength|ort_key)|error_(code|message)|locale|attribute))|transliterator_(create(_(inverse|from_rules))?|transliterate|list_ids|get_error_(code|message))|i(ntl_(is_failure|error_name|get_error_(code|message))|dn_to_(u(nicode|tf8)|ascii))|datefmt_(set_(calendar|timezone(_id)?|pattern|lenient)|create|is_lenient|parse|format(_object)?|localtime|get_(calendar(_object)?|time(type|zone(_id)?)|datetype|pattern|error_(code|message)|locale))|locale_(set_default|compose|parse|filter_matches|lookup|accept_from_http|get_(script|d(isplay_(script|name|variant|language|region)|efault)|primary_language|keywords|all_variants|region))|resourcebundle_(c(ount|reate)|locales|get(_error_(code|message))?)|grapheme_(s(tr(str|i(str|pos)|pos|len|r(i?pos))|ubstr)|extract)|msgfmt_(set_pattern|create|parse(_message)?|format(_message)?|get_(pattern|error_(code|message)|locale)))\\\\b","name":"support.function.intl.php"},{"match":"(?i)\\\\bjson_(decode|encode|last_error)\\\\b","name":"support.function.json.php"},{"match":"(?i)\\\\bldap_(s(tart_tls|ort|e(t_(option|rebind_proc)|arch)|asl_bind)|next_(entry|attribute|reference)|c(o(n(nect|trol_paged_result(_response)?)|unt_entries|mpare)|lose)|t61_to_8859|d(n2ufn|elete)|8859_to_t61|unbind|parse_re(sult|ference)|e(rr(no|2str|or)|xplode_dn)|f(irst_(entry|attribute|reference)|ree_result)|list|add|re(name|ad)|get_(option|dn|entries|values(_len)?|attributes)|mod(ify|_(del|add|replace))|bind)\\\\b","name":"support.function.ldap.php"},{"match":"(?i)\\\\blibxml_(set_(streams_context|external_entity_loader)|clear_errors|disable_entity_loader|use_internal_errors|get_(errors|last_error))\\\\b","name":"support.function.libxml.php"},{"match":"(?i)\\\\b(ezmlm_hash|mail)\\\\b","name":"support.function.mail.php"},{"match":"(?i)\\\\b(s(in(h)?|qrt|rand)|h(ypot|exdec)|c(os(h)?|eil)|tan(h)?|is_(nan|infinite|finite)|octdec|de(c(hex|oct|bin)|g2rad)|p(i|ow)|exp(m1)?|f(loor|mod)|l(cg_value|og(1([0p]))?)|a(sin(h)?|cos(h)?|tan([2h])?|bs)|r(ound|a(nd|d2deg))|getrandmax|m(t_(srand|rand|getrandmax)|in|ax)|b(indec|ase_convert))\\\\b","name":"support.function.math.php"},{"match":"(?i)\\\\bmb_(s(tr(str|cut|to(upper|lower)|i(str|pos|mwidth)|pos|width|len|r(chr|i(chr|pos)|pos))|ubst(itute_character|r(_count)?)|plit|end_mail)|http_((?:in|out)put)|c(heck_encoding|onvert_(case|encoding|variables|kana))|internal_encoding|output_handler|de(code_(numericentity|mimeheader)|tect_(order|encoding))|p(arse_str|referred_mime_name)|e(ncod(ing_aliases|e_(numericentity|mimeheader))|reg(i(_replace)?|_(search(_(setpos|init|pos|regs|get(pos|regs)))?|replace(_callback)?|match))?)|l(ist_encodings|anguage)|regex_(set_options|encoding)|get_info)\\\\b","name":"support.function.mbstring.php"},{"match":"(?i)\\\\bm(crypt_(c(fb|reate_iv|bc)|ofb|decrypt|e(nc(_(self_test|is_block_(algorithm(_mode)?|mode)|get_(supported_key_sizes|iv_size|key_size|algorithms_name|modes_name|block_size))|rypt)|cb)|list_(algorithms|modes)|ge(neric(_(init|deinit|end))?|t_(cipher_name|iv_size|key_size|block_size))|module_(self_test|close|is_block_(algorithm(_mode)?|mode)|open|get_(supported_key_sizes|algo_((?:key|block)_size))))|decrypt_generic)\\\\b","name":"support.function.mcrypt.php"},{"match":"(?i)\\\\bmemcache_debug\\\\b","name":"support.function.memcache.php"},{"match":"(?i)\\\\bmhash(_(count|keygen_s2k|get_(hash_name|block_size)))?\\\\b","name":"support.function.mhash.php"},{"match":"(?i)\\\\bbson_((?:de|en)code)\\\\b","name":"support.function.mongo.php"},{"match":"(?i)\\\\bmysql_(s(tat|e(t_charset|lect_db))|num_(fields|rows)|c(onnect|l(ient_encoding|ose)|reate_db)|t(hread_id|ablename)|in(sert_id|fo)|d(ata_seek|rop_db|b_(name|query))|unbuffered_query|p(connect|ing)|e(scape_string|rr(no|or))|query|f(ield_(seek|name|t(ype|able)|flags|len)|etch_(object|field|lengths|a(ssoc|rray)|row)|ree_result)|list_(tables|dbs|processes|fields)|affected_rows|re(sult|al_escape_string)|get_((?:server|host|client|proto)_info))\\\\b","name":"support.function.mysql.php"},{"match":"(?i)\\\\bmysqli_(s(sl_set|t(ore_result|at|mt_(s(tore_result|end_long_data)|next_result|close|init|data_seek|prepare|execute|f(etch|ree_result)|attr_([gs]et)|res(ult_metadata|et)|get_(warnings|result)|more_results|bind_(param|result)))|e(nd_(query|long_data)|t_(charset|opt|local_infile_(handler|default))|lect_db)|lave_query)|next_result|c(ha(nge_user|racter_set_name)|o(nnect|mmit)|l(ient_encoding|ose))|thread_safe|init|options|d(isable_r(pl_parse|eads_from_master)|ump_debug_info|ebug|ata_seek)|use_result|p(ing|oll|aram_count|repare)|e(scape_string|nable_r(pl_parse|eads_from_master)|xecute|mbedded_server_(start|end))|kill|query|f(ield_seek|etch(_(object|field(s|_direct)?|a(ssoc|ll|rray)|row))?|ree_result)|autocommit|r(ollback|pl_(p(arse_enabled|robe)|query_type)|e(port|fresh|a(p_async_query|l_(connect|escape_string|query))))|get_(c(harset|onnection_stats|lient_(stats|info|version)|ache_stats)|warnings|metadata)|m(ore_results|ulti_query|aster_query)|bind_(param|result))\\\\b","name":"support.function.mysqli.php"},{"match":"(?i)\\\\bmysqlnd_memcache_(set|get_config)\\\\b","name":"support.function.mysqlnd-memcache.php"},{"match":"(?i)\\\\bmysqlnd_ms_(set_(user_pick_server|qos)|query_is_select|get_(stats|last_(used_connection|gtid))|match_wild)\\\\b","name":"support.function.mysqlnd-ms.php"},{"match":"(?i)\\\\bmysqlnd_qc_(set_(storage_handler|cache_condition|is_select|user_handlers)|clear_cache|get_(normalized_query_trace_log|c(ore_stats|ache_info)|query_trace_log|available_handlers))\\\\b","name":"support.function.mysqlnd-qc.php"},{"match":"(?i)\\\\bmysqlnd_uh_(set_((?:statement|connection)_proxy)|convert_to_mysqlnd)\\\\b","name":"support.function.mysqlnd-uh.php"},{"match":"(?i)\\\\b(s(yslog|ocket_(set_(timeout|blocking)|get_status)|et((?:|raw)cookie))|h(ttp_response_code|eader(s_(sent|list)|_re(gister_callback|move))?)|c(heckdnsrr|loselog)|i(net_(ntop|pton)|p2long)|openlog|d(ns_(check_record|get_(record|mx))|efine_syslog_variables)|pfsockopen|fsockopen|long2ip|get(servby(name|port)|host(name|by(name(l)?|addr))|protobyn(umber|ame)|mxrr))\\\\b","name":"support.function.network.php"},{"match":"(?i)\\\\bnsapi_(virtual|re((?:sponse|quest)_headers))\\\\b","name":"support.function.nsapi.php"},{"match":"(?i)\\\\b(deaggregate|aggregat(ion_info|e(_(info|properties(_by_(list|regexp))?|methods(_by_(list|regexp))?))?))\\\\b","name":"support.function.objaggregation.php"},{"match":"(?i)\\\\boci(s(tatementtype|e(tprefetch|rverversion)|avelob(file)?)|n(umcols|ew(c(ollection|ursor)|descriptor)|logon)|c(o(l(umn(s(cale|ize)|name|type(raw)?|isnull|precision)|l(size|trim|a(ssign(elem)?|ppend)|getelem|max))|mmit)|loselob|ancel)|internaldebug|definebyname|_(s(tatement_type|e(t_(client_i(nfo|dentifier)|prefetch|edition|action|module_name)|rver_version))|n(um_(fields|rows)|ew_(c(o(nnect|llection)|ursor)|descriptor))|c(o(nnect|mmit)|l(ient_version|ose)|ancel)|internal_debug|define_by_name|p(connect|a(ssword_change|rse))|e(rror|xecute)|f(ield_(s(cale|ize)|name|type(_raw)?|is_null|precision)|etch(_(object|a(ssoc|ll|rray)|row))?|ree_(statement|descriptor))|lob_(copy|is_equal)|r(ollback|esult)|bind_((?:array_|)by_name))|p(logon|arse)|e(rror|xecute)|f(etch(statement|into)?|ree(statement|c(ollection|ursor)|desc))|write(temporarylob|lobtofile)|lo(adlob|go(n|ff))|r(o(wcount|llback)|esult)|bindbyname)\\\\b","name":"support.function.oci8.php"},{"match":"(?i)\\\\bopenssl_(s(ign|eal)|c(sr_(sign|new|export(_to_file)?|get_(subject|public_key))|ipher_iv_length)|open|d(h_compute_key|igest|ecrypt)|p(ublic_((?:de|en)crypt)|k(cs(12_(export(_to_file)?|read)|7_(sign|decrypt|encrypt|verify))|ey_(new|export(_to_file)?|free|get_(details|p(ublic|rivate))))|rivate_((?:de|en)crypt))|e(ncrypt|rror_string)|verify|free_key|random_pseudo_bytes|get_(cipher_methods|p((?:ublic|rivate)key)|md_methods)|x509_(check(_private_key|purpose)|parse|export(_to_file)?|free|read))\\\\b","name":"support.function.openssl.php"},{"match":"(?i)\\\\b(o(utput_(add_rewrite_var|reset_rewrite_vars)|b_(start|clean|implicit_flush|end_(clean|flush)|flush|list_handlers|g(zhandler|et_(status|c(ontents|lean)|flush|le(ngth|vel)))))|flush)\\\\b","name":"support.function.output.php"},{"match":"(?i)\\\\bpassword_(hash|needs_rehash|verify|get_info)\\\\b","name":"support.function.password.php"},{"match":"(?i)\\\\bpcntl_(s(ig(nal(_dispatch)?|timedwait|procmask|waitinfo)|etpriority)|exec|fork|w(stopsig|termsig|if(s(topped|ignaled)|exited)|exitstatus|ait(pid)?)|alarm|getpriority)\\\\b","name":"support.function.pcntl.php"},{"match":"(?i)\\\\bpg_(se(nd_(prepare|execute|query(_params)?)|t_(client_encoding|error_verbosity)|lect)|host|num_(fields|rows)|c(o(n(nect(ion_(status|reset|busy))?|vert)|py_(to|from))|l(ient_encoding|ose)|ancel_query)|t(ty|ra(nsaction_status|ce))|insert|options|d(elete|bname)|u(n(trace|escape_bytea)|pdate)|p(connect|ing|ort|ut_line|arameter_status|repare)|e(scape_(string|identifier|literal|bytea)|nd_copy|xecute)|version|query(_params)?|f(ield_(size|n(um|ame)|t(ype(_oid)?|able)|is_null|prtlen)|etch_(object|a(ssoc|ll(_columns)?|rray)|r(ow|esult))|ree_result)|l(o_(seek|c(lose|reate)|tell|import|open|unlink|export|write|read(_all)?)|ast_(notice|oid|error))|affected_rows|result_(s(tatus|eek)|error(_field)?)|get_(notify|pid|result)|meta_data)\\\\b","name":"support.function.pgsql.php"},{"match":"(?i)\\\\b(virtual|apache_(setenv|note|child_terminate|lookup_uri|re(s(ponse_headers|et_timeout)|quest_headers)|get(_(version|modules)|env))|getallheaders)\\\\b","name":"support.function.php_apache.php"},{"match":"(?i)\\\\bdom_import_simplexml\\\\b","name":"support.function.php_dom.php"},{"match":"(?i)\\\\bftp_(s(sl_connect|ystype|i([tz]e)|et_option)|n(list|b_(continue|put|f(put|get)|get))|c(h(dir|mod)|onnect|dup|lose)|delete|p(ut|wd|asv)|exec|quit|f(put|get)|login|alloc|r(ename|aw(list)?|mdir)|get(_option)?|m(dtm|kdir))\\\\b","name":"support.function.php_ftp.php"},{"match":"(?i)\\\\bimap_(s(can(mailbox)?|tatus|ort|ubscribe|e(t(_quota|flag_full|acl)|arch)|avebody)|header(s|info)?|num_(recent|msg)|c(heck|l(ose|earflag_full)|reate(mailbox)?)|t(hread|imeout)|open|delete(mailbox)?|8bit|u(n(subscribe|delete)|tf(7_((?:de|en)code)|8)|id)|ping|e(rrors|xpunge)|qprint|fetch(structure|header|text|_overview|mime|body)|l(sub|ist(s(can|ubscribed)|mailbox)?|ast_error)|a(ppend|lerts)|r(e(name(mailbox)?|open)|fc822_(parse_(headers|adrlist)|write_address))|g(c|et(subscribed|_quota(root)?|acl|mailboxes))|m(sgno|ime_header_decode|ail(_(co(py|mpose)|move)|boxmsginfo)?)|b(inary|ody(struct)?|ase64))\\\\b","name":"support.function.php_imap.php"},{"match":"(?i)\\\\bmssql_(select_db|n(um_(fields|rows)|ext_result)|c(onnect|lose)|init|data_seek|pconnect|execute|query|f(ield_(seek|name|type|length)|etch_(object|field|a(ssoc|rray)|row|batch)|ree_(statement|result))|r(ows_affected|esult)|g(uid_string|et_last_message)|min_((?:error|message)_severity)|bind)\\\\b","name":"support.function.php_mssql.php"},{"match":"(?i)\\\\bodbc_(s(tatistics|pecialcolumns|etoption)|n(um_(fields|rows)|ext_result)|c(o(nnect|lumn(s|privileges)|mmit)|ursor|lose(_all)?)|table(s|privileges)|d(o|ata_source)|p(connect|r(imarykeys|ocedure(s|columns)|epare))|e(rror(msg)?|xec(ute)?)|f(ield_(scale|n(um|ame)|type|precision|len)|oreignkeys|etch_(into|object|array|row)|ree_result)|longreadlen|autocommit|r(ollback|esult(_all)?)|gettypeinfo|binmode)\\\\b","name":"support.function.php_odbc.php"},{"match":"(?i)\\\\bpreg_(split|quote|filter|last_error|replace(_callback)?|grep|match(_all)?)\\\\b","name":"support.function.php_pcre.php"},{"match":"(?i)\\\\b(spl_(classes|object_hash|autoload(_(call|unregister|extensions|functions|register))?)|class_(implements|uses|parents)|iterator_(count|to_array|apply))\\\\b","name":"support.function.php_spl.php"},{"match":"(?i)\\\\bzip_(close|open|entry_(name|c(ompress(ionmethod|edsize)|lose)|open|filesize|read)|read)\\\\b","name":"support.function.php_zip.php"},{"match":"(?i)\\\\bposix_(s(trerror|et(sid|uid|pgid|e([gu]id)|gid))|ctermid|t(tyname|imes)|i(satty|nitgroups)|uname|errno|kill|access|get(sid|cwd|uid|_last_error|p(id|pid|w(nam|uid)|g(id|rp))|e([gu]id)|login|rlimit|g(id|r(nam|oups|gid)))|mk(nod|fifo))\\\\b","name":"support.function.posix.php"},{"match":"(?i)\\\\bset((?:thread|proc)title)\\\\b","name":"support.function.proctitle.php"},{"match":"(?i)\\\\bpspell_(s(tore_replacement|uggest|ave_wordlist)|new(_(config|personal))?|c(heck|onfig_(save_repl|create|ignore|d((?:ict|ata)_dir)|personal|r(untogether|epl)|mode)|lear_session)|add_to_(session|personal))\\\\b","name":"support.function.pspell.php"},{"match":"(?i)\\\\breadline(_(c(ompletion_function|lear_history|allback_(handler_(install|remove)|read_char))|info|on_new_line|write_history|list_history|add_history|re(display|ad_history)))?\\\\b","name":"support.function.readline.php"},{"match":"(?i)\\\\brecode(_(string|file))?\\\\b","name":"support.function.recode.php"},{"match":"(?i)\\\\brrd_(create|tune|info|update|error|version|f(irst|etch)|last(update)?|restore|graph|xport)\\\\b","name":"support.function.rrd.php"},{"match":"(?i)\\\\b(s(hm_(has_var|detach|put_var|attach|remove(_var)?|get_var)|em_(acquire|re(lease|move)|get))|ftok|msg_(s(tat_queue|e(nd|t_queue))|queue_exists|re(ceive|move_queue)|get_queue))\\\\b","name":"support.function.sem.php"},{"match":"(?i)\\\\bsession_(s(ta(tus|rt)|et_(save_handler|cookie_params)|ave_path)|name|c(ommit|ache_(expire|limiter))|i(s_registered|d)|de(stroy|code)|un(set|register)|encode|write_close|reg(ister(_shutdown)?|enerate_id)|get_cookie_params|module_name)\\\\b","name":"support.function.session.php"},{"match":"(?i)\\\\bshmop_(size|close|open|delete|write|read)\\\\b","name":"support.function.shmop.php"},{"match":"(?i)\\\\bsimplexml_(import_dom|load_(string|file))\\\\b","name":"support.function.simplexml.php"},{"match":"(?i)\\\\bsnmp(set|2_(set|walk|real_walk|get(next)?)|_(set_(oid_(numeric_print|output_format)|enum_print|valueretrieval|quick_print)|read_mib|get_(valueretrieval|quick_print))|3_(set|walk|real_walk|get(next)?)|walk(oid)?|realwalk|get(next)?)\\\\b","name":"support.function.snmp.php"},{"match":"(?i)\\\\b(is_soap_fault|use_soap_error_handler)\\\\b","name":"support.function.soap.php"},{"match":"(?i)\\\\bsocket_(s(hutdown|trerror|e(nd(to)?|t_(nonblock|option|block)|lect))|c(onnect|l(ose|ear_error)|reate(_(pair|listen))?)|import_stream|write|l(isten|ast_error)|accept|re(cv(from)?|ad)|get(sockname|_option|peername)|bind)\\\\b","name":"support.function.sockets.php"},{"match":"(?i)\\\\bsqlite_(s(ingle_query|eek)|has_(prev|more)|n(um_(fields|rows)|ext)|c(hanges|olumn|urrent|lose|reate_(function|aggregate))|open|u(nbuffered_query|df_((?:de|en)code_binary))|p(open|rev)|e(scape_string|rror_string|xec)|valid|key|query|f(ield_name|etch_(s(tring|ingle)|column_types|object|a(ll|rray))|actory)|l(ib(encoding|version)|ast_(insert_rowid|error))|array_query|rewind|busy_timeout)\\\\b","name":"support.function.sqlite.php"},{"match":"(?i)\\\\bsqlsrv_(se(nd_stream_data|rver_info)|has_rows|n(um_(fields|rows)|ext_result)|c(o(n(nect|figure)|mmit)|l(ient_info|ose)|ancel)|prepare|e(rrors|xecute)|query|f(ield_metadata|etch(_(object|array))?|ree_stmt)|ro(ws_affected|llback)|get_(config|field)|begin_transaction)\\\\b","name":"support.function.sqlsrv.php"},{"match":"(?i)\\\\bstats_(s(ta(ndard_deviation|t_(noncentral_t|correlation|in(nerproduct|dependent_t)|p(owersum|ercentile|aired_t)|gennch|binomial_coef))|kew)|harmonic_mean|c(ovariance|df_(n(oncentral_(chisquare|f)|egative_binomial)|c(hisquare|auchy)|t|uniform|poisson|exponential|f|weibull|l(ogistic|aplace)|gamma|b(inomial|eta)))|den(s_(n(ormal|egative_binomial)|c(hisquare|auchy)|t|pmf_(hypergeometric|poisson|binomial)|exponential|f|weibull|l(ogistic|aplace)|gamma|beta)|_uniform)|variance|kurtosis|absolute_deviation|rand_(setall|phrase_to_seeds|ranf|ge(n_(no(ncen(tral_([ft])|ral_chisquare)|rmal)|chisquare|t|i(nt|uniform|poisson|binomial(_negative)?)|exponential|f(uniform)?|gamma|beta)|t_seeds)))\\\\b","name":"support.function.stats.php"},{"match":"(?i)\\\\bs(tream_(s(ocket_(s(hutdown|e(ndto|rver))|client|pair|enable_crypto|accept|recvfrom|get_name)|upports_lock|e(t_(chunk_size|timeout|write_buffer|read_buffer|blocking)|lect))|notification_callback|co(ntext_(set_(option|default|params)|create|get_(options|default|params))|py_to_stream)|is_local|encoding|filter_(prepend|append|re(gister|move))|wrapper_(unregister|re(store|gister))|re(solve_include_path|gister_wrapper)|get_(contents|transports|filters|wrappers|line|meta_data)|bucket_(new|prepend|append|make_writeable))|et_socket_blocking)\\\\b","name":"support.function.streamsfuncs.php"},{"match":"(?i)\\\\b(s(scanf|ha1(_file)?|tr(s(tr|pn)|n(c(asecmp|mp)|atc(asecmp|mp))|c(spn|hr|oll|asecmp|mp)|t(o(upper|k|lower)|r)|i(str|p(slashes|cslashes|os|_tags))|_(s(huffle|plit)|ireplace|pad|word_count|r(ot13|ep(eat|lace))|getcsv)|p(os|brk)|len|r(chr|ipos|pos|ev))|imilar_text|oundex|ubstr(_(co(unt|mpare)|replace))?|printf|etlocale)|h(tml(specialchars(_decode)?|_entity_decode|entities)|e(x2bin|brev(c)?))|n(umber_format|l(2br|_langinfo))|c(h(op|unk_split|r)|o(nvert_(cyr_string|uu((?:de|en)code))|unt_chars)|r(ypt|c32))|trim|implode|ord|uc(first|words)|join|p(arse_str|rint(f)?)|e(cho|xplode)|v((?:s?|f)printf)|quote(d_printable_((?:de|en)code)|meta)|fprintf|wordwrap|l(cfirst|trim|ocaleconv|evenshtein)|add(c??slashes)|rtrim|get_html_translation_table|m(oney_format|d5(_file)?|etaphone)|bin2hex)\\\\b","name":"support.function.string.php"},{"match":"(?i)\\\\bsybase_(se(t_message_handler|lect_db)|num_(fields|rows)|c(onnect|lose)|d(eadlock_retry_count|ata_seek)|unbuffered_query|pconnect|query|f(ield_seek|etch_(object|field|a(ssoc|rray)|row)|ree_result)|affected_rows|result|get_last_message|min_((?:server|client|error|message)_severity))\\\\b","name":"support.function.sybase.php"},{"match":"(?i)\\\\b(taint|is_tainted|untaint)\\\\b","name":"support.function.taint.php"},{"match":"(?i)\\\\b(tidy_(s(et(opt|_encoding)|ave_config)|c(onfig_count|lean_repair)|is_x(html|ml)|diagnose|parse_(string|file)|error_count|warning_count|load_config|access_count|re(set_config|pair_(string|file))|get(opt|_(status|h(tml(_ver)?|ead)|config|o(utput|pt_doc)|r(oot|elease)|body)))|ob_tidyhandler)\\\\b","name":"support.function.tidy.php"},{"match":"(?i)\\\\btoken_(name|get_all)\\\\b","name":"support.function.tokenizer.php"},{"match":"(?i)\\\\btrader_(s(t(och(f|rsi)?|ddev)|in(h)?|u([bm])|et_(compat|unstable_period)|qrt|ar(ext)?|ma)|ht_(sine|trend(line|mode)|dcp(hase|eriod)|phasor)|natr|c(ci|o(s(h)?|rrel)|dl(s(ho(otingstar|rtline)|t(icksandwich|alledpattern)|pinningtop|eparatinglines)|h(i(kkake(mod)?|ghwave)|omingpigeon|a(ngingman|rami(cross)?|mmer))|c(o(ncealbabyswall|unterattack)|losingmarubozu)|t(hrusting|a(sukigap|kuri)|ristar)|i(n(neck|vertedhammer)|dentical3crows)|2crows|onneck|d(oji(star)?|arkcloudcover|ragonflydoji)|u(nique3river|psidegap2crows)|3(starsinsouth|inside|outside|whitesoldiers|linestrike|blackcrows)|piercing|e(ngulfing|vening((?:|doji)star))|kicking(bylength)?|l(ongl(ine|eggeddoji)|adderbottom)|a(dvanceblock|bandonedbaby)|ri(sefall3methods|ckshawman)|g(apsidesidewhite|ravestonedoji)|xsidegap3methods|m(orning((?:|doji)star)|a(t(hold|chinglow)|rubozu))|b(elthold|reakaway))|eil|mo)|t(sf|ypprice|3|ema|an(h)?|r(i(x|ma)|ange))|obv|d(iv|ema|x)|ultosc|p(po|lus_d([im]))|e(rrno|xp|ma)|var|kama|floor|w(clprice|illr|ma)|l(n|inearreg(_(slope|intercept|angle))?|og10)|a(sin|cos|t(an|r)|d(osc|d|x(r)?)?|po|vgprice|roon(osc)?)|r(si|oc(p|r(100)?)?)|get_(compat|unstable_period)|m(i(n(index|us_d([im])|max(index)?)?|dp(oint|rice))|om|ult|edprice|fi|a(cd(ext|fix)?|vp|x(index)?|ma)?)|b(op|eta|bands))\\\\b","name":"support.function.trader.php"},{"match":"(?i)\\\\b(http_build_query|url((?:de|en)code)|parse_url|rawurl((?:de|en)code)|get_(headers|meta_tags)|base64_((?:de|en)code))\\\\b","name":"support.function.url.php"},{"match":"(?i)\\\\b(s(trval|e(ttype|rialize))|i(s(set|_(s(calar|tring)|nu(ll|meric)|callable|int(eger)?|object|double|float|long|array|re(source|al)|bool|arraykey|nonnull|dict|vec|keyset))|ntval|mport_request_variables)|d(oubleval|ebug_zval_dump)|unse(t|rialize)|print_r|empty|var_(dump|export)|floatval|get(type|_(defined_vars|resource_type))|boolval)\\\\b","name":"support.function.var.php"},{"match":"(?i)\\\\bwddx_(serialize_va(lue|rs)|deserialize|packet_(start|end)|add_vars)\\\\b","name":"support.function.wddx.php"},{"match":"(?i)\\\\bxhprof_(sample_((?:dis|en)able)|disable|enable)\\\\b","name":"support.function.xhprof.php"},{"match":"(?i)\\\\b(utf8_((?:de|en)code)|xml_(set_(start_namespace_decl_handler|notation_decl_handler|character_data_handler|object|default_handler|unparsed_entity_decl_handler|processing_instruction_handler|e((?:nd_namespace_decl|lement|xternal_entity_ref)_handler))|parse(_into_struct|r_(set_option|create(_ns)?|free|get_option))?|error_string|get_(current_(column_number|line_number|byte_index)|error_code)))\\\\b","name":"support.function.xml.php"},{"match":"(?i)\\\\bxmlrpc_(se(t_type|rver_(c(all_method|reate)|destroy|add_introspection_data|register_(introspection_callback|method)))|is_fault|decode(_request)?|parse_method_descriptions|encode(_request)?|get_type)\\\\b","name":"support.function.xmlrpc.php"},{"match":"(?i)\\\\bxmlwriter_(s(tart_(c(omment|data)|d(td(_(e(ntity|lement)|attlist))?|ocument)|pi|element(_ns)?|attribute(_ns)?)|et_indent(_string)?)|text|o(utput_memory|pen_(uri|memory))|end_(c(omment|data)|d(td(_(e(ntity|lement)|attlist))?|ocument)|pi|element|attribute)|f(ull_end_element|lush)|write_(c(omment|data)|dtd(_(e(ntity|lement)|attlist))?|pi|element(_ns)?|attribute(_ns)?|raw))\\\\b","name":"support.function.xmlwriter.php"},{"match":"(?i)\\\\bxslt_(set(opt|_(s(cheme_handler(s)?|ax_handler(s)?)|object|e(ncoding|rror_handler)|log|base))|create|process|err(no|or)|free|getopt|backend_(name|info|version))\\\\b","name":"support.function.xslt.php"},{"match":"(?i)\\\\b(zlib_(decode|encode|get_coding_type)|readgzfile|gz(seek|c(ompress|lose)|tell|inflate|open|de(code|flate)|uncompress|p(uts|assthru)|e(ncode|of)|file|write|re(wind|ad)|get(s(s)?|c)))\\\\b","name":"support.function.zlib.php"},{"match":"(?i)\\\\bis_int(eger)?\\\\b","name":"support.function.alias.php"}]},"type-annotation":{"name":"support.type.php","patterns":[{"match":"\\\\b(?:bool|int|float|string|resource|mixed|arraykey|nonnull|dict|vec|keyset)\\\\b","name":"support.type.php"},{"begin":"([A-Z_a-z][0-9A-Z_a-z]*)<","beginCaptures":{"1":{"name":"support.class.php"}},"end":">","patterns":[{"include":"#type-annotation"}]},{"begin":"(shape\\\\()","end":"((,|\\\\.\\\\.\\\\.)?\\\\s*\\\\))","endCaptures":{"1":{"name":"keyword.operator.key.php"}},"name":"storage.type.shape.php","patterns":[{"include":"#type-annotation"},{"include":"#strings"},{"include":"#constants"}]},{"begin":"\\\\(","end":"\\\\)","patterns":[{"include":"#type-annotation"}]},{"include":"#class-name"},{"include":"#comments"}]},"user-function-call":{"begin":"(?i)(?=[0-9\\\\\\\\_a-z]*[_a-z][0-9_a-z]*\\\\s*\\\\()","end":"(?i)[_a-z][0-9_a-z]*(?=\\\\s*\\\\()","endCaptures":{"0":{"name":"entity.name.function.php"}},"name":"meta.function-call.php","patterns":[{"include":"#namespace"}]},"var_basic":{"patterns":[{"captures":{"1":{"name":"punctuation.definition.variable.php"}},"match":"(\\\\$+)[A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*?\\\\b","name":"variable.other.php"}]},"var_global":{"captures":{"1":{"name":"punctuation.definition.variable.php"}},"match":"(\\\\$)((_(COOKIE|FILES|GET|POST|REQUEST))|arg([cv]))\\\\b","name":"variable.other.global.php"},"var_global_safer":{"captures":{"1":{"name":"punctuation.definition.variable.php"}},"match":"(\\\\$)((GLOBALS|_(ENV|SERVER|SESSION)))","name":"variable.other.global.safer.php"},"variable-name":{"patterns":[{"include":"#var_global"},{"include":"#var_global_safer"},{"captures":{"1":{"name":"variable.other.php"},"2":{"name":"punctuation.definition.variable.php"},"4":{"name":"keyword.operator.class.php"},"5":{"name":"variable.other.property.php"},"6":{"name":"punctuation.section.array.begin.php"},"7":{"name":"constant.numeric.index.php"},"8":{"name":"variable.other.index.php"},"9":{"name":"punctuation.definition.variable.php"},"10":{"name":"string.unquoted.index.php"},"11":{"name":"punctuation.section.array.end.php"}},"match":"((\\\\$)(?<name>[A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*))(?:(->)(\\\\g<name>)|(\\\\[)(?:(\\\\d+)|((\\\\$)\\\\g<name>)|(\\\\w+))(]))?"},{"captures":{"1":{"name":"variable.other.php"},"2":{"name":"punctuation.definition.variable.php"},"4":{"name":"punctuation.definition.variable.php"}},"match":"((\\\\$\\\\{)(?<name>[A-Z_a-z\\\\x7F-ÿ][0-9A-Z_a-z\\\\x7F-ÿ]*)(}))"}]},"variables":{"patterns":[{"include":"#var_global"},{"include":"#var_global_safer"},{"include":"#var_basic"},{"begin":"(\\\\$\\\\{)(?=.*?})","beginCaptures":{"1":{"name":"punctuation.definition.variable.php"}},"end":"(})","endCaptures":{"1":{"name":"punctuation.definition.variable.php"}},"patterns":[{"include":"#language"}]}]},"xhp":{"patterns":[{"applyEndPatternLast":1,"begin":"(?<=[(,\\\\[{]|&&|\\\\|\\\\||[:=?]|=>|\\\\Wreturn|^return|^)\\\\s*(?=<[_\\\\p{L}])","contentName":"source.xhp","end":"(?=.)","patterns":[{"include":"#xhp-tag-element-name"}]}]},"xhp-assignment":{"patterns":[{"match":"=(?=\\\\s*(?:[\\"'{]|/\\\\*|<|//|\\\\n))","name":"keyword.operator.assignment.xhp"}]},"xhp-attribute-name":{"patterns":[{"captures":{"0":{"name":"entity.other.attribute-name.xhp"}},"match":"(?<!\\\\S)([_\\\\p{L}](?:[-\\\\p{L}\\\\p{Mn}\\\\p{Mc}\\\\d\\\\p{Nl}\\\\p{Pc}](?<!\\\\.\\\\.))*+)(?<!\\\\.)(?=//|/\\\\*|[=>\\\\s]|/>)"}]},"xhp-entities":{"patterns":[{"captures":{"0":{"name":"constant.character.entity.xhp"},"1":{"name":"punctuation.definition.entity.xhp"},"2":{"name":"entity.name.tag.html.xhp"},"3":{"name":"punctuation.definition.entity.xhp"}},"match":"(&)([0-9A-Za-z]+|#[0-9]+|#x\\\\h+)(;)"},{"match":"&\\\\S*;","name":"invalid.illegal.bad-ampersand.xhp"}]},"xhp-evaluated-code":{"begin":"\\\\{","beginCaptures":{"0":{"name":"punctuation.section.embedded.begin.xhp"}},"contentName":"source.php.xhp","end":"}","endCaptures":{"0":{"name":"punctuation.section.embedded.end.xhp"}},"name":"meta.embedded.expression.php","patterns":[{"include":"#language"}]},"xhp-html-comments":{"begin":"<!--","captures":{"0":{"name":"punctuation.definition.comment.html"}},"end":"--\\\\s*>","name":"comment.block.html","patterns":[{"match":"--(?!-*\\\\s*>)","name":"invalid.illegal.bad-comments-or-CDATA.html"}]},"xhp-string-double-quoted":{"begin":"\\"","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.xhp"}},"end":"\\"(?<!\\\\\\\\\\")","endCaptures":{"0":{"name":"punctuation.definition.string.end.xhp"}},"name":"string.quoted.double.php","patterns":[{"include":"#xhp-entities"}]},"xhp-string-single-quoted":{"begin":"'","beginCaptures":{"0":{"name":"punctuation.definition.string.begin.xhp"}},"end":"'(?<!\\\\\\\\')","endCaptures":{"0":{"name":"punctuation.definition.string.end.xhp"}},"name":"string.quoted.single.php","patterns":[{"include":"#xhp-entities"}]},"xhp-tag-attributes":{"patterns":[{"include":"#xhp-attribute-name"},{"include":"#xhp-assignment"},{"include":"#xhp-string-double-quoted"},{"include":"#xhp-string-single-quoted"},{"include":"#xhp-evaluated-code"},{"include":"#xhp-tag-element-name"},{"include":"#comments"}]},"xhp-tag-element-name":{"patterns":[{"begin":"\\\\s*(<)([_\\\\p{L}][-:\\\\p{L}\\\\p{Mn}\\\\p{Mc}\\\\d\\\\p{Nl}\\\\p{Pc}]*+)(?=[/>\\\\s])(?<!:)","beginCaptures":{"1":{"name":"punctuation.definition.tag.xhp"},"2":{"name":"entity.name.tag.open.xhp"}},"end":"\\\\s*(?<=</)(\\\\2)(>)|(/>)|((?<=</)[ \\\\S]*?)>","endCaptures":{"1":{"name":"entity.name.tag.close.xhp"},"2":{"name":"punctuation.definition.tag.xhp"},"3":{"name":"punctuation.definition.tag.xhp"},"4":{"name":"invalid.illegal.termination.xhp"}},"patterns":[{"include":"#xhp-tag-termination"},{"include":"#xhp-html-comments"},{"include":"#xhp-tag-attributes"}]}]},"xhp-tag-termination":{"patterns":[{"begin":"(?<!--)(>)","beginCaptures":{"0":{"name":"punctuation.definition.tag.xhp"},"1":{"name":"XHPStartTagEnd"}},"end":"(</)","endCaptures":{"0":{"name":"punctuation.definition.tag.xhp"},"1":{"name":"XHPEndTagStart"}},"patterns":[{"include":"#xhp-evaluated-code"},{"include":"#xhp-entities"},{"include":"#xhp-html-comments"},{"include":"#xhp-tag-element-name"}]}]}},"scopeName":"source.hack","embeddedLangs":["html","sql"]}`)), i = [
5
5
  ...e,
6
6
  ...t,
7
7
  n
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import e from "./javascript.js";
3
3
  import n from "./css.js";
4
- const a = Object.freeze(JSON.parse('{"displayName":"Ruby Haml","fileTypes":["haml","html.haml"],"foldingStartMarker":"^\\\\s*([-%#\\\\:\\\\.\\\\w\\\\=].*)\\\\s$","foldingStopMarker":"^\\\\s*$","name":"haml","patterns":[{"begin":"^(\\\\s*)==","contentName":"string.quoted.double.ruby","end":"$\\\\n*","patterns":[{"include":"#interpolated_ruby"}]},{"begin":"^(\\\\s*):ruby","end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"source.ruby.embedded.filter.haml","patterns":[{"include":"source.ruby"}]},{"captures":{"1":{"name":"punctuation.definition.prolog.haml"}},"match":"^(!!!)($|\\\\s.*)","name":"meta.prolog.haml"},{"begin":"^(\\\\s*):javascript","end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"js.haml","patterns":[{"include":"source.js"}]},{"begin":"^(\\\\s*)%script","end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"js.inline.haml","patterns":[{"include":"source.js"}]},{"begin":"^(\\\\s*):ruby$","end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"source.ruby.embedded.filter.haml","patterns":[{"include":"source.ruby"}]},{"captures":{"1":{"name":"punctuation.section.comment.haml"}},"match":"^(\\\\s*)(\\\\/\\\\[[^\\\\]].*?$\\\\n?)","name":"comment.line.slash.haml"},{"begin":"^(\\\\s*)(\\\\-\\\\#|\\\\/|\\\\-\\\\s*\\\\/\\\\*+)","beginCaptures":{"2":{"name":"punctuation.section.comment.haml"}},"end":"^(?!\\\\1\\\\s+|\\\\n)","name":"comment.block.haml","patterns":[{"include":"text.haml"}]},{"begin":"^\\\\s*(?:((%)([-\\\\w:]+))|(?=\\\\.|#))","captures":{"1":{"name":"meta.tag.haml"},"2":{"name":"punctuation.definition.tag.haml"},"3":{"name":"entity.name.tag.haml"}},"end":"$|(?!\\\\.|#|\\\\{|\\\\(|\\\\[|&amp;|=|-|~|!=|&=|/)","patterns":[{"begin":"==","contentName":"string.quoted.double.ruby","end":"$\\\\n?","patterns":[{"include":"#interpolated_ruby"}]},{"captures":{"1":{"name":"entity.other.attribute-name.class"}},"match":"(\\\\.[\\\\w\\\\-\\\\:]+)","name":"meta.selector.css"},{"captures":{"1":{"name":"entity.other.attribute-name.id"}},"match":"(#[\\\\w-]+)","name":"meta.selector.css"},{"begin":"(?<!\\\\#)\\\\{(?=.*(,|(do)|\\\\{|\\\\}|\\\\||(\\\\#.*)|\\\\R)\\\\s*)","end":"\\\\s*\\\\}(?!\\\\s*\\\\,)(?!\\\\s*\\\\|)(?!\\\\#\\\\{.*\\\\})","name":"meta.section.attributes.haml","patterns":[{"include":"source.ruby"},{"include":"#continuation"},{"include":"#rubyline"}]},{"begin":"\\\\(","end":"\\\\)","name":"meta.section.attributes.plain.haml","patterns":[{"match":"([\\\\w-]+)","name":"constant.other.symbol.ruby"},{"match":"\\\\=","name":"punctuation"},{"include":"#variables"},{"begin":"\\"","end":"\\"","name":"string.quoted.double.ruby","patterns":[{"match":"\\\\\\\\(x\\\\h{2}|[0-2][0-7]{0,2}|3[0-6][0-7]?|37[0-7]?|[4-7][0-7]?|.)","name":"constant.character.escape.ruby"},{"include":"#interpolated_ruby"}]},{"include":"#interpolated_ruby"}]},{"begin":"\\\\[(?=.+(,|\\\\[|\\\\]|\\\\||(\\\\#.*))\\\\s*)","end":"\\\\s*\\\\](?!.*(?!\\\\#\\\\[)\\\\])","name":"meta.section.object.haml","patterns":[{"include":"source.ruby"},{"include":"#continuation"},{"include":"#rubyline"}]},{"include":"#interpolated_ruby_line"},{"include":"#rubyline"},{"match":"/","name":"punctuation.terminator.tag.haml"}]},{"begin":"^(\\\\s*):(ruby|opal)$","end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"source.ruby.embedded.filter.haml","patterns":[{"include":"source.ruby"}]},{"begin":"^(\\\\s*):ruby$","end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"source.ruby.embedded.filter.haml","patterns":[{"include":"source.ruby"}]},{"begin":"^(\\\\s*):(style|sass)$","end":"^(?=\\\\1\\\\s+|$\\\\n*)","name":"source.sass.embedded.filter.haml","patterns":[{"include":"source.sass"}]},{"begin":"^(\\\\s*):coffee(script)?","end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"source.coffee.embedded.filter.haml","patterns":[{"include":"source.coffee"}]},{"begin":"^(\\\\s*):plain$","end":"^(?=\\\\1\\\\s+|$\\\\n*)","name":"text.plain.embedded.filter.haml","patterns":[{"include":"text.plain"}]},{"begin":"^(\\\\s*)(:ruby)","beginCaptures":{"2":{"name":"keyword.control.filter.haml"}},"end":"(?m:(?<=\\\\n)(?!\\\\1\\\\s+|$\\\\n*))","name":"source.ruby.embedded.filter.haml","patterns":[{"include":"source.ruby"}]},{"begin":"^(\\\\s*)(:sass)","beginCaptures":{"2":{"name":"keyword.control.filter.haml"}},"end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"source.embedded.filter.sass","patterns":[{"include":"source.sass"}]},{"begin":"^(\\\\s*):(styles|sass)$","end":"^(?=\\\\1\\\\s+|$\\\\n*)","name":"source.sass.embedded.filter.haml","patterns":[{"include":"source.sass"}]},{"begin":"^(\\\\s*):plain$","end":"^(?=\\\\1\\\\s+|$\\\\n*)","name":"text.plain.embedded.filter.haml","patterns":[{"include":"text.plain"}]},{"captures":{"1":{"name":"meta.escape.haml"}},"match":"^\\\\s*(\\\\.)"},{"begin":"^\\\\s*(?==|-|~|!=|&=)","end":"$","patterns":[{"include":"#interpolated_ruby_line"},{"include":"#rubyline"}]},{"begin":"^(\\\\s*)(:php)","captures":{"2":{"name":"entity.name.tag.haml"}},"end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"meta.embedded.php","patterns":[{"include":"text.html.php#language"}]},{"begin":"^(\\\\s*)(:markdown)","captures":{"2":{"name":"entity.name.tag.haml"}},"end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"meta.embedded.markdown","patterns":[{"include":"text.html.markdown"}]},{"begin":"^(\\\\s*)(:(css|styles?))$","captures":{"2":{"name":"entity.name.tag.haml"}},"end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"meta.embedded.css","patterns":[{"include":"source.css"}]},{"begin":"^(\\\\s*)(:sass)$","captures":{"2":{"name":"entity.name.tag.haml"}},"end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"meta.embedded.sass","patterns":[{"include":"source.sass"}]},{"begin":"^(\\\\s*)(:scss)$","captures":{"2":{"name":"entity.name.tag.haml"}},"end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"meta.embedded.scss","patterns":[{"include":"source.scss"}]}],"repository":{"continuation":{"captures":{"1":{"name":"punctuation.separator.continuation.haml"}},"match":"(\\\\|)\\\\s*\\\\n"},"interpolated_ruby":{"patterns":[{"captures":{"0":{"name":"punctuation.section.embedded.ruby"},"1":{"name":"source.ruby.embedded.source.empty"}},"match":"#\\\\{(\\\\})","name":"source.ruby.embedded.source"},{"begin":"#\\\\{","captures":{"0":{"name":"punctuation.section.embedded.ruby"}},"end":"(\\\\})","name":"source.ruby.embedded.source","patterns":[{"include":"#nest_curly_and_self"},{"include":"source.ruby"}]},{"include":"#variables"}]},"interpolated_ruby_line":{"begin":"!?==","contentName":"string.source.ruby.embedded.haml","end":"$","name":"meta.line.ruby.interpolated.haml","patterns":[{"include":"#interpolated_ruby"},{"include":"source.ruby#escaped_char"}]},"nest_curly_and_self":{"patterns":[{"begin":"\\\\{","captures":{"0":{"name":"punctuation.section.scope.ruby"}},"end":"\\\\}","patterns":[{"include":"#nest_curly_and_self"},{"include":"source.ruby"}]}]},"rubyline":{"begin":"(&amp|!)?(=|-|~)","contentName":"source.ruby.embedded.haml","end":"((do|\\\\{)( \\\\|[.*]+\\\\|)?)$|$|^(?!.*\\\\|\\\\s*)$\\\\n?","endCaptures":{"1":{"name":"source.ruby.embedded.html"},"2":{"name":"keyword.control.ruby.start-block"}},"name":"meta.line.ruby.haml","patterns":[{"captures":{"1":{"name":"keyword.control.php"}},"match":"\\\\s+((elseif|foreach|switch|declare|default|use))(?=\\\\s|\\\\()"},{"captures":{"1":{"name":"keyword.control.import.include.php"}},"match":"\\\\s+(require_once|include_once)(?=\\\\s|\\\\()"},{"match":"\\\\s+(catch|try|throw|exception|finally|die)(?=\\\\s|\\\\(|\\\\n*)","name":"keyword.control.exception.php"},{"captures":{"1":{"name":"storage.type.function.php"}},"match":"\\\\s+(function\\\\s*)((?=\\\\())"},{"captures":{"1":{"name":"keyword.control.php"}},"match":"\\\\s+(use\\\\s*)((?=\\\\())"},{"match":"(\\\\||,|<|do|\\\\{)\\\\s*(\\\\#.*)?$\\\\n*","name":"source.ruby","patterns":[{"include":"#rubyline"}]},{"comment":"Hack to let ruby comments work in this context properly","match":"#.*$","name":"comment.line.number-sign.ruby"},{"include":"source.ruby"},{"include":"#continuation"}]},"variables":{"patterns":[{"captures":{"1":{"name":"punctuation.definition.variable.ruby"}},"match":"(#@)[a-zA-Z_]\\\\w*","name":"variable.other.readwrite.instance.ruby"},{"captures":{"1":{"name":"punctuation.definition.variable.ruby"}},"match":"(#@@)[a-zA-Z_]\\\\w*","name":"variable.other.readwrite.class.ruby"},{"captures":{"1":{"name":"punctuation.definition.variable.ruby"}},"match":"(#\\\\$)[a-zA-Z_]\\\\w*","name":"variable.other.readwrite.global.ruby"}]}},"scopeName":"text.haml","embeddedLangs":["javascript","css"],"embeddedLangsLazy":["ruby","sass","coffee","markdown"]}')), r = [
4
+ const a = Object.freeze(JSON.parse('{"displayName":"Ruby Haml","fileTypes":["haml","html.haml"],"foldingStartMarker":"^\\\\s*([-#%.:=\\\\w].*)\\\\s$","foldingStopMarker":"^\\\\s*$","name":"haml","patterns":[{"begin":"^(\\\\s*)==","contentName":"string.quoted.double.ruby","end":"$\\\\n*","patterns":[{"include":"#interpolated_ruby"}]},{"begin":"^(\\\\s*):ruby","end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"source.ruby.embedded.filter.haml","patterns":[{"include":"source.ruby"}]},{"captures":{"1":{"name":"punctuation.definition.prolog.haml"}},"match":"^(!!!)($|\\\\s.*)","name":"meta.prolog.haml"},{"begin":"^(\\\\s*):javascript","end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"js.haml","patterns":[{"include":"source.js"}]},{"begin":"^(\\\\s*)%script","end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"js.inline.haml","patterns":[{"include":"source.js"}]},{"begin":"^(\\\\s*):ruby$","end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"source.ruby.embedded.filter.haml","patterns":[{"include":"source.ruby"}]},{"captures":{"1":{"name":"punctuation.section.comment.haml"}},"match":"^(\\\\s*)(/\\\\[[^]].*?$\\\\n?)","name":"comment.line.slash.haml"},{"begin":"^(\\\\s*)(-#|/|-\\\\s*/\\\\*+)","beginCaptures":{"2":{"name":"punctuation.section.comment.haml"}},"end":"^(?!\\\\1\\\\s+|\\\\n)","name":"comment.block.haml","patterns":[{"include":"text.haml"}]},{"begin":"^\\\\s*(?:((%)([-:\\\\w]+))|(?=[#.]))","captures":{"1":{"name":"meta.tag.haml"},"2":{"name":"punctuation.definition.tag.haml"},"3":{"name":"entity.name.tag.haml"}},"end":"$|(?![#(.\\\\[{]|&amp;|[-=~]|!=|&=|/)","patterns":[{"begin":"==","contentName":"string.quoted.double.ruby","end":"$\\\\n?","patterns":[{"include":"#interpolated_ruby"}]},{"captures":{"1":{"name":"entity.other.attribute-name.class"}},"match":"(\\\\.[-:\\\\w]+)","name":"meta.selector.css"},{"captures":{"1":{"name":"entity.other.attribute-name.id"}},"match":"(#[-\\\\w]+)","name":"meta.selector.css"},{"begin":"(?<!#)\\\\{(?=.*(,|(do)|[{|}]|(#.*)|\\\\R)\\\\s*)","end":"\\\\s*}(?!\\\\s*,)(?!\\\\s*\\\\|)(?!#\\\\{.*})","name":"meta.section.attributes.haml","patterns":[{"include":"source.ruby"},{"include":"#continuation"},{"include":"#rubyline"}]},{"begin":"\\\\(","end":"\\\\)","name":"meta.section.attributes.plain.haml","patterns":[{"match":"([-\\\\w]+)","name":"constant.other.symbol.ruby"},{"match":"=","name":"punctuation"},{"include":"#variables"},{"begin":"\\"","end":"\\"","name":"string.quoted.double.ruby","patterns":[{"match":"\\\\\\\\(x\\\\h{2}|[012][0-7]{0,2}|3[0-6][0-7]?|37[0-7]?|[4-7][0-7]?|.)","name":"constant.character.escape.ruby"},{"include":"#interpolated_ruby"}]},{"include":"#interpolated_ruby"}]},{"begin":"\\\\[(?=.+([],\\\\[|]|(#.*))\\\\s*)","end":"\\\\s*](?!.*(?!#\\\\[)])","name":"meta.section.object.haml","patterns":[{"include":"source.ruby"},{"include":"#continuation"},{"include":"#rubyline"}]},{"include":"#interpolated_ruby_line"},{"include":"#rubyline"},{"match":"/","name":"punctuation.terminator.tag.haml"}]},{"begin":"^(\\\\s*):(ruby|opal)$","end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"source.ruby.embedded.filter.haml","patterns":[{"include":"source.ruby"}]},{"begin":"^(\\\\s*):ruby$","end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"source.ruby.embedded.filter.haml","patterns":[{"include":"source.ruby"}]},{"begin":"^(\\\\s*):(s(?:tyle|ass))$","end":"^(?=\\\\1\\\\s+|$\\\\n*)","name":"source.sass.embedded.filter.haml","patterns":[{"include":"source.sass"}]},{"begin":"^(\\\\s*):coffee(script)?","end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"source.coffee.embedded.filter.haml","patterns":[{"include":"source.coffee"}]},{"begin":"^(\\\\s*):plain$","end":"^(?=\\\\1\\\\s+|$\\\\n*)","name":"text.plain.embedded.filter.haml","patterns":[{"include":"text.plain"}]},{"begin":"^(\\\\s*)(:ruby)","beginCaptures":{"2":{"name":"keyword.control.filter.haml"}},"end":"(?m:(?<=\\\\n)(?!\\\\1\\\\s+|$\\\\n*))","name":"source.ruby.embedded.filter.haml","patterns":[{"include":"source.ruby"}]},{"begin":"^(\\\\s*)(:sass)","beginCaptures":{"2":{"name":"keyword.control.filter.haml"}},"end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"source.embedded.filter.sass","patterns":[{"include":"source.sass"}]},{"begin":"^(\\\\s*):(s(?:tyles|ass))$","end":"^(?=\\\\1\\\\s+|$\\\\n*)","name":"source.sass.embedded.filter.haml","patterns":[{"include":"source.sass"}]},{"begin":"^(\\\\s*):plain$","end":"^(?=\\\\1\\\\s+|$\\\\n*)","name":"text.plain.embedded.filter.haml","patterns":[{"include":"text.plain"}]},{"captures":{"1":{"name":"meta.escape.haml"}},"match":"^\\\\s*(\\\\.)"},{"begin":"^\\\\s*(?=[-=~]|!=|&=)","end":"$","patterns":[{"include":"#interpolated_ruby_line"},{"include":"#rubyline"}]},{"begin":"^(\\\\s*)(:php)","captures":{"2":{"name":"entity.name.tag.haml"}},"end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"meta.embedded.php","patterns":[{"include":"text.html.php#language"}]},{"begin":"^(\\\\s*)(:markdown)","captures":{"2":{"name":"entity.name.tag.haml"}},"end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"meta.embedded.markdown","patterns":[{"include":"text.html.markdown"}]},{"begin":"^(\\\\s*)(:(css|styles?))$","captures":{"2":{"name":"entity.name.tag.haml"}},"end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"meta.embedded.css","patterns":[{"include":"source.css"}]},{"begin":"^(\\\\s*)(:sass)$","captures":{"2":{"name":"entity.name.tag.haml"}},"end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"meta.embedded.sass","patterns":[{"include":"source.sass"}]},{"begin":"^(\\\\s*)(:scss)$","captures":{"2":{"name":"entity.name.tag.haml"}},"end":"^(?!\\\\1\\\\s+|$\\\\n*)","name":"meta.embedded.scss","patterns":[{"include":"source.scss"}]}],"repository":{"continuation":{"captures":{"1":{"name":"punctuation.separator.continuation.haml"}},"match":"(\\\\|)\\\\s*\\\\n"},"interpolated_ruby":{"patterns":[{"captures":{"0":{"name":"punctuation.section.embedded.ruby"},"1":{"name":"source.ruby.embedded.source.empty"}},"match":"#\\\\{(})","name":"source.ruby.embedded.source"},{"begin":"#\\\\{","captures":{"0":{"name":"punctuation.section.embedded.ruby"}},"end":"(})","name":"source.ruby.embedded.source","patterns":[{"include":"#nest_curly_and_self"},{"include":"source.ruby"}]},{"include":"#variables"}]},"interpolated_ruby_line":{"begin":"!?==","contentName":"string.source.ruby.embedded.haml","end":"$","name":"meta.line.ruby.interpolated.haml","patterns":[{"include":"#interpolated_ruby"},{"include":"source.ruby#escaped_char"}]},"nest_curly_and_self":{"patterns":[{"begin":"\\\\{","captures":{"0":{"name":"punctuation.section.scope.ruby"}},"end":"}","patterns":[{"include":"#nest_curly_and_self"},{"include":"source.ruby"}]}]},"rubyline":{"begin":"(&amp|!)?([-=~])","contentName":"source.ruby.embedded.haml","end":"((do|\\\\{)( \\\\|[*.]+\\\\|)?)$|$|^(?!.*\\\\|\\\\s*)$\\\\n?","endCaptures":{"1":{"name":"source.ruby.embedded.html"},"2":{"name":"keyword.control.ruby.start-block"}},"name":"meta.line.ruby.haml","patterns":[{"captures":{"1":{"name":"keyword.control.php"}},"match":"\\\\s+((elseif|foreach|switch|declare|default|use))(?=[(\\\\s])"},{"captures":{"1":{"name":"keyword.control.import.include.php"}},"match":"\\\\s+((?:requir|includ)e_once)(?=[(\\\\s])"},{"match":"\\\\s+(catch|try|throw|exception|finally|die)(?=[(\\\\s]|\\\\n*)","name":"keyword.control.exception.php"},{"captures":{"1":{"name":"storage.type.function.php"}},"match":"\\\\s+(function\\\\s*)((?=\\\\())"},{"captures":{"1":{"name":"keyword.control.php"}},"match":"\\\\s+(use\\\\s*)((?=\\\\())"},{"match":"([,<|]|do|\\\\{)\\\\s*(#.*)?$\\\\n*","name":"source.ruby","patterns":[{"include":"#rubyline"}]},{"match":"#.*$","name":"comment.line.number-sign.ruby"},{"include":"source.ruby"},{"include":"#continuation"}]},"variables":{"patterns":[{"captures":{"1":{"name":"punctuation.definition.variable.ruby"}},"match":"(#@)[A-Z_a-z]\\\\w*","name":"variable.other.readwrite.instance.ruby"},{"captures":{"1":{"name":"punctuation.definition.variable.ruby"}},"match":"(#@@)[A-Z_a-z]\\\\w*","name":"variable.other.readwrite.class.ruby"},{"captures":{"1":{"name":"punctuation.definition.variable.ruby"}},"match":"(#\\\\$)[A-Z_a-z]\\\\w*","name":"variable.other.readwrite.global.ruby"}]}},"scopeName":"text.haml","embeddedLangs":["javascript","css"],"embeddedLangsLazy":["ruby","sass","coffee","markdown"]}')), r = [
5
5
  ...e,
6
6
  ...n,
7
7
  a