@pmidc/upyog-css 1.1.10 → 1.1.12

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 (129) hide show
  1. package/dist/index.css +1174 -350
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +535 -534
  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/NewAccordianCitizen.scss +130 -130
  10. package/src/components/OnGroundEventCard.scss +71 -71
  11. package/src/components/PageBasedInput.scss +30 -30
  12. package/src/components/PopupHeadingLabel.scss +14 -14
  13. package/src/components/PropertySearchForm.scss +58 -58
  14. package/src/components/SearchForm.scss +56 -56
  15. package/src/components/SearchOnRadioButton.scss +9 -9
  16. package/src/components/StandaloneSearchBar.scss +9 -9
  17. package/src/components/SurveyModal.scss +195 -0
  18. package/src/components/TimeLine.scss +96 -96
  19. package/src/components/WhatsNewCard.scss +12 -12
  20. package/src/components/actionLink.scss +3 -3
  21. package/src/components/actionbar.scss +99 -96
  22. package/src/components/bannercomponents.scss +137 -137
  23. package/src/components/body.scss +450 -261
  24. package/src/components/buttons.scss +134 -118
  25. package/src/components/card.scss +627 -595
  26. package/src/components/cardHeaderWithOptions.scss +13 -13
  27. package/src/components/changeLanguage.scss +3 -3
  28. package/src/components/charts.scss +185 -185
  29. package/src/components/checkbox.scss +83 -83
  30. package/src/components/checkpoint.scss +65 -65
  31. package/src/components/citizenInfoLabel.scss +14 -14
  32. package/src/components/custombtn.scss +15 -15
  33. package/src/components/datatable.scss +118 -116
  34. package/src/components/datewrap.scss +21 -21
  35. package/src/components/detailscard.scss +6 -6
  36. package/src/components/detailscontainer.scss +13 -13
  37. package/src/components/filters.scss +97 -97
  38. package/src/components/grey.scss +3 -3
  39. package/src/components/hoc/InboxComposer.scss +115 -115
  40. package/src/components/howItWorks.scss +71 -71
  41. package/src/components/imageviewer.scss +33 -33
  42. package/src/components/info-banner.scss +35 -35
  43. package/src/components/inputotp.scss +15 -15
  44. package/src/components/keynote.scss +29 -29
  45. package/src/components/languageSelector.scss +24 -24
  46. package/src/components/loader.scss +96 -96
  47. package/src/components/map.scss +36 -36
  48. package/src/components/metricsTable.scss +26 -26
  49. package/src/components/multiLink.scss +87 -87
  50. package/src/components/multiSelectDropdown.scss +88 -88
  51. package/src/components/navbar.scss +377 -377
  52. package/src/components/newFooter.scss +75 -75
  53. package/src/components/plusMinus.scss +15 -15
  54. package/src/components/popup.scss +15 -15
  55. package/src/components/radiobtn.scss +44 -44
  56. package/src/components/ratingstar.scss +33 -33
  57. package/src/components/roundedLabel.scss +10 -10
  58. package/src/components/searchAction.scss +27 -27
  59. package/src/components/sectionalDropdown.scss +43 -43
  60. package/src/components/selectdropdown.scss +279 -276
  61. package/src/components/staticDynamicMessages.scss +110 -110
  62. package/src/components/staticSideBar.scss +27 -27
  63. package/src/components/statushighlight.scss +17 -17
  64. package/src/components/submiterrors.scss +11 -11
  65. package/src/components/summary.scss +28 -28
  66. package/src/components/table.scss +383 -362
  67. package/src/components/tag.scss +27 -27
  68. package/src/components/telephone.scss +17 -17
  69. package/src/components/textfields.scss +138 -136
  70. package/src/components/toast.scss +31 -31
  71. package/src/components/toggleSwitch.scss +40 -40
  72. package/src/components/topbar.scss +217 -217
  73. package/src/components/uploadcomponents.scss +113 -113
  74. package/src/index.scss +1377 -1031
  75. package/src/modules/adv/index.scss +552 -552
  76. package/src/modules/rentAndLease/index.scss +227 -227
  77. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  78. package/src/pages/citizen/CitizenLogin.scss +50 -50
  79. package/src/pages/citizen/DocumentList.scss +454 -448
  80. package/src/pages/citizen/Events.scss +46 -46
  81. package/src/pages/citizen/HomePageWrapper.scss +215 -214
  82. package/src/pages/citizen/InboxCard.scss +378 -327
  83. package/src/pages/citizen/SurveyList.scss +21 -21
  84. package/src/pages/citizen/citizenDocument.scss +25 -25
  85. package/src/pages/citizen/citizenNewLogin.scss +352 -357
  86. package/src/pages/citizen/container.scss +32 -32
  87. package/src/pages/citizen/loaderMessage.scss +341 -295
  88. package/src/pages/citizen/payment/payment-type.scss +2 -2
  89. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  90. package/src/pages/common/form.scss +25 -25
  91. package/src/pages/common/newApplicationTimeline.scss +319 -319
  92. package/src/pages/common/pgrUICssfix.scss +105 -105
  93. package/src/pages/common/requiredField.scss +2 -2
  94. package/src/pages/common/sanctionFeeTable.scss +91 -91
  95. package/src/pages/common/searchIcon.scss +12 -12
  96. package/src/pages/common/stepForm.scss +40 -40
  97. package/src/pages/employee/EmployeeLogin.scss +6 -6
  98. package/src/pages/employee/cardfix.scss +13 -13
  99. package/src/pages/employee/container.scss +73 -73
  100. package/src/pages/employee/dashboard.scss +203 -203
  101. package/src/pages/employee/disconnection.scss +425 -425
  102. package/src/pages/employee/dss.scss +251 -251
  103. package/src/pages/employee/faq.scss +353 -353
  104. package/src/pages/employee/footer.scss +68 -68
  105. package/src/pages/employee/form-fields.scss +13 -13
  106. package/src/pages/employee/header.scss +262 -262
  107. package/src/pages/employee/iframe.scss +65 -65
  108. package/src/pages/employee/inbox.scss +744 -744
  109. package/src/pages/employee/index.scss +694 -677
  110. package/src/pages/employee/landing.scss +1782 -1782
  111. package/src/pages/employee/login.scss +253 -252
  112. package/src/pages/employee/oldMobileInbox.scss +4 -4
  113. package/src/pages/employee/popupmodule.scss +47 -47
  114. package/src/pages/employee/response.scss +2 -2
  115. package/src/pages/employee/scroll-table.scss +113 -113
  116. package/src/pages/employee/surveys.scss +469 -469
  117. package/src/pages/employee/tooltip.scss +35 -35
  118. package/src/pages/employee/updateNumber.scss +12 -12
  119. package/src/pages/swach/index.scss +174 -172
  120. package/src/pages/ws/index.scss +104 -104
  121. package/svg/camera.svg +4 -4
  122. package/svg/check.svg +3 -3
  123. package/svg/close.svg +4 -4
  124. package/svg/error.svg +3 -3
  125. package/svg/error2.svg +5 -5
  126. package/svg/searchicon.svg +3 -3
  127. package/svg/starempty.svg +3 -3
  128. package/svg/starfilled.svg +4 -4
  129. package/svg/success.svg +3 -3
