Skip to content

Commit d8db172

Browse files
committed
chore: update exports, typings and build files
1 parent e17f95c commit d8db172

9 files changed

+21
-43
lines changed

dist/coreui-icons-vue.common.js

+8-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/coreui-icons-vue.common.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/coreui-icons-vue.umd.js

+8-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/coreui-icons-vue.umd.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/coreui-icons-vue.umd.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/coreui-icons-vue.umd.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.d.ts

-6
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,3 @@ export declare class CIcon extends Vue {
66
size: string
77
customClasses: [string, Array<any>, object]
88
}
9-
10-
import { PluginFunction } from 'vue'
11-
export interface CIconPluginPlugin {
12-
install: PluginFunction<Function>
13-
}
14-
export declare const CIconPlugin: CIconPluginPlugin

index.js

-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,2 @@
11
import CIcon from './CIcon'
22
export { CIcon }
3-
4-
const CIconPlugin = {
5-
install (Vue, customIconSet) {
6-
CIcon.icons = customIconSet
7-
Vue.component('CIcon', CIcon)
8-
}
9-
}
10-
export { CIconPlugin }

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "coreui-icons-vue",
33
"sideEffects": false,
4-
"version": "1.0.0-alpha.1",
4+
"version": "1.0.0-alpha.2",
55
"main": "dist/coreui-icons-vue.common.js",
66
"types": "index.d.ts",
77
"scripts": {

0 commit comments

Comments
 (0)