@tinybigui/react 0.8.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -10
- package/dist/index.cjs +493 -437
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +172 -48
- package/dist/index.d.ts +172 -48
- package/dist/index.js +493 -437
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ A modern, accessible React component library implementing Google's Material Desi
|
|
|
12
12
|
|
|
13
13
|
## ✅ Status
|
|
14
14
|
|
|
15
|
-
> **Latest Release: v0.
|
|
15
|
+
> **Latest Release: v0.9.0** (2026-06-09)
|
|
16
16
|
>
|
|
17
17
|
> **29 MD3 components** published to npm with full TypeScript support and WCAG 2.1 AA accessibility.
|
|
18
18
|
>
|
|
@@ -138,14 +138,14 @@ See [THEMING.md](./THEMING.md) for the full customization guide.
|
|
|
138
138
|
|
|
139
139
|
### Phase 1b: Form Components ✅
|
|
140
140
|
|
|
141
|
-
| Component | Status | Description
|
|
142
|
-
| ------------ | ------ |
|
|
143
|
-
| `TextField` | ✅ | Filled and outlined, floating label
|
|
144
|
-
| `Checkbox` | ✅ |
|
|
145
|
-
| `Radio` | ✅ | Radio button input
|
|
146
|
-
| `RadioGroup` | ✅ | Vertical and horizontal orientation
|
|
147
|
-
| `Switch` | ✅ | Toggle with variants-vs-states arch.
|
|
148
|
-
| `Slider` | ✅ | Standard, centered, range; discrete stops
|
|
141
|
+
| Component | Status | Description |
|
|
142
|
+
| ------------ | ------ | ---------------------------------------------------- |
|
|
143
|
+
| `TextField` | ✅ | Filled and outlined, floating label |
|
|
144
|
+
| `Checkbox` | ✅ | MD3 variants-vs-states, spec-accurate icons (v0.8.1) |
|
|
145
|
+
| `Radio` | ✅ | Radio button input |
|
|
146
|
+
| `RadioGroup` | ✅ | Vertical and horizontal orientation |
|
|
147
|
+
| `Switch` | ✅ | Toggle with variants-vs-states arch. |
|
|
148
|
+
| `Slider` | ✅ | Standard, centered, range; discrete stops |
|
|
149
149
|
|
|
150
150
|
### Phase 2: Navigation ✅
|
|
151
151
|
|
|
@@ -174,7 +174,7 @@ See [THEMING.md](./THEMING.md) for the full customization guide.
|
|
|
174
174
|
| ------------ | ------ | --------------------------------------------------------------- |
|
|
175
175
|
| `Card` | ✅ | Elevated, filled, outlined variants |
|
|
176
176
|
| `List` | ✅ | Static and interactive list items |
|
|
177
|
-
| `Chip` | ✅ |
|
|
177
|
+
| `Chip` | ✅ | MD3 expressive slot architecture, elevated surface (v0.9.0) |
|
|
178
178
|
| `Badge` | ✅ | MD3 expressive dot/count badges, icon-corner anchoring (v0.8.0) |
|
|
179
179
|
| `Divider` | ✅ | Horizontal/vertical, inset variants |
|
|
180
180
|
| `DatePicker` | ✅ | Docked, modal, and input variants |
|