@uva-glass/component-library 1.35.2 → 1.37.1
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/{MenuLink-CIzBwlKY.js → MenuLink-DoSTuelN.js} +5 -5
- package/dist/MenuLink-DoSTuelN.js.map +1 -0
- package/dist/components/Accordion/Accordion.stories.d.ts +2 -1
- package/dist/components/AppStatusBar/AppStatusBar.stories.d.ts +3 -1
- package/dist/components/AppStatusBar/AppStatusBar.stories.js +1 -1
- package/dist/components/AppStatusBar/AppStatusBar.stories.js.map +1 -1
- package/dist/components/Attention/Attention.stories.d.ts +5 -4
- package/dist/components/Backdrop/Backdrop.stories.d.ts +2 -1
- package/dist/components/Button/Button.stories.d.ts +2 -1
- package/dist/components/Button/Button.stories.js +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.stories.d.ts +2 -1
- package/dist/components/Card/Card.stories.d.ts +2 -1
- package/dist/components/Checkbox/Checkbox.stories.d.ts +2 -1
- package/dist/components/Checkbox/Checkbox.stories.js +1 -1
- package/dist/components/Drawer/Drawer.stories.d.ts +2 -1
- package/dist/components/Drawer/Drawer.stories.js +1 -1
- package/dist/components/FieldHint/FieldHint.stories.d.ts +2 -1
- package/dist/components/Fieldset/Fieldset.stories.d.ts +2 -1
- package/dist/components/FormField/FormField.stories.d.ts +2 -1
- package/dist/components/GridRow/GridRow.stories.d.ts +2 -1
- package/dist/components/HorizontalList/HorizontalList.stories.d.ts +2 -1
- package/dist/components/Icon/Icon.stories.d.ts +2 -1
- package/dist/components/Icon/icons/index.d.ts +72 -63
- package/dist/components/Icon/icons/index.js +60 -57
- package/dist/components/Icon/icons/index.js.map +1 -1
- package/dist/components/IconButton/IconButton.stories.d.ts +2 -1
- package/dist/components/IconButton/IconButton.stories.js +1 -1
- package/dist/components/InfoMessage/InfoMessage.stories.d.ts +2 -1
- package/dist/components/Input/Input.stories.d.ts +2 -1
- package/dist/components/InputField/InputField.stories.d.ts +2 -1
- package/dist/components/InputField/InputField.stories.js +1 -1
- package/dist/components/Label/Label.stories.d.ts +2 -1
- package/dist/components/MenuLink/MenuLink.d.ts +1 -1
- package/dist/components/MenuLink/MenuLink.js +1 -1
- package/dist/components/MenuLink/MenuLink.stories.d.ts +2 -1
- package/dist/components/MenuLink/MenuLink.stories.js +1 -1
- package/dist/components/MenuLink/index.js +1 -1
- package/dist/components/MetaDataList/MetaDataList.stories.d.ts +2 -1
- package/dist/components/ModalDialog/ModalDialog.stories.d.ts +2 -1
- package/dist/components/ModalDialog/ModalDialog.stories.js +1 -1
- package/dist/components/MultiSelect/MultiSelect.stories.d.ts +2 -1
- package/dist/components/MultiSelect/MultiSelect.stories.js +1 -1
- package/dist/components/OverlayCloseButton/OverlayCloseButton.stories.d.ts +2 -1
- package/dist/components/OverlayCloseButton/OverlayCloseButton.stories.js +1 -1
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.d.ts +2 -1
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +1 -1
- package/dist/components/RadioButton/RadioButton.stories.d.ts +2 -1
- package/dist/components/Repeater/Repeater.stories.d.ts +2 -1
- package/dist/components/SectionNotification/SectionNotification.stories.d.ts +2 -1
- package/dist/components/SelectListbox/SelectListBox.stories.d.ts +3 -4
- package/dist/components/SelectListbox/SelectListBox.stories.js +1 -1
- package/dist/components/Spinner/Spinner.stories.d.ts +2 -1
- package/dist/components/StatusPill/StatusPill.stories.d.ts +2 -1
- package/dist/components/Tooltip/Tooltip.stories.d.ts +2 -1
- package/dist/components/index.js +1 -1
- package/dist/{index-CYUtHyCV.js → index-Do6xof80.js} +7963 -9332
- package/dist/index-Do6xof80.js.map +1 -0
- package/dist/index.js +1 -1
- package/package.json +20 -20
- package/dist/MenuLink-CIzBwlKY.js.map +0 -1
- package/dist/index-CYUtHyCV.js.map +0 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
1
2
|
import { AccordionProps } from './Accordion';
|
|
2
3
|
|
|
3
|
-
declare const _default:
|
|
4
|
+
declare const _default: Meta<AccordionProps>;
|
|
4
5
|
export default _default;
|
|
5
6
|
export declare const AccordionExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, AccordionProps>;
|
|
6
7
|
export declare const WithComplexProps: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, AccordionProps>;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
2
|
+
|
|
1
3
|
interface AppStatusBarProps {
|
|
2
4
|
message: string;
|
|
3
5
|
severity: 'info' | 'warning' | 'error';
|
|
4
6
|
}
|
|
5
|
-
declare const _default:
|
|
7
|
+
declare const _default: Meta<AppStatusBarProps>;
|
|
6
8
|
export default _default;
|
|
7
9
|
export declare const AppStatusBarExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, AppStatusBarProps>;
|
|
@@ -10,7 +10,7 @@ const p = {
|
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
}, n = (e) => /* @__PURE__ */ o(t, { ...e }), r = {
|
|
13
|
-
message: "Dit is de ontwikkelomgeving van Storybook. Hier kun je componenten bekijken en testen
|
|
13
|
+
message: "Dit is de ontwikkelomgeving van Storybook. Hier kun je componenten bekijken en testen!.",
|
|
14
14
|
severity: "warning"
|
|
15
15
|
}, s = n.bind({});
|
|
16
16
|
s.args = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppStatusBar.stories.js","sources":["../../../src/components/AppStatusBar/AppStatusBar.stories.tsx"],"sourcesContent":["import type { Meta, StoryFn } from '@storybook/react';\n\nimport { AppStatusBar } from './AppStatusBar';\n\ninterface AppStatusBarProps {\n message: string;\n severity: 'info' | 'warning' | 'error';\n}\n\n// eslint-disable-next-line import/no-default-export\nexport default {\n title: 'Atoms/AppStatusBar',\n component: AppStatusBar,\n argTypes: {\n severity: {\n options: ['info', 'warning', 'error'],\n control: { type: 'radio' },\n },\n },\n} as Meta<AppStatusBarProps>;\n\nconst Template: StoryFn<AppStatusBarProps> = (args) => <AppStatusBar {...args} />;\n\nconst defaultArgs: Partial<AppStatusBarProps> = {\n message: 'Dit is de ontwikkelomgeving van Storybook. Hier kun je componenten bekijken en testen
|
|
1
|
+
{"version":3,"file":"AppStatusBar.stories.js","sources":["../../../src/components/AppStatusBar/AppStatusBar.stories.tsx"],"sourcesContent":["import type { Meta, StoryFn } from '@storybook/react';\n\nimport { AppStatusBar } from './AppStatusBar';\n\ninterface AppStatusBarProps {\n message: string;\n severity: 'info' | 'warning' | 'error';\n}\n\n// eslint-disable-next-line import/no-default-export\nexport default {\n title: 'Atoms/AppStatusBar',\n component: AppStatusBar,\n argTypes: {\n severity: {\n options: ['info', 'warning', 'error'],\n control: { type: 'radio' },\n },\n },\n} as Meta<AppStatusBarProps>;\n\nconst Template: StoryFn<AppStatusBarProps> = (args) => <AppStatusBar {...args} />;\n\nconst defaultArgs: Partial<AppStatusBarProps> = {\n message: 'Dit is de ontwikkelomgeving van Storybook. Hier kun je componenten bekijken en testen!.',\n severity: 'warning',\n};\n\nexport const AppStatusBarExample = Template.bind({});\nAppStatusBarExample.args = {\n ...defaultArgs,\n};\n"],"names":["AppStatusBar_stories","AppStatusBar","Template","args","jsx","defaultArgs","AppStatusBarExample"],"mappings":";;AAUA,MAAeA,IAAA;AAAA,EACb,OAAO;AAAA,EACP,WAAWC;AAAA,EACX,UAAU;AAAA,IACR,UAAU;AAAA,MACR,SAAS,CAAC,QAAQ,WAAW,OAAO;AAAA,MACpC,SAAS,EAAE,MAAM,QAAQ;AAAA,IAC3B;AAAA,EACF;AACF,GAEMC,IAAuC,CAACC,MAAU,gBAAAC,EAAAH,GAAA,EAAc,GAAGE,EAAM,CAAA,GAEzEE,IAA0C;AAAA,EAC9C,SAAS;AAAA,EACT,UAAU;AACZ,GAEaC,IAAsBJ,EAAS,KAAK,EAAE;AACnDI,EAAoB,OAAO;AAAA,EACzB,GAAGD;AACL;"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
2
|
+
import { PropsWithChildren } from 'react';
|
|
3
|
+
|
|
4
|
+
declare const _default: Meta<PropsWithChildren>;
|
|
4
5
|
export default _default;
|
|
5
6
|
export declare const AttentionExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, {
|
|
6
|
-
children?: import('react').ReactNode;
|
|
7
|
+
children?: import('react').ReactNode | undefined;
|
|
7
8
|
}>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
1
2
|
import { BackdropProps } from './Backdrop';
|
|
2
3
|
|
|
3
4
|
type BackdropStoryProps = BackdropProps & {
|
|
4
5
|
visible: boolean;
|
|
5
6
|
};
|
|
6
|
-
declare const _default:
|
|
7
|
+
declare const _default: Meta<BackdropStoryProps>;
|
|
7
8
|
export default _default;
|
|
8
9
|
export declare const BackdropExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, BackdropStoryProps>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
1
2
|
import { ButtonProps } from './Button';
|
|
2
3
|
|
|
3
|
-
declare const _default:
|
|
4
|
+
declare const _default: Meta<ButtonProps>;
|
|
4
5
|
export default _default;
|
|
5
6
|
export declare const ButtonExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, ButtonProps>;
|
|
6
7
|
export declare const WithMultipleChildren: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, ButtonProps>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
1
2
|
import { PropsWithChildren } from 'react';
|
|
2
3
|
import { ButtonGroupProps } from './ButtonGroup';
|
|
3
4
|
|
|
4
|
-
declare const _default:
|
|
5
|
+
declare const _default: Meta<PropsWithChildren<ButtonGroupProps>>;
|
|
5
6
|
export default _default;
|
|
6
7
|
export declare const ButtonGroupExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, PropsWithChildren<ButtonGroupProps>>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { PropsWithChildren } from 'react';
|
|
2
|
+
import { Meta } from '@storybook/react';
|
|
2
3
|
import { CardProps } from './Card';
|
|
3
4
|
|
|
4
|
-
declare const _default:
|
|
5
|
+
declare const _default: Meta<PropsWithChildren<CardProps>>;
|
|
5
6
|
export default _default;
|
|
6
7
|
export declare const CardExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, PropsWithChildren<CardProps>>;
|
|
7
8
|
export declare const WithNotification: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, PropsWithChildren<CardProps>>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
1
2
|
import { CheckboxProps } from './Checkbox';
|
|
2
3
|
|
|
3
|
-
declare const _default:
|
|
4
|
+
declare const _default: Meta<CheckboxProps>;
|
|
4
5
|
export default _default;
|
|
5
6
|
export declare const CheckboxExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, CheckboxProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as t, jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { f as m } from "../../index-
|
|
2
|
+
import { f as m } from "../../index-Do6xof80.js";
|
|
3
3
|
import { Checkbox as e } from "./Checkbox.js";
|
|
4
4
|
import { FormField as i } from "../FormField/FormField.js";
|
|
5
5
|
import { Label as n } from "../Label/Label.js";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
1
2
|
import { DrawerProps } from './Drawer';
|
|
2
3
|
|
|
3
|
-
declare const _default:
|
|
4
|
+
declare const _default: Meta<DrawerProps>;
|
|
4
5
|
export default _default;
|
|
5
6
|
export declare const DrawerExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, DrawerProps>;
|
|
6
7
|
export declare const WithButtons: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, DrawerProps>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as o, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { a as m } from "../../useDialog-D4QXqVAd.js";
|
|
3
|
-
import { f as p } from "../../index-
|
|
3
|
+
import { f as p } from "../../index-Do6xof80.js";
|
|
4
4
|
import { useState as c } from "react";
|
|
5
5
|
import { Drawer as n } from "./Drawer.js";
|
|
6
6
|
import { Button as t } from "../Button/Button.js";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
1
2
|
import { FieldHintProps } from './FieldHint';
|
|
2
3
|
|
|
3
|
-
declare const _default:
|
|
4
|
+
declare const _default: Meta<FieldHintProps>;
|
|
4
5
|
export default _default;
|
|
5
6
|
export declare const FieldHintExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, FieldHintProps>;
|
|
6
7
|
export declare const LoadingFieldHint: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, FieldHintProps>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
1
2
|
import { PropsWithChildren } from 'react';
|
|
2
3
|
import { FieldsetProps } from './Fieldset';
|
|
3
4
|
|
|
4
|
-
declare const _default:
|
|
5
|
+
declare const _default: Meta<PropsWithChildren<FieldsetProps>>;
|
|
5
6
|
export default _default;
|
|
6
7
|
export declare const FieldsetExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, PropsWithChildren<FieldsetProps>>;
|
|
7
8
|
export declare const WithDescriptionExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, PropsWithChildren<FieldsetProps>>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
1
2
|
import { PropsWithChildren } from 'react';
|
|
2
3
|
import { FormFieldProps } from './FormField';
|
|
3
4
|
|
|
4
|
-
declare const _default:
|
|
5
|
+
declare const _default: Meta<PropsWithChildren<FormFieldProps>>;
|
|
5
6
|
export default _default;
|
|
6
7
|
export declare const FormFieldExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, PropsWithChildren<FormFieldProps>>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
1
2
|
import { GridRowProps } from './GridRow';
|
|
2
3
|
|
|
3
|
-
declare const _default:
|
|
4
|
+
declare const _default: Meta<GridRowProps>;
|
|
4
5
|
export default _default;
|
|
5
6
|
export declare const GridRowExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, GridRowProps>;
|
|
6
7
|
export declare const WithMediumBreakpoint: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, GridRowProps>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
1
2
|
import { HorizontalListProps } from './HorizontalList';
|
|
2
3
|
|
|
3
|
-
declare const _default:
|
|
4
|
+
declare const _default: Meta<HorizontalListProps>;
|
|
4
5
|
export default _default;
|
|
5
6
|
export declare const HorizontalListExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, HorizontalListProps>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
1
2
|
import { IconProps } from './Icon';
|
|
2
3
|
|
|
3
|
-
declare const _default:
|
|
4
|
+
declare const _default: Meta<IconProps>;
|
|
4
5
|
export default _default;
|
|
5
6
|
export declare const IconExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, IconProps>;
|
|
6
7
|
export declare const IconOverview: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,191 +1,200 @@
|
|
|
1
1
|
export declare const Icons: {
|
|
2
|
+
AcademicCap: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
3
|
+
title?: string;
|
|
4
|
+
}>;
|
|
2
5
|
ArrowDownOnSquare: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
3
|
-
title?: string
|
|
6
|
+
title?: string;
|
|
4
7
|
}>;
|
|
5
8
|
ArrowLeft: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
6
|
-
title?: string
|
|
9
|
+
title?: string;
|
|
7
10
|
}>;
|
|
8
11
|
ArrowLeftEndOnRectangle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
9
|
-
title?: string
|
|
12
|
+
title?: string;
|
|
10
13
|
}>;
|
|
11
14
|
ArrowLeftStartOnRectangle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
12
|
-
title?: string
|
|
15
|
+
title?: string;
|
|
13
16
|
}>;
|
|
14
17
|
ArrowRight: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
15
|
-
title?: string
|
|
18
|
+
title?: string;
|
|
16
19
|
}>;
|
|
17
20
|
ArrowSmallDownMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
18
|
-
title?: string
|
|
21
|
+
title?: string;
|
|
19
22
|
}>;
|
|
20
23
|
ArrowSmallLeft: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
21
|
-
title?: string
|
|
24
|
+
title?: string;
|
|
22
25
|
}>;
|
|
23
26
|
ArrowSmallRight: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
24
|
-
title?: string
|
|
27
|
+
title?: string;
|
|
25
28
|
}>;
|
|
26
29
|
ArrowSmallUpMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
27
|
-
title?: string
|
|
30
|
+
title?: string;
|
|
28
31
|
}>;
|
|
29
32
|
ArrowTopRightOnSquare: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
30
|
-
title?: string
|
|
33
|
+
title?: string;
|
|
31
34
|
}>;
|
|
32
35
|
ArrowUpOnSquare: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
33
|
-
title?: string
|
|
36
|
+
title?: string;
|
|
34
37
|
}>;
|
|
35
38
|
BrowserBlocked: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
36
|
-
title?: string
|
|
39
|
+
title?: string;
|
|
37
40
|
}>;
|
|
38
41
|
BrowserBroken: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
39
|
-
title?: string
|
|
42
|
+
title?: string;
|
|
40
43
|
}>;
|
|
41
44
|
Calendar: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
42
|
-
title?: string
|
|
45
|
+
title?: string;
|
|
43
46
|
}>;
|
|
44
47
|
Check: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
45
|
-
title?: string
|
|
48
|
+
title?: string;
|
|
46
49
|
}>;
|
|
47
50
|
CheckCircle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
48
|
-
title?: string
|
|
51
|
+
title?: string;
|
|
49
52
|
}>;
|
|
50
53
|
CheckCircleFillMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
51
|
-
title?: string
|
|
54
|
+
title?: string;
|
|
52
55
|
}>;
|
|
53
56
|
CheveronDown: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
54
|
-
title?: string
|
|
57
|
+
title?: string;
|
|
55
58
|
}>;
|
|
56
59
|
CheveronLeft: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
57
|
-
title?: string
|
|
60
|
+
title?: string;
|
|
58
61
|
}>;
|
|
59
62
|
CheveronRight: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
60
|
-
title?: string
|
|
63
|
+
title?: string;
|
|
61
64
|
}>;
|
|
62
65
|
CheveronUp: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
63
|
-
title?: string
|
|
66
|
+
title?: string;
|
|
64
67
|
}>;
|
|
65
68
|
CheveronUpDown: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
66
|
-
title?: string
|
|
69
|
+
title?: string;
|
|
67
70
|
}>;
|
|
68
71
|
Circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
69
|
-
title?: string
|
|
72
|
+
title?: string;
|
|
73
|
+
}>;
|
|
74
|
+
CircleStack: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
75
|
+
title?: string;
|
|
70
76
|
}>;
|
|
71
77
|
Clock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
72
|
-
title?: string
|
|
78
|
+
title?: string;
|
|
73
79
|
}>;
|
|
74
80
|
ClockCircleFillMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
75
|
-
title?: string
|
|
81
|
+
title?: string;
|
|
76
82
|
}>;
|
|
77
83
|
Collection: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
78
|
-
title?: string
|
|
84
|
+
title?: string;
|
|
79
85
|
}>;
|
|
80
86
|
Cross: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
81
|
-
title?: string
|
|
87
|
+
title?: string;
|
|
82
88
|
}>;
|
|
83
89
|
CrossCircle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
84
|
-
title?: string
|
|
90
|
+
title?: string;
|
|
85
91
|
}>;
|
|
86
92
|
CrossCircleFillMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
87
|
-
title?: string
|
|
93
|
+
title?: string;
|
|
88
94
|
}>;
|
|
89
95
|
CrossCircleMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
90
|
-
title?: string
|
|
96
|
+
title?: string;
|
|
91
97
|
}>;
|
|
92
98
|
CubeTransparent: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
93
|
-
title?: string
|
|
99
|
+
title?: string;
|
|
94
100
|
}>;
|
|
95
101
|
DocumentDuplicate: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
96
|
-
title?: string
|
|
102
|
+
title?: string;
|
|
97
103
|
}>;
|
|
98
104
|
DocumentText: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
99
|
-
title?: string
|
|
105
|
+
title?: string;
|
|
100
106
|
}>;
|
|
101
107
|
DotCircleFillMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
102
|
-
title?: string
|
|
108
|
+
title?: string;
|
|
103
109
|
}>;
|
|
104
110
|
Dots: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
105
|
-
title?: string
|
|
111
|
+
title?: string;
|
|
106
112
|
}>;
|
|
107
113
|
Envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
108
|
-
title?: string
|
|
114
|
+
title?: string;
|
|
109
115
|
}>;
|
|
110
116
|
ExclamationCircle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
111
|
-
title?: string
|
|
117
|
+
title?: string;
|
|
112
118
|
}>;
|
|
113
119
|
ExclamationCircleFillMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
114
|
-
title?: string
|
|
120
|
+
title?: string;
|
|
115
121
|
}>;
|
|
116
122
|
ExclamationTriangleFill: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
117
|
-
title?: string
|
|
123
|
+
title?: string;
|
|
118
124
|
}>;
|
|
119
125
|
ExclamationTriangleMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
120
|
-
title?: string
|
|
126
|
+
title?: string;
|
|
121
127
|
}>;
|
|
122
128
|
FaceFrown: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
123
|
-
title?: string
|
|
129
|
+
title?: string;
|
|
124
130
|
}>;
|
|
125
131
|
Hamburger: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
126
|
-
title?: string
|
|
132
|
+
title?: string;
|
|
127
133
|
}>;
|
|
128
134
|
Heart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
129
|
-
title?: string
|
|
135
|
+
title?: string;
|
|
130
136
|
}>;
|
|
131
137
|
InformationCircle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
132
|
-
title?: string
|
|
138
|
+
title?: string;
|
|
133
139
|
}>;
|
|
134
140
|
InformationCircleFillMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
135
|
-
title?: string
|
|
141
|
+
title?: string;
|
|
136
142
|
}>;
|
|
137
143
|
InformationCircleMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
138
|
-
title?: string
|
|
144
|
+
title?: string;
|
|
139
145
|
}>;
|
|
140
146
|
Link: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
141
|
-
title?: string
|
|
147
|
+
title?: string;
|
|
142
148
|
}>;
|
|
143
149
|
LinkSlash: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
144
|
-
title?: string
|
|
150
|
+
title?: string;
|
|
145
151
|
}>;
|
|
146
152
|
ListMagnify: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
147
|
-
title?: string
|
|
153
|
+
title?: string;
|
|
148
154
|
}>;
|
|
149
155
|
LockClosedFill: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
150
|
-
title?: string
|
|
156
|
+
title?: string;
|
|
151
157
|
}>;
|
|
152
158
|
LockOpenFill: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
153
|
-
title?: string
|
|
159
|
+
title?: string;
|
|
154
160
|
}>;
|
|
155
161
|
Minus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
156
|
-
title?: string
|
|
162
|
+
title?: string;
|
|
157
163
|
}>;
|
|
158
164
|
MinusCircleFillMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
159
|
-
title?: string
|
|
165
|
+
title?: string;
|
|
160
166
|
}>;
|
|
161
167
|
PencilSquare: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
162
|
-
title?: string
|
|
168
|
+
title?: string;
|
|
163
169
|
}>;
|
|
164
170
|
Plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
165
|
-
title?: string
|
|
171
|
+
title?: string;
|
|
166
172
|
}>;
|
|
167
173
|
QuestionMarkCircleFillMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
168
|
-
title?: string
|
|
174
|
+
title?: string;
|
|
169
175
|
}>;
|
|
170
176
|
Sparkles: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
171
|
-
title?: string
|
|
177
|
+
title?: string;
|
|
172
178
|
}>;
|
|
173
179
|
Swap: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
174
|
-
title?: string
|
|
180
|
+
title?: string;
|
|
175
181
|
}>;
|
|
176
182
|
SwapSlash: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
177
|
-
title?: string
|
|
183
|
+
title?: string;
|
|
184
|
+
}>;
|
|
185
|
+
Swatch: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
186
|
+
title?: string;
|
|
178
187
|
}>;
|
|
179
188
|
Trash: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
180
|
-
title?: string
|
|
189
|
+
title?: string;
|
|
181
190
|
}>;
|
|
182
191
|
TrashStrikethrough: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
183
|
-
title?: string
|
|
192
|
+
title?: string;
|
|
184
193
|
}>;
|
|
185
194
|
UserCheckFill: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
186
|
-
title?: string
|
|
195
|
+
title?: string;
|
|
187
196
|
}>;
|
|
188
197
|
UserMinusFill: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
189
|
-
title?: string
|
|
198
|
+
title?: string;
|
|
190
199
|
}>;
|
|
191
200
|
};
|