diff --git a/.gitignore b/.gitignore index 0e09df5eb..75e97f48f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,11 +9,3 @@ coverage dist .DS_Store .vscode - -# Themes -public/themes/soho-light/ -public/themes/soho-dark/ -public/themes/viva-light/ -public/themes/viva-dark/ -public/themes/mira/ -public/themes/nano/ \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js index 6c30a68b2..1e59ef81e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -17,7 +17,7 @@ gulp.task('build-css', function () { }); gulp.task('build-themes', function () { - return gulp.src(['public/themes/**/*', '!public/themes/soho-*/**/*', '!public/themes/viva-*/**/*', '!public/themes/mira/**/*', '!public/themes/nano/**/*']).pipe(gulp.dest('dist/resources/themes')); + return gulp.src(['public/themes/**/*']).pipe(gulp.dest('dist/resources/themes')); }); gulp.task('images', function () { diff --git a/layouts/AppConfigurator.vue b/layouts/AppConfigurator.vue index 7f9b25fb0..87bddd61c 100755 --- a/layouts/AppConfigurator.vue +++ b/layouts/AppConfigurator.vue @@ -129,7 +129,7 @@ -
Premium themes are only available exclusively for PrimeVue Theme Designer subscribers and therefore not included in PrimeVue core.
-Beautifully crafted application templates by PrimeTek.
Designer is the ultimate tool to create your own PrimeVue experience powered by a SASS based theme engine with 500+ variables and a Visual Designer. PrimeVue only ships the - generated CSS of Material, Bootstrap, Tailwind, FluentUI, Saga, Vela, Arya and legacy themes whereas Designer provides full access to the whole SASS structure and the variables of these - pre-built themes for easier customization. In addition, designer provides exclusive premium themes to subscribers including Soho, Viva, Mira and Nano that are not available in core PrimeVue distribution. + generated CSS of the themes whereas Designer provides full access to the whole SASS structure and the variables of these pre-built themes for easier customization.
Whether you have your own style guide or just need a custom theme, Designer API is the right tool to design and bring them to existence.