@pexip/components 19.1.3 → 19.2.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/CHANGELOG.md +17 -0
- package/api-docs/README.mdx +330 -0
- package/api-docs/enumerations/AvatarType.mdx +8 -0
- package/api-docs/enumerations/Color.mdx +65 -0
- package/api-docs/enumerations/FontVariant.mdx +20 -0
- package/api-docs/enumerations/LockStyle.mdx +7 -0
- package/api-docs/enumerations/ModalType.mdx +6 -0
- package/api-docs/enumerations/ProgressBarColor.mdx +8 -0
- package/api-docs/enumerations/RgbColor.mdx +64 -0
- package/api-docs/enumerations/StatCardVariant.mdx +7 -0
- package/api-docs/enumerations/TestId.mdx +45 -0
- package/api-docs/functions/announce.mdx +21 -0
- package/api-docs/functions/isBackgroundImageSrcEmpty.mdx +13 -0
- package/api-docs/functions/isImageSrcEmpty.mdx +13 -0
- package/api-docs/functions/isImageSrcString.mdx +13 -0
- package/api-docs/functions/isValidIconName.mdx +13 -0
- package/api-docs/functions/onEnter.mdx +32 -0
- package/api-docs/functions/sizeToPadding.mdx +22 -0
- package/api-docs/functions/useBelow360.mdx +7 -0
- package/api-docs/functions/useBreakpointChange.mdx +7 -0
- package/api-docs/functions/useFocusFrom.mdx +24 -0
- package/api-docs/functions/useFocusFromOpened.mdx +20 -0
- package/api-docs/functions/useGroupedPagesNav.mdx +16 -0
- package/api-docs/functions/useInput.mdx +13 -0
- package/api-docs/functions/useLandscape.mdx +7 -0
- package/api-docs/functions/useLg.mdx +7 -0
- package/api-docs/functions/useLgDown.mdx +7 -0
- package/api-docs/functions/useLgUp.mdx +7 -0
- package/api-docs/functions/useMd.mdx +7 -0
- package/api-docs/functions/useMdDown.mdx +7 -0
- package/api-docs/functions/useMdToXl.mdx +7 -0
- package/api-docs/functions/useMdUp.mdx +7 -0
- package/api-docs/functions/useMobileDevice.mdx +7 -0
- package/api-docs/functions/useMobileDeviceLandscape.mdx +7 -0
- package/api-docs/functions/useMobileDevicePortrait.mdx +7 -0
- package/api-docs/functions/useModal.mdx +18 -0
- package/api-docs/functions/useModalHandle.mdx +12 -0
- package/api-docs/functions/useMultistepIndicator.mdx +45 -0
- package/api-docs/functions/usePortrait.mdx +7 -0
- package/api-docs/functions/useScrollIntoView.mdx +22 -0
- package/api-docs/functions/useSm.mdx +7 -0
- package/api-docs/functions/useSmDown.mdx +7 -0
- package/api-docs/functions/useSmToLg.mdx +7 -0
- package/api-docs/functions/useSmToXl.mdx +7 -0
- package/api-docs/functions/useSmUp.mdx +7 -0
- package/api-docs/functions/useTabletDevice.mdx +7 -0
- package/api-docs/functions/useTabs.mdx +18 -0
- package/api-docs/functions/useTouchDevice.mdx +7 -0
- package/api-docs/functions/useXl.mdx +7 -0
- package/api-docs/functions/useXlDown.mdx +7 -0
- package/api-docs/functions/useXlUp.mdx +7 -0
- package/api-docs/functions/useXs.mdx +7 -0
- package/api-docs/functions/withColorScheme.mdx +32 -0
- package/api-docs/functions/withTabName.mdx +32 -0
- package/api-docs/functions/withTransition.mdx +36 -0
- package/api-docs/interfaces/EnhancerProps.mdx +10 -0
- package/api-docs/interfaces/FloatRootOverflow.mdx +9 -0
- package/api-docs/interfaces/FullSizeWindowCommonProps.mdx +8 -0
- package/api-docs/interfaces/IconCollection.mdx +145 -0
- package/api-docs/interfaces/IconSource.mdx +7 -0
- package/api-docs/interfaces/LoadingBoxProps.mdx +12 -0
- package/api-docs/interfaces/ModalHandle.mdx +5 -0
- package/api-docs/interfaces/MultistepItem.mdx +13 -0
- package/api-docs/interfaces/StatCardRowData.mdx +15 -0
- package/api-docs/interfaces/ToastProps.mdx +14 -0
- package/api-docs/interfaces/VideoHandle.mdx +6 -0
- package/api-docs/interfaces/WithTransitionProps.mdx +5 -0
- package/api-docs/type-aliases/ActivityCardAction.mdx +10 -0
- package/api-docs/type-aliases/AlignWithFloatRootTrigger.mdx +3 -0
- package/api-docs/type-aliases/AllSize.mdx +3 -0
- package/api-docs/type-aliases/AriaMenuItem.mdx +21 -0
- package/api-docs/type-aliases/AriaMenuProps.mdx +18 -0
- package/api-docs/type-aliases/BackgroundImageSrc.mdx +3 -0
- package/api-docs/type-aliases/BadgeCounterProps.mdx +3 -0
- package/api-docs/type-aliases/BadgeCounterVariant.mdx +3 -0
- package/api-docs/type-aliases/BaseSizeModifier.mdx +3 -0
- package/api-docs/type-aliases/BreadcrumbItem.mdx +11 -0
- package/api-docs/type-aliases/Breakpoint.mdx +3 -0
- package/api-docs/type-aliases/ButtonHTMLTag.mdx +3 -0
- package/api-docs/type-aliases/ButtonModifiersValues.mdx +3 -0
- package/api-docs/type-aliases/ButtonProps.mdx +3 -0
- package/api-docs/type-aliases/ButtonTextProps.mdx +3 -0
- package/api-docs/type-aliases/ButtonVariant.mdx +3 -0
- package/api-docs/type-aliases/ClickEventHandler.mdx +20 -0
- package/api-docs/type-aliases/ColorScheme.mdx +3 -0
- package/api-docs/type-aliases/DropContentPosition.mdx +3 -0
- package/api-docs/type-aliases/DropContentType.mdx +3 -0
- package/api-docs/type-aliases/ExtendedSizeModifier.mdx +3 -0
- package/api-docs/type-aliases/ExtendedTooltipPosition.mdx +13 -0
- package/api-docs/type-aliases/FullSizeWindowBackgroundVariant.mdx +3 -0
- package/api-docs/type-aliases/FullSizeWindowColorBackgroundProps.mdx +13 -0
- package/api-docs/type-aliases/FullSizeWindowImageBackgroundProps.mdx +13 -0
- package/api-docs/type-aliases/GroupProps.mdx +3 -0
- package/api-docs/type-aliases/HeadingElement.mdx +3 -0
- package/api-docs/type-aliases/HeadingFontVariant.mdx +3 -0
- package/api-docs/type-aliases/IScrollbars.mdx +3 -0
- package/api-docs/type-aliases/ImageSrc.mdx +3 -0
- package/api-docs/type-aliases/InlineElement.mdx +3 -0
- package/api-docs/type-aliases/InputVariant.mdx +3 -0
- package/api-docs/type-aliases/InteractiveElementHTMLTag.mdx +3 -0
- package/api-docs/type-aliases/InteractiveElementProps.mdx +3 -0
- package/api-docs/type-aliases/LabelModifier.mdx +3 -0
- package/api-docs/type-aliases/LinkTarget.mdx +3 -0
- package/api-docs/type-aliases/LogoSizeModifier.mdx +3 -0
- package/api-docs/type-aliases/MenuAction.mdx +17 -0
- package/api-docs/type-aliases/MenuContent.mdx +3 -0
- package/api-docs/type-aliases/MenuItem.mdx +24 -0
- package/api-docs/type-aliases/ModalProps.mdx +3 -0
- package/api-docs/type-aliases/ModalSizeModifier.mdx +3 -0
- package/api-docs/type-aliases/MultiselectOption.mdx +16 -0
- package/api-docs/type-aliases/MultistepIndicatorProps.mdx +3 -0
- package/api-docs/type-aliases/NotificationToastMessage.mdx +18 -0
- package/api-docs/type-aliases/NotificationToastSignal.mdx +3 -0
- package/api-docs/type-aliases/NotificationTooltipPosition.mdx +13 -0
- package/api-docs/type-aliases/Option.mdx +17 -0
- package/api-docs/type-aliases/OverlayOpacity.mdx +3 -0
- package/api-docs/type-aliases/PanelProps.mdx +3 -0
- package/api-docs/type-aliases/SelectProps.mdx +29 -0
- package/api-docs/type-aliases/ShadowModifier.mdx +3 -0
- package/api-docs/type-aliases/SimpleButtonProps.mdx +3 -0
- package/api-docs/type-aliases/SizeModifier.mdx +3 -0
- package/api-docs/type-aliases/StandardSizeModifier.mdx +3 -0
- package/api-docs/type-aliases/StatIndicatorVariant.mdx +3 -0
- package/api-docs/type-aliases/StatusItem.mdx +10 -0
- package/api-docs/type-aliases/TableResultsCountProps.mdx +12 -0
- package/api-docs/type-aliases/TagItem.mdx +17 -0
- package/api-docs/type-aliases/TextLinkProps.mdx +3 -0
- package/api-docs/type-aliases/TextProps.mdx +3 -0
- package/api-docs/type-aliases/TextVariant.mdx +3 -0
- package/api-docs/type-aliases/Theme.mdx +3 -0
- package/api-docs/type-aliases/ToastPosition.mdx +3 -0
- package/api-docs/type-aliases/TooltipPosition.mdx +3 -0
- package/api-docs/type-aliases/VideoWrapperSizeModifier.mdx +3 -0
- package/api-docs/type-aliases/VideoWrapperVariant.mdx +3 -0
- package/api-docs/variables/AboutModal.mdx +3 -0
- package/api-docs/variables/AboutText.mdx +3 -0
- package/api-docs/variables/Accordion.mdx +16 -0
- package/api-docs/variables/ActionsRow.mdx +3 -0
- package/api-docs/variables/ActivityCard.mdx +11 -0
- package/api-docs/variables/Announcer.mdx +12 -0
- package/api-docs/variables/AriaMenu.mdx +5 -0
- package/api-docs/variables/AspectRatio.mdx +6 -0
- package/api-docs/variables/Audio.mdx +3 -0
- package/api-docs/variables/Avatar.mdx +3 -0
- package/api-docs/variables/BadgeCounter.mdx +3 -0
- package/api-docs/variables/Bar.mdx +3 -0
- package/api-docs/variables/Box.mdx +3 -0
- package/api-docs/variables/BoxHeader.mdx +3 -0
- package/api-docs/variables/Breadcrumbs.mdx +9 -0
- package/api-docs/variables/Button.mdx +3 -0
- package/api-docs/variables/ButtonText.mdx +3 -0
- package/api-docs/variables/CakeTimer.mdx +3 -0
- package/api-docs/variables/CallToAction.mdx +3 -0
- package/api-docs/variables/Captions.mdx +3 -0
- package/api-docs/variables/CardLayout.mdx +10 -0
- package/api-docs/variables/Cell.mdx +3 -0
- package/api-docs/variables/CenterLayout.mdx +3 -0
- package/api-docs/variables/Checkbox.mdx +3 -0
- package/api-docs/variables/CircleCountDown.mdx +7 -0
- package/api-docs/variables/CollapsableContainer.mdx +15 -0
- package/api-docs/variables/ColorPickerPreviewButton.mdx +3 -0
- package/api-docs/variables/ColorPreviewButton.mdx +3 -0
- package/api-docs/variables/CondensedTabs.mdx +3 -0
- package/api-docs/variables/ConfirmableMultiselect.mdx +3 -0
- package/api-docs/variables/ConfirmationModal.mdx +3 -0
- package/api-docs/variables/ContextMenu.mdx +12 -0
- package/api-docs/variables/CoreHeader.mdx +3 -0
- package/api-docs/variables/CustomTooltip.mdx +3 -0
- package/api-docs/variables/Divider.mdx +3 -0
- package/api-docs/variables/DragAndDrop.mdx +10 -0
- package/api-docs/variables/DragAndUploadFiles.mdx +3 -0
- package/api-docs/variables/Draggable.mdx +3 -0
- package/api-docs/variables/DropContent.mdx +3 -0
- package/api-docs/variables/Enhancers.mdx +3 -0
- package/api-docs/variables/ExpanderCell.mdx +3 -0
- package/api-docs/variables/FileUpload.mdx +3 -0
- package/api-docs/variables/Form.mdx +3 -0
- package/api-docs/variables/FullSizeWindow.mdx +5 -0
- package/api-docs/variables/FullscreenLayout.mdx +3 -0
- package/api-docs/variables/FullscreenOverlay.mdx +3 -0
- package/api-docs/variables/FullscreenSpinner.mdx +3 -0
- package/api-docs/variables/Grid.mdx +3 -0
- package/api-docs/variables/Group.mdx +3 -0
- package/api-docs/variables/Heading.mdx +11 -0
- package/api-docs/variables/HotKey.mdx +6 -0
- package/api-docs/variables/HotkeysTooltip.mdx +3 -0
- package/api-docs/variables/Icon.mdx +3 -0
- package/api-docs/variables/IconTypes.mdx +3 -0
- package/api-docs/variables/ImagePreviewButton.mdx +3 -0
- package/api-docs/variables/InfoHeadCell.mdx +7 -0
- package/api-docs/variables/InfoMessage.mdx +6 -0
- package/api-docs/variables/Input.mdx +3 -0
- package/api-docs/variables/InputLabel.mdx +3 -0
- package/api-docs/variables/InteractiveElement.mdx +3 -0
- package/api-docs/variables/KebabMenuButton.mdx +3 -0
- package/api-docs/variables/LineHeading.mdx +5 -0
- package/api-docs/variables/List.mdx +3 -0
- package/api-docs/variables/ListBoxLink.mdx +3 -0
- package/api-docs/variables/ListLink.mdx +3 -0
- package/api-docs/variables/LoadingBox.mdx +3 -0
- package/api-docs/variables/Logo.mdx +3 -0
- package/api-docs/variables/Menu.mdx +13 -0
- package/api-docs/variables/MenuEntry.mdx +5 -0
- package/api-docs/variables/Modal.mdx +8 -0
- package/api-docs/variables/ModalCloseButton.mdx +9 -0
- package/api-docs/variables/ModalCloseButtonWithTooltip.mdx +3 -0
- package/api-docs/variables/Multiselect.mdx +3 -0
- package/api-docs/variables/MultistepIndicator.mdx +13 -0
- package/api-docs/variables/NotificationToast.mdx +13 -0
- package/api-docs/variables/NotificationTooltip.mdx +3 -0
- package/api-docs/variables/NumberStepInput.mdx +21 -0
- package/api-docs/variables/Panel.mdx +3 -0
- package/api-docs/variables/PasswordInput.mdx +6 -0
- package/api-docs/variables/PexipLogo.mdx +3 -0
- package/api-docs/variables/Pill.mdx +3 -0
- package/api-docs/variables/PopOutWindow.mdx +8 -0
- package/api-docs/variables/PreferenceInput.mdx +26 -0
- package/api-docs/variables/PreferenceMultiselect.mdx +21 -0
- package/api-docs/variables/PreferenceRow.mdx +12 -0
- package/api-docs/variables/PreferenceWrapper.mdx +3 -0
- package/api-docs/variables/ProgressBar.mdx +3 -0
- package/api-docs/variables/RadioButton.mdx +3 -0
- package/api-docs/variables/RangeSlider.mdx +11 -0
- package/api-docs/variables/RefButton.mdx +3 -0
- package/api-docs/variables/RefInteractiveElement.mdx +3 -0
- package/api-docs/variables/RefSimpleButton.mdx +3 -0
- package/api-docs/variables/Row.mdx +3 -0
- package/api-docs/variables/Scrim.mdx +3 -0
- package/api-docs/variables/Scrollbars.mdx +3 -0
- package/api-docs/variables/SearchInput.mdx +12 -0
- package/api-docs/variables/Section.mdx +3 -0
- package/api-docs/variables/SectionAccordion.mdx +15 -0
- package/api-docs/variables/Select.mdx +19 -0
- package/api-docs/variables/Sheet.mdx +3 -0
- package/api-docs/variables/SimpleButton.mdx +7 -0
- package/api-docs/variables/SortingIndicator.mdx +6 -0
- package/api-docs/variables/Spinner.mdx +3 -0
- package/api-docs/variables/StatCard.mdx +12 -0
- package/api-docs/variables/StatCardBox.mdx +3 -0
- package/api-docs/variables/StatCardRow.mdx +3 -0
- package/api-docs/variables/StatIndicator.mdx +3 -0
- package/api-docs/variables/StepNumber.mdx +3 -0
- package/api-docs/variables/SvgImage.mdx +3 -0
- package/api-docs/variables/Tab.mdx +3 -0
- package/api-docs/variables/Table.mdx +3 -0
- package/api-docs/variables/TableBody.mdx +3 -0
- package/api-docs/variables/TableCell.mdx +3 -0
- package/api-docs/variables/TableContent.mdx +3 -0
- package/api-docs/variables/TableHead.mdx +3 -0
- package/api-docs/variables/TableHeadCell.mdx +3 -0
- package/api-docs/variables/TablePagination.mdx +23 -0
- package/api-docs/variables/TableRow.mdx +3 -0
- package/api-docs/variables/TableRowWrapper.mdx +9 -0
- package/api-docs/variables/TableSection.mdx +3 -0
- package/api-docs/variables/Tabs.mdx +3 -0
- package/api-docs/variables/Tag.mdx +3 -0
- package/api-docs/variables/TagList.mdx +9 -0
- package/api-docs/variables/Text.mdx +3 -0
- package/api-docs/variables/TextArea.mdx +5 -0
- package/api-docs/variables/TextHeading.mdx +3 -0
- package/api-docs/variables/TextLink.mdx +3 -0
- package/api-docs/variables/ThemeConsumer.mdx +3 -0
- package/api-docs/variables/ThemeContext.mdx +3 -0
- package/api-docs/variables/ThemeProvider.mdx +3 -0
- package/api-docs/variables/ThreeColumnSelector.mdx +3 -0
- package/api-docs/variables/Toast.mdx +13 -0
- package/api-docs/variables/ToggleSwitch.mdx +3 -0
- package/api-docs/variables/Tooltip.mdx +13 -0
- package/api-docs/variables/TooltipPositionValue.mdx +3 -0
- package/api-docs/variables/URLToLink.mdx +5 -0
- package/api-docs/variables/User.mdx +14 -0
- package/api-docs/variables/UserMenuButton.mdx +11 -0
- package/api-docs/variables/UserMenuDropContent.mdx +3 -0
- package/api-docs/variables/Video.mdx +3 -0
- package/api-docs/variables/VideoWrapper.mdx +3 -0
- package/api-docs/variables/Wrapper.mdx +3 -0
- package/api-docs/variables/ariaMenuOpenStateSignal.mdx +3 -0
- package/api-docs/variables/breakpoints.mdx +13 -0
- package/api-docs/variables/notificationToastSignal.mdx +3 -0
- package/api-docs/variables/themeValues.mdx +3 -0
- package/api-docs/variables/variables.mdx +324 -0
- package/dist/components-no-global-styles.css +1 -0
- package/dist/components.cjs +2 -2
- package/dist/components.js +2445 -2390
- package/dist/types/src/components/elements/Checkbox/Checkbox.d.ts +3 -1
- package/dist/types/src/components/elements/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/types/src/components/modules/Multiselect/ConfirmableMultiselect.d.ts +4 -1
- package/dist/types/src/components/modules/Multiselect/ConfirmableMultiselect.d.ts.map +1 -1
- package/dist/types/src/components/modules/Multiselect/Multiselect.d.ts +9 -1
- package/dist/types/src/components/modules/Multiselect/Multiselect.d.ts.map +1 -1
- package/dist/types/src/components/modules/Multiselect/MultiselectCore.d.ts +1 -1
- package/dist/types/src/components/modules/Multiselect/MultiselectCore.d.ts.map +1 -1
- package/dist/types/src/exports.d.ts +181 -0
- package/dist/types/src/exports.d.ts.map +1 -0
- package/dist/types/src/index.d.ts +1 -180
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/types/elements.d.ts +1 -0
- package/dist/types/src/types/elements.d.ts.map +1 -1
- package/package.json +16 -9
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { Text } from '../Text/Text';
|
|
2
3
|
import type { ColorScheme } from '../../../types/variants';
|
|
3
4
|
export type CheckboxProps = Omit<React.ComponentProps<'input'>, 'type' | 'disabled'> & {
|
|
4
5
|
className?: string;
|
|
6
|
+
colorScheme?: ColorScheme;
|
|
5
7
|
isDisabled?: boolean;
|
|
6
8
|
label: string;
|
|
9
|
+
labelComponent?: typeof Text;
|
|
7
10
|
labelModifier?: 'default' | 'hidden' | 'spaced';
|
|
8
11
|
labelPosition?: 'start' | 'end';
|
|
9
12
|
name: string;
|
|
10
|
-
colorScheme?: ColorScheme;
|
|
11
13
|
};
|
|
12
14
|
export declare const Checkbox: React.ForwardRefExoticComponent<Omit<CheckboxProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
|
|
13
15
|
//# sourceMappingURL=Checkbox.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/Checkbox/Checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/Checkbox/Checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAC,IAAI,EAAC,MAAM,cAAc,CAAC;AAElC,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAOzD,MAAM,MAAM,aAAa,GAAG,IAAI,CAC5B,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,EAC7B,MAAM,GAAG,UAAU,CACtB,GAAG;IACA,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,OAAO,IAAI,CAAC;IAC7B,aAAa,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,QAAQ,CAAC;IAChD,aAAa,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IAChC,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,QAAQ,qGAyEnB,CAAC"}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { MultiselectOption } from '../../../types/elements';
|
|
3
|
+
import type { FontVariant } from '../../../../design-tokens/constants';
|
|
3
4
|
import type { MultiselectCoreProps } from './MultiselectCore';
|
|
4
5
|
export declare const ConfirmableMultiselect: React.FC<Omit<MultiselectCoreProps, 'menuComponent'> & {
|
|
5
|
-
|
|
6
|
+
descriptionFontVariant?: FontVariant;
|
|
7
|
+
labelFontVariant?: FontVariant;
|
|
6
8
|
menuTestId?: string;
|
|
9
|
+
onConfirm: (selection: MultiselectOption[]) => void;
|
|
7
10
|
onContentVisibilityChange?: (isVisible: boolean) => void;
|
|
8
11
|
}>;
|
|
9
12
|
export type ConfirmableMultiselectProps = React.ComponentProps<typeof ConfirmableMultiselect>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmableMultiselect.d.ts","sourceRoot":"","sources":["../../../../../../src/components/modules/Multiselect/ConfirmableMultiselect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAQtC,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"ConfirmableMultiselect.d.ts","sourceRoot":"","sources":["../../../../../../src/components/modules/Multiselect/ConfirmableMultiselect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAQtC,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,yBAAyB,CAAC;AAC/D,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,qCAAqC,CAAC;AAIrE,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,mBAAmB,CAAC;AAO5D,eAAO,MAAM,sBAAsB,EAAE,KAAK,CAAC,EAAE,CACzC,IAAI,CAAC,oBAAoB,EAAE,eAAe,CAAC,GAAG;IAC1C,sBAAsB,CAAC,EAAE,WAAW,CAAC;IACrC,gBAAgB,CAAC,EAAE,WAAW,CAAC;IAC/B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,CAAC,SAAS,EAAE,iBAAiB,EAAE,KAAK,IAAI,CAAC;IACpD,yBAAyB,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;CAC5D,CAkEJ,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,KAAK,CAAC,cAAc,CAC1D,OAAO,sBAAsB,CAChC,CAAC"}
|
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { MultiselectOption } from '../../../types/elements';
|
|
3
|
+
import { Text } from '../../elements/Text/Text';
|
|
4
|
+
import { FontVariant } from '../../../../design-tokens/constants';
|
|
3
5
|
import type { MultiselectCoreProps } from './MultiselectCore';
|
|
4
6
|
export declare const Multiselect: React.FC<Omit<MultiselectCoreProps, 'menuComponent'> & {
|
|
5
|
-
|
|
7
|
+
descriptionFontVariant?: FontVariant;
|
|
8
|
+
labelFontVariant?: FontVariant;
|
|
6
9
|
menuTestId?: string;
|
|
10
|
+
onSelectChange: (selection: MultiselectOption[]) => void;
|
|
7
11
|
}>;
|
|
8
12
|
export type MultiselectProps = React.ComponentProps<typeof Multiselect>;
|
|
13
|
+
export declare const LabelWithDescription: React.FC<React.ComponentProps<typeof Text> & {
|
|
14
|
+
description?: string;
|
|
15
|
+
descriptionFontVariant?: FontVariant;
|
|
16
|
+
}>;
|
|
9
17
|
//# sourceMappingURL=Multiselect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Multiselect.d.ts","sourceRoot":"","sources":["../../../../../../src/components/modules/Multiselect/Multiselect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"Multiselect.d.ts","sourceRoot":"","sources":["../../../../../../src/components/modules/Multiselect/Multiselect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,yBAAyB,CAAC;AAC/D,OAAO,EAAC,IAAI,EAAC,MAAM,0BAA0B,CAAC;AAC9C,OAAO,EAAC,WAAW,EAAC,MAAM,qCAAqC,CAAC;AAEhE,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,mBAAmB,CAAC;AAO5D,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAC9B,IAAI,CAAC,oBAAoB,EAAE,eAAe,CAAC,GAAG;IAC1C,sBAAsB,CAAC,EAAE,WAAW,CAAC;IACrC,gBAAgB,CAAC,EAAE,WAAW,CAAC;IAC/B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,CAAC,SAAS,EAAE,iBAAiB,EAAE,KAAK,IAAI,CAAC;CAC5D,CA+CJ,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,WAAW,CAAC,CAAC;AAExE,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CACvC,KAAK,CAAC,cAAc,CAAC,OAAO,IAAI,CAAC,GAAG;IAChC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sBAAsB,CAAC,EAAE,WAAW,CAAC;CACxC,CAsBJ,CAAC"}
|
|
@@ -20,8 +20,8 @@ export declare const MultiselectCore: React.FC<{
|
|
|
20
20
|
menuComponent: DropContentType;
|
|
21
21
|
multipleSelectionText?: string;
|
|
22
22
|
noSelectionText?: string;
|
|
23
|
-
onOutsideClose?: () => void;
|
|
24
23
|
onContentVisibilityChange?: (isVisible: boolean) => void;
|
|
24
|
+
onOutsideClose?: () => void;
|
|
25
25
|
options: MultiselectOption[];
|
|
26
26
|
sizeModifier?: SizeModifier;
|
|
27
27
|
testId?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MultiselectCore.d.ts","sourceRoot":"","sources":["../../../../../../src/components/modules/Multiselect/MultiselectCore.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,KAAK,EAAC,WAAW,EAAE,aAAa,EAAC,MAAM,yBAAyB,CAAC;AACxE,OAAO,KAAK,EAAC,mBAAmB,EAAE,eAAe,EAAC,MAAM,sBAAsB,CAAC;AAC/E,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,2CAA2C,CAAC;AAC1E,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,yBAAyB,CAAC;AAK/D,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,UAAU,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,aAAa,EAAE,eAAe,CAAC;IAC/B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,
|
|
1
|
+
{"version":3,"file":"MultiselectCore.d.ts","sourceRoot":"","sources":["../../../../../../src/components/modules/Multiselect/MultiselectCore.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,KAAK,EAAC,WAAW,EAAE,aAAa,EAAC,MAAM,yBAAyB,CAAC;AACxE,OAAO,KAAK,EAAC,mBAAmB,EAAE,eAAe,EAAC,MAAM,sBAAsB,CAAC;AAC/E,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,2CAA2C,CAAC;AAC1E,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,yBAAyB,CAAC;AAK/D,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,UAAU,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,aAAa,EAAE,eAAe,CAAC;IAC/B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,yBAAyB,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;IACzD,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,OAAO,EAAE,iBAAiB,EAAE,CAAC;IAC7B,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;IAC5B,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB,CAuFA,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,CAAC"}
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
export { CardLayout } from './components/foundation/CardLayout/CardLayout';
|
|
2
|
+
export { Cell } from './components/foundation/Grid/Cell/Cell';
|
|
3
|
+
export { CenterLayout } from './components/foundation/CenterLayout/CenterLayout';
|
|
4
|
+
export { FullscreenLayout } from './components/foundation/FullscreenLayout/FullscreenLayout';
|
|
5
|
+
export { FullscreenOverlay } from './components/foundation/FullscreenOverlay/FullscreenOverlay';
|
|
6
|
+
export { FullscreenSpinner } from './components/foundation/FullscreenSpinner/FullscreenSpinner';
|
|
7
|
+
export { FullSizeWindow } from './components/foundation/FullSizeWindow/FullSizeWindow';
|
|
8
|
+
export { Grid } from './components/foundation/Grid/Grid';
|
|
9
|
+
export { Scrim } from './components/foundation/Scrim/Scrim';
|
|
10
|
+
export { Wrapper } from './components/foundation/Wrapper/Wrapper';
|
|
11
|
+
export * from './components/elements/InteractiveElement/InteractiveElement';
|
|
12
|
+
export * from './components/elements/SimpleButton/SimpleButton';
|
|
13
|
+
export * from './components/elements/Button/Button';
|
|
14
|
+
export * from './components/elements/Icon/Icon';
|
|
15
|
+
export { Announcer, announce } from './components/elements/Announcer/Announcer';
|
|
16
|
+
export { Box } from './components/elements/Box/Box';
|
|
17
|
+
export { BoxHeader } from './components/elements/BoxHeader/BoxHeader';
|
|
18
|
+
export { CallToAction } from './components/elements/CallToAction/CallToAction';
|
|
19
|
+
export { Checkbox } from './components/elements/Checkbox/Checkbox';
|
|
20
|
+
export { CoreHeader } from './components/elements/CoreHeader/CoreHeader';
|
|
21
|
+
export { Divider } from './components/elements/Divider/Divider';
|
|
22
|
+
export { DragAndDrop } from './components/elements/DragAndDrop/DragAndDrop.view';
|
|
23
|
+
export { FileUpload } from './components/elements/FileUpload/FileUpload.view';
|
|
24
|
+
export { Heading } from './components/elements/Heading/Heading';
|
|
25
|
+
export { LineHeading } from './components/elements/LineHeading/LineHeading';
|
|
26
|
+
export { Input, useInput } from './components/elements/Input/Input';
|
|
27
|
+
export { InputLabel } from './components/elements/InputLabel/InputLabel';
|
|
28
|
+
export { Logo } from './components/elements/Logo/Logo';
|
|
29
|
+
export { PexipLogo } from './components/elements/PexipLogo/PexipLogo';
|
|
30
|
+
export { NotificationTooltip } from './components/elements/Tooltip/NotificationTooltip';
|
|
31
|
+
export { CustomTooltip } from './components/elements/Tooltip/CustomTooltip';
|
|
32
|
+
export { Pill } from './components/elements/Pill/Pill';
|
|
33
|
+
export { ActionsRow } from './components/elements/ActionsRow/ActionsRow';
|
|
34
|
+
export { RadioButton } from './components/elements/RadioButton/RadioButton';
|
|
35
|
+
export { Scrollbars } from './components/elements/Scrollbars/Scrollbars';
|
|
36
|
+
export { Spinner } from './components/elements/Spinner/Spinner';
|
|
37
|
+
export { StatIndicator } from './components/elements/StatIndicator/StatIndicator';
|
|
38
|
+
export { StepNumber } from './components/elements/StepNumber/StepNumber';
|
|
39
|
+
export { Text } from './components/elements/Text/Text';
|
|
40
|
+
export { TextArea } from './components/elements/TextArea/TextArea';
|
|
41
|
+
export { TextLink } from './components/elements/TextLink/TextLink';
|
|
42
|
+
export { ListBoxLink } from './components/elements/ListBoxLink/ListBoxLink';
|
|
43
|
+
export { ListLink } from './components/elements/ListLink/ListLink';
|
|
44
|
+
export { ProgressBar, ProgressBarColor, } from './components/elements/ProgressBar/ProgressBar';
|
|
45
|
+
export { TextHeading } from './components/elements/TextHeading/TextHeading';
|
|
46
|
+
export { ToggleSwitch } from './components/elements/ToggleSwitch/ToggleSwitch';
|
|
47
|
+
export { Tooltip } from './components/elements/Tooltip/Tooltip';
|
|
48
|
+
export { Video } from './components/elements/Video/Video';
|
|
49
|
+
export { Audio } from './components/elements/Audio/Audio';
|
|
50
|
+
export * from './components/elements/BadgeCounter/BadgeCounter';
|
|
51
|
+
export { SvgImage } from './components/elements/SvgImage/SvgImage';
|
|
52
|
+
export { URLToLink } from './components/elements/URLToLink/URLToLink';
|
|
53
|
+
export { Draggable } from './components/elements/Draggable/Draggable.view';
|
|
54
|
+
export * from './components/elements/Panel/Panel';
|
|
55
|
+
export * from './components/modules/Modal/Modal';
|
|
56
|
+
export { AboutModal, AboutText, } from './components/modules/AboutModal/AboutModal';
|
|
57
|
+
export { Accordion } from './components/modules/Accordion/Accordion';
|
|
58
|
+
export { ActivityCard } from './components/modules/ActivityCard/ActivityCard';
|
|
59
|
+
export { AspectRatio } from './components/modules/AspectRatio/AspectRatio';
|
|
60
|
+
export { Bar } from './components/modules/Bar/Bar';
|
|
61
|
+
export { Breadcrumbs } from './components/modules/Breadcrumbs/Breadcrumbs';
|
|
62
|
+
export { CakeTimer } from './components/modules/CakeTimer/CakeTimer';
|
|
63
|
+
export { CircleCountDown } from './components/modules/CircleCountDown/CircleCountDown.view';
|
|
64
|
+
export { CondensedTabs } from './components/modules/CondensedTabs/CondensedTabs.view';
|
|
65
|
+
export { ModalCloseButton } from './components/modules/CloseButton/ModalCloseButton.view';
|
|
66
|
+
export { ConfirmableMultiselect } from './components/modules/Multiselect/ConfirmableMultiselect';
|
|
67
|
+
export { ConfirmationModal } from './components/modules/ConfirmationModal/ConfirmationModal';
|
|
68
|
+
export { ContextMenu } from './components/modules/ContextMenu/ContextMenu';
|
|
69
|
+
export { DragAndUploadFiles } from './components/modules/DragAndDropFiles/DragAndUploadFiles.view';
|
|
70
|
+
export { DropContent } from './components/modules/DropContent/DropContent';
|
|
71
|
+
export { Form } from './components/modules/Form/Form';
|
|
72
|
+
export { Group } from './components/modules/Group/Group';
|
|
73
|
+
export { InfoMessage } from './components/modules/InfoMessage/InfoMessage.view';
|
|
74
|
+
export { List } from './components/modules/List/List';
|
|
75
|
+
export { Menu, MenuEntry } from './components/modules/Menu/Menu';
|
|
76
|
+
export { Multiselect } from './components/modules/Multiselect/Multiselect';
|
|
77
|
+
export { MultistepIndicator } from './components/modules/MultistepIndicator/MultistepIndicator';
|
|
78
|
+
export { NumberStepInput } from './components/modules/NumberStepInput/NumberStepInput';
|
|
79
|
+
export { PasswordInput } from './components/modules/PasswordInput/PasswordInput';
|
|
80
|
+
export { PopOutWindow } from './components/modules/PopOutWindow/PopOutWindow';
|
|
81
|
+
export { PreferenceInput } from './components/modules/PreferenceInput/PreferenceInput';
|
|
82
|
+
export { PreferenceMultiselect } from './components/modules/PreferenceMultiselect/PreferenceMultiselect';
|
|
83
|
+
export { PreferenceRow } from './components/modules/PreferenceRow/PreferenceRow';
|
|
84
|
+
export { PreferenceWrapper } from './components/modules/PreferenceInput/PreferenceWrapper';
|
|
85
|
+
export { Row } from './components/modules/List/Row';
|
|
86
|
+
export { SearchInput } from './components/modules/SearchInput/SearchInput';
|
|
87
|
+
export { SectionAccordion } from './components/modules/SectionAccordion/SectionAccordion';
|
|
88
|
+
export { Section } from './components/modules/Section/Section';
|
|
89
|
+
export { Select } from './components/modules/Select/Select';
|
|
90
|
+
export { Sheet } from './components/modules/Sheet/Sheet';
|
|
91
|
+
export { StatCard, StatCardBox, StatCardVariant, } from './components/modules/StatCard/StatCard';
|
|
92
|
+
export { Tab, Tabs } from './components/modules/Tabs/Tabs';
|
|
93
|
+
export { Tag, TagList } from './components/modules/TagList/TagList';
|
|
94
|
+
export { Toast } from './components/modules/Toast/Toast';
|
|
95
|
+
export { AvatarType } from './components/modules/Avatar/Avatar.types';
|
|
96
|
+
export { Avatar } from './components/modules/Avatar/Avatar';
|
|
97
|
+
export { UserMenuButton, UserMenuDropContent, } from './components/modules/UserMenuDropContent/UserMenuDropContent.view';
|
|
98
|
+
export { User } from './components/modules/User/User';
|
|
99
|
+
export { VideoWrapper } from './components/modules/VideoWrapper/VideoWrapper';
|
|
100
|
+
export { NotificationToast } from './components/modules/NotificationToast/NotificationToast';
|
|
101
|
+
export { KebabMenuButton } from './components/modules/KebabMenuButton/KebabMenuButton';
|
|
102
|
+
export { RangeSlider } from './components/elements/RangeSlider/RangeSlider.view';
|
|
103
|
+
export { Captions } from './components/modules/Captions/Captions.view';
|
|
104
|
+
export { ImagePreviewButton } from './components/modules/AssetPreviewButton/PreviewButtons.view';
|
|
105
|
+
export { ColorPreviewButton } from './components/modules/AssetPreviewButton/PreviewButtons.view';
|
|
106
|
+
export { ColorPickerPreviewButton } from './components/modules/AssetPreviewButton/ColorPickerPreviewButton.view';
|
|
107
|
+
export { Table } from './components/modules/Table/Table';
|
|
108
|
+
export { TableRow, TableRowWrapper } from './components/modules/Table/TableRow';
|
|
109
|
+
export { TableBody } from './components/modules/Table/TableBody';
|
|
110
|
+
export { TableCell } from './components/modules/Table/TableCell';
|
|
111
|
+
export { TableContent } from './components/modules/Table/TableContent';
|
|
112
|
+
export { TableHead } from './components/modules/Table/TableHead';
|
|
113
|
+
export { TableHeadCell } from './components/modules/Table/TableHeadCell';
|
|
114
|
+
export { SortingIndicator } from './components/modules/Table/SortingIndicator';
|
|
115
|
+
export { ExpanderCell } from './components/modules/Table/ExpanderCell';
|
|
116
|
+
export { InfoHeadCell } from './components/modules/Table/InfoHeadCell';
|
|
117
|
+
export { TablePagination } from './components/modules/Table/TablePagination';
|
|
118
|
+
export { TableSection } from './components/modules/Table/TableSection';
|
|
119
|
+
export { AriaMenu } from './components/modules/AriaMenu/AriaMenu';
|
|
120
|
+
export { ThreeColumnSelector } from './components/modules/ThreeColumnSelector/ThreeColumnSelector';
|
|
121
|
+
export { CollapsableContainer } from './components/modules/CollapsableContainer/CollapsableContainer';
|
|
122
|
+
export { FontVariant } from '../design-tokens/generated/constants';
|
|
123
|
+
export { Color, RgbColor } from '../design-tokens/generated/colors';
|
|
124
|
+
export type { IconSource, IconCollection, } from '../design-tokens/generated/Icons';
|
|
125
|
+
export { breakpoints, type Breakpoint, } from '../design-tokens/generated/breakpoints';
|
|
126
|
+
export { variables } from '../design-tokens/generated/variables';
|
|
127
|
+
export type { ColorScheme, ButtonVariant, HeadingFontVariant, LabelModifier, InputVariant, ShadowModifier, StatIndicatorVariant, TextVariant, VideoWrapperVariant, FullSizeWindowBackgroundVariant, BadgeCounterVariant, } from './types/variants';
|
|
128
|
+
export type { ButtonHTMLTag, InlineElement, HeadingElement, Option, MultiselectOption, } from './types/elements';
|
|
129
|
+
export type { AllSize, BaseSizeModifier, SizeModifier, StandardSizeModifier, ExtendedSizeModifier, ButtonModifiersValues, VideoWrapperSizeModifier, LogoSizeModifier, ModalSizeModifier, } from './types/sizes';
|
|
130
|
+
export type { LinkTarget, TooltipPosition, ExtendedTooltipPosition, } from './types/propTypes';
|
|
131
|
+
export type { ImageSrc, BackgroundImageSrc } from './types/images';
|
|
132
|
+
export type { ToastPosition } from './components/modules/Toast/Toast';
|
|
133
|
+
export type { DropContentPosition, DropContentType, } from './components/modules/DropContent/types';
|
|
134
|
+
export type { IScrollbars } from './components/elements/Scrollbars/Scrollbars';
|
|
135
|
+
export type { SelectProps } from './components/modules/Select/Select';
|
|
136
|
+
export type { VideoHandle } from './components/elements/Video/Video';
|
|
137
|
+
export type { ToastProps } from './components/modules/Toast/Toast';
|
|
138
|
+
export type { TextLinkProps } from './components/elements/TextLink/TextLink';
|
|
139
|
+
export type { TextProps } from './components/elements/Text/Text';
|
|
140
|
+
export type { WithTransitionProps } from './components/modules/TransitionContainer/withTransition';
|
|
141
|
+
export type { BreadcrumbItem } from './components/modules/Breadcrumbs/Breadcrumbs';
|
|
142
|
+
export type { AriaMenuItem, AriaMenuProps, } from './components/modules/AriaMenu/AriaMenu.types';
|
|
143
|
+
export type { StatusItem, ActivityCardAction, } from './components/modules/ActivityCard/ActivityCard';
|
|
144
|
+
export type { MenuAction, MenuContent, MenuItem, } from './components/modules/Menu/types';
|
|
145
|
+
export type { GroupProps } from './components/modules/Group/Group';
|
|
146
|
+
export type { MultistepItem } from './components/modules/MultistepIndicator/MultistepIndicator.types';
|
|
147
|
+
export type { MultistepIndicatorProps } from './components/modules/MultistepIndicator/MultistepIndicator';
|
|
148
|
+
export type { ClickEventHandler } from './types/events';
|
|
149
|
+
export type { TagItem } from './components/modules/TagList/TagList';
|
|
150
|
+
export type { FloatRootOverflow, AlignWithFloatRootTrigger, } from './components/elements/Draggable/Draggable.view';
|
|
151
|
+
export { LockStyle } from './components/elements/Draggable/Draggable.view';
|
|
152
|
+
export type { NotificationTooltipPosition } from './components/elements/Tooltip/NotificationTooltip';
|
|
153
|
+
export type { NotificationToastMessage, NotificationToastSignal, } from './components/modules/NotificationToast/NotificationToastSignal';
|
|
154
|
+
export type { FullSizeWindowCommonProps, FullSizeWindowColorBackgroundProps, FullSizeWindowImageBackgroundProps, } from './components/foundation/FullSizeWindow/FullSizeWindow';
|
|
155
|
+
export type { OverlayOpacity } from './components/foundation/FullSizeWindow/FullSizeWindow';
|
|
156
|
+
export { TooltipPositionValue } from './types/propTypes';
|
|
157
|
+
export { StatCardRow } from './components/modules/StatCard/StatCard';
|
|
158
|
+
export type { StatCardRowData } from './components/modules/StatCard/StatCard';
|
|
159
|
+
export type { TableResultsCountProps } from './components/modules/Table/TablePagination';
|
|
160
|
+
export { onEnter } from './utils/onEnter';
|
|
161
|
+
export { isBackgroundImageSrcEmpty, isImageSrcEmpty } from './utils/imageSrc';
|
|
162
|
+
export { sizeToPadding } from './utils/helpers';
|
|
163
|
+
export { useTabs } from './components/modules/Tabs/hooks/useTabs';
|
|
164
|
+
export { useMultistepIndicator } from './components/modules/MultistepIndicator/useMultistepIndicator';
|
|
165
|
+
export * from './hooks/media-queries';
|
|
166
|
+
export { useBreakpointChange } from './hooks/useBreakpointChange';
|
|
167
|
+
export { useScrollIntoView } from './hooks/useScrollIntoView';
|
|
168
|
+
export { useGroupedPagesNav } from './components/modules/Table/hooks/useGroupedPagesNav';
|
|
169
|
+
export { useModalHandle } from './hooks/useModalHandle';
|
|
170
|
+
export { useFocusFrom } from './hooks/useFocusFrom';
|
|
171
|
+
export { useFocusFromOpened } from './hooks/useFocusFromOpened';
|
|
172
|
+
export { useModal } from './hooks/useModal';
|
|
173
|
+
export { withTransition } from './components/modules/TransitionContainer/withTransition';
|
|
174
|
+
export { withTabName } from './components/modules/Tabs/withTabName';
|
|
175
|
+
export { ThemeConsumer, ThemeContext, ThemeProvider, themeValues, type Theme, withColorScheme, } from './themes/ThemeContext';
|
|
176
|
+
export { TestId } from './utils/testIds';
|
|
177
|
+
export { notificationToastSignal } from './components/modules/NotificationToast/NotificationToastSignal';
|
|
178
|
+
export { ariaMenuOpenStateSignal } from './components/modules/AriaMenu/AriaMenu.signals';
|
|
179
|
+
export { isImageSrcString } from './utils/imageSrc';
|
|
180
|
+
export { isValidIconName } from './utils/typeGuards';
|
|
181
|
+
//# sourceMappingURL=exports.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exports.d.ts","sourceRoot":"","sources":["../../../src/exports.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,182 +1,3 @@
|
|
|
1
1
|
import './index.scss';
|
|
2
|
-
export
|
|
3
|
-
export { Cell } from './components/foundation/Grid/Cell/Cell';
|
|
4
|
-
export { CenterLayout } from './components/foundation/CenterLayout/CenterLayout';
|
|
5
|
-
export { FullscreenLayout } from './components/foundation/FullscreenLayout/FullscreenLayout';
|
|
6
|
-
export { FullscreenOverlay } from './components/foundation/FullscreenOverlay/FullscreenOverlay';
|
|
7
|
-
export { FullscreenSpinner } from './components/foundation/FullscreenSpinner/FullscreenSpinner';
|
|
8
|
-
export { FullSizeWindow } from './components/foundation/FullSizeWindow/FullSizeWindow';
|
|
9
|
-
export { Grid } from './components/foundation/Grid/Grid';
|
|
10
|
-
export { Scrim } from './components/foundation/Scrim/Scrim';
|
|
11
|
-
export { Wrapper } from './components/foundation/Wrapper/Wrapper';
|
|
12
|
-
export * from './components/elements/InteractiveElement/InteractiveElement';
|
|
13
|
-
export * from './components/elements/SimpleButton/SimpleButton';
|
|
14
|
-
export * from './components/elements/Button/Button';
|
|
15
|
-
export * from './components/elements/Icon/Icon';
|
|
16
|
-
export { Announcer, announce } from './components/elements/Announcer/Announcer';
|
|
17
|
-
export { Box } from './components/elements/Box/Box';
|
|
18
|
-
export { BoxHeader } from './components/elements/BoxHeader/BoxHeader';
|
|
19
|
-
export { CallToAction } from './components/elements/CallToAction/CallToAction';
|
|
20
|
-
export { Checkbox } from './components/elements/Checkbox/Checkbox';
|
|
21
|
-
export { CoreHeader } from './components/elements/CoreHeader/CoreHeader';
|
|
22
|
-
export { Divider } from './components/elements/Divider/Divider';
|
|
23
|
-
export { DragAndDrop } from './components/elements/DragAndDrop/DragAndDrop.view';
|
|
24
|
-
export { FileUpload } from './components/elements/FileUpload/FileUpload.view';
|
|
25
|
-
export { Heading } from './components/elements/Heading/Heading';
|
|
26
|
-
export { LineHeading } from './components/elements/LineHeading/LineHeading';
|
|
27
|
-
export { Input, useInput } from './components/elements/Input/Input';
|
|
28
|
-
export { InputLabel } from './components/elements/InputLabel/InputLabel';
|
|
29
|
-
export { Logo } from './components/elements/Logo/Logo';
|
|
30
|
-
export { PexipLogo } from './components/elements/PexipLogo/PexipLogo';
|
|
31
|
-
export { NotificationTooltip } from './components/elements/Tooltip/NotificationTooltip';
|
|
32
|
-
export { CustomTooltip } from './components/elements/Tooltip/CustomTooltip';
|
|
33
|
-
export { Pill } from './components/elements/Pill/Pill';
|
|
34
|
-
export { ActionsRow } from './components/elements/ActionsRow/ActionsRow';
|
|
35
|
-
export { RadioButton } from './components/elements/RadioButton/RadioButton';
|
|
36
|
-
export { Scrollbars } from './components/elements/Scrollbars/Scrollbars';
|
|
37
|
-
export { Spinner } from './components/elements/Spinner/Spinner';
|
|
38
|
-
export { StatIndicator } from './components/elements/StatIndicator/StatIndicator';
|
|
39
|
-
export { StepNumber } from './components/elements/StepNumber/StepNumber';
|
|
40
|
-
export { Text } from './components/elements/Text/Text';
|
|
41
|
-
export { TextArea } from './components/elements/TextArea/TextArea';
|
|
42
|
-
export { TextLink } from './components/elements/TextLink/TextLink';
|
|
43
|
-
export { ListBoxLink } from './components/elements/ListBoxLink/ListBoxLink';
|
|
44
|
-
export { ListLink } from './components/elements/ListLink/ListLink';
|
|
45
|
-
export { ProgressBar, ProgressBarColor, } from './components/elements/ProgressBar/ProgressBar';
|
|
46
|
-
export { TextHeading } from './components/elements/TextHeading/TextHeading';
|
|
47
|
-
export { ToggleSwitch } from './components/elements/ToggleSwitch/ToggleSwitch';
|
|
48
|
-
export { Tooltip } from './components/elements/Tooltip/Tooltip';
|
|
49
|
-
export { Video } from './components/elements/Video/Video';
|
|
50
|
-
export { Audio } from './components/elements/Audio/Audio';
|
|
51
|
-
export * from './components/elements/BadgeCounter/BadgeCounter';
|
|
52
|
-
export { SvgImage } from './components/elements/SvgImage/SvgImage';
|
|
53
|
-
export { URLToLink } from './components/elements/URLToLink/URLToLink';
|
|
54
|
-
export { Draggable } from './components/elements/Draggable/Draggable.view';
|
|
55
|
-
export * from './components/elements/Panel/Panel';
|
|
56
|
-
export * from './components/modules/Modal/Modal';
|
|
57
|
-
export { AboutModal, AboutText, } from './components/modules/AboutModal/AboutModal';
|
|
58
|
-
export { Accordion } from './components/modules/Accordion/Accordion';
|
|
59
|
-
export { ActivityCard } from './components/modules/ActivityCard/ActivityCard';
|
|
60
|
-
export { AspectRatio } from './components/modules/AspectRatio/AspectRatio';
|
|
61
|
-
export { Bar } from './components/modules/Bar/Bar';
|
|
62
|
-
export { Breadcrumbs } from './components/modules/Breadcrumbs/Breadcrumbs';
|
|
63
|
-
export { CakeTimer } from './components/modules/CakeTimer/CakeTimer';
|
|
64
|
-
export { CircleCountDown } from './components/modules/CircleCountDown/CircleCountDown.view';
|
|
65
|
-
export { CondensedTabs } from './components/modules/CondensedTabs/CondensedTabs.view';
|
|
66
|
-
export { ModalCloseButton } from './components/modules/CloseButton/ModalCloseButton.view';
|
|
67
|
-
export { ConfirmableMultiselect } from './components/modules/Multiselect/ConfirmableMultiselect';
|
|
68
|
-
export { ConfirmationModal } from './components/modules/ConfirmationModal/ConfirmationModal';
|
|
69
|
-
export { ContextMenu } from './components/modules/ContextMenu/ContextMenu';
|
|
70
|
-
export { DragAndUploadFiles } from './components/modules/DragAndDropFiles/DragAndUploadFiles.view';
|
|
71
|
-
export { DropContent } from './components/modules/DropContent/DropContent';
|
|
72
|
-
export { Form } from './components/modules/Form/Form';
|
|
73
|
-
export { Group } from './components/modules/Group/Group';
|
|
74
|
-
export { InfoMessage } from './components/modules/InfoMessage/InfoMessage.view';
|
|
75
|
-
export { List } from './components/modules/List/List';
|
|
76
|
-
export { Menu, MenuEntry } from './components/modules/Menu/Menu';
|
|
77
|
-
export { Multiselect } from './components/modules/Multiselect/Multiselect';
|
|
78
|
-
export { MultistepIndicator } from './components/modules/MultistepIndicator/MultistepIndicator';
|
|
79
|
-
export { NumberStepInput } from './components/modules/NumberStepInput/NumberStepInput';
|
|
80
|
-
export { PasswordInput } from './components/modules/PasswordInput/PasswordInput';
|
|
81
|
-
export { PopOutWindow } from './components/modules/PopOutWindow/PopOutWindow';
|
|
82
|
-
export { PreferenceInput } from './components/modules/PreferenceInput/PreferenceInput';
|
|
83
|
-
export { PreferenceMultiselect } from './components/modules/PreferenceMultiselect/PreferenceMultiselect';
|
|
84
|
-
export { PreferenceRow } from './components/modules/PreferenceRow/PreferenceRow';
|
|
85
|
-
export { PreferenceWrapper } from './components/modules/PreferenceInput/PreferenceWrapper';
|
|
86
|
-
export { Row } from './components/modules/List/Row';
|
|
87
|
-
export { SearchInput } from './components/modules/SearchInput/SearchInput';
|
|
88
|
-
export { SectionAccordion } from './components/modules/SectionAccordion/SectionAccordion';
|
|
89
|
-
export { Section } from './components/modules/Section/Section';
|
|
90
|
-
export { Select } from './components/modules/Select/Select';
|
|
91
|
-
export { Sheet } from './components/modules/Sheet/Sheet';
|
|
92
|
-
export { StatCard, StatCardBox, StatCardVariant, } from './components/modules/StatCard/StatCard';
|
|
93
|
-
export { Tab, Tabs } from './components/modules/Tabs/Tabs';
|
|
94
|
-
export { Tag, TagList } from './components/modules/TagList/TagList';
|
|
95
|
-
export { Toast } from './components/modules/Toast/Toast';
|
|
96
|
-
export { AvatarType } from './components/modules/Avatar/Avatar.types';
|
|
97
|
-
export { Avatar } from './components/modules/Avatar/Avatar';
|
|
98
|
-
export { UserMenuButton, UserMenuDropContent, } from './components/modules/UserMenuDropContent/UserMenuDropContent.view';
|
|
99
|
-
export { User } from './components/modules/User/User';
|
|
100
|
-
export { VideoWrapper } from './components/modules/VideoWrapper/VideoWrapper';
|
|
101
|
-
export { NotificationToast } from './components/modules/NotificationToast/NotificationToast';
|
|
102
|
-
export { KebabMenuButton } from './components/modules/KebabMenuButton/KebabMenuButton';
|
|
103
|
-
export { RangeSlider } from './components/elements/RangeSlider/RangeSlider.view';
|
|
104
|
-
export { Captions } from './components/modules/Captions/Captions.view';
|
|
105
|
-
export { ImagePreviewButton } from './components/modules/AssetPreviewButton/PreviewButtons.view';
|
|
106
|
-
export { ColorPreviewButton } from './components/modules/AssetPreviewButton/PreviewButtons.view';
|
|
107
|
-
export { ColorPickerPreviewButton } from './components/modules/AssetPreviewButton/ColorPickerPreviewButton.view';
|
|
108
|
-
export { Table } from './components/modules/Table/Table';
|
|
109
|
-
export { TableRow, TableRowWrapper } from './components/modules/Table/TableRow';
|
|
110
|
-
export { TableBody } from './components/modules/Table/TableBody';
|
|
111
|
-
export { TableCell } from './components/modules/Table/TableCell';
|
|
112
|
-
export { TableContent } from './components/modules/Table/TableContent';
|
|
113
|
-
export { TableHead } from './components/modules/Table/TableHead';
|
|
114
|
-
export { TableHeadCell } from './components/modules/Table/TableHeadCell';
|
|
115
|
-
export { SortingIndicator } from './components/modules/Table/SortingIndicator';
|
|
116
|
-
export { ExpanderCell } from './components/modules/Table/ExpanderCell';
|
|
117
|
-
export { InfoHeadCell } from './components/modules/Table/InfoHeadCell';
|
|
118
|
-
export { TablePagination } from './components/modules/Table/TablePagination';
|
|
119
|
-
export { TableSection } from './components/modules/Table/TableSection';
|
|
120
|
-
export { AriaMenu } from './components/modules/AriaMenu/AriaMenu';
|
|
121
|
-
export { ThreeColumnSelector } from './components/modules/ThreeColumnSelector/ThreeColumnSelector';
|
|
122
|
-
export { CollapsableContainer } from './components/modules/CollapsableContainer/CollapsableContainer';
|
|
123
|
-
export { FontVariant } from '../design-tokens/generated/constants';
|
|
124
|
-
export { Color, RgbColor } from '../design-tokens/generated/colors';
|
|
125
|
-
export type { IconSource, IconCollection, } from '../design-tokens/generated/Icons';
|
|
126
|
-
export { breakpoints, type Breakpoint, } from '../design-tokens/generated/breakpoints';
|
|
127
|
-
export { variables } from '../design-tokens/generated/variables';
|
|
128
|
-
export type { ColorScheme, ButtonVariant, HeadingFontVariant, LabelModifier, InputVariant, ShadowModifier, StatIndicatorVariant, TextVariant, VideoWrapperVariant, FullSizeWindowBackgroundVariant, BadgeCounterVariant, } from './types/variants';
|
|
129
|
-
export type { ButtonHTMLTag, InlineElement, HeadingElement, Option, MultiselectOption, } from './types/elements';
|
|
130
|
-
export type { AllSize, BaseSizeModifier, SizeModifier, StandardSizeModifier, ExtendedSizeModifier, ButtonModifiersValues, VideoWrapperSizeModifier, LogoSizeModifier, ModalSizeModifier, } from './types/sizes';
|
|
131
|
-
export type { LinkTarget, TooltipPosition, ExtendedTooltipPosition, } from './types/propTypes';
|
|
132
|
-
export type { ImageSrc, BackgroundImageSrc } from './types/images';
|
|
133
|
-
export type { ToastPosition } from './components/modules/Toast/Toast';
|
|
134
|
-
export type { DropContentPosition, DropContentType, } from './components/modules/DropContent/types';
|
|
135
|
-
export type { IScrollbars } from './components/elements/Scrollbars/Scrollbars';
|
|
136
|
-
export type { SelectProps } from './components/modules/Select/Select';
|
|
137
|
-
export type { VideoHandle } from './components/elements/Video/Video';
|
|
138
|
-
export type { ToastProps } from './components/modules/Toast/Toast';
|
|
139
|
-
export type { TextLinkProps } from './components/elements/TextLink/TextLink';
|
|
140
|
-
export type { TextProps } from './components/elements/Text/Text';
|
|
141
|
-
export type { WithTransitionProps } from './components/modules/TransitionContainer/withTransition';
|
|
142
|
-
export type { BreadcrumbItem } from './components/modules/Breadcrumbs/Breadcrumbs';
|
|
143
|
-
export type { AriaMenuItem, AriaMenuProps, } from './components/modules/AriaMenu/AriaMenu.types';
|
|
144
|
-
export type { StatusItem, ActivityCardAction, } from './components/modules/ActivityCard/ActivityCard';
|
|
145
|
-
export type { MenuAction, MenuContent, MenuItem, } from './components/modules/Menu/types';
|
|
146
|
-
export type { GroupProps } from './components/modules/Group/Group';
|
|
147
|
-
export type { MultistepItem } from './components/modules/MultistepIndicator/MultistepIndicator.types';
|
|
148
|
-
export type { MultistepIndicatorProps } from './components/modules/MultistepIndicator/MultistepIndicator';
|
|
149
|
-
export type { ClickEventHandler } from './types/events';
|
|
150
|
-
export type { TagItem } from './components/modules/TagList/TagList';
|
|
151
|
-
export type { FloatRootOverflow, AlignWithFloatRootTrigger, } from './components/elements/Draggable/Draggable.view';
|
|
152
|
-
export { LockStyle } from './components/elements/Draggable/Draggable.view';
|
|
153
|
-
export type { NotificationTooltipPosition } from './components/elements/Tooltip/NotificationTooltip';
|
|
154
|
-
export type { NotificationToastMessage, NotificationToastSignal, } from './components/modules/NotificationToast/NotificationToastSignal';
|
|
155
|
-
export type { FullSizeWindowCommonProps, FullSizeWindowColorBackgroundProps, FullSizeWindowImageBackgroundProps, } from './components/foundation/FullSizeWindow/FullSizeWindow';
|
|
156
|
-
export type { OverlayOpacity } from './components/foundation/FullSizeWindow/FullSizeWindow';
|
|
157
|
-
export { TooltipPositionValue } from './types/propTypes';
|
|
158
|
-
export { StatCardRow } from './components/modules/StatCard/StatCard';
|
|
159
|
-
export type { StatCardRowData } from './components/modules/StatCard/StatCard';
|
|
160
|
-
export type { TableResultsCountProps } from './components/modules/Table/TablePagination';
|
|
161
|
-
export { onEnter } from './utils/onEnter';
|
|
162
|
-
export { isBackgroundImageSrcEmpty, isImageSrcEmpty } from './utils/imageSrc';
|
|
163
|
-
export { sizeToPadding } from './utils/helpers';
|
|
164
|
-
export { useTabs } from './components/modules/Tabs/hooks/useTabs';
|
|
165
|
-
export { useMultistepIndicator } from './components/modules/MultistepIndicator/useMultistepIndicator';
|
|
166
|
-
export * from './hooks/media-queries';
|
|
167
|
-
export { useBreakpointChange } from './hooks/useBreakpointChange';
|
|
168
|
-
export { useScrollIntoView } from './hooks/useScrollIntoView';
|
|
169
|
-
export { useGroupedPagesNav } from './components/modules/Table/hooks/useGroupedPagesNav';
|
|
170
|
-
export { useModalHandle } from './hooks/useModalHandle';
|
|
171
|
-
export { useFocusFrom } from './hooks/useFocusFrom';
|
|
172
|
-
export { useFocusFromOpened } from './hooks/useFocusFromOpened';
|
|
173
|
-
export { useModal } from './hooks/useModal';
|
|
174
|
-
export { withTransition } from './components/modules/TransitionContainer/withTransition';
|
|
175
|
-
export { withTabName } from './components/modules/Tabs/withTabName';
|
|
176
|
-
export { ThemeConsumer, ThemeContext, ThemeProvider, themeValues, type Theme, withColorScheme, } from './themes/ThemeContext';
|
|
177
|
-
export { TestId } from './utils/testIds';
|
|
178
|
-
export { notificationToastSignal } from './components/modules/NotificationToast/NotificationToastSignal';
|
|
179
|
-
export { ariaMenuOpenStateSignal } from './components/modules/AriaMenu/AriaMenu.signals';
|
|
180
|
-
export { isImageSrcString } from './utils/imageSrc';
|
|
181
|
-
export { isValidIconName } from './utils/typeGuards';
|
|
2
|
+
export * from './exports';
|
|
182
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,cAAc,CAAC;AAEtB,cAAc,WAAW,CAAC"}
|
|
@@ -5,6 +5,7 @@ export type Option<T extends string = string> = {
|
|
|
5
5
|
};
|
|
6
6
|
export type MultiselectOption<T extends string = string> = Option<T> & {
|
|
7
7
|
isHidden?: boolean;
|
|
8
|
+
description?: string;
|
|
8
9
|
};
|
|
9
10
|
export type ButtonHTMLTag = 'button' | 'a';
|
|
10
11
|
export declare const inlineElementsValues: readonly ["span", "p"];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"elements.d.ts","sourceRoot":"","sources":["../../../../src/types/elements.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,MAAM,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,IAAI;IAC5C,EAAE,EAAE,CAAC,CAAC;IACN,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,iBAAiB,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG;IACnE,QAAQ,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"elements.d.ts","sourceRoot":"","sources":["../../../../src/types/elements.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,MAAM,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,IAAI;IAC5C,EAAE,EAAE,CAAC,CAAC;IACN,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,iBAAiB,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG;IACnE,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,GAAG,CAAC;AAE3C,eAAO,MAAM,oBAAoB,wBAAyB,CAAC;AAC3D,MAAM,MAAM,aAAa,GAAG,OAAO,oBAAoB,CAAC,MAAM,CAAC,CAAC;AAEhE,eAAO,MAAM,qBAAqB,+CAOxB,CAAC;AACX,MAAM,MAAM,cAAc,GAAG,OAAO,qBAAqB,CAAC,MAAM,CAAC,CAAC;AAElE,MAAM,MAAM,kBAAkB,GAAG;IAC7B,OAAO,EAAE,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC;IAClC,UAAU,CAAC,EAAE,QAAQ,GAAG,WAAW,CAAC;CACvC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pexip/components",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.2.0",
|
|
4
4
|
"homepage": "https://gitlab.com/pexip/zoo",
|
|
5
5
|
"bugs": "https://gitlab.com/pexip/zoo/issues",
|
|
6
6
|
"repository": {
|
|
@@ -27,16 +27,20 @@
|
|
|
27
27
|
"./src/utils/testIds": "./src/utils/testIds.ts",
|
|
28
28
|
"./*.css": "./*.css"
|
|
29
29
|
},
|
|
30
|
+
"directories": {
|
|
31
|
+
"doc": "/api-docs"
|
|
32
|
+
},
|
|
30
33
|
"files": [
|
|
31
34
|
"/dist",
|
|
35
|
+
"/api-docs",
|
|
32
36
|
"/design-tokens",
|
|
33
37
|
"/src/fonts.css",
|
|
34
38
|
"/src/assets/fonts/*"
|
|
35
39
|
],
|
|
36
40
|
"scripts": {
|
|
37
41
|
"build:dev": "NODE_ENV=development pexip-bundler build --bundler vite",
|
|
38
|
-
"build": "pexip-bundler build --bundler vite && yarn typescript-declarations",
|
|
39
|
-
"build:sourcemap": "pexip-bundler build --bundler vite --sourcemap && yarn typescript-declarations",
|
|
42
|
+
"build": "pexip-bundler build --bundler vite && pexip-bundler build --bundler vite -c vite.config.css-no-global-styles.js && yarn typescript-declarations && yarn docs",
|
|
43
|
+
"build:sourcemap": "pexip-bundler build --bundler vite --sourcemap && pexip-bundler build --bundler vite -c vite.config.css-no-global-styles.js && yarn typescript-declarations && yarn docs",
|
|
40
44
|
"build:watch": "pexip-bundler dev --bundler vite",
|
|
41
45
|
"fetch:all": "cd design-tokens/build-scripts && yarn node ./index.mjs",
|
|
42
46
|
"fetch:breakpoints": "cd design-tokens/build-scripts && yarn node ./index.mjs breakpoints",
|
|
@@ -45,7 +49,7 @@
|
|
|
45
49
|
"fetch:icons": "cd design-tokens/build-scripts && yarn node ./index.mjs icons",
|
|
46
50
|
"fetch:variables": "cd design-tokens/build-scripts && yarn node ./index.mjs variables",
|
|
47
51
|
"check-format": "prettier --ignore-path=../../.prettierignore --check .",
|
|
48
|
-
"clean": "rm -fr dist/",
|
|
52
|
+
"clean": "rm -fr dist/ api-docs/",
|
|
49
53
|
"echo": "echo echo",
|
|
50
54
|
"format": "prettier --ignore-path=../../.prettierignore --write .",
|
|
51
55
|
"lint": "yarn run -T biome lint",
|
|
@@ -54,12 +58,13 @@
|
|
|
54
58
|
"test": "jest",
|
|
55
59
|
"tsc": "tsc --noEmit",
|
|
56
60
|
"typecheck": "yarn tsc --noEmit -p .",
|
|
57
|
-
"typescript-declarations": "tsc --project tsconfig.declarations.json"
|
|
61
|
+
"typescript-declarations": "tsc --project tsconfig.declarations.json",
|
|
62
|
+
"docs": "typedoc"
|
|
58
63
|
},
|
|
59
64
|
"dependencies": {
|
|
60
|
-
"@pexip/hooks": "21.0.
|
|
61
|
-
"@pexip/signal": "16.9.
|
|
62
|
-
"@pexip/utils": "17.1.
|
|
65
|
+
"@pexip/hooks": "21.0.5",
|
|
66
|
+
"@pexip/signal": "16.9.3",
|
|
67
|
+
"@pexip/utils": "17.1.3",
|
|
63
68
|
"@react-aria/button": "^3.14.1",
|
|
64
69
|
"@react-aria/interactions": "^3.25.5",
|
|
65
70
|
"@react-aria/menu": "^3.19.1",
|
|
@@ -83,7 +88,7 @@
|
|
|
83
88
|
},
|
|
84
89
|
"devDependencies": {
|
|
85
90
|
"@mdx-js/react": "^1.6.22",
|
|
86
|
-
"@pexip/bundler": "18.
|
|
91
|
+
"@pexip/bundler": "18.2.0",
|
|
87
92
|
"@react-types/button": "^3.9.2",
|
|
88
93
|
"@react-types/menu": "^3.9.7",
|
|
89
94
|
"@react-types/shared": "^3.22.1",
|
|
@@ -117,6 +122,8 @@
|
|
|
117
122
|
"react-dom": "19.1.1",
|
|
118
123
|
"storybook": "^8.6.15",
|
|
119
124
|
"svgo": "^3.2.0",
|
|
125
|
+
"typedoc": "^0.28.15",
|
|
126
|
+
"typedoc-plugin-markdown": "^4.9.0",
|
|
120
127
|
"typescript": "~5.7.3"
|
|
121
128
|
},
|
|
122
129
|
"peerDependencies": {
|