@sap-ux/ui-components 1.21.0 → 1.21.2
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/dist/components/UIInput/UITextInput.d.ts +10 -1
- package/dist/components/UIInput/UITextInput.d.ts.map +1 -1
- package/dist/components/UIInput/UITextInput.js +36 -19
- package/dist/components/UIInput/UITextInput.js.map +1 -1
- package/dist/components/UITranslationInput/UITranslationInput.d.ts.map +1 -1
- package/dist/components/UITranslationInput/UITranslationInput.js +7 -1
- package/dist/components/UITranslationInput/UITranslationInput.js.map +1 -1
- package/dist/components/UITranslationInput/UITranslationInput.scss +7 -0
- package/package.json +4 -4
- package/storybook/{342.d1d957e9.iframe.bundle.js → 342.8616aa95.iframe.bundle.js} +1 -1
- package/storybook/501.8ce2c34d.iframe.bundle.js +1 -0
- package/storybook/{504.f031c6ee.iframe.bundle.js → 504.7124a758.iframe.bundle.js} +26 -26
- package/storybook/536.289052c3.iframe.bundle.js +62 -0
- package/storybook/841.88f994d4.iframe.bundle.js +7 -0
- package/storybook/favicon.svg +1 -7
- package/storybook/iframe.html +35 -5
- package/storybook/index.html +34 -16
- package/storybook/index.json +1 -1
- package/storybook/{main.f69d158b.iframe.bundle.js → main.aaadecba.iframe.bundle.js} +1 -1
- package/storybook/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook/nunito-sans-bold.woff2 +0 -0
- package/storybook/nunito-sans-italic.woff2 +0 -0
- package/storybook/nunito-sans-regular.woff2 +0 -0
- package/storybook/project.json +1 -1
- package/storybook/runtime~main.3ecd6ab4.iframe.bundle.js +2 -0
- package/storybook/sb-addons/common-manager-bundle.js +1 -1
- package/storybook/sb-common-assets/favicon.svg +1 -0
- package/storybook/sb-manager/globals-module-info.js +1028 -1
- package/storybook/sb-manager/globals-runtime.js +40861 -1
- package/storybook/sb-manager/globals.js +48 -1
- package/storybook/sb-manager/runtime.js +13337 -1
- package/storybook/sb-preview/globals.js +33 -1
- package/storybook/sb-preview/runtime.js +7134 -116
- package/storybook/389.5879b7cc.iframe.bundle.js +0 -55
- package/storybook/841.8ff27cf5.iframe.bundle.js +0 -7
- package/storybook/runtime~main.ba21217c.iframe.bundle.js +0 -2
- package/storybook/sb-common-assets/fonts.css +0 -31
- package/storybook/sb-manager/WithTooltip-KJL26V4Q-5LS5AN27.js +0 -1
- package/storybook/sb-manager/chunk-2IOEGHGR.js +0 -274
- package/storybook/sb-manager/chunk-B3YDJJJH.js +0 -347
- package/storybook/sb-manager/chunk-BLWCBWKL.js +0 -9
- package/storybook/sb-manager/chunk-GUVK2GTO.js +0 -6
- package/storybook/sb-manager/chunk-VQTIH3SE.js +0 -186
- package/storybook/sb-manager/chunk-ZR5JZWHI.js +0 -1
- package/storybook/sb-manager/formatter-2WMMO6ZP-JI7RHVTW.js +0 -58
- package/storybook/sb-manager/index.js +0 -1
- package/storybook/sb-manager/syntaxhighlighter-BP7B2CQK-WOJYHKQR.js +0 -1
|
@@ -1 +1,33 @@
|
|
|
1
|
-
|
|
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
|
+
};
|