Skip to content

Commit

Permalink
feat(kbadge, kinputswitch, kmethodbadge): components reskin (#1893)
Browse files Browse the repository at this point in the history
* feat(kinputswitch): reskin component [KHCP-8986] (#1871)

* feat(kinputswitch): reskin component [KHCP-8986]

* fix(kinputswitch): minor fix [KHCP-8986]

* feat(kinputswitch): reskin component [KHCP-8986]

* fix(kinputswitch): misc fixes [KHCP-8986]

* test(kinputswitch): fix component tests [KHCP-8986]

* fix(kinputswitch): misc fixes [KHCP-8986]

* docs(kinputswitch): update component docs [KHCP-8986]

* fix(kinputswitch): add back disabled tooltip text prop [KHCP-8986]

* docs(kinputswitch): minor fix [KHCP-8986]

* docs(kinputswitch): minor fix [KHCP-8986]

* fix(kinputswitch): prevent scroll on space [KHCP-8986]

* fix(kinputswitch): address PR feedback

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

* fix(kinputswitch): address PR feedback [KHCP-8986]

* fix(kinputswitch): add missing token [KHCP-8986]

---------

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

* feat(kbadge): component reskin [KHCP-8968] (#1800)

* feat(kbadge): reskin component - wip [KHCP-8968]

* feat(kbadge): reskin component - wip [KHCP-8968]

* fix(kbadge): styling fix [KHCP-8968]

* chore(sandbox): comment out tooltips [KHCP-8968]

* fix(kbadge): method styling [KHCP-8968]

* fix(kbadge): icon slot [KHCP-8968]

* fix(kbadge): tooltip props [KHCP-8968]

* fix(kmethodbadge): remove type [KHCP-8968]

* test(kbadge): fix component tests [KHCP-8968]

* test(kbadge): test icon slot [KHCP-8968]

* test(kmultiselect): fix component tests [KHCP-8968]

* fix(kmultiselect): minor fix [KHCP-8968]

* fix(*): misc kbadge fixes [KHCP-8968]

* docs(badge): update component docs [KHCP-8968]

* fix(kmultiselect): undo changes [KHCP-8968]

* fix(kmultiselect): fix component [KHCP-8968]

* fix(kbadge): fix neutral appearance [KHCP-8968]

* fix(kbadge): misc fixes [KHCP-8968]

* fix(kbadge): method badge min width [KHCP-8968]

* fix(kbadge): minor fix [KHCP-8968]

* fix(kmultiselect): component tests [KHCP-8968]

* fix(kmultiselect): fix kbadge props [KHCP-8968]

* fix(*): rebase [KHCP-8968]

* fix: address PR feedback

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

* fix(kbadge): address PR feedback [KHCP-8968]

* fix(kbadge): address PR feedback

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

* fix(kbadge): add decorative appearance [KHCP-8968]

* docs(badge): minor tweak [KHCP-8968]

* fix(kbadge): remove custom colors props [KHCP-8968]

* test(kbadge): fix component tests [KHCP-8968]

* fix: address PR feedback

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

* fix(kbadge): address PR feedback [KHCP-8968]

* fix(kbadge): remove legacy prop support [KHCP-8968]

* fix(kbadge): component mixins [KHCP-8968]

* docs(*): small tweaks [KHCP-8968]

* fix(kbadge): small tweak [KHCP-8968]

---------

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

* fix(kinputswitch): minor fix

* fix(kmethodbadge): remove component [KHCP-8989] (#1899)

* fix(kmethodbadge): remove component [KHCP-8989]

* fix: remove kmethodbadge component exports [KHCP-8989]

* docs: fix typo

* docs: small tweaks

* docs: minor fix

* fix(ktruncate): minor fix

---------

Co-authored-by: Adam DeHaven <[email protected]>
  • Loading branch information
portikM and adamdehaven authored Dec 8, 2023
1 parent 96db894 commit 07eafc8
Show file tree
Hide file tree
Showing 30 changed files with 1,455 additions and 1,410 deletions.
1 change: 0 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export default defineConfig({
{ text: 'Input Switch', link: '/components/input-switch' },
{ text: 'Label', link: '/components/label' },
{ text: 'Menu', link: '/components/menu' },
{ text: 'Method Badge', link: '/components/method-badge' },
{ text: 'Modal', link: '/components/modal' },
{ text: 'Modal Fullscreen', link: '/components/modal-fullscreen' },
{ text: 'Multiselect', link: '/components/multiselect' },
Expand Down
Loading

0 comments on commit 07eafc8

Please sign in to comment.