@tinybigui/react 0.20.0 → 0.21.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 +9 -9
- package/dist/index.cjs +412 -132
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +219 -64
- package/dist/index.d.ts +219 -64
- package/dist/index.js +405 -131
- 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.21.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
|
>
|
|
@@ -127,14 +127,14 @@ See [THEMING.md](./THEMING.md) for the full customization guide.
|
|
|
127
127
|
|
|
128
128
|
### Phase 1a: Core Buttons ✅
|
|
129
129
|
|
|
130
|
-
| Component | Status | Description
|
|
131
|
-
| ------------- | ------ |
|
|
132
|
-
| `Button` | ✅ | Filled, outlined, tonal, elevated, text variants
|
|
133
|
-
| `IconButton` | ✅ | M3 Expressive 5-tier sizing, toggle mode
|
|
134
|
-
| `FAB` | ✅ | M3 Expressive slot architecture, size scale
|
|
135
|
-
| `FABMenu` | ✅ | Speed-dial with MD3 Expressive pill menu items
|
|
136
|
-
| `ButtonGroup` | ✅ | Connected layout, single/multi-select
|
|
137
|
-
| `SplitButton` | ✅ |
|
|
130
|
+
| Component | Status | Description |
|
|
131
|
+
| ------------- | ------ | ------------------------------------------------------------------------------------------ |
|
|
132
|
+
| `Button` | ✅ | Filled, outlined, tonal, elevated, text variants |
|
|
133
|
+
| `IconButton` | ✅ | M3 Expressive 5-tier sizing, toggle mode |
|
|
134
|
+
| `FAB` | ✅ | M3 Expressive slot architecture, size scale |
|
|
135
|
+
| `FABMenu` | ✅ | Speed-dial with MD3 Expressive pill menu items |
|
|
136
|
+
| `ButtonGroup` | ✅ | Connected layout, single/multi-select |
|
|
137
|
+
| `SplitButton` | ✅ | MD3 expressive variants-vs-states, 5-size scale, elevated variant, spring motion (v0.21.0) |
|
|
138
138
|
|
|
139
139
|
### Phase 1b: Form Components ✅
|
|
140
140
|
|