Skip to content

Commit

Permalink
[filigran-icon][version] v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkha committed Aug 29, 2024
1 parent e3882ce commit 1225e2d
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/filigran-icon/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 5 additions & 5 deletions packages/filigran-icon/src/CheckIndeterminateSmallBold.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@ const SvgCheckIndeterminateSmallBold = ({
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 14 4"
viewBox="0 0 12 2"
role="img"
aria-labelledby={titleId}
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<mask
id="check_indeterminate_small_bold_svg__a"
width={26}
height={25}
width={24}
height={24}
x={-6}
y={-11}
maskUnits="userSpaceOnUse"
style={{
maskType: "alpha",
}}
>
<path fill="currentColor" d="M-5.263-10.653h24.526v24.526H-5.263z" />
<path fill="currentColor" d="M-6-11h24v24H-6z" />
</mask>
<g mask="url(#check_indeterminate_small_bold_svg__a)">
<path fill="currentColor" d="M0 3.219V0h14v3.219z" />
<path fill="currentColor" d="M0 2V0h12v2z" />
</g>
</svg>
);
Expand Down
3 changes: 3 additions & 0 deletions packages/filigran-icon/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down
7 changes: 0 additions & 7 deletions projects/filigran-website/content/docs/components/table.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit 1225e2d

Please sign in to comment.