@liner-fe/prism 2.4.9 → 2.4.10
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/illust.d.ts +2 -2
- package/lib/index.d.ts +4 -2
- package/lib/index.js +3 -0
- package/lib/index.js.map +1 -1
- package/lib/static/illust/dark/spot-gift.webp +0 -0
- package/lib/static/illust/dark/spot-sign_up.webp +0 -0
- package/lib/static/illust/light/spot-gift.webp +0 -0
- package/lib/static/illust/light/spot-sign_up.webp +0 -0
- package/package.json +1 -1
package/lib/illust.d.ts
CHANGED
|
@@ -2,8 +2,8 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
|
2
2
|
import { ImageProps } from 'next/image';
|
|
3
3
|
import { Property } from 'csstype';
|
|
4
4
|
|
|
5
|
-
type LightIllustType = "hero-gift" | "hero-search" | "mini-approve" | "mini-documents-2" | "mini-documents-3" | "mini-documents-4" | "mini-documents-5" | "mini-documents" | "mini-egg" | "mini-empty-message" | "mini-gift" | "mini-graduation_hat" | "mini-not-search" | "mini-not-ticket-2" | "mini-private" | "mini-search" | "mini-ticket" | "mini-window" | "spot-catch_star" | "spot-clap" | "spot-empty" | "spot-no_search" | "spot-search-2" | "spot-search-3" | "spot-search-4" | "spot-search-5" | "spot-search" | "spot-write";
|
|
6
|
-
type DarkIllustType = "hero-gift" | "hero-search" | "mini-approve" | "mini-documents-2" | "mini-documents-3" | "mini-documents-4" | "mini-documents-5" | "mini-documents" | "mini-egg" | "mini-empty-message" | "mini-gift" | "mini-graduation_hat" | "mini-not-search" | "mini-not-ticket-2" | "mini-private" | "mini-search" | "mini-ticket" | "mini-window" | "spot-catch_star" | "spot-clap" | "spot-empty" | "spot-no_search" | "spot-search-2" | "spot-search-3" | "spot-search-4" | "spot-search-5" | "spot-search" | "spot-write";
|
|
5
|
+
type LightIllustType = "hero-gift" | "hero-search" | "mini-approve" | "mini-documents-2" | "mini-documents-3" | "mini-documents-4" | "mini-documents-5" | "mini-documents" | "mini-egg" | "mini-empty-message" | "mini-gift" | "mini-graduation_hat" | "mini-not-search" | "mini-not-ticket-2" | "mini-private" | "mini-search" | "mini-ticket" | "mini-window" | "spot-catch_star" | "spot-clap" | "spot-empty" | "spot-gift" | "spot-no_search" | "spot-search-2" | "spot-search-3" | "spot-search-4" | "spot-search-5" | "spot-search" | "spot-sign_up" | "spot-write";
|
|
6
|
+
type DarkIllustType = "hero-gift" | "hero-search" | "mini-approve" | "mini-documents-2" | "mini-documents-3" | "mini-documents-4" | "mini-documents-5" | "mini-documents" | "mini-egg" | "mini-empty-message" | "mini-gift" | "mini-graduation_hat" | "mini-not-search" | "mini-not-ticket-2" | "mini-private" | "mini-search" | "mini-ticket" | "mini-window" | "spot-catch_star" | "spot-clap" | "spot-empty" | "spot-gift" | "spot-no_search" | "spot-search-2" | "spot-search-3" | "spot-search-4" | "spot-search-5" | "spot-search" | "spot-sign_up" | "spot-write";
|
|
7
7
|
type IllustType = DarkIllustType | LightIllustType;
|
|
8
8
|
|
|
9
9
|
interface Source<T extends false | true = true> {
|
package/lib/index.d.ts
CHANGED
|
@@ -526,11 +526,13 @@ declare const Loading: ({ size, level }: LoadingProps) => react_jsx_runtime.JSX.
|
|
|
526
526
|
interface LogoDefaultProps {
|
|
527
527
|
type: 'circle' | 'favicon';
|
|
528
528
|
size: number;
|
|
529
|
+
className?: string;
|
|
529
530
|
}
|
|
530
531
|
interface CombinationProps {
|
|
531
532
|
type: 'combination';
|
|
532
533
|
width: number;
|
|
533
534
|
height: number;
|
|
535
|
+
className?: string;
|
|
534
536
|
}
|
|
535
537
|
type LogoProps = LogoDefaultProps | CombinationProps;
|
|
536
538
|
declare const Logo: (props: LogoProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -565,8 +567,8 @@ interface RestrictedButtonProps {
|
|
|
565
567
|
onClick?: MouseEventHandler<HTMLButtonElement>;
|
|
566
568
|
}
|
|
567
569
|
|
|
568
|
-
type LightIllustType = "hero-gift" | "hero-search" | "mini-approve" | "mini-documents-2" | "mini-documents-3" | "mini-documents-4" | "mini-documents-5" | "mini-documents" | "mini-egg" | "mini-empty-message" | "mini-gift" | "mini-graduation_hat" | "mini-not-search" | "mini-not-ticket-2" | "mini-private" | "mini-search" | "mini-ticket" | "mini-window" | "spot-catch_star" | "spot-clap" | "spot-empty" | "spot-no_search" | "spot-search-2" | "spot-search-3" | "spot-search-4" | "spot-search-5" | "spot-search" | "spot-write";
|
|
569
|
-
type DarkIllustType = "hero-gift" | "hero-search" | "mini-approve" | "mini-documents-2" | "mini-documents-3" | "mini-documents-4" | "mini-documents-5" | "mini-documents" | "mini-egg" | "mini-empty-message" | "mini-gift" | "mini-graduation_hat" | "mini-not-search" | "mini-not-ticket-2" | "mini-private" | "mini-search" | "mini-ticket" | "mini-window" | "spot-catch_star" | "spot-clap" | "spot-empty" | "spot-no_search" | "spot-search-2" | "spot-search-3" | "spot-search-4" | "spot-search-5" | "spot-search" | "spot-write";
|
|
570
|
+
type LightIllustType = "hero-gift" | "hero-search" | "mini-approve" | "mini-documents-2" | "mini-documents-3" | "mini-documents-4" | "mini-documents-5" | "mini-documents" | "mini-egg" | "mini-empty-message" | "mini-gift" | "mini-graduation_hat" | "mini-not-search" | "mini-not-ticket-2" | "mini-private" | "mini-search" | "mini-ticket" | "mini-window" | "spot-catch_star" | "spot-clap" | "spot-empty" | "spot-gift" | "spot-no_search" | "spot-search-2" | "spot-search-3" | "spot-search-4" | "spot-search-5" | "spot-search" | "spot-sign_up" | "spot-write";
|
|
571
|
+
type DarkIllustType = "hero-gift" | "hero-search" | "mini-approve" | "mini-documents-2" | "mini-documents-3" | "mini-documents-4" | "mini-documents-5" | "mini-documents" | "mini-egg" | "mini-empty-message" | "mini-gift" | "mini-graduation_hat" | "mini-not-search" | "mini-not-ticket-2" | "mini-private" | "mini-search" | "mini-ticket" | "mini-window" | "spot-catch_star" | "spot-clap" | "spot-empty" | "spot-gift" | "spot-no_search" | "spot-search-2" | "spot-search-3" | "spot-search-4" | "spot-search-5" | "spot-search" | "spot-sign_up" | "spot-write";
|
|
570
572
|
type IllustType = DarkIllustType | LightIllustType;
|
|
571
573
|
|
|
572
574
|
interface Source<T extends false | true = true> {
|
package/lib/index.js
CHANGED
|
@@ -13168,6 +13168,7 @@ var Logo = /* @__PURE__ */ __name((props) => {
|
|
|
13168
13168
|
viewBox: "0 0 139 36",
|
|
13169
13169
|
fill: "none",
|
|
13170
13170
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13171
|
+
className: props?.className,
|
|
13171
13172
|
children: [
|
|
13172
13173
|
/* @__PURE__ */ (0, import_jsx_runtime205.jsxs)("g", { clipPath: "url(#clip0_808_3091)", children: [
|
|
13173
13174
|
/* @__PURE__ */ (0, import_jsx_runtime205.jsx)(
|
|
@@ -13235,6 +13236,7 @@ var Logo = /* @__PURE__ */ __name((props) => {
|
|
|
13235
13236
|
viewBox: "0 0 48 48",
|
|
13236
13237
|
fill: "none",
|
|
13237
13238
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13239
|
+
className: props?.className,
|
|
13238
13240
|
children: /* @__PURE__ */ (0, import_jsx_runtime205.jsx)(
|
|
13239
13241
|
"path",
|
|
13240
13242
|
{
|
|
@@ -13255,6 +13257,7 @@ var Logo = /* @__PURE__ */ __name((props) => {
|
|
|
13255
13257
|
viewBox: "0 0 48 48",
|
|
13256
13258
|
fill: "none",
|
|
13257
13259
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13260
|
+
className: props?.className,
|
|
13258
13261
|
children: /* @__PURE__ */ (0, import_jsx_runtime205.jsx)(
|
|
13259
13262
|
"path",
|
|
13260
13263
|
{
|