create-auto-app 0.9.12 → 0.9.13
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/package.json +2 -2
- package/templates/finance-app/.context/design-system.md +142 -0
- package/templates/finance-app/.context/figma-variables.json +13759 -0
- package/templates/finance-app/.context/shadcn-filter.ts +29 -0
- package/templates/finance-app/auto.config.ts +180 -0
- package/templates/finance-app/flows/app-homepage.flow.ts +84 -0
- package/templates/finance-app/flows/landing-page.flow.ts +34 -0
- package/templates/finance-app/package.json +30 -0
- package/templates/finance-app/pnpm-lock.yaml +12518 -0
- package/templates/finance-app/pnpm-workspace.yaml +2 -0
- package/templates/finance-app/tsconfig.base.json +17 -0
- package/templates/finance-app/tsconfig.json +17 -0
- package/templates/finance-app/turbo.json +19 -0
- package/templates/questionnaires/auto.config.ts +1 -1
- package/templates/shopping-app/auto.config.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-auto-app",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.13",
|
|
4
4
|
"description": "Create Auto Engineer apps with no configuration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"fs-extra": "^11.2.0",
|
|
28
28
|
"inquirer": "^9.2.15",
|
|
29
29
|
"ora": "^8.0.1",
|
|
30
|
-
"@auto-engineer/id": "0.9.
|
|
30
|
+
"@auto-engineer/id": "0.9.13"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/fs-extra": "^11.0.4",
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
# Design System
|
|
2
|
+
|
|
3
|
+
## Components
|
|
4
|
+
|
|
5
|
+
### <TextField> | Multiline
|
|
6
|
+
|
|
7
|
+
Description: Sizes, states and other props can be set from the inside TextField component.
|
|
8
|
+
Image: 
|
|
9
|
+
|
|
10
|
+
### <TextField>
|
|
11
|
+
|
|
12
|
+
Description:
|
|
13
|
+
Image: 
|
|
14
|
+
|
|
15
|
+
### <Button>
|
|
16
|
+
|
|
17
|
+
Description:
|
|
18
|
+
Image: 
|
|
19
|
+
|
|
20
|
+
### <CardMedia>
|
|
21
|
+
|
|
22
|
+
Description:
|
|
23
|
+
Image: 
|
|
24
|
+
|
|
25
|
+
### \*Custom / Page Heading
|
|
26
|
+
|
|
27
|
+
Description: Click on the description and actions slots for more options.
|
|
28
|
+
Image: 
|
|
29
|
+
|
|
30
|
+
### \*Custom / Expandable Nav Item
|
|
31
|
+
|
|
32
|
+
Description:
|
|
33
|
+
Image: 
|
|
34
|
+
|
|
35
|
+
### \*Custom / Uploader / Item
|
|
36
|
+
|
|
37
|
+
Description:
|
|
38
|
+
Image: 
|
|
39
|
+
|
|
40
|
+
### \*Custom / Forms / Passwordless
|
|
41
|
+
|
|
42
|
+
Description:
|
|
43
|
+
Image: 
|
|
44
|
+
|
|
45
|
+
### Native / Date Time Picker
|
|
46
|
+
|
|
47
|
+
Description: Date pickers and Time pickers allow selecting a single value from a pre-determined set.
|
|
48
|
+
Image: 
|
|
49
|
+
|
|
50
|
+
### !!<IconButton>
|
|
51
|
+
|
|
52
|
+
Description: Icon buttons are commonly found in app bars and toolbars.
|
|
53
|
+
Image: 
|
|
54
|
+
|
|
55
|
+
### <LoadingButton>
|
|
56
|
+
|
|
57
|
+
Description:
|
|
58
|
+
Image: 
|
|
59
|
+
|
|
60
|
+
### \*Custom / Sidenav
|
|
61
|
+
|
|
62
|
+
Description:
|
|
63
|
+
Image: 
|
|
64
|
+
|
|
65
|
+
### <Avatar>
|
|
66
|
+
|
|
67
|
+
Description:
|
|
68
|
+
Image: 
|
|
69
|
+
|
|
70
|
+
### <FormControlLabel> | Checkbox
|
|
71
|
+
|
|
72
|
+
Description: Drop-in replacement of the Radio, Switch and Checkbox component. Use this component if you want to display an extra label.
|
|
73
|
+
Image: 
|
|
74
|
+
|
|
75
|
+
### <Checkbox>
|
|
76
|
+
|
|
77
|
+
Description: Checkboxes allow the user to select one or more items from a set.
|
|
78
|
+
Image: 
|
|
79
|
+
|
|
80
|
+
### \*Custom / Flags
|
|
81
|
+
|
|
82
|
+
Description:
|
|
83
|
+
Image: 
|
|
84
|
+
|
|
85
|
+
### \*Custom / Actions Slot
|
|
86
|
+
|
|
87
|
+
Description:
|
|
88
|
+
Image: 
|
|
89
|
+
|
|
90
|
+
### \*Custom / Uploader / Container
|
|
91
|
+
|
|
92
|
+
Description:
|
|
93
|
+
Image: 
|
|
94
|
+
|
|
95
|
+
### <FormGroup> | <Checkbox>
|
|
96
|
+
|
|
97
|
+
Description:
|
|
98
|
+
Image: 
|
|
99
|
+
|
|
100
|
+
### <Card>
|
|
101
|
+
|
|
102
|
+
Description: Cards contain content and actions about a single subject.
|
|
103
|
+
Image: 
|
|
104
|
+
|
|
105
|
+
### \*Custom / Settings / Plan Item
|
|
106
|
+
|
|
107
|
+
Description:
|
|
108
|
+
Image: 
|
|
109
|
+
|
|
110
|
+
### \*Custom / Section Headings
|
|
111
|
+
|
|
112
|
+
Description: Provide content and actions relative to a page.
|
|
113
|
+
Image: 
|
|
114
|
+
|
|
115
|
+
### <Alert>
|
|
116
|
+
|
|
117
|
+
Description: An alert displays a short, important message in a way that attracts the user's attention without interrupting the user's task.
|
|
118
|
+
Image: 
|
|
119
|
+
|
|
120
|
+
### <AvatarGroup>
|
|
121
|
+
|
|
122
|
+
Description: import Avatar from '@mui/material/Avatar';
|
|
123
|
+
import AvatarGroup from '@mui/material/AvatarGroup';
|
|
124
|
+
|
|
125
|
+
export default function GroupAvatarsDemo() {
|
|
126
|
+
return (
|
|
127
|
+
<AvatarGroup max={4}>
|
|
128
|
+
<Avatar alt="Remy Sharp" />
|
|
129
|
+
<Avatar alt="Travis Howard" />
|
|
130
|
+
<Avatar alt="Cindy Baker" />
|
|
131
|
+
<Avatar alt="Agnes Walker" />
|
|
132
|
+
<Avatar alt="Trevor Henderson" />
|
|
133
|
+
</AvatarGroup>
|
|
134
|
+
);
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
Image: 
|
|
138
|
+
|
|
139
|
+
### <CardHeader>
|
|
140
|
+
|
|
141
|
+
Description:
|
|
142
|
+
Image: 
|