Skip to content

Commit 7bd748a

Browse files
committed
docs: update content
1 parent 8f3435d commit 7bd748a

File tree

5 files changed

+447
-413
lines changed

5 files changed

+447
-413
lines changed

packages/docs/.vuepress/client.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import '@coreui/chartjs/scss/coreui-chartjs.scss'
88
import {
99
cibCoreuiC,
1010
cibDiscourse,
11+
cibFacebook,
1112
cibGithub,
1213
cibTwitter,
1314
cibOpenCollective,
@@ -37,6 +38,7 @@ import {
3738
export const icons = {
3839
cibCoreuiC,
3940
cibDiscourse,
41+
cibFacebook,
4042
cibGithub,
4143
cibTwitter,
4244
cibOpenCollective,

packages/docs/components/icon.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ CoreUI Icons package is delivered with more than 1500 icons in multiple formats
162162
<div class="p-3 py-4 mb-2 bg-light text-center rounded">
163163
<CIcon :icon="icon[i]" size="xxl"/>
164164
</div>
165-
<div class="text-medium-emphasis text-center pt-1 small">{{i}}</div>
165+
<div class="text-body-secondary text-center pt-1 small">{{i}}</div>
166166
</CCol>
167167
</CRow>
168168
</CTabPane>
@@ -172,7 +172,7 @@ CoreUI Icons package is delivered with more than 1500 icons in multiple formats
172172
<div class="p-3 py-4 mb-2 bg-light text-center rounded">
173173
<CIcon :icon="icon[i]" size="xxl"/>
174174
</div>
175-
<div class="text-medium-emphasis text-center pt-1 small">{{i}}</div>
175+
<div class="text-body-secondary text-center pt-1 small">{{i}}</div>
176176
</CCol>
177177
</CRow>
178178
</CTabPane>
@@ -182,7 +182,7 @@ CoreUI Icons package is delivered with more than 1500 icons in multiple formats
182182
<div class="p-3 py-4 mb-2 bg-light text-center rounded">
183183
<CIcon :icon="icon[i]" size="xxl"/>
184184
</div>
185-
<div class="text-medium-emphasis text-center pt-1 small">{{i}}</div>
185+
<div class="text-body-secondary text-center pt-1 small">{{i}}</div>
186186
</CCol>
187187
</CRow>
188188
</CTabPane>

packages/docs/components/navbar.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -981,10 +981,10 @@ With a toggler on the left and brand name on the right:
981981
Sometimes you want to use the collapse plugin to trigger a container element for content that structurally sits outside of the `<CNavbar>`.
982982

983983
::: demo
984-
<CCollapse id="navbarToggleExternalContent" :visible="visibleExternalContent">
984+
<CCollapse id="navbarToggleExternalContent" :visible="visibleExternalContent" data-coreui-theme="dark">
985985
<div class="bg-dark p-4">
986-
<h5 class="text-white h4">Collapsed content</h5>
987-
<span class="text-medium-emphasis-inverse">Toggleable via the navbar brand.</span>
986+
<h5 class="text-body-emphasis h4">Collapsed content</h5>
987+
<span class="text-body-secondary">Toggleable via the navbar brand.</span>
988988
</div>
989989
</CCollapse>
990990
<CNavbar colorScheme="dark" class="bg-dark">
@@ -999,10 +999,10 @@ Sometimes you want to use the collapse plugin to trigger a container element for
999999
:::
10001000
```vue
10011001
<template>
1002-
<CCollapse id="navbarToggleExternalContent" :visible="visibleExternalContent">
1002+
<CCollapse id="navbarToggleExternalContent" :visible="visibleExternalContent" data-coreui-theme="dark">
10031003
<div class="bg-dark p-4">
1004-
<h5 class="text-white h4">Collapsed content</h5>
1005-
<span class="text-medium-emphasis-inverse">Toggleable via the navbar brand.</span>
1004+
<h5 class="text-body-emphasis h4">Collapsed content</h5>
1005+
<span class="text-body-secondary">Toggleable via the navbar brand.</span>
10061006
</div>
10071007
</CCollapse>
10081008
<CNavbar colorScheme="dark" class="bg-dark">

packages/docs/components/tooltip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ other_frameworks: tooltip
1212
Hover over the links below to see tooltips:
1313

1414
::: demo
15-
<p class="text-medium-emphasis">
15+
<p class="text-body-secondary">
1616
Tight pants next level keffiyeh
1717
<CLink v-c-tooltip="'Tooltip text'"> you&nbsp;probably </CLink>
1818
haven't heard of them.
@@ -31,7 +31,7 @@ Hover over the links below to see tooltips:
3131
</p>
3232
:::
3333
```vue demo
34-
<p class="text-medium-emphasis">
34+
<p class="text-body-secondary">
3535
Tight pants next level keffiyeh
3636
<CLink v-c-tooltip="'Tooltip text'"> you probably </CLink>
3737
haven't heard of them.

0 commit comments

Comments
 (0)