@e1011/es-kit 1.1.26 → 1.1.30
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/hooks/esm/index.css +376 -206
- package/dist/hooks/index.css +376 -206
- package/dist/lib/cjs/index.css +170 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/icons.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/tag/Tag.js +2 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/tag/Tag.js.map +1 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/tag/tag.module.scss.js +2 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/tag/tag.module.scss.js.map +1 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/tag/tag.types.js +2 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/tag/tag.types.js.map +1 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/text/Headline.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/text/Link.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/text/Paragraph.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/text/Text.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/textAndContent/TextAndContent.js +2 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/textAndContent/TextAndContent.js.map +1 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js +2 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js.map +1 -0
- package/dist/lib/cjs/src/core/ui/components/error/propsValidationError.js +2 -0
- package/dist/lib/cjs/src/core/ui/components/error/propsValidationError.js.map +1 -0
- package/dist/lib/cjs/src/index.js +1 -1
- package/dist/lib/esm/index.css +170 -0
- package/dist/lib/esm/src/core/ui/components/atoms/icons.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/tag/Tag.js +2 -0
- package/dist/lib/esm/src/core/ui/components/atoms/tag/Tag.js.map +1 -0
- package/dist/lib/esm/src/core/ui/components/atoms/tag/tag.module.scss.js +2 -0
- package/dist/lib/esm/src/core/ui/components/atoms/tag/tag.module.scss.js.map +1 -0
- package/dist/lib/esm/src/core/ui/components/atoms/tag/tag.types.js +2 -0
- package/dist/lib/esm/src/core/ui/components/atoms/tag/tag.types.js.map +1 -0
- package/dist/lib/esm/src/core/ui/components/atoms/text/Headline.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/text/Link.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/text/Paragraph.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/text/Text.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/textAndContent/TextAndContent.js +2 -0
- package/dist/lib/esm/src/core/ui/components/atoms/textAndContent/TextAndContent.js.map +1 -0
- package/dist/lib/esm/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js +2 -0
- package/dist/lib/esm/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js.map +1 -0
- package/dist/lib/esm/src/core/ui/components/error/propsValidationError.js +2 -0
- package/dist/lib/esm/src/core/ui/components/error/propsValidationError.js.map +1 -0
- package/dist/lib/esm/src/index.js +1 -1
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/dist/types/src/core/ui/components/atoms/button/button.stories.d.ts +1 -1
- package/dist/types/src/core/ui/components/atoms/button/button.stories.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/atoms/icons.d.ts +5 -0
- package/dist/types/src/core/ui/components/atoms/icons.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/atoms/index.d.ts +2 -0
- package/dist/types/src/core/ui/components/atoms/index.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/atoms/tag/Tag.d.ts +10 -0
- package/dist/types/src/core/ui/components/atoms/tag/Tag.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/atoms/tag/Tag.test.d.ts +5 -0
- package/dist/types/src/core/ui/components/atoms/tag/Tag.test.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/atoms/tag/index.d.ts +3 -0
- package/dist/types/src/core/ui/components/atoms/tag/index.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/atoms/tag/tag.stories.d.ts +6 -0
- package/dist/types/src/core/ui/components/atoms/tag/tag.stories.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/atoms/tag/tag.types.d.ts +31 -0
- package/dist/types/src/core/ui/components/atoms/tag/tag.types.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/atoms/text/Headline.d.ts +1 -1
- package/dist/types/src/core/ui/components/atoms/text/Headline.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/atoms/text/Link.d.ts +1 -1
- package/dist/types/src/core/ui/components/atoms/text/Link.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/atoms/text/Paragraph.d.ts +1 -1
- package/dist/types/src/core/ui/components/atoms/text/Paragraph.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/atoms/text/Text.d.ts +2 -15
- package/dist/types/src/core/ui/components/atoms/text/Text.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/atoms/text/anchor-link/anchorLink.stories.d.ts +1 -1
- package/dist/types/src/core/ui/components/atoms/text/anchor-link/anchorLink.stories.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/atoms/text/anchor-link/anchorLink.types.d.ts +1 -1
- package/dist/types/src/core/ui/components/atoms/text/anchor-link/anchorLink.types.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/atoms/text/text.types.d.ts +16 -0
- package/dist/types/src/core/ui/components/atoms/text/text.types.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/atoms/textAndContent/TextAndContent.d.ts +17 -0
- package/dist/types/src/core/ui/components/atoms/textAndContent/TextAndContent.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/atoms/textAndContent/index.d.ts +3 -0
- package/dist/types/src/core/ui/components/atoms/textAndContent/index.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/atoms/textAndContent/textAndContent.stories.d.ts +8 -0
- package/dist/types/src/core/ui/components/atoms/textAndContent/textAndContent.stories.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/atoms/textAndContent/textAndContent.test.d.ts +5 -0
- package/dist/types/src/core/ui/components/atoms/textAndContent/textAndContent.test.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/atoms/textAndContent/textAndContent.types.d.ts +24 -0
- package/dist/types/src/core/ui/components/atoms/textAndContent/textAndContent.types.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/error/errorBoundary.stories.d.ts +3 -3
- package/dist/types/src/core/ui/components/error/errorBoundary.stories.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/error/propsValidationError.d.ts +4 -0
- package/dist/types/src/core/ui/components/error/propsValidationError.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/molecules/popup/popup.stories.d.ts +2 -2
- package/dist/types/src/core/ui/components/molecules/popup/popup.stories.d.ts.map +1 -1
- package/dist/types/src/core/utils/appState/peregrineMQ/peregrineMQ.stories.d.ts +1 -1
- package/dist/types/src/core/utils/appState/peregrineMQ/peregrineMQ.stories.d.ts.map +1 -1
- package/dist/types/src/core/utils/appState/store/store.stories.d.ts +1 -1
- package/dist/types/src/core/utils/appState/store/store.stories.d.ts.map +1 -1
- package/dist/ui/esm/index.css +170 -0
- package/dist/ui/esm/src/core/hooks/useClassNames.js +2 -0
- package/dist/ui/esm/src/core/hooks/useClassNames.js.map +1 -0
- package/dist/ui/esm/src/core/ui/components/atoms/icons.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/tag/Tag.js +2 -0
- package/dist/ui/esm/src/core/ui/components/atoms/tag/Tag.js.map +1 -0
- package/dist/ui/esm/src/core/ui/components/atoms/tag/tag.module.scss.js +2 -0
- package/dist/ui/esm/src/core/ui/components/atoms/tag/tag.module.scss.js.map +1 -0
- package/dist/ui/esm/src/core/ui/components/atoms/tag/tag.types.js +2 -0
- package/dist/ui/esm/src/core/ui/components/atoms/tag/tag.types.js.map +1 -0
- package/dist/ui/esm/src/core/ui/components/atoms/text/Headline.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/text/Link.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/text/Paragraph.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/text/Text.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/textAndContent/TextAndContent.js +2 -0
- package/dist/ui/esm/src/core/ui/components/atoms/textAndContent/TextAndContent.js.map +1 -0
- package/dist/ui/esm/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js +2 -0
- package/dist/ui/esm/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js.map +1 -0
- package/dist/ui/esm/src/core/ui/components/error/propsValidationError.js +2 -0
- package/dist/ui/esm/src/core/ui/components/error/propsValidationError.js.map +1 -0
- package/dist/ui/esm/src/core/ui/index.js +1 -1
- package/dist/ui/index.css +170 -0
- package/dist/ui/src/core/hooks/useClassNames.js +2 -0
- package/dist/ui/src/core/hooks/useClassNames.js.map +1 -0
- package/dist/ui/src/core/ui/components/atoms/icons.js.map +1 -1
- package/dist/ui/src/core/ui/components/atoms/tag/Tag.js +2 -0
- package/dist/ui/src/core/ui/components/atoms/tag/Tag.js.map +1 -0
- package/dist/ui/src/core/ui/components/atoms/tag/tag.module.scss.js +2 -0
- package/dist/ui/src/core/ui/components/atoms/tag/tag.module.scss.js.map +1 -0
- package/dist/ui/src/core/ui/components/atoms/tag/tag.types.js +2 -0
- package/dist/ui/src/core/ui/components/atoms/tag/tag.types.js.map +1 -0
- package/dist/ui/src/core/ui/components/atoms/text/Headline.js.map +1 -1
- package/dist/ui/src/core/ui/components/atoms/text/Link.js.map +1 -1
- package/dist/ui/src/core/ui/components/atoms/text/Paragraph.js.map +1 -1
- package/dist/ui/src/core/ui/components/atoms/text/Text.js.map +1 -1
- package/dist/ui/src/core/ui/components/atoms/textAndContent/TextAndContent.js +2 -0
- package/dist/ui/src/core/ui/components/atoms/textAndContent/TextAndContent.js.map +1 -0
- package/dist/ui/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js +2 -0
- package/dist/ui/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js.map +1 -0
- package/dist/ui/src/core/ui/components/error/propsValidationError.js +2 -0
- package/dist/ui/src/core/ui/components/error/propsValidationError.js.map +1 -0
- package/dist/ui/src/core/ui/index.js +1 -1
- package/dist/utils/esm/index.css +376 -206
- package/dist/utils/index.css +376 -206
- package/package.json +19 -11
|
@@ -2,5 +2,5 @@ import { Meta } from '@storybook/react';
|
|
|
2
2
|
import type { ButtonProps } from './button.types';
|
|
3
3
|
declare const _default: Meta;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const ButtonBase: import("@storybook/
|
|
5
|
+
export declare const ButtonBase: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ButtonProps>;
|
|
6
6
|
//# sourceMappingURL=button.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.stories.d.ts","sourceRoot":"","sources":["../../../../../../../../src/core/ui/components/atoms/button/button.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,IAAI,EAAE,MAAM,kBAAkB,CAAA;AAQzD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;wBAM5C,IAAI;AAHT,wBAGS;AAyCT,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"button.stories.d.ts","sourceRoot":"","sources":["../../../../../../../../src/core/ui/components/atoms/button/button.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,IAAI,EAAE,MAAM,kBAAkB,CAAA;AAQzD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;wBAM5C,IAAI;AAHT,wBAGS;AAyCT,eAAO,MAAM,UAAU,kGAA0B,CAAA"}
|
|
@@ -1,3 +1,8 @@
|
|
|
1
1
|
export declare const closeIconJSX: import("react/jsx-runtime").JSX.Element;
|
|
2
2
|
export declare const infoIconJSX: import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare const appStoreIcon: import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare const batteryEmptyIcon: import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare const elementorIcon: import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export declare const squareCheckIcon: import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare const pencilIcon: import("react/jsx-runtime").JSX.Element;
|
|
3
8
|
//# sourceMappingURL=icons.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../../../../../src/core/ui/components/atoms/icons.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY,yCAExB,CAAA;AACD,eAAO,MAAM,WAAW,yCAGvB,CAAA"}
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../../../../../src/core/ui/components/atoms/icons.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY,yCAExB,CAAA;AACD,eAAO,MAAM,WAAW,yCAGvB,CAAA;AAGD,eAAO,MAAM,YAAY,yCAExB,CAAA;AAGD,eAAO,MAAM,gBAAgB,yCAE5B,CAAA;AAGD,eAAO,MAAM,aAAa,yCAEzB,CAAA;AAED,eAAO,MAAM,eAAe,yCAE3B,CAAA;AAED,eAAO,MAAM,UAAU,yCAKtB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/core/ui/components/atoms/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,QAAQ,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/core/ui/components/atoms/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,QAAQ,CAAA;AACtB,cAAc,kBAAkB,CAAA;AAChC,cAAc,OAAO,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../../../../../../src/core/ui/components/atoms/tag/Tag.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAQ,EAAE,EAAuD,MAAM,OAAO,CAAA;AAUrF,OAAO,EAAE,QAAQ,EAAc,MAAM,aAAa,CAAA;AAclD;;;;;GAKG;AACH,eAAO,MAAM,GAAG,EAAE,EAAE,CAAC,QAAQ,CAqF3B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tag.test.d.ts","sourceRoot":"","sources":["../../../../../../../../src/core/ui/components/atoms/tag/Tag.test.tsx"],"names":[],"mappings":"AAAA;;GAEG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/core/ui/components/atoms/tag/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAA;AACrB,cAAc,aAAa,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
2
|
+
import { TagProps } from './tag.types';
|
|
3
|
+
declare const _default: Meta<TagProps>;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const TagByDesign: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, TagProps>;
|
|
6
|
+
//# sourceMappingURL=tag.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag.stories.d.ts","sourceRoot":"","sources":["../../../../../../../../src/core/ui/components/atoms/tag/tag.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAoB,MAAM,kBAAkB,CAAA;AAUzD,OAAO,EAAE,QAAQ,EAAc,MAAM,aAAa,CAAA;wBAuB7C,IAAI,CAAC,QAAQ,CAAC;AApBnB,wBAoBmB;AAoFnB,eAAO,MAAM,WAAW,+FAAuB,CAAA"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { PropsWithChildren, FC, MouseEvent } from 'react';
|
|
2
|
+
import { TextAndIconsProps } from '../textAndContent/textAndContent.types';
|
|
3
|
+
import { LayoutBoxProps } from '../../container/layoutBox/layoutBox.types';
|
|
4
|
+
import { CommonProps } from '../../../../types/CommonProps';
|
|
5
|
+
import { TextProps } from '../text/text.types';
|
|
6
|
+
export declare enum TagVariant {
|
|
7
|
+
info = "info",
|
|
8
|
+
veryLow = "very-low",
|
|
9
|
+
low = "low",
|
|
10
|
+
medium = "medium",
|
|
11
|
+
high = "high",
|
|
12
|
+
critical = "critical",
|
|
13
|
+
information = "information",
|
|
14
|
+
success = "success",
|
|
15
|
+
alert = "alert",
|
|
16
|
+
error = "error",
|
|
17
|
+
warning = "warning",
|
|
18
|
+
default = "default"
|
|
19
|
+
}
|
|
20
|
+
export type TagProps = PropsWithChildren & CommonProps & TextAndIconsProps & LayoutBoxProps & {
|
|
21
|
+
variant?: TagVariant;
|
|
22
|
+
text?: string;
|
|
23
|
+
hashtag?: boolean;
|
|
24
|
+
inTable?: boolean;
|
|
25
|
+
components?: {
|
|
26
|
+
TextComponent?: FC<TextProps>;
|
|
27
|
+
};
|
|
28
|
+
onClick?: (event?: MouseEvent) => void;
|
|
29
|
+
className?: string;
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=tag.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag.types.d.ts","sourceRoot":"","sources":["../../../../../../../../src/core/ui/components/atoms/tag/tag.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAEzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,wCAAwC,CAAA;AAC1E,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAA;AAC1E,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAA;AAC3D,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAA;AAG9C,oBAAY,UAAU;IACpB,IAAI,SAAS;IACb,OAAO,aAAa;IACpB,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,QAAQ,aAAa;IACrB,WAAW,gBAAgB;IAC3B,OAAO,YAAY;IACnB,KAAK,UAAU;IACf,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,OAAO,YAAY;CACpB;AAED,MAAM,MAAM,QAAQ,GAAG,iBAAiB,GAAG,WAAW,GAAG,iBAAiB,GAAG,cAAc,GAAG;IAC5F,OAAO,CAAC,EAAE,UAAU,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,UAAU,CAAC,EAAE;QACX,aAAa,CAAC,EAAE,EAAE,CAAC,SAAS,CAAC,CAAA;KAC9B,CAAA;IACD,OAAO,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,UAAU,KAAK,IAAI,CAAA;IACtC,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ITextProps } from './
|
|
1
|
+
import { ITextProps } from './text.types';
|
|
2
2
|
export declare const Headline: import("react").MemoExoticComponent<({ children, text, className, ...props }: ITextProps) => import("react/jsx-runtime").JSX.Element>;
|
|
3
3
|
export declare const HeadlineSecondary: import("react").MemoExoticComponent<({ children, text, className, ...props }: ITextProps) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export declare const HeadlineTertiary: import("react").MemoExoticComponent<({ children, text, className, ...props }: ITextProps) => import("react/jsx-runtime").JSX.Element>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Headline.d.ts","sourceRoot":"","sources":["../../../../../../../../src/core/ui/components/atoms/text/Headline.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,
|
|
1
|
+
{"version":3,"file":"Headline.d.ts","sourceRoot":"","sources":["../../../../../../../../src/core/ui/components/atoms/text/Headline.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAKzC,eAAO,MAAM,QAAQ,gFAC4B,UAAU,6CAM1D,CAAA;AAKD,eAAO,MAAM,iBAAiB,gFACmB,UAAU,6CAM1D,CAAA;AAKD,eAAO,MAAM,gBAAgB,gFACoB,UAAU,6CAM1D,CAAA"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ITextProps } from './
|
|
1
|
+
import { ITextProps } from './text.types';
|
|
2
2
|
export declare const Link: import("react").MemoExoticComponent<({ children, text, className, ...props }: ITextProps) => import("react/jsx-runtime").JSX.Element>;
|
|
3
3
|
//# sourceMappingURL=Link.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../../../../../../src/core/ui/components/atoms/text/Link.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,
|
|
1
|
+
{"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../../../../../../src/core/ui/components/atoms/text/Link.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAKzC,eAAO,MAAM,IAAI,gFACgC,UAAU,6CAM1D,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ITextProps } from './
|
|
1
|
+
import { ITextProps } from './text.types';
|
|
2
2
|
export declare const Paragraph: import("react").MemoExoticComponent<({ children, text, className, ...props }: ITextProps) => import("react/jsx-runtime").JSX.Element>;
|
|
3
3
|
export declare const ParagraphSmall: import("react").MemoExoticComponent<({ children, text, className, ...props }: ITextProps) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export declare const ParagraphBold: import("react").MemoExoticComponent<({ children, text, className, ...props }: ITextProps) => import("react/jsx-runtime").JSX.Element>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Paragraph.d.ts","sourceRoot":"","sources":["../../../../../../../../src/core/ui/components/atoms/text/Paragraph.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,
|
|
1
|
+
{"version":3,"file":"Paragraph.d.ts","sourceRoot":"","sources":["../../../../../../../../src/core/ui/components/atoms/text/Paragraph.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAKzC,eAAO,MAAM,SAAS,gFAC2B,UAAU,6CAM1D,CAAA;AAKD,eAAO,MAAM,cAAc,gFACsB,UAAU,6CAM1D,CAAA;AAKD,eAAO,MAAM,aAAa,gFACuB,UAAU,6CAM1D,CAAA;AAKD,eAAO,MAAM,kBAAkB,gFACkB,UAAU,6CAM1D,CAAA"}
|
|
@@ -1,17 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
export interface ITextProps extends PropsWithChildren, CSSProperties, CommonProps {
|
|
4
|
-
element?: string | FC;
|
|
5
|
-
className?: string;
|
|
6
|
-
text?: string;
|
|
7
|
-
href?: string;
|
|
8
|
-
target?: string;
|
|
9
|
-
onClick?: MouseEventHandler;
|
|
10
|
-
disabled?: boolean;
|
|
11
|
-
}
|
|
12
|
-
export type TextProps = ITextProps & {
|
|
13
|
-
style?: CSSProperties;
|
|
14
|
-
'data-testid'?: string;
|
|
15
|
-
};
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { TextProps } from './text.types';
|
|
16
3
|
export declare const Text: FC<TextProps>;
|
|
17
4
|
//# sourceMappingURL=Text.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../../../../../src/core/ui/components/atoms/text/Text.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAQ,
|
|
1
|
+
{"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../../../../../src/core/ui/components/atoms/text/Text.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAQ,EAAE,EAAW,MAAM,OAAO,CAAA;AAKhD,OAAO,EAAc,SAAS,EAAE,MAAM,cAAc,CAAA;AAGpD,eAAO,MAAM,IAAI,EAAE,EAAE,CAAC,SAAS,CA6B7B,CAAA"}
|
|
@@ -2,5 +2,5 @@ import { Meta } from '@storybook/react';
|
|
|
2
2
|
import type { AnchorLinkProps } from './anchorLink.types';
|
|
3
3
|
declare const _default: Meta;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const AnchorLinkBase: import("@storybook/
|
|
5
|
+
export declare const AnchorLinkBase: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, AnchorLinkProps>;
|
|
6
6
|
//# sourceMappingURL=anchorLink.stories.d.ts.map
|
package/dist/types/src/core/ui/components/atoms/text/anchor-link/anchorLink.stories.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"anchorLink.stories.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/ui/components/atoms/text/anchor-link/anchorLink.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,IAAI,EAAE,MAAM,kBAAkB,CAAA;AAKzD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;wBAOpD,IAAI;AAHT,wBAGS;AAeT,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"anchorLink.stories.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/ui/components/atoms/text/anchor-link/anchorLink.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,IAAI,EAAE,MAAM,kBAAkB,CAAA;AAKzD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;wBAOpD,IAAI;AAHT,wBAGS;AAeT,eAAO,MAAM,cAAc,sGAA8B,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MouseEvent, PropsWithChildren } from 'react';
|
|
2
|
-
import { ITextProps } from '../
|
|
2
|
+
import { ITextProps } from '../text.types';
|
|
3
3
|
import { CommonProps } from '../../../../types/CommonProps';
|
|
4
4
|
export type AnchorLinkProps = Partial<ITextProps> & PropsWithChildren & CommonProps & {
|
|
5
5
|
id?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"anchorLink.types.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/ui/components/atoms/text/anchor-link/anchorLink.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAGrD,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"anchorLink.types.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/core/ui/components/atoms/text/anchor-link/anchorLink.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAGrD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAA;AAG3D,MAAM,MAAM,eAAe,GAAG,OAAO,CAAC,UAAU,CAAC,GAAG,iBAAiB,GAAG,WAAW,GAAG;IACpF,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,OAAO,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,UAAU,EAAE,IAAI,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,KAAK,IAAI,CAAA;IACrF,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB,CAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { PropsWithChildren, CSSProperties, FC, MouseEventHandler } from 'react';
|
|
2
|
+
import { CommonProps } from '../../../../types/CommonProps';
|
|
3
|
+
export interface ITextProps extends PropsWithChildren, CSSProperties, CommonProps {
|
|
4
|
+
element?: string | FC;
|
|
5
|
+
className?: string;
|
|
6
|
+
text?: string;
|
|
7
|
+
href?: string;
|
|
8
|
+
target?: string;
|
|
9
|
+
onClick?: MouseEventHandler;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export type TextProps = ITextProps & {
|
|
13
|
+
style?: CSSProperties;
|
|
14
|
+
'data-testid'?: string;
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=text.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"text.types.d.ts","sourceRoot":"","sources":["../../../../../../../../src/core/ui/components/atoms/text/text.types.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,aAAa,EAAE,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAE/E,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAA;AAG3D,MAAM,WAAW,UAAW,SAAQ,iBAAiB,EAAE,aAAa,EAAE,WAAW;IAC/E,OAAO,CAAC,EAAE,MAAM,GAAG,EAAE,CAAA;IACrB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,OAAO,CAAC,EAAE,iBAAiB,CAAA;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED,MAAM,MAAM,SAAS,GAAG,UAAU,GAAG;IAAE,KAAK,CAAC,EAAE,aAAa,CAAC;IAAC,aAAa,CAAC,EAAE,MAAM,CAAA;CAAE,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import type { TextAndContentProps, TextAndIconsProps } from './textAndContent.types';
|
|
3
|
+
/**
|
|
4
|
+
* TextAndContent component.
|
|
5
|
+
*
|
|
6
|
+
* @type {React.FC<TextAndContentProps>}
|
|
7
|
+
* @returns {React.ReactElement} The TextAndContent.
|
|
8
|
+
*/
|
|
9
|
+
export declare const TextAndContent: FC<TextAndContentProps>;
|
|
10
|
+
/**
|
|
11
|
+
* TextAndIcons component.
|
|
12
|
+
*
|
|
13
|
+
* @type {React.FC<TextAndIconsProps>}
|
|
14
|
+
* @returns {React.ReactElement} The TextAndIcons.
|
|
15
|
+
*/
|
|
16
|
+
export declare const TextAndIcons: FC<TextAndIconsProps>;
|
|
17
|
+
//# sourceMappingURL=TextAndContent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextAndContent.d.ts","sourceRoot":"","sources":["../../../../../../../../src/core/ui/components/atoms/textAndContent/TextAndContent.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAQ,EAAE,EAAW,MAAM,OAAO,CAAA;AAOzC,OAAO,KAAK,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAIpF;;;;;GAKG;AACH,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CA0BjD,CAAA;AAKF;;;;;GAKG;AACH,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAsD7C,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/core/ui/components/atoms/textAndContent/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA;AAChC,cAAc,wBAAwB,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { StoryFn as Story, Meta } from '@storybook/react';
|
|
2
|
+
import type { TextAndContentProps } from './textAndContent.types';
|
|
3
|
+
declare const _default: Meta;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const TextAndContentBase: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, TextAndContentProps>;
|
|
6
|
+
export declare const TextAndContentComplex: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, TextAndContentProps>;
|
|
7
|
+
export declare const TextAndIconsBase: Story<TextAndContentProps>;
|
|
8
|
+
//# sourceMappingURL=textAndContent.stories.d.ts.map
|
package/dist/types/src/core/ui/components/atoms/textAndContent/textAndContent.stories.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"textAndContent.stories.d.ts","sourceRoot":"","sources":["../../../../../../../../src/core/ui/components/atoms/textAndContent/textAndContent.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAA;AAYzD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAA;wBAO5D,IAAI;AAHT,wBAGS;AAoBT,eAAO,MAAM,kBAAkB,0GAAkC,CAAA;AAMjE,eAAO,MAAM,qBAAqB,0GAAkC,CAAA;AAapE,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,mBAAmB,CA4BvD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"textAndContent.test.d.ts","sourceRoot":"","sources":["../../../../../../../../src/core/ui/components/atoms/textAndContent/textAndContent.test.tsx"],"names":[],"mappings":"AAAA;;GAEG"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { FC, MouseEvent, PropsWithChildren, ReactElement, ReactNode } from 'react';
|
|
2
|
+
import { TextProps } from '../text/text.types';
|
|
3
|
+
import { LayoutBoxProps } from '../../container/layoutBox/layoutBox.types';
|
|
4
|
+
export type TextAndContentProps = LayoutBoxProps & PropsWithChildren & {
|
|
5
|
+
text?: string;
|
|
6
|
+
className?: string;
|
|
7
|
+
components?: {
|
|
8
|
+
TextComponent?: FC<TextProps>;
|
|
9
|
+
};
|
|
10
|
+
leftContent?: ReactElement;
|
|
11
|
+
rightContent?: ReactElement;
|
|
12
|
+
textProps?: Partial<TextProps>;
|
|
13
|
+
};
|
|
14
|
+
export type TextAndIconsProps = TextAndContentProps & {
|
|
15
|
+
iconSize?: string;
|
|
16
|
+
iconColor?: string;
|
|
17
|
+
iconLeftUrl?: string;
|
|
18
|
+
iconRightUrl?: string;
|
|
19
|
+
iconRight?: ReactNode;
|
|
20
|
+
iconLeft?: ReactNode;
|
|
21
|
+
onLeftIconClick?: (event?: MouseEvent) => void;
|
|
22
|
+
onRightIconClick?: (event?: MouseEvent) => void;
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=textAndContent.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"textAndContent.types.d.ts","sourceRoot":"","sources":["../../../../../../../../src/core/ui/components/atoms/textAndContent/textAndContent.types.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,EAAE,EAAE,UAAU,EAAE,iBAAiB,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAElF,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAA;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAA;AAG1E,MAAM,MAAM,mBAAmB,GAAG,cAAc,GAAG,iBAAiB,GAAG;IACrE,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,UAAU,CAAC,EAAE;QACX,aAAa,CAAC,EAAE,EAAE,CAAC,SAAS,CAAC,CAAA;KAC9B,CAAA;IACD,WAAW,CAAC,EAAE,YAAY,CAAA;IAC1B,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAA;CAC/B,CAAA;AAGD,MAAM,MAAM,iBAAiB,GAAG,mBAAmB,GAAG;IACpD,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,eAAe,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,UAAU,KAAK,IAAI,CAAA;IAC9C,gBAAgB,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,UAAU,KAAK,IAAI,CAAA;CAChD,CAAA"}
|
|
@@ -2,7 +2,7 @@ import { Meta } from '@storybook/react';
|
|
|
2
2
|
import type { ErrorBoundaryProps } from './errorBoundary.types';
|
|
3
3
|
declare const _default: Meta;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const ErrorBoundaryBase: import("@storybook/
|
|
6
|
-
export declare const ErrorBoundaryCustomText: import("@storybook/
|
|
7
|
-
export declare const ErrorBoundaryMuted: import("@storybook/
|
|
5
|
+
export declare const ErrorBoundaryBase: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ErrorBoundaryProps>;
|
|
6
|
+
export declare const ErrorBoundaryCustomText: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ErrorBoundaryProps>;
|
|
7
|
+
export declare const ErrorBoundaryMuted: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ErrorBoundaryProps>;
|
|
8
8
|
//# sourceMappingURL=errorBoundary.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"errorBoundary.stories.d.ts","sourceRoot":"","sources":["../../../../../../../src/core/ui/components/error/errorBoundary.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAoB,IAAI,EAAE,MAAM,kBAAkB,CAAA;AAKzD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;wBAM1D,IAAI;AAHT,wBAGS;AAgBT,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"errorBoundary.stories.d.ts","sourceRoot":"","sources":["../../../../../../../src/core/ui/components/error/errorBoundary.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAoB,IAAI,EAAE,MAAM,kBAAkB,CAAA;AAKzD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;wBAM1D,IAAI;AAHT,wBAGS;AAgBT,eAAO,MAAM,iBAAiB,yGAAiC,CAAA;AAG/D,eAAO,MAAM,uBAAuB,yGAAiC,CAAA;AAUrE,eAAO,MAAM,kBAAkB,yGAAiC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"propsValidationError.d.ts","sourceRoot":"","sources":["../../../../../../../src/core/ui/components/error/propsValidationError.ts"],"names":[],"mappings":"AAAA,qBAAa,oBAAqB,SAAQ,KAAK;gBACjC,OAAO,EAAC,MAAM;CAI3B"}
|
|
@@ -2,6 +2,6 @@ import { Meta } from '@storybook/react';
|
|
|
2
2
|
import { PopupProps } from './popup.types';
|
|
3
3
|
declare const _default: Meta;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const PopupBase: import("@storybook/
|
|
6
|
-
export declare const PopupInline: import("@storybook/
|
|
5
|
+
export declare const PopupBase: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, PopupProps>;
|
|
6
|
+
export declare const PopupInline: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, PopupProps>;
|
|
7
7
|
//# sourceMappingURL=popup.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"popup.stories.d.ts","sourceRoot":"","sources":["../../../../../../../../src/core/ui/components/molecules/popup/popup.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAoB,IAAI,EAAE,MAAM,kBAAkB,CAAA;AAQzD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;wBAMrC,IAAI;AAHT,wBAGS;AA6CT,eAAO,MAAM,SAAS,
|
|
1
|
+
{"version":3,"file":"popup.stories.d.ts","sourceRoot":"","sources":["../../../../../../../../src/core/ui/components/molecules/popup/popup.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAoB,IAAI,EAAE,MAAM,kBAAkB,CAAA;AAQzD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;wBAMrC,IAAI;AAHT,wBAGS;AA6CT,eAAO,MAAM,SAAS,iGAAyB,CAAA;AA4C/C,eAAO,MAAM,WAAW,iGAA+B,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta } from '@storybook/react';
|
|
2
2
|
declare const _default: Meta;
|
|
3
3
|
export default _default;
|
|
4
|
-
export declare const PeregrineMQUseExample: import("@storybook/
|
|
4
|
+
export declare const PeregrineMQUseExample: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, any>;
|
|
5
5
|
//# sourceMappingURL=peregrineMQ.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"peregrineMQ.stories.d.ts","sourceRoot":"","sources":["../../../../../../../src/core/utils/appState/peregrineMQ/peregrineMQ.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,IAAI,EAAE,MAAM,kBAAkB,CAAA;wBAcpD,IAAI;AAHT,wBAGS;AA6FT,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"peregrineMQ.stories.d.ts","sourceRoot":"","sources":["../../../../../../../src/core/utils/appState/peregrineMQ/peregrineMQ.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,IAAI,EAAE,MAAM,kBAAkB,CAAA;wBAcpD,IAAI;AAHT,wBAGS;AA6FT,eAAO,MAAM,qBAAqB,0FAAyC,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta } from '@storybook/react';
|
|
2
2
|
declare const _default: Meta;
|
|
3
3
|
export default _default;
|
|
4
|
-
export declare const StoreUseExample: import("@storybook/
|
|
4
|
+
export declare const StoreUseExample: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, any>;
|
|
5
5
|
//# sourceMappingURL=store.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"store.stories.d.ts","sourceRoot":"","sources":["../../../../../../../src/core/utils/appState/store/store.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,IAAI,EAAE,MAAM,kBAAkB,CAAA;wBAapD,IAAI;AAHT,wBAGS;AAwFT,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"store.stories.d.ts","sourceRoot":"","sources":["../../../../../../../src/core/utils/appState/store/store.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,IAAI,EAAE,MAAM,kBAAkB,CAAA;wBAapD,IAAI;AAHT,wBAGS;AAwFT,eAAO,MAAM,eAAe,0FAAmC,CAAA"}
|
package/dist/ui/esm/index.css
CHANGED
|
@@ -444,6 +444,11 @@
|
|
|
444
444
|
.cui-theme-light .button-module_button__NDMQS {
|
|
445
445
|
color: #090A0A;
|
|
446
446
|
}
|
|
447
|
+
.textAndContent-module_textAndContent__X5P1n {
|
|
448
|
+
align-items: baseline;
|
|
449
|
+
flex-shrink: 1;
|
|
450
|
+
gap: 8px;
|
|
451
|
+
}
|
|
447
452
|
.flowLayout-module_flowLayout__VHpnY {
|
|
448
453
|
overflow: auto;
|
|
449
454
|
}
|
|
@@ -689,4 +694,169 @@
|
|
|
689
694
|
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
690
695
|
opacity: 0;
|
|
691
696
|
visibility: hidden;
|
|
697
|
+
}
|
|
698
|
+
:root {
|
|
699
|
+
--divider-line: #4a4b4b;
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
.tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
|
|
703
|
+
overflow: hidden !important;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
.tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
|
|
707
|
+
white-space: nowrap !important;
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
.tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
|
|
711
|
+
text-overflow: ellipsis !important;
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
.tag-module_tag__rGA-E {
|
|
715
|
+
display: inline-flex;
|
|
716
|
+
flex-direction: row;
|
|
717
|
+
padding: 4px 8px;
|
|
718
|
+
gap: 4px;
|
|
719
|
+
min-height: 18px;
|
|
720
|
+
border-radius: 4px;
|
|
721
|
+
border-width: 1px;
|
|
722
|
+
border-style: solid;
|
|
723
|
+
align-items: center;
|
|
724
|
+
min-width: "auto";
|
|
725
|
+
width: "auto";
|
|
726
|
+
}
|
|
727
|
+
.tag-module_tag__rGA-E .icon-base {
|
|
728
|
+
color: #E2E369 !important;
|
|
729
|
+
}
|
|
730
|
+
.tag-module_tag__rGA-E .tag-module_text__WpK6w {
|
|
731
|
+
white-space: nowrap;
|
|
732
|
+
}
|
|
733
|
+
.tag-module_tag__rGA-E.tag-module_in-table__cWTuJ {
|
|
734
|
+
justify-content: center;
|
|
735
|
+
align-items: center;
|
|
736
|
+
overflow: hidden !important;
|
|
737
|
+
white-space: nowrap !important;
|
|
738
|
+
text-overflow: ellipsis !important;
|
|
739
|
+
}
|
|
740
|
+
.tag-module_tag__rGA-E.tag-module_default__6cv6k {
|
|
741
|
+
background-color: #434747;
|
|
742
|
+
border-color: #515757;
|
|
743
|
+
color: #F4F4F4;
|
|
744
|
+
}
|
|
745
|
+
.tag-module_tag__rGA-E.tag-module_clickable__W6arw {
|
|
746
|
+
cursor: pointer;
|
|
747
|
+
transition: background-color 0.25s ease;
|
|
748
|
+
}
|
|
749
|
+
.tag-module_tag__rGA-E.tag-module_clickable__W6arw.tag-module_default__6cv6k:hover {
|
|
750
|
+
background-color: #515757;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_info__PMCQH {
|
|
754
|
+
background-color: #203439;
|
|
755
|
+
border-color: #80D9F3;
|
|
756
|
+
color: #80D9F3;
|
|
757
|
+
}
|
|
758
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_very-low__a6WSr {
|
|
759
|
+
background-color: #212A04;
|
|
760
|
+
border-color: #B1E02C;
|
|
761
|
+
color: #B1E02C;
|
|
762
|
+
}
|
|
763
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_low__57msG {
|
|
764
|
+
background-color: #353505;
|
|
765
|
+
border-color: #E2E369;
|
|
766
|
+
color: #E2E369;
|
|
767
|
+
}
|
|
768
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_medium__PtVKT {
|
|
769
|
+
background-color: #632E03;
|
|
770
|
+
border-color: #FD8F3E;
|
|
771
|
+
color: #FD8F3E;
|
|
772
|
+
}
|
|
773
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_high__8ayT0 {
|
|
774
|
+
background-color: #371A1A;
|
|
775
|
+
border-color: #FD553E;
|
|
776
|
+
color: #FD553E;
|
|
777
|
+
}
|
|
778
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_critical__fT5Pe {
|
|
779
|
+
background-color: #311616;
|
|
780
|
+
border-color: #EC515B;
|
|
781
|
+
color: #EC515B;
|
|
782
|
+
}
|
|
783
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_information__gjuZe {
|
|
784
|
+
background-color: #203439;
|
|
785
|
+
border-color: #02B3E6;
|
|
786
|
+
color: #02B3E6;
|
|
787
|
+
}
|
|
788
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_success__M-mEI {
|
|
789
|
+
background-color: #212A04;
|
|
790
|
+
border-color: #30D136;
|
|
791
|
+
color: #30D136;
|
|
792
|
+
}
|
|
793
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_alert__1NDIs {
|
|
794
|
+
background-color: #311616;
|
|
795
|
+
border-color: #FD553E;
|
|
796
|
+
color: #FD553E;
|
|
797
|
+
}
|
|
798
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_error__fo8QB {
|
|
799
|
+
background-color: #311616;
|
|
800
|
+
border-color: #FD553E;
|
|
801
|
+
color: #FD553E;
|
|
802
|
+
}
|
|
803
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_warning__29pni {
|
|
804
|
+
background-color: #632E03;
|
|
805
|
+
border-color: #FD8F3E;
|
|
806
|
+
color: #FD8F3E;
|
|
807
|
+
}
|
|
808
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_info__PMCQH {
|
|
809
|
+
background-color: #80D9F3;
|
|
810
|
+
border-color: #80D9F3;
|
|
811
|
+
color: #203439;
|
|
812
|
+
}
|
|
813
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_very-low__a6WSr {
|
|
814
|
+
background-color: #B1E02C;
|
|
815
|
+
border-color: #B1E02C;
|
|
816
|
+
color: #212A04;
|
|
817
|
+
}
|
|
818
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_low__57msG {
|
|
819
|
+
background-color: #E2E369;
|
|
820
|
+
border-color: #E2E369;
|
|
821
|
+
color: #353505;
|
|
822
|
+
}
|
|
823
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_medium__PtVKT {
|
|
824
|
+
background-color: #FD8F3E;
|
|
825
|
+
border-color: #FD8F3E;
|
|
826
|
+
color: #632E03;
|
|
827
|
+
}
|
|
828
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_high__8ayT0 {
|
|
829
|
+
background-color: #FD553E;
|
|
830
|
+
border-color: #FD553E;
|
|
831
|
+
color: #371A1A;
|
|
832
|
+
}
|
|
833
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_critical__fT5Pe {
|
|
834
|
+
background-color: #EC515B;
|
|
835
|
+
border-color: #EC515B;
|
|
836
|
+
color: #311616;
|
|
837
|
+
}
|
|
838
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_information__gjuZe {
|
|
839
|
+
background-color: #02B3E6;
|
|
840
|
+
border-color: #02B3E6;
|
|
841
|
+
color: #203439;
|
|
842
|
+
}
|
|
843
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_success__M-mEI {
|
|
844
|
+
background-color: #30D136;
|
|
845
|
+
border-color: #30D136;
|
|
846
|
+
color: #212A04;
|
|
847
|
+
}
|
|
848
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_alert__1NDIs {
|
|
849
|
+
background-color: #FD553E;
|
|
850
|
+
border-color: #FD553E;
|
|
851
|
+
color: #311616;
|
|
852
|
+
}
|
|
853
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_error__fo8QB {
|
|
854
|
+
background-color: #FD553E;
|
|
855
|
+
border-color: #FD553E;
|
|
856
|
+
color: #311616;
|
|
857
|
+
}
|
|
858
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_warning__29pni {
|
|
859
|
+
background-color: #FD8F3E;
|
|
860
|
+
border-color: #FD8F3E;
|
|
861
|
+
color: #632E03;
|
|
692
862
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useClassNames.js","sources":["../../../../../../src/core/hooks/useClassNames.ts"],"sourcesContent":["import { useMemo } from 'react'\n\nimport { classNames, TClassName } from '../utils/helpers/ui'\n\n\n/**\n * Custom hook to memoize class names.\n * @param {TClassName[]} classes - Array of class names or conditions to be applied.\n * @param {unknown[]} deps - Dependencies array for the `useMemo` hook.\n * @returns {ReturnType<typeof classNames>} The computed class names as a string.\n */\nexport const useClassNames = (\n classes: TClassName[],\n deps: unknown[],\n// eslint-disable-next-line react-hooks/exhaustive-deps\n): ReturnType<typeof classNames> => useMemo(() => classNames(...classes), [classes, deps])\n"],"names":["useClassNames","classes","deps","useMemo","classNames"],"mappings":"oFAWaA,MAAAA,EAAgBA,CAC3BC,EACAC,IAEkCC,GAAQ,IAAMC,KAAcH,IAAU,CAACA,EAASC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icons.js","sources":["../../../../../../../../src/core/ui/components/atoms/icons.tsx"],"sourcesContent":["// eslint-disable-next-line @typescript-eslint/ban-ts-comment\n// @ts-ignore\nimport React from 'react'\n\nexport const closeIconJSX = (\n <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M336.1 175c-9.375-9.375-24.56-9.375-33.94 0L256 222.1L208.1 175c-9.375-9.375-24.56-9.375-33.94 0s-9.375 24.56 0 33.94l47.03 47.03L175 303c-9.375 9.375-9.375 24.56 0 33.94c9.373 9.373 24.56 9.381 33.94 0L256 289.9l47.03 47.03c9.373 9.373 24.56 9.381 33.94 0c9.375-9.375 9.375-24.56 0-33.94l-47.03-47.03l47.03-47.03C346.3 199.6 346.3 184.4 336.1 175zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256S512 397.4 512 256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464z' /></svg>\n)\nexport const infoIconJSX = (\n <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 128c17.67 0 32 14.33 32 32c0 17.67-14.33 32-32 32S224 177.7 224 160C224 142.3 238.3 128 256 128zM296 384h-80C202.8 384 192 373.3 192 360s10.75-24 24-24h16v-64H224c-13.25 0-24-10.75-24-24S210.8 224 224 224h32c13.25 0 24 10.75 24 24v88h16c13.25 0 24 10.75 24 24S309.3 384 296 384z' /></svg>\n\n)\n"],"names":["closeIconJSX","React","createElement","xmlns","viewBox","d","infoIconJSX"],"mappings":"qBAIaA,MAAAA,EACXC,EAAAC,cAAA,MAAA,CAAKC,MAAM,6BAA6BC,QAAQ,eAAcH,EAAAC,cAAA,OAAA,CAAMG,EAAE,ygBAE3DC,EACXL,EAAAC,cAAA,MAAA,CAAKC,MAAM,6BAA6BC,QAAQ,eAAcH,EAAAC,cAAA,OAAA,CAAMG,EAAE"}
|
|
1
|
+
{"version":3,"file":"icons.js","sources":["../../../../../../../../src/core/ui/components/atoms/icons.tsx"],"sourcesContent":["// eslint-disable-next-line @typescript-eslint/ban-ts-comment\n// @ts-ignore\nimport React from 'react'\n\nexport const closeIconJSX = (\n <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M336.1 175c-9.375-9.375-24.56-9.375-33.94 0L256 222.1L208.1 175c-9.375-9.375-24.56-9.375-33.94 0s-9.375 24.56 0 33.94l47.03 47.03L175 303c-9.375 9.375-9.375 24.56 0 33.94c9.373 9.373 24.56 9.381 33.94 0L256 289.9l47.03 47.03c9.373 9.373 24.56 9.381 33.94 0c9.375-9.375 9.375-24.56 0-33.94l-47.03-47.03l47.03-47.03C346.3 199.6 346.3 184.4 336.1 175zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256S512 397.4 512 256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464z' /></svg>\n)\nexport const infoIconJSX = (\n <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 128c17.67 0 32 14.33 32 32c0 17.67-14.33 32-32 32S224 177.7 224 160C224 142.3 238.3 128 256 128zM296 384h-80C202.8 384 192 373.3 192 360s10.75-24 24-24h16v-64H224c-13.25 0-24-10.75-24-24S210.8 224 224 224h32c13.25 0 24 10.75 24 24v88h16c13.25 0 24 10.75 24 24S309.3 384 296 384z' /></svg>\n\n)\n\n\nexport const appStoreIcon = (\n <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M255.9 120.9l9.1-15.7c5.6-9.8 18.1-13.1 27.9-7.5 9.8 5.6 13.1 18.1 7.5 27.9l-87.5 151.5h63.3c20.5 0 32 24.1 23.1 40.8H113.8c-11.3 0-20.4-9.1-20.4-20.4 0-11.3 9.1-20.4 20.4-20.4h52l66.6-115.4-20.8-36.1c-5.6-9.8-2.3-22.2 7.5-27.9 9.8-5.6 22.2-2.3 27.9 7.5l8.9 15.7zm-78.7 218l-19.6 34c-5.6 9.8-18.1 13.1-27.9 7.5-9.8-5.6-13.1-18.1-7.5-27.9l14.6-25.2c16.4-5.1 29.8-1.2 40.4 11.6zm168.9-61.7h53.1c11.3 0 20.4 9.1 20.4 20.4 0 11.3-9.1 20.4-20.4 20.4h-29.5l19.9 34.5c5.6 9.8 2.3 22.2-7.5 27.9-9.8 5.6-22.2 2.3-27.9-7.5-33.5-58.1-58.7-101.6-75.4-130.6-17.1-29.5-4.9-59.1 7.2-69.1 13.4 23 33.4 57.7 60.1 104zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm216 248c0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216z' /></svg>\n)\n\n\nexport const batteryEmptyIcon = (\n <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'><path d='M544 192V160c0-35.35-28.65-64-64-64H64C28.65 96 0 124.7 0 160v192c0 35.35 28.65 64 64 64h416c35.35 0 64-28.65 64-64v-32c17.67 0 32-14.33 32-32V224C576 206.3 561.7 192 544 192zM480 352H64V160h416V352z' /></svg>\n)\n\n\nexport const elementorIcon = (\n <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M425.6 32H22.4C10 32 0 42 0 54.4v403.2C0 470 10 480 22.4 480h403.2c12.4 0 22.4-10 22.4-22.4V54.4C448 42 438 32 425.6 32M164.3 355.5h-39.8v-199h39.8v199zm159.3 0H204.1v-39.8h119.5v39.8zm0-79.6H204.1v-39.8h119.5v39.8zm0-79.7H204.1v-39.8h119.5v39.8z' /></svg>\n)\n\nexport const squareCheckIcon = (\n <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96C448 60.65 419.3 32 384 32zM400 416c0 8.836-7.164 16-16 16H64c-8.836 0-16-7.164-16-16V96c0-8.838 7.164-16 16-16h320c8.836 0 16 7.162 16 16V416zM303 175L192 286.1L144.1 239c-9.375-9.375-24.56-9.375-33.94 0s-9.375 24.56 0 33.94l64 64C179.7 341.7 185.8 344 192 344s12.28-2.344 16.97-7.031l128-128c9.375-9.375 9.375-24.56 0-33.94S312.4 165.7 303 175z' /></svg>\n)\n\nexport const pencilIcon = (\n <svg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'>\n <path d='M8.91878 3.38356L6.59333 1.08219L7.35936 0.315069C7.56911 0.105023 7.82682 0 8.13251 0C8.43782 0 8.69536 0.105023 8.9051 0.315069L9.67113 1.08219C9.88088 1.29224 9.99031 1.54575 9.99943 1.84274C10.0086 2.13936 9.90824 2.39269 9.69849 2.60274L8.91878 3.38356ZM8.12539 4.19178L2.32545 10H0V7.67123L5.79994 1.86301L8.12539 4.19178Z' fill='#E2E369' />\n </svg>\n\n)\n"],"names":["closeIconJSX","React","createElement","xmlns","viewBox","d","infoIconJSX"],"mappings":"qBAIaA,MAAAA,EACXC,EAAAC,cAAA,MAAA,CAAKC,MAAM,6BAA6BC,QAAQ,eAAcH,EAAAC,cAAA,OAAA,CAAMG,EAAE,ygBAE3DC,EACXL,EAAAC,cAAA,MAAA,CAAKC,MAAM,6BAA6BC,QAAQ,eAAcH,EAAAC,cAAA,OAAA,CAAMG,EAAE"}
|