@l3mpire/ui 2.21.0 → 2.21.1
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/USAGE.md +1 -1
- package/dist/index.js +257 -219
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +257 -219
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/USAGE.md
CHANGED
|
@@ -937,7 +937,7 @@ import {
|
|
|
937
937
|
| `FilterBar` / `FilterBarLeft` / `FilterBarRight` | Layout container |
|
|
938
938
|
| `SortButton` | Sort by dropdown (field list + asc/desc) |
|
|
939
939
|
| `FilterBarButton` | "Filters" trigger with optional badge count |
|
|
940
|
-
| `FilterChip` | Presentational segmented chip |
|
|
940
|
+
| `FilterChip` | Presentational segmented chip (value segment truncates at 160px with tooltip on overflow) |
|
|
941
941
|
| `InteractiveFilterChip` | FilterChip with per-segment popovers (property, operator, value, kebab) |
|
|
942
942
|
| `PropertySelector` | 2-level popover: categories → properties with search |
|
|
943
943
|
| `AdvancedChip` | Split button "Advanced filters (N)" + close (outlined neutral) |
|