@nextelco/common-ui 1.0.5 → 1.0.7
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/common-ui.umd.js +609 -0
- package/package.json +10 -8
- package/dist/App.d.ts +0 -3
- package/dist/App.d.ts.map +0 -1
- package/dist/components/atoms/Acronym/Acronym.d.ts +0 -6
- package/dist/components/atoms/Acronym/Acronym.d.ts.map +0 -1
- package/dist/components/atoms/Acronym/Acronym.stories.d.ts +0 -9
- package/dist/components/atoms/Acronym/Acronym.stories.d.ts.map +0 -1
- package/dist/components/atoms/Button/Button.d.ts +0 -17
- package/dist/components/atoms/Button/Button.d.ts.map +0 -1
- package/dist/components/atoms/Button/Button.stories.d.ts +0 -34
- package/dist/components/atoms/Button/Button.stories.d.ts.map +0 -1
- package/dist/components/atoms/Light/Light.d.ts +0 -6
- package/dist/components/atoms/Light/Light.d.ts.map +0 -1
- package/dist/components/atoms/Light/Light.stories.d.ts +0 -10
- package/dist/components/atoms/Light/Light.stories.d.ts.map +0 -1
- package/dist/components/atoms/Stack/Stack.d.ts +0 -9
- package/dist/components/atoms/Stack/Stack.d.ts.map +0 -1
- package/dist/components/atoms/Stack/Stack.stories.d.ts +0 -15
- package/dist/components/atoms/Stack/Stack.stories.d.ts.map +0 -1
- package/dist/components/layout/Header/Header.d.ts +0 -9
- package/dist/components/layout/Header/Header.d.ts.map +0 -1
- package/dist/components/layout/Header/Header.stories.d.ts +0 -9
- package/dist/components/layout/Header/Header.stories.d.ts.map +0 -1
- package/dist/components/organisms/Profile/Profile.d.ts +0 -7
- package/dist/components/organisms/Profile/Profile.d.ts.map +0 -1
- package/dist/components/organisms/Profile/Profile.stories.d.ts +0 -9
- package/dist/components/organisms/Profile/Profile.stories.d.ts.map +0 -1
- package/dist/index.cjs.js +0 -609
- package/dist/index.d.ts +0 -2
- package/dist/index.d.ts.map +0 -1
- package/dist/main.d.ts +0 -1
- package/dist/main.d.ts.map +0 -1
- package/dist/types/LoggedUser.d.ts +0 -10
- package/dist/types/LoggedUser.d.ts.map +0 -1
- /package/dist/{index.es.js → common-ui.es.js} +0 -0
package/package.json
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nextelco/common-ui",
|
3
3
|
"private": false,
|
4
|
-
"version": "1.0.
|
4
|
+
"version": "1.0.7",
|
5
5
|
"type": "module",
|
6
|
-
"main": "dist/
|
7
|
-
"module": "dist/
|
8
|
-
"types": "dist/
|
6
|
+
"main": "dist/common-ui.umd.js",
|
7
|
+
"module": "dist/common-ui.es.js",
|
8
|
+
"types": "dist/common-ui.d.ts",
|
9
9
|
"files": [
|
10
10
|
"dist"
|
11
11
|
],
|
12
12
|
"exports": {
|
13
13
|
".": {
|
14
|
-
"import": "./dist/
|
15
|
-
"require": "./dist/
|
16
|
-
"types": "./dist/
|
14
|
+
"import": "./dist/common-ui.es.js",
|
15
|
+
"require": "./dist/common-ui.umd.js",
|
16
|
+
"types": "./dist/common-ui.d.ts"
|
17
17
|
}
|
18
18
|
},
|
19
19
|
"peerDependencies": {
|
@@ -49,6 +49,7 @@
|
|
49
49
|
"@storybook/react": "^8.5.3",
|
50
50
|
"@storybook/react-vite": "^8.5.3",
|
51
51
|
"@storybook/test": "^8.5.3",
|
52
|
+
"@types/node": "^22.13.1",
|
52
53
|
"@types/react": "^18.3.18",
|
53
54
|
"@types/react-dom": "^18.3.5",
|
54
55
|
"@vitejs/plugin-react": "^4.3.4",
|
@@ -57,13 +58,14 @@
|
|
57
58
|
"eslint-plugin-react-refresh": "^0.4.16",
|
58
59
|
"eslint-plugin-storybook": "^0.11.2",
|
59
60
|
"globals": "^15.14.0",
|
61
|
+
"rollup-plugin-dts": "^6.1.1",
|
60
62
|
"sass": "^1.83.4",
|
61
63
|
"sass-embedded": "^1.83.4",
|
62
64
|
"storybook": "^8.5.3",
|
63
65
|
"storybook-addon-designs": "^6.3.1",
|
64
66
|
"typescript": "~5.6.2",
|
65
67
|
"typescript-eslint": "^8.18.2",
|
66
|
-
"vite": "^6.0
|
68
|
+
"vite": "^6.1.0",
|
67
69
|
"vite-plugin-dts": "^4.5.0"
|
68
70
|
},
|
69
71
|
"eslintConfig": {
|
package/dist/App.d.ts
DELETED
package/dist/App.d.ts.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../src/App.tsx"],"names":[],"mappings":"AAMA,iBAAS,GAAG,4CAoCX;AAED,eAAe,GAAG,CAAA"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"Acronym.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/Acronym/Acronym.tsx"],"names":[],"mappings":"AAGA,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,MAAM,CAAA;CACb,CAAA;AAED,QAAA,MAAM,OAAO,aAAc,KAAK,4CAwB/B,CAAA;AAED,eAAe,OAAO,CAAA"}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import { default as Acronym } from './Acronym';
|
3
|
-
import { ComponentProps } from 'react';
|
4
|
-
type StoryProps = ComponentProps<typeof Acronym>;
|
5
|
-
declare const meta: Meta<StoryProps>;
|
6
|
-
export default meta;
|
7
|
-
type Story = StoryObj<typeof meta>;
|
8
|
-
export declare const AcronymStory: Story;
|
9
|
-
//# sourceMappingURL=Acronym.stories.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"Acronym.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/Acronym/Acronym.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,OAAO,MAAM,WAAW,CAAA;AAC/B,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAEtC,KAAK,UAAU,GAAG,cAAc,CAAC,OAAO,OAAO,CAAC,CAAA;AAChD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,UAAU,CAI1B,CAAA;AAED,eAAe,IAAI,CAAA;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,YAAY,EAAE,KAI1B,CAAA"}
|
@@ -1,17 +0,0 @@
|
|
1
|
-
import { PropsWithChildren } from 'react';
|
2
|
-
import { IconProp } from '@fortawesome/fontawesome-svg-core';
|
3
|
-
type Props = PropsWithChildren<{
|
4
|
-
iconTop?: IconProp;
|
5
|
-
iconPrev?: IconProp;
|
6
|
-
iconNext?: IconProp;
|
7
|
-
title?: string;
|
8
|
-
srcimage?: string;
|
9
|
-
size: 'lg' | 'md' | 'sm';
|
10
|
-
selected?: boolean;
|
11
|
-
mode?: 'add' | 'delete' | 'logout' | 'save_project' | 'delete_project' | 'download_file' | 'delete_file' | 'choose_file' | 'exec_validator' | 'download_excel' | 'project_valid' | 'project_invalid' | 'generate_BoM' | 're_generate_pre_BoM' | 'generate_pre_sinotics' | 'save' | 'cancel' | 'tasks_history' | 'errors_history' | 'login' | 'login_microsoft';
|
12
|
-
variant: 'tabs' | 'actions' | 'filters' | 'user_actions';
|
13
|
-
onClick: () => void;
|
14
|
-
}>;
|
15
|
-
declare const Button: ({ children, iconTop, iconPrev, iconNext, title, srcimage, size, onClick, selected, variant, mode, }: Props) => import("react/jsx-runtime").JSX.Element;
|
16
|
-
export default Button;
|
17
|
-
//# sourceMappingURL=Button.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAEzC,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAA;AAI5D,KAAK,KAAK,GAAG,iBAAiB,CAAC;IAC7B,OAAO,CAAC,EAAE,QAAQ,CAAA;IAClB,QAAQ,CAAC,EAAE,QAAQ,CAAA;IACnB,QAAQ,CAAC,EAAE,QAAQ,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,IAAI,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EACD,KAAK,GACL,QAAQ,GACR,QAAQ,GACR,cAAc,GACd,gBAAgB,GAChB,eAAe,GACf,aAAa,GACb,aAAa,GACb,gBAAgB,GAChB,gBAAgB,GAChB,eAAe,GACf,iBAAiB,GACjB,cAAc,GACd,qBAAqB,GACrB,uBAAuB,GACvB,MAAM,GACN,QAAQ,GACR,eAAe,GACf,gBAAgB,GAChB,OAAO,GACP,iBAAiB,CAAA;IACrB,OAAO,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,cAAc,CAAA;IACxD,OAAO,EAAE,MAAM,IAAI,CAAA;CACpB,CAAC,CAAA;AAEF,QAAA,MAAM,MAAM,wGAYT,KAAK,4CAiDP,CAAA;AAED,eAAe,MAAM,CAAA"}
|
@@ -1,34 +0,0 @@
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import { ComponentProps } from 'react';
|
3
|
-
import { default as Button } from './Button';
|
4
|
-
type StoryProps = ComponentProps<typeof Button> & {
|
5
|
-
buttonText: string;
|
6
|
-
};
|
7
|
-
declare const meta: Meta<StoryProps>;
|
8
|
-
export default meta;
|
9
|
-
type Story = StoryObj<typeof meta>;
|
10
|
-
export declare const Adicionar: Story;
|
11
|
-
export declare const Eliminar: Story;
|
12
|
-
export declare const Transferir_fich: Story;
|
13
|
-
export declare const Exec_validador: Story;
|
14
|
-
export declare const Sucesso_proj_val: Story;
|
15
|
-
export declare const Erro_proj_inval: Story;
|
16
|
-
export declare const Gerar_BoM: Story;
|
17
|
-
export declare const Re_Gerar_Pre_BoM: Story;
|
18
|
-
export declare const Gerar_Pre_sinoticos: Story;
|
19
|
-
export declare const Gravar: Story;
|
20
|
-
export declare const Cancelar: Story;
|
21
|
-
export declare const Historico_tarefas: Story;
|
22
|
-
export declare const Historico_erros: Story;
|
23
|
-
export declare const Transferir_fich_excel: Story;
|
24
|
-
export declare const Eliminar_fich: Story;
|
25
|
-
export declare const Gravar_Projeto: Story;
|
26
|
-
export declare const Eliminar_projeto: Story;
|
27
|
-
export declare const Escolher_ficheiro: Story;
|
28
|
-
export declare const Logout: Story;
|
29
|
-
export declare const Login: Story;
|
30
|
-
export declare const LoginMicrosoft: Story;
|
31
|
-
export declare const Tabs: Story;
|
32
|
-
export declare const Filters: Story;
|
33
|
-
export declare const FiltersSelected: Story;
|
34
|
-
//# sourceMappingURL=Button.stories.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"Button.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/Button/Button.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAEtC,OAAO,MAAM,MAAM,UAAU,CAAA;AAmB7B,KAAK,UAAU,GAAG,cAAc,CAAC,OAAO,MAAM,CAAC,GAAG;IAChD,UAAU,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,UAAU,CAsB1B,CAAA;AAED,eAAe,IAAI,CAAA;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,SAAS,EAAE,KASvB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAStB,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,KAS7B,CAAA;AAED,eAAO,MAAM,cAAc,EAAE,KAS5B,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,KAS9B,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,KAS7B,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,KASvB,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,KAS9B,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,KASjC,CAAA;AAED,eAAO,MAAM,MAAM,EAAE,KAQpB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAQtB,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,KAS/B,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,KAS7B,CAAA;AAED,eAAO,MAAM,qBAAqB,EAAE,KASnC,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,KAS3B,CAAA;AAED,eAAO,MAAM,cAAc,EAAE,KAS5B,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,KAS9B,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,KAS/B,CAAA;AAED,eAAO,MAAM,MAAM,EAAE,KASpB,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KASnB,CAAA;AAED,eAAO,MAAM,cAAc,EAAE,KAS5B,CAAA;AAED,eAAO,MAAM,IAAI,EAAE,KAQlB,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAOrB,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,KAQ7B,CAAA"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"Light.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/Light/Light.tsx"],"names":[],"mappings":"AAEA,KAAK,KAAK,GAAG;IACX,OAAO,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAA;CACrC,CAAA;AAED,QAAA,MAAM,KAAK,gBAA2B,KAAK,4CAS1C,CAAA;AAED,eAAe,KAAK,CAAA"}
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import { default as Light } from './Light';
|
3
|
-
declare const meta: Meta<typeof Light>;
|
4
|
-
export default meta;
|
5
|
-
type Story = StoryObj<typeof meta>;
|
6
|
-
export declare const Base: Story;
|
7
|
-
export declare const Yellow: Story;
|
8
|
-
export declare const Red: Story;
|
9
|
-
export declare const Another: Story;
|
10
|
-
//# sourceMappingURL=Light.stories.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"Light.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/Light/Light.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AAEtD,OAAO,KAAK,MAAM,SAAS,CAAA;AAE3B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,KAAK,CAY5B,CAAA;AAED,eAAe,IAAI,CAAA;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,IAAI,EAAE,KAAU,CAAA;AAE7B,eAAO,MAAM,MAAM,EAAE,KAIpB,CAAA;AAED,eAAO,MAAM,GAAG,EAAE,KAIjB,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAiBrB,CAAA"}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { PropsWithChildren } from 'react';
|
2
|
-
type Props = PropsWithChildren<{
|
3
|
-
spacing: number;
|
4
|
-
direction: 'row' | 'column';
|
5
|
-
wrap: boolean;
|
6
|
-
}>;
|
7
|
-
declare const Stack: ({ children, spacing, direction, wrap, }: Props) => import("react/jsx-runtime").JSX.Element;
|
8
|
-
export default Stack;
|
9
|
-
//# sourceMappingURL=Stack.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"Stack.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/Stack/Stack.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiB,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAExD,KAAK,KAAK,GAAG,iBAAiB,CAAC;IAC7B,OAAO,EAAE,MAAM,CAAA;IACf,SAAS,EAAE,KAAK,GAAG,QAAQ,CAAA;IAC3B,IAAI,EAAE,OAAO,CAAA;CACd,CAAC,CAAA;AAEF,QAAA,MAAM,KAAK,4CAKR,KAAK,4CASP,CAAA;AAED,eAAe,KAAK,CAAA"}
|
@@ -1,15 +0,0 @@
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import { default as Stack } from './Stack';
|
3
|
-
import { ComponentProps } from 'react';
|
4
|
-
type StoryProps = ComponentProps<typeof Stack> & {
|
5
|
-
numberOfElements: number;
|
6
|
-
};
|
7
|
-
declare const meta: Meta<StoryProps>;
|
8
|
-
export default meta;
|
9
|
-
type Story = StoryObj<typeof meta>;
|
10
|
-
export declare const Horizontal: Story;
|
11
|
-
export declare const Vertical: Story;
|
12
|
-
export declare const Wrapped: Story;
|
13
|
-
export declare const Empty: Story;
|
14
|
-
export declare const Tabulador: Story;
|
15
|
-
//# sourceMappingURL=Stack.stories.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"Stack.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/Stack/Stack.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,KAAK,MAAM,SAAS,CAAA;AAC3B,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAGtC,KAAK,UAAU,GAAG,cAAc,CAAC,OAAO,KAAK,CAAC,GAAG;IAC/C,gBAAgB,EAAE,MAAM,CAAA;CACzB,CAAA;AAED,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,UAAU,CAwB1B,CAAA;AAED,eAAe,IAAI,CAAA;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAsClC,eAAO,MAAM,UAAU,EAAE,KAQxB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,KAQtB,CAAA;AAED,eAAO,MAAM,OAAO,EAAE,KAQrB,CAAA;AAED,eAAO,MAAM,KAAK,EAAE,KAQnB,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,KAQvB,CAAA"}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { PropsWithChildren } from 'react';
|
2
|
-
import { LoggedUser } from '../../../types/LoggedUser';
|
3
|
-
type Props = PropsWithChildren<{
|
4
|
-
title: string;
|
5
|
-
user: LoggedUser;
|
6
|
-
}>;
|
7
|
-
declare const Header: ({ title, user }: Props) => import("react/jsx-runtime").JSX.Element;
|
8
|
-
export default Header;
|
9
|
-
//# sourceMappingURL=Header.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/Header/Header.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAEzC,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAA;AAItD,KAAK,KAAK,GAAG,iBAAiB,CAAC;IAC7B,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,UAAU,CAAA;CACjB,CAAC,CAAA;AAEF,QAAA,MAAM,MAAM,oBAAqB,KAAK,4CAWrC,CAAA;AAED,eAAe,MAAM,CAAA"}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import { ComponentProps } from 'react';
|
3
|
-
import { default as Header } from './Header';
|
4
|
-
type StoryProps = ComponentProps<typeof Header>;
|
5
|
-
declare const meta: Meta<StoryProps>;
|
6
|
-
export default meta;
|
7
|
-
type Story = StoryObj<typeof meta>;
|
8
|
-
export declare const LoggedIn: Story;
|
9
|
-
//# sourceMappingURL=Header.stories.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"Header.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/Header/Header.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AACtC,OAAO,MAAM,MAAM,UAAU,CAAA;AAE7B,KAAK,UAAU,GAAG,cAAc,CAAC,OAAO,MAAM,CAAC,CAAA;AAE/C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,UAAU,CAM1B,CAAA;AAED,eAAe,IAAI,CAAA;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,QAAQ,EAAE,KAStB,CAAA"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"Profile.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/Profile/Profile.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAA;AAMtD,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,UAAU,CAAA;CACjB,CAAA;AAED,QAAA,MAAM,OAAO,aAAc,KAAK,4CAe/B,CAAA;AACD,eAAe,OAAO,CAAA"}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
2
|
-
import { default as Profile } from './Profile';
|
3
|
-
import { ComponentProps } from 'react';
|
4
|
-
type StoryProps = ComponentProps<typeof Profile>;
|
5
|
-
declare const meta: Meta<StoryProps>;
|
6
|
-
export default meta;
|
7
|
-
type Story = StoryObj<typeof meta>;
|
8
|
-
export declare const ProfileStory: Story;
|
9
|
-
//# sourceMappingURL=Profile.stories.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"Profile.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/Profile/Profile.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,OAAO,MAAM,WAAW,CAAA;AAC/B,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAEtC,KAAK,UAAU,GAAG,cAAc,CAAC,OAAO,OAAO,CAAC,CAAA;AAEhD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,UAAU,CAM1B,CAAA;AAED,eAAe,IAAI,CAAA;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,YAAY,EAAE,KAQ1B,CAAA"}
|