bootstrap 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.

Potentially problematic release.


This version of bootstrap might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e791267a64e7f6a3aef767cc844085c0c3b815ca4aa8148d2c07a16a9f149db4
4
- data.tar.gz: '068dcaefca522f86bbffde485b6b87b4ab446e591fcb65858f963ebd105d4eb0'
3
+ metadata.gz: 26f3252ccbfe53a40fd0cdf9d0d9f3d717dcf854d19a9535c903cd072796313d
4
+ data.tar.gz: bce01fe328a2cd98599d10c0ee56a356754159bc49ecf99593652ae227f29210
5
5
  SHA512:
6
- metadata.gz: 132b45ccfd439386a5b998e0111f0e845b35a090c764f3274158474b29b908c82915d79a723175bdb29b1d47a6f74cab426d2d4c20f36e95ef40649a1da86c9a
7
- data.tar.gz: 0d9fd4713444aa657b664a1216146c0a500437ec493e1df8ac93e0faaecd1964483d63ada3b988714d991a1e9317705af14f9405db936a774c767e179625b70b
6
+ metadata.gz: c303b1722240f8db43117ae7b11680738e3f5dc1a0f41d65e3e0ddda579ec10d13f80e210e8e15819e56230844962325fd470b3fc0add59ee44441f0b15f7681
7
+ data.tar.gz: 3e74aa08bcbdf56c5ee25eda907c2b4a57a67abc2bef1ce02485e4aab3c3067e7119f847fb3bb6d3c7278680c0ce46b7950d614e899ccbb8e701b9f06fccfafc
data/README.md CHANGED
@@ -17,7 +17,7 @@ Please see the appropriate guide for your environment of choice:
17
17
  Add `bootstrap` to your Gemfile:
18
18
 
19
19
  ```ruby
20
- gem 'bootstrap', '~> 4.6.1'
20
+ gem 'bootstrap', '~> 4.6.2'
21
21
  ```
22
22
 
