@divetool/coral
Advanced tools
Comparing version 0.0.3 to 0.0.4
import { sass } from '@stencil/sass'; | ||
import { reactOutputTarget } from '@stencil/react-output-target'; | ||
import { angularOutputTarget, } from '@stencil/angular-output-target'; | ||
const angularValueAccessorBindings = []; | ||
export const config = { | ||
@@ -29,10 +27,3 @@ namespace: 'coral', | ||
}), | ||
angularOutputTarget({ | ||
componentCorePackage: '@divetool/coral/dist', | ||
directivesProxyFile: '../../../packages/coral-angular/src/lib/generated/components.ts', | ||
directivesArrayFile: '../../../packages/coral-angular/src/lib/generated/index.ts', | ||
valueAccessorConfigs: angularValueAccessorBindings, | ||
includeImportCustomElements: true, | ||
}), | ||
], | ||
}; |
{ | ||
"name": "@divetool/coral", | ||
"description": "🪸 Coral Design System by DiveTool", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"main": "./dist/index.cjs.js", | ||
@@ -6,0 +6,0 @@ "module": "./dist/index.js", |
292180
4642