Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
yanchokraev committed May 25, 2021
1 parent 5004fc3 commit 2d62f18
Showing 16 changed files with 34 additions and 32 deletions.
5 changes: 2 additions & 3 deletions dist/css/grayshift.css

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

6 changes: 3 additions & 3 deletions dist/css/grayshift.min.css

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/js/grayshift.js

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

2 changes: 1 addition & 1 deletion dist/js/grayshift.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/grayshift.min.js

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

2 changes: 1 addition & 1 deletion dist/js/grayshift.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/index.umd.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
* Grayshift (v1.0.0): index.umd.js
* Grayshift (v1.0.1): index.umd.js
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
* --------------------------------------------------------------------------
*/
2 changes: 1 addition & 1 deletion js/src/alert.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
* Grayshift (v1.0.0): alert.js
* Grayshift (v1.0.1): alert.js
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
* --------------------------------------------------------------------------
*/
2 changes: 1 addition & 1 deletion js/src/collapse.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
* Grayshift (v1.0.0): collapse.js
* Grayshift (v1.0.1): collapse.js
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
* --------------------------------------------------------------------------
*/
2 changes: 1 addition & 1 deletion js/src/dropdown.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
* Grayshift (v1.0.0): dropdown.js
* Grayshift (v1.0.1): dropdown.js
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
* --------------------------------------------------------------------------
*/
2 changes: 1 addition & 1 deletion js/src/modal.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
* Grayshift (v1.0.0): modal.js
* Grayshift (v1.0.1): modal.js
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
* --------------------------------------------------------------------------
*/
2 changes: 1 addition & 1 deletion js/src/tab.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
* Grayshift (v1.0.0): dropdown.js
* Grayshift (v1.0.1): dropdown.js
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
* --------------------------------------------------------------------------
*/
1 change: 1 addition & 0 deletions scss/_dropdown.scss
Original file line number Diff line number Diff line change
@@ -86,6 +86,7 @@
text-align: inherit; // For `<button>`s
white-space: nowrap; // prevent links from randomly breaking onto new lines
background-color: transparent; // For `<button>`s
border: 0; // For `<button>`s
@include border-radius($dropdown-item-border-radius);
@include transition($dropdown-item-transition);

16 changes: 9 additions & 7 deletions scss/_modal.scss
Original file line number Diff line number Diff line change
@@ -123,15 +123,19 @@
max-width: $modal-md;
margin: $modal-dialog-margin-y-sm-up auto;
}

.modal-dialog-scrollable {
height: subtract(100%, $modal-dialog-margin-y-sm-up * 2);
}

.modal-dialog-centered {
min-height: subtract(100%, $modal-dialog-margin-y-sm-up * 2);
}
.sm\:modal {

.modal-sm {
max-width: $modal-sm;
}

.modal-header,
.modal-body,
.modal-footer {
@@ -140,16 +144,14 @@
}

@include media-breakpoint-up(lg) {
.lg\:,
.xl\: {
&modal {
max-width: $modal-lg;
}
.modal-lg,
.modal-xl {
max-width: $modal-lg;
}
}

@include media-breakpoint-up(xl) {
.xl\:modal {
.modal-xl {
max-width: $modal-xl;
}
}
4 changes: 2 additions & 2 deletions scss/_utilities.scss
Original file line number Diff line number Diff line change
@@ -470,8 +470,8 @@ $utilities: map-merge(
values: (
null: $border-radius,
0: 0,
circle: 50%,
pill: $border-radius-pill
pill: $border-radius-pill,
circle: 50%
)
),
"rounded-top": (
2 changes: 1 addition & 1 deletion scss/grayshift.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Grayshift v1.0.0 (https://grayshift.io)
* Grayshift v1.0.1 (https://grayshift.io)
* Copyright 2019-2021 Grayshift
* Licensed under MIT (https://opensource.org/licenses/mit-license.php)
*/

0 comments on commit 2d62f18

Please sign in to comment.