Skip to content

Commit

Permalink
feat(kdropdownmenu): component reskinning [KHCP-8879] (#1775)
Browse files Browse the repository at this point in the history
* chore(sandbox): setup component sandbox [KHCP-8879]

* fix(krdopdownmenu): remove unneeded props and classes [KHCP-8879]

* fix(kdropdownmenu): remove and deprecate props [KHCP-8879]

* fix(kdropdownmenu): change props [KHCP-8879]

* fix(sandbox): add sandbox example [KHCP-8879]

* feat(kdropdownmenu): component reskinning [KHCP-8879]

* test(kdropdownmenu): fix component tests [KHCP-8879]

* fix(kdropdownmenu): minor fixes [KHCP-8879]

* chore(deps): bump @kong/icons preview [KHCP-8879]

* chore(deps): bump @kong/icons to 1.7.6 [KHCP-8879]

* fix(kdropdown): rename component [KHCP-8879]

* fix(kdropdown): update imports and rename files [KHCP-8879]

* fix(kdropdown): misc fixes [KHCP-8879]

* docs(dropdown): update component docs [KHCP-8879]

* docs(dropdown): minor fix [KHCP-8879]

* fix(kdropdown): dropdown container spacing tweaks [KHCP-8879]

* fix: apply PR feedback

Co-authored-by: Adam DeHaven <[email protected]>

* fix(kdropdown): address PR feedback [KHCP-8879]

* docs(dropdown): address PR feedback [KHCP-8879]

* fix(dropdown): address PR feedback [KHCP-8879]

* docs: address PR feedback [KHCP-8879]

* docs: minor fix [KHCP-8879]

* fix(kdropdown): address PR feedback [KHCP-8879]

* chore(sandbox): add dropdown in table sandbox [KHCP-8879]

* fix(ktable): fix dropdown spacing [KHCP-8879]

* fix(sandbox): minor fix [KHCP-8879]

---------

Co-authored-by: Adam DeHaven <[email protected]>
  • Loading branch information
portikM and adamdehaven authored Oct 23, 2023
1 parent 49ec885 commit 830fa46
Show file tree
Hide file tree
Showing 26 changed files with 1,659 additions and 1,151 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default defineConfig({
{ text: 'Code Block', link: '/components/codeblock' },
{ text: 'Collapse', link: '/components/collapse' },
{ text: 'DateTime Picker', link: '/components/datetime-picker' },
{ text: 'Dropdown Menu', link: '/components/dropdown-menu' },
{ text: 'Dropdown', link: '/components/dropdown' },
{ text: 'Empty State', link: '/components/empty-state' },
{ text: 'External Link', link: '/components/external-link' },
{ text: 'File Upload', link: '/components/file-upload' },
Expand Down
Loading

0 comments on commit 830fa46

Please sign in to comment.