Skip to content

Commit

Permalink
feat(kcodeblock, kcatalog, kcollapse, kstepper): components reskin (#…
Browse files Browse the repository at this point in the history
…2124)

* feat(kcodeblock): component reskin [KHCP-8975] (#2100)

* feat(kcollapse): component reskin [KHCP-8976] (#2125)

* feat(kcollapse): reskin component - wip [KHCP-8976]

* feat(kcollapse): component reskin [KHCP-8976]

* test(kcollapse): update compoent tests [KHCP-8976]

* fix(kcollapse): misc fixes [KHCP-8976]

* docs(collapse): update component docs [KHCP-8976]

* chore(sandbox): minor fix [KHCP-8976]

* docs(collapse): misc fix [KHCP-8976]

* fix(kcollapse): apply feedback

Co-authored-by: Adam DeHaven <2229946+adamdehaven@users.noreply.github.com>

* fix(kcollapse): address feedback [KHCP-8976]

---------

Co-authored-by: Adam DeHaven <2229946+adamdehaven@users.noreply.github.com>

* feat(kcatalog): reskin component [KHCP-8972] (#2116)

* fix(kcatalog): update props, slots, events [KHCP-8972]

* feat(kcatalog): reskin component [KHCP-8972]

* feat(kcatalogitem): reskin component [KHCP-8972]

* test(kcatalog): update component tests [KHCP-8972]

* docs(catalog): update component docs [KHCP-8972]

* docs(catalog): minor fix [KHCP-8972]

* test(kemptystate): fix flaky test [KHCP-8972]

* test(kalert): fix flaky test [KHCP-8972]

* fix(kcatalog): grid gap [KHCP-8972]

* fix(kcatalog): apply feedback

Co-authored-by: Adam DeHaven <2229946+adamdehaven@users.noreply.github.com>

* fix(kcatalog): address feedback [KHCP-8972]

* fix(*): remove letter spacing [KHCP-8972]

---------

Co-authored-by: Adam DeHaven <2229946+adamdehaven@users.noreply.github.com>

* feat(kstepper): component reskin [KHCP-9001] (#2132)

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

* feat(kstepper): reskin component [KHCP-9001]

* fix(kstepper): remove stepper icons [KHCP-9001]

* test(kstepper): update component tests [KHCP-9001]

* fix(kstepper): minor fix [KHCP-9001]

* docs(stepper): update component docs [KHCP-9001]

* fix(kstepper): add aria-current [KHCP-9001]

* fix(kstep): icon titles [KHCP-9001]

* docs: minor fix

* fix(kcodeblock): icon button not to inherit attrs (#2140)

* fix(kcatalogitem): fix overflow

* fix(*): add title or decorative prop to icons (#2143)

* fix(*): add title or decorative prop to icons

* fix(*): minor fix

* fix(kcopy): minor fix

* fix(kcopy): minor fix

* fix(*): address pr feedback

* fix(ktable): minor fix

---------

Co-authored-by: Adam DeHaven <2229946+adamdehaven@users.noreply.github.com>
  • Loading branch information
portikM and adamdehaven committed Jun 3, 2024
1 parent 03b5fba commit 47b2dcc
Show file tree
Hide file tree
Showing 55 changed files with 2,243 additions and 2,487 deletions.
16 changes: 6 additions & 10 deletions docs/components/card.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,11 @@ String to be used as a title. Can also be [slotted](#slots).
HTML element you want title to be rendered as. Defaults to `div`.

Accepted values are:
* `div`
* `span`
* `a`
* `legend`
* `h1`
* `h2`
* `h3`
* `h4`
* `h5`
* `h6`
<ul>
<li v-for="tag in HeaderTags" :key="`${tag}-header-tag`">
<code>{{ tag }}</code>
</li>
</ul>

<KCard title-tag="h4" title="Card Title H4 Heading" />

Expand Down Expand Up @@ -202,4 +197,5 @@ Bottom drawer of the card. Useful for providing contextual information.

<script setup lang="ts">
import { MoreIcon } from '@kong/icons'
import { HeaderTags } from '@/types'
</script>
Loading

0 comments on commit 47b2dcc

Please sign in to comment.