@nulogy/components 14.1.1 → 14.1.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 +2 -1
- package/dist/main.module.js +2 -1
- package/dist/src/BottomSheet/stories/BottomSheet.features.story.d.ts +6 -0
- package/dist/src/DatePickers/shared/types.d.ts +1 -1
- package/dist/src/DatePickers/stories/MonthPicker.story.d.ts +1 -0
- package/dist/src/DatePickers/stories/WeekPicker.story.d.ts +1 -0
- package/dist/src/Type/Typography.story.d.ts +1 -0
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -28661,7 +28661,8 @@
|
|
|
28661
28661
|
display: "flex",
|
|
28662
28662
|
alignItems: "flex-end",
|
|
28663
28663
|
justifyContent: "center",
|
|
28664
|
-
backgroundColor: curriedTransparentize(0.5, theme.colors.blackBlue)
|
|
28664
|
+
backgroundColor: curriedTransparentize(0.5, theme.colors.blackBlue),
|
|
28665
|
+
zIndex: theme.zIndices.overlay
|
|
28665
28666
|
};
|
|
28666
28667
|
});
|
|
28667
28668
|
var styleFns = [width, maxWidth, height, maxHeight, space, layout];
|
package/dist/main.module.js
CHANGED
|
@@ -28644,7 +28644,8 @@ var Overlay$2 = styled(motion(DialogOverlay)).withConfig({
|
|
|
28644
28644
|
display: "flex",
|
|
28645
28645
|
alignItems: "flex-end",
|
|
28646
28646
|
justifyContent: "center",
|
|
28647
|
-
backgroundColor: curriedTransparentize(0.5, theme.colors.blackBlue)
|
|
28647
|
+
backgroundColor: curriedTransparentize(0.5, theme.colors.blackBlue),
|
|
28648
|
+
zIndex: theme.zIndices.overlay
|
|
28648
28649
|
};
|
|
28649
28650
|
});
|
|
28650
28651
|
var styleFns = [width, maxWidth, height, maxHeight, space, layout];
|
|
@@ -10,5 +10,11 @@ declare const _default: {
|
|
|
10
10
|
};
|
|
11
11
|
export default _default;
|
|
12
12
|
export declare const WithCustomWidths: () => React.JSX.Element;
|
|
13
|
+
export declare const WithAnApplicationFrame: {
|
|
14
|
+
(): React.JSX.Element;
|
|
15
|
+
parameters: {
|
|
16
|
+
layout: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
13
19
|
export declare const DisableCloseOnOverlayClick: () => React.JSX.Element;
|
|
14
20
|
export declare const AdvancedUsage: () => React.JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { InputFieldProps } from "../../Input/InputField";
|
|
3
2
|
import { ReactDatePickerProps } from "react-datepicker";
|
|
3
|
+
import { InputFieldProps } from "../../Input/InputField";
|
|
4
4
|
import { FieldProps } from "../../Form/Field";
|
|
5
5
|
type OmittedFieldProps = "onChange" | "onBlur" | "onFocus";
|
|
6
6
|
export interface DatePickerProps extends Omit<FieldProps, OmittedFieldProps> {
|
|
@@ -8,3 +8,4 @@ export declare const WithPlaceholder: () => React.JSX.Element;
|
|
|
8
8
|
export declare const Disabled: () => React.JSX.Element;
|
|
9
9
|
export declare const WithDefaultValue: () => React.JSX.Element;
|
|
10
10
|
export declare const WithMinMaxDate: () => React.JSX.Element;
|
|
11
|
+
export declare const AdvancedUsage: () => React.JSX.Element;
|
|
@@ -10,3 +10,4 @@ export declare const WithCustomDateFormat: () => React.JSX.Element;
|
|
|
10
10
|
export declare const WithPreselectedDate: () => React.JSX.Element;
|
|
11
11
|
export declare const WithCustomLocale: () => React.JSX.Element;
|
|
12
12
|
export declare const Disabled: () => React.JSX.Element;
|
|
13
|
+
export declare const AdvancedUsage: () => React.JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nulogy/components",
|
|
3
|
-
"version": "14.1.
|
|
3
|
+
"version": "14.1.3",
|
|
4
4
|
"description": "Component library for the Nulogy Design System - http://nulogy.design",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
"@semantic-release/github": "^8.0.7",
|
|
81
81
|
"@semantic-release/npm": "^9.0.0",
|
|
82
82
|
"@semantic-release/release-notes-generator": "^10.0.3",
|
|
83
|
+
"@storybook/react": "6.3.12",
|
|
83
84
|
"@storybook/addon-a11y": "^6.1.9",
|
|
84
85
|
"@storybook/addon-actions": "^6.1.9",
|
|
85
86
|
"@storybook/addon-docs": "6.1.9",
|
|
@@ -154,7 +155,6 @@
|
|
|
154
155
|
"@emotion/is-prop-valid": "^1.3.1",
|
|
155
156
|
"@nulogy/tokens": "^5.4.0",
|
|
156
157
|
"@reach/dialog": "0.17.0",
|
|
157
|
-
"@storybook/react": "6.3.12",
|
|
158
158
|
"@styled-system/prop-types": "^5.1.4",
|
|
159
159
|
"@styled-system/theme-get": "^5.1.2",
|
|
160
160
|
"@types/react-window": "^1.8.8",
|