@zealicsolutions/web-ui 1.0.1 → 1.0.2
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/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/src/fieldsConfiguration/index.d.ts +1 -0
- package/dist/cjs/src/index.d.ts +1 -0
- package/dist/cjs/src/theme/index.d.ts +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/src/fieldsConfiguration/index.d.ts +1 -0
- package/dist/esm/src/index.d.ts +1 -0
- package/dist/esm/src/theme/index.d.ts +1 -0
- package/dist/index.d.ts +6 -1
- package/package.json +1 -1
package/dist/esm/src/index.d.ts
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -109,6 +109,8 @@ declare type ThemeTextType = Record<SizesTypes, {
|
|
|
109
109
|
}>;
|
|
110
110
|
declare type ThemeSizesType = Record<SizesTypes, number>;
|
|
111
111
|
|
|
112
|
+
declare const toastStyles: styled_components.FlattenSimpleInterpolation;
|
|
113
|
+
|
|
112
114
|
declare type IconProps = {
|
|
113
115
|
name: IconNames;
|
|
114
116
|
size?: number;
|
|
@@ -496,4 +498,7 @@ interface Helpers {
|
|
|
496
498
|
}
|
|
497
499
|
declare const useStep: (maxStep: number) => [number, Helpers];
|
|
498
500
|
|
|
499
|
-
|
|
501
|
+
declare const AppLogo: string;
|
|
502
|
+
declare const HomeBannerImage: string;
|
|
503
|
+
|
|
504
|
+
export { AcquisitionForm, AcquisitionFormProps, AppLogo, AuthMethod, AuthPage, Avatar, AvatarDropdown, AvatarDropdownProps, AvatarProps, Banner, BannerProps, BaseButtonProps, Button, ButtonProps, CheckBoxProps, Checkbox, CheckboxField, CheckboxFieldProps, CustomValidation, CustomValidationProps, CustomValidationRule, DefaultTemplate, DefaultTemplateProps, Divider, DividerProps, Drawer, FieldLabels, FieldLabelsProps, FieldMapper, FieldMapperProps, FieldRuleLabelTypes, ForgotPasswordForm, ForgotPasswordFormProps, Header, HeaderProps, HomeBannerImage, HorizontalPadding, HorizontalPaddingProps, Icon, IconNames, IconProps, Image, ImageProps, InfoBox, InfoBoxProps, Input, InputField, InputFieldProps, InputIconProps, InputProps, LinkButton, LinkButtonProps, LoginForm, LoginFormProps, MenuItem, MenuItems, MenuItemsProps, RegistrationPageProps, Select, SelectField, SelectFieldProps, SelectableCardGroup, SelectableCardGroupProps, SetPasswordForm, SetPasswordFormProps, SizesTypes, Spacer, SpacerProps, Spinner, StyleWrapper, TabGroup, TabGroupProps, TextTypes, TextWrapper, TextWrapperProps, ThemeColors, ThemeColorsType, ThemeSizesType, ThemeTextType, Tooltip, TooltipProps, TouchableOpacity, TouchableOpacityProps, TwoFactorAuth, TwoFactorAuthProps, ValidationTag, ValidationTagProps, ValidationTagStatus, VerticalPadding, ZealThemeProvider, defaultTheme, toast, toastStyles, useStep };
|