Revision d10543923531d9a2bf0e122439d5b1a2ae4e3d13 authored by GeoSot on 30 January 2022, 21:50:22 UTC, committed by XhmikosR on 01 February 2022, 06:58:46 UTC
As we use the `dataApiKeydownHandler` only for events that are triggered on `[data-bs-toggle="dropdown"]` or on `.dropdown-menu`, we can ensure that their `parentNode` will ALWAYS be the `.dropdown` wrapper
1 parent 22bbff0
Raw File
.bundlewatch.config.json
{
  "files": [
    {
      "path": "./dist/css/bootstrap-grid.css",
      "maxSize": "7.25 kB"
    },
    {
      "path": "./dist/css/bootstrap-grid.min.css",
      "maxSize": "6.5 kB"
    },
    {
      "path": "./dist/css/bootstrap-reboot.css",
      "maxSize": "2.5 kB"
    },
    {
      "path": "./dist/css/bootstrap-reboot.min.css",
      "maxSize": "2.35 kB"
    },
    {
      "path": "./dist/css/bootstrap-utilities.css",
      "maxSize": "7.75 kB"
    },
    {
      "path": "./dist/css/bootstrap-utilities.min.css",
      "maxSize": "7 kB"
    },
    {
      "path": "./dist/css/bootstrap.css",
      "maxSize": "26 kB"
    },
    {
      "path": "./dist/css/bootstrap.min.css",
      "maxSize": "23.5 kB"
    },
    {
      "path": "./dist/js/bootstrap.bundle.js",
      "maxSize": "42.5 kB"
    },
    {
      "path": "./dist/js/bootstrap.bundle.min.js",
      "maxSize": "22.75 kB"
    },
    {
      "path": "./dist/js/bootstrap.esm.js",
      "maxSize": "27.5 kB"
    },
    {
      "path": "./dist/js/bootstrap.esm.min.js",
      "maxSize": "18.5 kB"
    },
    {
      "path": "./dist/js/bootstrap.js",
      "maxSize": "28.25 kB"
    },
    {
      "path": "./dist/js/bootstrap.min.js",
      "maxSize": "16.25 kB"
    }
  ],
  "ci": {
    "trackBranches": [
      "main",
      "v4-dev"
    ]
  }
}
back to top