@divetool/coral
Advanced tools
Comparing version 0.0.4 to 0.0.5
import { sass } from '@stencil/sass'; | ||
import { reactOutputTarget } from '@stencil/react-output-target'; | ||
import { angularOutputTarget, } from '@stencil/angular-output-target'; | ||
const angularValueAccessorBindings = []; | ||
export const config = { | ||
@@ -27,3 +29,10 @@ 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.4", | ||
"version": "0.0.5", | ||
"main": "./dist/index.cjs.js", | ||
@@ -34,3 +34,7 @@ "module": "./dist/index.js", | ||
"access": "public" | ||
} | ||
}, | ||
"dependencies": { | ||
"@stencil/core": "2.17.1" | ||
}, | ||
"gitHead": "4425477d30c63d8e489f0b69a424de4c2096d5b4" | ||
} |
292772
4651
1
+ Added@stencil/core@2.17.1
+ Added@stencil/core@2.17.1(transitive)