create-tina-app 0.1.3 → 0.1.6
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 +26 -0
- package/dist/index.js +39 -5
- package/{examples/tina-tailwind-sidebar-demo/next-env.d.ts → dist/util/preRunChecks.d.ts} +1 -3
- package/package.json +2 -1
- package/examples/tina-tailwind-sidebar-demo/.tina/PageTemplate.ts +0 -427
- package/examples/tina-tailwind-sidebar-demo/.tina/ThemeTemplate.ts +0 -42
- package/examples/tina-tailwind-sidebar-demo/.tina/__generated__/_graphql.json +0 -4180
- package/examples/tina-tailwind-sidebar-demo/.tina/__generated__/_lookup.json +0 -68
- package/examples/tina-tailwind-sidebar-demo/.tina/__generated__/_schema.json +0 -851
- package/examples/tina-tailwind-sidebar-demo/.tina/__generated__/config/schema.json +0 -479
- package/examples/tina-tailwind-sidebar-demo/.tina/__generated__/schema.gql +0 -391
- package/examples/tina-tailwind-sidebar-demo/.tina/__generated__/types.ts +0 -520
- package/examples/tina-tailwind-sidebar-demo/.tina/schema.ts +0 -35
- package/examples/tina-tailwind-sidebar-demo/CHANGELOG.md +0 -95
- package/examples/tina-tailwind-sidebar-demo/LICENSE +0 -201
- package/examples/tina-tailwind-sidebar-demo/README.md +0 -10
- package/examples/tina-tailwind-sidebar-demo/components/PageBlocks.tsx +0 -25
- package/examples/tina-tailwind-sidebar-demo/components/actions.js +0 -114
- package/examples/tina-tailwind-sidebar-demo/components/features.tsx +0 -171
- package/examples/tina-tailwind-sidebar-demo/components/footer.tsx +0 -247
- package/examples/tina-tailwind-sidebar-demo/components/hero.js +0 -156
- package/examples/tina-tailwind-sidebar-demo/components/icon.js +0 -264
- package/examples/tina-tailwind-sidebar-demo/components/modal.js +0 -79
- package/examples/tina-tailwind-sidebar-demo/components/nav.tsx +0 -121
- package/examples/tina-tailwind-sidebar-demo/components/section.js +0 -53
- package/examples/tina-tailwind-sidebar-demo/components/testimonial.tsx +0 -87
- package/examples/tina-tailwind-sidebar-demo/components/theme.tsx +0 -81
- package/examples/tina-tailwind-sidebar-demo/components/tina-wrapper.js +0 -85
- package/examples/tina-tailwind-sidebar-demo/content/data/homepage.json +0 -186
- package/examples/tina-tailwind-sidebar-demo/content/theme/NormalTheme.json +0 -5
- package/examples/tina-tailwind-sidebar-demo/graphql.config.js +0 -24
- package/examples/tina-tailwind-sidebar-demo/package.json +0 -42
- package/examples/tina-tailwind-sidebar-demo/pages/_app.js +0 -48
- package/examples/tina-tailwind-sidebar-demo/pages/admin.tsx +0 -26
- package/examples/tina-tailwind-sidebar-demo/pages/index.tsx +0 -186
- package/examples/tina-tailwind-sidebar-demo/postcss.config.js +0 -19
- package/examples/tina-tailwind-sidebar-demo/public/canal.jpg +0 -0
- package/examples/tina-tailwind-sidebar-demo/public/index.html +0 -42
- package/examples/tina-tailwind-sidebar-demo/styles.css +0 -20
- package/examples/tina-tailwind-sidebar-demo/tailwind.config.js +0 -83
- package/examples/tina-tailwind-sidebar-demo/tsconfig.json +0 -19
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"DocumentConnection": {
|
|
3
|
-
"type": "DocumentConnection",
|
|
4
|
-
"resolveType": "multiCollectionDocumentList",
|
|
5
|
-
"collections": [
|
|
6
|
-
"theme",
|
|
7
|
-
"page"
|
|
8
|
-
]
|
|
9
|
-
},
|
|
10
|
-
"Node": {
|
|
11
|
-
"type": "Node",
|
|
12
|
-
"resolveType": "nodeDocument"
|
|
13
|
-
},
|
|
14
|
-
"DocumentNode": {
|
|
15
|
-
"type": "DocumentNode",
|
|
16
|
-
"resolveType": "multiCollectionDocument"
|
|
17
|
-
},
|
|
18
|
-
"Theme": {
|
|
19
|
-
"type": "Theme",
|
|
20
|
-
"resolveType": "unionData",
|
|
21
|
-
"typeMap": {
|
|
22
|
-
"theme": "ThemeTheme"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"ThemeDocument": {
|
|
26
|
-
"type": "ThemeDocument",
|
|
27
|
-
"resolveType": "collectionDocument",
|
|
28
|
-
"collection": "theme"
|
|
29
|
-
},
|
|
30
|
-
"ThemeConnection": {
|
|
31
|
-
"type": "ThemeConnection",
|
|
32
|
-
"resolveType": "collectionDocumentList",
|
|
33
|
-
"collection": "theme"
|
|
34
|
-
},
|
|
35
|
-
"Page": {
|
|
36
|
-
"type": "Page",
|
|
37
|
-
"resolveType": "unionData",
|
|
38
|
-
"typeMap": {
|
|
39
|
-
"homepage": "PageHomepage"
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
"PageDocument": {
|
|
43
|
-
"type": "PageDocument",
|
|
44
|
-
"resolveType": "collectionDocument",
|
|
45
|
-
"collection": "page"
|
|
46
|
-
},
|
|
47
|
-
"PageConnection": {
|
|
48
|
-
"type": "PageConnection",
|
|
49
|
-
"resolveType": "collectionDocumentList",
|
|
50
|
-
"collection": "page"
|
|
51
|
-
},
|
|
52
|
-
"PageBlocks": {
|
|
53
|
-
"type": "PageBlocks",
|
|
54
|
-
"resolveType": "unionData",
|
|
55
|
-
"typeMap": {
|
|
56
|
-
"hero": "PageBlocksHero",
|
|
57
|
-
"testimonial": "PageBlocksTestimonial",
|
|
58
|
-
"features": "PageBlocksFeatures"
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
"PageNavlist": {
|
|
62
|
-
"type": "PageNavlist",
|
|
63
|
-
"resolveType": "unionData",
|
|
64
|
-
"typeMap": {
|
|
65
|
-
"nav": "PageNavlistNav"
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|