@liner-fe/prism 3.0.12 → 3.0.13

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/lib/index.d.ts CHANGED
@@ -532,7 +532,7 @@ interface LoadingProps extends HTMLAttributes<HTMLSpanElement> {
532
532
  declare const Loading: ({ type, ...props }: LoadingProps) => react_jsx_runtime.JSX.Element;
533
533
 
534
534
  interface LogoSquareProps {
535
- type: 'circle' | 'favicon';
535
+ type: 'circle' | 'favicon' | 'symbol-main' | 'symbol-circle';
536
536
  size: number;
537
537
  className?: string;
538
538
  }
package/lib/index.js CHANGED
@@ -2581,6 +2581,48 @@ var Logo = /* @__PURE__ */ __name((props) => {
2581
2581
  }
2582
2582
  );
2583
2583
  }
2584
+ if (props.type === "symbol-main") {
2585
+ const { size, className } = props;
2586
+ return /* @__PURE__ */ jsx26(
2587
+ "svg",
2588
+ {
2589
+ width: size,
2590
+ height: size,
2591
+ viewBox: "0 0 48 48",
2592
+ fill: "none",
2593
+ xmlns: "http://www.w3.org/2000/svg",
2594
+ className,
2595
+ children: /* @__PURE__ */ jsx26(
2596
+ "path",
2597
+ {
2598
+ d: "M44.64 16.1672V3.24077C44.64 3.10534 44.5347 3 44.3993 3H31.373C31.373 3 31.2527 3.0301 31.2076 3.07524L23.7317 10.5391C23.7317 10.5391 23.6264 10.6144 23.5663 10.6144H9.833C9.833 10.6144 9.71266 10.6445 9.66754 10.6896L0.0707934 20.2452C-0.0796258 20.3957 0.0256677 20.6666 0.236255 20.6666H12.6158C12.9768 20.6666 13.2626 20.9525 13.2626 21.3137V34.1498C13.2626 34.2852 13.3678 34.3905 13.5032 34.3905H26.3641C26.7251 34.3905 27.0109 34.6915 27.0109 35.0376V47.3922C27.0109 47.6029 27.2666 47.7232 27.432 47.5728L36.8934 38.1225C36.8934 38.1225 36.9686 38.0172 36.9686 37.9419V24.0073C36.9686 24.0073 36.9987 23.8719 37.0438 23.8267L44.5648 16.3026C44.5648 16.3026 44.64 16.1973 44.64 16.122V16.1672ZM24.6493 22.2767V12.2546C24.6493 11.8935 24.9351 11.6076 25.2961 11.6076H35.3441C35.7051 11.6076 35.9909 11.8935 35.9909 12.2546V22.2767C35.9909 22.6379 35.7051 22.9238 35.3441 22.9238H25.2961C24.9351 22.9238 24.6493 22.6379 24.6493 22.2767Z",
2599
+ fill: vars.color["brand-label-secondary"]
2600
+ }
2601
+ )
2602
+ }
2603
+ );
2604
+ }
2605
+ if (props.type === "symbol-circle") {
2606
+ const { size, className } = props;
2607
+ return /* @__PURE__ */ jsx26(
2608
+ "svg",
2609
+ {
2610
+ width: size,
2611
+ height: size,
2612
+ viewBox: "0 0 48 48",
2613
+ fill: "none",
2614
+ xmlns: "http://www.w3.org/2000/svg",
2615
+ className,
2616
+ children: /* @__PURE__ */ jsx26(
2617
+ "path",
2618
+ {
2619
+ d: "M38.2863 19.6925V9.8935C38.2863 9.79083 38.2065 9.71098 38.1039 9.71098H28.2291C28.2291 9.71098 28.1379 9.73379 28.1037 9.76802L22.4365 15.4261C22.4365 15.4261 22.3567 15.4832 22.3111 15.4832H11.9004C11.9004 15.4832 11.8092 15.506 11.775 15.5402L4.5 22.784C4.38597 22.8981 4.46579 23.1034 4.62543 23.1034H14.0099C14.2836 23.1034 14.5002 23.3201 14.5002 23.5939V33.3245C14.5002 33.4272 14.58 33.507 14.6826 33.507H24.432C24.7057 33.507 24.9223 33.7352 24.9223 33.9976V43.3631C24.9223 43.5228 25.1162 43.6141 25.2416 43.5L32.4139 36.3361C32.4139 36.3361 32.4709 36.2562 32.4709 36.1992V25.6359C32.4709 25.6359 32.4937 25.5332 32.5279 25.499L38.2293 19.7952C38.2293 19.7952 38.2863 19.7154 38.2863 19.6583V19.6925ZM23.1321 24.324V16.7266C23.1321 16.4528 23.3487 16.2361 23.6224 16.2361H31.2394C31.5131 16.2361 31.7298 16.4528 31.7298 16.7266V24.324C31.7298 24.5978 31.5131 24.8145 31.2394 24.8145H23.6224C23.3487 24.8145 23.1321 24.5978 23.1321 24.324Z",
2620
+ fill: vars.color["brand-label-secondary"]
2621
+ }
2622
+ )
2623
+ }
2624
+ );
2625
+ }
2584
2626
  if (props.type === "circle") {
2585
2627
  const { size, className } = props;
2586
2628
  return /* @__PURE__ */ jsx26(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/prism",
3
- "version": "3.0.12",
3
+ "version": "3.0.13",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "dependencies": {
@@ -18,7 +18,7 @@
18
18
  "jotai": "^2.11.0",
19
19
  "@liner-fe/design-token": "^3.0.2",
20
20
  "@liner-fe/design-token-primitive": "^0.2.47",
21
- "@liner-fe/icon": "^2.0.2",
21
+ "@liner-fe/icon": "^2.0.4",
22
22
  "@liner-fe/illust": "^1.0.0"
23
23
  },
24
24
  "devDependencies": {