HEX
Server: Microsoft-IIS/10.0
System: Windows NT HMW8635 10.0 build 14393 (Windows Server 2016) i586
User: ibratele2 (0)
PHP: 8.0.11
Disabled: escapeshellarg, escapeshellcmd, exec, passthru, proc_close, proc_open, shell_exec, system, dl, popen, php_check_syntax, php_strip_whitespace, symlink, link, openlog, apache_child_terminate
Upload Files
File: E:/Home/ibratele2/Web/wp-content/plugins/elementor/packages/elementor-ui/styles/text.js
import { tints, darkTints, text, lineHeight, fontWeight } from 'e-styles';

export default {
	base: {
		shared: `
			color: var(--e-styles-text-color);
			font-size: var(--e-styles-text-font-size, ${ text.base });
			font-weight: ${ fontWeight.normal };
			line-height: var(--e-styles-text-line-height, ${ lineHeight.base });
		`,
		variant: {
			xxs: `
				--e-styles-text-font-size: ${ text.xxs };
				--e-styles-text-line-height: ${ lineHeight.sm };
			`,
			xs: `--e-styles-text-font-size: ${ text.xs };`,
			sm: `--e-styles-text-font-size: ${ text.sm };`,
			md: `--e-styles-text-font-size: ${ text.md };`,
			lg: `--e-styles-text-font-size: ${ text.lg };`,
			xl: `--e-styles-text-font-size: ${ text.xl };`,
		},
	},
	light: `--e-styles-text-color: ${ tints[ '800' ] };`,
	dark: `--e-styles-text-color: ${ darkTints[ '200' ] };`,
};