@uva-glass/component-library 1.35.1 → 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/Column-BUyVh2Oo.js +101 -0
- package/dist/Column-BUyVh2Oo.js.map +1 -0
- package/dist/{MenuLink-CIzBwlKY.js → MenuLink-DoSTuelN.js} +5 -5
- package/dist/MenuLink-DoSTuelN.js.map +1 -0
- package/dist/assets/Column.css +1 -1
- 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/Column/Column.js +1 -1
- package/dist/components/GridRow/Column/index.js +1 -1
- package/dist/components/GridRow/GridRow.js +1 -1
- package/dist/components/GridRow/GridRow.stories.d.ts +2 -1
- package/dist/components/GridRow/GridRow.stories.js +1 -1
- package/dist/components/GridRow/GridRow.stories.js.map +1 -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/Column-CbI7YoMS.js +0 -101
- package/dist/Column-CbI7YoMS.js.map +0 -1
- package/dist/MenuLink-CIzBwlKY.js.map +0 -1
- package/dist/index-CYUtHyCV.js.map +0 -1
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
1
2
|
import { IconButtonProps } from 'components/IconButton';
|
|
2
3
|
|
|
3
|
-
declare const _default:
|
|
4
|
+
declare const _default: Meta<IconButtonProps>;
|
|
4
5
|
export default _default;
|
|
5
6
|
export declare const IconButtonExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, IconButtonProps>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
1
2
|
import { InfoMessageProps } from './InfoMessage';
|
|
2
3
|
|
|
3
|
-
declare const _default:
|
|
4
|
+
declare const _default: Meta<InfoMessageProps>;
|
|
4
5
|
export default _default;
|
|
5
6
|
export declare const InfoMessageExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, InfoMessageProps>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
1
2
|
import { InputProps } from './Input';
|
|
2
3
|
|
|
3
|
-
declare const _default:
|
|
4
|
+
declare const _default: Meta<InputProps>;
|
|
4
5
|
export default _default;
|
|
5
6
|
export declare const InputExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, InputProps>;
|
|
6
7
|
export declare const FullWidth: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, InputProps>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
1
2
|
import { InputFieldProps } from './InputField';
|
|
2
3
|
|
|
3
|
-
declare const _default:
|
|
4
|
+
declare const _default: Meta<InputFieldProps>;
|
|
4
5
|
export default _default;
|
|
5
6
|
export declare const InputFieldExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, InputFieldProps>;
|
|
6
7
|
export declare const WithStringClearTrigger: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, InputFieldProps>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useState as d, useRef as g } from "react";
|
|
3
|
-
import { f as i } from "../../index-
|
|
3
|
+
import { f as i } from "../../index-Do6xof80.js";
|
|
4
4
|
import { InputField as l } from "./InputField.js";
|
|
5
5
|
import { Container as u } from "../storyComponents/Container/Container.js";
|
|
6
6
|
import { Icon as f } from "../Icon/Icon.js";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
1
2
|
import { LabelProps } from './Label';
|
|
2
3
|
|
|
3
|
-
declare const _default:
|
|
4
|
+
declare const _default: Meta<LabelProps>;
|
|
4
5
|
export default _default;
|
|
5
6
|
export declare const LabelExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, LabelProps>;
|
|
6
7
|
export declare const WithNoFontWeight: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, LabelProps>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { NavLinkProps } from 'react-router-dom';
|
|
2
2
|
|
|
3
|
-
export declare const MenuLink: (props: Omit<NavLinkProps,
|
|
3
|
+
export declare const MenuLink: (props: Omit<NavLinkProps, "style">) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { NavLinkProps } from 'react-router-dom';
|
|
2
|
+
import { Meta } from '@storybook/react';
|
|
2
3
|
|
|
3
|
-
declare const _default:
|
|
4
|
+
declare const _default: Meta<Omit<NavLinkProps, "style">>;
|
|
4
5
|
export default _default;
|
|
5
6
|
export declare const MenuLinkExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, Omit<NavLinkProps, "style">>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
1
2
|
import { MetaDataListProps } from './MetaDataList';
|
|
2
3
|
|
|
3
|
-
declare const _default:
|
|
4
|
+
declare const _default: Meta<MetaDataListProps>;
|
|
4
5
|
export default _default;
|
|
5
6
|
export declare const MetaDataListExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, MetaDataListProps>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
1
2
|
import { ModalDialogProps } from './ModalDialog';
|
|
2
3
|
|
|
3
|
-
declare const _default:
|
|
4
|
+
declare const _default: Meta<ModalDialogProps>;
|
|
4
5
|
export default _default;
|
|
5
6
|
export declare const ModalDialogExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, ModalDialogProps>;
|
|
6
7
|
export declare const Loading: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, ModalDialogProps>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { $ as d } from "../../useDialog-D4QXqVAd.js";
|
|
3
|
-
import { f as o } from "../../index-
|
|
3
|
+
import { f as o } from "../../index-Do6xof80.js";
|
|
4
4
|
import { ModalDialog as a } from "./ModalDialog.js";
|
|
5
5
|
import { Button as t } from "../Button/Button.js";
|
|
6
6
|
import { ButtonGroup as s } from "../ButtonGroup/ButtonGroup.js";
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { PropsWithChildren } from 'react';
|
|
2
|
+
import { Meta } from '@storybook/react';
|
|
2
3
|
import { MultiSelectProps } from './MultiSelect';
|
|
3
4
|
|
|
4
|
-
declare const _default:
|
|
5
|
+
declare const _default: Meta<PropsWithChildren<MultiSelectProps>>;
|
|
5
6
|
export default _default;
|
|
6
7
|
export declare const MultiSelectExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, PropsWithChildren<MultiSelectProps>>;
|
|
7
8
|
export declare const WithHeader: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, PropsWithChildren<MultiSelectProps>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as p, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { f as d } from "../../index-
|
|
2
|
+
import { f as d } from "../../index-Do6xof80.js";
|
|
3
3
|
import { useState as b } from "react";
|
|
4
4
|
import { M as l } from "../../MultiSelect-Drcfmp0z.js";
|
|
5
5
|
import { Container as S } from "../storyComponents/Container/Container.js";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
1
2
|
import { OverlayCloseButtonProps } from './OverlayCloseButton';
|
|
2
3
|
|
|
3
|
-
declare const _default:
|
|
4
|
+
declare const _default: Meta<OverlayCloseButtonProps>;
|
|
4
5
|
export default _default;
|
|
5
6
|
export declare const OverlayCloseButtonExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, OverlayCloseButtonProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { f as l } from "../../index-
|
|
2
|
+
import { f as l } from "../../index-Do6xof80.js";
|
|
3
3
|
import { OverlayCloseButton as e } from "./OverlayCloseButton.js";
|
|
4
4
|
import { Container as a } from "../storyComponents/Container/Container.js";
|
|
5
5
|
const p = {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
1
2
|
import { ProgrammeCardProps } from './ProgrammeCard';
|
|
2
3
|
|
|
3
|
-
declare const _default:
|
|
4
|
+
declare const _default: Meta<ProgrammeCardProps>;
|
|
4
5
|
export default _default;
|
|
5
6
|
export declare const ProgrammeCardExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, ProgrammeCardProps>;
|
|
6
7
|
export declare const WithComplexContent: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, ProgrammeCardProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as r, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { f as a } from "../../index-
|
|
2
|
+
import { f as a } from "../../index-Do6xof80.js";
|
|
3
3
|
import { ProgrammeCard as t } from "./ProgrammeCard.js";
|
|
4
4
|
import { Container as n } from "../storyComponents/Container/Container.js";
|
|
5
5
|
import "react";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
1
2
|
import { RadioButtonProps } from './RadioButton';
|
|
2
3
|
|
|
3
|
-
declare const _default:
|
|
4
|
+
declare const _default: Meta<RadioButtonProps>;
|
|
4
5
|
export default _default;
|
|
5
6
|
export declare const RadioButtonExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, RadioButtonProps>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { PropsWithChildren } from 'react';
|
|
2
|
+
import { Meta } from '@storybook/react';
|
|
2
3
|
import { RepeaterProps } from './Repeater';
|
|
3
4
|
|
|
4
|
-
declare const _default:
|
|
5
|
+
declare const _default: Meta<PropsWithChildren<RepeaterProps>>;
|
|
5
6
|
export default _default;
|
|
6
7
|
export declare const RepeaterExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, PropsWithChildren<RepeaterProps>>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { PropsWithChildren } from 'react';
|
|
2
|
+
import { Meta } from '@storybook/react';
|
|
2
3
|
import { SectionNotificationProps } from 'components/SectionNotification';
|
|
3
4
|
|
|
4
|
-
declare const _default:
|
|
5
|
+
declare const _default: Meta<PropsWithChildren<SectionNotificationProps>>;
|
|
5
6
|
export default _default;
|
|
6
7
|
export declare const SectionNotificationExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, PropsWithChildren<SectionNotificationProps>>;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
1
2
|
import { PropsWithChildren } from 'react';
|
|
2
|
-
import { SelectListboxProps } from './SelectListbox';
|
|
3
|
+
import { SelectListboxProps, SelectListbox } from './SelectListbox';
|
|
3
4
|
|
|
4
|
-
declare const _default:
|
|
5
|
-
children?: import('react').ReactNode;
|
|
6
|
-
}>;
|
|
5
|
+
declare const _default: Meta<typeof SelectListbox>;
|
|
7
6
|
export default _default;
|
|
8
7
|
export declare const SelectListboxExample: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, PropsWithChildren<SelectListboxProps>>;
|
|
9
8
|
export declare const WithComponentOption: import('@storybook/types').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, PropsWithChildren<SelectListboxProps>>;
|