@entit/digit-ui-css 1.5.6

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.
Files changed (107) hide show
  1. package/dist/index.css +7724 -0
  2. package/dist/index.min.css +1 -0
  3. package/img/browser-icon.png +0 -0
  4. package/img/m_seva_white_logo.png +0 -0
  5. package/img/mseva-demo.png +0 -0
  6. package/package.json +64 -0
  7. package/src/components/CardBasedOptions.scss +45 -0
  8. package/src/components/CitizenHomeCard.scss +47 -0
  9. package/src/components/EllipsisMenu.scss +17 -0
  10. package/src/components/EventCalendarView.scss +10 -0
  11. package/src/components/OnGroundEventCard.scss +72 -0
  12. package/src/components/PageBasedInput.scss +23 -0
  13. package/src/components/PopupHeadingLabel.scss +15 -0
  14. package/src/components/PropertySearchForm.scss +58 -0
  15. package/src/components/SearchForm.scss +56 -0
  16. package/src/components/SearchOnRadioButton.scss +10 -0
  17. package/src/components/StandaloneSearchBar.scss +10 -0
  18. package/src/components/TimeLine.scss +68 -0
  19. package/src/components/WhatsNewCard.scss +13 -0
  20. package/src/components/actionLink.scss +3 -0
  21. package/src/components/actionbar.scss +58 -0
  22. package/src/components/bannercomponents.scss +131 -0
  23. package/src/components/body.scss +119 -0
  24. package/src/components/buttons.scss +47 -0
  25. package/src/components/card.scss +390 -0
  26. package/src/components/cardHeaderWithOptions.scss +14 -0
  27. package/src/components/changeLanguage.scss +3 -0
  28. package/src/components/charts.scss +186 -0
  29. package/src/components/checkbox.scss +53 -0
  30. package/src/components/checkpoint.scss +63 -0
  31. package/src/components/citizenInfoLabel.scss +14 -0
  32. package/src/components/custombtn.scss +11 -0
  33. package/src/components/datatable.scss +72 -0
  34. package/src/components/datewrap.scss +21 -0
  35. package/src/components/detailscard.scss +6 -0
  36. package/src/components/detailscontainer.scss +13 -0
  37. package/src/components/filters.scss +98 -0
  38. package/src/components/grey.scss +3 -0
  39. package/src/components/hoc/InboxComposer.scss +22 -0
  40. package/src/components/hoc/index.scss +1 -0
  41. package/src/components/imageviewer.scss +33 -0
  42. package/src/components/info-banner.scss +34 -0
  43. package/src/components/inputotp.scss +15 -0
  44. package/src/components/keynote.scss +27 -0
  45. package/src/components/languageSelector.scss +23 -0
  46. package/src/components/loader.scss +96 -0
  47. package/src/components/map.scss +30 -0
  48. package/src/components/menu.scss +0 -0
  49. package/src/components/metricsTable.scss +27 -0
  50. package/src/components/multiLink.scss +73 -0
  51. package/src/components/multiSelectDropdown.scss +73 -0
  52. package/src/components/navbar.scss +110 -0
  53. package/src/components/popup.scss +16 -0
  54. package/src/components/radiobtn.scss +45 -0
  55. package/src/components/ratingstar.scss +33 -0
  56. package/src/components/roundedLabel.scss +10 -0
  57. package/src/components/searchAction.scss +20 -0
  58. package/src/components/sectionalDropdown.scss +43 -0
  59. package/src/components/selectdropdown.scss +173 -0
  60. package/src/components/statushighlight.scss +17 -0
  61. package/src/components/submiterrors.scss +11 -0
  62. package/src/components/summary.scss +26 -0
  63. package/src/components/table.scss +167 -0
  64. package/src/components/tag.scss +27 -0
  65. package/src/components/telephone.scss +17 -0
  66. package/src/components/textfields.scss +90 -0
  67. package/src/components/toast.scss +31 -0
  68. package/src/components/topbar.scss +134 -0
  69. package/src/components/uploadcomponents.scss +95 -0
  70. package/src/index.scss +544 -0
  71. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +5 -0
  72. package/src/pages/citizen/DocumentList.scss +305 -0
  73. package/src/pages/citizen/Events.scss +47 -0
  74. package/src/pages/citizen/HomePageWrapper.scss +99 -0
  75. package/src/pages/citizen/SurveyList.scss +22 -0
  76. package/src/pages/citizen/citizenDocument.scss +22 -0
  77. package/src/pages/citizen/container.scss +19 -0
  78. package/src/pages/citizen/payment/payment-type.scss +3 -0
  79. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  80. package/src/pages/employee/EmployeeLogin.scss +7 -0
  81. package/src/pages/employee/cardfix.scss +13 -0
  82. package/src/pages/employee/container.scss +73 -0
  83. package/src/pages/employee/dss.scss +116 -0
  84. package/src/pages/employee/form-fields.scss +13 -0
  85. package/src/pages/employee/iframe.scss +66 -0
  86. package/src/pages/employee/inbox.scss +455 -0
  87. package/src/pages/employee/index.scss +337 -0
  88. package/src/pages/employee/login.scss +185 -0
  89. package/src/pages/employee/oldMobileInbox.scss +5 -0
  90. package/src/pages/employee/popupmodule.scss +34 -0
  91. package/src/pages/employee/response.scss +3 -0
  92. package/src/pages/employee/scroll-table.scss +114 -0
  93. package/src/pages/employee/surveys.scss +273 -0
  94. package/src/pages/employee/tooltip.scss +36 -0
  95. package/src/pages/employee/updateNumber.scss +13 -0
  96. package/svg/arrowdown.svg +1 -0
  97. package/svg/arrowleft.svg +1 -0
  98. package/svg/calendar.svg +1 -0
  99. package/svg/camera.svg +4 -0
  100. package/svg/check.svg +4 -0
  101. package/svg/close.svg +4 -0
  102. package/svg/error.svg +4 -0
  103. package/svg/error2.svg +5 -0
  104. package/svg/searchicon.svg +4 -0
  105. package/svg/starempty.svg +4 -0
  106. package/svg/starfilled.svg +5 -0
  107. package/svg/success.svg +4 -0
@@ -0,0 +1,17 @@
1
+ .telephone {
2
+ @apply flex items-baseline;
3
+ img,
4
+ svg {
5
+ height: 22px;
6
+ width: 20px;
7
+ @apply text-primary-main ml-sm items-center;
8
+ }
9
+
10
+ p {
11
+ @apply text-text-primary text-body-l pl-sm;
12
+ }
13
+ }
14
+
15
+ .call {
16
+ @apply flex text-text-secondary text-body-l;
17
+ }
@@ -0,0 +1,90 @@
1
+ .card-input {
2
+ @apply mb-lg pl-sm outline-none mt-sm block border w-full h-10 border-input-border border-solid bg-white leading-10 text-form-field text-text-primary;
3
+ }
4
+
5
+ .card-input-error {
6
+ @apply mb-lg pl-sm block w-full h-10 outline-none border-2 border-error border-solid bg-white leading-10 text-form-field text-text-primary;
7
+ }
8
+
9
+ .employee-card-input {
10
+ @apply mb-lg pl-sm outline-none block border w-full h-10 border-input-border border-solid bg-white leading-10 text-form-field text-text-primary;
11
+ }
12
+ .employee-card-input--front {
13
+ width: fit-content !important;
14
+ display: flex;
15
+ align-items: center;
16
+ background: #eeeeee;
17
+ border-right: 0;
18
+ padding-right: 5px;
19
+ }
20
+ .employee-card-input-error {
21
+ @apply mb-lg pl-sm block w-full h-10 outline-none border-2 border-error border-solid bg-white leading-10 text-form-field text-text-primary;
22
+ }
23
+
24
+ .card-textarea,
25
+ .employee-card-textarea {
26
+ @apply block outline-none mt-md mb-lg border w-full border-input-border border-solid bg-white h-24 text-form-field text-text-primary p-sm;
27
+ }
28
+
29
+ .inputWrapper {
30
+ display: flex;
31
+ justify-content: flex-start;
32
+ max-width: 500px;
33
+
34
+ div {
35
+ max-width: 80px;
36
+ }
37
+
38
+ span {
39
+ margin-top: 16px;
40
+ margin-left: 10%;
41
+ margin-right: 10%;
42
+ }
43
+ }
44
+
45
+ @screen dt {
46
+ .card-input {
47
+ width: 480px;
48
+ }
49
+
50
+ .card-input-emp {
51
+ width: 240px;
52
+ }
53
+
54
+ .card-input-error {
55
+ width: 480px;
56
+ }
57
+
58
+ .employee-card-input {
59
+ @apply w-full;
60
+ }
61
+
62
+ .employee-card-input-error {
63
+ @apply w-full;
64
+ }
65
+
66
+ .card-textarea {
67
+ width: 480px;
68
+ }
69
+
70
+ .employee-card-textarea {
71
+ @apply w-full;
72
+ }
73
+
74
+ .card-input-emp {
75
+ width: 240px;
76
+ }
77
+ }
78
+
79
+ .citizen-card-input {
80
+ @apply mb-lg pl-sm outline-none block border w-full h-10 border-input-border border-solid bg-white leading-10 text-form-field text-text-primary;
81
+ }
82
+
83
+ .citizen-card-input--front {
84
+ width: fit-content !important;
85
+ display: flex;
86
+ align-items: center;
87
+ background: #eeeeee;
88
+ border-right: 0;
89
+ padding-right: 5px;
90
+ }
@@ -0,0 +1,31 @@
1
+ .toast-success {
2
+ max-width: 480px;
3
+ width: calc(100% - 20px);
4
+ bottom: 64px;
5
+ left: 0;
6
+ margin: 0 10px;
7
+ gap: 16px;
8
+ border-radius: 4px;
9
+ min-height: 48px;
10
+ @apply fixed flex bg-success leading-7 z-20 items-center pl-md pr-sm;
11
+
12
+ svg {
13
+ height: 20px;
14
+ width: 20px;
15
+ }
16
+
17
+ .toast-close-btn {
18
+ margin-left: auto;
19
+ }
20
+
21
+ h2 {
22
+ @apply text-body-s-dt text-white;
23
+ }
24
+ }
25
+
26
+ @screen dt {
27
+ .toast-success {
28
+ width: 100%;
29
+ left: calc(50% - 240px);
30
+ }
31
+ }
@@ -0,0 +1,134 @@
1
+ .topbar {
2
+ position: fixed;
3
+ top: 0;
4
+ width: 100%;
5
+ padding: 10px 24px;
6
+ background: white;
7
+ box-shadow: rgba(0, 0, 0, 0.24) 0 1px 4px;
8
+ z-index: 9999999;
9
+ @apply flex items-center;
10
+
11
+ img {
12
+ display: inline;
13
+
14
+ &.city {
15
+ margin-right: 8px;
16
+ height: 48px;
17
+ width: 48px;
18
+ }
19
+
20
+ &.state {
21
+ height: 20px;
22
+ max-height: 20px;
23
+ width: auto;
24
+ }
25
+ }
26
+
27
+ .ulb {
28
+ font-weight: bold;
29
+ display: inline-block;
30
+ }
31
+
32
+ .right {
33
+ float: right;
34
+ margin-top: 12px;
35
+ position: relative;
36
+
37
+ svg {
38
+ display: inline;
39
+ }
40
+
41
+ .user-img-txt {
42
+ background: #f47738;
43
+ padding: 10px 15px;
44
+ border-radius: 50%;
45
+ color: white;
46
+ font-weight: 700;
47
+ }
48
+ }
49
+
50
+ .left {
51
+ float: left;
52
+ }
53
+
54
+ .w-80 {
55
+ width: 70%;
56
+ }
57
+
58
+ .width-20 {
59
+ width: 30%;
60
+ }
61
+
62
+ .margin-top-6 {
63
+ margin-top: 6px;
64
+ }
65
+
66
+ .margin-right-30 {
67
+ margin-right: 30px;
68
+ }
69
+
70
+ .margin-top-10 {
71
+ margin-top: 10px;
72
+ }
73
+
74
+ .icon {
75
+ display: block;
76
+ color: rgb(117, 117, 117);
77
+ fill: rgb(117, 117, 117);
78
+ height: 21px;
79
+ width: 21px;
80
+ }
81
+
82
+ .column-gap-15 {
83
+ column-gap: 15px;
84
+ }
85
+
86
+ .column-gap-5 {
87
+ column-gap: 5px;
88
+ }
89
+
90
+ .select-wrap,
91
+ .employee-select-wrap {
92
+ margin-bottom: 0px;
93
+ .profile-dropdown--item{
94
+ span{
95
+ white-space: pre;
96
+ }
97
+ }
98
+ }
99
+ }
100
+
101
+ .cp {
102
+ cursor: pointer;
103
+ }
104
+
105
+ .citizen {
106
+ .right {
107
+ margin-top: 5px;
108
+ margin-bottom: 5px;
109
+ }
110
+
111
+ .topbar-select-wrap {
112
+ margin-bottom: 0;
113
+ }
114
+
115
+ .flex-between {
116
+ @apply flex items-center justify-between;
117
+ }
118
+ }
119
+
120
+ .profile-dropdown--item {
121
+ display: flex;
122
+ flex-direction: row;
123
+ padding: 10px;
124
+ column-gap: 10px;
125
+
126
+ &:hover {
127
+ @apply bg-grey-mid;
128
+ }
129
+ }
130
+
131
+ .flex-right {
132
+ @apply flex items-center justify-end;
133
+ min-width: 85px;
134
+ }
@@ -0,0 +1,95 @@
1
+ .upload-wrap {
2
+ @apply flex w-full h-40 bg-grey-light relative mb-lg px-sm border border-border border-dashed;
3
+
4
+ img {
5
+ display: block;
6
+ margin-top: 58px;
7
+ margin-left: calc(50% - 23px);
8
+ height: 42px;
9
+ width: 46px;
10
+ }
11
+
12
+ svg {
13
+ display: block;
14
+ margin-top: 58px;
15
+ margin-left: calc(50% - 23px);
16
+ height: 42px;
17
+ width: 46px;
18
+ }
19
+
20
+ input {
21
+ @apply absolute w-full h-full opacity-0 top-0;
22
+ }
23
+ }
24
+
25
+ .multi-upload-wrap {
26
+ @apply flex mb-lg;
27
+
28
+ div {
29
+ display: block;
30
+ position: relative;
31
+ background-color: #fafafa;
32
+ width: calc((100% - 16px) / 3);
33
+ margin-right: 8px;
34
+
35
+ .delete {
36
+ position: absolute;
37
+ height: 24px;
38
+ width: 24px;
39
+ border-radius: 100%;
40
+ top: 2px;
41
+ right: 2px;
42
+ }
43
+ }
44
+
45
+ .upload-img-container {
46
+ border: 1px dashed #d6d5d4;
47
+ margin: 0 !important;
48
+
49
+ img {
50
+ margin-left: auto;
51
+ margin-right: auto;
52
+ padding-top: calc(33% - 21px);
53
+ }
54
+
55
+ svg {
56
+ @apply flex;
57
+ margin: auto;
58
+ }
59
+
60
+ svg {
61
+ margin-left: auto;
62
+ margin-right: auto;
63
+ top: calc(50% - 21px);
64
+ position: relative;
65
+ }
66
+
67
+ input {
68
+ @apply absolute w-full h-full opacity-0 top-0;
69
+ }
70
+ }
71
+ }
72
+
73
+ .upload-file {
74
+ min-height: 56px;
75
+ @apply relative border border-input-border w-full;
76
+
77
+ div {
78
+ @apply flex flex-row h-full items-center pl-md mt-sm flex-wrap;
79
+
80
+ .file-upload-status {
81
+ @apply text-body-s-dt ml-sm;
82
+ }
83
+ }
84
+ input {
85
+ width: 160px;
86
+ @apply absolute top-0 left-0 opacity-0 h-full;
87
+ }
88
+ }
89
+
90
+ @screen dt {
91
+ .multi-upload-wrap img {
92
+ width: 100%;
93
+ height: 158px;
94
+ }
95
+ }