feat: add shared Toolbox header and themes

This commit is contained in:
2026-07-23 00:29:21 +02:00
parent e3aaea02ee
commit 4f6089247a
14 changed files with 229 additions and 233 deletions

View File

@@ -53,8 +53,8 @@ describe('release archive', () => {
'react',
]);
const text = bundle.toString('utf8');
expect(text).toContain('@add-ideas/toolbox-contract@0.1.1');
expect(text).toContain('@add-ideas/toolbox-shell-react@0.1.1');
expect(text).toContain('@add-ideas/toolbox-contract@0.2.0');
expect(text).toContain('@add-ideas/toolbox-shell-react@0.2.0');
expect(text).toContain('react@');
expect(createHash('sha256').update(bundle).digest('hex')).toMatch(
/^[a-f0-9]{64}$/