@velarscript/web 0.31.0 → 0.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (385) hide show
  1. package/README.md +1 -1
  2. package/dist/analysis/calls/intrinsics/config.d.ts +10 -0
  3. package/dist/analysis/calls/intrinsics/config.d.ts.map +1 -0
  4. package/dist/analysis/calls/intrinsics/config.js +19 -0
  5. package/dist/analysis/calls/intrinsics/config.js.map +1 -0
  6. package/dist/analysis/calls/intrinsics/forms.d.ts +10 -0
  7. package/dist/analysis/calls/intrinsics/forms.d.ts.map +1 -0
  8. package/dist/analysis/calls/intrinsics/forms.js +38 -0
  9. package/dist/analysis/calls/intrinsics/forms.js.map +1 -0
  10. package/dist/analysis/calls/intrinsics/http.d.ts +10 -0
  11. package/dist/analysis/calls/intrinsics/http.d.ts.map +1 -0
  12. package/dist/analysis/calls/intrinsics/http.js +37 -0
  13. package/dist/analysis/calls/intrinsics/http.js.map +1 -0
  14. package/dist/analysis/calls/intrinsics/reactive.d.ts +10 -0
  15. package/dist/analysis/calls/intrinsics/reactive.d.ts.map +1 -0
  16. package/dist/analysis/calls/intrinsics/reactive.js +30 -0
  17. package/dist/analysis/calls/intrinsics/reactive.js.map +1 -0
  18. package/dist/analysis/calls/intrinsics/storage.d.ts +12 -0
  19. package/dist/analysis/calls/intrinsics/storage.d.ts.map +1 -0
  20. package/dist/analysis/calls/intrinsics/storage.js +86 -0
  21. package/dist/analysis/calls/intrinsics/storage.js.map +1 -0
  22. package/dist/analysis/calls/intrinsics/web.d.ts +10 -0
  23. package/dist/analysis/calls/intrinsics/web.d.ts.map +1 -0
  24. package/dist/analysis/calls/intrinsics/web.js +100 -0
  25. package/dist/analysis/calls/intrinsics/web.js.map +1 -0
  26. package/dist/analysis/calls/intrinsics.d.ts +13 -0
  27. package/dist/analysis/calls/intrinsics.d.ts.map +1 -0
  28. package/dist/analysis/calls/intrinsics.js +31 -0
  29. package/dist/analysis/calls/intrinsics.js.map +1 -0
  30. package/dist/analysis/components/contracts.d.ts +19 -0
  31. package/dist/analysis/components/contracts.d.ts.map +1 -0
  32. package/dist/analysis/components/contracts.js +83 -0
  33. package/dist/analysis/components/contracts.js.map +1 -0
  34. package/dist/analysis/components/declaration.d.ts +4 -0
  35. package/dist/analysis/components/declaration.d.ts.map +1 -0
  36. package/dist/analysis/components/declaration.js +163 -0
  37. package/dist/analysis/components/declaration.js.map +1 -0
  38. package/dist/analysis/components/host.d.ts +61 -0
  39. package/dist/analysis/components/host.d.ts.map +1 -0
  40. package/dist/analysis/components/host.js +22 -0
  41. package/dist/analysis/components/host.js.map +1 -0
  42. package/dist/analysis/components/lifecycle.d.ts +22 -0
  43. package/dist/analysis/components/lifecycle.d.ts.map +1 -0
  44. package/dist/analysis/components/lifecycle.js +33 -0
  45. package/dist/analysis/components/lifecycle.js.map +1 -0
  46. package/dist/analysis/components/ownership.d.ts +74 -0
  47. package/dist/analysis/components/ownership.d.ts.map +1 -0
  48. package/dist/analysis/components/ownership.js +106 -0
  49. package/dist/analysis/components/ownership.js.map +1 -0
  50. package/dist/analysis/declarations.d.ts +99 -0
  51. package/dist/analysis/declarations.d.ts.map +1 -0
  52. package/dist/analysis/declarations.js +176 -0
  53. package/dist/analysis/declarations.js.map +1 -0
  54. package/dist/analysis/inference.d.ts +67 -0
  55. package/dist/analysis/inference.d.ts.map +1 -0
  56. package/dist/analysis/inference.js +236 -0
  57. package/dist/analysis/inference.js.map +1 -0
  58. package/dist/analysis/jsx/attributes.d.ts +103 -0
  59. package/dist/analysis/jsx/attributes.d.ts.map +1 -0
  60. package/dist/analysis/jsx/attributes.js +601 -0
  61. package/dist/analysis/jsx/attributes.js.map +1 -0
  62. package/dist/analysis/jsx/elements.d.ts +17 -0
  63. package/dist/analysis/jsx/elements.d.ts.map +1 -0
  64. package/dist/analysis/jsx/elements.js +213 -0
  65. package/dist/analysis/jsx/elements.js.map +1 -0
  66. package/dist/analysis/jsx/host.d.ts +61 -0
  67. package/dist/analysis/jsx/host.d.ts.map +1 -0
  68. package/dist/analysis/jsx/host.js +15 -0
  69. package/dist/analysis/jsx/host.js.map +1 -0
  70. package/dist/analysis/jsx/keys.d.ts +15 -0
  71. package/dist/analysis/jsx/keys.d.ts.map +1 -0
  72. package/dist/analysis/jsx/keys.js +67 -0
  73. package/dist/analysis/jsx/keys.js.map +1 -0
  74. package/dist/analysis/jsx/security.d.ts +29 -0
  75. package/dist/analysis/jsx/security.d.ts.map +1 -0
  76. package/dist/analysis/jsx/security.js +61 -0
  77. package/dist/analysis/jsx/security.js.map +1 -0
  78. package/dist/analysis/jsx-detection.d.ts +49 -0
  79. package/dist/analysis/jsx-detection.d.ts.map +1 -0
  80. package/dist/analysis/jsx-detection.js +196 -0
  81. package/dist/analysis/jsx-detection.js.map +1 -0
  82. package/dist/analysis/keyed-rebuild.d.ts +148 -0
  83. package/dist/analysis/keyed-rebuild.d.ts.map +1 -0
  84. package/dist/analysis/keyed-rebuild.js +299 -0
  85. package/dist/analysis/keyed-rebuild.js.map +1 -0
  86. package/dist/analysis/keyframes-analysis.d.ts +6 -0
  87. package/dist/analysis/keyframes-analysis.d.ts.map +1 -0
  88. package/dist/analysis/keyframes-analysis.js +79 -0
  89. package/dist/analysis/keyframes-analysis.js.map +1 -0
  90. package/dist/analysis/look/builders.d.ts +29 -0
  91. package/dist/analysis/look/builders.d.ts.map +1 -0
  92. package/dist/analysis/look/builders.js +168 -0
  93. package/dist/analysis/look/builders.js.map +1 -0
  94. package/dist/analysis/look/conditions.d.ts +13 -0
  95. package/dist/analysis/look/conditions.d.ts.map +1 -0
  96. package/dist/analysis/look/conditions.js +84 -0
  97. package/dist/analysis/look/conditions.js.map +1 -0
  98. package/dist/analysis/look/edits.d.ts +25 -0
  99. package/dist/analysis/look/edits.d.ts.map +1 -0
  100. package/dist/analysis/look/edits.js +57 -0
  101. package/dist/analysis/look/edits.js.map +1 -0
  102. package/dist/analysis/look/entries.d.ts +56 -0
  103. package/dist/analysis/look/entries.d.ts.map +1 -0
  104. package/dist/analysis/look/entries.js +223 -0
  105. package/dist/analysis/look/entries.js.map +1 -0
  106. package/dist/analysis/look/host.d.ts +47 -0
  107. package/dist/analysis/look/host.d.ts.map +1 -0
  108. package/dist/analysis/look/host.js +16 -0
  109. package/dist/analysis/look/host.js.map +1 -0
  110. package/dist/analysis/look/tokens.d.ts +75 -0
  111. package/dist/analysis/look/tokens.d.ts.map +1 -0
  112. package/dist/analysis/look/tokens.js +151 -0
  113. package/dist/analysis/look/tokens.js.map +1 -0
  114. package/dist/analysis/look/values.d.ts +45 -0
  115. package/dist/analysis/look/values.d.ts.map +1 -0
  116. package/dist/analysis/look/values.js +148 -0
  117. package/dist/analysis/look/values.js.map +1 -0
  118. package/dist/analysis/look-conditions.d.ts +47 -0
  119. package/dist/analysis/look-conditions.d.ts.map +1 -0
  120. package/dist/analysis/look-conditions.js +157 -0
  121. package/dist/analysis/look-conditions.js.map +1 -0
  122. package/dist/analysis/look-sites.d.ts +54 -0
  123. package/dist/analysis/look-sites.d.ts.map +1 -0
  124. package/dist/analysis/look-sites.js +104 -0
  125. package/dist/analysis/look-sites.js.map +1 -0
  126. package/dist/analysis/look-vocabulary-guidance.d.ts +76 -0
  127. package/dist/analysis/look-vocabulary-guidance.d.ts.map +1 -0
  128. package/dist/analysis/look-vocabulary-guidance.js +338 -0
  129. package/dist/analysis/look-vocabulary-guidance.js.map +1 -0
  130. package/dist/analysis/media-conditions.d.ts +33 -0
  131. package/dist/analysis/media-conditions.d.ts.map +1 -0
  132. package/dist/analysis/media-conditions.js +92 -0
  133. package/dist/analysis/media-conditions.js.map +1 -0
  134. package/dist/analysis/program-passes.d.ts +106 -0
  135. package/dist/analysis/program-passes.d.ts.map +1 -0
  136. package/dist/analysis/program-passes.js +149 -0
  137. package/dist/analysis/program-passes.js.map +1 -0
  138. package/dist/analysis/reactivity/bindings.d.ts +37 -0
  139. package/dist/analysis/reactivity/bindings.d.ts.map +1 -0
  140. package/dist/analysis/reactivity/bindings.js +88 -0
  141. package/dist/analysis/reactivity/bindings.js.map +1 -0
  142. package/dist/analysis/reactivity/derived.d.ts +39 -0
  143. package/dist/analysis/reactivity/derived.d.ts.map +1 -0
  144. package/dist/analysis/reactivity/derived.js +80 -0
  145. package/dist/analysis/reactivity/derived.js.map +1 -0
  146. package/dist/analysis/reactivity/host.d.ts +38 -0
  147. package/dist/analysis/reactivity/host.d.ts.map +1 -0
  148. package/dist/analysis/reactivity/host.js +14 -0
  149. package/dist/analysis/reactivity/host.js.map +1 -0
  150. package/dist/analysis/reactivity/retired-accessors.d.ts +82 -0
  151. package/dist/analysis/reactivity/retired-accessors.d.ts.map +1 -0
  152. package/dist/analysis/reactivity/retired-accessors.js +118 -0
  153. package/dist/analysis/reactivity/retired-accessors.js.map +1 -0
  154. package/dist/analysis/renderable.d.ts +47 -0
  155. package/dist/analysis/renderable.d.ts.map +1 -0
  156. package/dist/analysis/renderable.js +105 -0
  157. package/dist/analysis/renderable.js.map +1 -0
  158. package/dist/analysis/routes.d.ts +64 -0
  159. package/dist/analysis/routes.d.ts.map +1 -0
  160. package/dist/analysis/routes.js +182 -0
  161. package/dist/analysis/routes.js.map +1 -0
  162. package/dist/analysis/url-attributes.d.ts +12 -0
  163. package/dist/analysis/url-attributes.d.ts.map +1 -0
  164. package/dist/analysis/url-attributes.js +48 -0
  165. package/dist/analysis/url-attributes.js.map +1 -0
  166. package/dist/analysis/watch-cycles.d.ts +102 -0
  167. package/dist/analysis/watch-cycles.d.ts.map +1 -1
  168. package/dist/analysis/watch-cycles.js +240 -1
  169. package/dist/analysis/watch-cycles.js.map +1 -1
  170. package/dist/analysis/watch-subject.d.ts +45 -0
  171. package/dist/analysis/watch-subject.d.ts.map +1 -0
  172. package/dist/analysis/watch-subject.js +272 -0
  173. package/dist/analysis/watch-subject.js.map +1 -0
  174. package/dist/analysis/web-types.d.ts +27 -0
  175. package/dist/analysis/web-types.d.ts.map +1 -0
  176. package/dist/analysis/web-types.js +170 -0
  177. package/dist/analysis/web-types.js.map +1 -0
  178. package/dist/analyzer.d.ts +18 -617
  179. package/dist/analyzer.d.ts.map +1 -1
  180. package/dist/analyzer.js +208 -4853
  181. package/dist/analyzer.js.map +1 -1
  182. package/dist/compiler.d.ts +20 -0
  183. package/dist/compiler.d.ts.map +1 -1
  184. package/dist/compiler.js +29 -864
  185. package/dist/compiler.js.map +1 -1
  186. package/dist/documentation.d.ts +28 -0
  187. package/dist/documentation.d.ts.map +1 -0
  188. package/dist/documentation.js +67 -0
  189. package/dist/documentation.js.map +1 -0
  190. package/dist/editor/completions.d.ts +12 -0
  191. package/dist/editor/completions.d.ts.map +1 -0
  192. package/dist/editor/completions.js +6 -0
  193. package/dist/editor/completions.js.map +1 -0
  194. package/dist/editor/jsx-completion.d.ts +12 -0
  195. package/dist/editor/jsx-completion.d.ts.map +1 -0
  196. package/dist/editor/jsx-completion.js +137 -0
  197. package/dist/editor/jsx-completion.js.map +1 -0
  198. package/dist/editor/look-completion.d.ts +29 -0
  199. package/dist/editor/look-completion.d.ts.map +1 -0
  200. package/dist/editor/look-completion.js +159 -0
  201. package/dist/editor/look-completion.js.map +1 -0
  202. package/dist/editor.d.ts.map +1 -1
  203. package/dist/editor.js +12 -288
  204. package/dist/editor.js.map +1 -1
  205. package/dist/emit/components.d.ts +33 -0
  206. package/dist/emit/components.d.ts.map +1 -0
  207. package/dist/emit/components.js +135 -0
  208. package/dist/emit/components.js.map +1 -0
  209. package/dist/emit/jsx.d.ts +57 -0
  210. package/dist/emit/jsx.d.ts.map +1 -0
  211. package/dist/emit/jsx.js +384 -0
  212. package/dist/emit/jsx.js.map +1 -0
  213. package/dist/emit/look-css.d.ts +44 -0
  214. package/dist/emit/look-css.d.ts.map +1 -0
  215. package/dist/emit/look-css.js +177 -0
  216. package/dist/emit/look-css.js.map +1 -0
  217. package/dist/emit/look.d.ts +39 -0
  218. package/dist/emit/look.d.ts.map +1 -0
  219. package/dist/emit/look.js +218 -0
  220. package/dist/emit/look.js.map +1 -0
  221. package/dist/emit/runtime-imports.d.ts +40 -0
  222. package/dist/emit/runtime-imports.d.ts.map +1 -0
  223. package/dist/emit/runtime-imports.js +184 -0
  224. package/dist/emit/runtime-imports.js.map +1 -0
  225. package/dist/emitter.d.ts +15 -68
  226. package/dist/emitter.d.ts.map +1 -1
  227. package/dist/emitter.js +79 -1008
  228. package/dist/emitter.js.map +1 -1
  229. package/dist/look/animation.d.ts +7 -0
  230. package/dist/look/animation.d.ts.map +1 -0
  231. package/dist/look/animation.js +13 -0
  232. package/dist/look/animation.js.map +1 -0
  233. package/dist/look/builders.d.ts +35 -0
  234. package/dist/look/builders.d.ts.map +1 -0
  235. package/dist/look/builders.js +74 -0
  236. package/dist/look/builders.js.map +1 -0
  237. package/dist/look/css-functions.d.ts +28 -0
  238. package/dist/look/css-functions.d.ts.map +1 -0
  239. package/dist/look/css-functions.js +54 -0
  240. package/dist/look/css-functions.js.map +1 -0
  241. package/dist/look/keyword-sets.d.ts +41 -0
  242. package/dist/look/keyword-sets.d.ts.map +1 -0
  243. package/dist/look/keyword-sets.js +117 -0
  244. package/dist/look/keyword-sets.js.map +1 -0
  245. package/dist/look/keywords.d.ts +55 -0
  246. package/dist/look/keywords.d.ts.map +1 -0
  247. package/dist/look/keywords.js +387 -0
  248. package/dist/look/keywords.js.map +1 -0
  249. package/dist/look/media.d.ts +19 -0
  250. package/dist/look/media.d.ts.map +1 -0
  251. package/dist/look/media.js +27 -0
  252. package/dist/look/media.js.map +1 -0
  253. package/dist/look/naming.d.ts +9 -0
  254. package/dist/look/naming.d.ts.map +1 -0
  255. package/dist/look/naming.js +45 -0
  256. package/dist/look/naming.js.map +1 -0
  257. package/dist/look/properties.d.ts +16 -0
  258. package/dist/look/properties.d.ts.map +1 -0
  259. package/dist/look/properties.js +52 -0
  260. package/dist/look/properties.js.map +1 -0
  261. package/dist/look/shorthands.d.ts +25 -0
  262. package/dist/look/shorthands.d.ts.map +1 -0
  263. package/dist/look/shorthands.js +130 -0
  264. package/dist/look/shorthands.js.map +1 -0
  265. package/dist/look/tokens.d.ts +38 -0
  266. package/dist/look/tokens.d.ts.map +1 -0
  267. package/dist/look/tokens.js +59 -0
  268. package/dist/look/tokens.js.map +1 -0
  269. package/dist/look/units.d.ts +24 -0
  270. package/dist/look/units.d.ts.map +1 -0
  271. package/dist/look/units.js +33 -0
  272. package/dist/look/units.js.map +1 -0
  273. package/dist/look.d.ts +32 -227
  274. package/dist/look.d.ts.map +1 -1
  275. package/dist/look.js +28 -933
  276. package/dist/look.js.map +1 -1
  277. package/dist/module-roster.d.ts +16 -0
  278. package/dist/module-roster.d.ts.map +1 -0
  279. package/dist/module-roster.js +28 -0
  280. package/dist/module-roster.js.map +1 -0
  281. package/dist/modules/app.d.ts +9 -0
  282. package/dist/modules/app.d.ts.map +1 -0
  283. package/dist/modules/app.js +20 -0
  284. package/dist/modules/app.js.map +1 -0
  285. package/dist/modules/browser-test.d.ts +9 -0
  286. package/dist/modules/browser-test.d.ts.map +1 -0
  287. package/dist/modules/browser-test.js +67 -0
  288. package/dist/modules/browser-test.js.map +1 -0
  289. package/dist/modules/browser.d.ts +10 -0
  290. package/dist/modules/browser.d.ts.map +1 -0
  291. package/dist/modules/browser.js +89 -0
  292. package/dist/modules/browser.js.map +1 -0
  293. package/dist/modules/config.d.ts +9 -0
  294. package/dist/modules/config.d.ts.map +1 -0
  295. package/dist/modules/config.js +14 -0
  296. package/dist/modules/config.js.map +1 -0
  297. package/dist/modules/files.d.ts +9 -0
  298. package/dist/modules/files.d.ts.map +1 -0
  299. package/dist/modules/files.js +16 -0
  300. package/dist/modules/files.js.map +1 -0
  301. package/dist/modules/forms.d.ts +9 -0
  302. package/dist/modules/forms.d.ts.map +1 -0
  303. package/dist/modules/forms.js +26 -0
  304. package/dist/modules/forms.js.map +1 -0
  305. package/dist/modules/http.d.ts +9 -0
  306. package/dist/modules/http.d.ts.map +1 -0
  307. package/dist/modules/http.js +127 -0
  308. package/dist/modules/http.js.map +1 -0
  309. package/dist/modules/look.d.ts +9 -0
  310. package/dist/modules/look.d.ts.map +1 -0
  311. package/dist/modules/look.js +58 -0
  312. package/dist/modules/look.js.map +1 -0
  313. package/dist/modules/realtime.d.ts +9 -0
  314. package/dist/modules/realtime.d.ts.map +1 -0
  315. package/dist/modules/realtime.js +163 -0
  316. package/dist/modules/realtime.js.map +1 -0
  317. package/dist/modules/storage.d.ts +9 -0
  318. package/dist/modules/storage.d.ts.map +1 -0
  319. package/dist/modules/storage.js +59 -0
  320. package/dist/modules/storage.js.map +1 -0
  321. package/dist/modules/types.d.ts +78 -0
  322. package/dist/modules/types.d.ts.map +1 -0
  323. package/dist/modules/types.js +154 -0
  324. package/dist/modules/types.js.map +1 -0
  325. package/dist/modules/web.d.ts +9 -0
  326. package/dist/modules/web.d.ts.map +1 -0
  327. package/dist/modules/web.js +63 -0
  328. package/dist/modules/web.js.map +1 -0
  329. package/dist/modules/websocket.d.ts +11 -0
  330. package/dist/modules/websocket.d.ts.map +1 -0
  331. package/dist/modules/websocket.js +75 -0
  332. package/dist/modules/websocket.js.map +1 -0
  333. package/dist/parser/expressions/jsx.d.ts +17 -0
  334. package/dist/parser/expressions/jsx.d.ts.map +1 -0
  335. package/dist/parser/expressions/jsx.js +43 -0
  336. package/dist/parser/expressions/jsx.js.map +1 -0
  337. package/dist/parser/expressions/keyframes.d.ts +15 -0
  338. package/dist/parser/expressions/keyframes.d.ts.map +1 -0
  339. package/dist/parser/expressions/keyframes.js +33 -0
  340. package/dist/parser/expressions/keyframes.js.map +1 -0
  341. package/dist/parser/expressions/look.d.ts +16 -0
  342. package/dist/parser/expressions/look.d.ts.map +1 -0
  343. package/dist/parser/expressions/look.js +37 -0
  344. package/dist/parser/expressions/look.js.map +1 -0
  345. package/dist/parser/expressions/visual-block.d.ts +17 -0
  346. package/dist/parser/expressions/visual-block.d.ts.map +1 -0
  347. package/dist/parser/expressions/visual-block.js +21 -0
  348. package/dist/parser/expressions/visual-block.js.map +1 -0
  349. package/dist/parser/keyframes-source.d.ts +24 -0
  350. package/dist/parser/keyframes-source.d.ts.map +1 -0
  351. package/dist/parser/keyframes-source.js +133 -0
  352. package/dist/parser/keyframes-source.js.map +1 -0
  353. package/dist/parser/look-source.d.ts +25 -0
  354. package/dist/parser/look-source.d.ts.map +1 -0
  355. package/dist/parser/look-source.js +189 -0
  356. package/dist/parser/look-source.js.map +1 -0
  357. package/dist/parser/spans.d.ts +24 -0
  358. package/dist/parser/spans.d.ts.map +1 -0
  359. package/dist/parser/spans.js +113 -0
  360. package/dist/parser/spans.js.map +1 -0
  361. package/dist/parser/statements/components.d.ts +37 -0
  362. package/dist/parser/statements/components.d.ts.map +1 -0
  363. package/dist/parser/statements/components.js +185 -0
  364. package/dist/parser/statements/components.js.map +1 -0
  365. package/dist/parser/statements/heads.d.ts +38 -0
  366. package/dist/parser/statements/heads.d.ts.map +1 -0
  367. package/dist/parser/statements/heads.js +55 -0
  368. package/dist/parser/statements/heads.js.map +1 -0
  369. package/dist/parser/statements/imports.d.ts +9 -0
  370. package/dist/parser/statements/imports.d.ts.map +1 -0
  371. package/dist/parser/statements/imports.js +31 -0
  372. package/dist/parser/statements/imports.js.map +1 -0
  373. package/dist/parser/statements/reactive.d.ts +31 -0
  374. package/dist/parser/statements/reactive.d.ts.map +1 -0
  375. package/dist/parser/statements/reactive.js +68 -0
  376. package/dist/parser/statements/reactive.js.map +1 -0
  377. package/dist/parser/statements/unsafe-css.d.ts +21 -0
  378. package/dist/parser/statements/unsafe-css.d.ts.map +1 -0
  379. package/dist/parser/statements/unsafe-css.js +42 -0
  380. package/dist/parser/statements/unsafe-css.js.map +1 -0
  381. package/dist/parser.d.ts +37 -50
  382. package/dist/parser.d.ts.map +1 -1
  383. package/dist/parser.js +98 -882
  384. package/dist/parser.js.map +1 -1
  385. package/package.json +2 -2
