@botonic/react 0.49.0-alpha.4 → 0.49.0

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.
@@ -2,10 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AiRouterSvg = void 0;
4
4
  const jsx_runtime_1 = require("react/jsx-runtime");
5
+ const react_1 = require("react");
5
6
  const AiRouterSvg = () => {
7
+ const gradientId = (0, react_1.useId)().replaceAll(':', '');
8
+ const shineGradientId = (0, react_1.useId)().replaceAll(':', '');
6
9
  return (
7
10
  // biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon
8
- (0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '18', viewBox: '0 0 18 18', fill: 'none', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M3.93749 3.63077C4.42648 3.63077 4.85794 3.22807 4.85794 2.71032C4.85794 2.22132 4.42648 1.78986 3.93749 1.78986C3.41974 1.78986 3.01703 2.22132 3.01703 2.71032C3.01703 3.22807 3.41974 3.63077 3.93749 3.63077ZM6.23863 2.71032C6.23863 3.74582 5.54828 4.63752 4.62783 4.92516V7.77282C5.20312 7.34136 5.92222 7.08248 6.69885 7.08248H9.46022C10.582 7.08248 11.5313 6.16202 11.5313 5.01145V4.92516C10.582 4.63752 9.92044 3.74582 9.92044 2.71032C9.92044 1.44469 10.9272 0.40918 12.2216 0.40918C13.4872 0.40918 14.5227 1.44469 14.5227 2.71032C14.5227 3.74582 13.8323 4.63752 12.9119 4.92516V5.01145C12.9119 6.93865 11.3586 8.4632 9.46022 8.4632H6.69885C5.54828 8.4632 4.62783 9.41237 4.62783 10.5342V10.6492C5.54828 10.9369 6.23863 11.8285 6.23863 12.8353C6.23863 14.1297 5.20312 15.1365 3.93749 15.1365C2.6431 15.1365 1.63635 14.1297 1.63635 12.8353C1.63635 11.8285 2.29793 10.9369 3.24715 10.6492V10.5342V4.92516C2.29793 4.63752 1.63635 3.74582 1.63635 2.71032C1.63635 1.44469 2.6431 0.40918 3.93749 0.40918C5.20312 0.40918 6.23863 1.44469 6.23863 2.71032ZM13.142 2.71032C13.142 2.22132 12.7106 1.78986 12.2216 1.78986C11.7038 1.78986 11.3011 2.22132 11.3011 2.71032C11.3011 3.22807 11.7038 3.63077 12.2216 3.63077C12.7106 3.63077 13.142 3.22807 13.142 2.71032ZM3.93749 13.7558C4.42648 13.7558 4.85794 13.3531 4.85794 12.8353C4.85794 12.3463 4.42648 11.9149 3.93749 11.9149C3.41974 11.9149 3.01703 12.3463 3.01703 12.8353C3.01703 13.3531 3.41974 13.7558 3.93749 13.7558Z', fill: 'url(#ai-router-gradient-0)' }), (0, jsx_runtime_1.jsx)("path", { d: 'M12.5839 10.0164C12.5285 9.89486 12.4069 9.81812 12.2748 9.81812C12.1427 9.81812 12.0211 9.89486 11.9657 10.0164L10.8337 12.4672L8.38215 13.5989C8.25851 13.6565 8.18176 13.778 8.18176 13.9101C8.18176 14.0422 8.25851 14.1637 8.38002 14.2191L10.8316 15.3508L11.9636 17.8017C12.019 17.9232 12.1405 17.9999 12.2727 17.9999C12.4048 17.9999 12.5264 17.9232 12.5818 17.8017L13.7137 15.3508L16.1653 14.2191C16.2868 14.1637 16.3636 14.0422 16.3636 13.9101C16.3636 13.778 16.2868 13.6565 16.1653 13.6011L13.7137 12.4694L12.5818 10.0185L12.5839 10.0164Z', fill: 'url(#ai-router-gradient-1)' }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("linearGradient", { id: 'ai-router-gradient-0', x1: '1.63635', y1: '7.77282', x2: '14.5227', y2: '7.77282', gradientUnits: 'userSpaceOnUse', children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: '#6E49FF' }), (0, jsx_runtime_1.jsx)("stop", { offset: '1', stopColor: '#CC3559' })] }), (0, jsx_runtime_1.jsxs)("linearGradient", { id: 'ai-router-gradient-1', x1: '8.18176', y1: '13.909', x2: '16.3636', y2: '13.909', gradientUnits: 'userSpaceOnUse', children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: '#6E49FF' }), (0, jsx_runtime_1.jsx)("stop", { offset: '1', stopColor: '#CC3559' })] })] })] }));
11
+ (0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '18', viewBox: '0 0 18 18', fill: 'none', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M3.93749 3.63077C4.42648 3.63077 4.85794 3.22807 4.85794 2.71032C4.85794 2.22132 4.42648 1.78986 3.93749 1.78986C3.41974 1.78986 3.01703 2.22132 3.01703 2.71032C3.01703 3.22807 3.41974 3.63077 3.93749 3.63077ZM6.23863 2.71032C6.23863 3.74582 5.54828 4.63752 4.62783 4.92516V7.77282C5.20312 7.34136 5.92222 7.08248 6.69885 7.08248H9.46022C10.582 7.08248 11.5313 6.16202 11.5313 5.01145V4.92516C10.582 4.63752 9.92044 3.74582 9.92044 2.71032C9.92044 1.44469 10.9272 0.40918 12.2216 0.40918C13.4872 0.40918 14.5227 1.44469 14.5227 2.71032C14.5227 3.74582 13.8323 4.63752 12.9119 4.92516V5.01145C12.9119 6.93865 11.3586 8.4632 9.46022 8.4632H6.69885C5.54828 8.4632 4.62783 9.41237 4.62783 10.5342V10.6492C5.54828 10.9369 6.23863 11.8285 6.23863 12.8353C6.23863 14.1297 5.20312 15.1365 3.93749 15.1365C2.6431 15.1365 1.63635 14.1297 1.63635 12.8353C1.63635 11.8285 2.29793 10.9369 3.24715 10.6492V10.5342V4.92516C2.29793 4.63752 1.63635 3.74582 1.63635 2.71032C1.63635 1.44469 2.6431 0.40918 3.93749 0.40918C5.20312 0.40918 6.23863 1.44469 6.23863 2.71032ZM13.142 2.71032C13.142 2.22132 12.7106 1.78986 12.2216 1.78986C11.7038 1.78986 11.3011 2.22132 11.3011 2.71032C11.3011 3.22807 11.7038 3.63077 12.2216 3.63077C12.7106 3.63077 13.142 3.22807 13.142 2.71032ZM3.93749 13.7558C4.42648 13.7558 4.85794 13.3531 4.85794 12.8353C4.85794 12.3463 4.42648 11.9149 3.93749 11.9149C3.41974 11.9149 3.01703 12.3463 3.01703 12.8353C3.01703 13.3531 3.41974 13.7558 3.93749 13.7558Z', fill: `url(#${gradientId})` }), (0, jsx_runtime_1.jsx)("path", { d: 'M12.5839 10.0164C12.5285 9.89486 12.4069 9.81812 12.2748 9.81812C12.1427 9.81812 12.0211 9.89486 11.9657 10.0164L10.8337 12.4672L8.38215 13.5989C8.25851 13.6565 8.18176 13.778 8.18176 13.9101C8.18176 14.0422 8.25851 14.1637 8.38002 14.2191L10.8316 15.3508L11.9636 17.8017C12.019 17.9232 12.1405 17.9999 12.2727 17.9999C12.4048 17.9999 12.5264 17.9232 12.5818 17.8017L13.7137 15.3508L16.1653 14.2191C16.2868 14.1637 16.3636 14.0422 16.3636 13.9101C16.3636 13.778 16.2868 13.6565 16.1653 13.6011L13.7137 12.4694L12.5818 10.0185L12.5839 10.0164Z', fill: `url(#${shineGradientId})` }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("linearGradient", { id: gradientId, x1: '1.63635', y1: '7.77282', x2: '14.5227', y2: '7.77282', gradientUnits: 'userSpaceOnUse', children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: '#6E49FF' }), (0, jsx_runtime_1.jsx)("stop", { offset: '1', stopColor: '#CC3559' })] }), (0, jsx_runtime_1.jsxs)("linearGradient", { id: shineGradientId, x1: '8.18176', y1: '13.909', x2: '16.3636', y2: '13.909', gradientUnits: 'userSpaceOnUse', children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: '#6E49FF' }), (0, jsx_runtime_1.jsx)("stop", { offset: '1', stopColor: '#CC3559' })] })] })] }));
9
12
  };
10
13
  exports.AiRouterSvg = AiRouterSvg;
11
14
  //# sourceMappingURL=ai-router.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ai-router.js","sourceRoot":"","sources":["../../../../../src/components/system-debug-trace/icons/ai-router.tsx"],"names":[],"mappings":";;;;AAAO,MAAM,WAAW,GAAG,GAAG,EAAE;IAC9B,OAAO;IACL,+DAA+D;IAC/D,iCACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,aAEX,iCACE,CAAC,EAAC,27CAA27C,EAC77C,IAAI,EAAC,4BAA4B,GACjC,EACF,iCACE,CAAC,EAAC,giBAAgiB,EACliB,IAAI,EAAC,4BAA4B,GACjC,EACF,6CACE,4CACE,EAAE,EAAC,sBAAsB,EACzB,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,SAAS,EACZ,aAAa,EAAC,gBAAgB,aAE9B,iCAAM,SAAS,EAAC,SAAS,GAAG,EAC5B,iCAAM,MAAM,EAAC,GAAG,EAAC,SAAS,EAAC,SAAS,GAAG,IACxB,EACjB,4CACE,EAAE,EAAC,sBAAsB,EACzB,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,QAAQ,EACX,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,QAAQ,EACX,aAAa,EAAC,gBAAgB,aAE9B,iCAAM,SAAS,EAAC,SAAS,GAAG,EAC5B,iCAAM,MAAM,EAAC,GAAG,EAAC,SAAS,EAAC,SAAS,GAAG,IACxB,IACZ,IACH,CACP,CAAA;AACH,CAAC,CAAA;AA5CY,QAAA,WAAW,eA4CvB"}
1
+ {"version":3,"file":"ai-router.js","sourceRoot":"","sources":["../../../../../src/components/system-debug-trace/icons/ai-router.tsx"],"names":[],"mappings":";;;;AAAA,iCAA6B;AAEtB,MAAM,WAAW,GAAG,GAAG,EAAE;IAC9B,MAAM,UAAU,GAAG,IAAA,aAAK,GAAE,CAAC,UAAU,CAAC,GAAG,EAAE,EAAE,CAAC,CAAA;IAC9C,MAAM,eAAe,GAAG,IAAA,aAAK,GAAE,CAAC,UAAU,CAAC,GAAG,EAAE,EAAE,CAAC,CAAA;IAEnD,OAAO;IACL,+DAA+D;IAC/D,iCACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,aAEX,iCACE,CAAC,EAAC,27CAA27C,EAC77C,IAAI,EAAE,QAAQ,UAAU,GAAG,GAC3B,EACF,iCACE,CAAC,EAAC,giBAAgiB,EACliB,IAAI,EAAE,QAAQ,eAAe,GAAG,GAChC,EACF,6CACE,4CACE,EAAE,EAAE,UAAU,EACd,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,SAAS,EACZ,aAAa,EAAC,gBAAgB,aAE9B,iCAAM,SAAS,EAAC,SAAS,GAAG,EAC5B,iCAAM,MAAM,EAAC,GAAG,EAAC,SAAS,EAAC,SAAS,GAAG,IACxB,EACjB,4CACE,EAAE,EAAE,eAAe,EACnB,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,QAAQ,EACX,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,QAAQ,EACX,aAAa,EAAC,gBAAgB,aAE9B,iCAAM,SAAS,EAAC,SAAS,GAAG,EAC5B,iCAAM,MAAM,EAAC,GAAG,EAAC,SAAS,EAAC,SAAS,GAAG,IACxB,IACZ,IACH,CACP,CAAA;AACH,CAAC,CAAA;AA/CY,QAAA,WAAW,eA+CvB"}
@@ -2,10 +2,14 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AiSpecialistSvg = void 0;
4
4
  const jsx_runtime_1 = require("react/jsx-runtime");
5
+ const react_1 = require("react");
5
6
  const AiSpecialistSvg = () => {
7
+ const gradientId = (0, react_1.useId)().replaceAll(':', '');
8
+ const shineGradientId = (0, react_1.useId)().replaceAll(':', '');
9
+ const clipPathId = (0, react_1.useId)().replaceAll(':', '');
6
10
  return (
7
11
  // biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon
8
- (0, jsx_runtime_1.jsxs)("svg", { width: '18', height: '18', viewBox: '0 0 18 18', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: [(0, jsx_runtime_1.jsxs)("g", { "clip-path": 'url(#clip0_32703_18954)', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M11.3375 5.16679C11.0855 2.9427 9.16719 1.21452 6.84008 1.21452C4.51294 1.21452 2.59465 2.9427 2.34265 5.16679C2.70008 4.96943 3.11151 4.8581 3.54865 4.8581H3.96008C4.64151 4.8581 5.19436 5.40211 5.19436 6.07263V8.50169C5.19436 9.17222 4.64151 9.71618 3.96008 9.71618H3.54865C3.09865 9.71618 2.67694 9.59731 2.31436 9.39233V9.92117C2.31436 10.9282 3.14494 11.7429 4.16579 11.7429H5.19436C5.19436 11.0724 5.74722 10.5284 6.42865 10.5284H7.25151C7.93294 10.5284 8.48578 11.0724 8.48578 11.7429C8.48578 12.4134 7.93294 12.9575 7.25151 12.9575C6.12008 12.9575 6.32579 12.9575 4.16837 12.96C2.46351 12.96 1.08008 11.6012 1.08008 9.92369V5.66778C1.08008 2.53786 3.65922 0 6.84008 0C10.021 0 12.6001 2.53786 12.6001 5.66778V7.28712C12.6001 8.62819 11.4944 9.71618 10.1315 9.71618H9.72008C9.03867 9.71618 8.48578 9.17222 8.48578 8.50169V6.07263C8.48578 5.40211 9.03867 4.8581 9.72008 4.8581H10.1315C10.5687 4.8581 10.9801 4.96943 11.3375 5.16679ZM3.54865 6.07263C2.86722 6.07263 2.31436 6.61663 2.31436 7.28712C2.31436 7.95766 2.86722 8.50169 3.54865 8.50169H3.96008V6.07263H3.54865ZM11.3658 7.28712C11.3658 6.61663 10.813 6.07263 10.1315 6.07263H9.72008V8.50169H10.1315C10.813 8.50169 11.3658 7.95766 11.3658 7.28712Z', fill: 'url(#paint0_linear_32703_18954)' }), (0, jsx_runtime_1.jsx)("path", { d: 'M13.5946 10.9743C13.5458 10.8673 13.4389 10.7998 13.3226 10.7998C13.2063 10.7998 13.0993 10.8673 13.0506 10.9743L12.0544 13.131L9.89703 14.1269C9.78824 14.1775 9.7207 14.2845 9.7207 14.4007C9.7207 14.517 9.78824 14.6239 9.89516 14.6727L12.0526 15.6686L13.0487 17.8253C13.0974 17.9323 13.2044 17.9998 13.3207 17.9998C13.437 17.9998 13.544 17.9323 13.5927 17.8253L14.5888 15.6686L16.7462 14.6727C16.8532 14.6239 16.9207 14.517 16.9207 14.4007C16.9207 14.2845 16.8532 14.1775 16.7462 14.1288L14.5888 13.1329L13.5927 10.9761L13.5946 10.9743Z', fill: 'url(#paint1_linear_32703_18954)' })] }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("linearGradient", { id: 'paint0_linear_32703_18954', x1: '12.6001', y1: '6.48', x2: '1.08008', y2: '6.48', gradientUnits: 'userSpaceOnUse', children: [(0, jsx_runtime_1.jsx)("stop", { "stop-color": '#6E49FF' }), (0, jsx_runtime_1.jsx)("stop", { offset: '1', "stop-color": '#CC3559' })] }), (0, jsx_runtime_1.jsxs)("linearGradient", { id: 'paint1_linear_32703_18954', x1: '9.7207', y1: '14.3998', x2: '16.9207', y2: '14.3998', gradientUnits: 'userSpaceOnUse', children: [(0, jsx_runtime_1.jsx)("stop", { "stop-color": '#6E49FF' }), (0, jsx_runtime_1.jsx)("stop", { offset: '1', "stop-color": '#CC3559' })] }), (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_32703_18954', children: (0, jsx_runtime_1.jsx)("rect", { width: '18', height: '18', fill: 'white' }) })] })] }));
12
+ (0, jsx_runtime_1.jsxs)("svg", { width: '18', height: '18', viewBox: '0 0 18 18', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: [(0, jsx_runtime_1.jsxs)("g", { clipPath: `url(#${clipPathId})`, children: [(0, jsx_runtime_1.jsx)("path", { d: 'M11.3375 5.16679C11.0855 2.9427 9.16719 1.21452 6.84008 1.21452C4.51294 1.21452 2.59465 2.9427 2.34265 5.16679C2.70008 4.96943 3.11151 4.8581 3.54865 4.8581H3.96008C4.64151 4.8581 5.19436 5.40211 5.19436 6.07263V8.50169C5.19436 9.17222 4.64151 9.71618 3.96008 9.71618H3.54865C3.09865 9.71618 2.67694 9.59731 2.31436 9.39233V9.92117C2.31436 10.9282 3.14494 11.7429 4.16579 11.7429H5.19436C5.19436 11.0724 5.74722 10.5284 6.42865 10.5284H7.25151C7.93294 10.5284 8.48578 11.0724 8.48578 11.7429C8.48578 12.4134 7.93294 12.9575 7.25151 12.9575C6.12008 12.9575 6.32579 12.9575 4.16837 12.96C2.46351 12.96 1.08008 11.6012 1.08008 9.92369V5.66778C1.08008 2.53786 3.65922 0 6.84008 0C10.021 0 12.6001 2.53786 12.6001 5.66778V7.28712C12.6001 8.62819 11.4944 9.71618 10.1315 9.71618H9.72008C9.03867 9.71618 8.48578 9.17222 8.48578 8.50169V6.07263C8.48578 5.40211 9.03867 4.8581 9.72008 4.8581H10.1315C10.5687 4.8581 10.9801 4.96943 11.3375 5.16679ZM3.54865 6.07263C2.86722 6.07263 2.31436 6.61663 2.31436 7.28712C2.31436 7.95766 2.86722 8.50169 3.54865 8.50169H3.96008V6.07263H3.54865ZM11.3658 7.28712C11.3658 6.61663 10.813 6.07263 10.1315 6.07263H9.72008V8.50169H10.1315C10.813 8.50169 11.3658 7.95766 11.3658 7.28712Z', fill: `url(#${gradientId})` }), (0, jsx_runtime_1.jsx)("path", { d: 'M13.5946 10.9743C13.5458 10.8673 13.4389 10.7998 13.3226 10.7998C13.2063 10.7998 13.0993 10.8673 13.0506 10.9743L12.0544 13.131L9.89703 14.1269C9.78824 14.1775 9.7207 14.2845 9.7207 14.4007C9.7207 14.517 9.78824 14.6239 9.89516 14.6727L12.0526 15.6686L13.0487 17.8253C13.0974 17.9323 13.2044 17.9998 13.3207 17.9998C13.437 17.9998 13.544 17.9323 13.5927 17.8253L14.5888 15.6686L16.7462 14.6727C16.8532 14.6239 16.9207 14.517 16.9207 14.4007C16.9207 14.2845 16.8532 14.1775 16.7462 14.1288L14.5888 13.1329L13.5927 10.9761L13.5946 10.9743Z', fill: `url(#${shineGradientId})` })] }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("linearGradient", { id: gradientId, x1: '12.6001', y1: '6.48', x2: '1.08008', y2: '6.48', gradientUnits: 'userSpaceOnUse', children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: '#6E49FF' }), (0, jsx_runtime_1.jsx)("stop", { offset: '1', stopColor: '#CC3559' })] }), (0, jsx_runtime_1.jsxs)("linearGradient", { id: shineGradientId, x1: '9.7207', y1: '14.3998', x2: '16.9207', y2: '14.3998', gradientUnits: 'userSpaceOnUse', children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: '#6E49FF' }), (0, jsx_runtime_1.jsx)("stop", { offset: '1', stopColor: '#CC3559' })] }), (0, jsx_runtime_1.jsx)("clipPath", { id: clipPathId, children: (0, jsx_runtime_1.jsx)("rect", { width: '18', height: '18', fill: 'white' }) })] })] }));
9
13
  };
10
14
  exports.AiSpecialistSvg = AiSpecialistSvg;
11
15
  //# sourceMappingURL=ai-specialist.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ai-specialist.js","sourceRoot":"","sources":["../../../../../src/components/system-debug-trace/icons/ai-specialist.tsx"],"names":[],"mappings":";;;;AAAO,MAAM,eAAe,GAAG,GAAG,EAAE;IAClC,OAAO;IACL,+DAA+D;IAC/D,iCACE,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,aAElC,4CAAa,yBAAyB,aACpC,iCACE,CAAC,EAAC,4rCAA4rC,EAC9rC,IAAI,EAAC,iCAAiC,GACtC,EACF,iCACE,CAAC,EAAC,2hBAA2hB,EAC7hB,IAAI,EAAC,iCAAiC,GACtC,IACA,EACJ,6CACE,4CACE,EAAE,EAAC,2BAA2B,EAC9B,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,MAAM,EACT,aAAa,EAAC,gBAAgB,aAE9B,+CAAiB,SAAS,GAAG,EAC7B,iCAAM,MAAM,EAAC,GAAG,gBAAY,SAAS,GAAG,IACzB,EACjB,4CACE,EAAE,EAAC,2BAA2B,EAC9B,EAAE,EAAC,QAAQ,EACX,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,SAAS,EACZ,aAAa,EAAC,gBAAgB,aAE9B,+CAAiB,SAAS,GAAG,EAC7B,iCAAM,MAAM,EAAC,GAAG,gBAAY,SAAS,GAAG,IACzB,EACjB,qCAAU,EAAE,EAAC,mBAAmB,YAC9B,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,GAAG,GACnC,IACN,IACH,CACP,CAAA;AACH,CAAC,CAAA;AAjDY,QAAA,eAAe,mBAiD3B"}
1
+ {"version":3,"file":"ai-specialist.js","sourceRoot":"","sources":["../../../../../src/components/system-debug-trace/icons/ai-specialist.tsx"],"names":[],"mappings":";;;;AAAA,iCAA6B;AAEtB,MAAM,eAAe,GAAG,GAAG,EAAE;IAClC,MAAM,UAAU,GAAG,IAAA,aAAK,GAAE,CAAC,UAAU,CAAC,GAAG,EAAE,EAAE,CAAC,CAAA;IAC9C,MAAM,eAAe,GAAG,IAAA,aAAK,GAAE,CAAC,UAAU,CAAC,GAAG,EAAE,EAAE,CAAC,CAAA;IACnD,MAAM,UAAU,GAAG,IAAA,aAAK,GAAE,CAAC,UAAU,CAAC,GAAG,EAAE,EAAE,CAAC,CAAA;IAE9C,OAAO;IACL,+DAA+D;IAC/D,iCACE,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,aAElC,+BAAG,QAAQ,EAAE,QAAQ,UAAU,GAAG,aAChC,iCACE,CAAC,EAAC,4rCAA4rC,EAC9rC,IAAI,EAAE,QAAQ,UAAU,GAAG,GAC3B,EACF,iCACE,CAAC,EAAC,2hBAA2hB,EAC7hB,IAAI,EAAE,QAAQ,eAAe,GAAG,GAChC,IACA,EACJ,6CACE,4CACE,EAAE,EAAE,UAAU,EACd,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,MAAM,EACT,aAAa,EAAC,gBAAgB,aAE9B,iCAAM,SAAS,EAAC,SAAS,GAAG,EAC5B,iCAAM,MAAM,EAAC,GAAG,EAAC,SAAS,EAAC,SAAS,GAAG,IACxB,EACjB,4CACE,EAAE,EAAE,eAAe,EACnB,EAAE,EAAC,QAAQ,EACX,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,SAAS,EACZ,aAAa,EAAC,gBAAgB,aAE9B,iCAAM,SAAS,EAAC,SAAS,GAAG,EAC5B,iCAAM,MAAM,EAAC,GAAG,EAAC,SAAS,EAAC,SAAS,GAAG,IACxB,EACjB,qCAAU,EAAE,EAAE,UAAU,YACtB,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,GAAG,GACnC,IACN,IACH,CACP,CAAA;AACH,CAAC,CAAA;AArDY,QAAA,eAAe,mBAqD3B"}
@@ -2,10 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AiRouterSvg = void 0;
4
4
  const jsx_runtime_1 = require("react/jsx-runtime");
5
+ const react_1 = require("react");
5
6
  const AiRouterSvg = () => {
7
+ const gradientId = (0, react_1.useId)().replaceAll(':', '');
8
+ const shineGradientId = (0, react_1.useId)().replaceAll(':', '');
6
9
  return (
7
10
  // biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon
8
- (0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '18', viewBox: '0 0 18 18', fill: 'none', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M3.93749 3.63077C4.42648 3.63077 4.85794 3.22807 4.85794 2.71032C4.85794 2.22132 4.42648 1.78986 3.93749 1.78986C3.41974 1.78986 3.01703 2.22132 3.01703 2.71032C3.01703 3.22807 3.41974 3.63077 3.93749 3.63077ZM6.23863 2.71032C6.23863 3.74582 5.54828 4.63752 4.62783 4.92516V7.77282C5.20312 7.34136 5.92222 7.08248 6.69885 7.08248H9.46022C10.582 7.08248 11.5313 6.16202 11.5313 5.01145V4.92516C10.582 4.63752 9.92044 3.74582 9.92044 2.71032C9.92044 1.44469 10.9272 0.40918 12.2216 0.40918C13.4872 0.40918 14.5227 1.44469 14.5227 2.71032C14.5227 3.74582 13.8323 4.63752 12.9119 4.92516V5.01145C12.9119 6.93865 11.3586 8.4632 9.46022 8.4632H6.69885C5.54828 8.4632 4.62783 9.41237 4.62783 10.5342V10.6492C5.54828 10.9369 6.23863 11.8285 6.23863 12.8353C6.23863 14.1297 5.20312 15.1365 3.93749 15.1365C2.6431 15.1365 1.63635 14.1297 1.63635 12.8353C1.63635 11.8285 2.29793 10.9369 3.24715 10.6492V10.5342V4.92516C2.29793 4.63752 1.63635 3.74582 1.63635 2.71032C1.63635 1.44469 2.6431 0.40918 3.93749 0.40918C5.20312 0.40918 6.23863 1.44469 6.23863 2.71032ZM13.142 2.71032C13.142 2.22132 12.7106 1.78986 12.2216 1.78986C11.7038 1.78986 11.3011 2.22132 11.3011 2.71032C11.3011 3.22807 11.7038 3.63077 12.2216 3.63077C12.7106 3.63077 13.142 3.22807 13.142 2.71032ZM3.93749 13.7558C4.42648 13.7558 4.85794 13.3531 4.85794 12.8353C4.85794 12.3463 4.42648 11.9149 3.93749 11.9149C3.41974 11.9149 3.01703 12.3463 3.01703 12.8353C3.01703 13.3531 3.41974 13.7558 3.93749 13.7558Z', fill: 'url(#ai-router-gradient-0)' }), (0, jsx_runtime_1.jsx)("path", { d: 'M12.5839 10.0164C12.5285 9.89486 12.4069 9.81812 12.2748 9.81812C12.1427 9.81812 12.0211 9.89486 11.9657 10.0164L10.8337 12.4672L8.38215 13.5989C8.25851 13.6565 8.18176 13.778 8.18176 13.9101C8.18176 14.0422 8.25851 14.1637 8.38002 14.2191L10.8316 15.3508L11.9636 17.8017C12.019 17.9232 12.1405 17.9999 12.2727 17.9999C12.4048 17.9999 12.5264 17.9232 12.5818 17.8017L13.7137 15.3508L16.1653 14.2191C16.2868 14.1637 16.3636 14.0422 16.3636 13.9101C16.3636 13.778 16.2868 13.6565 16.1653 13.6011L13.7137 12.4694L12.5818 10.0185L12.5839 10.0164Z', fill: 'url(#ai-router-gradient-1)' }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("linearGradient", { id: 'ai-router-gradient-0', x1: '1.63635', y1: '7.77282', x2: '14.5227', y2: '7.77282', gradientUnits: 'userSpaceOnUse', children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: '#6E49FF' }), (0, jsx_runtime_1.jsx)("stop", { offset: '1', stopColor: '#CC3559' })] }), (0, jsx_runtime_1.jsxs)("linearGradient", { id: 'ai-router-gradient-1', x1: '8.18176', y1: '13.909', x2: '16.3636', y2: '13.909', gradientUnits: 'userSpaceOnUse', children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: '#6E49FF' }), (0, jsx_runtime_1.jsx)("stop", { offset: '1', stopColor: '#CC3559' })] })] })] }));
11
+ (0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '18', viewBox: '0 0 18 18', fill: 'none', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M3.93749 3.63077C4.42648 3.63077 4.85794 3.22807 4.85794 2.71032C4.85794 2.22132 4.42648 1.78986 3.93749 1.78986C3.41974 1.78986 3.01703 2.22132 3.01703 2.71032C3.01703 3.22807 3.41974 3.63077 3.93749 3.63077ZM6.23863 2.71032C6.23863 3.74582 5.54828 4.63752 4.62783 4.92516V7.77282C5.20312 7.34136 5.92222 7.08248 6.69885 7.08248H9.46022C10.582 7.08248 11.5313 6.16202 11.5313 5.01145V4.92516C10.582 4.63752 9.92044 3.74582 9.92044 2.71032C9.92044 1.44469 10.9272 0.40918 12.2216 0.40918C13.4872 0.40918 14.5227 1.44469 14.5227 2.71032C14.5227 3.74582 13.8323 4.63752 12.9119 4.92516V5.01145C12.9119 6.93865 11.3586 8.4632 9.46022 8.4632H6.69885C5.54828 8.4632 4.62783 9.41237 4.62783 10.5342V10.6492C5.54828 10.9369 6.23863 11.8285 6.23863 12.8353C6.23863 14.1297 5.20312 15.1365 3.93749 15.1365C2.6431 15.1365 1.63635 14.1297 1.63635 12.8353C1.63635 11.8285 2.29793 10.9369 3.24715 10.6492V10.5342V4.92516C2.29793 4.63752 1.63635 3.74582 1.63635 2.71032C1.63635 1.44469 2.6431 0.40918 3.93749 0.40918C5.20312 0.40918 6.23863 1.44469 6.23863 2.71032ZM13.142 2.71032C13.142 2.22132 12.7106 1.78986 12.2216 1.78986C11.7038 1.78986 11.3011 2.22132 11.3011 2.71032C11.3011 3.22807 11.7038 3.63077 12.2216 3.63077C12.7106 3.63077 13.142 3.22807 13.142 2.71032ZM3.93749 13.7558C4.42648 13.7558 4.85794 13.3531 4.85794 12.8353C4.85794 12.3463 4.42648 11.9149 3.93749 11.9149C3.41974 11.9149 3.01703 12.3463 3.01703 12.8353C3.01703 13.3531 3.41974 13.7558 3.93749 13.7558Z', fill: `url(#${gradientId})` }), (0, jsx_runtime_1.jsx)("path", { d: 'M12.5839 10.0164C12.5285 9.89486 12.4069 9.81812 12.2748 9.81812C12.1427 9.81812 12.0211 9.89486 11.9657 10.0164L10.8337 12.4672L8.38215 13.5989C8.25851 13.6565 8.18176 13.778 8.18176 13.9101C8.18176 14.0422 8.25851 14.1637 8.38002 14.2191L10.8316 15.3508L11.9636 17.8017C12.019 17.9232 12.1405 17.9999 12.2727 17.9999C12.4048 17.9999 12.5264 17.9232 12.5818 17.8017L13.7137 15.3508L16.1653 14.2191C16.2868 14.1637 16.3636 14.0422 16.3636 13.9101C16.3636 13.778 16.2868 13.6565 16.1653 13.6011L13.7137 12.4694L12.5818 10.0185L12.5839 10.0164Z', fill: `url(#${shineGradientId})` }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("linearGradient", { id: gradientId, x1: '1.63635', y1: '7.77282', x2: '14.5227', y2: '7.77282', gradientUnits: 'userSpaceOnUse', children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: '#6E49FF' }), (0, jsx_runtime_1.jsx)("stop", { offset: '1', stopColor: '#CC3559' })] }), (0, jsx_runtime_1.jsxs)("linearGradient", { id: shineGradientId, x1: '8.18176', y1: '13.909', x2: '16.3636', y2: '13.909', gradientUnits: 'userSpaceOnUse', children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: '#6E49FF' }), (0, jsx_runtime_1.jsx)("stop", { offset: '1', stopColor: '#CC3559' })] })] })] }));
9
12
  };
10
13
  exports.AiRouterSvg = AiRouterSvg;
11
14
  //# sourceMappingURL=ai-router.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ai-router.js","sourceRoot":"","sources":["../../../../../src/components/system-debug-trace/icons/ai-router.tsx"],"names":[],"mappings":";;;;AAAO,MAAM,WAAW,GAAG,GAAG,EAAE;IAC9B,OAAO;IACL,+DAA+D;IAC/D,iCACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,aAEX,iCACE,CAAC,EAAC,27CAA27C,EAC77C,IAAI,EAAC,4BAA4B,GACjC,EACF,iCACE,CAAC,EAAC,giBAAgiB,EACliB,IAAI,EAAC,4BAA4B,GACjC,EACF,6CACE,4CACE,EAAE,EAAC,sBAAsB,EACzB,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,SAAS,EACZ,aAAa,EAAC,gBAAgB,aAE9B,iCAAM,SAAS,EAAC,SAAS,GAAG,EAC5B,iCAAM,MAAM,EAAC,GAAG,EAAC,SAAS,EAAC,SAAS,GAAG,IACxB,EACjB,4CACE,EAAE,EAAC,sBAAsB,EACzB,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,QAAQ,EACX,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,QAAQ,EACX,aAAa,EAAC,gBAAgB,aAE9B,iCAAM,SAAS,EAAC,SAAS,GAAG,EAC5B,iCAAM,MAAM,EAAC,GAAG,EAAC,SAAS,EAAC,SAAS,GAAG,IACxB,IACZ,IACH,CACP,CAAA;AACH,CAAC,CAAA;AA5CY,QAAA,WAAW,eA4CvB"}
1
+ {"version":3,"file":"ai-router.js","sourceRoot":"","sources":["../../../../../src/components/system-debug-trace/icons/ai-router.tsx"],"names":[],"mappings":";;;;AAAA,iCAA6B;AAEtB,MAAM,WAAW,GAAG,GAAG,EAAE;IAC9B,MAAM,UAAU,GAAG,IAAA,aAAK,GAAE,CAAC,UAAU,CAAC,GAAG,EAAE,EAAE,CAAC,CAAA;IAC9C,MAAM,eAAe,GAAG,IAAA,aAAK,GAAE,CAAC,UAAU,CAAC,GAAG,EAAE,EAAE,CAAC,CAAA;IAEnD,OAAO;IACL,+DAA+D;IAC/D,iCACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,aAEX,iCACE,CAAC,EAAC,27CAA27C,EAC77C,IAAI,EAAE,QAAQ,UAAU,GAAG,GAC3B,EACF,iCACE,CAAC,EAAC,giBAAgiB,EACliB,IAAI,EAAE,QAAQ,eAAe,GAAG,GAChC,EACF,6CACE,4CACE,EAAE,EAAE,UAAU,EACd,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,SAAS,EACZ,aAAa,EAAC,gBAAgB,aAE9B,iCAAM,SAAS,EAAC,SAAS,GAAG,EAC5B,iCAAM,MAAM,EAAC,GAAG,EAAC,SAAS,EAAC,SAAS,GAAG,IACxB,EACjB,4CACE,EAAE,EAAE,eAAe,EACnB,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,QAAQ,EACX,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,QAAQ,EACX,aAAa,EAAC,gBAAgB,aAE9B,iCAAM,SAAS,EAAC,SAAS,GAAG,EAC5B,iCAAM,MAAM,EAAC,GAAG,EAAC,SAAS,EAAC,SAAS,GAAG,IACxB,IACZ,IACH,CACP,CAAA;AACH,CAAC,CAAA;AA/CY,QAAA,WAAW,eA+CvB"}
@@ -2,10 +2,14 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AiSpecialistSvg = void 0;
4
4
  const jsx_runtime_1 = require("react/jsx-runtime");
5
+ const react_1 = require("react");
5
6
  const AiSpecialistSvg = () => {
7
+ const gradientId = (0, react_1.useId)().replaceAll(':', '');
8
+ const shineGradientId = (0, react_1.useId)().replaceAll(':', '');
9
+ const clipPathId = (0, react_1.useId)().replaceAll(':', '');
6
10
  return (
7
11
  // biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon
8
- (0, jsx_runtime_1.jsxs)("svg", { width: '18', height: '18', viewBox: '0 0 18 18', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: [(0, jsx_runtime_1.jsxs)("g", { "clip-path": 'url(#clip0_32703_18954)', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M11.3375 5.16679C11.0855 2.9427 9.16719 1.21452 6.84008 1.21452C4.51294 1.21452 2.59465 2.9427 2.34265 5.16679C2.70008 4.96943 3.11151 4.8581 3.54865 4.8581H3.96008C4.64151 4.8581 5.19436 5.40211 5.19436 6.07263V8.50169C5.19436 9.17222 4.64151 9.71618 3.96008 9.71618H3.54865C3.09865 9.71618 2.67694 9.59731 2.31436 9.39233V9.92117C2.31436 10.9282 3.14494 11.7429 4.16579 11.7429H5.19436C5.19436 11.0724 5.74722 10.5284 6.42865 10.5284H7.25151C7.93294 10.5284 8.48578 11.0724 8.48578 11.7429C8.48578 12.4134 7.93294 12.9575 7.25151 12.9575C6.12008 12.9575 6.32579 12.9575 4.16837 12.96C2.46351 12.96 1.08008 11.6012 1.08008 9.92369V5.66778C1.08008 2.53786 3.65922 0 6.84008 0C10.021 0 12.6001 2.53786 12.6001 5.66778V7.28712C12.6001 8.62819 11.4944 9.71618 10.1315 9.71618H9.72008C9.03867 9.71618 8.48578 9.17222 8.48578 8.50169V6.07263C8.48578 5.40211 9.03867 4.8581 9.72008 4.8581H10.1315C10.5687 4.8581 10.9801 4.96943 11.3375 5.16679ZM3.54865 6.07263C2.86722 6.07263 2.31436 6.61663 2.31436 7.28712C2.31436 7.95766 2.86722 8.50169 3.54865 8.50169H3.96008V6.07263H3.54865ZM11.3658 7.28712C11.3658 6.61663 10.813 6.07263 10.1315 6.07263H9.72008V8.50169H10.1315C10.813 8.50169 11.3658 7.95766 11.3658 7.28712Z', fill: 'url(#paint0_linear_32703_18954)' }), (0, jsx_runtime_1.jsx)("path", { d: 'M13.5946 10.9743C13.5458 10.8673 13.4389 10.7998 13.3226 10.7998C13.2063 10.7998 13.0993 10.8673 13.0506 10.9743L12.0544 13.131L9.89703 14.1269C9.78824 14.1775 9.7207 14.2845 9.7207 14.4007C9.7207 14.517 9.78824 14.6239 9.89516 14.6727L12.0526 15.6686L13.0487 17.8253C13.0974 17.9323 13.2044 17.9998 13.3207 17.9998C13.437 17.9998 13.544 17.9323 13.5927 17.8253L14.5888 15.6686L16.7462 14.6727C16.8532 14.6239 16.9207 14.517 16.9207 14.4007C16.9207 14.2845 16.8532 14.1775 16.7462 14.1288L14.5888 13.1329L13.5927 10.9761L13.5946 10.9743Z', fill: 'url(#paint1_linear_32703_18954)' })] }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("linearGradient", { id: 'paint0_linear_32703_18954', x1: '12.6001', y1: '6.48', x2: '1.08008', y2: '6.48', gradientUnits: 'userSpaceOnUse', children: [(0, jsx_runtime_1.jsx)("stop", { "stop-color": '#6E49FF' }), (0, jsx_runtime_1.jsx)("stop", { offset: '1', "stop-color": '#CC3559' })] }), (0, jsx_runtime_1.jsxs)("linearGradient", { id: 'paint1_linear_32703_18954', x1: '9.7207', y1: '14.3998', x2: '16.9207', y2: '14.3998', gradientUnits: 'userSpaceOnUse', children: [(0, jsx_runtime_1.jsx)("stop", { "stop-color": '#6E49FF' }), (0, jsx_runtime_1.jsx)("stop", { offset: '1', "stop-color": '#CC3559' })] }), (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_32703_18954', children: (0, jsx_runtime_1.jsx)("rect", { width: '18', height: '18', fill: 'white' }) })] })] }));
12
+ (0, jsx_runtime_1.jsxs)("svg", { width: '18', height: '18', viewBox: '0 0 18 18', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: [(0, jsx_runtime_1.jsxs)("g", { clipPath: `url(#${clipPathId})`, children: [(0, jsx_runtime_1.jsx)("path", { d: 'M11.3375 5.16679C11.0855 2.9427 9.16719 1.21452 6.84008 1.21452C4.51294 1.21452 2.59465 2.9427 2.34265 5.16679C2.70008 4.96943 3.11151 4.8581 3.54865 4.8581H3.96008C4.64151 4.8581 5.19436 5.40211 5.19436 6.07263V8.50169C5.19436 9.17222 4.64151 9.71618 3.96008 9.71618H3.54865C3.09865 9.71618 2.67694 9.59731 2.31436 9.39233V9.92117C2.31436 10.9282 3.14494 11.7429 4.16579 11.7429H5.19436C5.19436 11.0724 5.74722 10.5284 6.42865 10.5284H7.25151C7.93294 10.5284 8.48578 11.0724 8.48578 11.7429C8.48578 12.4134 7.93294 12.9575 7.25151 12.9575C6.12008 12.9575 6.32579 12.9575 4.16837 12.96C2.46351 12.96 1.08008 11.6012 1.08008 9.92369V5.66778C1.08008 2.53786 3.65922 0 6.84008 0C10.021 0 12.6001 2.53786 12.6001 5.66778V7.28712C12.6001 8.62819 11.4944 9.71618 10.1315 9.71618H9.72008C9.03867 9.71618 8.48578 9.17222 8.48578 8.50169V6.07263C8.48578 5.40211 9.03867 4.8581 9.72008 4.8581H10.1315C10.5687 4.8581 10.9801 4.96943 11.3375 5.16679ZM3.54865 6.07263C2.86722 6.07263 2.31436 6.61663 2.31436 7.28712C2.31436 7.95766 2.86722 8.50169 3.54865 8.50169H3.96008V6.07263H3.54865ZM11.3658 7.28712C11.3658 6.61663 10.813 6.07263 10.1315 6.07263H9.72008V8.50169H10.1315C10.813 8.50169 11.3658 7.95766 11.3658 7.28712Z', fill: `url(#${gradientId})` }), (0, jsx_runtime_1.jsx)("path", { d: 'M13.5946 10.9743C13.5458 10.8673 13.4389 10.7998 13.3226 10.7998C13.2063 10.7998 13.0993 10.8673 13.0506 10.9743L12.0544 13.131L9.89703 14.1269C9.78824 14.1775 9.7207 14.2845 9.7207 14.4007C9.7207 14.517 9.78824 14.6239 9.89516 14.6727L12.0526 15.6686L13.0487 17.8253C13.0974 17.9323 13.2044 17.9998 13.3207 17.9998C13.437 17.9998 13.544 17.9323 13.5927 17.8253L14.5888 15.6686L16.7462 14.6727C16.8532 14.6239 16.9207 14.517 16.9207 14.4007C16.9207 14.2845 16.8532 14.1775 16.7462 14.1288L14.5888 13.1329L13.5927 10.9761L13.5946 10.9743Z', fill: `url(#${shineGradientId})` })] }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("linearGradient", { id: gradientId, x1: '12.6001', y1: '6.48', x2: '1.08008', y2: '6.48', gradientUnits: 'userSpaceOnUse', children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: '#6E49FF' }), (0, jsx_runtime_1.jsx)("stop", { offset: '1', stopColor: '#CC3559' })] }), (0, jsx_runtime_1.jsxs)("linearGradient", { id: shineGradientId, x1: '9.7207', y1: '14.3998', x2: '16.9207', y2: '14.3998', gradientUnits: 'userSpaceOnUse', children: [(0, jsx_runtime_1.jsx)("stop", { stopColor: '#6E49FF' }), (0, jsx_runtime_1.jsx)("stop", { offset: '1', stopColor: '#CC3559' })] }), (0, jsx_runtime_1.jsx)("clipPath", { id: clipPathId, children: (0, jsx_runtime_1.jsx)("rect", { width: '18', height: '18', fill: 'white' }) })] })] }));
9
13
  };
10
14
  exports.AiSpecialistSvg = AiSpecialistSvg;
11
15
  //# sourceMappingURL=ai-specialist.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ai-specialist.js","sourceRoot":"","sources":["../../../../../src/components/system-debug-trace/icons/ai-specialist.tsx"],"names":[],"mappings":";;;;AAAO,MAAM,eAAe,GAAG,GAAG,EAAE;IAClC,OAAO;IACL,+DAA+D;IAC/D,iCACE,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,aAElC,4CAAa,yBAAyB,aACpC,iCACE,CAAC,EAAC,4rCAA4rC,EAC9rC,IAAI,EAAC,iCAAiC,GACtC,EACF,iCACE,CAAC,EAAC,2hBAA2hB,EAC7hB,IAAI,EAAC,iCAAiC,GACtC,IACA,EACJ,6CACE,4CACE,EAAE,EAAC,2BAA2B,EAC9B,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,MAAM,EACT,aAAa,EAAC,gBAAgB,aAE9B,+CAAiB,SAAS,GAAG,EAC7B,iCAAM,MAAM,EAAC,GAAG,gBAAY,SAAS,GAAG,IACzB,EACjB,4CACE,EAAE,EAAC,2BAA2B,EAC9B,EAAE,EAAC,QAAQ,EACX,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,SAAS,EACZ,aAAa,EAAC,gBAAgB,aAE9B,+CAAiB,SAAS,GAAG,EAC7B,iCAAM,MAAM,EAAC,GAAG,gBAAY,SAAS,GAAG,IACzB,EACjB,qCAAU,EAAE,EAAC,mBAAmB,YAC9B,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,GAAG,GACnC,IACN,IACH,CACP,CAAA;AACH,CAAC,CAAA;AAjDY,QAAA,eAAe,mBAiD3B"}
1
+ {"version":3,"file":"ai-specialist.js","sourceRoot":"","sources":["../../../../../src/components/system-debug-trace/icons/ai-specialist.tsx"],"names":[],"mappings":";;;;AAAA,iCAA6B;AAEtB,MAAM,eAAe,GAAG,GAAG,EAAE;IAClC,MAAM,UAAU,GAAG,IAAA,aAAK,GAAE,CAAC,UAAU,CAAC,GAAG,EAAE,EAAE,CAAC,CAAA;IAC9C,MAAM,eAAe,GAAG,IAAA,aAAK,GAAE,CAAC,UAAU,CAAC,GAAG,EAAE,EAAE,CAAC,CAAA;IACnD,MAAM,UAAU,GAAG,IAAA,aAAK,GAAE,CAAC,UAAU,CAAC,GAAG,EAAE,EAAE,CAAC,CAAA;IAE9C,OAAO;IACL,+DAA+D;IAC/D,iCACE,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,aAElC,+BAAG,QAAQ,EAAE,QAAQ,UAAU,GAAG,aAChC,iCACE,CAAC,EAAC,4rCAA4rC,EAC9rC,IAAI,EAAE,QAAQ,UAAU,GAAG,GAC3B,EACF,iCACE,CAAC,EAAC,2hBAA2hB,EAC7hB,IAAI,EAAE,QAAQ,eAAe,GAAG,GAChC,IACA,EACJ,6CACE,4CACE,EAAE,EAAE,UAAU,EACd,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,MAAM,EACT,aAAa,EAAC,gBAAgB,aAE9B,iCAAM,SAAS,EAAC,SAAS,GAAG,EAC5B,iCAAM,MAAM,EAAC,GAAG,EAAC,SAAS,EAAC,SAAS,GAAG,IACxB,EACjB,4CACE,EAAE,EAAE,eAAe,EACnB,EAAE,EAAC,QAAQ,EACX,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,SAAS,EACZ,EAAE,EAAC,SAAS,EACZ,aAAa,EAAC,gBAAgB,aAE9B,iCAAM,SAAS,EAAC,SAAS,GAAG,EAC5B,iCAAM,MAAM,EAAC,GAAG,EAAC,SAAS,EAAC,SAAS,GAAG,IACxB,EACjB,qCAAU,EAAE,EAAE,UAAU,YACtB,iCAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,IAAI,EAAC,OAAO,GAAG,GACnC,IACN,IACH,CACP,CAAA;AACH,CAAC,CAAA;AArDY,QAAA,eAAe,mBAqD3B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botonic/react",
3
- "version": "0.49.0-alpha.4",
3
+ "version": "0.49.0",
4
4
  "license": "MIT",
5
5
  "description": "Build Chatbots using React",
6
6
  "main": "./lib/cjs",
@@ -20,7 +20,7 @@
20
20
  "format": "biome format --write src/ tests/"
21
21
  },
22
22
  "dependencies": {
23
- "@botonic/core": "^0.49.0-alpha.4",
23
+ "@botonic/core": "^0.49.0",
24
24
  "axios": "^1.15.2",
25
25
  "emoji-picker-react": "^4.12.0",
26
26
  "lodash.merge": "^4.6.2",
@@ -1,4 +1,9 @@
1
+ import { useId } from 'react'
2
+
1
3
  export const AiRouterSvg = () => {
4
+ const gradientId = useId().replaceAll(':', '')
5
+ const shineGradientId = useId().replaceAll(':', '')
6
+
2
7
  return (
3
8
  // biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon
4
9
  <svg
@@ -10,15 +15,15 @@ export const AiRouterSvg = () => {
10
15
  >
11
16
  <path
12
17
  d='M3.93749 3.63077C4.42648 3.63077 4.85794 3.22807 4.85794 2.71032C4.85794 2.22132 4.42648 1.78986 3.93749 1.78986C3.41974 1.78986 3.01703 2.22132 3.01703 2.71032C3.01703 3.22807 3.41974 3.63077 3.93749 3.63077ZM6.23863 2.71032C6.23863 3.74582 5.54828 4.63752 4.62783 4.92516V7.77282C5.20312 7.34136 5.92222 7.08248 6.69885 7.08248H9.46022C10.582 7.08248 11.5313 6.16202 11.5313 5.01145V4.92516C10.582 4.63752 9.92044 3.74582 9.92044 2.71032C9.92044 1.44469 10.9272 0.40918 12.2216 0.40918C13.4872 0.40918 14.5227 1.44469 14.5227 2.71032C14.5227 3.74582 13.8323 4.63752 12.9119 4.92516V5.01145C12.9119 6.93865 11.3586 8.4632 9.46022 8.4632H6.69885C5.54828 8.4632 4.62783 9.41237 4.62783 10.5342V10.6492C5.54828 10.9369 6.23863 11.8285 6.23863 12.8353C6.23863 14.1297 5.20312 15.1365 3.93749 15.1365C2.6431 15.1365 1.63635 14.1297 1.63635 12.8353C1.63635 11.8285 2.29793 10.9369 3.24715 10.6492V10.5342V4.92516C2.29793 4.63752 1.63635 3.74582 1.63635 2.71032C1.63635 1.44469 2.6431 0.40918 3.93749 0.40918C5.20312 0.40918 6.23863 1.44469 6.23863 2.71032ZM13.142 2.71032C13.142 2.22132 12.7106 1.78986 12.2216 1.78986C11.7038 1.78986 11.3011 2.22132 11.3011 2.71032C11.3011 3.22807 11.7038 3.63077 12.2216 3.63077C12.7106 3.63077 13.142 3.22807 13.142 2.71032ZM3.93749 13.7558C4.42648 13.7558 4.85794 13.3531 4.85794 12.8353C4.85794 12.3463 4.42648 11.9149 3.93749 11.9149C3.41974 11.9149 3.01703 12.3463 3.01703 12.8353C3.01703 13.3531 3.41974 13.7558 3.93749 13.7558Z'
13
- fill='url(#ai-router-gradient-0)'
18
+ fill={`url(#${gradientId})`}
14
19
  />
15
20
  <path
16
21
  d='M12.5839 10.0164C12.5285 9.89486 12.4069 9.81812 12.2748 9.81812C12.1427 9.81812 12.0211 9.89486 11.9657 10.0164L10.8337 12.4672L8.38215 13.5989C8.25851 13.6565 8.18176 13.778 8.18176 13.9101C8.18176 14.0422 8.25851 14.1637 8.38002 14.2191L10.8316 15.3508L11.9636 17.8017C12.019 17.9232 12.1405 17.9999 12.2727 17.9999C12.4048 17.9999 12.5264 17.9232 12.5818 17.8017L13.7137 15.3508L16.1653 14.2191C16.2868 14.1637 16.3636 14.0422 16.3636 13.9101C16.3636 13.778 16.2868 13.6565 16.1653 13.6011L13.7137 12.4694L12.5818 10.0185L12.5839 10.0164Z'
17
- fill='url(#ai-router-gradient-1)'
22
+ fill={`url(#${shineGradientId})`}
18
23
  />
19
24
  <defs>
20
25
  <linearGradient
21
- id='ai-router-gradient-0'
26
+ id={gradientId}
22
27
  x1='1.63635'
23
28
  y1='7.77282'
24
29
  x2='14.5227'
@@ -29,7 +34,7 @@ export const AiRouterSvg = () => {
29
34
  <stop offset='1' stopColor='#CC3559' />
30
35
  </linearGradient>
31
36
  <linearGradient
32
- id='ai-router-gradient-1'
37
+ id={shineGradientId}
33
38
  x1='8.18176'
34
39
  y1='13.909'
35
40
  x2='16.3636'
@@ -1,4 +1,10 @@
1
+ import { useId } from 'react'
2
+
1
3
  export const AiSpecialistSvg = () => {
4
+ const gradientId = useId().replaceAll(':', '')
5
+ const shineGradientId = useId().replaceAll(':', '')
6
+ const clipPathId = useId().replaceAll(':', '')
7
+
2
8
  return (
3
9
  // biome-ignore lint/a11y/noSvgWithoutTitle: This is a SVG icon
4
10
  <svg
@@ -8,40 +14,40 @@ export const AiSpecialistSvg = () => {
8
14
  fill='none'
9
15
  xmlns='http://www.w3.org/2000/svg'
10
16
  >
11
- <g clip-path='url(#clip0_32703_18954)'>
17
+ <g clipPath={`url(#${clipPathId})`}>
12
18
  <path
13
19
  d='M11.3375 5.16679C11.0855 2.9427 9.16719 1.21452 6.84008 1.21452C4.51294 1.21452 2.59465 2.9427 2.34265 5.16679C2.70008 4.96943 3.11151 4.8581 3.54865 4.8581H3.96008C4.64151 4.8581 5.19436 5.40211 5.19436 6.07263V8.50169C5.19436 9.17222 4.64151 9.71618 3.96008 9.71618H3.54865C3.09865 9.71618 2.67694 9.59731 2.31436 9.39233V9.92117C2.31436 10.9282 3.14494 11.7429 4.16579 11.7429H5.19436C5.19436 11.0724 5.74722 10.5284 6.42865 10.5284H7.25151C7.93294 10.5284 8.48578 11.0724 8.48578 11.7429C8.48578 12.4134 7.93294 12.9575 7.25151 12.9575C6.12008 12.9575 6.32579 12.9575 4.16837 12.96C2.46351 12.96 1.08008 11.6012 1.08008 9.92369V5.66778C1.08008 2.53786 3.65922 0 6.84008 0C10.021 0 12.6001 2.53786 12.6001 5.66778V7.28712C12.6001 8.62819 11.4944 9.71618 10.1315 9.71618H9.72008C9.03867 9.71618 8.48578 9.17222 8.48578 8.50169V6.07263C8.48578 5.40211 9.03867 4.8581 9.72008 4.8581H10.1315C10.5687 4.8581 10.9801 4.96943 11.3375 5.16679ZM3.54865 6.07263C2.86722 6.07263 2.31436 6.61663 2.31436 7.28712C2.31436 7.95766 2.86722 8.50169 3.54865 8.50169H3.96008V6.07263H3.54865ZM11.3658 7.28712C11.3658 6.61663 10.813 6.07263 10.1315 6.07263H9.72008V8.50169H10.1315C10.813 8.50169 11.3658 7.95766 11.3658 7.28712Z'
14
- fill='url(#paint0_linear_32703_18954)'
20
+ fill={`url(#${gradientId})`}
15
21
  />
16
22
  <path
17
23
  d='M13.5946 10.9743C13.5458 10.8673 13.4389 10.7998 13.3226 10.7998C13.2063 10.7998 13.0993 10.8673 13.0506 10.9743L12.0544 13.131L9.89703 14.1269C9.78824 14.1775 9.7207 14.2845 9.7207 14.4007C9.7207 14.517 9.78824 14.6239 9.89516 14.6727L12.0526 15.6686L13.0487 17.8253C13.0974 17.9323 13.2044 17.9998 13.3207 17.9998C13.437 17.9998 13.544 17.9323 13.5927 17.8253L14.5888 15.6686L16.7462 14.6727C16.8532 14.6239 16.9207 14.517 16.9207 14.4007C16.9207 14.2845 16.8532 14.1775 16.7462 14.1288L14.5888 13.1329L13.5927 10.9761L13.5946 10.9743Z'
18
- fill='url(#paint1_linear_32703_18954)'
24
+ fill={`url(#${shineGradientId})`}
19
25
  />
20
26
  </g>
21
27
  <defs>
22
28
  <linearGradient
23
- id='paint0_linear_32703_18954'
29
+ id={gradientId}
24
30
  x1='12.6001'
25
31
  y1='6.48'
26
32
  x2='1.08008'
27
33
  y2='6.48'
28
34
  gradientUnits='userSpaceOnUse'
29
35
  >
30
- <stop stop-color='#6E49FF' />
31
- <stop offset='1' stop-color='#CC3559' />
36
+ <stop stopColor='#6E49FF' />
37
+ <stop offset='1' stopColor='#CC3559' />
32
38
  </linearGradient>
33
39
  <linearGradient
34
- id='paint1_linear_32703_18954'
40
+ id={shineGradientId}
35
41
  x1='9.7207'
36
42
  y1='14.3998'
37
43
  x2='16.9207'
38
44
  y2='14.3998'
39
45
  gradientUnits='userSpaceOnUse'
40
46
  >
41
- <stop stop-color='#6E49FF' />
42
- <stop offset='1' stop-color='#CC3559' />
47
+ <stop stopColor='#6E49FF' />
48
+ <stop offset='1' stopColor='#CC3559' />
43
49
  </linearGradient>
44
- <clipPath id='clip0_32703_18954'>
50
+ <clipPath id={clipPathId}>
45
51
  <rect width='18' height='18' fill='white' />
46
52
  </clipPath>
47
53
  </defs>