@financial-times/dotcom-ui-bootstrap 13.7.0 → 13.7.1

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -112,6 +112,8 @@ Returns a JSON formatted string representing the configuration for the bootstrap
112
112
 
113
113
  Returns the bootstrap code as a string. This should be inserted into a `<script>` element.
114
114
 
115
+ > [!IMPORTANT]
116
+ > The bootstrap Javascript is loaded from [`lib/bootstrap.js`](lib/bootstrap.js). Since this code needs to work even in core experience browsers, it's written in basic ES5 Javascript and isn't compiled or bundled by our build process. This means it needs to be in a separate folder to `src`.
115
117
 
116
118
  ## How does it work?
117
119
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/dotcom-ui-bootstrap",
3
- "version": "13.7.0",
3
+ "version": "13.7.1",
4
4
  "description": "",
5
5
  "main": "component.js",
6
6
  "browser": "browser.js",