@next-degree/pickle-shared-js 0.1.1 → 0.2.1

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 (111) hide show
  1. package/.github/pull_request_template.md +65 -0
  2. package/.next/app-build-manifest.json +15 -0
  3. package/.next/build-manifest.json +20 -0
  4. package/.next/cache/.rscinfo +1 -0
  5. package/.next/cache/webpack/client-development/0.pack.gz +0 -0
  6. package/.next/cache/webpack/client-development/1.pack.gz +0 -0
  7. package/.next/cache/webpack/client-development/10.pack.gz +0 -0
  8. package/.next/cache/webpack/client-development/11.pack.gz +0 -0
  9. package/.next/cache/webpack/client-development/12.pack.gz +0 -0
  10. package/.next/cache/webpack/client-development/13.pack.gz +0 -0
  11. package/.next/cache/webpack/client-development/14.pack.gz +0 -0
  12. package/.next/cache/webpack/client-development/15.pack.gz +0 -0
  13. package/.next/cache/webpack/client-development/16.pack.gz +0 -0
  14. package/.next/cache/webpack/client-development/17.pack.gz +0 -0
  15. package/.next/cache/webpack/client-development/18.pack.gz +0 -0
  16. package/.next/cache/webpack/client-development/19.pack.gz +0 -0
  17. package/.next/cache/webpack/client-development/2.pack.gz +0 -0
  18. package/.next/cache/webpack/client-development/3.pack.gz +0 -0
  19. package/.next/cache/webpack/client-development/4.pack.gz +0 -0
  20. package/.next/cache/webpack/client-development/5.pack.gz +0 -0
  21. package/.next/cache/webpack/client-development/6.pack.gz +0 -0
  22. package/.next/cache/webpack/client-development/7.pack.gz +0 -0
  23. package/.next/cache/webpack/client-development/8.pack.gz +0 -0
  24. package/.next/cache/webpack/client-development/9.pack.gz +0 -0
  25. package/.next/cache/webpack/client-development/index.pack.gz +0 -0
  26. package/.next/cache/webpack/client-development/index.pack.gz.old +0 -0
  27. package/.next/cache/webpack/client-development-fallback/0.pack.gz +0 -0
  28. package/.next/cache/webpack/client-development-fallback/1.pack.gz +0 -0
  29. package/.next/cache/webpack/client-development-fallback/index.pack.gz +0 -0
  30. package/.next/cache/webpack/client-development-fallback/index.pack.gz.old +0 -0
  31. package/.next/cache/webpack/server-development/0.pack.gz +0 -0
  32. package/.next/cache/webpack/server-development/1.pack.gz +0 -0
  33. package/.next/cache/webpack/server-development/10.pack.gz +0 -0
  34. package/.next/cache/webpack/server-development/11.pack.gz +0 -0
  35. package/.next/cache/webpack/server-development/12.pack.gz +0 -0
  36. package/.next/cache/webpack/server-development/13.pack.gz +0 -0
  37. package/.next/cache/webpack/server-development/14.pack.gz +0 -0
  38. package/.next/cache/webpack/server-development/15.pack.gz +0 -0
  39. package/.next/cache/webpack/server-development/16.pack.gz +0 -0
  40. package/.next/cache/webpack/server-development/17.pack.gz +0 -0
  41. package/.next/cache/webpack/server-development/18.pack.gz +0 -0
  42. package/.next/cache/webpack/server-development/19.pack.gz +0 -0
  43. package/.next/cache/webpack/server-development/2.pack.gz +0 -0
  44. package/.next/cache/webpack/server-development/3.pack.gz +0 -0
  45. package/.next/cache/webpack/server-development/4.pack.gz +0 -0
  46. package/.next/cache/webpack/server-development/5.pack.gz +0 -0
  47. package/.next/cache/webpack/server-development/6.pack.gz +0 -0
  48. package/.next/cache/webpack/server-development/7.pack.gz +0 -0
  49. package/.next/cache/webpack/server-development/8.pack.gz +0 -0
  50. package/.next/cache/webpack/server-development/9.pack.gz +0 -0
  51. package/.next/cache/webpack/server-development/index.pack.gz +0 -0
  52. package/.next/cache/webpack/server-development/index.pack.gz.old +0 -0
  53. package/.next/package.json +1 -0
  54. package/.next/react-loadable-manifest.json +1 -0
  55. package/.next/server/app/page.js +350 -0
  56. package/.next/server/app/page_client-reference-manifest.js +1 -0
  57. package/.next/server/app-paths-manifest.json +3 -0
  58. package/.next/server/interception-route-rewrite-manifest.js +1 -0
  59. package/.next/server/middleware-build-manifest.js +22 -0
  60. package/.next/server/middleware-manifest.json +6 -0
  61. package/.next/server/middleware-react-loadable-manifest.js +1 -0
  62. package/.next/server/next-font-manifest.js +1 -0
  63. package/.next/server/next-font-manifest.json +1 -0
  64. package/.next/server/pages-manifest.json +1 -0
  65. package/.next/server/server-reference-manifest.js +1 -0
  66. package/.next/server/server-reference-manifest.json +5 -0
  67. package/.next/server/vendor-chunks/@floating-ui.js +55 -0
  68. package/.next/server/vendor-chunks/@radix-ui.js +675 -0
  69. package/.next/server/vendor-chunks/@swc.js +55 -0
  70. package/.next/server/vendor-chunks/aria-hidden.js +25 -0
  71. package/.next/server/vendor-chunks/clsx.js +25 -0
  72. package/.next/server/vendor-chunks/cmdk.js +55 -0
  73. package/.next/server/vendor-chunks/cva.js +35 -0
  74. package/.next/server/vendor-chunks/get-nonce.js +25 -0
  75. package/.next/server/vendor-chunks/lucide-react.js +20106 -0
  76. package/.next/server/vendor-chunks/next.js +2716 -0
  77. package/.next/server/vendor-chunks/tailwind-merge.js +25 -0
  78. package/.next/server/vendor-chunks/tslib.js +25 -0
  79. package/.next/server/webpack-runtime.js +220 -0
  80. package/.next/static/chunks/app/layout.js +70 -0
  81. package/.next/static/chunks/app/page.js +22699 -0
  82. package/.next/static/chunks/app-pages-internals.js +193 -0
  83. package/.next/static/chunks/main-app.js +2387 -0
  84. package/.next/static/chunks/polyfills.js +1 -0
  85. package/.next/static/chunks/webpack.js +1420 -0
  86. package/.next/static/css/app/layout.css +28580 -0
  87. package/.next/static/development/_buildManifest.js +1 -0
  88. package/.next/static/development/_ssgManifest.js +1 -0
  89. package/.next/static/media/4c8e59b780b89a55-s.p.otf +0 -0
  90. package/.next/static/media/607b4fbb6b651a55-s.p.otf +0 -0
  91. package/.next/static/media/dcb397e1676abc29-s.p.otf +0 -0
  92. package/.next/static/webpack/633457081244afec._.hot-update.json +1 -0
  93. package/.next/trace +4 -0
  94. package/.next/types/app/layout.ts +84 -0
  95. package/.next/types/app/page.ts +84 -0
  96. package/.next/types/cache-life.d.ts +138 -0
  97. package/.next/types/package.json +1 -0
  98. package/package.json +19 -6
  99. package/postcss.config.mjs +1 -0
  100. package/dist/components/ui/Button.d.mts +0 -14
  101. package/dist/components/ui/Button.d.ts +0 -14
  102. package/dist/components/ui/Button.js +0 -2
  103. package/dist/components/ui/Button.js.map +0 -1
  104. package/dist/components/ui/Button.mjs +0 -2
  105. package/dist/components/ui/Button.mjs.map +0 -1
  106. package/dist/index.d.mts +0 -4
  107. package/dist/index.d.ts +0 -4
  108. package/dist/index.js +0 -2
  109. package/dist/index.js.map +0 -1
  110. package/dist/index.mjs +0 -2
  111. package/dist/index.mjs.map +0 -1