@@ -1,130 +1,130 @@
1
- .new-accordion-wrapper {
2
- width: 100%;
3
- }
4
-
5
- .new-accordion-container {
6
- background: #ffffff;
7
- border: 1px solid #e5e7eb;
8
- border-radius: 12px;
9
- margin-bottom: 16px;
10
- overflow: hidden;
11
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
12
- }
13
-
14
- /* HEADER */
15
- .new-accordion-header {
16
- padding: 20px 24px;
17
- background-color: #f9fafb;
18
- display: flex;
19
- justify-content: space-between;
20
- align-items: center;
21
- cursor: pointer;
22
- transition: background-color 0.2s ease;
23
- }
24
-
25
- .new-accordion-header:hover {
26
- background-color: #f3f4f6;
27
- }
28
-
29
- .new-accordion-title {
30
- font-size: 16px;
31
- font-weight: 600;
32
- margin: 0;
33
- color: #1f2937;
34
- }
35
-
36
- /* CHEVRON */
37
- .new-accordion-chevron {
38
- transition: transform 0.3s ease;
39
- }
40
-
41
- .new-accordion-chevron.open {
42
- transform: rotate(180deg);
43
- }
44
-
45
- /* CONTENT AREA */
46
- .new-accordion-content {
47
- max-height: 0;
48
- overflow: hidden;
49
- transition: max-height 0.4s ease;
50
- }
51
-
52
- .new-accordion-content.open {
53
- max-height: 2000px;
54
- }
55
-
56
- /* GRID */
57
- .new-accordion-grid {
58
- display: grid;
59
- grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
60
- gap: 12px;
61
- padding: 16px;
62
- }
63
-
64
- .new-accordion-grid.mobile {
65
- grid-template-columns: 1fr;
66
- }
67
-
68
- .new-accordion-grid.no-grid {
69
-
70
- }
71
-
72
- /* CARD */
73
- .new-accordion-card {
74
- padding: 16px;
75
- border-radius: 10px;
76
- display: flex;
77
- gap: 12px;
78
- align-items: center;
79
- text-decoration: none;
80
- border: none;
81
- transition: all 0.2s ease;
82
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
83
- }
84
-
85
- .new-accordion-card:hover {
86
- transform: translateY(-2px);
87
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
88
- }
89
-
90
- /* ICON */
91
- .new-accordion-card-icon {
92
- width: 40px;
93
- height: 40px;
94
- border-radius: 10px;
95
- display: flex;
96
- align-items: center;
97
- justify-content: center;
98
- flex-shrink: 0;
99
- }
100
-
101
- /* TEXT */
102
- .new-accordion-card-content {
103
- flex: 1;
104
- display: flex;
105
- flex-direction: column;
106
- gap: 2px;
107
- }
108
-
109
- .new-accordion-card-title {
110
- font-size: 14px;
111
- font-weight: 500;
112
- color: #1f2937;
113
- }
114
-
115
- .new-accordion-card-description {
116
- font-size: 13px;
117
- color: #6b7280;
118
- }
119
-
120
- /* Arrow */
121
- .new-accordion-card-arrow {
122
- display: flex;
123
- align-items: center;
124
- justify-content: center;
125
- }
126
-
127
- /* INFO BOX */
128
- .new-accordion-info {
129
- margin-top: 16px;
130
- }
1
+ .new-accordion-wrapper {
2
+ width: 100%;
3
+ }
4
+
5
+ .new-accordion-container {
6
+ background: #ffffff;
7
+ border: 1px solid #e5e7eb;
8
+ border-radius: 12px;
9
+ margin-bottom: 16px;
10
+ overflow: hidden;
11
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
12
+ }
13
+
14
+ /* HEADER */
15
+ .new-accordion-header {
16
+ padding: 20px 24px;
17
+ background-color: #f9fafb;
18
+ display: flex;
19
+ justify-content: space-between;
20
+ align-items: center;
21
+ cursor: pointer;
22
+ transition: background-color 0.2s ease;
23
+ }
24
+
25
+ .new-accordion-header:hover {
26
+ background-color: #f3f4f6;
27
+ }
28
+
29
+ .new-accordion-title {
30
+ font-size: 16px;
31
+ font-weight: 600;
32
+ margin: 0;
33
+ color: #1f2937;
34
+ }
35
+
36
+ /* CHEVRON */
37
+ .new-accordion-chevron {
38
+ transition: transform 0.3s ease;
39
+ }
40
+
41
+ .new-accordion-chevron.open {
42
+ transform: rotate(180deg);
43
+ }
44
+
45
+ /* CONTENT AREA */
46
+ .new-accordion-content {
47
+ max-height: 0;
48
+ overflow: hidden;
49
+ transition: max-height 0.4s ease;
50
+ }
51
+
52
+ .new-accordion-content.open {
53
+ max-height: 2000px;
54
+ }
55
+
56
+ /* GRID */
57
+ .new-accordion-grid {
58
+ display: grid;
59
+ grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
60
+ gap: 12px;
61
+ padding: 16px;
62
+ }
63
+
64
+ .new-accordion-grid.mobile {
65
+ grid-template-columns: 1fr;
66
+ }
67
+
68
+ .new-accordion-grid.no-grid {
69
+
70
+ }
71
+
72
+ /* CARD */
73
+ .new-accordion-card {
74
+ padding: 16px;
75
+ border-radius: 10px;
76
+ display: flex;
77
+ gap: 12px;
78
+ align-items: center;
79
+ text-decoration: none;
80
+ border: none;
81
+ transition: all 0.2s ease;
82
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
83
+ }
84
+
85
+ .new-accordion-card:hover {
86
+ transform: translateY(-2px);
87
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
88
+ }
89
+
90
+ /* ICON */
91
+ .new-accordion-card-icon {
92
+ width: 40px;
93
+ height: 40px;
94
+ border-radius: 10px;
95
+ display: flex;
96
+ align-items: center;
97
+ justify-content: center;
98
+ flex-shrink: 0;
99
+ }
100
+
101
+ /* TEXT */
102
+ .new-accordion-card-content {
103
+ flex: 1;
104
+ display: flex;
105
+ flex-direction: column;
106
+ gap: 2px;
107
+ }
108
+
109
+ .new-accordion-card-title {
110
+ font-size: 14px;
111
+ font-weight: 500;
112
+ color: #1f2937;
113
+ }
114
+
115
+ .new-accordion-card-description {
116
+ font-size: 13px;
117
+ color: #6b7280;
118
+ }
119
+
120
+ /* Arrow */
121
+ .new-accordion-card-arrow {
122
+ display: flex;
123
+ align-items: center;
124
+ justify-content: center;
125
+ }
126
+
127
+ /* INFO BOX */
128
+ .new-accordion-info {
129
+ margin-top: 16px;
130
+ }
@@ -1,72 +1,72 @@
1
- .OnGroundEventCard{
2
- box-shadow: 0px 1px 2px 0px #00000029;
3
- @apply bg-white mx-sm mb-md p-md cursor-pointer;
4
-
5
- .EventCalendarView{
6
- width: 100px;
7
- @apply inline-block mr-md;
8
- }
9
-
10
- .EventDetails{
11
- width: calc( 100% - 116px );
12
- @apply inline-block align-top;
13
-
14
- h2{
15
- @apply text-caption-m font-bold mb-md text-text-primary;
16
- }
17
-
18
- .EventLocation{
19
- @apply flex mb-md;
20
- svg{
21
- @apply h-4 w-4;
22
- }
23
- p{
24
- @apply text-body-s text-text-primary ml-sm;
25
- }
26
- }
27
-
28
- .EventTime{
29
- @apply flex ;
30
- svg{
31
- @apply h-4 w-4;
32
- }
33
- p{
34
- @apply text-body-s text-text-primary ml-sm;
35
- }
36
- }
37
-
38
- .EventCategory{
39
- p{
40
- @apply text-body-s text-text-primary ;
41
- }
42
- }
43
-
44
- }
45
-
46
-
47
- }
48
-
49
- @screen dt{
50
- .OnGroundEventCard{
51
- .EventDetails{
52
- .EventLocation{
53
- p{
54
- @apply text-body-s-dt;
55
- }
56
- }
57
-
58
- .EventTime{
59
- p{
60
- @apply text-body-s-dt;
61
- }
62
- }
63
-
64
- .EventCategory{
65
- p{
66
- @apply text-body-s-dt;
67
- }
68
- }
69
-
70
- }
71
- }
1
+ .OnGroundEventCard{
2
+ box-shadow: 0px 1px 2px 0px #00000029;
3
+ @apply bg-white mx-sm mb-md p-md cursor-pointer;
4
+
5
+ .EventCalendarView{
6
+ width: 100px;
7
+ @apply inline-block mr-md;
8
+ }
9
+
10
+ .EventDetails{
11
+ width: calc( 100% - 116px );
12
+ @apply inline-block align-top;
13
+
14
+ h2{
15
+ @apply text-caption-m font-bold mb-md text-text-primary;
16
+ }
17
+
18
+ .EventLocation{
19
+ @apply flex mb-md;
20
+ svg{
21
+ @apply h-4 w-4;
22
+ }
23
+ p{
24
+ @apply text-body-s text-text-primary ml-sm;
25
+ }
26
+ }
27
+
28
+ .EventTime{
29
+ @apply flex ;
30
+ svg{
31
+ @apply h-4 w-4;
32
+ }
33
+ p{
34
+ @apply text-body-s text-text-primary ml-sm;
35
+ }
36
+ }
37
+
38
+ .EventCategory{
39
+ p{
40
+ @apply text-body-s text-text-primary ;
41
+ }
42
+ }
43
+
44
+ }
45
+
46
+
47
+ }
48
+
49
+ @screen dt{
50
+ .OnGroundEventCard{
51
+ .EventDetails{
52
+ .EventLocation{
53
+ p{
54
+ @apply text-body-s-dt;
55
+ }
56
+ }
57
+
58
+ .EventTime{
59
+ p{
60
+ @apply text-body-s-dt;
61
+ }
62
+ }
63
+
64
+ .EventCategory{
65
+ p{
66
+ @apply text-body-s-dt;
67
+ }
68
+ }
69
+
70
+ }
71
+ }
72
72
  }
@@ -1,30 +1,30 @@
1
- .PageBasedInputWrapper {
2
- .SubmitBar {
3
- z-index: 60;
4
- @apply p-sm fixed w-full bottom-0 left-0 text-right bg-white;
5
- }
6
- .SubmitBarInCardInDesktopView {
7
- @apply hidden;
8
- }
9
- label {
10
- margin-left: 0 !important;
11
- }
12
- }
13
-
14
- @screen dt {
15
- .PageBasedInputWrapper {
16
- .SubmitBar {
17
- @apply hidden;
18
- }
19
- .SubmitBarInCardInDesktopView {
20
- @apply block;
21
- position:relative;
22
- }
23
- .card {
24
- max-width: 75%;
25
- }
26
- button {
27
- max-width: 240px;
28
- }
29
- }
30
- }
1
+ .PageBasedInputWrapper {
2
+ .SubmitBar {
3
+ z-index: 60;
4
+ @apply p-sm fixed w-full bottom-0 left-0 text-right bg-white;
5
+ }
6
+ .SubmitBarInCardInDesktopView {
7
+ @apply hidden;
8
+ }
9
+ label {
10
+ margin-left: 0 !important;
11
+ }
12
+ }
13
+
14
+ @screen dt {
15
+ .PageBasedInputWrapper {
16
+ .SubmitBar {
17
+ @apply hidden;
18
+ }
19
+ .SubmitBarInCardInDesktopView {
20
+ @apply block;
21
+ position:relative;
22
+ }
23
+ .card {
24
+ max-width: 75%;
25
+ }
26
+ button {
27
+ max-width: 240px;
28
+ }
29
+ }
30
+ }
@@ -1,15 +1,15 @@
1
- .popupModalHeading{
2
- @apply flex gap-3 mb-lg;
3
- .headingIconAndLabel{
4
- @apply flex gap-3 items-center;
5
- svg{
6
- @apply w-6 h-4;
7
- }
8
- h3{
9
- @apply text-heading-l font-bold;
10
- }
11
- }
12
- .popupResetFormButton{
13
- @apply p-sm border border-solid border-text-primary border-opacity-25 self-center;
14
- }
1
+ .popupModalHeading{
2
+ @apply flex gap-3 mb-lg;
3
+ .headingIconAndLabel{
4
+ @apply flex gap-3 items-center;
5
+ svg{
6
+ @apply w-6 h-4;
7
+ }
8
+ h3{
9
+ @apply text-heading-l font-bold;
10
+ }
11
+ }
12
+ .popupResetFormButton{
13
+ @apply p-sm border border-solid border-text-primary border-opacity-25 self-center;
14
+ }
15
15
  }
@@ -1,58 +1,58 @@
1
- .PropertySearchForm {
2
- .pt-search-action {
3
- @apply w-full;
4
- display: flex;
5
- margin-right: 10px;
6
- justify-content: end;
7
- align-items: center;
8
- .pt-search-action-submit button {
9
- width: 100% !important;
10
- }
11
- .pt-search-action-reset {
12
- text-align: right;
13
- cursor: pointer;
14
- }
15
- }
16
-
17
- .PropertySearchFormSwitcher{
18
- border-bottom: 1px solid #d6d5d4;
19
- cursor: pointer;
20
- margin-bottom: 20px;
21
- display: flex;
22
- .non-selected {
23
- color: #505a5f;
24
- font-weight: 400;
25
- }
26
- .selected {
27
- color: #2947a3;
28
- font-weight: 700;
29
- padding-bottom: 10px;
30
- border-bottom: 2px solid #2947a3;
31
- }
32
- span {
33
- margin-right: 20px;
34
- }
35
- }
36
-
37
-
38
- .form-field {
39
- width: 30% !important;
40
- margin-bottom: 20px;
41
- }
42
- @media (min-width: 780px) {
43
- .pt-form-field{
44
- width: 30% !important;
45
- margin-bottom: 20px;
46
- }
47
- }
48
- @media (max-width: 780px) {
49
- .form-field{
50
- width: 100% !important;
51
- margin-bottom: 15px;
52
- }
53
- .pt-form-field{
54
- width: 100% !important;
55
- margin-bottom: 15px;
56
- }
57
- }
58
- }
1
+ .PropertySearchForm {
2
+ .pt-search-action {
3
+ @apply w-full;
4
+ display: flex;
5
+ margin-right: 10px;
6
+ justify-content: end;
7
+ align-items: center;
8
+ .pt-search-action-submit button {
9
+ width: 100% !important;
10
+ }
11
+ .pt-search-action-reset {
12
+ text-align: right;
13
+ cursor: pointer;
14
+ }
15
+ }
16
+
17
+ .PropertySearchFormSwitcher{
18
+ border-bottom: 1px solid #d6d5d4;
19
+ cursor: pointer;
20
+ margin-bottom: 20px;
21
+ display: flex;
22
+ .non-selected {
23
+ color: #505a5f;
24
+ font-weight: 400;
25
+ }
26
+ .selected {
27
+ color: #2947a3;
28
+ font-weight: 700;
29
+ padding-bottom: 10px;
30
+ border-bottom: 2px solid #2947a3;
31
+ }
32
+ span {
33
+ margin-right: 20px;
34
+ }
35
+ }
36
+
37
+
38
+ .form-field {
39
+ width: 30% !important;
40
+ margin-bottom: 20px;
41
+ }
42
+ @media (min-width: 780px) {
43
+ .pt-form-field{
44
+ width: 30% !important;
45
+ margin-bottom: 20px;
46
+ }
47
+ }
48
+ @media (max-width: 780px) {
49
+ .form-field{
50
+ width: 100% !important;
51
+ margin-bottom: 15px;
52
+ }
53
+ .pt-form-field{
54
+ width: 100% !important;
55
+ margin-bottom: 15px;
56
+ }
57
+ }
58
+ }