@nulogy/components 6.7.2 → 6.7.3
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/main.js +4 -2
- package/dist/main.module.js +4 -2
- package/dist/src/Branding/BrandingText.d.ts +1 -1
- package/dist/src/Branding/LettermarkLogo.d.ts +1 -1
- package/dist/src/Branding/WordmarkLogo.d.ts +1 -1
- package/dist/src/Breadcrumbs/BreadcrumbsListItem.d.ts +1 -1
- package/dist/src/Button/Button.d.ts +1 -1
- package/dist/src/Button/DangerButton.d.ts +1 -1
- package/dist/src/Button/PrimaryButton.d.ts +1 -1
- package/dist/src/Button/QuietButton.d.ts +1 -1
- package/dist/src/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/dist/src/Card/Card.d.ts +1 -1
- package/dist/src/Card/CardSet.d.ts +1 -1
- package/dist/src/Checkbox/Checkbox.d.ts +1 -1
- package/dist/src/Checkbox/CheckboxGroup.d.ts +1 -1
- package/dist/src/DatePicker/DatePicker.d.ts +1 -1
- package/dist/src/DatePicker/DatePickerHeader.d.ts +1 -1
- package/dist/src/DatePicker/DatePickerInput.d.ts +1 -1
- package/dist/src/DateRange/DateRange.d.ts +1 -1
- package/dist/src/DateRange/EndTime.d.ts +1 -1
- package/dist/src/DateRange/StartTime.d.ts +1 -1
- package/dist/src/DropdownMenu/DropdownButton.d.ts +1 -1
- package/dist/src/DropdownMenu/DropdownItem.d.ts +1 -1
- package/dist/src/DropdownMenu/DropdownLink.d.ts +1 -1
- package/dist/src/DropdownMenu/DropdownMenu.d.ts +1 -1
- package/dist/src/DropdownMenu/DropdownMenuContainer.d.ts +1 -1
- package/dist/src/Form/Fieldset.d.ts +1 -1
- package/dist/src/Form/FormSection.d.ts +1 -1
- package/dist/src/Icon/LoadingIcon.d.ts +1 -1
- package/dist/src/Input/Input.d.ts +1 -1
- package/dist/src/Input/InputField.d.ts +1 -1
- package/dist/src/List/List.d.ts +1 -1
- package/dist/src/List/ListItem.d.ts +1 -1
- package/dist/src/LoadingAnimation/LoadingAnimation.d.ts +1 -1
- package/dist/src/Modal/ModalContent.d.ts +1 -1
- package/dist/src/Overlay/Overlay.d.ts +1 -1
- package/dist/src/Pagination/Pagination.d.ts +1 -1
- package/dist/src/Popper/Popper.d.ts +1 -1
- package/dist/src/RangeContainer/RangeContainer.d.ts +1 -1
- package/dist/src/StatusIndicator/StatusIndicator.d.ts +1 -1
- package/dist/src/Table/BaseTable.d.ts +1 -1
- package/dist/src/Table/TableCell.d.ts +1 -1
- package/dist/src/Table/TableHead.d.ts +1 -1
- package/dist/src/Tabs/Tab.d.ts +1 -1
- package/dist/src/Tabs/TabScrollIndicator.d.ts +1 -1
- package/dist/src/Textarea/StyledTextarea.d.ts +1 -1
- package/dist/src/Textarea/Textarea.d.ts +1 -1
- package/dist/src/TimePicker/TimePicker.d.ts +1 -1
- package/dist/src/TimePicker/TimePickerInput.d.ts +1 -1
- package/dist/src/TimeRange/TimeRange.d.ts +1 -1
- package/dist/src/Tooltip/Tooltip.d.ts +1 -1
- package/dist/src/Validation/InlineValidation.d.ts +1 -1
- package/dist/src/utils/ClickInputLabel.d.ts +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -23374,7 +23374,7 @@
|
|
|
23374
23374
|
displayName: "DesktopMenu",
|
|
23375
23375
|
componentId: "e4dzdq-4"
|
|
23376
23376
|
})({
|
|
23377
|
-
div: {
|
|
23377
|
+
"> div": {
|
|
23378
23378
|
":not(:last-of-type)": {
|
|
23379
23379
|
marginRight: Theme.space.x1
|
|
23380
23380
|
}
|
|
@@ -24386,6 +24386,7 @@
|
|
|
24386
24386
|
var spaceProps = getSubset(props, propTypes.space);
|
|
24387
24387
|
var restProps = omitSubset(props, propTypes.space);
|
|
24388
24388
|
return /*#__PURE__*/React__default['default'].createElement(Box, Object.assign({
|
|
24389
|
+
position: "relative",
|
|
24389
24390
|
className: className,
|
|
24390
24391
|
py: "half",
|
|
24391
24392
|
px: "0"
|
|
@@ -24515,6 +24516,7 @@
|
|
|
24515
24516
|
toggled = _ref.toggled,
|
|
24516
24517
|
onClick = _ref.onClick;
|
|
24517
24518
|
return /*#__PURE__*/React__default['default'].createElement(AnimatedBox, {
|
|
24519
|
+
position: "relative",
|
|
24518
24520
|
display: "flex",
|
|
24519
24521
|
alignItems: "center",
|
|
24520
24522
|
justifyContent: toggled ? "flex-end" : "flex-start",
|
|
@@ -45063,7 +45065,7 @@
|
|
|
45063
45065
|
displayName: "DesktopMenu",
|
|
45064
45066
|
componentId: "sc-8mrjkc-4"
|
|
45065
45067
|
})({
|
|
45066
|
-
div: {
|
|
45068
|
+
"> div": {
|
|
45067
45069
|
":not(:last-of-type)": {
|
|
45068
45070
|
marginRight: "8px"
|
|
45069
45071
|
}
|
package/dist/main.module.js
CHANGED
|
@@ -23348,7 +23348,7 @@ var DesktopMenu$1 = styled(BaseDesktopMenu$1).withConfig({
|
|
|
23348
23348
|
displayName: "DesktopMenu",
|
|
23349
23349
|
componentId: "e4dzdq-4"
|
|
23350
23350
|
})({
|
|
23351
|
-
div: {
|
|
23351
|
+
"> div": {
|
|
23352
23352
|
":not(:last-of-type)": {
|
|
23353
23353
|
marginRight: Theme.space.x1
|
|
23354
23354
|
}
|
|
@@ -24360,6 +24360,7 @@ var Radio = /*#__PURE__*/forwardRef(function (_a, ref) {
|
|
|
24360
24360
|
var spaceProps = getSubset(props, propTypes.space);
|
|
24361
24361
|
var restProps = omitSubset(props, propTypes.space);
|
|
24362
24362
|
return /*#__PURE__*/React__default.createElement(Box, Object.assign({
|
|
24363
|
+
position: "relative",
|
|
24363
24364
|
className: className,
|
|
24364
24365
|
py: "half",
|
|
24365
24366
|
px: "0"
|
|
@@ -24489,6 +24490,7 @@ var Switch$1 = function Switch(_ref) {
|
|
|
24489
24490
|
toggled = _ref.toggled,
|
|
24490
24491
|
onClick = _ref.onClick;
|
|
24491
24492
|
return /*#__PURE__*/React__default.createElement(AnimatedBox, {
|
|
24493
|
+
position: "relative",
|
|
24492
24494
|
display: "flex",
|
|
24493
24495
|
alignItems: "center",
|
|
24494
24496
|
justifyContent: toggled ? "flex-end" : "flex-start",
|
|
@@ -45037,7 +45039,7 @@ var DesktopMenu = styled(BaseDesktopMenu).withConfig({
|
|
|
45037
45039
|
displayName: "DesktopMenu",
|
|
45038
45040
|
componentId: "sc-8mrjkc-4"
|
|
45039
45041
|
})({
|
|
45040
|
-
div: {
|
|
45042
|
+
"> div": {
|
|
45041
45043
|
":not(:last-of-type)": {
|
|
45042
45044
|
marginRight: "8px"
|
|
45043
45045
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ButtonProps } from "./Button";
|
|
3
|
-
declare const DangerButton: import("styled-components").StyledComponent<import("react").
|
|
3
|
+
declare const DangerButton: import("styled-components").StyledComponent<import("react").FC<ButtonProps>, import("styled-components").DefaultTheme, {}, never>;
|
|
4
4
|
export default DangerButton;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ButtonProps } from "./Button";
|
|
3
|
-
declare const QuietButton: import("styled-components").StyledComponent<import("react").
|
|
3
|
+
declare const QuietButton: import("styled-components").StyledComponent<import("react").FC<ButtonProps>, import("styled-components").DefaultTheme, {}, never>;
|
|
4
4
|
export default QuietButton;
|
package/dist/src/Card/Card.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { BoxProps } from "../Box/Box";
|
|
3
|
-
declare const CardSet: import("styled-components").StyledComponent<React.
|
|
3
|
+
declare const CardSet: import("styled-components").StyledComponent<React.FC<BoxProps>, import("styled-components").DefaultTheme, {}, never>;
|
|
4
4
|
export default CardSet;
|
|
@@ -7,5 +7,5 @@ declare type DatePickerHeaderProps = {
|
|
|
7
7
|
nextMonthButtonDisabled: boolean;
|
|
8
8
|
locale?: string;
|
|
9
9
|
};
|
|
10
|
-
declare const DatePickerHeader: React.
|
|
10
|
+
declare const DatePickerHeader: React.FC<DatePickerHeaderProps>;
|
|
11
11
|
export default DatePickerHeader;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
declare const EndTime: import("styled-components").StyledComponent<import("react").
|
|
2
|
+
declare const EndTime: import("styled-components").StyledComponent<import("react").FC<import("styled-system").SpaceProps<Required<import("styled-system").Theme<import("react").ReactText>>, string | number | symbol> & {
|
|
3
3
|
disabled?: boolean;
|
|
4
4
|
value?: string;
|
|
5
5
|
timeFormat?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
declare const StartTime: import("styled-components").StyledComponent<import("react").
|
|
2
|
+
declare const StartTime: import("styled-components").StyledComponent<import("react").FC<import("styled-system").SpaceProps<Required<import("styled-system").Theme<import("react").ReactText>>, string | number | symbol> & {
|
|
3
3
|
disabled?: boolean;
|
|
4
4
|
value?: string;
|
|
5
5
|
timeFormat?: string;
|
|
@@ -7,5 +7,5 @@ declare type DropdownButtonProps = React.ComponentPropsWithRef<"button"> & {
|
|
|
7
7
|
hoverColor?: string;
|
|
8
8
|
bgHoverColor?: string;
|
|
9
9
|
};
|
|
10
|
-
declare const DropdownButton: React.
|
|
10
|
+
declare const DropdownButton: React.FC<DropdownButtonProps>;
|
|
11
11
|
export default DropdownButton;
|
|
@@ -7,5 +7,5 @@ declare type DropdownMenuContainerProps = {
|
|
|
7
7
|
dataPlacement?: any;
|
|
8
8
|
theme?: DefaultNDSThemeType;
|
|
9
9
|
};
|
|
10
|
-
declare const DropdownMenuContainer: React.
|
|
10
|
+
declare const DropdownMenuContainer: React.FC<DropdownMenuContainerProps>;
|
|
11
11
|
export default DropdownMenuContainer;
|
|
@@ -2,5 +2,5 @@ import React from "react";
|
|
|
2
2
|
declare type BaseFormSectionProps = React.ComponentPropsWithRef<"fieldset"> & {
|
|
3
3
|
title?: string;
|
|
4
4
|
};
|
|
5
|
-
declare const FormSection: import("styled-components").StyledComponent<React.
|
|
5
|
+
declare const FormSection: import("styled-components").StyledComponent<React.FC<BaseFormSectionProps>, import("styled-components").DefaultTheme, {}, never>;
|
|
6
6
|
export default FormSection;
|
package/dist/src/List/List.d.ts
CHANGED
|
@@ -3,5 +3,5 @@ import { SpaceProps, ColorProps, TypographyProps } from "styled-system";
|
|
|
3
3
|
declare type ListItemProps = React.ComponentPropsWithRef<"li"> & SpaceProps & ColorProps & TypographyProps & {
|
|
4
4
|
className?: string;
|
|
5
5
|
};
|
|
6
|
-
declare const ListItem: React.
|
|
6
|
+
declare const ListItem: React.FC<ListItemProps>;
|
|
7
7
|
export default ListItem;
|
|
@@ -2,5 +2,5 @@ import React from "react";
|
|
|
2
2
|
declare type LoadingAnimationProps = React.ComponentPropsWithRef<"svg"> & {
|
|
3
3
|
inactive?: boolean;
|
|
4
4
|
};
|
|
5
|
-
declare const LoadingAnimation: React.
|
|
5
|
+
declare const LoadingAnimation: React.FC<LoadingAnimationProps>;
|
|
6
6
|
export default LoadingAnimation;
|
|
@@ -4,5 +4,5 @@ declare type ModalContentProps = React.ComponentPropsWithRef<"div"> & {
|
|
|
4
4
|
hasFooter?: any;
|
|
5
5
|
theme?: DefaultNDSThemeType;
|
|
6
6
|
};
|
|
7
|
-
declare const ModalContent: React.
|
|
7
|
+
declare const ModalContent: React.FC<ModalContentProps>;
|
|
8
8
|
export default ModalContent;
|
|
@@ -5,5 +5,5 @@ declare type RangeContainerProps = {
|
|
|
5
5
|
endComponent?: React.ReactNode;
|
|
6
6
|
errorMessages?: (string | undefined)[];
|
|
7
7
|
};
|
|
8
|
-
declare const RangeContainer: React.
|
|
8
|
+
declare const RangeContainer: React.FC<RangeContainerProps>;
|
|
9
9
|
export default RangeContainer;
|
package/dist/src/Tabs/Tab.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ declare type TabScrollIndicatorProps = {
|
|
|
6
6
|
ariaLabelLeft?: string;
|
|
7
7
|
ariaLabelRight?: string;
|
|
8
8
|
};
|
|
9
|
-
declare const TabScrollIndicator: React.
|
|
9
|
+
declare const TabScrollIndicator: React.FC<TabScrollIndicatorProps>;
|
|
10
10
|
export default TabScrollIndicator;
|
|
@@ -9,5 +9,5 @@ export declare type StyledTextareaProps = React.ComponentPropsWithRef<"textarea"
|
|
|
9
9
|
rows?: number;
|
|
10
10
|
isResizeable?: boolean;
|
|
11
11
|
};
|
|
12
|
-
declare const StyledTextarea: React.
|
|
12
|
+
declare const StyledTextarea: React.FC<StyledTextareaProps>;
|
|
13
13
|
export default StyledTextarea;
|
|
@@ -36,5 +36,5 @@ export declare const getTimeOptions: (interval: any, timeFormat: any, minTime: a
|
|
|
36
36
|
value: string;
|
|
37
37
|
label: string;
|
|
38
38
|
}[];
|
|
39
|
-
declare const TimePicker: React.
|
|
39
|
+
declare const TimePicker: React.FC<TimePickerProps>;
|
|
40
40
|
export default TimePicker;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
declare const TimePickerInput: import("styled-components").StyledComponent<import("react").
|
|
2
|
+
declare const TimePickerInput: import("styled-components").StyledComponent<import("react").FC<import("../Input/InputField").InputFieldProps>, import("styled-components").DefaultTheme, {}, never>;
|
|
3
3
|
export default TimePickerInput;
|
|
@@ -6,5 +6,5 @@ declare type InlineValidationProps = SpaceProps & {
|
|
|
6
6
|
errorList?: string[];
|
|
7
7
|
children?: React.ReactNode;
|
|
8
8
|
};
|
|
9
|
-
declare const InlineValidation: React.
|
|
9
|
+
declare const InlineValidation: React.FC<InlineValidationProps>;
|
|
10
10
|
export default InlineValidation;
|