From 616c3c9356dcced9392c2ca565e92bf49911354e 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: Mon, 31 Jul 2023 13:21:32 +0300 Subject: [PATCH] PrimeOne version updates for UI Kit page --- pages/uikit/index.vue | 55 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 48 insertions(+), 7 deletions(-) diff --git a/pages/uikit/index.vue b/pages/uikit/index.vue index 66a4c4240..232d5574f 100644 --- a/pages/uikit/index.vue +++ b/pages/uikit/index.vue @@ -37,10 +37,14 @@ Interactive Components -
  • +
  • Boolean, Instance Swap and Text Properties
  • +
  • + + Nested Instances +
  • @@ -73,7 +77,7 @@ PrimeVue Designer -
    +
    PrimeVue Designer
    @@ -94,24 +98,49 @@
    +
    +
    +
    TOKENS STUDIO
    +
    Tokens Support
    +

    Empower yourself with unprecedented control over your designs. Tokens Studio integration unlocks a whole new level of flexibility, allowing you to create and manage design tokens seamlessly.

    + +
      +
    • + + Countless Design Tokens +
    • +
    • + + Light and Dark Sets +
    • +
    • + + Well Documented +
    • +
    +
    +
    + Tokens Support +
    +
    Preview Light - PrimeVue Designer + Figma Light Preview Dark - PrimeVue Designer + Figma Dark
    @@ -144,6 +173,10 @@ Interactive Components +
  • + + Tokens Studio Support +
  • Lifetime Support @@ -184,6 +217,10 @@ Interactive Components
  • +
  • + + Tokens Studio Support +
  • Lifetime Support @@ -224,6 +261,10 @@ Interactive Components
  • +
  • + + Tokens Studio Support +
  • Lifetime Support @@ -299,7 +340,7 @@ export default { }, computed: { coverImage() { - const image = this.$appState.darkTheme ? 'images/uikit/primeone-cover-dark.jpg' : 'images/uikit/primeone-cover-light.jpg'; + const image = this.$appState.darkTheme ? 'images/uikit/primeone-cover-dark.jpeg' : 'images/uikit/primeone-cover-light.jpeg'; return 'https://primefaces.org/cdn/primevue/' + image; }