@magicx-eng/ai-autocomplete-react 0.21.2 → 0.21.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/dist/index.js CHANGED
@@ -1805,6 +1805,10 @@
1805
1805
  width: 18px;
1806
1806
  height: 18px;
1807
1807
  fill: none;
1808
+ /* The root draws nothing and the path pins its own stroke, but a page's
1809
+ \`svg { stroke: \u2026 }\` would otherwise still land here; say none, as the
1810
+ markup does. */
1811
+ stroke: none;
1808
1812
  }
1809
1813
  .aia-submitButton-otz7H svg path {
1810
1814
  fill: none;