@tinybigui/react 0.22.0 → 0.24.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 +970 -546
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +440 -106
- package/dist/index.d.ts +440 -106
- package/dist/index.js +955 -546
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -19
- package/dist/styles.css.map +1 -1
- package/package.json +2 -2
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.24.0** (2026-06-12)
|
|
16
16
|
>
|
|
17
17
|
> **29 MD3 components** published to npm with full TypeScript support and WCAG 2.1 AA accessibility.
|
|
18
18
|
>
|
|
@@ -149,24 +149,24 @@ See [THEMING.md](./THEMING.md) for the full customization guide.
|
|
|
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` | ✅ |
|
|
157
|
-
| `NavigationBar` | ✅ | Bottom navigation with badges
|
|
158
|
-
| `Search` | ✅ | MD3 expressive variants-vs-states architecture, per-slot CVAs (v0.18.0)
|
|
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` | ✅ | MD3 slot-based variants-vs-states architecture, `DrawerHeadline`, spring modal animation (v0.24.0) |
|
|
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
|
|
|
162
|
-
| Component | Status | Description
|
|
163
|
-
| ------------- | ------ |
|
|
164
|
-
| `Dialog` | ✅ | MD3 expressive motion, hero icon, scroll dividers, reduced-motion support (v0.22.0)
|
|
165
|
-
| `Snackbar` | ✅ | MD3 slot-based architecture, inverse-surface state layers, spring motion (v0.20.0)
|
|
166
|
-
| `Menu` | ✅ |
|
|
167
|
-
| `Progress` | ✅ | MD3 expressive slot CVA, colorful tokens, wavy shape, thick track (v0.16.0)
|
|
168
|
-
| `BottomSheet` | ✅ | MD3 expressive handle, variants-vs-states architecture (v0.11.0)
|
|
169
|
-
| `Tooltip` | ✅ | Slot-based MD3 styling, reduced-motion guard, rich tooltip token fixes (v0.21.1)
|
|
162
|
+
| Component | Status | Description |
|
|
163
|
+
| ------------- | ------ | ------------------------------------------------------------------------------------------ |
|
|
164
|
+
| `Dialog` | ✅ | MD3 expressive motion, hero icon, scroll dividers, reduced-motion support (v0.22.0) |
|
|
165
|
+
| `Snackbar` | ✅ | MD3 slot-based architecture, inverse-surface state layers, spring motion (v0.20.0) |
|
|
166
|
+
| `Menu` | ✅ | MD3 expressive vertical segmented menus, `MenuItemGroup`, context menu, submenus (v0.23.0) |
|
|
167
|
+
| `Progress` | ✅ | MD3 expressive slot CVA, colorful tokens, wavy shape, thick track (v0.16.0) |
|
|
168
|
+
| `BottomSheet` | ✅ | MD3 expressive handle, variants-vs-states architecture (v0.11.0) |
|
|
169
|
+
| `Tooltip` | ✅ | Slot-based MD3 styling, reduced-motion guard, rich tooltip token fixes (v0.21.1) |
|
|
170
170
|
|
|
171
171
|
### Phase 4: Data Display ✅
|
|
172
172
|
|