: 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
const {BaseStyles} = await import('../../editor/base-styles.mjs');
export class Module extends BaseStyles {
this.get_image('', 'b_i', 'bg_c', 'b_r', 'b_p', 'h')
this.get_color('', 'st_g'),
this.get_letter_spacing(),
this.get_text_transform(),
this.get_font_family('', 'f_f_h'),
this.get_color('', 'f_c_h', null, null, 'h'),
this.get_font_size('', 'f_s', '', 'h'),
this.get_font_style('', 'f_st', 'f_w', 'h'),
this.get_text_shadow('', 't_sh', 'h')
this.get_padding('', 'p', 'h')
this.get_margin('', 'm', 'h')
this.get_border('', 'b', 'h')
this.get_blend('', '', 'h')
this.get_border_radius('', 'r_c', 'h')
this.get_box_shadow('', 'sh', 'h')
this.get_expand('po', [this.get_css_position()]),
// this.get_expand('disp', this.get_self_align()),
this.get_zindex('', 'custom_parallax_scroll_zindex')
this.get_transform('', 'tr', 'h')
this.get_row_gap(' .tb_star_wrap'),
this.get_column_gap(' .tb_star_item')
this.get_expand('strbasec', [
this.get_color(' .tb_star_container', 'st_c')
this.get_color(' .tb_star_container', 'st_c', null, null, 'hover')
this.get_expand('strhghlghtc', [
this.get_color([' .tb_star_fill',' .tb_star_half'], 'st_h_c')
this.get_font_family(' .tb_star_text_b', 'f_f_t_b'),
this.get_color(' .tb_star_text_b', 'c_t_b'),
this.get_font_size(' .tb_star_text_b', 'f_s_t_b'),
this.get_line_height(' .tb_star_text_b', 'l_h_t_b'),
this.get_letter_spacing(' .tb_star_text_b', 'l_s_t_b'),
this.get_text_transform(' .tb_star_text_b', 't_t_t_b'),
this.get_font_style(' .tb_star_text_b', 'f_sy_t_b', 'f_w_t_b'),
this.get_text_shadow(' .tb_star_text_b', 't_sh_t_b')
this.get_font_family(' .tb_star_text_b', 'f_f_t_b', 'h'),
this.get_color(' .tb_star_text_b', 'c_t_b', null, null, 'h'),
this.get_font_size(' .tb_star_text_b', 'f_s_t_b', '', 'h'),
this.get_font_style(' .tb_star_text_b', 'f_sy_t_b', 'f_w_t_b', 'h'),
this.get_text_shadow(' .tb_star_text_b', 't_sh_t_b', 'h')
this.get_margin(' .tb_star_text_b', 'm_t_b')
this.get_margin(' .tb_star_text_b', 'm_t_b', 'h')
this.get_width(' .tb_star_text_b', 'w_t_b')
this.get_font_family(' .tb_star_text_a', 'f_f_t_a'),
this.get_color(' .tb_star_text_a', 'c_t_a'),
this.get_font_size(' .tb_star_text_a', 'f_s_t_a'),
this.get_line_height(' .tb_star_text_a', 'l_h_t_a'),
this.get_letter_spacing(' .tb_star_text_a', 'l_s_t_a'),
this.get_text_transform(' .tb_star_text_a', 't_t_t_a'),
this.get_font_style(' .tb_star_text_a', 'f_sy_t_a', 'f_w_t_a'),
this.get_text_shadow(' .tb_star_text_a', 't_sh_t_a')
this.get_font_family(' .tb_star_text_a', 'f_f_t_a', 'h'),
this.get_color(' .tb_star_text_a', 'c_t_a', null, null, 'h'),
this.get_font_size(' .tb_star_text_a', 'f_s_t_a', '', 'h'),
this.get_font_style(' .tb_star_text_a', 'f_sy_t_a', 'f_w_t_a', 'h'),
this.get_text_shadow(' .tb_star_text_a', 't_sh_t_a', 'h')
this.get_margin(' .tb_star_text_a', 'm_t_a')
this.get_margin(' .tb_star_text_a', 'm_t_a', 'h')
this.get_width(' .tb_star_text_a', 'w_t_a')
m_t: this.module_title_custom_style(),