@hmscodes/honey-core 1.0.11 → 1.0.13

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 (97) hide show
  1. package/README.md +18 -14
  2. package/fesm2022/hmscodes-honey-core.mjs +84 -0
  3. package/fesm2022/hmscodes-honey-core.mjs.map +1 -0
  4. package/index.d.ts +5 -0
  5. package/lib/components/button/button.component.d.ts +25 -0
  6. package/lib/honey-core.component.d.ts +5 -0
  7. package/lib/honey-core.service.d.ts +6 -0
  8. package/package.json +23 -42
  9. package/{projects/honey-core/src/public-api.ts → public-api.d.ts} +0 -5
  10. package/.editorconfig +0 -17
  11. package/.vscode/extensions.json +0 -4
  12. package/.vscode/launch.json +0 -20
  13. package/.vscode/tasks.json +0 -42
  14. package/angular.json +0 -61
  15. package/projects/honey-core/.storybook/main.ts +0 -18
  16. package/projects/honey-core/.storybook/preview.ts +0 -14
  17. package/projects/honey-core/.storybook/tsconfig.json +0 -11
  18. package/projects/honey-core/.storybook/typings.d.ts +0 -4
  19. package/projects/honey-core/README.md +0 -63
  20. package/projects/honey-core/ng-package.json +0 -8
  21. package/projects/honey-core/package.json +0 -20
  22. package/projects/honey-core/src/lib/components/button/button.component.html +0 -8
  23. package/projects/honey-core/src/lib/components/button/button.component.scss +0 -1
  24. package/projects/honey-core/src/lib/components/button/button.component.spec.ts +0 -23
  25. package/projects/honey-core/src/lib/components/button/button.component.ts +0 -44
  26. package/projects/honey-core/src/lib/components/input/input-floating-label.component.html +0 -10
  27. package/projects/honey-core/src/lib/components/input/input-floating-label.component.scss +0 -37
  28. package/projects/honey-core/src/lib/components/input/input-floating-label.component.spec.ts +0 -22
  29. package/projects/honey-core/src/lib/components/input/input-floating-label.component.ts +0 -18
  30. package/projects/honey-core/src/lib/honey-core.component.spec.ts +0 -23
  31. package/projects/honey-core/src/lib/honey-core.component.ts +0 -15
  32. package/projects/honey-core/src/lib/honey-core.service.spec.ts +0 -16
  33. package/projects/honey-core/src/lib/honey-core.service.ts +0 -9
  34. package/projects/honey-core/src/stories/.eslintrc.json +0 -5
  35. package/projects/honey-core/src/stories/Colors.mdx +0 -40
  36. package/projects/honey-core/src/stories/Presentation.mdx +0 -7
  37. package/projects/honey-core/src/stories/button.component.stories.ts +0 -73
  38. package/projects/honey-core/src/stories/button.css +0 -30
  39. package/projects/honey-core/src/stories/input-floating-label.component.stories.ts +0 -23
  40. package/projects/honey-core/src/stories/user.ts +0 -3
  41. package/projects/honey-core/styles/hc-button.scss +0 -174
  42. package/projects/honey-core/tsconfig.lib.json +0 -15
  43. package/projects/honey-core/tsconfig.lib.prod.json +0 -11
  44. package/projects/honey-core/tsconfig.spec.json +0 -15
  45. package/storybook-static/162.af7e70f4.iframe.bundle.js +0 -1
  46. package/storybook-static/171.273750ed.iframe.bundle.js +0 -2
  47. package/storybook-static/171.273750ed.iframe.bundle.js.LICENSE.txt +0 -5
  48. package/storybook-static/25.1b431c80.iframe.bundle.js +0 -2
  49. package/storybook-static/25.1b431c80.iframe.bundle.js.LICENSE.txt +0 -9
  50. package/storybook-static/26.b413342f.iframe.bundle.js +0 -1
  51. package/storybook-static/401.6c674938.iframe.bundle.js +0 -425
  52. package/storybook-static/401.6c674938.iframe.bundle.js.LICENSE.txt +0 -45
  53. package/storybook-static/401.6c674938.iframe.bundle.js.map +0 -1
  54. package/storybook-static/94.778d394e.iframe.bundle.js +0 -95
  55. package/storybook-static/94.778d394e.iframe.bundle.js.LICENSE.txt +0 -29
  56. package/storybook-static/94.778d394e.iframe.bundle.js.map +0 -1
  57. package/storybook-static/944.2ba51a2f.iframe.bundle.js +0 -1
  58. package/storybook-static/980.3eb7bc80.iframe.bundle.js +0 -1
  59. package/storybook-static/favicon.svg +0 -1
  60. package/storybook-static/iframe.html +0 -511
  61. package/storybook-static/index.html +0 -177
  62. package/storybook-static/index.json +0 -1
  63. package/storybook-static/main.e467415e.iframe.bundle.js +0 -1
  64. package/storybook-static/nunito-sans-bold-italic.woff2 +0 -0
  65. package/storybook-static/nunito-sans-bold.woff2 +0 -0
  66. package/storybook-static/nunito-sans-italic.woff2 +0 -0
  67. package/storybook-static/nunito-sans-regular.woff2 +0 -0
  68. package/storybook-static/project.json +0 -1
  69. package/storybook-static/runtime~main.96e15a9b.iframe.bundle.js +0 -1
  70. package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js +0 -3
  71. package/storybook-static/sb-addons/essentials-backgrounds-4/manager-bundle.js +0 -12
  72. package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js +0 -402
  73. package/storybook-static/sb-addons/essentials-docs-3/manager-bundle.js +0 -242
  74. package/storybook-static/sb-addons/essentials-measure-7/manager-bundle.js +0 -3
  75. package/storybook-static/sb-addons/essentials-outline-8/manager-bundle.js +0 -3
  76. package/storybook-static/sb-addons/essentials-toolbars-6/manager-bundle.js +0 -3
  77. package/storybook-static/sb-addons/essentials-viewport-5/manager-bundle.js +0 -3
  78. package/storybook-static/sb-addons/interactions-10/manager-bundle.js +0 -222
  79. package/storybook-static/sb-addons/onboarding-9/manager-bundle.js +0 -127
  80. package/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +0 -3
  81. package/storybook-static/sb-common-assets/favicon.svg +0 -1
  82. package/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
  83. package/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
  84. package/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
  85. package/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
  86. package/storybook-static/sb-manager/globals-module-info.js +0 -1051
  87. package/storybook-static/sb-manager/globals-runtime.js +0 -41591
  88. package/storybook-static/sb-manager/globals.js +0 -48
  89. package/storybook-static/sb-manager/runtime.js +0 -12048
  90. package/storybook-static/sb-preview/globals.js +0 -33
  91. package/storybook-static/sb-preview/runtime.js +0 -7745
  92. package/storybook-static/stories-Colors-mdx.9084a017.iframe.bundle.js +0 -1
  93. package/storybook-static/stories-Presentation-mdx.6d8bf034.iframe.bundle.js +0 -1
  94. package/storybook-static/stories-button-component-stories.80fddfa5.iframe.bundle.js +0 -1
  95. package/storybook-static/stories-input-floating-label-component-stories.aa8a8aee.iframe.bundle.js +0 -1
  96. package/tsconfig.json +0 -32
  97. /package/{projects/honey-core/styles → styles}/variables.css +0 -0
