@liner-fe/prism 2.12.6 → 2.12.8
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.css +56 -45
- package/lib/index.d.ts +4 -2
- package/lib/index.js +37 -43
- package/package.json +5 -5
package/lib/index.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
|
|
3
3
|
/* esbuild-sass-plugin:css-chunk:src/components/Button/style.module.scss */
|
|
4
|
-
.
|
|
4
|
+
._button_10jfg_1 {
|
|
5
5
|
position: relative;
|
|
6
6
|
display: flex;
|
|
7
7
|
align-items: center;
|
|
@@ -16,163 +16,174 @@
|
|
|
16
16
|
overflow: hidden;
|
|
17
17
|
cursor: pointer;
|
|
18
18
|
}
|
|
19
|
-
.
|
|
19
|
+
._button_10jfg_1:disabled:not(._loading-with-disabled_10jfg_16) {
|
|
20
20
|
cursor: not-allowed;
|
|
21
21
|
}
|
|
22
|
-
.
|
|
22
|
+
._button_10jfg_1:disabled._loading-with-disabled_10jfg_16 {
|
|
23
23
|
cursor: not-allowed;
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
._primary_10jfg_23 {
|
|
26
26
|
color: var(--inverse-label-static-primary);
|
|
27
27
|
background: var(--brand-container-mid);
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
._primary_10jfg_23:not(:disabled):hover {
|
|
30
30
|
background: var(--brand-container-mid-hover);
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
._primary_10jfg_23:disabled:not(._loading_10jfg_16) {
|
|
33
33
|
background: var(--neutral-fill-overlay-mid);
|
|
34
34
|
color: var(--neutral-label-tertiary);
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
._secondary_10jfg_35 {
|
|
37
37
|
color: var(--brand-label-primary);
|
|
38
38
|
background: var(--neutral-fill-opaque-lowest);
|
|
39
39
|
border: 1px solid var(--brand-border-opaque-strong);
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
._secondary_10jfg_35:not(:disabled):hover {
|
|
42
42
|
background: var(--brand-fill-low-hover);
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
._secondary_10jfg_35:disabled:not(._loading_10jfg_16) {
|
|
45
45
|
border: 1px solid var(--neutral-border-overlay-normal);
|
|
46
46
|
color: var(--neutral-label-tertiary);
|
|
47
47
|
}
|
|
48
|
-
.
|
|
48
|
+
._tertiary_10jfg_48 {
|
|
49
49
|
color: var(--neutral-label-primary);
|
|
50
50
|
background: var(--neutral-fill-opaque-lowest);
|
|
51
51
|
border: 1px solid var(--neutral-border-overlay-normal);
|
|
52
52
|
}
|
|
53
|
-
.
|
|
53
|
+
._tertiary_10jfg_48:not(:disabled):hover {
|
|
54
54
|
background: var(--neutral-fill-opaque-lowest-hover);
|
|
55
55
|
}
|
|
56
|
-
.
|
|
56
|
+
._tertiary_10jfg_48:disabled:not(._loading_10jfg_16) {
|
|
57
57
|
color: var(--neutral-label-tertiary);
|
|
58
58
|
}
|
|
59
|
-
.
|
|
59
|
+
._quaternary_10jfg_60 {
|
|
60
60
|
color: var(--neutral-label-primary);
|
|
61
61
|
background: var(--neutral-fill-overlay-lowest);
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
._quaternary_10jfg_60:not(:disabled):hover {
|
|
64
64
|
background: var(--neutral-fill-overlay-lowest-hover);
|
|
65
65
|
}
|
|
66
|
-
.
|
|
66
|
+
._quaternary_10jfg_60:disabled:not(._loading_10jfg_16) {
|
|
67
67
|
background: var(--neutral-fill-overlay-mid);
|
|
68
68
|
color: var(--neutral-label-tertiary);
|
|
69
69
|
}
|
|
70
|
-
.
|
|
70
|
+
._quinary_10jfg_72 {
|
|
71
71
|
color: var(--neutral-label-secondary);
|
|
72
72
|
background: var(--neutral-container-lowest);
|
|
73
73
|
}
|
|
74
|
-
.
|
|
74
|
+
._quinary_10jfg_72:not(:disabled):hover {
|
|
75
75
|
background: var(--neutral-fill-overlay-lowest-hover);
|
|
76
76
|
}
|
|
77
|
-
.
|
|
77
|
+
._quinary_10jfg_72:disabled:not(._loading_10jfg_16) {
|
|
78
78
|
background: none;
|
|
79
79
|
color: var(--neutral-label-quaternary);
|
|
80
80
|
}
|
|
81
|
-
.
|
|
81
|
+
._negative_10jfg_84 {
|
|
82
82
|
color: var(--inverse-label-static-primary);
|
|
83
83
|
background: var(--function-fill-negative-mid);
|
|
84
84
|
}
|
|
85
|
-
.
|
|
85
|
+
._negative_10jfg_84:not(:disabled):hover {
|
|
86
86
|
background: var(--function-fill-negative-mid-hover);
|
|
87
87
|
}
|
|
88
|
-
.
|
|
88
|
+
._negative_10jfg_84:disabled:not(._loading_10jfg_16) {
|
|
89
89
|
background: var(--neutral-fill-overlay-mid);
|
|
90
90
|
color: var(--neutral-label-tertiary);
|
|
91
91
|
}
|
|
92
|
-
.
|
|
92
|
+
._static_10jfg_96 {
|
|
93
93
|
background: var(--neutral-container-static-lowest);
|
|
94
94
|
color: var(--neutral-label-static-primary);
|
|
95
95
|
}
|
|
96
|
-
.
|
|
96
|
+
._static_10jfg_96:not(:disabled):hover {
|
|
97
97
|
background: var(--neutral-container-static-lowest-hover);
|
|
98
98
|
}
|
|
99
|
-
.
|
|
99
|
+
._static_10jfg_96:disabled:not(._loading_10jfg_16) {
|
|
100
100
|
background: var(--neutral-fill-overlay-mid);
|
|
101
101
|
color: var(--neutral-label-tertiary);
|
|
102
102
|
}
|
|
103
|
-
._inverse-
|
|
103
|
+
._inverse-static_10jfg_108 {
|
|
104
104
|
background: var(--inverse-container-static-high);
|
|
105
105
|
color: var(--inverse-label-static-primary);
|
|
106
106
|
}
|
|
107
|
-
._inverse-
|
|
107
|
+
._inverse-static_10jfg_108:not(:disabled):hover {
|
|
108
108
|
background: var(--inverse-container-static-high-hover);
|
|
109
109
|
}
|
|
110
|
-
._inverse-
|
|
110
|
+
._inverse-static_10jfg_108:disabled:not(._loading_10jfg_16) {
|
|
111
111
|
background: var(--inverse-label-tertiary);
|
|
112
112
|
color: var(--inverse-label-tertiary);
|
|
113
113
|
}
|
|
114
|
-
.
|
|
114
|
+
._cta_10jfg_120 {
|
|
115
115
|
border-radius: var(--lp-sys-radius-m);
|
|
116
116
|
width: fit-content;
|
|
117
117
|
height: 48px;
|
|
118
118
|
gap: 8px;
|
|
119
119
|
min-width: 48px;
|
|
120
120
|
}
|
|
121
|
-
.
|
|
121
|
+
._l_10jfg_16 {
|
|
122
122
|
border-radius: var(--lp-sys-radius-s);
|
|
123
123
|
width: fit-content;
|
|
124
124
|
height: 40px;
|
|
125
125
|
min-width: 40px;
|
|
126
126
|
}
|
|
127
|
-
.
|
|
127
|
+
._m_10jfg_135 {
|
|
128
128
|
border-radius: var(--lp-sys-radius-s);
|
|
129
129
|
width: fit-content;
|
|
130
130
|
height: 32px;
|
|
131
131
|
min-width: 32px;
|
|
132
132
|
}
|
|
133
|
-
.
|
|
133
|
+
._s_10jfg_35 {
|
|
134
134
|
border-radius: var(--lp-sys-radius-xs);
|
|
135
135
|
width: fit-content;
|
|
136
136
|
height: 24px;
|
|
137
137
|
min-width: 24px;
|
|
138
138
|
}
|
|
139
|
-
._align-
|
|
139
|
+
._align-center_10jfg_149 > span {
|
|
140
140
|
width: 100%;
|
|
141
141
|
justify-content: center;
|
|
142
142
|
}
|
|
143
|
-
.
|
|
143
|
+
._content_10jfg_154 {
|
|
144
144
|
flex-shrink: 0;
|
|
145
145
|
line-height: 0;
|
|
146
|
-
padding: 0px var(--lp-sys-padding-component-100);
|
|
147
146
|
}
|
|
148
|
-
.
|
|
147
|
+
._full_10jfg_159 {
|
|
149
148
|
width: 100%;
|
|
150
149
|
}
|
|
151
|
-
._fit-
|
|
150
|
+
._fit-content_10jfg_163 {
|
|
152
151
|
width: fit-content;
|
|
153
152
|
}
|
|
154
|
-
.
|
|
153
|
+
._children_10jfg_167 {
|
|
155
154
|
position: relative;
|
|
156
155
|
display: flex;
|
|
157
156
|
align-items: center;
|
|
158
157
|
justify-content: center;
|
|
159
158
|
}
|
|
160
|
-
._cta-
|
|
161
|
-
padding: 0 var(--lp-sys-
|
|
159
|
+
._cta-children_10jfg_174 {
|
|
160
|
+
padding: 0 var(--lp-sys-padding-component-300);
|
|
162
161
|
gap: var(--lp-sys-gap-positive-100);
|
|
163
162
|
}
|
|
164
|
-
.
|
|
165
|
-
padding:
|
|
163
|
+
._cta-children_10jfg_174 ._content_10jfg_154 {
|
|
164
|
+
padding: 0px var(--lp-sys-padding-component-100);
|
|
165
|
+
}
|
|
166
|
+
._l-children_10jfg_182 {
|
|
167
|
+
padding: 0 var(--lp-sys-padding-component-200);
|
|
166
168
|
gap: var(--lp-sys-gap-positive-50);
|
|
167
169
|
}
|
|
168
|
-
.
|
|
169
|
-
padding:
|
|
170
|
+
._l-children_10jfg_182 ._content_10jfg_154 {
|
|
171
|
+
padding: 0px var(--lp-sys-padding-component-100);
|
|
172
|
+
}
|
|
173
|
+
._m-children_10jfg_190 {
|
|
174
|
+
padding: 0 var(--lp-sys-padding-component-150);
|
|
170
175
|
gap: var(--lp-sys-gap-positive-50);
|
|
171
176
|
}
|
|
172
|
-
.
|
|
173
|
-
padding:
|
|
177
|
+
._m-children_10jfg_190 ._content_10jfg_154 {
|
|
178
|
+
padding: 0px var(--lp-sys-padding-component-100);
|
|
179
|
+
}
|
|
180
|
+
._s-children_10jfg_198 {
|
|
181
|
+
padding: 0 var(--lp-sys-padding-component-100);
|
|
174
182
|
gap: var(--lp-sys-gap-positive-50);
|
|
175
183
|
}
|
|
184
|
+
._s-children_10jfg_198 ._content_10jfg_154 {
|
|
185
|
+
padding: 0px var(--lp-sys-padding-component-50);
|
|
186
|
+
}
|
|
176
187
|
|
|
177
188
|
/* esbuild-sass-plugin:css-chunk:src/components/Loading/style.module.scss */
|
|
178
189
|
._dots-loader-container_5kzc8_4 {
|
package/lib/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import { ToastProps } from '@radix-ui/react-toast';
|
|
|
9
9
|
import * as _artsy_fresnel_dist_Media from '@artsy/fresnel/dist/Media';
|
|
10
10
|
import { breakpointOrigin } from '@liner-fe/design-token';
|
|
11
11
|
import { Popover as Popover$1, Tooltip as Tooltip$1, Checkbox as Checkbox$1, RadioGroup, Select as Select$1, Label as Label$1 } from 'radix-ui';
|
|
12
|
-
import * as
|
|
12
|
+
import * as jotai from 'jotai';
|
|
13
13
|
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
14
14
|
import { PopoverProps, PopoverPortalProps } from '@radix-ui/react-popover';
|
|
15
15
|
import { IllustProps } from '@liner-fe/illust';
|
|
@@ -463,7 +463,9 @@ declare const SingleSnackbar: (props: SnackbarPropWithId & {
|
|
|
463
463
|
position: "left" | "right";
|
|
464
464
|
}) => react_jsx_runtime.JSX.Element;
|
|
465
465
|
|
|
466
|
-
declare const snackbarAtom:
|
|
466
|
+
declare const snackbarAtom: jotai.PrimitiveAtom<SnackbarPropWithId[]> & {
|
|
467
|
+
init: SnackbarPropWithId[];
|
|
468
|
+
};
|
|
467
469
|
declare const useSnackbar: () => {
|
|
468
470
|
open: (info: SnackbarProp) => void;
|
|
469
471
|
};
|
package/lib/index.js
CHANGED
|
@@ -25,30 +25,30 @@ import {
|
|
|
25
25
|
|
|
26
26
|
// src/components/Button/style.module.scss
|
|
27
27
|
var style_module_default = {
|
|
28
|
-
"button": "
|
|
29
|
-
"loading-with-disabled": "_loading-with-
|
|
30
|
-
"primary": "
|
|
31
|
-
"loading": "
|
|
32
|
-
"secondary": "
|
|
33
|
-
"tertiary": "
|
|
34
|
-
"quaternary": "
|
|
35
|
-
"quinary": "
|
|
36
|
-
"negative": "
|
|
37
|
-
"static": "
|
|
38
|
-
"inverse-static": "_inverse-
|
|
39
|
-
"cta": "
|
|
40
|
-
"l": "
|
|
41
|
-
"m": "
|
|
42
|
-
"s": "
|
|
43
|
-
"align-center": "_align-
|
|
44
|
-
"content": "
|
|
45
|
-
"full": "
|
|
46
|
-
"fit-content": "_fit-
|
|
47
|
-
"children": "
|
|
48
|
-
"cta-children": "_cta-
|
|
49
|
-
"l-children": "_l-
|
|
50
|
-
"m-children": "_m-
|
|
51
|
-
"s-children": "_s-
|
|
28
|
+
"button": "_button_10jfg_1",
|
|
29
|
+
"loading-with-disabled": "_loading-with-disabled_10jfg_16",
|
|
30
|
+
"primary": "_primary_10jfg_23",
|
|
31
|
+
"loading": "_loading_10jfg_16",
|
|
32
|
+
"secondary": "_secondary_10jfg_35",
|
|
33
|
+
"tertiary": "_tertiary_10jfg_48",
|
|
34
|
+
"quaternary": "_quaternary_10jfg_60",
|
|
35
|
+
"quinary": "_quinary_10jfg_72",
|
|
36
|
+
"negative": "_negative_10jfg_84",
|
|
37
|
+
"static": "_static_10jfg_96",
|
|
38
|
+
"inverse-static": "_inverse-static_10jfg_108",
|
|
39
|
+
"cta": "_cta_10jfg_120",
|
|
40
|
+
"l": "_l_10jfg_16",
|
|
41
|
+
"m": "_m_10jfg_135",
|
|
42
|
+
"s": "_s_10jfg_35",
|
|
43
|
+
"align-center": "_align-center_10jfg_149",
|
|
44
|
+
"content": "_content_10jfg_154",
|
|
45
|
+
"full": "_full_10jfg_159",
|
|
46
|
+
"fit-content": "_fit-content_10jfg_163",
|
|
47
|
+
"children": "_children_10jfg_167",
|
|
48
|
+
"cta-children": "_cta-children_10jfg_174",
|
|
49
|
+
"l-children": "_l-children_10jfg_182",
|
|
50
|
+
"m-children": "_m-children_10jfg_190",
|
|
51
|
+
"s-children": "_s-children_10jfg_198"
|
|
52
52
|
};
|
|
53
53
|
|
|
54
54
|
// src/components/Button/index.tsx
|
|
@@ -200,7 +200,7 @@ var defaultButtonVariants = cva2({
|
|
|
200
200
|
cta: [style_module_default.cta, "lp-sys-typo-paragraph2-normal-bold"],
|
|
201
201
|
l: [style_module_default.l, "lp-sys-typo-paragraph3-normal-bold"],
|
|
202
202
|
m: [style_module_default.m, "lp-sys-typo-paragraph4-normal-medium"],
|
|
203
|
-
s: [style_module_default.s, "lp-sys-typo-
|
|
203
|
+
s: [style_module_default.s, "lp-sys-typo-caption2-normal-regular"]
|
|
204
204
|
},
|
|
205
205
|
width: {
|
|
206
206
|
full: style_module_default.full,
|
|
@@ -329,19 +329,16 @@ var Button = forwardRef((props, ref) => /* @__PURE__ */ jsx2(DefaultButton, { ..
|
|
|
329
329
|
Button.displayName = "Button";
|
|
330
330
|
|
|
331
331
|
// src/hooks/useToast.ts
|
|
332
|
-
import { atom,
|
|
332
|
+
import { atom, useSetAtom } from "jotai";
|
|
333
333
|
|
|
334
334
|
// src/types/generateRandomId.ts
|
|
335
335
|
var generateRandomId = /* @__PURE__ */ __name(() => Date.now() + Math.random(), "generateRandomId");
|
|
336
336
|
|
|
337
337
|
// src/hooks/useToast.ts
|
|
338
338
|
import { millisecondsInSecond } from "date-fns/constants";
|
|
339
|
-
var toastAtom = atom(
|
|
340
|
-
default: [],
|
|
341
|
-
key: "toastAtoms"
|
|
342
|
-
});
|
|
339
|
+
var toastAtom = atom([]);
|
|
343
340
|
var useToast = /* @__PURE__ */ __name(() => {
|
|
344
|
-
const setToasts =
|
|
341
|
+
const setToasts = useSetAtom(toastAtom);
|
|
345
342
|
return {
|
|
346
343
|
open: /* @__PURE__ */ __name((toast) => {
|
|
347
344
|
const toastId = generateRandomId();
|
|
@@ -417,7 +414,7 @@ var Paragraph = forwardRef2(
|
|
|
417
414
|
);
|
|
418
415
|
|
|
419
416
|
// src/components/Toast/index.tsx
|
|
420
|
-
import {
|
|
417
|
+
import { useAtomValue, useSetAtom as useSetAtom2 } from "jotai";
|
|
421
418
|
import Lottie from "lottie-web";
|
|
422
419
|
|
|
423
420
|
// src/lottie/loading.json
|
|
@@ -898,7 +895,7 @@ import { millisecondsInSecond as millisecondsInSecond2 } from "date-fns/constant
|
|
|
898
895
|
import { jsx as jsx4, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
899
896
|
import { createElement } from "react";
|
|
900
897
|
var Toaster = /* @__PURE__ */ __name(() => {
|
|
901
|
-
const list =
|
|
898
|
+
const list = useAtomValue(toastAtom);
|
|
902
899
|
return /* @__PURE__ */ jsxs3(Provider, { children: [
|
|
903
900
|
list.map((props) => (
|
|
904
901
|
// eslint-disable-next-line react/prop-types
|
|
@@ -908,7 +905,7 @@ var Toaster = /* @__PURE__ */ __name(() => {
|
|
|
908
905
|
] });
|
|
909
906
|
}, "Toaster");
|
|
910
907
|
var SingleToast = /* @__PURE__ */ __name((props) => {
|
|
911
|
-
const setToast =
|
|
908
|
+
const setToast = useSetAtom2(toastAtom);
|
|
912
909
|
const timerRef = useRef();
|
|
913
910
|
const { message, icon, button, timer, toastId, isLoading } = props;
|
|
914
911
|
const [isOpen, setIsOpen] = useState(true);
|
|
@@ -2202,17 +2199,14 @@ var style_module_default14 = {
|
|
|
2202
2199
|
|
|
2203
2200
|
// src/components/Snackbar/index.tsx
|
|
2204
2201
|
import { Toast } from "radix-ui";
|
|
2205
|
-
import {
|
|
2202
|
+
import { useAtomValue as useAtomValue2, useSetAtom as useSetAtom4 } from "jotai";
|
|
2206
2203
|
|
|
2207
2204
|
// src/hooks/useSnackbar.ts
|
|
2208
|
-
import { atom as atom2,
|
|
2205
|
+
import { atom as atom2, useSetAtom as useSetAtom3 } from "jotai";
|
|
2209
2206
|
import { millisecondsInSecond as millisecondsInSecond3 } from "date-fns/constants";
|
|
2210
|
-
var snackbarAtom = atom2(
|
|
2211
|
-
key: "snackbarAtom",
|
|
2212
|
-
default: []
|
|
2213
|
-
});
|
|
2207
|
+
var snackbarAtom = atom2([]);
|
|
2214
2208
|
var useSnackbar = /* @__PURE__ */ __name(() => {
|
|
2215
|
-
const setSnackbar =
|
|
2209
|
+
const setSnackbar = useSetAtom3(snackbarAtom);
|
|
2216
2210
|
return {
|
|
2217
2211
|
open: /* @__PURE__ */ __name((info) => {
|
|
2218
2212
|
const snackbarId = generateRandomId();
|
|
@@ -2438,7 +2432,7 @@ import { Fragment as Fragment7, jsx as jsx26, jsxs as jsxs12 } from "react/jsx-r
|
|
|
2438
2432
|
import { createElement as createElement3 } from "react";
|
|
2439
2433
|
var { Provider: Provider2, Root: Root2, Viewport: Viewport2 } = Toast;
|
|
2440
2434
|
var Snackbar = /* @__PURE__ */ __name(() => {
|
|
2441
|
-
const list =
|
|
2435
|
+
const list = useAtomValue2(snackbarAtom);
|
|
2442
2436
|
const rightSnackbars = list.filter((snackbar) => snackbar.position !== "left");
|
|
2443
2437
|
const leftSnackbars = list.filter((snackbar) => snackbar.position === "left");
|
|
2444
2438
|
return /* @__PURE__ */ jsxs12(Fragment7, { children: [
|
|
@@ -2459,7 +2453,7 @@ var Snackbar = /* @__PURE__ */ __name(() => {
|
|
|
2459
2453
|
] });
|
|
2460
2454
|
}, "Snackbar");
|
|
2461
2455
|
var SingleSnackbar = /* @__PURE__ */ __name((props) => {
|
|
2462
|
-
const setSnackbar =
|
|
2456
|
+
const setSnackbar = useSetAtom4(snackbarAtom);
|
|
2463
2457
|
const timerRef = useRef3();
|
|
2464
2458
|
const { snackbarId, description, title, timer } = props;
|
|
2465
2459
|
const [isOpen, setIsOpen] = useState5(true);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liner-fe/prism",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"dependencies": {
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"radix-ui": "^1.4.3",
|
|
16
16
|
"react": "18.2.0",
|
|
17
17
|
"react-dom": "18.2.0",
|
|
18
|
-
"
|
|
19
|
-
"@liner-fe/design-token": "^2.5.
|
|
20
|
-
"@liner-fe/design-token-primitive": "^0.2.
|
|
21
|
-
"@liner-fe/icon": "^0.2.
|
|
18
|
+
"jotai": "^2.11.0",
|
|
19
|
+
"@liner-fe/design-token": "^2.5.50",
|
|
20
|
+
"@liner-fe/design-token-primitive": "^0.2.46",
|
|
21
|
+
"@liner-fe/icon": "^0.2.74",
|
|
22
22
|
"@liner-fe/illust": "^0.2.12"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|