Skip to content

Commit fb7b308

Browse files
chore(release): 1.3.0
# [1.3.0](v1.2.0...v1.3.0) (2022-10-28) ### Features * add themes to styles object ([#24](#24)) ([0da9f76](0da9f76))
1 parent 0da9f76 commit fb7b308

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.3.0](https://github.com/dash-ui/styles/compare/v1.2.0...v1.3.0) (2022-10-28)
2+
3+
4+
### Features
5+
6+
* add themes to styles object ([#24](https://github.com/dash-ui/styles/issues/24)) ([0da9f76](https://github.com/dash-ui/styles/commit/0da9f762da0927b0d6f922342486c6deba212181))
7+
18
# [1.2.0](https://github.com/dash-ui/styles/compare/v1.1.1...v1.2.0) (2022-10-15)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dash-ui/styles",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "A tiny, powerful, framework-agnostic CSS-in-JS library.",
55
"keywords": [
66
"styles",

types/create-styles.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,10 @@ export interface Styles<Tokens extends DashTokens = DashTokens, Themes extends D
296296
* The CSS tokens currently defined in the instance
297297
*/
298298
tokens: TokensUnion<Tokens, Themes>;
299+
/**
300+
* The themes defined in the instance
301+
*/
302+
themes: Themes;
299303
/**
300304
* A hashing function for creating unique selector names
301305
*

types/tsconfig.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)