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.
Files changed (41) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/dist/index.js +39 -5
  3. package/{examples/tina-tailwind-sidebar-demo/next-env.d.ts → dist/util/preRunChecks.d.ts} +1 -3
  4. package/package.json +2 -1
  5. package/examples/tina-tailwind-sidebar-demo/.tina/PageTemplate.ts +0 -427
  6. package/examples/tina-tailwind-sidebar-demo/.tina/ThemeTemplate.ts +0 -42
  7. package/examples/tina-tailwind-sidebar-demo/.tina/__generated__/_graphql.json +0 -4180
  8. package/examples/tina-tailwind-sidebar-demo/.tina/__generated__/_lookup.json +0 -68
  9. package/examples/tina-tailwind-sidebar-demo/.tina/__generated__/_schema.json +0 -851
  10. package/examples/tina-tailwind-sidebar-demo/.tina/__generated__/config/schema.json +0 -479
  11. package/examples/tina-tailwind-sidebar-demo/.tina/__generated__/schema.gql +0 -391
  12. package/examples/tina-tailwind-sidebar-demo/.tina/__generated__/types.ts +0 -520
  13. package/examples/tina-tailwind-sidebar-demo/.tina/schema.ts +0 -35
  14. package/examples/tina-tailwind-sidebar-demo/CHANGELOG.md +0 -95
  15. package/examples/tina-tailwind-sidebar-demo/LICENSE +0 -201
  16. package/examples/tina-tailwind-sidebar-demo/README.md +0 -10
  17. package/examples/tina-tailwind-sidebar-demo/components/PageBlocks.tsx +0 -25
  18. package/examples/tina-tailwind-sidebar-demo/components/actions.js +0 -114
  19. package/examples/tina-tailwind-sidebar-demo/components/features.tsx +0 -171
  20. package/examples/tina-tailwind-sidebar-demo/components/footer.tsx +0 -247
  21. package/examples/tina-tailwind-sidebar-demo/components/hero.js +0 -156
  22. package/examples/tina-tailwind-sidebar-demo/components/icon.js +0 -264
  23. package/examples/tina-tailwind-sidebar-demo/components/modal.js +0 -79
  24. package/examples/tina-tailwind-sidebar-demo/components/nav.tsx +0 -121
  25. package/examples/tina-tailwind-sidebar-demo/components/section.js +0 -53
  26. package/examples/tina-tailwind-sidebar-demo/components/testimonial.tsx +0 -87
  27. package/examples/tina-tailwind-sidebar-demo/components/theme.tsx +0 -81
  28. package/examples/tina-tailwind-sidebar-demo/components/tina-wrapper.js +0 -85
  29. package/examples/tina-tailwind-sidebar-demo/content/data/homepage.json +0 -186
  30. package/examples/tina-tailwind-sidebar-demo/content/theme/NormalTheme.json +0 -5
  31. package/examples/tina-tailwind-sidebar-demo/graphql.config.js +0 -24
  32. package/examples/tina-tailwind-sidebar-demo/package.json +0 -42
  33. package/examples/tina-tailwind-sidebar-demo/pages/_app.js +0 -48
  34. package/examples/tina-tailwind-sidebar-demo/pages/admin.tsx +0 -26
  35. package/examples/tina-tailwind-sidebar-demo/pages/index.tsx +0 -186
  36. package/examples/tina-tailwind-sidebar-demo/postcss.config.js +0 -19
  37. package/examples/tina-tailwind-sidebar-demo/public/canal.jpg +0 -0
  38. package/examples/tina-tailwind-sidebar-demo/public/index.html +0 -42
  39. package/examples/tina-tailwind-sidebar-demo/styles.css +0 -20
  40. package/examples/tina-tailwind-sidebar-demo/tailwind.config.js +0 -83
  41. 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
- }