@purpur/library 10.0.0 → 10.0.2
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.json +18 -0
- package/CHANGELOG.md +13 -1
- package/dist/components/accordion/src/accordion-item.d.ts +1 -1
- package/dist/components/accordion/src/accordion.d.ts +1 -1
- package/dist/components/alert-badge/src/alert-badge.d.ts +1 -1
- package/dist/components/avatar/src/avatar.d.ts +1 -1
- package/dist/components/badge/src/badge.d.ts +1 -1
- package/dist/components/button/src/button.d.ts +5 -5
- package/dist/components/button/src/button.visual.fixtures.d.ts +1 -1
- package/dist/components/card/src/card-badge.d.ts +1 -1
- package/dist/components/card/src/card-content-container.d.ts +1 -1
- package/dist/components/card/src/card-content.d.ts +1 -1
- package/dist/components/card/src/card-cta.d.ts +1 -1
- package/dist/components/card/src/card-media.d.ts +2 -2
- package/dist/components/card/src/card-root.d.ts +1 -1
- package/dist/components/checkbox/src/checkbox.d.ts +1 -1
- package/dist/components/chip-group/src/chip-group.d.ts +1 -1
- package/dist/components/comparison-table/src/components/OptionCard/option-card.d.ts +1 -1
- package/dist/components/content-block/src/content-block-group.d.ts +1 -1
- package/dist/components/content-block/src/content-block.d.ts +1 -1
- package/dist/components/country-flag-icon/src/country-flag-icon.d.ts +2 -2
- package/dist/components/cta-link/src/cta-link.d.ts +10 -10
- package/dist/components/date-picker/src/date-picker.d.ts +5 -5
- package/dist/components/date-range-field/src/date-range-field.d.ts +1 -1
- package/dist/components/dismissable-chip-group/src/dismissable-chip-group-item.d.ts +1 -1
- package/dist/components/dismissable-chip-group/src/dismissable-chip-group.d.ts +2 -2
- package/dist/components/drawer/src/drawer-container.d.ts +1 -1
- package/dist/components/drawer/src/drawer-frame.d.ts +2 -2
- package/dist/components/drawer/src/drawer-handle.d.ts +1 -1
- package/dist/components/drawer/src/drawer-header.d.ts +1 -1
- package/dist/components/drawer/src/drawer-scroll-area.d.ts +1 -1
- package/dist/components/drawer/src/drawer-trigger.d.ts +2 -2
- package/dist/components/dropdown/src/dropdown.types.d.ts +1 -1
- package/dist/components/dropdown/src/dropdown.types.d.ts.map +1 -1
- package/dist/components/dropdown/src/useDropdown.d.ts +1 -1
- package/dist/components/field-error-text/src/field-error-text.d.ts +2 -2
- package/dist/components/field-helper-text/src/field-helper-text.d.ts +1 -1
- package/dist/components/footer/src/footer.d.ts +1 -1
- package/dist/components/illustrative-icon/src/animated-illustrative-icon.d.ts +1 -1
- package/dist/components/illustrative-icon/src/static-illustrative-icon.d.ts +2 -2
- package/dist/components/label/src/label.d.ts +1 -1
- package/dist/components/link/src/link.d.ts +1 -1
- package/dist/components/loading/src/loading-illustrative.d.ts +2 -2
- package/dist/components/modal/src/modal-trigger.d.ts +1 -1
- package/dist/components/notification/src/notification.d.ts +3 -3
- package/dist/components/notification-banner/src/notification-banner.d.ts +1 -1
- package/dist/components/pagination/src/pagination-page-selector.d.ts +2 -2
- package/dist/components/pagination/src/pagination-page-size-selector.d.ts +2 -2
- package/dist/components/pagination/src/pagination-page-trigger.d.ts +1 -1
- package/dist/components/pagination/src/pagination-pages.d.ts +2 -2
- package/dist/components/pagination/src/pagination-truncation-separator.d.ts +1 -1
- package/dist/components/pagination/src/types.d.ts +1 -1
- package/dist/components/pagination/src/use-page-options.hook.d.ts +1 -1
- package/dist/components/pagination/src/use-page-size-options.hook.d.ts +1 -1
- package/dist/components/password-field/src/password-strength-indicator.d.ts +1 -1
- package/dist/components/promotion-card/src/promotion-card.d.ts +3 -3
- package/dist/components/radio-button-group/src/radio-button-group-root.d.ts +2 -2
- package/dist/components/radio-card-group/src/radio-card-group.d.ts +1 -1
- package/dist/components/radio-card-group/src/radio-card-item.d.ts +1 -1
- package/dist/components/rich-text/src/types.d.ts +3 -3
- package/dist/components/search-field/src/search-field-base.d.ts +2 -2
- package/dist/components/stepper/src/stepper-container.d.ts +1 -1
- package/dist/components/table/src/cell-types/button-group-cell.d.ts +3 -3
- package/dist/components/table/src/table-content.d.ts +1 -1
- package/dist/components/table/src/table.d.ts +1 -1
- package/dist/components/tabs/src/tab-content.d.ts +2 -2
- package/dist/components/text-area/src/text-area.d.ts +1 -1
- package/dist/components/text-field/src/text-field.d.ts +1 -1
- package/dist/components/tooltip/src/tooltip.d.ts +3 -3
- package/dist/dropdown-Bn7WvsL2.js.map +1 -1
- package/dist/dropdown-CrufJnb4.mjs.map +1 -1
- package/dist/libraries/library/src/notification-banner.d.ts +1 -1
- package/dist/libraries/library/src/notification.d.ts +1 -1
- package/dist/libraries/library/src/quantity-selector.d.ts +2 -2
- package/dist/libraries/library/src/spacer.d.ts +2 -2
- package/dist/libraries/theme/src/ThemeProvider.d.ts +1 -1
- package/package.json +19 -19
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@purpur/library",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "10.0.2",
|
|
6
|
+
"tag": "@purpur/library_v10.0.2",
|
|
7
|
+
"date": "Wed, 26 Aug 2026 07:41:59 GMT",
|
|
8
|
+
"comments": {}
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"version": "10.0.1",
|
|
12
|
+
"tag": "@purpur/library_v10.0.1",
|
|
13
|
+
"date": "Tue, 25 Aug 2026 13:26:39 GMT",
|
|
14
|
+
"comments": {
|
|
15
|
+
"none": [
|
|
16
|
+
{
|
|
17
|
+
"comment": "Change import to be first for the purpur.css"
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
}
|
|
21
|
+
},
|
|
4
22
|
{
|
|
5
23
|
"version": "10.0.0",
|
|
6
24
|
"tag": "@purpur/library_v10.0.0",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
# Change Log - @purpur/library
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 26 Aug 2026 07:41:59 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 10.0.2
|
|
6
|
+
Wed, 26 Aug 2026 07:41:59 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 10.0.1
|
|
11
|
+
Tue, 25 Aug 2026 13:26:39 GMT
|
|
12
|
+
|
|
13
|
+
### Updates
|
|
14
|
+
|
|
15
|
+
- Change import to be first for the purpur.css
|
|
4
16
|
|
|
5
17
|
## 10.0.0
|
|
6
18
|
Tue, 25 Aug 2026 12:42:42 GMT
|
|
@@ -39,4 +39,4 @@ export type AccordionItemProps = Omit<BaseProps, "onClick" | "title" | "children
|
|
|
39
39
|
onClose?: () => void;
|
|
40
40
|
};
|
|
41
41
|
export declare const AccordionItem: ({ children, className, fullWidth, title, headingTag, initialOpen, onClick, onOpen, onClose, ...props }: AccordionItemProps) => React.JSX.Element;
|
|
42
|
-
//# sourceMappingURL=accordion-item.d.ts.map
|
|
42
|
+
//# sourceMappingURL=accordion-item.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React, ReactNode } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
3
3
|
export type AccordionProps = Omit<BaseProps, "title" | "children"> & {
|
|
4
4
|
children: ReactNode;
|
|
5
5
|
negative?: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
3
3
|
export declare const ALERT_BADGE_VARIANT: {
|
|
4
4
|
readonly ATTENTION: "attention";
|
|
5
5
|
readonly INFORMATION: "information";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React, ReactNode } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
3
3
|
import { AVATAR_SIZE } from './avatar-constants';
|
|
4
4
|
export type AvatarSize = (typeof AVATAR_SIZE)[number];
|
|
5
5
|
type AvatarBaseProps = BaseProps & {
|
|
@@ -27,4 +27,4 @@ export type BadgeProps = Omit<BaseProps<"span">, "children"> & {
|
|
|
27
27
|
} & (WithIcon | WithoutIcon);
|
|
28
28
|
export declare const Badge: ({ children, showIcon, iconAllyTitle, variant, ["data-testid"]: dataTestid, className, ...props }: BadgeProps) => React.JSX.Element;
|
|
29
29
|
export {};
|
|
30
|
-
//# sourceMappingURL=badge.d.ts.
|
|
30
|
+
//# sourceMappingURL=badge.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { default as React, ButtonHTMLAttributes } from 'react';
|
|
2
|
-
import { ActionProps } from '../../../libraries/action/src/action
|
|
3
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types
|
|
2
|
+
import { ActionProps } from '../../../libraries/action/src/action';
|
|
3
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
4
4
|
export declare const BUTTON_VARIANT: {
|
|
5
5
|
readonly DESTRUCTIVE: "destructive";
|
|
6
6
|
readonly TEXT: "text";
|
|
@@ -27,7 +27,7 @@ export declare const Button: React.ForwardRefExoticComponent<(Omit<Omit<{
|
|
|
27
27
|
className?: string;
|
|
28
28
|
fullWidth?: boolean;
|
|
29
29
|
negative?: boolean;
|
|
30
|
-
size?: import('../../../libraries/action/src/action
|
|
30
|
+
size?: import('../../../libraries/action/src/action').Size;
|
|
31
31
|
variant: "text" | "primary" | "secondary" | "expressive" | "destructive";
|
|
32
32
|
} & {
|
|
33
33
|
iconOnly?: false;
|
|
@@ -47,8 +47,8 @@ export declare const Button: React.ForwardRefExoticComponent<(Omit<Omit<{
|
|
|
47
47
|
className?: string;
|
|
48
48
|
fullWidth?: boolean;
|
|
49
49
|
negative?: boolean;
|
|
50
|
-
size?: import('../../../libraries/action/src/action
|
|
51
|
-
variant: "text" | import('../../../libraries/action/src/action
|
|
50
|
+
size?: import('../../../libraries/action/src/action').Size;
|
|
51
|
+
variant: "text" | import('../../../libraries/action/src/action').Variant;
|
|
52
52
|
} & {
|
|
53
53
|
iconOnly: true;
|
|
54
54
|
"aria-label": string;
|
|
@@ -40,4 +40,4 @@ export declare const ButtonVisualBoard: ({ state, size, appearanceGroup, }: {
|
|
|
40
40
|
appearanceGroup: ButtonVisualAppearanceGroup;
|
|
41
41
|
}) => React.JSX.Element;
|
|
42
42
|
export {};
|
|
43
|
-
//# sourceMappingURL=button.visual.fixtures.d.ts.map
|
|
43
|
+
//# sourceMappingURL=button.visual.fixtures.d.ts.map.map
|
|
@@ -16,4 +16,4 @@ export type CardBadgeProps = {
|
|
|
16
16
|
text?: string;
|
|
17
17
|
};
|
|
18
18
|
export declare const CardBadge: ({ ["data-testid"]: dataTestId, variant, text, }: CardBadgeProps) => React.JSX.Element | null;
|
|
19
|
-
//# sourceMappingURL=card-badge.d.ts.map
|
|
19
|
+
//# sourceMappingURL=card-badge.d.ts.map.map
|
|
@@ -14,4 +14,4 @@ type CardContentContainerProps = Omit<BaseProps, "children"> & {
|
|
|
14
14
|
};
|
|
15
15
|
export declare const CardContentContainer: ({ ["data-testid"]: dataTestId, children, className, isFooter, fullHeight, gapSize, ...props }: CardContentContainerProps) => React.JSX.Element;
|
|
16
16
|
export {};
|
|
17
|
-
//# sourceMappingURL=card-content-container.d.ts.
|
|
17
|
+
//# sourceMappingURL=card-content-container.d.ts.mapmap
|
|
@@ -8,4 +8,4 @@ type CardContentProps = Omit<BaseProps, "children"> & {
|
|
|
8
8
|
};
|
|
9
9
|
export declare const CardContent: ({ ["data-testid"]: dataTestId, children, className, ...props }: CardContentProps) => React.JSX.Element;
|
|
10
10
|
export {};
|
|
11
|
-
//# sourceMappingURL=card-content.d.ts.
|
|
11
|
+
//# sourceMappingURL=card-content.d.ts.mapmap
|
|
@@ -15,4 +15,4 @@ export type CardCtaProps = BaseProps & {
|
|
|
15
15
|
text?: string;
|
|
16
16
|
};
|
|
17
17
|
export declare const CardCta: ({ ["data-testid"]: dataTestId, className, children, disabled, iconPosition, loading, text, linkStyling, ...props }: CardCtaProps) => React.JSX.Element;
|
|
18
|
-
//# sourceMappingURL=card-cta.d.ts.
|
|
18
|
+
//# sourceMappingURL=card-cta.d.ts.mapmap
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types.ts';
|
|
3
3
|
export type CardMediaProps = BaseProps;
|
|
4
4
|
export declare const CardMedia: ({ ["data-testid"]: dataTestId, className, children, ...props }: CardMediaProps) => React.JSX.Element;
|
|
5
|
-
//# sourceMappingURL=card-media.d.ts.
|
|
5
|
+
//# sourceMappingURL=card-media.d.ts.map
|
|
@@ -8,4 +8,4 @@ export type CardRootProps = Omit<BaseProps, "children"> & {
|
|
|
8
8
|
variant?: "primary" | "secondary";
|
|
9
9
|
};
|
|
10
10
|
export declare const CardRoot: React.ForwardRefExoticComponent<Omit<CardRootProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
11
|
-
//# sourceMappingURL=card-root.d.ts.
|
|
11
|
+
//# sourceMappingURL=card-root.d.ts.mapmap
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React, ReactNode } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types.ts';
|
|
3
3
|
export declare const checkedState: readonly ["indeterminate", true, false];
|
|
4
4
|
export type CheckedState = (typeof checkedState)[number];
|
|
5
5
|
export type CheckboxProps = Omit<BaseProps<"button">, "onChange" | "children"> & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React, ReactNode } from 'react';
|
|
2
|
-
import { HeadingTagType } from '../../heading/src/heading';
|
|
2
|
+
import { HeadingTagType } from '../../heading/src/heading.tsx';
|
|
3
3
|
import { ChipGroupItem } from './chip-group-item';
|
|
4
4
|
type StylingProps = Pick<React.HTMLAttributes<HTMLElement>, "style" | "className">;
|
|
5
5
|
type ChipGroupProps = StylingProps & {
|
|
@@ -24,4 +24,4 @@ type OptionCardPropsAdditions = {
|
|
|
24
24
|
};
|
|
25
25
|
export declare const OptionCard: ({ id, cardIndex, description, variablePriceText, price, isHighlighted, ariaLabels, badge, actions, isFirstCard, image, title, showFullDescriptions, toggleShowFullDescriptions, }: OptionCardProps & OptionCardPropsAdditions) => React.JSX.Element;
|
|
26
26
|
export {};
|
|
27
|
-
//# sourceMappingURL=option-card.d.ts.map
|
|
27
|
+
//# sourceMappingURL=option-card.d.ts.map.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React, ReactNode } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types.ts';
|
|
3
3
|
export declare const ContentBlockGroupContext: React.Context<{
|
|
4
4
|
negative?: boolean;
|
|
5
5
|
reverse?: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
3
3
|
export declare const sizes: readonly ["xxs", "xs", "sm", "md", "lg", "xl"];
|
|
4
4
|
export declare const DEFAULT_SIZE: "md";
|
|
5
5
|
export type Size = (typeof sizes)[number];
|
|
@@ -20,4 +20,4 @@ export declare const CountryFlagIcon: {
|
|
|
20
20
|
displayName: string;
|
|
21
21
|
};
|
|
22
22
|
export {};
|
|
23
|
-
//# sourceMappingURL=country-flag-icon.d.ts.
|
|
23
|
+
//# sourceMappingURL=country-flag-icon.d.ts.mapmap
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
import { ActionProps } from '../../../libraries/action/src/action';
|
|
3
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
2
|
+
import { ActionProps } from '../../../libraries/action/src/action.tsx';
|
|
3
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types.ts';
|
|
4
4
|
export declare const ctaLinkIcons: readonly ["forward", "external", "back", "phone"];
|
|
5
5
|
export type CtaLinkIcon = (typeof ctaLinkIcons)[number];
|
|
6
6
|
type CtaLinkBaseProps = {
|
|
@@ -18,8 +18,8 @@ export declare const CtaLink: React.ForwardRefExoticComponent<(Omit<CtaLinkBaseP
|
|
|
18
18
|
className?: string;
|
|
19
19
|
fullWidth?: boolean;
|
|
20
20
|
negative?: boolean;
|
|
21
|
-
size?: import('../../../libraries/action/src/action').Size;
|
|
22
|
-
variant: import('../../../libraries/action/src/action').Variant;
|
|
21
|
+
size?: import('../../../libraries/action/src/action.tsx').Size;
|
|
22
|
+
variant: import('../../../libraries/action/src/action.tsx').Variant;
|
|
23
23
|
} & {
|
|
24
24
|
iconOnly: true;
|
|
25
25
|
"aria-label": string;
|
|
@@ -33,8 +33,8 @@ export declare const CtaLink: React.ForwardRefExoticComponent<(Omit<CtaLinkBaseP
|
|
|
33
33
|
className?: string;
|
|
34
34
|
fullWidth?: boolean;
|
|
35
35
|
negative?: boolean;
|
|
36
|
-
size?: import('../../../libraries/action/src/action').Size;
|
|
37
|
-
variant: import('../../../libraries/action/src/action').Variant;
|
|
36
|
+
size?: import('../../../libraries/action/src/action.tsx').Size;
|
|
37
|
+
variant: import('../../../libraries/action/src/action.tsx').Variant;
|
|
38
38
|
} & {
|
|
39
39
|
iconOnly?: false;
|
|
40
40
|
"aria-label"?: string;
|
|
@@ -48,8 +48,8 @@ export declare const CtaLink: React.ForwardRefExoticComponent<(Omit<CtaLinkBaseP
|
|
|
48
48
|
className?: string;
|
|
49
49
|
fullWidth?: boolean;
|
|
50
50
|
negative?: boolean;
|
|
51
|
-
size?: import('../../../libraries/action/src/action').Size;
|
|
52
|
-
variant: import('../../../libraries/action/src/action').Variant;
|
|
51
|
+
size?: import('../../../libraries/action/src/action.tsx').Size;
|
|
52
|
+
variant: import('../../../libraries/action/src/action.tsx').Variant;
|
|
53
53
|
} & {
|
|
54
54
|
iconOnly: true;
|
|
55
55
|
"aria-label": string;
|
|
@@ -61,8 +61,8 @@ export declare const CtaLink: React.ForwardRefExoticComponent<(Omit<CtaLinkBaseP
|
|
|
61
61
|
className?: string;
|
|
62
62
|
fullWidth?: boolean;
|
|
63
63
|
negative?: boolean;
|
|
64
|
-
size?: import('../../../libraries/action/src/action').Size;
|
|
65
|
-
variant: import('../../../libraries/action/src/action').Variant;
|
|
64
|
+
size?: import('../../../libraries/action/src/action.tsx').Size;
|
|
65
|
+
variant: import('../../../libraries/action/src/action.tsx').Variant;
|
|
66
66
|
} & {
|
|
67
67
|
iconOnly?: false;
|
|
68
68
|
"aria-label"?: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { default as React, ComponentProps } from 'react';
|
|
2
|
-
import { CalendarProps } from '../../calendar/src/calendar';
|
|
3
|
-
import { DateFieldProps } from '../../date-field/src/date-field';
|
|
4
|
-
import { DateRangeFieldProps } from '../../date-range-field/src/date-range-field';
|
|
5
|
-
import { Drawer } from '../../drawer/src/drawer';
|
|
2
|
+
import { CalendarProps } from '../../calendar/src/calendar.tsx';
|
|
3
|
+
import { DateFieldProps } from '../../date-field/src/date-field.tsx';
|
|
4
|
+
import { DateRangeFieldProps } from '../../date-range-field/src/date-range-field.tsx';
|
|
5
|
+
import { Drawer } from '../../drawer/src/drawer.tsx';
|
|
6
6
|
type CommonDatePickerProps = {
|
|
7
7
|
calendarProps?: CalendarProps;
|
|
8
8
|
/**
|
|
@@ -25,4 +25,4 @@ type RangeDatePickerProps = CommonDatePickerProps & DateRangeFieldProps & {
|
|
|
25
25
|
export type DatePickerProps = SingleDatePickerProps | RangeDatePickerProps;
|
|
26
26
|
export type { RangeDatePickerProps, SingleDatePickerProps };
|
|
27
27
|
export declare const DatePicker: React.ForwardRefExoticComponent<(RangeDatePickerProps | Omit<SingleDatePickerProps, "ref">) & React.RefAttributes<HTMLDivElement>>;
|
|
28
|
-
//# sourceMappingURL=date-picker.d.ts.map
|
|
28
|
+
//# sourceMappingURL=date-picker.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
import { DateFieldProps } from '../../date-field/src/date-field
|
|
2
|
+
import { DateFieldProps } from '../../date-field/src/date-field';
|
|
3
3
|
type IndividualFieldProps = Omit<DateFieldProps, "value" | "onChange" | "disabled" | "readOnly" | "required" | "negative" | "formatLabel" | "dateChars" | "aria-labelledby" | "aria-describedby" | "data-testid" | "startAdornment" | "className" | "ref">;
|
|
4
4
|
export type DateRangeFieldProps = {
|
|
5
5
|
label?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React, ReactNode } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types.ts';
|
|
3
3
|
export type DismissableChipGroupItemProps = Omit<BaseProps<"button">, "aria-label" | "children"> & {
|
|
4
4
|
["aria-label"]: string;
|
|
5
5
|
children: ReactNode;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { default as React, ReactNode } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types
|
|
3
|
-
import { HeadingTagType } from '../../heading/src/heading
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
3
|
+
import { HeadingTagType } from '../../heading/src/heading';
|
|
4
4
|
export declare const sizes: readonly ["sm", "md"];
|
|
5
5
|
export declare const DEFAULT_SIZE: "md";
|
|
6
6
|
export type Size = (typeof sizes)[number];
|
|
@@ -8,4 +8,4 @@ export type DrawerContainerProps = Omit<BaseProps, "children"> & {
|
|
|
8
8
|
variant?: "header" | "body" | "footer";
|
|
9
9
|
};
|
|
10
10
|
export declare const DrawerContainer: React.ForwardRefExoticComponent<Omit<DrawerContainerProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
11
|
-
//# sourceMappingURL=drawer-container.d.ts.
|
|
11
|
+
//# sourceMappingURL=drawer-container.d.ts.mapmap
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React, ReactNode } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types.ts';
|
|
3
3
|
import { DrawerVariant, Position, SwipeEvent } from './types';
|
|
4
4
|
export type DrawerFrameProps = Omit<BaseProps, "children"> & {
|
|
5
5
|
backButton: boolean;
|
|
@@ -22,4 +22,4 @@ export type DrawerFrameProps = Omit<BaseProps, "children"> & {
|
|
|
22
22
|
variant?: DrawerVariant;
|
|
23
23
|
};
|
|
24
24
|
export declare const DrawerFrame: React.ForwardRefExoticComponent<Omit<DrawerFrameProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
25
|
-
//# sourceMappingURL=drawer-frame.d.ts.
|
|
25
|
+
//# sourceMappingURL=drawer-frame.d.ts.map
|
|
@@ -9,4 +9,4 @@ export type DrawerHandleProps = Omit<BaseProps, "children"> & {
|
|
|
9
9
|
variant?: DrawerVariant;
|
|
10
10
|
};
|
|
11
11
|
export declare const DrawerHandle: React.ForwardRefExoticComponent<Omit<DrawerHandleProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
12
|
-
//# sourceMappingURL=drawer-handle.d.ts.
|
|
12
|
+
//# sourceMappingURL=drawer-handle.d.ts.mapmap
|
|
@@ -13,4 +13,4 @@ export type DrawerHeaderProps = Omit<BaseProps, "children"> & {
|
|
|
13
13
|
variant?: DrawerVariant;
|
|
14
14
|
};
|
|
15
15
|
export declare const DrawerHeader: React.ForwardRefExoticComponent<Omit<DrawerHeaderProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
16
|
-
//# sourceMappingURL=drawer-header.d.ts.
|
|
16
|
+
//# sourceMappingURL=drawer-header.d.ts.mapmap
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React, ReactNode } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types.ts';
|
|
3
3
|
import { DrawerVariant } from './types';
|
|
4
4
|
export type DrawerScrollAreaProps = Omit<BaseProps, "children"> & {
|
|
5
5
|
children: ReactNode;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { default as React, ReactNode } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types.ts';
|
|
3
3
|
export type DrawerTriggerProps = Omit<BaseProps<"button">, "children"> & {
|
|
4
4
|
children: ReactNode;
|
|
5
5
|
};
|
|
6
6
|
export declare const DrawerTrigger: React.ForwardRefExoticComponent<Omit<DrawerTriggerProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
7
|
-
//# sourceMappingURL=drawer-trigger.d.ts.
|
|
7
|
+
//# sourceMappingURL=drawer-trigger.d.ts.map
|
|
@@ -50,8 +50,8 @@ type DropdownBaseProps = {
|
|
|
50
50
|
};
|
|
51
51
|
type DropdownMultipleProps = DropdownBaseProps & {
|
|
52
52
|
multiple: true;
|
|
53
|
-
/** The accessible label for each chip's remove button. */
|
|
54
53
|
moreOptionsText: string;
|
|
54
|
+
/** The accessible label for each chip's remove button. */
|
|
55
55
|
removeOptionAriaLabel: string;
|
|
56
56
|
};
|
|
57
57
|
type DropdownSingleProps = DropdownBaseProps & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown.types.d.ts","sourceRoot":"","sources":["../../../../../../components/dropdown/src/dropdown.types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG;IAC3B;;;;;OAKG;IACH,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,iGAAiG;AACjG,eAAO,MAAM,kBAAkB,GAAI,QAAQ,IAAI,CAAC,cAAc,EAAE,OAAO,GAAG,OAAO,CAAC,KAAG,MACf,CAAC;AAEvE,uCAAuC;AACvC,KAAK,iBAAiB,GAAG;IACvB,oDAAoD;IACpD,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,8CAA8C;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,6EAA6E;IAC7E,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,wDAAwD;IACxD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,4CAA4C;IAC5C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,6EAA6E;IAC7E,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0DAA0D;IAC1D,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,+CAA+C;IAC/C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,kCAAkC;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kCAAkC;IAClC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,yBAAyB;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gCAAgC;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,8GAA8G;IAC9G,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,CAAC,aAAa,CAAC,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAIF,KAAK,qBAAqB,GAAG,iBAAiB,GAAG;IAC/C,QAAQ,EAAE,IAAI,CAAC;IACf,
|
|
1
|
+
{"version":3,"file":"dropdown.types.d.ts","sourceRoot":"","sources":["../../../../../../components/dropdown/src/dropdown.types.ts"],"names":[],"mappings":"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"}
|
|
@@ -37,4 +37,4 @@ export type UseDropdownReturn = {
|
|
|
37
37
|
anchorStyle: CSSProperties;
|
|
38
38
|
};
|
|
39
39
|
export declare const useDropdown: ({ id, variant, options, listboxLabel, multiple, selectedOption, selectedOptions, onSelect, filterOption, inputValue: controlledInputValue, defaultInputValue, onInputChange, noOptionsText, highlightFirstOption, openOnFocus, listboxMaxHeight, negative, disabled, readOnly, ["data-testid"]: dataTestId, }: UseDropdownParams) => UseDropdownReturn;
|
|
40
|
-
//# sourceMappingURL=useDropdown.d.ts.map
|
|
40
|
+
//# sourceMappingURL=useDropdown.d.ts.map.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React, ReactNode } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types.ts';
|
|
3
3
|
export declare const ariaRelevantValues: readonly ["additions text", "additions", "removals", "text", "all"];
|
|
4
4
|
export type FieldErrorTextProps = Omit<BaseProps, "aria-relevant" | "children"> & {
|
|
5
5
|
children: ReactNode;
|
|
@@ -7,4 +7,4 @@ export type FieldErrorTextProps = Omit<BaseProps, "aria-relevant" | "children">
|
|
|
7
7
|
["aria-relevant"]?: (typeof ariaRelevantValues)[number];
|
|
8
8
|
};
|
|
9
9
|
export declare const FieldErrorText: ({ children, className, negative, ["aria-relevant"]: ariaRelevant, ...props }: FieldErrorTextProps) => React.JSX.Element;
|
|
10
|
-
//# sourceMappingURL=field-error-text.d.ts.
|
|
10
|
+
//# sourceMappingURL=field-error-text.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React, ReactNode } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types.ts';
|
|
3
3
|
export type FieldHelperTextProps = Omit<BaseProps, "children" | "id"> & {
|
|
4
4
|
children: ReactNode;
|
|
5
5
|
disabled?: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types.ts';
|
|
3
3
|
export type AnimatedIllustrativeBaseIconProps = Omit<BaseProps, "children"> & {
|
|
4
4
|
/**
|
|
5
5
|
* Only available for animated icons.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
3
3
|
export type StaticIllustrativeBaseIconProps = Omit<BaseProps<"span">, "children"> & {
|
|
4
4
|
allyTitle?: string;
|
|
5
5
|
};
|
|
@@ -7,4 +7,4 @@ export type StaticIllustrativeIconProps = {
|
|
|
7
7
|
svg: string;
|
|
8
8
|
} & StaticIllustrativeBaseIconProps;
|
|
9
9
|
export declare const StaticIllustrativeIcon: React.ForwardRefExoticComponent<Omit<StaticIllustrativeIconProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
|
10
|
-
//# sourceMappingURL=static-illustrative-icon.d.ts.
|
|
10
|
+
//# sourceMappingURL=static-illustrative-icon.d.ts.mapmap
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React, ReactNode } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types.ts';
|
|
3
3
|
export type LabelProps = Omit<BaseProps<"label">, "children"> & {
|
|
4
4
|
children: ReactNode;
|
|
5
5
|
disabled?: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React, ComponentProps, HTMLAttributeAnchorTarget, MouseEventHandler, ReactNode } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
3
3
|
export declare const LINK_VARIANT: {
|
|
4
4
|
readonly TEXT: "text";
|
|
5
5
|
readonly STANDALONE: "standalone";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React, AriaAttributes, AriaRole } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types.ts';
|
|
3
3
|
export type LoadingIllustrativeVariant = "man" | "woman";
|
|
4
4
|
export type LoadingIllustrativeProps = BaseProps<"div"> & {
|
|
5
5
|
className?: string;
|
|
@@ -22,4 +22,4 @@ declare const LoadingIllustrative: {
|
|
|
22
22
|
displayName: string;
|
|
23
23
|
};
|
|
24
24
|
export { LoadingIllustrative };
|
|
25
|
-
//# sourceMappingURL=loading-illustrative.d.ts.
|
|
25
|
+
//# sourceMappingURL=loading-illustrative.d.ts.map
|
|
@@ -4,4 +4,4 @@ export type ModalTriggerProps = Omit<BaseProps<"button">, "children"> & {
|
|
|
4
4
|
children: ReactNode;
|
|
5
5
|
};
|
|
6
6
|
export declare const ModalTrigger: React.ForwardRefExoticComponent<Omit<ModalTriggerProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
7
|
-
//# sourceMappingURL=modal-trigger.d.ts.
|
|
7
|
+
//# sourceMappingURL=modal-trigger.d.ts.mapmap
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types
|
|
3
|
-
import { HeadingTagType } from '../../heading/src/heading
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
3
|
+
import { HeadingTagType } from '../../heading/src/heading';
|
|
4
4
|
export declare const NOTIFICATION_STATUS: {
|
|
5
5
|
readonly SUCCESS: "success";
|
|
6
6
|
readonly WARNING: "warning";
|
|
@@ -78,4 +78,4 @@ export declare const Notification: React.ForwardRefExoticComponent<(Omit<React.C
|
|
|
78
78
|
hideIcon?: boolean;
|
|
79
79
|
} & NoCloseButtonProps, "ref">) & React.RefAttributes<HTMLDivElement>>;
|
|
80
80
|
export {};
|
|
81
|
-
//# sourceMappingURL=notification.d.ts.map
|
|
81
|
+
//# sourceMappingURL=notification.d.ts.map.ts.map
|
|
@@ -41,4 +41,4 @@ export declare const NotificationBanner: React.ForwardRefExoticComponent<(Omit<R
|
|
|
41
41
|
title?: string;
|
|
42
42
|
} & NoCloseButtonProps, "ref">) & React.RefAttributes<HTMLDivElement>>;
|
|
43
43
|
export {};
|
|
44
|
-
//# sourceMappingURL=notification-banner.d.ts.map
|
|
44
|
+
//# sourceMappingURL=notification-banner.d.ts.map.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
3
3
|
import { InternalLinkProps, InternalNoLinkProps } from './types';
|
|
4
4
|
export type PaginationPageSelectorProps = Omit<BaseProps, "children"> & {
|
|
5
5
|
currentPage: number;
|
|
@@ -31,4 +31,4 @@ export declare const PaginationPageSelector: React.ForwardRefExoticComponent<(Om
|
|
|
31
31
|
pageSelectorId?: string;
|
|
32
32
|
pageSelectorLabel: string;
|
|
33
33
|
} & InternalNoLinkProps, "ref">) & React.RefAttributes<HTMLDivElement>>;
|
|
34
|
-
//# sourceMappingURL=pagination-page-selector.d.ts.
|
|
34
|
+
//# sourceMappingURL=pagination-page-selector.d.ts.mapmap
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types.ts';
|
|
3
3
|
import { LinkProps, NoLinkProps } from './types';
|
|
4
4
|
export type PaginationPageSizeSelectorProps = Omit<BaseProps, "children"> & {
|
|
5
5
|
availablePageSizes: number[];
|
|
@@ -22,4 +22,4 @@ export declare const PaginationPageSizeSelector: React.ForwardRefExoticComponent
|
|
|
22
22
|
pageSize: number;
|
|
23
23
|
pageSizeLabel: string;
|
|
24
24
|
} & Omit<NoLinkProps, "onPageChange">, "ref">) & React.RefAttributes<HTMLDivElement>>;
|
|
25
|
-
//# sourceMappingURL=pagination-page-size-selector.d.ts.
|
|
25
|
+
//# sourceMappingURL=pagination-page-size-selector.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types.ts';
|
|
3
3
|
import { InternalLinkProps, InternalNoLinkProps, Link } from './types';
|
|
4
4
|
export type PaginationPageTriggerProps = Omit<BaseProps<"li">, "children"> & {
|
|
5
5
|
linkElement: Link;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types.ts';
|
|
3
3
|
import { InternalLinkProps, InternalNoLinkProps, Link } from './types';
|
|
4
4
|
export type PaginationPagesProps = Omit<BaseProps<"ol">, "children"> & {
|
|
5
5
|
linkElement: Link;
|
|
@@ -28,4 +28,4 @@ export declare const PaginationPages: React.ForwardRefExoticComponent<(Omit<Omit
|
|
|
28
28
|
stepNumberPrefix: string;
|
|
29
29
|
truncationSeparatorAriaLabel?: string;
|
|
30
30
|
} & InternalNoLinkProps, "ref">) & React.RefAttributes<HTMLOListElement>>;
|
|
31
|
-
//# sourceMappingURL=pagination-pages.d.ts.
|
|
31
|
+
//# sourceMappingURL=pagination-pages.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types.ts';
|
|
3
3
|
export type PaginationTruncationSeparatorProps = Omit<BaseProps<"li">, "children"> & {
|
|
4
4
|
label?: string;
|
|
5
5
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AnchorHTMLAttributes, ForwardRefExoticComponent } from 'react';
|
|
2
|
-
import { BaseProps } from '../../../libraries/common-types/src/common-types';
|
|
2
|
+
import { BaseProps } from '../../../libraries/common-types/src/common-types.ts';
|
|
3
3
|
export type PaginationInformation = {
|
|
4
4
|
pageSize: number;
|
|
5
5
|
currentPage: number;
|