Skip to content

Commit

Permalink
npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Oct 22, 2022
1 parent 076b76e commit fc5c2ee
Show file tree
Hide file tree
Showing 14 changed files with 1,900 additions and 113 deletions.
8 changes: 4 additions & 4 deletions DeviceFlowWeb/bundleconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"inputFiles": [
"wwwroot/css/site.css"
],
"minify": { "enabled": true }
"minify": { "enabled": false }
},
{
"outputFileName": "wwwroot/js/site.min.js",
Expand All @@ -28,7 +28,7 @@
"inputFiles": [
"node_modules/bootstrap/dist/css/bootstrap.min.css"
],
"minify": { "enabled": true }
"minify": { "enabled": false }
},
// Vendor JS
{
Expand All @@ -38,7 +38,7 @@
"node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
],
"minify": {
"enabled": true,
"enabled": false,
"renameLocals": true
},
"sourceMap": false
Expand All @@ -53,7 +53,7 @@
"node_modules//jquery-ajax-unobtrusive/jquery.unobtrusive-ajax.min.js"
],
"minify": {
"enabled": true,
"enabled": false,
"renameLocals": true
},
"sourceMap": false
Expand Down
86 changes: 52 additions & 34 deletions DeviceFlowWeb/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions DeviceFlowWeb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"private": true,
"devDependencies": {
"bootstrap": "4.6.0",
"jquery": "3.6.0",
"jquery": "3.6.1",
"jquery-ajax-unobtrusive": "3.2.6",
"jquery-validation": "1.19.3",
"jquery-validation-unobtrusive": "3.2.12"
},
"dependencies": {
"jquery-validation": "1.19.5",
"jquery-validation-unobtrusive": "4.0.0",
"popper.js": "^1.16.1"
}
}
107 changes: 106 additions & 1 deletion DeviceFlowWeb/wwwroot/css/site.min.css
Original file line number Diff line number Diff line change
@@ -1 +1,106 @@
body{padding-top:0;padding-bottom:20px}.body-content{padding-left:15px;padding-right:15px}input,select,textarea{max-width:280px}.carousel-caption p{font-size:20px;line-height:1.4}.btn-bracketed::before{display:inline-block;content:"[";padding-right:.5em}.btn-bracketed::after{display:inline-block;content:"]";padding-left:.5em}.carousel-inner .item img[src$=".svg"]{width:100%}@media screen and (max-width:767px){.carousel-caption{display:none}}.page-consent .client-logo{float:left}.page-consent .client-logo img{width:80px;height:80px}.page-consent .consent-buttons{margin-top:25px}.page-consent .consent-form .consent-scopecheck{display:inline-block;margin-right:5px}.page-consent .consent-form .consent-description{margin-left:25px}.page-consent .consent-form .consent-description label{font-weight:normal}.page-consent .consent-form{padding-left:16px}.consent-remember{padding-left:21px}.paddingright5px{padding-right:5px}.big_checkbox{width:30px !important;height:30px !important}.consent-title-spacing-top{margin-top:10px}.consent-title-spacing-bottom{margin-bottom:10px}.consent-middle{vertical-align:super}.logoutiframe{display:none;width:0;height:0}
body {
padding-top: 0;
padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
max-width: 280px;
}

/* Carousel */
.carousel-caption p {
font-size: 20px;
line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
display:inline-block;
content: "[";
padding-right: 0.5em;
}
.btn-bracketed::after {
display:inline-block;
content: "]";
padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"]
{
width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
/* Hide captions */
.carousel-caption {
display: none
}
}

.page-consent .client-logo {
float: left;
}
.page-consent .client-logo img {
width: 80px;
height: 80px;
}
.page-consent .consent-buttons {
margin-top: 25px;
}
.page-consent .consent-form .consent-scopecheck {
display: inline-block;
margin-right: 5px;
}
.page-consent .consent-form .consent-description {
margin-left: 25px;
}
.page-consent .consent-form .consent-description label {
font-weight: normal;
}
.page-consent .consent-form {
padding-left: 16px;
}

.consent-remember {
padding-left: 21px;
}


.paddingright5px {
padding-right: 5px;
}

.big_checkbox {
width: 30px !important;
height: 30px !important;
}

.consent-title-spacing-top {
margin-top: 10px;
}

.consent-title-spacing-bottom {
margin-bottom: 10px;
}

.consent-middle {
vertical-align: super;
}

.logoutiframe {
display: none;
width:0;
height: 0;
}
4 changes: 2 additions & 2 deletions DeviceFlowWeb/wwwroot/css/vendor.min.css

Large diffs are not rendered by default.

1,523 changes: 1,517 additions & 6 deletions DeviceFlowWeb/wwwroot/js/vendor-validation.min.js

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions DeviceFlowWeb/wwwroot/js/vendor.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions StsServer/bundleconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"inputFiles": [
"wwwroot/css/site.css"
],
"minify": { "enabled": true }
"minify": { "enabled": false }
},
{
"outputFileName": "wwwroot/js/site.min.js",
Expand All @@ -29,7 +29,7 @@
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"node_modules/sweetalert2/dist/sweetalert2.min.css"
],
"minify": { "enabled": true }
"minify": { "enabled": false }
},
// Vendor JS
{
Expand All @@ -40,7 +40,7 @@
"node_modules/sweetalert2/dist/sweetalert2.all.min.js"
],
"minify": {
"enabled": true,
"enabled": false,
"renameLocals": true
},
"sourceMap": false
Expand All @@ -55,7 +55,7 @@
"node_modules/jquery-ajax-unobtrusive/dist/jquery.unobtrusive-ajax.min.js"
],
"minify": {
"enabled": true,
"enabled": false,
"renameLocals": true
},
"sourceMap": false
Expand Down
Loading

0 comments on commit fc5c2ee

Please sign in to comment.