@gits-id/icon
Advanced tools
Comparing version 0.13.11 to 0.13.15
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.13.15](https://github.com/gitsindonesia/ui-component/compare/v0.13.14...v0.13.15) (2022-12-08) | ||
**Note:** Version bump only for package @gits-id/icon | ||
## [0.13.11](https://github.com/gitsindonesia/ui-component/compare/v0.13.10...v0.13.11) (2022-12-06) | ||
@@ -8,0 +16,0 @@ |
@@ -0,0 +0,0 @@ import { type DefaultSizes } from '@gits-id/theme/defaultTheme'; |
import Icon from './Icon.vue'; | ||
export { Icon }; | ||
export default Icon; |
{ | ||
"name": "@gits-id/icon", | ||
"version": "0.13.11", | ||
"version": "0.13.15", | ||
"description": "GITS Icon Component", | ||
"scripts": { | ||
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types", | ||
"prepublishOnly": "npm run build", | ||
"test": "vitest" | ||
}, | ||
"keywords": [ | ||
@@ -18,3 +13,3 @@ "gits", | ||
"dependencies": { | ||
"@gits-id/theme": "^0.13.0", | ||
"@gits-id/theme": "^0.13.15", | ||
"@heroicons/vue": "^1.0.6", | ||
@@ -25,3 +20,3 @@ "@iconify/vue": "^3.2.1", | ||
"devDependencies": { | ||
"@gits-id/tailwind-config": "^0.13.11", | ||
"@gits-id/tailwind-config": "^0.13.15", | ||
"vite": "^3.0.0", | ||
@@ -45,3 +40,8 @@ "vitest": "^0.12.4", | ||
}, | ||
"gitHead": "01eb078443f637f65a939407d723ffcfca007f55" | ||
} | ||
"gitHead": "8104720a06b60ca92b79f9b6ce89108faa68bba5", | ||
"scripts": { | ||
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types", | ||
"test": "vitest" | ||
}, | ||
"readme": "# GITS Icon Component\r\n\r\n## Installation\r\n\r\nnpm\r\n\r\n```\r\nnpm i @gits-id/icon\r\n```\r\n\r\nyarn\r\n\r\n```\r\nyarn add @gits-id/icon\r\n```\r\n\r\npnpm\r\n\r\n```\r\npnpm i @gits-id/icon\r\n```\r\n\r\n## Usage\r\n\r\n```vue\r\n<script setup lang=\"ts\">\r\nimport {Icon} from '@gits-id/icon';\r\n</script>\r\n\r\n<template>\r\n <Icon icon=\"ic:add\" />\r\n</template>\r\n```\r\n\r\n## Documentation\r\n\r\nView full documentation [here](https://gits-ui.web.app/?path=/story/components-icon--default).\r\n\r\n## License\r\n\r\nMIT\r\n" | ||
} |
@@ -0,0 +0,0 @@ module.exports = { |
@@ -0,0 +0,0 @@ # GITS Icon Component |
@@ -0,0 +0,0 @@ import {mount} from '@vue/test-utils'; |
@@ -0,0 +0,0 @@ import {Story} from '@storybook/vue3'; |
import Icon from './Icon.vue'; | ||
export {Icon}; | ||
export default Icon; |
@@ -0,0 +0,0 @@ declare module '*.vue' { |
@@ -0,0 +0,0 @@ module.exports = { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ import {defineConfig} from 'vite'; |
Sorry, the diff of this file is not supported yet
17102
19
Updated@gits-id/theme@^0.13.15