@app-studio/web 0.1.15 → 0.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/dist/StyleGuideWrapper.d.ts +1 -1
- package/dist/components/Button/Button/Button.props.d.ts +1 -1
- package/dist/components/Button/examples/AutoFocusButton.d.ts +2 -2
- package/dist/components/Button/examples/BorderedButtons.d.ts +2 -2
- package/dist/components/Button/examples/ColoredButtons.d.ts +2 -2
- package/dist/components/Button/examples/DefaultButton.d.ts +2 -2
- package/dist/components/Button/examples/DisabledButton.d.ts +2 -2
- package/dist/components/Button/examples/IconButtons.d.ts +2 -2
- package/dist/components/Button/examples/LoaderButtons.d.ts +2 -0
- package/dist/components/Button/examples/ShadowButton.d.ts +2 -2
- package/dist/components/Button/examples/SizeButtons.d.ts +2 -2
- package/dist/components/Button/examples/VariantButtons.d.ts +2 -2
- package/dist/components/Button/examples/index.d.ts +9 -9
- package/dist/components/Form/Checkbox/examples/ColorScheme.d.ts +2 -2
- package/dist/components/Form/Checkbox/examples/Default.d.ts +2 -2
- package/dist/components/Form/Checkbox/examples/DisabledInput.d.ts +2 -2
- package/dist/components/Form/Checkbox/examples/ErrorCheckbox.d.ts +2 -2
- package/dist/components/Form/Checkbox/examples/FormCheckout.d.ts +2 -2
- package/dist/components/Form/Checkbox/examples/IconCheckbox.d.ts +2 -2
- package/dist/components/Form/Checkbox/examples/IndeterminateCheckbox.d.ts +2 -2
- package/dist/components/Form/Checkbox/examples/ReadOnlyInput.d.ts +2 -2
- package/dist/components/Form/Checkbox/examples/Shadow.d.ts +2 -2
- package/dist/components/Form/Checkbox/examples/SizeInput.d.ts +2 -2
- package/dist/components/Form/Checkbox/examples/StylesInput.d.ts +2 -2
- package/dist/components/Form/Checkbox/examples/index.d.ts +11 -11
- package/dist/components/Form/CountryPicker/examples/Color.d.ts +2 -2
- package/dist/components/Form/CountryPicker/examples/Default.d.ts +2 -2
- package/dist/components/Form/CountryPicker/examples/Disabled.d.ts +2 -2
- package/dist/components/Form/CountryPicker/examples/Error.d.ts +2 -2
- package/dist/components/Form/CountryPicker/examples/Form.d.ts +2 -2
- package/dist/components/Form/CountryPicker/examples/Formik.d.ts +2 -2
- package/dist/components/Form/CountryPicker/examples/HelperText.d.ts +2 -2
- package/dist/components/Form/CountryPicker/examples/ReadOnlyInput.d.ts +2 -2
- package/dist/components/Form/CountryPicker/examples/Shadow.d.ts +2 -2
- package/dist/components/Form/CountryPicker/examples/Shape.d.ts +2 -2
- package/dist/components/Form/CountryPicker/examples/SizeInput.d.ts +2 -2
- package/dist/components/Form/CountryPicker/examples/StylesInput.d.ts +2 -2
- package/dist/components/Form/CountryPicker/examples/Variant.d.ts +2 -2
- package/dist/components/Form/CountryPicker/examples/index.d.ts +12 -12
- package/dist/components/Form/DatePicker/examples/ColorScheme.d.ts +2 -2
- package/dist/components/Form/DatePicker/examples/Default.d.ts +2 -2
- package/dist/components/Form/DatePicker/examples/DisabledInput.d.ts +2 -2
- package/dist/components/Form/DatePicker/examples/ErrorCheckbox.d.ts +2 -2
- package/dist/components/Form/DatePicker/examples/FormCheckout.d.ts +2 -2
- package/dist/components/Form/DatePicker/examples/Formik.d.ts +2 -2
- package/dist/components/Form/DatePicker/examples/ReadOnlyInput.d.ts +2 -2
- package/dist/components/Form/DatePicker/examples/Shadow.d.ts +2 -2
- package/dist/components/Form/DatePicker/examples/SizeInput.d.ts +2 -2
- package/dist/components/Form/DatePicker/examples/StylesInput.d.ts +2 -2
- package/dist/components/Form/DatePicker/examples/helperTextDatePicker.d.ts +2 -2
- package/dist/components/Form/DatePicker/examples/index.d.ts +11 -11
- package/dist/components/Form/Password/Password/Password.props.d.ts +1 -1
- package/dist/components/Form/Password/example/Default.d.ts +2 -2
- package/dist/components/Form/Password/example/DisabledInput.d.ts +2 -2
- package/dist/components/Form/Password/example/ErrorInput.d.ts +2 -2
- package/dist/components/Form/Password/example/FormikErrorInput.d.ts +2 -2
- package/dist/components/Form/Password/example/FormikHelperText.d.ts +2 -2
- package/dist/components/Form/Password/example/HelperText.d.ts +2 -2
- package/dist/components/Form/Select/examples/Color.d.ts +2 -2
- package/dist/components/Form/Select/examples/Default.d.ts +2 -2
- package/dist/components/Form/Select/examples/Disabled.d.ts +2 -2
- package/dist/components/Form/Select/examples/Error.d.ts +2 -2
- package/dist/components/Form/Select/examples/Form.d.ts +2 -2
- package/dist/components/Form/Select/examples/Formik.d.ts +2 -2
- package/dist/components/Form/Select/examples/HelperText.d.ts +2 -2
- package/dist/components/Form/Select/examples/Multiple.d.ts +2 -2
- package/dist/components/Form/Select/examples/ReadOnlyInput.d.ts +2 -2
- package/dist/components/Form/Select/examples/Shadow.d.ts +2 -2
- package/dist/components/Form/Select/examples/SizeInput.d.ts +2 -2
- package/dist/components/Form/Select/examples/StylesInput.d.ts +2 -2
- package/dist/components/Form/Switch/examples/ChildSwitch.d.ts +2 -2
- package/dist/components/Form/Switch/examples/ColorScheme.d.ts +2 -2
- package/dist/components/Form/Switch/examples/Default.d.ts +2 -2
- package/dist/components/Form/Switch/examples/DisabledInput.d.ts +2 -2
- package/dist/components/Form/Switch/examples/FormSwitch.d.ts +2 -2
- package/dist/components/Form/Switch/examples/Formik.d.ts +2 -2
- package/dist/components/Form/Switch/examples/ReadOnlyInput.d.ts +2 -2
- package/dist/components/Form/Switch/examples/Shadow.d.ts +2 -2
- package/dist/components/Form/Switch/examples/SizeInput.d.ts +2 -2
- package/dist/components/Form/Switch/examples/StylesInput.d.ts +2 -2
- package/dist/components/Form/TextArea/examples/ColorScheme.d.ts +2 -2
- package/dist/components/Form/TextArea/examples/Default.d.ts +2 -2
- package/dist/components/Form/TextArea/examples/DisabledInput.d.ts +2 -2
- package/dist/components/Form/TextArea/examples/ErrorInput.d.ts +2 -2
- package/dist/components/Form/TextArea/examples/FormikErrorInput.d.ts +2 -2
- package/dist/components/Form/TextArea/examples/FormikHelperText.d.ts +2 -2
- package/dist/components/Form/TextArea/examples/HelperText.d.ts +2 -2
- package/dist/components/Form/TextArea/examples/LabelInput.d.ts +2 -2
- package/dist/components/Form/TextArea/examples/MaxRowCol.d.ts +2 -2
- package/dist/components/Form/TextArea/examples/Placeholder.d.ts +2 -2
- package/dist/components/Form/TextArea/examples/ReadOnlyInput.d.ts +2 -2
- package/dist/components/Form/TextArea/examples/ShadowArea.d.ts +2 -2
- package/dist/components/Form/TextArea/examples/ShapeInput.d.ts +2 -2
- package/dist/components/Form/TextArea/examples/SizeInput.d.ts +2 -2
- package/dist/components/Form/TextArea/examples/StylesInput.d.ts +2 -2
- package/dist/components/Form/TextArea/examples/VariantsInputs.d.ts +2 -2
- package/dist/components/Form/TextArea/examples/index.d.ts +15 -15
- package/dist/components/Form/TextField/examples/ClearInput.d.ts +2 -2
- package/dist/components/Form/TextField/examples/ColorScheme.d.ts +2 -2
- package/dist/components/Form/TextField/examples/Default.d.ts +2 -2
- package/dist/components/Form/TextField/examples/DisabledInput.d.ts +2 -2
- package/dist/components/Form/TextField/examples/ErrorInput.d.ts +2 -2
- package/dist/components/Form/TextField/examples/FormikErrorInput.d.ts +2 -2
- package/dist/components/Form/TextField/examples/FormikHelperText.d.ts +2 -2
- package/dist/components/Form/TextField/examples/HelperText.d.ts +2 -2
- package/dist/components/Form/TextField/examples/LabelInput.d.ts +2 -2
- package/dist/components/Form/TextField/examples/LeftChild.d.ts +2 -2
- package/dist/components/Form/TextField/examples/Placeholder.d.ts +2 -2
- package/dist/components/Form/TextField/examples/ReadOnlyInput.d.ts +2 -2
- package/dist/components/Form/TextField/examples/RightChild.d.ts +2 -2
- package/dist/components/Form/TextField/examples/ShapeInput.d.ts +2 -2
- package/dist/components/Form/TextField/examples/SizeInput.d.ts +2 -2
- package/dist/components/Form/TextField/examples/StylesInput.d.ts +2 -2
- package/dist/components/Form/TextField/examples/VariantsInputs.d.ts +2 -2
- package/dist/components/Form/TextField/examples/index.d.ts +17 -17
- package/dist/components/Layout/Horizontal/examples/Default.d.ts +2 -2
- package/dist/components/Layout/Horizontal/examples/Justify.d.ts +2 -2
- package/dist/components/Layout/Horizontal/examples/Reversed.d.ts +2 -2
- package/dist/components/Layout/Horizontal/examples/Wrap.d.ts +2 -2
- package/dist/components/Layout/Horizontal/examples/index.d.ts +4 -4
- package/dist/components/Layout/Input/FieldContainer/FieldContainer/FieldContainer.props.d.ts +1 -1
- package/dist/components/Layout/Input/FieldContent/FieldContent/FieldContent.props.d.ts +1 -1
- package/dist/components/Layout/Input/FieldLabel/FieldLabel/FieldLabel.props.d.ts +1 -1
- package/dist/components/Layout/Input/FieldLayout/FieldLayout/FieldLayout.props.d.ts +1 -1
- package/dist/components/Layout/Input/HelperText/HelperText.props.d.ts +1 -1
- package/dist/components/Layout/Input/index.d.ts +7 -7
- package/dist/components/Layout/Vertical/examples/Default.d.ts +2 -2
- package/dist/components/Layout/Vertical/examples/Justify.d.ts +2 -2
- package/dist/components/Layout/Vertical/examples/Reversed.d.ts +2 -2
- package/dist/components/Layout/Vertical/examples/Wrap.d.ts +2 -2
- package/dist/components/Link/examples/Default.d.ts +2 -2
- package/dist/components/Link/examples/IsExternal.d.ts +2 -2
- package/dist/components/Link/examples/Underline.d.ts +2 -2
- package/dist/components/Loader/Loader.d.ts +1 -1
- package/dist/components/Loader/examples/ColorLoader.d.ts +2 -2
- package/dist/components/Loader/examples/DefaultLoader.d.ts +2 -2
- package/dist/components/Loader/examples/PositionLoader.d.ts +2 -2
- package/dist/components/Loader/examples/SizeLoader.d.ts +2 -2
- package/dist/components/Loader/examples/SpeedLoader.d.ts +2 -2
- package/dist/components/Loader/examples/TextLoader.d.ts +2 -2
- package/dist/components/Loader/examples/VariantLoader.d.ts +2 -2
- package/dist/components/Loader/examples/index.d.ts +7 -7
- package/dist/components/Modal/Examples/BlurModal.d.ts +2 -2
- package/dist/components/Modal/Examples/CloseButtonModal.d.ts +2 -2
- package/dist/components/Modal/Examples/DefaultModal.d.ts +2 -2
- package/dist/components/Modal/Examples/FullScreenModal.d.ts +2 -2
- package/dist/components/Modal/Examples/ModalPosition.d.ts +2 -2
- package/dist/components/Modal/Examples/PreventCloseModal.d.ts +2 -2
- package/dist/components/Modal/Examples/ScrollModal.d.ts +2 -2
- package/dist/components/Modal/Examples/ShadowModal.d.ts +2 -2
- package/dist/components/Modal/Examples/VariantModal.d.ts +2 -2
- package/dist/components/Modal/Examples/index.d.ts +9 -9
- package/dist/features.d.ts +2 -2
- package/dist/pages/button.page.d.ts +2 -2
- package/dist/pages/center.page.d.ts +2 -2
- package/dist/pages/checkbox.page.d.ts +2 -2
- package/dist/pages/components.page.d.ts +2 -2
- package/dist/pages/countryPicker.page.d.ts +2 -2
- package/dist/pages/datePicker.page.d.ts +2 -2
- package/dist/pages/home.page.d.ts +2 -2
- package/dist/pages/horizontal.page.d.ts +2 -2
- package/dist/pages/input.page.d.ts +2 -2
- package/dist/pages/link.page.d.ts +2 -2
- package/dist/pages/loader.page.d.ts +2 -2
- package/dist/pages/modal.page.d.ts +2 -2
- package/dist/pages/password.page.d.ts +2 -2
- package/dist/pages/select.page.d.ts +2 -2
- package/dist/pages/switch.page.d.ts +2 -2
- package/dist/pages/text.page.d.ts +2 -2
- package/dist/pages/textArea.page.d.ts +2 -2
- package/dist/pages/vertical.page.d.ts +2 -2
- package/dist/routes/routes.d.ts +2 -2
- package/dist/web.cjs.development.js +1728 -1279
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +1694 -1245
- package/dist/web.esm.js.map +1 -1
- package/package.json +1 -2
- package/dist/components/Button/examples/LoadingButtons.d.ts +0 -2
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const SizeSwitch: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const SizeSwitch: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const StyledSwitch: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const StyledSwitch: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ColorArea: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const ColorArea: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const DefaultArea: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const DefaultArea: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const DisabledArea: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const DisabledArea: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ErrorArea: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const ErrorArea: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const FormikErrorArea: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const FormikErrorArea: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const FormikHelperTextArea: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const FormikHelperTextArea: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const HelperTextArea: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const HelperTextArea: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const LabelArea: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const LabelArea: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const MaxArea: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const MaxArea: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const PlaceholderArea: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const PlaceholderArea: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ReadOnlyArea: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const ReadOnlyArea: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ShadowArea: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const ShadowArea: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ShapesArea: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const ShapesArea: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const SizeArea: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const SizeArea: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const StyledArea: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const StyledArea: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const VariantsArea: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const VariantsArea: () => React.JSX.Element;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export { ColorArea } from '
|
|
2
|
-
export { DefaultArea } from '
|
|
3
|
-
export { DisabledArea } from '
|
|
4
|
-
export { ErrorArea } from '
|
|
5
|
-
export { FormikErrorArea } from '
|
|
6
|
-
export { FormikHelperTextArea } from '
|
|
7
|
-
export { HelperTextArea } from '
|
|
8
|
-
export { LabelArea } from '
|
|
9
|
-
export { MaxArea } from '
|
|
10
|
-
export { PlaceholderArea } from '
|
|
11
|
-
export { ReadOnlyArea } from '
|
|
12
|
-
export { ShapesArea } from '
|
|
13
|
-
export { SizeArea } from '
|
|
14
|
-
export { StyledArea } from '
|
|
15
|
-
export { VariantsArea } from '
|
|
1
|
+
export { ColorArea } from '../../../Form/TextArea/examples/ColorScheme';
|
|
2
|
+
export { DefaultArea } from '../../../Form/TextArea/examples/Default';
|
|
3
|
+
export { DisabledArea } from '../../../Form/TextArea/examples/DisabledInput';
|
|
4
|
+
export { ErrorArea } from '../../../Form/TextArea/examples/ErrorInput';
|
|
5
|
+
export { FormikErrorArea } from '../../../Form/TextArea/examples/FormikErrorInput';
|
|
6
|
+
export { FormikHelperTextArea } from '../../../Form/TextArea/examples/FormikHelperText';
|
|
7
|
+
export { HelperTextArea } from '../../../Form/TextArea/examples/HelperText';
|
|
8
|
+
export { LabelArea } from '../../../Form/TextArea/examples/LabelInput';
|
|
9
|
+
export { MaxArea } from '../../../Form/TextArea/examples/MaxRowCol';
|
|
10
|
+
export { PlaceholderArea } from '../../../Form/TextArea/examples/Placeholder';
|
|
11
|
+
export { ReadOnlyArea } from '../../../Form/TextArea/examples/ReadOnlyInput';
|
|
12
|
+
export { ShapesArea } from '../../../Form/TextArea/examples/ShapeInput';
|
|
13
|
+
export { SizeArea } from '../../../Form/TextArea/examples/SizeInput';
|
|
14
|
+
export { StyledArea } from '../../../Form/TextArea/examples/StylesInput';
|
|
15
|
+
export { VariantsArea } from '../../../Form/TextArea/examples/VariantsInputs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ClearInput: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const ClearInput: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ColorInput: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const ColorInput: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const DefaultInput: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const DefaultInput: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const DisabledInput: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const DisabledInput: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ErrorInput: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const ErrorInput: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const FormikErrorInput: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const FormikErrorInput: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const FormikHelperTextInput: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const FormikHelperTextInput: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const HelperTextInput: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const HelperTextInput: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const LabelInput: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const LabelInput: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const LeftInput: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const LeftInput: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const Placeholder: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const Placeholder: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ReadOnlyInput: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const ReadOnlyInput: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const RightInput: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const RightInput: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ShapesInput: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const ShapesInput: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const SizeInput: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const SizeInput: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const StyledInput: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const StyledInput: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const VariantsInput: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const VariantsInput: () => React.JSX.Element;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export * from '
|
|
2
|
-
export * from '
|
|
3
|
-
export * from '
|
|
4
|
-
export * from '
|
|
5
|
-
export * from '
|
|
6
|
-
export * from '
|
|
7
|
-
export * from '
|
|
8
|
-
export * from '
|
|
9
|
-
export * from '
|
|
10
|
-
export * from '
|
|
11
|
-
export * from '
|
|
12
|
-
export * from '
|
|
13
|
-
export * from '
|
|
14
|
-
export * from '
|
|
15
|
-
export * from '
|
|
16
|
-
export * from '
|
|
17
|
-
export * from '
|
|
1
|
+
export * from '../../../Form/TextField/examples/ClearInput';
|
|
2
|
+
export * from '../../../Form/TextField/examples/ColorScheme';
|
|
3
|
+
export * from '../../../Form/TextField/examples/Default';
|
|
4
|
+
export * from '../../../Form/TextField/examples/DisabledInput';
|
|
5
|
+
export * from '../../../Form/TextField/examples/ErrorInput';
|
|
6
|
+
export * from '../../../Form/TextField/examples/FormikErrorInput';
|
|
7
|
+
export * from '../../../Form/TextField/examples/FormikHelperText';
|
|
8
|
+
export * from '../../../Form/TextField/examples/HelperText';
|
|
9
|
+
export * from '../../../Form/TextField/examples/LabelInput';
|
|
10
|
+
export * from '../../../Form/TextField/examples/LeftChild';
|
|
11
|
+
export * from '../../../Form/TextField/examples/Placeholder';
|
|
12
|
+
export * from '../../../Form/TextField/examples/ReadOnlyInput';
|
|
13
|
+
export * from '../../../Form/TextField/examples/RightChild';
|
|
14
|
+
export * from '../../../Form/TextField/examples/ShapeInput';
|
|
15
|
+
export * from '../../../Form/TextField/examples/SizeInput';
|
|
16
|
+
export * from '../../../Form/TextField/examples/StylesInput';
|
|
17
|
+
export * from '../../../Form/TextField/examples/VariantsInputs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const DefaultHorizontal: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const DefaultHorizontal: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const JustifyHorizontal: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const JustifyHorizontal: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ReversedHorizontal: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const ReversedHorizontal: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const WrapHorizontal: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const WrapHorizontal: () => React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from '
|
|
2
|
-
export * from '
|
|
3
|
-
export * from '
|
|
4
|
-
export * from '
|
|
1
|
+
export * from '../../../Layout/Horizontal/examples/Default';
|
|
2
|
+
export * from '../../../Layout/Horizontal/examples/Justify';
|
|
3
|
+
export * from '../../../Layout/Horizontal/examples/Reversed';
|
|
4
|
+
export * from '../../../Layout/Horizontal/examples/Wrap';
|
package/dist/components/Layout/Input/FieldContainer/FieldContainer/FieldContainer.props.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { TextFieldStyles } from '
|
|
2
|
+
import { TextFieldStyles } from '../../../../Layout/configs/Input.type';
|
|
3
3
|
export interface ContainerProps {
|
|
4
4
|
/**
|
|
5
5
|
* The content to be rendered inside the container.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { CSSProperties } from 'react';
|
|
2
|
-
import { Shape, Size, TextFieldStyles, Variant } from '
|
|
2
|
+
import { Shape, Size, TextFieldStyles, Variant } from '../../../../Layout/configs/Input.type';
|
|
3
3
|
import { Elevation } from '../../../../../utils/elevation';
|
|
4
4
|
import { Shadow } from 'app-studio';
|
|
5
5
|
export interface ContentProps {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { Size, TextFieldStyles } from '
|
|
2
|
+
import { Size, TextFieldStyles } from '../../../../Layout/configs/Input.type';
|
|
3
3
|
export interface FieldProps {
|
|
4
4
|
/**
|
|
5
5
|
* The content to be rendered inside the Field.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { TextFieldStyles } from '
|
|
2
|
+
import { TextFieldStyles } from '../../../Layout/configs/Input.type';
|
|
3
3
|
export interface HelperTextProps {
|
|
4
4
|
/**
|
|
5
5
|
* The content to be rendered inside the HelperText.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from '
|
|
2
|
-
export * from '
|
|
3
|
-
export * from '
|
|
4
|
-
export * from '
|
|
5
|
-
export * from '
|
|
6
|
-
export * from '
|
|
7
|
-
export * from '
|
|
1
|
+
export * from '../../Layout/Input/FieldContainer/FieldContainer';
|
|
2
|
+
export * from '../../Layout/Input/FieldContent/FieldContent';
|
|
3
|
+
export * from '../../Layout/Input/FieldIcons/FieldIcons';
|
|
4
|
+
export * from '../../Layout/Input/FieldLabel/FieldLabel';
|
|
5
|
+
export * from '../../Layout/Input/FieldLayout/FieldLayout';
|
|
6
|
+
export * from '../../Layout/Input/FieldWrapper/FieldWrapper';
|
|
7
|
+
export * from '../../Layout/Input/HelperText/HelperText';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const DefaultVertical: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const DefaultVertical: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const JustifyVertical: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const JustifyVertical: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ReversedVertical: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const ReversedVertical: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const WrapVertical: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const WrapVertical: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const DefaultLink: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const DefaultLink: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ExternalLink: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const ExternalLink: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const UnderlineLink: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const UnderlineLink: () => React.JSX.Element;
|
|
@@ -3,4 +3,4 @@ import { LoaderProps } from './Loader/Loader.props';
|
|
|
3
3
|
/**
|
|
4
4
|
* It gives the user an insight about an action being processed. It may have an undefined waiting time or display the process length.
|
|
5
5
|
*/
|
|
6
|
-
export declare const
|
|
6
|
+
export declare const Loader: React.FC<LoaderProps>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const StyleLoader: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const StyleLoader: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const DefaultLoader: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const DefaultLoader: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const PositionLoader: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const PositionLoader: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const SizeLoader: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const SizeLoader: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const SpeedLoader: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const SpeedLoader: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const TextLoader: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const TextLoader: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const TypeLoader: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const TypeLoader: () => React.JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { StyleLoader } from '
|
|
2
|
-
export { DefaultLoader } from '
|
|
3
|
-
export { PositionLoader } from '
|
|
4
|
-
export { SizeLoader } from '
|
|
5
|
-
export { SpeedLoader } from '
|
|
6
|
-
export { TextLoader } from '
|
|
7
|
-
export { TypeLoader } from '
|
|
1
|
+
export { StyleLoader } from '../../Loader/examples/ColorLoader';
|
|
2
|
+
export { DefaultLoader } from '../../Loader/examples/DefaultLoader';
|
|
3
|
+
export { PositionLoader } from '../../Loader/examples/PositionLoader';
|
|
4
|
+
export { SizeLoader } from '../../Loader/examples/SizeLoader';
|
|
5
|
+
export { SpeedLoader } from '../../Loader/examples/SpeedLoader';
|
|
6
|
+
export { TextLoader } from '../../Loader/examples/TextLoader';
|
|
7
|
+
export { TypeLoader } from '../../Loader/examples/VariantLoader';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const BlurModal: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const BlurModal: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const CloseButtonModal: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const CloseButtonModal: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const DefaultModal: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const DefaultModal: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const FullScreenModal: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const FullScreenModal: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ModalPosition: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const ModalPosition: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const PreventClose: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const PreventClose: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ScrollModal: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const ScrollModal: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ShadowModal: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const ShadowModal: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const VariantModal: () => JSX.Element;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const VariantModal: () => React.JSX.Element;
|