@pmidc/upyog-css 1.2.11 → 1.2.13
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 +25 -2
- package/dist/index.min.css +1 -1
- package/package.json +63 -63
- package/src/components/card.scss +1 -10
- package/src/components/selectdropdown.scss +2 -3
- package/src/index.scss +19 -1
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.13",
|
|
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
|
+
}
|
package/src/components/card.scss
CHANGED
|
@@ -504,11 +504,6 @@ button.card-link.submit-bar {
|
|
|
504
504
|
}
|
|
505
505
|
} */
|
|
506
506
|
}
|
|
507
|
-
|
|
508
|
-
.field-container {
|
|
509
|
-
span {
|
|
510
|
-
}
|
|
511
|
-
}
|
|
512
507
|
}
|
|
513
508
|
}
|
|
514
509
|
|
|
@@ -637,7 +632,6 @@ button.card-link.submit-bar {
|
|
|
637
632
|
.employee .employeeCard .label-field-pair {
|
|
638
633
|
display: flex;
|
|
639
634
|
align-items: flex-start;
|
|
640
|
-
|
|
641
635
|
}
|
|
642
636
|
|
|
643
637
|
|
|
@@ -657,15 +651,13 @@ button.card-link.submit-bar {
|
|
|
657
651
|
margin-top: -10px !important;
|
|
658
652
|
margin-bottom: 8px !important;
|
|
659
653
|
}
|
|
660
|
-
|
|
654
|
+
|
|
661
655
|
/* BPA Workflow Action Modal - card-label and fields auto width */
|
|
662
656
|
.popup-module .card-label,
|
|
663
657
|
.popup-module .field,
|
|
664
658
|
.popup-module .form-field {
|
|
665
659
|
width: auto;
|
|
666
660
|
}
|
|
667
|
-
|
|
668
|
-
|
|
669
661
|
}
|
|
670
662
|
|
|
671
663
|
.BPAemployeeCard.bpa-workflow-modal-form .card-label {
|
|
@@ -675,7 +667,6 @@ button.card-link.submit-bar {
|
|
|
675
667
|
width: 100% !important;
|
|
676
668
|
}
|
|
677
669
|
|
|
678
|
-
|
|
679
670
|
/* Mobile - full width for labels and fields */
|
|
680
671
|
@media (max-width: 767px) {
|
|
681
672
|
.employee .employeeCard .card-label,
|
|
@@ -97,9 +97,9 @@
|
|
|
97
97
|
|
|
98
98
|
.options-card {
|
|
99
99
|
right: 0px;
|
|
100
|
-
left:
|
|
100
|
+
left: -56px;
|
|
101
101
|
width: 100% !important;
|
|
102
|
-
min-width:
|
|
102
|
+
min-width: 150px;
|
|
103
103
|
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
|
|
104
104
|
max-height: 250px !important;
|
|
105
105
|
overflow: auto;
|
|
@@ -146,7 +146,6 @@
|
|
|
146
146
|
max-width: 540px;
|
|
147
147
|
width: 100%;
|
|
148
148
|
|
|
149
|
-
|
|
150
149
|
.select {
|
|
151
150
|
@apply relative block w-full;
|
|
152
151
|
height: 3rem;
|
package/src/index.scss
CHANGED
|
@@ -1387,4 +1387,22 @@ audio, canvas, embed, iframe, img, object, svg, video {
|
|
|
1387
1387
|
font-size: 14px !important;
|
|
1388
1388
|
}
|
|
1389
1389
|
}
|
|
1390
|
-
|
|
1390
|
+
.link-button-margin {
|
|
1391
|
+
margin-top: 10px;
|
|
1392
|
+
}
|
|
1393
|
+
.tl-add-action-button {
|
|
1394
|
+
display: inline-block;
|
|
1395
|
+
padding: 8px 16px;
|
|
1396
|
+
background: linear-gradient(135deg, #2563eb, #1e40af);
|
|
1397
|
+
color: #FFFFFF !important;
|
|
1398
|
+
border-radius: 4px;
|
|
1399
|
+
cursor: pointer;
|
|
1400
|
+
font-size: 16px;
|
|
1401
|
+
font-weight: 600;
|
|
1402
|
+
text-decoration: none !important;
|
|
1403
|
+
margin-top: 16px;
|
|
1404
|
+
margin-bottom: 8px;
|
|
1405
|
+
border: none;
|
|
1406
|
+
transition: background-color 0.2s ease, transform 0.1s ease;
|
|
1407
|
+
box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);
|
|
1408
|
+
}
|