aboutsummaryrefslogtreecommitdiff
path: root/js/dist/alert.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2023-04-03 10:26:50 +0300
committerGitHub <[email protected]>2023-04-03 10:26:50 +0300
commitac576614a5515e429f27e756fad81d5aa05e95a6 (patch)
tree39688ea1d9fefa96e4a3269502d15229bfdcd7e6 /js/dist/alert.js
parentc0107d142e83c0686a61afb65ab583dbd4d9ceb8 (diff)
downloadbootstrap-ac576614a5515e429f27e756fad81d5aa05e95a6.tar.xz
bootstrap-ac576614a5515e429f27e756fad81d5aa05e95a6.zip
Release v5.3.0-alpha3 (#38357)
* Bump version to 5.3.0-alpha3 * Dist
Diffstat (limited to 'js/dist/alert.js')
-rw-r--r--js/dist/alert.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/js/dist/alert.js b/js/dist/alert.js
index 86210b5fc..09022f79c 100644
--- a/js/dist/alert.js
+++ b/js/dist/alert.js
@@ -1,13 +1,13 @@
/*!
- * Bootstrap alert.js v5.3.0-alpha2 (https://getbootstrap.com/)
+ * Bootstrap alert.js v5.3.0-alpha3 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
(function (global, factory) {
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('./util/index.js'), require('./dom/event-handler.js'), require('./base-component.js'), require('./util/component-functions.js')) :
- typeof define === 'function' && define.amd ? define(['./util/index', './dom/event-handler', './base-component', './util/component-functions'], factory) :
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Alert = factory(global.Index, global.EventHandler, global.BaseComponent, global.ComponentFunctions));
-})(this, (function (index_js, EventHandler, BaseComponent, componentFunctions_js) { 'use strict';
+ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('./base-component.js'), require('./dom/event-handler.js'), require('./util/component-functions.js'), require('./util/index.js')) :
+ typeof define === 'function' && define.amd ? define(['./base-component', './dom/event-handler', './util/component-functions', './util/index'], factory) :
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Alert = factory(global.BaseComponent, global.EventHandler, global.ComponentFunctions, global.Index));
+})(this, (function (BaseComponent, EventHandler, componentFunctions_js, index_js) { 'use strict';
/**
* --------------------------------------------------------------------------