Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
b0ae23f
feat: added color selection for CTAs
rkeerthient Dec 9, 2025
83b51ee
docs: auto-generate component documentation
github-actions[bot] Dec 9, 2025
0534184
Update component screenshots for visual-editor
github-actions[bot] Dec 9, 2025
ba18a6d
fixed getDirections dynamic handling and values for solid and outline…
rkeerthient Dec 9, 2025
ac73dcf
updated disabled button styles
rkeerthient Dec 9, 2025
c824ea6
PR comments fixes
rkeerthient Dec 11, 2025
3d7626b
Update component screenshots for visual-editor
github-actions[bot] Dec 11, 2025
8fa17bd
updated theme and locales to match new key and values of CTAs
rkeerthient Dec 11, 2025
d6ff26c
Merge remote-tracking branch 'origin/main' into OPAQF-54
rkeerthient Dec 11, 2025
1b3ae29
Update component screenshots for visual-editor
github-actions[bot] Dec 11, 2025
401df9a
Update component screenshots for visual-editor
github-actions[bot] Dec 11, 2025
841b9a6
updated test cases and re-ran the tests
rkeerthient Dec 11, 2025
0e6066b
Merge remote-tracking branch 'origin/main' into OPAQF-54
rkeerthient Dec 11, 2025
30bd576
Update component screenshots for visual-editor
github-actions[bot] Dec 11, 2025
e4c01bf
GetDirection in Address now respects theme's font weight
rkeerthient Dec 11, 2025
c65b0e9
Update component screenshots for visual-editor
github-actions[bot] Dec 11, 2025
f6cccc4
Merge remote-tracking branch 'origin/main' into OPAQF-54
rkeerthient Dec 11, 2025
bc58b90
updated testcases to ignore brand colors axe violation
rkeerthient Dec 11, 2025
a5ba920
restricted list only to site colors
rkeerthient Dec 11, 2025
ba5ac2f
Added a new default color, created a new test case with dark bg
rkeerthient Dec 15, 2025
895794d
Update component screenshots for visual-editor
github-actions[bot] Dec 15, 2025
6b74b51
Merge remote-tracking branch 'origin/main' into OPAQF-54
rkeerthient Dec 15, 2025
d101a4a
updated logic and locales
rkeerthient Dec 16, 2025
fc6b4af
Merge remote-tracking branch 'origin/main' into OPAQF-54
rkeerthient Dec 16, 2025
8d6e3ad
Update component screenshots for visual-editor
github-actions[bot] Dec 16, 2025
16fa583
fixed nitpicks
rkeerthient Dec 16, 2025
5cc25bf
Merge remote-tracking branch 'origin/main' into OPAQF-54
rkeerthient Dec 16, 2025
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
6 changes: 4 additions & 2 deletions packages/visual-editor/locales/cs/visual-editor.json

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

6 changes: 4 additions & 2 deletions packages/visual-editor/locales/da/visual-editor.json

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

6 changes: 4 additions & 2 deletions packages/visual-editor/locales/de/visual-editor.json

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

6 changes: 4 additions & 2 deletions packages/visual-editor/locales/en-GB/visual-editor.json

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

6 changes: 4 additions & 2 deletions packages/visual-editor/locales/en/visual-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
"customSearchArea": "Custom Search Area",
"date": "Date",
"dateAndTime": "Date and Time",
"default": "Default",
"delete": "Delete",
"deleteItem": "Delete Item",
"discardChanges": {
Expand Down Expand Up @@ -185,6 +186,7 @@
"cards": "Cards",
"category": "Category",
"collapseDays": "Collapse Days",
"color": "Color",
"columns": "Columns",
"commaSeparated": "Comma Separated",
"contributorName": "Contributor Name",
Expand Down Expand Up @@ -297,8 +299,8 @@
"compact": "Compact",
"ctaVariant": {
"link": "Link",
"primary": "Primary",
"secondary": "Secondary"
"primary": "Solid",
"secondary": "Outline"
},
"dark": "Dark",
"default": "Default",
Expand Down
6 changes: 4 additions & 2 deletions packages/visual-editor/locales/es/visual-editor.json

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

6 changes: 4 additions & 2 deletions packages/visual-editor/locales/et/visual-editor.json

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

6 changes: 4 additions & 2 deletions packages/visual-editor/locales/fi/visual-editor.json

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

6 changes: 4 additions & 2 deletions packages/visual-editor/locales/fr/visual-editor.json

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

6 changes: 4 additions & 2 deletions packages/visual-editor/locales/hr/visual-editor.json

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

6 changes: 4 additions & 2 deletions packages/visual-editor/locales/hu/visual-editor.json

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

6 changes: 4 additions & 2 deletions packages/visual-editor/locales/it/visual-editor.json

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

6 changes: 4 additions & 2 deletions packages/visual-editor/locales/ja/visual-editor.json

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

6 changes: 4 additions & 2 deletions packages/visual-editor/locales/lt/visual-editor.json

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

Loading