@proofkit/cli 1.0.0 → 1.1.5

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 (34) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/index.js +16382 -275
  3. package/package.json +11 -12
  4. package/template/nextjs/.prettierrc +3 -0
  5. package/template/nextjs/components.json +21 -0
  6. package/template/nextjs/package.json +3 -3
  7. package/template/nextjs/postcss.config.cjs +1 -0
  8. package/template/nextjs/proofkit.json +6 -1
  9. package/template/nextjs/src/config/theme/globals.css +124 -0
  10. package/template/nextjs/src/utils/styles.ts +6 -0
  11. package/template/pages/nextjs/table-edit/actions.ts +3 -2
  12. package/template/pages/nextjs/table-infinite/actions.ts +5 -5
  13. package/template/pages/nextjs/table-infinite-edit/actions.ts +6 -6
  14. package/template/vite-wv/.prettierrc +3 -0
  15. package/template/vite-wv/components.json +21 -0
  16. package/template/vite-wv/postcss.config.cjs +1 -0
  17. package/template/vite-wv/proofkit.json +6 -1
  18. package/template/vite-wv/src/config/theme/globals.css +124 -0
  19. package/template/vite-wv/src/utils/styles.ts +6 -0
  20. package/dist/acorn-AKFTBDM6.js +0 -15
  21. package/dist/angular-BOQ6FHSU.js +0 -2
  22. package/dist/babel-ZTOORN7K.js +0 -15
  23. package/dist/chunk-4LISTI44.js +0 -1
  24. package/dist/estree-KOJPX4S6.js +0 -36
  25. package/dist/flow-RCI44GYZ.js +0 -19
  26. package/dist/glimmer-GV5EF5E4.js +0 -30
  27. package/dist/graphql-YXQNPQWM.js +0 -29
  28. package/dist/html-ZAJTRROK.js +0 -22
  29. package/dist/markdown-Q75DTQI7.js +0 -63
  30. package/dist/meriyah-32K7GBV5.js +0 -4
  31. package/dist/postcss-WWYO4PGL.js +0 -54
  32. package/dist/typescript-M6N7JDNQ.js +0 -20
  33. package/dist/yaml-LY7PNAYV.js +0 -161
  34. package/index.d.ts +0 -19
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @proofgeist/kit
2
2
 
3
+ ## 1.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 7429a1e: Add simultaneous support for Shadcn. New projects will have Shadcn initialized automatically, and the upgrade command will offer to automatically add support for Shadcn to an existing ProofKit project.
8
+
9
+ ### Patch Changes
10
+
11
+ - b483d67: Update formatting after typegen to be more consistent
12
+ - f0ddde2: Upgrade next-safe-action to v8 (and related dependencies)
13
+ - 7c87649: Fix getFieldNamesForSchema function
14
+
3
15
  ## 1.0.0
4
16
 
5
17
  ### Major Changes