@designliquido/foles 0.2.2 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1618) hide show
  1. package/README.md +4 -3
  2. package/fontes/avaliador-sintatico/avaliador-sintatico-reverso.d.ts +13 -1
  3. package/fontes/avaliador-sintatico/avaliador-sintatico-reverso.js +57 -11
  4. package/fontes/avaliador-sintatico/avaliador-sintatico-reverso.js.map +1 -1
  5. package/fontes/avaliador-sintatico/avaliador-sintatico.d.ts +14 -3
  6. package/fontes/avaliador-sintatico/avaliador-sintatico.js +87 -24
  7. package/fontes/avaliador-sintatico/avaliador-sintatico.js.map +1 -1
  8. package/fontes/declaracoes/declaracao.d.ts +4 -3
  9. package/fontes/declaracoes/declaracao.js +3 -3
  10. package/fontes/declaracoes/declaracao.js.map +1 -1
  11. package/fontes/estruturas/dicionario-estruturas-html.d.ts +3 -0
  12. package/fontes/estruturas/dicionario-estruturas-html.js +158 -0
  13. package/fontes/estruturas/dicionario-estruturas-html.js.map +1 -0
  14. package/fontes/estruturas/dicionario-estruturas-lmht.d.ts +3 -0
  15. package/fontes/estruturas/dicionario-estruturas-lmht.js +192 -0
  16. package/fontes/estruturas/dicionario-estruturas-lmht.js.map +1 -0
  17. package/fontes/estruturas/estrutura.d.ts +6 -0
  18. package/fontes/estruturas/{lmht/estrutura.js → estrutura.js} +4 -0
  19. package/fontes/estruturas/estrutura.js.map +1 -0
  20. package/fontes/estruturas/lmht/abreviacao.d.ts +3 -1
  21. package/fontes/estruturas/lmht/abreviacao.js +4 -1
  22. package/fontes/estruturas/lmht/abreviacao.js.map +1 -1
  23. package/fontes/estruturas/lmht/aparte.d.ts +3 -1
  24. package/fontes/estruturas/lmht/aparte.js +4 -1
  25. package/fontes/estruturas/lmht/aparte.js.map +1 -1
  26. package/fontes/estruturas/lmht/area-texto.d.ts +3 -1
  27. package/fontes/estruturas/lmht/area-texto.js +4 -1
  28. package/fontes/estruturas/lmht/area-texto.js.map +1 -1
  29. package/fontes/estruturas/lmht/area.d.ts +3 -1
  30. package/fontes/estruturas/lmht/area.js +4 -1
  31. package/fontes/estruturas/lmht/area.js.map +1 -1
  32. package/fontes/estruturas/lmht/artigo.d.ts +3 -1
  33. package/fontes/estruturas/lmht/artigo.js +4 -1
  34. package/fontes/estruturas/lmht/artigo.js.map +1 -1
  35. package/fontes/estruturas/lmht/aspas.d.ts +3 -1
  36. package/fontes/estruturas/lmht/aspas.js +4 -1
  37. package/fontes/estruturas/lmht/aspas.js.map +1 -1
  38. package/fontes/estruturas/lmht/audio.d.ts +3 -1
  39. package/fontes/estruturas/lmht/audio.js +4 -1
  40. package/fontes/estruturas/lmht/audio.js.map +1 -1
  41. package/fontes/estruturas/lmht/botao.d.ts +3 -1
  42. package/fontes/estruturas/lmht/botao.js +4 -1
  43. package/fontes/estruturas/lmht/botao.js.map +1 -1
  44. package/fontes/estruturas/lmht/cabeca-tabela.d.ts +3 -1
  45. package/fontes/estruturas/lmht/cabeca-tabela.js +4 -1
  46. package/fontes/estruturas/lmht/cabeca-tabela.js.map +1 -1
  47. package/fontes/estruturas/lmht/cabeca.d.ts +3 -1
  48. package/fontes/estruturas/lmht/cabeca.js +4 -1
  49. package/fontes/estruturas/lmht/cabeca.js.map +1 -1
  50. package/fontes/estruturas/lmht/campo.d.ts +3 -1
  51. package/fontes/estruturas/lmht/campo.js +4 -1
  52. package/fontes/estruturas/lmht/campo.js.map +1 -1
  53. package/fontes/estruturas/lmht/campos.d.ts +3 -1
  54. package/fontes/estruturas/lmht/campos.js +4 -1
  55. package/fontes/estruturas/lmht/campos.js.map +1 -1
  56. package/fontes/estruturas/lmht/canvas.d.ts +3 -1
  57. package/fontes/estruturas/lmht/canvas.js +4 -1
  58. package/fontes/estruturas/lmht/canvas.js.map +1 -1
  59. package/fontes/estruturas/lmht/celula.d.ts +3 -1
  60. package/fontes/estruturas/lmht/celula.js +4 -1
  61. package/fontes/estruturas/lmht/celula.js.map +1 -1
  62. package/fontes/estruturas/lmht/citacao.d.ts +3 -1
  63. package/fontes/estruturas/lmht/citacao.js +4 -1
  64. package/fontes/estruturas/lmht/citacao.js.map +1 -1
  65. package/fontes/estruturas/lmht/codigo.d.ts +3 -1
  66. package/fontes/estruturas/lmht/codigo.js +4 -1
  67. package/fontes/estruturas/lmht/codigo.js.map +1 -1
  68. package/fontes/estruturas/lmht/coluna.d.ts +3 -1
  69. package/fontes/estruturas/lmht/coluna.js +4 -1
  70. package/fontes/estruturas/lmht/coluna.js.map +1 -1
  71. package/fontes/estruturas/lmht/corpo-tabela.d.ts +3 -1
  72. package/fontes/estruturas/lmht/corpo-tabela.js +4 -1
  73. package/fontes/estruturas/lmht/corpo-tabela.js.map +1 -1
  74. package/fontes/estruturas/lmht/corpo.d.ts +3 -1
  75. package/fontes/estruturas/lmht/corpo.js +4 -1
  76. package/fontes/estruturas/lmht/corpo.js.map +1 -1
  77. package/fontes/estruturas/lmht/definicao.d.ts +3 -1
  78. package/fontes/estruturas/lmht/definicao.js +4 -1
  79. package/fontes/estruturas/lmht/definicao.js.map +1 -1
  80. package/fontes/estruturas/lmht/detalhes.d.ts +3 -1
  81. package/fontes/estruturas/lmht/detalhes.js +4 -1
  82. package/fontes/estruturas/lmht/detalhes.js.map +1 -1
  83. package/fontes/estruturas/lmht/divisao.d.ts +3 -1
  84. package/fontes/estruturas/lmht/divisao.js +4 -1
  85. package/fontes/estruturas/lmht/divisao.js.map +1 -1
  86. package/fontes/estruturas/lmht/endereco.d.ts +3 -1
  87. package/fontes/estruturas/lmht/endereco.js +4 -1
  88. package/fontes/estruturas/lmht/endereco.js.map +1 -1
  89. package/fontes/estruturas/lmht/envelope-texto.d.ts +3 -1
  90. package/fontes/estruturas/lmht/envelope-texto.js +4 -1
  91. package/fontes/estruturas/lmht/envelope-texto.js.map +1 -1
  92. package/fontes/estruturas/lmht/etiqueta.d.ts +3 -1
  93. package/fontes/estruturas/lmht/etiqueta.js +4 -1
  94. package/fontes/estruturas/lmht/etiqueta.js.map +1 -1
  95. package/fontes/estruturas/lmht/excluido.d.ts +3 -1
  96. package/fontes/estruturas/lmht/excluido.js +4 -1
  97. package/fontes/estruturas/lmht/excluido.js.map +1 -1
  98. package/fontes/estruturas/lmht/exemplo.d.ts +3 -1
  99. package/fontes/estruturas/lmht/exemplo.js +4 -1
  100. package/fontes/estruturas/lmht/exemplo.js.map +1 -1
  101. package/fontes/estruturas/lmht/formulario.d.ts +3 -1
  102. package/fontes/estruturas/lmht/formulario.js +4 -1
  103. package/fontes/estruturas/lmht/formulario.js.map +1 -1
  104. package/fontes/estruturas/lmht/grupo-colunas.d.ts +3 -1
  105. package/fontes/estruturas/lmht/grupo-colunas.js +4 -1
  106. package/fontes/estruturas/lmht/grupo-colunas.js.map +1 -1
  107. package/fontes/estruturas/lmht/grupo-opcoes.d.ts +3 -1
  108. package/fontes/estruturas/lmht/grupo-opcoes.js +4 -1
  109. package/fontes/estruturas/lmht/grupo-opcoes.js.map +1 -1
  110. package/fontes/estruturas/lmht/imagem.d.ts +3 -1
  111. package/fontes/estruturas/lmht/imagem.js +4 -1
  112. package/fontes/estruturas/lmht/imagem.js.map +1 -1
  113. package/fontes/estruturas/lmht/invisivel.d.ts +5 -0
  114. package/fontes/estruturas/lmht/{inserido.js → invisivel.js} +5 -2
  115. package/fontes/estruturas/lmht/invisivel.js.map +1 -0
  116. package/fontes/estruturas/lmht/italico.d.ts +3 -1
  117. package/fontes/estruturas/lmht/italico.js +4 -1
  118. package/fontes/estruturas/lmht/italico.js.map +1 -1
  119. package/fontes/estruturas/lmht/item-lista.d.ts +3 -1
  120. package/fontes/estruturas/lmht/item-lista.js +4 -1
  121. package/fontes/estruturas/lmht/item-lista.js.map +1 -1
  122. package/fontes/estruturas/lmht/ligacao.d.ts +3 -1
  123. package/fontes/estruturas/lmht/ligacao.js +4 -1
  124. package/fontes/estruturas/lmht/ligacao.js.map +1 -1
  125. package/fontes/estruturas/lmht/linha-horizontal.d.ts +3 -1
  126. package/fontes/estruturas/lmht/linha-horizontal.js +4 -1
  127. package/fontes/estruturas/lmht/linha-horizontal.js.map +1 -1
  128. package/fontes/estruturas/lmht/linha.d.ts +5 -0
  129. package/fontes/estruturas/lmht/linha.js +11 -0
  130. package/fontes/estruturas/lmht/linha.js.map +1 -0
  131. package/fontes/estruturas/lmht/lista-definicoes.d.ts +3 -1
  132. package/fontes/estruturas/lmht/lista-definicoes.js +4 -1
  133. package/fontes/estruturas/lmht/lista-definicoes.js.map +1 -1
  134. package/fontes/estruturas/lmht/lista-numerada.d.ts +3 -1
  135. package/fontes/estruturas/lmht/lista-numerada.js +4 -1
  136. package/fontes/estruturas/lmht/lista-numerada.js.map +1 -1
  137. package/fontes/estruturas/lmht/lista-pesquisavel.d.ts +3 -1
  138. package/fontes/estruturas/lmht/lista-pesquisavel.js +4 -1
  139. package/fontes/estruturas/lmht/lista-pesquisavel.js.map +1 -1
  140. package/fontes/estruturas/lmht/lista-simples.d.ts +3 -1
  141. package/fontes/estruturas/lmht/lista-simples.js +4 -1
  142. package/fontes/estruturas/lmht/lista-simples.js.map +1 -1
  143. package/fontes/estruturas/lmht/lmht.d.ts +3 -1
  144. package/fontes/estruturas/lmht/lmht.js +4 -1
  145. package/fontes/estruturas/lmht/lmht.js.map +1 -1
  146. package/fontes/estruturas/lmht/marca.d.ts +3 -1
  147. package/fontes/estruturas/lmht/marca.js +4 -1
  148. package/fontes/estruturas/lmht/marca.js.map +1 -1
  149. package/fontes/estruturas/lmht/medidor.d.ts +3 -1
  150. package/fontes/estruturas/lmht/medidor.js +4 -1
  151. package/fontes/estruturas/lmht/medidor.js.map +1 -1
  152. package/fontes/estruturas/lmht/navegacao.d.ts +3 -1
  153. package/fontes/estruturas/lmht/navegacao.js +4 -1
  154. package/fontes/estruturas/lmht/navegacao.js.map +1 -1
  155. package/fontes/estruturas/lmht/negrito.d.ts +3 -1
  156. package/fontes/estruturas/lmht/negrito.js +4 -1
  157. package/fontes/estruturas/lmht/negrito.js.map +1 -1
  158. package/fontes/estruturas/lmht/objeto.d.ts +3 -1
  159. package/fontes/estruturas/lmht/objeto.js +4 -1
  160. package/fontes/estruturas/lmht/objeto.js.map +1 -1
  161. package/fontes/estruturas/lmht/opcao.d.ts +3 -1
  162. package/fontes/estruturas/lmht/opcao.js +4 -1
  163. package/fontes/estruturas/lmht/opcao.js.map +1 -1
  164. package/fontes/estruturas/lmht/paragrafo.d.ts +3 -1
  165. package/fontes/estruturas/lmht/paragrafo.js +4 -1
  166. package/fontes/estruturas/lmht/paragrafo.js.map +1 -1
  167. package/fontes/estruturas/lmht/preformatado.d.ts +3 -1
  168. package/fontes/estruturas/lmht/preformatado.js +4 -1
  169. package/fontes/estruturas/lmht/preformatado.js.map +1 -1
  170. package/fontes/estruturas/lmht/principal.d.ts +3 -1
  171. package/fontes/estruturas/lmht/principal.js +4 -1
  172. package/fontes/estruturas/lmht/principal.js.map +1 -1
  173. package/fontes/estruturas/lmht/progresso.d.ts +3 -1
  174. package/fontes/estruturas/lmht/progresso.js +4 -1
  175. package/fontes/estruturas/lmht/progresso.js.map +1 -1
  176. package/fontes/estruturas/lmht/quebra-linha-oportuna.d.ts +3 -1
  177. package/fontes/estruturas/lmht/quebra-linha-oportuna.js +4 -1
  178. package/fontes/estruturas/lmht/quebra-linha-oportuna.js.map +1 -1
  179. package/fontes/estruturas/lmht/quebra-linha.d.ts +5 -0
  180. package/fontes/estruturas/lmht/quebra-linha.js +10 -0
  181. package/fontes/estruturas/lmht/quebra-linha.js.map +1 -1
  182. package/fontes/estruturas/lmht/recurso.d.ts +3 -1
  183. package/fontes/estruturas/lmht/recurso.js +4 -1
  184. package/fontes/estruturas/lmht/recurso.js.map +1 -1
  185. package/fontes/estruturas/lmht/riscado.d.ts +3 -1
  186. package/fontes/estruturas/lmht/riscado.js +4 -1
  187. package/fontes/estruturas/lmht/riscado.js.map +1 -1
  188. package/fontes/estruturas/lmht/script.d.ts +3 -1
  189. package/fontes/estruturas/lmht/script.js +4 -1
  190. package/fontes/estruturas/lmht/script.js.map +1 -1
  191. package/fontes/estruturas/lmht/secao.d.ts +3 -1
  192. package/fontes/estruturas/lmht/secao.js +4 -1
  193. package/fontes/estruturas/lmht/secao.js.map +1 -1
  194. package/fontes/estruturas/lmht/selecao.d.ts +3 -1
  195. package/fontes/estruturas/lmht/selecao.js +4 -1
  196. package/fontes/estruturas/lmht/selecao.js.map +1 -1
  197. package/fontes/estruturas/lmht/sem-script.d.ts +3 -1
  198. package/fontes/estruturas/lmht/sem-script.js +4 -1
  199. package/fontes/estruturas/lmht/sem-script.js.map +1 -1
  200. package/fontes/estruturas/lmht/sobrescrito.d.ts +5 -0
  201. package/fontes/estruturas/lmht/sobrescrito.js +10 -0
  202. package/fontes/estruturas/lmht/sobrescrito.js.map +1 -1
  203. package/fontes/estruturas/lmht/sublinhado.d.ts +3 -1
  204. package/fontes/estruturas/lmht/sublinhado.js +4 -1
  205. package/fontes/estruturas/lmht/sublinhado.js.map +1 -1
  206. package/fontes/estruturas/lmht/subscrito.d.ts +3 -1
  207. package/fontes/estruturas/lmht/subscrito.js +4 -1
  208. package/fontes/estruturas/lmht/subscrito.js.map +1 -1
  209. package/fontes/estruturas/lmht/sumario.d.ts +3 -1
  210. package/fontes/estruturas/lmht/sumario.js +4 -1
  211. package/fontes/estruturas/lmht/sumario.js.map +1 -1
  212. package/fontes/estruturas/lmht/tabela.d.ts +3 -1
  213. package/fontes/estruturas/lmht/tabela.js +4 -1
  214. package/fontes/estruturas/lmht/tabela.js.map +1 -1
  215. package/fontes/estruturas/lmht/teclado.d.ts +3 -1
  216. package/fontes/estruturas/lmht/teclado.js +4 -1
  217. package/fontes/estruturas/lmht/teclado.js.map +1 -1
  218. package/fontes/estruturas/lmht/tempo.d.ts +3 -1
  219. package/fontes/estruturas/lmht/tempo.js +4 -1
  220. package/fontes/estruturas/lmht/tempo.js.map +1 -1
  221. package/fontes/estruturas/lmht/termo.d.ts +3 -1
  222. package/fontes/estruturas/lmht/termo.js +4 -1
  223. package/fontes/estruturas/lmht/termo.js.map +1 -1
  224. package/fontes/estruturas/lmht/texto-pequeno.d.ts +3 -1
  225. package/fontes/estruturas/lmht/texto-pequeno.js +4 -1
  226. package/fontes/estruturas/lmht/texto-pequeno.js.map +1 -1
  227. package/fontes/estruturas/lmht/titulo1.d.ts +3 -1
  228. package/fontes/estruturas/lmht/titulo1.js +4 -1
  229. package/fontes/estruturas/lmht/titulo1.js.map +1 -1
  230. package/fontes/estruturas/lmht/titulo2.d.ts +3 -1
  231. package/fontes/estruturas/lmht/titulo2.js +4 -1
  232. package/fontes/estruturas/lmht/titulo2.js.map +1 -1
  233. package/fontes/estruturas/lmht/titulo3.d.ts +3 -1
  234. package/fontes/estruturas/lmht/titulo3.js +4 -1
  235. package/fontes/estruturas/lmht/titulo3.js.map +1 -1
  236. package/fontes/estruturas/lmht/titulo4.d.ts +3 -1
  237. package/fontes/estruturas/lmht/titulo4.js +4 -1
  238. package/fontes/estruturas/lmht/titulo4.js.map +1 -1
  239. package/fontes/estruturas/lmht/titulo5.d.ts +3 -1
  240. package/fontes/estruturas/lmht/titulo5.js +4 -1
  241. package/fontes/estruturas/lmht/titulo5.js.map +1 -1
  242. package/fontes/estruturas/lmht/titulo6.d.ts +3 -1
  243. package/fontes/estruturas/lmht/titulo6.js +4 -1
  244. package/fontes/estruturas/lmht/titulo6.js.map +1 -1
  245. package/fontes/estruturas/lmht/variavel.d.ts +3 -1
  246. package/fontes/estruturas/lmht/variavel.js +4 -1
  247. package/fontes/estruturas/lmht/variavel.js.map +1 -1
  248. package/fontes/estruturas/pragmas-estrutura.d.ts +5 -0
  249. package/fontes/estruturas/pragmas-estrutura.js +3 -0
  250. package/fontes/estruturas/pragmas-estrutura.js.map +1 -0
  251. package/fontes/estruturas/seletor-estruturas-html.d.ts +4 -0
  252. package/fontes/estruturas/seletor-estruturas-html.js +15 -0
  253. package/fontes/estruturas/seletor-estruturas-html.js.map +1 -0
  254. package/fontes/estruturas/seletor-estruturas-lmht.d.ts +4 -0
  255. package/fontes/estruturas/seletor-estruturas-lmht.js +15 -0
  256. package/fontes/estruturas/seletor-estruturas-lmht.js.map +1 -0
  257. package/fontes/foles.js +7 -5
  258. package/fontes/foles.js.map +1 -1
  259. package/fontes/gerador-mapa/index.d.ts +2 -0
  260. package/fontes/gerador-mapa/index.js +7 -0
  261. package/fontes/gerador-mapa/index.js.map +1 -0
  262. package/fontes/interfaces/index.d.ts +2 -0
  263. package/fontes/interfaces/index.js +19 -0
  264. package/fontes/interfaces/index.js.map +1 -0
  265. package/fontes/interfaces/lexador-interface.d.ts +4 -0
  266. package/fontes/interfaces/lexador-interface.js +3 -0
  267. package/fontes/interfaces/lexador-interface.js.map +1 -0
  268. package/fontes/interfaces/simbolo-interface.d.ts +9 -0
  269. package/fontes/interfaces/simbolo-interface.js +3 -0
  270. package/fontes/interfaces/simbolo-interface.js.map +1 -0
  271. package/fontes/lexador/lexador-reverso.js +1 -1
  272. package/fontes/lexador/lexador-reverso.js.map +1 -1
  273. package/fontes/lexador/lexador.d.ts +2 -0
  274. package/fontes/lexador/lexador.js +26 -1
  275. package/fontes/lexador/lexador.js.map +1 -1
  276. package/fontes/lexador/palavras-reservadas/foles.d.ts +9 -298
  277. package/fontes/lexador/palavras-reservadas/foles.js +308 -301
  278. package/fontes/lexador/palavras-reservadas/foles.js.map +1 -1
  279. package/fontes/lexador/simbolo.d.ts +3 -1
  280. package/fontes/lexador/simbolo.js +3 -1
  281. package/fontes/lexador/simbolo.js.map +1 -1
  282. package/fontes/modificadores/agrupar-palavra.d.ts +2 -2
  283. package/fontes/modificadores/agrupar-palavra.js +4 -4
  284. package/fontes/modificadores/agrupar-palavra.js.map +1 -1
  285. package/fontes/modificadores/agrupar-vazamento.d.ts +2 -2
  286. package/fontes/modificadores/agrupar-vazamento.js +5 -10
  287. package/fontes/modificadores/agrupar-vazamento.js.map +1 -1
  288. package/fontes/modificadores/ajustar-objeto.d.ts +2 -2
  289. package/fontes/modificadores/ajustar-objeto.js +4 -5
  290. package/fontes/modificadores/ajustar-objeto.js.map +1 -1
  291. package/fontes/modificadores/ajustar-tamanho-fonte.d.ts +2 -2
  292. package/fontes/modificadores/ajustar-tamanho-fonte.js +4 -3
  293. package/fontes/modificadores/ajustar-tamanho-fonte.js.map +1 -1
  294. package/fontes/modificadores/ajuste-cor-forcado.d.ts +2 -2
  295. package/fontes/modificadores/ajuste-cor-forcado.js +3 -3
  296. package/fontes/modificadores/ajuste-cor-forcado.js.map +1 -1
  297. package/fontes/modificadores/alinhar-conteudo.d.ts +2 -2
  298. package/fontes/modificadores/alinhar-conteudo.js +7 -5
  299. package/fontes/modificadores/alinhar-conteudo.js.map +1 -1
  300. package/fontes/modificadores/alinhar-encaixe-rolagem-mouse.d.ts +2 -2
  301. package/fontes/modificadores/alinhar-encaixe-rolagem-mouse.js +3 -3
  302. package/fontes/modificadores/alinhar-encaixe-rolagem-mouse.js.map +1 -1
  303. package/fontes/modificadores/alinhar-itens.d.ts +2 -2
  304. package/fontes/modificadores/alinhar-itens.js +10 -10
  305. package/fontes/modificadores/alinhar-itens.js.map +1 -1
  306. package/fontes/modificadores/alinhar-se.d.ts +2 -2
  307. package/fontes/modificadores/alinhar-se.js +6 -10
  308. package/fontes/modificadores/alinhar-se.js.map +1 -1
  309. package/fontes/modificadores/alinhar-texto.d.ts +2 -2
  310. package/fontes/modificadores/alinhar-texto.js +3 -3
  311. package/fontes/modificadores/alinhar-texto.js.map +1 -1
  312. package/fontes/modificadores/alinhar-ultimo-item.d.ts +2 -2
  313. package/fontes/modificadores/alinhar-ultimo-item.js +10 -5
  314. package/fontes/modificadores/alinhar-ultimo-item.js.map +1 -1
  315. package/fontes/modificadores/alinhar-vertical.d.ts +2 -2
  316. package/fontes/modificadores/alinhar-vertical.js +3 -3
  317. package/fontes/modificadores/alinhar-vertical.js.map +1 -1
  318. package/fontes/modificadores/altura-linha.d.ts +2 -2
  319. package/fontes/modificadores/altura-linha.js +3 -3
  320. package/fontes/modificadores/altura-linha.js.map +1 -1
  321. package/fontes/modificadores/altura-maxima.d.ts +2 -2
  322. package/fontes/modificadores/altura-maxima.js +3 -3
  323. package/fontes/modificadores/altura-maxima.js.map +1 -1
  324. package/fontes/modificadores/altura-minima.d.ts +2 -2
  325. package/fontes/modificadores/altura-minima.js +4 -4
  326. package/fontes/modificadores/altura-minima.js.map +1 -1
  327. package/fontes/modificadores/altura.d.ts +2 -2
  328. package/fontes/modificadores/altura.js +5 -6
  329. package/fontes/modificadores/altura.js.map +1 -1
  330. package/fontes/modificadores/animacao.d.ts +1 -1
  331. package/fontes/modificadores/animacao.js +5 -2
  332. package/fontes/modificadores/animacao.js.map +1 -1
  333. package/fontes/modificadores/ao-mudar.d.ts +2 -2
  334. package/fontes/modificadores/ao-mudar.js +5 -5
  335. package/fontes/modificadores/ao-mudar.js.map +1 -1
  336. package/fontes/modificadores/aparencia.d.ts +2 -2
  337. package/fontes/modificadores/aparencia.js +4 -3
  338. package/fontes/modificadores/aparencia.js.map +1 -1
  339. package/fontes/modificadores/area-mascara.d.ts +2 -2
  340. package/fontes/modificadores/area-mascara.js +5 -5
  341. package/fontes/modificadores/area-mascara.js.map +1 -1
  342. package/fontes/modificadores/atraso-animacao.d.ts +2 -2
  343. package/fontes/modificadores/atraso-animacao.js +3 -3
  344. package/fontes/modificadores/atraso-animacao.js.map +1 -1
  345. package/fontes/modificadores/atraso-transicao.d.ts +2 -2
  346. package/fontes/modificadores/atraso-transicao.js +6 -3
  347. package/fontes/modificadores/atraso-transicao.js.map +1 -1
  348. package/fontes/modificadores/atributos/gerais.js +1 -0
  349. package/fontes/modificadores/atributos/gerais.js.map +1 -1
  350. package/fontes/modificadores/borda-direita.d.ts +5 -2
  351. package/fontes/modificadores/borda-direita.js +43 -4
  352. package/fontes/modificadores/borda-direita.js.map +1 -1
  353. package/fontes/modificadores/borda-em-bloco.d.ts +2 -2
  354. package/fontes/modificadores/borda-em-bloco.js +35 -4
  355. package/fontes/modificadores/borda-em-bloco.js.map +1 -1
  356. package/fontes/modificadores/borda-em-linha.d.ts +2 -2
  357. package/fontes/modificadores/borda-em-linha.js +35 -4
  358. package/fontes/modificadores/borda-em-linha.js.map +1 -1
  359. package/fontes/modificadores/borda-esquerda.d.ts +5 -2
  360. package/fontes/modificadores/borda-esquerda.js +43 -4
  361. package/fontes/modificadores/borda-esquerda.js.map +1 -1
  362. package/fontes/modificadores/borda-inferior.d.ts +5 -2
  363. package/fontes/modificadores/borda-inferior.js +43 -4
  364. package/fontes/modificadores/borda-inferior.js.map +1 -1
  365. package/fontes/modificadores/borda-mascara.d.ts +5 -2
  366. package/fontes/modificadores/borda-mascara.js +40 -4
  367. package/fontes/modificadores/borda-mascara.js.map +1 -1
  368. package/fontes/modificadores/borda-superior.d.ts +5 -2
  369. package/fontes/modificadores/borda-superior.js +43 -4
  370. package/fontes/modificadores/borda-superior.js.map +1 -1
  371. package/fontes/modificadores/borda.d.ts +5 -2
  372. package/fontes/modificadores/borda.js +43 -4
  373. package/fontes/modificadores/borda.js.map +1 -1
  374. package/fontes/modificadores/calha-barra-rolagem.d.ts +2 -2
  375. package/fontes/modificadores/calha-barra-rolagem.js +3 -3
  376. package/fontes/modificadores/calha-barra-rolagem.js.map +1 -1
  377. package/fontes/modificadores/celulas-vazias.d.ts +2 -2
  378. package/fontes/modificadores/celulas-vazias.js +3 -3
  379. package/fontes/modificadores/celulas-vazias.js.map +1 -1
  380. package/fontes/modificadores/citacoes.d.ts +7 -0
  381. package/fontes/modificadores/{aspas.js → citacoes.js} +9 -9
  382. package/fontes/modificadores/citacoes.js.map +1 -0
  383. package/fontes/modificadores/coluna-em-grade.d.ts +5 -2
  384. package/fontes/modificadores/coluna-em-grade.js +22 -4
  385. package/fontes/modificadores/coluna-em-grade.js.map +1 -1
  386. package/fontes/modificadores/colunas.d.ts +5 -2
  387. package/fontes/modificadores/colunas.js +32 -4
  388. package/fontes/modificadores/colunas.js.map +1 -1
  389. package/fontes/modificadores/combinar-texto-vertical.d.ts +2 -2
  390. package/fontes/modificadores/combinar-texto-vertical.js +5 -3
  391. package/fontes/modificadores/combinar-texto-vertical.js.map +1 -1
  392. package/fontes/modificadores/comportamento-em-bloco-rolagem-mouse.d.ts +2 -2
  393. package/fontes/modificadores/comportamento-em-bloco-rolagem-mouse.js +4 -5
  394. package/fontes/modificadores/comportamento-em-bloco-rolagem-mouse.js.map +1 -1
  395. package/fontes/modificadores/comportamento-em-linha-rolagem-mouse.d.ts +2 -2
  396. package/fontes/modificadores/comportamento-em-linha-rolagem-mouse.js +4 -5
  397. package/fontes/modificadores/comportamento-em-linha-rolagem-mouse.js.map +1 -1
  398. package/fontes/modificadores/comportamento-horizontal-rolagem-mouse.d.ts +2 -2
  399. package/fontes/modificadores/comportamento-horizontal-rolagem-mouse.js +4 -5
  400. package/fontes/modificadores/comportamento-horizontal-rolagem-mouse.js.map +1 -1
  401. package/fontes/modificadores/comportamento-rolagem-mouse.d.ts +2 -2
  402. package/fontes/modificadores/comportamento-rolagem-mouse.js +5 -6
  403. package/fontes/modificadores/comportamento-rolagem-mouse.js.map +1 -1
  404. package/fontes/modificadores/comportamento-rolagem.d.ts +2 -2
  405. package/fontes/modificadores/comportamento-rolagem.js +3 -3
  406. package/fontes/modificadores/comportamento-rolagem.js.map +1 -1
  407. package/fontes/modificadores/comportamento-vertical-rolagem-mouse.d.ts +2 -2
  408. package/fontes/modificadores/comportamento-vertical-rolagem-mouse.js +4 -5
  409. package/fontes/modificadores/comportamento-vertical-rolagem-mouse.js.map +1 -1
  410. package/fontes/modificadores/composicao-mascara.d.ts +2 -2
  411. package/fontes/modificadores/composicao-mascara.js +3 -3
  412. package/fontes/modificadores/composicao-mascara.js.map +1 -1
  413. package/fontes/modificadores/comum.d.ts +3 -0
  414. package/fontes/modificadores/comum.js +14 -0
  415. package/fontes/modificadores/comum.js.map +1 -0
  416. package/fontes/modificadores/configuracoes-variacao-fonte.d.ts +1 -1
  417. package/fontes/modificadores/configuracoes-variacao-fonte.js +2 -2
  418. package/fontes/modificadores/configuracoes-variacao-fonte.js.map +1 -1
  419. package/fontes/modificadores/contar-coluna.d.ts +2 -2
  420. package/fontes/modificadores/contar-coluna.js +3 -3
  421. package/fontes/modificadores/contar-coluna.js.map +1 -1
  422. package/fontes/modificadores/contem.d.ts +2 -2
  423. package/fontes/modificadores/contem.js +5 -5
  424. package/fontes/modificadores/contem.js.map +1 -1
  425. package/fontes/modificadores/conteudo.d.ts +1 -1
  426. package/fontes/modificadores/conteudo.js +2 -2
  427. package/fontes/modificadores/conteudo.js.map +1 -1
  428. package/fontes/modificadores/contorno.d.ts +5 -2
  429. package/fontes/modificadores/contorno.js +41 -4
  430. package/fontes/modificadores/contorno.js.map +1 -1
  431. package/fontes/modificadores/coordenadas.d.ts +2 -2
  432. package/fontes/modificadores/coordenadas.js +3 -3
  433. package/fontes/modificadores/coordenadas.js.map +1 -1
  434. package/fontes/modificadores/cor-barra-rolagem.d.ts +1 -1
  435. package/fontes/modificadores/cor-barra-rolagem.js +2 -2
  436. package/fontes/modificadores/cor-barra-rolagem.js.map +1 -1
  437. package/fontes/modificadores/cor-borda-direita.d.ts +2 -2
  438. package/fontes/modificadores/cor-borda-direita.js +3 -3
  439. package/fontes/modificadores/cor-borda-direita.js.map +1 -1
  440. package/fontes/modificadores/cor-borda-em-bloco.d.ts +2 -2
  441. package/fontes/modificadores/cor-borda-em-bloco.js +3 -3
  442. package/fontes/modificadores/cor-borda-em-bloco.js.map +1 -1
  443. package/fontes/modificadores/cor-borda-em-linha.d.ts +2 -2
  444. package/fontes/modificadores/cor-borda-em-linha.js +3 -3
  445. package/fontes/modificadores/cor-borda-em-linha.js.map +1 -1
  446. package/fontes/modificadores/cor-borda-esquerda.d.ts +2 -2
  447. package/fontes/modificadores/cor-borda-esquerda.js +3 -3
  448. package/fontes/modificadores/cor-borda-esquerda.js.map +1 -1
  449. package/fontes/modificadores/cor-borda-inferior.d.ts +2 -2
  450. package/fontes/modificadores/cor-borda-inferior.js +3 -3
  451. package/fontes/modificadores/cor-borda-inferior.js.map +1 -1
  452. package/fontes/modificadores/cor-borda-superior.d.ts +2 -2
  453. package/fontes/modificadores/cor-borda-superior.js +3 -3
  454. package/fontes/modificadores/cor-borda-superior.js.map +1 -1
  455. package/fontes/modificadores/cor-borda.d.ts +2 -2
  456. package/fontes/modificadores/cor-borda.js +24 -4
  457. package/fontes/modificadores/cor-borda.js.map +1 -1
  458. package/fontes/modificadores/cor-contorno.d.ts +5 -2
  459. package/fontes/modificadores/cor-contorno.js +8 -3
  460. package/fontes/modificadores/cor-contorno.js.map +1 -1
  461. package/fontes/modificadores/cor-cursor.d.ts +5 -2
  462. package/fontes/modificadores/cor-cursor.js +8 -3
  463. package/fontes/modificadores/cor-cursor.js.map +1 -1
  464. package/fontes/modificadores/cor-destaque.d.ts +5 -2
  465. package/fontes/modificadores/cor-destaque.js +8 -3
  466. package/fontes/modificadores/cor-destaque.js.map +1 -1
  467. package/fontes/modificadores/cor-enfase-texto.d.ts +1 -1
  468. package/fontes/modificadores/cor-enfase-texto.js +2 -2
  469. package/fontes/modificadores/cor-enfase-texto.js.map +1 -1
  470. package/fontes/modificadores/cor-fim-borda-em-bloco.d.ts +2 -2
  471. package/fontes/modificadores/cor-fim-borda-em-bloco.js +3 -3
  472. package/fontes/modificadores/cor-fim-borda-em-bloco.js.map +1 -1
  473. package/fontes/modificadores/cor-fim-borda-em-linha.d.ts +2 -2
  474. package/fontes/modificadores/cor-fim-borda-em-linha.js +3 -3
  475. package/fontes/modificadores/cor-fim-borda-em-linha.js.map +1 -1
  476. package/fontes/modificadores/cor-fundo.d.ts +2 -2
  477. package/fontes/modificadores/cor-fundo.js +3 -3
  478. package/fontes/modificadores/cor-fundo.js.map +1 -1
  479. package/fontes/modificadores/cor-inicio-borda-em-bloco.d.ts +2 -2
  480. package/fontes/modificadores/cor-inicio-borda-em-bloco.js +3 -3
  481. package/fontes/modificadores/cor-inicio-borda-em-bloco.js.map +1 -1
  482. package/fontes/modificadores/cor-inicio-borda-em-linha.d.ts +2 -2
  483. package/fontes/modificadores/cor-inicio-borda-em-linha.js +3 -3
  484. package/fontes/modificadores/cor-inicio-borda-em-linha.js.map +1 -1
  485. package/fontes/modificadores/cor.d.ts +2 -2
  486. package/fontes/modificadores/cor.js +3 -3
  487. package/fontes/modificadores/cor.js.map +1 -1
  488. package/fontes/modificadores/cursor.d.ts +2 -2
  489. package/fontes/modificadores/cursor.js +3 -3
  490. package/fontes/modificadores/cursor.js.map +1 -1
  491. package/fontes/modificadores/decoracao-cor-texto .d.ts +2 -2
  492. package/fontes/modificadores/decoracao-cor-texto .js +4 -3
  493. package/fontes/modificadores/decoracao-cor-texto .js.map +1 -1
  494. package/fontes/modificadores/decoracao-espessura-texto.d.ts +2 -2
  495. package/fontes/modificadores/decoracao-espessura-texto.js +3 -3
  496. package/fontes/modificadores/decoracao-espessura-texto.js.map +1 -1
  497. package/fontes/modificadores/decoracao-estilo-texto.d.ts +2 -2
  498. package/fontes/modificadores/decoracao-estilo-texto.js +3 -3
  499. package/fontes/modificadores/decoracao-estilo-texto.js.map +1 -1
  500. package/fontes/modificadores/decoracao-linha-texto.d.ts +2 -2
  501. package/fontes/modificadores/decoracao-linha-texto.js +3 -3
  502. package/fontes/modificadores/decoracao-linha-texto.js.map +1 -1
  503. package/fontes/modificadores/decoracao-texto-sublinhado.d.ts +2 -2
  504. package/fontes/modificadores/decoracao-texto-sublinhado.js +3 -3
  505. package/fontes/modificadores/decoracao-texto-sublinhado.js.map +1 -1
  506. package/fontes/modificadores/decoracao-texto.d.ts +5 -2
  507. package/fontes/modificadores/decoracao-texto.js +39 -4
  508. package/fontes/modificadores/decoracao-texto.js.map +1 -1
  509. package/fontes/modificadores/definir-contador.d.ts +2 -2
  510. package/fontes/modificadores/definir-contador.js +3 -3
  511. package/fontes/modificadores/definir-contador.js.map +1 -1
  512. package/fontes/modificadores/design-tabela.d.ts +2 -2
  513. package/fontes/modificadores/design-tabela.js +3 -3
  514. package/fontes/modificadores/design-tabela.js.map +1 -1
  515. package/fontes/modificadores/deslocamento-em-ancora.d.ts +2 -2
  516. package/fontes/modificadores/deslocamento-em-ancora.js +3 -3
  517. package/fontes/modificadores/deslocamento-em-ancora.js.map +1 -1
  518. package/fontes/modificadores/deslocamento-texto-sublinhado.d.ts +2 -2
  519. package/fontes/modificadores/deslocamento-texto-sublinhado.js +3 -3
  520. package/fontes/modificadores/deslocamento-texto-sublinhado.js.map +1 -1
  521. package/fontes/modificadores/deslocamento.d.ts +1 -1
  522. package/fontes/modificadores/deslocamento.js +2 -2
  523. package/fontes/modificadores/deslocamento.js.map +1 -1
  524. package/fontes/modificadores/deslocar-contorno.d.ts +2 -2
  525. package/fontes/modificadores/deslocar-contorno.js +3 -3
  526. package/fontes/modificadores/deslocar-contorno.js.map +1 -1
  527. package/fontes/modificadores/{aspas.d.ts → deslocar-pontuacao.d.ts} +2 -2
  528. package/fontes/modificadores/{travar-pontuacao.js → deslocar-pontuacao.js} +7 -7
  529. package/fontes/modificadores/deslocar-pontuacao.js.map +1 -0
  530. package/fontes/modificadores/dicionario/dicionario-modificadores.d.ts +2 -1
  531. package/fontes/modificadores/dicionario/dicionario-modificadores.js +6 -5
  532. package/fontes/modificadores/dicionario/dicionario-modificadores.js.map +1 -1
  533. package/fontes/modificadores/direcao-animacao.d.ts +2 -2
  534. package/fontes/modificadores/direcao-animacao.js +3 -3
  535. package/fontes/modificadores/direcao-animacao.js.map +1 -1
  536. package/fontes/modificadores/direcao.d.ts +2 -2
  537. package/fontes/modificadores/direcao.js +3 -3
  538. package/fontes/modificadores/direcao.js.map +1 -1
  539. package/fontes/modificadores/distancia-deslocamento.d.ts +2 -2
  540. package/fontes/modificadores/distancia-deslocamento.js +3 -3
  541. package/fontes/modificadores/distancia-deslocamento.js.map +1 -1
  542. package/fontes/modificadores/duracao-animacao.d.ts +2 -2
  543. package/fontes/modificadores/duracao-animacao.js +7 -3
  544. package/fontes/modificadores/duracao-animacao.js.map +1 -1
  545. package/fontes/modificadores/duracao-transicao.d.ts +2 -2
  546. package/fontes/modificadores/duracao-transicao.js +3 -3
  547. package/fontes/modificadores/duracao-transicao.js.map +1 -1
  548. package/fontes/modificadores/enfase-texto.d.ts +5 -2
  549. package/fontes/modificadores/enfase-texto.js +44 -4
  550. package/fontes/modificadores/enfase-texto.js.map +1 -1
  551. package/fontes/modificadores/escala.d.ts +2 -2
  552. package/fontes/modificadores/escala.js +4 -3
  553. package/fontes/modificadores/escala.js.map +1 -1
  554. package/fontes/modificadores/espacamento-coluna-em-grade.d.ts +4 -1
  555. package/fontes/modificadores/espacamento-coluna-em-grade.js +22 -3
  556. package/fontes/modificadores/espacamento-coluna-em-grade.js.map +1 -1
  557. package/fontes/modificadores/espacamento-coluna.d.ts +2 -2
  558. package/fontes/modificadores/espacamento-coluna.js +3 -3
  559. package/fontes/modificadores/espacamento-coluna.js.map +1 -1
  560. package/fontes/modificadores/espacamento-em-grade.d.ts +1 -1
  561. package/fontes/modificadores/espacamento-em-grade.js +2 -2
  562. package/fontes/modificadores/espacamento-em-grade.js.map +1 -1
  563. package/fontes/modificadores/espacamento-fonte.d.ts +2 -2
  564. package/fontes/modificadores/espacamento-fonte.js +3 -3
  565. package/fontes/modificadores/espacamento-fonte.js.map +1 -1
  566. package/fontes/modificadores/espacamento-letras.d.ts +2 -2
  567. package/fontes/modificadores/espacamento-letras.js +4 -3
  568. package/fontes/modificadores/espacamento-letras.js.map +1 -1
  569. package/fontes/modificadores/espacamento-linha-em-grade.d.ts +1 -1
  570. package/fontes/modificadores/espacamento-linha-em-grade.js +2 -2
  571. package/fontes/modificadores/espacamento-linha-em-grade.js.map +1 -1
  572. package/fontes/modificadores/espacamento-linhas.d.ts +2 -2
  573. package/fontes/modificadores/espacamento-linhas.js +5 -5
  574. package/fontes/modificadores/espacamento-linhas.js.map +1 -1
  575. package/fontes/modificadores/espacamento-palavras.d.ts +2 -2
  576. package/fontes/modificadores/espacamento-palavras.js +3 -3
  577. package/fontes/modificadores/espacamento-palavras.js.map +1 -1
  578. package/fontes/modificadores/espacamento.d.ts +2 -2
  579. package/fontes/modificadores/espacamento.js +6 -5
  580. package/fontes/modificadores/espacamento.js.map +1 -1
  581. package/fontes/modificadores/espaco-borda.d.ts +2 -2
  582. package/fontes/modificadores/espaco-borda.js +5 -4
  583. package/fontes/modificadores/espaco-borda.js.map +1 -1
  584. package/fontes/modificadores/espaco-em-branco.d.ts +2 -2
  585. package/fontes/modificadores/espaco-em-branco.js +3 -3
  586. package/fontes/modificadores/espaco-em-branco.js.map +1 -1
  587. package/fontes/modificadores/espessura-fonte.d.ts +2 -2
  588. package/fontes/modificadores/espessura-fonte.js +3 -3
  589. package/fontes/modificadores/espessura-fonte.js.map +1 -1
  590. package/fontes/modificadores/esquema-cor.d.ts +2 -2
  591. package/fontes/modificadores/esquema-cor.js +3 -3
  592. package/fontes/modificadores/esquema-cor.js.map +1 -1
  593. package/fontes/modificadores/estender-borda-imagem.d.ts +2 -2
  594. package/fontes/modificadores/estender-borda-imagem.js +4 -3
  595. package/fontes/modificadores/estender-borda-imagem.js.map +1 -1
  596. package/fontes/modificadores/estender-coluna.d.ts +2 -2
  597. package/fontes/modificadores/estender-coluna.js +3 -3
  598. package/fontes/modificadores/estender-coluna.js.map +1 -1
  599. package/fontes/modificadores/esticar-fonte.d.ts +2 -2
  600. package/fontes/modificadores/esticar-fonte.js +3 -3
  601. package/fontes/modificadores/esticar-fonte.js.map +1 -1
  602. package/fontes/modificadores/estilo-borda-direita.d.ts +2 -2
  603. package/fontes/modificadores/estilo-borda-direita.js +3 -3
  604. package/fontes/modificadores/estilo-borda-direita.js.map +1 -1
  605. package/fontes/modificadores/estilo-borda-em-bloco.d.ts +2 -2
  606. package/fontes/modificadores/estilo-borda-em-bloco.js +3 -3
  607. package/fontes/modificadores/estilo-borda-em-bloco.js.map +1 -1
  608. package/fontes/modificadores/estilo-borda-em-linha.d.ts +2 -2
  609. package/fontes/modificadores/estilo-borda-em-linha.js +3 -3
  610. package/fontes/modificadores/estilo-borda-em-linha.js.map +1 -1
  611. package/fontes/modificadores/estilo-borda-esquerda.d.ts +2 -2
  612. package/fontes/modificadores/estilo-borda-esquerda.js +3 -3
  613. package/fontes/modificadores/estilo-borda-esquerda.js.map +1 -1
  614. package/fontes/modificadores/estilo-borda-inferior.d.ts +2 -2
  615. package/fontes/modificadores/estilo-borda-inferior.js +3 -3
  616. package/fontes/modificadores/estilo-borda-inferior.js.map +1 -1
  617. package/fontes/modificadores/estilo-borda-superior.d.ts +2 -2
  618. package/fontes/modificadores/estilo-borda-superior.js +3 -3
  619. package/fontes/modificadores/estilo-borda-superior.js.map +1 -1
  620. package/fontes/modificadores/estilo-borda.d.ts +1 -1
  621. package/fontes/modificadores/estilo-borda.js +14 -3
  622. package/fontes/modificadores/estilo-borda.js.map +1 -1
  623. package/fontes/modificadores/estilo-contorno.d.ts +2 -2
  624. package/fontes/modificadores/estilo-contorno.js +3 -3
  625. package/fontes/modificadores/estilo-contorno.js.map +1 -1
  626. package/fontes/modificadores/estilo-enfase-texto.d.ts +2 -2
  627. package/fontes/modificadores/estilo-enfase-texto.js +3 -3
  628. package/fontes/modificadores/estilo-enfase-texto.js.map +1 -1
  629. package/fontes/modificadores/estilo-fim-borda-em-bloco.d.ts +2 -2
  630. package/fontes/modificadores/estilo-fim-borda-em-bloco.js +3 -3
  631. package/fontes/modificadores/estilo-fim-borda-em-bloco.js.map +1 -1
  632. package/fontes/modificadores/estilo-fim-borda-em-linha.d.ts +2 -2
  633. package/fontes/modificadores/estilo-fim-borda-em-linha.js +3 -3
  634. package/fontes/modificadores/estilo-fim-borda-em-linha.js.map +1 -1
  635. package/fontes/modificadores/estilo-fonte.d.ts +2 -2
  636. package/fontes/modificadores/estilo-fonte.js +3 -3
  637. package/fontes/modificadores/estilo-fonte.js.map +1 -1
  638. package/fontes/modificadores/estilo-inicio-borda-em-bloco.d.ts +2 -2
  639. package/fontes/modificadores/estilo-inicio-borda-em-bloco.js +3 -3
  640. package/fontes/modificadores/estilo-inicio-borda-em-bloco.js.map +1 -1
  641. package/fontes/modificadores/estilo-inicio-borda-em-linha.d.ts +2 -2
  642. package/fontes/modificadores/estilo-inicio-borda-em-linha.js +3 -3
  643. package/fontes/modificadores/estilo-inicio-borda-em-linha.js.map +1 -1
  644. package/fontes/modificadores/estilo-lista-imagem.d.ts +1 -1
  645. package/fontes/modificadores/estilo-lista-imagem.js +2 -2
  646. package/fontes/modificadores/estilo-lista-imagem.js.map +1 -1
  647. package/fontes/modificadores/estilo-lista-posicao.d.ts +2 -2
  648. package/fontes/modificadores/estilo-lista-posicao.js +3 -3
  649. package/fontes/modificadores/estilo-lista-posicao.js.map +1 -1
  650. package/fontes/modificadores/estilo-lista-tipo.d.ts +1 -1
  651. package/fontes/modificadores/estilo-lista-tipo.js +6 -2
  652. package/fontes/modificadores/estilo-lista-tipo.js.map +1 -1
  653. package/fontes/modificadores/estilo-lista.d.ts +5 -2
  654. package/fontes/modificadores/estilo-lista.js +34 -4
  655. package/fontes/modificadores/estilo-lista.js.map +1 -1
  656. package/fontes/modificadores/eventos-ponteiro.d.ts +2 -2
  657. package/fontes/modificadores/eventos-ponteiro.js +6 -3
  658. package/fontes/modificadores/eventos-ponteiro.js.map +1 -1
  659. package/fontes/modificadores/exibicao.d.ts +2 -2
  660. package/fontes/modificadores/exibicao.js +6 -6
  661. package/fontes/modificadores/exibicao.js.map +1 -1
  662. package/fontes/modificadores/fatiar-borda-mascara.d.ts +2 -2
  663. package/fontes/modificadores/fatiar-borda-mascara.js +3 -3
  664. package/fontes/modificadores/fatiar-borda-mascara.js.map +1 -1
  665. package/fontes/modificadores/fatiar-imagem-borda.d.ts +2 -2
  666. package/fontes/modificadores/fatiar-imagem-borda.js +3 -3
  667. package/fontes/modificadores/fatiar-imagem-borda.js.map +1 -1
  668. package/fontes/modificadores/filtro-fundo.d.ts +1 -1
  669. package/fontes/modificadores/filtro-fundo.js +2 -2
  670. package/fontes/modificadores/filtro-fundo.js.map +1 -1
  671. package/fontes/modificadores/filtro.d.ts +1 -1
  672. package/fontes/modificadores/filtro.js +2 -2
  673. package/fontes/modificadores/filtro.js.map +1 -1
  674. package/fontes/modificadores/fim-borda-em-bloco.d.ts +2 -2
  675. package/fontes/modificadores/fim-borda-em-bloco.js +34 -4
  676. package/fontes/modificadores/fim-borda-em-bloco.js.map +1 -1
  677. package/fontes/modificadores/fim-borda-em-linha.d.ts +2 -2
  678. package/fontes/modificadores/fim-borda-em-linha.js +34 -4
  679. package/fontes/modificadores/fim-borda-em-linha.js.map +1 -1
  680. package/fontes/modificadores/fim-coluna-em-grade.d.ts +2 -2
  681. package/fontes/modificadores/fim-coluna-em-grade.js +3 -3
  682. package/fontes/modificadores/fim-coluna-em-grade.js.map +1 -1
  683. package/fontes/modificadores/fim-linha-em-grade.d.ts +2 -2
  684. package/fontes/modificadores/fim-linha-em-grade.js +3 -3
  685. package/fontes/modificadores/fim-linha-em-grade.js.map +1 -1
  686. package/fontes/modificadores/fixar-fundo.d.ts +2 -2
  687. package/fontes/modificadores/fixar-fundo.js +3 -3
  688. package/fontes/modificadores/fixar-fundo.js.map +1 -1
  689. package/fontes/modificadores/flex-agrupar.d.ts +2 -2
  690. package/fontes/modificadores/flex-agrupar.js +3 -3
  691. package/fontes/modificadores/flex-agrupar.js.map +1 -1
  692. package/fontes/modificadores/flex-comprimento.d.ts +2 -2
  693. package/fontes/modificadores/flex-comprimento.js +5 -3
  694. package/fontes/modificadores/flex-comprimento.js.map +1 -1
  695. package/fontes/modificadores/flex-crescimento.d.ts +2 -2
  696. package/fontes/modificadores/flex-crescimento.js +3 -3
  697. package/fontes/modificadores/flex-crescimento.js.map +1 -1
  698. package/fontes/modificadores/flex-direcao.d.ts +2 -2
  699. package/fontes/modificadores/flex-direcao.js +3 -3
  700. package/fontes/modificadores/flex-direcao.js.map +1 -1
  701. package/fontes/modificadores/flex-fluxo.d.ts +5 -2
  702. package/fontes/modificadores/flex-fluxo.js +26 -4
  703. package/fontes/modificadores/flex-fluxo.js.map +1 -1
  704. package/fontes/modificadores/flex-reduzir.d.ts +2 -2
  705. package/fontes/modificadores/flex-reduzir.js +3 -3
  706. package/fontes/modificadores/flex-reduzir.js.map +1 -1
  707. package/fontes/modificadores/flex.d.ts +5 -2
  708. package/fontes/modificadores/flex.js +33 -4
  709. package/fontes/modificadores/flex.js.map +1 -1
  710. package/fontes/modificadores/flutuar.d.ts +2 -2
  711. package/fontes/modificadores/flutuar.js +3 -3
  712. package/fontes/modificadores/flutuar.js.map +1 -1
  713. package/fontes/modificadores/fluxo-em-grade.d.ts +2 -2
  714. package/fontes/modificadores/fluxo-em-grade.js +3 -3
  715. package/fontes/modificadores/fluxo-em-grade.js.map +1 -1
  716. package/fontes/modificadores/fluxo.d.ts +2 -2
  717. package/fontes/modificadores/fluxo.js +3 -3
  718. package/fontes/modificadores/fluxo.js.map +1 -1
  719. package/fontes/modificadores/fonte-texto.d.ts +2 -2
  720. package/fontes/modificadores/fonte-texto.js +3 -3
  721. package/fontes/modificadores/fonte-texto.js.map +1 -1
  722. package/fontes/modificadores/fonte.d.ts +5 -2
  723. package/fontes/modificadores/fonte.js +67 -4
  724. package/fontes/modificadores/fonte.js.map +1 -1
  725. package/fontes/modificadores/forma-externa.d.ts +2 -2
  726. package/fontes/modificadores/forma-externa.js +3 -3
  727. package/fontes/modificadores/forma-externa.js.map +1 -1
  728. package/fontes/modificadores/forma-margem.d.ts +2 -2
  729. package/fontes/modificadores/forma-margem.js +3 -3
  730. package/fontes/modificadores/forma-margem.js.map +1 -1
  731. package/fontes/modificadores/fundo.d.ts +5 -2
  732. package/fontes/modificadores/fundo.js +63 -4
  733. package/fontes/modificadores/fundo.js.map +1 -1
  734. package/fontes/modificadores/girar.d.ts +2 -2
  735. package/fontes/modificadores/girar.js +3 -3
  736. package/fontes/modificadores/girar.js.map +1 -1
  737. package/fontes/modificadores/grade.d.ts +5 -2
  738. package/fontes/modificadores/grade.js +30 -4
  739. package/fontes/modificadores/grade.js.map +1 -1
  740. package/fontes/modificadores/hifens.d.ts +2 -2
  741. package/fontes/modificadores/hifens.js +3 -3
  742. package/fontes/modificadores/hifens.js.map +1 -1
  743. package/fontes/modificadores/imagem-borda.d.ts +1 -1
  744. package/fontes/modificadores/imagem-borda.js +2 -2
  745. package/fontes/modificadores/imagem-borda.js.map +1 -1
  746. package/fontes/modificadores/imagem-fundo.d.ts +2 -2
  747. package/fontes/modificadores/imagem-fundo.js +3 -3
  748. package/fontes/modificadores/imagem-fundo.js.map +1 -1
  749. package/fontes/modificadores/imagem-mascara.d.ts +1 -1
  750. package/fontes/modificadores/imagem-mascara.js +2 -2
  751. package/fontes/modificadores/imagem-mascara.js.map +1 -1
  752. package/fontes/modificadores/impressao-ajuste-cor.d.ts +2 -2
  753. package/fontes/modificadores/impressao-ajuste-cor.js +3 -3
  754. package/fontes/modificadores/impressao-ajuste-cor.js.map +1 -1
  755. package/fontes/modificadores/incrementar-contador.d.ts +2 -2
  756. package/fontes/modificadores/incrementar-contador.js +3 -3
  757. package/fontes/modificadores/incrementar-contador.js.map +1 -1
  758. package/fontes/modificadores/indentacao-texto.d.ts +2 -2
  759. package/fontes/modificadores/indentacao-texto.js +6 -3
  760. package/fontes/modificadores/indentacao-texto.js.map +1 -1
  761. package/fontes/modificadores/index.d.ts +2 -2
  762. package/fontes/modificadores/index.js +2 -2
  763. package/fontes/modificadores/index.js.map +1 -1
  764. package/fontes/modificadores/indice-z.d.ts +2 -2
  765. package/fontes/modificadores/indice-z.js +3 -3
  766. package/fontes/modificadores/indice-z.js.map +1 -1
  767. package/fontes/modificadores/inicio-borda-em-bloco.d.ts +2 -2
  768. package/fontes/modificadores/inicio-borda-em-bloco.js +34 -4
  769. package/fontes/modificadores/inicio-borda-em-bloco.js.map +1 -1
  770. package/fontes/modificadores/inicio-borda-em-linha.d.ts +2 -2
  771. package/fontes/modificadores/inicio-borda-em-linha.js +34 -4
  772. package/fontes/modificadores/inicio-borda-em-linha.js.map +1 -1
  773. package/fontes/modificadores/inicio-borda-mascara.d.ts +2 -2
  774. package/fontes/modificadores/inicio-borda-mascara.js +3 -3
  775. package/fontes/modificadores/inicio-borda-mascara.js.map +1 -1
  776. package/fontes/modificadores/inicio-coluna-em-grade.d.ts +2 -2
  777. package/fontes/modificadores/inicio-coluna-em-grade.js +3 -3
  778. package/fontes/modificadores/inicio-coluna-em-grade.js.map +1 -1
  779. package/fontes/modificadores/inicio-insercao-em-bloco.d.ts +2 -2
  780. package/fontes/modificadores/inicio-insercao-em-bloco.js +3 -3
  781. package/fontes/modificadores/inicio-insercao-em-bloco.js.map +1 -1
  782. package/fontes/modificadores/inicio-insercao-em-linha.d.ts +1 -1
  783. package/fontes/modificadores/inicio-insercao-em-linha.js +2 -2
  784. package/fontes/modificadores/inicio-insercao-em-linha.js.map +1 -1
  785. package/fontes/modificadores/inicio-linha-em-grade.d.ts +2 -2
  786. package/fontes/modificadores/inicio-linha-em-grade.js +3 -3
  787. package/fontes/modificadores/inicio-linha-em-grade.js.map +1 -1
  788. package/fontes/modificadores/inicio-margem-em-bloco.d.ts +2 -2
  789. package/fontes/modificadores/inicio-margem-em-bloco.js +3 -3
  790. package/fontes/modificadores/inicio-margem-em-bloco.js.map +1 -1
  791. package/fontes/modificadores/inicio-margem-em-linha.d.ts +2 -2
  792. package/fontes/modificadores/inicio-margem-em-linha.js +3 -3
  793. package/fontes/modificadores/inicio-margem-em-linha.js.map +1 -1
  794. package/fontes/modificadores/inicio-recuo-em-bloco.d.ts +2 -2
  795. package/fontes/modificadores/inicio-recuo-em-bloco.js +8 -6
  796. package/fontes/modificadores/inicio-recuo-em-bloco.js.map +1 -1
  797. package/fontes/modificadores/inicio-recuo-em-linha.d.ts +2 -2
  798. package/fontes/modificadores/inicio-recuo-em-linha.js +7 -6
  799. package/fontes/modificadores/inicio-recuo-em-linha.js.map +1 -1
  800. package/fontes/modificadores/insercao-em-bloco-fim.d.ts +2 -2
  801. package/fontes/modificadores/insercao-em-bloco-fim.js +6 -4
  802. package/fontes/modificadores/insercao-em-bloco-fim.js.map +1 -1
  803. package/fontes/modificadores/insercao-em-bloco.d.ts +5 -2
  804. package/fontes/modificadores/insercao-em-bloco.js +27 -4
  805. package/fontes/modificadores/insercao-em-bloco.js.map +1 -1
  806. package/fontes/modificadores/insercao-em-linha-fim.d.ts +2 -2
  807. package/fontes/modificadores/insercao-em-linha-fim.js +6 -4
  808. package/fontes/modificadores/insercao-em-linha-fim.js.map +1 -1
  809. package/fontes/modificadores/insercao-em-linha.d.ts +5 -2
  810. package/fontes/modificadores/insercao-em-linha.js +27 -4
  811. package/fontes/modificadores/insercao-em-linha.js.map +1 -1
  812. package/fontes/modificadores/insercao.d.ts +2 -2
  813. package/fontes/modificadores/insercao.js +5 -3
  814. package/fontes/modificadores/insercao.js.map +1 -1
  815. package/fontes/modificadores/isolamento.d.ts +2 -2
  816. package/fontes/modificadores/isolamento.js +3 -3
  817. package/fontes/modificadores/isolamento.js.map +1 -1
  818. package/fontes/modificadores/justificar-conteudo.d.ts +2 -2
  819. package/fontes/modificadores/justificar-conteudo.js +3 -3
  820. package/fontes/modificadores/justificar-conteudo.js.map +1 -1
  821. package/fontes/modificadores/justificar-itens.d.ts +2 -2
  822. package/fontes/modificadores/justificar-itens.js +5 -3
  823. package/fontes/modificadores/justificar-itens.js.map +1 -1
  824. package/fontes/modificadores/justificar-se.d.ts +2 -2
  825. package/fontes/modificadores/justificar-se.js +3 -3
  826. package/fontes/modificadores/justificar-se.js.map +1 -1
  827. package/fontes/modificadores/justificar-texto.d.ts +2 -2
  828. package/fontes/modificadores/justificar-texto.js +3 -3
  829. package/fontes/modificadores/justificar-texto.js.map +1 -1
  830. package/fontes/modificadores/largura-barra-rolagem.d.ts +2 -2
  831. package/fontes/modificadores/largura-barra-rolagem.js +3 -3
  832. package/fontes/modificadores/largura-barra-rolagem.js.map +1 -1
  833. package/fontes/modificadores/largura-borda-direita.d.ts +2 -2
  834. package/fontes/modificadores/largura-borda-direita.js +3 -3
  835. package/fontes/modificadores/largura-borda-direita.js.map +1 -1
  836. package/fontes/modificadores/largura-borda-em-bloco.d.ts +1 -1
  837. package/fontes/modificadores/largura-borda-em-bloco.js +2 -2
  838. package/fontes/modificadores/largura-borda-em-bloco.js.map +1 -1
  839. package/fontes/modificadores/largura-borda-em-linha.d.ts +2 -2
  840. package/fontes/modificadores/largura-borda-em-linha.js +3 -3
  841. package/fontes/modificadores/largura-borda-em-linha.js.map +1 -1
  842. package/fontes/modificadores/largura-borda-esquerda.d.ts +2 -2
  843. package/fontes/modificadores/largura-borda-esquerda.js +3 -3
  844. package/fontes/modificadores/largura-borda-esquerda.js.map +1 -1
  845. package/fontes/modificadores/largura-borda-inferior.d.ts +2 -2
  846. package/fontes/modificadores/largura-borda-inferior.js +3 -3
  847. package/fontes/modificadores/largura-borda-inferior.js.map +1 -1
  848. package/fontes/modificadores/largura-borda-mascara.d.ts +2 -2
  849. package/fontes/modificadores/largura-borda-mascara.js +3 -3
  850. package/fontes/modificadores/largura-borda-mascara.js.map +1 -1
  851. package/fontes/modificadores/largura-borda-superior.d.ts +2 -2
  852. package/fontes/modificadores/largura-borda-superior.js +3 -3
  853. package/fontes/modificadores/largura-borda-superior.js.map +1 -1
  854. package/fontes/modificadores/largura-borda.d.ts +1 -1
  855. package/fontes/modificadores/largura-borda.js +2 -2
  856. package/fontes/modificadores/largura-borda.js.map +1 -1
  857. package/fontes/modificadores/largura-coluna.d.ts +2 -2
  858. package/fontes/modificadores/largura-coluna.js +3 -3
  859. package/fontes/modificadores/largura-coluna.js.map +1 -1
  860. package/fontes/modificadores/largura-contorno.d.ts +2 -2
  861. package/fontes/modificadores/largura-contorno.js +3 -3
  862. package/fontes/modificadores/largura-contorno.js.map +1 -1
  863. package/fontes/modificadores/largura-fim-borda-em-bloco.d.ts +2 -2
  864. package/fontes/modificadores/largura-fim-borda-em-bloco.js +3 -3
  865. package/fontes/modificadores/largura-fim-borda-em-bloco.js.map +1 -1
  866. package/fontes/modificadores/largura-fim-borda-em-linha.d.ts +2 -2
  867. package/fontes/modificadores/largura-fim-borda-em-linha.js +3 -3
  868. package/fontes/modificadores/largura-fim-borda-em-linha.js.map +1 -1
  869. package/fontes/modificadores/largura-imagem-borda.d.ts +2 -2
  870. package/fontes/modificadores/largura-imagem-borda.js +4 -3
  871. package/fontes/modificadores/largura-imagem-borda.js.map +1 -1
  872. package/fontes/modificadores/largura-inicio-borda-em-bloco.d.ts +2 -2
  873. package/fontes/modificadores/largura-inicio-borda-em-bloco.js +3 -3
  874. package/fontes/modificadores/largura-inicio-borda-em-bloco.js.map +1 -1
  875. package/fontes/modificadores/largura-inicio-borda-em-linha.d.ts +2 -2
  876. package/fontes/modificadores/largura-inicio-borda-em-linha.js +3 -3
  877. package/fontes/modificadores/largura-inicio-borda-em-linha.js.map +1 -1
  878. package/fontes/modificadores/largura-maxima.d.ts +2 -2
  879. package/fontes/modificadores/largura-maxima.js +4 -3
  880. package/fontes/modificadores/largura-maxima.js.map +1 -1
  881. package/fontes/modificadores/largura-minima.d.ts +2 -2
  882. package/fontes/modificadores/largura-minima.js +4 -3
  883. package/fontes/modificadores/largura-minima.js.map +1 -1
  884. package/fontes/modificadores/largura.d.ts +2 -2
  885. package/fontes/modificadores/largura.js +4 -3
  886. package/fontes/modificadores/largura.js.map +1 -1
  887. package/fontes/modificadores/limite-forma-imagem.d.ts +2 -2
  888. package/fontes/modificadores/limite-forma-imagem.js +3 -3
  889. package/fontes/modificadores/limite-forma-imagem.js.map +1 -1
  890. package/fontes/modificadores/linha-em-grade.d.ts +5 -2
  891. package/fontes/modificadores/linha-em-grade.js +22 -4
  892. package/fontes/modificadores/linha-em-grade.js.map +1 -1
  893. package/fontes/modificadores/linhas-inferiores.d.ts +2 -2
  894. package/fontes/modificadores/linhas-inferiores.js +3 -3
  895. package/fontes/modificadores/linhas-inferiores.js.map +1 -1
  896. package/fontes/modificadores/linhas-superiores.d.ts +2 -2
  897. package/fontes/modificadores/linhas-superiores.js +3 -3
  898. package/fontes/modificadores/linhas-superiores.js.map +1 -1
  899. package/fontes/modificadores/margem-direita-rolagem-mouse.d.ts +2 -2
  900. package/fontes/modificadores/margem-direita-rolagem-mouse.js +3 -3
  901. package/fontes/modificadores/margem-direita-rolagem-mouse.js.map +1 -1
  902. package/fontes/modificadores/margem-direita.d.ts +2 -2
  903. package/fontes/modificadores/margem-direita.js +3 -3
  904. package/fontes/modificadores/margem-direita.js.map +1 -1
  905. package/fontes/modificadores/margem-em-bloco-fim.d.ts +2 -2
  906. package/fontes/modificadores/margem-em-bloco-fim.js +3 -3
  907. package/fontes/modificadores/margem-em-bloco-fim.js.map +1 -1
  908. package/fontes/modificadores/margem-em-bloco-rolagem-mouse.d.ts +2 -2
  909. package/fontes/modificadores/margem-em-bloco-rolagem-mouse.js +19 -4
  910. package/fontes/modificadores/margem-em-bloco-rolagem-mouse.js.map +1 -1
  911. package/fontes/modificadores/margem-em-bloco.d.ts +5 -2
  912. package/fontes/modificadores/margem-em-bloco.js +27 -4
  913. package/fontes/modificadores/margem-em-bloco.js.map +1 -1
  914. package/fontes/modificadores/margem-em-linha-fim.d.ts +2 -2
  915. package/fontes/modificadores/margem-em-linha-fim.js +3 -3
  916. package/fontes/modificadores/margem-em-linha-fim.js.map +1 -1
  917. package/fontes/modificadores/margem-em-linha-rolagem-mouse.d.ts +2 -2
  918. package/fontes/modificadores/margem-em-linha-rolagem-mouse.js +19 -4
  919. package/fontes/modificadores/margem-em-linha-rolagem-mouse.js.map +1 -1
  920. package/fontes/modificadores/margem-em-linha.d.ts +5 -2
  921. package/fontes/modificadores/margem-em-linha.js +28 -5
  922. package/fontes/modificadores/margem-em-linha.js.map +1 -1
  923. package/fontes/modificadores/margem-esquerda-rolagem-mouse.d.ts +2 -2
  924. package/fontes/modificadores/margem-esquerda-rolagem-mouse.js +3 -3
  925. package/fontes/modificadores/margem-esquerda-rolagem-mouse.js.map +1 -1
  926. package/fontes/modificadores/margem-esquerda.d.ts +2 -2
  927. package/fontes/modificadores/margem-esquerda.js +3 -3
  928. package/fontes/modificadores/margem-esquerda.js.map +1 -1
  929. package/fontes/modificadores/margem-inferior-rolagem-mouse.d.ts +2 -2
  930. package/fontes/modificadores/margem-inferior-rolagem-mouse.js +3 -3
  931. package/fontes/modificadores/margem-inferior-rolagem-mouse.js.map +1 -1
  932. package/fontes/modificadores/margem-inferior.d.ts +2 -2
  933. package/fontes/modificadores/margem-inferior.js +3 -3
  934. package/fontes/modificadores/margem-inferior.js.map +1 -1
  935. package/fontes/modificadores/margem-rolagem-mouse.d.ts +2 -2
  936. package/fontes/modificadores/margem-rolagem-mouse.js +19 -4
  937. package/fontes/modificadores/margem-rolagem-mouse.js.map +1 -1
  938. package/fontes/modificadores/margem-superior-rolagem-mouse.d.ts +2 -2
  939. package/fontes/modificadores/margem-superior-rolagem-mouse.js +3 -3
  940. package/fontes/modificadores/margem-superior-rolagem-mouse.js.map +1 -1
  941. package/fontes/modificadores/margem-superior.d.ts +2 -2
  942. package/fontes/modificadores/margem-superior.js +3 -3
  943. package/fontes/modificadores/margem-superior.js.map +1 -1
  944. package/fontes/modificadores/margem.d.ts +5 -2
  945. package/fontes/modificadores/margem.js +28 -4
  946. package/fontes/modificadores/margem.js.map +1 -1
  947. package/fontes/modificadores/mascara.d.ts +5 -2
  948. package/fontes/modificadores/mascara.js +59 -4
  949. package/fontes/modificadores/mascara.js.map +1 -1
  950. package/fontes/modificadores/mesclar-fundo.d.ts +2 -2
  951. package/fontes/modificadores/mesclar-fundo.js +6 -6
  952. package/fontes/modificadores/mesclar-fundo.js.map +1 -1
  953. package/fontes/modificadores/modelo-colunas-em-grade.d.ts +1 -1
  954. package/fontes/modificadores/modelo-colunas-em-grade.js +2 -2
  955. package/fontes/modificadores/modelo-colunas-em-grade.js.map +1 -1
  956. package/fontes/modificadores/modelo-em-grade.d.ts +1 -1
  957. package/fontes/modificadores/modelo-em-grade.js +2 -2
  958. package/fontes/modificadores/modelo-em-grade.js.map +1 -1
  959. package/fontes/modificadores/modelo-geral-em-grade.d.ts +1 -1
  960. package/fontes/modificadores/modelo-geral-em-grade.js +2 -2
  961. package/fontes/modificadores/modelo-geral-em-grade.js.map +1 -1
  962. package/fontes/modificadores/modelo-linhas-em-grade.d.ts +1 -1
  963. package/fontes/modificadores/modelo-linhas-em-grade.js +2 -2
  964. package/fontes/modificadores/modelo-linhas-em-grade.js.map +1 -1
  965. package/fontes/modificadores/modo-borda-mascara.d.ts +2 -2
  966. package/fontes/modificadores/modo-borda-mascara.js +3 -3
  967. package/fontes/modificadores/modo-borda-mascara.js.map +1 -1
  968. package/fontes/modificadores/modo-escrita.d.ts +2 -2
  969. package/fontes/modificadores/modo-escrita.js +3 -3
  970. package/fontes/modificadores/modo-escrita.js.map +1 -1
  971. package/fontes/modificadores/modo-mascara.d.ts +2 -2
  972. package/fontes/modificadores/modo-mascara.js +3 -3
  973. package/fontes/modificadores/modo-mascara.js.map +1 -1
  974. package/fontes/modificadores/modo-mescla.d.ts +2 -2
  975. package/fontes/modificadores/modo-mescla.js +7 -7
  976. package/fontes/modificadores/modo-mescla.js.map +1 -1
  977. package/fontes/modificadores/modo-preenchimento-animacao.d.ts +2 -2
  978. package/fontes/modificadores/modo-preenchimento-animacao.js +3 -3
  979. package/fontes/modificadores/modo-preenchimento-animacao.js.map +1 -1
  980. package/fontes/modificadores/nome-animacao.d.ts +2 -2
  981. package/fontes/modificadores/nome-animacao.js +5 -3
  982. package/fontes/modificadores/nome-animacao.js.map +1 -1
  983. package/fontes/modificadores/opacidade.d.ts +2 -2
  984. package/fontes/modificadores/opacidade.js +3 -3
  985. package/fontes/modificadores/opacidade.js.map +1 -1
  986. package/fontes/modificadores/ordem-pintura.d.ts +2 -2
  987. package/fontes/modificadores/ordem-pintura.js +3 -3
  988. package/fontes/modificadores/ordem-pintura.js.map +1 -1
  989. package/fontes/modificadores/ordenar.d.ts +2 -2
  990. package/fontes/modificadores/ordenar.js +3 -3
  991. package/fontes/modificadores/ordenar.js.map +1 -1
  992. package/fontes/modificadores/orientacao-imagem.d.ts +2 -2
  993. package/fontes/modificadores/orientacao-imagem.js +3 -3
  994. package/fontes/modificadores/orientacao-imagem.js.map +1 -1
  995. package/fontes/modificadores/orientacao-texto.d.ts +2 -2
  996. package/fontes/modificadores/orientacao-texto.js +3 -3
  997. package/fontes/modificadores/orientacao-texto.js.map +1 -1
  998. package/fontes/modificadores/origem-borda-mascara.d.ts +2 -2
  999. package/fontes/modificadores/origem-borda-mascara.js +3 -3
  1000. package/fontes/modificadores/origem-borda-mascara.js.map +1 -1
  1001. package/fontes/modificadores/origem-fundo.d.ts +2 -2
  1002. package/fontes/modificadores/origem-fundo.js +6 -6
  1003. package/fontes/modificadores/origem-fundo.js.map +1 -1
  1004. package/fontes/modificadores/origem-imagem-borda.d.ts +1 -1
  1005. package/fontes/modificadores/origem-imagem-borda.js +2 -2
  1006. package/fontes/modificadores/origem-imagem-borda.js.map +1 -1
  1007. package/fontes/modificadores/origem-mascara.d.ts +2 -2
  1008. package/fontes/modificadores/origem-mascara.js +3 -5
  1009. package/fontes/modificadores/origem-mascara.js.map +1 -1
  1010. package/fontes/modificadores/origem-perspectiva.d.ts +2 -2
  1011. package/fontes/modificadores/origem-perspectiva.js +3 -3
  1012. package/fontes/modificadores/origem-perspectiva.js.map +1 -1
  1013. package/fontes/modificadores/parar-encaixe-rolagem-mouse.d.ts +2 -2
  1014. package/fontes/modificadores/parar-encaixe-rolagem-mouse.js +3 -3
  1015. package/fontes/modificadores/parar-encaixe-rolagem-mouse.js.map +1 -1
  1016. package/fontes/modificadores/perspectiva.d.ts +2 -2
  1017. package/fontes/modificadores/perspectiva.js +6 -6
  1018. package/fontes/modificadores/perspectiva.js.map +1 -1
  1019. package/fontes/modificadores/posicao-deslocamento.d.ts +2 -2
  1020. package/fontes/modificadores/posicao-deslocamento.js +3 -3
  1021. package/fontes/modificadores/posicao-deslocamento.js.map +1 -1
  1022. package/fontes/modificadores/posicao-direita.d.ts +2 -2
  1023. package/fontes/modificadores/posicao-direita.js +5 -4
  1024. package/fontes/modificadores/posicao-direita.js.map +1 -1
  1025. package/fontes/modificadores/posicao-enfase-texto.d.ts +2 -2
  1026. package/fontes/modificadores/posicao-enfase-texto.js +3 -3
  1027. package/fontes/modificadores/posicao-enfase-texto.js.map +1 -1
  1028. package/fontes/modificadores/posicao-esquerda.d.ts +2 -2
  1029. package/fontes/modificadores/posicao-esquerda.js +4 -4
  1030. package/fontes/modificadores/posicao-esquerda.js.map +1 -1
  1031. package/fontes/modificadores/posicao-fundo.d.ts +2 -2
  1032. package/fontes/modificadores/posicao-fundo.js +6 -5
  1033. package/fontes/modificadores/posicao-fundo.js.map +1 -1
  1034. package/fontes/modificadores/posicao-horizontal-fundo.d.ts +2 -2
  1035. package/fontes/modificadores/posicao-horizontal-fundo.js +6 -5
  1036. package/fontes/modificadores/posicao-horizontal-fundo.js.map +1 -1
  1037. package/fontes/modificadores/posicao-inferior.d.ts +2 -2
  1038. package/fontes/modificadores/posicao-inferior.js +3 -3
  1039. package/fontes/modificadores/posicao-inferior.js.map +1 -1
  1040. package/fontes/modificadores/posicao-legenda.d.ts +2 -2
  1041. package/fontes/modificadores/posicao-legenda.js +3 -3
  1042. package/fontes/modificadores/posicao-legenda.js.map +1 -1
  1043. package/fontes/modificadores/posicao-mascara.d.ts +2 -2
  1044. package/fontes/modificadores/posicao-mascara.js +3 -3
  1045. package/fontes/modificadores/posicao-mascara.js.map +1 -1
  1046. package/fontes/modificadores/posicao-objeto.d.ts +2 -2
  1047. package/fontes/modificadores/posicao-objeto.js +3 -3
  1048. package/fontes/modificadores/posicao-objeto.js.map +1 -1
  1049. package/fontes/modificadores/posicao-superior.d.ts +2 -2
  1050. package/fontes/modificadores/posicao-superior.js +3 -3
  1051. package/fontes/modificadores/posicao-superior.js.map +1 -1
  1052. package/fontes/modificadores/posicao-texto-sublinhado.d.ts +2 -2
  1053. package/fontes/modificadores/posicao-texto-sublinhado.js +7 -3
  1054. package/fontes/modificadores/posicao-texto-sublinhado.js.map +1 -1
  1055. package/fontes/modificadores/posicao-vertical-fundo.d.ts +2 -2
  1056. package/fontes/modificadores/posicao-vertical-fundo.js +6 -3
  1057. package/fontes/modificadores/posicao-vertical-fundo.js.map +1 -1
  1058. package/fontes/modificadores/posicao.d.ts +2 -2
  1059. package/fontes/modificadores/posicao.js +3 -3
  1060. package/fontes/modificadores/posicao.js.map +1 -1
  1061. package/fontes/modificadores/posicionar-conteudo.d.ts +5 -2
  1062. package/fontes/modificadores/posicionar-conteudo.js +40 -4
  1063. package/fontes/modificadores/posicionar-conteudo.js.map +1 -1
  1064. package/fontes/modificadores/posicionar-itens.d.ts +5 -2
  1065. package/fontes/modificadores/posicionar-itens.js +37 -4
  1066. package/fontes/modificadores/posicionar-itens.js.map +1 -1
  1067. package/fontes/modificadores/posicionar-se.d.ts +5 -2
  1068. package/fontes/modificadores/posicionar-se.js +38 -4
  1069. package/fontes/modificadores/posicionar-se.js.map +1 -1
  1070. package/fontes/modificadores/preencher-coluna.d.ts +2 -2
  1071. package/fontes/modificadores/preencher-coluna.js +3 -3
  1072. package/fontes/modificadores/preencher-coluna.js.map +1 -1
  1073. package/fontes/modificadores/proporcao-tela.d.ts +2 -2
  1074. package/fontes/modificadores/proporcao-tela.js +3 -3
  1075. package/fontes/modificadores/proporcao-tela.js.map +1 -1
  1076. package/fontes/modificadores/propriedade-transicao.d.ts +2 -2
  1077. package/fontes/modificadores/propriedade-transicao.js +3 -3
  1078. package/fontes/modificadores/propriedade-transicao.js.map +1 -1
  1079. package/fontes/modificadores/quebra-decoracao-caixa.d.ts +2 -2
  1080. package/fontes/modificadores/quebra-decoracao-caixa.js +3 -3
  1081. package/fontes/modificadores/quebra-decoracao-caixa.js.map +1 -1
  1082. package/fontes/modificadores/quebrar-antes.d.ts +2 -2
  1083. package/fontes/modificadores/quebrar-antes.js +3 -3
  1084. package/fontes/modificadores/quebrar-antes.js.map +1 -1
  1085. package/fontes/modificadores/quebrar-apos.d.ts +2 -2
  1086. package/fontes/modificadores/quebrar-apos.js +3 -3
  1087. package/fontes/modificadores/quebrar-apos.js.map +1 -1
  1088. package/fontes/modificadores/quebrar-dentro.d.ts +2 -2
  1089. package/fontes/modificadores/quebrar-dentro.js +3 -3
  1090. package/fontes/modificadores/quebrar-dentro.js.map +1 -1
  1091. package/fontes/modificadores/quebrar-linha.d.ts +2 -2
  1092. package/fontes/modificadores/quebrar-linha.js +3 -3
  1093. package/fontes/modificadores/quebrar-linha.js.map +1 -1
  1094. package/fontes/modificadores/quebrar-pagina-antes.d.ts +2 -2
  1095. package/fontes/modificadores/quebrar-pagina-antes.js +3 -3
  1096. package/fontes/modificadores/quebrar-pagina-antes.js.map +1 -1
  1097. package/fontes/modificadores/quebrar-pagina-apos.d.ts +2 -2
  1098. package/fontes/modificadores/quebrar-pagina-apos.js +3 -3
  1099. package/fontes/modificadores/quebrar-pagina-apos.js.map +1 -1
  1100. package/fontes/modificadores/quebrar-pagina-dentro.d.ts +2 -2
  1101. package/fontes/modificadores/quebrar-pagina-dentro.js +3 -3
  1102. package/fontes/modificadores/quebrar-pagina-dentro.js.map +1 -1
  1103. package/fontes/modificadores/quebrar-palavra.d.ts +2 -2
  1104. package/fontes/modificadores/quebrar-palavra.js +3 -3
  1105. package/fontes/modificadores/quebrar-palavra.js.map +1 -1
  1106. package/fontes/modificadores/raio-borda.d.ts +2 -2
  1107. package/fontes/modificadores/raio-borda.js +22 -4
  1108. package/fontes/modificadores/raio-borda.js.map +1 -1
  1109. package/fontes/modificadores/raio-direito-borda-inferior.d.ts +2 -2
  1110. package/fontes/modificadores/raio-direito-borda-inferior.js +3 -3
  1111. package/fontes/modificadores/raio-direito-borda-inferior.js.map +1 -1
  1112. package/fontes/modificadores/raio-direito-borda-superior.d.ts +2 -2
  1113. package/fontes/modificadores/raio-direito-borda-superior.js +3 -3
  1114. package/fontes/modificadores/raio-direito-borda-superior.js.map +1 -1
  1115. package/fontes/modificadores/raio-esquerdo-borda-inferior.d.ts +2 -2
  1116. package/fontes/modificadores/raio-esquerdo-borda-inferior.js +3 -3
  1117. package/fontes/modificadores/raio-esquerdo-borda-inferior.js.map +1 -1
  1118. package/fontes/modificadores/raio-esquerdo-borda-superior.d.ts +2 -2
  1119. package/fontes/modificadores/raio-esquerdo-borda-superior.js +3 -3
  1120. package/fontes/modificadores/raio-esquerdo-borda-superior.js.map +1 -1
  1121. package/fontes/modificadores/recolher-borda.d.ts +2 -2
  1122. package/fontes/modificadores/recolher-borda.js +3 -3
  1123. package/fontes/modificadores/recolher-borda.js.map +1 -1
  1124. package/fontes/modificadores/recortar-fundo.d.ts +2 -2
  1125. package/fontes/modificadores/recortar-fundo.js +5 -5
  1126. package/fontes/modificadores/recortar-fundo.js.map +1 -1
  1127. package/fontes/modificadores/recortar-margem-vazada.d.ts +2 -2
  1128. package/fontes/modificadores/recortar-margem-vazada.js +6 -3
  1129. package/fontes/modificadores/recortar-margem-vazada.js.map +1 -1
  1130. package/fontes/modificadores/recortar.d.ts +2 -2
  1131. package/fontes/modificadores/recortar.js +3 -3
  1132. package/fontes/modificadores/recortar.js.map +1 -1
  1133. package/fontes/modificadores/recuo-direito-rolagem-mouse.d.ts +2 -2
  1134. package/fontes/modificadores/recuo-direito-rolagem-mouse.js +3 -3
  1135. package/fontes/modificadores/recuo-direito-rolagem-mouse.js.map +1 -1
  1136. package/fontes/modificadores/recuo-direito.d.ts +2 -2
  1137. package/fontes/modificadores/recuo-direito.js +3 -3
  1138. package/fontes/modificadores/recuo-direito.js.map +1 -1
  1139. package/fontes/modificadores/recuo-em-bloco-fim.d.ts +2 -2
  1140. package/fontes/modificadores/recuo-em-bloco-fim.js +3 -3
  1141. package/fontes/modificadores/recuo-em-bloco-fim.js.map +1 -1
  1142. package/fontes/modificadores/recuo-em-bloco-rolagem-mouse.d.ts +5 -2
  1143. package/fontes/modificadores/recuo-em-bloco-rolagem-mouse.js +27 -4
  1144. package/fontes/modificadores/recuo-em-bloco-rolagem-mouse.js.map +1 -1
  1145. package/fontes/modificadores/recuo-em-bloco.d.ts +2 -2
  1146. package/fontes/modificadores/recuo-em-bloco.js +22 -4
  1147. package/fontes/modificadores/recuo-em-bloco.js.map +1 -1
  1148. package/fontes/modificadores/recuo-em-linha-fim.d.ts +2 -2
  1149. package/fontes/modificadores/recuo-em-linha-fim.js +3 -3
  1150. package/fontes/modificadores/recuo-em-linha-fim.js.map +1 -1
  1151. package/fontes/modificadores/recuo-em-linha-rolagem-mouse.d.ts +5 -2
  1152. package/fontes/modificadores/recuo-em-linha-rolagem-mouse.js +27 -4
  1153. package/fontes/modificadores/recuo-em-linha-rolagem-mouse.js.map +1 -1
  1154. package/fontes/modificadores/recuo-em-linha.d.ts +2 -2
  1155. package/fontes/modificadores/recuo-em-linha.js +19 -4
  1156. package/fontes/modificadores/recuo-em-linha.js.map +1 -1
  1157. package/fontes/modificadores/recuo-esquerdo-rolagem-mouse.d.ts +2 -2
  1158. package/fontes/modificadores/recuo-esquerdo-rolagem-mouse.js +3 -3
  1159. package/fontes/modificadores/recuo-esquerdo-rolagem-mouse.js.map +1 -1
  1160. package/fontes/modificadores/recuo-esquerdo.d.ts +2 -2
  1161. package/fontes/modificadores/recuo-esquerdo.js +3 -3
  1162. package/fontes/modificadores/recuo-esquerdo.js.map +1 -1
  1163. package/fontes/modificadores/recuo-inferior-rolagem-mouse.d.ts +2 -2
  1164. package/fontes/modificadores/recuo-inferior-rolagem-mouse.js +3 -3
  1165. package/fontes/modificadores/recuo-inferior-rolagem-mouse.js.map +1 -1
  1166. package/fontes/modificadores/recuo-inferior.d.ts +2 -2
  1167. package/fontes/modificadores/recuo-inferior.js +3 -3
  1168. package/fontes/modificadores/recuo-inferior.js.map +1 -1
  1169. package/fontes/modificadores/recuo-rolagem-mouse.d.ts +5 -2
  1170. package/fontes/modificadores/recuo-rolagem-mouse.js +27 -4
  1171. package/fontes/modificadores/recuo-rolagem-mouse.js.map +1 -1
  1172. package/fontes/modificadores/recuo-superior-rolagem-mouse.d.ts +2 -2
  1173. package/fontes/modificadores/recuo-superior-rolagem-mouse.js +3 -3
  1174. package/fontes/modificadores/recuo-superior-rolagem-mouse.js.map +1 -1
  1175. package/fontes/modificadores/recuo-superior.d.ts +2 -2
  1176. package/fontes/modificadores/recuo-superior.js +3 -3
  1177. package/fontes/modificadores/recuo-superior.js.map +1 -1
  1178. package/fontes/modificadores/recuo.d.ts +2 -2
  1179. package/fontes/modificadores/recuo.js +23 -4
  1180. package/fontes/modificadores/recuo.js.map +1 -1
  1181. package/fontes/modificadores/recursos-fonte.d.ts +1 -1
  1182. package/fontes/modificadores/recursos-fonte.js +2 -2
  1183. package/fontes/modificadores/recursos-fonte.js.map +1 -1
  1184. package/fontes/modificadores/redimensionar.d.ts +2 -2
  1185. package/fontes/modificadores/redimensionar.js +3 -3
  1186. package/fontes/modificadores/redimensionar.js.map +1 -1
  1187. package/fontes/modificadores/regras-coluna.d.ts +5 -2
  1188. package/fontes/modificadores/regras-coluna.js +42 -5
  1189. package/fontes/modificadores/regras-coluna.js.map +1 -1
  1190. package/fontes/modificadores/regras-cor-coluna.d.ts +2 -2
  1191. package/fontes/modificadores/regras-cor-coluna.js +4 -4
  1192. package/fontes/modificadores/regras-cor-coluna.js.map +1 -1
  1193. package/fontes/modificadores/regras-estilo-coluna.d.ts +2 -2
  1194. package/fontes/modificadores/regras-estilo-coluna.js +4 -4
  1195. package/fontes/modificadores/regras-estilo-coluna.js.map +1 -1
  1196. package/fontes/modificadores/regras-largura-coluna.d.ts +2 -2
  1197. package/fontes/modificadores/regras-largura-coluna.js +4 -4
  1198. package/fontes/modificadores/regras-largura-coluna.js.map +1 -1
  1199. package/fontes/modificadores/reiniciar-contador.d.ts +2 -2
  1200. package/fontes/modificadores/reiniciar-contador.js +3 -3
  1201. package/fontes/modificadores/reiniciar-contador.js.map +1 -1
  1202. package/fontes/modificadores/reiniciar-tudo.d.ts +2 -2
  1203. package/fontes/modificadores/reiniciar-tudo.js +3 -3
  1204. package/fontes/modificadores/reiniciar-tudo.js.map +1 -1
  1205. package/fontes/modificadores/renderizacao-imagem.d.ts +2 -2
  1206. package/fontes/modificadores/renderizacao-imagem.js +4 -4
  1207. package/fontes/modificadores/renderizacao-imagem.js.map +1 -1
  1208. package/fontes/modificadores/renderizacao-texto.d.ts +2 -2
  1209. package/fontes/modificadores/renderizacao-texto.js +3 -3
  1210. package/fontes/modificadores/renderizacao-texto.js.map +1 -1
  1211. package/fontes/modificadores/repeticao-borda-mascara.d.ts +2 -2
  1212. package/fontes/modificadores/repeticao-borda-mascara.js +3 -3
  1213. package/fontes/modificadores/repeticao-borda-mascara.js.map +1 -1
  1214. package/fontes/modificadores/repetir-animacao.d.ts +2 -2
  1215. package/fontes/modificadores/repetir-animacao.js +3 -3
  1216. package/fontes/modificadores/repetir-animacao.js.map +1 -1
  1217. package/fontes/modificadores/repetir-fundo.d.ts +2 -2
  1218. package/fontes/modificadores/repetir-fundo.js +6 -3
  1219. package/fontes/modificadores/repetir-fundo.js.map +1 -1
  1220. package/fontes/modificadores/repetir-imagem-borda.d.ts +2 -2
  1221. package/fontes/modificadores/repetir-imagem-borda.js +3 -3
  1222. package/fontes/modificadores/repetir-imagem-borda.js.map +1 -1
  1223. package/fontes/modificadores/repetir-mascara.d.ts +2 -2
  1224. package/fontes/modificadores/repetir-mascara.js +7 -4
  1225. package/fontes/modificadores/repetir-mascara.js.map +1 -1
  1226. package/fontes/modificadores/rotacao-deslocamento.d.ts +2 -2
  1227. package/fontes/modificadores/rotacao-deslocamento.js +6 -4
  1228. package/fontes/modificadores/rotacao-deslocamento.js.map +1 -1
  1229. package/fontes/modificadores/selecao-usuario.d.ts +2 -2
  1230. package/fontes/modificadores/selecao-usuario.js +4 -5
  1231. package/fontes/modificadores/selecao-usuario.js.map +1 -1
  1232. package/fontes/modificadores/sintetizar-fonte.d.ts +2 -2
  1233. package/fontes/modificadores/sintetizar-fonte.js +3 -3
  1234. package/fontes/modificadores/sintetizar-fonte.js.map +1 -1
  1235. package/fontes/modificadores/sombra-caixa.d.ts +5 -2
  1236. package/fontes/modificadores/sombra-caixa.js +37 -4
  1237. package/fontes/modificadores/sombra-caixa.js.map +1 -1
  1238. package/fontes/modificadores/sombra-texto.d.ts +1 -1
  1239. package/fontes/modificadores/sombra-texto.js +2 -2
  1240. package/fontes/modificadores/sombra-texto.js.map +1 -1
  1241. package/fontes/modificadores/status-animacao.d.ts +2 -2
  1242. package/fontes/modificadores/status-animacao.js +4 -4
  1243. package/fontes/modificadores/status-animacao.js.map +1 -1
  1244. package/fontes/modificadores/substituir-idioma-fonte.d.ts +1 -1
  1245. package/fontes/modificadores/substituir-idioma-fonte.js +2 -2
  1246. package/fontes/modificadores/substituir-idioma-fonte.js.map +1 -1
  1247. package/fontes/modificadores/superclasse/index.d.ts +1 -0
  1248. package/fontes/modificadores/superclasse/index.js +1 -0
  1249. package/fontes/modificadores/superclasse/index.js.map +1 -1
  1250. package/fontes/modificadores/superclasse/modificador.d.ts +3 -1
  1251. package/fontes/modificadores/superclasse/modificador.js +2 -1
  1252. package/fontes/modificadores/superclasse/modificador.js.map +1 -1
  1253. package/fontes/modificadores/superclasse/pragmas-modificador.d.ts +5 -0
  1254. package/fontes/modificadores/superclasse/pragmas-modificador.js +3 -0
  1255. package/fontes/modificadores/superclasse/pragmas-modificador.js.map +1 -0
  1256. package/fontes/modificadores/superclasse/seletor-modificador.d.ts +2 -1
  1257. package/fontes/modificadores/superclasse/seletor-modificador.js +5 -5
  1258. package/fontes/modificadores/superclasse/seletor-modificador.js.map +1 -1
  1259. package/fontes/modificadores/tabulacao.d.ts +2 -2
  1260. package/fontes/modificadores/tabulacao.js +3 -3
  1261. package/fontes/modificadores/tabulacao.js.map +1 -1
  1262. package/fontes/modificadores/tamanho-caixa.d.ts +2 -2
  1263. package/fontes/modificadores/tamanho-caixa.js +5 -5
  1264. package/fontes/modificadores/tamanho-caixa.js.map +1 -1
  1265. package/fontes/modificadores/tamanho-colunas-em-grade.d.ts +2 -2
  1266. package/fontes/modificadores/tamanho-colunas-em-grade.js +4 -3
  1267. package/fontes/modificadores/tamanho-colunas-em-grade.js.map +1 -1
  1268. package/fontes/modificadores/tamanho-em-bloco.d.ts +2 -2
  1269. package/fontes/modificadores/tamanho-em-bloco.js +3 -3
  1270. package/fontes/modificadores/tamanho-em-bloco.js.map +1 -1
  1271. package/fontes/modificadores/tamanho-em-linha.d.ts +2 -2
  1272. package/fontes/modificadores/tamanho-em-linha.js +4 -3
  1273. package/fontes/modificadores/tamanho-em-linha.js.map +1 -1
  1274. package/fontes/modificadores/tamanho-fonte.d.ts +2 -2
  1275. package/fontes/modificadores/tamanho-fonte.js +3 -3
  1276. package/fontes/modificadores/tamanho-fonte.js.map +1 -1
  1277. package/fontes/modificadores/tamanho-fundo.d.ts +2 -2
  1278. package/fontes/modificadores/tamanho-fundo.js +3 -3
  1279. package/fontes/modificadores/tamanho-fundo.js.map +1 -1
  1280. package/fontes/modificadores/tamanho-grade.d.ts +5 -2
  1281. package/fontes/modificadores/tamanho-grade.js +22 -4
  1282. package/fontes/modificadores/tamanho-grade.js.map +1 -1
  1283. package/fontes/modificadores/tamanho-linhas-em-grade.d.ts +2 -2
  1284. package/fontes/modificadores/tamanho-linhas-em-grade.js +3 -3
  1285. package/fontes/modificadores/tamanho-linhas-em-grade.js.map +1 -1
  1286. package/fontes/modificadores/tamanho-mascara.d.ts +2 -2
  1287. package/fontes/modificadores/tamanho-mascara.js +4 -3
  1288. package/fontes/modificadores/tamanho-mascara.js.map +1 -1
  1289. package/fontes/modificadores/tamanho-maximo-em-bloco.d.ts +2 -2
  1290. package/fontes/modificadores/tamanho-maximo-em-bloco.js +4 -3
  1291. package/fontes/modificadores/tamanho-maximo-em-bloco.js.map +1 -1
  1292. package/fontes/modificadores/tamanho-maximo-em-linha.d.ts +2 -2
  1293. package/fontes/modificadores/tamanho-maximo-em-linha.js +4 -3
  1294. package/fontes/modificadores/tamanho-maximo-em-linha.js.map +1 -1
  1295. package/fontes/modificadores/tamanho-minimo-em-bloco.d.ts +2 -2
  1296. package/fontes/modificadores/tamanho-minimo-em-bloco.js +4 -3
  1297. package/fontes/modificadores/tamanho-minimo-em-bloco.js.map +1 -1
  1298. package/fontes/modificadores/tamanho-minimo-em-linha.d.ts +2 -2
  1299. package/fontes/modificadores/tamanho-minimo-em-linha.js +4 -3
  1300. package/fontes/modificadores/tamanho-minimo-em-linha.js.map +1 -1
  1301. package/fontes/modificadores/tamanho-optico-fonte.d.ts +2 -2
  1302. package/fontes/modificadores/tamanho-optico-fonte.js +3 -3
  1303. package/fontes/modificadores/tamanho-optico-fonte.js.map +1 -1
  1304. package/fontes/modificadores/tempo-transicao.d.ts +2 -2
  1305. package/fontes/modificadores/tempo-transicao.js +3 -3
  1306. package/fontes/modificadores/tempo-transicao.js.map +1 -1
  1307. package/fontes/modificadores/texto-bidirecional.d.ts +2 -2
  1308. package/fontes/modificadores/texto-bidirecional.js +3 -3
  1309. package/fontes/modificadores/texto-bidirecional.js.map +1 -1
  1310. package/fontes/modificadores/tipo-encaixe-rolagem-mouse.d.ts +2 -2
  1311. package/fontes/modificadores/tipo-encaixe-rolagem-mouse.js +3 -3
  1312. package/fontes/modificadores/tipo-encaixe-rolagem-mouse.js.map +1 -1
  1313. package/fontes/modificadores/tipo-mascara.d.ts +2 -2
  1314. package/fontes/modificadores/tipo-mascara.js +3 -3
  1315. package/fontes/modificadores/tipo-mascara.js.map +1 -1
  1316. package/fontes/modificadores/toque-tela.d.ts +2 -2
  1317. package/fontes/modificadores/toque-tela.js +3 -3
  1318. package/fontes/modificadores/toque-tela.js.map +1 -1
  1319. package/fontes/modificadores/trajeto-deslocamento.d.ts +1 -1
  1320. package/fontes/modificadores/trajeto-deslocamento.js +2 -2
  1321. package/fontes/modificadores/trajeto-deslocamento.js.map +1 -1
  1322. package/fontes/modificadores/transformar-caixa.d.ts +2 -2
  1323. package/fontes/modificadores/transformar-caixa.js +3 -3
  1324. package/fontes/modificadores/transformar-caixa.js.map +1 -1
  1325. package/fontes/modificadores/transformar-estilo.d.ts +2 -2
  1326. package/fontes/modificadores/transformar-estilo.js +4 -4
  1327. package/fontes/modificadores/transformar-estilo.js.map +1 -1
  1328. package/fontes/modificadores/transformar-origem.d.ts +2 -2
  1329. package/fontes/modificadores/transformar-origem.js +7 -5
  1330. package/fontes/modificadores/transformar-origem.js.map +1 -1
  1331. package/fontes/modificadores/transformar-texto.d.ts +2 -2
  1332. package/fontes/modificadores/transformar-texto.js +3 -3
  1333. package/fontes/modificadores/transformar-texto.js.map +1 -1
  1334. package/fontes/modificadores/transformar.d.ts +1 -1
  1335. package/fontes/modificadores/transformar.js +2 -2
  1336. package/fontes/modificadores/transformar.js.map +1 -1
  1337. package/fontes/modificadores/transicao.d.ts +5 -2
  1338. package/fontes/modificadores/transicao.js +34 -4
  1339. package/fontes/modificadores/transicao.js.map +1 -1
  1340. package/fontes/modificadores/variacao-fonte-alternativa.d.ts +2 -2
  1341. package/fontes/modificadores/variacao-fonte-alternativa.js +3 -3
  1342. package/fontes/modificadores/variacao-fonte-alternativa.js.map +1 -1
  1343. package/fontes/modificadores/variacao-fonte-asiatica.d.ts +2 -2
  1344. package/fontes/modificadores/variacao-fonte-asiatica.js +3 -3
  1345. package/fontes/modificadores/variacao-fonte-asiatica.js.map +1 -1
  1346. package/fontes/modificadores/variacao-fonte-ligacao.d.ts +2 -2
  1347. package/fontes/modificadores/variacao-fonte-ligacao.js +3 -3
  1348. package/fontes/modificadores/variacao-fonte-ligacao.js.map +1 -1
  1349. package/fontes/modificadores/variacao-fonte-maiuscula.d.ts +2 -2
  1350. package/fontes/modificadores/variacao-fonte-maiuscula.js +3 -3
  1351. package/fontes/modificadores/variacao-fonte-maiuscula.js.map +1 -1
  1352. package/fontes/modificadores/variacao-fonte-numerica.d.ts +2 -2
  1353. package/fontes/modificadores/variacao-fonte-numerica.js +3 -3
  1354. package/fontes/modificadores/variacao-fonte-numerica.js.map +1 -1
  1355. package/fontes/modificadores/variacao-fonte-posicao.d.ts +2 -2
  1356. package/fontes/modificadores/variacao-fonte-posicao.js +3 -3
  1357. package/fontes/modificadores/variacao-fonte-posicao.js.map +1 -1
  1358. package/fontes/modificadores/variacao-fonte.d.ts +5 -2
  1359. package/fontes/modificadores/variacao-fonte.js +72 -4
  1360. package/fontes/modificadores/variacao-fonte.js.map +1 -1
  1361. package/fontes/modificadores/vazamento-em-ancora.d.ts +2 -2
  1362. package/fontes/modificadores/vazamento-em-ancora.js +3 -3
  1363. package/fontes/modificadores/vazamento-em-ancora.js.map +1 -1
  1364. package/fontes/modificadores/vazamento-em-bloco.d.ts +2 -2
  1365. package/fontes/modificadores/vazamento-em-bloco.js +4 -3
  1366. package/fontes/modificadores/vazamento-em-bloco.js.map +1 -1
  1367. package/fontes/modificadores/vazamento-em-linha.d.ts +2 -2
  1368. package/fontes/modificadores/vazamento-em-linha.js +4 -3
  1369. package/fontes/modificadores/vazamento-em-linha.js.map +1 -1
  1370. package/fontes/modificadores/vazamento-horizontal.d.ts +2 -2
  1371. package/fontes/modificadores/vazamento-horizontal.js +3 -3
  1372. package/fontes/modificadores/vazamento-horizontal.js.map +1 -1
  1373. package/fontes/modificadores/vazamento-texto.d.ts +1 -1
  1374. package/fontes/modificadores/vazamento-texto.js +2 -2
  1375. package/fontes/modificadores/vazamento-texto.js.map +1 -1
  1376. package/fontes/modificadores/vazamento-vertical.d.ts +2 -2
  1377. package/fontes/modificadores/vazamento-vertical.js +3 -3
  1378. package/fontes/modificadores/vazamento-vertical.js.map +1 -1
  1379. package/fontes/modificadores/vazamento.d.ts +5 -2
  1380. package/fontes/modificadores/vazamento.js +22 -4
  1381. package/fontes/modificadores/vazamento.js.map +1 -1
  1382. package/fontes/modificadores/velocidade-animacao.d.ts +2 -2
  1383. package/fontes/modificadores/velocidade-animacao.js +6 -6
  1384. package/fontes/modificadores/velocidade-animacao.js.map +1 -1
  1385. package/fontes/modificadores/visibilidade-conteudo.d.ts +2 -2
  1386. package/fontes/modificadores/visibilidade-conteudo.js +3 -3
  1387. package/fontes/modificadores/visibilidade-conteudo.js.map +1 -1
  1388. package/fontes/modificadores/visibilidade-fundo.d.ts +2 -2
  1389. package/fontes/modificadores/visibilidade-fundo.js +3 -3
  1390. package/fontes/modificadores/visibilidade-fundo.js.map +1 -1
  1391. package/fontes/modificadores/visibilidade.d.ts +2 -2
  1392. package/fontes/modificadores/visibilidade.js +3 -3
  1393. package/fontes/modificadores/visibilidade.js.map +1 -1
  1394. package/fontes/pseudoclasses/alvo-destaque.d.ts +4 -0
  1395. package/fontes/pseudoclasses/alvo-destaque.js +11 -0
  1396. package/fontes/pseudoclasses/alvo-destaque.js.map +1 -0
  1397. package/fontes/pseudoclasses/ativo.d.ts +4 -0
  1398. package/fontes/pseudoclasses/ativo.js +11 -0
  1399. package/fontes/pseudoclasses/ativo.js.map +1 -0
  1400. package/fontes/pseudoclasses/atual.d.ts +4 -0
  1401. package/fontes/pseudoclasses/atual.js +11 -0
  1402. package/fontes/pseudoclasses/atual.js.map +1 -0
  1403. package/fontes/pseudoclasses/dentro-do-limite.d.ts +4 -0
  1404. package/fontes/pseudoclasses/dentro-do-limite.js +11 -0
  1405. package/fontes/pseudoclasses/dentro-do-limite.js.map +1 -0
  1406. package/fontes/pseudoclasses/desabilitado.d.ts +4 -0
  1407. package/fontes/pseudoclasses/desabilitado.js +11 -0
  1408. package/fontes/pseudoclasses/desabilitado.js.map +1 -0
  1409. package/fontes/pseudoclasses/dicionario-pseudoclasses.d.ts +3 -0
  1410. package/fontes/pseudoclasses/dicionario-pseudoclasses.js +101 -0
  1411. package/fontes/pseudoclasses/dicionario-pseudoclasses.js.map +1 -0
  1412. package/fontes/pseudoclasses/direcao-texto.d.ts +4 -0
  1413. package/fontes/pseudoclasses/direcao-texto.js +11 -0
  1414. package/fontes/pseudoclasses/direcao-texto.js.map +1 -0
  1415. package/fontes/pseudoclasses/em-branco.d.ts +4 -0
  1416. package/fontes/pseudoclasses/em-branco.js +11 -0
  1417. package/fontes/pseudoclasses/em-branco.js.map +1 -0
  1418. package/fontes/pseudoclasses/escopo.d.ts +4 -0
  1419. package/fontes/pseudoclasses/escopo.js +11 -0
  1420. package/fontes/pseudoclasses/escopo.js.map +1 -0
  1421. package/fontes/pseudoclasses/estilo-alvo.d.ts +4 -0
  1422. package/fontes/pseudoclasses/estilo-alvo.js +11 -0
  1423. package/fontes/pseudoclasses/estilo-alvo.js.map +1 -0
  1424. package/fontes/pseudoclasses/estilo-padrao.d.ts +4 -0
  1425. package/fontes/pseudoclasses/estilo-padrao.js +11 -0
  1426. package/fontes/pseudoclasses/estilo-padrao.js.map +1 -0
  1427. package/fontes/pseudoclasses/estrutura-estilo.d.ts +4 -0
  1428. package/fontes/pseudoclasses/estrutura-estilo.js +11 -0
  1429. package/fontes/pseudoclasses/estrutura-estilo.js.map +1 -0
  1430. package/fontes/pseudoclasses/filho-unico.d.ts +4 -0
  1431. package/fontes/pseudoclasses/filho-unico.js +11 -0
  1432. package/fontes/pseudoclasses/filho-unico.js.map +1 -0
  1433. package/fontes/pseudoclasses/foco-interno.d.ts +4 -0
  1434. package/fontes/pseudoclasses/foco-interno.js +11 -0
  1435. package/fontes/pseudoclasses/foco-interno.js.map +1 -0
  1436. package/fontes/pseudoclasses/foco-visivel.d.ts +4 -0
  1437. package/fontes/pseudoclasses/foco-visivel.js +11 -0
  1438. package/fontes/pseudoclasses/foco-visivel.js.map +1 -0
  1439. package/fontes/pseudoclasses/foco.d.ts +4 -0
  1440. package/fontes/pseudoclasses/foco.js +11 -0
  1441. package/fontes/pseudoclasses/foco.js.map +1 -0
  1442. package/fontes/pseudoclasses/fora-do-limite.d.ts +4 -0
  1443. package/fontes/pseudoclasses/fora-do-limite.js +11 -0
  1444. package/fontes/pseudoclasses/fora-do-limite.js.map +1 -0
  1445. package/fontes/pseudoclasses/futuro.d.ts +4 -0
  1446. package/fontes/pseudoclasses/futuro.js +11 -0
  1447. package/fontes/pseudoclasses/futuro.js.map +1 -0
  1448. package/fontes/pseudoclasses/habilitado.d.ts +4 -0
  1449. package/fontes/pseudoclasses/habilitado.js +11 -0
  1450. package/fontes/pseudoclasses/habilitado.js.map +1 -0
  1451. package/fontes/pseudoclasses/idioma-global.d.ts +4 -0
  1452. package/fontes/pseudoclasses/idioma-global.js +11 -0
  1453. package/fontes/pseudoclasses/idioma-global.js.map +1 -0
  1454. package/fontes/pseudoclasses/indeterminado.d.ts +4 -0
  1455. package/fontes/pseudoclasses/indeterminado.js +11 -0
  1456. package/fontes/pseudoclasses/indeterminado.js.map +1 -0
  1457. package/fontes/pseudoclasses/invalido.d.ts +4 -0
  1458. package/fontes/pseudoclasses/invalido.js +11 -0
  1459. package/fontes/pseudoclasses/invalido.js.map +1 -0
  1460. package/fontes/pseudoclasses/ler-escrever.d.ts +4 -0
  1461. package/fontes/pseudoclasses/ler-escrever.js +11 -0
  1462. package/fontes/pseudoclasses/ler-escrever.js.map +1 -0
  1463. package/fontes/pseudoclasses/link-local.d.ts +4 -0
  1464. package/fontes/pseudoclasses/link-local.js +11 -0
  1465. package/fontes/pseudoclasses/link-local.js.map +1 -0
  1466. package/fontes/pseudoclasses/link.d.ts +4 -0
  1467. package/fontes/pseudoclasses/link.js +11 -0
  1468. package/fontes/pseudoclasses/link.js.map +1 -0
  1469. package/fontes/pseudoclasses/local-reservado-mostrado.d.ts +4 -0
  1470. package/fontes/pseudoclasses/local-reservado-mostrado.js +11 -0
  1471. package/fontes/pseudoclasses/local-reservado-mostrado.js.map +1 -0
  1472. package/fontes/pseudoclasses/n-filho.d.ts +4 -0
  1473. package/fontes/pseudoclasses/n-filho.js +11 -0
  1474. package/fontes/pseudoclasses/n-filho.js.map +1 -0
  1475. package/fontes/pseudoclasses/n-tipo.d.ts +4 -0
  1476. package/fontes/pseudoclasses/n-tipo.js +11 -0
  1477. package/fontes/pseudoclasses/n-tipo.js.map +1 -0
  1478. package/fontes/pseudoclasses/n-ultimo-tipo.d.ts +4 -0
  1479. package/fontes/pseudoclasses/n-ultimo-tipo.js +11 -0
  1480. package/fontes/pseudoclasses/n-ultimo-tipo.js.map +1 -0
  1481. package/fontes/pseudoclasses/n-/303/272ltimo-filho.d.ts +4 -0
  1482. package/fontes/pseudoclasses/n-/303/272ltimo-filho.js +11 -0
  1483. package/fontes/pseudoclasses/n-/303/272ltimo-filho.js.map +1 -0
  1484. package/fontes/pseudoclasses/obrigatorio.d.ts +4 -0
  1485. package/fontes/pseudoclasses/obrigatorio.js +11 -0
  1486. package/fontes/pseudoclasses/obrigatorio.js.map +1 -0
  1487. package/fontes/pseudoclasses/opcional.d.ts +4 -0
  1488. package/fontes/pseudoclasses/opcional.js +11 -0
  1489. package/fontes/pseudoclasses/opcional.js.map +1 -0
  1490. package/fontes/pseudoclasses/passado.d.ts +4 -0
  1491. package/fontes/pseudoclasses/passado.js +11 -0
  1492. package/fontes/pseudoclasses/passado.js.map +1 -0
  1493. package/fontes/pseudoclasses/pausa.d.ts +4 -0
  1494. package/fontes/pseudoclasses/pausa.js +11 -0
  1495. package/fontes/pseudoclasses/pausa.js.map +1 -0
  1496. package/fontes/pseudoclasses/primeiro-filho.d.ts +4 -0
  1497. package/fontes/pseudoclasses/primeiro-filho.js +11 -0
  1498. package/fontes/pseudoclasses/primeiro-filho.js.map +1 -0
  1499. package/fontes/pseudoclasses/primeiro-tipo.d.ts +4 -0
  1500. package/fontes/pseudoclasses/primeiro-tipo.js +11 -0
  1501. package/fontes/pseudoclasses/primeiro-tipo.js.map +1 -0
  1502. package/fontes/pseudoclasses/pseudoclasse.d.ts +11 -0
  1503. package/fontes/pseudoclasses/pseudoclasse.js +12 -0
  1504. package/fontes/pseudoclasses/pseudoclasse.js.map +1 -0
  1505. package/fontes/pseudoclasses/reproduzir.d.ts +4 -0
  1506. package/fontes/pseudoclasses/reproduzir.js +11 -0
  1507. package/fontes/pseudoclasses/reproduzir.js.map +1 -0
  1508. package/fontes/pseudoclasses/seletor-pseudoclasse.d.ts +4 -0
  1509. package/fontes/pseudoclasses/seletor-pseudoclasse.js +15 -0
  1510. package/fontes/pseudoclasses/seletor-pseudoclasse.js.map +1 -0
  1511. package/fontes/pseudoclasses/sobre.d.ts +4 -0
  1512. package/fontes/pseudoclasses/sobre.js +11 -0
  1513. package/fontes/pseudoclasses/sobre.js.map +1 -0
  1514. package/fontes/pseudoclasses/somente-leitura.d.ts +4 -0
  1515. package/fontes/pseudoclasses/somente-leitura.js +11 -0
  1516. package/fontes/pseudoclasses/somente-leitura.js.map +1 -0
  1517. package/fontes/pseudoclasses/todo-link.d.ts +4 -0
  1518. package/fontes/pseudoclasses/todo-link.js +11 -0
  1519. package/fontes/pseudoclasses/todo-link.js.map +1 -0
  1520. package/fontes/pseudoclasses/ultimo-filho.d.ts +4 -0
  1521. package/fontes/pseudoclasses/ultimo-filho.js +11 -0
  1522. package/fontes/pseudoclasses/ultimo-filho.js.map +1 -0
  1523. package/fontes/pseudoclasses/ultimo-tipo.d.ts +4 -0
  1524. package/fontes/pseudoclasses/ultimo-tipo.js +11 -0
  1525. package/fontes/pseudoclasses/ultimo-tipo.js.map +1 -0
  1526. package/fontes/pseudoclasses/unico-tipo.d.ts +4 -0
  1527. package/fontes/pseudoclasses/unico-tipo.js +11 -0
  1528. package/fontes/pseudoclasses/unico-tipo.js.map +1 -0
  1529. package/fontes/pseudoclasses/usuario-invalido.d.ts +4 -0
  1530. package/fontes/pseudoclasses/usuario-invalido.js +11 -0
  1531. package/fontes/pseudoclasses/usuario-invalido.js.map +1 -0
  1532. package/fontes/pseudoclasses/valido.d.ts +4 -0
  1533. package/fontes/pseudoclasses/valido.js +11 -0
  1534. package/fontes/pseudoclasses/valido.js.map +1 -0
  1535. package/fontes/pseudoclasses/vazio.d.ts +4 -0
  1536. package/fontes/pseudoclasses/vazio.js +11 -0
  1537. package/fontes/pseudoclasses/vazio.js.map +1 -0
  1538. package/fontes/pseudoclasses/verificado.d.ts +4 -0
  1539. package/fontes/pseudoclasses/verificado.js +11 -0
  1540. package/fontes/pseudoclasses/verificado.js.map +1 -0
  1541. package/fontes/pseudoclasses/visitado.d.ts +4 -0
  1542. package/fontes/pseudoclasses/visitado.js +11 -0
  1543. package/fontes/pseudoclasses/visitado.js.map +1 -0
  1544. package/fontes/seletores/index.d.ts +5 -0
  1545. package/fontes/seletores/index.js +22 -0
  1546. package/fontes/seletores/index.js.map +1 -0
  1547. package/fontes/seletores/pragmas-seletor.d.ts +5 -0
  1548. package/fontes/seletores/pragmas-seletor.js +3 -0
  1549. package/fontes/seletores/pragmas-seletor.js.map +1 -0
  1550. package/fontes/seletores/seletor-classe.d.ts +9 -0
  1551. package/fontes/seletores/seletor-classe.js +20 -0
  1552. package/fontes/seletores/seletor-classe.js.map +1 -0
  1553. package/fontes/seletores/seletor-espaco-reservado.d.ts +11 -0
  1554. package/fontes/seletores/seletor-espaco-reservado.js +19 -0
  1555. package/fontes/seletores/seletor-espaco-reservado.js.map +1 -0
  1556. package/fontes/seletores/seletor-estrutura.d.ts +8 -0
  1557. package/fontes/seletores/seletor-estrutura.js +19 -0
  1558. package/fontes/seletores/seletor-estrutura.js.map +1 -0
  1559. package/fontes/seletores/seletor-id.d.ts +9 -0
  1560. package/fontes/seletores/seletor-id.js +20 -0
  1561. package/fontes/seletores/seletor-id.js.map +1 -0
  1562. package/fontes/seletores/seletor.d.ts +6 -0
  1563. package/fontes/seletores/seletor.js +10 -0
  1564. package/fontes/seletores/seletor.js.map +1 -0
  1565. package/fontes/tipos-de-simbolos/css.d.ts +1 -0
  1566. package/fontes/tipos-de-simbolos/css.js +2 -1
  1567. package/fontes/tipos-de-simbolos/css.js.map +1 -1
  1568. package/fontes/tipos-de-simbolos/foles.d.ts +2 -0
  1569. package/fontes/tipos-de-simbolos/foles.js +2 -0
  1570. package/fontes/tipos-de-simbolos/foles.js.map +1 -1
  1571. package/fontes/tradutor/estruturas-html.d.ts +0 -7
  1572. package/fontes/tradutor/estruturas-html.js +0 -7
  1573. package/fontes/tradutor/estruturas-html.js.map +1 -1
  1574. package/fontes/tradutor/tradutor-reverso.js +5 -5
  1575. package/fontes/tradutor/tradutor-reverso.js.map +1 -1
  1576. package/fontes/tradutor/tradutor.js +39 -27
  1577. package/fontes/tradutor/tradutor.js.map +1 -1
  1578. package/fontes/valores/metodos/hex.js.map +1 -1
  1579. package/package.json +3 -2
  1580. package/testes/avaliador-sintatico.test.js +3 -2
  1581. package/testes/avaliador-sintatico.test.js.map +1 -1
  1582. package/testes/foles.test.js +30 -2
  1583. package/testes/foles.test.js.map +1 -1
  1584. package/testes/listas/palavras-reservadas.js +2 -2
  1585. package/testes/listas/palavras-reservadas.js.map +1 -1
  1586. package/testes/listas/status.js +4 -4
  1587. package/testes/listas/status.js.map +1 -1
  1588. package/testes/listas/valor-global.js +0 -1
  1589. package/testes/listas/valor-global.js.map +1 -1
  1590. package/testes/modificadores/atribuicao-abreviada.test.js +1 -1
  1591. package/testes/modificadores/atribuicao-abreviada.test.js.map +1 -1
  1592. package/testes/modificadores/cores.test.js +1 -1
  1593. package/testes/modificadores/cores.test.js.map +1 -1
  1594. package/testes/modificadores/estilo.test.js +33 -26
  1595. package/testes/modificadores/estilo.test.js.map +1 -1
  1596. package/testes/modificadores/palavras-reservadas.test.js +36 -16
  1597. package/testes/modificadores/palavras-reservadas.test.js.map +1 -1
  1598. package/testes/modificadores/{posi/303/247/303/243o.test.js → posicao.test.js} +36 -21
  1599. package/testes/modificadores/posicao.test.js.map +1 -0
  1600. package/testes/modificadores/status.test.js +83 -48
  1601. package/testes/modificadores/status.test.js.map +1 -1
  1602. package/testes/modificadores/valor-global.test.js +31 -20
  1603. package/testes/modificadores/valor-global.test.js.map +1 -1
  1604. package/testes/modificadores/valor-numerico.test.js +5 -4
  1605. package/testes/modificadores/valor-numerico.test.js.map +1 -1
  1606. package/testes/modificadores/valor-quantificador.test.js +2 -0
  1607. package/testes/modificadores/valor-quantificador.test.js.map +1 -1
  1608. package/testes/tradutor.test.js +3 -1
  1609. package/testes/tradutor.test.js.map +1 -1
  1610. package/fontes/estruturas/lmht/estrutura.d.ts +0 -4
  1611. package/fontes/estruturas/lmht/estrutura.js.map +0 -1
  1612. package/fontes/estruturas/lmht/inserido.d.ts +0 -3
  1613. package/fontes/estruturas/lmht/inserido.js.map +0 -1
  1614. package/fontes/modificadores/aspas.js.map +0 -1
  1615. package/fontes/modificadores/travar-pontuacao.d.ts +0 -7
  1616. package/fontes/modificadores/travar-pontuacao.js.map +0 -1
  1617. package/testes/modificadores/posi/303/247/303/243o.test.js.map +0 -1
  1618. /package/testes/modificadores/{posi/303/247/303/243o.test.d.ts" → posicao.test.d.ts} +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"foles.js","sourceRoot":"","sources":["../../fontes/foles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA+B;AAE/B,+DAA2D;AAC3D,mGAA8F;AAC9F,uCAAoC;AACpC,+DAA2D;AAC3D,yCAAsC;AACtC,kEAA8D;AAE9D,MAAa,KAAK;IAQd;QACI,IAAI,CAAC,OAAO,GAAG,IAAI,iBAAO,EAAE,CAAC;QAC7B,IAAI,CAAC,cAAc,GAAG,IAAI,gCAAc,EAAE,CAAC;QAC3C,IAAI,CAAC,kBAAkB,GAAG,IAAI,wCAAkB,EAAE,CAAC;QACnD,IAAI,CAAC,yBAAyB,GAAG,IAAI,uDAAyB,EAAE,CAAC;QACjE,IAAI,CAAC,QAAQ,GAAG,IAAI,mBAAQ,EAAE,CAAC;QAC/B,IAAI,CAAC,eAAe,GAAG,IAAI,kCAAe,EAAE,CAAC;IACjD,CAAC;IAEO,uBAAuB,CAAC,QAAkB;QAC9C,MAAM,gBAAgB,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC;QACvD,MAAM,2BAA2B,GAAG,IAAI,CAAC,kBAAkB,CAAC,QAAQ,CAAC,gBAAgB,CAAC,QAAQ,CAAC,CAAC;QAChG,MAAM,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,2BAA2B,CAAC,CAAC;QACrE,OAAO,QAAQ,CAAC;IACpB,CAAC;IAEO,yBAAyB,CAAC,iBAA2B;QACzD,MAAM,uBAAuB,GAAG,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC;QAC9E,MAAM,kCAAkC,GAAG,IAAI,CAAC,yBAAyB,CAAC,QAAQ,CAAC,uBAAuB,CAAC,QAAQ,CAAC,CAAC;QACrH,MAAM,eAAe,GAAG,IAAI,CAAC,eAAe,CAAC,QAAQ,CAAC,kCAAkC,CAAC,CAAC;QAC1F,OAAO,eAAe,CAAC;IAC3B,CAAC;IAED,gBAAgB,CAAC,WAAmB;QAChC,MAAM,cAAc,GAAW,QAAQ,CAAC,YAAY,CAAC,WAAW,CAAC,CAAC;QAClE,MAAM,iBAAiB,GAAa,cAAc;aAC7C,QAAQ,EAAE;aACV,KAAK,CAAC,IAAI,CAAC,CAAC;QAEjB,OAAO,IAAI,CAAC,uBAAuB,CAAC,iBAAiB,CAAC,CAAC;IAC3D,CAAC;IAED,kBAAkB,CAAC,WAAmB;QAClC,MAAM,cAAc,GAAW,QAAQ,CAAC,YAAY,CAAC,WAAW,CAAC,CAAC;QAClE,MAAM,iBAAiB,GAAa,cAAc;aAC7C,QAAQ,EAAE;aACV,KAAK,CAAC,IAAI,CAAC,CAAC;QAEjB,OAAO,IAAI,CAAC,yBAAyB,CAAC,iBAAiB,CAAC,CAAC;IAC7D,CAAC;IAED,qBAAqB,CAAC,KAAa;QAC/B,OAAO,IAAI,CAAC,uBAAuB,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC;IACjD,CAAC;IAED,uBAAuB,CAAC,KAAa;QACjC,OAAO,IAAI,CAAC,yBAAyB,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC;IACnD,CAAC;CACJ;AAxDD,sBAwDC;AAED,yBAAyB;AACzB,gEAAgE"}
1
+ {"version":3,"file":"foles.js","sourceRoot":"","sources":["../../fontes/foles.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,oDAAsC;AAEtC,+DAA2D;AAC3D,mGAA8F;AAC9F,uCAAoC;AACpC,+DAA2D;AAC3D,yCAAsC;AACtC,kEAA8D;AAE9D,MAAa,KAAK;IAQd;QACI,IAAI,CAAC,OAAO,GAAG,IAAI,iBAAO,EAAE,CAAC;QAC7B,IAAI,CAAC,cAAc,GAAG,IAAI,gCAAc,EAAE,CAAC;QAC3C,IAAI,CAAC,kBAAkB,GAAG,IAAI,wCAAkB,EAAE,CAAC;QACnD,IAAI,CAAC,yBAAyB,GAAG,IAAI,uDAAyB,EAAE,CAAC;QACjE,IAAI,CAAC,QAAQ,GAAG,IAAI,mBAAQ,EAAE,CAAC;QAC/B,IAAI,CAAC,eAAe,GAAG,IAAI,kCAAe,EAAE,CAAC;IACjD,CAAC;IAED,gBAAgB;IACR,uBAAuB,CAAC,QAAkB;QAC9C,MAAM,gBAAgB,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC;QACvD,MAAM,2BAA2B,GAAG,IAAI,CAAC,kBAAkB,CAAC,QAAQ,CAAC,gBAAgB,CAAC,QAAQ,CAAC,CAAC;QAChG,MAAM,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,2BAA2B,CAAC,CAAC;QACrE,OAAO,QAAQ,CAAC;QAChB,cAAc;IAClB,CAAC;IAEO,yBAAyB,CAAC,iBAA2B;QACzD,MAAM,uBAAuB,GAAG,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC;QAC9E,MAAM,kCAAkC,GAAG,IAAI,CAAC,yBAAyB,CAAC,QAAQ,CAAC,uBAAuB,CAAC,QAAQ,CAAC,CAAC;QACrH,MAAM,eAAe,GAAG,IAAI,CAAC,eAAe,CAAC,QAAQ,CAAC,kCAAkC,CAAC,CAAC;QAC1F,OAAO,eAAe,CAAC;IAC3B,CAAC;IAED,gBAAgB,CAAC,WAAmB;QAChC,MAAM,cAAc,GAAW,eAAe,CAAC,YAAY,CAAC,WAAW,CAAC,CAAC;QACzE,MAAM,iBAAiB,GAAa,cAAc;aAC7C,QAAQ,EAAE;aACV,KAAK,CAAC,IAAI,CAAC,CAAC;QAEjB,OAAO,IAAI,CAAC,uBAAuB,CAAC,iBAAiB,CAAC,CAAC;IAC3D,CAAC;IAED,kBAAkB,CAAC,WAAmB;QAClC,MAAM,cAAc,GAAW,eAAe,CAAC,YAAY,CAAC,WAAW,CAAC,CAAC;QACzE,MAAM,iBAAiB,GAAa,cAAc;aAC7C,QAAQ,EAAE;aACV,KAAK,CAAC,IAAI,CAAC,CAAC;QAEjB,OAAO,IAAI,CAAC,yBAAyB,CAAC,iBAAiB,CAAC,CAAC;IAC7D,CAAC;IAED,qBAAqB,CAAC,KAAa;QAC/B,OAAO,IAAI,CAAC,uBAAuB,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC;IACjD,CAAC;IAED,uBAAuB,CAAC,KAAa;QACjC,OAAO,IAAI,CAAC,yBAAyB,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC;IACnD,CAAC;CACJ;AA1DD,sBA0DC;AAED,0BAA0B;AAC1B,iEAAiE"}
@@ -0,0 +1,2 @@
1
+ export declare class GeradorMapaCss {
2
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GeradorMapaCss = void 0;
4
+ class GeradorMapaCss {
5
+ }
6
+ exports.GeradorMapaCss = GeradorMapaCss;
7
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../fontes/gerador-mapa/index.ts"],"names":[],"mappings":";;;AAAA,MAAa,cAAc;CAE1B;AAFD,wCAEC"}
@@ -0,0 +1,2 @@
1
+ export * from './lexador-interface';
2
+ export * from './simbolo-interface';
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./lexador-interface"), exports);
18
+ __exportStar(require("./simbolo-interface"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../fontes/interfaces/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,sDAAoC"}
@@ -0,0 +1,4 @@
1
+ import { SimboloInterface } from "./simbolo-interface";
2
+ export interface LexadorInterface {
3
+ simbolos: Array<SimboloInterface>;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=lexador-interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lexador-interface.js","sourceRoot":"","sources":["../../../fontes/interfaces/lexador-interface.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ export interface SimboloInterface {
2
+ tipo: string;
3
+ lexema: string;
4
+ literal: string;
5
+ linha: number;
6
+ colunaInicial: number;
7
+ colunaFinal: number;
8
+ paraTexto: () => string;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=simbolo-interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"simbolo-interface.js","sourceRoot":"","sources":["../../../fontes/interfaces/simbolo-interface.ts"],"names":[],"mappings":""}
@@ -100,7 +100,7 @@ class LexadorReverso {
100
100
  }
101
101
  adicionarSimbolo(tipo, literal = null) {
102
102
  const texto = this.codigo[this.linha].substring(this.inicioSimbolo, this.atual);
103
- this.simbolos.push(new simbolo_1.Simbolo(tipo, texto, literal, this.linha + 1));
103
+ this.simbolos.push(new simbolo_1.Simbolo(tipo, texto, literal, this.linha + 1, this.inicioSimbolo, this.atual));
104
104
  }
105
105
  analisarNumero() {
106
106
  while (this.eDigito(this.simboloAtual())) {
@@ -1 +1 @@
1
- {"version":3,"file":"lexador-reverso.js","sourceRoot":"","sources":["../../../fontes/lexador/lexador-reverso.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"lexador-reverso.js","sourceRoot":"","sources":["../../../fontes/lexador/lexador-reverso.ts"],"names":[],"mappings":"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"}
@@ -25,6 +25,8 @@ export declare class Lexador {
25
25
  adicionarSimbolo(tipo: any, literal?: any, lexema?: string): void;
26
26
  analisarNumero(): void;
27
27
  identificarPalavraChave(): void;
28
+ avancarParaProximaLinha(): void;
29
+ encontrarFimComentarioAsterisco(): void;
28
30
  analisarToken(): void;
29
31
  mapear(codigo: string[]): {
30
32
  simbolos: Simbolo[];
@@ -90,7 +90,7 @@ class Lexador {
90
90
  }
91
91
  adicionarSimbolo(tipo, literal = null, lexema = null) {
92
92
  const texto = this.codigo[this.linha].substring(this.inicioSimbolo, this.atual);
93
- this.simbolos.push(new simbolo_1.Simbolo(tipo, texto || lexema, literal, this.linha + 1));
93
+ this.simbolos.push(new simbolo_1.Simbolo(tipo, texto || lexema, literal, this.linha + 1, this.inicioSimbolo, this.atual));
94
94
  }
95
95
  analisarNumero() {
96
96
  while (this.eDigito(this.simboloAtual())) {
@@ -115,6 +115,20 @@ class Lexador {
115
115
  : foles_2.default.IDENTIFICADOR;
116
116
  this.adicionarSimbolo(tipo);
117
117
  }
118
+ avancarParaProximaLinha() {
119
+ this.linha++;
120
+ this.atual = 0;
121
+ }
122
+ encontrarFimComentarioAsterisco() {
123
+ while (!this.eFinalDoCodigo()) {
124
+ this.avancar();
125
+ if (this.simboloAtual() === '*' && this.proximoSimbolo() === '/') {
126
+ this.avancar();
127
+ this.avancar();
128
+ break;
129
+ }
130
+ }
131
+ }
118
132
  analisarToken() {
119
133
  const caractere = this.simboloAtual();
120
134
  switch (caractere) {
@@ -177,6 +191,17 @@ class Lexador {
177
191
  case ';':
178
192
  this.avancar();
179
193
  break;
194
+ case '/':
195
+ this.avancar();
196
+ switch (this.simboloAtual()) {
197
+ case '/':
198
+ this.avancarParaProximaLinha();
199
+ break;
200
+ case '*':
201
+ this.encontrarFimComentarioAsterisco();
202
+ break;
203
+ }
204
+ break;
180
205
  default:
181
206
  if (this.eDigito(caractere))
182
207
  this.analisarNumero();
@@ -1 +1 @@
1
- {"version":3,"file":"lexador.js","sourceRoot":"","sources":["../../../fontes/lexador/lexador.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"lexador.js","sourceRoot":"","sources":["../../../fontes/lexador/lexador.ts"],"names":[],"mappings":"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"}
@@ -223,6 +223,7 @@ declare const _default: {
223
223
  "campo-texto": string;
224
224
  visivel: string;
225
225
  visível: string;
226
+ conter: string;
226
227
  "conteudo-maximo": string;
227
228
  "conte\u00FAdo-m\u00E1ximo": string;
228
229
  "conteudo-minimo": string;
@@ -256,9 +257,7 @@ declare const _default: {
256
257
  manual: string;
257
258
  isolar: string;
258
259
  "barra-rolagem": string;
259
- recortar: string;
260
- contem: string;
261
- contém: string;
260
+ recortado: string;
262
261
  suave: string;
263
262
  estavel: string;
264
263
  estável: string;
@@ -273,8 +272,10 @@ declare const _default: {
273
272
  recolher: string;
274
273
  "posicao-rolagem": string;
275
274
  "posi\u00E7\u00E3o-rolagem": string;
276
- conteudo: string;
277
- conteúdo: string;
275
+ "mudar-conteudo": string;
276
+ "mudar-conte\u00FAdo": string;
277
+ "modo-conteudo": string;
278
+ "modo-conte\u00FAdo": string;
278
279
  otimizarVelocidade: string;
279
280
  otimizarLegibilidade: string;
280
281
  precisaoGeometrica: string;
@@ -460,298 +461,8 @@ declare const _default: {
460
461
  brancofumaça: string;
461
462
  amarelo: string;
462
463
  amareloesverdeado: string;
463
- repetir: string;
464
- completar: string;
465
- espacar: string;
466
- espaçar: string;
467
- quebrar: string;
468
- clonar: string;
469
- "borda-caixa": string;
470
- preenchimento: string;
471
- equilibrar: string;
472
- "equilibrar-tudo": string;
473
- nenhuma: string;
474
- todas: string;
475
- estrito: string;
476
- tamanho: string;
477
- "tamanho-alinhado": string;
478
- layout: string;
479
- estilo: string;
480
- pintar: string;
481
- "esquerda-direita": string;
482
- "direita-esquerda": string;
483
- padrao: string;
484
- padrão: string;
485
- "exibir-menu": string;
486
- "exibir-ajuda": string;
487
- indicador: string;
488
- "em-progresso": string;
489
- carregando: string;
490
- "texto-vertical": string;
491
- atalho: string;
492
- copiar: string;
493
- mover: string;
494
- "proibido-soltar": string;
495
- proibido: string;
496
- arrastar: string;
497
- arrastando: string;
498
- "rolar-tudo": string;
499
- "ajustar-coluna": string;
500
- "ajustar-linha": string;
501
- "para-cima": string;
502
- "para-esquerda": string;
503
- "para-baixo": string;
504
- "para-direita": string;
505
- "para-esquerda-superior": string;
506
- "para-direita-superior": string;
507
- "para-esquerda-inferior": string;
508
- "para-direita-inferior": string;
509
- "cima-baixo": string;
510
- "diagonal-direita": string;
511
- "diagonal-esquerda": string;
512
- aproximar: string;
513
- afastar: string;
514
- "em-bloco": string;
515
- "em-linha": string;
516
- fluxo: string;
517
- "fluxo-raiz": string;
518
- flex: string;
519
- "em-grade": string;
520
- rubi: string;
521
- rubí: string;
522
- "bloco-em-linha": string;
523
- "tabela-em-linha": string;
524
- "flex-em-linha": string;
525
- "grade-em-linha": string;
526
- "grupo-linhas-tabela": string;
527
- "grupo-cabecalho-tabela": string;
528
- "grupo-cabe\u00E7alho-tabela": string;
529
- "grupo-rodape-tabela": string;
530
- "grupo-rodap\u00E9-tabela": string;
531
- "linha-tabela": string;
532
- "celula-tabela": string;
533
- "c\u00E9lula-tabela": string;
534
- "grupo-colunas-tabela": string;
535
- "coluna-tabela": string;
536
- "legenda-tabela": string;
537
- "base-rubi": string;
538
- "base-rub\u00ED": string;
539
- "texto-rubi": string;
540
- "texto-rub\u00ED": string;
541
- "base-container-rubi": string;
542
- "base-container-rub\u00ED": string;
543
- "texto-container-rubi": string;
544
- "texto-container-rub\u00ED": string;
545
- exibir: string;
546
- ocultar: string;
547
- "nao-agrupar": string;
548
- "n\u00E3o-agrupar": string;
549
- agrupar: string;
550
- "inverter-agrupamento": string;
551
- "inverter-linha": string;
552
- "inverter-coluna": string;
553
- serif: string;
554
- "sans-serif": string;
555
- monospace: string;
556
- cursive: string;
557
- fantasy: string;
558
- "system-ui": string;
559
- "ui-serif": string;
560
- "ui-sans-serif": string;
561
- "ui-monospace": string;
562
- "ui-rounded": string;
563
- math: string;
564
- emoji: string;
565
- fangsong: string;
566
- inverter: string;
567
- "maiusculas-pequenas": string;
568
- "mai\u00FAsculas-pequenas": string;
569
- italica: string;
570
- itálica: string;
571
- obliqua: string;
572
- oblíqua: string;
573
- denso: string;
574
- "da-imagem": string;
575
- "bordas-nitidas": string;
576
- "bordas-n\u00EDtidas": string;
577
- pixelado: string;
578
- solta: string;
579
- rigorosa: string;
580
- "qualquer-lugar": string;
581
- dentro: string;
582
- fora: string;
583
- luminancia: string;
584
- luminância: string;
585
- alfa: string;
586
- arredondar: string;
587
- "conteudo-caixa": string;
588
- "conte\u00FAdo-caixa": string;
589
- "preenchimento-caixa": string;
590
- "margem-caixa": string;
591
- "completar-caixa": string;
592
- "delimitar-caixa": string;
593
- "visualizar-caixa": string;
594
- "nao-recortar": string;
595
- "n\u00E3o-recortar": string;
596
- adicionar: string;
597
- subtrair: string;
598
- cruzar: string;
599
- excluir: string;
600
- "fonte-correspondente": string;
601
- "repetir-horizontal": string;
602
- "repetir-vertical": string;
603
- "nao-repetir": string;
604
- "n\u00E3o-repetir": string;
605
- multiplicar: string;
606
- tela: string;
607
- sobrepor: string;
608
- escurecer: string;
609
- clarear: string;
610
- "subexpor-cores": string;
611
- "cores-quentes": string;
612
- "luz-forte": string;
613
- "luz-fraca": string;
614
- diferenca: string;
615
- diferença: string;
616
- exclusao: string;
617
- exclusão: string;
618
- matiz: string;
619
- saturar: string;
620
- colorir: string;
621
- luminosidade: string;
622
- cobrir: string;
623
- preencher: string;
624
- "diminuir-escala": string;
625
- "quebrar-palavras": string;
626
- tracado: string;
627
- traçado: string;
628
- marcadores: string;
629
- relativa: string;
630
- absoluta: string;
631
- fixa: string;
632
- colada: string;
633
- economizar: string;
634
- exata: string;
635
- horizontal: string;
636
- vertical: string;
637
- "linha-superior": string;
638
- "atraves-linha": string;
639
- "atrav\u00E9s-linha": string;
640
- piscar: string;
641
- sobre: string;
642
- abaixo: string;
643
- elipse: string;
644
- capitalizar: string;
645
- maiusculo: string;
646
- maiúsculo: string;
647
- minusculo: string;
648
- minúsculo: string;
649
- "largura-cheia": string;
650
- "tamanho-completo-kana": string;
651
- plano: string;
652
- "espaco-3d": string;
653
- "espa\u00E7o-3d": string;
654
- "velocidade-normal": string;
655
- "inicio-lento": string;
656
- "in\u00EDcio-lento": string;
657
- "final-lento": string;
658
- "inicio-final-lento": string;
659
- "in\u00EDcio-final-lento": string;
660
- linear: string;
661
- "passo-inicial": string;
662
- "passo-final": string;
663
- embutir: string;
664
- "substituir-bidirecional": string;
665
- "substituir-isolar": string;
666
- "texto-simples": string;
667
- "nao-quebrar": string;
668
- "n\u00E3o-quebrar": string;
669
- preservar: string;
670
- "preservar-quebra": string;
671
- "preservar-linha": string;
672
- "quebrar-espacos": string;
673
- "quebrar-espa\u00E7os": string;
674
- "quebrar-tudo": string;
675
- "manter-tudo": string;
676
- "vertical-direita-esquerda": string;
677
- "vertical-esquerda-direita": string;
678
- "curva-cubica": string;
679
- "curva-c\u00FAbica": string;
680
- passos: string;
681
- local: string;
682
- rolar: string;
683
- subexposicao: string;
684
- subexposição: string;
685
- contraste: string;
686
- "mesclar-cor": string;
687
- borda: string;
688
- separar: string;
689
- "formas-historicas": string;
690
- "formas-hist\u00F3ricas": string;
691
- jis78: string;
692
- jis83: string;
693
- jis90: string;
694
- jis04: string;
695
- jis78s: string;
696
- simplificada: string;
697
- tradicional: string;
698
- "largura-proporcional": string;
699
- "largura-completa": string;
700
- "ligacoes-comuns": string;
701
- "liga\u00E7\u00F5es-comuns": string;
702
- "sem-ligacoes-comuns": string;
703
- "sem-liga\u00E7\u00F5es-comuns": string;
704
- "ligacoes-discretas": string;
705
- "liga\u00E7\u00F5es-discretas": string;
706
- "sem-ligacoes-discretas": string;
707
- "sem-liga\u00E7\u00F5es-discretas": string;
708
- "ligacoes-historicas": string;
709
- "liga\u00E7\u00F5es-hist\u00F3ricas": string;
710
- "sem-ligacoes-historicas": string;
711
- "sem-liga\u00E7\u00F5es-hist\u00F3ricas": string;
712
- contextual: string;
713
- "nao-contextual": string;
714
- "n\u00E3o-contextual": string;
715
- "todas-maiusculas-pequenas": string;
716
- "todas-mai\u00FAsculas-pequenas": string;
717
- "maiusculas-menores": string;
718
- "mai\u00FAsculas-menores": string;
719
- "todas-maiusculas-menores": string;
720
- "todas-mai\u00FAsculas-menores": string;
721
- misturar: string;
722
- "titulo-maiusculo": string;
723
- "t\u00EDtulo-mai\u00FAsculo": string;
724
- ordinal: string;
725
- "zero-cortado": string;
726
- "numeros-alinhados": string;
727
- "n\u00FAmeros-alinhados": string;
728
- "numeros-antigos": string;
729
- "n\u00FAmeros-antigos": string;
730
- "numeros-proporcionais": string;
731
- "n\u00FAmeros-proporcionais": string;
732
- "numeros-tabulares": string;
733
- "n\u00FAmeros-tabulares": string;
734
- "fracoes-diagonais": string;
735
- "fra\u00E7\u00F5es-diagonais": string;
736
- "fracoes-empilhadas": string;
737
- "fra\u00E7\u00F5es-empilhadas": string;
738
- preenchido: string;
739
- abrir: string;
740
- ponto: string;
741
- circulo: string;
742
- círculo: string;
743
- "circulo-duplo": string;
744
- "c\u00EDrculo-duplo": string;
745
- triangulo: string;
746
- triângulo: string;
747
- sesamo: string;
748
- sésamo: string;
749
- misturado: string;
750
- "de-pe": string;
751
- "de-p\u00E9": string;
752
- "de-lado": string;
753
- "lateral-direita": string;
754
- "usar-orientacao-glifo": string;
755
- "usar-orienta\u00E7\u00E3o-glifo": string;
464
+ impar: string;
465
+ ímpar: string;
466
+ par: string;
756
467
  };
757
468
  export default _default;