Compare commits
4 Commits
d8fd49c5bc
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c3835e9e8 | ||
|
|
d6342987f8 | ||
|
|
3623e08343 | ||
|
|
608c8b8e70 |
@@ -3,5 +3,8 @@
|
|||||||
"dest": "../../dist/qd-design",
|
"dest": "../../dist/qd-design",
|
||||||
"lib": {
|
"lib": {
|
||||||
"entryFile": "src/public-api.ts"
|
"entryFile": "src/public-api.ts"
|
||||||
}
|
},
|
||||||
|
"assets": [
|
||||||
|
"src/styles/**/*.scss"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
@@ -1,9 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "qd-design",
|
"name": "@qd/qd-design",
|
||||||
"version": "0.0.1",
|
"version": "0.1.2",
|
||||||
|
"publishConfig": {
|
||||||
|
"registry": "https://git.quentinduwa.fr/api/packages/quentin_duwa/npm/"
|
||||||
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/common": "^20.1.0",
|
"@angular/common": "^22.0.1",
|
||||||
"@angular/core": "^20.1.0"
|
"@angular/core": "^22.0.1",
|
||||||
|
"@angular/cdk": "^22.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tslib": "^2.3.0"
|
"tslib": "^2.3.0"
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
export enum QdButtonType {
|
|
||||||
ELEVATED = 'elevated',
|
|
||||||
FILLED = 'filled',
|
|
||||||
FILLED_TONAL = 'filled-tonal',
|
|
||||||
OUTLINED = 'outlined',
|
|
||||||
TEXT = 'text',
|
|
||||||
}
|
|
||||||
@@ -2,5 +2,19 @@
|
|||||||
* Public API Surface of qd-design
|
* Public API Surface of qd-design
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Components
|
||||||
export * from './lib/qd-button/qd-button';
|
export * from './lib/qd-button/qd-button';
|
||||||
|
export * from './lib/qd-card/qd-card';
|
||||||
|
export * from './lib/qd-icon/qd-icon';
|
||||||
|
export * from './lib/qd-icon-button/qd-icon-button';
|
||||||
|
export * from './lib/qd-input-file/qd-input-file';
|
||||||
|
export * from './lib/qd-input-password/qd-input-password';
|
||||||
|
export * from './lib/qd-input-text/qd-input-text';
|
||||||
|
export * from './lib/qd-plain-tooltip/qd-plain-tooltip';
|
||||||
|
|
||||||
|
// Directives
|
||||||
export * from './directives/qd-button-variant';
|
export * from './directives/qd-button-variant';
|
||||||
|
export * from './directives/qd-card-variant';
|
||||||
|
export * from './directives/qd-icon-button-variant';
|
||||||
|
export * from './directives/qd-tooltip-directive';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user