@idaho6/design 0.1.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/CHANGELOG.md ADDED
@@ -0,0 +1,23 @@
1
+ ## 0.1.0 (2026-05-24)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **@id6/design:** implement primitive extraction from OpenProps ([2571e87](https://github.com/wijohnst/id6-mono/commit/2571e87))
6
+ - **@id6/design:** add esbuild pipeline for factory function ([82b26be](https://github.com/wijohnst/id6-mono/commit/82b26be))
7
+ - scaffold @id6/design with token pipeline and conformance spec ([d53f35e](https://github.com/wijohnst/id6-mono/commit/d53f35e))
8
+ - **audit-gen:** id6-74 - support manual content review via json input ([#96](https://github.com/wijohnst/id6-mono/pull/96), [#80](https://github.com/wijohnst/id6-mono/issues/80))
9
+ - **audit-generator:** expand scope to multi-section audits (content, performance, security) ([#83](https://github.com/wijohnst/id6-mono/pull/83))
10
+ - **ag-cli:** bootstraps audit generator cli ([#82](https://github.com/wijohnst/id6-mono/pull/82))
11
+ - **adg-ui:** bootstraps audit generator ui ([#81](https://github.com/wijohnst/id6-mono/pull/81))
12
+ - **@id6/contact-sync:** bootstreaps application ([#6](https://github.com/wijohnst/id6-mono/pull/6))
13
+ - **@id6/nx-adr:** adds adr support nx plugin ([#5](https://github.com/wijohnst/id6-mono/pull/5))
14
+
15
+ ### 🩹 Fixes
16
+
17
+ - restore pre-commit hook executable permission ([#84](https://github.com/wijohnst/id6-mono/pull/84))
18
+
19
+ ### ❤️ Thank You
20
+
21
+ - Claude Haiku 4.5
22
+ - wijohnst @wijohnst
23
+ - Will Johnston @wijohnst
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # design
2
+
3
+ This library was generated with [Nx](https://nx.dev).
4
+
5
+ ## Building
6
+
7
+ Run `nx build design` to build the library.
@@ -0,0 +1,5 @@
1
+ export declare function build({ source, buildPath }: {
2
+ source: string[];
3
+ buildPath: string;
4
+ }): Promise<void>;
5
+ //# sourceMappingURL=createConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createConfig.d.ts","sourceRoot":"","sources":["../src/createConfig.ts"],"names":[],"mappings":"AAEA,wBAAsB,KAAK,CAAC,EAAE,MAAM,EAAE,SAAS,EAAE,EAAE;IAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAAC,SAAS,EAAE,MAAM,CAAA;CAAE,iBAoCzF"}