entreprise7pro-bootstrap-sass 3.4.6 → 3.4.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 827a9d5f09fd1d26f5743b6f2cb2a2f1e7f87c2d3e089f5fe8dfc63f001e3fd0
4
- data.tar.gz: 31ed272b64d4345f8f0428dd3f5153354c4324f4d71869bcd22304c5285965cf
3
+ metadata.gz: 18264951ac1efc2052c3de29df55bd059dc67c2354fcce830c592e666722b834
4
+ data.tar.gz: 8c28238a8fa2bc5efddfdeacae61c5a2c6cc3b818e087d64bf245be99d7446f4
5
5
  SHA512:
6
- metadata.gz: 727512c505b8aef8035d14ad619c5ac887f42a1d526cd7931794a0e4574de1cf455324205312cae65eddc335f6de36fc35d2da43ffadb9d7d7eccfda9d8700f0
7
- data.tar.gz: 2df389460a4d5810e7968b2b864d1dd6439269cb4d391c3fc6f1a63440f76dadab36d3cbb72dc108676d493510763c267b61d30e1634ea9a83e884c84479a5e5
6
+ metadata.gz: af9b65516663d230cc44ec02712317240a3726bf8c493c980c0ccd49f55b7d2cd80b849789396d2daca078854f41487d2dd85072154bcadbded70e1458ce400c
7
+ data.tar.gz: b6ad170faca5c4465bc5af8160e25e394b6fa94de52426f5e713f5d43fedd81974f15d73f0e0c2dcaea83d99a52e7635bf4ff3861c2593184c81509e99943dad
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.4.7 (jQuery v4 support)
4
+
5
+ * gem publishing of v3.4.4 bootstrap
6
+
3
7
  ## 3.4.5 (jQuery v4 support)
4
8
 
5
9
  * gem publishing
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: affix.js v3.4.3
2
+ * Bootstrap: affix.js v3.4.4
3
3
  * https://bootstrap.7pro.ca/docs/3.4/javascript/#affix
4
4
  * ========================================================================
5
5
  * Copyright 2024 Entreprise 7pro.ca Inc.
@@ -32,7 +32,7 @@
32
32
  this.checkPosition()
33
33
  }
34
34
 
35
- Affix.VERSION = '3.4.3'
35
+ Affix.VERSION = '3.4.4'
36
36
 
37
37
  Affix.RESET = 'affix affix-top affix-bottom'
38
38
 
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: alert.js v3.4.3
2
+ * Bootstrap: alert.js v3.4.4
3
3
  * https://bootstrap.7pro.ca/docs/3.4/javascript/#alerts
4
4
  * ========================================================================
5
5
  * Copyright 2024 Entreprise 7pro.ca Inc.
@@ -20,7 +20,7 @@
20
20
  $(el).on('click', dismiss, this.close)
21
21
  }
22
22
 
23
- Alert.VERSION = '3.4.3'
23
+ Alert.VERSION = '3.4.4'
24
24
 
25
25
  Alert.TRANSITION_DURATION = 150
26
26
 
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: button.js v3.4.3
2
+ * Bootstrap: button.js v3.4.4
3
3
  * https://bootstrap.7pro.ca/docs/3.4/javascript/#buttons
4
4
  * ========================================================================
5
5
  * Copyright 2024 Entreprise 7pro.ca Inc.
@@ -21,7 +21,7 @@
21
21
  this.isLoading = false
22
22
  }
23
23
 
24
- Button.VERSION = '3.4.3'
24
+ Button.VERSION = '3.4.4'
25
25
 
26
26
  Button.DEFAULTS = {
27
27
  loadingText: 'loading...'
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: carousel.js v3.4.3
2
+ * Bootstrap: carousel.js v3.4.4
3
3
  * https://bootstrap.7pro.ca/docs/3.4/javascript/#carousel
4
4
  * ========================================================================
5
5
  * Copyright 2024 Entreprise 7pro.ca Inc.
@@ -32,7 +32,7 @@
32
32
  .on('mouseleave.bs.carousel', $.proxy(this.cycle, this))
33
33
  }
34
34
 
35
- Carousel.VERSION = '3.4.3'
35
+ Carousel.VERSION = '3.4.4'
36
36
 
37
37
  Carousel.TRANSITION_DURATION = 600
38
38
 
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: collapse.js v3.4.3
2
+ * Bootstrap: collapse.js v3.4.4
3
3
  * https://bootstrap.7pro.ca/docs/3.4/javascript/#collapse
4
4
  * ========================================================================
5
5
  * Copyright 2024 Entreprise 7pro.ca Inc.
@@ -32,7 +32,7 @@
32
32
  if (this.options.toggle) this.toggle()
33
33
  }
34
34
 
35
- Collapse.VERSION = '3.4.3'
35
+ Collapse.VERSION = '3.4.4'
36
36
 
37
37
  Collapse.TRANSITION_DURATION = 350
38
38
 
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: dropdown.js v3.4.3
2
+ * Bootstrap: dropdown.js v3.4.4
3
3
  * https://bootstrap.7pro.ca/docs/3.4/javascript/#dropdowns
4
4
  * ========================================================================
5
5
  * Copyright 2024 Entreprise 7pro.ca Inc.
@@ -21,7 +21,7 @@
21
21
  $(element).on('click.bs.dropdown', this.toggle)
22
22
  }
23
23
 
24
- Dropdown.VERSION = '3.4.3'
24
+ Dropdown.VERSION = '3.4.4'
25
25
 
26
26
  function getParent($this) {
27
27
  var selector = $this.attr('data-target')
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: modal.js v3.4.3
2
+ * Bootstrap: modal.js v3.4.4
3
3
  * https://bootstrap.7pro.ca/docs/3.4/javascript/#modals
4
4
  * ========================================================================
5
5
  * Copyright 2024 Entreprise 7pro.ca Inc.
@@ -36,7 +36,7 @@
36
36
  }
37
37
  }
38
38
 
39
- Modal.VERSION = '3.4.3'
39
+ Modal.VERSION = '3.4.4'
40
40
 
41
41
  Modal.TRANSITION_DURATION = 300
42
42
  Modal.BACKDROP_TRANSITION_DURATION = 150
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: popover.js v3.4.3
2
+ * Bootstrap: popover.js v3.4.4
3
3
  * https://bootstrap.7pro.ca/docs/3.4/javascript/#popovers
4
4
  * ========================================================================
5
5
  * Copyright 2024 Entreprise 7pro.ca Inc.
@@ -21,7 +21,7 @@
21
21
 
22
22
  if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js')
23
23
 
24
- Popover.VERSION = '3.4.3'
24
+ Popover.VERSION = '3.4.4'
25
25
 
26
26
  Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, {
27
27
  placement: 'right',
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: scrollspy.js v3.4.3
2
+ * Bootstrap: scrollspy.js v3.4.4
3
3
  * https://bootstrap.7pro.ca/docs/3.4/javascript/#scrollspy
4
4
  * ========================================================================
5
5
  * Copyright 2024 Entreprise 7pro.ca Inc.
@@ -30,7 +30,7 @@
30
30
  this.process()
31
31
  }
32
32
 
33
- ScrollSpy.VERSION = '3.4.3'
33
+ ScrollSpy.VERSION = '3.4.4'
34
34
 
35
35
  ScrollSpy.DEFAULTS = {
36
36
  offset: 10
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: tab.js v3.4.3
2
+ * Bootstrap: tab.js v3.4.4
3
3
  * https://bootstrap.7pro.ca/docs/3.4/javascript/#tabs
4
4
  * ========================================================================
5
5
  * Copyright 2024 Entreprise 7pro.ca Inc.
@@ -21,7 +21,7 @@
21
21
  // jscs:enable requireDollarBeforejQueryAssignment
22
22
  }
23
23
 
24
- Tab.VERSION = '3.4.3'
24
+ Tab.VERSION = '3.4.4'
25
25
 
26
26
  Tab.TRANSITION_DURATION = 150
27
27
 
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: tooltip.js v3.4.3
2
+ * Bootstrap: tooltip.js v3.4.4
3
3
  * https://bootstrap.7pro.ca/docs/3.4/javascript/#tooltip
4
4
  * Inspired by the original jQuery.tipsy by Jason Frame
5
5
  * ========================================================================
@@ -153,7 +153,7 @@
153
153
  this.init('tooltip', element, options)
154
154
  }
155
155
 
