@tantainnovative/ndpr-toolkit 1.0.5 → 1.0.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 (159) hide show
  1. package/README.md +447 -84
  2. package/dist/index.esm.js +2 -0
  3. package/dist/index.esm.js.map +1 -0
  4. package/dist/index.js +2 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/types/index.d.ts +35 -0
  7. package/package.json +52 -70
  8. package/CHANGELOG.md +0 -16
  9. package/CNAME +0 -1
  10. package/CONTRIBUTING.md +0 -87
  11. package/RELEASE-NOTES-v1.0.0.md +0 -140
  12. package/RELEASE-NOTES-v1.0.1.md +0 -69
  13. package/SECURITY.md +0 -21
  14. package/components.json +0 -21
  15. package/eslint.config.mjs +0 -16
  16. package/next-env.d.ts +0 -5
  17. package/next.config.js +0 -15
  18. package/next.config.ts +0 -62
  19. package/packages/ndpr-toolkit/README.md +0 -467
  20. package/packages/ndpr-toolkit/dist/index.esm.js +0 -2
  21. package/packages/ndpr-toolkit/dist/index.esm.js.map +0 -1
  22. package/packages/ndpr-toolkit/dist/index.js +0 -2
  23. package/packages/ndpr-toolkit/dist/index.js.map +0 -1
  24. package/packages/ndpr-toolkit/package-lock.json +0 -8197
  25. package/packages/ndpr-toolkit/package.json +0 -71
  26. package/packages/ndpr-toolkit/rollup.config.js +0 -34
  27. package/packages/ndpr-toolkit/src/components/breach/BreachNotificationManager.tsx +0 -701
  28. package/packages/ndpr-toolkit/src/components/breach/BreachReportForm.tsx +0 -631
  29. package/packages/ndpr-toolkit/src/components/breach/BreachRiskAssessment.tsx +0 -569
  30. package/packages/ndpr-toolkit/src/components/breach/RegulatoryReportGenerator.tsx +0 -496
  31. package/packages/ndpr-toolkit/src/components/consent/ConsentBanner.tsx +0 -270
  32. package/packages/ndpr-toolkit/src/components/consent/ConsentManager.tsx +0 -217
  33. package/packages/ndpr-toolkit/src/components/consent/ConsentStorage.tsx +0 -206
  34. package/packages/ndpr-toolkit/src/components/dpia/DPIAQuestionnaire.tsx +0 -342
  35. package/packages/ndpr-toolkit/src/components/dpia/DPIAReport.tsx +0 -373
  36. package/packages/ndpr-toolkit/src/components/dpia/StepIndicator.tsx +0 -174
  37. package/packages/ndpr-toolkit/src/components/dsr/DSRDashboard.tsx +0 -717
  38. package/packages/ndpr-toolkit/src/components/dsr/DSRRequestForm.tsx +0 -476
  39. package/packages/ndpr-toolkit/src/components/dsr/DSRTracker.tsx +0 -620
  40. package/packages/ndpr-toolkit/src/components/policy/PolicyExporter.tsx +0 -541
  41. package/packages/ndpr-toolkit/src/components/policy/PolicyGenerator.tsx +0 -454
  42. package/packages/ndpr-toolkit/src/components/policy/PolicyPreview.tsx +0 -333
  43. package/packages/ndpr-toolkit/src/hooks/useBreach.ts +0 -409
  44. package/packages/ndpr-toolkit/src/hooks/useConsent.ts +0 -263
  45. package/packages/ndpr-toolkit/src/hooks/useDPIA.ts +0 -457
  46. package/packages/ndpr-toolkit/src/hooks/useDSR.ts +0 -236
  47. package/packages/ndpr-toolkit/src/hooks/usePrivacyPolicy.ts +0 -428
  48. package/packages/ndpr-toolkit/src/index.ts +0 -44
  49. package/packages/ndpr-toolkit/src/setupTests.ts +0 -5
  50. package/packages/ndpr-toolkit/src/types/breach.ts +0 -283
  51. package/packages/ndpr-toolkit/src/types/consent.ts +0 -111
  52. package/packages/ndpr-toolkit/src/types/dpia.ts +0 -236
  53. package/packages/ndpr-toolkit/src/types/dsr.ts +0 -192
  54. package/packages/ndpr-toolkit/src/types/index.ts +0 -42
  55. package/packages/ndpr-toolkit/src/types/privacy.ts +0 -246
  56. package/packages/ndpr-toolkit/src/utils/breach.ts +0 -122
  57. package/packages/ndpr-toolkit/src/utils/consent.ts +0 -51
  58. package/packages/ndpr-toolkit/src/utils/dpia.ts +0 -104
  59. package/packages/ndpr-toolkit/src/utils/dsr.ts +0 -77
  60. package/packages/ndpr-toolkit/src/utils/privacy.ts +0 -100
  61. package/packages/ndpr-toolkit/tsconfig.json +0 -23
  62. package/postcss.config.mjs +0 -5
  63. package/public/NDPR TOOLKIT.svg +0 -1
  64. package/public/favicon/android-chrome-192x192.png +0 -0
  65. package/public/favicon/android-chrome-512x512.png +0 -0
  66. package/public/favicon/apple-touch-icon.png +0 -0
  67. package/public/favicon/favicon-16x16.png +0 -0
  68. package/public/favicon/favicon-32x32.png +0 -0
  69. package/public/favicon/site.webmanifest +0 -1
  70. package/public/file.svg +0 -1
  71. package/public/globe.svg +0 -1
  72. package/public/ndpr-toolkit-logo.svg +0 -108
  73. package/public/next.svg +0 -1
  74. package/public/vercel.svg +0 -1
  75. package/public/window.svg +0 -1
  76. package/src/app/accessibility.css +0 -70
  77. package/src/app/favicon.ico +0 -0
  78. package/src/app/globals.css +0 -123
  79. package/src/app/layout.tsx +0 -37
  80. package/src/app/ndpr-demos/breach/page.tsx +0 -354
  81. package/src/app/ndpr-demos/consent/page.tsx +0 -366
  82. package/src/app/ndpr-demos/dpia/page.tsx +0 -495
  83. package/src/app/ndpr-demos/dsr/page.tsx +0 -280
  84. package/src/app/ndpr-demos/page.tsx +0 -73
  85. package/src/app/ndpr-demos/policy/page.tsx +0 -771
  86. package/src/app/page.tsx +0 -452
  87. package/src/components/ErrorBoundary.tsx +0 -90
  88. package/src/components/breach-notification/BreachNotificationForm.tsx +0 -479
  89. package/src/components/consent/ConsentBanner.tsx +0 -193
  90. package/src/components/data-subject-rights/DataSubjectRequestForm.tsx +0 -530
  91. package/src/components/dpia/DPIAQuestionnaire.tsx +0 -523
  92. package/src/components/privacy-policy/PolicyGenerator.tsx +0 -1062
  93. package/src/components/privacy-policy/data.ts +0 -98
  94. package/src/components/privacy-policy/shared/CheckboxField.tsx +0 -38
  95. package/src/components/privacy-policy/shared/CheckboxGroup.tsx +0 -85
  96. package/src/components/privacy-policy/shared/FormField.tsx +0 -79
  97. package/src/components/privacy-policy/shared/StepIndicator.tsx +0 -86
  98. package/src/components/privacy-policy/steps/CustomSectionsStep.tsx +0 -361
  99. package/src/components/privacy-policy/steps/DataCollectionStep.tsx +0 -231
  100. package/src/components/privacy-policy/steps/DataSharingStep.tsx +0 -418
  101. package/src/components/privacy-policy/steps/OrganizationInfoStep.tsx +0 -202
  102. package/src/components/privacy-policy/steps/PolicyPreviewStep.tsx +0 -226
  103. package/src/components/ui/Badge.tsx +0 -46
  104. package/src/components/ui/Button.tsx +0 -59
  105. package/src/components/ui/Card.tsx +0 -92
  106. package/src/components/ui/Checkbox.tsx +0 -57
  107. package/src/components/ui/FormField.tsx +0 -50
  108. package/src/components/ui/Input.tsx +0 -38
  109. package/src/components/ui/Loading.tsx +0 -201
  110. package/src/components/ui/Select.tsx +0 -42
  111. package/src/components/ui/TextArea.tsx +0 -38
  112. package/src/components/ui/label.tsx +0 -24
  113. package/src/components/ui/switch.tsx +0 -31
  114. package/src/components/ui/tabs.tsx +0 -66
  115. package/src/hooks/useConsent.ts +0 -70
  116. package/src/hooks/useLoadingState.ts +0 -85
  117. package/src/lib/consentService.ts +0 -144
  118. package/src/lib/dpiaQuestions.ts +0 -188
  119. package/src/lib/requestService.ts +0 -79
  120. package/src/lib/sanitize.ts +0 -108
  121. package/src/lib/storage.ts +0 -222
  122. package/src/lib/utils.ts +0 -6
  123. package/src/types/html-to-docx.d.ts +0 -30
  124. package/src/types/index.ts +0 -77
  125. package/tailwind.config.ts +0 -65
  126. package/tsconfig.json +0 -41
  127. /package/{packages/ndpr-toolkit/dist → dist}/components/breach/BreachNotificationManager.d.ts +0 -0
  128. /package/{packages/ndpr-toolkit/dist → dist}/components/breach/BreachReportForm.d.ts +0 -0
  129. /package/{packages/ndpr-toolkit/dist → dist}/components/breach/BreachRiskAssessment.d.ts +0 -0
  130. /package/{packages/ndpr-toolkit/dist → dist}/components/breach/RegulatoryReportGenerator.d.ts +0 -0
  131. /package/{packages/ndpr-toolkit/dist → dist}/components/consent/ConsentBanner.d.ts +0 -0
  132. /package/{packages/ndpr-toolkit/dist → dist}/components/consent/ConsentManager.d.ts +0 -0
  133. /package/{packages/ndpr-toolkit/dist → dist}/components/consent/ConsentStorage.d.ts +0 -0
  134. /package/{packages/ndpr-toolkit/dist → dist}/components/dpia/DPIAQuestionnaire.d.ts +0 -0
  135. /package/{packages/ndpr-toolkit/dist → dist}/components/dpia/DPIAReport.d.ts +0 -0
  136. /package/{packages/ndpr-toolkit/dist → dist}/components/dpia/StepIndicator.d.ts +0 -0
  137. /package/{packages/ndpr-toolkit/dist → dist}/components/dsr/DSRDashboard.d.ts +0 -0
  138. /package/{packages/ndpr-toolkit/dist → dist}/components/dsr/DSRRequestForm.d.ts +0 -0
  139. /package/{packages/ndpr-toolkit/dist → dist}/components/dsr/DSRTracker.d.ts +0 -0
  140. /package/{packages/ndpr-toolkit/dist → dist}/components/policy/PolicyExporter.d.ts +0 -0
  141. /package/{packages/ndpr-toolkit/dist → dist}/components/policy/PolicyGenerator.d.ts +0 -0
  142. /package/{packages/ndpr-toolkit/dist → dist}/components/policy/PolicyPreview.d.ts +0 -0
  143. /package/{packages/ndpr-toolkit/dist → dist}/hooks/useBreach.d.ts +0 -0
  144. /package/{packages/ndpr-toolkit/dist → dist}/hooks/useConsent.d.ts +0 -0
  145. /package/{packages/ndpr-toolkit/dist → dist}/hooks/useDPIA.d.ts +0 -0
  146. /package/{packages/ndpr-toolkit/dist → dist}/hooks/useDSR.d.ts +0 -0
  147. /package/{packages/ndpr-toolkit/dist → dist}/hooks/usePrivacyPolicy.d.ts +0 -0
  148. /package/{packages/ndpr-toolkit/dist → dist}/index.d.ts +0 -0
  149. /package/{packages/ndpr-toolkit/dist → dist}/setupTests.d.ts +0 -0
  150. /package/{packages/ndpr-toolkit/dist → dist}/types/breach.d.ts +0 -0
  151. /package/{packages/ndpr-toolkit/dist → dist}/types/consent.d.ts +0 -0
  152. /package/{packages/ndpr-toolkit/dist → dist}/types/dpia.d.ts +0 -0
  153. /package/{packages/ndpr-toolkit/dist → dist}/types/dsr.d.ts +0 -0
  154. /package/{packages/ndpr-toolkit/dist → dist}/types/privacy.d.ts +0 -0
  155. /package/{packages/ndpr-toolkit/dist → dist}/utils/breach.d.ts +0 -0
  156. /package/{packages/ndpr-toolkit/dist → dist}/utils/consent.d.ts +0 -0
  157. /package/{packages/ndpr-toolkit/dist → dist}/utils/dpia.d.ts +0 -0
  158. /package/{packages/ndpr-toolkit/dist → dist}/utils/dsr.d.ts +0 -0
  159. /package/{packages/ndpr-toolkit/dist → dist}/utils/privacy.d.ts +0 -0
