create-asciitorium 0.1.32 → 0.1.33

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.
@@ -14,6 +14,7 @@ import {
14
14
  FormExample,
15
15
  MultiSelectExample,
16
16
  LayoutSizingExample,
17
+ ModalExample,
17
18
  TabsExample,
18
19
  ArtExample,
19
20
  SlidersExample,
@@ -30,6 +31,7 @@ const componentList = [
30
31
  'Button',
31
32
  'CelticBorder',
32
33
  'Form',
34
+ 'Modal',
33
35
  'Maze',
34
36
  'MultiSelect',
35
37
  'LayoutSizing',
@@ -44,6 +46,7 @@ const examples = {
44
46
  Button: ButtonExample,
45
47
  CelticBorder: CelticBorderExample,
46
48
  Form: FormExample,
49
+ Modal: ModalExample,
47
50
  Maze: MazeExample,
48
51
  MultiSelect: MultiSelectExample,
49
52
  LayoutSizing: LayoutSizingExample,
@@ -53,7 +56,7 @@ const examples = {
53
56
  };
54
57
 
55
58
  const app = (
56
- <App>
59
+ <App font="PrintChar21">
57
60
  <Art
58
61
  src={'./art/asciitorium.txt'}
59
62
  style={{ align: 'center', gap: { bottom: 2 } }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-asciitorium",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
4
4
  "private": false,
5
5
  "description": "Scaffold a Vite + TypeScript project prewired for asciitorium (web + cli).",
6
6
  "bin": {