@pmidc/upyog-css 1.2.0 → 1.2.1
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 +11 -11
- package/dist/index.min.css +1 -1
- package/package.json +63 -63
- package/src/pages/citizen/DocumentList.scss +10 -10
package/package.json
CHANGED
|
@@ -1,63 +1,63 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@pmidc/upyog-css",
|
|
3
|
-
"version": "1.2.
|
|
4
|
-
"license": "MIT",
|
|
5
|
-
"main": "dist/index.css",
|
|
6
|
-
"engines": {
|
|
7
|
-
"node": ">=10"
|
|
8
|
-
},
|
|
9
|
-
"cssConfig": {
|
|
10
|
-
"prefix": ""
|
|
11
|
-
},
|
|
12
|
-
"scripts": {
|
|
13
|
-
"start": "gulp build",
|
|
14
|
-
"build:prod": "gulp build",
|
|
15
|
-
"prepublish": "yarn build:prod",
|
|
16
|
-
"deploy": "gulp && cp -R svg example && cp -R img example && gh-pages -d example"
|
|
17
|
-
},
|
|
18
|
-
"browserslist": [
|
|
19
|
-
"> 3%",
|
|
20
|
-
"last 2 versions"
|
|
21
|
-
],
|
|
22
|
-
"style": "./dist/index.css",
|
|
23
|
-
"dependencies": {
|
|
24
|
-
"node-sass": "4.14.1",
|
|
25
|
-
"normalize.css": "8.0.1",
|
|
26
|
-
"postcss-scss": "3.0.5",
|
|
27
|
-
"tailwindcss": "^1.9.6",
|
|
28
|
-
"yarn": "^1.22.22"
|
|
29
|
-
},
|
|
30
|
-
"devDependencies": {
|
|
31
|
-
"autoprefixer": "^10.4.4",
|
|
32
|
-
"cssnano": "4.1.11",
|
|
33
|
-
"gh-pages": "3.2.3",
|
|
34
|
-
"gulp": "4.0.2",
|
|
35
|
-
"gulp-clean": "^0.4.0",
|
|
36
|
-
"gulp-clean-css": "^4.3.0",
|
|
37
|
-
"gulp-livereload": "^4.0.2",
|
|
38
|
-
"gulp-postcss": "9.0.1",
|
|
39
|
-
"gulp-rename": "^2.0.0",
|
|
40
|
-
"gulp-sass": "^4.1.1",
|
|
41
|
-
"postcss": "8.4.12",
|
|
42
|
-
"postcss-cli": "8.3.1",
|
|
43
|
-
"postcss-header": "2.0.0",
|
|
44
|
-
"postcss-import": "^12.0.1",
|
|
45
|
-
"postcss-prefixer": "2.1.3",
|
|
46
|
-
"postcss-preset-env": "^6.7.1",
|
|
47
|
-
"postcss-scss": "3.0.5",
|
|
48
|
-
"sass": "1.49.11"
|
|
49
|
-
},
|
|
50
|
-
"files": [
|
|
51
|
-
"dist/index.min.css",
|
|
52
|
-
"dist/index.css",
|
|
53
|
-
"svg/**/*.svg",
|
|
54
|
-
"img/**/*.png",
|
|
55
|
-
"src/**/*.scss",
|
|
56
|
-
"src/**/*.css"
|
|
57
|
-
],
|
|
58
|
-
"directories": {
|
|
59
|
-
"example": "example"
|
|
60
|
-
},
|
|
61
|
-
"author": "",
|
|
62
|
-
"description": ""
|
|
63
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@pmidc/upyog-css",
|
|
3
|
+
"version": "1.2.1",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"main": "dist/index.css",
|
|
6
|
+
"engines": {
|
|
7
|
+
"node": ">=10"
|
|
8
|
+
},
|
|
9
|
+
"cssConfig": {
|
|
10
|
+
"prefix": ""
|
|
11
|
+
},
|
|
12
|
+
"scripts": {
|
|
13
|
+
"start": "gulp build",
|
|
14
|
+
"build:prod": "gulp build",
|
|
15
|
+
"prepublish": "yarn build:prod",
|
|
16
|
+
"deploy": "gulp && cp -R svg example && cp -R img example && gh-pages -d example"
|
|
17
|
+
},
|
|
18
|
+
"browserslist": [
|
|
19
|
+
"> 3%",
|
|
20
|
+
"last 2 versions"
|
|
21
|
+
],
|
|
22
|
+
"style": "./dist/index.css",
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"node-sass": "4.14.1",
|
|
25
|
+
"normalize.css": "8.0.1",
|
|
26
|
+
"postcss-scss": "3.0.5",
|
|
27
|
+
"tailwindcss": "^1.9.6",
|
|
28
|
+
"yarn": "^1.22.22"
|
|
29
|
+
},
|
|
30
|
+
"devDependencies": {
|
|
31
|
+
"autoprefixer": "^10.4.4",
|
|
32
|
+
"cssnano": "4.1.11",
|
|
33
|
+
"gh-pages": "3.2.3",
|
|
34
|
+
"gulp": "4.0.2",
|
|
35
|
+
"gulp-clean": "^0.4.0",
|
|
36
|
+
"gulp-clean-css": "^4.3.0",
|
|
37
|
+
"gulp-livereload": "^4.0.2",
|
|
38
|
+
"gulp-postcss": "9.0.1",
|
|
39
|
+
"gulp-rename": "^2.0.0",
|
|
40
|
+
"gulp-sass": "^4.1.1",
|
|
41
|
+
"postcss": "8.4.12",
|
|
42
|
+
"postcss-cli": "8.3.1",
|
|
43
|
+
"postcss-header": "2.0.0",
|
|
44
|
+
"postcss-import": "^12.0.1",
|
|
45
|
+
"postcss-prefixer": "2.1.3",
|
|
46
|
+
"postcss-preset-env": "^6.7.1",
|
|
47
|
+
"postcss-scss": "3.0.5",
|
|
48
|
+
"sass": "1.49.11"
|
|
49
|
+
},
|
|
50
|
+
"files": [
|
|
51
|
+
"dist/index.min.css",
|
|
52
|
+
"dist/index.css",
|
|
53
|
+
"svg/**/*.svg",
|
|
54
|
+
"img/**/*.png",
|
|
55
|
+
"src/**/*.scss",
|
|
56
|
+
"src/**/*.css"
|
|
57
|
+
],
|
|
58
|
+
"directories": {
|
|
59
|
+
"example": "example"
|
|
60
|
+
},
|
|
61
|
+
"author": "",
|
|
62
|
+
"description": ""
|
|
63
|
+
}
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
border: none;
|
|
384
384
|
}
|
|
385
385
|
|
|
386
|
-
.
|
|
386
|
+
.bpa-doc-required-card {
|
|
387
387
|
background: #FAFAFA;
|
|
388
388
|
border: 1px solid #D6D5D4;
|
|
389
389
|
padding: 8px;
|
|
@@ -394,35 +394,35 @@
|
|
|
394
394
|
padding-top: 15px;
|
|
395
395
|
}
|
|
396
396
|
|
|
397
|
-
.
|
|
397
|
+
.bpa-doc-required-wrapper {
|
|
398
398
|
margin-bottom: 24px;
|
|
399
399
|
}
|
|
400
400
|
|
|
401
|
-
.
|
|
401
|
+
.bpa-doc-required-label {
|
|
402
402
|
width: 100%;
|
|
403
403
|
}
|
|
404
404
|
|
|
405
|
-
.
|
|
405
|
+
.bpa-doc-required-field {
|
|
406
406
|
display: flex;
|
|
407
407
|
flex-direction: column;
|
|
408
408
|
gap: 10px;
|
|
409
409
|
}
|
|
410
410
|
|
|
411
|
-
.
|
|
411
|
+
.bpa-doc-required-coordinates {
|
|
412
412
|
padding: 10px;
|
|
413
413
|
font-size: 14px;
|
|
414
414
|
}
|
|
415
|
-
.
|
|
415
|
+
.bpa-doc-view-container {
|
|
416
416
|
margin-top: 19px;
|
|
417
417
|
}
|
|
418
418
|
|
|
419
|
-
.
|
|
419
|
+
.bpa-doc-view-grid {
|
|
420
420
|
display: flex;
|
|
421
421
|
flex-wrap: wrap;
|
|
422
422
|
gap: 16px;
|
|
423
423
|
}
|
|
424
424
|
|
|
425
|
-
.
|
|
425
|
+
.bpa-doc-view-link {
|
|
426
426
|
width: 120px;
|
|
427
427
|
text-align: center;
|
|
428
428
|
display: flex;
|
|
@@ -432,12 +432,12 @@
|
|
|
432
432
|
color: inherit;
|
|
433
433
|
}
|
|
434
434
|
|
|
435
|
-
.
|
|
435
|
+
.bpa-doc-view-pdf-icon {
|
|
436
436
|
background: #f6f6f6;
|
|
437
437
|
padding: 8px;
|
|
438
438
|
}
|
|
439
439
|
|
|
440
|
-
.
|
|
440
|
+
.bpa-doc-view-label {
|
|
441
441
|
margin-top: 8px;
|
|
442
442
|
font-size: 12px;
|
|
443
443
|
word-wrap: break-word;
|