@openedx/paragon 22.0.0-alpha.20 → 22.0.0-alpha.22

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.
@@ -10,6 +10,12 @@
10
10
  "minified": "./light.min.css"
11
11
  }
12
12
  }
13
+ },
14
+ "core": {
15
+ "paths": {
16
+ "default": "./core.css",
17
+ "minified": "./core.min.css"
18
+ }
13
19
  }
14
20
  }
15
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openedx/paragon",
3
- "version": "22.0.0-alpha.20",
3
+ "version": "22.0.0-alpha.22",
4
4
  "description": "Accessible, responsive UI component library based on Bootstrap.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -30,6 +30,7 @@ const Checkpoint = React.forwardRef(({
30
30
  // Use the Popper library to translate the Checkpoint to its target's coordinates
31
31
  const checkpointPopper = createPopper(targetElement, checkpoint, {
32
32
  placement: isMobile ? 'top' : placement,
33
+ strategy: 'fixed',
33
34
  modifiers: [
34
35
  {
35
36
  name: 'arrow',
@@ -6,7 +6,7 @@
6
6
  @import "~bootstrap/scss/reboot";
7
7
  @import "typography";
8
8
  @import "grid";
9
- @import "~react-loading-skeleton/dist/skeleton.css";
9
+ @import "react-loading-skeleton/dist/skeleton.css";
10
10
  @import "~bootstrap/scss/transitions";
11
11
  @import "utilities";
12
12
  @import "~bootstrap/scss/media";