@xsolla/xui-multi-select 0.188.2 → 0.188.3

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/web/index.mjs CHANGED
@@ -306,11 +306,13 @@ var StyledIcon = styled3(FilteredDiv2)`
306
306
  height: ${(props) => typeof props.size === "number" ? `${props.size}px` : props.size || "24px"};
307
307
  color: ${(props) => props.color || "currentColor"};
308
308
 
309
+ /* Icons paint themselves — each icon's own SVG sets its fill/stroke
310
+ (icons-base via inline "fill: currentColor", Lucide via "fill"/"stroke"
311
+ attributes). Do not add fill/stroke here: it re-strokes fill-based icons
312
+ and thickens the glyph. See FEP-877. */
309
313
  svg {
310
314
  width: 100%;
311
315
  height: 100%;
312
- fill: none;
313
- stroke: currentColor;
314
316
  }
315
317
  `;
316
318
  var Icon = ({
@@ -1291,11 +1293,13 @@ var StyledIcon3 = styled5(FilteredDiv3)`
1291
1293
  height: ${(props) => typeof props.size === "number" ? `${props.size}px` : props.size || "24px"};
1292
1294
  color: ${(props) => props.color || "currentColor"};
1293
1295
 
1296
+ /* Icons paint themselves — each icon's own SVG sets its fill/stroke
1297
+ (icons-base via inline "fill: currentColor", Lucide via "fill"/"stroke"
1298
+ attributes). Do not add fill/stroke here: it re-strokes fill-based icons
1299
+ and thickens the glyph. See FEP-877. */
1294
1300
  svg {
1295
1301
  width: 100%;
1296
1302
  height: 100%;
1297
- fill: none;
1298
- stroke: currentColor;
1299
1303
  }
1300
1304
  `;
1301
1305
  var Icon3 = ({
@@ -1587,11 +1591,13 @@ var StyledIcon4 = styled32(FilteredDiv22)`
1587
1591
  height: ${(props) => typeof props.size === "number" ? `${props.size}px` : props.size || "24px"};
1588
1592
  color: ${(props) => props.color || "currentColor"};
1589
1593
 
1594
+ /* Icons paint themselves — each icon's own SVG sets its fill/stroke
1595
+ (icons-base via inline "fill: currentColor", Lucide via "fill"/"stroke"
1596
+ attributes). Do not add fill/stroke here: it re-strokes fill-based icons
1597
+ and thickens the glyph. See FEP-877. */
1590
1598
  svg {
1591
1599
  width: 100%;
1592
1600
  height: 100%;
1593
- fill: none;
1594
- stroke: currentColor;
1595
1601
  }
1596
1602
  `;
1597
1603
  var Icon4 = ({