-
- Downloads
Merge branch 'storybook' into 'dev'
chore(sb): storybook integration + button component See merge request !556
No related branches found
No related tags found
Showing
- .eslintrc.json 5 additions, 2 deletions.eslintrc.json
- .storybook/main.ts 14 additions, 0 deletions.storybook/main.ts
- .storybook/manager.js 6 additions, 0 deletions.storybook/manager.js
- .storybook/preview.ts 25 additions, 0 deletions.storybook/preview.ts
- .storybook/theme.ts 10 additions, 0 deletions.storybook/theme.ts
- .storybook/tsconfig.json 11 additions, 0 deletions.storybook/tsconfig.json
- .storybook/typings.d.ts 4 additions, 0 deletions.storybook/typings.d.ts
- .vscode/settings.json 3 additions, 1 deletion.vscode/settings.json
- angular.json 20 additions, 0 deletionsangular.json
- documentation.json 67054 additions, 0 deletionsdocumentation.json
- package-lock.json 38532 additions, 1933 deletionspackage-lock.json
- package.json 15 additions, 1 deletionpackage.json
- src/app/annuaire/annuaire.component.scss 1 addition, 0 deletionssrc/app/annuaire/annuaire.component.scss
- src/app/app-routing.module.ts 0 additions, 1 deletionsrc/app/app-routing.module.ts
- src/app/app.component.html 1 addition, 1 deletionsrc/app/app.component.html
- src/app/app.component.scss 5 additions, 2 deletionssrc/app/app.component.scss
- src/app/header/header.component.scss 3 additions, 0 deletionssrc/app/header/header.component.scss
- src/app/login/login.component.scss 24 additions, 26 deletionssrc/app/login/login.component.scss
- src/app/shared/components/index.ts 3 additions, 0 deletionssrc/app/shared/components/index.ts
- src/app/shared/components/v3/button/Button.stories.ts 77 additions, 0 deletionssrc/app/shared/components/v3/button/Button.stories.ts
.storybook/main.ts
0 → 100644
.storybook/manager.js
0 → 100644
.storybook/preview.ts
0 → 100644
.storybook/theme.ts
0 → 100644
.storybook/tsconfig.json
0 → 100644
.storybook/typings.d.ts
0 → 100644
documentation.json
0 → 100644
This diff is collapsed.
This diff is collapsed.
| ... | ... | @@ -12,7 +12,9 @@ |
| "test": "ng test", | ||
| "lint": "ng lint --fix", | ||
| "release": "standard-version", | ||
| "translate": "ng xi18n --ivy --output-path src/locale --out-file messages.en.xlf" | ||
| "translate": "ng xi18n --ivy --output-path src/locale --out-file messages.en.xlf", | ||
| "storybook": "ng run pamn:storybook", | ||
| "build-storybook": "ng run pamn:build-storybook" | ||
| }, | ||
| "private": true, | ||
| "dependencies": { | ||
| ... | ... | @@ -57,6 +59,14 @@ |
| "@angular/compiler-cli": "^15.1.3", | ||
| "@angular/localize": "^15.1.3", | ||
| "@compodoc/compodoc": "^1.1.16", | ||
| "@storybook/addon-essentials": "^7.4.0", | ||
| "@storybook/addon-interactions": "^7.4.0", | ||
| "@storybook/addon-links": "^7.4.0", | ||
| "@storybook/angular": "^7.4.0", | ||
| "@storybook/blocks": "^7.4.0", | ||
| "@storybook/manager-api": "^7.4.0", | ||
| "@storybook/testing-library": "^0.2.0", | ||
| "@storybook/theming": "^7.4.0", | ||
| "@types/jasmine": "~4.3.0", | ||
| "@types/jasminewd2": "~2.0.3", | ||
| "@types/leaflet": "^1.5.17", | ||
| ... | ... | @@ -68,6 +78,7 @@ |
| "codelyzer": "^6.0.2", | ||
| "eslint": "^8.28.0", | ||
| "eslint-plugin-jest": "^27.0.0", | ||
| "eslint-plugin-storybook": "^0.6.13", | ||
| "http-server": "^14.1.0", | ||
| "jasmine-core": "~4.5.0", | ||
| "jasmine-spec-reporter": "~7.0.0", | ||
| ... | ... | @@ -81,7 +92,10 @@ |
| "karma-jasmine-html-reporter": "^2.0.0", | ||
| "ng-packagr": "^15.1.1", | ||
| "prettier": "^2.8.3", | ||
| "react": "^18.2.0", | ||
| "react-dom": "^18.2.0", | ||
| "standard-version": "^9.3.2", | ||
| "storybook": "^7.4.0", | ||
| "ts-node": "~8.10.0", | ||
| "tslint": "~6.1.0", | ||
| "typescript": "~4.9.4" | ||
| ... | ... | |
| ... | ... |
Please sign in to comment
