From dd8d326db7d49aa664e7c7b25a05120cfe9498b5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 2 Sep 2022 02:34:43 +0000 Subject: [PATCH] chore(release): 1.1.0 # [1.1.0](https://github.com/dash-ui/react/compare/v1.0.1...v1.1.0) (2022-09-02) ### Features * add a useCSS hook ([#13](https://github.com/dash-ui/react/issues/13)) ([5fd1ed9](https://github.com/dash-ui/react/commit/5fd1ed9790ad1828fda2bc963814713563b5f950)) --- CHANGELOG.md | 6 +++ package.json | 2 +- types/index.d.ts | 116 ++++++++++++++++++++++++++++++++++++++++------- 3 files changed, 106 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff14973..d0be518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.1.0](https://github.com/dash-ui/react/compare/v1.0.1...v1.1.0) (2022-09-02) + +### Features + +- add a useCSS hook ([#13](https://github.com/dash-ui/react/issues/13)) ([5fd1ed9](https://github.com/dash-ui/react/commit/5fd1ed9790ad1828fda2bc963814713563b5f950)) + ## [1.0.1](https://github.com/dash-ui/react/compare/v1.0.0...v1.0.1) (2022-08-18) ### Bug Fixes diff --git a/package.json b/package.json index 5585f33..5067885 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dash-ui/react", - "version": "1.0.1", + "version": "1.1.0", "description": "React components and hooks for dash-ui", "license": "MIT", "author": "Jared Lunde (https://jaredLunde.com)", diff --git a/types/index.d.ts b/types/index.d.ts index 0459ffc..2f91ce1 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -1,4 +1,12 @@ -import type { DashThemes, DashTokens, Falsy, StyleCallback, StyleObject, Styles } from "@dash-ui/styles"; +import type { + DashThemes, + DashTokens, + Falsy, + StyleCallback, + StyleObject, + Styles, + StyleValue, +} from "@dash-ui/styles"; import * as React from "react"; /** * A component for creating an inline `