@vibes.diy/base 2.0.0-dev-cli-j → 2.0.0-dev-cli-l

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.
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ interface ArrowLeftIconProps {
3
+ width?: number;
4
+ height?: number;
5
+ fill?: string;
6
+ }
7
+ export declare function ArrowLeftIcon({ width, height, fill }: ArrowLeftIconProps): React.JSX.Element;
8
+ export {};
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ export function ArrowLeftIcon({ width = 19, height = 20, fill = "#231f20" }) {
3
+ return (React.createElement("svg", { width: width, height: height, viewBox: "0 0 19 20", xmlns: "http://www.w3.org/2000/svg" },
4
+ React.createElement("g", null,
5
+ React.createElement("path", { fill: fill, d: "M1,20c-.55,0-1-.45-1-1V1C0,.45.45,0,1,0s1,.45,1,1v18c0,.55-.45,1-1,1Z" }),
6
+ React.createElement("path", { fill: fill, d: "M19,3v12.76c0,1.49-1.2,2.69-2.68,2.7-.54,0-1.06-.16-1.51-.46l-9.48-6.32c-.92-.62-1.16-1.86-.54-2.78.14-.22.33-.4.54-.54L15.89,1.36c.92-.61,2.16-.37,2.77.55.21.32.33.7.34,1.09Z" }))));
7
+ }
8
+ //# sourceMappingURL=ArrowLeftIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArrowLeftIcon.js","sourceRoot":"","sources":["../../../jsr/components/icons/ArrowLeftIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,MAAM,UAAU,aAAa,CAAC,EAAE,KAAK,GAAG,EAAE,EAAE,MAAM,GAAG,EAAE,EAAE,IAAI,GAAG,SAAS,EAAsB;IAC7F,OAAO,CACL,6BAAK,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAC,WAAW,EAAC,KAAK,EAAC,4BAA4B;QACvF;YACE,8BAAM,IAAI,EAAE,IAAI,EAAE,CAAC,EAAC,uEAAuE,GAAG;YAC9F,8BACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,iLAAiL,GACnL,CACA,CACA,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ interface ArrowRightIconProps {
3
+ width?: number;
4
+ height?: number;
5
+ fill?: string;
6
+ }
7
+ export declare function ArrowRightIcon({ width, height, fill }: ArrowRightIconProps): React.JSX.Element;
8
+ export {};
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ export function ArrowRightIcon({ width = 19, height = 20, fill = "#231f20" }) {
3
+ return (React.createElement("svg", { width: width, height: height, viewBox: "0 0 19 20", xmlns: "http://www.w3.org/2000/svg" },
4
+ React.createElement("g", null,
5
+ React.createElement("path", { fill: fill, d: "M18,20c.55,0,1-.45,1-1V1c0-.55-.45-1-1-1s-1,.45-1,1v18c0,.55.45,1,1,1Z" }),
6
+ React.createElement("path", { fill: fill, d: "M0,3v12.76c0,1.49,1.2,2.69,2.68,2.7.54,0,1.06-.16,1.51-.46l9.48-6.32c.92-.62,1.16-1.86.54-2.78-.14-.22-.33-.4-.54-.54L3.11,1.36C2.19.75.95.99.34,1.91c-.21.32-.33.7-.34,1.09Z" }))));
7
+ }
8
+ //# sourceMappingURL=ArrowRightIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArrowRightIcon.js","sourceRoot":"","sources":["../../../jsr/components/icons/ArrowRightIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,MAAM,UAAU,cAAc,CAAC,EAAE,KAAK,GAAG,EAAE,EAAE,MAAM,GAAG,EAAE,EAAE,IAAI,GAAG,SAAS,EAAuB;IAC/F,OAAO,CACL,6BAAK,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAC,WAAW,EAAC,KAAK,EAAC,4BAA4B;QACvF;YACE,8BAAM,IAAI,EAAE,IAAI,EAAE,CAAC,EAAC,wEAAwE,GAAG;YAC/F,8BACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,+KAA+K,GACjL,CACA,CACA,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ interface FaceIcon1Props {
3
+ width?: number;
4
+ height?: number;
5
+ fill?: string;
6
+ }
7
+ export declare function FaceIcon1({ width, height, fill }: FaceIcon1Props): React.JSX.Element;
8
+ export {};
@@ -0,0 +1,16 @@
1
+ import React from "react";
2
+ export function FaceIcon1({ width = 48.06, height = 44.18, fill = "#231f20" }) {
3
+ return (React.createElement("svg", { width: width, height: height, viewBox: "0 0 48.06 44.18", xmlns: "http://www.w3.org/2000/svg" },
4
+ React.createElement("g", null,
5
+ React.createElement("path", { fill: fill, d: "M10.15,19.97c-.6-1.78-2.32-3.07-4.25-3.2-1.15-.1-2.71-.2-3.75.06h-.02c-.45.14-.54.55-.54.96-.01.76,0,2.02,0,3.55,0,3.85,0,11.71,0,14.66-.08,1.24.85,1.2,2.05,1.24.74,0,1.54-.01,2.29-.1,2.03-.17,3.69-1.48,4.28-3.37.36-1.09.27-2.57.29-4.09,0-1.77,0-3.65,0-5.4-.04-1.56.14-2.88-.35-4.32ZM6.02,34.76h-.03c-1.61.43-2.16-.08-2.06-1.72v-4.67c0-2.25,0-4.43,0-6.62.02-.8-.07-1.89.17-2.25.65-.95,2.26-.33,3.03.21,1.11.8,1.01,2.22,1.02,3.45,0,2.1,0,5.79,0,7.8.05,1.79-.18,3.21-2.13,3.8Z" }),
6
+ React.createElement("path", { fill: fill, d: "M16.96,29.38c2.3.1,3.19-2.99,1.47-4.36-1.17-.95-2.9-.4-3.43.98v.02c-.61,1.44.33,3.3,1.96,3.37Z" }),
7
+ React.createElement("path", { fill: fill, d: "M33.97,25.02c-1.17-.95-2.9-.4-3.43.98v.02c-.61,1.44.33,3.3,1.96,3.37,2.3.1,3.19-2.99,1.47-4.36Z" }),
8
+ React.createElement("path", { fill: fill, d: "M23.67,36.2c0,.17.03.33.08.47.38.89,2.24.76,2.24-.33.05-3.7,0-14.62.02-18.33,0-.32,0-.67-.17-.91-.3-.43-1.04-.52-1.57-.33h-.02c-.75.33-.55.89-.59,1.92,0,.46,0,.91,0,1.39,0,3.8,0,8.96,0,12.84,0,1.41,0,2.57,0,3.29Z" }),
9
+ React.createElement("path", { fill: fill, d: "M45.59,17.78c-.42.6-.65,1.34-.9,2.03-.24.57-.68,2.37-1.16,2.19-.11-.05-.19-.18-.26-.3-.3-.52-.68-1.73-1.06-2.74-.29-.76-.7-1.54-1.38-1.98l-.02-.02c-.78-.49-1.55-.3-1.64.43-.04.33.08.76.2,1.12.8,2.5,2.13,5.77,2.81,8.36.33,2.77-.04,6.18.19,9.08.07.85.86,1.58,1.69,1.21.78-.35.85-1.36.85-2.15.06-2.58-.13-5.55.11-8.04.5-2.12,1.5-4.43,2.2-6.61.3-.96.73-1.81.85-2.77.02-1.41-1.75-1.01-2.47.17Z" }),
10
+ React.createElement("path", { fill: fill, d: "M34.11,38c-2.61,2.61-6,4.05-9.54,4.05-.05,0-.1,0-.14,0-3.53-.04-6.89-1.48-9.46-4.05-.42-.42-1.09-.42-1.51,0-.42.42-.42,1.09,0,1.51,2.97,2.97,6.86,4.63,10.95,4.67.06,0,.11,0,.17,0,4.12,0,8.04-1.66,11.05-4.67.42-.42.42-1.09,0-1.51-.42-.42-1.09-.42-1.51,0Z" }),
11
+ React.createElement("path", { fill: fill, d: "M24.06,8.15c.84-.03,1.56-.2,2.3-.58.64-.33,1.19-.91,1.56-1.52.43-.71.55-1.42.64-2.23.07-.66-.04-1.34-.15-1.99-.08-.33-.23-.61-.45-.85-.18-.27-.41-.49-.7-.64-.29-.18-.6-.28-.93-.3-.33-.07-.66-.06-1,.04-.6.2-1.19.57-1.49,1.15l-.25.6c-.12.44-.12.89,0,1.33,0,.06.02.12.03.19l-.09-.66c.05.4.07.81.02,1.21l.09-.66c-.03.23-.09.45-.18.67l.25-.6c-.06.14-.14.28-.24.4l.39-.51c-.08.1-.18.2-.28.28l.51-.39c-.12.09-.24.16-.38.22l.6-.25c-.2.08-.4.13-.61.16l.66-.09c-.1.01-.21.02-.32.03-.66.03-1.3.26-1.77.73-.24.23-.42.49-.52.8-.16.3-.23.62-.22.96.03.65.24,1.32.73,1.77s1.1.76,1.77.73h0Z" }),
12
+ React.createElement("g", null,
13
+ React.createElement("path", { fill: fill, d: "M4.09,10.79c-1.42-.39-1.98-2.32-1.4-3.7s1.92-2.26,3.27-2.87c2.98-1.35,6.35-1.78,9.57-1.21,5.9,1.04,10.99,5.26,16.95,5.85,2.36.23,4.75-.12,7.04-.75.65-.18,1.4-.36,1.95.03.77.55.51,1.88-.26,2.44s-1.77.57-2.71.56c-11.29-.12-22.57-.25-33.86-.37" }),
14
+ React.createElement("path", { fill: fill, d: "M4.76,8.38c.44.16.12-.04.25-.35.31-.74,1.21-1.17,1.88-1.49,2.18-1.06,4.69-1.41,7.1-1.22,4.66.36,8.82,3.22,13.11,4.8,2.32.85,4.79,1.37,7.27,1.31,1.33-.03,2.66-.21,3.96-.47.54-.11,1.39-.16,1.85-.44,1.06-.64.19.01.35-.11-.81-.33-1.18-.79-1.09-1.39.01-.16.09-.29.22-.4.04-.16.79-.08-.2,0-.18.01-.39.01-.55.01-.63,0-1.27-.01-1.9-.02-1.49-.02-2.99-.03-4.48-.05-2.82-.03-5.64-.06-8.46-.09-6.47-.07-12.95-.14-19.42-.21-3.22-.04-3.22,4.96,0,5,7.22.08,14.44.16,21.66.24,3.57.04,7.14.08,10.7.12,1.62.02,3.32.15,4.83-.55s2.65-2.25,2.6-3.99c-.05-1.6-1.04-3.01-2.59-3.5s-3.28.25-4.84.56c-3.11.61-6.03.13-8.96-.99-2.76-1.05-5.36-2.47-8.13-3.5C16.96.54,13.8.02,10.65.39,7.24.8,3.2,1.96,1.1,4.88S-.03,11.96,3.43,13.2c1.27.46,2.74-.51,3.08-1.75.38-1.39-.47-2.62-1.75-3.08h0Z" })))));
15
+ }
16
+ //# sourceMappingURL=FaceIcon1.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FaceIcon1.js","sourceRoot":"","sources":["../../../jsr/components/icons/FaceIcon1.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,MAAM,UAAU,SAAS,CAAC,EAAE,KAAK,GAAG,KAAK,EAAE,MAAM,GAAG,KAAK,EAAE,IAAI,GAAG,SAAS,EAAkB;IAC3F,OAAO,CACL,6BAAK,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAC,iBAAiB,EAAC,KAAK,EAAC,4BAA4B;QAC7F;YACE,8BACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,4dAA4d,GAC9d;YACF,8BAAM,IAAI,EAAE,IAAI,EAAE,CAAC,EAAC,gGAAgG,GAAG;YACvH,8BAAM,IAAI,EAAE,IAAI,EAAE,CAAC,EAAC,iGAAiG,GAAG;YACxH,8BACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,sNAAsN,GACxN;YACF,8BACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,sYAAsY,GACxY;YACF,8BACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,+PAA+P,GACjQ;YACF,8BACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,+jBAA+jB,GACjkB;YACF;gBACE,8BACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,kPAAkP,GACpP;gBACF,8BACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,svBAAsvB,GACxvB,CACA,CACF,CACA,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ interface FaceIcon2Props {
3
+ width?: number;
4
+ height?: number;
5
+ fill?: string;
6
+ }
7
+ export declare function FaceIcon2({ width, height, fill }: FaceIcon2Props): React.JSX.Element;
8
+ export {};
@@ -0,0 +1,14 @@
1
+ import React from "react";
2
+ export function FaceIcon2({ width = 46.47, height = 47.65, fill = "#231f20" }) {
3
+ return (React.createElement("svg", { width: width, height: height, viewBox: "0 0 46.47 47.65", xmlns: "http://www.w3.org/2000/svg" },
4
+ React.createElement("g", null,
5
+ React.createElement("g", null,
6
+ React.createElement("path", { fill: fill, d: "M8.56,23.44c-.6-1.78-2.32-3.07-4.25-3.2-1.15-.1-2.71-.2-3.75.06h-.02c-.45.14-.54.55-.54.96-.01.76,0,2.02,0,3.55C0,28.66,0,36.52,0,39.47c-.08,1.24.85,1.2,2.05,1.24.74,0,1.54-.01,2.29-.1,2.03-.17,3.69-1.48,4.28-3.37.36-1.09.27-2.57.29-4.09,0-1.77,0-3.65,0-5.4-.04-1.56.14-2.88-.35-4.32ZM4.44,38.23h-.03c-1.61.43-2.16-.08-2.06-1.72v-4.67c0-2.25,0-4.43,0-6.62.02-.8-.07-1.89.17-2.25.65-.95,2.26-.33,3.03.21,1.11.8,1.01,2.22,1.02,3.45,0,2.1,0,5.79,0,7.8.05,1.79-.18,3.21-2.13,3.8Z" }),
7
+ React.createElement("path", { fill: fill, d: "M15.38,32.85c2.3.1,3.19-2.99,1.47-4.36-1.17-.95-2.9-.4-3.43.98v.02c-.61,1.44.33,3.3,1.96,3.37Z" }),
8
+ React.createElement("path", { fill: fill, d: "M32.38,28.48c-1.17-.95-2.9-.4-3.43.98v.02c-.61,1.44.33,3.3,1.96,3.37,2.3.1,3.19-2.99,1.47-4.36Z" }),
9
+ React.createElement("path", { fill: fill, d: "M22.09,39.66c0,.17.03.33.08.47.38.89,2.24.76,2.24-.33.05-3.7,0-14.62.02-18.33,0-.32,0-.67-.17-.91-.3-.43-1.04-.52-1.57-.33h-.02c-.75.33-.55.89-.59,1.92,0,.46,0,.91,0,1.39,0,3.8,0,8.96,0,12.84,0,1.41,0,2.57,0,3.29Z" }),
10
+ React.createElement("path", { fill: fill, d: "M44,21.25c-.42.6-.65,1.34-.9,2.03-.24.57-.68,2.37-1.16,2.19-.11-.05-.19-.18-.26-.3-.3-.52-.68-1.73-1.06-2.74-.29-.76-.7-1.54-1.38-1.98l-.02-.02c-.78-.49-1.55-.3-1.64.43-.04.33.08.76.2,1.12.8,2.5,2.13,5.77,2.81,8.36.33,2.77-.04,6.18.19,9.08.07.85.86,1.58,1.69,1.21.78-.35.85-1.36.85-2.15.06-2.58-.13-5.55.11-8.04.5-2.12,1.5-4.43,2.2-6.61.3-.96.73-1.81.85-2.77.02-1.41-1.75-1.01-2.47.17Z" }),
11
+ React.createElement("path", { fill: fill, d: "M32.53,41.46c-2.61,2.61-6,4.05-9.54,4.05-.05,0-.1,0-.14,0-3.53-.04-6.89-1.48-9.46-4.05-.42-.42-1.09-.42-1.51,0-.42.42-.42,1.09,0,1.51,2.97,2.97,6.86,4.63,10.95,4.67.06,0,.11,0,.17,0,4.12,0,8.04-1.66,11.05-4.67.42-.42.42-1.09,0-1.51-.42-.42-1.09-.42-1.51,0Z" })),
12
+ React.createElement("path", { fill: fill, d: "M5.75,16.51c-.4.08-.59.01-.93-.19-.22-.13-.43-.28-.63-.43l-.14-.1c.06.04.06.04.01-.01-.11-.13.1.18-.06-.09-.11-.18-.17-.35-.13-.68.01-.1-.03.08.02-.08.1-.27-.06.06.03-.07.04-.06.03-.05-.02.02l.07-.06s-.3.12-.03.05c1.1-.29.88-2.01-.27-1.99-.12,0-.13,0-.05.01-.08-.01-.16-.03-.23-.06-.1-.03-.14-.05-.23-.09-.02-.01-.3-.21-.28-.21.08-.03.05.37.05.36,0,.12-.03.02,0,0,.1-.06.22-.15.31-.19s.24-.06.35-.1c0,0,0-.02.08,0,.77.2,1.72-.75,1.15-1.49-.26-.34-.4-.83-.08-1.19.28-.31.68-.19.93.08.77.83,2.26-.27,1.59-1.23-.25-.35-.32-.89.02-1.2.26-.23.71-.16.92.17.71,1.09,2.37.13,1.75-1.02-.15-.28-.1-.8.17-1,.22-.16.71-.1.85.24.18.42.49.74.98.74.41,0,.91-.31.98-.74.1-.68.29-1.62.94-1.98.15-.08.36-.05.52.05.03.02.18.16.18.15.02.03.05.15.03.07-.02-.1-.01.18-.01.2h2.03c.03-.51.06-.95.27-1.47.1-.25.27-.46.57-.51.06,0,.12,0,.18,0-.09-.01-.08,0,.03.02,0,0-.29-.13-.09-.02-.07-.09-.08-.09-.02.01-.04-.1-.05-.1,0,.02.01.04.06.31.03.12.06.47,0,.96-.02,1.43-.04.99,1.43,1.4,1.89.51.39-.75.87-1.84,1.71-2.2.27-.12.5-.08.75.06.11.06.23.17.28.24.04.07.07.12.06.18-.25,1.3,1.48,1.75,1.96.54.3-.76,1.28-1.63,2.09-1.25.63.3.85,1.2.5,1.71-.31.46-.09,1.12.36,1.39.51.3,1.06.08,1.39-.36.46-.63,1.27-1.46,2.11-1.39.29.03.58.23.77.48.23.31.21.52.09.83-.33.85.78,1.57,1.49,1.15.59-.35,1.19-.71,1.87-.89.25-.07.52-.1.78-.05.07.02.14.04.2.06-.06-.03-.06-.03,0,0,.12.05.11.06.14.09.18.16.17.17.27.35.05.1.12.27.15.48-.02-.17,0,.14,0,.15,0-.17-.03.08-.03.12.01-.14-.04.05,0,0,.04-.05.03-.04-.05.04.08-.06.06-.05-.04.01l1.23,1.59c.22-.2.47-.4.75-.52.08-.03.16-.06.25-.07.07-.01.28.04.13-.02.05.02.1.1.12.24,0,.02,0,.07,0,.07.04-.05.03-.16.1-.2l1.23,1.59c-.05.05.13-.02.02-.03.33,0-.19-.06.15-.01-.16-.02.15.05.16.05-.1-.04.16.1.16.1.06.04.17.16.24.31-.05-.11.03.15.01.05,0,.04,0,.06-.02.16-.13.48.16,1.17.71,1.25.24.03.57.2.46.53-.07.21-.29.26-.4.23l-.27,1.99c.33,0-.18-.03.13.01-.13-.02.05.08-.02,0,.05.06.15.16.2.29.06.15.06.13.05.35,0-.16-.03.11-.04.14.05-.14-.12.1-.02,0-.6.64-.18,1.72.72,1.73.19,0,.38-.04.56-.08.08-.02.15-.04.23-.05,0,0,.3-.05.15-.04.09,0,.19-.02.28,0,.15.02,0-.01,0-.01.31-.07.08.11.08.06-.01-.16-.05.09,0,0,.05-.1-.04.19,0,0-.02.09-.04.18-.07.27-.02.06-.13.29-.22.43-.06.09-.12.17-.27.29.13-.11-.07.05-.1.05.04,0,.34-.05.15-.06-1.3-.08-1.3,1.95,0,2.03,1.45.09,2.58-1.82,2.53-3.1-.04-.89-.66-1.67-1.53-1.9-.4-.11-.81-.09-1.22-.02-.15.02-.3.06-.45.09-.06.01-.11.02-.17.04-.14.03.23,0,.06-.01l.72,1.73c1.35-1.45.38-4.29-1.74-4.24-1.12.03-1.4,1.7-.27,1.99,1.27.33,2.65-.48,2.92-1.78s-.58-2.71-1.9-2.89l.71,1.25c.6-2.27-2.32-4.27-4.11-2.6-.85.79.24,2.16,1.23,1.59,1.19-.69,1.11-2.37.21-3.27-1.22-1.22-2.95-.35-4.02.59-.88.78.25,2.15,1.23,1.59,1.55-.88,1.32-3.01.26-4.18-1.54-1.71-3.98-.64-5.6.33l1.49,1.15c.63-1.61-.64-3.41-2.22-3.79-1.84-.45-3.45.94-4.45,2.31l1.75,1.02c1.04-1.56.19-3.86-1.47-4.59-2.06-.9-4.1.7-4.83,2.57l1.96.54c.33-1.71-1.13-3.17-2.84-3.11-1.82.07-2.91,1.83-3.66,3.26l1.89.51c.03-.72.12-1.48-.11-2.18-.3-.91-1.06-1.47-2.03-1.43-2.16.09-2.74,2.22-2.86,4.01-.04.55.49,1.01,1.01,1.01.6,0,.95-.47,1.01-1.01.17-1.58-1.48-2.73-2.93-2.51-1.64.25-2.49,2-2.71,3.48h1.96c-.59-1.42-2.26-2.34-3.72-1.51-1.33.75-1.7,2.53-1,3.84l1.75-1.02c-.83-1.28-2.61-1.75-3.87-.79-1.15.88-1.41,2.68-.59,3.86l1.59-1.23c-.96-1.03-2.66-1.14-3.71-.17s-1.17,2.66-.33,3.74l1.15-1.49c-1.2-.31-2.92.45-3.24,1.72-.37,1.5,1.41,2.56,2.7,2.55l-.27-1.99c-1.58.42-1.87,2.32-1.25,3.62.33.7,1.01,1.16,1.65,1.55.79.48,1.59.57,2.49.4.54-.1.85-.75.71-1.25-.15-.56-.71-.81-1.25-.71h0Z" }))));
13
+ }
14
+ //# sourceMappingURL=FaceIcon2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FaceIcon2.js","sourceRoot":"","sources":["../../../jsr/components/icons/FaceIcon2.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,MAAM,UAAU,SAAS,CAAC,EAAE,KAAK,GAAG,KAAK,EAAE,MAAM,GAAG,KAAK,EAAE,IAAI,GAAG,SAAS,EAAkB;IAC3F,OAAO,CACL,6BAAK,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAC,iBAAiB,EAAC,KAAK,EAAC,4BAA4B;QAC7F;YACE;gBACE,8BACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,6dAA6d,GAC/d;gBACF,8BAAM,IAAI,EAAE,IAAI,EAAE,CAAC,EAAC,gGAAgG,GAAG;gBACvH,8BAAM,IAAI,EAAE,IAAI,EAAE,CAAC,EAAC,iGAAiG,GAAG;gBACxH,8BACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,uNAAuN,GACzN;gBACF,8BACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,mYAAmY,GACrY;gBACF,8BACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,kQAAkQ,GACpQ,CACA;YACJ,8BACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,o3GAAo3G,GACt3G,CACA,CACA,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ interface FaceIcon3Props {
3
+ width?: number;
4
+ height?: number;
5
+ fill?: string;
6
+ }
7
+ export declare function FaceIcon3({ width, height, fill }: FaceIcon3Props): React.JSX.Element;
8
+ export {};
@@ -0,0 +1,14 @@
1
+ import React from "react";
2
+ export function FaceIcon3({ width = 46.51, height = 41.2, fill = "#231f20" }) {
3
+ return (React.createElement("svg", { width: width, height: height, viewBox: "0 0 46.51 41.2", xmlns: "http://www.w3.org/2000/svg" },
4
+ React.createElement("g", null,
5
+ React.createElement("g", null,
6
+ React.createElement("path", { fill: fill, d: "M.35,30.97c.6,1.78,2.32,3.07,4.25,3.2,1.15.1,2.71.2,3.75-.06h.02c.45-.14.54-.55.54-.96.01-.76,0-2.02,0-3.55,0-3.85,0-11.71,0-14.66.08-1.24-.85-1.2-2.05-1.24-.74,0-1.54.01-2.29.1-2.03.17-3.69,1.48-4.28,3.37C-.07,18.25.02,19.74,0,21.25c0,1.77,0,3.65,0,5.4.04,1.56-.14,2.88.35,4.32Z" }),
7
+ React.createElement("path", { fill: fill, d: "M46.16,16.93c-.6-1.78-2.32-3.07-4.25-3.2-1.15-.1-2.71-.2-3.75.06h-.02c-.45.14-.54.55-.54.96-.01.76,0,2.02,0,3.55,0,3.85,0,11.71,0,14.66-.08,1.24.85,1.2,2.05,1.24.74,0,1.54-.01,2.29-.1,2.03-.17,3.69-1.48,4.28-3.37.36-1.09.27-2.57.29-4.09,0-1.77,0-3.65,0-5.4-.04-1.56.14-2.88-.35-4.32Z" }),
8
+ React.createElement("path", { fill: fill, d: "M15.38,26.4c2.3.1,3.19-2.99,1.47-4.36-1.17-.95-2.9-.4-3.43.98v.02c-.61,1.44.33,3.3,1.96,3.37Z" }),
9
+ React.createElement("path", { fill: fill, d: "M32.38,22.04c-1.17-.95-2.9-.4-3.43.98v.02c-.61,1.44.33,3.3,1.96,3.37,2.3.1,3.19-2.99,1.47-4.36Z" }),
10
+ React.createElement("path", { fill: fill, d: "M22.09,33.22c0,.17.03.33.08.47.38.89,2.24.76,2.24-.33.05-3.7,0-14.62.02-18.33,0-.32,0-.67-.17-.91-.3-.43-1.04-.52-1.57-.33h-.02c-.75.33-.55.89-.59,1.92,0,.46,0,.91,0,1.39,0,3.8,0,8.96,0,12.84,0,1.41,0,2.57,0,3.29Z" }),
11
+ React.createElement("path", { fill: fill, d: "M32.53,35.02c-2.61,2.61-6,4.05-9.54,4.05-.05,0-.1,0-.14,0-3.53-.04-6.89-1.48-9.46-4.05-.42-.42-1.09-.42-1.51,0-.42.42-.42,1.09,0,1.51,2.97,2.97,6.86,4.63,10.95,4.67.06,0,.11,0,.17,0,4.12,0,8.04-1.66,11.05-4.67.42-.42.42-1.09,0-1.51-.42-.42-1.09-.42-1.51,0Z" })),
12
+ React.createElement("path", { fill: "none", stroke: fill, strokeMiterlimit: "10", strokeWidth: "3", d: "M4.57,22.45S.04,1.5,23.25,1.5s18.69,20.95,18.69,20.95" }))));
13
+ }
14
+ //# sourceMappingURL=FaceIcon3.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FaceIcon3.js","sourceRoot":"","sources":["../../../jsr/components/icons/FaceIcon3.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,MAAM,UAAU,SAAS,CAAC,EAAE,KAAK,GAAG,KAAK,EAAE,MAAM,GAAG,IAAI,EAAE,IAAI,GAAG,SAAS,EAAkB;IAC1F,OAAO,CACL,6BAAK,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAC,gBAAgB,EAAC,KAAK,EAAC,4BAA4B;QAC5F;YACE;gBACE,8BACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,yRAAyR,GAC3R;gBACF,8BACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,6RAA6R,GAC/R;gBACF,8BAAM,IAAI,EAAE,IAAI,EAAE,CAAC,EAAC,+FAA+F,GAAG;gBACtH,8BAAM,IAAI,EAAE,IAAI,EAAE,CAAC,EAAC,iGAAiG,GAAG;gBACxH,8BACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,uNAAuN,GACzN;gBACF,8BACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,kQAAkQ,GACpQ,CACA;YACJ,8BACE,IAAI,EAAC,MAAM,EACX,MAAM,EAAE,IAAI,EACZ,gBAAgB,EAAC,IAAI,EACrB,WAAW,EAAC,GAAG,EACf,CAAC,EAAC,uDAAuD,GACzD,CACA,CACA,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ interface FaceIcon4Props {
3
+ width?: number;
4
+ height?: number;
5
+ fill?: string;
6
+ }
7
+ export declare function FaceIcon4({ width, height, fill }: FaceIcon4Props): React.JSX.Element;
8
+ export {};
@@ -0,0 +1,13 @@
1
+ import React from "react";
2
+ export function FaceIcon4({ width = 46.47, height = 52.08, fill = "#231f20" }) {
3
+ return (React.createElement("svg", { width: width, height: height, viewBox: "0 0 46.47 52.08", xmlns: "http://www.w3.org/2000/svg" },
4
+ React.createElement("g", null,
5
+ React.createElement("path", { fill: fill, d: "M8.56,27.87c-.6-1.78-2.32-3.07-4.25-3.2-1.15-.1-2.71-.2-3.75.06h-.02c-.45.14-.54.55-.54.96-.01.76,0,2.02,0,3.55C0,33.1,0,40.96,0,43.91c-.08,1.24.85,1.2,2.05,1.24.74,0,1.54-.01,2.29-.1,2.03-.17,3.69-1.48,4.28-3.37.36-1.09.27-2.57.29-4.09,0-1.77,0-3.65,0-5.4-.04-1.56.14-2.88-.35-4.32ZM4.44,42.66h-.03c-1.61.43-2.16-.08-2.06-1.72v-4.67c0-2.25,0-4.43,0-6.62.02-.8-.07-1.89.17-2.25.65-.95,2.26-.33,3.03.21,1.11.8,1.01,2.22,1.02,3.45,0,2.1,0,5.79,0,7.8.05,1.79-.18,3.21-2.13,3.8Z" }),
6
+ React.createElement("path", { fill: fill, d: "M15.38,37.28c2.3.1,3.19-2.99,1.47-4.36-1.17-.95-2.9-.4-3.43.98v.02c-.61,1.44.33,3.3,1.96,3.37Z" }),
7
+ React.createElement("path", { fill: fill, d: "M32.38,32.92c-1.17-.95-2.9-.4-3.43.98v.02c-.61,1.44.33,3.3,1.96,3.37,2.3.1,3.19-2.99,1.47-4.36Z" }),
8
+ React.createElement("path", { fill: fill, d: "M22.09,44.1c0,.17.03.33.08.47.38.89,2.24.76,2.24-.33.05-3.7,0-14.62.02-18.33,0-.32,0-.67-.17-.91-.3-.43-1.04-.52-1.57-.33h-.02c-.75.33-.55.89-.59,1.92,0,.46,0,.91,0,1.39,0,3.8,0,8.96,0,12.84,0,1.41,0,2.57,0,3.29Z" }),
9
+ React.createElement("path", { fill: fill, d: "M44,25.68c-.42.6-.65,1.34-.9,2.03-.24.57-.68,2.37-1.16,2.19-.11-.05-.19-.18-.26-.3-.3-.52-.68-1.73-1.06-2.74-.29-.76-.7-1.54-1.38-1.98l-.02-.02c-.78-.49-1.55-.3-1.64.43-.04.33.08.76.2,1.12.8,2.5,2.13,5.77,2.81,8.36.33,2.77-.04,6.18.19,9.08.07.85.86,1.58,1.69,1.21.78-.35.85-1.36.85-2.15.06-2.58-.13-5.55.11-8.04.5-2.12,1.5-4.43,2.2-6.61.3-.96.73-1.81.85-2.77.02-1.41-1.75-1.01-2.47.17Z" }),
10
+ React.createElement("path", { fill: fill, d: "M32.53,45.9c-2.61,2.61-6,4.05-9.54,4.05-.05,0-.1,0-.14,0-3.53-.04-6.89-1.48-9.46-4.05-.42-.42-1.09-.42-1.51,0-.42.42-.42,1.09,0,1.51,2.97,2.97,6.86,4.63,10.95,4.67.06,0,.11,0,.17,0,4.12,0,8.04-1.66,11.05-4.67.42-.42.42-1.09,0-1.51-.42-.42-1.09-.42-1.51,0Z" }),
11
+ React.createElement("path", { fill: fill, d: "M19.55,24.35c1.37-2.57,2.75-5.15,4.12-7.72,2.19-4.1,4.38-8.21,6.57-12.31.5-.94,1-1.88,1.51-2.82.61-1.14-1.05-2.11-1.74-1.01-1.67,2.66-3.34,5.32-5.01,7.98-2.64,4.2-5.28,8.41-7.92,12.61-.61.97-1.22,1.94-1.83,2.91l1.84.77c.94-2.43,1.87-4.87,2.81-7.3,1.49-3.88,2.99-7.76,4.48-11.64.34-.89.68-1.78,1.03-2.67.19-.51-.22-1.1-.7-1.24-.58-.16-1.03.2-1.24.7-1.01,2.39-2.01,4.78-3.02,7.16-1.6,3.79-3.19,7.58-4.79,11.37-.37.87-.74,1.75-1.1,2.62l1.97.27c.37-4.97.74-9.93,1.11-14.9.05-.7.1-1.4.16-2.1h-2.01c-.24,4.35-.45,8.71-.59,13.07-.05,1.46-.08,2.93-.08,4.39l1.87-.51c-.24-.35-.44-.72-.62-1.1s-.3-.69-.46-1.16c-.36-1.01-.63-2.06-.88-3.1s-.43-2.02-.6-3.04c-.08-.45-.15-.9-.22-1.35-.03-.18-.05-.35-.08-.53-.01-.09-.03-.19-.04-.28-.03-.18.02.17,0-.07-.05-.38-.1-.77-.14-1.15l-1.97.27c.68,3.14,1.41,6.28,2.27,9.38.27.98.55,1.95.9,2.9l1.84-.77c-.32-.64-.84-1.21-1.29-1.76-.66-.82-1.36-1.63-2.05-2.42-.92-1.06-1.86-2.11-2.8-3.15-.37-.4-1.05-.37-1.42,0-.41.41-.36,1.01,0,1.42.73.84,1.45,1.69,2.16,2.55,1.1,1.32,2.14,2.54,3.07,3.92l1.14-1.48c-1.73-.49-3.5-.88-5.25-1.3-1.09-.26-1.79,1.26-.77,1.84.78.44,1.61.81,2.44,1.15,1.32.53,2.75.95,4.18.71.54-.09.84-.75.7-1.24-.16-.57-.7-.79-1.24-.7.19-.03-.2.01-.24.01-.15,0-.29,0-.44-.02-.17-.02-.51-.08-.79-.15-.6-.15-1.19-.36-1.76-.59-.54-.22-1.26-.57-1.85-.9l-.77,1.84c1.75.42,3.51.81,5.25,1.3.81.23,1.64-.73,1.14-1.48-1.64-2.43-3.63-4.66-5.54-6.88l-1.42,1.42c.92,1.01,1.83,2.03,2.73,3.07.68.78,1.35,1.56,2,2.36.13.16.26.33.39.49.17.21,0,0,.09.12.06.08.12.16.17.23.15.21.31.42.43.66.51,1,2.23.3,1.84-.77-.67-1.83-1.15-3.74-1.62-5.63s-.89-3.67-1.3-5.51c-.09-.38-.17-.76-.25-1.14-.24-1.09-2.09-.87-1.97.27.34,3.29.89,6.65,1.94,9.79.35,1.04.76,2.09,1.37,3,.54.8,1.87.54,1.87-.51,0-5.31.31-10.63.59-15.94.03-.51.05-1.01.08-1.52.03-.54-.48-1.01-1.01-1.01-.58,0-.96.46-1.01,1.01-.37,4.97-.74,9.93-1.11,14.9-.05.7-.1,1.4-.16,2.1-.04.49.41.93.87.99.54.06.9-.24,1.1-.72,1.01-2.39,2.01-4.78,3.02-7.16,1.6-3.79,3.19-7.58,4.79-11.37.37-.87.74-1.75,1.1-2.62l-1.94-.53c-.94,2.43-1.87,4.87-2.81,7.3l-4.48,11.64c-.34.89-.68,1.78-1.03,2.67-.42,1.1,1.25,1.7,1.84.77,1.67-2.66,3.34-5.32,5.01-7.98,2.64-4.2,5.28-8.41,7.92-12.61.61-.97,1.22-1.94,1.83-2.91l-1.74-1.01c-1.37,2.57-2.75,5.15-4.12,7.72-2.19,4.1-4.38,8.21-6.57,12.31-.5.94-1,1.88-1.51,2.82-.61,1.14,1.13,2.16,1.74,1.01h0Z" }))));
12
+ }
13
+ //# sourceMappingURL=FaceIcon4.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FaceIcon4.js","sourceRoot":"","sources":["../../../jsr/components/icons/FaceIcon4.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,MAAM,UAAU,SAAS,CAAC,EAAE,KAAK,GAAG,KAAK,EAAE,MAAM,GAAG,KAAK,EAAE,IAAI,GAAG,SAAS,EAAkB;IAC3F,OAAO,CACL,6BAAK,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAC,iBAAiB,EAAC,KAAK,EAAC,4BAA4B;QAC7F;YACE,8BACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,4dAA4d,GAC9d;YACF,8BAAM,IAAI,EAAE,IAAI,EAAE,CAAC,EAAC,gGAAgG,GAAG;YACvH,8BAAM,IAAI,EAAE,IAAI,EAAE,CAAC,EAAC,iGAAiG,GAAG;YACxH,8BACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,sNAAsN,GACxN;YACF,8BACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,mYAAmY,GACrY;YACF,8BACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,iQAAiQ,GACnQ;YACF,8BACE,IAAI,EAAE,IAAI,EACV,CAAC,EAAC,ivEAAivE,GACnvE,CACA,CACA,CACP,CAAC;AACJ,CAAC"}
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ interface TexturedPatternProps {
3
+ width?: number;
4
+ height?: number;
5
+ borderRadius?: number;
6
+ }
7
+ export declare function TexturedPattern({ width, height, borderRadius }: TexturedPatternProps): React.JSX.Element;
8
+ export {};
@@ -0,0 +1,43 @@
1
+ import React, { useId } from "react";
2
+ export function TexturedPattern({ width = 75.78, height = 75.78, borderRadius = 20.08 }) {
3
+ const patternId = useId();
4
+ return (React.createElement("svg", { width: width, height: height, viewBox: "0 0 75.78 75.78", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
5
+ React.createElement("defs", null,
6
+ React.createElement("pattern", { id: patternId, x: "0", y: "0", width: "9", height: "9", patternTransform: "translate(-2290.31 -2006.95) scale(.8)", patternUnits: "userSpaceOnUse", viewBox: "0 0 9 9" },
7
+ React.createElement("rect", { fill: "none", width: "9", height: "9" }),
8
+ React.createElement("rect", { fill: "#fff", x: "0", y: "0", width: "9", height: "9" }),
9
+ React.createElement("rect", { fill: "#231f20", x: "0", y: "0", width: "1.12", height: "1.12" }),
10
+ React.createElement("rect", { fill: "#231f20", x: "1.13", y: "1.13", width: "1.12", height: "1.12" }),
11
+ React.createElement("rect", { fill: "#231f20", x: "2.25", y: "0", width: "1.12", height: "1.12" }),
12
+ React.createElement("rect", { fill: "#231f20", x: "3.38", y: "1.13", width: "1.12", height: "1.12" }),
13
+ React.createElement("rect", { fill: "#231f20", x: "4.5", y: "0", width: "1.12", height: "1.12" }),
14
+ React.createElement("rect", { fill: "#231f20", x: "5.63", y: "1.13", width: "1.12", height: "1.12" }),
15
+ React.createElement("rect", { fill: "#231f20", x: "6.75", y: "0", width: "1.12", height: "1.12" }),
16
+ React.createElement("rect", { fill: "#231f20", x: "7.88", y: "1.13", width: "1.12", height: "1.12" }),
17
+ React.createElement("rect", { fill: "#231f20", x: "0", y: "2.25", width: "1.12", height: "1.12" }),
18
+ React.createElement("rect", { fill: "#231f20", x: "1.13", y: "3.38", width: "1.12", height: "1.12" }),
19
+ React.createElement("rect", { fill: "#231f20", x: "2.25", y: "2.25", width: "1.12", height: "1.12" }),
20
+ React.createElement("rect", { fill: "#231f20", x: "3.38", y: "3.38", width: "1.12", height: "1.12" }),
21
+ React.createElement("rect", { fill: "#231f20", x: "4.5", y: "2.25", width: "1.12", height: "1.12" }),
22
+ React.createElement("rect", { fill: "#231f20", x: "5.63", y: "3.38", width: "1.12", height: "1.12" }),
23
+ React.createElement("rect", { fill: "#231f20", x: "6.75", y: "2.25", width: "1.12", height: "1.12" }),
24
+ React.createElement("rect", { fill: "#231f20", x: "7.88", y: "3.38", width: "1.12", height: "1.12" }),
25
+ React.createElement("rect", { fill: "#231f20", x: "0", y: "4.5", width: "1.12", height: "1.12" }),
26
+ React.createElement("rect", { fill: "#231f20", x: "1.13", y: "5.63", width: "1.12", height: "1.12" }),
27
+ React.createElement("rect", { fill: "#231f20", x: "2.25", y: "4.5", width: "1.12", height: "1.12" }),
28
+ React.createElement("rect", { fill: "#231f20", x: "3.38", y: "5.63", width: "1.12", height: "1.12" }),
29
+ React.createElement("rect", { fill: "#231f20", x: "4.5", y: "4.5", width: "1.12", height: "1.12" }),
30
+ React.createElement("rect", { fill: "#231f20", x: "5.63", y: "5.63", width: "1.12", height: "1.12" }),
31
+ React.createElement("rect", { fill: "#231f20", x: "6.75", y: "4.5", width: "1.12", height: "1.12" }),
32
+ React.createElement("rect", { fill: "#231f20", x: "7.88", y: "5.63", width: "1.12", height: "1.12" }),
33
+ React.createElement("rect", { fill: "#231f20", x: "0", y: "6.75", width: "1.12", height: "1.12" }),
34
+ React.createElement("rect", { fill: "#231f20", x: "1.13", y: "7.88", width: "1.12", height: "1.12" }),
35
+ React.createElement("rect", { fill: "#231f20", x: "2.25", y: "6.75", width: "1.12", height: "1.12" }),
36
+ React.createElement("rect", { fill: "#231f20", x: "3.38", y: "7.88", width: "1.12", height: "1.12" }),
37
+ React.createElement("rect", { fill: "#231f20", x: "4.5", y: "6.75", width: "1.12", height: "1.12" }),
38
+ React.createElement("rect", { fill: "#231f20", x: "5.63", y: "7.88", width: "1.12", height: "1.12" }),
39
+ React.createElement("rect", { fill: "#231f20", x: "6.75", y: "6.75", width: "1.12", height: "1.12" }),
40
+ React.createElement("rect", { fill: "#231f20", x: "7.88", y: "7.88", width: "1.12", height: "1.12" }))),
41
+ React.createElement("rect", { fill: `url(#${patternId})`, width: "75.78", height: "75.78", rx: borderRadius, ry: borderRadius })));
42
+ }
43
+ //# sourceMappingURL=TexturedPattern.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TexturedPattern.js","sourceRoot":"","sources":["../../../jsr/components/icons/TexturedPattern.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AAQrC,MAAM,UAAU,eAAe,CAAC,EAAE,KAAK,GAAG,KAAK,EAAE,MAAM,GAAG,KAAK,EAAE,YAAY,GAAG,KAAK,EAAwB;IAC3G,MAAM,SAAS,GAAG,KAAK,EAAE,CAAC;IAC1B,OAAO,CACL,6BACE,KAAK,EAAE,KAAK,EACZ,MAAM,EAAE,MAAM,EACd,OAAO,EAAC,iBAAiB,EACzB,KAAK,EAAC,4BAA4B,EAClC,UAAU,EAAC,8BAA8B;QAEzC;YACE,iCACE,EAAE,EAAE,SAAS,EACb,CAAC,EAAC,GAAG,EACL,CAAC,EAAC,GAAG,EACL,KAAK,EAAC,GAAG,EACT,MAAM,EAAC,GAAG,EACV,gBAAgB,EAAC,wCAAwC,EACzD,YAAY,EAAC,gBAAgB,EAC7B,OAAO,EAAC,SAAS;gBAEjB,8BAAM,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,GAAG,EAAC,MAAM,EAAC,GAAG,GAAG;gBACzC,8BAAM,IAAI,EAAC,MAAM,EAAC,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,EAAC,KAAK,EAAC,GAAG,EAAC,MAAM,EAAC,GAAG,GAAG;gBACrD,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBAC9D,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,MAAM,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACpE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,MAAM,EAAC,CAAC,EAAC,GAAG,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACjE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,MAAM,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACpE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,KAAK,EAAC,CAAC,EAAC,GAAG,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBAChE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,MAAM,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACpE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,MAAM,EAAC,CAAC,EAAC,GAAG,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACjE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,MAAM,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACpE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACjE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,MAAM,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACpE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,MAAM,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACpE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,MAAM,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACpE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,KAAK,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACnE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,MAAM,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACpE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,MAAM,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACpE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,MAAM,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACpE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBAChE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,MAAM,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACpE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,MAAM,EAAC,CAAC,EAAC,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACnE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,MAAM,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACpE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,KAAK,EAAC,CAAC,EAAC,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBAClE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,MAAM,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACpE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,MAAM,EAAC,CAAC,EAAC,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACnE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,MAAM,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACpE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACjE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,MAAM,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACpE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,MAAM,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACpE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,MAAM,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACpE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,KAAK,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACnE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,MAAM,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACpE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,MAAM,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG;gBACpE,8BAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,MAAM,EAAC,CAAC,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,GAAG,CAC5D,CACL;QACP,8BAAM,IAAI,EAAE,QAAQ,SAAS,GAAG,EAAE,KAAK,EAAC,OAAO,EAAC,MAAM,EAAC,OAAO,EAAC,EAAE,EAAE,YAAY,EAAE,EAAE,EAAE,YAAY,GAAI,CACjG,CACP,CAAC;AACJ,CAAC"}
@@ -3,3 +3,10 @@ export { RemixIcon } from "./RemixIcon.js";
3
3
  export { InviteIcon } from "./InviteIcon.js";
4
4
  export { SettingsIcon } from "./SettingsIcon.js";
5
5
  export { BackIcon } from "./BackIcon.js";
6
+ export { FaceIcon1 } from "./FaceIcon1.js";
7
+ export { FaceIcon2 } from "./FaceIcon2.js";
8
+ export { FaceIcon3 } from "./FaceIcon3.js";
9
+ export { FaceIcon4 } from "./FaceIcon4.js";
10
+ export { ArrowLeftIcon } from "./ArrowLeftIcon.js";
11
+ export { ArrowRightIcon } from "./ArrowRightIcon.js";
12
+ export { TexturedPattern } from "./TexturedPattern.js";
@@ -3,4 +3,11 @@ export { RemixIcon } from "./RemixIcon.js";
3
3
  export { InviteIcon } from "./InviteIcon.js";
4
4
  export { SettingsIcon } from "./SettingsIcon.js";
5
5
  export { BackIcon } from "./BackIcon.js";
6
+ export { FaceIcon1 } from "./FaceIcon1.js";
7
+ export { FaceIcon2 } from "./FaceIcon2.js";
8
+ export { FaceIcon3 } from "./FaceIcon3.js";
9
+ export { FaceIcon4 } from "./FaceIcon4.js";
10
+ export { ArrowLeftIcon } from "./ArrowLeftIcon.js";
11
+ export { ArrowRightIcon } from "./ArrowRightIcon.js";
12
+ export { TexturedPattern } from "./TexturedPattern.js";
6
13
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../jsr/components/icons/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../jsr/components/icons/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibes.diy/base",
3
- "version": "2.0.0-dev-cli-j",
3
+ "version": "2.0.0-dev-cli-l",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "scripts": {
@@ -9,7 +9,7 @@
9
9
  "dependencies": {
10
10
  "@adviser/cement": "~0.5.34",
11
11
  "@emotion/css": "~11.13.5",
12
- "react": "~19.2.4"
12
+ "react": "~19.2.5"
13
13
  },
14
14
  "repository": {
15
15
  "type": "git",
package/theme/patterns.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { css } from "@emotion/css";
2
- import { colors, semantic } from "./tokens.js";
2
+ import { semantic } from "./tokens.js";
3
3
  export const stripesOverlay = css `
4
4
  position: relative;
5
5
  overflow: hidden;
@@ -31,11 +31,11 @@ export const stripesOverlay = css `
31
31
  }
32
32
  `;
33
33
  export const gridBackground = css `
34
- background-color: ${colors.grayLightest};
34
+ background-color: #cccdc8;
35
35
  background-image:
36
36
  linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px),
37
37
  linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
38
- background-size: 40px 40px;
38
+ background-size: 32px 32px;
39
39
  background-attachment: scroll;
40
40
  @media (min-width: 768px) {
41
41
  background-attachment: fixed;
@@ -1 +1 @@
1
- {"version":3,"file":"patterns.js","sourceRoot":"","sources":["../../jsr/theme/patterns.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,GAAG,EAAE,MAAM,cAAc,CAAC;AACnC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAG/C,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BhC,CAAC;AAGF,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAAA;sBACX,MAAM,CAAC,YAAY;;;;;;;;;;wBAUjB,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,SAAS;;;;;CAKjD,CAAC"}
1
+ {"version":3,"file":"patterns.js","sourceRoot":"","sources":["../../jsr/theme/patterns.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,GAAG,EAAE,MAAM,cAAc,CAAC;AACnC,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BhC,CAAC;AAGF,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAAA;;;;;;;;;;;wBAWT,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,SAAS;;;;;CAKjD,CAAC"}