@wheelhouse/ui 0.2.1 → 0.2.2
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/dist/components/badge/badge.d.ts +1 -1
- package/dist/components/button/button.d.ts +2 -2
- package/dist/components/frame/frame.d.ts +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +1 -0
- package/dist/components/input-group/input-group.d.ts +2 -2
- package/dist/components/item/item.d.ts +2 -2
- package/dist/components/navigation-pattern-1/index.d.ts.map +1 -0
- package/dist/components/navigation-pattern-1/pattern-1.config.d.ts.map +1 -0
- package/dist/{blocks/navigation/pattern-1 → components/navigation-pattern-1}/pattern-1.d.ts.map +1 -1
- package/dist/{blocks/navigation/pattern-1 → components/navigation-pattern-1}/pattern-1.js +43 -10
- package/dist/components/navigation-pattern-1/pattern-1.stories.d.ts.map +1 -0
- package/dist/{blocks/navigation/pattern-1 → components/navigation-pattern-1}/pattern-1.stories.js +1 -1
- package/dist/components/tabs/tabs.d.ts +1 -1
- package/dist/components/text/text.d.ts +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/llms.txt +3 -10
- package/package.json +3 -3
- package/dist/blocks/index.d.ts +0 -2
- package/dist/blocks/index.d.ts.map +0 -1
- package/dist/blocks/index.js +0 -1
- package/dist/blocks/navigation/index.d.ts +0 -2
- package/dist/blocks/navigation/index.d.ts.map +0 -1
- package/dist/blocks/navigation/index.js +0 -1
- package/dist/blocks/navigation/pattern-1/index.d.ts.map +0 -1
- package/dist/blocks/navigation/pattern-1/pattern-1.config.d.ts.map +0 -1
- package/dist/blocks/navigation/pattern-1/pattern-1.stories.d.ts.map +0 -1
- /package/dist/{blocks/navigation/pattern-1 → components/navigation-pattern-1}/index.d.ts +0 -0
- /package/dist/{blocks/navigation/pattern-1 → components/navigation-pattern-1}/index.js +0 -0
- /package/dist/{blocks/navigation/pattern-1 → components/navigation-pattern-1}/pattern-1.config.d.ts +0 -0
- /package/dist/{blocks/navigation/pattern-1 → components/navigation-pattern-1}/pattern-1.config.js +0 -0
- /package/dist/{blocks/navigation/pattern-1 → components/navigation-pattern-1}/pattern-1.d.ts +0 -0
- /package/dist/{blocks/navigation/pattern-1 → components/navigation-pattern-1}/pattern-1.stories.d.ts +0 -0
package/llms.txt
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
Wheelhouse React component library: Base UI primitives, shadcn-style patterns, Tailwind CSS v4, CVA for variants. Published as ESM with TypeScript declarations (`dist/`).
|
|
5
5
|
|
|
6
6
|
## Package entry points (`package.json` → `exports`)
|
|
7
|
-
- **`@wheelhouse/ui`** — components
|
|
7
|
+
- **`@wheelhouse/ui`** — components (primitives and composed patterns such as `NavigationPattern1`) and `cn` from `src/index.ts` (dev: TS sources; prod: `dist/index.js` + `.d.ts`).
|
|
8
8
|
- **`@wheelhouse/ui/globals.css`** — CSS entry for tokens, Tailwind, and theme wiring (`src/styles/globals.css`).
|
|
9
9
|
|
|
10
10
|
## Stack & peers
|
|
@@ -15,19 +15,12 @@ Wheelhouse React component library: Base UI primitives, shadcn-style patterns, T
|
|
|
15
15
|
## Consuming apps
|
|
16
16
|
1. `@import '@wheelhouse/ui/globals.css';`
|
|
17
17
|
2. With Tailwind v4, `@source` the published bundle (see `README.md`).
|
|
18
|
-
3. `import { Button } from '@wheelhouse/ui'` (and other named exports
|
|
18
|
+
3. `import { Button, NavigationPattern1 } from '@wheelhouse/ui'` (and other named exports from component barrels).
|
|
19
19
|
|
|
20
20
|
## Full documentation (LLM-friendly)
|
|
21
21
|
Canonical narrative, examples, and props live in the **Wheelhouse docs** app (`apps/docs` in this monorepo). When deployed, it exposes `/llms.txt` (page index), `/llms-full.txt` (concatenated markdown), and `/llms-raw.mdx/...` (per-page markdown). Use your docs base URL or run the docs app locally — this file is only a short offline pointer.
|
|
22
22
|
|
|
23
|
-
## Blocks (composed patterns under `src/blocks/`)
|
|
24
|
-
Higher-level layouts built from components — import from `@wheelhouse/ui` like primitives. Source lives next to optional colocated config (nav labels, URLs, menus).
|
|
25
|
-
|
|
26
|
-
| Block | Export | Source (monorepo) | Docs slug |
|
|
27
|
-
| --- | --- | --- | --- |
|
|
28
|
-
| Navigation — pattern 1 | `NavigationPattern1` | `src/blocks/navigation/pattern-1/pattern-1.tsx` (+ `pattern-1.config.ts` for nav data) | `/docs/blocks/navigation-pattern-1` |
|
|
29
|
-
|
|
30
23
|
## Component modules (barrels under `src/components/`)
|
|
31
24
|
Named exports are grouped by folder. Alphabetical list of barrels re-exported from `@wheelhouse/ui`:
|
|
32
25
|
|
|
33
|
-
accordion, alert, alert-dialog, aspect-ratio, avatar, badge, breadcrumb, button, button-group, calendar, card, checkbox, collapsible, command, combobox, context-menu, date-selector, dialog, direction, drawer, dropdown-menu, empty, field, filters, frame, hover-card, input, input-group, item, kbd, label, menubar, native-select, navigation-menu, pagination, popover, progress, radio-group, resizable, scroll-area, select, separator, sheet, slider, sonner, sortable, spinner, status-indicator, switch, tabs, text, textarea, toggle, toggle-group, tooltip
|
|
26
|
+
accordion, alert, alert-dialog, aspect-ratio, avatar, badge, breadcrumb, button, button-group, calendar, card, checkbox, collapsible, command, combobox, context-menu, date-selector, dialog, direction, drawer, dropdown-menu, empty, field, filters, frame, hover-card, input, input-group, item, kbd, label, menubar, native-select, navigation-menu, navigation-pattern-1 (`NavigationPattern1`; nav data in `pattern-1.config.ts`), pagination, popover, progress, radio-group, resizable, scroll-area, select, separator, sheet, slider, sonner, sortable, spinner, status-indicator, switch, tabs, text, textarea, toggle, toggle-group, tooltip
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wheelhouse/ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"typescript-eslint": "^8.54.0",
|
|
56
56
|
"vite": "^7.2.4",
|
|
57
57
|
"vitest": "^3.0.0",
|
|
58
|
-
"@wheelhouse/
|
|
59
|
-
"@wheelhouse/
|
|
58
|
+
"@wheelhouse/tsconfig": "0.0.0",
|
|
59
|
+
"@wheelhouse/eslint-config": "0.0.0"
|
|
60
60
|
},
|
|
61
61
|
"exports": {
|
|
62
62
|
".": {
|
package/dist/blocks/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/blocks/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
|
package/dist/blocks/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './navigation';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/blocks/navigation/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './pattern-1';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/blocks/navigation/pattern-1/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACjD,YAAY,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pattern-1.config.d.ts","sourceRoot":"","sources":["../../../../src/blocks/navigation/pattern-1/pattern-1.config.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,MAAM,QAAQ,GAAG;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC;AAEzC,yDAAyD;AACzD,MAAM,MAAM,mBAAmB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,mDAAmD;IACnD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,QAAQ,CAAC;CACpB,CAAC;AAEF,+CAA+C;AAC/C,MAAM,MAAM,sBAAsB,GAAG;IACjC,IAAI,EAAE,SAAS,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,SAAS;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CACrD,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,mBAAmB,GAAG,sBAAsB,CAAC;AAE/E,wCAAwC;AACxC,eAAO,MAAM,kBAAkB,EAAE,SAAS,mBAAmB,EAiB5D,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC;AAElE,0CAA0C;AAC1C,eAAO,MAAM,mBAAmB,EAAE;IAAE,YAAY,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,SAAS,mBAAmB,EAAE,CAAA;CAO9F,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC;AAE/D,gEAAgE;AAChE,eAAO,MAAM,gBAAgB,EAAE;IAC3B,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,SAAS,CAAC,SAAS,gBAAgB,EAAE,CAAC,EAAE,CAAC;IACnD,MAAM,EAAE,gBAAgB,CAAC;CAuB5B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pattern-1.stories.d.ts","sourceRoot":"","sources":["../../../../src/blocks/navigation/pattern-1/pattern-1.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAEjD,QAAA,MAAM,IAAI;;;;;;CAMiC,CAAC;AAE5C,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,mFAAmF;AACnF,eAAO,MAAM,OAAO,EAAE,KAGrB,CAAC;AAEF,yFAAyF;AACzF,eAAO,MAAM,MAAM,EAAE,KAEpB,CAAC"}
|
|
File without changes
|
|
File without changes
|
/package/dist/{blocks/navigation/pattern-1 → components/navigation-pattern-1}/pattern-1.config.d.ts
RENAMED
|
File without changes
|
/package/dist/{blocks/navigation/pattern-1 → components/navigation-pattern-1}/pattern-1.config.js
RENAMED
|
File without changes
|
/package/dist/{blocks/navigation/pattern-1 → components/navigation-pattern-1}/pattern-1.d.ts
RENAMED
|
File without changes
|
/package/dist/{blocks/navigation/pattern-1 → components/navigation-pattern-1}/pattern-1.stories.d.ts
RENAMED
|
File without changes
|