@stackoverflow/stacks 2.8.3 → 2.8.5
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/css/stacks.css +31 -28
- package/dist/css/stacks.min.css +1 -1
- package/dist/js/stacks.js +55 -55
- package/dist/js/stacks.min.js +1 -1
- package/lib/components/notice/notice.less +6 -4
- package/package.json +10 -96
- package/LICENSE.MD +0 -9
- package/README.md +0 -163
package/dist/js/stacks.js
CHANGED
|
@@ -78,7 +78,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
78
78
|
showToast: () => (/* reexport */ showToast)
|
|
79
79
|
});
|
|
80
80
|
|
|
81
|
-
;//
|
|
81
|
+
;// ../../node_modules/@hotwired/stimulus/dist/stimulus.js
|
|
82
82
|
/*
|
|
83
83
|
Stimulus 3.2.1
|
|
84
84
|
Copyright © 2023 Basecamp, LLC
|
|
@@ -3425,7 +3425,7 @@ class TabListController extends StacksController {
|
|
|
3425
3425
|
}
|
|
3426
3426
|
}
|
|
3427
3427
|
|
|
3428
|
-
;//
|
|
3428
|
+
;// ../../node_modules/@popperjs/core/lib/dom-utils/getWindow.js
|
|
3429
3429
|
function getWindow(node) {
|
|
3430
3430
|
if (node == null) {
|
|
3431
3431
|
return window;
|
|
@@ -3438,7 +3438,7 @@ function getWindow(node) {
|
|
|
3438
3438
|
|
|
3439
3439
|
return node;
|
|
3440
3440
|
}
|
|
3441
|
-
;//
|
|
3441
|
+
;// ../../node_modules/@popperjs/core/lib/dom-utils/instanceOf.js
|
|
3442
3442
|
|
|
3443
3443
|
|
|
3444
3444
|
function isElement(node) {
|
|
@@ -3462,11 +3462,11 @@ function isShadowRoot(node) {
|
|
|
3462
3462
|
}
|
|
3463
3463
|
|
|
3464
3464
|
|
|
3465
|
-
;//
|
|
3465
|
+
;// ../../node_modules/@popperjs/core/lib/utils/math.js
|
|
3466
3466
|
var math_max = Math.max;
|
|
3467
3467
|
var math_min = Math.min;
|
|
3468
3468
|
var round = Math.round;
|
|
3469
|
-
;//
|
|
3469
|
+
;// ../../node_modules/@popperjs/core/lib/utils/userAgent.js
|
|
3470
3470
|
function getUAString() {
|
|
3471
3471
|
var uaData = navigator.userAgentData;
|
|
3472
3472
|
|
|
@@ -3478,12 +3478,12 @@ function getUAString() {
|
|
|
3478
3478
|
|
|
3479
3479
|
return navigator.userAgent;
|
|
3480
3480
|
}
|
|
3481
|
-
;//
|
|
3481
|
+
;// ../../node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.js
|
|
3482
3482
|
|
|
3483
3483
|
function isLayoutViewport() {
|
|
3484
3484
|
return !/^((?!chrome|android).)*safari/i.test(getUAString());
|
|
3485
3485
|
}
|
|
3486
|
-
;//
|
|
3486
|
+
;// ../../node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js
|
|
3487
3487
|
|
|
3488
3488
|
|
|
3489
3489
|
|
|
@@ -3525,7 +3525,7 @@ function getBoundingClientRect(element, includeScale, isFixedStrategy) {
|
|
|
3525
3525
|
y: y
|
|
3526
3526
|
};
|
|
3527
3527
|
}
|
|
3528
|
-
;//
|
|
3528
|
+
;// ../../node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js
|
|
3529
3529
|
|
|
3530
3530
|
function getWindowScroll(node) {
|
|
3531
3531
|
var win = getWindow(node);
|
|
@@ -3536,14 +3536,14 @@ function getWindowScroll(node) {
|
|
|
3536
3536
|
scrollTop: scrollTop
|
|
3537
3537
|
};
|
|
3538
3538
|
}
|
|
3539
|
-
;//
|
|
3539
|
+
;// ../../node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js
|
|
3540
3540
|
function getHTMLElementScroll(element) {
|
|
3541
3541
|
return {
|
|
3542
3542
|
scrollLeft: element.scrollLeft,
|
|
3543
3543
|
scrollTop: element.scrollTop
|
|
3544
3544
|
};
|
|
3545
3545
|
}
|
|
3546
|
-
;//
|
|
3546
|
+
;// ../../node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js
|
|
3547
3547
|
|
|
3548
3548
|
|
|
3549
3549
|
|
|
@@ -3555,18 +3555,18 @@ function getNodeScroll(node) {
|
|
|
3555
3555
|
return getHTMLElementScroll(node);
|
|
3556
3556
|
}
|
|
3557
3557
|
}
|
|
3558
|
-
;//
|
|
3558
|
+
;// ../../node_modules/@popperjs/core/lib/dom-utils/getNodeName.js
|
|
3559
3559
|
function getNodeName(element) {
|
|
3560
3560
|
return element ? (element.nodeName || '').toLowerCase() : null;
|
|
3561
3561
|
}
|
|
3562
|
-
;//
|
|
3562
|
+
;// ../../node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js
|
|
3563
3563
|
|
|
3564
3564
|
function getDocumentElement(element) {
|
|
3565
3565
|
// $FlowFixMe[incompatible-return]: assume body is always available
|
|
3566
3566
|
return ((isElement(element) ? element.ownerDocument : // $FlowFixMe[prop-missing]
|
|
3567
3567
|
element.document) || window.document).documentElement;
|
|
3568
3568
|
}
|
|
3569
|
-
;//
|
|
3569
|
+
;// ../../node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js
|
|
3570
3570
|
|
|
3571
3571
|
|
|
3572
3572
|
|
|
@@ -3580,12 +3580,12 @@ function getWindowScrollBarX(element) {
|
|
|
3580
3580
|
// this (e.g. Edge 2019, IE11, Safari)
|
|
3581
3581
|
return getBoundingClientRect(getDocumentElement(element)).left + getWindowScroll(element).scrollLeft;
|
|
3582
3582
|
}
|
|
3583
|
-
;//
|
|
3583
|
+
;// ../../node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js
|
|
3584
3584
|
|
|
3585
3585
|
function getComputedStyle_getComputedStyle(element) {
|
|
3586
3586
|
return getWindow(element).getComputedStyle(element);
|
|
3587
3587
|
}
|
|
3588
|
-
;//
|
|
3588
|
+
;// ../../node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js
|
|
3589
3589
|
|
|
3590
3590
|
function isScrollParent(element) {
|
|
3591
3591
|
// Firefox wants us to check `-x` and `-y` variations as well
|
|
@@ -3596,7 +3596,7 @@ function isScrollParent(element) {
|
|
|
3596
3596
|
|
|
3597
3597
|
return /auto|scroll|overlay|hidden/.test(overflow + overflowY + overflowX);
|
|
3598
3598
|
}
|
|
3599
|
-
;//
|
|
3599
|
+
;// ../../node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js
|
|
3600
3600
|
|
|
3601
3601
|
|
|
3602
3602
|
|
|
@@ -3655,7 +3655,7 @@ function getCompositeRect(elementOrVirtualElement, offsetParent, isFixed) {
|
|
|
3655
3655
|
height: rect.height
|
|
3656
3656
|
};
|
|
3657
3657
|
}
|
|
3658
|
-
;//
|
|
3658
|
+
;// ../../node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js
|
|
3659
3659
|
// Returns the layout rect of an element relative to its offsetParent. Layout
|
|
3660
3660
|
// means it doesn't take into account transforms.
|
|
3661
3661
|
|
|
@@ -3681,7 +3681,7 @@ function getLayoutRect(element) {
|
|
|
3681
3681
|
height: height
|
|
3682
3682
|
};
|
|
3683
3683
|
}
|
|
3684
|
-
;//
|
|
3684
|
+
;// ../../node_modules/@popperjs/core/lib/dom-utils/getParentNode.js
|
|
3685
3685
|
|
|
3686
3686
|
|
|
3687
3687
|
|
|
@@ -3701,7 +3701,7 @@ function getParentNode(element) {
|
|
|
3701
3701
|
|
|
3702
3702
|
);
|
|
3703
3703
|
}
|
|
3704
|
-
;//
|
|
3704
|
+
;// ../../node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js
|
|
3705
3705
|
|
|
3706
3706
|
|
|
3707
3707
|
|
|
@@ -3718,7 +3718,7 @@ function getScrollParent(node) {
|
|
|
3718
3718
|
|
|
3719
3719
|
return getScrollParent(getParentNode(node));
|
|
3720
3720
|
}
|
|
3721
|
-
;//
|
|
3721
|
+
;// ../../node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js
|
|
3722
3722
|
|
|
3723
3723
|
|
|
3724
3724
|
|
|
@@ -3745,12 +3745,12 @@ function listScrollParents(element, list) {
|
|
|
3745
3745
|
return isBody ? updatedList : // $FlowFixMe[incompatible-call]: isBody tells us target will be an HTMLElement here
|
|
3746
3746
|
updatedList.concat(listScrollParents(getParentNode(target)));
|
|
3747
3747
|
}
|
|
3748
|
-
;//
|
|
3748
|
+
;// ../../node_modules/@popperjs/core/lib/dom-utils/isTableElement.js
|
|
3749
3749
|
|
|
3750
3750
|
function isTableElement(element) {
|
|
3751
3751
|
return ['table', 'td', 'th'].indexOf(getNodeName(element)) >= 0;
|
|
3752
3752
|
}
|
|
3753
|
-
;//
|
|
3753
|
+
;// ../../node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js
|
|
3754
3754
|
|
|
3755
3755
|
|
|
3756
3756
|
|
|
@@ -3820,7 +3820,7 @@ function getOffsetParent(element) {
|
|
|
3820
3820
|
|
|
3821
3821
|
return offsetParent || getContainingBlock(element) || window;
|
|
3822
3822
|
}
|
|
3823
|
-
;//
|
|
3823
|
+
;// ../../node_modules/@popperjs/core/lib/enums.js
|
|
3824
3824
|
var enums_top = 'top';
|
|
3825
3825
|
var bottom = 'bottom';
|
|
3826
3826
|
var right = 'right';
|
|
@@ -3852,7 +3852,7 @@ var beforeWrite = 'beforeWrite';
|
|
|
3852
3852
|
var write = 'write';
|
|
3853
3853
|
var afterWrite = 'afterWrite';
|
|
3854
3854
|
var modifierPhases = [beforeRead, read, afterRead, beforeMain, main, afterMain, beforeWrite, write, afterWrite];
|
|
3855
|
-
;//
|
|
3855
|
+
;// ../../node_modules/@popperjs/core/lib/utils/orderModifiers.js
|
|
3856
3856
|
// source: https://stackoverflow.com/questions/49875255
|
|
3857
3857
|
|
|
3858
3858
|
function order(modifiers) {
|
|
@@ -3897,7 +3897,7 @@ function orderModifiers(modifiers) {
|
|
|
3897
3897
|
}));
|
|
3898
3898
|
}, []);
|
|
3899
3899
|
}
|
|
3900
|
-
;//
|
|
3900
|
+
;// ../../node_modules/@popperjs/core/lib/utils/debounce.js
|
|
3901
3901
|
function debounce(fn) {
|
|
3902
3902
|
var pending;
|
|
3903
3903
|
return function () {
|
|
@@ -3913,7 +3913,7 @@ function debounce(fn) {
|
|
|
3913
3913
|
return pending;
|
|
3914
3914
|
};
|
|
3915
3915
|
}
|
|
3916
|
-
;//
|
|
3916
|
+
;// ../../node_modules/@popperjs/core/lib/utils/mergeByName.js
|
|
3917
3917
|
function mergeByName(modifiers) {
|
|
3918
3918
|
var merged = modifiers.reduce(function (merged, current) {
|
|
3919
3919
|
var existing = merged[current.name];
|
|
@@ -3928,7 +3928,7 @@ function mergeByName(modifiers) {
|
|
|
3928
3928
|
return merged[key];
|
|
3929
3929
|
});
|
|
3930
3930
|
}
|
|
3931
|
-
;//
|
|
3931
|
+
;// ../../node_modules/@popperjs/core/lib/createPopper.js
|
|
3932
3932
|
|
|
3933
3933
|
|
|
3934
3934
|
|
|
@@ -4128,7 +4128,7 @@ function popperGenerator(generatorOptions) {
|
|
|
4128
4128
|
var createPopper = /*#__PURE__*/(/* unused pure expression or super */ null && (popperGenerator())); // eslint-disable-next-line import/no-unused-modules
|
|
4129
4129
|
|
|
4130
4130
|
|
|
4131
|
-
;//
|
|
4131
|
+
;// ../../node_modules/@popperjs/core/lib/modifiers/eventListeners.js
|
|
4132
4132
|
// eslint-disable-next-line import/no-unused-modules
|
|
4133
4133
|
|
|
4134
4134
|
var passive = {
|
|
@@ -4178,20 +4178,20 @@ function effect(_ref) {
|
|
|
4178
4178
|
effect: effect,
|
|
4179
4179
|
data: {}
|
|
4180
4180
|
});
|
|
4181
|
-
;//
|
|
4181
|
+
;// ../../node_modules/@popperjs/core/lib/utils/getBasePlacement.js
|
|
4182
4182
|
|
|
4183
4183
|
function getBasePlacement(placement) {
|
|
4184
4184
|
return placement.split('-')[0];
|
|
4185
4185
|
}
|
|
4186
|
-
;//
|
|
4186
|
+
;// ../../node_modules/@popperjs/core/lib/utils/getVariation.js
|
|
4187
4187
|
function getVariation(placement) {
|
|
4188
4188
|
return placement.split('-')[1];
|
|
4189
4189
|
}
|
|
4190
|
-
;//
|
|
4190
|
+
;// ../../node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js
|
|
4191
4191
|
function getMainAxisFromPlacement(placement) {
|
|
4192
4192
|
return ['top', 'bottom'].indexOf(placement) >= 0 ? 'x' : 'y';
|
|
4193
4193
|
}
|
|
4194
|
-
;//
|
|
4194
|
+
;// ../../node_modules/@popperjs/core/lib/utils/computeOffsets.js
|
|
4195
4195
|
|
|
4196
4196
|
|
|
4197
4197
|
|
|
@@ -4262,7 +4262,7 @@ function computeOffsets(_ref) {
|
|
|
4262
4262
|
|
|
4263
4263
|
return offsets;
|
|
4264
4264
|
}
|
|
4265
|
-
;//
|
|
4265
|
+
;// ../../node_modules/@popperjs/core/lib/modifiers/popperOffsets.js
|
|
4266
4266
|
|
|
4267
4267
|
|
|
4268
4268
|
function popperOffsets(_ref) {
|
|
@@ -4288,7 +4288,7 @@ function popperOffsets(_ref) {
|
|
|
4288
4288
|
fn: popperOffsets,
|
|
4289
4289
|
data: {}
|
|
4290
4290
|
});
|
|
4291
|
-
;//
|
|
4291
|
+
;// ../../node_modules/@popperjs/core/lib/modifiers/computeStyles.js
|
|
4292
4292
|
|
|
4293
4293
|
|
|
4294
4294
|
|
|
@@ -4458,7 +4458,7 @@ function computeStyles(_ref5) {
|
|
|
4458
4458
|
fn: computeStyles,
|
|
4459
4459
|
data: {}
|
|
4460
4460
|
});
|
|
4461
|
-
;//
|
|
4461
|
+
;// ../../node_modules/@popperjs/core/lib/modifiers/applyStyles.js
|
|
4462
4462
|
|
|
4463
4463
|
// This modifier takes the styles prepared by the `computeStyles` modifier
|
|
4464
4464
|
// and applies them to the HTMLElements such as popper and arrow
|
|
@@ -4543,7 +4543,7 @@ function applyStyles_effect(_ref2) {
|
|
|
4543
4543
|
effect: applyStyles_effect,
|
|
4544
4544
|
requires: ['computeStyles']
|
|
4545
4545
|
});
|
|
4546
|
-
;//
|
|
4546
|
+
;// ../../node_modules/@popperjs/core/lib/modifiers/offset.js
|
|
4547
4547
|
|
|
4548
4548
|
// eslint-disable-next-line import/no-unused-modules
|
|
4549
4549
|
|
|
@@ -4598,7 +4598,7 @@ function offset(_ref2) {
|
|
|
4598
4598
|
requires: ['popperOffsets'],
|
|
4599
4599
|
fn: offset
|
|
4600
4600
|
});
|
|
4601
|
-
;//
|
|
4601
|
+
;// ../../node_modules/@popperjs/core/lib/utils/getOppositePlacement.js
|
|
4602
4602
|
var hash = {
|
|
4603
4603
|
left: 'right',
|
|
4604
4604
|
right: 'left',
|
|
@@ -4610,7 +4610,7 @@ function getOppositePlacement(placement) {
|
|
|
4610
4610
|
return hash[matched];
|
|
4611
4611
|
});
|
|
4612
4612
|
}
|
|
4613
|
-
;//
|
|
4613
|
+
;// ../../node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js
|
|
4614
4614
|
var getOppositeVariationPlacement_hash = {
|
|
4615
4615
|
start: 'end',
|
|
4616
4616
|
end: 'start'
|
|
@@ -4620,7 +4620,7 @@ function getOppositeVariationPlacement(placement) {
|
|
|
4620
4620
|
return getOppositeVariationPlacement_hash[matched];
|
|
4621
4621
|
});
|
|
4622
4622
|
}
|
|
4623
|
-
;//
|
|
4623
|
+
;// ../../node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js
|
|
4624
4624
|
|
|
4625
4625
|
|
|
4626
4626
|
|
|
@@ -4652,7 +4652,7 @@ function getViewportRect(element, strategy) {
|
|
|
4652
4652
|
y: y
|
|
4653
4653
|
};
|
|
4654
4654
|
}
|
|
4655
|
-
;//
|
|
4655
|
+
;// ../../node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js
|
|
4656
4656
|
|
|
4657
4657
|
|
|
4658
4658
|
|
|
@@ -4682,7 +4682,7 @@ function getDocumentRect(element) {
|
|
|
4682
4682
|
y: y
|
|
4683
4683
|
};
|
|
4684
4684
|
}
|
|
4685
|
-
;//
|
|
4685
|
+
;// ../../node_modules/@popperjs/core/lib/dom-utils/contains.js
|
|
4686
4686
|
|
|
4687
4687
|
function contains(parent, child) {
|
|
4688
4688
|
var rootNode = child.getRootNode && child.getRootNode(); // First, attempt with faster native method
|
|
@@ -4706,7 +4706,7 @@ function contains(parent, child) {
|
|
|
4706
4706
|
|
|
4707
4707
|
return false;
|
|
4708
4708
|
}
|
|
4709
|
-
;//
|
|
4709
|
+
;// ../../node_modules/@popperjs/core/lib/utils/rectToClientRect.js
|
|
4710
4710
|
function rectToClientRect(rect) {
|
|
4711
4711
|
return Object.assign({}, rect, {
|
|
4712
4712
|
left: rect.x,
|
|
@@ -4715,7 +4715,7 @@ function rectToClientRect(rect) {
|
|
|
4715
4715
|
bottom: rect.y + rect.height
|
|
4716
4716
|
});
|
|
4717
4717
|
}
|
|
4718
|
-
;//
|
|
4718
|
+
;// ../../node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js
|
|
4719
4719
|
|
|
4720
4720
|
|
|
4721
4721
|
|
|
@@ -4786,7 +4786,7 @@ function getClippingRect(element, boundary, rootBoundary, strategy) {
|
|
|
4786
4786
|
clippingRect.y = clippingRect.top;
|
|
4787
4787
|
return clippingRect;
|
|
4788
4788
|
}
|
|
4789
|
-
;//
|
|
4789
|
+
;// ../../node_modules/@popperjs/core/lib/utils/getFreshSideObject.js
|
|
4790
4790
|
function getFreshSideObject() {
|
|
4791
4791
|
return {
|
|
4792
4792
|
top: 0,
|
|
@@ -4795,19 +4795,19 @@ function getFreshSideObject() {
|
|
|
4795
4795
|
left: 0
|
|
4796
4796
|
};
|
|
4797
4797
|
}
|
|
4798
|
-
;//
|
|
4798
|
+
;// ../../node_modules/@popperjs/core/lib/utils/mergePaddingObject.js
|
|
4799
4799
|
|
|
4800
4800
|
function mergePaddingObject(paddingObject) {
|
|
4801
4801
|
return Object.assign({}, getFreshSideObject(), paddingObject);
|
|
4802
4802
|
}
|
|
4803
|
-
;//
|
|
4803
|
+
;// ../../node_modules/@popperjs/core/lib/utils/expandToHashMap.js
|
|
4804
4804
|
function expandToHashMap(value, keys) {
|
|
4805
4805
|
return keys.reduce(function (hashMap, key) {
|
|
4806
4806
|
hashMap[key] = value;
|
|
4807
4807
|
return hashMap;
|
|
4808
4808
|
}, {});
|
|
4809
4809
|
}
|
|
4810
|
-
;//
|
|
4810
|
+
;// ../../node_modules/@popperjs/core/lib/utils/detectOverflow.js
|
|
4811
4811
|
|
|
4812
4812
|
|
|
4813
4813
|
|
|
@@ -4873,7 +4873,7 @@ function detectOverflow(state, options) {
|
|
|
4873
4873
|
|
|
4874
4874
|
return overflowOffsets;
|
|
4875
4875
|
}
|
|
4876
|
-
;//
|
|
4876
|
+
;// ../../node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js
|
|
4877
4877
|
|
|
4878
4878
|
|
|
4879
4879
|
|
|
@@ -4917,7 +4917,7 @@ function computeAutoPlacement(state, options) {
|
|
|
4917
4917
|
return overflows[a] - overflows[b];
|
|
4918
4918
|
});
|
|
4919
4919
|
}
|
|
4920
|
-
;//
|
|
4920
|
+
;// ../../node_modules/@popperjs/core/lib/modifiers/flip.js
|
|
4921
4921
|
|
|
4922
4922
|
|
|
4923
4923
|
|
|
@@ -5065,11 +5065,11 @@ function flip(_ref) {
|
|
|
5065
5065
|
_skip: false
|
|
5066
5066
|
}
|
|
5067
5067
|
});
|
|
5068
|
-
;//
|
|
5068
|
+
;// ../../node_modules/@popperjs/core/lib/utils/getAltAxis.js
|
|
5069
5069
|
function getAltAxis(axis) {
|
|
5070
5070
|
return axis === 'x' ? 'y' : 'x';
|
|
5071
5071
|
}
|
|
5072
|
-
;//
|
|
5072
|
+
;// ../../node_modules/@popperjs/core/lib/utils/within.js
|
|
5073
5073
|
|
|
5074
5074
|
function within(min, value, max) {
|
|
5075
5075
|
return math_max(min, math_min(value, max));
|
|
@@ -5078,7 +5078,7 @@ function withinMaxClamp(min, value, max) {
|
|
|
5078
5078
|
var v = within(min, value, max);
|
|
5079
5079
|
return v > max ? max : v;
|
|
5080
5080
|
}
|
|
5081
|
-
;//
|
|
5081
|
+
;// ../../node_modules/@popperjs/core/lib/modifiers/preventOverflow.js
|
|
5082
5082
|
|
|
5083
5083
|
|
|
5084
5084
|
|
|
@@ -5221,7 +5221,7 @@ function preventOverflow(_ref) {
|
|
|
5221
5221
|
fn: preventOverflow,
|
|
5222
5222
|
requiresIfExists: ['offset']
|
|
5223
5223
|
});
|
|
5224
|
-
;//
|
|
5224
|
+
;// ../../node_modules/@popperjs/core/lib/modifiers/arrow.js
|
|
5225
5225
|
|
|
5226
5226
|
|
|
5227
5227
|
|
|
@@ -5312,7 +5312,7 @@ function arrow_effect(_ref2) {
|
|
|
5312
5312
|
requires: ['popperOffsets'],
|
|
5313
5313
|
requiresIfExists: ['preventOverflow']
|
|
5314
5314
|
});
|
|
5315
|
-
;//
|
|
5315
|
+
;// ../../node_modules/@popperjs/core/lib/modifiers/hide.js
|
|
5316
5316
|
|
|
5317
5317
|
|
|
5318
5318
|
|
|
@@ -5374,7 +5374,7 @@ function hide(_ref) {
|
|
|
5374
5374
|
requiresIfExists: ['preventOverflow'],
|
|
5375
5375
|
fn: hide
|
|
5376
5376
|
});
|
|
5377
|
-
;//
|
|
5377
|
+
;// ../../node_modules/@popperjs/core/lib/popper.js
|
|
5378
5378
|
|
|
5379
5379
|
|
|
5380
5380
|
|