From 310b6ff21c73dcd909e96d961e1ded711c69421c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Gu=CC=88ell=20Segarra?= Date: Thu, 30 May 2024 14:53:16 +0200 Subject: [PATCH] feat(infinitescroll): add new css custom theme --- package.json | 4 +- .../InfiniteTable/HeaderCheckbox.tsx | 4 +- .../InfiniteTable/InfiniteTable.tsx | 2 +- src/styles/ag-theme-quartz.css | 1577 +++++++++++++++++ 4 files changed, 1583 insertions(+), 4 deletions(-) create mode 100644 src/styles/ag-theme-quartz.css diff --git a/package.json b/package.json index 2ba2937..569235f 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ }, "files": [ "dist", + "dist/style.css", "src", "README.md" ], @@ -18,7 +19,8 @@ ".": { "import": "./dist/react-formiga-table.es.js", "types": "./dist/index.d.ts" - } + }, + "./style.css": "./dist/style.css" }, "scripts": { "build": "tsc --noEmit && vite build", diff --git a/src/components/InfiniteTable/HeaderCheckbox.tsx b/src/components/InfiniteTable/HeaderCheckbox.tsx index bbfd002..583045c 100644 --- a/src/components/InfiniteTable/HeaderCheckbox.tsx +++ b/src/components/InfiniteTable/HeaderCheckbox.tsx @@ -28,8 +28,8 @@ const HeaderCheckboxComp = memo( return (