Skip to content

Commit

Permalink
Merge pull request apigee#348 from arshad/update-npm-dependencies
Browse files Browse the repository at this point in the history
Update npm dependencies for custom theme
  • Loading branch information
shadcn authored Apr 8, 2020
2 parents e73c556 + dfed58c commit c06bf21
Show file tree
Hide file tree
Showing 4 changed files with 2,787 additions and 1,915 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3601,9 +3601,7 @@ input[type=button].btn-block {
height: calc(1rem - 4px);
background-color: #a3a3a3;
border-radius: 0.5rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.custom-switch .custom-control-label::after {
Expand All @@ -3612,8 +3610,7 @@ input[type=button].btn-block {
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
background-color: #fff;
-webkit-transform: translateX(0.75rem);
transform: translateX(0.75rem);
transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(33, 150, 243, 0.5);
Expand Down Expand Up @@ -3768,12 +3765,14 @@ input[type=button].btn-block {
background-color: #2196f3;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb {
-webkit-transition: none;
transition: none;
}
}
Expand All @@ -3795,12 +3794,14 @@ input[type=button].btn-block {
background-color: #2196f3;
border: 0;
border-radius: 1rem;
-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-moz-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-moz-range-thumb {
-moz-transition: none;
transition: none;
}
}
Expand All @@ -3825,11 +3826,13 @@ input[type=button].btn-block {
background-color: #2196f3;
border: 0;
border-radius: 1rem;
-ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-ms-thumb {
-ms-transition: none;
transition: none;
}
}
Expand Down Expand Up @@ -4466,12 +4469,10 @@ input[type=button].btn-block {
}
@media (min-width: 576px) {
.card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
-moz-column-count: 3;
column-count: 3;
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
orphans: 1;
widows: 1;
}
Expand Down Expand Up @@ -5337,20 +5338,16 @@ a.close.disabled {
pointer-events: none;
}
.modal.fade .modal-dialog {
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px);
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none;
}
}
.modal.show .modal-dialog {
-webkit-transform: none;
transform: none;
transform: none;
}

.modal-dialog-scrollable {
Expand Down Expand Up @@ -5776,9 +5773,7 @@ a.close.disabled {
margin-right: -100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.carousel-item {
Expand All @@ -5794,21 +5789,18 @@ a.close.disabled {

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
-webkit-transform: translateX(100%);
transform: translateX(100%);
transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
transform: translateX(-100%);
}

.carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
-webkit-transform: none;
transform: none;
transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
Expand Down Expand Up @@ -11985,8 +11977,7 @@ details.details {
right: 0;
}
.details[open] > .details__summary .details__icon {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
transform: rotate(-180deg);
}
.details__summary:focus {
outline: 0;
Expand Down Expand Up @@ -12196,8 +12187,7 @@ li.dropbutton-toggle {
background: var(--ak-accent-color);
-webkit-mask-position: 50% 90%;
mask-position: 50% 90%;
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
transform: rotate(-180deg);
}

.field__label {
Expand Down Expand Up @@ -12352,8 +12342,7 @@ fieldset legend button {
transition: all 0.2s ease-in-out;
}
fieldset.closed legend button {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
transform: rotate(180deg);
}
fieldset > .fieldset-wrapper {
clear: both;
Expand Down
2 changes: 1 addition & 1 deletion themes/custom/apigee_kickstart/assets/js/modernizr.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
/*! no static exports found */
/***/ (function(module, exports) {

function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }

/*! modernizr 3.6.0 (Custom Build) | MIT *
* https://modernizr.com/download/?-cssgrid_cssgridlegacy-setclasses !*/
Expand Down
Loading

0 comments on commit c06bf21

Please sign in to comment.