Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
14b55db
init test
rkeerthient Feb 3, 2026
84e458c
working copy
rkeerthient Feb 5, 2026
2d73be3
code cleanup
rkeerthient Feb 6, 2026
b5c0bb0
nit updates
rkeerthient Feb 6, 2026
e516d70
cleared keys
rkeerthient Feb 6, 2026
e657d79
Init Search working template
rkeerthient Feb 6, 2026
10a100a
working code
rkeerthient Feb 6, 2026
c45dcb1
updated key
rkeerthient Feb 6, 2026
5593c88
Merge remote-tracking branch 'origin/main' into advanced-search
rkeerthient Feb 9, 2026
ebcae76
temp commit
rkeerthient Feb 9, 2026
d2f7bbd
temp push
rkeerthient Feb 10, 2026
3ce11cb
working search OOTB
rkeerthient Feb 10, 2026
84e9c13
working model
rkeerthient Feb 10, 2026
43d446b
working awesome
rkeerthient Feb 10, 2026
96c8018
dynamic layout
rkeerthient Feb 11, 2026
82ec15b
added hide vertical on home
rkeerthient Feb 11, 2026
fdc722e
added native styling
rkeerthient Feb 11, 2026
fb48567
nit updates
rkeerthient Feb 11, 2026
59c9141
vertical limit and additional verticals added
rkeerthient Feb 11, 2026
53206c5
awesome development
rkeerthient Feb 11, 2026
65c9b29
updated card forms
rkeerthient Feb 12, 2026
f0d33d6
added props to searchbar
rkeerthient Feb 13, 2026
6ea2ed7
searchbar updated
rkeerthient Feb 13, 2026
00bdb10
nit changes
rkeerthient Feb 13, 2026
f4d5b31
updated vertical styles and cards
rkeerthient Feb 16, 2026
43e9ff6
Added GDA component
rkeerthient Feb 16, 2026
f9505ab
added GDA prop
rkeerthient Feb 16, 2026
1e3607c
fixed infinite calling and GDA
rkeerthient Feb 16, 2026
3c24f33
fixed GDA Styling
rkeerthient Feb 16, 2026
ab45f2e
fixed search term input
rkeerthient Feb 16, 2026
5cea8a2
updated init key
rkeerthient Feb 16, 2026
af0ae5b
working map with vertical map and map pins
rkeerthient Feb 16, 2026
c9f54b6
removed universal map
rkeerthient Feb 16, 2026
bd2373d
Fixed map in universal
rkeerthient Feb 17, 2026
87d71e2
reused pin
rkeerthient Feb 17, 2026
3424039
updated search version
rkeerthient Feb 17, 2026
d4ff1c2
removved dummy
rkeerthient Feb 17, 2026
421a503
added custom directory
rkeerthient Feb 17, 2026
dd6fbbd
nit fixes
rkeerthient Feb 19, 2026
4cfbfdf
working Custom directory
rkeerthient Feb 19, 2026
78c322b
nit changes
rkeerthient Feb 19, 2026
5378d68
nit updates
rkeerthient Feb 19, 2026
ae57f18
nit updates
rkeerthient Feb 19, 2026
f33af8b
updated custom directory path and bug fixes
rkeerthient Feb 20, 2026
8ccd1e8
Fixed breadcrumb
rkeerthient Feb 20, 2026
20576c1
extracted calls to util
rkeerthient Feb 20, 2026
777c8e7
moved keys to env vars
rkeerthient Feb 23, 2026
011c2fc
nit: removed classic search
rkeerthient Feb 23, 2026
060c088
Removed logs
rkeerthient Feb 23, 2026
7b853d2
Interactive vertical clicks
rkeerthient Feb 23, 2026
f786635
removed keys
rkeerthient Feb 23, 2026
7acf150
keys back in
rkeerthient Feb 23, 2026
446d0f3
nit: typo
rkeerthient Feb 23, 2026
d6d8edc
fixed facets width
rkeerthient Feb 23, 2026
b04fef7
dynamic vertical props
rkeerthient Feb 23, 2026
8255305
updated key
rkeerthient Feb 24, 2026
f9118cf
moved map to seperate component and keys to env
rkeerthient Feb 24, 2026
5fc733a
map updated
rkeerthient Feb 24, 2026
b40ea03
updated facets for location
rkeerthient Feb 24, 2026
17e7067
updated nit fixes
rkeerthient Feb 24, 2026
e15e8f3
fixed facet placing
rkeerthient Feb 25, 2026
4ddcd8a
nit: code cleanup
rkeerthient Feb 25, 2026
e08c996
added heading level
rkeerthient Feb 25, 2026
98c6440
updated key
rkeerthient Feb 26, 2026
a0fb006
locales updated
rkeerthient Feb 26, 2026
33c4be9
Merge remote-tracking branch 'origin/main' into advanced-search
rkeerthient Feb 26, 2026
67429d8
updated packages
rkeerthient Feb 26, 2026
b05ee57
Automated update to THIRD-PARTY-NOTICES from github action's 3rd part…
github-actions[bot] Feb 26, 2026
e1e9ce7
Automated linting/prettier update
github-actions[bot] Feb 26, 2026
cd51627
docs: auto-generate component documentation
github-actions[bot] Feb 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,28 @@
"homepage": "https://github.com/yext/visual-editor#readme",
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.14.202",
"@types/lodash": "^4.17.24",
"@types/minimist": "^1.2.5",
"globals": "^15.8.0",
"@types/node": "^20.10.6",
"@types/node": "^20.19.34",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.6",
"oxlint": "1.2.0",
"@types/semver": "^7.7.1",
"execa": "^8.0.1",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.3",
"generate-changelog": "^1.8.0",
"generate-license-file": "^3.6.0",
"generate-license-file": "^3.8.1",
"globals": "^15.15.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"lint-staged": "^15.5.2",
"minimist": "^1.2.8",
"picocolors": "^1.0.0",
"oxlint": "1.2.0",
"picocolors": "^1.1.1",
"pkg-pr-new": "^0.0.54",
"prettier": "^3.3.3",
"prettier": "^3.8.1",
"prompts": "^2.4.2",
"semver": "^7.5.4",
"tsx": "^4.6.2",
"typescript": "^5.3.3",
"yaml": "^2.3.4"
"semver": "^7.7.4",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"yaml": "^2.8.2"
},
"packageManager": "pnpm@9.12.3",
"pnpm": {
Expand Down
30 changes: 15 additions & 15 deletions packages/visual-editor/THIRD-PARTY-NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Apache License

The following npm package may be included in this product:

- @microsoft/api-documenter@7.26.32
- @microsoft/api-documenter@7.29.6

This package contains the following license:

Expand Down Expand Up @@ -235,7 +235,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

The following npm package may be included in this product:

- @microsoft/api-extractor@7.52.11
- @microsoft/api-extractor@7.57.6

This package contains the following license:

Expand Down Expand Up @@ -268,7 +268,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

The following npm package may be included in this product:

- @microsoft/api-extractor-model@7.30.7
- @microsoft/api-extractor-model@7.33.4

This package contains the following license:

Expand Down Expand Up @@ -329,7 +329,7 @@ THE SOFTWARE.

The following npm package may be included in this product:

- dompurify@3.2.6
- dompurify@3.3.1

This package contains the following license:

Expand Down Expand Up @@ -1054,7 +1054,7 @@ SOFTWARE.

The following npm package may be included in this product:

- pure-react-carousel@1.32.0
- pure-react-carousel@1.35.0

This package contains the following license:

Expand Down Expand Up @@ -1084,7 +1084,7 @@ SOFTWARE.

The following npm package may be included in this product:

- tailwind-merge@2.6.0
- tailwind-merge@2.6.1

This package contains the following license:

Expand Down Expand Up @@ -1114,7 +1114,7 @@ SOFTWARE.

The following npm package may be included in this product:

- @tanstack/react-query@5.85.5
- @tanstack/react-query@5.90.21

This package contains the following license:

Expand Down Expand Up @@ -1178,12 +1178,12 @@ The following npm packages may be included in this product:
- @radix-ui/react-alert-dialog@1.1.15
- @radix-ui/react-dialog@1.1.15
- @radix-ui/react-dropdown-menu@2.1.16
- @radix-ui/react-label@2.1.7
- @radix-ui/react-label@2.1.8
- @radix-ui/react-popover@1.1.15
- @radix-ui/react-progress@1.1.7
- @radix-ui/react-progress@1.1.8
- @radix-ui/react-radio-group@1.3.8
- @radix-ui/react-separator@1.1.7
- @radix-ui/react-slot@1.2.3
- @radix-ui/react-separator@1.1.8
- @radix-ui/react-slot@1.2.4
- @radix-ui/react-switch@1.2.6
- @radix-ui/react-toggle@1.1.10
- @radix-ui/react-tooltip@1.2.8
Expand Down Expand Up @@ -1216,7 +1216,7 @@ SOFTWARE.

The following npm package may be included in this product:

- react-international-phone@4.6.0
- react-international-phone@4.8.0

This package contains the following license:

Expand Down Expand Up @@ -1276,7 +1276,7 @@ SOFTWARE.

The following npm package may be included in this product:

- tsx@4.20.4
- tsx@4.21.0

This package contains the following license:

Expand Down Expand Up @@ -1383,7 +1383,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

The following npm package may be included in this product:

- i18next@25.8.7
- i18next@25.8.13

This package contains the following license:

Expand Down Expand Up @@ -1413,7 +1413,7 @@ SOFTWARE.

The following npm package may be included in this product:

- react-i18next@15.7.1
- react-i18next@15.7.4

This package contains the following license:

Expand Down
24 changes: 24 additions & 0 deletions packages/visual-editor/locales/platform/cs/visual-editor.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions packages/visual-editor/locales/platform/da/visual-editor.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading