@egov3/system-design 1.3.171 → 1.3.173
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/components/Services/PersonalIDTemplate/PersonalIDTemplate.js +51 -0
- package/dist/cjs/components/Services/PersonalIDTemplate/PersonalIDTemplate.js.map +1 -0
- package/dist/cjs/components/Services/PersonalIDTemplate/PersonalIDTemplate.module.css.js +22 -0
- package/dist/cjs/components/Services/PersonalIDTemplate/PersonalIDTemplate.module.css.js.map +1 -0
- package/dist/cjs/components/{ServiceCardComponent → Services/ServiceCardComponent}/ServiceCardComponent.module.css.js +2 -2
- package/dist/cjs/components/{ServiceCardComponent → Services/ServiceCardComponent}/index.js +25 -25
- package/dist/cjs/components/Services/ServiceCardComponent/index.js.map +1 -0
- package/dist/cjs/index.js +4 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/components/Services/PersonalIDTemplate/PersonalIDTemplate.js +49 -0
- package/dist/esm/components/Services/PersonalIDTemplate/PersonalIDTemplate.js.map +1 -0
- package/dist/esm/components/Services/PersonalIDTemplate/PersonalIDTemplate.module.css.js +18 -0
- package/dist/esm/components/Services/PersonalIDTemplate/PersonalIDTemplate.module.css.js.map +1 -0
- package/dist/esm/components/{ServiceCardComponent → Services/ServiceCardComponent}/ServiceCardComponent.module.css.js +2 -2
- package/dist/esm/components/{ServiceCardComponent → Services/ServiceCardComponent}/index.js +25 -25
- package/dist/esm/components/Services/ServiceCardComponent/index.js.map +1 -0
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/types/components/Services/PersonalIDTemplate/PersonalIDTemplate.d.ts +6 -0
- package/dist/types/components/{ServiceCardComponent → Services/ServiceCardComponent}/index.d.ts +1 -1
- package/dist/types/index.d.ts +2 -1
- package/dist/types/interfaces/PersonalIDTemplate.d.ts +16 -0
- package/package.json +2 -2
- package/dist/cjs/components/ServiceCardComponent/index.js.map +0 -1
- package/dist/esm/components/ServiceCardComponent/index.js.map +0 -1
- /package/dist/cjs/components/{ServiceCardComponent → Services/ServiceCardComponent}/ServiceCardComponent.module.css.js.map +0 -0
- /package/dist/esm/components/{ServiceCardComponent → Services/ServiceCardComponent}/ServiceCardComponent.module.css.js.map +0 -0
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var PersonalIDLabeled = require('@egov3/graphics/Documents/PersonalIDLabeled');
|
|
5
|
+
require('../../../styles/colors.css.js');
|
|
6
|
+
var joinClasses = require('../../../utils/joinClasses.js');
|
|
7
|
+
require('../../../baseComponents/Accordion/Accordion.module.css.js');
|
|
8
|
+
require('@egov3/graphics/General/Close');
|
|
9
|
+
require('react');
|
|
10
|
+
require('../../../baseComponents/Overlay/Overlay.module.css.js');
|
|
11
|
+
var index = require('../../../baseComponents/Typography/index.js');
|
|
12
|
+
require('../../../baseComponents/BottomSheet/BottomSheet.module.css.js');
|
|
13
|
+
require('../../../styles/typography.module.css.js');
|
|
14
|
+
require('../../../baseComponents/Button/button.module.css.js');
|
|
15
|
+
require('@egov3/graphics/General/CheckboxEmpty');
|
|
16
|
+
require('@egov3/graphics/General/CheckboxEmptyFilled');
|
|
17
|
+
require('../../../baseComponents/Checkbox/Checkbox.module.css.js');
|
|
18
|
+
require('../../../baseComponents/InputField/index.js');
|
|
19
|
+
require('../../../baseComponents/InputFieldGroup/InputFieldGroup.module.css.js');
|
|
20
|
+
require('../../../baseComponents/Label/Label.module.css.js');
|
|
21
|
+
require('../../../baseComponents/Loader/Loader.module.css.js');
|
|
22
|
+
require('../../../baseComponents/LoadingSkeleton/LoadingSkeleton.module.css.js');
|
|
23
|
+
require('@egov3/graphics/Basic/ChevronLeft');
|
|
24
|
+
require('@egov3/graphics/Logo/Egov');
|
|
25
|
+
require('../../../baseComponents/Modal/Modal.module.css.js');
|
|
26
|
+
require('../../../baseComponents/RadioGroup/RadioGroup.module.css.js');
|
|
27
|
+
require('../../../baseComponents/RadioToggle/RadioToggle.module.css.js');
|
|
28
|
+
require('@egov3/graphics/General/DocFilled');
|
|
29
|
+
require('@egov3/graphics/General/CheckedRound');
|
|
30
|
+
require('@egov3/graphics/General/Error');
|
|
31
|
+
require('@egov3/graphics/General/InfoStroke');
|
|
32
|
+
require('../../../baseComponents/TextPair/TextPair.module.css.js');
|
|
33
|
+
require('../../../baseComponents/StatusText/StatusText.module.css.js');
|
|
34
|
+
require('../../../baseComponents/Responses/Responses.module.css.js');
|
|
35
|
+
require('@egov3/graphics/General/Clear');
|
|
36
|
+
require('@egov3/graphics/General/Loader');
|
|
37
|
+
require('@egov3/graphics/General/Search');
|
|
38
|
+
require('../../../baseComponents/SearchBar/SearchBar.module.css.js');
|
|
39
|
+
require('@egov3/graphics/Basic/ChevronDownSmall');
|
|
40
|
+
require('../../../baseComponents/SelectBoxButton/SelectBoxButton.module.css.js');
|
|
41
|
+
require('@egov3/graphics/Basic/Check');
|
|
42
|
+
require('@egov3/graphics/General/Hourglass');
|
|
43
|
+
require('../../../baseComponents/StatusStepper/StatusStepper.module.css.js');
|
|
44
|
+
require('../../../baseComponents/TabButtons/TabButtons.module.css.js');
|
|
45
|
+
require('../../../baseComponents/TextareaField/index.js');
|
|
46
|
+
var PersonalIDTemplate_module = require('./PersonalIDTemplate.module.css.js');
|
|
47
|
+
|
|
48
|
+
const PersonalIDTemplate = ({ userPhoto, userSign, userData, className, }) => (jsxRuntime.jsxs("div", { className: joinClasses.joinClasses(PersonalIDTemplate_module.default.card, className), "data-testid": "PersonalIDTemplate", children: [jsxRuntime.jsx(PersonalIDLabeled.PersonalIDLabeledIllustration, { className: PersonalIDTemplate_module.default.illustration }), jsxRuntime.jsxs("div", { className: PersonalIDTemplate_module.default.overlay, "data-testid": "PersonalIDTemplate_OVERLAY", children: [jsxRuntime.jsx("img", { className: PersonalIDTemplate_module.default.photo, src: userPhoto, alt: "user-photo", "data-testid": "PersonalIDTemplate_PHOTO" }), jsxRuntime.jsx("img", { className: PersonalIDTemplate_module.default.sign, src: userSign, alt: "user-sign", "data-testid": "PersonalIDTemplate_SIGN" }), jsxRuntime.jsx(index.Typography, { tag: "span", fontClass: "subtitles1", className: joinClasses.joinClasses(PersonalIDTemplate_module.default.field, PersonalIDTemplate_module.default.lastName), "data-testid": "PersonalIDTemplate_LASTNAME_VALUE", children: userData.lastName }), jsxRuntime.jsx(index.Typography, { tag: "span", fontClass: "subtitles1", className: joinClasses.joinClasses(PersonalIDTemplate_module.default.field, PersonalIDTemplate_module.default.firstName), "data-testid": "PersonalIDTemplate_FIRSTNAME_VALUE", children: userData.firstName }), jsxRuntime.jsx(index.Typography, { tag: "span", fontClass: "subtitles1", className: joinClasses.joinClasses(PersonalIDTemplate_module.default.field, PersonalIDTemplate_module.default.middleName), "data-testid": "PersonalIDTemplate_MIDDLENAME_VALUE", children: userData.middleName }), jsxRuntime.jsx(index.Typography, { tag: "span", fontClass: "subtitles1", className: joinClasses.joinClasses(PersonalIDTemplate_module.default.field, PersonalIDTemplate_module.default.birthDate), "data-testid": "PersonalIDTemplate_BIRTHDATE_VALUE", children: userData.birthDate }), jsxRuntime.jsx(index.Typography, { tag: "span", fontClass: "subtitles1", className: joinClasses.joinClasses(PersonalIDTemplate_module.default.field, PersonalIDTemplate_module.default.gender), "data-testid": "PersonalIDTemplate_GENDER_VALUE", children: userData.gender }), jsxRuntime.jsx(index.Typography, { tag: "span", fontClass: "subtitles1", className: joinClasses.joinClasses(PersonalIDTemplate_module.default.field, PersonalIDTemplate_module.default.iin), "data-testid": "PersonalIDTemplate_IIN_VALUE", children: userData.IIN })] })] }));
|
|
49
|
+
|
|
50
|
+
exports.PersonalIDTemplate = PersonalIDTemplate;
|
|
51
|
+
//# sourceMappingURL=PersonalIDTemplate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PersonalIDTemplate.js","sources":["../../../../../src/components/Services/PersonalIDTemplate/PersonalIDTemplate.tsx"],"sourcesContent":[null],"names":["_jsxs","joinClasses","styles","_jsx","PersonalIDLabeledIllustration","Typography"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMO,MAAM,kBAAkB,GAAG,CAAC,EACjC,SAAS,EACT,QAAQ,EACR,QAAQ,EACR,SAAS,GACgB,MACzBA,eAAA,CAAA,KAAA,EAAA,EACE,SAAS,EAAEC,uBAAW,CAACC,iCAAM,CAAC,IAAI,EAAE,SAAS,CAAC,iBAClC,oBAAoB,EAAA,QAAA,EAAA,CAEhCC,cAAA,CAACC,+CAA6B,EAAA,EAAC,SAAS,EAAEF,iCAAM,CAAC,YAAY,EAAA,CAAI,EAEjEF,eAAA,CAAA,KAAA,EAAA,EAAK,SAAS,EAAEE,iCAAM,CAAC,OAAO,EAAA,aAAA,EAAc,4BAA4B,EAAA,QAAA,EAAA,CACtEC,cAAA,CAAA,KAAA,EAAA,EACE,SAAS,EAAED,iCAAM,CAAC,KAAK,EACvB,GAAG,EAAE,SAAS,EACd,GAAG,EAAC,YAAY,EAAA,aAAA,EACJ,0BAA0B,EAAA,CACtC,EACFC,cAAA,CAAA,KAAA,EAAA,EACE,SAAS,EAAED,iCAAM,CAAC,IAAI,EACtB,GAAG,EAAE,QAAQ,EACb,GAAG,EAAC,WAAW,EAAA,aAAA,EACH,yBAAyB,EAAA,CACrC,EAEFC,cAAA,CAACE,gBAAU,EAAA,EACT,GAAG,EAAC,MAAM,EACV,SAAS,EAAC,YAAY,EACtB,SAAS,EAAEJ,uBAAW,CAACC,iCAAM,CAAC,KAAK,EAAEA,iCAAM,CAAC,QAAQ,CAAC,EAAA,aAAA,EACzC,mCAAmC,EAAA,QAAA,EAE9C,QAAQ,CAAC,QAAQ,GACP,EAEbC,cAAA,CAACE,gBAAU,EAAA,EACT,GAAG,EAAC,MAAM,EACV,SAAS,EAAC,YAAY,EACtB,SAAS,EAAEJ,uBAAW,CAACC,iCAAM,CAAC,KAAK,EAAEA,iCAAM,CAAC,SAAS,CAAC,EAAA,aAAA,EAC1C,oCAAoC,EAAA,QAAA,EAE/C,QAAQ,CAAC,SAAS,EAAA,CACR,EAEbC,cAAA,CAACE,gBAAU,IACT,GAAG,EAAC,MAAM,EACV,SAAS,EAAC,YAAY,EACtB,SAAS,EAAEJ,uBAAW,CAACC,iCAAM,CAAC,KAAK,EAAEA,iCAAM,CAAC,UAAU,CAAC,EAAA,aAAA,EAC3C,qCAAqC,EAAA,QAAA,EAEhD,QAAQ,CAAC,UAAU,EAAA,CACT,EAEbC,cAAA,CAACE,gBAAU,EAAA,EACT,GAAG,EAAC,MAAM,EACV,SAAS,EAAC,YAAY,EACtB,SAAS,EAAEJ,uBAAW,CAACC,iCAAM,CAAC,KAAK,EAAEA,iCAAM,CAAC,SAAS,CAAC,EAAA,aAAA,EAC1C,oCAAoC,EAAA,QAAA,EAE/C,QAAQ,CAAC,SAAS,EAAA,CACR,EAEbC,cAAA,CAACE,gBAAU,EAAA,EACT,GAAG,EAAC,MAAM,EACV,SAAS,EAAC,YAAY,EACtB,SAAS,EAAEJ,uBAAW,CAACC,iCAAM,CAAC,KAAK,EAAEA,iCAAM,CAAC,MAAM,CAAC,EAAA,aAAA,EACvC,iCAAiC,EAAA,QAAA,EAE5C,QAAQ,CAAC,MAAM,EAAA,CACL,EAEbC,cAAA,CAACE,gBAAU,EAAA,EACT,GAAG,EAAC,MAAM,EACV,SAAS,EAAC,YAAY,EACtB,SAAS,EAAEJ,uBAAW,CAACC,iCAAM,CAAC,KAAK,EAAEA,iCAAM,CAAC,GAAG,CAAC,iBACpC,8BAA8B,EAAA,QAAA,EAEzC,QAAQ,CAAC,GAAG,EAAA,CACF,CAAA,EAAA,CACT,CAAA,EAAA,CACF;;;;"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var css_248z = ".PersonalIDTemplate-module_card__WThmZ {\n position: relative;\n display: inline-block;\n width: 364px;\n container-type: inline-size;\n color: var(--text-primary);\n}\n\n.PersonalIDTemplate-module_illustration__HPKBU {\n display: block;\n width: 100%;\n height: auto;\n}\n\n.PersonalIDTemplate-module_overlay__wd4gC {\n position: absolute;\n inset: 0;\n}\n\n.PersonalIDTemplate-module_photo__VtZsV {\n position: absolute;\n left: 4.55cqi;\n top: 16.32cqi;\n width: 29.68cqi;\n height: 38.18cqi;\n object-fit: cover;\n background: var(--surface-surface-2);\n}\n\n.PersonalIDTemplate-module_sign__zBLAP {\n position: absolute;\n left: 50cqi;\n top: 52.82cqi;\n width: 25.2cqi;\n height: 8.59cqi;\n object-fit: fill;\n background: var(--surface-surface-2);\n}\n\n.PersonalIDTemplate-module_overlay__wd4gC .PersonalIDTemplate-module_field__94BPp {\n position: absolute;\n font-size: 2.57cqi; /* 22px @ 857 */\n line-height: 2.8cqi; /* 24px @ 857 */\n}\n\n.PersonalIDTemplate-module_lastName__RyBV5 {\n left: 37.23cqi;\n top: 21.81cqi;\n}\n\n.PersonalIDTemplate-module_firstName__EjRDV {\n left: 37.23cqi;\n top: 30.16cqi;\n}\n\n.PersonalIDTemplate-module_middleName__2DAhJ {\n left: 37.23cqi;\n top: 39.47cqi;\n}\n\n.PersonalIDTemplate-module_birthDate__9LndI {\n left: 37.23cqi;\n top: 47.58cqi;\n}\n\n.PersonalIDTemplate-module_gender__M-nA1 {\n left: 73.21cqi;\n top: 47.58cqi;\n text-align: center;\n}\n\n.PersonalIDTemplate-module_iin__KKSjh {\n left: 12.53cqi;\n top: 58.3cqi;\n}\n";
|
|
6
|
+
var styles = {"card":"PersonalIDTemplate-module_card__WThmZ","illustration":"PersonalIDTemplate-module_illustration__HPKBU","overlay":"PersonalIDTemplate-module_overlay__wd4gC","photo":"PersonalIDTemplate-module_photo__VtZsV","sign":"PersonalIDTemplate-module_sign__zBLAP","field":"PersonalIDTemplate-module_field__94BPp","lastName":"PersonalIDTemplate-module_lastName__RyBV5","firstName":"PersonalIDTemplate-module_firstName__EjRDV","middleName":"PersonalIDTemplate-module_middleName__2DAhJ","birthDate":"PersonalIDTemplate-module_birthDate__9LndI","gender":"PersonalIDTemplate-module_gender__M-nA1","iin":"PersonalIDTemplate-module_iin__KKSjh"};
|
|
7
|
+
function styleInject(css, options) {
|
|
8
|
+
if (typeof document === 'undefined') return;
|
|
9
|
+
const head = document.head || document.getElementsByTagName('head')[0];
|
|
10
|
+
const style = document.createElement('style');
|
|
11
|
+
style.type = 'text/css';
|
|
12
|
+
if (style.styleSheet) {
|
|
13
|
+
style.styleSheet.cssText = css;
|
|
14
|
+
} else {
|
|
15
|
+
style.appendChild(document.createTextNode(css));
|
|
16
|
+
}
|
|
17
|
+
head.appendChild(style);
|
|
18
|
+
}
|
|
19
|
+
styleInject(css_248z);
|
|
20
|
+
|
|
21
|
+
exports.default = styles;
|
|
22
|
+
//# sourceMappingURL=PersonalIDTemplate.module.css.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PersonalIDTemplate.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var css_248z = ".ServiceCardComponent-
|
|
6
|
-
var styles = {"popularServiceCard":"ServiceCardComponent-
|
|
5
|
+
var css_248z = ".ServiceCardComponent-module_popularServiceCard__Bl38s {\n position: relative;\n padding: 16px;\n display: flex;\n flex-direction: column;\n border-radius: 12px;\n background: var(--surface-surface-1);\n text-align: left;\n color: var(--text-primary);\n}\n\n.ServiceCardComponent-module_popularServiceCard__Bl38s:hover {\n background: var(--surface-surface-3);\n}\n\n.ServiceCardComponent-module_popularServiceCard__Bl38s.ServiceCardComponent-module_mobile__5HdJE {\n background: var(--surface-surface-2);\n box-shadow: 0px 12px 32px 0px rgba(128, 130, 136, 0.12);\n}\n\n.ServiceCardComponent-module_popularServiceCard__Bl38s.ServiceCardComponent-module_mobile__5HdJE:hover {\n background: var(--surface-surface-2);\n}\n\n@media (min-width: 768px) {\n .ServiceCardComponent-module_popularServiceCard__Bl38s {\n flex-basis: calc(100% / var(--tablet) - 8px);\n }\n}\n\n@media (min-width: 1024px) {\n .ServiceCardComponent-module_popularServiceCard__Bl38s {\n flex-basis: calc(100% / var(--labtop) - 8px);\n }\n}\n\n@media (min-width: 1440px) {\n .ServiceCardComponent-module_popularServiceCard__Bl38s {\n flex-basis: calc(100% / var(--desktop) - 8px);\n }\n}\n\n.ServiceCardComponent-module_TopServicesIconWrapper__dmBe1 {\n background: var(--text-white-nonconvert-color);\n width: 48px;\n height: 48px;\n border-radius: 32px;\n display: inline-block;\n}\n\n.ServiceCardComponent-module_TopServicesIconWrapper__dmBe1.ServiceCardComponent-module_mobile__5HdJE {\n background: var(--surface-surface-1);\n}\n\n.ServiceCardComponent-module_TopServicesCardText__zkBak {\n display: -webkit-box;\n -webkit-line-clamp: 3;\n line-clamp: 3;\n -webkit-box-orient: vertical;\n overflow: hidden;\n text-overflow: ellipsis;\n padding-top: 12px;\n}\n\n.ServiceCardComponent-module_tagNew__UjvMd {\n display: inline-block;\n padding: 3px 6px;\n background: var(--leaf);\n text-align: center;\n border-radius: 20px;\n font-weight: 600;\n position: absolute;\n top: 8px;\n right: 8px;\n}\n\n.ServiceCardComponent-module_tagsBackground__8L8lQ {\n display: flex;\n justify-content: center;\n align-items: center;\n width: 18px;\n height: 18px;\n border-radius: 6px;\n background-color: var(--page-color-background-white);\n box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);\n position: absolute;\n top: 8px;\n right: 8px;\n}\n\n.ServiceCardComponent-module_category__z8J9C {\n width: 12px;\n}\n\n.ServiceCardComponent-module_subcategory__Aqdix {\n padding: 12px;\n box-sizing: content-box;\n}\n";
|
|
6
|
+
var styles = {"popularServiceCard":"ServiceCardComponent-module_popularServiceCard__Bl38s","mobile":"ServiceCardComponent-module_mobile__5HdJE","TopServicesIconWrapper":"ServiceCardComponent-module_TopServicesIconWrapper__dmBe1","TopServicesCardText":"ServiceCardComponent-module_TopServicesCardText__zkBak","tagNew":"ServiceCardComponent-module_tagNew__UjvMd","tagsBackground":"ServiceCardComponent-module_tagsBackground__8L8lQ","category":"ServiceCardComponent-module_category__z8J9C","subcategory":"ServiceCardComponent-module_subcategory__Aqdix"};
|
|
7
7
|
function styleInject(css, options) {
|
|
8
8
|
if (typeof document === 'undefined') return;
|
|
9
9
|
const head = document.head || document.getElementsByTagName('head')[0];
|
|
@@ -2,46 +2,46 @@
|
|
|
2
2
|
|
|
3
3
|
var jsxRuntime = require('react/jsx-runtime');
|
|
4
4
|
var React = require('react');
|
|
5
|
-
require('
|
|
6
|
-
var joinClasses = require('
|
|
7
|
-
require('
|
|
5
|
+
require('../../../styles/colors.css.js');
|
|
6
|
+
var joinClasses = require('../../../utils/joinClasses.js');
|
|
7
|
+
require('../../../baseComponents/Accordion/Accordion.module.css.js');
|
|
8
8
|
require('@egov3/graphics/General/Close');
|
|
9
|
-
require('
|
|
10
|
-
var index = require('
|
|
11
|
-
require('
|
|
12
|
-
require('
|
|
13
|
-
require('
|
|
9
|
+
require('../../../baseComponents/Overlay/Overlay.module.css.js');
|
|
10
|
+
var index = require('../../../baseComponents/Typography/index.js');
|
|
11
|
+
require('../../../baseComponents/BottomSheet/BottomSheet.module.css.js');
|
|
12
|
+
require('../../../styles/typography.module.css.js');
|
|
13
|
+
require('../../../baseComponents/Button/button.module.css.js');
|
|
14
14
|
require('@egov3/graphics/General/CheckboxEmpty');
|
|
15
15
|
require('@egov3/graphics/General/CheckboxEmptyFilled');
|
|
16
|
-
require('
|
|
17
|
-
require('
|
|
18
|
-
require('
|
|
19
|
-
require('
|
|
20
|
-
require('
|
|
21
|
-
require('
|
|
16
|
+
require('../../../baseComponents/Checkbox/Checkbox.module.css.js');
|
|
17
|
+
require('../../../baseComponents/InputField/index.js');
|
|
18
|
+
require('../../../baseComponents/InputFieldGroup/InputFieldGroup.module.css.js');
|
|
19
|
+
require('../../../baseComponents/Label/Label.module.css.js');
|
|
20
|
+
require('../../../baseComponents/Loader/Loader.module.css.js');
|
|
21
|
+
require('../../../baseComponents/LoadingSkeleton/LoadingSkeleton.module.css.js');
|
|
22
22
|
require('@egov3/graphics/Basic/ChevronLeft');
|
|
23
23
|
require('@egov3/graphics/Logo/Egov');
|
|
24
|
-
require('
|
|
25
|
-
require('
|
|
26
|
-
require('
|
|
24
|
+
require('../../../baseComponents/Modal/Modal.module.css.js');
|
|
25
|
+
require('../../../baseComponents/RadioGroup/RadioGroup.module.css.js');
|
|
26
|
+
require('../../../baseComponents/RadioToggle/RadioToggle.module.css.js');
|
|
27
27
|
require('@egov3/graphics/General/DocFilled');
|
|
28
28
|
require('@egov3/graphics/General/CheckedRound');
|
|
29
29
|
require('@egov3/graphics/General/Error');
|
|
30
30
|
require('@egov3/graphics/General/InfoStroke');
|
|
31
|
-
require('
|
|
32
|
-
require('
|
|
33
|
-
require('
|
|
31
|
+
require('../../../baseComponents/TextPair/TextPair.module.css.js');
|
|
32
|
+
require('../../../baseComponents/StatusText/StatusText.module.css.js');
|
|
33
|
+
require('../../../baseComponents/Responses/Responses.module.css.js');
|
|
34
34
|
require('@egov3/graphics/General/Clear');
|
|
35
35
|
require('@egov3/graphics/General/Loader');
|
|
36
36
|
require('@egov3/graphics/General/Search');
|
|
37
|
-
require('
|
|
37
|
+
require('../../../baseComponents/SearchBar/SearchBar.module.css.js');
|
|
38
38
|
require('@egov3/graphics/Basic/ChevronDownSmall');
|
|
39
|
-
require('
|
|
39
|
+
require('../../../baseComponents/SelectBoxButton/SelectBoxButton.module.css.js');
|
|
40
40
|
require('@egov3/graphics/Basic/Check');
|
|
41
41
|
require('@egov3/graphics/General/Hourglass');
|
|
42
|
-
require('
|
|
43
|
-
require('
|
|
44
|
-
require('
|
|
42
|
+
require('../../../baseComponents/StatusStepper/StatusStepper.module.css.js');
|
|
43
|
+
require('../../../baseComponents/TabButtons/TabButtons.module.css.js');
|
|
44
|
+
require('../../../baseComponents/TextareaField/index.js');
|
|
45
45
|
var ServiceCardComponent_module = require('./ServiceCardComponent.module.css.js');
|
|
46
46
|
|
|
47
47
|
const ServiceCardComponent = ({ handleOrderService, badge, isNew, title, variant = "default", }) => {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../src/components/Services/ServiceCardComponent/index.tsx"],"sourcesContent":[null],"names":["_jsxs","joinClasses","styles","_jsx","cloneElement","Typography"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMO,MAAM,oBAAoB,GAAG,CAAC,EACnC,kBAAkB,EAClB,KAAK,EACL,KAAK,EACL,KAAK,EACL,OAAO,GAAG,SAAS,GACQ,KAAI;AAC/B,IAAA,MAAM,QAAQ,GAAG,OAAO,KAAK,QAAQ;IAErC,QACEA,2CACc,6BAA6B,EACzC,OAAO,EAAE,kBAAkB,EAC3B,SAAS,EAAEC,uBAAW,CACpBC,mCAAM,CAAC,kBAAkB,EACzB,QAAQ,IAAIA,mCAAM,CAAC,MAAM,CAC1B,EACD,IAAI,EAAC,QAAQ,aAEbC,cAAA,CAAA,KAAA,EAAA,EAAA,aAAA,EACc,8BAA8B,EAC1C,SAAS,EAAEF,uBAAW,CACpBC,mCAAM,CAAC,sBAAsB,EAC7B,QAAQ,IAAIA,mCAAM,CAAC,MAAM,CAC1B,EAAA,QAAA,EAEA,KAAK,CAAC,WAAW;AAChB,oBAAAE,kBAAY,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,EAAE;wBACnC,SAAS,EAAEF,mCAAM,CAAC,WAAW;qBAC9B,CAAC,EAAA,CACA,EACL,KAAK,IACJC,eAACE,gBAAU,EAAA,EAAA,aAAA,EACG,0BAA0B,EACtC,GAAG,EAAC,MAAM,EACV,SAAS,EAAEH,mCAAM,CAAC,MAAM,EACxB,SAAS,EAAC,kBAAkB,EAAA,QAAA,EAAA,KAAA,EAAA,CAGjB,KAEbC,cAAA,CAAA,KAAA,EAAA,EAAA,aAAA,EACc,+BAA+B,EAC3C,SAAS,EAAED,mCAAM,CAAC,cAAc,YAE/BE,kBAAY,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,EAAE;oBACjC,SAAS,EAAEF,mCAAM,CAAC,QAAQ;AAC3B,iBAAA,CAAC,GACE,CACP,EACDC,cAAA,CAACE,gBAAU,kBACG,KAAK,EAAA,aAAA,EACL,4BAA4B,EACxC,GAAG,EAAC,MAAM,EACV,SAAS,EAAE,QAAQ,GAAG,aAAa,GAAG,iBAAiB,EACvD,SAAS,EAAEH,mCAAM,CAAC,mBAAmB,EAAA,QAAA,EAEpC,KAAK,EAAA,CACK,CAAA,EAAA,CACN;AAEb;;;;"}
|
package/dist/cjs/index.js
CHANGED
|
@@ -48,10 +48,11 @@ var index$i = require('./components/Profile/IconToggleItem/index.js');
|
|
|
48
48
|
var index$y = require('./components/Profile/ProfileHealthGeneral/index.js');
|
|
49
49
|
var index$B = require('./components/Profile/RightMenuSectionItem/index.js');
|
|
50
50
|
var index$F = require('./components/Profile/SetUpAccess/index.js');
|
|
51
|
-
var index$E = require('./components/ServiceCardComponent/index.js');
|
|
52
51
|
var index$e = require('./components/Services/Feedback/index.js');
|
|
53
52
|
var index$f = require('./components/Services/FileForUpload/index.js');
|
|
54
53
|
var index$t = require('./components/Services/NextStepComponent/index.js');
|
|
54
|
+
var PersonalIDTemplate = require('./components/Services/PersonalIDTemplate/PersonalIDTemplate.js');
|
|
55
|
+
var index$E = require('./components/Services/ServiceCardComponent/index.js');
|
|
55
56
|
|
|
56
57
|
|
|
57
58
|
|
|
@@ -101,8 +102,9 @@ exports.IconToggleItem = index$i.IconToggleItem;
|
|
|
101
102
|
exports.ProfileHealthGeneral = index$y.ProfileHealthGeneral;
|
|
102
103
|
exports.RightMenuSectionItem = index$B.RightMenuSectionItem;
|
|
103
104
|
exports.SetUpAccess = index$F.SetUpAccess;
|
|
104
|
-
exports.ServiceCardComponent = index$E.ServiceCardComponent;
|
|
105
105
|
exports.Feedback = index$e.Feedback;
|
|
106
106
|
exports.FileForUpload = index$f.FileForUpload;
|
|
107
107
|
exports.NextStepComponent = index$t.NextStepComponent;
|
|
108
|
+
exports.PersonalIDTemplate = PersonalIDTemplate.PersonalIDTemplate;
|
|
109
|
+
exports.ServiceCardComponent = index$E.ServiceCardComponent;
|
|
108
110
|
//# sourceMappingURL=index.js.map
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import { PersonalIDLabeledIllustration } from '@egov3/graphics/Documents/PersonalIDLabeled';
|
|
3
|
+
import '../../../styles/colors.css.js';
|
|
4
|
+
import { joinClasses } from '../../../utils/joinClasses.js';
|
|
5
|
+
import '../../../baseComponents/Accordion/Accordion.module.css.js';
|
|
6
|
+
import '@egov3/graphics/General/Close';
|
|
7
|
+
import 'react';
|
|
8
|
+
import '../../../baseComponents/Overlay/Overlay.module.css.js';
|
|
9
|
+
import { Typography } from '../../../baseComponents/Typography/index.js';
|
|
10
|
+
import '../../../baseComponents/BottomSheet/BottomSheet.module.css.js';
|
|
11
|
+
import '../../../styles/typography.module.css.js';
|
|
12
|
+
import '../../../baseComponents/Button/button.module.css.js';
|
|
13
|
+
import '@egov3/graphics/General/CheckboxEmpty';
|
|
14
|
+
import '@egov3/graphics/General/CheckboxEmptyFilled';
|
|
15
|
+
import '../../../baseComponents/Checkbox/Checkbox.module.css.js';
|
|
16
|
+
import '../../../baseComponents/InputField/index.js';
|
|
17
|
+
import '../../../baseComponents/InputFieldGroup/InputFieldGroup.module.css.js';
|
|
18
|
+
import '../../../baseComponents/Label/Label.module.css.js';
|
|
19
|
+
import '../../../baseComponents/Loader/Loader.module.css.js';
|
|
20
|
+
import '../../../baseComponents/LoadingSkeleton/LoadingSkeleton.module.css.js';
|
|
21
|
+
import '@egov3/graphics/Basic/ChevronLeft';
|
|
22
|
+
import '@egov3/graphics/Logo/Egov';
|
|
23
|
+
import '../../../baseComponents/Modal/Modal.module.css.js';
|
|
24
|
+
import '../../../baseComponents/RadioGroup/RadioGroup.module.css.js';
|
|
25
|
+
import '../../../baseComponents/RadioToggle/RadioToggle.module.css.js';
|
|
26
|
+
import '@egov3/graphics/General/DocFilled';
|
|
27
|
+
import '@egov3/graphics/General/CheckedRound';
|
|
28
|
+
import '@egov3/graphics/General/Error';
|
|
29
|
+
import '@egov3/graphics/General/InfoStroke';
|
|
30
|
+
import '../../../baseComponents/TextPair/TextPair.module.css.js';
|
|
31
|
+
import '../../../baseComponents/StatusText/StatusText.module.css.js';
|
|
32
|
+
import '../../../baseComponents/Responses/Responses.module.css.js';
|
|
33
|
+
import '@egov3/graphics/General/Clear';
|
|
34
|
+
import '@egov3/graphics/General/Loader';
|
|
35
|
+
import '@egov3/graphics/General/Search';
|
|
36
|
+
import '../../../baseComponents/SearchBar/SearchBar.module.css.js';
|
|
37
|
+
import '@egov3/graphics/Basic/ChevronDownSmall';
|
|
38
|
+
import '../../../baseComponents/SelectBoxButton/SelectBoxButton.module.css.js';
|
|
39
|
+
import '@egov3/graphics/Basic/Check';
|
|
40
|
+
import '@egov3/graphics/General/Hourglass';
|
|
41
|
+
import '../../../baseComponents/StatusStepper/StatusStepper.module.css.js';
|
|
42
|
+
import '../../../baseComponents/TabButtons/TabButtons.module.css.js';
|
|
43
|
+
import '../../../baseComponents/TextareaField/index.js';
|
|
44
|
+
import styles from './PersonalIDTemplate.module.css.js';
|
|
45
|
+
|
|
46
|
+
const PersonalIDTemplate = ({ userPhoto, userSign, userData, className, }) => (jsxs("div", { className: joinClasses(styles.card, className), "data-testid": "PersonalIDTemplate", children: [jsx(PersonalIDLabeledIllustration, { className: styles.illustration }), jsxs("div", { className: styles.overlay, "data-testid": "PersonalIDTemplate_OVERLAY", children: [jsx("img", { className: styles.photo, src: userPhoto, alt: "user-photo", "data-testid": "PersonalIDTemplate_PHOTO" }), jsx("img", { className: styles.sign, src: userSign, alt: "user-sign", "data-testid": "PersonalIDTemplate_SIGN" }), jsx(Typography, { tag: "span", fontClass: "subtitles1", className: joinClasses(styles.field, styles.lastName), "data-testid": "PersonalIDTemplate_LASTNAME_VALUE", children: userData.lastName }), jsx(Typography, { tag: "span", fontClass: "subtitles1", className: joinClasses(styles.field, styles.firstName), "data-testid": "PersonalIDTemplate_FIRSTNAME_VALUE", children: userData.firstName }), jsx(Typography, { tag: "span", fontClass: "subtitles1", className: joinClasses(styles.field, styles.middleName), "data-testid": "PersonalIDTemplate_MIDDLENAME_VALUE", children: userData.middleName }), jsx(Typography, { tag: "span", fontClass: "subtitles1", className: joinClasses(styles.field, styles.birthDate), "data-testid": "PersonalIDTemplate_BIRTHDATE_VALUE", children: userData.birthDate }), jsx(Typography, { tag: "span", fontClass: "subtitles1", className: joinClasses(styles.field, styles.gender), "data-testid": "PersonalIDTemplate_GENDER_VALUE", children: userData.gender }), jsx(Typography, { tag: "span", fontClass: "subtitles1", className: joinClasses(styles.field, styles.iin), "data-testid": "PersonalIDTemplate_IIN_VALUE", children: userData.IIN })] })] }));
|
|
47
|
+
|
|
48
|
+
export { PersonalIDTemplate };
|
|
49
|
+
//# sourceMappingURL=PersonalIDTemplate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PersonalIDTemplate.js","sources":["../../../../../src/components/Services/PersonalIDTemplate/PersonalIDTemplate.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMO,MAAM,kBAAkB,GAAG,CAAC,EACjC,SAAS,EACT,QAAQ,EACR,QAAQ,EACR,SAAS,GACgB,MACzBA,IAAA,CAAA,KAAA,EAAA,EACE,SAAS,EAAE,WAAW,CAAC,MAAM,CAAC,IAAI,EAAE,SAAS,CAAC,iBAClC,oBAAoB,EAAA,QAAA,EAAA,CAEhCC,GAAA,CAAC,6BAA6B,EAAA,EAAC,SAAS,EAAE,MAAM,CAAC,YAAY,EAAA,CAAI,EAEjED,IAAA,CAAA,KAAA,EAAA,EAAK,SAAS,EAAE,MAAM,CAAC,OAAO,EAAA,aAAA,EAAc,4BAA4B,EAAA,QAAA,EAAA,CACtEC,GAAA,CAAA,KAAA,EAAA,EACE,SAAS,EAAE,MAAM,CAAC,KAAK,EACvB,GAAG,EAAE,SAAS,EACd,GAAG,EAAC,YAAY,EAAA,aAAA,EACJ,0BAA0B,EAAA,CACtC,EACFA,GAAA,CAAA,KAAA,EAAA,EACE,SAAS,EAAE,MAAM,CAAC,IAAI,EACtB,GAAG,EAAE,QAAQ,EACb,GAAG,EAAC,WAAW,EAAA,aAAA,EACH,yBAAyB,EAAA,CACrC,EAEFA,GAAA,CAAC,UAAU,EAAA,EACT,GAAG,EAAC,MAAM,EACV,SAAS,EAAC,YAAY,EACtB,SAAS,EAAE,WAAW,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,CAAC,QAAQ,CAAC,EAAA,aAAA,EACzC,mCAAmC,EAAA,QAAA,EAE9C,QAAQ,CAAC,QAAQ,GACP,EAEbA,GAAA,CAAC,UAAU,EAAA,EACT,GAAG,EAAC,MAAM,EACV,SAAS,EAAC,YAAY,EACtB,SAAS,EAAE,WAAW,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,CAAC,SAAS,CAAC,EAAA,aAAA,EAC1C,oCAAoC,EAAA,QAAA,EAE/C,QAAQ,CAAC,SAAS,EAAA,CACR,EAEbA,GAAA,CAAC,UAAU,IACT,GAAG,EAAC,MAAM,EACV,SAAS,EAAC,YAAY,EACtB,SAAS,EAAE,WAAW,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,CAAC,UAAU,CAAC,EAAA,aAAA,EAC3C,qCAAqC,EAAA,QAAA,EAEhD,QAAQ,CAAC,UAAU,EAAA,CACT,EAEbA,GAAA,CAAC,UAAU,EAAA,EACT,GAAG,EAAC,MAAM,EACV,SAAS,EAAC,YAAY,EACtB,SAAS,EAAE,WAAW,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,CAAC,SAAS,CAAC,EAAA,aAAA,EAC1C,oCAAoC,EAAA,QAAA,EAE/C,QAAQ,CAAC,SAAS,EAAA,CACR,EAEbA,GAAA,CAAC,UAAU,EAAA,EACT,GAAG,EAAC,MAAM,EACV,SAAS,EAAC,YAAY,EACtB,SAAS,EAAE,WAAW,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,EAAA,aAAA,EACvC,iCAAiC,EAAA,QAAA,EAE5C,QAAQ,CAAC,MAAM,EAAA,CACL,EAEbA,GAAA,CAAC,UAAU,EAAA,EACT,GAAG,EAAC,MAAM,EACV,SAAS,EAAC,YAAY,EACtB,SAAS,EAAE,WAAW,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,CAAC,GAAG,CAAC,iBACpC,8BAA8B,EAAA,QAAA,EAEzC,QAAQ,CAAC,GAAG,EAAA,CACF,CAAA,EAAA,CACT,CAAA,EAAA,CACF;;;;"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
var css_248z = ".PersonalIDTemplate-module_card__WThmZ {\n position: relative;\n display: inline-block;\n width: 364px;\n container-type: inline-size;\n color: var(--text-primary);\n}\n\n.PersonalIDTemplate-module_illustration__HPKBU {\n display: block;\n width: 100%;\n height: auto;\n}\n\n.PersonalIDTemplate-module_overlay__wd4gC {\n position: absolute;\n inset: 0;\n}\n\n.PersonalIDTemplate-module_photo__VtZsV {\n position: absolute;\n left: 4.55cqi;\n top: 16.32cqi;\n width: 29.68cqi;\n height: 38.18cqi;\n object-fit: cover;\n background: var(--surface-surface-2);\n}\n\n.PersonalIDTemplate-module_sign__zBLAP {\n position: absolute;\n left: 50cqi;\n top: 52.82cqi;\n width: 25.2cqi;\n height: 8.59cqi;\n object-fit: fill;\n background: var(--surface-surface-2);\n}\n\n.PersonalIDTemplate-module_overlay__wd4gC .PersonalIDTemplate-module_field__94BPp {\n position: absolute;\n font-size: 2.57cqi; /* 22px @ 857 */\n line-height: 2.8cqi; /* 24px @ 857 */\n}\n\n.PersonalIDTemplate-module_lastName__RyBV5 {\n left: 37.23cqi;\n top: 21.81cqi;\n}\n\n.PersonalIDTemplate-module_firstName__EjRDV {\n left: 37.23cqi;\n top: 30.16cqi;\n}\n\n.PersonalIDTemplate-module_middleName__2DAhJ {\n left: 37.23cqi;\n top: 39.47cqi;\n}\n\n.PersonalIDTemplate-module_birthDate__9LndI {\n left: 37.23cqi;\n top: 47.58cqi;\n}\n\n.PersonalIDTemplate-module_gender__M-nA1 {\n left: 73.21cqi;\n top: 47.58cqi;\n text-align: center;\n}\n\n.PersonalIDTemplate-module_iin__KKSjh {\n left: 12.53cqi;\n top: 58.3cqi;\n}\n";
|
|
2
|
+
var styles = {"card":"PersonalIDTemplate-module_card__WThmZ","illustration":"PersonalIDTemplate-module_illustration__HPKBU","overlay":"PersonalIDTemplate-module_overlay__wd4gC","photo":"PersonalIDTemplate-module_photo__VtZsV","sign":"PersonalIDTemplate-module_sign__zBLAP","field":"PersonalIDTemplate-module_field__94BPp","lastName":"PersonalIDTemplate-module_lastName__RyBV5","firstName":"PersonalIDTemplate-module_firstName__EjRDV","middleName":"PersonalIDTemplate-module_middleName__2DAhJ","birthDate":"PersonalIDTemplate-module_birthDate__9LndI","gender":"PersonalIDTemplate-module_gender__M-nA1","iin":"PersonalIDTemplate-module_iin__KKSjh"};
|
|
3
|
+
function styleInject(css, options) {
|
|
4
|
+
if (typeof document === 'undefined') return;
|
|
5
|
+
const head = document.head || document.getElementsByTagName('head')[0];
|
|
6
|
+
const style = document.createElement('style');
|
|
7
|
+
style.type = 'text/css';
|
|
8
|
+
if (style.styleSheet) {
|
|
9
|
+
style.styleSheet.cssText = css;
|
|
10
|
+
} else {
|
|
11
|
+
style.appendChild(document.createTextNode(css));
|
|
12
|
+
}
|
|
13
|
+
head.appendChild(style);
|
|
14
|
+
}
|
|
15
|
+
styleInject(css_248z);
|
|
16
|
+
|
|
17
|
+
export { styles as default };
|
|
18
|
+
//# sourceMappingURL=PersonalIDTemplate.module.css.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PersonalIDTemplate.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
var css_248z = ".ServiceCardComponent-
|
|
2
|
-
var styles = {"popularServiceCard":"ServiceCardComponent-
|
|
1
|
+
var css_248z = ".ServiceCardComponent-module_popularServiceCard__Bl38s {\n position: relative;\n padding: 16px;\n display: flex;\n flex-direction: column;\n border-radius: 12px;\n background: var(--surface-surface-1);\n text-align: left;\n color: var(--text-primary);\n}\n\n.ServiceCardComponent-module_popularServiceCard__Bl38s:hover {\n background: var(--surface-surface-3);\n}\n\n.ServiceCardComponent-module_popularServiceCard__Bl38s.ServiceCardComponent-module_mobile__5HdJE {\n background: var(--surface-surface-2);\n box-shadow: 0px 12px 32px 0px rgba(128, 130, 136, 0.12);\n}\n\n.ServiceCardComponent-module_popularServiceCard__Bl38s.ServiceCardComponent-module_mobile__5HdJE:hover {\n background: var(--surface-surface-2);\n}\n\n@media (min-width: 768px) {\n .ServiceCardComponent-module_popularServiceCard__Bl38s {\n flex-basis: calc(100% / var(--tablet) - 8px);\n }\n}\n\n@media (min-width: 1024px) {\n .ServiceCardComponent-module_popularServiceCard__Bl38s {\n flex-basis: calc(100% / var(--labtop) - 8px);\n }\n}\n\n@media (min-width: 1440px) {\n .ServiceCardComponent-module_popularServiceCard__Bl38s {\n flex-basis: calc(100% / var(--desktop) - 8px);\n }\n}\n\n.ServiceCardComponent-module_TopServicesIconWrapper__dmBe1 {\n background: var(--text-white-nonconvert-color);\n width: 48px;\n height: 48px;\n border-radius: 32px;\n display: inline-block;\n}\n\n.ServiceCardComponent-module_TopServicesIconWrapper__dmBe1.ServiceCardComponent-module_mobile__5HdJE {\n background: var(--surface-surface-1);\n}\n\n.ServiceCardComponent-module_TopServicesCardText__zkBak {\n display: -webkit-box;\n -webkit-line-clamp: 3;\n line-clamp: 3;\n -webkit-box-orient: vertical;\n overflow: hidden;\n text-overflow: ellipsis;\n padding-top: 12px;\n}\n\n.ServiceCardComponent-module_tagNew__UjvMd {\n display: inline-block;\n padding: 3px 6px;\n background: var(--leaf);\n text-align: center;\n border-radius: 20px;\n font-weight: 600;\n position: absolute;\n top: 8px;\n right: 8px;\n}\n\n.ServiceCardComponent-module_tagsBackground__8L8lQ {\n display: flex;\n justify-content: center;\n align-items: center;\n width: 18px;\n height: 18px;\n border-radius: 6px;\n background-color: var(--page-color-background-white);\n box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);\n position: absolute;\n top: 8px;\n right: 8px;\n}\n\n.ServiceCardComponent-module_category__z8J9C {\n width: 12px;\n}\n\n.ServiceCardComponent-module_subcategory__Aqdix {\n padding: 12px;\n box-sizing: content-box;\n}\n";
|
|
2
|
+
var styles = {"popularServiceCard":"ServiceCardComponent-module_popularServiceCard__Bl38s","mobile":"ServiceCardComponent-module_mobile__5HdJE","TopServicesIconWrapper":"ServiceCardComponent-module_TopServicesIconWrapper__dmBe1","TopServicesCardText":"ServiceCardComponent-module_TopServicesCardText__zkBak","tagNew":"ServiceCardComponent-module_tagNew__UjvMd","tagsBackground":"ServiceCardComponent-module_tagsBackground__8L8lQ","category":"ServiceCardComponent-module_category__z8J9C","subcategory":"ServiceCardComponent-module_subcategory__Aqdix"};
|
|
3
3
|
function styleInject(css, options) {
|
|
4
4
|
if (typeof document === 'undefined') return;
|
|
5
5
|
const head = document.head || document.getElementsByTagName('head')[0];
|
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { cloneElement } from 'react';
|
|
3
|
-
import '
|
|
4
|
-
import { joinClasses } from '
|
|
5
|
-
import '
|
|
3
|
+
import '../../../styles/colors.css.js';
|
|
4
|
+
import { joinClasses } from '../../../utils/joinClasses.js';
|
|
5
|
+
import '../../../baseComponents/Accordion/Accordion.module.css.js';
|
|
6
6
|
import '@egov3/graphics/General/Close';
|
|
7
|
-
import '
|
|
8
|
-
import { Typography } from '
|
|
9
|
-
import '
|
|
10
|
-
import '
|
|
11
|
-
import '
|
|
7
|
+
import '../../../baseComponents/Overlay/Overlay.module.css.js';
|
|
8
|
+
import { Typography } from '../../../baseComponents/Typography/index.js';
|
|
9
|
+
import '../../../baseComponents/BottomSheet/BottomSheet.module.css.js';
|
|
10
|
+
import '../../../styles/typography.module.css.js';
|
|
11
|
+
import '../../../baseComponents/Button/button.module.css.js';
|
|
12
12
|
import '@egov3/graphics/General/CheckboxEmpty';
|
|
13
13
|
import '@egov3/graphics/General/CheckboxEmptyFilled';
|
|
14
|
-
import '
|
|
15
|
-
import '
|
|
16
|
-
import '
|
|
17
|
-
import '
|
|
18
|
-
import '
|
|
19
|
-
import '
|
|
14
|
+
import '../../../baseComponents/Checkbox/Checkbox.module.css.js';
|
|
15
|
+
import '../../../baseComponents/InputField/index.js';
|
|
16
|
+
import '../../../baseComponents/InputFieldGroup/InputFieldGroup.module.css.js';
|
|
17
|
+
import '../../../baseComponents/Label/Label.module.css.js';
|
|
18
|
+
import '../../../baseComponents/Loader/Loader.module.css.js';
|
|
19
|
+
import '../../../baseComponents/LoadingSkeleton/LoadingSkeleton.module.css.js';
|
|
20
20
|
import '@egov3/graphics/Basic/ChevronLeft';
|
|
21
21
|
import '@egov3/graphics/Logo/Egov';
|
|
22
|
-
import '
|
|
23
|
-
import '
|
|
24
|
-
import '
|
|
22
|
+
import '../../../baseComponents/Modal/Modal.module.css.js';
|
|
23
|
+
import '../../../baseComponents/RadioGroup/RadioGroup.module.css.js';
|
|
24
|
+
import '../../../baseComponents/RadioToggle/RadioToggle.module.css.js';
|
|
25
25
|
import '@egov3/graphics/General/DocFilled';
|
|
26
26
|
import '@egov3/graphics/General/CheckedRound';
|
|
27
27
|
import '@egov3/graphics/General/Error';
|
|
28
28
|
import '@egov3/graphics/General/InfoStroke';
|
|
29
|
-
import '
|
|
30
|
-
import '
|
|
31
|
-
import '
|
|
29
|
+
import '../../../baseComponents/TextPair/TextPair.module.css.js';
|
|
30
|
+
import '../../../baseComponents/StatusText/StatusText.module.css.js';
|
|
31
|
+
import '../../../baseComponents/Responses/Responses.module.css.js';
|
|
32
32
|
import '@egov3/graphics/General/Clear';
|
|
33
33
|
import '@egov3/graphics/General/Loader';
|
|
34
34
|
import '@egov3/graphics/General/Search';
|
|
35
|
-
import '
|
|
35
|
+
import '../../../baseComponents/SearchBar/SearchBar.module.css.js';
|
|
36
36
|
import '@egov3/graphics/Basic/ChevronDownSmall';
|
|
37
|
-
import '
|
|
37
|
+
import '../../../baseComponents/SelectBoxButton/SelectBoxButton.module.css.js';
|
|
38
38
|
import '@egov3/graphics/Basic/Check';
|
|
39
39
|
import '@egov3/graphics/General/Hourglass';
|
|
40
|
-
import '
|
|
41
|
-
import '
|
|
42
|
-
import '
|
|
40
|
+
import '../../../baseComponents/StatusStepper/StatusStepper.module.css.js';
|
|
41
|
+
import '../../../baseComponents/TabButtons/TabButtons.module.css.js';
|
|
42
|
+
import '../../../baseComponents/TextareaField/index.js';
|
|
43
43
|
import styles from './ServiceCardComponent.module.css.js';
|
|
44
44
|
|
|
45
45
|
const ServiceCardComponent = ({ handleOrderService, badge, isNew, title, variant = "default", }) => {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../src/components/Services/ServiceCardComponent/index.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMO,MAAM,oBAAoB,GAAG,CAAC,EACnC,kBAAkB,EAClB,KAAK,EACL,KAAK,EACL,KAAK,EACL,OAAO,GAAG,SAAS,GACQ,KAAI;AAC/B,IAAA,MAAM,QAAQ,GAAG,OAAO,KAAK,QAAQ;IAErC,QACEA,gCACc,6BAA6B,EACzC,OAAO,EAAE,kBAAkB,EAC3B,SAAS,EAAE,WAAW,CACpB,MAAM,CAAC,kBAAkB,EACzB,QAAQ,IAAI,MAAM,CAAC,MAAM,CAC1B,EACD,IAAI,EAAC,QAAQ,aAEbC,GAAA,CAAA,KAAA,EAAA,EAAA,aAAA,EACc,8BAA8B,EAC1C,SAAS,EAAE,WAAW,CACpB,MAAM,CAAC,sBAAsB,EAC7B,QAAQ,IAAI,MAAM,CAAC,MAAM,CAC1B,EAAA,QAAA,EAEA,KAAK,CAAC,WAAW;AAChB,oBAAA,YAAY,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,EAAE;wBACnC,SAAS,EAAE,MAAM,CAAC,WAAW;qBAC9B,CAAC,EAAA,CACA,EACL,KAAK,IACJA,IAAC,UAAU,EAAA,EAAA,aAAA,EACG,0BAA0B,EACtC,GAAG,EAAC,MAAM,EACV,SAAS,EAAE,MAAM,CAAC,MAAM,EACxB,SAAS,EAAC,kBAAkB,EAAA,QAAA,EAAA,KAAA,EAAA,CAGjB,KAEbA,GAAA,CAAA,KAAA,EAAA,EAAA,aAAA,EACc,+BAA+B,EAC3C,SAAS,EAAE,MAAM,CAAC,cAAc,YAE/B,YAAY,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,EAAE;oBACjC,SAAS,EAAE,MAAM,CAAC,QAAQ;AAC3B,iBAAA,CAAC,GACE,CACP,EACDA,GAAA,CAAC,UAAU,kBACG,KAAK,EAAA,aAAA,EACL,4BAA4B,EACxC,GAAG,EAAC,MAAM,EACV,SAAS,EAAE,QAAQ,GAAG,aAAa,GAAG,iBAAiB,EACvD,SAAS,EAAE,MAAM,CAAC,mBAAmB,EAAA,QAAA,EAEpC,KAAK,EAAA,CACK,CAAA,EAAA,CACN;AAEb;;;;"}
|
package/dist/esm/index.js
CHANGED
|
@@ -46,8 +46,9 @@ export { IconToggleItem } from './components/Profile/IconToggleItem/index.js';
|
|
|
46
46
|
export { ProfileHealthGeneral } from './components/Profile/ProfileHealthGeneral/index.js';
|
|
47
47
|
export { RightMenuSectionItem } from './components/Profile/RightMenuSectionItem/index.js';
|
|
48
48
|
export { SetUpAccess } from './components/Profile/SetUpAccess/index.js';
|
|
49
|
-
export { ServiceCardComponent } from './components/ServiceCardComponent/index.js';
|
|
50
49
|
export { Feedback } from './components/Services/Feedback/index.js';
|
|
51
50
|
export { FileForUpload } from './components/Services/FileForUpload/index.js';
|
|
52
51
|
export { NextStepComponent } from './components/Services/NextStepComponent/index.js';
|
|
52
|
+
export { PersonalIDTemplate } from './components/Services/PersonalIDTemplate/PersonalIDTemplate.js';
|
|
53
|
+
export { ServiceCardComponent } from './components/Services/ServiceCardComponent/index.js';
|
|
53
54
|
//# sourceMappingURL=index.js.map
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import { IPersonalIDTemplateProps } from '../../../interfaces/PersonalIDTemplate.js';
|
|
3
|
+
|
|
4
|
+
declare const PersonalIDTemplate: ({ userPhoto, userSign, userData, className, }: IPersonalIDTemplateProps) => react.JSX.Element;
|
|
5
|
+
|
|
6
|
+
export { PersonalIDTemplate };
|
package/dist/types/components/{ServiceCardComponent → Services/ServiceCardComponent}/index.d.ts
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
|
-
import { IServiceCardComponentProps } from '
|
|
2
|
+
import { IServiceCardComponentProps } from '../../../interfaces/ServiceCardComponent.js';
|
|
3
3
|
|
|
4
4
|
declare const ServiceCardComponent: ({ handleOrderService, badge, isNew, title, variant, }: IServiceCardComponentProps) => react.JSX.Element;
|
|
5
5
|
|
package/dist/types/index.d.ts
CHANGED
|
@@ -43,10 +43,11 @@ export { IIconToggleItemProps, IconToggleItem } from './components/Profile/IconT
|
|
|
43
43
|
export { IProfileHealthGeneral, ProfileHealthGeneral } from './components/Profile/ProfileHealthGeneral/index.js';
|
|
44
44
|
export { IRightMenuSectionItemProps, RightMenuSectionItem } from './components/Profile/RightMenuSectionItem/index.js';
|
|
45
45
|
export { ISetUpAccessProps, SetUpAccess } from './components/Profile/SetUpAccess/index.js';
|
|
46
|
-
export { ServiceCardComponent } from './components/ServiceCardComponent/index.js';
|
|
47
46
|
export { Feedback, IFeedbackProps } from './components/Services/Feedback/index.js';
|
|
48
47
|
export { FileForUpload, IFileForUploadProps } from './components/Services/FileForUpload/index.js';
|
|
49
48
|
export { INextStepComponentProps, NextStepComponent } from './components/Services/NextStepComponent/index.js';
|
|
49
|
+
export { PersonalIDTemplate } from './components/Services/PersonalIDTemplate/PersonalIDTemplate.js';
|
|
50
|
+
export { ServiceCardComponent } from './components/Services/ServiceCardComponent/index.js';
|
|
50
51
|
export { ICalendarDayCell, ICalendarPeriod, IDateItem, IPeriodKeys, ISelectedPeriod, IStrictSelectedPeriod, TCalendarMode, TPeriodKeys, TTimeUnit } from './interfaces/Calendar.js';
|
|
51
52
|
export { IHTMLAttributesDataProps, ILangGeneric, ILangProps, TPageOwner } from './interfaces/common/index.js';
|
|
52
53
|
export { INotificationData, TNotificationType } from './interfaces/Notification.js';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
interface IPersonalIDUserData {
|
|
2
|
+
firstName: string;
|
|
3
|
+
lastName: string;
|
|
4
|
+
middleName: string;
|
|
5
|
+
IIN: string;
|
|
6
|
+
gender: string;
|
|
7
|
+
birthDate: string;
|
|
8
|
+
}
|
|
9
|
+
interface IPersonalIDTemplateProps {
|
|
10
|
+
userPhoto: string;
|
|
11
|
+
userSign: string;
|
|
12
|
+
userData: IPersonalIDUserData;
|
|
13
|
+
className?: string;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export type { IPersonalIDTemplateProps, IPersonalIDUserData };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@egov3/system-design",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.173",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"types": "dist/types/index.d.ts",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"webpack": "^5"
|
|
150
150
|
},
|
|
151
151
|
"dependencies": {
|
|
152
|
-
"@egov3/graphics": "^1.0.
|
|
152
|
+
"@egov3/graphics": "^1.0.72",
|
|
153
153
|
"html-react-parser": "^5.2.6",
|
|
154
154
|
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
155
155
|
"tslib": "^2.8.1"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/components/ServiceCardComponent/index.tsx"],"sourcesContent":[null],"names":["_jsxs","joinClasses","styles","_jsx","cloneElement","Typography"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMO,MAAM,oBAAoB,GAAG,CAAC,EACnC,kBAAkB,EAClB,KAAK,EACL,KAAK,EACL,KAAK,EACL,OAAO,GAAG,SAAS,GACQ,KAAI;AAC/B,IAAA,MAAM,QAAQ,GAAG,OAAO,KAAK,QAAQ;IAErC,QACEA,2CACc,6BAA6B,EACzC,OAAO,EAAE,kBAAkB,EAC3B,SAAS,EAAEC,uBAAW,CACpBC,mCAAM,CAAC,kBAAkB,EACzB,QAAQ,IAAIA,mCAAM,CAAC,MAAM,CAC1B,EACD,IAAI,EAAC,QAAQ,aAEbC,cAAA,CAAA,KAAA,EAAA,EAAA,aAAA,EACc,8BAA8B,EAC1C,SAAS,EAAEF,uBAAW,CACpBC,mCAAM,CAAC,sBAAsB,EAC7B,QAAQ,IAAIA,mCAAM,CAAC,MAAM,CAC1B,EAAA,QAAA,EAEA,KAAK,CAAC,WAAW;AAChB,oBAAAE,kBAAY,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,EAAE;wBACnC,SAAS,EAAEF,mCAAM,CAAC,WAAW;qBAC9B,CAAC,EAAA,CACA,EACL,KAAK,IACJC,eAACE,gBAAU,EAAA,EAAA,aAAA,EACG,0BAA0B,EACtC,GAAG,EAAC,MAAM,EACV,SAAS,EAAEH,mCAAM,CAAC,MAAM,EACxB,SAAS,EAAC,kBAAkB,EAAA,QAAA,EAAA,KAAA,EAAA,CAGjB,KAEbC,cAAA,CAAA,KAAA,EAAA,EAAA,aAAA,EACc,+BAA+B,EAC3C,SAAS,EAAED,mCAAM,CAAC,cAAc,YAE/BE,kBAAY,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,EAAE;oBACjC,SAAS,EAAEF,mCAAM,CAAC,QAAQ;AAC3B,iBAAA,CAAC,GACE,CACP,EACDC,cAAA,CAACE,gBAAU,kBACG,KAAK,EAAA,aAAA,EACL,4BAA4B,EACxC,GAAG,EAAC,MAAM,EACV,SAAS,EAAE,QAAQ,GAAG,aAAa,GAAG,iBAAiB,EACvD,SAAS,EAAEH,mCAAM,CAAC,mBAAmB,EAAA,QAAA,EAEpC,KAAK,EAAA,CACK,CAAA,EAAA,CACN;AAEb;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/components/ServiceCardComponent/index.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMO,MAAM,oBAAoB,GAAG,CAAC,EACnC,kBAAkB,EAClB,KAAK,EACL,KAAK,EACL,KAAK,EACL,OAAO,GAAG,SAAS,GACQ,KAAI;AAC/B,IAAA,MAAM,QAAQ,GAAG,OAAO,KAAK,QAAQ;IAErC,QACEA,gCACc,6BAA6B,EACzC,OAAO,EAAE,kBAAkB,EAC3B,SAAS,EAAE,WAAW,CACpB,MAAM,CAAC,kBAAkB,EACzB,QAAQ,IAAI,MAAM,CAAC,MAAM,CAC1B,EACD,IAAI,EAAC,QAAQ,aAEbC,GAAA,CAAA,KAAA,EAAA,EAAA,aAAA,EACc,8BAA8B,EAC1C,SAAS,EAAE,WAAW,CACpB,MAAM,CAAC,sBAAsB,EAC7B,QAAQ,IAAI,MAAM,CAAC,MAAM,CAC1B,EAAA,QAAA,EAEA,KAAK,CAAC,WAAW;AAChB,oBAAA,YAAY,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,EAAE;wBACnC,SAAS,EAAE,MAAM,CAAC,WAAW;qBAC9B,CAAC,EAAA,CACA,EACL,KAAK,IACJA,IAAC,UAAU,EAAA,EAAA,aAAA,EACG,0BAA0B,EACtC,GAAG,EAAC,MAAM,EACV,SAAS,EAAE,MAAM,CAAC,MAAM,EACxB,SAAS,EAAC,kBAAkB,EAAA,QAAA,EAAA,KAAA,EAAA,CAGjB,KAEbA,GAAA,CAAA,KAAA,EAAA,EAAA,aAAA,EACc,+BAA+B,EAC3C,SAAS,EAAE,MAAM,CAAC,cAAc,YAE/B,YAAY,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,EAAE;oBACjC,SAAS,EAAE,MAAM,CAAC,QAAQ;AAC3B,iBAAA,CAAC,GACE,CACP,EACDA,GAAA,CAAC,UAAU,kBACG,KAAK,EAAA,aAAA,EACL,4BAA4B,EACxC,GAAG,EAAC,MAAM,EACV,SAAS,EAAE,QAAQ,GAAG,aAAa,GAAG,iBAAiB,EACvD,SAAS,EAAE,MAAM,CAAC,mBAAmB,EAAA,QAAA,EAEpC,KAAK,EAAA,CACK,CAAA,EAAA,CACN;AAEb;;;;"}
|
|
File without changes
|