aboutsummaryrefslogtreecommitdiff
path: root/js/dist/util/component-functions.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/util/component-functions.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/util/component-functions.js')
-rw-r--r--js/dist/util/component-functions.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/js/dist/util/component-functions.js b/js/dist/util/component-functions.js
index b57ee930e..7b75d8e0d 100644
--- a/js/dist/util/component-functions.js
+++ b/js/dist/util/component-functions.js
@@ -1,13 +1,13 @@
/*!
- * Bootstrap component-functions.js v5.3.0-alpha2 (https://getbootstrap.com/)
+ * Bootstrap component-functions.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' ? factory(exports, require('../dom/event-handler.js'), require('./index.js'), require('../dom/selector-engine.js')) :
- typeof define === 'function' && define.amd ? define(['exports', '../dom/event-handler', './index', '../dom/selector-engine'], factory) :
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.ComponentFunctions = {}, global.EventHandler, global.Index, global.SelectorEngine));
-})(this, (function (exports, EventHandler, index_js, SelectorEngine) { 'use strict';
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('../dom/event-handler.js'), require('../dom/selector-engine.js'), require('./index.js')) :
+ typeof define === 'function' && define.amd ? define(['exports', '../dom/event-handler', '../dom/selector-engine', './index'], factory) :
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.ComponentFunctions = {}, global.EventHandler, global.SelectorEngine, global.Index));
+})(this, (function (exports, EventHandler, SelectorEngine, index_js) { 'use strict';
/**
* --------------------------------------------------------------------------