@@ -0,0 +1,65 @@
1
+ # 🚀 Pull Request Template
2
+
3
+ ## 📝 TLDR
4
+
5
+ 1-liner if the context of the change is long - should be breif about what the change is and why
6
+
7
+ ## 📝 Description
8
+
9
+ TODO: Few sentences on the high level context for the change. Link to relevant design docs or discussion.
10
+
11
+ ### This Change
12
+
13
+ What this change does in the larger context. Specific details to highlight for review:
14
+
15
+ - <highlight1>
16
+ - <highlight2>
17
+ - <highlight3>
18
+
19
+ **Jira Ticket(s):**
20
+ Link any Relevant tickets associated to this PR.
21
+
22
+ - [JIRA-123](https://jira.example.com/browse/JIRA-123) (if applicable)
23
+
24
+ ## 🧪 Testing
25
+
26
+ - [ ] Added/updated tests
27
+ - [ ] Unit
28
+ - [ ] Integration
29
+ - [ ] Security
30
+ - [ ] Ran full test suite
31
+ - [ ] Added/updated documentation on how to run tests (if applicable)
32
+ - [ ] Manually tested functionality
33
+
34
+ ## 🔬 How to test it as a user
35
+ - Information on what pages to access, what to look for etc.
36
+
37
+ ## 📚 Documentation
38
+
39
+ - [ ] Added/update documentation (if applicable)
40
+
41
+ ## 🎨 Style and code quality
42
+
43
+ - [ ] Ran `pre-commit` on all new and updated files
44
+ - [ ] Ran ESLINT and addressed warnings
45
+ - [ ] Ran Prettier on all new files
46
+ - [ ] Updated auto-generated types file by running `npm run generate:types`
47
+ - [ ] Fixed all SonarCloud issues (if applicable)
48
+
49
+ ## 📦 Dependencies
50
+
51
+ - [ ] Added dependencies have been reviewed
52
+
53
+ ## 🚦 Ready for review
54
+
55
+ Please check all that apply:
56
+
57
+ - [ ] I have added at least one reviewer to this PR
58
+ - [ ] I have attached relevant screenshots or GIFs (if applicable)
59
+ - [ ] I have completed the PR checklist above
60
+
61
+ Once the PR has been reviewed and approved, please squash and merge the changes.
62
+
63
+ ## Helpful resources
64
+
65
+ - [PR Checklist](https://www.notion.so/next-degree/Pull-Request-Checklist-0c9af7916d7a4e6786dd5eb385f8b591) - Contains the useful Code Review Pyramid!
@@ -0,0 +1,15 @@
1
+ {
2
+ "pages": {
3
+ "/layout": [
4
+ "static/chunks/webpack.js",
5
+ "static/chunks/main-app.js",
6
+ "static/css/app/layout.css",
7
+ "static/chunks/app/layout.js"
8
+ ],
9
+ "/page": [
10
+ "static/chunks/webpack.js",
11
+ "static/chunks/main-app.js",
12
+ "static/chunks/app/page.js"
13
+ ]
14
+ }
15
+ }
@@ -0,0 +1,20 @@
1
+ {
2
+ "polyfillFiles": [
3
+ "static/chunks/polyfills.js"
4
+ ],
5
+ "devFiles": [],
6
+ "ampDevFiles": [],
7
+ "lowPriorityFiles": [
8
+ "static/development/_buildManifest.js",
9
+ "static/development/_ssgManifest.js"
10
+ ],
11
+ "rootMainFiles": [
12
+ "static/chunks/webpack.js",
13
+ "static/chunks/main-app.js"
14
+ ],
15
+ "rootMainFilesTree": {},
16
+ "pages": {
17
+ "/_app": []
18
+ },
19
+ "ampFirstPages": []
20
+ }
@@ -0,0 +1 @@
1
+ {"encryption.key":"KwSoESl6EQfY39FijMYEKV8r9CyKSgeuzhRB5CBNuEE=","encryption.expire_at":1734546942289}
@@ -0,0 +1 @@
1
+ {"type": "commonjs"}
@@ -0,0 +1 @@
1
+ {}