Skip to content

Commit db52792

Browse files
chore: update versions
1 parent b68ca30 commit db52792

9 files changed

Lines changed: 21 additions & 16 deletions

File tree

.changeset/callout-dismiss-content-parts.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/theme-flex-utility-preset.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/playground/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @styleframe/playground
22

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b68ca30`](https://github.com/styleframe-dev/styleframe/commit/b68ca3083d0bc41972f03516d7497e74699bf6e9), [`db48cd6`](https://github.com/styleframe-dev/styleframe/commit/db48cd67df033fa2051296b878a685ff7dd6f43a)]:
8+
- @styleframe/theme@3.9.0
9+
310
## 0.1.6
411

512
### Patch Changes

apps/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@styleframe/playground",
33
"private": true,
4-
"version": "0.1.6",
4+
"version": "0.1.7",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

testing/integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@playwright/test": "catalog:",
2929
"@styleframe/config-typescript": "workspace:^3.0.1",
3030
"@styleframe/config-vite": "workspace:^3.1.1",
31-
"@styleframe/theme": "workspace:^3.8.1",
31+
"@styleframe/theme": "workspace:^3.9.0",
3232
"@types/node": "catalog:",
3333
"@types/shelljs": "^0.10.0",
3434
"@vitest/coverage-v8": "catalog:",

theme/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @styleframe/theme
22

3+
## 3.9.0
4+
5+
### Minor Changes
6+
7+
- [#280](https://github.com/styleframe-dev/styleframe/pull/280) [`b68ca30`](https://github.com/styleframe-dev/styleframe/commit/b68ca3083d0bc41972f03516d7497e74699bf6e9) Thanks [@alexgrozav](https://github.com/alexgrozav)! - Add `useCalloutIconRecipe`, `useCalloutContentRecipe`, and `useCalloutDismissRecipe` sub-part recipes for the Callout component. The callout recipe now collapses when the `hidden` attribute is set, and the dismiss recipe provides a styled close button with hover and focus-visible states.
8+
9+
- [#281](https://github.com/styleframe-dev/styleframe/pull/281) [`db48cd6`](https://github.com/styleframe-dev/styleframe/commit/db48cd67df033fa2051296b878a685ff7dd6f43a) Thanks [@alexgrozav](https://github.com/alexgrozav)! - Extend `_flex:` namespace to mirror Tailwind's `flex-*` family: direction keywords (`row`, `col`, `column`, and their reverses) now route to `flex-direction`, wrap keywords (`wrap`, `nowrap`, `wrap-reverse`) route to `flex-wrap`, and shorthand values (`1`, `auto`, `initial`, `none`) continue to map to `flex`. Also adds `column`/`column-reverse` as full-word aliases to `flexDirectionValues` and `column`/`column-dense` aliases to grid auto-flow values.
10+
311
## 3.8.1
412

513
### Patch Changes

theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@styleframe/theme",
3-
"version": "3.8.1",
3+
"version": "3.9.0",
44
"type": "module",
55
"types": "./dist/index.d.ts",
66
"module": "./dist/theme.js",

tooling/plugin/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@styleframe/runtime": "workspace:^3.2.2",
12-
"@styleframe/theme": "workspace:^3.8.1",
12+
"@styleframe/theme": "workspace:^3.9.0",
1313
"@vitejs/plugin-vue": "catalog:nuxt",
1414
"styleframe": "workspace:^3.9.1",
1515
"vite": "catalog:",

0 commit comments

Comments
 (0)