@pmidc/upyog-css 1.1.0 → 1.1.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.
Files changed (125) hide show
  1. package/dist/index.css +6464 -8264
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +110 -530
  5. package/src/components/CitizenHomeCard.scss +228 -228
  6. package/src/components/EllipsisMenu.scss +16 -16
  7. package/src/components/EventCalendarView.scss +9 -9
  8. package/src/components/FAQ.scss +63 -63
  9. package/src/components/OnGroundEventCard.scss +71 -71
  10. package/src/components/PageBasedInput.scss +30 -30
  11. package/src/components/PopupHeadingLabel.scss +14 -14
  12. package/src/components/PropertySearchForm.scss +58 -58
  13. package/src/components/SearchForm.scss +56 -56
  14. package/src/components/SearchOnRadioButton.scss +9 -9
  15. package/src/components/StandaloneSearchBar.scss +9 -9
  16. package/src/components/TimeLine.scss +68 -96
  17. package/src/components/WhatsNewCard.scss +12 -12
  18. package/src/components/actionLink.scss +3 -3
  19. package/src/components/actionbar.scss +96 -96
  20. package/src/components/bannercomponents.scss +137 -137
  21. package/src/components/body.scss +147 -157
  22. package/src/components/buttons.scss +50 -57
  23. package/src/components/card.scss +436 -588
  24. package/src/components/cardHeaderWithOptions.scss +13 -13
  25. package/src/components/changeLanguage.scss +3 -3
  26. package/src/components/charts.scss +185 -185
  27. package/src/components/checkbox.scss +83 -83
  28. package/src/components/checkpoint.scss +65 -65
  29. package/src/components/citizenInfoLabel.scss +14 -14
  30. package/src/components/custombtn.scss +15 -15
  31. package/src/components/datatable.scss +116 -116
  32. package/src/components/datewrap.scss +21 -21
  33. package/src/components/detailscard.scss +6 -6
  34. package/src/components/detailscontainer.scss +13 -13
  35. package/src/components/filters.scss +97 -97
  36. package/src/components/grey.scss +3 -3
  37. package/src/components/hoc/InboxComposer.scss +115 -115
  38. package/src/components/howItWorks.scss +71 -71
  39. package/src/components/imageviewer.scss +33 -33
  40. package/src/components/info-banner.scss +35 -35
  41. package/src/components/inputotp.scss +15 -15
  42. package/src/components/keynote.scss +27 -29
  43. package/src/components/languageSelector.scss +24 -24
  44. package/src/components/loader.scss +96 -96
  45. package/src/components/map.scss +30 -30
  46. package/src/components/metricsTable.scss +26 -26
  47. package/src/components/multiLink.scss +87 -87
  48. package/src/components/multiSelectDropdown.scss +72 -88
  49. package/src/components/navbar.scss +345 -338
  50. package/src/components/plusMinus.scss +15 -15
  51. package/src/components/popup.scss +15 -15
  52. package/src/components/radiobtn.scss +44 -44
  53. package/src/components/ratingstar.scss +33 -33
  54. package/src/components/roundedLabel.scss +10 -10
  55. package/src/components/searchAction.scss +20 -27
  56. package/src/components/sectionalDropdown.scss +43 -43
  57. package/src/components/selectdropdown.scss +205 -276
  58. package/src/components/staticDynamicMessages.scss +110 -110
  59. package/src/components/staticSideBar.scss +27 -27
  60. package/src/components/statushighlight.scss +17 -17
  61. package/src/components/submiterrors.scss +11 -11
  62. package/src/components/summary.scss +28 -28
  63. package/src/components/table.scss +178 -362
  64. package/src/components/tag.scss +27 -27
  65. package/src/components/telephone.scss +17 -17
  66. package/src/components/textfields.scss +111 -119
  67. package/src/components/toast.scss +31 -31
  68. package/src/components/toggleSwitch.scss +40 -40
  69. package/src/components/topbar.scss +147 -217
  70. package/src/components/uploadcomponents.scss +113 -113
  71. package/src/index.scss +969 -975
  72. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  73. package/src/pages/citizen/DocumentList.scss +305 -384
  74. package/src/pages/citizen/Events.scss +46 -46
  75. package/src/pages/citizen/HomePageWrapper.scss +165 -214
  76. package/src/pages/citizen/SurveyList.scss +21 -21
  77. package/src/pages/citizen/citizenDocument.scss +21 -25
  78. package/src/pages/citizen/citizenNewLogin.scss +193 -357
  79. package/src/pages/citizen/container.scss +22 -32
  80. package/src/pages/citizen/loaderMessage.scss +295 -295
  81. package/src/pages/citizen/payment/payment-type.scss +2 -2
  82. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  83. package/src/pages/common/form.scss +25 -25
  84. package/src/pages/common/pgrUICssfix.scss +105 -105
  85. package/src/pages/common/requiredField.scss +2 -2
  86. package/src/pages/common/sanctionFeeTable.scss +91 -91
  87. package/src/pages/common/searchIcon.scss +12 -12
  88. package/src/pages/common/stepForm.scss +40 -40
  89. package/src/pages/employee/EmployeeLogin.scss +6 -6
  90. package/src/pages/employee/cardfix.scss +13 -13
  91. package/src/pages/employee/container.scss +73 -73
  92. package/src/pages/employee/dashboard.scss +203 -203
  93. package/src/pages/employee/disconnection.scss +425 -425
  94. package/src/pages/employee/dss.scss +249 -251
  95. package/src/pages/employee/faq.scss +353 -353
  96. package/src/pages/employee/footer.scss +68 -68
  97. package/src/pages/employee/form-fields.scss +13 -13
  98. package/src/pages/employee/iframe.scss +65 -65
  99. package/src/pages/employee/inbox.scss +744 -744
  100. package/src/pages/employee/index.scss +678 -674
  101. package/src/pages/employee/landing.scss +324 -324
  102. package/src/pages/employee/login.scss +595 -253
  103. package/src/pages/employee/oldMobileInbox.scss +4 -4
  104. package/src/pages/employee/popupmodule.scss +47 -47
  105. package/src/pages/employee/response.scss +2 -2
  106. package/src/pages/employee/scroll-table.scss +113 -113
  107. package/src/pages/employee/surveys.scss +469 -469
  108. package/src/pages/employee/tooltip.scss +35 -35
  109. package/src/pages/employee/updateNumber.scss +12 -12
  110. package/src/pages/swach/index.scss +172 -172
  111. package/src/pages/ws/index.scss +104 -104
  112. package/svg/camera.svg +4 -4
  113. package/svg/check.svg +3 -3
  114. package/svg/close.svg +4 -4
  115. package/svg/error.svg +3 -3
  116. package/svg/error2.svg +5 -5
  117. package/svg/searchicon.svg +3 -3
  118. package/svg/starempty.svg +3 -3
  119. package/svg/starfilled.svg +4 -4
  120. package/svg/success.svg +3 -3
  121. package/src/components/NewAccordianCitizen.scss +0 -130
  122. package/src/components/newFooter.scss +0 -75
  123. package/src/pages/citizen/CitizenLogin.scss +0 -50
  124. package/src/pages/citizen/InboxCard.scss +0 -327
  125. package/src/pages/employee/header.scss +0 -262
