@nudmcdgnpm/cnd-css 1.0.2 → 2.1.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 +1 -3
- package/dist/index.min.css +1 -1
- package/package.json +32 -21
- package/src/components/CardBasedOptions.scss +4 -4
- package/src/index.scss +3 -5
- package/src/pages/citizen/HomePageWrapper.scss +1 -1
- package/src/pages/employee/inbox.scss +2 -2
- package/src/pages/employee/index.scss +2 -2
package/package.json
CHANGED
|
@@ -1,46 +1,51 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nudmcdgnpm/cnd-css",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.css",
|
|
6
6
|
"author": "Shivank Shukla",
|
|
7
|
-
"description": "CSS
|
|
7
|
+
"description": "CSS for CND UI & SV UI",
|
|
8
8
|
"engines": {
|
|
9
|
-
"node": ">=
|
|
9
|
+
"node": ">=22"
|
|
10
|
+
},
|
|
11
|
+
"cssConfig": {
|
|
12
|
+
"prefix": ""
|
|
10
13
|
},
|
|
11
|
-
"cssConfig": { "prefix": "" },
|
|
12
14
|
"scripts": {
|
|
13
15
|
"start": "gulp build",
|
|
14
|
-
"build:prod": "gulp build",
|
|
16
|
+
"build:prod": "NODE_ENV=production gulp build",
|
|
15
17
|
"prepublish": "yarn build:prod",
|
|
16
18
|
"deploy": "gulp && cp -R svg example && cp -R img example && gh-pages -d example"
|
|
17
19
|
},
|
|
18
|
-
"browserslist": [
|
|
20
|
+
"browserslist": [
|
|
21
|
+
"> 3%",
|
|
22
|
+
"last 2 versions"
|
|
23
|
+
],
|
|
19
24
|
"style": "./dist/index.css",
|
|
20
25
|
"dependencies": {
|
|
21
26
|
"normalize.css": "8.0.1",
|
|
22
|
-
"postcss-scss": "
|
|
27
|
+
"postcss-scss": "^4.0.6",
|
|
23
28
|
"tailwindcss": "1.9.6"
|
|
24
29
|
},
|
|
25
30
|
"devDependencies": {
|
|
26
|
-
"autoprefixer": "10.4.14",
|
|
27
|
-
"cssnano": "
|
|
31
|
+
"autoprefixer": "^10.4.14",
|
|
32
|
+
"cssnano": "^5.1.15",
|
|
28
33
|
"gh-pages": "3.2.3",
|
|
29
|
-
"gulp": "4.0.2",
|
|
34
|
+
"gulp": "^4.0.2",
|
|
30
35
|
"gulp-clean": "0.4.0",
|
|
31
|
-
"gulp-clean-css": "4.3.0",
|
|
36
|
+
"gulp-clean-css": "^4.3.0",
|
|
32
37
|
"gulp-livereload": "4.0.2",
|
|
33
|
-
"gulp-postcss": "9.0.1",
|
|
38
|
+
"gulp-postcss": "^9.0.1",
|
|
34
39
|
"gulp-rename": "2.0.0",
|
|
35
|
-
"gulp-sass": "5.1.0",
|
|
36
|
-
"postcss": "8.4.26",
|
|
37
|
-
"postcss-cli": "
|
|
40
|
+
"gulp-sass": "^5.1.0",
|
|
41
|
+
"postcss": "^8.4.26",
|
|
42
|
+
"postcss-cli": "^10.1.0",
|
|
38
43
|
"postcss-header": "2.0.0",
|
|
39
|
-
"postcss-import": "
|
|
44
|
+
"postcss-import": "^15.1.0",
|
|
45
|
+
"postcss-nested": "^6.0.1",
|
|
40
46
|
"postcss-prefixer": "2.1.3",
|
|
41
|
-
"postcss-preset-env": "
|
|
42
|
-
"
|
|
43
|
-
"sass": "^1.77.0"
|
|
47
|
+
"postcss-preset-env": "^7.8.3",
|
|
48
|
+
"sass": "^1.70.0"
|
|
44
49
|
},
|
|
45
50
|
"files": [
|
|
46
51
|
"dist/index.min.css",
|
|
@@ -50,5 +55,11 @@
|
|
|
50
55
|
"src/**/*.scss",
|
|
51
56
|
"src/**/*.css"
|
|
52
57
|
],
|
|
53
|
-
"keywords": [
|
|
54
|
-
|
|
58
|
+
"keywords": [
|
|
59
|
+
"digit",
|
|
60
|
+
"egov",
|
|
61
|
+
"dpg",
|
|
62
|
+
"digit-ui",
|
|
63
|
+
"css"
|
|
64
|
+
]
|
|
65
|
+
}
|
|
@@ -51,23 +51,23 @@
|
|
|
51
51
|
}
|
|
52
52
|
.citizen .ServicesSection .CardBasedOptions:nth-child(odd){
|
|
53
53
|
.employeeCustomCard{
|
|
54
|
-
background-image: url("https://
|
|
54
|
+
background-image: url("https://niuatt-filestore.s3.ap-south-1.amazonaws.com/pg/logo/top-red-card.png");
|
|
55
55
|
background-size: cover
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
.citizen .ServicesSection .CardBasedOptions:nth-child(even){
|
|
59
59
|
.employeeCustomCard{
|
|
60
|
-
background-image: url("https://
|
|
60
|
+
background-image: url("https://niuatt-filestore.s3.ap-south-1.amazonaws.com/pg/logo/top-green-card.png");
|
|
61
61
|
background-size: cover
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
.citizen .employeeCustomCard {
|
|
65
65
|
border-radius: 10px;
|
|
66
|
-
background-image: url(https://
|
|
66
|
+
background-image: url(https://niuatt-filestore.s3.ap-south-1.amazonaws.com/pg/logo/top-red-card.png);
|
|
67
67
|
background-size: cover;
|
|
68
68
|
.employeeCustomCard {
|
|
69
69
|
border-radius: 10px;
|
|
70
|
-
background-image: url(https://
|
|
70
|
+
background-image: url(https://niuatt-filestore.s3.ap-south-1.amazonaws.com/pg/logo/top-red-card.png);
|
|
71
71
|
background-size: cover;
|
|
72
72
|
}
|
|
73
73
|
}
|
package/src/index.scss
CHANGED
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
/*@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");*/
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
// @import "tailwindcss/utilities";
|
|
5
|
+
/* @import "tailwindcss/base"; */
|
|
6
|
+
/* @import "tailwindcss/components"; */
|
|
7
|
+
/* @import "tailwindcss/utilities"; */
|
|
10
8
|
|
|
11
9
|
@tailwind base;
|
|
12
10
|
@tailwind components;
|
|
@@ -568,13 +568,13 @@
|
|
|
568
568
|
|
|
569
569
|
.employee .customEmployeeCard:nth-child(odd){
|
|
570
570
|
.employeeCustomCard{
|
|
571
|
-
background-image: url("https://
|
|
571
|
+
background-image: url("https://niuatt-filestore.s3.ap-south-1.amazonaws.com/pg/logo/top-red-card.png");
|
|
572
572
|
background-size: cover
|
|
573
573
|
}
|
|
574
574
|
}
|
|
575
575
|
.employee .customEmployeeCard:nth-child(even){
|
|
576
576
|
.employeeCustomCard{
|
|
577
|
-
background-image: url("https://
|
|
577
|
+
background-image: url("https://niuatt-filestore.s3.ap-south-1.amazonaws.com/pg/logo/top-green-card.png");
|
|
578
578
|
background-size: cover
|
|
579
579
|
}
|
|
580
580
|
}
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
white-space: nowrap;
|
|
197
197
|
height: calc(100vh - 36px);
|
|
198
198
|
padding-bottom: 5rem;
|
|
199
|
-
background-image: url(https://
|
|
199
|
+
background-image: url(https://niuatt-filestore.s3.ap-south-1.amazonaws.com/pg/logo/top-green-card.png), url(https://niuatt-filestore.s3.ap-south-1.amazonaws.com/pg/logo/top-red-card.png);
|
|
200
200
|
background-blend-mode: lighten;
|
|
201
201
|
background-size: cover;
|
|
202
202
|
|
|
@@ -517,7 +517,7 @@
|
|
|
517
517
|
flex-direction: column;
|
|
518
518
|
padding-top: 80px;
|
|
519
519
|
margin-left: 64px;
|
|
520
|
-
width: calc(100
|
|
520
|
+
width: calc(100%-83px);
|
|
521
521
|
}
|
|
522
522
|
.citizen-home-container {
|
|
523
523
|
display: flex;
|