From 43b5617b066bedebb12f5ed43a048a23d8a1a28a Mon Sep 17 00:00:00 2001 From: Ashen Wijesiri Date: Mon, 18 Nov 2024 13:14:22 +0100 Subject: [PATCH] For #613 - Updating web-components theme package version. Responsive table paddings are not working as expected in the dashboard tables. So this version has a fixed padding for all screen sizes. Other responsive styles remains unchanged. --- code/dashboard-2/package.json | 2 +- code/dashboard-2/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/dashboard-2/package.json b/code/dashboard-2/package.json index e44928f1..5caf7e70 100644 --- a/code/dashboard-2/package.json +++ b/code/dashboard-2/package.json @@ -16,7 +16,7 @@ "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@fontsource/ibm-plex-sans": "^5.1.0", - "@naicno/web-components": "0.0.7", + "@naicno/web-components": "0.0.10", "@tanstack/react-query": "^5.52.2", "@tanstack/react-query-devtools": "^5.52.2", "@tanstack/react-table": "^8.20.5", diff --git a/code/dashboard-2/yarn.lock b/code/dashboard-2/yarn.lock index 71941d59..6884b21c 100644 --- a/code/dashboard-2/yarn.lock +++ b/code/dashboard-2/yarn.lock @@ -778,10 +778,10 @@ "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" -"@naicno/web-components@0.0.7": - version "0.0.7" - resolved "https://npm.pkg.github.com/download/@naicno/web-components/0.0.7/216aae3a10f4b6ca3b440c3ea91c11af89f2ed33#216aae3a10f4b6ca3b440c3ea91c11af89f2ed33" - integrity sha512-FmqQid0r3buXO3UBDXdA55Gu/HOfOjuNqP6BxPmAJBhLUGZRokaEiCBgpAveblf2wDrxs7P6vT91RB6vdkyx+A== +"@naicno/web-components@0.0.10": + version "0.0.10" + resolved "https://npm.pkg.github.com/download/@naicno/web-components/0.0.10/f17268944a4b41433bf23efc0dc7b62482da2445#f17268944a4b41433bf23efc0dc7b62482da2445" + integrity sha512-UCMNteqC1WRol6NDaJcV+vffy9wl852JnLGJoInZeKZGPiOlOxmOn01Axx4clBvjo5Q7MqAqT8axU2h5+zvpsw== dependencies: "@chakra-ui/icons" "^2.2.4" "@chakra-ui/react" "^2.8.0"