diff --git a/package-lock.json b/package-lock.json index 42ba2a6..1c9bd9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13143,7 +13143,7 @@ } }, "packages/filigran-icon": { - "version": "0.8.0", + "version": "0.8.1", "license": "MIT", "devDependencies": { "@svgr/cli": "8.1.0", diff --git a/packages/filigran-icon/assets/check_indeterminate_small_bold.svg b/packages/filigran-icon/assets/check_indeterminate_small_bold.svg new file mode 100644 index 0000000..d9fc58e --- /dev/null +++ b/packages/filigran-icon/assets/check_indeterminate_small_bold.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/packages/filigran-icon/package.json b/packages/filigran-icon/package.json index 3df002b..30fccfc 100644 --- a/packages/filigran-icon/package.json +++ b/packages/filigran-icon/package.json @@ -1,6 +1,6 @@ { "name": "filigran-icon", - "version": "0.8.0", + "version": "0.8.1", "description": "Filigran icon", "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/filigran-icon/src/CheckIndeterminateSmallBold.tsx b/packages/filigran-icon/src/CheckIndeterminateSmallBold.tsx index 4720304..8e0a8a3 100644 --- a/packages/filigran-icon/src/CheckIndeterminateSmallBold.tsx +++ b/packages/filigran-icon/src/CheckIndeterminateSmallBold.tsx @@ -9,7 +9,7 @@ const SvgCheckIndeterminateSmallBold = ({ {title} : null} - + - + ); diff --git a/packages/filigran-icon/src/index.ts b/packages/filigran-icon/src/index.ts index c801549..42eb0ef 100644 --- a/packages/filigran-icon/src/index.ts +++ b/packages/filigran-icon/src/index.ts @@ -25,6 +25,9 @@ export const CheckBoldIcon = lazy(() => import("./CheckBold")); export const CheckIndeterminateIcon = lazy( () => import("./CheckIndeterminate"), ); +export const CheckIndeterminateSmallBoldIcon = lazy( + () => import("./CheckIndeterminateSmallBold"), +); export const ChevronIcon = lazy(() => import("./Chevron")); export const CircleCloseIcon = lazy(() => import("./CircleClose")); export const CityIcon = lazy(() => import("./City")); diff --git a/projects/filigran-website/content/docs/components/table.mdx b/projects/filigran-website/content/docs/components/table.mdx deleted file mode 100644 index c32f60e..0000000 --- a/projects/filigran-website/content/docs/components/table.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Table ---- - -## Example - - diff --git a/yarn.lock b/yarn.lock index d9d13d5..0fe5e30 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3528,7 +3528,7 @@ file-entry-cache@^6.0.1: flat-cache "^3.0.4" "filigran-icon@file:C:\\Users\\Jean-PhilippeKha\\IdeaProjects\\monorepo\\packages\\filigran-icon": - version "0.8.0" + version "0.8.1" resolved "file:packages/filigran-icon" "filigran-ui@file:C:\\Users\\Jean-PhilippeKha\\IdeaProjects\\monorepo\\packages\\filigran-ui":