@djb25/digit-ui-css 1.0.0 → 1.0.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 (99) hide show
  1. package/dist/index.css +12539 -14251
  2. package/dist/index.min.css +1 -1
  3. package/package.json +4 -3
  4. package/src/components/CardBasedOptions.scss +97 -36
  5. package/src/components/CitizenHomeCard.scss +43 -41
  6. package/src/components/PageBasedInput.scss +2 -0
  7. package/src/components/PropertySearchForm.scss +4 -4
  8. package/src/components/SearchOnRadioButton.scss +1 -1
  9. package/src/components/StandaloneSearchBar.scss +1 -1
  10. package/src/components/TimeLine.scss +4 -4
  11. package/src/components/bannercomponents.scss +4 -3
  12. package/src/components/body.scss +7 -4
  13. package/src/components/buttons.scss +1 -57
  14. package/src/components/card.scss +42 -97
  15. package/src/components/charts.scss +150 -3
  16. package/src/components/checkbox.scss +35 -4
  17. package/src/components/checkpoint.scss +3 -1
  18. package/src/components/datatable.scss +7 -65
  19. package/src/components/filters.scss +3 -3
  20. package/src/components/hoc/InboxComposer.scss +1 -1
  21. package/src/components/landingpage.scss +249 -18
  22. package/src/components/languageSelector.scss +2 -1
  23. package/src/components/loader.scss +1 -1
  24. package/src/components/metricsTable.scss +1 -2
  25. package/src/components/multiLink.scss +1 -1
  26. package/src/components/multiSelectDropdown.scss +0 -4
  27. package/src/components/navbar.scss +9 -13
  28. package/src/components/plusMinus.scss +3 -3
  29. package/src/components/radiobtn.scss +12 -0
  30. package/src/components/searchAction.scss +1 -1
  31. package/src/components/selectdropdown.scss +37 -12
  32. package/src/components/table.scss +8 -60
  33. package/src/components/textfields.scss +16 -4
  34. package/src/components/toggleSwitch.scss +1 -1
  35. package/src/components/topbar.scss +8 -11
  36. package/src/components/uploadcomponents.scss +16 -3
  37. package/src/index.scss +74 -109
  38. package/src/pages/citizen/DocumentList.scss +5 -5
  39. package/src/pages/citizen/HomePageWrapper.scss +11 -6
  40. package/src/pages/citizen/container.scss +1 -1
  41. package/src/pages/employee/cardfix.scss +2 -1
  42. package/src/pages/employee/container.scss +9 -8
  43. package/src/pages/employee/dss.scss +12 -29
  44. package/src/pages/employee/inbox.scss +144 -91
  45. package/src/pages/employee/index.scss +248 -244
  46. package/src/pages/employee/login.scss +93 -135
  47. package/src/pages/employee/popupmodule.scss +13 -0
  48. package/src/pages/employee/scroll-table.scss +4 -9
  49. package/src/pages/employee/surveys.scss +13 -14
  50. package/svg/check.svg +1 -1
  51. package/svg/starempty.svg +1 -1
  52. package/svg/starfilled.svg +1 -1
  53. package/README.md +0 -80
  54. package/src/components/financeUi.scss +0 -875
  55. package/src/components/inboxv2/InboxLinks.scss +0 -59
  56. package/src/components/inboxv2/horizontalNav.scss +0 -224
  57. package/src/components/inboxv2/inboxSearch.scss +0 -116
  58. package/src/components/inboxv2/inboxSearchComposer.scss +0 -134
  59. package/src/components/inboxv2/index.scss +0 -5
  60. package/src/components/inboxv2/searchComponentTable.scss +0 -44
  61. package/src/components/sidebar.scss +0 -141
  62. package/src/digitv2/components/ErrorMessage.scss +0 -6
  63. package/src/digitv2/components/FormComposerV2.scss +0 -120
  64. package/src/digitv2/components/actionLinkV2.scss +0 -7
  65. package/src/digitv2/components/actionbarV2.scss +0 -110
  66. package/src/digitv2/components/appContainerV2.scss +0 -55
  67. package/src/digitv2/components/backButtonV2.scss +0 -26
  68. package/src/digitv2/components/bannerV2.scss +0 -120
  69. package/src/digitv2/components/bodyContainerV2.scss +0 -39
  70. package/src/digitv2/components/breadCrumbV2.scss +0 -31
  71. package/src/digitv2/components/breakLineV2.scss +0 -6
  72. package/src/digitv2/components/buttonsV2.scss +0 -40
  73. package/src/digitv2/components/cardV2.scss +0 -385
  74. package/src/digitv2/components/checkboxV2.scss +0 -61
  75. package/src/digitv2/components/checkpointV2.scss +0 -71
  76. package/src/digitv2/components/collapseAndExpandGroups.scss +0 -60
  77. package/src/digitv2/components/dateWrapV2.scss +0 -12
  78. package/src/digitv2/components/displayPhotosV2.scss +0 -33
  79. package/src/digitv2/components/headerV2.scss +0 -6
  80. package/src/digitv2/components/infoBannerV2.scss +0 -37
  81. package/src/digitv2/components/keynoteV2.scss +0 -35
  82. package/src/digitv2/components/loaderV2.scss +0 -81
  83. package/src/digitv2/components/mobileNumberV2.scss +0 -33
  84. package/src/digitv2/components/multiSelectDropdownV2.scss +0 -92
  85. package/src/digitv2/components/noresultsfoundV2.scss +0 -11
  86. package/src/digitv2/components/otpInputV2.scss +0 -15
  87. package/src/digitv2/components/popUpV2.scss +0 -16
  88. package/src/digitv2/components/radiobtnV2.scss +0 -51
  89. package/src/digitv2/components/ratingV2.scss +0 -33
  90. package/src/digitv2/components/selectdropdownV2.scss +0 -170
  91. package/src/digitv2/components/tagV2.scss +0 -28
  92. package/src/digitv2/components/telephoneV2.scss +0 -18
  93. package/src/digitv2/components/textInputV2.scss +0 -123
  94. package/src/digitv2/components/textareaV2.scss +0 -11
  95. package/src/digitv2/components/uploadFileV2.scss +0 -146
  96. package/src/digitv2/index.scss +0 -168
  97. package/src/digitv2/pages/employee/index.scss +0 -1
  98. package/src/digitv2/pages/employee/workbench.scss +0 -1042
  99. package/src/digitv2/typography.scss +0 -241
