@theguild/components 8.2.1-alpha-20250110015759-00f319d1d3da793843e7d71cb9fcd6cb3e28b88b → 8.2.1-alpha-20250110122246-22640cdb386615c71675578315536496a977d754

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.
@@ -1,5 +1,5 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
- const SvgArrowIcon = (props) => /* @__PURE__ */ jsx("svg", { width: 24, height: 24, "view-box": "0 0 24 24", fill: "currentColor", ...props, children: /* @__PURE__ */ jsx("path", { d: "m15.755 11.1-4.828-4.828L12.2 5l7 7-7 7-1.273-1.272 4.828-4.828H4.8v-1.8h10.955Z" }) });
2
+ const SvgArrowIcon = (props) => /* @__PURE__ */ jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "currentColor", ...props, children: /* @__PURE__ */ jsx("path", { d: "m15.755 11.1-4.828-4.828L12.2 5l7 7-7 7-1.273-1.272 4.828-4.828H4.8v-1.8h10.955Z" }) });
3
3
  export {
4
4
  SvgArrowIcon as ReactComponent
5
5
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theguild/components",
3
- "version": "8.2.1-alpha-20250110015759-00f319d1d3da793843e7d71cb9fcd6cb3e28b88b",
3
+ "version": "8.2.1-alpha-20250110122246-22640cdb386615c71675578315536496a977d754",
4
4
  "repository": {
5
5
  "url": "https://github.com/the-guild-org/docs",
6
6
  "directory": "packages/components"