PrimaryColor::class, 'font' => Font::class, 'max_content_width' => MaxContentWidth::class, 'modal_width' => ModalWidth::class, 'table_sort_direction' => TableSortDirection::class, 'records_per_page' => RecordsPerPage::class, 'has_top_navigation' => 'boolean', 'is_table_striped' => 'boolean', ]; protected static function newFactory(): Factory { return AppearanceFactory::new(); } }