@linzjs/lui 12.1.3 → 12.2.0-roll-up-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 +14 -0
- package/dist/components/LuiFormElements/LuiFileInputBox/LuiFileInputBox.d.ts +1 -0
- package/dist/components/LuiModal/LuiModal.d.ts +1 -0
- package/dist/components/lol/LOLActiveFirmMessage.d.ts +1 -0
- package/dist/components/lol/LOLAppLauncherMenu.d.ts +1 -0
- package/dist/components/lol/LOLAuthorisedLink.d.ts +1 -0
- package/dist/components/lol/LOLLogoutLink.d.ts +1 -0
- package/dist/components/lol/MockBackendUtils.d.ts +3 -3
- package/dist/index.js +82787 -3
- package/dist/index.js.map +1 -0
- package/dist/lui.css +1 -1
- package/dist/lui.css.map +1 -1
- package/dist/lui.esm.js +65983 -3747
- package/dist/lui.esm.js.map +1 -1
- package/dist/scss/Components/LuiFormElements/LuiTextAreaInput/LuiTextAreaInput.scss +1 -1
- package/package.json +15 -10
- package/dist/components/LuiBadge/LuiBadge.stories.d.ts +0 -9
- package/dist/components/LuiBadge/LuiBadge.test.d.ts +0 -1
- package/dist/components/LuiBanner/LuiBanner.stories.d.ts +0 -11
- package/dist/components/LuiBanner/LuiBanner.test.d.ts +0 -1
- package/dist/components/LuiButton/LuiButton.stories.d.ts +0 -28
- package/dist/components/LuiButton/LuiButton.test.d.ts +0 -1
- package/dist/components/LuiButton/LuiButtonGroup.stories.d.ts +0 -6
- package/dist/components/LuiErrorPage/LuiErrorPage.stories.d.ts +0 -7
- package/dist/components/LuiExpandableBanner/LuiExpandableBanner.stories.d.ts +0 -7
- package/dist/components/LuiExpandableBanner/LuiExpandableBanner.test.d.ts +0 -1
- package/dist/components/LuiFilterContainer/LuiFilterContainer.stories.d.ts +0 -18
- package/dist/components/LuiFilterContainer/LuiFilterContainer.test.d.ts +0 -1
- package/dist/components/LuiFilterMenu/LuiFilterMenu.test.d.ts +0 -1
- package/dist/components/LuiFooter/LuiFooter.stories.d.ts +0 -7
- package/dist/components/LuiFooter/LuiFooter.test.d.ts +0 -1
- package/dist/components/LuiFormElements/LuiCheckboxInput/LuiCheckboxInput.stories.d.ts +0 -21
- package/dist/components/LuiFormElements/LuiCheckboxInput/LuiCheckboxInputWithFormik.stories.d.ts +0 -18
- package/dist/components/LuiFormElements/LuiFileInputBox/LuiFileInputBox.stories.d.ts +0 -8
- package/dist/components/LuiFormElements/LuiFileInputBox/LuiFileInputBox.test.d.ts +0 -1
- package/dist/components/LuiFormElements/LuiRadioInput/LuiRadioInput.stories.d.ts +0 -24
- package/dist/components/LuiFormElements/LuiRadioInput/LuiRadioInputWithFormik.stories.d.ts +0 -18
- package/dist/components/LuiFormElements/LuiSelectInput/LuiSelectInput.stories.d.ts +0 -35
- package/dist/components/LuiFormElements/LuiTextAreaInput/LuiTextAreaInput.stories.d.ts +0 -30
- package/dist/components/LuiFormElements/LuiTextAreaInput/LuiTextAreaInput.test.d.ts +0 -2
- package/dist/components/LuiFormElements/LuiTextAreaInput/LuiTextAreaInputWithFormik.stories.d.ts +0 -22
- package/dist/components/LuiFormElements/LuiTextInput/LuiTextInput.stories.d.ts +0 -39
- package/dist/components/LuiFormElements/LuiTextInput/LuiTextInput.test.d.ts +0 -2
- package/dist/components/LuiFormElements/LuiTextInput/LuiTextInputWithFormik.stories.d.ts +0 -22
- package/dist/components/LuiFormikForms/LuiFormikCheckbox/LuiFormikCheckbox.test.d.ts +0 -5
- package/dist/components/LuiFormikForms/LuiFormikForms.integration.test.d.ts +0 -1
- package/dist/components/LuiFormikForms/LuiFormikForms.stories.d.ts +0 -20
- package/dist/components/LuiFormikForms/LuiFormikRadioButton/LuiFormikRadioButton.test.d.ts +0 -1
- package/dist/components/LuiFormikForms/LuiFormikSelect/LuiFormikSelect.test.d.ts +0 -1
- package/dist/components/LuiFormikForms/LuiFormikTextInput/LuiFormikTextInput.test.d.ts +0 -1
- package/dist/components/LuiForms/LuiComboSelect/LuiComboSelect.stories.d.ts +0 -112
- package/dist/components/LuiForms/LuiFormSection/LuiFormSectionHeader.stories.d.ts +0 -5
- package/dist/components/LuiForms/LuiFormSection/LuiFormSectionHeader.test.d.ts +0 -1
- package/dist/components/LuiHeader/LuiHeader.stories.d.ts +0 -49
- package/dist/components/LuiHeader/LuiHeader.test.d.ts +0 -1
- package/dist/components/LuiHeaderMenu/LuiHeaderMenus.test.d.ts +0 -1
- package/dist/components/LuiIcon/LuiIcon.stories.d.ts +0 -11
- package/dist/components/LuiIcon/LuiIcon.test.d.ts +0 -1
- package/dist/components/LuiLoadingSpinner/LuiLoadingSpinner.stories.d.ts +0 -13
- package/dist/components/LuiLoadingSpinner/LuiLoadingSpinner.test.d.ts +0 -1
- package/dist/components/LuiMenu/LuiMenu.stories.d.ts +0 -19
- package/dist/components/LuiMenu/LuiMenu.test.d.ts +0 -1
- package/dist/components/LuiModal/LuiModal.stories.d.ts +0 -12
- package/dist/components/LuiModal/LuiModal.test.d.ts +0 -1
- package/dist/components/LuiModal/LuiModalContext.test.d.ts +0 -1
- package/dist/components/LuiShadow/LuiShadow.stories.d.ts +0 -7
- package/dist/components/LuiStaticMessage/LuiStaticMessage.stories.d.ts +0 -12
- package/dist/components/LuiStaticMessage/LuiStaticMessage.test.d.ts +0 -1
- package/dist/components/LuiTabs/LuiTabs.stories.d.ts +0 -7
- package/dist/components/LuiTabs/LuiTabs.test.d.ts +0 -1
- package/dist/components/LuiToastMessage/LuiToastMessage.auto.stories.d.ts +0 -19
- package/dist/components/LuiToastMessage/LuiToastMessage.test.d.ts +0 -1
- package/dist/components/LuiTooltip/LuiTooltip.stories.d.ts +0 -10
- package/dist/components/LuiUpdateSplashModal/LuiUpdateSplashModal.stories.d.ts +0 -7
- package/dist/components/LuiUpdateSplashModal/LuiUpdatesSplashModal.test.d.ts +0 -1
- package/dist/components/common/ResponsiveUtils.test.d.ts +0 -1
- package/dist/components/lol/LOLActiveFirmMessage.test.d.ts +0 -1
- package/dist/components/lol/LOLAppLauncherMenu.test.d.ts +0 -56
- package/dist/components/lol/LOLAuthorisedLink.test.d.ts +0 -43
- package/dist/components/lol/LOLCommonDrawerMenu.test.d.ts +0 -43
- package/dist/components/lol/LOLComponents.stories.d.ts +0 -55
- package/dist/components/lol/LOLDrawerMenuFirmSwitcher.test.d.ts +0 -1
- package/dist/components/lol/LOLFirmSwitcher.test.d.ts +0 -43
- package/dist/components/lol/LOLLogoutLink.test.d.ts +0 -1
- package/dist/components/lol/LOLUserLastLogin.test.d.ts +0 -1
- package/dist/components/lol/contexts/LOLGlobalClientRefContext.test.d.ts +0 -1
- package/dist/components/lol/contexts/LOLUserContext.test.d.ts +0 -1
- package/dist/contexts/UIMessagingContextProvider.tests.d.ts +0 -1
- package/dist/hooks/__tests__/useClickedOutsideElement.test.d.ts +0 -1
- package/dist/lui.cjs.development.js +0 -20537
- package/dist/lui.cjs.development.js.map +0 -1
- package/dist/lui.cjs.production.min.js +0 -2
- package/dist/lui.cjs.production.min.js.map +0 -1
- package/dist/needs-revision/LuiHtml.stories.d.ts +0 -32
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
width: 100%;
|
|
41
41
|
resize: vertical;
|
|
42
42
|
min-height: 100px;
|
|
43
|
+
position: relative;
|
|
43
44
|
|
|
44
45
|
&:focus {
|
|
45
46
|
outline: none;
|
|
@@ -69,7 +70,6 @@
|
|
|
69
70
|
left: -6px;
|
|
70
71
|
background-color: luiColors.$error;
|
|
71
72
|
border-radius: luiMisc.$borderRadius 0 0 luiMisc.$borderRadius;
|
|
72
|
-
z-index: -1;
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "12.
|
|
2
|
+
"version": "12.2.0-roll-up-2.0",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
@@ -15,15 +15,15 @@
|
|
|
15
15
|
"scripts": {
|
|
16
16
|
"build:sass": "sass src/scss/base.scss dist/lui.css",
|
|
17
17
|
"start": "tsdx watch",
|
|
18
|
-
"build": "
|
|
18
|
+
"build": "rollup -c && npm run build:sass",
|
|
19
19
|
"tsdx-test": "tsdx test --passWithNoTests --runInBand --detectOpenHandles",
|
|
20
20
|
"test": "jest --runInBand --detectOpenHandles",
|
|
21
21
|
"test:watch": "tsdx test --passWithNoTests --watch",
|
|
22
22
|
"test:clear": "tsdx test --clearCache",
|
|
23
|
-
"lint": "
|
|
23
|
+
"lint": "",
|
|
24
24
|
"lint:fix": "tsdx lint --fix",
|
|
25
|
-
"prepare": "tsdx build && npm run build:sass",
|
|
26
25
|
"size": "size-limit",
|
|
26
|
+
"prepare": "npm run build",
|
|
27
27
|
"analyze": "size-limit --why",
|
|
28
28
|
"storybook": "npm-run-all watch-storybook",
|
|
29
29
|
"build-storybook": "build-storybook --static-dir ./src/assets",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"husky": {
|
|
44
44
|
"hooks": {
|
|
45
|
-
"pre-commit": "
|
|
45
|
+
"pre-commit": "npm run lint"
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
"name": "@linzjs/lui",
|
|
@@ -75,7 +75,9 @@
|
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@babel/core": "^7.12.3",
|
|
77
77
|
"@geometricpanda/storybook-addon-badges": "^0.2.1",
|
|
78
|
-
"@rollup/plugin-
|
|
78
|
+
"@rollup/plugin-commonjs": "^17.1.0",
|
|
79
|
+
"@rollup/plugin-json": "^4.1.0",
|
|
80
|
+
"@rollup/plugin-node-resolve": "^11.2.1",
|
|
79
81
|
"@semantic-release/changelog": "^5.0.1",
|
|
80
82
|
"@semantic-release/git": "^9.0.0",
|
|
81
83
|
"@size-limit/preset-small-lib": "^4.7.0",
|
|
@@ -102,7 +104,8 @@
|
|
|
102
104
|
"@types/sass": "^1.16.0",
|
|
103
105
|
"@types/uuid": "^8.3.1",
|
|
104
106
|
"@types/yup": "0.29.0",
|
|
105
|
-
"babel-loader": "^8.
|
|
107
|
+
"babel-loader": "^8.2.2",
|
|
108
|
+
"babel-preset-react-app": "^10.0.0",
|
|
106
109
|
"chromatic": "^4.0.3",
|
|
107
110
|
"conventional-changelog-conventionalcommits": "^4.6.1",
|
|
108
111
|
"css-loader": "^3.6.0",
|
|
@@ -121,9 +124,12 @@
|
|
|
121
124
|
"react-dom": "^16.8.3",
|
|
122
125
|
"react-helmet": "^6.1.0",
|
|
123
126
|
"react-is": "^17.0.1",
|
|
124
|
-
"rollup
|
|
125
|
-
"rollup-plugin-
|
|
127
|
+
"rollup": "^2.56.3",
|
|
128
|
+
"rollup-plugin-copy": "^3.4.0",
|
|
129
|
+
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
130
|
+
"rollup-plugin-postcss": "^3.1.8",
|
|
126
131
|
"rollup-plugin-svg": "^2.0.0",
|
|
132
|
+
"rollup-plugin-typescript2": "^0.29.0",
|
|
127
133
|
"sass": "^1.43.4",
|
|
128
134
|
"sass-loader": "^8.0.2",
|
|
129
135
|
"semantic-release": "^17.4.2",
|
|
@@ -132,7 +138,6 @@
|
|
|
132
138
|
"stylelint-config-standard": "^22.0.0",
|
|
133
139
|
"stylelint-scss": "^3.20.1",
|
|
134
140
|
"stylelint-suitcss": "^4.0.0",
|
|
135
|
-
"tsdx": "^0.14.1",
|
|
136
141
|
"typescript": "^3.9.7",
|
|
137
142
|
"whatwg-fetch": "^3.4.1",
|
|
138
143
|
"yup": "^0.29.0"
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import '../../scss/base.scss';
|
|
3
|
-
import './LuiBadgeStory.scss';
|
|
4
|
-
declare const _default: {
|
|
5
|
-
title: string;
|
|
6
|
-
component: (props: import("./LuiBadge").ILuiBadge) => JSX.Element;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
9
|
-
export declare const LuiBadgeStory: (args: any) => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import '../../scss/base.scss';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
};
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const success: () => JSX.Element;
|
|
8
|
-
export declare const info: () => JSX.Element;
|
|
9
|
-
export declare const error: () => JSX.Element;
|
|
10
|
-
export declare const warning: () => JSX.Element;
|
|
11
|
-
export declare const withoutContainer: () => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
3
|
-
import '../../scss/base.scss';
|
|
4
|
-
import './buttonStory.scss';
|
|
5
|
-
declare const _default: {
|
|
6
|
-
title: string;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
9
|
-
export declare const allButtons: () => JSX.Element;
|
|
10
|
-
export declare const linkButtons: () => JSX.Element;
|
|
11
|
-
export declare const disabled: () => JSX.Element;
|
|
12
|
-
export declare const plainText: () => JSX.Element;
|
|
13
|
-
export declare const widths: () => JSX.Element;
|
|
14
|
-
export declare const withMaterialIcons: {
|
|
15
|
-
(): JSX.Element;
|
|
16
|
-
storyName: string;
|
|
17
|
-
};
|
|
18
|
-
export declare const withLuiIcon: {
|
|
19
|
-
(): JSX.Element;
|
|
20
|
-
storyName: string;
|
|
21
|
-
parameters: {
|
|
22
|
-
badges: BADGE[];
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
export declare const iconOnlyWithMaterialIcons: {
|
|
26
|
-
(): JSX.Element;
|
|
27
|
-
storyName: string;
|
|
28
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { Story } from '@storybook/react';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
subcomponents: {
|
|
6
|
-
LuiFilterContainer: (props: import("./LuiFilterContainer").IFilterProperties<any>) => JSX.Element;
|
|
7
|
-
};
|
|
8
|
-
};
|
|
9
|
-
export default _default;
|
|
10
|
-
interface FilterContainerTemplateProps {
|
|
11
|
-
showFilter: boolean;
|
|
12
|
-
}
|
|
13
|
-
export declare const FilterContainer: Story<FilterContainerTemplateProps>;
|
|
14
|
-
interface SimpleFilterContainerTemplateProps {
|
|
15
|
-
showFilter: boolean;
|
|
16
|
-
options: string[];
|
|
17
|
-
}
|
|
18
|
-
export declare const FilterContainerSimple: Story<SimpleFilterContainerTemplateProps>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { LuiCheckboxInput } from './LuiCheckboxInput';
|
|
3
|
-
import { ComponentStory } from '@storybook/react';
|
|
4
|
-
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
5
|
-
declare const _default: {
|
|
6
|
-
title: string;
|
|
7
|
-
component: (props: import("./LuiCheckboxInput").LuiCheckboxProps) => JSX.Element;
|
|
8
|
-
argTypes: {
|
|
9
|
-
onChange: {
|
|
10
|
-
action: string;
|
|
11
|
-
};
|
|
12
|
-
isChecked: string;
|
|
13
|
-
};
|
|
14
|
-
parameters: {
|
|
15
|
-
badges: BADGE[];
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
19
|
-
export declare const Default: ComponentStory<typeof LuiCheckboxInput>;
|
|
20
|
-
export declare const allStates: ComponentStory<any>;
|
|
21
|
-
export declare const CustomLabel: ComponentStory<typeof LuiCheckboxInput>;
|
package/dist/components/LuiFormElements/LuiCheckboxInput/LuiCheckboxInputWithFormik.stories.d.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: import("./LuiCheckboxInput").LuiCheckboxProps) => JSX.Element;
|
|
6
|
-
parameters: {
|
|
7
|
-
badges: BADGE[];
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export default _default;
|
|
11
|
-
export declare const LuiCheckBoxInputWithFormikHooks: {
|
|
12
|
-
(): JSX.Element;
|
|
13
|
-
storyName: string;
|
|
14
|
-
};
|
|
15
|
-
export declare const LuiCheckBoxInputWithFormikComponents: {
|
|
16
|
-
(): JSX.Element;
|
|
17
|
-
storyName: string;
|
|
18
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ComponentStory } from '@storybook/react';
|
|
2
|
-
import { FileUploadInfo, LuiFileInputBox } from './LuiFileInputBox';
|
|
3
|
-
declare const _default: import("@storybook/react").Meta<import("./LuiFileInputBox").LuiFileInputBoxProps>;
|
|
4
|
-
export default _default;
|
|
5
|
-
export declare const LuiFileInputWithExtensionFilterDefaultSize: ComponentStory<typeof LuiFileInputBox>;
|
|
6
|
-
export declare const LuiFileInputWithExtensionFilterLargeWithExistingError: ComponentStory<typeof LuiFileInputBox>;
|
|
7
|
-
export declare const LuiFileInputWithExtensionFilterLargeWithExistingErrorCustomMessage: ComponentStory<typeof LuiFileInputBox>;
|
|
8
|
-
export declare const LuiFileInputUploadSuccessForChromatic: ComponentStory<typeof FileUploadInfo>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const fakeFile: (fileName: string) => File;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: import("./LuiRadioInput").LuiRadioProps) => JSX.Element;
|
|
6
|
-
parameters: {
|
|
7
|
-
badges: BADGE[];
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export default _default;
|
|
11
|
-
export declare const Default: {
|
|
12
|
-
(): JSX.Element;
|
|
13
|
-
storeName: string;
|
|
14
|
-
};
|
|
15
|
-
export declare const RadioInputWithLegendText: {
|
|
16
|
-
(): JSX.Element;
|
|
17
|
-
storeName: string;
|
|
18
|
-
};
|
|
19
|
-
export declare const IsOptionDisabled: {
|
|
20
|
-
(): JSX.Element;
|
|
21
|
-
storeName: string;
|
|
22
|
-
};
|
|
23
|
-
export declare const IsInputDisabled: () => JSX.Element;
|
|
24
|
-
export declare const Error: () => JSX.Element;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: (props: import("./LuiRadioInput").LuiRadioProps) => JSX.Element;
|
|
5
|
-
};
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const LuiRadioButtonInputWithFormikHooks: {
|
|
8
|
-
(): JSX.Element;
|
|
9
|
-
storeName: string;
|
|
10
|
-
};
|
|
11
|
-
export declare const LuiRadioButtonWithFormikComponents: {
|
|
12
|
-
(): JSX.Element;
|
|
13
|
-
storeName: string;
|
|
14
|
-
};
|
|
15
|
-
export declare const LuiRadioButtonWithFormikComponentsAndHooks: {
|
|
16
|
-
(): JSX.Element;
|
|
17
|
-
storyName: string;
|
|
18
|
-
};
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: import("./LuiSelectInput").SelectProps) => JSX.Element;
|
|
6
|
-
parameters: {
|
|
7
|
-
badges: BADGE[];
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export default _default;
|
|
11
|
-
export declare const Default: {
|
|
12
|
-
(): JSX.Element;
|
|
13
|
-
storyName: string;
|
|
14
|
-
};
|
|
15
|
-
export declare const NoLabel: {
|
|
16
|
-
(): JSX.Element;
|
|
17
|
-
storyName: string;
|
|
18
|
-
};
|
|
19
|
-
export declare const HiddenLabel: () => JSX.Element;
|
|
20
|
-
export declare const Placeholder: {
|
|
21
|
-
(): JSX.Element;
|
|
22
|
-
storyName: string;
|
|
23
|
-
};
|
|
24
|
-
export declare const Disabled: {
|
|
25
|
-
(): JSX.Element;
|
|
26
|
-
storyName: string;
|
|
27
|
-
};
|
|
28
|
-
export declare const Error: {
|
|
29
|
-
(): JSX.Element;
|
|
30
|
-
storyName: string;
|
|
31
|
-
};
|
|
32
|
-
export declare const MandatoryStar: {
|
|
33
|
-
(): JSX.Element;
|
|
34
|
-
storyName: string;
|
|
35
|
-
};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: import("./LuiTextAreaInput").LuiTextAreaInputProps) => JSX.Element;
|
|
6
|
-
parameters: {
|
|
7
|
-
badges: BADGE[];
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export default _default;
|
|
11
|
-
export declare const Default: {
|
|
12
|
-
(): JSX.Element;
|
|
13
|
-
storyName: string;
|
|
14
|
-
};
|
|
15
|
-
export declare const Placeholder: {
|
|
16
|
-
(): JSX.Element;
|
|
17
|
-
storyName: string;
|
|
18
|
-
};
|
|
19
|
-
export declare const Disabled: {
|
|
20
|
-
(): JSX.Element;
|
|
21
|
-
storyName: string;
|
|
22
|
-
};
|
|
23
|
-
export declare const Error: {
|
|
24
|
-
(): JSX.Element;
|
|
25
|
-
storyName: string;
|
|
26
|
-
};
|
|
27
|
-
export declare const Mandatory: {
|
|
28
|
-
(): JSX.Element;
|
|
29
|
-
storyName: string;
|
|
30
|
-
};
|
package/dist/components/LuiFormElements/LuiTextAreaInput/LuiTextAreaInputWithFormik.stories.d.ts
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: import("./LuiTextAreaInput").LuiTextAreaInputProps) => JSX.Element;
|
|
6
|
-
parameters: {
|
|
7
|
-
badges: BADGE[];
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export default _default;
|
|
11
|
-
export declare const LuiTextAreaInputWithFormikHooks: {
|
|
12
|
-
(): JSX.Element;
|
|
13
|
-
storyName: string;
|
|
14
|
-
};
|
|
15
|
-
export declare const LuiTextAreaInputWithFormikComponents: {
|
|
16
|
-
(): JSX.Element;
|
|
17
|
-
storyName: string;
|
|
18
|
-
};
|
|
19
|
-
export declare const LuiTextAreaInputWithFormikComponentsAndHooks: {
|
|
20
|
-
(): JSX.Element;
|
|
21
|
-
storyName: string;
|
|
22
|
-
};
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: import("./LuiTextInput").LuiTextInputProps) => JSX.Element;
|
|
6
|
-
parameters: {
|
|
7
|
-
badges: BADGE[];
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export default _default;
|
|
11
|
-
export declare const Default: {
|
|
12
|
-
(): JSX.Element;
|
|
13
|
-
storyName: string;
|
|
14
|
-
};
|
|
15
|
-
export declare const NoLabel: {
|
|
16
|
-
(): JSX.Element;
|
|
17
|
-
storyName: string;
|
|
18
|
-
};
|
|
19
|
-
export declare const CustomLabel: () => JSX.Element;
|
|
20
|
-
export declare const Placeholder: {
|
|
21
|
-
(): JSX.Element;
|
|
22
|
-
storyName: string;
|
|
23
|
-
};
|
|
24
|
-
export declare const Disabled: {
|
|
25
|
-
(): JSX.Element;
|
|
26
|
-
storyName: string;
|
|
27
|
-
};
|
|
28
|
-
export declare const Error: {
|
|
29
|
-
(): JSX.Element;
|
|
30
|
-
storyName: string;
|
|
31
|
-
};
|
|
32
|
-
export declare const Mandatory: {
|
|
33
|
-
(): JSX.Element;
|
|
34
|
-
storyName: string;
|
|
35
|
-
};
|
|
36
|
-
export declare const PadlockIcon: {
|
|
37
|
-
(): JSX.Element;
|
|
38
|
-
storyName: string;
|
|
39
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: import("./LuiTextInput").LuiTextInputProps) => JSX.Element;
|
|
6
|
-
parameters: {
|
|
7
|
-
badges: BADGE[];
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export default _default;
|
|
11
|
-
export declare const LuiTextInputWithFormikHooks: {
|
|
12
|
-
(): JSX.Element;
|
|
13
|
-
storyName: string;
|
|
14
|
-
};
|
|
15
|
-
export declare const LuiTextInputWithFormikComponents: {
|
|
16
|
-
(): JSX.Element;
|
|
17
|
-
storyName: string;
|
|
18
|
-
};
|
|
19
|
-
export declare const LuiTextInputWithFormikComponentsAndHooks: {
|
|
20
|
-
(): JSX.Element;
|
|
21
|
-
storyName: string;
|
|
22
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import '../../scss/base.scss';
|
|
3
|
-
import './formStory.scss';
|
|
4
|
-
declare const _default: {
|
|
5
|
-
title: string;
|
|
6
|
-
};
|
|
7
|
-
export default _default;
|
|
8
|
-
export declare const FullLuiFormikFromDemo: React.FC<{
|
|
9
|
-
jestSpy: any;
|
|
10
|
-
}>;
|
|
11
|
-
export declare const selectBox: () => JSX.Element;
|
|
12
|
-
export declare const textInputWithExternalLink: () => JSX.Element;
|
|
13
|
-
export declare const textInputWithError: () => JSX.Element;
|
|
14
|
-
export declare const textInputValidateOnTouch: () => JSX.Element;
|
|
15
|
-
export declare const singleCheckBoxes: () => JSX.Element;
|
|
16
|
-
export declare const singleCheckBoxesOnGrey: () => JSX.Element;
|
|
17
|
-
export declare const LuiFormikRadioButtons: (props: any) => JSX.Element;
|
|
18
|
-
export declare const RadioButtonsWithReset: (props: any) => JSX.Element;
|
|
19
|
-
export declare const BearingInputExperimental: React.FC;
|
|
20
|
-
export declare const BearingInputExperimental2: () => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const _default: import("@storybook/react").Meta<Partial<import("react-select").Props<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>> & {
|
|
3
|
-
label: string | JSX.Element;
|
|
4
|
-
hideLabel?: boolean | undefined;
|
|
5
|
-
isCreateable?: boolean | undefined;
|
|
6
|
-
error?: string | undefined;
|
|
7
|
-
} & React.RefAttributes<import("react-select").SelectInstance<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>>>;
|
|
8
|
-
export default _default;
|
|
9
|
-
export declare const blank: import("@storybook/react").Story<Partial<import("react-select").Props<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>> & {
|
|
10
|
-
label: string | JSX.Element;
|
|
11
|
-
hideLabel?: boolean | undefined;
|
|
12
|
-
isCreateable?: boolean | undefined;
|
|
13
|
-
error?: string | undefined;
|
|
14
|
-
} & React.RefAttributes<import("react-select").SelectInstance<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>>>;
|
|
15
|
-
export declare const withoutLabel: import("@storybook/react").Story<Partial<import("react-select").Props<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>> & {
|
|
16
|
-
label: string | JSX.Element;
|
|
17
|
-
hideLabel?: boolean | undefined;
|
|
18
|
-
isCreateable?: boolean | undefined;
|
|
19
|
-
error?: string | undefined;
|
|
20
|
-
} & React.RefAttributes<import("react-select").SelectInstance<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>>>;
|
|
21
|
-
export declare const focus: import("@storybook/react").Story<Partial<import("react-select").Props<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>> & {
|
|
22
|
-
label: string | JSX.Element;
|
|
23
|
-
hideLabel?: boolean | undefined;
|
|
24
|
-
isCreateable?: boolean | undefined;
|
|
25
|
-
error?: string | undefined;
|
|
26
|
-
} & React.RefAttributes<import("react-select").SelectInstance<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>>>;
|
|
27
|
-
export declare const open: import("@storybook/react").Story<Partial<import("react-select").Props<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>> & {
|
|
28
|
-
label: string | JSX.Element;
|
|
29
|
-
hideLabel?: boolean | undefined;
|
|
30
|
-
isCreateable?: boolean | undefined;
|
|
31
|
-
error?: string | undefined;
|
|
32
|
-
} & React.RefAttributes<import("react-select").SelectInstance<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>>>;
|
|
33
|
-
export declare const autocomplete: import("@storybook/react").Story<Partial<import("react-select").Props<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>> & {
|
|
34
|
-
label: string | JSX.Element;
|
|
35
|
-
hideLabel?: boolean | undefined;
|
|
36
|
-
isCreateable?: boolean | undefined;
|
|
37
|
-
error?: string | undefined;
|
|
38
|
-
} & React.RefAttributes<import("react-select").SelectInstance<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>>>;
|
|
39
|
-
export declare const foundNone: import("@storybook/react").Story<Partial<import("react-select").Props<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>> & {
|
|
40
|
-
label: string | JSX.Element;
|
|
41
|
-
hideLabel?: boolean | undefined;
|
|
42
|
-
isCreateable?: boolean | undefined;
|
|
43
|
-
error?: string | undefined;
|
|
44
|
-
} & React.RefAttributes<import("react-select").SelectInstance<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>>>;
|
|
45
|
-
export declare const loadingSpinner: import("@storybook/react").Story<Partial<import("react-select").Props<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>> & {
|
|
46
|
-
label: string | JSX.Element;
|
|
47
|
-
hideLabel?: boolean | undefined;
|
|
48
|
-
isCreateable?: boolean | undefined;
|
|
49
|
-
error?: string | undefined;
|
|
50
|
-
} & React.RefAttributes<import("react-select").SelectInstance<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>>>;
|
|
51
|
-
export declare const selected: import("@storybook/react").Story<Partial<import("react-select").Props<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>> & {
|
|
52
|
-
label: string | JSX.Element;
|
|
53
|
-
hideLabel?: boolean | undefined;
|
|
54
|
-
isCreateable?: boolean | undefined;
|
|
55
|
-
error?: string | undefined;
|
|
56
|
-
} & React.RefAttributes<import("react-select").SelectInstance<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>>>;
|
|
57
|
-
export declare const selectedOpen: import("@storybook/react").Story<Partial<import("react-select").Props<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>> & {
|
|
58
|
-
label: string | JSX.Element;
|
|
59
|
-
hideLabel?: boolean | undefined;
|
|
60
|
-
isCreateable?: boolean | undefined;
|
|
61
|
-
error?: string | undefined;
|
|
62
|
-
} & React.RefAttributes<import("react-select").SelectInstance<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>>>;
|
|
63
|
-
export declare const disabledBlank: import("@storybook/react").Story<Partial<import("react-select").Props<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>> & {
|
|
64
|
-
label: string | JSX.Element;
|
|
65
|
-
hideLabel?: boolean | undefined;
|
|
66
|
-
isCreateable?: boolean | undefined;
|
|
67
|
-
error?: string | undefined;
|
|
68
|
-
} & React.RefAttributes<import("react-select").SelectInstance<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>>>;
|
|
69
|
-
export declare const disabledSelected: import("@storybook/react").Story<Partial<import("react-select").Props<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>> & {
|
|
70
|
-
label: string | JSX.Element;
|
|
71
|
-
hideLabel?: boolean | undefined;
|
|
72
|
-
isCreateable?: boolean | undefined;
|
|
73
|
-
error?: string | undefined;
|
|
74
|
-
} & React.RefAttributes<import("react-select").SelectInstance<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>>>;
|
|
75
|
-
export declare const disabledWhileLoading: import("@storybook/react").Story<Partial<import("react-select").Props<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>> & {
|
|
76
|
-
label: string | JSX.Element;
|
|
77
|
-
hideLabel?: boolean | undefined;
|
|
78
|
-
isCreateable?: boolean | undefined;
|
|
79
|
-
error?: string | undefined;
|
|
80
|
-
} & React.RefAttributes<import("react-select").SelectInstance<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>>>;
|
|
81
|
-
export declare const groupedOptions: import("@storybook/react").Story<Partial<import("react-select").Props<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>> & {
|
|
82
|
-
label: string | JSX.Element;
|
|
83
|
-
hideLabel?: boolean | undefined;
|
|
84
|
-
isCreateable?: boolean | undefined;
|
|
85
|
-
error?: string | undefined;
|
|
86
|
-
} & React.RefAttributes<import("react-select").SelectInstance<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>>>;
|
|
87
|
-
export declare const isMulti: import("@storybook/react").Story<Partial<import("react-select").Props<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>> & {
|
|
88
|
-
label: string | JSX.Element;
|
|
89
|
-
hideLabel?: boolean | undefined;
|
|
90
|
-
isCreateable?: boolean | undefined;
|
|
91
|
-
error?: string | undefined;
|
|
92
|
-
} & React.RefAttributes<import("react-select").SelectInstance<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>>>;
|
|
93
|
-
export declare const createable: import("@storybook/react").Story<Partial<import("react-select").Props<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>> & {
|
|
94
|
-
label: string | JSX.Element;
|
|
95
|
-
hideLabel?: boolean | undefined;
|
|
96
|
-
isCreateable?: boolean | undefined;
|
|
97
|
-
error?: string | undefined;
|
|
98
|
-
} & React.RefAttributes<import("react-select").SelectInstance<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>>>;
|
|
99
|
-
export declare const error: import("@storybook/react").Story<Partial<import("react-select").Props<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>> & {
|
|
100
|
-
label: string | JSX.Element;
|
|
101
|
-
hideLabel?: boolean | undefined;
|
|
102
|
-
isCreateable?: boolean | undefined;
|
|
103
|
-
error?: string | undefined;
|
|
104
|
-
} & React.RefAttributes<import("react-select").SelectInstance<import("./LuiComboSelect").LuiComboSelectOption, boolean, import("react-select").GroupBase<any>>>>;
|
|
105
|
-
export declare const compareToInput: {
|
|
106
|
-
(): JSX.Element;
|
|
107
|
-
storyName: string;
|
|
108
|
-
};
|
|
109
|
-
export declare const CompareToLuiSelectInput: {
|
|
110
|
-
(): JSX.Element;
|
|
111
|
-
storyName: string;
|
|
112
|
-
};
|