@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.
- package/dist/ProductTour/Checkpoint.js +1 -0
- package/dist/ProductTour/Checkpoint.js.map +1 -1
- package/dist/core.css +16779 -0
- package/dist/core.css.map +1 -0
- package/dist/core.min.css +2 -0
- package/dist/theme-urls.json +6 -0
- package/package.json +1 -1
- package/src/ProductTour/Checkpoint.jsx +1 -0
- package/styles/scss/core/core.scss +1 -1
package/dist/theme-urls.json
CHANGED
package/package.json
CHANGED
|
@@ -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 "
|
|
9
|
+
@import "react-loading-skeleton/dist/skeleton.css";
|
|
10
10
|
@import "~bootstrap/scss/transitions";
|
|
11
11
|
@import "utilities";
|
|
12
12
|
@import "~bootstrap/scss/media";
|