@ship-it-ui/shipit 0.0.1 → 0.0.3
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 +6 -0
- package/dist/index.cjs +502 -249
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +87 -13
- package/dist/index.d.ts +87 -13
- package/dist/index.js +435 -205
- package/dist/index.js.map +1 -1
- package/package.json +19 -11
package/README.md
CHANGED
|
@@ -8,6 +8,12 @@ ReasoningBlock, …), knowledge-graph chrome (GraphNode, GraphEdge, …), entity
|
|
|
8
8
|
displays (EntityBadge, EntityCard, …), and the marketing sections. The
|
|
9
9
|
generic primitives and patterns live in `@ship-it-ui/ui`.
|
|
10
10
|
|
|
11
|
+
## How this fits in
|
|
12
|
+
|
|
13
|
+
Part of the [Ship-It Design System](../../docs/architecture.md). See the
|
|
14
|
+
architecture overview for how `@ship-it-ui/tokens`, `@ship-it-ui/icons`,
|
|
15
|
+
`@ship-it-ui/ui`, and `@ship-it-ui/shipit` compose.
|
|
16
|
+
|
|
11
17
|
## Install
|
|
12
18
|
|
|
13
19
|
```bash
|