react-vite-component-library
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -13,5 +13,4 @@ { | ||
}, | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"type": "module", | ||
"typings": "dist/types/index.d.ts", | ||
"files": [ | ||
@@ -24,3 +23,3 @@ "dist/*", | ||
"dev": "vite", | ||
"build": "tsc && vite build", | ||
"build": "tsc && vite build && cp -r ./src/types ./dist/types", | ||
"build-modules": "tsc && vite build --config vite-types.config.js", | ||
@@ -54,3 +53,3 @@ "lint": "npm run check-types && eslint --fix", | ||
"module": "./dist/index.es.js", | ||
"types": "./dist/types", | ||
"types": "dist/types/index.d.ts", | ||
"devDependencies": { | ||
@@ -57,0 +56,0 @@ "@commitlint/cli": "^17.5.0", |
@@ -8,3 +8,3 @@ import { ButtonThemes, AppDialogVariant } from './enums'; | ||
declare namespace ReactViteComponentLibrary { | ||
export declare const AppButton: (props: IButtonProps) => JSX.Element; | ||
export const AppButton: (props: IButtonProps) => JSX.Element; | ||
export { | ||
@@ -11,0 +11,0 @@ ButtonThemes, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66163
22
2093