From aaf2da3ca3b365b9224e674fd8cb722619bb21c4 Mon Sep 17 00:00:00 2001 From: Patrick Coffre <103060695+coffrep@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:01:57 +0100 Subject: [PATCH] Update content/news/posts/2024/PSDevCon 2024-PrestaShop-UIKit.md Co-authored-by: Krystian Podemski --- .../news/posts/2024/PSDevCon 2024-PrestaShop-UIKit.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/news/posts/2024/PSDevCon 2024-PrestaShop-UIKit.md b/content/news/posts/2024/PSDevCon 2024-PrestaShop-UIKit.md index 1cf07917f7..5931cd2e62 100644 --- a/content/news/posts/2024/PSDevCon 2024-PrestaShop-UIKit.md +++ b/content/news/posts/2024/PSDevCon 2024-PrestaShop-UIKit.md @@ -29,11 +29,11 @@ While still maintained for critical bugs, the first version will eventually be d For the remainder of this article, we will focus on this new iteration of PUIK! Version 2 is characterized by a significant architectural change, adopting a more modern monorepo structure. PUIK is now divided into five packages available on the public NPM registry, including the introduction of a new component library using web-components: -**@prestashopcorp/puik-components** : Vue.js component library -**@prestashopcorp/puik-web-components** : Library of Web-components -**@prestashopcorp/puik-resolver** : Resolver for on-demand auto-import of Vue components (unplugin-vue-components). -**@prestashopcorp/puik-theme** : Library containing all the CSS component classes. -**@prestashopcorp/puik-tailwind-preset** : Tailwind CSS preset containing all the design tokens. +**@prestashopcorp/puik-components**: Vue.js component library +**@prestashopcorp/puik-web-components**: Library of Web-components +**@prestashopcorp/puik-resolver**: Resolver for on-demand auto-import of Vue components (unplugin-vue-components). +**@prestashopcorp/puik-theme**: Library containing all the CSS component classes. +**@prestashopcorp/puik-tailwind-preset**: Tailwind CSS preset containing all the design tokens. ## Discovering the library