@codefast/typescript-config 0.2.1 → 0.2.3

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 ADDED
@@ -0,0 +1,491 @@
1
+ # @codefast/typescript-config
2
+
3
+ ## 0.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#45](https://github.com/codefastlabs/codefast/pull/45) [`f9167c2`](https://github.com/codefastlabs/codefast/commit/f9167c297b6d6186660e35ec6c14315c499b8fcd) Thanks [@thevuong](https://github.com/thevuong)! - Replaced Vitest with Jest in the day-picker package to streamline testing frameworks and reduce dependency complexity. Removed Vitest configuration files and adapted the test setups for Jest usage.
8
+
9
+ - [#45](https://github.com/codefastlabs/codefast/pull/45) [`8309af6`](https://github.com/codefastlabs/codefast/commit/8309af654595d31fbcafea9a24d550e68e96f660) Thanks [@thevuong](https://github.com/thevuong)! - refactor: reorganize import statements for consistency
10
+
11
+ ## 0.2.2
12
+
13
+ ### Patch Changes
14
+
15
+ - [#43](https://github.com/codefastlabs/codefast/pull/43) [`76dcc46`](https://github.com/codefastlabs/codefast/commit/76dcc4658cf76d59da9d096bafc4963acede4a2f) Thanks [@thevuong](https://github.com/thevuong)! - feat(style-guide): convert style-guide to TypeScript
16
+
17
+ ## 0.2.1
18
+
19
+ ### Patch Changes
20
+
21
+ - [#41](https://github.com/codefastlabs/codefast/pull/41) [`5c9d51e`](https://github.com/codefastlabs/codefast/commit/5c9d51ef34ceefd9e8ccde33aa006cc2bd7d8001) Thanks [@thevuong](https://github.com/thevuong)! - chore: update dependencies to stable versions
22
+
23
+ ## 0.2.0
24
+
25
+ ### Minor Changes
26
+
27
+ - [#39](https://github.com/codefastlabs/codefast/pull/39) [`84ec2bc`](https://github.com/codefastlabs/codefast/commit/84ec2bcc092930eee7ca11a1dca896e31a8e2b15) Thanks [@thevuong](https://github.com/thevuong)! - feat: add style-guide package with build config
28
+
29
+ ## 0.1.62
30
+
31
+ ### Patch Changes
32
+
33
+ - [#37](https://github.com/codefastlabs/codefast/pull/37) [`76aa08d`](https://github.com/codefastlabs/codefast/commit/76aa08dd12f143223d88d30c72e7b8677e9808fc) Thanks [@thevuong](https://github.com/thevuong)! - feat(day-picker): support start and end month constraints
34
+
35
+ - [#37](https://github.com/codefastlabs/codefast/pull/37) [`abde741`](https://github.com/codefastlabs/codefast/commit/abde741acf18523884da7fd98ed3e8a6379bcac4) Thanks [@thevuong](https://github.com/thevuong)! - fix(day-picker): update role query from 'cell' to 'gridcell'
36
+
37
+ - [#37](https://github.com/codefastlabs/codefast/pull/37) [`00167ec`](https://github.com/codefastlabs/codefast/commit/00167ec8ca7c04911d3c8844c5172f1765aede9f) Thanks [@thevuong](https://github.com/thevuong)! - refactor(style): improve CSS variable formatting
38
+
39
+ - [#37](https://github.com/codefastlabs/codefast/pull/37) [`159cad0`](https://github.com/codefastlabs/codefast/commit/159cad087d43749c03e4630b0ef925f940ff0c6c) Thanks [@thevuong](https://github.com/thevuong)! - feat: add focus-visible style to day-picker dropdown
40
+
41
+ - [#37](https://github.com/codefastlabs/codefast/pull/37) [`5b29cac`](https://github.com/codefastlabs/codefast/commit/5b29cac8d92a4d43f68bec6a42e44af4fb77d301) Thanks [@thevuong](https://github.com/thevuong)! - refactor(day-picker): optimize month and year change handlers
42
+
43
+ - [#37](https://github.com/codefastlabs/codefast/pull/37) [`b8500c8`](https://github.com/codefastlabs/codefast/commit/b8500c886546b177267a9c9a62d9e12c9c969e7f) Thanks [@thevuong](https://github.com/thevuong)! - fix(day-picker): set fixed dimensions for day cells
44
+
45
+ - [#37](https://github.com/codefastlabs/codefast/pull/37) [`0cded46`](https://github.com/codefastlabs/codefast/commit/0cded46e3164e3b702a712421c07e629fdf4af8b) Thanks [@thevuong](https://github.com/thevuong)! - feat(day-picker): add broadcast calendar support
46
+
47
+ ## 0.1.61
48
+
49
+ ### Patch Changes
50
+
51
+ - [`43d34dd`](https://github.com/codefastlabs/codefast/commit/43d34ddffc1f721c48ef360998a98049e976262e) Thanks [@thevuong](https://github.com/thevuong)! - fix(config-eslint): broaden file matching patterns
52
+
53
+ ## 0.1.60
54
+
55
+ ### Patch Changes
56
+
57
+ - [`d422de9`](https://github.com/codefastlabs/codefast/commit/d422de972b7f2aae7df20d9eeb1c5db6339dfda1) Thanks [@thevuong](https://github.com/thevuong)! - feat(eslint-config): add Playwright tests eslint configuration
58
+
59
+ - [`7466b07`](https://github.com/codefastlabs/codefast/commit/7466b075286889ccaa34dbdbf2d2c1245808658d) Thanks [@thevuong](https://github.com/thevuong)! - feat(config-eslint): add Playwright test support
60
+
61
+ ## 0.1.59
62
+
63
+ ### Patch Changes
64
+
65
+ - [`bede302`](https://github.com/codefastlabs/codefast/commit/bede302a692913a0d70c8b5b68302c15cac013a7) Thanks [@thevuong](https://github.com/thevuong)! - feat(eslint-config): add Jest support and overrides
66
+
67
+ ## 0.1.58
68
+
69
+ ### Patch Changes
70
+
71
+ - [`57fed19`](https://github.com/codefastlabs/codefast/commit/57fed1942bd19e7a75ba50c572210ad83ca469a4) Thanks [@thevuong](https://github.com/thevuong)! - chore: update clean scripts across multiple packages
72
+
73
+ ## 0.1.57
74
+
75
+ ### Patch Changes
76
+
77
+ - [`86a96d7`](https://github.com/codefastlabs/codefast/commit/86a96d74548becc876bf2e40de56cddb52499b73) Thanks [@thevuong](https://github.com/thevuong)! - chore(deps): update peerDependency requirements
78
+
79
+ ## 0.1.56
80
+
81
+ ### Patch Changes
82
+
83
+ - [`204db1d`](https://github.com/codefastlabs/codefast/commit/204db1d83cea53de279b7e12b3021978eec18283) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): replace @radix-ui/react-icons with lucide-react
84
+
85
+ ## 0.1.55
86
+
87
+ ### Patch Changes
88
+
89
+ - [`d3703f0`](https://github.com/codefastlabs/codefast/commit/d3703f03ff67ad6026ca146d8eed8b5d026fefb6) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): simplify ChartConfig type definition
90
+
91
+ ## 0.1.54
92
+
93
+ ### Patch Changes
94
+
95
+ - [`5646d66`](https://github.com/codefastlabs/codefast/commit/5646d66a796a7f35bc5cbb073f846303725099b2) Thanks [@thevuong](https://github.com/thevuong)! - chore: update dependencies to latest versions
96
+
97
+ ## 0.1.53
98
+
99
+ ### Patch Changes
100
+
101
+ - [#19](https://github.com/codefastlabs/codefast/pull/19) [`1e15437`](https://github.com/codefastlabs/codefast/commit/1e15437bd5783ae3b1c1b16d2f7d03dbf25ba054) Thanks [@thevuong](https://github.com/thevuong)! - chore: update dependency versions in pnpm-lock.yaml
102
+
103
+ ## 0.1.52
104
+
105
+ ### Patch Changes
106
+
107
+ - [#15](https://github.com/codefastlabs/codefast/pull/15) [`ca258ee`](https://github.com/codefastlabs/codefast/commit/ca258ee4c88232dad21380091e99a2de6173fc0e) Thanks [@thevuong](https://github.com/thevuong)! - fix(config-eslint): correct Jest configuration for React
108
+
109
+ ## 0.1.51
110
+
111
+ ### Patch Changes
112
+
113
+ - [#10](https://github.com/codefastlabs/codefast/pull/10) [`6133723`](https://github.com/codefastlabs/codefast/commit/6133723bd7d7545449bbba6dfcb9a569572f7aa6) Thanks [@thevuong](https://github.com/thevuong)! - fix: remove redundant test cases and clarify prop documentation
114
+
115
+ - [#10](https://github.com/codefastlabs/codefast/pull/10) [`a610716`](https://github.com/codefastlabs/codefast/commit/a610716d261dbedbe99ac530438dd21268f3efe0) Thanks [@thevuong](https://github.com/thevuong)! - feat(day-picker): ensure fixed weeks display 42 days consistently
116
+
117
+ - [#10](https://github.com/codefastlabs/codefast/pull/10) [`8a8e12c`](https://github.com/codefastlabs/codefast/commit/8a8e12cec5df96337b5ccd882873f24ae0f8cee7) Thanks [@thevuong](https://github.com/thevuong)! - refactor: simplify useGetModifiers by removing selection states
118
+
119
+ - [#10](https://github.com/codefastlabs/codefast/pull/10) [`4268a1f`](https://github.com/codefastlabs/codefast/commit/4268a1f100562e5ecc6f6bf2d38c7404c405a285) Thanks [@thevuong](https://github.com/thevuong)! - fix: use default locale when custom locale is absent
120
+
121
+ ## 0.1.50
122
+
123
+ ### Patch Changes
124
+
125
+ - [#4](https://github.com/codefastlabs/codefast/pull/4) [`f738e63`](https://github.com/codefastlabs/codefast/commit/f738e636b9bf8d50050275bb480272e19e9c9543) Thanks [@thevuong](https://github.com/thevuong)! - feat(config): update TypeScript config for modern standards
126
+
127
+ - [#4](https://github.com/codefastlabs/codefast/pull/4) [`f738e63`](https://github.com/codefastlabs/codefast/commit/f738e636b9bf8d50050275bb480272e19e9c9543) Thanks [@thevuong](https://github.com/thevuong)! - feat(package): add test and test:watch scripts
128
+
129
+ - [#4](https://github.com/codefastlabs/codefast/pull/4) [`f738e63`](https://github.com/codefastlabs/codefast/commit/f738e636b9bf8d50050275bb480272e19e9c9543) Thanks [@thevuong](https://github.com/thevuong)! - refactor: simplify conditional checks in vegas.ts
130
+
131
+ - [#4](https://github.com/codefastlabs/codefast/pull/4) [`f738e63`](https://github.com/codefastlabs/codefast/commit/f738e636b9bf8d50050275bb480272e19e9c9543) Thanks [@thevuong](https://github.com/thevuong)! - feat(ui): replace react-day-picker with @codefast-ui/day-picker
132
+
133
+ - [#4](https://github.com/codefastlabs/codefast/pull/4) [`f738e63`](https://github.com/codefastlabs/codefast/commit/f738e636b9bf8d50050275bb480272e19e9c9543) Thanks [@thevuong](https://github.com/thevuong)! - feat(config-eslint): add path group for internal test files
134
+
135
+ ## 0.1.49
136
+
137
+ ### Patch Changes
138
+
139
+ - feat(tailwind): add custom scrollbar styles
140
+
141
+ ## 0.1.48
142
+
143
+ ### Patch Changes
144
+
145
+ - feat(ui): add new Sidebar component
146
+
147
+ ## 0.1.47
148
+
149
+ ### Patch Changes
150
+
151
+ - chore: update various package dependencies
152
+
153
+ ## 0.1.46
154
+
155
+ ### Patch Changes
156
+
157
+ - feat: add and enhance RadioCards component
158
+
159
+ ## 0.1.45
160
+
161
+ ### Patch Changes
162
+
163
+ - refactor: replace CardBody with CardContent
164
+
165
+ ## 0.1.44
166
+
167
+ ### Patch Changes
168
+
169
+ - chore: remove version range specifiers from dependencies
170
+
171
+ ## 0.1.43
172
+
173
+ ### Patch Changes
174
+
175
+ - feat(eslint): enforce specific order for import statements
176
+
177
+ ## 0.1.42
178
+
179
+ ### Patch Changes
180
+
181
+ - refactor: update dependencies and package versions
182
+
183
+ ## 0.1.41
184
+
185
+ ### Patch Changes
186
+
187
+ - refactor: update imports for clarity and consistency
188
+
189
+ ## 0.1.40
190
+
191
+ ### Patch Changes
192
+
193
+ - refactor: update CardContent to CardBody for clarity and consistency
194
+
195
+ ## 0.1.39
196
+
197
+ ### Patch Changes
198
+
199
+ - feat: improve chart component with new config options
200
+
201
+ ## 0.1.38
202
+
203
+ ### Patch Changes
204
+
205
+ - feat(config): enforce no-unused rules in TypeScript config
206
+ - feat(ui): add Chart components and Storybook examples
207
+
208
+ ## 0.1.37
209
+
210
+ ### Patch Changes
211
+
212
+ - refactor: update styles and simplify DataTableColumnHeader
213
+ - refactor: update checkbox border styles for consistency
214
+
215
+ ## 0.1.36
216
+
217
+ ### Patch Changes
218
+
219
+ - fix: update dependencies and lock file for compatibility
220
+
221
+ ## 0.1.35
222
+
223
+ ### Patch Changes
224
+
225
+ - Update form layout for better spacing consistency
226
+
227
+ ## 0.1.34
228
+
229
+ ### Patch Changes
230
+
231
+ - refactor: replace React namespace with individual imports
232
+ - refactor(imports): optimize import order in various files
233
+ - feat: restructure imports and export order in components
234
+ - refactor: reorder import statement in tailwind.config.ts
235
+ - refactor: update imports and type usage for consistency
236
+ - fix: reorder imports in tsup.config.ts for consistency
237
+ - refactor: optimize imports and hooks usage in slideshow
238
+ - fix(hooks): add return type annotation to listener function
239
+ - chore: update import order eslint rule
240
+ - refactor(hooks): refactor hooks and modularize exports
241
+ - fix(peerDependencies): normalize version formats
242
+
243
+ ## 0.1.33
244
+
245
+ ### Patch Changes
246
+
247
+ - Add chart component to ui package and update dependencies
248
+
249
+ ## 0.1.32
250
+
251
+ ### Patch Changes
252
+
253
+ - Update UI component styles for consistency
254
+
255
+ ## 0.1.31
256
+
257
+ ### Patch Changes
258
+
259
+ - Bump TypeScript and other dependencies
260
+
261
+ ## 0.1.30
262
+
263
+ ### Patch Changes
264
+
265
+ - Update dependency versions to use caret ranges
266
+
267
+ ## 0.1.29
268
+
269
+ ### Patch Changes
270
+
271
+ - Update Tailwind config for webkit autofill and buttons
272
+
273
+ ## 0.1.28
274
+
275
+ ### Patch Changes
276
+
277
+ - Update search component input handling
278
+
279
+ ## 0.1.27
280
+
281
+ ### Patch Changes
282
+
283
+ - Correct refs and improve input component logic
284
+
285
+ ## 0.1.26
286
+
287
+ ### Patch Changes
288
+
289
+ - Update eslint dependency ranges across packages
290
+
291
+ ## 0.1.25
292
+
293
+ ### Patch Changes
294
+
295
+ - Move eslint to peerDependencies
296
+
297
+ ## 0.1.24
298
+
299
+ ### Patch Changes
300
+
301
+ - Add autofill and selection styling to Tailwind config
302
+
303
+ ## 0.1.23
304
+
305
+ ### Patch Changes
306
+
307
+ - Add SearchInput component
308
+
309
+ ## 0.1.22
310
+
311
+ ### Patch Changes
312
+
313
+ - Adjust password input element styles
314
+
315
+ ## 0.1.21
316
+
317
+ ### Patch Changes
318
+
319
+ - Introducing the PasswordInput component
320
+
321
+ ## 0.1.20
322
+
323
+ ### Patch Changes
324
+
325
+ - Update timeout type and remove @types/node
326
+
327
+ ## 0.1.19
328
+
329
+ ### Patch Changes
330
+
331
+ - Add bugs URL and update dependencies
332
+
333
+ ## 0.1.18
334
+
335
+ ### Patch Changes
336
+
337
+ - Improve various component styles
338
+
339
+ ## 0.1.17
340
+
341
+ ### Patch Changes
342
+
343
+ - Enhances the TypeScript configuration by adding a plugin to insert "use client" directives for client libraries
344
+
345
+ ## 0.1.16
346
+
347
+ ### Patch Changes
348
+
349
+ - Remove 'use client' directive from components
350
+
351
+ ## 0.1.15
352
+
353
+ ### Patch Changes
354
+
355
+ - Restructure primitive package into separate modules
356
+
357
+ ## 0.1.14
358
+
359
+ ### Patch Changes
360
+
361
+ - Update dependencies across multiple packages
362
+
363
+ ## 0.1.13
364
+
365
+ ### Patch Changes
366
+
367
+ - Refactor button icon handling and standardize component styles
368
+ - Update icon imports to new naming convention
369
+ - Remove shadow classes and unused variant styles
370
+ - Clean up component classNames and standardize naming
371
+ - Update Separator component margins and change color to muted
372
+ - Enhance UI components with tooltip, shape, and size refinements
373
+ - Modularize hover-card styles with Tailwind Variants
374
+ - Add lodash library and adjust form error handling
375
+ - Update dependencies and ESLint configs across multiple packages
376
+
377
+ ## 0.1.12
378
+
379
+ ### Patch Changes
380
+
381
+ - Rename `react` folder to `components`
382
+
383
+ ## 0.1.11
384
+
385
+ ### Patch Changes
386
+
387
+ - Add primitive package
388
+
389
+ ## 0.1.10
390
+
391
+ ### Patch Changes
392
+
393
+ - Utilize buttonVariants across components
394
+
395
+ ## 0.1.9
396
+
397
+ ### Patch Changes
398
+
399
+ - Add AccordionIcon component and update icons
400
+
401
+ ## 0.1.8
402
+
403
+ ### Patch Changes
404
+
405
+ - Remove unused color definitions
406
+
407
+ ## 0.1.7
408
+
409
+ ### Patch Changes
410
+
411
+ - Wrap children and icon in fragment
412
+
413
+ ## 0.1.6
414
+
415
+ ### Patch Changes
416
+
417
+ - Add size and variant props to dialog components
418
+
419
+ ## 0.1.5
420
+
421
+ ### Patch Changes
422
+
423
+ - Adjust input outline offset to improve focus state
424
+
425
+ ## 0.1.4
426
+
427
+ ### Patch Changes
428
+
429
+ - Center align separator default variant
430
+
431
+ ## 0.1.3
432
+
433
+ ### Patch Changes
434
+
435
+ - Add SeparatorItem component and variant support
436
+
437
+ ## 0.1.2
438
+
439
+ ### Patch Changes
440
+
441
+ - Add useStateParams hook and refactor useMutationObserver
442
+
443
+ ## 0.1.1
444
+
445
+ ### Patch Changes
446
+
447
+ - Adjust calendar button and layout styles
448
+
449
+ ## 0.1.0
450
+
451
+ ### Minor Changes
452
+
453
+ - Update dependencies across multiple packages
454
+
455
+ ## 0.0.2
456
+
457
+ ### Patch Changes
458
+
459
+ - Add InputNumber component and update Calendar styles
460
+
461
+ ## 0.0.1
462
+
463
+ ### Patch Changes
464
+
465
+ - Rename typescript-config package to config-typescript
466
+
467
+ # @codefast/typescript-config
468
+
469
+ ## 0.0.4
470
+
471
+ ### Patch Changes
472
+
473
+ - Add Tailwind config package
474
+
475
+ ## 0.0.3
476
+
477
+ ### Patch Changes
478
+
479
+ - Replace a cva library with tailwind-variants
480
+
481
+ ## 0.0.2
482
+
483
+ ### Patch Changes
484
+
485
+ - Reorganize TypeScript configuration files
486
+
487
+ ## 0.0.1
488
+
489
+ ### Patch Changes
490
+
491
+ - Initial release
package/library.json ADDED
@@ -0,0 +1,5 @@
1
+ {
2
+ "$schema": "https://json.schemastore.org/tsconfig",
3
+ "display": "Library",
4
+ "extends": "./base.json"
5
+ }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@codefast/typescript-config",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "bugs": {
5
5
  "url": "https://github.com/codefastlabs/codefast/issues"
6
6
  },
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "https://github.com/codefastlabs/codefast",
9
+ "url": "https://github.com/codefastlabs/codefast.git",
10
10
  "directory": "packages/typescript-config"
11
11
  },
12
12
  "license": "MIT",
@@ -14,8 +14,10 @@
14
14
  "sideEffects": false,
15
15
  "files": [
16
16
  "base.json",
17
+ "library.json",
17
18
  "nextjs.json",
18
- "react-library.json"
19
+ "react.json",
20
+ "CHANGELOG.md"
19
21
  ],
20
22
  "publishConfig": {
21
23
  "access": "public"
@@ -4,6 +4,6 @@
4
4
  "jsx": "react-jsx",
5
5
  "moduleResolution": "bundler"
6
6
  },
7
- "display": "React Library",
7
+ "display": "React",
8
8
  "extends": "./base.json"
9
9
  }