HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/mjlclaims/public_html/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' ] };`,
};