@mittwald/flow-react-components 0.2.0-alpha.775 → 0.2.0-alpha.777
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/CHANGELOG.md +12 -0
- package/dist/assets/doc-properties.json +3861 -3869
- package/dist/css/all.css +1 -1
- package/dist/js/flr-universal.mjs +1 -0
- package/dist/js/flr-universal.mjs.map +1 -1
- package/dist/js/internal.mjs +1 -0
- package/dist/js/internal.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Alert/Alert.module.scss.mjs +4 -2
- package/dist/js/packages/components/src/components/Alert/Alert.module.scss.mjs.map +1 -1
- package/dist/js/packages/components/src/components/AlertBadge/AlertBadge.mjs.map +1 -1
- package/dist/js/packages/components/src/components/AlertBadge/AlertBadge.module.scss.mjs +4 -2
- package/dist/js/packages/components/src/components/AlertBadge/AlertBadge.module.scss.mjs.map +1 -1
- package/dist/js/packages/components/src/components/AlertIcon/AlertIcon.mjs.map +1 -1
- package/dist/js/packages/components/src/components/AlertText/AlertText.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Avatar/Avatar.module.scss.mjs +4 -2
- package/dist/js/packages/components/src/components/Avatar/Avatar.module.scss.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Badge/Badge.mjs +13 -1
- package/dist/js/packages/components/src/components/Badge/Badge.mjs.map +1 -1
- package/dist/js/packages/components/src/components/CodeBlock/CodeBlock.mjs +1 -0
- package/dist/js/packages/components/src/components/CodeBlock/CodeBlock.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Color/Color.mjs +2 -10
- package/dist/js/packages/components/src/components/Color/Color.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Color/Color.module.scss.mjs +4 -2
- package/dist/js/packages/components/src/components/Color/Color.module.scss.mjs.map +1 -1
- package/dist/js/packages/components/src/components/DonutChart/DonutChart.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Icon/Icon.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Notification/Notification.module.scss.mjs +4 -2
- package/dist/js/packages/components/src/components/Notification/Notification.module.scss.mjs.map +1 -1
- package/dist/js/packages/components/src/components/ProgressBar/ProgressBar.mjs.map +1 -1
- package/dist/js/packages/components/src/lib/types/props.mjs +8 -1
- package/dist/js/packages/components/src/lib/types/props.mjs.map +1 -1
- package/dist/types/components/Alert/stories/Default.stories.d.ts +0 -2
- package/dist/types/components/Alert/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/AlertBadge/AlertBadge.d.ts +1 -1
- package/dist/types/components/AlertBadge/AlertBadge.d.ts.map +1 -1
- package/dist/types/components/AlertBadge/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/AlertIcon/stories/Default.stories.d.ts +1 -5
- package/dist/types/components/AlertIcon/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/AlertText/AlertText.d.ts +2 -3
- package/dist/types/components/AlertText/AlertText.d.ts.map +1 -1
- package/dist/types/components/AlertText/stories/Default.stories.d.ts +1 -5
- package/dist/types/components/AlertText/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/Avatar/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/CodeBlock/CodeBlock.d.ts.map +1 -1
- package/dist/types/components/Color/Color.d.ts +1 -1
- package/dist/types/components/Color/Color.d.ts.map +1 -1
- package/dist/types/components/Color/stories/Default.stories.d.ts +0 -8
- package/dist/types/components/Color/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/DonutChart/DonutChart.d.ts +3 -2
- package/dist/types/components/DonutChart/DonutChart.d.ts.map +1 -1
- package/dist/types/components/Icon/Icon.d.ts +2 -3
- package/dist/types/components/Icon/Icon.d.ts.map +1 -1
- package/dist/types/components/Notification/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/NotificationProvider/stories/Default.stories.d.ts +1 -1
- package/dist/types/components/NotificationProvider/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/ProgressBar/ProgressBar.d.ts +3 -2
- package/dist/types/components/ProgressBar/ProgressBar.d.ts.map +1 -1
- package/dist/types/index/internal.d.ts +1 -0
- package/dist/types/index/internal.d.ts.map +1 -1
- package/dist/types/lib/types/props.d.ts +2 -1
- package/dist/types/lib/types/props.d.ts.map +1 -1
- package/package.json +6 -6
- package/dist/types/components/Alert/stories/EdgeCases.stories.d.ts +0 -7
- package/dist/types/components/Alert/stories/EdgeCases.stories.d.ts.map +0 -1
- package/dist/types/components/Alert/stories/Variants.stories.d.ts +0 -10
- package/dist/types/components/Alert/stories/Variants.stories.d.ts.map +0 -1
- package/dist/types/components/AlertBadge/stories/EdgeCases.stories.d.ts +0 -7
- package/dist/types/components/AlertBadge/stories/EdgeCases.stories.d.ts.map +0 -1
- package/dist/types/components/AlertBadge/stories/Variants.stories.d.ts +0 -10
- package/dist/types/components/AlertBadge/stories/Variants.stories.d.ts.map +0 -1
- package/dist/types/components/Avatar/stories/Sizes.stories.d.ts +0 -10
- package/dist/types/components/Avatar/stories/Sizes.stories.d.ts.map +0 -1
- package/dist/types/components/Notification/stories/EdgeCases.stories.d.ts +0 -7
- package/dist/types/components/Notification/stories/EdgeCases.stories.d.ts.map +0 -1
- package/dist/types/components/Notification/stories/Variants.stories.d.ts +0 -10
- package/dist/types/components/Notification/stories/Variants.stories.d.ts.map +0 -1
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { PropsWithChildren, SVGAttributes, default as React } from 'react';
|
|
2
2
|
import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
|
|
3
|
-
import {
|
|
3
|
+
import { PropsWithStatus } from '../../lib/types/props';
|
|
4
4
|
type SvgAttributeProps = SVGAttributes<SVGSVGElement>;
|
|
5
|
-
export interface IconProps extends PropsWithChildren<Omit<SvgAttributeProps, "name">>, FlowComponentProps {
|
|
6
|
-
status?: Status | "unavailable";
|
|
5
|
+
export interface IconProps extends PropsWithChildren<Omit<SvgAttributeProps, "name">>, FlowComponentProps, PropsWithStatus {
|
|
7
6
|
/** The size of the icon. @default "m" */
|
|
8
7
|
size?: "s" | "m" | "l";
|
|
9
8
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../../src/components/Icon/Icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC9D,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAG/E,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../../src/components/Icon/Icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC9D,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAG/E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,KAAK,iBAAiB,GAAG,aAAa,CAAC,aAAa,CAAC,CAAC;AAEtD,MAAM,WAAW,SACf,SACE,iBAAiB,CAAC,IAAI,CAAC,iBAAiB,EAAE,MAAM,CAAC,CAAC,EAClD,kBAAkB,EAClB,eAAe;IACjB,yCAAyC;IACzC,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;CACxB;AAED,wBAAwB;AACxB,eAAO,MAAM,IAAI,0EAoCf,CAAC;AAEH,eAAe,IAAI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Default.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Notification/stories/Default.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"Default.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Notification/stories/Default.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAMzD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CAuBnC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,YAAY,CAAC,CAAC;AAE3C,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC,eAAO,MAAM,WAAW,EAAE,KAOzB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Default.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/NotificationProvider/stories/Default.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAUvD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC;IAAE,SAAS,EAAE,OAAO,CAAA;CAAE,
|
|
1
|
+
{"version":3,"file":"Default.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/NotificationProvider/stories/Default.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAUvD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC;IAAE,SAAS,EAAE,OAAO,CAAA;CAAE,CA8CtC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC;IAAE,SAAS,EAAE,OAAO,CAAA;CAAE,CAAC,CAAC;AAE9C,eAAO,MAAM,QAAQ,EAAE,KAAU,CAAC;AAElC,eAAO,MAAM,aAAa,EAAE,KAAqC,CAAC"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { PropsWithChildren } from 'react';
|
|
2
|
-
import { PropsWithStatus } from '../../lib/types/props';
|
|
3
2
|
import { CategoricalColor } from '../../lib/tokens/CategoricalColors';
|
|
4
3
|
import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
|
|
4
|
+
import { Status } from '../../lib/types/props';
|
|
5
5
|
import * as Aria from "react-aria-components";
|
|
6
|
-
export interface ProgressBarProps extends PropsWithChildren<Omit<Aria.ProgressBarProps, "children">>,
|
|
6
|
+
export interface ProgressBarProps extends PropsWithChildren<Omit<Aria.ProgressBarProps, "children">>, FlowComponentProps {
|
|
7
|
+
status?: Exclude<Status, "unavailable">;
|
|
7
8
|
/** Whether the max value should be displayed. */
|
|
8
9
|
showMaxValue?: boolean;
|
|
9
10
|
/** The size variant of the progress bar. @default "m" */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../../../src/components/ProgressBar/ProgressBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAC9C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../../../src/components/ProgressBar/ProgressBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAC9C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAQ/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAEhD,MAAM,WAAW,gBACf,SACE,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,gBAAgB,EAAE,UAAU,CAAC,CAAC,EAC1D,kBAAkB;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC;IACxC,iDAAiD;IACjD,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,yDAAyD;IACzD,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;IACvB,yDAAyD;IACzD,QAAQ,CAAC,EAAE;QACT,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,CAAC,EAAE,gBAAgB,CAAC;QACzB,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,EAAE,CAAC;IACJ;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,wBAAwB;AACxB,eAAO,MAAM,WAAW,qGAqEtB,CAAC;AAEH,eAAe,WAAW,CAAC"}
|
|
@@ -3,4 +3,5 @@ export { isFlowComponentName } from '../lib/propsContext/isFlowComponentName';
|
|
|
3
3
|
export * from '../lib/componentFactory/flowComponent';
|
|
4
4
|
export * from '../lib/propsContext';
|
|
5
5
|
export * from '../lib/viewComponentContext';
|
|
6
|
+
export * from '../lib/types/props';
|
|
6
7
|
//# sourceMappingURL=internal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"internal.d.ts","sourceRoot":"","sources":["../../../src/index/internal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,0DAA0D,CAAC;AAClG,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAC7E,cAAc,sCAAsC,CAAC;AACrD,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC"}
|
|
1
|
+
{"version":3,"file":"internal.d.ts","sourceRoot":"","sources":["../../../src/index/internal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,0DAA0D,CAAC;AAClG,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAC7E,cAAc,sCAAsC,CAAC;AACrD,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,mBAAmB,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ExoticComponent, HTMLAttributes } from 'react';
|
|
2
|
-
export
|
|
2
|
+
export declare const statusTypes: readonly ["info", "success", "warning", "danger", "unavailable"];
|
|
3
|
+
export type Status = (typeof statusTypes)[number];
|
|
3
4
|
export type PropsWithStatus<T extends Status = Status, P = unknown> = P & {
|
|
4
5
|
/** The elements status */
|
|
5
6
|
status?: T;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/props.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE7D,MAAM,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/props.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE7D,eAAO,MAAM,WAAW,kEAMd,CAAC;AAEX,MAAM,MAAM,MAAM,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC;AAElD,MAAM,MAAM,eAAe,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,EAAE,CAAC,GAAG,OAAO,IAAI,CAAC,GAAG;IACxE,0BAA0B;IAC1B,MAAM,CAAC,EAAE,CAAC,CAAC;CACZ,CAAC;AAEF,MAAM,WAAW,eAAe;CAG/B;AAED,MAAM,WAAW,kBAAkB;IACjC,+BAA+B;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,MAAM,oBAAoB,CAC9B,CAAC,SAAS,MAAM,qBAAqB,GAAG,KAAK,IAC3C,cAAc,CAAC,WAAW,CAAC,GAAG;IAChC,WAAW,CAAC,EAAE,CAAC,GAAG,eAAe,CAAC;CACnC,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC;AAEpE,MAAM,WAAW,gCAAgC;IAC/C,uBAAuB,CAAC,EAAE,uBAAuB,CAAC;CACnD;AAED,eAAO,MAAM,WAAW,2DAKd,CAAC;AAEX,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC;AAEtD,wBAAgB,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,UAAU,CAE/D"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-react-components",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.777",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"@codemirror/lint": "^6.9.5",
|
|
61
61
|
"@internationalized/string-compiler": "^3.2.6",
|
|
62
62
|
"@lezer/highlight": "^1.2.3",
|
|
63
|
-
"@mittwald/flow-icons": "0.2.0-alpha.
|
|
63
|
+
"@mittwald/flow-icons": "0.2.0-alpha.777",
|
|
64
64
|
"@mittwald/password-tools-js": "3.0.0-alpha.18",
|
|
65
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
65
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.777",
|
|
66
66
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
67
67
|
"@react-aria/form": "^3.1.3",
|
|
68
68
|
"@react-aria/live-announcer": "^3.4.4",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"@lezer/generator": "^1.8.0",
|
|
114
114
|
"@lezer/lr": "^1.4.8",
|
|
115
115
|
"@mittwald/flow-core": "",
|
|
116
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
116
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.777",
|
|
117
117
|
"@mittwald/flow-icons-base": "",
|
|
118
118
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
119
119
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.10",
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
},
|
|
167
167
|
"peerDependencies": {
|
|
168
168
|
"@internationalized/date": "^3.10.0",
|
|
169
|
-
"@mittwald/flow-icons-pro": "0.2.0-alpha.
|
|
169
|
+
"@mittwald/flow-icons-pro": "0.2.0-alpha.776",
|
|
170
170
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
171
171
|
"next": "*",
|
|
172
172
|
"react": "^19.2.0",
|
|
@@ -187,5 +187,5 @@
|
|
|
187
187
|
"optional": true
|
|
188
188
|
}
|
|
189
189
|
},
|
|
190
|
-
"gitHead": "
|
|
190
|
+
"gitHead": "19aa708bf048f94ad3d04d444214a1feaa16f053"
|
|
191
191
|
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { default as Alert } from '../Alert';
|
|
3
|
-
declare const meta: Meta<typeof Alert>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof Alert>;
|
|
6
|
-
export declare const LongTexts: Story;
|
|
7
|
-
//# sourceMappingURL=EdgeCases.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EdgeCases.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Alert/stories/EdgeCases.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,MAAM,UAAU,CAAC;AAO7B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,KAAK,CAG5B,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,KAAK,CAAC,CAAC;AAEpC,eAAO,MAAM,SAAS,EAAE,KAOvB,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { default as Alert } from '../Alert';
|
|
3
|
-
declare const meta: Meta<typeof Alert>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof Alert>;
|
|
6
|
-
export declare const Info: Story;
|
|
7
|
-
export declare const Warning: Story;
|
|
8
|
-
export declare const Danger: Story;
|
|
9
|
-
export declare const Success: Story;
|
|
10
|
-
//# sourceMappingURL=Variants.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Variants.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Alert/stories/Variants.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,MAAM,UAAU,CAAC;AAM7B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,KAAK,CAG5B,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,KAAK,CAAC,CAAC;AAEpC,eAAO,MAAM,IAAI,EAAE,KAUlB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAWrB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,KAWpB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAQrB,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { default as AlertBadge } from '../AlertBadge';
|
|
3
|
-
declare const meta: Meta<typeof AlertBadge>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof AlertBadge>;
|
|
6
|
-
export declare const LongText: Story;
|
|
7
|
-
//# sourceMappingURL=EdgeCases.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EdgeCases.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/AlertBadge/stories/EdgeCases.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,UAAU,MAAM,eAAe,CAAC;AAKvC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,UAAU,CAGjC,CAAC;AACF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,UAAU,CAAC,CAAC;AAEzC,eAAO,MAAM,QAAQ,EAAE,KAEtB,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { default as AlertBadge } from '../AlertBadge';
|
|
3
|
-
declare const meta: Meta<typeof AlertBadge>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof AlertBadge>;
|
|
6
|
-
export declare const Info: Story;
|
|
7
|
-
export declare const Success: Story;
|
|
8
|
-
export declare const Warning: Story;
|
|
9
|
-
export declare const Danger: Story;
|
|
10
|
-
//# sourceMappingURL=Variants.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Variants.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/AlertBadge/stories/Variants.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,UAAU,MAAM,eAAe,CAAC;AAIvC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,UAAU,CAGjC,CAAC;AACF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,UAAU,CAAC,CAAC;AAEzC,eAAO,MAAM,IAAI,EAAE,KAAU,CAAC;AAE9B,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,KAKpB,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { default as Avatar } from '../Avatar';
|
|
3
|
-
declare const meta: Meta<typeof Avatar>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof Avatar>;
|
|
6
|
-
export declare const SizeXS: Story;
|
|
7
|
-
export declare const SizeS: Story;
|
|
8
|
-
export declare const SizeM: Story;
|
|
9
|
-
export declare const SizeL: Story;
|
|
10
|
-
//# sourceMappingURL=Sizes.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Sizes.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Avatar/stories/Sizes.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,MAAM,CAG7B,CAAC;AACF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,MAAM,CAAC,CAAC;AAErC,eAAO,MAAM,MAAM,EAAE,KAAgC,CAAC;AAEtD,eAAO,MAAM,KAAK,EAAE,KAA+B,CAAC;AAEpD,eAAO,MAAM,KAAK,EAAE,KAA+B,CAAC;AAEpD,eAAO,MAAM,KAAK,EAAE,KAA+B,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { Notification } from '..';
|
|
3
|
-
declare const meta: Meta<typeof Notification>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof Notification>;
|
|
6
|
-
export declare const LongTexts: Story;
|
|
7
|
-
//# sourceMappingURL=EdgeCases.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EdgeCases.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Notification/stories/EdgeCases.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAKvD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAGzD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CAGnC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,YAAY,CAAC,CAAC;AAE3C,eAAO,MAAM,SAAS,EAAE,KAOvB,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { Notification } from '..';
|
|
3
|
-
declare const meta: Meta<typeof Notification>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof Notification>;
|
|
6
|
-
export declare const Info: Story;
|
|
7
|
-
export declare const Warning: Story;
|
|
8
|
-
export declare const Danger: Story;
|
|
9
|
-
export declare const Success: Story;
|
|
10
|
-
//# sourceMappingURL=Variants.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Variants.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Notification/stories/Variants.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAIvD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAGzD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CAGnC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,YAAY,CAAC,CAAC;AAE3C,eAAO,MAAM,IAAI,EAAE,KAAU,CAAC;AAE9B,eAAO,MAAM,OAAO,EAAE,KAWrB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,KAUpB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAUrB,CAAC"}
|