@twind/preset-typography
Advanced tools
Comparing version 1.0.4-next-20221214212338 to 1.0.4-next-20221214220313
# @twind/preset-typography | ||
## 1.0.4-next-20221214212338 | ||
## 1.0.4-next-20221214220313 | ||
@@ -10,3 +10,3 @@ ### Patch Changes | ||
- Updated dependencies [[`58c87006`](https://github.com/tw-in-js/twind/commit/58c870060e13e95ac50bcd8b98de441126dafb05), [`b24af095`](https://github.com/tw-in-js/twind/commit/b24af09537c889eda791f675499f73acb37e7fb0), [`9254d208`](https://github.com/tw-in-js/twind/commit/9254d20855db6c4b1ce3e114f28d4af1d307ac51)]: | ||
- @twind/core@1.1.0-next-20221214212338 | ||
- @twind/core@1.1.0-next-20221214220313 | ||
@@ -13,0 +13,0 @@ ## 1.0.3 |
{ | ||
"name": "@twind/preset-typography", | ||
"version": "1.0.4-next-20221214212338", | ||
"version": "1.0.4-next-20221214220313", | ||
"description": "A twind preset that provides a set of `prose` classes you can use to add beautiful typographic defaults to any vanilla HTML you don't control, like HTML rendered from Markdown, or pulled from a CMS.", | ||
@@ -53,2 +53,3 @@ "type": "module", | ||
"module": "./preset-typography.dev.js", | ||
"worker": "./preset-typography.dev.js", | ||
"browser": "./preset-typography.browser.dev.js", | ||
@@ -64,2 +65,3 @@ "script": "./preset-typography.global.dev.js", | ||
"module": "./preset-typography.js", | ||
"worker": "./preset-typography.js", | ||
"browser": "./preset-typography.browser.js", | ||
@@ -77,3 +79,3 @@ "script": "./preset-typography.global.js", | ||
"peerDependencies": { | ||
"@twind/core": "1.1.0-next-20221214212338", | ||
"@twind/core": "1.1.0-next-20221214220313", | ||
"typescript": "^4.8.4" | ||
@@ -90,2 +92,3 @@ }, | ||
"module": "./preset-typography.js", | ||
"worker": "./preset-typography.js", | ||
"esnext": "./preset-typography.esnext.js", | ||
@@ -92,0 +95,0 @@ "unpkg": "./preset-typography.global.js", |
473048