@data-slot/ui 0.2.83 → 0.2.86

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.
Files changed (2) hide show
  1. package/README.md +19 -11
  2. package/package.json +15 -15
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Headless UI components for vanilla JavaScript. Tiny, accessible, unstyled.
4
4
 
5
- **~3KB gzipped** for the full bundle. Zero dependencies. Tree-shakeable.
5
+ **Subpaths range from 614 B to 6.2 KB gzipped** (ESM `dist/index.js`). Zero dependencies. Tree-shakeable.
6
6
 
7
7
  ## Installation
8
8
 
@@ -16,16 +16,20 @@ This is a convenience package that re-exports all `@data-slot/*` packages:
16
16
 
17
17
  | Package | Size | Description |
18
18
  |---------|------|-------------|
19
- | `@data-slot/dialog` | 1.2 KB | Modal dialogs with focus management |
20
- | `@data-slot/tabs` | 1.1 KB | Tabbed interfaces with keyboard nav |
21
- | `@data-slot/accordion` | 938 B | Collapsible content sections |
22
- | `@data-slot/popover` | 856 B | Anchored floating content |
23
- | `@data-slot/hover-card` | 2.1 KB | Hover/focus preview cards |
24
- | `@data-slot/tooltip` | 772 B | Hover/focus tooltips |
25
- | `@data-slot/collapsible` | 710 B | Simple show/hide toggle |
26
- | `@data-slot/navigation-menu` | ~1.5 KB | Mega menus with hover/keyboard |
27
- | `@data-slot/combobox` | ~3 KB | Autocomplete input with filtering |
28
- | `@data-slot/core` | 452 B | Shared utilities |
19
+ | `@data-slot/navigation-menu` | 6.2 KB | Dropdown navigation menus |
20
+ | `@data-slot/core` | 4.5 KB | Shared utilities |
21
+ | `@data-slot/combobox` | 3.7 KB | Autocomplete input with filtering |
22
+ | `@data-slot/select` | 3.7 KB | Select input with keyboard navigation |
23
+ | `@data-slot/dropdown-menu` | 2.4 KB | Action menus with keyboard navigation |
24
+ | `@data-slot/hover-card` | 2.0 KB | Hover/focus preview cards |
25
+ | `@data-slot/tabs` | 1.8 KB | Tabbed interfaces with keyboard nav |
26
+ | `@data-slot/popover` | 1.8 KB | Anchored floating content |
27
+ | `@data-slot/dialog` | 1.8 KB | Modal dialogs with focus management |
28
+ | `@data-slot/toggle-group` | 1.5 KB | Single/multi toggle groups |
29
+ | `@data-slot/collapsible` | 1.5 KB | Simple show/hide toggle |
30
+ | `@data-slot/accordion` | 1.3 KB | Collapsible content sections |
31
+ | `@data-slot/tooltip` | 1.1 KB | Hover/focus tooltips |
32
+ | `@data-slot/toggle` | 614 B | Pressed-state toggle button |
29
33
 
30
34
  ## Usage
31
35
 
@@ -48,6 +52,10 @@ Available subpaths:
48
52
  - `@data-slot/ui/tooltip`
49
53
  - `@data-slot/ui/collapsible`
50
54
  - `@data-slot/ui/navigation-menu`
55
+ - `@data-slot/ui/dropdown-menu`
56
+ - `@data-slot/ui/toggle`
57
+ - `@data-slot/ui/toggle-group`
58
+ - `@data-slot/ui/select`
51
59
  - `@data-slot/ui/combobox`
52
60
 
53
61
  ### Direct Package Imports
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@data-slot/ui",
3
- "version": "0.2.83",
3
+ "version": "0.2.86",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "description": "Headless UI components for vanilla JavaScript. Convenience re-exports from @data-slot/* packages.",
@@ -166,20 +166,20 @@
166
166
  "build": "tsdown"
167
167
  },
168
168
  "dependencies": {
169
- "@data-slot/core": "0.2.80",
170
- "@data-slot/tabs": "0.2.80",
171
- "@data-slot/dialog": "0.2.80",
172
- "@data-slot/accordion": "0.2.80",
173
- "@data-slot/popover": "0.2.80",
174
- "@data-slot/hover-card": "0.2.80",
175
- "@data-slot/tooltip": "0.2.80",
176
- "@data-slot/collapsible": "0.2.80",
177
- "@data-slot/navigation-menu": "0.2.80",
178
- "@data-slot/dropdown-menu": "0.2.80",
179
- "@data-slot/toggle": "0.2.80",
180
- "@data-slot/toggle-group": "0.2.80",
181
- "@data-slot/select": "0.2.80",
182
- "@data-slot/combobox": "0.2.80"
169
+ "@data-slot/core": "0.2.86",
170
+ "@data-slot/tabs": "0.2.86",
171
+ "@data-slot/dialog": "0.2.86",
172
+ "@data-slot/accordion": "0.2.86",
173
+ "@data-slot/popover": "0.2.86",
174
+ "@data-slot/hover-card": "0.2.86",
175
+ "@data-slot/tooltip": "0.2.86",
176
+ "@data-slot/collapsible": "0.2.86",
177
+ "@data-slot/navigation-menu": "0.2.86",
178
+ "@data-slot/dropdown-menu": "0.2.86",
179
+ "@data-slot/toggle": "0.2.86",
180
+ "@data-slot/toggle-group": "0.2.86",
181
+ "@data-slot/select": "0.2.86",
182
+ "@data-slot/combobox": "0.2.86"
183
183
  },
184
184
  "keywords": [
185
185
  "headless",