package/dist/look.d.ts CHANGED
@@ -1,231 +1,36 @@
1
- export type LookUnitTypeName = "Length" | "Percentage" | "TrackFraction" | "Duration" | "Angle";
2
1
  /**
3
- * One source of truth for every suffix owned by the Web visual language.
4
- * The lexer, analyzer, public-interface inference, and editor all consume this
5
- * table so a unit cannot silently mean different things at different stages.
6
- */
7
- export declare const LOOK_UNIT_TYPES: ReadonlyMap<string, LookUnitTypeName>;
8
- export declare const LOOK_MEDIA_LENGTH_UNITS: Set<string>;
9
- /**
10
- * The closed set of media-condition subjects a Look condition may name. Every
11
- * subject lowers to a CSS media query, so the whole set stays live for the
12
- * lifetime of the page. The names are reserved bindings in a Web module: a
13
- * user binding of the same name would otherwise be shadowed by this table
14
- * inside Look conditions only (LOK-D4).
15
- */
16
- export declare const LOOK_MEDIA_SUBJECTS: ReadonlyMap<string, ReadonlySet<string>>;
17
- /** Media features a Web developer may reach for that Look deliberately omits. */
18
- export declare const LOOK_ABSENT_MEDIA_SUBJECTS: Set<string>;
19
- /**
20
- * Properties whose CSS grammar takes a bare number. Every other numeric Look
21
- * property is a length, so a unitless number would reach CSS as a dead
22
- * declaration; the property tables reject it and the diagnostic teaches the
23
- * unit (LOK-D3).
24
- */
25
- export declare const LOOK_UNITLESS_PROPERTIES: Set<string>;
26
- /** Builders that compose lengths: a unitless argument other than 0 is dead CSS. */
27
- export declare const LOOK_LENGTH_BUILDERS: Set<string>;
28
- /**
29
- * The numeric domains the velar/look builders enforce at run time: name, bounds,
30
- * and the unit the value is written in (LK-I3: hsl's are the language's own `%`).
31
- * A literal argument is checked the same way while the module compiles (LOK-U8).
32
- */
33
- export declare const LOOK_BUILDER_NUMERIC_RANGES: ReadonlyMap<string, readonly (readonly [string, number, number, "%"?] | null)[]>;
34
- /** The border styles the border builder accepts, mirroring its runtime guard. */
35
- export declare const LOOK_BORDER_STYLE_NAMES: Set<string>;
36
- export declare const LOOK_ARITHMETIC_HINT = "@velarscript/web:look-arithmetic";
37
- export declare const LOOK_NUMERIC_TYPE_NAMES: Set<string>;
38
- export declare const LOOK_PUBLIC_TYPE_NAMES: readonly ["Look", "Length", "Percentage", "LengthPercentage", "TrackFraction", "Color", "Duration", "Angle", "Border", "Shadow", "Filter", "Image", "Track", "TrackList", "Transition", "Spacing", "Keyframes", "Animation"];
39
- export declare const LOOK_HOOKS: Set<string>;
40
- export declare const LOOK_TARGETS: Set<string>;
41
- export interface LookBuilderSignature {
42
- /** Parameter names, in declaration order. */
43
- readonly parameters: readonly string[];
44
- /** How many leading parameters a call must supply. */
45
- readonly required: number;
46
- /** Whether the final parameter collects the remaining arguments. */
47
- readonly rest?: boolean;
48
- /** The visual value produced by this builder, used by type and editor contexts. */
49
- readonly result: LookBuilderResultKind;
50
- }
51
- export type LookBuilderResultKind = "animation" | "border" | "color" | "filter" | "image" | "length" | "length-percentage" | "shadow" | "spacing" | "string" | "track" | "track-list" | "transition";
52
- /**
53
- * Every velar/look builder and the shape of its call. Three consumers read this
54
- * one table — the published module interface, the named-argument check, and the
55
- * static lowering that has to put a named argument back at its position when a
56
- * builder call appears inside a `keyframes:` stop. D57 rule 134: a list two
57
- * places need is written once and derived from.
58
- */
59
- export declare const LOOK_BUILDER_SIGNATURES: ReadonlyMap<string, LookBuilderSignature>;
60
- export declare const LOOK_BUILDERS: Set<string>;
61
- /**
62
- * A CSS custom property identifier, as a Look token name. `--` and at least one
63
- * more character, from the ASCII ident set a design system's tokens are written
64
- * with. CSS itself also admits non-ASCII ident code points and backslash
65
- * escapes; both are outside this set on purpose, because the text goes straight
66
- * into a compiler-owned stylesheet where an escape is a way out of the
67
- * declaration (the same reasoning LOK-U9 applies to `keyframes:` values).
68
- */
69
- export declare const LOOK_TOKEN_NAME_PATTERN: RegExp;
70
- /** The whole rule, in the terms a diagnostic teaches it. */
71
- export declare const LOOK_TOKEN_NAME_RULE = "a design token name is a literal string holding a CSS custom property identifier: '--' followed by one or more letters, digits, hyphens, or underscores";
72
- /**
73
- * D103 rule 5 — why there is no second parameter. A design token is the design
74
- * system's closed contract; a token that is missing is a defect in that system,
75
- * to be fixed once where it is defined, rather than a decision each of hundreds
76
- * of use sites re-makes for itself. A per-site fallback would also be the one
77
- * part of the reference the compiler could neither see nor check.
78
- */
79
- export declare const LOOK_TOKEN_NO_FALLBACK_GUIDANCE = "token(name) takes the token name and nothing else: a design token is the design system's closed contract, so a token that is missing is a defect to fix where the token is defined rather than a fallback decided again at every use site";
80
- export declare function isLookTokenName(name: string): boolean;
81
- /** The CSS text a checked token reference lowers to. */
82
- export declare function lookTokenReference(name: string): string;
83
- /**
84
- * The token name a whole `var(--name)` string names, or null. Only the complete
85
- * value is read: `var()` inside a larger value — the tail of a font stack, one
86
- * layer of a filter — is a legitimate free-text spelling with no single token
87
- * to rewrite it to, so it is not this function's business. A `var(--x, red)`
88
- * fallback form answers null here and is diagnosed by its own message, because
89
- * the closed contract above has no fallback to migrate it to.
90
- */
91
- export declare function lookVarReferenceName(text: string): string | null;
92
- /** Whether a whole string is a `var(...)` reference of any shape, fallback included. */
93
- export declare function isLookVarReference(text: string): boolean;
94
- export declare const LOOK_ANIMATION_EASINGS: Set<string>;
95
- export declare const LOOK_ANIMATION_DIRECTIONS: Set<string>;
96
- export declare const LOOK_ANIMATION_FILLS: Set<string>;
97
- /** Properties whose CSS values do not participate in interpolated animation. */
98
- export declare const LOOK_NON_ANIMATABLE_PROPERTIES: Set<string>;
99
- export interface LookPropertyGroup {
100
- readonly family: string;
101
- readonly properties: readonly string[];
102
- }
103
- /** Published Look vocabulary, grouped by the job each property performs. */
104
- export declare const LOOK_PROPERTY_GROUPS: readonly LookPropertyGroup[];
105
- export declare const LOOK_PROPERTIES: Set<string>;
106
- /** Stable editor-documentation key for one checked Look property. */
107
- export declare function lookPropertyDocumentationKey(property: string): string;
108
- export type LookPropertyValueKind = "animation" | "angle" | "background" | "border" | "color" | "duration" | "filter" | "image" | "keyword" | "line-height" | "metric" | "number" | "number-keyword" | "shadow" | "text" | "track" | "transform" | "transition";
109
- export declare const LOOK_PROPERTY_VALUE_KINDS: ReadonlyMap<string, LookPropertyValueKind>;
110
- /**
111
- * The five keywords every CSS property accepts. They are kept apart from a
112
- * property's own vocabulary so a diagnostic can lead with the values that
113
- * belong to the property being written (D67 rule 174).
114
- */
115
- export declare const LOOK_CSS_WIDE_KEYWORDS: readonly string[];
116
- /** Shared sizing words accepted by metric properties without a property-specific table. */
117
- export declare const LOOK_SHARED_METRIC_KEYWORDS: readonly string[];
118
- /** Named colors accepted by the checked color and background value kinds. */
119
- export declare const LOOK_COLOR_KEYWORDS: readonly string[];
120
- export interface LookCssFunctionSuggestion {
121
- /** CSS function name shown by completion. */
122
- readonly name: string;
123
- /** A complete, directly insertable example without surrounding quotes. */
124
- readonly example: string;
125
- }
126
- /**
127
- * Free-text CSS functions that are legal for a specific Look property. This is
128
- * editor vocabulary, not a second validator: only free-text properties appear
129
- * here, while closed properties keep using their checked keyword/builder sets.
130
- */
131
- export declare const LOOK_PROPERTY_CSS_FUNCTIONS: ReadonlyMap<string, readonly LookCssFunctionSuggestion[]>;
132
- /**
133
- * D60 rule 150: `transitionProperty` published a name no author could reach —
134
- * its only accepted values were the generic defaults, so no property name was
135
- * writable. The vocabulary is derived from the Look property table rather than
136
- * listed by hand (D57 rule 134): every animatable Look property, spelled the
137
- * way CSS spells it, plus the two aggregate keywords. A property that does not
138
- * participate in interpolation is excluded for the same reason `keyframes:`
139
- * rejects it.
140
- *
141
- * The set is published because the longhand is not its only reader: charter
142
- * section 3549 says the `transition(property, ...)` builder takes the same
143
- * vocabulary, so the analyzer's literal-argument check and the builder's own
144
- * runtime guard read this table rather than restating it.
145
- */
146
- export declare const LOOK_TRANSITION_PROPERTY_KEYWORDS: ReadonlySet<string>;
147
- export declare const LOOK_PROPERTY_KEYWORDS: ReadonlyMap<string, ReadonlySet<string>>;
148
- /**
149
- * D73 rule 187 — every kind whose string values are decided per property. D65
150
- * rule 168 drew this line at `kind === "keyword"`, which was that wave's
151
- * boundary rather than the principle: the principle is that publishing a
152
- * surface which cannot be reached, or which swallows a false value, is worse
153
- * than not publishing it (D50 rule 92), and that principle does not know about
154
- * kinds. `metric` is absent because it answers with the sizing words when it
155
- * has no table of its own, and `color`, `background` and `image` are absent
156
- * because their diagnostics name a real vocabulary — a color keyword, a builder
157
- * — rather than a table. `text`, `filter`, `transform` and `animation` accept
158
- * arbitrary text by construction.
159
- */
160
- export declare const LOOK_KEYWORD_DECIDED_KINDS: ReadonlySet<LookPropertyValueKind>;
161
- /** A property's own closed values, without the CSS-wide keywords every property shares. */
162
- export declare function lookOwnKeywords(property: string): readonly string[];
163
- /** Closed, directly writable string values worth offering for one Look property. */
164
- export declare function lookPropertyCompletionKeywords(property: string): readonly string[];
165
- /** Whether a velar/look builder's result can be assigned directly to a property. */
166
- export declare function lookBuilderSupportsProperty(builder: string, property: string): boolean;
167
- /**
168
- * D67 rule 174 — how many of a property's own values a diagnostic writes out
169
- * before it names the shape of the set instead.
2
+ * The Web visual vocabulary's front door. `look.ts` was one 1,041-line module of
3
+ * pure tables; D115 P4 R3e split it into `look/` by the question each part
4
+ * answers, and this facade re-exports every one of the 55 names it published, so
5
+ * no import path in the repository changed.
170
6
  *
171
- * The number is not load-bearing at its exact value: the published tables fall
172
- * into two clumps with nothing between them, the largest single-grammar set
173
- * holding twenty-two values and the next set up holding thirty-five. Anything
174
- * in that gap draws the same line. What matters is that a set on the far side
175
- * of it still says something an author can act on, which is what
176
- * LOOK_LARGE_KEYWORD_SETS below is for.
177
- */
178
- export declare const LOOK_KEYWORD_LISTING_LIMIT = 24;
179
- /**
180
- * What a vocabulary too long to write out holds, in the terms the author would
181
- * look it up by. A diagnostic reads this when the value it rejected is not a
182
- * near miss of anything, so that "one of the closed keywords" is never the
183
- * whole of the answer (D67 rule 174).
184
- */
185
- export declare const LOOK_LARGE_KEYWORD_SETS: ReadonlyMap<string, string>;
186
- /**
187
- * D65 rule 169 — what a partly closable property leaves out, and why.
7
+ * Where to look:
188
8
  *
189
- * Some CSS value spaces cannot be written as a set: `listStyleType` reaches
190
- * into `@counter-style` names, `fontVariant` into a combination of six feature
191
- * groups, `fontStretch` into percentages. Such a property publishes the subset it
192
- * can close and records the remainder here, so the boundary is visible in the
193
- * table and in the diagnostic instead of being waved through by a fallback
194
- * vocabulary. This is the per-value sibling of LOOK_EXCLUDED_PROPERTIES, which
195
- * records the properties left out whole.
196
- */
197
- export declare const LOOK_PARTIAL_KEYWORD_PROPERTIES: ReadonlyMap<string, string>;
198
- /** Real CSS properties deliberately outside the checked Look domain. */
199
- export declare const LOOK_EXCLUDED_PROPERTIES: ReadonlyMap<string, string>;
200
- export declare function cssPropertyName(name: string): string;
201
- /**
202
- * Every Look property a shorthand writes, transitively. `border` reaches all
203
- * twelve side parts through the three per-side shorthands, so a block that
204
- * writes `border` and `borderTopColor` is caught by the same lookup as one that
205
- * writes `border` and `borderWidth`.
206
- */
207
- export declare const LOOK_SHORTHAND_LONGHANDS: ReadonlyMap<string, ReadonlySet<string>>;
208
- /**
209
- * The two properties' overlap, when one writes what the other does — the
210
- * shorthand first. Null when the two are independent declarations, which is
211
- * every pair the browser resolves on its own.
212
- */
213
- export declare function lookShorthandOverlap(left: string, right: string): {
214
- readonly shorthand: string;
215
- readonly longhand: string;
216
- } | null;
217
- /**
218
- * What a refusal offers instead of the pair: the shorthand's own longhands, so
219
- * the author can write the one they meant to override beside its siblings. The
220
- * list is the direct level rather than the closure — `border` answers with
221
- * borderWidth, borderStyle and borderColor rather than with all twelve side
222
- * parts, because that is the level a reader replaces it at.
223
- */
224
- export declare function lookShorthandParts(shorthand: string): readonly string[];
225
- /**
226
- * The closest vocabulary entry to a misspelling, or null when nothing is close
227
- * enough to name. Case differences and one or two edits count as near misses;
228
- * anything further apart is a different word and gets the full vocabulary.
229
- */
230
- export declare function nearestLookName(name: string, vocabulary: Iterable<string>): string | null;
9
+ * - `look/units.ts` the unit suffixes and the type names they carry
10
+ * - `look/media.ts` media subjects, `@hook` states, `@target` targets
11
+ * - `look/builders.ts` every `velar/look` builder's call shape and numeric domain
12
+ * - `look/tokens.ts` checked design-token references (D103)
13
+ * - `look/animation.ts` easings, directions, fills, what cannot interpolate
14
+ * - `look/properties.ts` the published property roster and each one's value kind
15
+ * - `look/keyword-sets.ts` the shared pieces the keyword table is assembled from
16
+ * - `look/css-functions.ts` free-text CSS functions, and the transition vocabulary
17
+ * - `look/keywords.ts` each property's closed set, and what the closure leaves open
18
+ * - `look/shorthands.ts` which properties write the same CSS declaration
19
+ * - `look/naming.ts` the CSS spelling of a Look name, and nearest-name search
20
+ */
21
+ export { LOOK_ARITHMETIC_HINT, LOOK_NUMERIC_TYPE_NAMES, LOOK_PUBLIC_TYPE_NAMES, LOOK_UNITLESS_PROPERTIES, LOOK_UNIT_TYPES } from "./look/units.ts";
22
+ export type { LookUnitTypeName } from "./look/units.ts";
23
+ export { LOOK_ABSENT_MEDIA_SUBJECTS, LOOK_HOOKS, LOOK_MEDIA_LENGTH_UNITS, LOOK_MEDIA_SUBJECTS, LOOK_TARGETS } from "./look/media.ts";
24
+ export { LOOK_BORDER_STYLE_NAMES, LOOK_BUILDERS, LOOK_BUILDER_NUMERIC_RANGES, LOOK_BUILDER_SIGNATURES, LOOK_LENGTH_BUILDERS } from "./look/builders.ts";
25
+ export type { LookBuilderResultKind, LookBuilderSignature } from "./look/builders.ts";
26
+ export { LOOK_TOKEN_NAME_PATTERN, LOOK_TOKEN_NAME_RULE, LOOK_TOKEN_NO_FALLBACK_GUIDANCE, isLookTokenName, isLookVarReference, lookTokenReference, lookVarReferenceName } from "./look/tokens.ts";
27
+ export { LOOK_ANIMATION_DIRECTIONS, LOOK_ANIMATION_EASINGS, LOOK_ANIMATION_FILLS, LOOK_NON_ANIMATABLE_PROPERTIES } from "./look/animation.ts";
28
+ export { LOOK_PROPERTIES, LOOK_PROPERTY_GROUPS, LOOK_PROPERTY_VALUE_KINDS, lookPropertyDocumentationKey } from "./look/properties.ts";
29
+ export type { LookPropertyGroup, LookPropertyValueKind } from "./look/properties.ts";
30
+ export { LOOK_COLOR_KEYWORDS, LOOK_CSS_WIDE_KEYWORDS, LOOK_SHARED_METRIC_KEYWORDS } from "./look/keyword-sets.ts";
31
+ export { LOOK_PROPERTY_CSS_FUNCTIONS, LOOK_TRANSITION_PROPERTY_KEYWORDS } from "./look/css-functions.ts";
32
+ export type { LookCssFunctionSuggestion } from "./look/css-functions.ts";
33
+ export { LOOK_EXCLUDED_PROPERTIES, LOOK_KEYWORD_DECIDED_KINDS, LOOK_KEYWORD_LISTING_LIMIT, LOOK_LARGE_KEYWORD_SETS, LOOK_PARTIAL_KEYWORD_PROPERTIES, LOOK_PROPERTY_KEYWORDS, lookBuilderSupportsProperty, lookOwnKeywords, lookPropertyCompletionKeywords } from "./look/keywords.ts";
34
+ export { LOOK_SHORTHAND_LONGHANDS, lookShorthandOverlap, lookShorthandParts } from "./look/shorthands.ts";
35
+ export { cssPropertyName, nearestLookName } from "./look/naming.ts";
231
36
  //# sourceMappingURL=look.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"look.d.ts","sourceRoot":"","sources":["../src/look.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG,QAAQ,GAAG,YAAY,GAAG,eAAe,GAAG,UAAU,GAAG,OAAO,CAAC;AAEhG;;;;GAIG;AACH,eAAO,MAAM,eAAe,EAAE,WAAW,CAAC,MAAM,EAAE,gBAAgB,CAMhE,CAAC;AAEH,eAAO,MAAM,uBAAuB,aAA+B,CAAC;AAEpE;;;;;;GAMG;AACH,eAAO,MAAM,mBAAmB,EAAE,WAAW,CAAC,MAAM,EAAE,WAAW,CAAC,MAAM,CAAC,CAIvE,CAAC;AAEH,iFAAiF;AACjF,eAAO,MAAM,0BAA0B,aAA+H,CAAC;AAEvK;;;;;GAKG;AACH,eAAO,MAAM,wBAAwB,aAEnC,CAAC;AAEH,mFAAmF;AACnF,eAAO,MAAM,oBAAoB,aAA4G,CAAC;AAE9I;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,CAAC,SAAS,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,EAAE,CAcvH,CAAC;AAEH,iFAAiF;AACjF,eAAO,MAAM,uBAAuB,aAA2G,CAAC;AAEhJ,eAAO,MAAM,oBAAoB,qCAAqC,CAAC;AAEvE,eAAO,MAAM,uBAAuB,aAElC,CAAC;AAKH,eAAO,MAAM,sBAAsB,8NAGxB,CAAC;AAEZ,eAAO,MAAM,UAAU,aAErB,CAAC;AAEH,eAAO,MAAM,YAAY,aAEvB,CAAC;AAEH,MAAM,WAAW,oBAAoB;IACnC,6CAA6C;IAC7C,QAAQ,CAAC,UAAU,EAAE,SAAS,MAAM,EAAE,CAAC;IACvC,sDAAsD;IACtD,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,oEAAoE;IACpE,QAAQ,CAAC,IAAI,CAAC,EAAE,OAAO,CAAC;IACxB,mFAAmF;IACnF,QAAQ,CAAC,MAAM,EAAE,qBAAqB,CAAC;CACxC;AAED,MAAM,MAAM,qBAAqB,GAAG,WAAW,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,mBAAmB,GAAG,QAAQ,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,GAAG,YAAY,GAAG,YAAY,CAAC;AAErM;;;;;;GAMG;AACH,eAAO,MAAM,uBAAuB,EAAE,WAAW,CAAC,MAAM,EAAE,oBAAoB,CAoC5E,CAAC;AAEH,eAAO,MAAM,aAAa,aAA0C,CAAC;AAerE;;;;;;;GAOG;AACH,eAAO,MAAM,uBAAuB,QAAwB,CAAC;AAE7D,4DAA4D;AAC5D,eAAO,MAAM,oBAAoB,4JAA4J,CAAC;AAE9L;;;;;;GAMG;AACH,eAAO,MAAM,+BAA+B,8OAA8O,CAAC;AAE3R,wBAAgB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAErD;AAED,wDAAwD;AACxD,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAEvD;AAED;;;;;;;GAOG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAGhE;AAED,wFAAwF;AACxF,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAExD;AAED,eAAO,MAAM,sBAAsB,aAEjC,CAAC;AAEH,eAAO,MAAM,yBAAyB,aAAmE,CAAC;AAC1G,eAAO,MAAM,oBAAoB,aAAqD,CAAC;AAEvF,gFAAgF;AAChF,eAAO,MAAM,8BAA8B,aAIzC,CAAC;AAEH,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,UAAU,EAAE,SAAS,MAAM,EAAE,CAAC;CACxC;AAED,4EAA4E;AAC5E,eAAO,MAAM,oBAAoB,EAAE,SAAS,iBAAiB,EAmB3D,CAAC;AAEH,eAAO,MAAM,eAAe,aAAqE,CAAC;AAElG,qEAAqE;AACrE,wBAAgB,4BAA4B,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAErE;AAED,MAAM,MAAM,qBAAqB,GAC7B,WAAW,GAAG,OAAO,GAAG,YAAY,GAAG,QAAQ,GAAG,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GACvG,aAAa,GAAG,QAAQ,GAAG,QAAQ,GAAG,gBAAgB,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,WAAW,GAAG,YAAY,CAAC;AAuBtH,eAAO,MAAM,yBAAyB,EAAE,WAAW,CAAC,MAAM,EAAE,qBAAqB,CAEhF,CAAC;AASF;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,EAAE,SAAS,MAAM,EAAwC,CAAC;AAG7F,2FAA2F;AAC3F,eAAO,MAAM,2BAA2B,EAAE,SAAS,MAAM,EAEvD,CAAC;AAEH,6EAA6E;AAC7E,eAAO,MAAM,mBAAmB,EAAE,SAAS,MAAM,EAG/C,CAAC;AAEH,MAAM,WAAW,yBAAyB;IACxC,6CAA6C;IAC7C,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,0EAA0E;IAC1E,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;CAC1B;AAgBD;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,yBAAyB,EAAE,CAShG,CAAC;AAEH;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,iCAAiC,EAAE,WAAW,CAAC,MAAM,CAE1C,CAAC;AAyGzB,eAAO,MAAM,sBAAsB,EAAE,WAAW,CAAC,MAAM,EAAE,WAAW,CAAC,MAAM,CAAC,CA8K1E,CAAC;AAEH;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,0BAA0B,EAAE,WAAW,CAAC,qBAAqB,CAExE,CAAC;AAmBH,2FAA2F;AAC3F,wBAAgB,eAAe,CAAC,QAAQ,EAAE,MAAM,GAAG,SAAS,MAAM,EAAE,CAGnE;AAED,oFAAoF;AACpF,wBAAgB,8BAA8B,CAAC,QAAQ,EAAE,MAAM,GAAG,SAAS,MAAM,EAAE,CASlF;AAED,oFAAoF;AACpF,wBAAgB,2BAA2B,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,OAAO,CAmBtF;AAED;;;;;;;;;;GAUG;AACH,eAAO,MAAM,0BAA0B,KAAK,CAAC;AAE7C;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB,EAAE,WAAW,CAAC,MAAM,EAAE,MAAM,CAM9D,CAAC;AAeH;;;;;;;;;;GAUG;AACH,eAAO,MAAM,+BAA+B,EAAE,WAAW,CAAC,MAAM,EAAE,MAAM,CAsEtE,CAAC;AAMH,wEAAwE;AACxE,eAAO,MAAM,wBAAwB,EAAE,WAAW,CAAC,MAAM,EAAE,MAAM,CAoB/D,CAAC;AAEH,wBAAgB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAEpD;AAsFD;;;;;GAKG;AACH,eAAO,MAAM,wBAAwB,EAAE,WAAW,CAAC,MAAM,EAAE,WAAW,CAAC,MAAM,CAAC,CAA0B,CAAC;AASzG;;;;GAIG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG;IAAE,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAA;CAAE,GAAG,IAAI,CAIlI;AAED;;;;;;GAMG;AACH,wBAAgB,kBAAkB,CAAC,SAAS,EAAE,MAAM,GAAG,SAAS,MAAM,EAAE,CAEvE;AA0BD;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,MAAM,EAAE,UAAU,EAAE,QAAQ,CAAC,MAAM,CAAC,GAAG,MAAM,GAAG,IAAI,CAYzF"}
