Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoSot <geo.sotis@gmail.com>2021-04-14 23:28:50 +0300
committerGitHub <noreply@github.com>2021-04-14 23:28:50 +0300
commit80085a12f6936bef11aa72631392e3e9b2646f17 (patch)
tree204f124a4c55bed0c9aeae9cc63a8dde33095ede /.bundlewatch.config.json
parent0122e020d60f9556dd9961256633aa06e8ded643 (diff)
Decouple BackDrop from modal (#32439)
* Create backdrop.js util * revert breaking changes remove PromiseTimout usage revert class name * one more test | change bundlewatch.config * add config obj to backdrop helper | tests for rootElement | use transitionend helper * Minor tweaks — Renaming Co-authored-by: Rohit Sharma <rohit2sharma95@gmail.com>
Diffstat (limited to '.bundlewatch.config.json')
-rw-r--r--.bundlewatch.config.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json
index 32826198c3..81badf254c 100644
--- a/.bundlewatch.config.json
+++ b/.bundlewatch.config.json
@@ -34,11 +34,11 @@
},
{
"path": "./dist/js/bootstrap.bundle.js",
- "maxSize": "41 kB"
+ "maxSize": "41.25 kB"
},
{
"path": "./dist/js/bootstrap.bundle.min.js",
- "maxSize": "22 kB"
+ "maxSize": "22.25 kB"
},
{
"path": "./dist/js/bootstrap.esm.js",
@@ -46,11 +46,11 @@
},
{
"path": "./dist/js/bootstrap.esm.min.js",
- "maxSize": "18 kB"
+ "maxSize": "18.25 kB"
},
{
"path": "./dist/js/bootstrap.js",
- "maxSize": "27 kB"
+ "maxSize": "27.25 kB"
},
{
"path": "./dist/js/bootstrap.min.js",