@hmscodes/honey-core 1.0.9 → 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 +42 -23
- 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,33 @@
|
|
|
1
|
+
import ESM_COMPAT_Module from "node:module";
|
|
2
|
+
import { fileURLToPath as ESM_COMPAT_fileURLToPath } from 'node:url';
|
|
3
|
+
import { dirname as ESM_COMPAT_dirname } from 'node:path';
|
|
4
|
+
const __filename = ESM_COMPAT_fileURLToPath(import.meta.url);
|
|
5
|
+
const __dirname = ESM_COMPAT_dirname(__filename);
|
|
6
|
+
const require = ESM_COMPAT_Module.createRequire(import.meta.url);
|
|
7
|
+
|
|
8
|
+
// src/preview/globals/globals.ts
|
|
9
|
+
var _ = {
|
|
10
|
+
"@storybook/global": "__STORYBOOK_MODULE_GLOBAL__",
|
|
11
|
+
"storybook/internal/channels": "__STORYBOOK_MODULE_CHANNELS__",
|
|
12
|
+
"@storybook/channels": "__STORYBOOK_MODULE_CHANNELS__",
|
|
13
|
+
"@storybook/core/channels": "__STORYBOOK_MODULE_CHANNELS__",
|
|
14
|
+
"storybook/internal/client-logger": "__STORYBOOK_MODULE_CLIENT_LOGGER__",
|
|
15
|
+
"@storybook/client-logger": "__STORYBOOK_MODULE_CLIENT_LOGGER__",
|
|
16
|
+
"@storybook/core/client-logger": "__STORYBOOK_MODULE_CLIENT_LOGGER__",
|
|
17
|
+
"storybook/internal/core-events": "__STORYBOOK_MODULE_CORE_EVENTS__",
|
|
18
|
+
"@storybook/core-events": "__STORYBOOK_MODULE_CORE_EVENTS__",
|
|
19
|
+
"@storybook/core/core-events": "__STORYBOOK_MODULE_CORE_EVENTS__",
|
|
20
|
+
"storybook/internal/preview-errors": "__STORYBOOK_MODULE_CORE_EVENTS_PREVIEW_ERRORS__",
|
|
21
|
+
"@storybook/core-events/preview-errors": "__STORYBOOK_MODULE_CORE_EVENTS_PREVIEW_ERRORS__",
|
|
22
|
+
"@storybook/core/preview-errors": "__STORYBOOK_MODULE_CORE_EVENTS_PREVIEW_ERRORS__",
|
|
23
|
+
"storybook/internal/preview-api": "__STORYBOOK_MODULE_PREVIEW_API__",
|
|
24
|
+
"@storybook/preview-api": "__STORYBOOK_MODULE_PREVIEW_API__",
|
|
25
|
+
"@storybook/core/preview-api": "__STORYBOOK_MODULE_PREVIEW_API__",
|
|
26
|
+
"storybook/internal/types": "__STORYBOOK_MODULE_TYPES__",
|
|
27
|
+
"@storybook/types": "__STORYBOOK_MODULE_TYPES__",
|
|
28
|
+
"@storybook/core/types": "__STORYBOOK_MODULE_TYPES__"
|
|
29
|
+
}, O = Object.keys(_);
|
|
30
|
+
export {
|
|
31
|
+
O as globalPackages,
|
|
32
|
+
_ as globalsNameReferenceMap
|
|
33
|
+
};
|