1
+ {"version":3,"file":"look.d.ts","sourceRoot":"","sources":["../src/look.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,OAAO,EAAE,oBAAoB,EAAE,uBAAuB,EAAE,sBAAsB,EAAE,wBAAwB,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AACnJ,YAAY,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,0BAA0B,EAAE,UAAU,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACrI,OAAO,EAAE,uBAAuB,EAAE,aAAa,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AACxJ,YAAY,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AACtF,OAAO,EAAE,uBAAuB,EAAE,oBAAoB,EAAE,+BAA+B,EAAE,eAAe,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AACjM,OAAO,EAAE,yBAAyB,EAAE,sBAAsB,EAAE,oBAAoB,EAAE,8BAA8B,EAAE,MAAM,qBAAqB,CAAC;AAC9I,OAAO,EAAE,eAAe,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,4BAA4B,EAAE,MAAM,sBAAsB,CAAC;AACtI,YAAY,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AACrF,OAAO,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAClH,OAAO,EAAE,2BAA2B,EAAE,iCAAiC,EAAE,MAAM,yBAAyB,CAAC;AACzG,YAAY,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AACzE,OAAO,EAAE,wBAAwB,EAAE,0BAA0B,EAAE,0BAA0B,EAAE,uBAAuB,EAAE,+BAA+B,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,eAAe,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAC;AACtR,OAAO,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1G,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC"}