@@ -1,45 +0,0 @@
1
- /*!
2
- * @license
3
- * Copyright Google LLC All Rights Reserved.
4
- *
5
- * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.dev/license
7
- */
8
-
9
- /*!
10
- * isobject <https://github.com/jonschlinkert/isobject>
11
- *
12
- * Copyright (c) 2014-2017, Jon Schlinkert.
13
- * Released under the MIT License.
14
- */
15
-
16
- /**
17
- *
18
- * @license
19
- * Copyright Google LLC All Rights Reserved.
20
- *
21
- * Use of this source code is governed by an MIT-style license that can be
22
- * found in the LICENSE file at https://angular.dev/license
23
- */
24
-
25
- /**
26
- * @license
27
- * Lodash (Custom Build) <https://lodash.com/>
28
- * Build: `lodash modularize exports="es" -o ./`
29
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
30
- * Released under MIT license <https://lodash.com/license>
31
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
32
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
33
- */
34
-
35
- /**
36
- * @license Angular v19.2.7
37
- * (c) 2010-2025 Google LLC. https://angular.io/
38
- * License: MIT
39
- */
40
-
41
- /**
42
- * @license Angular v<unknown>
43
- * (c) 2010-2024 Google LLC. https://angular.io/
44
- * License: MIT
45
- */