Skip to content

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.0...v1.3.0) (2022-10-28)

### Features

* add themes to styles object ([#24](#24)) ([0da9f76](0da9f76))
  • Loading branch information
semantic-release-bot committed Oct 28, 2022
1 parent 0da9f76 commit fb7b308
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.3.0](https://github.com/dash-ui/styles/compare/v1.2.0...v1.3.0) (2022-10-28)


### Features

* add themes to styles object ([#24](https://github.com/dash-ui/styles/issues/24)) ([0da9f76](https://github.com/dash-ui/styles/commit/0da9f762da0927b0d6f922342486c6deba212181))

# [1.2.0](https://github.com/dash-ui/styles/compare/v1.1.1...v1.2.0) (2022-10-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dash-ui/styles",
"version": "1.2.0",
"version": "1.3.0",
"description": "A tiny, powerful, framework-agnostic CSS-in-JS library.",
"keywords": [
"styles",
Expand Down
4 changes: 4 additions & 0 deletions types/create-styles.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,10 @@ export interface Styles<Tokens extends DashTokens = DashTokens, Themes extends D
* The CSS tokens currently defined in the instance
*/
tokens: TokensUnion<Tokens, Themes>;
/**
* The themes defined in the instance
*/
themes: Themes;
/**
* A hashing function for creating unique selector names
*
Expand Down
2 changes: 1 addition & 1 deletion types/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

0 comments on commit fb7b308

Please sign in to comment.