Commit Graph
10 Commits
Author SHA1 Message Date
Jayash Tripathy 53b24f80fa refactor: updated border to border-subtle 2025-12-04 19:57:10 +05:30
Aaryan Khandelwal 8d10fcbbfe chore: update primary colors 2025-12-04 18:55:08 +05:30
Aaryan Khandelwal f5ccd315ac chore: update bg colors 2025-12-03 20:18:08 +05:30
Aaryan Khandelwal ce6b9feaa6 chore: update font sizes and weights 2025-12-03 18:34:06 +05:30
Aaryan Khandelwal 0c7767a9d6 chore: update css variables 2025-12-03 18:06:15 +05:30
Aaryan Khandelwal d9c067e8b9 chore: update text colors 2025-12-03 14:11:52 +05:30
Aaryan Khandelwal a3472fcfe6 chore: update border colors 2025-12-02 18:29:45 +05:30
2e15e4f786 fix: source map warning during build (#8148)
* [WEB-5473] fix: source map errors

* [WEB-5473] chore: run codemod

* fix: build errors in editor

---------

Co-authored-by: sriramveeraghanta <[email protected]>
2025-11-21 13:43:52 +05:30
83fdebf64d [WEB-5459] feat(codemods): add function declaration transformer with tests (#8137)
- Add jscodeshift-based codemod to convert arrow function components to function declarations
- Support React.FC, observer-wrapped, and forwardRef components
- Include comprehensive test suite covering edge cases
- Add npm script to run transformer across codebase
- Target only .tsx files in source directories, excluding node_modules and declaration files

* [WEB-5459] chore: updates after running codemod

---------

Co-authored-by: sriramveeraghanta <[email protected]>
2025-11-20 17:39:40 +05:30
Prateek ShouryaandGitHub 696fb96e87 [WEB-5043] feat: web vite migration (#7973) 2025-11-06 14:08:48 +05:30