From bda9d4550349b2cc3a6a7b885e1937dcd9ff6e03 Mon Sep 17 00:00:00 2001 From: Roy Date: Tue, 5 Sep 2023 11:56:23 +0200 Subject: [PATCH] Update exports --- package.json | 2 +- src/atoms/Icon/index.module.css | 5 ++--- src/atoms/Icon/index.tsx | 2 +- src/index.ts | 1 + 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0d88827..06c430d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@sandercamp/ui-components", "author": "Sander Camp", "license": "MIT", - "version": "0.0.27", + "version": "0.0.28", "packageManager": "yarn@4.0.0-rc.50", "main": "./lib/index.js", "exports": { diff --git a/src/atoms/Icon/index.module.css b/src/atoms/Icon/index.module.css index 8d1b53b..bcddcc8 100644 --- a/src/atoms/Icon/index.module.css +++ b/src/atoms/Icon/index.module.css @@ -1,7 +1,6 @@ @import url("../../principles/icons.css"); .icon { - background: var(--bg-color-1); - - color: var(--font-color-1) + background: var(--bg-color-1); + color: var(--font-color-1); } diff --git a/src/atoms/Icon/index.tsx b/src/atoms/Icon/index.tsx index dd8a6e3..b3c7964 100644 --- a/src/atoms/Icon/index.tsx +++ b/src/atoms/Icon/index.tsx @@ -11,7 +11,7 @@ export type IconProps = JSX.IntrinsicElements["span"] & { const Icon: React.FC = ({ className, name, fill = true }) => (