@egov3/system-design 1.3.94 → 1.3.96
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/baseComponents/Modal/Modal.module.css.js +2 -2
- package/dist/cjs/baseComponents/Modal/index.js +4 -3
- package/dist/cjs/baseComponents/Modal/index.js.map +1 -1
- package/dist/cjs/baseComponents/SearchBar/SearchBar.module.css.js +22 -0
- package/dist/cjs/baseComponents/SearchBar/SearchBar.module.css.js.map +1 -0
- package/dist/cjs/baseComponents/SearchBar/index.js +48 -0
- package/dist/cjs/baseComponents/SearchBar/index.js.map +1 -0
- package/dist/cjs/baseComponents/index.js +30 -28
- package/dist/cjs/baseComponents/index.js.map +1 -1
- package/dist/cjs/components/ErrorModal/index.js +1 -1
- package/dist/cjs/components/ErrorModal/index.js.map +1 -1
- package/dist/cjs/components/Identity/IdentityModal/IdentityModal.module.css.js +2 -2
- package/dist/cjs/components/Identity/IdentityModal/index.js +2 -2
- package/dist/cjs/components/Identity/IdentityModal/index.js.map +1 -1
- package/dist/cjs/components/Messages/MsgSearch/MsgSearch.module.css.js +2 -2
- package/dist/cjs/components/Messages/MsgSearch/index.js +5 -14
- package/dist/cjs/components/Messages/MsgSearch/index.js.map +1 -1
- package/dist/cjs/components/Profile/DocCard/index.js +10 -2
- package/dist/cjs/components/Profile/DocCard/index.js.map +1 -1
- package/dist/cjs/components/Profile/SetUpAccess/SetUpAccess.module.css.js +2 -2
- package/dist/cjs/components/Profile/SetUpAccess/index.js +2 -4
- package/dist/cjs/components/Profile/SetUpAccess/index.js.map +1 -1
- package/dist/cjs/components/Services/Feedback/Feedback.module.css.js +2 -2
- package/dist/cjs/components/Services/Feedback/index.js +1 -1
- package/dist/cjs/components/Services/Feedback/index.js.map +1 -1
- package/dist/cjs/constants/i18n/Profile/DocCard.js +12 -0
- package/dist/cjs/constants/i18n/Profile/DocCard.js.map +1 -0
- package/dist/cjs/constants/i18n/Profile/SetUpAccess.js +1 -7
- package/dist/cjs/constants/i18n/Profile/SetUpAccess.js.map +1 -1
- package/dist/cjs/constants/i18n/index.js +2 -0
- package/dist/cjs/constants/i18n/index.js.map +1 -1
- package/dist/esm/baseComponents/Modal/Modal.module.css.js +2 -2
- package/dist/esm/baseComponents/Modal/index.js +4 -3
- package/dist/esm/baseComponents/Modal/index.js.map +1 -1
- package/dist/esm/baseComponents/SearchBar/SearchBar.module.css.js +18 -0
- package/dist/esm/baseComponents/SearchBar/SearchBar.module.css.js.map +1 -0
- package/dist/esm/baseComponents/SearchBar/index.js +46 -0
- package/dist/esm/baseComponents/SearchBar/index.js.map +1 -0
- package/dist/esm/baseComponents/index.js +6 -4
- package/dist/esm/baseComponents/index.js.map +1 -1
- package/dist/esm/components/ErrorModal/index.js +1 -1
- package/dist/esm/components/ErrorModal/index.js.map +1 -1
- package/dist/esm/components/Identity/IdentityModal/IdentityModal.module.css.js +2 -2
- package/dist/esm/components/Identity/IdentityModal/index.js +3 -3
- package/dist/esm/components/Identity/IdentityModal/index.js.map +1 -1
- package/dist/esm/components/Messages/MsgSearch/MsgSearch.module.css.js +2 -2
- package/dist/esm/components/Messages/MsgSearch/index.js +2 -11
- package/dist/esm/components/Messages/MsgSearch/index.js.map +1 -1
- package/dist/esm/components/Profile/DocCard/index.js +10 -2
- package/dist/esm/components/Profile/DocCard/index.js.map +1 -1
- package/dist/esm/components/Profile/SetUpAccess/SetUpAccess.module.css.js +2 -2
- package/dist/esm/components/Profile/SetUpAccess/index.js +3 -5
- package/dist/esm/components/Profile/SetUpAccess/index.js.map +1 -1
- package/dist/esm/components/Services/Feedback/Feedback.module.css.js +2 -2
- package/dist/esm/components/Services/Feedback/index.js +1 -1
- package/dist/esm/components/Services/Feedback/index.js.map +1 -1
- package/dist/esm/constants/i18n/Profile/DocCard.js +10 -0
- package/dist/esm/constants/i18n/Profile/DocCard.js.map +1 -0
- package/dist/esm/constants/i18n/Profile/SetUpAccess.js +1 -7
- package/dist/esm/constants/i18n/Profile/SetUpAccess.js.map +1 -1
- package/dist/esm/constants/i18n/index.js +2 -0
- package/dist/esm/constants/i18n/index.js.map +1 -1
- package/dist/types/baseComponents/Modal/index.d.ts +9 -1
- package/dist/types/baseComponents/SearchBar/index.d.ts +13 -0
- package/dist/types/components/Messages/MsgSearch/index.d.ts +1 -1
- package/dist/types/components/Profile/DocCard/index.d.ts +1 -0
- package/dist/types/components/Profile/SetUpAccess/index.d.ts +0 -2
- package/dist/types/index.d.ts +14 -12
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -19,14 +19,15 @@ import { IEdsSuccessProps } from './components/Identity/EdsSuccess/index.js';
|
|
|
19
19
|
import { IDocCardProps } from './components/Profile/DocCard/index.js';
|
|
20
20
|
import { IAuthStepProps } from './components/Identity/Auth/index.js';
|
|
21
21
|
import { IAgreementStepProps } from './components/Identity/Agreement/index.js';
|
|
22
|
-
import {
|
|
23
|
-
import { IStatusTextProps } from './baseComponents/StatusText/index.js';
|
|
24
|
-
import { ITabButtonsProps } from './baseComponents/TabButtons/index.js';
|
|
22
|
+
import { ITypographyProps } from './baseComponents/Typography/index.js';
|
|
25
23
|
import { ITextPairProps } from './baseComponents/TextPair/index.js';
|
|
26
24
|
import { ITextareaFieldProps } from './baseComponents/TextareaField/index.js';
|
|
27
|
-
import {
|
|
25
|
+
import { ITabButtonsProps } from './baseComponents/TabButtons/index.js';
|
|
26
|
+
import { IStatusTextProps } from './baseComponents/StatusText/index.js';
|
|
28
27
|
import { ISelectBoxProps } from './baseComponents/SelectBoxButton/index.js';
|
|
28
|
+
import { ISearchBarProps } from './baseComponents/SearchBar/index.js';
|
|
29
29
|
import { IRadioToggleProps } from './baseComponents/RadioToggle/index.js';
|
|
30
|
+
import { IOverlayProps } from './baseComponents/Overlay/index.js';
|
|
30
31
|
import { IModalProps } from './baseComponents/Modal/index.js';
|
|
31
32
|
import { ILabelProps } from './baseComponents/Label/index.js';
|
|
32
33
|
import { IInputFieldGroupProps } from './baseComponents/InputFieldGroup/index.js';
|
|
@@ -46,21 +47,22 @@ declare const SystemDesign: {
|
|
|
46
47
|
InputFieldGroup: ({ length, code, "aria-label": ariaLabel, "data-testid": dataTestid, className, focused, setFocused, hintText, error, handleInputChange, handleKeyDown, }: IInputFieldGroupProps) => react_jsx_runtime.JSX.Element;
|
|
47
48
|
Label: ({ variant, text, isSpaced, Icon, onAction, }: ILabelProps) => react_jsx_runtime.JSX.Element;
|
|
48
49
|
Loader: () => react_jsx_runtime.JSX.Element;
|
|
49
|
-
Modal: ({ children, header, lang, open, setOpen, variant, withOverlay, }: IModalProps) => react_jsx_runtime.JSX.Element;
|
|
50
|
+
Modal: ({ children, header, lang, open, setOpen, variant, withOverlay, isContentScroll, footerbuttons, }: IModalProps) => react_jsx_runtime.JSX.Element;
|
|
51
|
+
Overlay: ({ children, className }: IOverlayProps) => react_jsx_runtime.JSX.Element;
|
|
50
52
|
RadioGroup: ({ radioGroupItems, setSelectedOption, selectedOption, }: IRadioGroupProps) => react_jsx_runtime.JSX.Element;
|
|
51
53
|
RadioToggle: ({ lock, setLock }: IRadioToggleProps) => react_jsx_runtime.JSX.Element;
|
|
54
|
+
SearchBar: ({ lang, handleModalOpen, handleOnEnter, variant, loading, disabled, defaultValue, showClearButton, }: ISearchBarProps) => react_jsx_runtime.JSX.Element;
|
|
52
55
|
SelectBoxButton: ({ handleClick, labelText, disabled, error, modalValue, lang, }: ISelectBoxProps) => react_jsx_runtime.JSX.Element;
|
|
53
|
-
|
|
56
|
+
StatusText: ({ text, isAlignedCenter, isNeedIcon, variant, }: IStatusTextProps) => react_jsx_runtime.JSX.Element;
|
|
57
|
+
TabButtons: ({ tabDocLabels, activeTab, handleClick, }: ITabButtonsProps) => react_jsx_runtime.JSX.Element;
|
|
54
58
|
TextareaField: React.ForwardRefExoticComponent<ITextareaFieldProps & React.RefAttributes<HTMLTextAreaElement>>;
|
|
55
59
|
TextPair: ({ mainText, secondaryText, variant, }: ITextPairProps) => react_jsx_runtime.JSX.Element;
|
|
56
|
-
|
|
57
|
-
StatusText: ({ text, isAlignedCenter, isNeedIcon, variant, }: IStatusTextProps) => react_jsx_runtime.JSX.Element;
|
|
58
|
-
Overlay: ({ children, className }: IOverlayProps) => react_jsx_runtime.JSX.Element;
|
|
60
|
+
Typography: React.FC<ITypographyProps>;
|
|
59
61
|
};
|
|
60
62
|
Components: {
|
|
61
63
|
Agreement: ({ lang, agreementText, submitAgreementAndSign, }: IAgreementStepProps) => react_jsx_runtime.JSX.Element;
|
|
62
64
|
Auth: ({ lang, handleEdsClick, handleRegistrationClick, handleDownloadAppClick, }: IAuthStepProps) => react_jsx_runtime.JSX.Element;
|
|
63
|
-
DocCard: ({ title, docIcon, expiration, children, lang, }: IDocCardProps) => react_jsx_runtime.JSX.Element;
|
|
65
|
+
DocCard: ({ title, docIcon, expiration, children, lang, handleDownload, }: IDocCardProps) => react_jsx_runtime.JSX.Element;
|
|
64
66
|
EdsSuccess: ({ lang, handleEdsOnclick }: IEdsSuccessProps) => react_jsx_runtime.JSX.Element;
|
|
65
67
|
EmptyMessages: ({ pageType, lang }: IEmptyMessagesProps) => react_jsx_runtime.JSX.Element;
|
|
66
68
|
ErrorModal: ({ status, message, lang, open, onClose, onAuthAction, }: IErrorModalProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -73,11 +75,11 @@ declare const SystemDesign: {
|
|
|
73
75
|
IdentityModal: ({ children, goBackService, handleLangChange, isMain, lang, navigator, }: IIdentityModalProps) => react_jsx_runtime.JSX.Element;
|
|
74
76
|
MsgBody: ({ msgItem, lang, handleDetailsClick, }: IMsgBodyProps) => react_jsx_runtime.JSX.Element;
|
|
75
77
|
MsgComponentHeader: ({ lang, headerText, headerAriaLabel, handleOpenSearch, handleReadAll, }: MsgComponentHeaderProps) => react_jsx_runtime.JSX.Element;
|
|
76
|
-
MsgSearch: ({ lang, handleClose,
|
|
78
|
+
MsgSearch: ({ lang, handleClose, handleOnEnter, }: IMsgSearchProps) => react_jsx_runtime.JSX.Element;
|
|
77
79
|
NextStepComponent: ({ disabled, handleNextStepClick, lang, }: INextStepComponentProps) => react_jsx_runtime.JSX.Element;
|
|
78
80
|
ProfileHealthGeneral: ({ lang, attachedClinic, compulsoryHealthInsurance, }: IProfileHealthGeneral) => react_jsx_runtime.JSX.Element;
|
|
79
81
|
RightMenuSectionItem: ({ title, btnText, btnOnClick, ariaLabel, btnVariant, }: IRightMenuSectionItemProps) => react_jsx_runtime.JSX.Element;
|
|
80
|
-
SetUpAccess: ({ lock, unlock,
|
|
82
|
+
SetUpAccess: ({ lock, unlock, lang }: ISetUpAccessProps) => react_jsx_runtime.JSX.Element;
|
|
81
83
|
ViewToggle: ({ activeView, setActiveView }: IViewToggleProps) => react_jsx_runtime.JSX.Element;
|
|
82
84
|
};
|
|
83
85
|
};
|