@entit/digit-ui-css 1.5.6 → 2.0.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/index.css +2302 -400
- package/dist/index.min.css +1 -1
- package/package.json +64 -64
- package/src/components/CardBasedOptions.scss +110 -44
- package/src/components/CitizenHomeCard.scss +57 -46
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/FAQ.scss +64 -0
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +31 -23
- package/src/components/PopupHeadingLabel.scss +14 -14
- package/src/components/PropertySearchForm.scss +58 -58
- package/src/components/SearchForm.scss +55 -55
- package/src/components/SearchOnRadioButton.scss +9 -9
- package/src/components/StandaloneSearchBar.scss +9 -9
- package/src/components/TimeLine.scss +67 -67
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +97 -58
- package/src/components/bannercomponents.scss +137 -131
- package/src/components/body.scss +146 -118
- package/src/components/buttons.scss +50 -47
- package/src/components/card.scss +412 -389
- package/src/components/cardHeaderWithOptions.scss +13 -13
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +318 -185
- package/src/components/checkbox.scss +84 -53
- package/src/components/checkpoint.scss +65 -63
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +11 -11
- package/src/components/datatable.scss +76 -72
- package/src/components/datewrap.scss +21 -21
- package/src/components/detailscard.scss +6 -6
- package/src/components/detailscontainer.scss +13 -13
- package/src/components/filters.scss +97 -97
- package/src/components/grey.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +115 -22
- package/src/components/howItWorks.scss +71 -0
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +35 -34
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +27 -27
- package/src/components/languageSelector.scss +24 -23
- package/src/components/loader.scss +96 -96
- package/src/components/map.scss +30 -30
- package/src/components/metricsTable.scss +26 -26
- package/src/components/multiLink.scss +87 -72
- package/src/components/multiSelectDropdown.scss +72 -72
- package/src/components/navbar.scss +308 -110
- package/src/components/plusMinus.scss +15 -0
- package/src/components/popup.scss +15 -15
- package/src/components/radiobtn.scss +56 -44
- package/src/components/ratingstar.scss +33 -33
- package/src/components/roundedLabel.scss +10 -10
- package/src/components/searchAction.scss +20 -20
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +199 -173
- package/src/components/staticDynamicMessages.scss +107 -0
- package/src/components/staticSideBar.scss +27 -0
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +28 -25
- package/src/components/table.scss +178 -167
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +108 -90
- package/src/components/toast.scss +31 -31
- package/src/components/toggleSwitch.scss +41 -0
- package/src/components/topbar.scss +148 -134
- package/src/components/uploadcomponents.scss +113 -95
- package/src/index.scss +768 -544
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -5
- package/src/pages/citizen/DocumentList.scss +304 -304
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +163 -99
- package/src/pages/citizen/SurveyList.scss +21 -21
- package/src/pages/citizen/citizenDocument.scss +21 -21
- package/src/pages/citizen/container.scss +19 -19
- package/src/pages/citizen/payment/payment-type.scss +2 -2
- package/src/pages/citizen/updatePropertyNumber.scss +46 -46
- package/src/pages/employee/EmployeeLogin.scss +6 -6
- package/src/pages/employee/cardfix.scss +13 -12
- package/src/pages/employee/container.scss +73 -73
- package/src/pages/employee/dss.scss +249 -116
- package/src/pages/employee/form-fields.scss +13 -13
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +687 -455
- package/src/pages/employee/index.scss +625 -337
- package/src/pages/employee/login.scss +260 -185
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +47 -34
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +272 -273
- package/src/pages/employee/tooltip.scss +35 -35
- package/src/pages/employee/updateNumber.scss +12 -12
- package/svg/camera.svg +4 -4
- package/svg/check.svg +3 -3
- package/svg/close.svg +4 -4
- package/svg/error.svg +3 -3
- package/svg/error2.svg +5 -5
- package/svg/searchicon.svg +3 -3
- package/svg/starempty.svg +3 -3
- package/svg/starfilled.svg +4 -4
- package/svg/success.svg +3 -3
package/src/components/map.scss
CHANGED
@@ -1,30 +1,30 @@
|
|
1
|
-
.map-wrap {
|
2
|
-
@apply pb-lg;
|
3
|
-
}
|
4
|
-
|
5
|
-
.map {
|
6
|
-
width: 100%;
|
7
|
-
height: 384px;
|
8
|
-
overflow: visible;
|
9
|
-
position: relative;
|
10
|
-
}
|
11
|
-
|
12
|
-
.map-search-bar-wrap {
|
13
|
-
border-radius: 4px;
|
14
|
-
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
|
15
|
-
margin-bottom: 4px;
|
16
|
-
display: flex;
|
17
|
-
width: 100%;
|
18
|
-
}
|
19
|
-
|
20
|
-
.map-search-bar-icon {
|
21
|
-
@apply inline h-6 w-6 m-sm;
|
22
|
-
}
|
23
|
-
|
24
|
-
.map-search-bar {
|
25
|
-
@apply block outline-none text-form-field text-text-primary h-10 w-full !important;
|
26
|
-
}
|
27
|
-
|
28
|
-
.map-search-bar:focus {
|
29
|
-
border: none;
|
30
|
-
}
|
1
|
+
.map-wrap {
|
2
|
+
@apply pb-lg;
|
3
|
+
}
|
4
|
+
|
5
|
+
.map {
|
6
|
+
width: 100%;
|
7
|
+
height: 384px;
|
8
|
+
overflow: visible;
|
9
|
+
position: relative;
|
10
|
+
}
|
11
|
+
|
12
|
+
.map-search-bar-wrap {
|
13
|
+
border-radius: 4px;
|
14
|
+
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
|
15
|
+
margin-bottom: 4px;
|
16
|
+
display: flex;
|
17
|
+
width: 100%;
|
18
|
+
}
|
19
|
+
|
20
|
+
.map-search-bar-icon {
|
21
|
+
@apply inline h-6 w-6 m-sm;
|
22
|
+
}
|
23
|
+
|
24
|
+
.map-search-bar {
|
25
|
+
@apply block outline-none text-form-field text-text-primary h-10 w-full !important;
|
26
|
+
}
|
27
|
+
|
28
|
+
.map-search-bar:focus {
|
29
|
+
border: none;
|
30
|
+
}
|
@@ -1,27 +1,27 @@
|
|
1
|
-
.metricsTable {
|
2
|
-
@apply bg-white px-md pt-md pb-lg shadow-card;
|
3
|
-
max-width: 440px;
|
4
|
-
border-radius: 4px;
|
5
|
-
|
6
|
-
.row {
|
7
|
-
@apply flex justify-between;
|
8
|
-
height: 80px;
|
9
|
-
width: 100%;
|
10
|
-
}
|
11
|
-
|
12
|
-
.lower_red {
|
13
|
-
@apply inline;
|
14
|
-
color: rgb(229, 77, 66);
|
15
|
-
}
|
16
|
-
|
17
|
-
.upper_green {
|
18
|
-
@apply inline;
|
19
|
-
color: #00703C;
|
20
|
-
}
|
21
|
-
}
|
22
|
-
|
23
|
-
.chart-metric-wrapper{
|
24
|
-
display: flex;
|
25
|
-
flex-wrap: wrap;
|
26
|
-
margin-top: 15px;
|
1
|
+
.metricsTable {
|
2
|
+
@apply bg-white px-md pt-md pb-lg shadow-card;
|
3
|
+
max-width: 440px;
|
4
|
+
border-radius: 4px;
|
5
|
+
|
6
|
+
.row {
|
7
|
+
@apply flex justify-between;
|
8
|
+
height: 80px;
|
9
|
+
width: 100%;
|
10
|
+
}
|
11
|
+
|
12
|
+
.lower_red {
|
13
|
+
@apply inline;
|
14
|
+
color: rgb(229, 77, 66);
|
15
|
+
}
|
16
|
+
|
17
|
+
.upper_green {
|
18
|
+
@apply inline;
|
19
|
+
color: #00703C;
|
20
|
+
}
|
21
|
+
}
|
22
|
+
|
23
|
+
.chart-metric-wrapper{
|
24
|
+
display: flex;
|
25
|
+
flex-wrap: wrap;
|
26
|
+
margin-top: 15px;
|
27
27
|
}
|
@@ -1,73 +1,88 @@
|
|
1
|
-
.multilink-labelWrap{
|
2
|
-
top: 73px;
|
3
|
-
@apply flex items-center align-middle text-center m-md absolute right-0 z-10;
|
4
|
-
}
|
5
|
-
|
6
|
-
.multilink-link-button{
|
7
|
-
margin: 0;
|
8
|
-
@apply text-heading-s text-primary-light
|
9
|
-
}
|
10
|
-
|
11
|
-
.multilink-optionWrap{
|
12
|
-
right: 0;
|
13
|
-
top:110px;
|
14
|
-
width: max-content;
|
15
|
-
@apply absolute shadow-card bg-white m-md z-10;
|
16
|
-
|
17
|
-
.multilink-option{
|
18
|
-
|
19
|
-
svg{
|
20
|
-
margin-top: auto;
|
21
|
-
margin-bottom: auto;
|
22
|
-
@apply mx-sm
|
23
|
-
}
|
24
|
-
|
25
|
-
&:hover{
|
26
|
-
@apply bg-grey-mid cursor-pointer;
|
27
|
-
}
|
28
|
-
@apply p-md;
|
29
|
-
}
|
30
|
-
}
|
31
|
-
.overCard{
|
32
|
-
top: 23px;
|
33
|
-
}
|
34
|
-
|
35
|
-
.multilink-block-wrapper{
|
36
|
-
@apply relative;
|
37
|
-
.multilink-labelWrap{
|
38
|
-
margin: 0 !important;
|
39
|
-
top: unset;
|
40
|
-
@apply relative text-text-primary !important;
|
41
|
-
svg{
|
42
|
-
fill: #505A5F;
|
43
|
-
}
|
44
|
-
span{
|
45
|
-
@apply text-text-primary !important;
|
46
|
-
}
|
47
|
-
}
|
48
|
-
.multilink-optionWrap{
|
49
|
-
top: 8px;
|
50
|
-
right: -50%;
|
51
|
-
@apply block !important;
|
52
|
-
}
|
53
|
-
}
|
54
|
-
|
55
|
-
@screen dt {
|
56
|
-
|
57
|
-
.multilink-block-wrapper{
|
58
|
-
.multilink-optionWrap{
|
59
|
-
right: 0 !important;
|
60
|
-
}
|
61
|
-
}
|
62
|
-
|
63
|
-
.multilink-labelWrap{
|
64
|
-
right: 20%;
|
65
|
-
top: 80px;
|
66
|
-
}
|
67
|
-
|
68
|
-
.multilink-optionWrap{
|
69
|
-
right: 20%;
|
70
|
-
top: 110px;
|
71
|
-
@apply shadow-card rounded-sm;
|
72
|
-
}
|
1
|
+
.multilink-labelWrap{
|
2
|
+
top: 73px;
|
3
|
+
@apply flex items-center align-middle text-center m-md absolute right-0 z-10;
|
4
|
+
}
|
5
|
+
|
6
|
+
.multilink-link-button{
|
7
|
+
margin: 0;
|
8
|
+
@apply text-heading-s text-primary-light
|
9
|
+
}
|
10
|
+
|
11
|
+
.multilink-optionWrap{
|
12
|
+
right: 0;
|
13
|
+
top:110px;
|
14
|
+
width: max-content;
|
15
|
+
@apply absolute shadow-card bg-white m-md z-10;
|
16
|
+
|
17
|
+
.multilink-option{
|
18
|
+
|
19
|
+
svg{
|
20
|
+
margin-top: auto;
|
21
|
+
margin-bottom: auto;
|
22
|
+
@apply mx-sm
|
23
|
+
}
|
24
|
+
|
25
|
+
&:hover{
|
26
|
+
@apply bg-grey-mid cursor-pointer;
|
27
|
+
}
|
28
|
+
@apply p-md;
|
29
|
+
}
|
30
|
+
}
|
31
|
+
.overCard{
|
32
|
+
top: 23px;
|
33
|
+
}
|
34
|
+
|
35
|
+
.multilink-block-wrapper{
|
36
|
+
@apply relative;
|
37
|
+
.multilink-labelWrap{
|
38
|
+
margin: 0 !important;
|
39
|
+
top: unset;
|
40
|
+
@apply relative text-text-primary !important;
|
41
|
+
svg{
|
42
|
+
fill: #505A5F;
|
43
|
+
}
|
44
|
+
span{
|
45
|
+
@apply text-text-primary !important;
|
46
|
+
}
|
47
|
+
}
|
48
|
+
.multilink-optionWrap{
|
49
|
+
top: 8px;
|
50
|
+
right: -50%;
|
51
|
+
@apply block !important;
|
52
|
+
}
|
53
|
+
}
|
54
|
+
|
55
|
+
@screen dt {
|
56
|
+
|
57
|
+
.multilink-block-wrapper{
|
58
|
+
.multilink-optionWrap{
|
59
|
+
right: 0 !important;
|
60
|
+
}
|
61
|
+
}
|
62
|
+
|
63
|
+
.multilink-labelWrap{
|
64
|
+
right: 20%;
|
65
|
+
top: 80px;
|
66
|
+
}
|
67
|
+
|
68
|
+
.multilink-optionWrap{
|
69
|
+
right: 20%;
|
70
|
+
top: 110px;
|
71
|
+
@apply shadow-card rounded-sm;
|
72
|
+
}
|
73
|
+
}
|
74
|
+
|
75
|
+
.reports-download-btn{
|
76
|
+
justify-content: flex-end;
|
77
|
+
position: unset;
|
78
|
+
}
|
79
|
+
|
80
|
+
.reports-options-download{
|
81
|
+
position: absolute;
|
82
|
+
justify-content: flex-end;
|
83
|
+
float: right;
|
84
|
+
right:0%;
|
85
|
+
display: flex;
|
86
|
+
flex-direction: row;
|
87
|
+
top:2rem;
|
73
88
|
}
|
@@ -1,73 +1,73 @@
|
|
1
|
-
.multi-select-dropdown-wrap{
|
2
|
-
@apply relative text-form-field text-text-primary w-full;
|
3
|
-
.master, .master-active{
|
4
|
-
@apply relative border border-solid border-input-border h-10 w-full;
|
5
|
-
input[type=text]{
|
6
|
-
@apply absolute top-0 left-0 p-sm pl-sm min-h-full min-w-full opacity-0;
|
7
|
-
&:focus{
|
8
|
-
@apply outline-none;
|
9
|
-
}
|
10
|
-
}
|
11
|
-
.label{
|
12
|
-
@apply flex justify-between p-sm w-full h-full;
|
13
|
-
svg{
|
14
|
-
@apply h-6 w-6;
|
15
|
-
}
|
16
|
-
}
|
17
|
-
|
18
|
-
&:hover{
|
19
|
-
@apply border-2 border-solid border-primary-main;
|
20
|
-
}
|
21
|
-
}
|
22
|
-
|
23
|
-
.master-active{
|
24
|
-
@apply border-2 border-primary-main;
|
25
|
-
input[type=text]{
|
26
|
-
@apply opacity-100;
|
27
|
-
}
|
28
|
-
.label{
|
29
|
-
@apply hidden;
|
30
|
-
}
|
31
|
-
}
|
32
|
-
|
33
|
-
.server{
|
34
|
-
|
35
|
-
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
|
36
|
-
top:40px;
|
37
|
-
|
38
|
-
max-height:20vmax;
|
39
|
-
overflow: scroll;
|
40
|
-
@apply absolute min-w-full z-20;
|
41
|
-
div{
|
42
|
-
@apply flex w-full bg-white;
|
43
|
-
&:hover{
|
44
|
-
@apply bg-grey-mid;
|
45
|
-
}
|
46
|
-
input{
|
47
|
-
height: 44px;
|
48
|
-
@apply absolute min-w-full opacity-0 z-20 cursor-pointer;
|
49
|
-
}
|
50
|
-
p{
|
51
|
-
padding: 12px;
|
52
|
-
@apply text-form-field text-text-primary;
|
53
|
-
}
|
54
|
-
.custom-checkbox{
|
55
|
-
height: 28px;
|
56
|
-
width: 28px;
|
57
|
-
@apply border border-solid border-input-border m-sm;
|
58
|
-
svg{
|
59
|
-
@apply opacity-0 z-10;
|
60
|
-
}
|
61
|
-
}
|
62
|
-
input:checked ~ .custom-checkbox,
|
63
|
-
input:hover ~ .custom-checkbox {
|
64
|
-
@apply border-2 border-primary-main;
|
65
|
-
}
|
66
|
-
|
67
|
-
input:checked ~ .custom-checkbox svg {
|
68
|
-
@apply opacity-100;
|
69
|
-
}
|
70
|
-
|
71
|
-
}
|
72
|
-
}
|
1
|
+
.multi-select-dropdown-wrap{
|
2
|
+
@apply relative text-form-field text-text-primary w-full;
|
3
|
+
.master, .master-active{
|
4
|
+
@apply relative border border-solid border-input-border h-10 w-full;
|
5
|
+
input[type=text]{
|
6
|
+
@apply absolute top-0 left-0 p-sm pl-sm min-h-full min-w-full opacity-0;
|
7
|
+
&:focus{
|
8
|
+
@apply outline-none;
|
9
|
+
}
|
10
|
+
}
|
11
|
+
.label{
|
12
|
+
@apply flex justify-between p-sm w-full h-full;
|
13
|
+
svg{
|
14
|
+
@apply h-6 w-6;
|
15
|
+
}
|
16
|
+
}
|
17
|
+
|
18
|
+
&:hover{
|
19
|
+
@apply border-2 border-solid border-primary-main;
|
20
|
+
}
|
21
|
+
}
|
22
|
+
|
23
|
+
.master-active{
|
24
|
+
@apply border-2 border-primary-main;
|
25
|
+
input[type=text]{
|
26
|
+
@apply opacity-100;
|
27
|
+
}
|
28
|
+
.label{
|
29
|
+
@apply hidden;
|
30
|
+
}
|
31
|
+
}
|
32
|
+
|
33
|
+
.server{
|
34
|
+
|
35
|
+
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
|
36
|
+
top:40px;
|
37
|
+
|
38
|
+
max-height:20vmax;
|
39
|
+
overflow: scroll;
|
40
|
+
@apply absolute min-w-full z-20;
|
41
|
+
div{
|
42
|
+
@apply flex w-full bg-white;
|
43
|
+
&:hover{
|
44
|
+
@apply bg-grey-mid;
|
45
|
+
}
|
46
|
+
input{
|
47
|
+
height: 44px;
|
48
|
+
@apply absolute min-w-full opacity-0 z-20 cursor-pointer;
|
49
|
+
}
|
50
|
+
p{
|
51
|
+
padding: 12px;
|
52
|
+
@apply text-form-field text-text-primary;
|
53
|
+
}
|
54
|
+
.custom-checkbox{
|
55
|
+
height: 28px;
|
56
|
+
width: 28px;
|
57
|
+
@apply border border-solid border-input-border m-sm;
|
58
|
+
svg{
|
59
|
+
@apply opacity-0 z-10;
|
60
|
+
}
|
61
|
+
}
|
62
|
+
input:checked ~ .custom-checkbox,
|
63
|
+
input:hover ~ .custom-checkbox {
|
64
|
+
@apply border-2 border-primary-main;
|
65
|
+
}
|
66
|
+
|
67
|
+
input:checked ~ .custom-checkbox svg {
|
68
|
+
@apply opacity-100;
|
69
|
+
}
|
70
|
+
|
71
|
+
}
|
72
|
+
}
|
73
73
|
}
|