Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dark-mode-persisted-when-opening…
Browse files Browse the repository at this point in the history
…-a-story-into-a-tab' into dark-mode-persisted-when-opening-a-story-into-a-tab
  • Loading branch information
andresin87 committed Jan 25, 2024
2 parents 6f91682 + 4a740db commit 15f5e14
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/components/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.21.3](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-01-25)

### Bug Fixes

- **dropdown:** fix text side defined ([5a6c9a3](https://github.com/adevinta/spark/commit/5a6c9a3418cc914ec86eae9aace043ac0f9876c0))

## [0.21.2](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-01-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/dropdown",
"version": "0.21.2",
"version": "0.21.3",
"description": "Displays a list of options for the user to pick from—triggered by a button. Differs from Select in that it offers multiple select and its list is not native.",
"publishConfig": {
"access": "public"
Expand Down
10 changes: 10 additions & 0 deletions packages/components/select/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.6](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-01-25)

### Bug Fixes

- **select:** fix text-size defined ([da597e1](https://github.com/adevinta/spark/commit/da597e1cbf9b047435b6dc91f00ae740b165dccf))

## [0.6.5](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-01-25)

**Note:** Version bump only for package @spark-ui/select

## [0.6.4](https://github.com/adevinta/spark/compare/@spark-ui/[email protected]...@spark-ui/[email protected]) (2024-01-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/select",
"version": "0.6.4",
"version": "0.6.6",
"description": "Displays a list of options for the user to pick from—triggered by a button.",
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions packages/components/select/src/SelectTrigger.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const styles = cva(
[
'relative flex w-full items-center justify-between',
'min-h-sz-44 rounded-lg bg-surface text-on-surface px-lg',
'text-body-1',
// outline styles
'ring-1 outline-none ring-inset',
],
Expand Down

0 comments on commit 15f5e14

Please sign in to comment.