: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
export class BaseStyles {
static get_expand(label, options) {
static get_tab(options, fullwidth = false, cl = '') {
if (fullwidth === true) {
cl += ' tb_tabs_fullwidth';
cl = 'tb_tabs_fullwidth';
static get_color(selector = '', id = '', label = null, prop = 'color', state = '') {
if (state === 'h' || state === 'hover') {
static get_font_family(selector = '', id = 'font_family', state = '') {
if (state === 'h' || state === 'hover') {
static get_seperator(label = false) {
if (label !== false && label!=='f') {
static get_font_size(selector = '', id = 'font_size', label = '', state = '') {
if (state === 'h' || state === 'hover') {
static get_line_height(selector = '', id = 'line_height', state = '') {
if (state === 'h' || state === 'hover') {
static get_letter_spacing(selector = '', id = 'letter_spacing', state = '') {
if (state === 'h' || state === 'hover') {
static get_text_align(selector = '', id = 'text_align', state = '') {
if (state === 'h' || state === 'hover') {
static get_text_transform(selector = '', id = 'text_transform', state = '') {
if (state === 'h' || state === 'hover') {
static get_text_decoration(selector = '', id = 'text_decoration', state = '') {
if (state === 'h' || state === 'hover') {
static get_font_style(selector = '', id = 'font_style', id2 = 'font_weight', state = '') {
if (state === 'h' || state === 'hover') {
static get_image(selector = '', id = 'background_image', colorId = 'background_color', repeatId = 'background_repeat', posId = 'background_position', state = '') {
prop: 'background-image',
if (state === 'h' || state === 'hover') {
static get_blend(selector = '', id = 'bl_m', state = '', filters_id = 'css_f') {
filters_id += '_' + state;
if (state === 'h' || state === 'hover') {
static get_repeat(selector = '', id = 'background_repeat', state = '') {
wrap_class: 'tb_group_element_image tb_image_options'
if (state === 'h' || state === 'hover') {
static get_position(selector = '', id = 'background_position', state = '') {
prop: 'background-position',
if (state === 'h' || state === 'hover') {
static get_padding(selector = '', id = 'padding', state = '') {
if (state === 'h' || state === 'hover') {
static get_margin(selector = '', id = 'margin', state = '') {
if (state === 'h' || state === 'hover') {
static get_margin_top_bottom_opposity(selector = '', topId = 'margin-top', bottomId = 'margin-bottom', state = '') {
if (state === 'h' || state === 'hover') {
static get_border(selector = '', id = 'border', state = '') {
if (state === 'h' || state === 'hover') {
static get_outline(selector = '', id = 'o', state = '') {
if (state === 'h' || state === 'hover') {
static get_aspect_ratio(selector = '', id = 'asp', state = '') {
if (state === 'h' || state === 'hover') {
static get_multi_columns_count(selector = '', id = 'column', state = '') {
if (state === 'h' || state === 'hover') {
static get_color_type(selector = '', state = '', id = '', solid_id = '', gradient_id = '') {
if (gradient_id === '') {
gradient_id += '_' + state;
if (gradient_id === '') {
gradient_id = 'font_gradient_color';
if (state === 'h' || state === 'hover') {
static get_border_radius(selector = '', id = 'b_ra', state = '') {
if (state === 'h' || state === 'hover') {
static get_box_shadow(selector = '', id = 'b_sh', state = '') {
if (state === 'h' || state === 'hover') {
static get_text_shadow(selector = '', id = 'text-shadow', state = '') {
if (state === 'h' || state === 'hover') {
static get_zindex(selector = '', id = 'zi') {
static get_width(selector = '', id = 'width', state = '') {