@hug/hospitality 0.0.4-alpha.17 → 0.0.4-alpha.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/package.json +92 -92
  2. package/.editorconfig +0 -18
  3. package/.eslintignore +0 -47
  4. package/.eslintrc.json +0 -6
  5. package/.github/ISSUE_TEMPLATE/1-bug-report.yml +0 -57
  6. package/.github/ISSUE_TEMPLATE/2-feature-request.yml +0 -26
  7. package/.github/ISSUE_TEMPLATE/3-doc-issue.yml +0 -26
  8. package/.github/workflows/ci_release.yml +0 -17
  9. package/.husky/commit-msg +0 -3
  10. package/.husky/pre-commit +0 -17
  11. package/.vscode/extensions.json +0 -6
  12. package/.vscode/settings.json +0 -33
  13. package/CODE_OF_CONDUCT.md +0 -135
  14. package/CONTRIBUTING.md +0 -289
  15. package/DEVELOPER.md +0 -37
  16. package/dist/LICENSE +0 -674
  17. package/dist/README.md +0 -85
  18. package/dist/material/button/button.scss +0 -237
  19. package/dist/material/dialog/dialog.scss +0 -29
  20. package/dist/material/form-field/form-field.scss +0 -97
  21. package/dist/material/theme/theme.scss +0 -69
  22. package/dist/material/theme/utils.scss +0 -10
  23. package/dist/tokens/tokens.css +0 -823
  24. package/index.ts +0 -1
  25. package/material/core/directives/components-styling.directive.ts +0 -20
  26. package/material/core/index.ts +0 -1
  27. package/material/core/ng-package.json +0 -7
  28. package/material/form-field/form-field.provider.ts +0 -7
  29. package/material/form-field/index.ts +0 -1
  30. package/material/form-field/ng-package.json +0 -7
  31. package/ng-package.json +0 -10
  32. package/tokens/index.ts +0 -38
  33. package/tokens/ng-package.json +0 -7
  34. package/tokens/tokens.json +0 -5042
  35. package/tsconfig.json +0 -16
  36. /package/{dist/fesm2022 → fesm2022}/core.mjs +0 -0
  37. /package/{dist/fesm2022 → fesm2022}/core.mjs.map +0 -0
  38. /package/{dist/fesm2022 → fesm2022}/form-field.mjs +0 -0
  39. /package/{dist/fesm2022 → fesm2022}/form-field.mjs.map +0 -0
  40. /package/{dist/fesm2022 → fesm2022}/hug-hospitality.mjs +0 -0
  41. /package/{dist/fesm2022 → fesm2022}/hug-hospitality.mjs.map +0 -0
  42. /package/{dist/fesm2022 → fesm2022}/tokens.mjs +0 -0
  43. /package/{dist/fesm2022 → fesm2022}/tokens.mjs.map +0 -0
  44. /package/{dist/index.d.ts → index.d.ts} +0 -0
  45. /package/{dist/material → material}/core/directives/components-styling.directive.d.ts +0 -0
  46. /package/{dist/material → material}/core/index.d.ts +0 -0
  47. /package/{dist/material → material}/form-field/form-field.provider.d.ts +0 -0
  48. /package/{dist/material → material}/form-field/index.d.ts +0 -0
  49. /package/{dist/tokens → tokens}/index.d.ts +0 -0
package/tsconfig.json DELETED
@@ -1,16 +0,0 @@
1
- {
2
- "extends": "./node_modules/ng-packagr/lib/ts/conf/tsconfig.ngc.json",
3
- "compilerOptions": {
4
- "strictNullChecks": true,
5
- "esModuleInterop": true,
6
- "resolveJsonModule": true
7
- },
8
- "files": [],
9
- "include": ["**/*.ts"],
10
- "angularCompilerOptions": {
11
- "enableI18nLegacyMessageIdFormat": false,
12
- "strictInjectionParameters": true,
13
- "strictInputAccessModifiers": true,
14
- "strictTemplates": true
15
- }
16
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes