@hmscodes/honey-core 1.0.8 → 1.0.11
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.
- package/.editorconfig +17 -0
- package/.vscode/extensions.json +4 -0
- package/.vscode/launch.json +20 -0
- package/.vscode/tasks.json +42 -0
- package/README.md +14 -18
- package/angular.json +61 -0
- package/package.json +43 -24
- package/projects/honey-core/.storybook/main.ts +18 -0
- package/projects/honey-core/.storybook/preview.ts +14 -0
- package/projects/honey-core/.storybook/tsconfig.json +11 -0
- package/projects/honey-core/.storybook/typings.d.ts +4 -0
- package/projects/honey-core/README.md +63 -0
- package/projects/honey-core/ng-package.json +8 -0
- package/projects/honey-core/package.json +20 -0
- package/projects/honey-core/src/lib/components/button/button.component.html +8 -0
- package/projects/honey-core/src/lib/components/button/button.component.scss +1 -0
- package/projects/honey-core/src/lib/components/button/button.component.spec.ts +23 -0
- package/projects/honey-core/src/lib/components/button/button.component.ts +44 -0
- package/projects/honey-core/src/lib/components/input/input-floating-label.component.html +10 -0
- package/projects/honey-core/src/lib/components/input/input-floating-label.component.scss +37 -0
- package/projects/honey-core/src/lib/components/input/input-floating-label.component.spec.ts +22 -0
- package/projects/honey-core/src/lib/components/input/input-floating-label.component.ts +18 -0
- package/projects/honey-core/src/lib/honey-core.component.spec.ts +23 -0
- package/projects/honey-core/src/lib/honey-core.component.ts +15 -0
- package/projects/honey-core/src/lib/honey-core.service.spec.ts +16 -0
- package/projects/honey-core/src/lib/honey-core.service.ts +9 -0
- package/{public-api.d.ts → projects/honey-core/src/public-api.ts} +5 -0
- package/projects/honey-core/src/stories/.eslintrc.json +5 -0
- package/projects/honey-core/src/stories/Colors.mdx +40 -0
- package/projects/honey-core/src/stories/Presentation.mdx +7 -0
- package/projects/honey-core/src/stories/button.component.stories.ts +73 -0
- package/projects/honey-core/src/stories/button.css +30 -0
- package/projects/honey-core/src/stories/input-floating-label.component.stories.ts +23 -0
- package/projects/honey-core/src/stories/user.ts +3 -0
- package/projects/honey-core/styles/hc-button.scss +174 -0
- package/{styles → projects/honey-core/styles}/variables.css +6 -3
- package/projects/honey-core/tsconfig.lib.json +15 -0
- package/projects/honey-core/tsconfig.lib.prod.json +11 -0
- package/projects/honey-core/tsconfig.spec.json +15 -0
- package/storybook-static/162.af7e70f4.iframe.bundle.js +1 -0
- package/storybook-static/171.273750ed.iframe.bundle.js +2 -0
- package/storybook-static/171.273750ed.iframe.bundle.js.LICENSE.txt +5 -0
- package/storybook-static/25.1b431c80.iframe.bundle.js +2 -0
- package/storybook-static/25.1b431c80.iframe.bundle.js.LICENSE.txt +9 -0
- package/storybook-static/26.b413342f.iframe.bundle.js +1 -0
- package/storybook-static/401.6c674938.iframe.bundle.js +425 -0
- package/storybook-static/401.6c674938.iframe.bundle.js.LICENSE.txt +45 -0
- package/storybook-static/401.6c674938.iframe.bundle.js.map +1 -0
- package/storybook-static/94.778d394e.iframe.bundle.js +95 -0
- package/storybook-static/94.778d394e.iframe.bundle.js.LICENSE.txt +29 -0
- package/storybook-static/94.778d394e.iframe.bundle.js.map +1 -0
- package/storybook-static/944.2ba51a2f.iframe.bundle.js +1 -0
- package/storybook-static/980.3eb7bc80.iframe.bundle.js +1 -0
- package/storybook-static/favicon.svg +1 -0
- package/storybook-static/iframe.html +511 -0
- package/storybook-static/index.html +177 -0
- package/storybook-static/index.json +1 -0
- package/storybook-static/main.e467415e.iframe.bundle.js +1 -0
- package/storybook-static/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/project.json +1 -0
- package/storybook-static/runtime~main.96e15a9b.iframe.bundle.js +1 -0
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-backgrounds-4/manager-bundle.js +12 -0
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js +402 -0
- package/storybook-static/sb-addons/essentials-docs-3/manager-bundle.js +242 -0
- package/storybook-static/sb-addons/essentials-measure-7/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-outline-8/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-toolbars-6/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-viewport-5/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/interactions-10/manager-bundle.js +222 -0
- package/storybook-static/sb-addons/onboarding-9/manager-bundle.js +127 -0
- package/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +3 -0
- package/storybook-static/sb-common-assets/favicon.svg +1 -0
- package/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/sb-manager/globals-module-info.js +1051 -0
- package/storybook-static/sb-manager/globals-runtime.js +41591 -0
- package/storybook-static/sb-manager/globals.js +48 -0
- package/storybook-static/sb-manager/runtime.js +12048 -0
- package/storybook-static/sb-preview/globals.js +33 -0
- package/storybook-static/sb-preview/runtime.js +7745 -0
- package/storybook-static/stories-Colors-mdx.9084a017.iframe.bundle.js +1 -0
- package/storybook-static/stories-Presentation-mdx.6d8bf034.iframe.bundle.js +1 -0
- package/storybook-static/stories-button-component-stories.80fddfa5.iframe.bundle.js +1 -0
- package/storybook-static/stories-input-floating-label-component-stories.aa8a8aee.iframe.bundle.js +1 -0
- package/tsconfig.json +32 -0
- package/fesm2022/hmscodes-honey-core.mjs +0 -84
- package/fesm2022/hmscodes-honey-core.mjs.map +0 -1
- package/index.d.ts +0 -5
- package/lib/components/button/button.component.d.ts +0 -25
- package/lib/honey-core.component.d.ts +0 -5
- package/lib/honey-core.service.d.ts +0 -6
|
@@ -0,0 +1,45 @@
|
|
|
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
|
+
*/
|