@kaizen/components 2.4.0 → 3.0.0
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/cjs/src/Button/Button.cjs +2 -4
- package/dist/cjs/src/GuidanceBlock/GuidanceBlock.cjs +16 -82
- package/dist/cjs/src/GuidanceBlock/GuidanceBlock.module.css.cjs +0 -1
- package/dist/cjs/src/Heading/Heading.cjs +1 -1
- package/dist/cjs/src/Heading/Heading.module.css.cjs +22 -0
- package/dist/cjs/src/Label/Label.cjs +1 -1
- package/dist/cjs/src/Label/Label.module.css.cjs +16 -0
- package/dist/cjs/src/LabelledMessage/LabelledMessage.cjs +1 -1
- package/dist/cjs/src/LabelledMessage/LabelledMessage.module.css.cjs +7 -0
- package/dist/cjs/src/LinkButton/LinkButton.cjs +2 -4
- package/dist/cjs/src/Modal/ConfirmationModal/ConfirmationModal.cjs +3 -2
- package/dist/cjs/src/Modal/ContextModal/ContextModal.cjs +0 -1
- package/dist/cjs/src/Modal/GenericModal/GenericModal.cjs +2 -2
- package/dist/cjs/src/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.cjs +3 -6
- package/dist/cjs/src/Notification/InlineNotification/InlineNotification.cjs +1 -1
- package/dist/cjs/src/Notification/ToastNotification/ToastNotificationsList/ToastNotificationsList.cjs +1 -1
- package/dist/cjs/src/Notification/ToastNotification/ToastNotificationsList/{ToastNotificationsList.module.scss.cjs → ToastNotificationsList.module.css.cjs} +1 -1
- package/dist/cjs/src/Notification/subcomponents/CancelButton/CancelButton.cjs +1 -1
- package/dist/cjs/src/Notification/subcomponents/GenericNotification/GenericNotification.cjs +1 -1
- package/dist/cjs/src/Notification/subcomponents/GenericNotification/GenericNotification.module.css.cjs +29 -0
- package/dist/cjs/src/Notification/subcomponents/NotificationHeading/NotificationHeading.cjs +1 -1
- package/dist/cjs/src/Select/Select.cjs +23 -22
- package/dist/cjs/src/Select/Select.module.scss.cjs +0 -1
- package/dist/cjs/src/SingleSelect/SingleSelect.cjs +12 -19
- package/dist/cjs/src/SingleSelect/subcomponents/SelectToggle/SelectToggle.cjs +3 -5
- package/dist/cjs/src/SingleSelect/subcomponents/SelectToggle/SelectToggle.module.scss.cjs +0 -1
- package/dist/cjs/src/Text/Text.cjs +1 -1
- package/dist/cjs/src/Text/Text.module.css.cjs +16 -0
- package/dist/cjs/src/TimeField/TimeField.cjs +2 -3
- package/dist/cjs/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.cjs +1 -1
- package/dist/cjs/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.css.cjs +13 -0
- package/dist/cjs/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.cjs +1 -1
- package/dist/cjs/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.css.cjs +9 -0
- package/dist/cjs/src/Tooltip/OverlayArrow.cjs +1 -1
- package/dist/cjs/src/Tooltip/OverlayArrow.module.css.cjs +7 -0
- package/dist/cjs/src/Tooltip/Tooltip.cjs +1 -1
- package/dist/cjs/src/Tooltip/Tooltip.module.css.cjs +7 -0
- package/dist/esm/src/Button/Button.mjs +2 -4
- package/dist/esm/src/GuidanceBlock/GuidanceBlock.mjs +18 -84
- package/dist/esm/src/GuidanceBlock/GuidanceBlock.module.css.mjs +0 -1
- package/dist/esm/src/Heading/Heading.mjs +1 -1
- package/dist/esm/src/Heading/Heading.module.css.mjs +20 -0
- package/dist/esm/src/Label/Label.mjs +1 -1
- package/dist/esm/src/Label/Label.module.css.mjs +14 -0
- package/dist/esm/src/LabelledMessage/LabelledMessage.mjs +1 -1
- package/dist/esm/src/LabelledMessage/LabelledMessage.module.css.mjs +5 -0
- package/dist/esm/src/LinkButton/LinkButton.mjs +2 -4
- package/dist/esm/src/Modal/ConfirmationModal/ConfirmationModal.mjs +3 -2
- package/dist/esm/src/Modal/ContextModal/ContextModal.mjs +0 -1
- package/dist/esm/src/Modal/GenericModal/GenericModal.mjs +2 -2
- package/dist/esm/src/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.mjs +3 -6
- package/dist/esm/src/Notification/InlineNotification/InlineNotification.mjs +1 -1
- package/dist/esm/src/Notification/ToastNotification/ToastNotificationsList/ToastNotificationsList.mjs +1 -1
- package/dist/esm/src/Notification/ToastNotification/ToastNotificationsList/{ToastNotificationsList.module.scss.mjs → ToastNotificationsList.module.css.mjs} +1 -1
- package/dist/esm/src/Notification/subcomponents/CancelButton/CancelButton.mjs +1 -1
- package/dist/esm/src/Notification/subcomponents/GenericNotification/GenericNotification.mjs +1 -1
- package/dist/esm/src/Notification/subcomponents/GenericNotification/GenericNotification.module.css.mjs +27 -0
- package/dist/esm/src/Notification/subcomponents/NotificationHeading/NotificationHeading.mjs +1 -1
- package/dist/esm/src/Select/Select.mjs +23 -22
- package/dist/esm/src/Select/Select.module.scss.mjs +0 -1
- package/dist/esm/src/SingleSelect/SingleSelect.mjs +12 -19
- package/dist/esm/src/SingleSelect/subcomponents/SelectToggle/SelectToggle.mjs +3 -5
- package/dist/esm/src/SingleSelect/subcomponents/SelectToggle/SelectToggle.module.scss.mjs +0 -1
- package/dist/esm/src/Text/Text.mjs +1 -1
- package/dist/esm/src/Text/Text.module.css.mjs +14 -0
- package/dist/esm/src/TimeField/TimeField.mjs +2 -3
- package/dist/esm/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.mjs +1 -1
- package/dist/esm/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.css.mjs +11 -0
- package/dist/esm/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.mjs +1 -1
- package/dist/esm/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.css.mjs +7 -0
- package/dist/esm/src/Tooltip/OverlayArrow.mjs +1 -1
- package/dist/esm/src/Tooltip/OverlayArrow.module.css.mjs +5 -0
- package/dist/esm/src/Tooltip/Tooltip.mjs +1 -1
- package/dist/esm/src/Tooltip/Tooltip.module.css.mjs +5 -0
- package/dist/styles.css +725 -613
- package/dist/types/Button/Button.d.ts +0 -5
- package/dist/types/Calendar/CalendarRange/CalendarRange.d.ts +2 -1
- package/dist/types/Calendar/CalendarSingle/CalendarSingle.d.ts +2 -1
- package/dist/types/Calendar/types.d.ts +1 -0
- package/dist/types/GuidanceBlock/GuidanceBlock.d.ts +1 -26
- package/dist/types/Input/Input/Input.d.ts +1 -6
- package/dist/types/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.d.ts +1 -5
- package/dist/types/Select/Select.d.ts +3 -13
- package/dist/types/SingleSelect/SingleSelect.d.ts +2 -24
- package/dist/types/SingleSelect/subcomponents/SelectToggle/SelectToggle.d.ts +2 -12
- package/dist/types/TextArea/TextArea.d.ts +1 -6
- package/dist/types/TimeField/TimeField.d.ts +1 -1
- package/locales/ar.json +4 -0
- package/locales/bg.json +4 -0
- package/locales/cs.json +4 -0
- package/locales/cy.json +4 -0
- package/locales/da.json +4 -0
- package/locales/de.json +4 -0
- package/locales/el.json +4 -0
- package/locales/en-GB.json +4 -0
- package/locales/en.json +4 -0
- package/locales/es-419.json +4 -0
- package/locales/es.json +4 -0
- package/locales/et.json +4 -0
- package/locales/fi.json +4 -0
- package/locales/fr-CA.json +4 -0
- package/locales/fr.json +4 -0
- package/locales/he.json +4 -0
- package/locales/hi.json +4 -0
- package/locales/ht.json +4 -0
- package/locales/hu.json +4 -0
- package/locales/id.json +4 -0
- package/locales/it.json +4 -0
- package/locales/ja.json +4 -0
- package/locales/km-KH.json +4 -0
- package/locales/ko.json +4 -0
- package/locales/lt.json +4 -0
- package/locales/lv.json +4 -0
- package/locales/mi.json +4 -0
- package/locales/ms.json +4 -0
- package/locales/nb.json +4 -0
- package/locales/nl.json +4 -0
- package/locales/pl.json +4 -0
- package/locales/pt-BR.json +4 -0
- package/locales/pt.json +4 -0
- package/locales/ro.json +4 -0
- package/locales/ru.json +4 -0
- package/locales/si-LK.json +4 -0
- package/locales/sk.json +4 -0
- package/locales/sr.json +4 -0
- package/locales/sv.json +4 -0
- package/locales/th.json +4 -0
- package/locales/tl.json +4 -0
- package/locales/tr.json +4 -0
- package/locales/uk.json +4 -0
- package/locales/vi.json +4 -0
- package/locales/zh-TW.json +4 -0
- package/locales/zh.json +4 -0
- package/package.json +1 -2
- package/src/Button/Button.tsx +1 -8
- package/src/Button/_docs/Button--api-specification.mdx +0 -1
- package/src/Calendar/CalendarRange/CalendarRange.tsx +4 -1
- package/src/Calendar/CalendarSingle/CalendarSingle.tsx +4 -1
- package/src/Calendar/types.ts +18 -0
- package/src/GuidanceBlock/GuidanceBlock.module.css +0 -8
- package/src/GuidanceBlock/GuidanceBlock.spec.tsx +1 -26
- package/src/GuidanceBlock/GuidanceBlock.tsx +2 -112
- package/src/GuidanceBlock/_docs/GuidanceBlock.stories.tsx +0 -90
- package/src/Heading/Heading.module.css +111 -0
- package/src/Heading/Heading.tsx +1 -1
- package/src/Input/Input/Input.module.scss +0 -31
- package/src/Input/Input/Input.tsx +1 -6
- package/src/Label/Label.module.css +97 -0
- package/src/Label/Label.tsx +1 -1
- package/src/Label/_docs/Label.stickersheet.stories.tsx +9 -4
- package/src/LabelledMessage/{LabelledMessage.module.scss → LabelledMessage.module.css} +1 -3
- package/src/LabelledMessage/LabelledMessage.tsx +1 -1
- package/src/LinkButton/LinkButton.tsx +1 -3
- package/src/LinkButton/_docs/LinkButton--api-specification.mdx +0 -1
- package/src/Modal/ConfirmationModal/ConfirmationModal.tsx +7 -6
- package/src/Modal/ContextModal/ContextModal.tsx +0 -1
- package/src/Modal/GenericModal/GenericModal.tsx +3 -4
- package/src/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.tsx +2 -8
- package/src/Notification/InlineNotification/InlineNotification.tsx +1 -1
- package/src/Notification/InlineNotification/_docs/InlineNotification.stickersheet.stories.tsx +1 -1
- package/src/Notification/ToastNotification/ToastNotificationsList/{ToastNotificationsList.module.scss → ToastNotificationsList.module.css} +6 -8
- package/src/Notification/ToastNotification/ToastNotificationsList/ToastNotificationsList.tsx +1 -1
- package/src/Notification/subcomponents/CancelButton/CancelButton.tsx +1 -1
- package/src/Notification/subcomponents/GenericNotification/GenericNotification.module.css +392 -0
- package/src/Notification/subcomponents/GenericNotification/GenericNotification.tsx +1 -1
- package/src/Notification/subcomponents/NotificationHeading/NotificationHeading.tsx +1 -1
- package/src/Select/Select.module.scss +0 -16
- package/src/Select/Select.tsx +24 -25
- package/src/SingleSelect/SingleSelect.tsx +1 -14
- package/src/SingleSelect/_docs/SingleSelect.stories.tsx +5 -2
- package/src/SingleSelect/subcomponents/SelectToggle/SelectToggle.module.scss +0 -8
- package/src/SingleSelect/subcomponents/SelectToggle/SelectToggle.tsx +2 -9
- package/src/Text/Text.module.css +71 -0
- package/src/Text/Text.tsx +1 -1
- package/src/TextArea/TextArea.tsx +1 -6
- package/src/TimeField/TimeField.tsx +2 -9
- package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.css +141 -0
- package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.tsx +1 -1
- package/src/ToggleSwitch/ToggleSwitchField/{ToggleSwitchField.module.scss → ToggleSwitchField.module.css} +1 -3
- package/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.tsx +1 -1
- package/src/Tooltip/OverlayArrow.module.css +45 -0
- package/src/Tooltip/OverlayArrow.tsx +1 -1
- package/src/Tooltip/Tooltip.module.css +62 -0
- package/src/Tooltip/Tooltip.tsx +1 -1
- package/dist/cjs/src/Heading/Heading.module.scss.cjs +0 -22
- package/dist/cjs/src/Label/Label.module.scss.cjs +0 -15
- package/dist/cjs/src/LabelledMessage/LabelledMessage.module.scss.cjs +0 -7
- package/dist/cjs/src/Modal/util/console.cjs +0 -16
- package/dist/cjs/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss.cjs +0 -29
- package/dist/cjs/src/Text/Text.module.scss.cjs +0 -16
- package/dist/cjs/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss.cjs +0 -13
- package/dist/cjs/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.scss.cjs +0 -9
- package/dist/cjs/src/Tooltip/OverlayArrow.module.scss.cjs +0 -7
- package/dist/cjs/src/Tooltip/Tooltip.module.scss.cjs +0 -7
- package/dist/esm/src/Heading/Heading.module.scss.mjs +0 -20
- package/dist/esm/src/Label/Label.module.scss.mjs +0 -13
- package/dist/esm/src/LabelledMessage/LabelledMessage.module.scss.mjs +0 -5
- package/dist/esm/src/Modal/util/console.mjs +0 -13
- package/dist/esm/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss.mjs +0 -27
- package/dist/esm/src/Text/Text.module.scss.mjs +0 -14
- package/dist/esm/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss.mjs +0 -11
- package/dist/esm/src/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.scss.mjs +0 -7
- package/dist/esm/src/Tooltip/OverlayArrow.module.scss.mjs +0 -5
- package/dist/esm/src/Tooltip/Tooltip.module.scss.mjs +0 -5
- package/dist/types/Modal/util/console.d.ts +0 -5
- package/dist/types/utils/useResizeObserver.d.ts +0 -22
- package/src/Heading/Heading.module.scss +0 -115
- package/src/Label/Label.module.scss +0 -105
- package/src/Modal/util/console.ts +0 -13
- package/src/Notification/subcomponents/GenericNotification/GenericNotification.module.scss +0 -138
- package/src/Notification/subcomponents/GenericNotification/_mixins.scss +0 -366
- package/src/Text/Text.module.scss +0 -74
- package/src/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss +0 -139
- package/src/Tooltip/OverlayArrow.module.scss +0 -45
- package/src/Tooltip/Tooltip.module.scss +0 -68
- package/src/utils/useResizeObserver.ts +0 -73
|
@@ -17,11 +17,6 @@ export type ButtonUIProps = {
|
|
|
17
17
|
iconPosition?: 'start' | 'end';
|
|
18
18
|
/** Controls if the button inherits width from its parent. @default "false" */
|
|
19
19
|
isFullWidth?: boolean;
|
|
20
|
-
/**
|
|
21
|
-
* Controls the reversed style of Button
|
|
22
|
-
* @deprecated Use the ReversedColors Provider instead. This is here to support gradual migration to the ReversedColors Provider and will take precedence if a value is provided. {@link https://cultureamp.design/?path=/docs/actions-button-button-next-api-specification--docs#variants}
|
|
23
|
-
*/
|
|
24
|
-
isReversed?: boolean;
|
|
25
20
|
};
|
|
26
21
|
export type ButtonProps = ButtonUIProps & PendingButtonProps & Omit<RACButtonProps, 'children'> & {
|
|
27
22
|
/** Used as the label for the button. */
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { type PropsBase, type PropsRange } from 'react-day-picker';
|
|
2
2
|
import { type OverrideClassName } from "../../types/OverrideClassName";
|
|
3
|
+
import { type DeprecatedReactDayPickerProps } from '../types';
|
|
3
4
|
export type CalendarRangeElement = HTMLDivElement;
|
|
4
5
|
export type CalendarRangeProps = {
|
|
5
6
|
id?: string;
|
|
6
7
|
onMount?: (calendarElement: CalendarRangeElement) => void;
|
|
7
8
|
hasDivider?: boolean;
|
|
8
|
-
} & OverrideClassName<Omit<PropsRange & Omit<PropsBase, 'mode'>, 'mode'>>;
|
|
9
|
+
} & OverrideClassName<Omit<PropsRange & Omit<PropsBase, 'mode'>, 'mode' | DeprecatedReactDayPickerProps>>;
|
|
9
10
|
export declare const CalendarRange: {
|
|
10
11
|
({ id, onMount, hasDivider, classNameOverride, selected, defaultMonth, numberOfMonths, locale, ...restProps }: CalendarRangeProps): JSX.Element;
|
|
11
12
|
displayName: string;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { type PropsBase, type PropsSingle } from 'react-day-picker';
|
|
2
2
|
import { type OverrideClassName } from "../../types/OverrideClassName";
|
|
3
|
+
import { type DeprecatedReactDayPickerProps } from '../types';
|
|
3
4
|
export type CalendarSingleElement = HTMLDivElement;
|
|
4
5
|
export type CalendarSingleProps = {
|
|
5
6
|
id?: string;
|
|
6
7
|
onMount?: (calendarElement: CalendarSingleElement) => void;
|
|
7
8
|
/** Exposes the react-day-picker component prop. Please be aware, consumers using this will have to guarentee functions as expected */
|
|
8
9
|
components?: PropsBase['components'];
|
|
9
|
-
} & OverrideClassName<Omit<PropsSingle & Omit<PropsBase, 'mode'>, 'mode'>>;
|
|
10
|
+
} & OverrideClassName<Omit<PropsSingle & Omit<PropsBase, 'mode'>, 'mode' | DeprecatedReactDayPickerProps>>;
|
|
10
11
|
export declare const CalendarSingle: {
|
|
11
12
|
({ id, onMount, classNameOverride, selected, defaultMonth, weekStartsOn, locale, components, ...restProps }: CalendarSingleProps): JSX.Element;
|
|
12
13
|
displayName: string;
|
|
@@ -2,6 +2,7 @@ import { type DateInterval, type DateRange, type DayPickerProps } from 'react-da
|
|
|
2
2
|
import { type DayOfWeek } from './enums';
|
|
3
3
|
export type { DateInterval, DateRange };
|
|
4
4
|
export type DisabledDays = DayPickerProps['disabled'];
|
|
5
|
+
export type DeprecatedReactDayPickerProps = 'fromDate' | 'fromMonth' | 'fromYear' | 'toDate' | 'toMonth' | 'toYear' | 'initialFocus' | 'onDayKeyUp' | 'onDayKeyPress' | 'onDayPointerEnter' | 'onDayPointerLeave' | 'onDayTouchCancel' | 'onDayTouchEnd' | 'onDayTouchMove' | 'onDayTouchStart' | 'onWeekNumberClick';
|
|
5
6
|
export type DisabledDayMatchers = {
|
|
6
7
|
/**
|
|
7
8
|
* Accepts an array of singluar dates and disables them.
|
|
@@ -1,39 +1,18 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type ButtonProps as V1ButtonProps } from "../ButtonV1";
|
|
3
2
|
import { type HeadingProps } from "../Heading";
|
|
4
3
|
import { type SceneProps, type SpotProps } from "../Illustration";
|
|
5
|
-
import { type TooltipProps } from "../TooltipV1";
|
|
6
4
|
import { type VariantType } from './types';
|
|
7
|
-
export type ActionProps = V1ButtonProps & {
|
|
8
|
-
'tooltip'?: TooltipProps;
|
|
9
|
-
'aria-label'?: string;
|
|
10
|
-
'aria-labelledby'?: string;
|
|
11
|
-
'aria-describedby'?: string;
|
|
12
|
-
};
|
|
13
5
|
type LayoutType = 'default' | 'inline' | 'stacked';
|
|
14
6
|
type IllustrationType = 'spot' | 'scene';
|
|
15
7
|
type TextAlignment = 'center' | 'left';
|
|
16
|
-
type GuidanceBlockActions = {
|
|
17
|
-
primary: ActionProps;
|
|
18
|
-
secondary?: ActionProps;
|
|
19
|
-
dismiss?: {
|
|
20
|
-
onClick: () => void;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
8
|
type BaseGuidanceBlockProps = {
|
|
24
9
|
layout?: LayoutType;
|
|
25
10
|
illustration: React.ReactElement<SpotProps | SceneProps>;
|
|
26
11
|
illustrationType?: IllustrationType;
|
|
27
12
|
smallScreenTextAlignment?: TextAlignment;
|
|
28
|
-
/** @deprecated use the `actionsSlot` prop with Button/next instead */
|
|
29
|
-
actions?: GuidanceBlockActions;
|
|
30
13
|
/** A slot for the primary and secondary action. It is recommended to use the {@link https://cultureamp.design/?path=/docs/components-button-button-next-api-specification--docs | Button} or {@link https://cultureamp.design/?path=/docs/components-linkbutton-usage-guidelines--docs | LinkButton} wrapped in fragment. */
|
|
31
14
|
actionsSlot?: React.ReactNode;
|
|
32
|
-
/** @deprecated this is no longer a used feature and is only the deprecated `actions` prop, ie: {secondary: { label: "Dismiss action" }}` */
|
|
33
|
-
secondaryDismiss?: boolean;
|
|
34
15
|
variant?: VariantType;
|
|
35
|
-
/** @deprecated use the `actionsSlot` and pass the icon into the JSX elements */
|
|
36
|
-
withActionButtonArrow?: boolean;
|
|
37
16
|
noMaxWidth?: boolean;
|
|
38
17
|
};
|
|
39
18
|
type GuidanceBlockWithText = {
|
|
@@ -47,16 +26,12 @@ type GuidanceBlockPropsWithContent = {
|
|
|
47
26
|
content: React.ReactElement;
|
|
48
27
|
} & BaseGuidanceBlockProps;
|
|
49
28
|
export type GuidanceBlockProps = GuidanceBlockWithText | GuidanceBlockPropsWithContent;
|
|
50
|
-
export type GuidanceBlockState = {
|
|
51
|
-
hidden: boolean;
|
|
52
|
-
removed: boolean;
|
|
53
|
-
};
|
|
54
29
|
/**
|
|
55
30
|
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082093807/Guidance+Block Guidance} |
|
|
56
31
|
* {@link https://cultureamp.design/?path=/docs/components-guidanceblock--docs Storybook}
|
|
57
32
|
*/
|
|
58
33
|
export declare const GuidanceBlock: {
|
|
59
|
-
({ layout, variant,
|
|
34
|
+
({ layout, variant, noMaxWidth, illustrationType, smallScreenTextAlignment, illustration, actionsSlot, ...restProps }: GuidanceBlockProps): JSX.Element;
|
|
60
35
|
displayName: string;
|
|
61
36
|
};
|
|
62
37
|
export {};
|
|
@@ -10,12 +10,7 @@ export type InputProps = {
|
|
|
10
10
|
endIconAdornment?: React.ReactNode;
|
|
11
11
|
reversed?: boolean;
|
|
12
12
|
type?: InputType;
|
|
13
|
-
|
|
14
|
-
* @deprecated Use of placeholder text goes against our a11y standards.
|
|
15
|
-
* Use the `labelText` prop to provide a concise name, and the `description` prop for any help text.
|
|
16
|
-
*/
|
|
17
|
-
placeholder?: string;
|
|
18
|
-
} & OverrideClassName<InputHTMLAttributes<HTMLInputElement>>;
|
|
13
|
+
} & OverrideClassName<Omit<InputHTMLAttributes<HTMLInputElement>, 'placeholder'>>;
|
|
19
14
|
export declare const Input: {
|
|
20
15
|
({ inputRef, status, startIconAdornment, endIconAdornment, reversed, type, value, defaultValue, classNameOverride, disabled, ...restProps }: InputProps): JSX.Element;
|
|
21
16
|
displayName: string;
|
|
@@ -12,15 +12,11 @@ export type ModalFooterProps = {
|
|
|
12
12
|
'variant'?: ActionsVariantProps;
|
|
13
13
|
'unpadded'?: boolean;
|
|
14
14
|
'actions': ButtonProps[];
|
|
15
|
-
/**
|
|
16
|
-
* @deprecated we are no longer supporting different appearances for ModalFooter, instead there will only be a single default appearance set by the Button.
|
|
17
|
-
*/
|
|
18
|
-
'appearance'?: 'primary' | 'destructive';
|
|
19
15
|
'data-testid'?: string;
|
|
20
16
|
'alignStart'?: boolean;
|
|
21
17
|
} & HTMLAttributes<HTMLDivElement>;
|
|
22
18
|
export declare const ModalFooter: {
|
|
23
|
-
({ unpadded, actions,
|
|
19
|
+
({ unpadded, actions, alignStart, variant, ...props }: ModalFooterProps): JSX.Element;
|
|
24
20
|
displayName: string;
|
|
25
21
|
};
|
|
26
22
|
export {};
|
|
@@ -24,12 +24,7 @@ export type SelectProps = {
|
|
|
24
24
|
* @default false
|
|
25
25
|
*/
|
|
26
26
|
fullWidth?: boolean;
|
|
27
|
-
|
|
28
|
-
* @deprecated Use of placeholder text goes against our a11y standards.
|
|
29
|
-
* Use the `labelText` prop to provide a concise name, and the `description` prop for any help text.
|
|
30
|
-
*/
|
|
31
|
-
placeholder?: string;
|
|
32
|
-
} & ReactSelectProps<any, boolean>;
|
|
27
|
+
} & Omit<ReactSelectProps<any, boolean>, 'placeholder'>;
|
|
33
28
|
/**
|
|
34
29
|
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3081896474/Select Guidance} |
|
|
35
30
|
* {@link https://cultureamp.design/?path=/docs/components-select--docs Storybook}
|
|
@@ -57,13 +52,8 @@ export declare const Select: React.ForwardRefExoticComponent<{
|
|
|
57
52
|
* @default false
|
|
58
53
|
*/
|
|
59
54
|
fullWidth?: boolean;
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
* Use the `labelText` prop to provide a concise name, and the `description` prop for any help text.
|
|
63
|
-
*/
|
|
64
|
-
placeholder?: string;
|
|
65
|
-
} & Omit<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<any, boolean, import("react-select").GroupBase<any>>, "onChange" | "value" | "inputValue" | "onInputChange" | "menuIsOpen" | "onMenuOpen" | "onMenuClose"> & Partial<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<any, boolean, import("react-select").GroupBase<any>>> & import("react-select/dist/declarations/src/useStateManager").StateManagerAdditionalProps<any> & React.RefAttributes<any>>;
|
|
66
|
-
interface AsyncProps extends ReactAsyncSelectProps<any, boolean, any>, ReactSelectProps<any, boolean, any> {
|
|
55
|
+
} & Omit<ReactSelectProps<any, boolean>, "placeholder"> & React.RefAttributes<any>>;
|
|
56
|
+
interface AsyncProps extends Omit<ReactAsyncSelectProps<any, boolean, any>, 'placeholder'>, Omit<ReactSelectProps<any, boolean, any>, 'placeholder'> {
|
|
67
57
|
}
|
|
68
58
|
export declare const AsyncSelect: React.ForwardRefExoticComponent<AsyncProps & React.RefAttributes<any>>;
|
|
69
59
|
export {};
|
|
@@ -46,22 +46,17 @@ export type SingleSelectProps<Option extends SingleSelectOption = SingleSelectOp
|
|
|
46
46
|
* Creates a portal for the Popover to the matching element id
|
|
47
47
|
*/
|
|
48
48
|
portalContainerId?: string;
|
|
49
|
-
/**
|
|
50
|
-
* @deprecated Use of placeholder text goes against our a11y standards.
|
|
51
|
-
* Use the `labelText` prop to provide a concise name, and the `description` prop for any help text.
|
|
52
|
-
*/
|
|
53
|
-
placeholder?: string;
|
|
54
49
|
/**
|
|
55
50
|
* Handler that is called when the selection changes.
|
|
56
51
|
*/
|
|
57
52
|
onSelectionChange?: (key: Key) => void;
|
|
58
|
-
} & OverrideClassName<Omit<AriaSelectProps<Option>, OmittedAriaSelectProps>>;
|
|
53
|
+
} & OverrideClassName<Omit<AriaSelectProps<Option>, OmittedAriaSelectProps | 'placeholder'>>;
|
|
59
54
|
/**
|
|
60
55
|
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3081896474/Select Guidance} |
|
|
61
56
|
* {@link https://cultureamp.design/?path=/docs/components-select--docs Storybook}
|
|
62
57
|
*/
|
|
63
58
|
export declare const SingleSelect: {
|
|
64
|
-
<Option extends SingleSelectOption = SingleSelectOption>({ label, items, id: propsId, trigger, children, status, validationMessage, isReversed, isRequired, isFullWidth, classNameOverride, selectedKey, description,
|
|
59
|
+
<Option extends SingleSelectOption = SingleSelectOption>({ label, items, id: propsId, trigger, children, status, validationMessage, isReversed, isRequired, isFullWidth, classNameOverride, selectedKey, description, isDisabled, onSelectionChange, portalContainerId, ...restProps }: SingleSelectProps<Option>): JSX.Element;
|
|
65
60
|
displayName: string;
|
|
66
61
|
Section: {
|
|
67
62
|
<Option extends SingleSelectOption = SingleSelectOption>({ section, }: import("./subcomponents").ListBoxSectionProps<Option>): JSX.Element;
|
|
@@ -79,22 +74,5 @@ export declare const SingleSelect: {
|
|
|
79
74
|
<Option extends SingleSelectOption = SingleSelectOption>({ item, }: import("./subcomponents").ListItemProps<Option>): JSX.Element;
|
|
80
75
|
displayName: string;
|
|
81
76
|
};
|
|
82
|
-
TriggerButton: React.ForwardRefExoticComponent<{
|
|
83
|
-
label: React.ReactNode;
|
|
84
|
-
labelProps: import("@react-types/shared").DOMAttributes<import("@react-types/shared").FocusableElement>;
|
|
85
|
-
value: React.ReactNode;
|
|
86
|
-
valueProps: import("@react-types/shared").DOMAttributes<import("@react-types/shared").FocusableElement>;
|
|
87
|
-
isOpen?: boolean;
|
|
88
|
-
placeholder?: string;
|
|
89
|
-
status?: "error" | "caution";
|
|
90
|
-
isDisabled?: boolean;
|
|
91
|
-
isReversed?: boolean;
|
|
92
|
-
} & Omit<React.HTMLAttributes<HTMLButtonElement>, "className"> & {
|
|
93
|
-
classNameOverride?: string;
|
|
94
|
-
} & React.RefAttributes<HTMLButtonElement>>;
|
|
95
|
-
ListBox: {
|
|
96
|
-
<Option extends SingleSelectOption>({ children, menuProps, classNameOverride, ...restProps }: import("./subcomponents").SingleListBoxProps<Option>): JSX.Element;
|
|
97
|
-
displayName: string;
|
|
98
|
-
};
|
|
99
77
|
};
|
|
100
78
|
export {};
|
|
@@ -8,17 +8,12 @@ export type SelectToggleProps = {
|
|
|
8
8
|
/** Props for the element representing the selected value. */
|
|
9
9
|
valueProps: DOMAttributes<FocusableElement>;
|
|
10
10
|
isOpen?: boolean;
|
|
11
|
-
/**
|
|
12
|
-
* @deprecated Use of placeholder text goes against our a11y standards.
|
|
13
|
-
* Use the `labelText` prop to provide a concise name, and the `description` prop for any help text.
|
|
14
|
-
*/
|
|
15
|
-
placeholder?: string;
|
|
16
11
|
/** Updates the styling of the validation. */
|
|
17
12
|
status?: 'error' | 'caution';
|
|
18
13
|
isDisabled?: boolean;
|
|
19
14
|
/** Use the `reversed` styles. */
|
|
20
15
|
isReversed?: boolean;
|
|
21
|
-
} & OverrideClassName<HTMLAttributes<HTMLButtonElement>>;
|
|
16
|
+
} & OverrideClassName<Omit<HTMLAttributes<HTMLButtonElement>, 'placeholder'>>;
|
|
22
17
|
export declare const SelectToggle: React.ForwardRefExoticComponent<{
|
|
23
18
|
label: React.ReactNode;
|
|
24
19
|
labelProps: DOMAttributes<FocusableElement>;
|
|
@@ -26,16 +21,11 @@ export declare const SelectToggle: React.ForwardRefExoticComponent<{
|
|
|
26
21
|
/** Props for the element representing the selected value. */
|
|
27
22
|
valueProps: DOMAttributes<FocusableElement>;
|
|
28
23
|
isOpen?: boolean;
|
|
29
|
-
/**
|
|
30
|
-
* @deprecated Use of placeholder text goes against our a11y standards.
|
|
31
|
-
* Use the `labelText` prop to provide a concise name, and the `description` prop for any help text.
|
|
32
|
-
*/
|
|
33
|
-
placeholder?: string;
|
|
34
24
|
/** Updates the styling of the validation. */
|
|
35
25
|
status?: "error" | "caution";
|
|
36
26
|
isDisabled?: boolean;
|
|
37
27
|
/** Use the `reversed` styles. */
|
|
38
28
|
isReversed?: boolean;
|
|
39
|
-
} & Omit<React.HTMLAttributes<HTMLButtonElement>, "className"> & {
|
|
29
|
+
} & Omit<Omit<React.HTMLAttributes<HTMLButtonElement>, "placeholder">, "className"> & {
|
|
40
30
|
classNameOverride?: string;
|
|
41
31
|
} & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -9,12 +9,7 @@ export type TextAreaProps = {
|
|
|
9
9
|
*/
|
|
10
10
|
autogrow?: boolean;
|
|
11
11
|
reversed?: boolean;
|
|
12
|
-
|
|
13
|
-
* @deprecated Use of placeholder text goes against our a11y standards.
|
|
14
|
-
* Use the `labelText` prop to provide a concise name, and the `description` prop for any help text.
|
|
15
|
-
*/
|
|
16
|
-
placeholder?: string;
|
|
17
|
-
} & OverrideClassName<TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
12
|
+
} & OverrideClassName<Omit<TextareaHTMLAttributes<HTMLTextAreaElement>, 'placeholder'>>;
|
|
18
13
|
export declare const TextArea: {
|
|
19
14
|
({ textAreaRef: propsTextAreaRef, status, autogrow, reversed, rows, defaultValue, value, disabled, onChange: propsOnChange, ...restProps }: TextAreaProps): JSX.Element;
|
|
20
15
|
displayName: string;
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { type TimeFieldStateOptions } from '@react-stately/datepicker';
|
|
3
3
|
import { type OverrideClassName } from "../types/OverrideClassName";
|
|
4
4
|
import { type StatusType, type ValueType } from './types';
|
|
5
|
-
type OmittedTimeFieldProps = 'errorMessage' | '
|
|
5
|
+
type OmittedTimeFieldProps = 'errorMessage' | 'value' | 'onChange' | 'label' | 'hideTimeZone';
|
|
6
6
|
export type TimeFieldProps = {
|
|
7
7
|
id?: string;
|
|
8
8
|
/**
|
package/locales/ar.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "افتح القائمة الثانوية وقائمة الخيارات الإضافية"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "محو الاختيار: {field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "عرض الاقتراحات لـ {field}"
|
package/locales/bg.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "Отваряне на вторичното и допълнително меню"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "Изчистване на избора: {field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "Покажи предложения за {field}"
|
package/locales/cs.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "Otevřít sekundární a rozbalovací nabídku"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "Vymazat výběr: {field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "Zobrazit návrhy pro pole {field}"
|
package/locales/cy.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "Agor y ddewislen eilaidd ac orlif"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "Clirio'r dewisiad: {field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "Dangos awgrymiadau ar gyfer {field}"
|
package/locales/da.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "Åbn sekundær og overløbsmenu"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "Ryd valg: {field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "Vis forslag for {field}"
|
package/locales/de.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "Sekundär- und Überlaufmenü öffnen"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "Auswahl löschen: {field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "Vorschläge für {field} anzeigen"
|
package/locales/el.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "Άνοιγμα δευτερεύοντος μενού και μενού υπερχείλισης"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "Απαλοιφή επιλογής: {field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "Εμφάνιση προτάσεων για το πεδίο \"{field}\""
|
package/locales/en-GB.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "Open secondary and overflow menu"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "Clear selection: {field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "Show suggestions for {field}"
|
package/locales/en.json
CHANGED
|
@@ -245,6 +245,10 @@
|
|
|
245
245
|
"description": "Label for the dropdown menu which displays additional actions",
|
|
246
246
|
"message": "Open secondary and overflow menu"
|
|
247
247
|
},
|
|
248
|
+
"select.clearButtonAlt": {
|
|
249
|
+
"description": "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
250
|
+
"message": "Clear selection: {field}"
|
|
251
|
+
},
|
|
248
252
|
"singleSelect.chevronButton": {
|
|
249
253
|
"description": "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
250
254
|
"message": "Show suggestions for {field}"
|
package/locales/es-419.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "Abrir el menú secundario y el menú de desbordamiento"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "Borrar selección: {field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "Mostrar sugerencias para {field}"
|
package/locales/es.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "Abrir el menú secundario y de desbordamiento"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "Borrar selección: {field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "Mostrar sugerencias para {field}"
|
package/locales/et.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "Ava sekundaar- ja ülevoolumenüü"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "Tühista valik: {field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "Näita ettepanekuid {field}"
|
package/locales/fi.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "Avaa toissijainen ja ylivuotovalikko"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "Tyhjennä valinta: {field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "Näytä ehdotuksia kohteelle {field}"
|
package/locales/fr-CA.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "Ouvrir le menu secondaire et le menu de débordement"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "Effacer la sélection : {field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "Afficher les suggestions pour {field}"
|
package/locales/fr.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "Ouvrir le menu secondaire et le menu de débordement"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "Effacer la sélection : {field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "Afficher les suggestions pour {field}"
|
package/locales/he.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "פתיחת תפריט משני ותפריט עוד"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "ניקוי הבחירה: {field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "הצגת הצעות עבור {field}"
|
package/locales/hi.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "द्वितीयक और ओवरफ़्लो मेनू खोलो"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "चयन मिटाओ: {field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "{field} के लिए सुझाव दिखाएँ"
|
package/locales/ht.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "Louvri meni segondè a ak meni dewoulan an"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "Efase seleksyon: {field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "Afiche sijesyon pou {field}"
|
package/locales/hu.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "Másodlagos és túlcsorduló menü megnyitása"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "Választás törlése: {field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "Javaslatok megjelenítése a következőhöz: {field}"
|
package/locales/id.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "Buka menu sekunder dan tambahan"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "Hapus pilihan: {field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "Tampilkan saran untuk {field}"
|
package/locales/it.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "Apri il menu secondario e il menu di overflow"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "Cancella selezione: {field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "Mostra suggerimenti per {field}"
|
package/locales/ja.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "セカンダリメニューとオーバーフローメニューを開く"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "選択をクリア:{field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "{field}の提案を表示"
|
package/locales/km-KH.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "បើកម៉ឺនុយបន្ទាប់បន្សំ និងម៉ឺនុយដែលហៀរចេញ"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "ជម្រះការជ្រើសរើស៖ {field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "បង្ហាញការផ្ដល់យោបល់នានាសម្រាប់ {field}"
|
package/locales/ko.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "보조 및 오버플로 메뉴 열기"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "선택 취소: {field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "{field}에 대한 제안 표시"
|
package/locales/lt.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "Atidaryti antrinį ir perpildymo meniu"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "Išvalyti pasirinkimą: {field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "Rodyti pasiūlymus {field}"
|
package/locales/lv.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "Atvērt sekundāro un pārpildes izvēlni"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "Notīrīt atlasi: {field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "Rādīt {field} ieteikumus"
|
package/locales/mi.json
CHANGED
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"description" : "Label for the dropdown menu which displays additional actions",
|
|
245
245
|
"message" : "Whakatuwheratia te tahua tuarua, waipuke hoki"
|
|
246
246
|
},
|
|
247
|
+
"select.clearButtonAlt" : {
|
|
248
|
+
"description" : "Alt text for the clear selection button. The button clears the selection the user has made via a dropdown. The field placeholder is the label of the dropdown.",
|
|
249
|
+
"message" : "Ūkui kōwhiringa: {field}"
|
|
250
|
+
},
|
|
247
251
|
"singleSelect.chevronButton" : {
|
|
248
252
|
"description" : "Aria label text for the SingleSelect button to open and close suggestions list",
|
|
249
253
|
"message" : "Whakaatu whakaaro mo {field}"
|