@tinybigui/react 0.17.0 → 0.19.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 +16 -16
- package/dist/index.cjs +746 -766
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +356 -108
- package/dist/index.d.ts +356 -108
- package/dist/index.js +732 -766
- 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.19.0** (2026-06-10)
|
|
16
16
|
>
|
|
17
17
|
> **29 MD3 components** published to npm with full TypeScript support and WCAG 2.1 AA accessibility.
|
|
18
18
|
>
|
|
@@ -138,24 +138,24 @@ 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` | ✅ | MD3 expressive variants-vs-states, prefix/suffix, notched outline (v0.14.0)
|
|
144
|
-
| `Checkbox` | ✅ | MD3 variants-vs-states, spec-accurate icons (v0.8.1)
|
|
145
|
-
| `Radio` | ✅ | MD3 expressive variants-vs-states architecture, slot CVAs, spring motion (v0.17.0)
|
|
146
|
-
| `RadioGroup` | ✅ | Vertical and horizontal orientation, `isInvalid` forwarding fix (v0.17.0)
|
|
147
|
-
| `Switch` | ✅ | Toggle with variants-vs-states arch.
|
|
148
|
-
| `Slider` | ✅ |
|
|
141
|
+
| Component | Status | Description |
|
|
142
|
+
| ------------ | ------ | ---------------------------------------------------------------------------------------------------- |
|
|
143
|
+
| `TextField` | ✅ | MD3 expressive variants-vs-states, prefix/suffix, notched outline (v0.14.0) |
|
|
144
|
+
| `Checkbox` | ✅ | MD3 variants-vs-states, spec-accurate icons (v0.8.1) |
|
|
145
|
+
| `Radio` | ✅ | MD3 expressive variants-vs-states architecture, slot CVAs, spring motion (v0.17.0) |
|
|
146
|
+
| `RadioGroup` | ✅ | Vertical and horizontal orientation, `isInvalid` forwarding fix (v0.17.0) |
|
|
147
|
+
| `Switch` | ✅ | Toggle with variants-vs-states arch. |
|
|
148
|
+
| `Slider` | ✅ | MD3 expressive variants-vs-states architecture, spring motion, range/vertical layout fixes (v0.19.0) |
|
|
149
149
|
|
|
150
150
|
### Phase 2: Navigation ✅
|
|
151
151
|
|
|
152
|
-
| Component | Status | Description
|
|
153
|
-
| ------------------ | ------ |
|
|
154
|
-
| `AppBar` | ✅ | M3 expressive flexible slot architecture, subtitle growth (v0.10.0)
|
|
155
|
-
| `Tabs` | ✅ | MD3 expressive variants-vs-states, content-width indicator (v0.11.2)
|
|
156
|
-
| `NavigationDrawer` | ✅ | Modal and standard navigation drawer
|
|
157
|
-
| `NavigationBar` | ✅ | Bottom navigation with badges
|
|
158
|
-
| `Search` | ✅ |
|
|
152
|
+
| Component | Status | Description |
|
|
153
|
+
| ------------------ | ------ | ----------------------------------------------------------------------- |
|
|
154
|
+
| `AppBar` | ✅ | M3 expressive flexible slot architecture, subtitle growth (v0.10.0) |
|
|
155
|
+
| `Tabs` | ✅ | MD3 expressive variants-vs-states, content-width indicator (v0.11.2) |
|
|
156
|
+
| `NavigationDrawer` | ✅ | Modal and standard navigation drawer |
|
|
157
|
+
| `NavigationBar` | ✅ | Bottom navigation with badges |
|
|
158
|
+
| `Search` | ✅ | MD3 expressive variants-vs-states architecture, per-slot CVAs (v0.18.0) |
|
|
159
159
|
|
|
160
160
|
### Phase 3: Feedback ✅
|
|
161
161
|
|