prlg-ui 1.6.9 → 1.6.10
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/prlg-ui.cjs.js +1 -2
- package/dist/prlg-ui.es.js +1 -2
- package/package.json +1 -1
package/dist/prlg-ui.cjs.js
CHANGED
|
@@ -10,9 +10,8 @@
|
|
|
10
10
|
opacity: 0;
|
|
11
11
|
transform: scale(0.8);
|
|
12
12
|
transition: all 0.2s ease;
|
|
13
|
-
white-space: nowrap;
|
|
14
13
|
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
|
|
15
|
-
max-width:
|
|
14
|
+
max-width: 400px;
|
|
16
15
|
`;const s=document.createElement("div");switch(s.className="tooltip__arrow",s.style.cssText=`
|
|
17
16
|
position: absolute;
|
|
18
17
|
width: 0;
|
package/dist/prlg-ui.es.js
CHANGED
|
@@ -3275,9 +3275,8 @@ const Cs = {
|
|
|
3275
3275
|
opacity: 0;
|
|
3276
3276
|
transform: scale(0.8);
|
|
3277
3277
|
transition: all 0.2s ease;
|
|
3278
|
-
white-space: nowrap;
|
|
3279
3278
|
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
|
|
3280
|
-
max-width:
|
|
3279
|
+
max-width: 400px;
|
|
3281
3280
|
`;
|
|
3282
3281
|
const s = document.createElement("div");
|
|
3283
3282
|
switch (s.className = "tooltip__arrow", s.style.cssText = `
|