From c54b8efd26b2006cdb77712fcb8a03cfaf14d09b Mon Sep 17 00:00:00 2001 From: belltalion <106361733+belltalion@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:38:49 +0900 Subject: [PATCH 1/2] Update css.ts --- packages/react/src/utils/css.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/utils/css.ts b/packages/react/src/utils/css.ts index 3a8a876c..d34cc92d 100644 --- a/packages/react/src/utils/css.ts +++ b/packages/react/src/utils/css.ts @@ -1,7 +1,7 @@ import { DevupCommonProps } from '../types/props' import type { DevupSelectorProps } from '../types/props/selector' -export function css(props: DevupCommonProps): string +export function css(props: DevupCommonProps & DevupSelectorProps): string export function css(strings: TemplateStringsArray): string export function css( From b84cbc14fdae859cc2041374fcf57393fa6fd830 Mon Sep 17 00:00:00 2001 From: belltalion <106361733+belltalion@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:39:11 +0900 Subject: [PATCH 2/2] Create thirty-tomatoes-beam.md --- .changeset/thirty-tomatoes-beam.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/thirty-tomatoes-beam.md diff --git a/.changeset/thirty-tomatoes-beam.md b/.changeset/thirty-tomatoes-beam.md new file mode 100644 index 00000000..e4069b65 --- /dev/null +++ b/.changeset/thirty-tomatoes-beam.md @@ -0,0 +1,5 @@ +--- +"@devup-ui/react": patch +--- + +Update css.ts