@@ -1,146 +0,0 @@
1
- .digit-upload-wrap {
2
- @apply flex w-full h-40 bg-grey-light relative mb-lg px-sm border border-border border-dashed;
3
- max-width: 540px;
4
- min-height: 50px;
5
- padding: 0.5rem;
6
-
7
- img {
8
- display: block;
9
- margin-top: 58px;
10
- margin-left: calc(50% - 23px);
11
- height: 42px;
12
- width: 46px;
13
- }
14
-
15
- svg {
16
- display: block;
17
- margin-top: 58px;
18
- margin-left: calc(50% - 23px);
19
- height: 42px;
20
- width: 46px;
21
- }
22
-
23
- input {
24
- @apply absolute w-full h-full opacity-0 top-0;
25
- }
26
- .digit-cell-text {
27
- color: theme(colors.text.secondary);
28
- padding-top: 3px;
29
- }
30
- }
31
-
32
- .digit-multi-upload-wrap {
33
- @apply flex mb-lg;
34
-
35
- div {
36
- display: block;
37
- position: relative;
38
- background-color: theme(colors.grey.light);
39
- width: calc((100% - 16px) / 3);
40
- margin-right: 8px;
41
-
42
- .digit-delete {
43
- position: absolute;
44
- height: 24px;
45
- width: 24px;
46
- border-radius: 100%;
47
- top: 2px;
48
- right: 2px;
49
- }
50
- }
51
-
52
- .digit-upload-img-container {
53
- border: 1px dashed theme(colors.border);
54
- margin: 0 !important;
55
-
56
- img {
57
- margin-left: auto;
58
- margin-right: auto;
59
- padding-top: calc(33% - 21px);
60
- }
61
-
62
- svg {
63
- @apply flex;
64
- margin: auto;
65
- }
66
-
67
- svg {
68
- margin-left: auto;
69
- margin-right: auto;
70
- top: calc(50% - 21px);
71
- position: relative;
72
- }
73
-
74
- input {
75
- @apply absolute w-full h-full opacity-0 top-0;
76
- }
77
- }
78
- }
79
-
80
- .digit-upload-file-max-width {
81
- max-width: 540px;
82
- }
83
-
84
- .digit-upload-file {
85
- min-height: 56px;
86
- @apply relative border border-input-border w-full;
87
-
88
- div {
89
- @apply flex flex-row h-full items-center pl-md mt-sm flex-wrap;
90
-
91
- .file-upload-status {
92
- @apply text-body-s-dt ml-sm;
93
- }
94
- }
95
- input {
96
- width: 160px;
97
- @apply absolute top-0 left-0 opacity-0 h-full;
98
- }
99
- }
100
-
101
- @screen dt {
102
- .digit-multi-upload-wrap img {
103
- width: 100%;
104
- height: 158px;
105
- }
106
- }
107
-
108
- .digit-upload-file-button-wrap {
109
- display: flex;
110
- justify-content: flex-start;
111
- align-items: center;
112
- flex-wrap: wrap;
113
- margin: 0px;
114
- padding: 0px;
115
- button {
116
- height: auto;
117
- min-height: 40px;
118
- width: 43%;
119
- max-height: 40px;
120
- margin: 5px;
121
- padding: 0px;
122
- h2 {
123
- word-break: break-all;
124
- height: auto;
125
- line-height: 16px;
126
- overflow: hidden;
127
- max-height: 34px;
128
- max-width: 100%;
129
- }
130
- }
131
- .digit-tag-container {
132
- margin: 0px;
133
- padding: 0px;
134
- }
135
- }
136
- .digit-input-mirror-selector-button {
137
- @apply h-16 bg-border text-center border-b-2 border-input-border border-solid outline-none px-lg !important;
138
-
139
- &:focus {
140
- @apply outline-none;
141
- }
142
-
143
- h2 {
144
- @apply font-rc font-medium text-legend text-text-primary;
145
- }
146
- }
@@ -1,168 +0,0 @@
1
- @import url("./components/actionbarV2.scss");
2
- /*
3
- TODO NABEEL/ANIL Removed these since it creates issues in search screen and home screen
4
- @import url("./components/cardV2.scss");
5
- */
6
-
7
- @import url("./components/checkboxV2.scss");
8
- @import url("./components/FormComposerV2.scss");
9
- @import url("./components/radiobtnV2.scss");
10
- @import url("./components/selectdropdownV2.scss");
11
- @import url("./typography.scss");
12
- @import url("./components/actionLinkV2.scss");
13
- @import url("./components/appContainerV2.scss");
14
- @import url("./components/bodyContainerV2.scss");
15
- @import url("./components/breadCrumbV2.scss");
16
- @import url("./components/bannerV2.scss");
17
- @import url("./components/breakLineV2.scss");
18
- @import url("./components/loaderV2.scss");
19
- @import url("./components/headerV2.scss");
20
- @import url("./components/checkpointV2.scss");
21
- @import url("./components/backButtonV2.scss");
22
- @import url("./components/buttonsV2.scss");
23
- @import url("./components/infoBannerV2.scss");
24
- @import url("./components/displayPhotosV2.scss");
25
- @import url("./components/collapseAndExpandGroups.scss");
26
- @import url("./components/dateWrapV2.scss");
27
- @import url("./components/ErrorMessage.scss");
28
- @import url("./components/ratingV2.scss");
29
- @import url("./components/noresultsfoundV2.scss");
30
- @import url("./components/mobileNumberV2.scss");
31
- @import url("./components/tagV2.scss");
32
- @import url("./components/popUpV2.scss");
33
- @import url("./components/telephoneV2.scss");
34
- @import url("./components/textareaV2.scss");
35
- @import url("./components/textInputV2.scss");
36
- @import url("./components/otpInputV2.scss");
37
- @import url("./components/multiSelectDropdownV2.scss");
38
- @import url("./components/uploadFileV2.scss");
39
-
40
- /* pages */
41
- @import url("./pages/employee/index.scss");
42
-
43
- /* important to be remove after fixing the components */
44
- .light {
45
- &-primary {
46
- color: theme(digitv2.lightTheme.primary) !important;
47
-
48
- &-button {
49
- background-color: theme(digitv2.lightTheme.primary) !important;
50
- }
51
-
52
- &-bg {
53
- background-color: theme(digitv2.lightTheme.primary-bg) !important;
54
- }
55
- }
56
-
57
- &-text-color {
58
- &-primary {
59
- color: theme(digitv2.lightTheme.text-color-primary) !important;
60
- }
61
-
62
- &-secondary {
63
- color: theme(digitv2.lightTheme.text-color-secondary) !important;
64
- }
65
-
66
- &-disabled {
67
- color: theme(digitv2.lightTheme.text-color-disabled) !important;
68
- }
69
- }
70
-
71
- &-background {
72
- background-color: theme(digitv2.lightTheme.background) !important;
73
- }
74
-
75
- &-paper {
76
- &-primary {
77
- background-color: theme(digitv2.lightTheme.paper) !important;
78
-
79
- &-color {
80
- color: theme(digitv2.lightTheme.paper) !important;
81
- }
82
- }
83
-
84
- &-secondary {
85
- background-color: theme(digitv2.lightTheme.paper-secondary) !important;
86
- }
87
-
88
- &-border {
89
- border-radius: 4px;
90
- border-style: solid;
91
- border-width: 1px;
92
- border-color: theme(digitv2.lightTheme.divider);
93
- }
94
- }
95
-
96
- &-divider {
97
- background-color: theme(digitv2.lightTheme.divider) !important;
98
- }
99
-
100
- &-header-sidenav {
101
- color: theme(digitv2.lightTheme.header-sidenav) !important;
102
- }
103
-
104
- &-input-border {
105
- /* TODO Check why important added here @ANIL/NABEEL */
106
- border-color: theme(digitv2.lightTheme.input-border);
107
- }
108
- }
109
-
110
- .alert {
111
- &-error {
112
- color: theme(digitv2.alert.error) !important;
113
-
114
- &-bg {
115
- background-color: theme(digitv2.alert.error-bg) !important;
116
- }
117
-
118
- &-border {
119
- border-color: theme(digitv2.alert.error) !important;
120
- }
121
- }
122
-
123
- &-success {
124
- color: theme(digitv2.alert.success) !important;
125
-
126
- &-bg {
127
- background-color: theme(digitv2.alert.success-bg) !important;
128
- }
129
- }
130
-
131
- &-info {
132
- color: theme(digitv2.alert.info) !important;
133
-
134
- &-bg {
135
- background-color: theme(digitv2.alert.info-bg) !important;
136
- }
137
- }
138
- }
139
-
140
- .chart {
141
- &-item-1 {
142
- color: theme(digitv2.chart.chart-1) !important;
143
- }
144
-
145
- &-item-1-gradient {
146
- color: theme(digitv2.chart.chart-1-gradient) !important;
147
- }
148
-
149
- &-item-2 {
150
- color: theme(digitv2.chart.chart-2) !important;
151
- }
152
-
153
- &-item-2-gradient {
154
- color: theme(digitv2.chart.chart-2-gradient) !important;
155
- }
156
-
157
- &-item-3 {
158
- color: theme(digitv2.chart.chart-3) !important;
159
- }
160
-
161
- &-item-4 {
162
- color: theme(digitv2.chart.chart-4) !important;
163
- }
164
-
165
- &-item-5 {
166
- color: theme(digitv2.chart.chart-5) !important;
167
- }
168
- }
@@ -1 +0,0 @@
1
- @import url("./workbench.scss");