@@ -1,280 +0,0 @@
1
- 'use client';
2
-
3
- import React, { useState, useEffect } from 'react';
4
- import Link from 'next/link';
5
- import { Tabs, TabsContent, TabsList, TabsTrigger } from '@/components/ui/tabs';
6
- import { Card, CardHeader, CardTitle, CardDescription, CardContent } from '@/components/ui/Card';
7
- import { DSRRequestForm, DSRDashboard, DSRTracker, DSRRequest, DSRStatus, DSRType, RequestType } from '@tantainnovative/ndpr-toolkit';
8
- import { v4 as uuidv4 } from 'uuid';
9
-
10
- export default function DSRDemoPage() {
11
- const [requests, setRequests] = useState<DSRRequest[]>([]);
12
- const [activeTab, setActiveTab] = useState('request-form');
13
- const [isClient, setIsClient] = useState(false);
14
-
15
- // Define request types
16
- const requestTypes: RequestType[] = [
17
- {
18
- id: 'access',
19
- name: 'Access Request',
20
- description: 'Request to access your personal data',
21
- estimatedCompletionTime: 30,
22
- requiresAdditionalInfo: false
23
- },
24
- {
25
- id: 'erasure',
26
- name: 'Erasure Request',
27
- description: 'Request to delete your personal data',
28
- estimatedCompletionTime: 45,
29
- requiresAdditionalInfo: false
30
- },
31
- {
32
- id: 'rectification',
33
- name: 'Rectification Request',
34
- description: 'Request to correct your personal data',
35
- estimatedCompletionTime: 15,
36
- requiresAdditionalInfo: true
37
- },
38
- {
39
- id: 'restriction',
40
- name: 'Restriction Request',
41
- description: 'Request to restrict processing of your personal data',
42
- estimatedCompletionTime: 20,
43
- requiresAdditionalInfo: true
44
- }
45
- ];
46
-
47
- // This effect runs only on the client side after hydration
48
- useEffect(() => {
49
- setIsClient(true);
50
-
51
- // Load sample data for demo purposes
52
- const sampleRequests: DSRRequest[] = [
53
- {
54
- id: uuidv4(),
55
- type: 'access' as DSRType,
56
- status: 'pending' as DSRStatus,
57
- createdAt: Date.now() - 3 * 24 * 60 * 60 * 1000, // 3 days ago
58
- updatedAt: Date.now() - 3 * 24 * 60 * 60 * 1000,
59
- dueDate: Date.now() + 12 * 24 * 60 * 60 * 1000, // Due in 12 days
60
- subject: {
61
- name: 'John Doe',
62
- email: 'john@example.com',
63
- phone: '1234567890'
64
- },
65
- description: 'I want to access all my personal data stored in your systems.'
66
- },
67
- {
68
- id: uuidv4(),
69
- type: 'erasure' as DSRType,
70
- status: 'inProgress' as DSRStatus,
71
- createdAt: Date.now() - 5 * 24 * 60 * 60 * 1000, // 5 days ago
72
- updatedAt: Date.now() - 2 * 24 * 60 * 60 * 1000, // 2 days ago
73
- dueDate: Date.now() + 5 * 24 * 60 * 60 * 1000, // Due in 5 days
74
- subject: {
75
- name: 'Jane Smith',
76
- email: 'jane@example.com'
77
- },
78
- description: 'Please delete all my personal data from your systems.'
79
- },
80
- {
81
- id: uuidv4(),
82
- type: 'rectification' as DSRType,
83
- status: 'completed' as DSRStatus,
84
- createdAt: Date.now() - 10 * 24 * 60 * 60 * 1000, // 10 days ago
85
- updatedAt: Date.now() - 1 * 24 * 60 * 60 * 1000, // 1 day ago
86
- completedAt: Date.now() - 1 * 24 * 60 * 60 * 1000,
87
- dueDate: Date.now() - 2 * 24 * 60 * 60 * 1000, // Due 2 days ago (but completed)
88
- subject: {
89
- name: 'Bob Johnson',
90
- email: 'bob@example.com'
91
- },
92
- description: 'My address is incorrect. Please update it to 123 Main St.'
93
- },
94
- {
95
- id: uuidv4(),
96
- type: 'restriction' as DSRType,
97
- status: 'pending' as DSRStatus,
98
- createdAt: Date.now() - 15 * 24 * 60 * 60 * 1000, // 15 days ago
99
- updatedAt: Date.now() - 15 * 24 * 60 * 60 * 1000,
100
- dueDate: Date.now() - 5 * 24 * 60 * 60 * 1000, // Due 5 days ago (overdue)
101
- subject: {
102
- name: 'Alice Williams',
103
- email: 'alice@example.com',
104
- phone: '9876543210'
105
- },
106
- description: 'I want to restrict processing of my personal data for marketing purposes.'
107
- }
108
- ];
109
-
110
- setRequests(sampleRequests);
111
- }, []);
112
-
113
- interface SubmitData {
114
- requestType: string;
115
- dataSubject: {
116
- fullName: string;
117
- email: string;
118
- phone?: string;
119
- };
120
- additionalInfo?: {
121
- description?: string;
122
- };
123
- }
124
-
125
- const handleSubmitRequest = (data: Record<string, unknown>) => {
126
- const req = data as unknown as SubmitData;
127
- console.log('Received form data:', data);
128
-
129
- // Calculate due date based on request type (30 days for access, 15 days for erasure, etc.)
130
- let dueDays = 30; // Default to 30 days
131
- if (req.requestType === 'erasure') dueDays = 15;
132
- if (req.requestType === 'rectification') dueDays = 10;
133
- if (req.requestType === 'restriction') dueDays = 20;
134
-
135
- const newRequest: DSRRequest = {
136
- id: uuidv4(),
137
- type: req.requestType as DSRType,
138
- status: 'pending' as DSRStatus,
139
- createdAt: Date.now(),
140
- updatedAt: Date.now(),
141
- dueDate: Date.now() + (dueDays * 24 * 60 * 60 * 1000), // Set due date based on request type
142
- subject: {
143
- name: req.dataSubject.fullName,
144
- email: req.dataSubject.email,
145
- phone: req.dataSubject.phone
146
- },
147
- description: req.additionalInfo?.description || 'No description provided'
148
- };
149
-
150
- setRequests((prev) => [newRequest, ...prev]);
151
- setActiveTab('dashboard');
152
- };
153
-
154
- const handleUpdateStatus = (requestId: string, status: DSRStatus) => {
155
- setRequests((prev) =>
156
- prev.map((request) => {
157
- if (request.id === requestId) {
158
- return {
159
- ...request,
160
- status,
161
- updatedAt: Date.now(),
162
- ...(status === 'completed' ? { completedAt: Date.now() } : {})
163
- };
164
- }
165
- return request;
166
- })
167
- );
168
- };
169
-
170
- const handleSelectRequest = (requestId: string) => {
171
- // In a real application, you might want to show detailed information
172
- // about the selected request or perform other actions
173
- console.log(`Request selected: ${requestId}`);
174
- };
175
-
176
- if (!isClient) {
177
- return <div>Loading...</div>;
178
- }
179
-
180
- return (
181
- <div className="container mx-auto py-10">
182
- <div className="mb-6">
183
- <Link href="/ndpr-demos" className="text-blue-600 hover:underline">
184
- ← Back to NDPR Demos
185
- </Link>
186
- </div>
187
-
188
- <h1 className="text-3xl font-bold mb-8">Data Subject Rights Demo</h1>
189
-
190
- <Tabs value={activeTab} onValueChange={setActiveTab}>
191
- <TabsList className="mb-6">
192
- <TabsTrigger value="request-form">DSR Request Form</TabsTrigger>
193
- <TabsTrigger value="dashboard">DSR Dashboard</TabsTrigger>
194
- <TabsTrigger value="tracker">DSR Tracker</TabsTrigger>
195
- </TabsList>
196
-
197
- <TabsContent value="request-form" className="mt-6">
198
- <Card>
199
- <CardHeader>
200
- <CardTitle>Data Subject Request Form</CardTitle>
201
- <CardDescription>
202
- This form allows data subjects to submit requests to exercise their rights under NDPR.
203
- </CardDescription>
204
- </CardHeader>
205
- <CardContent>
206
- <DSRRequestForm
207
- requestTypes={requestTypes}
208
- onSubmit={handleSubmitRequest}
209
- title="Submit a Data Subject Request"
210
- description="Use this form to submit a request regarding your personal data."
211
- submitButtonText="Submit Request"
212
- />
213
- </CardContent>
214
- </Card>
215
- </TabsContent>
216
-
217
- <TabsContent value="dashboard" className="mt-6">
218
- <Card>
219
- <CardHeader>
220
- <CardTitle>Data Subject Request Dashboard</CardTitle>
221
- <CardDescription>
222
- This dashboard allows administrators to manage and respond to data subject requests.
223
- </CardDescription>
224
- </CardHeader>
225
- <CardContent>
226
- <DSRDashboard
227
- requests={requests}
228
- onUpdateStatus={handleUpdateStatus}
229
- onSelectRequest={handleSelectRequest}
230
- title="DSR Management Dashboard"
231
- description="Track and manage data subject requests in compliance with NDPR requirements."
232
- showRequestDetails={true}
233
- showRequestTimeline={true}
234
- showDeadlineAlerts={true}
235
- />
236
- </CardContent>
237
- </Card>
238
- </TabsContent>
239
-
240
- <TabsContent value="tracker" className="mt-6">
241
- <Card>
242
- <CardHeader>
243
- <CardTitle>Data Subject Request Tracker</CardTitle>
244
- <CardDescription>
245
- This component provides a simplified view for tracking DSR requests.
246
- </CardDescription>
247
- </CardHeader>
248
- <CardContent>
249
- <DSRTracker
250
- requests={requests}
251
- onSelectRequest={handleSelectRequest}
252
- title="DSR Request Tracker"
253
- description="Track the status of data subject requests"
254
- />
255
- </CardContent>
256
- </Card>
257
- </TabsContent>
258
- </Tabs>
259
-
260
- <div className="mt-10 p-4 bg-gray-100 rounded-lg">
261
- <h2 className="text-xl font-semibold mb-2">Implementation Notes</h2>
262
- <p className="mb-4">
263
- This demo showcases the DSR components from the NDPR Toolkit:
264
- </p>
265
- <ul className="list-disc pl-5 space-y-2">
266
- <li><code>DSRRequestForm</code>: For collecting and validating data subject requests</li>
267
- <li><code>DSRDashboard</code>: For managing and processing requests</li>
268
- <li><code>DSRTracker</code>: For tracking request status and metrics</li>
269
- </ul>
270
- <p className="mt-4">
271
- For detailed documentation, see the{' '}
272
- <Link href="/docs/components/data-subject-rights" className="text-blue-600 hover:underline">
273
- DSR documentation
274
- </Link>
275
- .
276
- </p>
277
- </div>
278
- </div>
279
- );
280
- }
@@ -1,73 +0,0 @@
1
- 'use client';
2
-
3
- import React from 'react';
4
- import Link from 'next/link';
5
- import { Card, CardHeader, CardTitle, CardDescription, CardContent } from '@/components/ui/Card';
6
-
7
-
8
- export default function NDPRDemosPage() {
9
- const demos = [
10
- {
11
- title: 'Data Subject Rights',
12
- description: 'Demos for DSR request forms, dashboard, and tracking components',
13
- href: '/ndpr-demos/dsr'
14
- },
15
- {
16
- title: 'Consent Management',
17
- description: 'Demos for consent banner, manager, and storage components',
18
- href: '/ndpr-demos/consent'
19
- },
20
- {
21
- title: 'DPIA Tools',
22
- description: 'Demos for Data Protection Impact Assessment components',
23
- href: '/ndpr-demos/dpia'
24
- },
25
- {
26
- title: 'Breach Management',
27
- description: 'Demos for data breach notification and management components',
28
- href: '/ndpr-demos/breach'
29
- },
30
- {
31
- title: 'Privacy Policy',
32
- description: 'Demos for privacy policy generation and management',
33
- href: '/ndpr-demos/policy'
34
- }
35
- ];
36
-
37
- return (
38
- <div className="container mx-auto py-10">
39
- <h1 className="text-3xl font-bold mb-8">NDPR Toolkit Demos</h1>
40
- <p className="text-lg mb-6">
41
- These demos showcase the components and functionality of the NDPR Toolkit package.
42
- Each demo demonstrates how to use the toolkit in a real-world application.
43
- </p>
44
-
45
- <div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
46
- {demos.map((demo, index) => (
47
- <Link key={index} href={demo.href} className="no-underline">
48
- <Card className="h-full hover:shadow-lg transition-shadow">
49
- <CardHeader>
50
- <CardTitle>{demo.title}</CardTitle>
51
- <CardDescription>{demo.description}</CardDescription>
52
- </CardHeader>
53
- <CardContent>
54
- <div className="text-sm text-blue-600">View Demo →</div>
55
- </CardContent>
56
- </Card>
57
- </Link>
58
- ))}
59
- </div>
60
-
61
- <div className="mt-10 p-4 bg-gray-100 rounded-lg">
62
- <h2 className="text-xl font-semibold mb-2">Documentation</h2>
63
- <p>
64
- For detailed documentation on how to use the NDPR Toolkit, please visit the{' '}
65
- <Link href="/docs" className="text-blue-600 hover:underline">
66
- documentation pages
67
- </Link>
68
- .
69
- </p>
70
- </div>
71
- </div>
72
- );
73
- }