bootstrap-scss 4.6.1 → 4.6.2

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/LICENSE CHANGED
@@ -1,22 +1,22 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2011-2021 Twitter, Inc.
4
- Copyright (c) 2011-2021 The Bootstrap Authors
5
-
6
- Permission is hereby granted, free of charge, to any person obtaining a copy
7
- of this software and associated documentation files (the "Software"), to deal
8
- in the Software without restriction, including without limitation the rights
9
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
- copies of the Software, and to permit persons to whom the Software is
11
- furnished to do so, subject to the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be included in
14
- all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22
- THE SOFTWARE.
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2011-2022 Twitter, Inc.
4
+ Copyright (c) 2011-2022 The Bootstrap Authors
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ of this software and associated documentation files (the "Software"), to deal
8
+ in the Software without restriction, including without limitation the rights
9
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ copies of the Software, and to permit persons to whom the Software is
11
+ furnished to do so, subject to the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be included in
14
+ all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22
+ THE SOFTWARE.
package/README.md CHANGED
@@ -1,83 +1,46 @@
1
- # Bootstrap SCSS
2
-
3
- > Bootstrap's SCSS files (only)
4
-
5
- <p align="center">
6
- <a href="https://getbootstrap.com/">
7
- <img src="https://getbootstrap.com/docs/4.6/assets/brand/bootstrap-solid.svg" alt="Bootstrap logo" width="72" height="72">
8
- </a>
9
- </p>
10
-
11
- <h3 align="center">Bootstrap</h3>
12
-
13
- <p align="center">
14
- Sleek, intuitive, and powerful front-end framework for faster and easier web development.
15
- <br>
16
- <a href="https://getbootstrap.com/docs/4.6/"><strong>Explore Bootstrap docs »</strong></a>
17
- <br>
18
- <br>
19
- <a href="https://github.com/twbs/bootstrap/issues/new?template=bug.md">Report bug</a>
20
- ·
21
- <a href="https://github.com/twbs/bootstrap/issues/new?template=feature.md&labels=feature">Request feature</a>
22
- ·
23
- <a href="https://themes.getbootstrap.com/">Themes</a>
24
- ·
25
- <a href="https://blog.getbootstrap.com/">Blog</a>
26
- </p>
27
-
28
- <br>
29
-
30
- ## Table of contents
31
-
32
- - [Quick start](#quick-start)
33
- - [Status](#status)
34
- - [What's included](#whats-included)
35
- - [Documentation](#documentation)
36
- - [Versioning](#versioning)
37
- - [Copyright and license](#copyright-and-license)
38
-
39
- ## Quick start
40
-
41
- Several quick start options are available:
42
-
43
- - Install with [npm](https://www.npmjs.com/): `npm install bootstrap-scss@4.6.1`
44
- - Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap-scss@4.6.1`
45
-
46
- Read the [Getting started page](https://getbootstrap.com/docs/4.6/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
47
-
48
- ## Status
49
-
50
- [![npm version](https://img.shields.io/npm/v/bootstrap-scss.svg)](https://www.npmjs.com/package/bootstrap-scss)
51
-
52
- ## What's included
53
-
54
- Within this package you'll find the following directories and files, logically grouping common assets and providing only SCSS variations. You'll see something like this:
55
-
56
- ```
57
- bootstrap-scss/
58
- ├── bootstrap.scss
59
- ├── bootstrap-grid.scss
60
- ├── bootstrap-reboot.scss
61
- ├── mixins/
62
- │ └─ ...
63
- └── utilities/
64
- └─ ...
65
- └── vendor/
66
- └─ ...
67
- ```
68
-
69
- ## Documentation
70
-
71
- [Bootstrap's official documentation](https://getbootstrap.com/) powered by [Algolia's DocSearch](https://community.algolia.com/docsearch/).
72
-
73
- ## Versioning
74
-
75
- For simplicity, this project will use the same version numbers as Bootstrap.
76
-
77
- ## Changelog
78
-
79
- https://blog.getbootstrap.com/2021/10/28/bootstrap-4.6.1/
80
-
81
- ## Copyright and license
82
-
83
- Code and documentation copyright 2011-2021 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors) and [Twitter, Inc.](https://twitter.com) Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/master/LICENSE).
1
+ # Bootstrap SCSS [![npm version](https://img.shields.io/npm/v/bootstrap-scss.svg)](https://www.npmjs.com/package/bootstrap-scss)
2
+
3
+ > Bootstrap's SCSS files (only)
4
+
5
+ ## Table of contents
6
+
7
+ - [Quick start](#quick-start)
8
+ - [What's included](#whats-included)
9
+ - [Versioning](#versioning)
10
+ - [License](#license)
11
+
12
+ ## Quick start
13
+
14
+ Several quick start options are available:
15
+
16
+ - Install with [npm](https://www.npmjs.com/): `npm install bootstrap-scss@4.6.2`
17
+ - Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap-scss@4.6.2`
18
+
19
+ Read the [Getting started page](https://getbootstrap.com/docs/4.6/getting-started/introduction/) for information on the
20
+ framework contents, templates and examples, and more.
21
+
22
+ ## What's included
23
+
24
+ Within this package you'll find the following directories and files, logically grouping common assets and providing only
25
+ SCSS variations. You'll see something like this:
26
+
27
+ ```
28
+ bootstrap-scss/
29
+ ├── bootstrap.scss
30
+ ├── bootstrap-grid.scss
31
+ ├── bootstrap-reboot.scss
32
+ ├── mixins/
33
+ │ └─ ...
34
+ └── utilities/
35
+ └─ ...
36
+ └── vendor/
37
+ └─ ...
38
+ ```
39
+
40
+ ## Versioning
41
+
42
+ For simplicity, this project will use the same version numbers as Bootstrap.
43
+
44
+ ## License
45
+
46
+ Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE).
@@ -13,7 +13,7 @@
13
13
  display: block;
14
14
  min-height: $font-size-base * $line-height-base;
15
15
  padding-left: $custom-control-gutter + $custom-control-indicator-size;
16
- color-adjust: exact; // Keep themed appearance for print
16
+ print-color-adjust: exact; // Keep themed appearance for print
17
17
  }
18
18
 
19
19
  .custom-control-inline {
@@ -91,7 +91,7 @@
91
91
  pointer-events: none;
92
92
  content: "";
93
93
  background-color: $custom-control-indicator-bg;
94
- border: $custom-control-indicator-border-color solid $custom-control-indicator-border-width;
94
+ border: $custom-control-indicator-border-width solid $custom-control-indicator-border-color;
95
95
  @include box-shadow($custom-control-indicator-box-shadow);
96
96
  }
97
97
 
package/_nav.scss CHANGED
@@ -37,10 +37,13 @@
37
37
 
38
38
  .nav-link {
39
39
  margin-bottom: -$nav-tabs-border-width;
40
+ background-color: transparent;
40
41
  border: $nav-tabs-border-width solid transparent;
41
42
  @include border-top-radius($nav-tabs-border-radius);
42
43
 
43
44
  @include hover-focus() {
45
+ // Prevents active .nav-link tab overlapping focus outline of previous/next .nav-link
46
+ isolation: isolate;
44
47
  border-color: $nav-tabs-link-hover-border-color;
45
48
  }
46
49
 
@@ -73,6 +76,8 @@
73
76
 
74
77
  .nav-pills {
75
78
  .nav-link {
79
+ background: none;
80
+ border: 0;
76
81
  @include border-radius($nav-pills-border-radius);
77
82
  }
78
83
 
package/_spinners.scss CHANGED
@@ -11,7 +11,7 @@
11
11
  width: $spinner-width;
12
12
  height: $spinner-height;
13
13
  vertical-align: $spinner-vertical-align;
14
- border: $spinner-border-width solid currentColor;
14
+ border: $spinner-border-width solid currentcolor;
15
15
  border-right-color: transparent;
16
16
  // stylelint-disable-next-line property-disallowed-list
17
17
  border-radius: 50%;
@@ -43,7 +43,7 @@
43
43
  width: $spinner-width;
44
44
  height: $spinner-height;
45
45
  vertical-align: $spinner-vertical-align;
46
- background-color: currentColor;
46
+ background-color: currentcolor;
47
47
  // stylelint-disable-next-line property-disallowed-list
48
48
  border-radius: 50%;
49
49
  opacity: 0;
package/_transitions.scss CHANGED
@@ -17,4 +17,10 @@
17
17
  height: 0;
18
18
  overflow: hidden;
19
19
  @include transition($transition-collapse);
20
+
21
+ &.width {
22
+ width: 0;
23
+ height: auto;
24
+ @include transition($transition-collapse-width);
25
+ }
20
26
  }
package/_variables.scss CHANGED
@@ -257,6 +257,7 @@ $caret-spacing: $caret-width * .85 !default;
257
257
  $transition-base: all .2s ease-in-out !default;
258
258
  $transition-fade: opacity .15s linear !default;
259
259
  $transition-collapse: height .35s ease !default;
260
+ $transition-collapse-width: width .35s ease !default;
260
261
 
261
262
  $embed-responsive-aspect-ratios: () !default;
262
263
  $embed-responsive-aspect-ratios: join(
@@ -319,7 +320,7 @@ $display-line-height: $headings-line-height !default;
319
320
  $lead-font-size: $font-size-base * 1.25 !default;
320
321
  $lead-font-weight: 300 !default;
321
322
 
322
- $small-font-size: 80% !default;
323
+ $small-font-size: .875em !default;
323
324
 
324
325
  $text-muted: $gray-600 !default;
325
326
 
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * Bootstrap Grid v4.6.1 (https://getbootstrap.com/)
3
- * Copyright 2011-2021 The Bootstrap Authors
4
- * Copyright 2011-2021 Twitter, Inc.
2
+ * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
3
+ * Copyright 2011-2022 The Bootstrap Authors
4
+ * Copyright 2011-2022 Twitter, Inc.
5
5
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * Bootstrap Reboot v4.6.1 (https://getbootstrap.com/)
3
- * Copyright 2011-2021 The Bootstrap Authors
4
- * Copyright 2011-2021 Twitter, Inc.
2
+ * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
3
+ * Copyright 2011-2022 The Bootstrap Authors
4
+ * Copyright 2011-2022 Twitter, Inc.
5
5
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
6
6
  * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
7
7
  */
package/bootstrap.scss CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * Bootstrap v4.6.1 (https://getbootstrap.com/)
3
- * Copyright 2011-2021 The Bootstrap Authors
4
- * Copyright 2011-2021 Twitter, Inc.
2
+ * Bootstrap v4.6.2 (https://getbootstrap.com/)
3
+ * Copyright 2011-2022 The Bootstrap Authors
4
+ * Copyright 2011-2022 Twitter, Inc.
5
5
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
6
6
  */
7
7
 
@@ -11,7 +11,7 @@
11
11
  text-transform: none;
12
12
  letter-spacing: normal;
13
13
  word-break: normal;
14
- word-spacing: normal;
15
14
  white-space: normal;
15
+ word-spacing: normal;
16
16
  line-break: auto;
17
17
  }
package/package.json CHANGED
@@ -1,26 +1,26 @@
1
- {
2
- "name": "bootstrap-scss",
3
- "version": "4.6.1",
4
- "description": "Bootstrap's SCSS files (only)",
5
- "main": "bootstrap.scss",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/crissdev/bootstrap-scss.git"
9
- },
10
- "bugs": {
11
- "url": "https://github.com/crissdev/bootstrap-scss/issues"
12
- },
13
- "keywords": [
14
- "bootstrap",
15
- "bootstrap-scss",
16
- "responsive",
17
- "scss"
18
- ],
19
- "author": {
20
- "name": "Cristian Trifan",
21
- "url": "https://crissdev.com",
22
- "email": "criss.trifan@gmail.com"
23
- },
24
- "license": "MIT",
25
- "homepage": "https://github.com/crissdev/bootstrap-scss"
26
- }
1
+ {
2
+ "name": "bootstrap-scss",
3
+ "version": "4.6.2",
4
+ "description": "Bootstrap's SCSS files (only)",
5
+ "main": "bootstrap.scss",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/crissdev/bootstrap-scss.git"
9
+ },
10
+ "bugs": {
11
+ "url": "https://github.com/crissdev/bootstrap-scss/issues"
12
+ },
13
+ "keywords": [
14
+ "bootstrap",
15
+ "bootstrap-scss",
16
+ "responsive",
17
+ "scss"
18
+ ],
19
+ "author": {
20
+ "name": "Cristian Trifan",
21
+ "url": "https://crissdev.com",
22
+ "email": "criss.trifan@gmail.com"
23
+ },
24
+ "license": "MIT",
25
+ "homepage": "https://github.com/crissdev/bootstrap-scss"
26
+ }