23
23
  Ensure that `sprockets-rails` is at least v2.3.2.
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Bootstrap alert.js v4.6.1 (https://getbootstrap.com/)
3
- * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
2
+ * Bootstrap alert.js v4.6.2 (https://getbootstrap.com/)
3
+ * Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
4
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5
5
  */
6
6
  (function (global, factory) {
@@ -27,6 +27,9 @@
27
27
  function _createClass(Constructor, protoProps, staticProps) {
28
28
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
29
29
  if (staticProps) _defineProperties(Constructor, staticProps);
30
+ Object.defineProperty(Constructor, "prototype", {
31
+ writable: false
32
+ });
30
33
  return Constructor;
31
34
  }
32
35
 
@@ -35,7 +38,7 @@
35
38
  */
36
39
 
37
40
  var NAME = 'alert';
38
- var VERSION = '4.6.1';
41
+ var VERSION = '4.6.2';
39
42
  var DATA_KEY = 'bs.alert';
40
43
  var EVENT_KEY = "." + DATA_KEY;
41
44
  var DATA_API_KEY = '.data-api';
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Bootstrap button.js v4.6.1 (https://getbootstrap.com/)
3
- * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
2
+ * Bootstrap button.js v4.6.2 (https://getbootstrap.com/)
3
+ * Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
4
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5
5
  */
6
6
  (function (global, factory) {
@@ -26,6 +26,9 @@
26
26
  function _createClass(Constructor, protoProps, staticProps) {
27
27
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
28
28
  if (staticProps) _defineProperties(Constructor, staticProps);
29
+ Object.defineProperty(Constructor, "prototype", {
30
+ writable: false
31
+ });
29
32
  return Constructor;
30
33
  }
31
34
 
@@ -34,7 +37,7 @@
34
37
  */
35
38
 
36
39
  var NAME = 'button';
37
- var VERSION = '4.6.1';
40
+ var VERSION = '4.6.2';
38
41
  var DATA_KEY = 'bs.button';
39
42
  var EVENT_KEY = "." + DATA_KEY;
40
43
  var DATA_API_KEY = '.data-api';
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Bootstrap carousel.js v4.6.1 (https://getbootstrap.com/)
3
- * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
2
+ * Bootstrap carousel.js v4.6.2 (https://getbootstrap.com/)
3
+ * Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
4
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5
5
  */
6
6
  (function (global, factory) {
@@ -27,11 +27,14 @@
27
27
  function _createClass(Constructor, protoProps, staticProps) {
28
28
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
29
29
  if (staticProps) _defineProperties(Constructor, staticProps);
30
+ Object.defineProperty(Constructor, "prototype", {
31
+ writable: false
32
+ });
30
33
  return Constructor;
31
34
  }
32
35
 
33
36
  function _extends() {
34
- _extends = Object.assign || function (target) {
37
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
35
38
  for (var i = 1; i < arguments.length; i++) {
36
39
  var source = arguments[i];
37
40
 
@@ -44,7 +47,6 @@
44
47
 
45
48
  return target;
46
49
  };
47
-
48
50
  return _extends.apply(this, arguments);
49
51
  }
50
52
 
@@ -53,7 +55,7 @@
53
55
  */
54
56
 
55
57
  var NAME = 'carousel';
56
- var VERSION = '4.6.1';
58
+ var VERSION = '4.6.2';
57
59
  var DATA_KEY = 'bs.carousel';
58
60
  var EVENT_KEY = "." + DATA_KEY;
59
61
  var DATA_API_KEY = '.data-api';
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Bootstrap collapse.js v4.6.1 (https://getbootstrap.com/)
3
- * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
2
+ * Bootstrap collapse.js v4.6.2 (https://getbootstrap.com/)
3
+ * Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
4
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5
5
  */
6
6
  (function (global, factory) {
@@ -27,11 +27,14 @@
27
27
  function _createClass(Constructor, protoProps, staticProps) {
28
28
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
29
29
  if (staticProps) _defineProperties(Constructor, staticProps);
30
+ Object.defineProperty(Constructor, "prototype", {
31
+ writable: false
32
+ });
30
33
  return Constructor;
31
34
  }
32
35
 
33
36
  function _extends() {
34
- _extends = Object.assign || function (target) {
37
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
35
38
  for (var i = 1; i < arguments.length; i++) {
36
39
  var source = arguments[i];
37
40
 
@@ -44,7 +47,6 @@
44
47
 
45
48
  return target;
46
49
  };
47
-
48
50
  return _extends.apply(this, arguments);
49
51
  }
50
52
 
@@ -53,7 +55,7 @@
53
55
  */
54
56
 
55
57
  var NAME = 'collapse';
56
- var VERSION = '4.6.1';
58
+ var VERSION = '4.6.2';
57
59
  var DATA_KEY = 'bs.collapse';
58
60
  var EVENT_KEY = "." + DATA_KEY;
59
61
  var DATA_API_KEY = '.data-api';
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Bootstrap dropdown.js v4.6.1 (https://getbootstrap.com/)
3
- * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
2
+ * Bootstrap dropdown.js v4.6.2 (https://getbootstrap.com/)
3
+ * Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
4
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5
5
  */
6
6
  (function (global, factory) {
@@ -28,11 +28,14 @@
28
28
  function _createClass(Constructor, protoProps, staticProps) {
29
29
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
30
30
  if (staticProps) _defineProperties(Constructor, staticProps);
31
+ Object.defineProperty(Constructor, "prototype", {
32
+ writable: false
33
+ });
31
34
  return Constructor;
32
35
  }
33
36
 
34
37
  function _extends() {
35
- _extends = Object.assign || function (target) {
38
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
36
39
  for (var i = 1; i < arguments.length; i++) {
37
40
  var source = arguments[i];
38
41
 
@@ -45,7 +48,6 @@
45
48
 
46
49
  return target;
47
50
  };
48
-
49
51
  return _extends.apply(this, arguments);
50
52
  }
51
53
 
@@ -54,7 +56,7 @@
54
56
  */
55
57
 
56
58
  var NAME = 'dropdown';
57
- var VERSION = '4.6.1';
59
+ var VERSION = '4.6.2';
58
60
  var DATA_KEY = 'bs.dropdown';
59
61
  var EVENT_KEY = "." + DATA_KEY;
60
62
  var DATA_API_KEY = '.data-api';
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Bootstrap modal.js v4.6.1 (https://getbootstrap.com/)
3
- * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
2
+ * Bootstrap modal.js v4.6.2 (https://getbootstrap.com/)
3
+ * Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
4
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5
5
  */
6
6
  (function (global, factory) {
@@ -27,11 +27,14 @@
27
27
  function _createClass(Constructor, protoProps, staticProps) {
28
28
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
29
29
  if (staticProps) _defineProperties(Constructor, staticProps);
30
+ Object.defineProperty(Constructor, "prototype", {
31
+ writable: false
32
+ });
30
33
  return Constructor;
31
34
  }
32
35
 
33
36
  function _extends() {
34
- _extends = Object.assign || function (target) {
37
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
35
38
  for (var i = 1; i < arguments.length; i++) {
36
39
  var source = arguments[i];
37
40
 
@@ -44,7 +47,6 @@
44
47
 
45
48
  return target;
46
49
  };
47
-
48
50
  return _extends.apply(this, arguments);
49
51
  }
50
52
 
@@ -53,7 +55,7 @@
53
55
  */
54
56
 
55
57
  var NAME = 'modal';
56
- var VERSION = '4.6.1';
58
+ var VERSION = '4.6.2';
57
59
  var DATA_KEY = 'bs.modal';
58
60
  var EVENT_KEY = "." + DATA_KEY;
59
61
  var DATA_API_KEY = '.data-api';
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Bootstrap popover.js v4.6.1 (https://getbootstrap.com/)
3
- * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
2
+ * Bootstrap popover.js v4.6.2 (https://getbootstrap.com/)
3
+ * Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
4
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5
5
  */
6
6
  (function (global, factory) {
@@ -27,11 +27,14 @@
27
27
  function _createClass(Constructor, protoProps, staticProps) {
28
28
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
29
29
  if (staticProps) _defineProperties(Constructor, staticProps);
30
+ Object.defineProperty(Constructor, "prototype", {
31
+ writable: false
32
+ });
30
33
  return Constructor;
31
34
  }
32
35
 
33
36
  function _extends() {
34
- _extends = Object.assign || function (target) {
37
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
35
38
  for (var i = 1; i < arguments.length; i++) {
36
39
  var source = arguments[i];
37
40
 
@@ -44,7 +47,6 @@
44
47
 
45
48
  return target;
46
49
  };
47
-
48
50
  return _extends.apply(this, arguments);
49
51
  }
50
52
 
@@ -56,11 +58,10 @@
56
58
  }
57
59
 
58
60
  function _setPrototypeOf(o, p) {
59
- _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
61
+ _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
60
62
  o.__proto__ = p;
61
63
  return o;
62
64
  };
63
-
64
65
  return _setPrototypeOf(o, p);
65
66
  }
66
67
 
@@ -69,7 +70,7 @@
69
70
  */
70
71
 
71
72
  var NAME = 'popover';
72
- var VERSION = '4.6.1';
73
+ var VERSION = '4.6.2';
73
74
  var DATA_KEY = 'bs.popover';
74
75
  var EVENT_KEY = "." + DATA_KEY;
75
76
  var JQUERY_NO_CONFLICT = $__default["default"].fn[NAME];
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Bootstrap scrollspy.js v4.6.1 (https://getbootstrap.com/)
3
- * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
2
+ * Bootstrap scrollspy.js v4.6.2 (https://getbootstrap.com/)
3
+ * Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
4
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5
5
  */
6
6
  (function (global, factory) {
@@ -27,11 +27,14 @@
27
27
  function _createClass(Constructor, protoProps, staticProps) {
28
28
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
29
29
  if (staticProps) _defineProperties(Constructor, staticProps);
30
+ Object.defineProperty(Constructor, "prototype", {
31
+ writable: false
32
+ });
30
33
  return Constructor;
31
34
  }
32
35
 
33
36
  function _extends() {
34
- _extends = Object.assign || function (target) {
37
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
35
38
  for (var i = 1; i < arguments.length; i++) {
36
39
  var source = arguments[i];
37
40
 
@@ -44,7 +47,6 @@
44
47
 
45
48
  return target;
46
49
  };
47
-
48
50
  return _extends.apply(this, arguments);
49
51
  }
50
52
 
@@ -53,7 +55,7 @@
53
55
  */
54
56
 
55
57
  var NAME = 'scrollspy';
56
- var VERSION = '4.6.1';
58
+ var VERSION = '4.6.2';
57
59
  var DATA_KEY = 'bs.scrollspy';
58
60
  var EVENT_KEY = "." + DATA_KEY;
59
61
  var DATA_API_KEY = '.data-api';
@@ -139,9 +141,7 @@
139
141
  }
140
142
 
141
143
  return null;
142
- }).filter(function (item) {
143
- return item;
144
- }).sort(function (a, b) {
144
+ }).filter(Boolean).sort(function (a, b) {
145
145
  return a[0] - b[0];
146
146
  }).forEach(function (item) {
147
147
  _this2._offsets.push(item[0]);
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Bootstrap tab.js v4.6.1 (https://getbootstrap.com/)
3
- * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
2
+ * Bootstrap tab.js v4.6.2 (https://getbootstrap.com/)
3
+ * Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
4
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5
5
  */
6
6
  (function (global, factory) {
@@ -27,6 +27,9 @@
27
27
  function _createClass(Constructor, protoProps, staticProps) {
28
28
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
29
29
  if (staticProps) _defineProperties(Constructor, staticProps);
30
+ Object.defineProperty(Constructor, "prototype", {
31
+ writable: false
32
+ });
30
33
  return Constructor;
31
34
  }
32
35
 
@@ -35,7 +38,7 @@
35
38
  */
36
39
 
37
40
  var NAME = 'tab';
38
- var VERSION = '4.6.1';
41
+ var VERSION = '4.6.2';
39
42
  var DATA_KEY = 'bs.tab';
40
43
  var EVENT_KEY = "." + DATA_KEY;
41
44
  var DATA_API_KEY = '.data-api';
@@ -73,7 +76,7 @@
73
76
  _proto.show = function show() {
74
77
  var _this = this;
75
78
 
76
- if (this._element.parentNode && this._element.parentNode.nodeType === Node.ELEMENT_NODE && $__default["default"](this._element).hasClass(CLASS_NAME_ACTIVE) || $__default["default"](this._element).hasClass(CLASS_NAME_DISABLED)) {
79
+ if (this._element.parentNode && this._element.parentNode.nodeType === Node.ELEMENT_NODE && $__default["default"](this._element).hasClass(CLASS_NAME_ACTIVE) || $__default["default"](this._element).hasClass(CLASS_NAME_DISABLED) || this._element.hasAttribute('disabled')) {
77
80
  return;
78
81
  }
79
82
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Bootstrap toast.js v4.6.1 (https://getbootstrap.com/)
3
- * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
2
+ * Bootstrap toast.js v4.6.2 (https://getbootstrap.com/)
3
+ * Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
4
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5
5
  */
6
6
  (function (global, factory) {
@@ -27,11 +27,14 @@
27
27
  function _createClass(Constructor, protoProps, staticProps) {
28
28
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
29
29
  if (staticProps) _defineProperties(Constructor, staticProps);
30
+ Object.defineProperty(Constructor, "prototype", {
31
+ writable: false
32
+ });
30
33
  return Constructor;
31
34
  }
32
35
 
33
36
  function _extends() {
34
- _extends = Object.assign || function (target) {
37
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
35
38
  for (var i = 1; i < arguments.length; i++) {
36
39
  var source = arguments[i];
37
40
 
@@ -44,7 +47,6 @@
44
47
 
45
48
  return target;
46
49
  };
47
-
48
50
  return _extends.apply(this, arguments);
49
51
  }
50
52
 
@@ -53,7 +55,7 @@
53
55
  */
54
56
 
55
57
  var NAME = 'toast';
56
- var VERSION = '4.6.1';
58
+ var VERSION = '4.6.2';
57
59
  var DATA_KEY = 'bs.toast';
58
60
  var EVENT_KEY = "." + DATA_KEY;
59
61
  var JQUERY_NO_CONFLICT = $__default["default"].fn[NAME];
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Bootstrap tooltip.js v4.6.1 (https://getbootstrap.com/)
3
- * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
2
+ * Bootstrap tooltip.js v4.6.2 (https://getbootstrap.com/)
3
+ * Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
4
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5
5
  */
6
6
  (function (global, factory) {
@@ -28,11 +28,14 @@
28
28
  function _createClass(Constructor, protoProps, staticProps) {
29
29
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
30
30
  if (staticProps) _defineProperties(Constructor, staticProps);
31
+ Object.defineProperty(Constructor, "prototype", {
32
+ writable: false
33
+ });
31
34
  return Constructor;
32
35
  }
33
36
 
34
37
  function _extends() {
35
- _extends = Object.assign || function (target) {
38
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
36
39
  for (var i = 1; i < arguments.length; i++) {
37
40
  var source = arguments[i];
38
41
 
@@ -45,13 +48,12 @@
45
48
 
46
49
  return target;
47
50
  };
48
-
49
51
  return _extends.apply(this, arguments);
50
52
  }
51
53
 
52
54
  /**
53
55
  * --------------------------------------------------------------------------
54
- * Bootstrap (v4.6.1): tools/sanitizer.js
56
+ * Bootstrap (v4.6.2): tools/sanitizer.js
55
57
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
56
58
  * --------------------------------------------------------------------------
57
59
  */
@@ -176,7 +178,7 @@
176
178
  */
177
179
 
178
180
  var NAME = 'tooltip';
179
- var VERSION = '4.6.1';
181
+ var VERSION = '4.6.2';
180
182
  var DATA_KEY = 'bs.tooltip';
181
183
  var EVENT_KEY = "." + DATA_KEY;
182
184
  var JQUERY_NO_CONFLICT = $__default["default"].fn[NAME];
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * Bootstrap util.js v4.6.1 (https://getbootstrap.com/)
3
- * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
2
+ * Bootstrap util.js v4.6.2 (https://getbootstrap.com/)
3
+ * Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
4
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5
5
  */
6
6
  (function (global, factory) {
@@ -15,7 +15,7 @@
15
15
 
16
16
  /**
17
17
  * --------------------------------------------------------------------------
18
- * Bootstrap (v4.6.1): util.js
18
+ * Bootstrap (v4.6.2): util.js
19
19
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
20
20
  * --------------------------------------------------------------------------
21
21
  */
@@ -1,12 +1,12 @@
1
1
  //= require ./bootstrap/util
2
+ //= require ./bootstrap/alert
3
+ //= require ./bootstrap/button
4
+ //= require ./bootstrap/carousel
5
+ //= require ./bootstrap/collapse
6
+ //= require ./bootstrap/dropdown
7
+ //= require ./bootstrap/modal
2
8
  //= require ./bootstrap/tooltip
3
9
  //= require ./bootstrap/popover
4
- //= require ./bootstrap/collapse
5
10
  //= require ./bootstrap/scrollspy
6
- //= require ./bootstrap/button
7
- //= require ./bootstrap/modal
8
11
  //= require ./bootstrap/tab
9
- //= require ./bootstrap/dropdown
10
- //= require ./bootstrap/carousel
11
- //= require ./bootstrap/alert
12
12
  //= require ./bootstrap/toast