+
{{i}}
@@ -220,18 +351,6 @@ export default {
## API
-### CIcon
-
-```js
-import { CIcon } from '@coreui/icons-vue'
-```
+!!!include(./api/coreui-icons-vue/src/CIcon.api.md)!!!
-| Prop name | Description | Type | Values | Default |
-| --------------------- | ------------------------------------------------------------------------------------------------- | --------------------- | ------ | ------- |
-| **content** | Use `:icon="..."` instead of
`@deprecated` since version 3.0 | string\|array | - | - |
-| **custom-class-name** | Use for replacing default CIcon component classes. Prop is overriding the 'size' prop. | string\|array\|object | - | - |
-| **icon** | Name of the icon placed in Vue object or SVG content. | string \| string[] | - | - |
-| **name** | Use `icon="..."` instead of
`@deprecated` since version 3.0 | string | - | - |
-| **size** | Size of the icon. Available sizes: 'sm', 'lg', 'xl', 'xxl', '3xl...9xl', 'custom', 'custom-size'. | string | - | - |
-| **title** | Title tag content. | string | - | - |
-| **use** | If defined component will be rendered using 'use' tag. | string | - | - |
\ No newline at end of file
+!!!include(./api/coreui-icons-vue/src/CIconSvg.api.md)!!!
\ No newline at end of file
diff --git a/packages/docs/package.json b/packages/docs/package.json
index 1fc7b75b..3dfd25a2 100644
--- a/packages/docs/package.json
+++ b/packages/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@coreui/vue-docs",
- "version": "5.1.0",
+ "version": "5.2.0",
"scripts": {
"api": "vue-docgen -c build/docgen.config.js",
"dev": "vuepress dev --clean-cache",
@@ -9,28 +9,28 @@
"license": "MIT",
"devDependencies": {
"@coreui/chartjs": "^4.0.0",
- "@coreui/coreui": "^5.0.2",
+ "@coreui/coreui": "^5.1.0",
"@coreui/icons": "^3.0.1",
- "@coreui/icons-vue": "^2.0.0",
+ "@coreui/icons-vue": "^2.1.0",
"@coreui/utils": "^2.0.2",
"@coreui/vue-chartjs": "^3.0.0",
- "@docsearch/css": "^3.6.0",
- "@docsearch/js": "^3.6.0",
- "@vuepress/bundler-vite": "2.0.0-rc.12",
- "@vuepress/bundler-webpack": "2.0.0-rc.12",
- "@vuepress/plugin-active-header-links": "2.0.0-rc.31",
- "@vuepress/plugin-git": "2.0.0-rc.31",
- "@vuepress/plugin-markdown-container": "2.0.0-rc.30",
- "@vuepress/plugin-prismjs": "2.0.0-rc.32",
- "@vuepress/plugin-theme-data": "2.0.0-rc.31",
- "@vuepress/plugin-register-components": "2.0.0-rc.31",
- "@vuepress/plugin-toc": "2.0.0-rc.31",
- "@vuepress/shared": "2.0.0-rc.12",
- "@vuepress/utils": "2.0.0-rc.12",
+ "@docsearch/css": "^3.6.1",
+ "@docsearch/js": "^3.6.1",
+ "@vuepress/bundler-vite": "2.0.0-rc.14",
+ "@vuepress/bundler-webpack": "2.0.0-rc.14",
+ "@vuepress/plugin-active-header-links": "2.0.0-rc.39",
+ "@vuepress/plugin-git": "2.0.0-rc.38",
+ "@vuepress/plugin-markdown-container": "2.0.0-rc.37",
+ "@vuepress/plugin-prismjs": "2.0.0-rc.37",
+ "@vuepress/plugin-theme-data": "2.0.0-rc.39",
+ "@vuepress/plugin-register-components": "2.0.0-rc.37",
+ "@vuepress/plugin-toc": "2.0.0-rc.39",
+ "@vuepress/shared": "2.0.0-rc.14",
+ "@vuepress/utils": "2.0.0-rc.14",
"markdown-it-anchor": "^9.0.1",
"markdown-it-include": "^2.0.0",
- "sass": "^1.77.2",
+ "sass": "^1.77.8",
"vue-docgen-cli": "^4.79.0",
- "vuepress": "2.0.0-rc.12"
+ "vuepress": "2.0.0-rc.14"
}
}