Skip to content

Commit 4e448af

Browse files
committed
Merge branch 'main' of github.com:PPLEThai/pple-design-system
2 parents 5e363b1 + 9ad57d9 commit 4e448af

4 files changed

Lines changed: 8 additions & 11 deletions

File tree

.changeset/add-spinner-component.md

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

.changeset/add-stepper-component.md

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

packages/components/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 50e6f62: Add `Spinner` component for loading states. Omit `value` for an indeterminate spinning loop, or pass `value` (0–`max`) for a determinate circular progress. Supports `size` (`sm` / `default` / `lg` / `xl`), custom `strokeWidth`, and accessible `label`. Color is driven by `currentColor` so it adapts to surrounding `text-*` classes.
8+
- a108977: Add `Stepper` + `StepperItem` for multi-step forms and wizards. Compound API with a `value` prop (0-indexed current step) on the root and per-step `title` / `description` on items. Supports `orientation="horizontal" | "vertical"`, marks the current step with `aria-current="step"`, and renders a checkmark for completed steps.
9+
310
## 1.0.2
411

512
### Patch Changes

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pplethai/components",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "People's Party design system — React components built on shadcn/ui",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)