From 81afd115353c02d9bd302608f92aba72130b3245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Fri, 27 Jan 2023 14:56:16 +0300 Subject: [PATCH] update for new free 6 themes --- .gitignore | 8 ---- gulpfile.js | 2 +- layouts/AppConfigurator.vue | 83 ++++++++++++++++++------------------- layouts/AppTopBar.vue | 44 ++++++++++---------- pages/setup/index.vue | 6 +++ pages/theming/index.vue | 3 +- 6 files changed, 71 insertions(+), 75 deletions(-) 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 @@ -
PrimeOne Design
+
PrimeOne Design
+
Misc
+
+
+ + Soho Light +
+
+ + Soho Dark +
+
+ + Viva Light +
+
+ + Viva Dark +
+
+ + Mira +
+
+ + Nano +
+
+
PrimeOne Design - Legacy
@@ -257,47 +297,6 @@
-

Premium Themes

-

Premium themes are only available exclusively for PrimeVue Theme Designer subscribers and therefore not included in PrimeVue core.

-
-
- - Soho Light -
-
- - Soho Dark -
-
- - Viva Light -
-
- - Viva Dark -
-
- - Mira -
-
- - Nano -
-
-

Admin Templates

Beautifully crafted application templates by PrimeTek.

diff --git a/layouts/AppTopBar.vue b/layouts/AppTopBar.vue index fc75eae88..67fee277b 100755 --- a/layouts/AppTopBar.vue +++ b/layouts/AppTopBar.vue @@ -82,7 +82,7 @@ Fluent LightFluent Light -
  • PRIMEONE 2022
  • +
  • PRIMEONE
  • Lara Light IndigoLara Light Indigo
  • @@ -108,7 +108,27 @@ Lara Dark TealLara Dark Teal -
  • PRIMEONE 2021
  • +
  • MISC
  • +
  • + Soho LightSoho Light +
  • +
  • + Soho DarkSoho Dark +
  • +
  • + Viva LightViva Light +
  • +
  • + Viva DarkViva Dark +
  • +
  • + MiraMira +
  • +
  • + NanoNano +
  • + +
  • PRIMEONE - LEGACY
  • Saga BlueSaga Blue
  • @@ -145,26 +165,6 @@
  • Arya PurpleArya Purple
  • - -
  • PREMIUM
  • -
  • - Soho LightSoho Light -
  • -
  • - Soho DarkSoho Dark -
  • -
  • - Viva LightViva Light -
  • -
  • - Viva DarkViva Dark -
  • -
  • - MiraMira -
  • -
  • - NanoNano -
  • diff --git a/pages/setup/index.vue b/pages/setup/index.vue index bbd62ecc7..c9020feb4 100755 --- a/pages/setup/index.vue +++ b/pages/setup/index.vue @@ -154,6 +154,12 @@ primevue/resources/themes/lara-light-blue/theme.css primevue/resources/themes/lara-dark-blue/theme.css primevue/resources/themes/lara-light-teal/theme.css primevue/resources/themes/lara-dark-teal/theme.css +primevue/resources/themes/soho-light/theme.css +primevue/resources/themes/soho-dark/theme.css +primevue/resources/themes/viva-light/theme.css +primevue/resources/themes/viva-dark/theme.css +primevue/resources/themes/mira/theme.css +primevue/resources/themes/nano/theme.css primevue/resources/themes/saga-blue/theme.css primevue/resources/themes/saga-green/theme.css primevue/resources/themes/saga-orange/theme.css diff --git a/pages/theming/index.vue b/pages/theming/index.vue index 0a23d6ef6..d72b02dbb 100755 --- a/pages/theming/index.vue +++ b/pages/theming/index.vue @@ -32,8 +32,7 @@

    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.