UNPKG

@designliquido/foles

Version:

Linguagem de folhas de estilo para documentos em geral em português

166 lines 4.24 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MetodosCss = exports.TraducaoValoresMetodos = exports.MetodosEscalamento = exports.MetodosTranslacao = exports.MetodosInclinar = exports.MetodosRotacionar = exports.MetodoPerspectivar = exports.MetodoProjetarSombra = exports.MetodoRotacionarMatiz = exports.MetodoSepia = exports.MetodoSaturar = exports.MetodoOpacar = exports.MetodoInverter = exports.MetodoEscalaCinza = exports.MetodoBrilho = exports.MetodoBorrar = exports.MetodoContraste = exports.MetodoRaio = exports.MetodoGradienteLinear = exports.MetodoCalcular = exports.MetodoLinear = exports.MetodoCurvaCubica = exports.MetodoPassos = exports.MetodoMinMax = exports.MetodoLimitar = exports.MetodoEncaixarConteudo = void 0; exports.MetodoEncaixarConteudo = [ 'max-height', 'min-height', 'height', 'max-width', 'min-width', 'width', 'grid-auto-columns', 'inline-size', 'grid-auto-rows', 'max-block-size', 'max-inline-size', 'min-block-size', 'min-inline-size', 'grid-template', ]; exports.MetodoLimitar = [ 'height', ]; exports.MetodoMinMax = [ 'grid', 'grid-auto-columns', 'grid-auto-rows', 'grid-template-columns', ]; exports.MetodoPassos = [ 'transition-timing-function', 'animation-timing-function', ]; exports.MetodoCurvaCubica = [ 'transition-timing-function', 'animation-timing-function', ]; exports.MetodoLinear = [ 'transition', ]; exports.MetodoCalcular = [ 'gap', ]; exports.MetodoGradienteLinear = [ 'mask-image', 'border-image-source', 'content', ]; exports.MetodoRaio = [ 'offset', 'offset-path', ]; exports.MetodoContraste = [ 'filter', ]; exports.MetodoBorrar = [ 'filter', ]; exports.MetodoBrilho = [ 'filter', ]; exports.MetodoEscalaCinza = [ 'backdrop-filter', ]; exports.MetodoInverter = [ 'backdrop-filter', ]; exports.MetodoOpacar = [ 'backdrop-filter', ]; exports.MetodoSaturar = [ 'backdrop-filter', ]; exports.MetodoSepia = [ 'backdrop-filter', ]; exports.MetodoRotacionarMatiz = [ 'backdrop-filter', ]; exports.MetodoProjetarSombra = [ 'backdrop-filter', ]; exports.MetodoPerspectivar = [ 'transform', ]; exports.MetodosRotacionar = [ 'transform', ]; exports.MetodosInclinar = [ 'transform', ]; exports.MetodosTranslacao = [ 'transform', ]; exports.MetodosEscalamento = [ 'transform', ]; exports.TraducaoValoresMetodos = { 'max-height': 'altura-maxima', 'min-height': 'altura-minima', 'height': 'altura', 'content': 'conteudo', 'offset': 'deslocamento', 'gap': 'espacamento', 'filter': 'filtro', 'backdrop-filter': 'filtro-fundo', 'grid': 'grade', 'mask-image': 'imagem-mascara', 'max-width': 'largura-maxima', 'min-width': 'largura-minima', 'width': 'largura', 'grid-template-columns': 'modelo-colunas-em-grade', 'grid-template': 'modelo-em-grade', 'grid-template-rows': 'modelo-linhas-em-grade', 'border-image-source': 'origem-imagem-borda', 'grid-auto-columns': 'tamanho-colunas-em-grade', 'inline-size': 'tamanho-em-linha', 'grid-auto-rows': 'tamanho-linhas-em-grade', 'max-block-size': 'tamanho-maximo-em-bloco', 'max-inline-size': 'tamanho-maximo-em-linha', 'min-block-size': 'tamanho-minimo-em-bloco', 'min-inline-size': 'tamanho-minimo-em-linha', 'transition-timing-function': 'tempo-transicao', 'offset-path': 'trajeto-deslocamento', 'transform': 'transformar', 'transition': 'transicao', 'animation-timing-function': 'velocidade-animacao', }; exports.MetodosCss = [ 'blur', 'brightness', 'calc', 'clamp', 'contrast', 'cubic-bezier', 'drop-shadow', 'fit-content', 'grayscale', 'hue-rotate', 'invert', 'linear-gradient', 'minmax', 'opacity', 'perspective', 'ray', 'rotate', 'rotateX', 'rotateY', 'rotateZ', 'saturate', 'scale', 'scale3d', 'scaleX', 'scaleY', 'scaleZ', 'sepia', 'skew', 'skewX', 'skewY', 'skewZ', 'steps', 'translate', 'translateX', 'translateY', 'translateZ', ]; //# sourceMappingURL=metodos-css.js.map