@@ -1,119 +1,111 @@
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
- height: 2rem !important;
12
- padding: 1.5rem 1rem;
13
- border-radius: 8px;
14
- border: 1px solid #b4b4b4;
15
- color: #1f2937;
16
- &::placeholder {
17
- color: #9ca3af;
18
- }
19
- &:focus {
20
- outline: none;
21
- border-color: #d1d5db;
22
- box-shadow: 0 0 0 3px rgba(13, 78, 255, 0.03);
23
- }
24
- }
25
- .employee-card-input:disabled {
26
- @apply border-grey-dark text-grey-dark !important;
27
- pointer-events: none !important;
28
- }
29
- .employee-card-input:disabled {
30
- @apply border-grey-dark text-grey-dark !important;
31
- pointer-events: none !important;
32
- }
33
- .employee-card-input--front {
34
- width: fit-content !important;
35
- display: flex;
36
- align-items: center;
37
- background: #eeeeee;
38
- border-right: 0;
39
- padding-right: 5px;
40
- }
41
- .employee-card-input-error {
42
- @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;
43
- border-radius: 8px;
44
- }
45
-
46
- .card-textarea,
47
- .employee-card-textarea {
48
- @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 rounded-lg;
49
- }
50
-
51
- .inputWrapper {
52
- display: flex;
53
- justify-content: flex-start;
54
- max-width: 500px;
55
-
56
- div {
57
- max-width: 80px;
58
- }
59
-
60
- span {
61
- margin-top: 16px;
62
- margin-left: 10%;
63
- margin-right: 10%;
64
- }
65
- }
66
-
67
- @screen dt {
68
- .card-input {
69
- width: 480px;
70
- }
71
-
72
- .card-input-emp {
73
- width: 240px;
74
- }
75
-
76
- .card-input-error {
77
- width: 480px;
78
- }
79
-
80
- .employee-card-input {
81
- @apply w-full;
82
- }
83
-
84
- .employee-card-input-error {
85
- @apply w-full;
86
- }
87
-
88
- .card-textarea {
89
- /* //width: 480px; */
90
- @apply w-full;
91
- max-width: 540px;
92
- }
93
-
94
- .employee-card-textarea {
95
- @apply w-full;
96
- }
97
-
98
- .card-input-emp {
99
- width: 240px;
100
- }
101
- }
102
-
103
- .citizen-card-input {
104
- @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;
105
- }
106
- .citizen-card-input {
107
- height: 2rem !important;
108
- margin-bottom: 16px !important;
109
- line-height: 2rem !important;
110
- color: #1f2937;
111
- &::placeholder {
112
- color: #9ca3af;
113
- }
114
- &:focus {
115
- outline: none;
116
- border-color: #d1d5db;
117
- box-shadow: 0 0 0 3px rgba(13, 78, 255, 0.03);
118
- }
119
- }
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
+ height: 2.0rem !important;
12
+ padding: 1.5rem 1rem;
13
+ border-radius: 8px;
14
+ border: 1px solid #b4b4b4;
15
+ }
16
+ .employee-card-input:disabled {
17
+ @apply border-grey-dark text-grey-dark !important;
18
+ pointer-events: none !important;
19
+ }
20
+ .employee-card-input:disabled {
21
+ @apply border-grey-dark text-grey-dark !important;
22
+ pointer-events: none !important;
23
+ }
24
+ .employee-card-input--front {
25
+ width: fit-content !important;
26
+ display: flex;
27
+ align-items: center;
28
+ background: #eeeeee;
29
+ border-right: 0;
30
+ padding-right: 5px;
31
+ }
32
+ .employee-card-input-error {
33
+ @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;
34
+ border-radius: 8px;
35
+ }
36
+
37
+ .card-textarea,
38
+ .employee-card-textarea {
39
+ @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 rounded-lg;
40
+ }
41
+
42
+ .inputWrapper {
43
+ display: flex;
44
+ justify-content: flex-start;
45
+ max-width: 500px;
46
+
47
+ div {
48
+ max-width: 80px;
49
+ }
50
+
51
+ span {
52
+ margin-top: 16px;
53
+ margin-left: 10%;
54
+ margin-right: 10%;
55
+ }
56
+ }
57
+
58
+ @screen dt {
59
+ .card-input {
60
+ width: 480px;
61
+ }
62
+
63
+ .card-input-emp {
64
+ width: 240px;
65
+ }
66
+
67
+ .card-input-error {
68
+ width: 480px;
69
+ }
70
+
71
+ .employee-card-input {
72
+ @apply w-full;
73
+ }
74
+
75
+ .employee-card-input-error {
76
+ @apply w-full;
77
+ }
78
+
79
+ .card-textarea {
80
+ /* //width: 480px; */
81
+ @apply w-full;
82
+ max-width:540px;
83
+ }
84
+
85
+ .employee-card-textarea {
86
+ @apply w-full;
87
+ }
88
+
89
+ .card-input-emp {
90
+ width: 240px;
91
+ }
92
+ }
93
+
94
+ .citizen-card-input {
95
+ @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;
96
+
97
+ }
98
+ .citizen-card-input{
99
+ height:2rem !important;
100
+ margin-bottom: 16px !important;
101
+ line-height: 2.0rem !important;
102
+ }
103
+
104
+ .citizen-card-input--front {
105
+ width: fit-content !important;
106
+ display: flex;
107
+ align-items: center;
108
+ background: #eeeeee;
109
+ border-right: 0;
110
+ padding-right: 5px;
111
+ }
@@ -1,31 +1,31 @@
1
- .toast-success {
2
- max-width: 480px;
3
- width: calc(100% - 20px);
4
- bottom: 100px;
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
- }
1
+ .toast-success {
2
+ max-width: 480px;
3
+ width: calc(100% - 20px);
4
+ bottom: 100px;
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
+ }
@@ -1,41 +1,41 @@
1
- .react-switch-checkbox {
2
- height: 0;
3
- width: 0;
4
- visibility: hidden;
5
- }
6
-
7
- .react-switch-label {
8
- display: flex;
9
- align-items: center;
10
- justify-content: space-between;
11
- cursor: pointer;
12
- width: 50px;
13
- height: 20px;
14
- background: white;
15
- border-radius: 100px;
16
- position: relative;
17
- transition: background-color .2s;
18
- border: 1px solid #bbb;
19
- }
20
-
21
- .react-switch-label .react-switch-button {
22
- content: '';
23
- position: absolute;
24
- top: 2px;
25
- left: 2px;
26
- width: 14px;
27
- height: 14px;
28
- border-radius: 45px;
29
- transition: 0.2s;
30
- background: #a82227;
31
- box-shadow: 0 0 2px 0 rgba(10, 10, 10, 0.29);
32
- }
33
-
34
- .react-switch-checkbox:checked + .react-switch-label .react-switch-button {
35
- left: calc(100% - 2px);
36
- transform: translateX(-100%);
37
- }
38
-
39
- .react-switch-label:active .react-switch-button {
40
- width: 45px;
1
+ .react-switch-checkbox {
2
+ height: 0;
3
+ width: 0;
4
+ visibility: hidden;
5
+ }
6
+
7
+ .react-switch-label {
8
+ display: flex;
9
+ align-items: center;
10
+ justify-content: space-between;
11
+ cursor: pointer;
12
+ width: 50px;
13
+ height: 20px;
14
+ background: white;
15
+ border-radius: 100px;
16
+ position: relative;
17
+ transition: background-color .2s;
18
+ border: 1px solid #bbb;
19
+ }
20
+
21
+ .react-switch-label .react-switch-button {
22
+ content: '';
23
+ position: absolute;
24
+ top: 2px;
25
+ left: 2px;
26
+ width: 14px;
27
+ height: 14px;
28
+ border-radius: 45px;
29
+ transition: 0.2s;
30
+ background: #a82227;
31
+ box-shadow: 0 0 2px 0 rgba(10, 10, 10, 0.29);
32
+ }
33
+
34
+ .react-switch-checkbox:checked + .react-switch-label .react-switch-button {
35
+ left: calc(100% - 2px);
36
+ transform: translateX(-100%);
37
+ }
38
+
39
+ .react-switch-label:active .react-switch-button {
40
+ width: 45px;
41
41
  }