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.
@@ -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: 200px;
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;
@@ -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: 200px;
3279
+ max-width: 400px;
3281
3280
  `;
3282
3281
  const s = document.createElement("div");
3283
3282
  switch (s.className = "tooltip__arrow", s.style.cssText = `
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.6.9",
4
+ "version": "1.6.10",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",