156
- Tooltip.VERSION = '3.4.3'
156
+ Tooltip.VERSION = '3.4.4'
157
157
 
158
158
  Tooltip.TRANSITION_DURATION = 150
159
159
 
@@ -1,5 +1,5 @@
1
1
  /* ========================================================================
2
- * Bootstrap: transition.js v3.4.3
2
+ * Bootstrap: transition.js v3.4.4
3
3
  * https://bootstrap.7pro.ca/docs/3.4/javascript/#transitions
4
4
  * ========================================================================
5
5
  * Copyright 2024 Entreprise 7pro.ca Inc.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Bootstrap v3.4.3 (https://bootstrap.7pro.ca/)
2
+ * Bootstrap v3.4.4 (https://bootstrap.7pro.ca/)
3
3
  * Copyright 2024 Entreprise 7pro.ca Inc since v3.4.2
4
4
  * Copyright 2011-2019 Twitter Inc (now X)
5
5
  * Licensed under the MIT license
@@ -21,7 +21,7 @@ if (typeof jQuery === 'undefined') {
21
21
  }(jQuery);
22
22
 
23
23
  /* ========================================================================
24
- * Bootstrap: transition.js v3.4.3
24
+ * Bootstrap: transition.js v3.4.4
25
25
  * https://bootstrap.7pro.ca/docs/3.4/javascript/#transitions
26
26
  * ========================================================================
27
27
  * Copyright 2024 Entreprise 7pro.ca Inc.
@@ -83,7 +83,7 @@ if (typeof jQuery === 'undefined') {
83
83
  }(jQuery);
84
84
 
85
85
  /* ========================================================================
86
- * Bootstrap: alert.js v3.4.3
86
+ * Bootstrap: alert.js v3.4.4
87
87
  * https://bootstrap.7pro.ca/docs/3.4/javascript/#alerts
88
88
  * ========================================================================
89
89
  * Copyright 2024 Entreprise 7pro.ca Inc.
@@ -104,7 +104,7 @@ if (typeof jQuery === 'undefined') {
104
104
  $(el).on('click', dismiss, this.close)
105
105
  }
106
106
 
107
- Alert.VERSION = '3.4.3'
107
+ Alert.VERSION = '3.4.4'
108
108
 
109
109
  Alert.TRANSITION_DURATION = 150
110
110
 
@@ -181,7 +181,7 @@ if (typeof jQuery === 'undefined') {
181
181
  }(jQuery);
182
182
 
183
183
  /* ========================================================================
184
- * Bootstrap: button.js v3.4.3
184
+ * Bootstrap: button.js v3.4.4
185
185
  * https://bootstrap.7pro.ca/docs/3.4/javascript/#buttons
186
186
  * ========================================================================
187
187
  * Copyright 2024 Entreprise 7pro.ca Inc.
@@ -203,7 +203,7 @@ if (typeof jQuery === 'undefined') {
203
203
  this.isLoading = false
204
204
  }
205
205
 
206
- Button.VERSION = '3.4.3'
206
+ Button.VERSION = '3.4.4'
207
207
 
208
208
  Button.DEFAULTS = {
209
209
  loadingText: 'loading...'
@@ -318,7 +318,7 @@ if (typeof jQuery === 'undefined') {
318
318
  }(jQuery);
319
319
 
320
320
  /* ========================================================================
321
- * Bootstrap: carousel.js v3.4.3
321
+ * Bootstrap: carousel.js v3.4.4
322
322
  * https://bootstrap.7pro.ca/docs/3.4/javascript/#carousel
323
323
  * ========================================================================
324
324
  * Copyright 2024 Entreprise 7pro.ca Inc.
@@ -351,7 +351,7 @@ if (typeof jQuery === 'undefined') {
351
351
  .on('mouseleave.bs.carousel', $.proxy(this.cycle, this))
352
352
  }
353
353
 
354
- Carousel.VERSION = '3.4.3'
354
+ Carousel.VERSION = '3.4.4'
355
355
 
356
356
  Carousel.TRANSITION_DURATION = 600
357
357
 
@@ -567,7 +567,7 @@ if (typeof jQuery === 'undefined') {
567
567
  }(jQuery);
568
568
 
569
569
  /* ========================================================================
570
- * Bootstrap: collapse.js v3.4.3
570
+ * Bootstrap: collapse.js v3.4.4
571
571
  * https://bootstrap.7pro.ca/docs/3.4/javascript/#collapse
572
572
  * ========================================================================
573
573
  * Copyright 2024 Entreprise 7pro.ca Inc.
@@ -600,7 +600,7 @@ if (typeof jQuery === 'undefined') {
600
600
  if (this.options.toggle) this.toggle()
601
601
  }
602
602
 
603
- Collapse.VERSION = '3.4.3'
603
+ Collapse.VERSION = '3.4.4'
604
604
 
605
605
  Collapse.TRANSITION_DURATION = 350
606
606
 
@@ -782,7 +782,7 @@ if (typeof jQuery === 'undefined') {
782
782
  }(jQuery);
783
783
 
784
784
  /* ========================================================================
785
- * Bootstrap: dropdown.js v3.4.3
785
+ * Bootstrap: dropdown.js v3.4.4
786
786
  * https://bootstrap.7pro.ca/docs/3.4/javascript/#dropdowns
787
787
  * ========================================================================
788
788
  * Copyright 2024 Entreprise 7pro.ca Inc.
@@ -804,7 +804,7 @@ if (typeof jQuery === 'undefined') {
804
804
  $(element).on('click.bs.dropdown', this.toggle)
805
805
  }
806
806
 
807
- Dropdown.VERSION = '3.4.3'
807
+ Dropdown.VERSION = '3.4.4'
808
808
 
809
809
  function getParent($this) {
810
810
  var selector = $this.attr('data-target')
@@ -950,7 +950,7 @@ if (typeof jQuery === 'undefined') {
950
950
  }(jQuery);
951
951
 
952
952
  /* ========================================================================
953
- * Bootstrap: modal.js v3.4.3
953
+ * Bootstrap: modal.js v3.4.4
954
954
  * https://bootstrap.7pro.ca/docs/3.4/javascript/#modals
955
955
  * ========================================================================
956
956
  * Copyright 2024 Entreprise 7pro.ca Inc.
@@ -987,7 +987,7 @@ if (typeof jQuery === 'undefined') {
987
987
  }
988
988
  }
989
989
 
990
- Modal.VERSION = '3.4.3'
990
+ Modal.VERSION = '3.4.4'
991
991
 
992
992
  Modal.TRANSITION_DURATION = 300
993
993
  Modal.BACKDROP_TRANSITION_DURATION = 150
@@ -1307,7 +1307,7 @@ if (typeof jQuery === 'undefined') {
1307
1307
  }(jQuery);
1308
1308
 
1309
1309
  /* ========================================================================
1310
- * Bootstrap: tooltip.js v3.4.3
1310
+ * Bootstrap: tooltip.js v3.4.4
1311
1311
  * https://bootstrap.7pro.ca/docs/3.4/javascript/#tooltip
1312
1312
  * Inspired by the original jQuery.tipsy by Jason Frame
1313
1313
  * ========================================================================
@@ -1461,7 +1461,7 @@ if (typeof jQuery === 'undefined') {
1461
1461
  this.init('tooltip', element, options)
1462
1462
  }
1463
1463
 
1464
- Tooltip.VERSION = '3.4.3'
1464
+ Tooltip.VERSION = '3.4.4'
1465
1465
 
1466
1466
  Tooltip.TRANSITION_DURATION = 150
1467
1467
 
@@ -1987,7 +1987,7 @@ if (typeof jQuery === 'undefined') {
1987
1987
  }(jQuery);
1988
1988
 
1989
1989
  /* ========================================================================
1990
- * Bootstrap: popover.js v3.4.3
1990
+ * Bootstrap: popover.js v3.4.4
1991
1991
  * https://bootstrap.7pro.ca/docs/3.4/javascript/#popovers
1992
1992
  * ========================================================================
1993
1993
  * Copyright 2024 Entreprise 7pro.ca Inc.
@@ -2009,7 +2009,7 @@ if (typeof jQuery === 'undefined') {
2009
2009
 
2010
2010
  if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js')
2011
2011
 
2012
- Popover.VERSION = '3.4.3'
2012
+ Popover.VERSION = '3.4.4'
2013
2013
 
2014
2014
  Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, {
2015
2015
  placement: 'right',
@@ -2111,7 +2111,7 @@ if (typeof jQuery === 'undefined') {
2111
2111
  }(jQuery);
2112
2112
 
2113
2113
  /* ========================================================================
2114
- * Bootstrap: scrollspy.js v3.4.3
2114
+ * Bootstrap: scrollspy.js v3.4.4
2115
2115
  * https://bootstrap.7pro.ca/docs/3.4/javascript/#scrollspy
2116
2116
  * ========================================================================
2117
2117
  * Copyright 2024 Entreprise 7pro.ca Inc.
@@ -2142,7 +2142,7 @@ if (typeof jQuery === 'undefined') {
2142
2142
  this.process()
2143
2143
  }
2144
2144
 
2145
- ScrollSpy.VERSION = '3.4.3'
2145
+ ScrollSpy.VERSION = '3.4.4'
2146
2146
 
2147
2147
  ScrollSpy.DEFAULTS = {
2148
2148
  offset: 10
@@ -2286,7 +2286,7 @@ if (typeof jQuery === 'undefined') {
2286
2286
  }(jQuery);
2287
2287
 
2288
2288
  /* ========================================================================
2289
- * Bootstrap: tab.js v3.4.3
2289
+ * Bootstrap: tab.js v3.4.4
2290
2290
  * https://bootstrap.7pro.ca/docs/3.4/javascript/#tabs
2291
2291
  * ========================================================================
2292
2292
  * Copyright 2024 Entreprise 7pro.ca Inc.
@@ -2308,7 +2308,7 @@ if (typeof jQuery === 'undefined') {
2308
2308
  // jscs:enable requireDollarBeforejQueryAssignment
2309
2309
  }
2310
2310
 
2311
- Tab.VERSION = '3.4.3'
2311
+ Tab.VERSION = '3.4.4'
2312
2312
 
2313
2313
  Tab.TRANSITION_DURATION = 150
2314
2314
 
@@ -2444,7 +2444,7 @@ if (typeof jQuery === 'undefined') {
2444
2444
  }(jQuery);
2445
2445
 
2446
2446
  /* ========================================================================
2447
- * Bootstrap: affix.js v3.4.3
2447
+ * Bootstrap: affix.js v3.4.4
2448
2448
  * https://bootstrap.7pro.ca/docs/3.4/javascript/#affix
2449
2449
  * ========================================================================
2450
2450
  * Copyright 2024 Entreprise 7pro.ca Inc.
@@ -2477,7 +2477,7 @@ if (typeof jQuery === 'undefined') {
2477
2477
  this.checkPosition()
2478
2478
  }
2479
2479
 
2480
- Affix.VERSION = '3.4.3'
2480
+ Affix.VERSION = '3.4.4'
2481
2481
 
2482
2482
  Affix.RESET = 'affix affix-top affix-bottom'
2483
2483
 
data/bower.json CHANGED
@@ -34,5 +34,5 @@
34
34
  "dependencies": {
35
35
  "jquery": "1.9.1 - 4"
36
36
  },
37
- "version": "3.4.5"
37
+ "version": "3.4.7"
38
38
  }
@@ -1,4 +1,4 @@
1
1
  module Bootstrap
2
- VERSION = '3.4.6'
3
- BOOTSTRAP_SHA = 'c143184fd5fc059bc464b8132eb077b37a7d91fe'
2
+ VERSION = '3.4.7'
3
+ BOOTSTRAP_SHA = '07dfe72ce41bdb5749257b4ca5cda12abe60b034'
4
4
  end
data/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "entreprise7pro-bootstrap-sass",
3
- "version": "3.4.5",
3
+ "version": "3.4.7",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "entreprise7pro-bootstrap-sass",
9
- "version": "3.4.5",
9
+ "version": "3.4.7",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "jquery": "^4.0.0-beta.2"
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "entreprise7pro-bootstrap-sass",
3
- "version": "3.4.5",
3
+ "version": "3.4.7",
4
4
  "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
5
5
  "main": "assets/javascripts/bootstrap.js",
6
6
  "style": "assets/stylesheets/_bootstrap.scss",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: entreprise7pro-bootstrap-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.6
4
+ version: 3.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas McDonald
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-13 00:00:00.000000000 Z
11
+ date: 2024-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sassc