@selfcommunity/react-theme-default 0.1.0-alpha.121 → 0.1.0-alpha.123
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/cjs/components/SCLightbox.d.ts +350 -0
- package/lib/cjs/components/SCLightbox.d.ts.map +1 -1
- package/lib/cjs/components/SCLightbox.js +371 -3
- package/lib/cjs/components/SCLightbox.js.map +1 -1
- package/lib/cjs/components/SCNavigationToolbar.d.ts +3 -0
- package/lib/cjs/components/SCNavigationToolbar.d.ts.map +1 -1
- package/lib/cjs/components/SCNavigationToolbar.js +4 -1
- package/lib/cjs/components/SCNavigationToolbar.js.map +1 -1
- package/lib/cjs/components/SCUserProfileHeader.d.ts +0 -3
- package/lib/cjs/components/SCUserProfileHeader.d.ts.map +1 -1
- package/lib/cjs/components/SCUserProfileHeader.js +1 -4
- package/lib/cjs/components/SCUserProfileHeader.js.map +1 -1
- package/lib/cjs/fonts/community/icons.eot +0 -0
- package/lib/cjs/fonts/community/icons.svg +195 -177
- package/lib/cjs/fonts/community/icons.ttf +0 -0
- package/lib/cjs/fonts/community/icons.woff +0 -0
- package/lib/cjs/fonts/community/icons.woff2 +0 -0
- package/lib/cjs/fonts/community-icons.css +43 -16
- package/lib/cjs/index.d.ts +353 -3
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/esm/components/SCLightbox.d.ts +350 -0
- package/lib/esm/components/SCLightbox.d.ts.map +1 -1
- package/lib/esm/components/SCLightbox.js +371 -3
- package/lib/esm/components/SCLightbox.js.map +1 -1
- package/lib/esm/components/SCNavigationToolbar.d.ts +3 -0
- package/lib/esm/components/SCNavigationToolbar.d.ts.map +1 -1
- package/lib/esm/components/SCNavigationToolbar.js +4 -1
- package/lib/esm/components/SCNavigationToolbar.js.map +1 -1
- package/lib/esm/components/SCUserProfileHeader.d.ts +0 -3
- package/lib/esm/components/SCUserProfileHeader.d.ts.map +1 -1
- package/lib/esm/components/SCUserProfileHeader.js +1 -4
- package/lib/esm/components/SCUserProfileHeader.js.map +1 -1
- package/lib/esm/fonts/community/icons.eot +0 -0
- package/lib/esm/fonts/community/icons.svg +195 -177
- package/lib/esm/fonts/community/icons.ttf +0 -0
- package/lib/esm/fonts/community/icons.woff +0 -0
- package/lib/esm/fonts/community/icons.woff2 +0 -0
- package/lib/esm/fonts/community-icons.css +43 -16
- package/lib/esm/index.d.ts +353 -3
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/umd/community/icons.eot +0 -0
- package/lib/umd/community/icons.svg +195 -177
- package/lib/umd/community/icons.ttf +0 -0
- package/lib/umd/community/icons.woff +0 -0
- package/lib/umd/community/icons.woff2 +0 -0
- package/lib/umd/react-theme-default.js +32 -19
- package/lib/umd/react-theme-default.js.map +1 -1
- package/package.json +4 -4
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'community-icons';
|
|
3
|
-
src: url('./community/icons.eot?
|
|
4
|
-
src: url('./community/icons.eot?
|
|
5
|
-
url('./community/icons.woff2?
|
|
6
|
-
url('./community/icons.ttf?
|
|
7
|
-
url('./community/icons.woff?
|
|
8
|
-
url('./community/icons.svg?
|
|
3
|
+
src: url('./community/icons.eot?xgaocv');
|
|
4
|
+
src: url('./community/icons.eot?xgaocv#iefix') format('embedded-opentype'),
|
|
5
|
+
url('./community/icons.woff2?xgaocv') format('woff2'),
|
|
6
|
+
url('./community/icons.ttf?xgaocv') format('truetype'),
|
|
7
|
+
url('./community/icons.woff?xgaocv') format('woff'),
|
|
8
|
+
url('./community/icons.svg?xgaocv#community') format('svg');
|
|
9
9
|
font-weight: normal;
|
|
10
10
|
font-style: normal;
|
|
11
11
|
font-display: block;
|
|
@@ -36,9 +36,45 @@
|
|
|
36
36
|
-moz-osx-font-smoothing: grayscale;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.icon-
|
|
39
|
+
.icon-CalendarIcon:before {
|
|
40
|
+
content: "\e904";
|
|
41
|
+
}
|
|
42
|
+
.icon-format_align_justify:before {
|
|
40
43
|
content: "\e90f";
|
|
41
44
|
}
|
|
45
|
+
.icon-format_heading_1:before {
|
|
46
|
+
content: "\e917";
|
|
47
|
+
}
|
|
48
|
+
.icon-format_heading_2:before {
|
|
49
|
+
content: "\e918";
|
|
50
|
+
}
|
|
51
|
+
.icon-format_heading_3:before {
|
|
52
|
+
content: "\e958";
|
|
53
|
+
}
|
|
54
|
+
.icon-format_horizontal_rule:before {
|
|
55
|
+
content: "\e959";
|
|
56
|
+
}
|
|
57
|
+
.icon-format_paragraph:before {
|
|
58
|
+
content: "\e95a";
|
|
59
|
+
}
|
|
60
|
+
.icon-format_subscript:before {
|
|
61
|
+
content: "\e95b";
|
|
62
|
+
}
|
|
63
|
+
.icon-format_superscript:before {
|
|
64
|
+
content: "\e95c";
|
|
65
|
+
}
|
|
66
|
+
.icon-close:before {
|
|
67
|
+
content: "\e95d";
|
|
68
|
+
}
|
|
69
|
+
.icon-expand_less:before {
|
|
70
|
+
content: "\e95e";
|
|
71
|
+
}
|
|
72
|
+
.icon-expand_more:before {
|
|
73
|
+
content: "\e95f";
|
|
74
|
+
}
|
|
75
|
+
.icon-arrow_back:before {
|
|
76
|
+
content: "\e960";
|
|
77
|
+
}
|
|
42
78
|
.icon-access_time:before {
|
|
43
79
|
content: "\e900";
|
|
44
80
|
}
|
|
@@ -51,9 +87,6 @@
|
|
|
51
87
|
.icon-add:before {
|
|
52
88
|
content: "\e903";
|
|
53
89
|
}
|
|
54
|
-
.icon-arrow_back:before {
|
|
55
|
-
content: "\e904";
|
|
56
|
-
}
|
|
57
90
|
.icon-attach_file:before {
|
|
58
91
|
content: "\e905";
|
|
59
92
|
}
|
|
@@ -105,12 +138,6 @@
|
|
|
105
138
|
.icon-error:before {
|
|
106
139
|
content: "\e916";
|
|
107
140
|
}
|
|
108
|
-
.icon-expand_less:before {
|
|
109
|
-
content: "\e917";
|
|
110
|
-
}
|
|
111
|
-
.icon-expand_more:before {
|
|
112
|
-
content: "\e918";
|
|
113
|
-
}
|
|
114
141
|
.icon-explore:before {
|
|
115
142
|
content: "\e919";
|
|
116
143
|
}
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -2100,6 +2100,356 @@ declare const theme: {
|
|
|
2100
2100
|
styleOverrides: {
|
|
2101
2101
|
root: ({ theme }: any) => {
|
|
2102
2102
|
zIndex: number;
|
|
2103
|
+
backgroundColor: string;
|
|
2104
|
+
'& .SCLightbox-ril-outer': {
|
|
2105
|
+
backgroundColor: string;
|
|
2106
|
+
outline: string;
|
|
2107
|
+
top: number;
|
|
2108
|
+
left: number;
|
|
2109
|
+
right: number;
|
|
2110
|
+
bottom: number;
|
|
2111
|
+
zIndex: number;
|
|
2112
|
+
width: string;
|
|
2113
|
+
height: string;
|
|
2114
|
+
msContentZooming: string;
|
|
2115
|
+
msUserSelect: string;
|
|
2116
|
+
msTouchSelect: string;
|
|
2117
|
+
touchAction: string;
|
|
2118
|
+
};
|
|
2119
|
+
'& .SCLightbox-ril-outer-closing': {
|
|
2120
|
+
opacity: number;
|
|
2121
|
+
};
|
|
2122
|
+
'& .SCLightbox-ril-inner': {
|
|
2123
|
+
position: string;
|
|
2124
|
+
top: number;
|
|
2125
|
+
left: number;
|
|
2126
|
+
right: number;
|
|
2127
|
+
bottom: number;
|
|
2128
|
+
};
|
|
2129
|
+
'& .SCLightbox-ril-image': {
|
|
2130
|
+
position: string;
|
|
2131
|
+
top: number;
|
|
2132
|
+
left: number;
|
|
2133
|
+
right: number;
|
|
2134
|
+
bottom: number;
|
|
2135
|
+
margin: string;
|
|
2136
|
+
maxWidth: string;
|
|
2137
|
+
msContentZooming: string;
|
|
2138
|
+
msUserSelect: string;
|
|
2139
|
+
msTouchSelect: string;
|
|
2140
|
+
touchAction: string;
|
|
2141
|
+
};
|
|
2142
|
+
'& .SCLightbox-ril-image-discourager': {
|
|
2143
|
+
backgroundRepeat: string;
|
|
2144
|
+
backgroundPosition: string;
|
|
2145
|
+
backgroundSize: string;
|
|
2146
|
+
};
|
|
2147
|
+
'& .SCLightbox-ril-nav-buttons': {
|
|
2148
|
+
border: string;
|
|
2149
|
+
position: string;
|
|
2150
|
+
top: number;
|
|
2151
|
+
bottom: number;
|
|
2152
|
+
width: number;
|
|
2153
|
+
height: number;
|
|
2154
|
+
padding: string;
|
|
2155
|
+
margin: string;
|
|
2156
|
+
cursor: string;
|
|
2157
|
+
opacity: number;
|
|
2158
|
+
'&:hover': {
|
|
2159
|
+
opacity: number;
|
|
2160
|
+
};
|
|
2161
|
+
'&:active': {
|
|
2162
|
+
opacity: number;
|
|
2163
|
+
};
|
|
2164
|
+
};
|
|
2165
|
+
'& .SCLightbox-ril-nav-button-prev': {
|
|
2166
|
+
left: number;
|
|
2167
|
+
background: string;
|
|
2168
|
+
borderRadius: number;
|
|
2169
|
+
color: string;
|
|
2170
|
+
'& span': {
|
|
2171
|
+
fontSize: number;
|
|
2172
|
+
};
|
|
2173
|
+
};
|
|
2174
|
+
'& .SCLightbox-ril-nav-button-next': {
|
|
2175
|
+
right: number;
|
|
2176
|
+
background: string;
|
|
2177
|
+
borderRadius: number;
|
|
2178
|
+
color: string;
|
|
2179
|
+
'& span': {
|
|
2180
|
+
fontSize: number;
|
|
2181
|
+
};
|
|
2182
|
+
};
|
|
2183
|
+
'& .SCLightbox-ril-download-blocker': {
|
|
2184
|
+
position: string;
|
|
2185
|
+
top: number;
|
|
2186
|
+
left: number;
|
|
2187
|
+
right: number;
|
|
2188
|
+
bottom: number;
|
|
2189
|
+
backgroundImage: string;
|
|
2190
|
+
backgroundSize: string;
|
|
2191
|
+
};
|
|
2192
|
+
'& .SCLightbox-ril-caption': {
|
|
2193
|
+
backgroundColor: string;
|
|
2194
|
+
position: string;
|
|
2195
|
+
left: number;
|
|
2196
|
+
right: number;
|
|
2197
|
+
display: string;
|
|
2198
|
+
justifyContent: string;
|
|
2199
|
+
bottom: number;
|
|
2200
|
+
maxHeight: number;
|
|
2201
|
+
overflow: string;
|
|
2202
|
+
};
|
|
2203
|
+
'& .SCLightbox-ril-toolbar': {
|
|
2204
|
+
backgroundColor: string;
|
|
2205
|
+
position: string;
|
|
2206
|
+
top: number;
|
|
2207
|
+
left: number;
|
|
2208
|
+
right: number;
|
|
2209
|
+
display: string;
|
|
2210
|
+
justifyContent: string;
|
|
2211
|
+
height: number;
|
|
2212
|
+
};
|
|
2213
|
+
'& .SCLightbox-ril-caption-content': {
|
|
2214
|
+
padding: string;
|
|
2215
|
+
color: string;
|
|
2216
|
+
};
|
|
2217
|
+
'& .SCLightbox-ril-toolbar-side': {
|
|
2218
|
+
height: number;
|
|
2219
|
+
margin: number;
|
|
2220
|
+
};
|
|
2221
|
+
'& .SCLightbox-ril-toolbar-left-side': {
|
|
2222
|
+
paddingLeft: number;
|
|
2223
|
+
paddingRight: number;
|
|
2224
|
+
flex: string;
|
|
2225
|
+
overflow: string;
|
|
2226
|
+
textOverflow: string;
|
|
2227
|
+
};
|
|
2228
|
+
'& .SCLightbox-ril-toolbar-right-side': {
|
|
2229
|
+
paddingLeft: number;
|
|
2230
|
+
paddingRight: number;
|
|
2231
|
+
flex: string;
|
|
2232
|
+
};
|
|
2233
|
+
'& .SCLightbox-ril-toolbar-item': {
|
|
2234
|
+
display: string;
|
|
2235
|
+
lineHeight: string;
|
|
2236
|
+
padding: number;
|
|
2237
|
+
color: string;
|
|
2238
|
+
fontSize: string;
|
|
2239
|
+
maxWidth: string;
|
|
2240
|
+
overflow: string;
|
|
2241
|
+
textOverflow: string;
|
|
2242
|
+
whiteSpace: string;
|
|
2243
|
+
};
|
|
2244
|
+
'& .SCLightbox-ril-toolbar-item-child': {
|
|
2245
|
+
verticalAlign: string;
|
|
2246
|
+
};
|
|
2247
|
+
'& .SCLightbox-ril-builtin-button': {
|
|
2248
|
+
width: number;
|
|
2249
|
+
height: number;
|
|
2250
|
+
cursor: string;
|
|
2251
|
+
border: string;
|
|
2252
|
+
opacity: number;
|
|
2253
|
+
'&:hover': {
|
|
2254
|
+
opacity: number;
|
|
2255
|
+
};
|
|
2256
|
+
'&:active': {
|
|
2257
|
+
outline: string;
|
|
2258
|
+
};
|
|
2259
|
+
};
|
|
2260
|
+
'& .SCLightbox-ril-builtin-button-disabled': {
|
|
2261
|
+
cursor: string;
|
|
2262
|
+
opacity: number;
|
|
2263
|
+
'&:hover': {
|
|
2264
|
+
opacity: number;
|
|
2265
|
+
};
|
|
2266
|
+
};
|
|
2267
|
+
'& .SCLightbox-ril-close-button': {
|
|
2268
|
+
background: string;
|
|
2269
|
+
'& span': {
|
|
2270
|
+
color: string;
|
|
2271
|
+
fontSize: number;
|
|
2272
|
+
};
|
|
2273
|
+
};
|
|
2274
|
+
'& .SCLightbox-ril-zoom-in-button': {
|
|
2275
|
+
background: string;
|
|
2276
|
+
marginRight: any;
|
|
2277
|
+
'& span': {
|
|
2278
|
+
color: string;
|
|
2279
|
+
fontSize: number;
|
|
2280
|
+
};
|
|
2281
|
+
};
|
|
2282
|
+
'& .SCLightbox-ril-zoom-out-button': {
|
|
2283
|
+
background: string;
|
|
2284
|
+
marginRight: any;
|
|
2285
|
+
'& span': {
|
|
2286
|
+
color: string;
|
|
2287
|
+
fontSize: number;
|
|
2288
|
+
};
|
|
2289
|
+
};
|
|
2290
|
+
'& .SCLightbox-ril-outer-animating': {
|
|
2291
|
+
animationName: string;
|
|
2292
|
+
};
|
|
2293
|
+
'& .SCLightbox-ril-loading-circle': {
|
|
2294
|
+
width: number;
|
|
2295
|
+
height: number;
|
|
2296
|
+
position: string;
|
|
2297
|
+
};
|
|
2298
|
+
'& .SCLightbox-ril-loading-circle-point': {
|
|
2299
|
+
width: string;
|
|
2300
|
+
height: string;
|
|
2301
|
+
position: string;
|
|
2302
|
+
left: number;
|
|
2303
|
+
top: number;
|
|
2304
|
+
'&:before': {
|
|
2305
|
+
content: string;
|
|
2306
|
+
display: string;
|
|
2307
|
+
margin: string;
|
|
2308
|
+
width: string;
|
|
2309
|
+
height: string;
|
|
2310
|
+
backgroundColor: string;
|
|
2311
|
+
borderRadius: string;
|
|
2312
|
+
animation: string;
|
|
2313
|
+
};
|
|
2314
|
+
'&:nth-of-type(1)': {
|
|
2315
|
+
transform: string;
|
|
2316
|
+
'&:before': {
|
|
2317
|
+
animationDelay: string;
|
|
2318
|
+
};
|
|
2319
|
+
};
|
|
2320
|
+
'&:nth-of-type(7)': {
|
|
2321
|
+
transform: string;
|
|
2322
|
+
'&:before': {
|
|
2323
|
+
animationDelay: string;
|
|
2324
|
+
};
|
|
2325
|
+
};
|
|
2326
|
+
'&:nth-of-type(2)': {
|
|
2327
|
+
transform: string;
|
|
2328
|
+
'&:before': {
|
|
2329
|
+
animationDelay: string;
|
|
2330
|
+
};
|
|
2331
|
+
};
|
|
2332
|
+
'&:nth-of-type(8)': {
|
|
2333
|
+
transform: string;
|
|
2334
|
+
'&:before': {
|
|
2335
|
+
animationDelay: string;
|
|
2336
|
+
};
|
|
2337
|
+
};
|
|
2338
|
+
'&:nth-of-type(3)': {
|
|
2339
|
+
transform: string;
|
|
2340
|
+
'&:before': {
|
|
2341
|
+
animationDelay: string;
|
|
2342
|
+
};
|
|
2343
|
+
};
|
|
2344
|
+
'&:nth-of-type(9)': {
|
|
2345
|
+
transform: string;
|
|
2346
|
+
'&:before': {
|
|
2347
|
+
animationDelay: string;
|
|
2348
|
+
};
|
|
2349
|
+
};
|
|
2350
|
+
'&:nth-of-type(4)': {
|
|
2351
|
+
transform: string;
|
|
2352
|
+
'&:before': {
|
|
2353
|
+
animationDelay: string;
|
|
2354
|
+
};
|
|
2355
|
+
};
|
|
2356
|
+
'&:nth-of-type(10)': {
|
|
2357
|
+
transform: string;
|
|
2358
|
+
'&:before': {
|
|
2359
|
+
animationDelay: string;
|
|
2360
|
+
};
|
|
2361
|
+
};
|
|
2362
|
+
'&:nth-of-type(5)': {
|
|
2363
|
+
transform: string;
|
|
2364
|
+
'&:before': {
|
|
2365
|
+
animationDelay: string;
|
|
2366
|
+
};
|
|
2367
|
+
};
|
|
2368
|
+
'&:nth-of-type(11)': {
|
|
2369
|
+
transform: string;
|
|
2370
|
+
'&:before': {
|
|
2371
|
+
animationDelay: string;
|
|
2372
|
+
};
|
|
2373
|
+
};
|
|
2374
|
+
'&:nth-of-type(6)': {
|
|
2375
|
+
transform: string;
|
|
2376
|
+
'&:before': {
|
|
2377
|
+
animationDelay: string;
|
|
2378
|
+
};
|
|
2379
|
+
};
|
|
2380
|
+
'&:nth-of-type(12)': {
|
|
2381
|
+
transform: string;
|
|
2382
|
+
'&:before': {
|
|
2383
|
+
animationDelay: string;
|
|
2384
|
+
};
|
|
2385
|
+
};
|
|
2386
|
+
'&:nth-of-type(13)': {
|
|
2387
|
+
transform: string;
|
|
2388
|
+
'&:before': {
|
|
2389
|
+
animationDelay: string;
|
|
2390
|
+
};
|
|
2391
|
+
};
|
|
2392
|
+
};
|
|
2393
|
+
'& .SCLightbox-ril-loading-container': {
|
|
2394
|
+
position: string;
|
|
2395
|
+
top: number;
|
|
2396
|
+
right: number;
|
|
2397
|
+
bottom: number;
|
|
2398
|
+
left: number;
|
|
2399
|
+
};
|
|
2400
|
+
'& .SCLightbox-ril-error-container': {
|
|
2401
|
+
position: string;
|
|
2402
|
+
top: number;
|
|
2403
|
+
right: number;
|
|
2404
|
+
bottom: number;
|
|
2405
|
+
left: number;
|
|
2406
|
+
display: string;
|
|
2407
|
+
alignItems: string;
|
|
2408
|
+
justifyContent: string;
|
|
2409
|
+
color: string;
|
|
2410
|
+
};
|
|
2411
|
+
'& .SCLightbox-ril-loading-container-icon': {
|
|
2412
|
+
color: string;
|
|
2413
|
+
position: string;
|
|
2414
|
+
top: string;
|
|
2415
|
+
left: string;
|
|
2416
|
+
transform: string;
|
|
2417
|
+
};
|
|
2418
|
+
'& .SCLightbox-ril-image-prev': {
|
|
2419
|
+
position: string;
|
|
2420
|
+
top: number;
|
|
2421
|
+
left: number;
|
|
2422
|
+
right: number;
|
|
2423
|
+
bottom: number;
|
|
2424
|
+
margin: string;
|
|
2425
|
+
maxWidth: string;
|
|
2426
|
+
msContentZooming: string;
|
|
2427
|
+
msUserSelect: string;
|
|
2428
|
+
msTouchSelect: string;
|
|
2429
|
+
touchAction: string;
|
|
2430
|
+
'& .SCLightbox-ril-loading-container': {
|
|
2431
|
+
display: string;
|
|
2432
|
+
};
|
|
2433
|
+
};
|
|
2434
|
+
'& .SCLightbox-ril-image-next': {
|
|
2435
|
+
position: string;
|
|
2436
|
+
top: number;
|
|
2437
|
+
left: number;
|
|
2438
|
+
right: number;
|
|
2439
|
+
bottom: number;
|
|
2440
|
+
margin: string;
|
|
2441
|
+
maxWidth: string;
|
|
2442
|
+
msContentZooming: string;
|
|
2443
|
+
msUserSelect: string;
|
|
2444
|
+
msTouchSelect: string;
|
|
2445
|
+
touchAction: string;
|
|
2446
|
+
'& .SCLightbox-ril-loading-container': {
|
|
2447
|
+
display: string;
|
|
2448
|
+
};
|
|
2449
|
+
'& .SCLightbox-ril-error-container': {
|
|
2450
|
+
display: string;
|
|
2451
|
+
};
|
|
2452
|
+
};
|
|
2103
2453
|
};
|
|
2104
2454
|
};
|
|
2105
2455
|
};
|
|
@@ -2375,6 +2725,9 @@ declare const theme: {
|
|
|
2375
2725
|
textAlign: string;
|
|
2376
2726
|
marginRight: any;
|
|
2377
2727
|
'& .MuiFormControl-root': {
|
|
2728
|
+
[x: number]: {
|
|
2729
|
+
width: number;
|
|
2730
|
+
};
|
|
2378
2731
|
width: number;
|
|
2379
2732
|
};
|
|
2380
2733
|
};
|
|
@@ -2960,9 +3313,6 @@ declare const theme: {
|
|
|
2960
3313
|
textAlign: string;
|
|
2961
3314
|
};
|
|
2962
3315
|
'& .SCUserProfileHeader-change-cover': {
|
|
2963
|
-
[x: number]: {
|
|
2964
|
-
bottom: number;
|
|
2965
|
-
};
|
|
2966
3316
|
position: string;
|
|
2967
3317
|
right: number;
|
|
2968
3318
|
bottom: number;
|
package/lib/esm/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,CAAC;AA4GrC;;GAEG;AAEH,QAAA,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,CAAC;AA4GrC;;GAEG;AAEH,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmKV,CAAC;AACF,eAAe,KAAK,CAAC"}
|
|
Binary file
|