@devtron-labs/devtron-fe-common-lib 1.20.2-pre-3 → 1.20.2-pre-4
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/dist/{@code-editor-Iv70YNJ3.js → @code-editor-C2Lc4glz.js} +6628 -6628
- package/dist/{@common-rjsf-BTpZD1-h.js → @common-rjsf-C_N83Sme.js} +1 -1
- package/dist/Shared/Components/Charts/types.d.ts +3 -2
- package/dist/Shared/Components/Charts/utils.d.ts +1 -1
- package/dist/Shared/Components/Icon/Icon.d.ts +0 -13
- package/dist/Shared/Components/Icon/types.d.ts +1 -1
- package/dist/Shared/Components/Table/types.d.ts +6 -4
- package/dist/index.js +3 -3
- package/package.json +1 -1
- package/dist/Shared/Components/SelectPicker/GroupedFilterSelectPicker.example.d.ts +0 -0
- package/dist/assets/ic-bulb.3906a732.svg +0 -7
- package/dist/assets/ic-circle-progress.0875625d.svg +0 -6
- package/dist/assets/ic-dot-circle.5ce1fccf.svg +0 -3
- package/dist/assets/ic-failure-color.e167df98.svg +0 -4
- package/dist/assets/ic-piggybank.3a4839d7.svg +0 -3
- package/dist/assets/ic-priority-high-fill.53755d8f.svg +0 -3
- package/dist/assets/ic-priority-low-fill.79e781ae.svg +0 -4
- package/dist/assets/ic-priority-medium-fill.9abcdc4e.svg +0 -4
- package/dist/assets/ic-priority-urgent-fill.78d42fa0.svg +0 -10
- package/dist/assets/ic-red-bulb.25e01bfc.svg +0 -9
- package/dist/assets/ic-spider.99b77bd8.svg +0 -3
- package/dist/assets/ic-vector.4530b03c.svg +0 -3
@@ -1,7 +1,7 @@
|
|
1
1
|
import { j as n, aI as v, aK as W, aJ as K } from "./@vendor-DMIFbFhR.js";
|
2
2
|
import V, { useState as q, useEffect as Y, forwardRef as G, useMemo as E } from "react";
|
3
3
|
import z, { getDefaultRegistry as Q } from "@rjsf/core";
|
4
|
-
import { T as O, j as F, c as S, b as N, S as X, i as Z, g as ee, a as te, d as I, e as ne } from "./@code-editor-
|
4
|
+
import { T as O, j as F, c as S, b as N, S as X, i as Z, g as ee, a as te, d as I, e as ne } from "./@code-editor-C2Lc4glz.js";
|
5
5
|
import { getUiOptions as B, getTemplate as $, getSubmitButtonOptions as re, ADDITIONAL_PROPERTY_FLAG as L, errorId as se, englishStringTranslator as ae, TranslatableString as oe, titleId as le, canExpand as ie, deepEquals as ce } from "@rjsf/utils";
|
6
6
|
import { ReactComponent as de } from "./assets/ic-add.cfaa779b.svg";
|
7
7
|
import { ReactComponent as ue } from "./assets/ic-warning.ecf7ff97.svg";
|
@@ -47,7 +47,7 @@ type TypeAndDatasetsType = ({
|
|
47
47
|
type: Exclude<ChartType, 'pie' | 'line' | 'area'>;
|
48
48
|
datasets: SimpleDataset[];
|
49
49
|
separatorIndex?: number;
|
50
|
-
averageLineValue?:
|
50
|
+
averageLineValue?: number;
|
51
51
|
} & XYAxisMax);
|
52
52
|
export type ChartProps = {
|
53
53
|
id: string;
|
@@ -60,6 +60,7 @@ export type ChartProps = {
|
|
60
60
|
* @default false
|
61
61
|
*/
|
62
62
|
hideAxis?: boolean;
|
63
|
+
hideXAxisLabels?: boolean;
|
63
64
|
/**
|
64
65
|
* Callback function for chart click events
|
65
66
|
*/
|
@@ -88,7 +89,7 @@ export type GetBackgroundAndBorderColorProps = TransformDatasetProps;
|
|
88
89
|
export type TransformDataForChartProps = {
|
89
90
|
appTheme: AppThemeType;
|
90
91
|
} & TypeAndDatasetsType;
|
91
|
-
export interface GetDefaultOptionsParams extends Pick<ChartProps, 'hideAxis' | 'onChartClick' | 'type' | 'xAxisMax' | 'yAxisMax'> {
|
92
|
+
export interface GetDefaultOptionsParams extends Pick<ChartProps, 'hideAxis' | 'onChartClick' | 'type' | 'xAxisMax' | 'yAxisMax' | 'hideXAxisLabels'> {
|
92
93
|
appTheme: AppThemeType;
|
93
94
|
externalTooltipHandler: TooltipOptions['external'];
|
94
95
|
}
|
@@ -2,7 +2,7 @@ import { ReactNode } from 'react';
|
|
2
2
|
import { ChartDataset, ChartOptions, ChartType as ChartJSChartType, TooltipOptions } from 'chart.js';
|
3
3
|
import { ChartType, GetDefaultOptionsParams, TransformDataForChartProps } from './types';
|
4
4
|
export declare const getChartJSType: (type: ChartType) => ChartJSChartType;
|
5
|
-
export declare const getDefaultOptions: ({ type, appTheme, hideAxis, xAxisMax, yAxisMax, onChartClick, externalTooltipHandler, }: GetDefaultOptionsParams) => ChartOptions;
|
5
|
+
export declare const getDefaultOptions: ({ type, appTheme, hideAxis, hideXAxisLabels, xAxisMax, yAxisMax, onChartClick, externalTooltipHandler, }: GetDefaultOptionsParams) => ChartOptions;
|
6
6
|
export declare const transformDataForChart: (props: TransformDataForChartProps) => (ChartDataset<"line"> | {
|
7
7
|
label: string;
|
8
8
|
data: number[];
|
@@ -55,7 +55,6 @@ export declare const iconMap: {
|
|
55
55
|
'ic-clipboard': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
56
56
|
'ic-clock-counterclockwise': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
57
57
|
'ic-clock': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
58
|
-
'ic-close': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
59
58
|
'ic-close-large': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
60
59
|
'ic-close-small': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
61
60
|
'ic-cloud-vms': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
@@ -265,18 +264,6 @@ export declare const iconMap: {
|
|
265
264
|
'ic-webhook': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
266
265
|
'ic-wifi-slash': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
267
266
|
'ic-world-globe': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
268
|
-
'ic-bulb': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
269
|
-
'ic-red-bulb': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
270
|
-
'ic-failure-color': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
271
|
-
'ic-dot-circle': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
272
|
-
'ic-circle-progress': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
273
|
-
'ic-piggybank': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
274
|
-
'ic-priority-high-fill': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
275
|
-
'ic-priority-low-fill': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
276
|
-
'ic-priority-medium-fill': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
277
|
-
'ic-priority-urgent-fill': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
278
|
-
'ic-spider': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
279
|
-
'ic-vector': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
|
280
267
|
};
|
281
268
|
export type IconName = keyof typeof iconMap;
|
282
269
|
export interface IconsProps extends Omit<IconBaseProps, 'name' | 'iconMap'> {
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { Dispatch, FunctionComponent, MouseEvent, PropsWithChildren, SetStateAction } from 'react';
|
2
2
|
import { GenericFilterEmptyStateProps } from '../../../Common/EmptyState/types';
|
3
3
|
import { UseStateFiltersProps, UseStateFiltersReturnType, UseUrlFiltersProps, UseUrlFiltersReturnType } from '../../../Common/Hooks';
|
4
|
-
import {
|
4
|
+
import { GenericEmptyStateType } from '../../../Common/index';
|
5
5
|
import { PageSizeOption } from '../../../Common/Pagination/types';
|
6
6
|
import { SortableTableHeaderCellProps, useResizableTableConfig } from '../../../Common/SortableTableHeaderCell';
|
7
7
|
import { useBulkSelection, UseBulkSelectionProps } from '../BulkSelection';
|
@@ -177,7 +177,7 @@ export type InternalTableProps<RowData extends unknown, FilterVariant extends Fi
|
|
177
177
|
} | {
|
178
178
|
rows?: never;
|
179
179
|
/** NOTE: Sorting on frontend is only handled if rows is provided instead of getRows */
|
180
|
-
getRows: (props: GetRowsProps,
|
180
|
+
getRows: (props: GetRowsProps, signal: AbortSignal) => Promise<{
|
181
181
|
rows: RowsType<RowData>;
|
182
182
|
totalRows: number;
|
183
183
|
}>;
|
@@ -206,9 +206,11 @@ export interface GetFilteringPromiseProps<RowData extends unknown> {
|
|
206
206
|
searchSortTimeoutRef: React.MutableRefObject<number>;
|
207
207
|
callback: () => Promise<RowsType<RowData>> | RowsType<RowData>;
|
208
208
|
}
|
209
|
-
export interface
|
209
|
+
export interface RowsResultType<RowData extends unknown> {
|
210
210
|
filteredRows: RowsType<RowData>;
|
211
|
-
areFilteredRowsLoading: boolean;
|
212
211
|
totalRows: number;
|
213
212
|
}
|
213
|
+
export interface TableContentProps<RowData extends unknown, FilterVariant extends FiltersTypeEnum, AdditionalProps extends Record<string, any>> extends Pick<InternalTableProps<RowData, FilterVariant, AdditionalProps>, 'filterData' | 'rows' | 'resizableConfig' | 'additionalProps' | 'visibleColumns' | 'stylesConfig' | 'loading' | 'bulkSelectionConfig' | 'bulkSelectionReturnValue' | 'handleClearBulkSelection' | 'handleToggleBulkSelectionOnRow' | 'paginationVariant' | 'RowActionsOnHoverComponent' | 'pageSizeOptions' | 'getRows'>, RowsResultType<RowData> {
|
214
|
+
areFilteredRowsLoading: boolean;
|
215
|
+
}
|
214
216
|
export {};
|
package/dist/index.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
import { U as i, B as T, f as E, C as _, h as S, I as g, k as p, u as d, P as A, l as c } from "./@code-editor-
|
2
|
-
import { nE as L, aU as M, ex as f, lH as h, fa as U, le as F, l4 as b, fS as B, b3 as v, kO as G, aO as k, lD as V, jA as Y, l0 as j, kI as K, fM as H, fN as W, fO as w, dw as x, j2 as X, fP as z, A as q, du as Q, dv as Z, nw as J, fQ as $, fR as aa, fJ as ea, mU as sa, l2 as ta, jB as oa, jD as ia, kh as ra, fT as na, fU as la, fV as Ta, mI as Ea, nl as _a, fD as Sa, cY as ga, dg as pa, dh as da, iT as Aa, fW as ca, gh as Ia, nR as ua, lj as Ca, ek as ma, es as Oa, en as Ra, ev as Da, eh as Pa, et as Na, ew as ya, em as La, el as Ma, eG as fa, er as ha, ej as Ua, bi as Fa, bh as ba, g1 as Ba, g5 as va, fX as Ga, fY as ka, ht as Va, kB as Ya, m as ja, eV as Ka, e8 as Ha, eK as Wa, ec as wa, ed as xa, ea as Xa, eM as za, eL as qa, eR as Qa, e9 as Za, eU as Ja, eb as $a, eN as ae, eP as ee, eO as se, ef as te, aL as oe, eQ as ie, e0 as re, fZ as ne, f_ as le, g7 as Te, g2 as Ee, g0 as _e, ga as Se, gb as ge, gc as pe, jU as de, gi as Ae, dn as ce, dm as Ie, dl as ue, nr as Ce, dd as me, la as Oe, ge as Re, db as De, a3 as Pe, nq as Ne, nH as ye, g6 as Le, m$ as Me, mX as fe, eD as he, eE as Ue, n0 as Fe, n1 as be, l5 as Be, l7 as ve, l6 as Ge, nC as ke, lc as Ve, dB as Ye, hc as je, h9 as Ke, lt as He, lq as We, fc as we, eq as xe, lG as Xe, hs as ze, gd as qe, n as Qe, W as Ze, gg as Je, gq as $e, cR as as, o as es, fu as ss, f9 as ts, fw as os, hn as is, ho as rs, hp as ns, hq as ls, jz as Ts, dJ as Es, a6 as _s, $ as Ss, bF as gs, hr as ps, dL as ds, h8 as As, mY as cs, dO as Is, nB as us, hu as Cs, hv as ms, hy as Os, c_ as Rs, hA as Ds, K as Ps, fA as Ns, fz as ys, hC as Ls, hD as Ms, cV as fs, hL as hs, hK as Us, b9 as Fs, kN as bs, lo as Bs, aS as vs, b8 as Gs, az as ks, ld as Vs, jl as Ys, jj as js, jk as Ks, ei as Hs, my as Ws, ln as ws, kP as xs, aF as Xs, hP as zs, ey as qs, ez as Qs, fd as Zs, h_ as Js, kY as $s, ic as at, lC as et, k_ as st, i5 as tt, aV as ot, kr as it, lk as rt, f5 as nt, aB as lt, aw as Tt, ay as Et, ih as _t, av as St, ax as gt, fb as pt, dD as dt, S as At, hF as ct, D as It, nn as ut, bq as Ct, lu as mt, hw as Ot, ny as Rt, dq as Dt, hV as Pt, hU as Nt, h$ as yt, gk as Lt, gs as Mt, gr as ft, de as ht, nP as Ut, bp as Ft, kR as bt, ki as Bt, gl as vt, kS as Gt, d0 as kt, ig as Vt, p as Yt, j3 as jt, bt as Kt, bu as Ht, bv as Wt, ii as wt, mW as xt, mV as Xt, bw as zt, by as qt, bx as Qt, bz as Zt, cj as Jt, dK as $t, ik as ao, il as eo, kX as so, lw as to, aI as oo, aG as io, lp as ro, b2 as no, kL as lo, kZ as To, io as Eo, im as _o, nF as So, m_ as go, nj as po, ip as Ao, kT as co, iq as Io, E as uo, q as Co, it as mo, i9 as Oo, at as Ro, aY as Do, iv as Po, iu as No, gH as yo, dW as Lo, a1 as Mo, iw as fo, ix as ho, dr as Uo, k8 as Fo, di as bo, ko as Bo, iy as vo, iz as Go, hx as ko, f7 as Vo, dC as Yo, dE as jo, fg as Ko, ff as Ho, bC as Wo, bA as wo, bB as xo, iA as Xo, iC as zo, iD as qo, iB as Qo, iE as Zo, iF as Jo, dP as $o, gv as ai, iG as ei, nx as si, iH as ti, bd as oi, iI as ii, G as ri, jH as ni, ka as li, iJ as Ti, gG as Ei, au as _i, j4 as Si, kK as gi, eB as pi, eA as di, eC as Ai, lx as ci, dY as Ii, dZ as ui, bc as Ci, iP as mi, iR as Oi, iS as Ri, iU as Di, iV as Pi, dk as Ni, mB as yi, mD as Li, cH as Mi, cG as fi, dc as hi, iW as Ui, nh as Fi, iX as bi, ly as Bi, iY as vi, fF as Gi, a5 as ki, fv as Vi, nM as Yi, j5 as ji, ni as Ki, cI as Hi, i_ as Wi, iZ as wi, fi as xi, l3 as Xi, aE as zi, j1 as qi, j0 as Qi, cW as Zi, aA as Ji, b7 as $i, nJ as ar, j8 as er, nK as sr, fK as tr, jG as or, gt as ir, ja as rr, gm as nr, l1 as lr, nT as Tr, b6 as Er, aP as _r, bD as Sr, nS as gr, aT as pr, aN as dr, hI as Ar, hO as cr, mG as Ir, df as ur, cJ as Cr, dj as mr, jc as Or, jJ as Rr, cK as Dr, jd as Pr, kM as Nr, np as yr, hM as Lr, _ as Mr, jK as fr, cT as hr, cP as Ur, cQ as Fr, cS as br, fe as Br, kU as vr, eo as Gr, fx as kr, f8 as Vr, gN as Yr, eS as jr, gM as Kr, gL as Hr, nk as Wr, je as wr, lf as xr, cN as Xr, dN as zr, dx as qr, fB as Qr, aC as Zr, ia as Jr, ib as $r, l8 as an, b5 as en, lr as sn, ep as tn, i7 as on, lE as rn, cX as nn, kp as ln, hE as Tn, kQ as En, jf as _n, dI as Sn, jr as gn, ds as pn, jq as dn, jg as An, jh as cn, cZ as In, ji as un, Y as Cn, nu as mn, ju as On, r as Rn, jw as Dn, jx as Pn, c$ as Nn, nz as yn, jy as Ln, bj as Mn, dM as fn, fL as hn, Q as Un, lh as Fn, jL as bn, lI as Bn, fh as vn, aD as Gn, R as kn, t as Vn, b0 as Yn, a0 as jn, X as Kn, nN as Hn, jM as Wn, nm as wn, dV as xn, v as Xn, nQ as zn, aM as qn, bm as Qn, fy as Zn, ns as Jn, fm as $n, nt as al, nL as el, lv as sl, nD as tl, e as ol, o6 as il, ha as rl, aQ as nl, g3 as ll, ba as Tl, b4 as El, ll as _l, bg as Sl, kf as gl, dQ as pl, kJ as dl, gO as Al, lF as cl, i8 as Il, jN as ul, f6 as Cl, Z as ml, gu as Ol, d1 as Rl, jO as Dl, jP as Pl, jV as Nl, d2 as yl, d3 as Ll, w as Ml, g8 as fl, l9 as hl, a as Ul, kb as Fl, kc as bl, fI as Bl, d4 as vl, d5 as Gl, jX as kl, no as Vl, kd as Yl, ke as jl, mE as Kl, gn as Hl, hG as Wl, cO as wl, d6 as xl, aR as Xl, a8 as zl, gP as ql, kj as Ql, gF as Zl, kk as Jl, s as $l, kl as aT, dX as eT, li as sT, eu as tT, ls as oT, j9 as iT, mH as rT, nO as nT, a_ as lT, hJ as TT, aH as ET, aJ as _T, d9 as ST, lb as gT, kV as pT, kW as dT, km as AT, kn as cT, kq as IT, bn as uT, bo as CT, ks as mT, ku as OT, kv as RT, kw as DT, mZ as PT, jb as NT, kx as yT, mL as LT, ky as MT, hN as fT, d8 as hT, da as UT, n8 as FT, n9 as bT, na as BT, kz as vT, eT as GT, T as kT, kA as VT, dp as YT, go as jT, gp as KT, nI as HT, aK as WT, bf as wT, lm as xT, nA as XT, cE as zT, mx as qT, eF as QT, kD as ZT, kE as JT, cC as $T, mO as aE, kF as eE, e3 as sE, mA as tE, e7 as oE, e5 as iE, e4 as rE, e1 as nE, d_ as lE, lz as TE, lB as EE, lA as _E, lg as SE, bb as gE, k7 as pE, dH as dE, a2 as AE, mz as cE, f2 as IE, kG as uE, cL as CE, cM as mE, k5 as OE, aX as RE, i6 as DE, a4 as PE, nv as NE, gK as yE, gI as LE, dt as ME, kH as fE, id as hE, gJ as UE, nG as FE, cd as bE, ml as BE, b1 as vE, L as GE, lY as kE, c8 as VE, aW as YE, cl as jE, gU as KE, b as HE, gy as WE, gz as wE, cb as xE, gf as XE, mb as zE, bY as qE, mh as QE, bW as ZE, jI as JE, ce as $E, hb as a_, hd as e_, f3 as s_, c as t_, hg as o_, hj as i_, bZ as r_, fr as n_, eI as l_, ag as T_, fo as E_, fl as __, hH as S_, c2 as g_, lR as p_, c9 as d_, lZ as A_, d as c_, fq as I_, fp as u_, bs as C_, mf as m_, hX as O_, hZ as R_, hW as D_, hY as P_, o7 as N_, fs as y_, lJ as L_, af as M_, ah as f_, cw as h_, c7 as U_, ae as F_, H as b_, cv as B_, dR as v_, fj as G_, bL as k_, mi as V_, mS as Y_, i3 as j_, ar as K_, h3 as H_, fC as W_, aq as w_, mR as x_, jo as X_, co as z_, f1 as q_, eH as Q_, f0 as Z_, e$ as J_, e_ as $_, mQ as aS, j$ as eS, mg as sS, ak as tS, ft as oS, n6 as iS, jE as rS, mT as nS, k2 as lS, mJ as TS, hh as ES, hm as _S, hl as SS, hi as gS, hz as pS, bS as dS, jF as AS, iK as cS, ai as IS, hT as uS, m6 as CS, i4 as mS, dF as OS, dy as RS, gA as DS, kg as PS, i0 as NS, h6 as yS, ij as LS, eY as MS, i1 as fS, hk as hS, bM as US, kt as FS, n5 as bS, aj as BS, as as vS, m0 as GS, c3 as kS, be as VS, h0 as YS, bU as jS, ao as KS, lN as HS, ap as WS, cs as wS, mk as xS, f4 as XS, m5 as zS, ct as qS, iN as QS, gZ as ZS, gY as JS, cq as $S, fE as ag, g4 as eg, i$ as sg, m4 as tg, ir as og, m3 as ig, lM as rg, M as ng, fn as lg, fk as Tg, lW as Eg, gW as _g, m9 as Sg, gB as gg, hB as pg, gE as dg, am as Ag, jC as cg, h1 as Ig, m8 as ug, aZ as Cg, jp as mg, nb as Og, gT as Rg, eX as Dg, jn as Pg, jm as Ng, ng as yg, nf as Lg, n3 as Mg, jQ as fg, bK as hg, c5 as Ug, dG as Fg, n2 as bg, al as Bg, cp as vg, hf as Gg, k1 as kg, jR as Vg, jS as Yg, jW as jg, jY as Kg, k4 as Hg, k9 as Wg, jT as wg, k6 as xg, gV as Xg, cr as zg, h2 as qg, k3 as Qg, cu as Zg, gx as Jg, a7 as $g, n7 as ap, mK as ep, l$ as sp, a$ as tp, hQ as op, k0 as ip, jZ as rp, eZ as np, gw as lp, gD as Tp, gS as Ep, h7 as _p, h4 as Sp, g as gp, jt as pp, c0 as dp, e2 as Ap, e6 as cp, mt as Ip, a9 as up, ma as Cp, lS as mp, an as Op, g_ as Rp, g$ as Dp, ne as Pp, nc as Np, m7 as yp, x as Lp, fH as Mp, lV as fp, iL as hp, N as Up, cc as Fp, fG as bp, bT as Bp, dA as vp, dz as Gp, lK as kp, iO as Vp, iQ as Yp, md as jp, dS as Kp, i as Hp, l_ as Wp, j as wp, c1 as xp, ck as Xp, i2 as zp, cU as qp, bN as Qp, bO as Zp, lP as Jp, j7 as $p, j6 as ad, j_ as ed, eW as sd, js as td, ac as od, F as id, y as rd, c6 as nd, cm as ld, gC as Td, lL as Ed, bI as _d, ad as Sd, b$ as gd, ie as pd, z as dd, c4 as Ad, nd as cd, bP as Id, h5 as ud, is as Cd, he as md, me as Od, lX as Rd, bQ as Dd, nW as Pd, m2 as Nd, mc as yd, m1 as Ld, ab as Md, gX as fd, n4 as hd, br as Ud, iM as Fd, aa as bd, cf as Bd, bE as vd, mj as Gd, bG as kd, gj as Vd, k$ as Yd, gR as jd, bH as Kd, lO as Hd, gQ as Wd, cn as wd, J as xd, dU as Xd, mu as zd, hS as qd, hR as Qd, mv as Zd, dT as Jd, d$ as $d, eJ as aA, b_ as eA, ee as sA, eg as tA, f$ as oA, cx as iA, ca as rA, mm as nA, bR as lA, mn as TA, mo as EA, cy as _A, mC as SA, lU as gA, cg as pA, mp as dA, cz as AA, bX as cA, ci as IA, mF as uA, V as CA, mq as mA, jv as OA, mr as RA, O as DA, cB as PA, d7 as NA, ch as yA, bV as LA, cD as MA, ms as fA, mM as hA, bJ as UA, g9 as FA, kC as bA, cF as BA, mN as vA, mw as GA, cA as kA, oa as VA, o8 as YA, nY as jA, o5 as KA, oc as HA, o2 as WA, o9 as wA, nV as xA, nU as XA, nX as zA, o1 as qA, n$ as QA, n_ as ZA, o4 as JA, nZ as $A, bk as ac, bl as ec, o0 as sc, o3 as tc, ob as oc, lQ as ic, mP as rc, lT as nc } from "./@code-editor-
|
1
|
+
import { U as i, B as T, f as E, C as _, h as S, I as g, k as p, u as d, P as A, l as c } from "./@code-editor-C2Lc4glz.js";
|
2
|
+
import { nE as L, aU as M, ex as f, lH as h, fa as U, le as F, l4 as b, fS as B, b3 as v, kO as G, aO as k, lD as V, jA as Y, l0 as j, kI as K, fM as H, fN as W, fO as w, dw as x, j2 as X, fP as z, A as q, du as Q, dv as Z, nw as J, fQ as $, fR as aa, fJ as ea, mU as sa, l2 as ta, jB as oa, jD as ia, kh as ra, fT as na, fU as la, fV as Ta, mI as Ea, nl as _a, fD as Sa, cY as ga, dg as pa, dh as da, iT as Aa, fW as ca, gh as Ia, nR as ua, lj as Ca, ek as ma, es as Oa, en as Ra, ev as Da, eh as Pa, et as Na, ew as ya, em as La, el as Ma, eG as fa, er as ha, ej as Ua, bi as Fa, bh as ba, g1 as Ba, g5 as va, fX as Ga, fY as ka, ht as Va, kB as Ya, m as ja, eV as Ka, e8 as Ha, eK as Wa, ec as wa, ed as xa, ea as Xa, eM as za, eL as qa, eR as Qa, e9 as Za, eU as Ja, eb as $a, eN as ae, eP as ee, eO as se, ef as te, aL as oe, eQ as ie, e0 as re, fZ as ne, f_ as le, g7 as Te, g2 as Ee, g0 as _e, ga as Se, gb as ge, gc as pe, jU as de, gi as Ae, dn as ce, dm as Ie, dl as ue, nr as Ce, dd as me, la as Oe, ge as Re, db as De, a3 as Pe, nq as Ne, nH as ye, g6 as Le, m$ as Me, mX as fe, eD as he, eE as Ue, n0 as Fe, n1 as be, l5 as Be, l7 as ve, l6 as Ge, nC as ke, lc as Ve, dB as Ye, hc as je, h9 as Ke, lt as He, lq as We, fc as we, eq as xe, lG as Xe, hs as ze, gd as qe, n as Qe, W as Ze, gg as Je, gq as $e, cR as as, o as es, fu as ss, f9 as ts, fw as os, hn as is, ho as rs, hp as ns, hq as ls, jz as Ts, dJ as Es, a6 as _s, $ as Ss, bF as gs, hr as ps, dL as ds, h8 as As, mY as cs, dO as Is, nB as us, hu as Cs, hv as ms, hy as Os, c_ as Rs, hA as Ds, K as Ps, fA as Ns, fz as ys, hC as Ls, hD as Ms, cV as fs, hL as hs, hK as Us, b9 as Fs, kN as bs, lo as Bs, aS as vs, b8 as Gs, az as ks, ld as Vs, jl as Ys, jj as js, jk as Ks, ei as Hs, my as Ws, ln as ws, kP as xs, aF as Xs, hP as zs, ey as qs, ez as Qs, fd as Zs, h_ as Js, kY as $s, ic as at, lC as et, k_ as st, i5 as tt, aV as ot, kr as it, lk as rt, f5 as nt, aB as lt, aw as Tt, ay as Et, ih as _t, av as St, ax as gt, fb as pt, dD as dt, S as At, hF as ct, D as It, nn as ut, bq as Ct, lu as mt, hw as Ot, ny as Rt, dq as Dt, hV as Pt, hU as Nt, h$ as yt, gk as Lt, gs as Mt, gr as ft, de as ht, nP as Ut, bp as Ft, kR as bt, ki as Bt, gl as vt, kS as Gt, d0 as kt, ig as Vt, p as Yt, j3 as jt, bt as Kt, bu as Ht, bv as Wt, ii as wt, mW as xt, mV as Xt, bw as zt, by as qt, bx as Qt, bz as Zt, cj as Jt, dK as $t, ik as ao, il as eo, kX as so, lw as to, aI as oo, aG as io, lp as ro, b2 as no, kL as lo, kZ as To, io as Eo, im as _o, nF as So, m_ as go, nj as po, ip as Ao, kT as co, iq as Io, E as uo, q as Co, it as mo, i9 as Oo, at as Ro, aY as Do, iv as Po, iu as No, gH as yo, dW as Lo, a1 as Mo, iw as fo, ix as ho, dr as Uo, k8 as Fo, di as bo, ko as Bo, iy as vo, iz as Go, hx as ko, f7 as Vo, dC as Yo, dE as jo, fg as Ko, ff as Ho, bC as Wo, bA as wo, bB as xo, iA as Xo, iC as zo, iD as qo, iB as Qo, iE as Zo, iF as Jo, dP as $o, gv as ai, iG as ei, nx as si, iH as ti, bd as oi, iI as ii, G as ri, jH as ni, ka as li, iJ as Ti, gG as Ei, au as _i, j4 as Si, kK as gi, eB as pi, eA as di, eC as Ai, lx as ci, dY as Ii, dZ as ui, bc as Ci, iP as mi, iR as Oi, iS as Ri, iU as Di, iV as Pi, dk as Ni, mB as yi, mD as Li, cH as Mi, cG as fi, dc as hi, iW as Ui, nh as Fi, iX as bi, ly as Bi, iY as vi, fF as Gi, a5 as ki, fv as Vi, nM as Yi, j5 as ji, ni as Ki, cI as Hi, i_ as Wi, iZ as wi, fi as xi, l3 as Xi, aE as zi, j1 as qi, j0 as Qi, cW as Zi, aA as Ji, b7 as $i, nJ as ar, j8 as er, nK as sr, fK as tr, jG as or, gt as ir, ja as rr, gm as nr, l1 as lr, nT as Tr, b6 as Er, aP as _r, bD as Sr, nS as gr, aT as pr, aN as dr, hI as Ar, hO as cr, mG as Ir, df as ur, cJ as Cr, dj as mr, jc as Or, jJ as Rr, cK as Dr, jd as Pr, kM as Nr, np as yr, hM as Lr, _ as Mr, jK as fr, cT as hr, cP as Ur, cQ as Fr, cS as br, fe as Br, kU as vr, eo as Gr, fx as kr, f8 as Vr, gN as Yr, eS as jr, gM as Kr, gL as Hr, nk as Wr, je as wr, lf as xr, cN as Xr, dN as zr, dx as qr, fB as Qr, aC as Zr, ia as Jr, ib as $r, l8 as an, b5 as en, lr as sn, ep as tn, i7 as on, lE as rn, cX as nn, kp as ln, hE as Tn, kQ as En, jf as _n, dI as Sn, jr as gn, ds as pn, jq as dn, jg as An, jh as cn, cZ as In, ji as un, Y as Cn, nu as mn, ju as On, r as Rn, jw as Dn, jx as Pn, c$ as Nn, nz as yn, jy as Ln, bj as Mn, dM as fn, fL as hn, Q as Un, lh as Fn, jL as bn, lI as Bn, fh as vn, aD as Gn, R as kn, t as Vn, b0 as Yn, a0 as jn, X as Kn, nN as Hn, jM as Wn, nm as wn, dV as xn, v as Xn, nQ as zn, aM as qn, bm as Qn, fy as Zn, ns as Jn, fm as $n, nt as al, nL as el, lv as sl, nD as tl, e as ol, o6 as il, ha as rl, aQ as nl, g3 as ll, ba as Tl, b4 as El, ll as _l, bg as Sl, kf as gl, dQ as pl, kJ as dl, gO as Al, lF as cl, i8 as Il, jN as ul, f6 as Cl, Z as ml, gu as Ol, d1 as Rl, jO as Dl, jP as Pl, jV as Nl, d2 as yl, d3 as Ll, w as Ml, g8 as fl, l9 as hl, a as Ul, kb as Fl, kc as bl, fI as Bl, d4 as vl, d5 as Gl, jX as kl, no as Vl, kd as Yl, ke as jl, mE as Kl, gn as Hl, hG as Wl, cO as wl, d6 as xl, aR as Xl, a8 as zl, gP as ql, kj as Ql, gF as Zl, kk as Jl, s as $l, kl as aT, dX as eT, li as sT, eu as tT, ls as oT, j9 as iT, mH as rT, nO as nT, a_ as lT, hJ as TT, aH as ET, aJ as _T, d9 as ST, lb as gT, kV as pT, kW as dT, km as AT, kn as cT, kq as IT, bn as uT, bo as CT, ks as mT, ku as OT, kv as RT, kw as DT, mZ as PT, jb as NT, kx as yT, mL as LT, ky as MT, hN as fT, d8 as hT, da as UT, n8 as FT, n9 as bT, na as BT, kz as vT, eT as GT, T as kT, kA as VT, dp as YT, go as jT, gp as KT, nI as HT, aK as WT, bf as wT, lm as xT, nA as XT, cE as zT, mx as qT, eF as QT, kD as ZT, kE as JT, cC as $T, mO as aE, kF as eE, e3 as sE, mA as tE, e7 as oE, e5 as iE, e4 as rE, e1 as nE, d_ as lE, lz as TE, lB as EE, lA as _E, lg as SE, bb as gE, k7 as pE, dH as dE, a2 as AE, mz as cE, f2 as IE, kG as uE, cL as CE, cM as mE, k5 as OE, aX as RE, i6 as DE, a4 as PE, nv as NE, gK as yE, gI as LE, dt as ME, kH as fE, id as hE, gJ as UE, nG as FE, cd as bE, ml as BE, b1 as vE, L as GE, lY as kE, c8 as VE, aW as YE, cl as jE, gU as KE, b as HE, gy as WE, gz as wE, cb as xE, gf as XE, mb as zE, bY as qE, mh as QE, bW as ZE, jI as JE, ce as $E, hb as a_, hd as e_, f3 as s_, c as t_, hg as o_, hj as i_, bZ as r_, fr as n_, eI as l_, ag as T_, fo as E_, fl as __, hH as S_, c2 as g_, lR as p_, c9 as d_, lZ as A_, d as c_, fq as I_, fp as u_, bs as C_, mf as m_, hX as O_, hZ as R_, hW as D_, hY as P_, o7 as N_, fs as y_, lJ as L_, af as M_, ah as f_, cw as h_, c7 as U_, ae as F_, H as b_, cv as B_, dR as v_, fj as G_, bL as k_, mi as V_, mS as Y_, i3 as j_, ar as K_, h3 as H_, fC as W_, aq as w_, mR as x_, jo as X_, co as z_, f1 as q_, eH as Q_, f0 as Z_, e$ as J_, e_ as $_, mQ as aS, j$ as eS, mg as sS, ak as tS, ft as oS, n6 as iS, jE as rS, mT as nS, k2 as lS, mJ as TS, hh as ES, hm as _S, hl as SS, hi as gS, hz as pS, bS as dS, jF as AS, iK as cS, ai as IS, hT as uS, m6 as CS, i4 as mS, dF as OS, dy as RS, gA as DS, kg as PS, i0 as NS, h6 as yS, ij as LS, eY as MS, i1 as fS, hk as hS, bM as US, kt as FS, n5 as bS, aj as BS, as as vS, m0 as GS, c3 as kS, be as VS, h0 as YS, bU as jS, ao as KS, lN as HS, ap as WS, cs as wS, mk as xS, f4 as XS, m5 as zS, ct as qS, iN as QS, gZ as ZS, gY as JS, cq as $S, fE as ag, g4 as eg, i$ as sg, m4 as tg, ir as og, m3 as ig, lM as rg, M as ng, fn as lg, fk as Tg, lW as Eg, gW as _g, m9 as Sg, gB as gg, hB as pg, gE as dg, am as Ag, jC as cg, h1 as Ig, m8 as ug, aZ as Cg, jp as mg, nb as Og, gT as Rg, eX as Dg, jn as Pg, jm as Ng, ng as yg, nf as Lg, n3 as Mg, jQ as fg, bK as hg, c5 as Ug, dG as Fg, n2 as bg, al as Bg, cp as vg, hf as Gg, k1 as kg, jR as Vg, jS as Yg, jW as jg, jY as Kg, k4 as Hg, k9 as Wg, jT as wg, k6 as xg, gV as Xg, cr as zg, h2 as qg, k3 as Qg, cu as Zg, gx as Jg, a7 as $g, n7 as ap, mK as ep, l$ as sp, a$ as tp, hQ as op, k0 as ip, jZ as rp, eZ as np, gw as lp, gD as Tp, gS as Ep, h7 as _p, h4 as Sp, g as gp, jt as pp, c0 as dp, e2 as Ap, e6 as cp, mt as Ip, a9 as up, ma as Cp, lS as mp, an as Op, g_ as Rp, g$ as Dp, ne as Pp, nc as Np, m7 as yp, x as Lp, fH as Mp, lV as fp, iL as hp, N as Up, cc as Fp, fG as bp, bT as Bp, dA as vp, dz as Gp, lK as kp, iO as Vp, iQ as Yp, md as jp, dS as Kp, i as Hp, l_ as Wp, j as wp, c1 as xp, ck as Xp, i2 as zp, cU as qp, bN as Qp, bO as Zp, lP as Jp, j7 as $p, j6 as ad, j_ as ed, eW as sd, js as td, ac as od, F as id, y as rd, c6 as nd, cm as ld, gC as Td, lL as Ed, bI as _d, ad as Sd, b$ as gd, ie as pd, z as dd, c4 as Ad, nd as cd, bP as Id, h5 as ud, is as Cd, he as md, me as Od, lX as Rd, bQ as Dd, nW as Pd, m2 as Nd, mc as yd, m1 as Ld, ab as Md, gX as fd, n4 as hd, br as Ud, iM as Fd, aa as bd, cf as Bd, bE as vd, mj as Gd, bG as kd, gj as Vd, k$ as Yd, gR as jd, bH as Kd, lO as Hd, gQ as Wd, cn as wd, J as xd, dU as Xd, mu as zd, hS as qd, hR as Qd, mv as Zd, dT as Jd, d$ as $d, eJ as aA, b_ as eA, ee as sA, eg as tA, f$ as oA, cx as iA, ca as rA, mm as nA, bR as lA, mn as TA, mo as EA, cy as _A, mC as SA, lU as gA, cg as pA, mp as dA, cz as AA, bX as cA, ci as IA, mF as uA, V as CA, mq as mA, jv as OA, mr as RA, O as DA, cB as PA, d7 as NA, ch as yA, bV as LA, cD as MA, ms as fA, mM as hA, bJ as UA, g9 as FA, kC as bA, cF as BA, mN as vA, mw as GA, cA as kA, oa as VA, o8 as YA, nY as jA, o5 as KA, oc as HA, o2 as WA, o9 as wA, nV as xA, nU as XA, nX as zA, o1 as qA, n$ as QA, n_ as ZA, o4 as JA, nZ as $A, bk as ac, bl as ec, o0 as sc, o3 as tc, ob as oc, lQ as ic, mP as rc, lT as nc } from "./@code-editor-C2Lc4glz.js";
|
3
3
|
import { j as a } from "./@vendor-DMIFbFhR.js";
|
4
4
|
import { cp as Tc } from "./@vendor-DMIFbFhR.js";
|
5
|
-
import { H as _c, R as Sc, c as gc, g as pc, a as dc, b as Ac } from "./@common-rjsf-
|
5
|
+
import { H as _c, R as Sc, c as gc, g as pc, a as dc, b as Ac } from "./@common-rjsf-C_N83Sme.js";
|
6
6
|
import { matchPath as I, useLocation as u } from "react-router-dom";
|
7
7
|
import { A as Ic, a as uc, m as Cc, e as mc, f as Oc, c as Rc, u as Dc } from "./@framer-motion-D-YaCAW-.js";
|
8
8
|
const C = [
|
package/package.json
CHANGED
File without changes
|
@@ -1,7 +0,0 @@
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path d="M14.8421 17.2609H9.10294C8.7069 17.2609 8.38554 16.9398 8.38554 16.5435C8.38554 15.5545 7.9647 14.1655 7.26087 13.5534C5.33243 11.8779 4.45806 9.3649 4.92191 6.83159C5.53937 3.45579 8.50185 1.00327 11.9664 1C11.9683 1 11.9706 1 11.973 1C13.8879 1 15.6884 1.74516 17.0433 3.09894C18.3996 4.45435 19.1464 6.25667 19.1464 8.17389C19.1464 10.235 18.2473 12.1973 16.6799 13.5574C15.9784 14.1659 15.5595 15.5535 15.5595 16.5435C15.5595 16.9398 15.2381 17.2609 14.8421 17.2609Z" fill="#FFB549"/>
|
3
|
-
<path d="M12 4C12.267 5.24934 12.8054 6.6222 13.5915 7.40851C14.3778 8.1945 15.7507 8.73299 17 9C15.751 9.26754 14.3775 9.80491 13.5915 10.5908C12.8056 11.377 12.2677 12.7505 12.0007 14C11.7333 12.7507 11.1952 11.3774 10.4092 10.5915C9.62315 9.80516 8.24968 9.2677 7 9.00071C8.2491 8.73319 9.62241 8.19491 10.4085 7.40922C11.1949 6.62292 11.7326 5.24959 12 4Z" fill="#FFE5BE"/>
|
4
|
-
<path d="M13.4078 18.6958H10.5382C10.1413 18.6958 9.8208 19.0162 9.8208 19.4132V20.848C9.8208 22.034 10.7869 23.0002 11.973 23.0002C13.0826 23.0002 13.996 22.1584 14.1156 21.0776C14.1203 21.001 14.1252 20.9245 14.1252 20.848V19.4132C14.1252 19.0162 13.8047 18.6958 13.4078 18.6958Z" fill="#596168"/>
|
5
|
-
<path d="M13.4075 20.1304H10.5379C9.34932 20.1304 8.38574 19.1669 8.38574 17.9782V16.5435H15.5597V17.9782C15.5597 19.1669 14.5961 20.1304 13.4075 20.1304Z" fill="#767D84"/>
|
6
|
-
<path d="M16.6499 1C16.7834 1.6245 17.0528 2.31136 17.4454 2.70423C17.8385 3.09705 18.5255 3.36613 19.1499 3.49963C18.5255 3.63356 17.8383 3.90221 17.4454 4.29503C17.0525 4.68812 16.7841 5.3752 16.6506 6C16.5169 5.37547 16.2475 4.68866 15.8544 4.29577C15.4612 3.9027 14.7747 3.63407 14.1499 3.50037C14.7745 3.36665 15.4612 3.09688 15.8544 2.70423C16.2475 2.31112 16.5162 1.62451 16.6499 1Z" fill="white"/>
|
7
|
-
</svg>
|
@@ -1,6 +0,0 @@
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<g opacity="0.2">
|
3
|
-
<circle cx="8" cy="8" r="6" stroke="#FF7E5B" stroke-width="2" stroke-linecap="round"/>
|
4
|
-
</g>
|
5
|
-
<path d="M14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2" stroke="#FF7E5B" stroke-width="2" stroke-linecap="round"/>
|
6
|
-
</svg>
|
@@ -1,3 +0,0 @@
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path d="M8.00016 7.33325C8.36835 7.33325 8.66683 7.63173 8.66683 7.99992C8.66683 8.36811 8.36835 8.66659 8.00016 8.66659M8.00016 7.33325C7.63197 7.33325 7.3335 7.63173 7.3335 7.99992C7.3335 8.36811 7.63197 8.66659 8.00016 8.66659M8.00016 7.33325V8.66659M8.00016 14.6666C4.32016 14.6666 1.3335 11.6799 1.3335 7.99992C1.3335 4.31992 4.32016 1.33325 8.00016 1.33325C11.6802 1.33325 14.6668 4.31992 14.6668 7.99992C14.6668 11.6799 11.6802 14.6666 8.00016 14.6666Z" stroke="#596168" stroke-width="1.5"/>
|
3
|
-
</svg>
|
@@ -1,4 +0,0 @@
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<circle cx="8.00016" cy="7.99992" r="6.66667" fill="#F33E3E"/>
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.52876 5.52851C5.78911 5.26816 6.21122 5.26816 6.47157 5.52851L8.00016 7.05711L9.52876 5.52851C9.78911 5.26816 10.2112 5.26816 10.4716 5.52851C10.7319 5.78886 10.7319 6.21097 10.4716 6.47132L8.94297 7.99992L10.4716 9.52851C10.7319 9.78886 10.7319 10.211 10.4716 10.4713C10.2112 10.7317 9.78911 10.7317 9.52876 10.4713L8.00016 8.94273L6.47157 10.4713C6.21122 10.7317 5.78911 10.7317 5.52876 10.4713C5.26841 10.211 5.26841 9.78886 5.52876 9.52851L7.05735 7.99992L5.52876 6.47132C5.26841 6.21097 5.26841 5.78886 5.52876 5.52851Z" fill="white"/>
|
4
|
-
</svg>
|
@@ -1,3 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none" viewBox="0 0 14 14">
|
2
|
-
<path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M6.39 4.03h2.121m1.415 2.121v.283m1.98-4.1h-3.82m0 0H6.39a4.242 4.242 0 0 0-4.242 4.242m5.94-4.243a4.242 4.242 0 0 1 4.048 2.97h.194a.848.848 0 0 1 .848.848v1.697a.849.849 0 0 1-.849.849h-.424l-.96 2.688a.424.424 0 0 1-.4.282h-.674a.425.425 0 0 1-.4-.282l-.202-.567H5.632l-.202.567a.424.424 0 0 1-.4.282h-.674a.425.425 0 0 1-.4-.282l-.695-1.946a4.226 4.226 0 0 1-1.113-2.863M.875 7.848a1.273 1.273 0 0 1 1.273-1.272"/>
|
3
|
-
</svg>
|
@@ -1,3 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none" viewBox="0 0 14 14">
|
2
|
-
<path fill="#B23412" d="M3.063 7h-.876a.875.875 0 0 0-.874.875v3.5c0 .483.391.875.875.875h.874a.875.875 0 0 0 .876-.875v-3.5A.875.875 0 0 0 3.062 7Zm4.375-2.625h-.875a.875.875 0 0 0-.875.875v6.125c0 .483.391.875.875.875h.875a.875.875 0 0 0 .875-.875V5.25a.875.875 0 0 0-.876-.875Zm4.375-2.625h-.876a.875.875 0 0 0-.874.875v8.75c0 .483.391.875.874.875h.876a.875.875 0 0 0 .874-.875v-8.75a.875.875 0 0 0-.874-.875Z"/>
|
3
|
-
</svg>
|
@@ -1,4 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none" viewBox="0 0 14 14">
|
2
|
-
<path fill="#106240" d="M3.063 7h-.876a.875.875 0 0 0-.874.875v3.5c0 .483.391.875.875.875h.874a.875.875 0 0 0 .876-.875v-3.5A.875.875 0 0 0 3.062 7Z"/>
|
3
|
-
<path fill="#106240" d="M7.438 4.375h-.875a.875.875 0 0 0-.875.875v6.125c0 .483.391.875.875.875h.875a.875.875 0 0 0 .875-.875V5.25a.875.875 0 0 0-.876-.875Zm4.375-2.625h-.876a.875.875 0 0 0-.874.875v8.75c0 .483.391.875.874.875h.876a.875.875 0 0 0 .874-.875v-8.75a.875.875 0 0 0-.874-.875Z" opacity=".4"/>
|
4
|
-
</svg>
|
@@ -1,4 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none" viewBox="0 0 14 14">
|
2
|
-
<path fill="#8C6324" d="M3.063 7h-.876a.875.875 0 0 0-.874.875v3.5c0 .483.391.875.875.875h.874a.875.875 0 0 0 .876-.875v-3.5A.875.875 0 0 0 3.062 7Zm4.375-2.625h-.875a.875.875 0 0 0-.875.875v6.125c0 .483.391.875.875.875h.875a.875.875 0 0 0 .875-.875V5.25a.875.875 0 0 0-.876-.875Z"/>
|
3
|
-
<path fill="#8C6324" d="M11.813 1.75h-.876a.875.875 0 0 0-.874.875v8.75c0 .483.391.875.874.875h.876a.875.875 0 0 0 .874-.875v-8.75a.875.875 0 0 0-.874-.875Z" opacity=".4"/>
|
4
|
-
</svg>
|
@@ -1,10 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none" viewBox="0 0 14 14">
|
2
|
-
<g clip-path="url(#a)">
|
3
|
-
<path fill="#B21212" d="M2.625.875c-.953 0-1.75.797-1.75 1.75v8.75c0 .953.797 1.75 1.75 1.75h8.75c.953 0 1.75-.797 1.75-1.75v-8.75c0-.953-.797-1.75-1.75-1.75h-8.75Zm3.5 2.625h1.75L7.66 7.874H6.344L6.125 3.5Zm1.75 6.125a.875.875 0 1 1-1.75 0 .875.875 0 0 1 1.75 0Z"/>
|
4
|
-
</g>
|
5
|
-
<defs>
|
6
|
-
<clipPath id="a">
|
7
|
-
<path fill="#fff" d="M0 0h14v14H0z"/>
|
8
|
-
</clipPath>
|
9
|
-
</defs>
|
10
|
-
</svg>
|
@@ -1,9 +0,0 @@
|
|
1
|
-
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path d="M0 8C0 3.58172 3.58172 0 8 0H24C28.4183 0 32 3.58172 32 8V24C32 28.4183 28.4183 32 24 32H8C3.58172 32 0 28.4183 0 24V8Z" fill="#EDF1F5"/>
|
3
|
-
<path d="M18.8421 21.2609H13.1029C12.7069 21.2609 12.3855 20.9398 12.3855 20.5435C12.3855 19.5545 11.9647 18.1655 11.2609 17.5534C9.33243 15.8779 8.45806 13.3649 8.92191 10.8316C9.53937 7.45579 12.5019 5.00327 15.9664 5C15.9683 5 15.9706 5 15.973 5C17.8879 5 19.6884 5.74516 21.0433 7.09894C22.3996 8.45435 23.1464 10.2567 23.1464 12.1739C23.1464 14.235 22.2473 16.1973 20.6799 17.5574C19.9784 18.1659 19.5595 19.5535 19.5595 20.5435C19.5595 20.9398 19.2381 21.2609 18.8421 21.2609Z" fill="#FFB549"/>
|
4
|
-
<path d="M16 8C16.267 9.24934 16.8054 10.6222 17.5915 11.4085C18.3778 12.1945 19.7507 12.733 21 13C19.751 13.2675 18.3775 13.8049 17.5915 14.5908C16.8056 15.377 16.2677 16.7505 16.0007 18C15.7333 16.7507 15.1952 15.3774 14.4092 14.5915C13.6232 13.8052 12.2497 13.2677 11 13.0007C12.2491 12.7332 13.6224 12.1949 14.4085 11.4092C15.1949 10.6229 15.7326 9.24959 16 8Z" fill="#FFE5BE"/>
|
5
|
-
<path d="M17.4078 22.6958H14.5382C14.1413 22.6958 13.8208 23.0162 13.8208 23.4132V24.848C13.8208 26.034 14.7869 27.0002 15.973 27.0002C17.0826 27.0002 17.996 26.1584 18.1156 25.0776C18.1203 25.001 18.1252 24.9245 18.1252 24.848V23.4132C18.1252 23.0162 17.8047 22.6958 17.4078 22.6958Z" fill="#596168"/>
|
6
|
-
<path d="M17.4075 24.1304H14.5379C13.3493 24.1304 12.3857 23.1669 12.3857 21.9782V20.5435H19.5597V21.9782C19.5597 23.1669 18.5961 24.1304 17.4075 24.1304Z" fill="#767D84"/>
|
7
|
-
<path d="M20.6499 5C20.7834 5.6245 21.0528 6.31136 21.4454 6.70423C21.8385 7.09705 22.5255 7.36613 23.1499 7.49963C22.5255 7.63356 21.8383 7.90221 21.4454 8.29503C21.0525 8.68812 20.7841 9.3752 20.6506 10C20.5169 9.37547 20.2475 8.68866 19.8544 8.29577C19.4612 7.9027 18.7747 7.63407 18.1499 7.50037C18.7745 7.36665 19.4612 7.09688 19.8544 6.70423C20.2475 6.31112 20.5162 5.62451 20.6499 5Z" fill="white"/>
|
8
|
-
<circle cx="24" cy="8" r="5" fill="#F33E3E" stroke="#EDF1F5" stroke-width="2"/>
|
9
|
-
</svg>
|
@@ -1,3 +0,0 @@
|
|
1
|
-
<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path d="M6 12.25C8.17462 12.25 9.9375 10.4871 9.9375 8.3125V5.6875C9.9375 3.51288 8.17461 1.75 6 1.75C3.82538 1.75 2.0625 3.51288 2.0625 5.6875V8.3125C2.0625 10.4871 3.82538 12.25 6 12.25ZM6 12.25L6 7.4375M0.75 9.1875H2.16009M0.75 5.6875H11.25M9.8399 9.1875H11.25M2.05866 1.53125L3.35832 2.76765M9.93365 1.53125L8.63774 2.76409" stroke="#8C6324" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
3
|
-
</svg>
|
@@ -1,3 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="13" fill="none" viewBox="0 0 14 13">
|
2
|
-
<path stroke="#3D2D8F" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="m7 3.09.006-.007m2.327 1.173.006-.007m-4.673.007.006-.007M10.5 6.59l.006-.006M3.5 6.589l.006-.006m6.41 2.34.006-.007m-5.839.006.006-.006m3.494-3.5-.39 3.511m-2.235 1.74H2.333a5.833 5.833 0 1 1 9.333 0H9.041m-1.848-1.74a1.75 1.75 0 1 1-.387 3.48 1.75 1.75 0 0 1 .387-3.48Z"/>
|
3
|
-
</svg>
|