Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .changeset/tall-pillows-shake.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @batik-prototype/core

## 0.2.0

### Minor Changes

- [#2](https://github.com/devsantara/batik-prototype/pull/2) [`7cb629d`](https://github.com/devsantara/batik-prototype/commit/7cb629d15b913364691cbaaa79857cb60146f53d) Thanks [@edwintantawi](https://github.com/edwintantawi)! - Add `Accordion`, a stack of disclosure rows in the same token-driven shape as the rest of
the set: `contained` groups the rows on one surface and divides them with the border token,
`separated` gives each row its own outline.

It is `<details>` and `<summary>` underneath, so the keyboard, the screen reader and
find-in-page behaviour are the platform's. `exclusive` names the group rather than tracking
which row is open, which is why the rows arrive as an `items` array instead of as children:
nothing has to read the group's name or variant out of React context to render.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@batik-prototype/core",
"version": "0.1.0",
"version": "0.2.0",
"description": "Themeable StyleX components and the design token contract every Batik theme overrides",
"keywords": [
"components",
Expand Down
7 changes: 7 additions & 0 deletions themes/classic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @batik-prototype/theme-classic

## 0.1.1

### Patch Changes

- Updated dependencies [[`7cb629d`](https://github.com/devsantara/batik-prototype/commit/7cb629d15b913364691cbaaa79857cb60146f53d)]:
- @batik-prototype/core@0.2.0

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion themes/classic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@batik-prototype/theme-classic",
"version": "0.1.0",
"version": "0.1.1",
"description": "The default Batik theme: cool slate neutrals with a confident blue accent, plus a dark scheme",
"keywords": [
"classic",
Expand Down
7 changes: 7 additions & 0 deletions themes/ocean/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @batik-prototype/theme-ocean

## 0.1.1

### Patch Changes

- Updated dependencies [[`7cb629d`](https://github.com/devsantara/batik-prototype/commit/7cb629d15b913364691cbaaa79857cb60146f53d)]:
- @batik-prototype/core@0.2.0

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion themes/ocean/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@batik-prototype/theme-ocean",
"version": "0.1.0",
"version": "0.1.1",
"description": "A calm teal-and-cyan Batik theme with generously rounded shapes, in light and dark",
"keywords": [
"design system",
Expand Down
7 changes: 7 additions & 0 deletions themes/sunset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @batik-prototype/theme-sunset

## 0.1.1

### Patch Changes

- Updated dependencies [[`7cb629d`](https://github.com/devsantara/batik-prototype/commit/7cb629d15b913364691cbaaa79857cb60146f53d)]:
- @batik-prototype/core@0.2.0

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion themes/sunset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@batik-prototype/theme-sunset",
"version": "0.1.0",
"version": "0.1.1",
"description": "A warm amber-and-orange Batik theme with crisp, squared-off shapes, in light and dark",
"keywords": [
"design system",
Expand Down