@theguild/components 8.0.0-alpha-20241125183426-728915ae798e33f0a4a4e18ac54a9cb2e106a6bc → 8.0.0-alpha-20241125195205-a1a35a9c59dbcad80b6e87cea9fa6f3f8b00838f

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, jsxs } from "react/jsx-runtime";
2
- const SvgHiveDecoration = (props) => /* @__PURE__ */ jsxs("svg", { width: 160, height: 174, viewBox: "0 0 160 172", fill: "none", ...props, children: [
2
+ const SvgHiveDecoration = (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 160 172", fill: "none", ...props, children: [
3
3
  /* @__PURE__ */ jsxs("mask", { id: "path-1-outside-1_642_4223", maskUnits: "userSpaceOnUse", x: 0, y: -52, width: 265, height: 265, fill: "black", children: [
4
4
  /* @__PURE__ */ jsx("rect", { fill: "white", y: -52, width: 265, height: 265 }),
5
5
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M79.8868 -51H185.113L264 27.8868V133.113L185.113 212H79.8868L1 133.113V27.8868L79.8868 -51ZM146.836 195.215L247.204 94.8463C255.126 86.9252 255.126 74.085 247.204 66.1639L146.836 -34.2043C138.915 -42.1255 126.075 -42.1255 118.154 -34.2043L17.7957 66.1639C9.87451 74.085 9.87451 86.9252 17.7957 94.8463L118.154 195.215C126.075 203.136 138.915 203.136 146.836 195.215ZM104.963 80.4952L132.495 52.9631L160.027 80.4952L132.495 108.027L104.963 80.4952Z" })
@@ -1,5 +1,5 @@
1
1
  import { jsx, jsxs } from "react/jsx-runtime";
2
- const SvgHiveGatewayDecoration = (props) => /* @__PURE__ */ jsxs("svg", { width: 177, height: 174, viewBox: "0 0 177 172", fill: "none", ...props, children: [
2
+ const SvgHiveGatewayDecoration = (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 177 172", fill: "none", ...props, children: [
3
3
  /* @__PURE__ */ jsx("path", { d: "m150 -11.850765-46.65480.000006V67.1886c0 13.4292-10.8768 24.306-24.3054 24.306H0l4.32e-6 46.6548H50.90466c6.36576 0 12.47094-2.529 16.97154-7.0308l75.0954-75.1056C147.4716 51.5124 150 45.408 150 39.043620000000004V-11.850765Zm12 0 46.6548.000006V67.1886c0 13.4292 10.8768 24.306 24.3054 24.306H312v46.6548h-50.9046c-6.366 0-12.471-2.529-16.9716-7.0308L168.0284 55.8562C164.5284 51.5124 162 45.408 162 39.043620000000004V-11.850765ZM150 300.1494h-46.6548V221.1096c0-13.4286-10.8768-24.3054-24.3054-24.3054H0l4.32e-6-46.6548H50.90466c6.36576 0 12.47094 2.529 16.97154 7.0302l75.0954 75.1056c4.5 4.5012 7.0284 10.605 7.0284 16.9698v50.8944Zm12 0h46.6548V221.1096c0-13.4286 10.8768-24.3054 24.3054-24.3054H312v-46.6548h-50.9046c-6.366 0-12.471 2.529-16.9716 7.0302L168.0284 232.2852c-4.5 4.5012-7.0284 10.605-7.0284 16.9698v50.8944Zm17.0214-179.022H132.978v46.0434h46.0434v-46.0434Z", fill: "url(#paint0_linear_642_4281)", stroke: "url(#paint1_linear_642_4281)" }),
4
4
  /* @__PURE__ */ jsxs("defs", { children: [
5
5
  /* @__PURE__ */ jsxs("linearGradient", { id: "paint0_linear_642_4281", x1: 55.5, y1: 63, x2: 172.004, y2: 170.996, gradientUnits: "userSpaceOnUse", children: [
@@ -68,7 +68,7 @@ function MainProductCard({ as: Root, product, ...rest }) {
68
68
  {
69
69
  strokeWidth: "0.5px",
70
70
  className: cn(
71
- "pointer-events-none absolute bottom-0 right-0 fill-blue-200 opacity-0 transition-opacity duration-500 group-focus-within:opacity-100 group-hover:opacity-100",
71
+ "pointer-events-none absolute bottom-0 right-0 h-full fill-blue-200 opacity-0 transition-opacity duration-500 group-focus-within:opacity-100 group-hover:opacity-100",
72
72
  isHive && "fill-blue-700"
73
73
  ),
74
74
  preserveAspectRatio: "xMidYMid meet"
@@ -1,5 +1,5 @@
1
1
  import { jsx, jsxs } from "react/jsx-runtime";
2
- const SvgMeshDecoration = (props) => /* @__PURE__ */ jsxs("svg", { width: 156, height: 174, viewBox: "0 0 156 172", fill: "none", ...props, children: [
2
+ const SvgMeshDecoration = (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 156 172", fill: "none", ...props, children: [
3
3
  /* @__PURE__ */ jsxs("mask", { id: "path-1-outside-1_642_4203", maskUnits: "userSpaceOnUse", x: 0, y: -75, width: 248, height: 248, fill: "black", children: [
4
4
  /* @__PURE__ */ jsx("rect", { fill: "white", y: -75, width: 248, height: 248 }),
5
5
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M213.474 -37.2159L246.99 -3.69922H247V101.699L213.483 135.216L210.216 138.483L176.699 172H71.3008L37.7841 138.483L34.5167 135.216L1 101.699V-3.69922L34.5071 -37.2159L37.7745 -40.4833L71.2912 -74H176.69L210.206 -40.4833L213.474 -37.2159ZM56.9474 135.206H191.043C201.631 135.206 210.206 126.631 210.206 116.043V-18.0526C210.206 -28.6403 201.631 -37.2159 191.043 -37.2159H56.9474C46.3597 -37.2159 37.7841 -28.6403 37.7841 -18.0526V116.043C37.7841 126.631 46.3597 135.206 56.9474 135.206ZM70.9266 83.0905V14.8977C70.9266 4.30997 79.5022 -4.26562 90.09 -4.26562H157.9C168.487 -4.26562 177.063 4.30997 177.063 14.8977V83.0905C177.063 93.6783 168.487 102.254 157.9 102.254H90.09C79.5022 102.254 70.9266 93.6783 70.9266 83.0905ZM140.279 65.4698V32.5184H107.711V65.4698H140.279Z" })
@@ -1,5 +1,5 @@
1
1
  import { jsx, jsxs } from "react/jsx-runtime";
2
- const SvgYogaDecoration = (props) => /* @__PURE__ */ jsxs("svg", { width: 211, height: 163, viewBox: "0 0 211 163", fill: "none", ...props, children: [
2
+ const SvgYogaDecoration = (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 -11 211 163", fill: "none", ...props, children: [
3
3
  /* @__PURE__ */ jsxs("mask", { id: "path-1-outside-1_642_4128", maskUnits: "userSpaceOnUse", x: 0, y: 0, width: 334, height: 340, fill: "black", children: [
4
4
  /* @__PURE__ */ jsx("rect", { fill: "white", width: 334, height: 340 }),
5
5
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M222.174 67.0744H169.727L201.223 35.5783L166.657 1L132.079 35.5783L163.575 67.0744H111.128C104.378 67.0744 97.8956 69.7617 93.1196 74.5377L1 166.657L35.5783 201.236L148.649 88.1653C158.595 78.2184 174.719 78.2184 184.666 88.1653L297.736 201.236L332.315 166.657L240.182 74.525C235.406 69.749 228.924 67.0617 222.174 67.0617V67.0744ZM166.656 269.854L132.083 304.427L166.656 339L201.229 304.427L166.656 269.854ZM111.141 201.239H166.657H166.683H222.199C228.949 201.239 235.432 203.927 240.208 208.703L266.788 235.283L232.21 269.861L184.679 222.33C174.732 212.383 158.608 212.383 148.661 222.33L101.131 269.861L66.5522 235.283L93.1323 208.703C97.9083 203.927 104.391 201.239 111.141 201.239Z" })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theguild/components",
3
- "version": "8.0.0-alpha-20241125183426-728915ae798e33f0a4a4e18ac54a9cb2e106a6bc",
3
+ "version": "8.0.0-alpha-20241125195205-a1a35a9c59dbcad80b6e87cea9fa6f3f8b00838f",
4
4
  "repository": {
5
5
  "url": "https://github.com/the-guild-org/docs",
6
6
  "directory": "packages/components"