@seed-design/codemod 0.0.20 → 0.0.22

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.
@@ -28,7 +28,7 @@ ${_}`),v.pop(),`{${O}}`}case"number":return isFinite(u)?String(u):e?e(u):"null";
28
28
  `),stack:e&&e.stack,exception:!0,date:new Date().toString(),process:this.getProcessInfo(),os:this.getOsInfo(),trace:this.getTrace(e)}}getProcessInfo(){return{pid:process.pid,uid:process.getuid?process.getuid():null,gid:process.getgid?process.getgid():null,cwd:process.cwd(),execPath:process.execPath,version:process.version,argv:process.argv,memoryUsage:process.memoryUsage()}}getOsInfo(){return{loadavg:yc.loadavg(),uptime:yc.uptime()}}getTrace(e){return(e?Ic.parse(e):Ic.get()).map(n=>({column:n.getColumnNumber(),file:n.getFileName(),function:n.getFunctionName(),line:n.getLineNumber(),method:n.getMethodName(),native:n.isNative()}))}_addHandler(e){if(!this.handlers.has(e)){e.handleExceptions=!0;let t=new nv(e);this.handlers.set(e,t),this.logger.pipe(t)}}_uncaughtException(e){let t=this.getAllInfo(e),n=this._getExceptionHandlers(),i=typeof this.logger.exitOnError=="function"?this.logger.exitOnError(e):this.logger.exitOnError,o;!n.length&&i&&(console.warn("winston: exitOnError cannot be true with no exception handlers."),console.warn("winston: not exiting process."),i=!1);function a(){wi("doExit",i),wi("process._exiting",process._exiting),i&&!process._exiting&&(o&&clearTimeout(o),process.exit(1))}if(!n||n.length===0)return process.nextTick(a);rv(n,(s,l)=>{let c=tv(l),d=s.transport||s;function f(h){return()=>{wi(h),c()}}d._ending=!0,d.once("finish",f("finished")),d.once("error",f("error"))},()=>i&&a()),this.logger.log(t),i&&(o=setTimeout(a,3e3))}_getExceptionHandlers(){return this.logger.transports.filter(e=>(e.transport||e).handleExceptions)}}});var wc=p((Pm,bc)=>{"use strict";var{Writable:iv}=Ae();bc.exports=class extends iv{constructor(e){if(super({objectMode:!0}),!e)throw new Error("RejectionStream requires a TransportStream instance.");this.handleRejections=!0,this.transport=e}_write(e,t,n){return e.rejection?this.transport.log(e,n):(n(),!0)}}});var Ri=p((jm,Rc)=>{"use strict";var Lc=require("os"),ov=Bt(),Si=$r()("winston:rejection"),av=xi(),Sc=bi(),sv=wc();Rc.exports=class{constructor(e){if(!e)throw new Error("Logger is required to handle rejections");this.logger=e,this.handlers=new Map}handle(...e){e.forEach(t=>{if(Array.isArray(t))return t.forEach(n=>this._addHandler(n));this._addHandler(t)}),this.catcher||(this.catcher=this._unhandledRejection.bind(this),process.on("unhandledRejection",this.catcher))}unhandle(){this.catcher&&(process.removeListener("unhandledRejection",this.catcher),this.catcher=!1,Array.from(this.handlers.values()).forEach(e=>this.logger.unpipe(e)))}getAllInfo(e){let t=null;return e&&(t=typeof e=="string"?e:e.message),{error:e,level:"error",message:[`unhandledRejection: ${t||"(no error message)"}`,e&&e.stack||" No stack trace"].join(`
29
29
  `),stack:e&&e.stack,rejection:!0,date:new Date().toString(),process:this.getProcessInfo(),os:this.getOsInfo(),trace:this.getTrace(e)}}getProcessInfo(){return{pid:process.pid,uid:process.getuid?process.getuid():null,gid:process.getgid?process.getgid():null,cwd:process.cwd(),execPath:process.execPath,version:process.version,argv:process.argv,memoryUsage:process.memoryUsage()}}getOsInfo(){return{loadavg:Lc.loadavg(),uptime:Lc.uptime()}}getTrace(e){return(e?Sc.parse(e):Sc.get()).map(n=>({column:n.getColumnNumber(),file:n.getFileName(),function:n.getFunctionName(),line:n.getLineNumber(),method:n.getMethodName(),native:n.isNative()}))}_addHandler(e){if(!this.handlers.has(e)){e.handleRejections=!0;let t=new sv(e);this.handlers.set(e,t),this.logger.pipe(t)}}_unhandledRejection(e){let t=this.getAllInfo(e),n=this._getRejectionHandlers(),i=typeof this.logger.exitOnError=="function"?this.logger.exitOnError(e):this.logger.exitOnError,o;!n.length&&i&&(console.warn("winston: exitOnError cannot be true with no rejection handlers."),console.warn("winston: not exiting process."),i=!1);function a(){Si("doExit",i),Si("process._exiting",process._exiting),i&&!process._exiting&&(o&&clearTimeout(o),process.exit(1))}if(!n||n.length===0)return process.nextTick(a);ov(n,(s,l)=>{let c=av(l),d=s.transport||s;function f(h){return()=>{Si(h),c()}}d._ending=!0,d.once("finish",f("finished")),d.once("error",f("error"))},()=>i&&a()),this.logger.log(t),i&&(o=setTimeout(a,3e3))}_getRejectionHandlers(){return this.logger.transports.filter(e=>(e.transport||e).handleRejections)}}});var $c=p((Nm,_c)=>{"use strict";var _i=class{constructor(e){let t=Wt();if(typeof e!="object"||Array.isArray(e)||!(e instanceof t))throw new Error("Logger is required for profiling");this.logger=e,this.start=Date.now()}done(...e){typeof e[e.length-1]=="function"&&(console.warn("Callback function no longer supported as of winston@3.0.0"),e.pop());let t=typeof e[e.length-1]=="object"?e.pop():{};return t.level=t.level||"info",t.durationMs=Date.now()-this.start,this.logger.write(t)}};_c.exports=_i});var Wt=p((Hm,Ec)=>{"use strict";var{Stream:lv,Transform:cv}=Ae(),Cc=Bt(),{LEVEL:pe,SPLAT:Tc}=D(),Fc=yi(),uv=Li(),fv=Ri(),pv=Kn(),hv=$c(),{warn:dv}=In(),gv=Pt(),vv=/%[scdjifoO%]/g,zt=class extends cv{constructor(e){super({objectMode:!0}),this.configure(e)}child(e){let t=this;return Object.create(t,{write:{value:function(n){let i=Object.assign({},e,n);n instanceof Error&&(i.stack=n.stack,i.message=n.message),t.write(i)}}})}configure({silent:e,format:t,defaultMeta:n,levels:i,level:o="info",exitOnError:a=!0,transports:s,colors:l,emitErrs:c,formatters:d,padLevels:f,rewriters:h,stripColors:m,exceptionHandlers:u,rejectionHandlers:v}={}){if(this.transports.length&&this.clear(),this.silent=e,this.format=t||this.format||hn()(),this.defaultMeta=n||null,this.levels=i||this.levels||gv.npm.levels,this.level=o,this.exceptions&&this.exceptions.unhandle(),this.rejections&&this.rejections.unhandle(),this.exceptions=new uv(this),this.rejections=new fv(this),this.profilers={},this.exitOnError=a,s&&(s=Array.isArray(s)?s:[s],s.forEach(b=>this.add(b))),l||c||d||f||h||m)throw new Error(["{ colors, emitErrs, formatters, padLevels, rewriters, stripColors } were removed in winston@3.0.0.","Use a custom winston.format(function) instead.","See: https://github.com/winstonjs/winston/tree/master/UPGRADE-3.0.md"].join(`
30
30
  `));u&&this.exceptions.handle(u),v&&this.rejections.handle(v)}isLevelEnabled(e){let t=$i(this.levels,e);if(t===null)return!1;let n=$i(this.levels,this.level);return n===null?!1:!this.transports||this.transports.length===0?n>=t:this.transports.findIndex(o=>{let a=$i(this.levels,o.level);return a===null&&(a=n),a>=t})!==-1}log(e,t,...n){if(arguments.length===1)return e[pe]=e.level,this._addDefaultMeta(e),this.write(e),this;if(arguments.length===2)return t&&typeof t=="object"?(t[pe]=t.level=e,this._addDefaultMeta(t),this.write(t),this):(t={[pe]:e,level:e,message:t},this._addDefaultMeta(t),this.write(t),this);let[i]=n;if(typeof i=="object"&&i!==null&&!(t&&t.match&&t.match(vv))){let a=Object.assign({},this.defaultMeta,i,{[pe]:e,[Tc]:n,level:e,message:t});return i.message&&(a.message=`${a.message} ${i.message}`),i.stack&&(a.stack=i.stack),i.cause&&(a.cause=i.cause),this.write(a),this}return this.write(Object.assign({},this.defaultMeta,{[pe]:e,[Tc]:n,level:e,message:t})),this}_transform(e,t,n){if(this.silent)return n();e[pe]||(e[pe]=e.level),!this.levels[e[pe]]&&this.levels[e[pe]]!==0&&console.error("[winston] Unknown logger level: %s",e[pe]),this._readableState.pipes||console.error("[winston] Attempt to write logs with no transports, which can increase memory usage: %j",e);try{this.push(this.format.transform(e,this.format.options))}finally{this._writableState.sync=!1,n()}}_final(e){let t=this.transports.slice();Cc(t,(n,i)=>{if(!n||n.finished)return setImmediate(i);n.once("finish",i),n.end()},e)}add(e){let t=!Fc(e)||e.log.length>2?new pv({transport:e}):e;if(!t._writableState||!t._writableState.objectMode)throw new Error("Transports must WritableStreams in objectMode. Set { objectMode: true }.");return this._onEvent("error",t),this._onEvent("warn",t),this.pipe(t),e.handleExceptions&&this.exceptions.handle(),e.handleRejections&&this.rejections.handle(),this}remove(e){if(!e)return this;let t=e;return(!Fc(e)||e.log.length>2)&&(t=this.transports.filter(n=>n.transport===e)[0]),t&&this.unpipe(t),this}clear(){return this.unpipe(),this}close(){return this.exceptions.unhandle(),this.rejections.unhandle(),this.clear(),this.emit("close"),this}setLevels(){dv.deprecated("setLevels")}query(e,t){typeof e=="function"&&(t=e,e={}),e=e||{};let n={},i=Object.assign({},e.query||{});function o(s,l){e.query&&typeof s.formatQuery=="function"&&(e.query=s.formatQuery(i)),s.query(e,(c,d)=>{if(c)return l(c);typeof s.formatResults=="function"&&(d=s.formatResults(d,e.format)),l(null,d)})}function a(s,l){o(s,(c,d)=>{l&&(d=c||d,d&&(n[s.name]=d),l()),l=null})}Cc(this.transports.filter(s=>!!s.query),a,()=>t(null,n))}stream(e={}){let t=new lv,n=[];return t._streams=n,t.destroy=()=>{let i=n.length;for(;i--;)n[i].destroy()},this.transports.filter(i=>!!i.stream).forEach(i=>{let o=i.stream(e);o&&(n.push(o),o.on("log",a=>{a.transport=a.transport||[],a.transport.push(i.name),t.emit("log",a)}),o.on("error",a=>{a.transport=a.transport||[],a.transport.push(i.name),t.emit("error",a)}))}),t}startTimer(){return new hv(this)}profile(e,...t){let n=Date.now();if(this.profilers[e]){let i=this.profilers[e];delete this.profilers[e],typeof t[t.length-2]=="function"&&(console.warn("Callback function no longer supported as of winston@3.0.0"),t.pop());let o=typeof t[t.length-1]=="object"?t.pop():{};return o.level=o.level||"info",o.durationMs=n-i,o.message=o.message||e,this.write(o)}return this.profilers[e]=n,this}handleExceptions(...e){console.warn("Deprecated: .handleExceptions() will be removed in winston@4. Use .exceptions.handle()"),this.exceptions.handle(...e)}unhandleExceptions(...e){console.warn("Deprecated: .unhandleExceptions() will be removed in winston@4. Use .exceptions.unhandle()"),this.exceptions.unhandle(...e)}cli(){throw new Error(["Logger.cli() was removed in winston@3.0.0","Use a custom winston.formats.cli() instead.","See: https://github.com/winstonjs/winston/tree/master/UPGRADE-3.0.md"].join(`
31
- `))}_onEvent(e,t){function n(i){e==="error"&&!this.transports.includes(t)&&this.add(t),this.emit(e,i,t)}t["__winston"+e]||(t["__winston"+e]=n.bind(this),t.on(e,t["__winston"+e]))}_addDefaultMeta(e){this.defaultMeta&&Object.assign(e,this.defaultMeta)}};function $i(r,e){let t=r[e];return!t&&t!==0?null:t}Object.defineProperty(zt.prototype,"transports",{configurable:!1,enumerable:!0,get(){let{pipes:r}=this._readableState;return Array.isArray(r)?r:[r].filter(Boolean)}});Ec.exports=zt});var Ci=p((Bm,Mc)=>{"use strict";var{LEVEL:mv}=D(),yv=Pt(),Iv=Wt(),xv=$r()("winston:create-logger");function bv(r){return"is"+r.charAt(0).toUpperCase()+r.slice(1)+"Enabled"}Mc.exports=function(r={}){r.levels=r.levels||yv.npm.levels;class e extends Iv{constructor(i){super(i)}}let t=new e(r);return Object.keys(r.levels).forEach(function(n){if(xv('Define prototype method for "%s"',n),n==="log"){console.warn('Level "log" not defined: conflicts with the method "log". Use a different level name.');return}e.prototype[n]=function(...i){let o=this||t;if(i.length===1){let[a]=i,s=a&&a.message&&a||{message:a};return s.level=s[mv]=n,o._addDefaultMeta(s),o.write(s),this||t}return i.length===0?(o.log(n,""),o):o.log(n,...i)},e.prototype[bv(n)]=function(){return(this||t).isLevelEnabled(n)}}),t}});var Oc=p((zm,kc)=>{"use strict";var wv=Ci();kc.exports=class{constructor(e={}){this.loggers=new Map,this.options=e}add(e,t){if(!this.loggers.has(e)){t=Object.assign({},t||this.options);let n=t.transports||this.options.transports;n?t.transports=Array.isArray(n)?n.slice():[n]:t.transports=[];let i=wv(t);i.on("close",()=>this._delete(e)),this.loggers.set(e,i)}return this.loggers.get(e)}get(e,t){return this.add(e,t)}has(e){return!!this.loggers.has(e)}close(e){if(e)return this._removeLogger(e);this.loggers.forEach((t,n)=>this._removeLogger(n))}_removeLogger(e){if(!this.loggers.has(e))return;this.loggers.get(e).close(),this._delete(e)}_delete(e){this.loggers.delete(e)}}});var qc=p(E=>{"use strict";var Ac=yn(),{warn:Mr}=In();E.version=sa().version;E.transports=sc();E.config=Pt();E.addColors=Ac.levels;E.format=Ac.format;E.createLogger=Ci();E.Logger=Wt();E.ExceptionHandler=Li();E.RejectionHandler=Ri();E.Container=Oc();E.Transport=Ze();E.loggers=new E.Container;var he=E.createLogger();Object.keys(E.config.npm.levels).concat(["log","query","stream","add","remove","clear","profile","startTimer","handleExceptions","unhandleExceptions","handleRejections","unhandleRejections","configure","child"]).forEach(r=>E[r]=(...e)=>he[r](...e));Object.defineProperty(E,"level",{get(){return he.level},set(r){he.level=r}});Object.defineProperty(E,"exceptions",{get(){return he.exceptions}});Object.defineProperty(E,"rejections",{get(){return he.rejections}});["exitOnError"].forEach(r=>{Object.defineProperty(E,r,{get(){return he[r]},set(e){he[r]=e}})});Object.defineProperty(E,"default",{get(){return{exceptionHandlers:he.exceptionHandlers,rejectionHandlers:he.rejectionHandlers,transports:he.transports}}});Mr.deprecated(E,"setLevels");Mr.forFunctions(E,"useFormat",["cli"]);Mr.forProperties(E,"useFormat",["padLevels","stripColors"]);Mr.forFunctions(E,"deprecated",["addRewriter","addFilter","clone","extend"]);Mr.forProperties(E,"deprecated",["emitErrs","levelLength"])});var Ev={};ru(Ev,{default:()=>Fv});module.exports=nu(Ev);var Ne=[{previous:"$semantic.color.on-primary",next:["$color.palette.static-white"]},{previous:"$semantic.color.primary",next:["$color.bg.brand-solid","$color.fg.brand"],alternative:["$color.palette.carrot-600"]},{previous:"$semantic.color.primary-low",next:["$color.palette.carrot-100"]},{previous:"$semantic.color.secondary",next:["$color.palette.gray-900"]},{previous:"$semantic.color.secondary-low",next:["$color.bg.neutral-weak"],alternative:["$color.palette.gray-200"]},{previous:"$semantic.color.success",next:["$color.bg.positive-solid","$color.fg.positive"],alternative:["$color.fg.positive-contrast","$color.palette.green-700"]},{previous:"$semantic.color.success-low",next:["$color.bg.positive-weak"],alternative:["$color.palette.green-100"]},{previous:"$semantic.color.warning",next:["$color.bg.warning-solid"],alternative:["$color.fg.warning-contrast","$color.palette.yellow-500"]},{previous:"$semantic.color.warning-low",next:["$color.bg.warning-weak"],alternative:["$color.palette.yellow-100"]},{previous:"$semantic.color.danger",next:["$color.bg.critical-solid","$color.fg.critical"],alternative:["$color.fg.critical-contrast","$color.palette.red-700"]},{previous:"$semantic.color.danger-low",next:["$color.bg.critical-weak"],alternative:["$color.palette.red-100"]},{previous:"$semantic.color.overlay-dim",next:["$color.bg.overlay"],alternative:["$color.palette.static-black-alpha-500"]},{previous:"$semantic.color.overlay-low",next:["$color.bg.overlay-muted"],alternative:["$color.palette.static-black-alpha-200"]},{previous:"$semantic.color.paper-sheet",next:["$color.bg.layer-floating"],alternative:["$color.palette.gray-00"]},{previous:"$semantic.color.paper-dialog",next:["$color.bg.layer-floating"],alternative:["$color.palette.gray-00"]},{previous:"$semantic.color.paper-floating",next:["$color.bg.layer-floating"],alternative:["$color.palette.gray-00"]},{previous:"$semantic.color.paper-contents",next:["$color.bg.layer-fill"],alternative:["$color.palette.gray-100"]},{previous:"$semantic.color.paper-default",next:["$color.bg.layer-default"],alternative:["$color.palette.gray-00"]},{previous:"$semantic.color.paper-background",next:["$color.bg.layer-basement"],alternative:["$color.palette.gray-200"]},{previous:"$semantic.color.paper-accent",next:["$color.palette.carrot-100"]},{previous:"$semantic.color.primary-hover",next:["$color.bg.brand-solid-pressed"],alternative:["$color.palette.carrot-700"]},{previous:"$semantic.color.primary-pressed",next:["$color.bg.brand-solid-pressed"],alternative:["$color.palette.carrot-700"]},{previous:"$semantic.color.primary-low-hover",next:["$color.palette.carrot-200"]},{previous:"$semantic.color.primary-low-active",next:["$color.palette.carrot-100"]},{previous:"$semantic.color.primary-low-pressed",next:["$color.palette.carrot-200"]},{previous:"$semantic.color.gray-hover",next:["$color.bg.neutral-weak-pressed"],alternative:["$color.palette.gray-300"]},{previous:"$semantic.color.gray-pressed",next:["$color.bg.neutral-weak-pressed"],alternative:["$color.palette.gray-300"]},{previous:"$semantic.color.on-primary-overlay-50",next:[],description:"V3\uC5D0\uC11C \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uB294 \uC0C9\uC0C1"},{previous:"$semantic.color.on-primary-overlay-200",next:[],description:"V3\uC5D0\uC11C \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uB294 \uC0C9\uC0C1"},{previous:"$semantic.color.on-primary-low-overlay-50",next:[],description:"V3\uC5D0\uC11C \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uB294 \uC0C9\uC0C1"},{previous:"$semantic.color.on-primary-low-overlay-100",next:[],description:"V3\uC5D0\uC11C \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uB294 \uC0C9\uC0C1"},{previous:"$semantic.color.on-primary-low-overlay-200",next:[],description:"V3\uC5D0\uC11C \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uB294 \uC0C9\uC0C1"},{previous:"$semantic.color.on-gray-overlay-50",next:["$color.stroke.on-image"]},{previous:"$semantic.color.on-gray-overlay-100",next:[],description:"V3\uC5D0\uC11C \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uB294 \uC0C9\uC0C1"},{previous:"$semantic.color.divider-1",next:["$color.stroke.neutral-muted"],alternative:["$color.palette.static-black-alpha-50"]},{previous:"$semantic.color.divider-2",next:["$color.stroke.neutral"],alternative:["$color.palette.gray-300"]},{previous:"$semantic.color.divider-3",next:["$color.palette.gray-400"]},{previous:"$semantic.color.accent",next:["$color.bg.informative-solid","$color.fg.informative"],alternative:["$color.fg.informative-contrast","$color.palette.blue-700"]},{previous:"$semantic.color.ink-text",next:["$color.fg.neutral"],alternative:["$color.palette.gray-1000"]},{previous:"$semantic.color.ink-text-low",next:["$color.fg.neutral-subtle"],alternative:["$color.palette.gray-700"]},{previous:"$semantic.color.gray-active",next:["$color.fg.neutral-muted"],alternative:["$color.palette.gray-800"]}],Dr=[{previous:"$scale.color.gray-00",next:["$color.palette.gray-00"]},{previous:"$scale.color.gray-50",next:["$color.palette.gray-100"]},{previous:"$scale.color.gray-100",next:["$color.palette.gray-200"]},{previous:"$scale.color.gray-200",next:["$color.palette.gray-300"]},{previous:"$scale.color.gray-300",next:["$color.palette.gray-400"]},{previous:"$scale.color.gray-400",next:["$color.palette.gray-500"]},{previous:"$scale.color.gray-500",next:["$color.palette.gray-600"]},{previous:"$scale.color.gray-600",next:["$color.palette.gray-700"]},{previous:"$scale.color.gray-700",next:["$color.palette.gray-800"]},{previous:"$scale.color.gray-800",next:["$color.palette.gray-900"]},{previous:"$scale.color.gray-900",next:["$color.palette.gray-1000"]},{previous:"$scale.color.gray-alpha-50",next:["$color.palette.gray-200","$color.stroke.on-image"]},{previous:"$scale.color.gray-alpha-100",next:["$color.palette.gray-300"]},{previous:"$scale.color.gray-alpha-200",next:["$color.palette.gray-500"]},{previous:"$scale.color.gray-alpha-500",next:["$color.palette.gray-700"]},{previous:"$scale.color.carrot-50",next:["$color.palette.carrot-100"]},{previous:"$scale.color.carrot-100",next:["$color.palette.carrot-200"]},{previous:"$scale.color.carrot-200",next:["$color.palette.carrot-300"]},{previous:"$scale.color.carrot-300",next:["$color.palette.carrot-400"]},{previous:"$scale.color.carrot-400",next:["$color.palette.carrot-500"]},{previous:"$scale.color.carrot-500",next:["$color.palette.carrot-600"]},{previous:"$scale.color.carrot-600",next:["$color.palette.carrot-600"]},{previous:"$scale.color.carrot-700",next:["$color.palette.carrot-700"]},{previous:"$scale.color.carrot-800",next:["$color.palette.carrot-700"]},{previous:"$scale.color.carrot-900",next:["$color.palette.carrot-800"]},{previous:"$scale.color.carrot-950",next:["$color.palette.carrot-800"]},{previous:"$scale.color.carrot-alpha-50",next:["$color.palette.carrot-100"]},{previous:"$scale.color.carrot-alpha-100",next:["$color.palette.carrot-200"]},{previous:"$scale.color.carrot-alpha-200",next:["$color.palette.carrot-200"]},{previous:"$scale.color.blue-50",next:["$color.palette.blue-100"]},{previous:"$scale.color.blue-100",next:["$color.palette.blue-200"]},{previous:"$scale.color.blue-200",next:["$color.palette.blue-300"]},{previous:"$scale.color.blue-300",next:["$color.palette.blue-400"]},{previous:"$scale.color.blue-400",next:["$color.palette.blue-400"]},{previous:"$scale.color.blue-500",next:["$color.palette.blue-600"]},{previous:"$scale.color.blue-600",next:["$color.palette.blue-600"]},{previous:"$scale.color.blue-700",next:["$color.palette.blue-800"]},{previous:"$scale.color.blue-800",next:["$color.palette.blue-900"]},{previous:"$scale.color.blue-900",next:["$color.palette.blue-900"]},{previous:"$scale.color.blue-950",next:["$color.palette.blue-1000"]},{previous:"$scale.color.blue-alpha-50",next:["$color.palette.blue-100"]},{previous:"$scale.color.blue-alpha-100",next:["$color.palette.blue-100"]},{previous:"$scale.color.blue-alpha-200",next:["$color.palette.blue-200"]},{previous:"$scale.color.red-50",next:["$color.palette.red-100"]},{previous:"$scale.color.red-100",next:["$color.palette.red-200"]},{previous:"$scale.color.red-200",next:["$color.palette.red-300"]},{previous:"$scale.color.red-300",next:["$color.palette.red-400"]},{previous:"$scale.color.red-400",next:["$color.palette.red-600"]},{previous:"$scale.color.red-500",next:["$color.palette.red-700"]},{previous:"$scale.color.red-600",next:["$color.palette.red-700"]},{previous:"$scale.color.red-700",next:["$color.palette.red-800"]},{previous:"$scale.color.red-800",next:["$color.palette.red-900"]},{previous:"$scale.color.red-900",next:["$color.palette.red-900"]},{previous:"$scale.color.red-950",next:["$color.palette.red-900"]},{previous:"$scale.color.red-alpha-50",next:["$color.palette.red-100"]},{previous:"$scale.color.red-alpha-100",next:["$color.palette.red-200"]},{previous:"$scale.color.red-alpha-200",next:["$color.palette.red-300"]},{previous:"$scale.color.green-50",next:["$color.palette.green-100"]},{previous:"$scale.color.green-100",next:["$color.palette.green-200"]},{previous:"$scale.color.green-200",next:["$color.palette.green-300"]},{previous:"$scale.color.green-300",next:["$color.palette.green-400"]},{previous:"$scale.color.green-400",next:["$color.palette.green-500"]},{previous:"$scale.color.green-500",next:["$color.palette.green-600"]},{previous:"$scale.color.green-600",next:["$color.palette.green-700"]},{previous:"$scale.color.green-700",next:["$color.palette.green-800"]},{previous:"$scale.color.green-800",next:["$color.palette.green-900"]},{previous:"$scale.color.green-900",next:["$color.palette.green-900"]},{previous:"$scale.color.green-950",next:["$color.palette.green-900"]},{previous:"$scale.color.green-alpha-50",next:["$color.palette.green-100"]},{previous:"$scale.color.green-alpha-100",next:["$color.palette.green-200"]},{previous:"$scale.color.green-alpha-200",next:["$color.palette.green-200"]},{previous:"$scale.color.yellow-50",next:["$color.palette.yellow-100"]},{previous:"$scale.color.yellow-100",next:["$color.palette.yellow-200"]},{previous:"$scale.color.yellow-200",next:["$color.palette.yellow-300"]},{previous:"$scale.color.yellow-300",next:["$color.palette.yellow-400"]},{previous:"$scale.color.yellow-400",next:["$color.palette.yellow-500"]},{previous:"$scale.color.yellow-500",next:["$color.palette.yellow-700"]},{previous:"$scale.color.yellow-600",next:["$color.palette.yellow-700"]},{previous:"$scale.color.yellow-700",next:["$color.palette.yellow-800"]},{previous:"$scale.color.yellow-800",next:["$color.palette.yellow-800"]},{previous:"$scale.color.yellow-900",next:["$color.palette.yellow-900"]},{previous:"$scale.color.yellow-950",next:["$color.palette.yellow-900"]},{previous:"$scale.color.yellow-alpha-50",next:["$color.palette.yellow-100"]},{previous:"$scale.color.yellow-alpha-100",next:["$color.palette.yellow-100"]},{previous:"$scale.color.yellow-alpha-200",next:["$color.palette.yellow-100"]},{previous:"$scale.color.purple-50",next:["$color.palette.purple-100"]},{previous:"$scale.color.purple-100",next:["$color.palette.purple-300"]},{previous:"$scale.color.purple-200",next:["$color.palette.purple-400"]},{previous:"$scale.color.purple-300",next:["$color.palette.purple-400"]},{previous:"$scale.color.purple-400",next:["$color.palette.purple-500"]},{previous:"$scale.color.purple-500",next:["$color.palette.purple-600"]},{previous:"$scale.color.purple-600",next:["$color.palette.purple-700"]},{previous:"$scale.color.purple-700",next:["$color.palette.purple-800"]},{previous:"$scale.color.purple-800",next:["$color.palette.purple-900"]},{previous:"$scale.color.purple-900",next:["$color.palette.purple-900"]},{previous:"$scale.color.purple-950",next:["$color.palette.purple-1000"]}],or=[{previous:"$static.color.static-black",next:["$color.palette.static-black"]},{previous:"$static.color.static-white",next:["$color.palette.static-white"]},{previous:"$static.color.static-gray-900",next:["$color.palette.static-black"],description:"static\uC5D0\uC11C palette\uB85C \uBCC0\uACBD\uB418\uB294 \uC0C9\uC0C1\uC73C\uB85C \uC6A9\uB3C4 \uD30C\uC545 \uD544\uC694",needsVerification:!0},{previous:"$static.color.static-carrot-50",next:["$color.palette.carrot-100"],description:"static\uC5D0\uC11C palette\uB85C \uBCC0\uACBD\uB418\uB294 \uC0C9\uC0C1\uC73C\uB85C \uC6A9\uB3C4 \uD30C\uC545 \uD544\uC694",needsVerification:!0},{previous:"$static.color.static-carrot-800",next:["$color.palette.carrot-700"],description:"static\uC5D0\uC11C palette\uB85C \uBCC0\uACBD\uB418\uB294 \uC0C9\uC0C1\uC73C\uB85C \uC6A9\uB3C4 \uD30C\uC545 \uD544\uC694",needsVerification:!0},{previous:"$static.color.static-green-50",next:["$color.palette.green-100"],description:"static\uC5D0\uC11C palette\uB85C \uBCC0\uACBD\uB418\uB294 \uC0C9\uC0C1\uC73C\uB85C \uC6A9\uB3C4 \uD30C\uC545 \uD544\uC694",needsVerification:!0},{previous:"$static.color.static-green-800",next:["$color.palette.green-700"],description:"static\uC5D0\uC11C palette\uB85C \uBCC0\uACBD\uB418\uB294 \uC0C9\uC0C1\uC73C\uB85C \uC6A9\uB3C4 \uD30C\uC545 \uD544\uC694",needsVerification:!0},{previous:"$static.color.static-yellow-50",next:["$color.palette.yellow-100"],description:"static\uC5D0\uC11C palette\uB85C \uBCC0\uACBD\uB418\uB294 \uC0C9\uC0C1\uC73C\uB85C \uC6A9\uB3C4 \uD30C\uC545 \uD544\uC694",needsVerification:!0},{previous:"$static.color.static-yellow-800",next:["$color.palette.yellow-700"],description:"static\uC5D0\uC11C palette\uB85C \uBCC0\uACBD\uB418\uB294 \uC0C9\uC0C1\uC73C\uB85C \uC6A9\uB3C4 \uD30C\uC545 \uD544\uC694",needsVerification:!0},{previous:"$static.color.static-red-50",next:["$color.palette.red-100"],description:"static\uC5D0\uC11C palette\uB85C \uBCC0\uACBD\uB418\uB294 \uC0C9\uC0C1\uC73C\uB85C \uC6A9\uB3C4 \uD30C\uC545 \uD544\uC694",needsVerification:!0},{previous:"$static.color.static-red-800",next:["$color.palette.red-700"],description:"static\uC5D0\uC11C palette\uB85C \uBCC0\uACBD\uB418\uB294 \uC0C9\uC0C1\uC73C\uB85C \uC6A9\uB3C4 \uD30C\uC545 \uD544\uC694",needsVerification:!0},{previous:"$static.color.static-blue-50",next:["$color.palette.blue-100"],description:"static\uC5D0\uC11C palette\uB85C \uBCC0\uACBD\uB418\uB294 \uC0C9\uC0C1\uC73C\uB85C \uC6A9\uB3C4 \uD30C\uC545 \uD544\uC694",needsVerification:!0},{previous:"$static.color.static-blue-800",next:["$color.palette.blue-700"],description:"static\uC5D0\uC11C palette\uB85C \uBCC0\uACBD\uB418\uB294 \uC0C9\uC0C1\uC73C\uB85C \uC6A9\uB3C4 \uD30C\uC545 \uD544\uC694",needsVerification:!0},{previous:"$static.color.static-black-alpha-200",next:["$color.palette.static-black-alpha-200"]},{previous:"$static.color.static-black-alpha-500",next:["$color.palette.static-black-alpha-500"]},{previous:"$static.color.static-white-alpha-50",next:[],description:"V3\uC5D0\uC11C \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uB294 \uC0C9\uC0C1"},{previous:"$static.color.static-white-alpha-200",next:["$color.palette.static-white-alpha-200"]}],Gt=[...Ne,...Dr,...or];var Pi=[{previous:"IconAddThin",next:["IconPlusLine"]},{previous:"IconAddRegular",next:["IconPlusLine"]},{previous:"IconAddFill",next:["IconPlusFill"]},{previous:"IconAddCircleThin",next:["IconPlusCircleLine"]},{previous:"IconAddCircleRegular",next:["IconPlusCircleLine"]},{previous:"IconAddCircleFill",next:["IconPlusCircleFill"]},{previous:"IconAebThin",next:["IconCarFrontUpsideWave2ReversedUpLine"]},{previous:"IconAebRegular",next:["IconCarFrontUpsideWave2ReversedUpLine"]},{previous:"IconAebFill",next:["IconCarFrontUpsideWave2ReversedUpFill"]},{previous:"IconAiThin",next:["IconSparkle2Line"]},{previous:"IconAiRegular",next:["IconSparkle2Line"]},{previous:"IconAiFill",next:["IconSparkle2Fill"]},{previous:"IconAndroidShareThin",next:["IconAndroidshareLine"]},{previous:"IconAndroidShareRegular",next:["IconAndroidshareLine"]},{previous:"IconAndroidShareFill",next:["IconAndroidshareFill"]},{previous:"IconArrowThin",next:["IconArrowUpRightLine"]},{previous:"IconArrowRegular",next:["IconArrowUpRightLine"]},{previous:"IconArrowFill",next:["IconArrowUpRightFill"]},{previous:"IconArrowDownwardThin",next:["IconArrowDownLine"]},{previous:"IconArrowDownwardRegular",next:["IconArrowDownLine"]},{previous:"IconArrowDownwardFill",next:["IconArrowDownFill"]},{previous:"IconArrowDropDownThin",next:["IconTriangleDownSmallLine"]},{previous:"IconArrowDropDownRegular",next:["IconTriangleDownSmallLine"]},{previous:"IconArrowDropDownFill",next:["IconTriangleDownSmallFill"]},{previous:"IconArrowDropUpThin",next:["IconTriangleUpSmallLine"]},{previous:"IconArrowDropUpRegular",next:["IconTriangleUpSmallLine"]},{previous:"IconArrowDropUpFill",next:["IconTriangleUpSmallFill"]},{previous:"IconArrowUpwardThin",next:["IconArrowUpLine"]},{previous:"IconArrowUpwardRegular",next:["IconArrowUpLine"]},{previous:"IconArrowUpwardFill",next:["IconArrowUpFill"]},{previous:"IconArticleThin",next:["IconArticleLine"]},{previous:"IconArticleRegular",next:["IconArticleLine"]},{previous:"IconArticleFill",next:["IconArticleFill"]},{previous:"IconBackwardThin",next:["IconArrowLeftLine"]},{previous:"IconBackwardRegular",next:["IconArrowLeftLine"]},{previous:"IconBackwardFill",next:["IconArrowLeftFill"]},{previous:"IconBillThin",next:["IconReceiptLine"]},{previous:"IconBillRegular",next:["IconReceiptLine"]},{previous:"IconBillFill",next:["IconReceiptFill"]},{previous:"IconBoldThin",next:["IconTUppercaseSerifLine"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconBoldRegular",next:["IconTUppercaseSerifLine"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconBoldFill",next:["IconTUppercaseSerifFill"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconBookmarkThin",next:["IconBookmarkLine"]},{previous:"IconBookmarkRegular",next:["IconBookmarkLine"]},{previous:"IconBookmarkFill",next:["IconBookmarkFill"]},{previous:"IconBookmarkListThin",next:["IconHorizline3VerticalStarLine"]},{previous:"IconBookmarkListRegular",next:["IconHorizline3VerticalStarLine"]},{previous:"IconBookmarkListFill",next:["IconHorizline3VerticalStarFill"]},{previous:"IconCalendarThin",next:["IconCalendarLine"]},{previous:"IconCalendarRegular",next:["IconCalendarLine"]},{previous:"IconCalendarFill",next:["IconCalendarFill"]},{previous:"IconCallThin",next:["IconPhoneLine"]},{previous:"IconCallRegular",next:["IconPhoneLine"]},{previous:"IconCallFill",next:["IconPhoneFill"]},{previous:"IconCallDeclinedThin",next:["IconPhoneXmarkLine"]},{previous:"IconCallDeclinedRegular",next:["IconPhoneXmarkLine"]},{previous:"IconCallDeclinedFill",next:["IconPhoneXmarkFill"]},{previous:"IconCameraThin",next:["IconCameraLine"]},{previous:"IconCameraRegular",next:["IconCameraLine"]},{previous:"IconCameraFill",next:["IconCameraFill"]},{previous:"IconCarThin",next:["IconCarFrontsideLine"]},{previous:"IconCarRegular",next:["IconCarFrontsideLine"]},{previous:"IconCarFill",next:["IconCarFrontsideFill"]},{previous:"IconCarAroundViewThin",next:["IconArrowClockwiseOvalLine"]},{previous:"IconCarAroundViewRegular",next:["IconArrowClockwiseOvalLine"]},{previous:"IconCarAroundViewFill",next:["IconArrowClockwiseOvalFill"]},{previous:"IconCarBlindSpotThin",next:["IconCarRearUpsideWave2ReversedDownLeftLine"]},{previous:"IconCarBlindSpotRegular",next:["IconCarRearUpsideWave2ReversedDownLeftLine"]},{previous:"IconCarBlindSpotFill",next:["IconCarRearUpsideWave2ReversedDownLeftFill"]},{previous:"IconCarCruiseControlThin",next:["IconSpeedometerLine"]},{previous:"IconCarCruiseControlRegular",next:["IconSpeedometerLine"]},{previous:"IconCarCruiseControlFill",next:["IconSpeedometerFill"]},{previous:"IconCarEpbThin",next:["IconEpbLine"]},{previous:"IconCarEpbRegular",next:["IconEpbLine"]},{previous:"IconCarEpbFill",next:["IconEpbFill"]},{previous:"IconCarHeatedSeatThin",next:["IconSeatLeftHeatwave2Line"]},{previous:"IconCarHeatedSeatRegular",next:["IconSeatLeftHeatwave2Line"]},{previous:"IconCarHeatedSeatFill",next:["IconSeatLeftHeatwave2Fill"]},{previous:"IconCarHeatedSteeringWheelThin",next:["IconSteeringwheelHeatwave2Line"]},{previous:"IconCarHeatedSteeringWheelRegular",next:["IconSteeringwheelHeatwave2Line"]},{previous:"IconCarHeatedSteeringWheelFill",next:["IconSteeringwheelHeatwave2Fill"]},{previous:"IconCarLdwsThin",next:["IconRoadlaneLine"]},{previous:"IconCarLdwsRegular",next:["IconRoadlaneLine"]},{previous:"IconCarLdwsFill",next:["IconRoadlaneFill"]},{previous:"IconCarLeatherSeatThin",next:["IconSeatLeftLine"]},{previous:"IconCarLeatherSeatRegular",next:["IconSeatLeftLine"]},{previous:"IconCarLeatherSeatFill",next:["IconSeatLeftFill"]},{previous:"IconCarNavigationThin",next:["IconCompassLine"]},{previous:"IconCarNavigationRegular",next:["IconCompassLine"]},{previous:"IconCarNavigationFill",next:["IconCompassFill"]},{previous:"IconCarPowerTrunkThin",next:["IconCarRearTrunkOpenLeftsideLine"]},{previous:"IconCarPowerTrunkRegular",next:["IconCarRearTrunkOpenLeftsideLine"]},{previous:"IconCarPowerTrunkFill",next:["IconCarRearTrunkOpenLeftsideFill"]},{previous:"IconCarRearCameraThin",next:["IconCarRearUpsideSectorDownLine"]},{previous:"IconCarRearCameraRegular",next:["IconCarRearUpsideSectorDownLine"]},{previous:"IconCarRearCameraFill",next:["IconCarRearUpsideSectorDownFill"]},{previous:"IconCarRearSensorThin",next:["IconCarRearUpsideWave2ReversedDownLine"]},{previous:"IconCarRearSensorRegular",next:["IconCarRearUpsideWave2ReversedDownLine"]},{previous:"IconCarRearSensorFill",next:["IconCarRearUpsideWave2ReversedDownFill"]},{previous:"IconCarSmartKeyThin",next:["IconSmartkeyLine"]},{previous:"IconCarSmartKeyRegular",next:["IconSmartkeyLine"]},{previous:"IconCarSmartKeyFill",next:["IconSmartkeyFill"]},{previous:"IconCarVentilationSeatThin",next:["IconSeatLeftFanLine"]},{previous:"IconCarVentilationSeatRegular",next:["IconSeatLeftFanLine"]},{previous:"IconCarVentilationSeatFill",next:["IconSeatLeftFanFill"]},{previous:"IconCartThin",next:["IconCartLine"]},{previous:"IconCartRegular",next:["IconCartLine"]},{previous:"IconCartFill",next:["IconCartFill"]},{previous:"IconCertificationThin",next:["IconCrosshairLine"]},{previous:"IconCertificationRegular",next:["IconCrosshairLine"]},{previous:"IconCertificationFill",next:["IconCrosshairFill"]},{previous:"IconChallengeThin",next:["IconFlagHillLine"]},{previous:"IconChallengeRegular",next:["IconFlagHillLine"]},{previous:"IconChallengeFill",next:["IconFlagHillFill"]},{previous:"IconChartThin",next:["IconBarchartSquareLine"]},{previous:"IconChartRegular",next:["IconBarchartSquareLine"]},{previous:"IconChartFill",next:["IconBarchartSquareFill"]},{previous:"IconChatBubbleCheckThin",next:["IconCheckmarkChatbubbleLeftLine"]},{previous:"IconChatBubbleCheckRegular",next:["IconCheckmarkChatbubbleLeftLine"]},{previous:"IconChatBubbleCheckFill",next:["IconCheckmarkChatbubbleLeftFill"]},{previous:"IconChattingThin",next:["IconDot3HorizontalChatbubbleLeftLine"]},{previous:"IconChattingRegular",next:["IconDot3HorizontalChatbubbleLeftLine"]},{previous:"IconChattingFill",next:["IconDot3HorizontalChatbubbleLeftFill"]},{previous:"IconChattingSendThin",next:["IconPaperplaneLine"]},{previous:"IconChattingSendRegular",next:["IconPaperplaneLine"]},{previous:"IconChattingSendFill",next:["IconPaperplaneFill"]},{previous:"IconCheckThin",next:["IconCheckmarkLine"]},{previous:"IconCheckRegular",next:["IconCheckmarkLine"]},{previous:"IconCheckFill",next:["IconCheckmarkFill"]},{previous:"IconCheckFlowerThin",next:["IconCheckmarkFlowerLine"]},{previous:"IconCheckFlowerRegular",next:["IconCheckmarkFlowerLine"]},{previous:"IconCheckFlowerFill",next:["IconCheckmarkFlowerFill"]},{previous:"IconChevronLeftThin",next:["IconChevronLeftLine"]},{previous:"IconChevronLeftRegular",next:["IconChevronLeftLine"]},{previous:"IconChevronLeftFill",next:["IconChevronLeftFill"]},{previous:"IconChevronRightThin",next:["IconChevronRightLine"]},{previous:"IconChevronRightRegular",next:["IconChevronRightLine"]},{previous:"IconChevronRightFill",next:["IconChevronRightFill"]},{previous:"IconClickThin",next:["IconHandPointUpLine"]},{previous:"IconClickRegular",next:["IconHandPointUpLine"]},{previous:"IconClickFill",next:["IconHandPointUpFill"]},{previous:"IconClockThin",next:["IconClockLine"]},{previous:"IconClockRegular",next:["IconClockLine"]},{previous:"IconClockFill",next:["IconClockFill"]},{previous:"IconCloseThin",next:["IconXmarkLine"]},{previous:"IconCloseRegular",next:["IconXmarkLine"]},{previous:"IconCloseFill",next:["IconXmarkFill"]},{previous:"IconCobuyingThin",next:["IconShoppingbag2StackedLine"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconCobuyingRegular",next:["IconShoppingbag2StackedLine"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconCobuyingFill",next:["IconShoppingbag2StackedFill"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconCommunityThin",next:["IconPostLine"]},{previous:"IconCommunityRegular",next:["IconPostLine"]},{previous:"IconCommunityFill",next:["IconPostFill"]},{previous:"IconCondoThin",next:["IconBuilding2Line"]},{previous:"IconCondoRegular",next:["IconBuilding2Line"]},{previous:"IconCondoFill",next:["IconBuilding2Fill"]},{previous:"IconConfirmationThin",next:["IconCheckmarkShieldLine"]},{previous:"IconConfirmationRegular",next:["IconCheckmarkShieldLine"]},{previous:"IconConfirmationFill",next:["IconCheckmarkShieldFill"]},{previous:"IconConfirmationPayThin",next:["IconWonShieldLine"]},{previous:"IconConfirmationPayRegular",next:["IconWonShieldLine"]},{previous:"IconConfirmationPayFill",next:["IconWonShieldFill"]},{previous:"IconConfirmationProfileThin",next:["IconPersonShieldLine"]},{previous:"IconConfirmationProfileRegular",next:["IconPersonShieldLine"]},{previous:"IconConfirmationProfileFill",next:["IconPersonShieldFill"]},{previous:"IconContentsThin",next:["IconGridHeartLine"]},{previous:"IconContentsRegular",next:["IconGridHeartLine"]},{previous:"IconContentsFill",next:["IconGridHeartFill"]},{previous:"IconConvertThin",next:["IconArrowRightArrowLeftLine"]},{previous:"IconConvertRegular",next:["IconArrowRightArrowLeftLine"]},{previous:"IconConvertFill",next:["IconArrowRightArrowLeftFill"]},{previous:"IconCopyThin",next:["IconSquare2StackedLine"]},{previous:"IconCopyRegular",next:["IconSquare2StackedLine"]},{previous:"IconCopyFill",next:["IconSquare2StackedFill"]},{previous:"IconCouponThin",next:["IconCouponLine"]},{previous:"IconCouponRegular",next:["IconCouponLine"]},{previous:"IconCouponFill",next:["IconCouponFill"]},{previous:"IconCouponDownloadDoneThin",next:["IconCheckmarkHorizlineLine"]},{previous:"IconCouponDownloadDoneRegular",next:["IconCheckmarkHorizlineLine"]},{previous:"IconCouponDownloadDoneFill",next:["IconCheckmarkHorizlineFill"]},{previous:"IconCouponUsedThin",next:["IconCheckmarkCouponLine"]},{previous:"IconCouponUsedRegular",next:["IconCheckmarkCouponLine"]},{previous:"IconCouponUsedFill",next:["IconCheckmarkCouponFill"]},{previous:"IconDeleteKeyboardThin",next:["IconBackspacekeyLine"]},{previous:"IconDeleteKeyboardRegular",next:["IconBackspacekeyLine"]},{previous:"IconDeleteKeyboardFill",next:["IconBackspacekeyFill"]},{previous:"IconDeliveryThin",next:["IconTruckLine"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconDeliveryRegular",next:["IconTruckLine"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconDeliveryFill",next:["IconTruckFill"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconDirectionThin",next:["IconArrowRightAngledLine"]},{previous:"IconDirectionRegular",next:["IconArrowRightAngledLine"]},{previous:"IconDirectionFill",next:["IconArrowRightAngledFill"]},{previous:"IconDownloadThin",next:["IconArrowDownHorizlineLine"]},{previous:"IconDownloadRegular",next:["IconArrowDownHorizlineLine"]},{previous:"IconDownloadFill",next:["IconArrowDownHorizlineFill"]},{previous:"IconEditThin",next:["IconEraserHorizlineLine"]},{previous:"IconEditRegular",next:["IconEraserHorizlineLine"]},{previous:"IconEditFill",next:["IconEraserHorizlineFill"]},{previous:"IconEmoticonThin",next:["IconFaceSmileCircleLine"]},{previous:"IconEmoticonRegular",next:["IconFaceSmileCircleLine"]},{previous:"IconEmoticonFill",next:["IconFaceSmileCircleFill"]},{previous:"IconEmoticonBadThin",next:["IconFaceSadCircleLine"]},{previous:"IconEmoticonBadRegular",next:["IconFaceSadCircleLine"]},{previous:"IconEmoticonBadFill",next:["IconFaceSadCircleFill"]},{previous:"IconExpandThin",next:["IconArrowUpRightArrowDownLeftLine"]},{previous:"IconExpandRegular",next:["IconArrowUpRightArrowDownLeftLine"]},{previous:"IconExpandFill",next:["IconArrowUpRightArrowDownLeftFill"]},{previous:"IconExpandLessThin",next:["IconChevronUpLine"]},{previous:"IconExpandLessRegular",next:["IconChevronUpLine"]},{previous:"IconExpandLessFill",next:["IconChevronUpFill"]},{previous:"IconExpandMoreThin",next:["IconChevronDownLine"]},{previous:"IconExpandMoreRegular",next:["IconChevronDownLine"]},{previous:"IconExpandMoreFill",next:["IconChevronDownFill"]},{previous:"IconFileThin",next:["IconPaperclipLine"]},{previous:"IconFileRegular",next:["IconPaperclipLine"]},{previous:"IconFileFill",next:["IconPaperclipFill"]},{previous:"IconFilter02Thin",next:["IconSlider2HorizontalLine"]},{previous:"IconFilter02Regular",next:["IconSlider2HorizontalLine"]},{previous:"IconFilter02Fill",next:["IconSlider2HorizontalFill"]},{previous:"IconForwardThin",next:["IconArrowRightLine"]},{previous:"IconForwardRegular",next:["IconArrowRightLine"]},{previous:"IconForwardFill",next:["IconArrowRightFill"]},{previous:"IconGenderThin",next:["IconMalesymbolFemalesymbolLine"]},{previous:"IconGenderRegular",next:["IconMalesymbolFemalesymbolLine"]},{previous:"IconGenderFill",next:["IconMalesymbolFemalesymbolFill"]},{previous:"IconGlobalThin",next:["IconGlobeLine"]},{previous:"IconGlobalRegular",next:["IconGlobeLine"]},{previous:"IconGlobalFill",next:["IconGlobeFill"]},{previous:"IconGpsThin",next:["IconCrosshairLine"]},{previous:"IconGpsRegular",next:["IconCrosshairLine"]},{previous:"IconGpsFill",next:["IconCrosshairFill"]},{previous:"IconGpsEnableThin",next:["IconCrosshairQuestionmarkLine"]},{previous:"IconGpsEnableRegular",next:["IconCrosshairQuestionmarkLine"]},{previous:"IconGpsEnableFill",next:["IconCrosshairQuestionmarkFill"]},{previous:"IconGpsEnable2Thin",next:["IconCrosshairQuestionmarkLine"]},{previous:"IconGpsEnable2Regular",next:["IconCrosshairQuestionmarkLine"]},{previous:"IconGpsEnable2Fill",next:["IconCrosshairQuestionmarkFill"]},{previous:"IconGroupchatKingThin",next:["IconCrownLine"]},{previous:"IconGroupchatKingRegular",next:["IconCrownLine"]},{previous:"IconGroupchatKingFill",next:["IconCrownFill"]},{previous:"IconHandleThin",next:["IconHorizline3VerticalTightLine"]},{previous:"IconHandleRegular",next:["IconHorizline3VerticalTightLine"]},{previous:"IconHandleFill",next:["IconHorizline3VerticalTightFill"]},{previous:"IconHashtagThin",next:["IconHashLine"]},{previous:"IconHashtagRegular",next:["IconHashLine"]},{previous:"IconHashtagFill",next:["IconHashFill"]},{previous:"IconHeadphoneThin",next:["IconHeadsetLine"]},{previous:"IconHeadphoneRegular",next:["IconHeadsetLine"]},{previous:"IconHeadphoneFill",next:["IconHeadsetFill"]},{previous:"IconHeartThin",next:["IconHeartLine"]},{previous:"IconHeartRegular",next:["IconHeartLine"]},{previous:"IconHeartFill",next:["IconHeartFill"]},{previous:"IconHelpThin",next:["IconQuestionmarkCircleLine"]},{previous:"IconHelpRegular",next:["IconQuestionmarkCircleLine"]},{previous:"IconHelpFill",next:["IconQuestionmarkCircleFill"]},{previous:"IconHelpcenterThin",next:["IconHeadsetLine"]},{previous:"IconHelpcenterRegular",next:["IconHeadsetLine"]},{previous:"IconHelpcenterFill",next:["IconHeadsetFill"]},{previous:"IconHelperThin",next:["IconHeadsetLine"]},{previous:"IconHelperRegular",next:["IconHeadsetLine"]},{previous:"IconHelperFill",next:["IconHeadsetFill"]},{previous:"IconHomeThin",next:["IconHouseLine"]},{previous:"IconHomeRegular",next:["IconHouseLine"]},{previous:"IconHomeFill",next:["IconHouseFill"]},{previous:"IconHouseThin",next:["IconWindow4HouseLine"]},{previous:"IconHouseRegular",next:["IconWindow4HouseLine"]},{previous:"IconHouseFill",next:["IconWindow4HouseFill"]},{previous:"IconHousekeepingBookThin",next:["IconBookLine"]},{previous:"IconHousekeepingBookRegular",next:["IconBookLine"]},{previous:"IconHousekeepingBookFill",next:["IconBookFill"]},{previous:"IconImportThin",next:["IconDocumentArrowLeftLine"]},{previous:"IconImportRegular",next:["IconDocumentArrowLeftLine"]},{previous:"IconImportFill",next:["IconDocumentArrowLeftFill"]},{previous:"IconInfoThin",next:["IconILowercaseSerifCircleLine"]},{previous:"IconInfoRegular",next:["IconILowercaseSerifCircleLine"]},{previous:"IconInfoFill",next:["IconILowercaseSerifCircleFill"]},{previous:"IconInterestThin",next:["IconHorizline3VerticalStarLine"]},{previous:"IconInterestRegular",next:["IconHorizline3VerticalStarLine"]},{previous:"IconInterestFill",next:["IconHorizline3VerticalStarFill"]},{previous:"IconInterestListThin",next:["IconStarLine"]},{previous:"IconInterestListRegular",next:["IconStarLine"]},{previous:"IconInterestListFill",next:["IconStarFill"]},{previous:"IconInviteThin",next:["IconEnvelopeLine"]},{previous:"IconInviteRegular",next:["IconEnvelopeLine"]},{previous:"IconInviteFill",next:["IconEnvelopeFill"]},{previous:"IconInviteFriendThin",next:["IconPersonPlusLine"]},{previous:"IconInviteFriendRegular",next:["IconPersonPlusLine"]},{previous:"IconInviteFriendFill",next:["IconPersonPlusFill"]},{previous:"IconIosShareThin",next:["IconArrowUpBracketDownLine"]},{previous:"IconIosShareRegular",next:["IconArrowUpBracketDownLine"]},{previous:"IconIosShareFill",next:["IconArrowUpBracketDownFill"]},{previous:"IconJobsThin",next:["IconPersonMagnifyingglassLine"]},{previous:"IconJobsRegular",next:["IconPersonMagnifyingglassLine"]},{previous:"IconJobsFill",next:["IconPersonMagnifyingglassFill"]},{previous:"IconKeyboardHidingThin",next:["IconKeyboardChevronDownLine"]},{previous:"IconKeyboardHidingRegular",next:["IconKeyboardChevronDownLine"]},{previous:"IconKeyboardHidingFill",next:["IconKeyboardChevronDownFill"]},{previous:"IconKeywordThin",next:["IconTagLine"]},{previous:"IconKeywordRegular",next:["IconTagLine"]},{previous:"IconKeywordFill",next:["IconTagFill"]},{previous:"IconLaptopThin",next:["IconLaptopLine"]},{previous:"IconLaptopRegular",next:["IconLaptopLine"]},{previous:"IconLaptopFill",next:["IconLaptopFill"]},{previous:"IconLeafThin",next:["IconLeafLine"]},{previous:"IconLeafRegular",next:["IconLeafLine"]},{previous:"IconLeafFill",next:["IconLeafFill"]},{previous:"IconListThin",next:["IconDothorizline3VerticalLine"]},{previous:"IconListRegular",next:["IconDothorizline3VerticalLine"]},{previous:"IconListFill",next:["IconDothorizline3VerticalFill"]},{previous:"IconListCardThin",next:["IconHorizrectangleHorizline2VerticalLine"]},{previous:"IconListCardRegular",next:["IconHorizrectangleHorizline2VerticalLine"]},{previous:"IconListCardFill",next:["IconHorizrectangleHorizline2VerticalFill"]},{previous:"IconListCheckThin",next:["IconDocumentCheckmarkLine"]},{previous:"IconListCheckRegular",next:["IconDocumentCheckmarkLine"]},{previous:"IconListCheckFill",next:["IconDocumentCheckmarkFill"]},{previous:"IconListSelectThin",next:["IconHorizline3VerticalCheckmarkLine"]},{previous:"IconListSelectRegular",next:["IconHorizline3VerticalCheckmarkLine"]},{previous:"IconListSelectFill",next:["IconHorizline3VerticalCheckmarkFill"]},{previous:"IconListThumbnailThin",next:["IconSquareline2VerticalLine"]},{previous:"IconListThumbnailRegular",next:["IconSquareline2VerticalLine"]},{previous:"IconListThumbnailFill",next:["IconSquareline2VerticalFill"]},{previous:"IconLocationThin",next:["IconLocationpinLine"]},{previous:"IconLocationRegular",next:["IconLocationpinLine"]},{previous:"IconLocationFill",next:["IconLocationpinFill"]},{previous:"IconLockThin",next:["IconLockLine"]},{previous:"IconLockRegular",next:["IconLockLine"]},{previous:"IconLockFill",next:["IconLockFill"]},{previous:"IconLoudspeakerThin",next:["IconMegaphoneLine"]},{previous:"IconLoudspeakerRegular",next:["IconMegaphoneLine"]},{previous:"IconLoudspeakerFill",next:["IconMegaphoneFill"]},{previous:"IconMapThin",next:["IconMapLocationpinLine"]},{previous:"IconMapRegular",next:["IconMapLocationpinLine"]},{previous:"IconMapFill",next:["IconMapLocationpinFill"]},{previous:"IconMarketThin",next:["IconStoreLine"]},{previous:"IconMarketRegular",next:["IconStoreLine"]},{previous:"IconMarketFill",next:["IconStoreFill"]},{previous:"IconMarketCheckThin",next:["IconStoreCheckmarkLine"]},{previous:"IconMarketCheckRegular",next:["IconStoreCheckmarkLine"]},{previous:"IconMarketCheckFill",next:["IconStoreCheckmarkFill"]},{previous:"IconMarketWriteThin",next:["IconStorePenLine"]},{previous:"IconMarketWriteRegular",next:["IconStorePenLine"]},{previous:"IconMarketWriteFill",next:["IconStorePenFill"]},{previous:"IconMentionThin",next:["IconAtLine"]},{previous:"IconMentionRegular",next:["IconAtLine"]},{previous:"IconMentionFill",next:["IconAtFill"]},{previous:"IconMenuThin",next:["IconHorizline3VerticalLine"]},{previous:"IconMenuRegular",next:["IconHorizline3VerticalLine"]},{previous:"IconMenuFill",next:["IconHorizline3VerticalFill"]},{previous:"IconMicThin",next:["IconMicrophoneLine"]},{previous:"IconMicRegular",next:["IconMicrophoneLine"]},{previous:"IconMicFill",next:["IconMicrophoneFill"]},{previous:"IconMicOffThin",next:["IconMicrophoneSlashLine"]},{previous:"IconMicOffRegular",next:["IconMicrophoneSlashLine"]},{previous:"IconMicOffFill",next:["IconMicrophoneSlashFill"]},{previous:"IconMissionThin",next:["IconBookOpenLine"]},{previous:"IconMissionRegular",next:["IconBookOpenLine"]},{previous:"IconMissionFill",next:["IconBookOpenFill"]},{previous:"IconMobileThin",next:["IconMobileLine"]},{previous:"IconMobileRegular",next:["IconMobileLine"]},{previous:"IconMobileFill",next:["IconMobileFill"]},{previous:"IconMoneySendThin",next:["IconWonCircleArrowRightLine"]},{previous:"IconMoneySendRegular",next:["IconWonCircleArrowRightLine"]},{previous:"IconMoneySendFill",next:["IconWonCircleArrowRightFill"]},{previous:"IconMoneySendYenThin",next:["IconYenCircleArrowRightLine"]},{previous:"IconMoneySendYenRegular",next:["IconYenCircleArrowRightLine"]},{previous:"IconMoneySendYenFill",next:["IconYenCircleArrowRightFill"]},{previous:"IconMoneyWonThin",next:["IconWonCircleLine"]},{previous:"IconMoneyWonRegular",next:["IconWonCircleLine"]},{previous:"IconMoneyWonFill",next:["IconWonCircleFill"]},{previous:"IconMoneyYenThin",next:["IconYenCircleLine"]},{previous:"IconMoneyYenRegular",next:["IconYenCircleLine"]},{previous:"IconMoneyYenFill",next:["IconYenCircleFill"]},{previous:"IconMoonThin",next:["IconMoonLine"]},{previous:"IconMoonRegular",next:["IconMoonLine"]},{previous:"IconMoonFill",next:["IconMoonFill"]},{previous:"IconMoreHorizThin",next:["IconDot3HorizontalLine"]},{previous:"IconMoreHorizRegular",next:["IconDot3HorizontalLine"]},{previous:"IconMoreHorizFill",next:["IconDot3HorizontalFill"]},{previous:"IconMoreVertThin",next:["IconDot3VerticalLine"]},{previous:"IconMoreVertRegular",next:["IconDot3VerticalLine"]},{previous:"IconMoreVertFill",next:["IconDot3VerticalFill"]},{previous:"IconMyThin",next:["IconPersonLine"]},{previous:"IconMyRegular",next:["IconPersonLine"]},{previous:"IconMyFill",next:["IconPersonFill"]},{previous:"IconMyProfileThin",next:["IconPersonCircleLine"]},{previous:"IconMyProfileRegular",next:["IconPersonCircleLine"]},{previous:"IconMyProfileFill",next:["IconPersonCircleFill"]},{previous:"IconNearMeThin",next:["IconLocationpinLine"]},{previous:"IconNearMeRegular",next:["IconLocationpinLine"]},{previous:"IconNearMeFill",next:["IconLocationpinFill"]},{previous:"IconNewtopicThin",next:["IconNUppercaseCircleLine"]},{previous:"IconNewtopicRegular",next:["IconNUppercaseCircleLine"]},{previous:"IconNewtopicFill",next:["IconNUppercaseCircleFill"]},{previous:"IconNoteThin",next:["IconDocumentLine"]},{previous:"IconNoteRegular",next:["IconDocumentLine"]},{previous:"IconNoteFill",next:["IconDocumentFill"]},{previous:"IconNotificationThin",next:["IconBellLine"]},{previous:"IconNotificationRegular",next:["IconBellLine"]},{previous:"IconNotificationFill",next:["IconBellFill"]},{previous:"IconNotificationFallThin",next:["IconArrowDownLine"]},{previous:"IconNotificationFallRegular",next:["IconArrowDownLine"]},{previous:"IconNotificationFallFill",next:["IconArrowDownFill"]},{previous:"IconNotificationOffThin",next:["IconBellSlashLine"]},{previous:"IconNotificationOffRegular",next:["IconBellSlashLine"]},{previous:"IconNotificationOffFill",next:["IconBellSlashFill"]},{previous:"IconOrderThin",next:["IconCheckmarkClipboardLine"]},{previous:"IconOrderRegular",next:["IconCheckmarkClipboardLine"]},{previous:"IconOrderFill",next:["IconCheckmarkClipboardFill"]},{previous:"IconPauseThin",next:["IconVertrectangle2HorizontalLine"]},{previous:"IconPauseRegular",next:["IconVertrectangle2HorizontalLine"]},{previous:"IconPauseFill",next:["IconVertrectangle2HorizontalFill"]},{previous:"IconPaymentThin",next:["IconCardLine"]},{previous:"IconPaymentRegular",next:["IconCardLine"]},{previous:"IconPaymentFill",next:["IconCardFill"]},{previous:"IconPercentThin",next:["IconPercentLine"]},{previous:"IconPercentRegular",next:["IconPercentLine"]},{previous:"IconPercentFill",next:["IconPercentFill"]},{previous:"IconPhotoThin",next:["IconPictureLine"]},{previous:"IconPhotoRegular",next:["IconPictureLine"]},{previous:"IconPhotoFill",next:["IconPictureFill"]},{previous:"IconPhotoEditThin",next:["IconWandLine"]},{previous:"IconPhotoEditRegular",next:["IconWandLine"]},{previous:"IconPhotoEditFill",next:["IconWandFill"]},{previous:"IconPhotoEditCropThin",next:["IconCropmarkLine"]},{previous:"IconPhotoEditCropRegular",next:["IconCropmarkLine"]},{previous:"IconPhotoEditCropFill",next:["IconCropmarkFill"]},{previous:"IconPhotoEditDrawThin",next:["IconScribbleLine"]},{previous:"IconPhotoEditDrawRegular",next:["IconScribbleLine"]},{previous:"IconPhotoEditDrawFill",next:["IconScribbleFill"]},{previous:"IconPhotoEditRotateThin",next:["IconArrow2ClockwiseCircularLine"]},{previous:"IconPhotoEditRotateRegular",next:["IconArrow2ClockwiseCircularLine"]},{previous:"IconPhotoEditRotateFill",next:["IconArrow2ClockwiseCircularFill"]},{previous:"IconPhotoSeveralThin",next:["IconPicture2StackedLine"]},{previous:"IconPhotoSeveralRegular",next:["IconPicture2StackedLine"]},{previous:"IconPhotoSeveralFill",next:["IconPicture2StackedFill"]},{previous:"IconPlayThin",next:["IconTriangleRightLine"]},{previous:"IconPlayRegular",next:["IconTriangleRightLine"]},{previous:"IconPlayFill",next:["IconTriangleRightFill"]},{previous:"IconPollThin",next:["IconBarchartSquareLine"]},{previous:"IconPollRegular",next:["IconBarchartSquareLine"]},{previous:"IconPollFill",next:["IconBarchartSquareFill"]},{previous:"IconPriceWonThin",next:["IconWonLine"]},{previous:"IconPriceWonRegular",next:["IconWonLine"]},{previous:"IconPriceWonFill",next:["IconWonFill"]},{previous:"IconPriceYenDefault",next:["IconYenLine"]},{previous:"IconPriceYenVariant4",next:["IconYenLine"]},{previous:"IconPriceYenVariant3",next:["IconYenFill"]},{previous:"IconProductThin",next:["IconShoppingbagLine"]},{previous:"IconProductRegular",next:["IconShoppingbagLine"]},{previous:"IconProductFill",next:["IconShoppingbagFill"]},{previous:"IconProfileThin",next:["IconPersonLine"]},{previous:"IconProfileRegular",next:["IconPersonLine"]},{previous:"IconProfileFill",next:["IconPersonFill"]},{previous:"IconProfileBadgeThin",next:["IconCheckmarkBadgeLine"]},{previous:"IconProfileBadgeRegular",next:["IconCheckmarkBadgeLine"]},{previous:"IconProfileBadgeFill",next:["IconCheckmarkBadgeFill"]},{previous:"IconProhibitionThin",next:["IconSlashCircleLine"]},{previous:"IconProhibitionRegular",next:["IconSlashCircleLine"]},{previous:"IconProhibitionFill",next:["IconSlashCircleFill"]},{previous:"IconPushpinThin",next:["IconPushpinLine"]},{previous:"IconPushpinRegular",next:["IconPushpinLine"]},{previous:"IconPushpinFill",next:["IconPushpinFill"]},{previous:"IconQuestionCheckThin",next:["IconQuestionmarkSquareLine"]},{previous:"IconQuestionCheckRegular",next:["IconQuestionmarkSquareLine"]},{previous:"IconQuestionCheckFill",next:["IconQuestionmarkSquareFill"]},{previous:"IconRedoThin",next:["IconArrowUturnRightLine"]},{previous:"IconRedoRegular",next:["IconArrowUturnRightLine"]},{previous:"IconRedoFill",next:["IconArrowUturnRightFill"]},{previous:"IconRefundThin",next:["IconWonArrowClockwiseCircularLine"]},{previous:"IconRefundRegular",next:["IconWonArrowClockwiseCircularLine"]},{previous:"IconRefundFill",next:["IconWonArrowClockwiseCircularFill"]},{previous:"IconRemoveCircleThin",next:["IconXmarkCircleLine"]},{previous:"IconRemoveCircleRegular",next:["IconXmarkCircleLine"]},{previous:"IconRemoveCircleFill",next:["IconXmarkCircleFill"]},{previous:"IconReplyThin",next:["IconHorizline2VerticalChatbubbleRectangularRightLine"]},{previous:"IconReplyRegular",next:["IconHorizline2VerticalChatbubbleRectangularRightLine"]},{previous:"IconReplyFill",next:["IconHorizline2VerticalChatbubbleRectangularRightFill"]},{previous:"IconReplyMissionThin",next:["IconHorizline2VerticalChatbubbleRectangularRightLine"]},{previous:"IconReplyMissionRegular",next:["IconHorizline2VerticalChatbubbleRectangularRightLine"]},{previous:"IconReplyMissionFill",next:["IconHorizline2VerticalChatbubbleRectangularRightFill"]},{previous:"IconReplyReThin",next:["IconCornerDownLeftLine"]},{previous:"IconReplyReRegular",next:["IconCornerDownLeftLine"]},{previous:"IconReplyReFill",next:["IconCornerDownLeftFill"]},{previous:"IconReportThin",next:["IconFlagLine"]},{previous:"IconReportRegular",next:["IconFlagLine"]},{previous:"IconReportFill",next:["IconFlagFill"]},{previous:"IconReservationThin",next:["IconCheckmarkCalendarLine"]},{previous:"IconReservationRegular",next:["IconCheckmarkCalendarLine"]},{previous:"IconReservationFill",next:["IconCheckmarkCalendarFill"]},{previous:"IconRestaurantThin",next:["IconForkSpoonLine"]},{previous:"IconRestaurantRegular",next:["IconForkSpoonLine"]},{previous:"IconRestaurantFill",next:["IconForkSpoonFill"]},{previous:"IconRetryThin",next:["IconArrowClockwiseCircularLine"]},{previous:"IconRetryRegular",next:["IconArrowClockwiseCircularLine"]},{previous:"IconRetryFill",next:["IconArrowClockwiseCircularFill"]},{previous:"IconReviewStarThin",next:["IconStarLine"]},{previous:"IconReviewStarRegular",next:["IconStarLine"]},{previous:"IconReviewStarFill",next:["IconStarFill"]},{previous:"IconScannerThin",next:["IconHorizlineViewfinderLine"]},{previous:"IconScannerRegular",next:["IconHorizlineViewfinderLine"]},{previous:"IconScannerFill",next:["IconHorizlineViewfinderFill"]},{previous:"IconSearchThin",next:["IconMagnifyingglassLine"]},{previous:"IconSearchRegular",next:["IconMagnifyingglassLine"]},{previous:"IconSearchFill",next:["IconMagnifyingglassFill"]},{previous:"IconSearchDocThin",next:["IconDocumentMagnifyingglassLine"]},{previous:"IconSearchDocRegular",next:["IconDocumentMagnifyingglassLine"]},{previous:"IconSearchDocFill",next:["IconDocumentMagnifyingglassFill"]},{previous:"IconSellThin",next:["IconPlusSquareLine"]},{previous:"IconSellRegular",next:["IconPlusSquareLine"]},{previous:"IconSellFill",next:["IconPlusSquareFill"]},{previous:"IconSettingThin",next:["IconGearLine"]},{previous:"IconSettingRegular",next:["IconGearLine"]},{previous:"IconSettingFill",next:["IconGearFill"]},{previous:"IconSignoutThin",next:["IconBracketLeftArrowRightLine"]},{previous:"IconSignoutRegular",next:["IconBracketLeftArrowRightLine"]},{previous:"IconSignoutFill",next:["IconBracketLeftArrowRightFill"]},{previous:"IconSortThin",next:["IconArrowUpArrowDownLine"]},{previous:"IconSortRegular",next:["IconArrowUpArrowDownLine"]},{previous:"IconSortFill",next:["IconArrowUpArrowDownFill"]},{previous:"IconStoryThin",next:["IconTriangleRightChatbubbleLeftLine"]},{previous:"IconStoryRegular",next:["IconTriangleRightChatbubbleLeftLine"]},{previous:"IconStoryFill",next:["IconTriangleRightChatbubbleLeftFill"]},{previous:"IconStoryArticleThin",next:["IconDocumentPenLine"]},{previous:"IconStoryArticleRegular",next:["IconDocumentPenLine"]},{previous:"IconStoryArticleFill",next:["IconDocumentPenFill"]},{previous:"IconSubtractCircleThin",next:["IconMinusCircleLine"]},{previous:"IconSubtractCircleRegular",next:["IconMinusCircleLine"]},{previous:"IconSubtractCircleFill",next:["IconMinusCircleFill"]},{previous:"IconSubtractionThin",next:["IconMinusLine"]},{previous:"IconSubtractionRegular",next:["IconMinusLine"]},{previous:"IconSubtractionFill",next:["IconMinusFill"]},{previous:"IconSuggestThin",next:["IconLightbulbDot5Line"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconSuggestRegular",next:["IconLightbulbDot5Line"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconSuggestFill",next:["IconLightbulbDot5Fill"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconSunThin",next:["IconSunLine"]},{previous:"IconSunRegular",next:["IconSunLine"]},{previous:"IconSunFill",next:["IconSunFill"]},{previous:"IconTalkingdownThin",next:["IconQuotationmark2RightLine"]},{previous:"IconTalkingdownRegular",next:["IconQuotationmark2RightLine"]},{previous:"IconTalkingdownFill",next:["IconQuotationmark2RightFill"]},{previous:"IconTalkingupThin",next:["IconQuotationmark2LeftLine"]},{previous:"IconTalkingupRegular",next:["IconQuotationmark2LeftLine"]},{previous:"IconTalkingupFill",next:["IconQuotationmark2LeftFill"]},{previous:"IconTextThin",next:["IconTUppercaseSerifLine"]},{previous:"IconTextRegular",next:["IconTUppercaseSerifLine"]},{previous:"IconTextFill",next:["IconTUppercaseSerifFill"]},{previous:"IconThumbDownThin",next:["IconThumbDownLine"]},{previous:"IconThumbDownRegular",next:["IconThumbDownLine"]},{previous:"IconThumbDownFill",next:["IconThumbDownFill"]},{previous:"IconThumbUpThin",next:["IconThumbUpLine"]},{previous:"IconThumbUpRegular",next:["IconThumbUpLine"]},{previous:"IconThumbUpFill",next:["IconThumbUpFill"]},{previous:"IconToolboxThin",next:["IconToolboxLine"]},{previous:"IconToolboxRegular",next:["IconToolboxLine"]},{previous:"IconToolboxFill",next:["IconToolboxFill"]},{previous:"IconTranslateThin",next:["IconTranslationLine"]},{previous:"IconTranslateRegular",next:["IconTranslationLine"]},{previous:"IconTranslateFill",next:["IconTranslationFill"]},{previous:"IconTrashThin",next:["IconTrashcanLine"]},{previous:"IconTrashRegular",next:["IconTrashcanLine"]},{previous:"IconTrashFill",next:["IconTrashcanFill"]},{previous:"IconUndoThin",next:["IconArrowUturnLeftLine"]},{previous:"IconUndoRegular",next:["IconArrowUturnLeftLine"]},{previous:"IconUndoFill",next:["IconArrowUturnLeftFill"]},{previous:"IconUserGroupThin",next:["IconPerson2Line"]},{previous:"IconUserGroupRegular",next:["IconPerson2Line"]},{previous:"IconUserGroupFill",next:["IconPerson2Fill"]},{previous:"IconVideoThin",next:["IconCamcorderLine"]},{previous:"IconVideoRegular",next:["IconCamcorderLine"]},{previous:"IconVideoFill",next:["IconCamcorderFill"]},{previous:"IconViewCountThin",next:["IconEyeLine"]},{previous:"IconViewCountRegular",next:["IconEyeLine"]},{previous:"IconViewCountFill",next:["IconEyeFill"]},{previous:"IconViewCountOffThin",next:["IconEyeSlashLine"]},{previous:"IconViewCountOffRegular",next:["IconEyeSlashLine"]},{previous:"IconViewCountOffFill",next:["IconEyeSlashFill"]},{previous:"IconVolumeOffThin",next:["IconSpeakerWave2SlashLine"]},{previous:"IconVolumeOffRegular",next:["IconSpeakerWave2SlashLine"]},{previous:"IconVolumeOffFill",next:["IconSpeakerWave2SlashFill"]},{previous:"IconVolumeOnThin",next:["IconSpeakerWave2Line"]},{previous:"IconVolumeOnRegular",next:["IconSpeakerWave2Line"]},{previous:"IconVolumeOnFill",next:["IconSpeakerWave2Fill"]},{previous:"IconVoteThin",next:["IconCheckmarkBallotboxLine"]},{previous:"IconVoteRegular",next:["IconCheckmarkBallotboxLine"]},{previous:"IconVoteFill",next:["IconCheckmarkBallotboxFill"]},{previous:"IconVoucherThin",next:["IconGiftLine"]},{previous:"IconVoucherRegular",next:["IconGiftLine"]},{previous:"IconVoucherFill",next:["IconGiftFill"]},{previous:"IconWalkThin",next:["IconFigureWalkLine"]},{previous:"IconWalkRegular",next:["IconFigureWalkLine"]},{previous:"IconWalkFill",next:["IconFigureWalkFill"]},{previous:"IconWarningThin",next:["IconExclamationmarkCircleLine"]},{previous:"IconWarningRegular",next:["IconExclamationmarkCircleLine"]},{previous:"IconWarningFill",next:["IconExclamationmarkCircleFill"]},{previous:"IconWriteThin",next:["IconPenHorizlineLine"]},{previous:"IconWriteRegular",next:["IconPenHorizlineLine"]},{previous:"IconWriteFill",next:["IconPenHorizlineFill"]},{previous:"IconWriteFrequentUseThin",next:["IconDocumentPlusLine"]},{previous:"IconWriteFrequentUseRegular",next:["IconDocumentPlusLine"]},{previous:"IconWriteFrequentUseFill",next:["IconDocumentPlusFill"]},{previous:"IconWriteStoryThin",next:["IconHorizline2VerticalChatbubbleRectangularRightLine"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconWriteStoryRegular",next:["IconHorizline2VerticalChatbubbleRectangularRightLine"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconWriteStoryFill",next:["IconHorizline2VerticalChatbubbleRectangularRightFill"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."}],Di=[{previous:"IconCategoryRealty",next:["IconWindow4House"],description:"\uBD80\uB3D9\uC0B0"},{previous:"IconCategoryCar",next:["IconCarFrontside"],description:"\uC911\uACE0\uCC28"},{previous:"IconCategoryJobs",next:["IconPersonMagnifyingglass"],description:"\uC54C\uBC14"},{previous:"IconCategoryGroup",next:["IconPerson2Openarms"],description:"\uBAA8\uC784"},{previous:"IconCategoryAd",next:["IconMegaphoneTilted"],description:"\uAD11\uACE0"},{previous:"IconCategoryBizprofile",next:["IconWindow2Store"],description:"\uBE44\uC988\uD504\uB85C\uD544"},{previous:"IconCategoryRestaurant",next:["IconForkSpoon"]},{previous:"IconCategoryCafe",next:["IconCupHeatwave"]},{previous:"IconCategoryTruck",next:["IconTruck"]},{previous:"IconCategoryFitness",next:["IconDumbbell"]},{previous:"IconCategoryBeauty",next:["IconScissors"]},{previous:"IconCategoryBeautyshop",next:["IconNailpolish"]},{previous:"IconCategoryConstruction",next:["IconWrench"]},{previous:"IconCategoryClass",next:["IconPalette"]},{previous:"IconCategoryLife",next:["IconSpraybottleSponge"]},{previous:"IconCategoryHomerepair",next:["IconPaintroller"]},{previous:"IconCategoryAcademy",next:["IconPencil"]},{previous:"IconCategoryFarm",next:[],description:"\uC5C6\uC74C"},{previous:"IconCategoryClassRemoved",next:[],description:"\uC5C6\uC74C"},{previous:"IconCategoryMedical",next:[],description:"\uC5C6\uC74C"},{previous:"IconCategoryLaundry",next:[],description:"\uC5C6\uC74C"},{previous:"IconCategoryLost",next:[],description:"\uC5C6\uC74C"},{previous:"IconCategoryRecommandation",next:[],description:"\uC5C6\uC74C"},{previous:"IconCategoryBuytogether",next:[],description:"\uC5C6\uC74C"},{previous:"IconCategoryPopularity",next:[],description:"\uC5C6\uC74C"},{previous:"IconCategoryQuestions",next:[],description:"\uC5C6\uC74C"},{previous:"IconCategoryTogether",next:[],description:"\uC5C6\uC74C"},{previous:"IconCategoryPet",next:[],description:"\uC5C6\uC74C"},{previous:"IconCategoryCare",next:[],description:"\uC5C6\uC74C"},{description:"\uC911\uACE0\uAC70\uB798(\uC2E0\uADDC)",next:["IconShoppingbagItems"]},{description:"\uC774\uC6C3\uAD11\uACE0(\uC2E0\uADDC)",next:["IconLinechartUpXaxis"]},{description:"\uD53D\uC5C5(\uC2E0\uADDC)",next:["IconForkSpoonBag"]},{description:"\uB3D9\uB124\uC2A4\uD1A0\uB9AC(\uC2E0\uADDC)",next:["IconTriangleRightChatbubbleLeft"]}],iu=[...Pi,...Di];var H=tu(qc(),1);function Pc(r){let e=H.format.printf(({message:s,timestamp:l,metadata:c})=>{let{previousToken:d,nextToken:f,line:h}=c,m=h?`(line ${h})`:"";return`${l} ${s}: ${d} \u2192 ${f} ${m}`}),t=H.format.printf(({level:s,message:l,timestamp:c,failureReason:d,metadata:f})=>{let{previousToken:h,description:m}=f,u=m||d||"";return`${c} [${s.toUpperCase()}]: ${l}
31
+ `))}_onEvent(e,t){function n(i){e==="error"&&!this.transports.includes(t)&&this.add(t),this.emit(e,i,t)}t["__winston"+e]||(t["__winston"+e]=n.bind(this),t.on(e,t["__winston"+e]))}_addDefaultMeta(e){this.defaultMeta&&Object.assign(e,this.defaultMeta)}};function $i(r,e){let t=r[e];return!t&&t!==0?null:t}Object.defineProperty(zt.prototype,"transports",{configurable:!1,enumerable:!0,get(){let{pipes:r}=this._readableState;return Array.isArray(r)?r:[r].filter(Boolean)}});Ec.exports=zt});var Ci=p((Bm,Mc)=>{"use strict";var{LEVEL:mv}=D(),yv=Pt(),Iv=Wt(),xv=$r()("winston:create-logger");function bv(r){return"is"+r.charAt(0).toUpperCase()+r.slice(1)+"Enabled"}Mc.exports=function(r={}){r.levels=r.levels||yv.npm.levels;class e extends Iv{constructor(i){super(i)}}let t=new e(r);return Object.keys(r.levels).forEach(function(n){if(xv('Define prototype method for "%s"',n),n==="log"){console.warn('Level "log" not defined: conflicts with the method "log". Use a different level name.');return}e.prototype[n]=function(...i){let o=this||t;if(i.length===1){let[a]=i,s=a&&a.message&&a||{message:a};return s.level=s[mv]=n,o._addDefaultMeta(s),o.write(s),this||t}return i.length===0?(o.log(n,""),o):o.log(n,...i)},e.prototype[bv(n)]=function(){return(this||t).isLevelEnabled(n)}}),t}});var Oc=p((zm,kc)=>{"use strict";var wv=Ci();kc.exports=class{constructor(e={}){this.loggers=new Map,this.options=e}add(e,t){if(!this.loggers.has(e)){t=Object.assign({},t||this.options);let n=t.transports||this.options.transports;n?t.transports=Array.isArray(n)?n.slice():[n]:t.transports=[];let i=wv(t);i.on("close",()=>this._delete(e)),this.loggers.set(e,i)}return this.loggers.get(e)}get(e,t){return this.add(e,t)}has(e){return!!this.loggers.has(e)}close(e){if(e)return this._removeLogger(e);this.loggers.forEach((t,n)=>this._removeLogger(n))}_removeLogger(e){if(!this.loggers.has(e))return;this.loggers.get(e).close(),this._delete(e)}_delete(e){this.loggers.delete(e)}}});var qc=p(E=>{"use strict";var Ac=yn(),{warn:Mr}=In();E.version=sa().version;E.transports=sc();E.config=Pt();E.addColors=Ac.levels;E.format=Ac.format;E.createLogger=Ci();E.Logger=Wt();E.ExceptionHandler=Li();E.RejectionHandler=Ri();E.Container=Oc();E.Transport=Ze();E.loggers=new E.Container;var he=E.createLogger();Object.keys(E.config.npm.levels).concat(["log","query","stream","add","remove","clear","profile","startTimer","handleExceptions","unhandleExceptions","handleRejections","unhandleRejections","configure","child"]).forEach(r=>E[r]=(...e)=>he[r](...e));Object.defineProperty(E,"level",{get(){return he.level},set(r){he.level=r}});Object.defineProperty(E,"exceptions",{get(){return he.exceptions}});Object.defineProperty(E,"rejections",{get(){return he.rejections}});["exitOnError"].forEach(r=>{Object.defineProperty(E,r,{get(){return he[r]},set(e){he[r]=e}})});Object.defineProperty(E,"default",{get(){return{exceptionHandlers:he.exceptionHandlers,rejectionHandlers:he.rejectionHandlers,transports:he.transports}}});Mr.deprecated(E,"setLevels");Mr.forFunctions(E,"useFormat",["cli"]);Mr.forProperties(E,"useFormat",["padLevels","stripColors"]);Mr.forFunctions(E,"deprecated",["addRewriter","addFilter","clone","extend"]);Mr.forProperties(E,"deprecated",["emitErrs","levelLength"])});var Ev={};ru(Ev,{default:()=>Fv});module.exports=nu(Ev);var Ne=[{previous:"$semantic.color.on-primary",next:["$color.palette.static-white"]},{previous:"$semantic.color.primary",next:["$color.bg.brand-solid","$color.fg.brand"],alternative:["$color.palette.carrot-600"]},{previous:"$semantic.color.primary-low",next:["$color.palette.carrot-100"]},{previous:"$semantic.color.secondary",next:["$color.palette.gray-900"]},{previous:"$semantic.color.secondary-low",next:["$color.bg.neutral-weak"],alternative:["$color.palette.gray-200"]},{previous:"$semantic.color.success",next:["$color.bg.positive-solid","$color.fg.positive"],alternative:["$color.fg.positive-contrast","$color.palette.green-700"]},{previous:"$semantic.color.success-low",next:["$color.bg.positive-weak"],alternative:["$color.palette.green-100"]},{previous:"$semantic.color.warning",next:["$color.bg.warning-solid"],alternative:["$color.fg.warning-contrast","$color.palette.yellow-500"]},{previous:"$semantic.color.warning-low",next:["$color.bg.warning-weak"],alternative:["$color.palette.yellow-100"]},{previous:"$semantic.color.danger",next:["$color.bg.critical-solid","$color.fg.critical"],alternative:["$color.fg.critical-contrast","$color.palette.red-700"]},{previous:"$semantic.color.danger-low",next:["$color.bg.critical-weak"],alternative:["$color.palette.red-100"]},{previous:"$semantic.color.overlay-dim",next:["$color.bg.overlay"],alternative:["$color.palette.static-black-alpha-500"]},{previous:"$semantic.color.overlay-low",next:["$color.bg.overlay-muted"],alternative:["$color.palette.static-black-alpha-200"]},{previous:"$semantic.color.paper-sheet",next:["$color.bg.layer-floating"],alternative:["$color.palette.gray-00"]},{previous:"$semantic.color.paper-dialog",next:["$color.bg.layer-floating"],alternative:["$color.palette.gray-00"]},{previous:"$semantic.color.paper-floating",next:["$color.bg.layer-floating"],alternative:["$color.palette.gray-00"]},{previous:"$semantic.color.paper-contents",next:["$color.bg.layer-fill"],alternative:["$color.palette.gray-100"]},{previous:"$semantic.color.paper-default",next:["$color.bg.layer-default"],alternative:["$color.palette.gray-00"]},{previous:"$semantic.color.paper-background",next:["$color.bg.layer-basement"],alternative:["$color.palette.gray-200"]},{previous:"$semantic.color.paper-accent",next:["$color.palette.carrot-100"]},{previous:"$semantic.color.primary-hover",next:["$color.bg.brand-solid-pressed"],alternative:["$color.palette.carrot-700"]},{previous:"$semantic.color.primary-pressed",next:["$color.bg.brand-solid-pressed"],alternative:["$color.palette.carrot-700"]},{previous:"$semantic.color.primary-low-hover",next:["$color.palette.carrot-200"]},{previous:"$semantic.color.primary-low-active",next:["$color.palette.carrot-100"]},{previous:"$semantic.color.primary-low-pressed",next:["$color.palette.carrot-200"]},{previous:"$semantic.color.gray-hover",next:["$color.bg.neutral-weak-pressed"],alternative:["$color.palette.gray-300"]},{previous:"$semantic.color.gray-pressed",next:["$color.bg.neutral-weak-pressed"],alternative:["$color.palette.gray-300"]},{previous:"$semantic.color.on-primary-overlay-50",next:[],description:"V3\uC5D0\uC11C \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uB294 \uC0C9\uC0C1"},{previous:"$semantic.color.on-primary-overlay-200",next:[],description:"V3\uC5D0\uC11C \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uB294 \uC0C9\uC0C1"},{previous:"$semantic.color.on-primary-low-overlay-50",next:[],description:"V3\uC5D0\uC11C \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uB294 \uC0C9\uC0C1"},{previous:"$semantic.color.on-primary-low-overlay-100",next:[],description:"V3\uC5D0\uC11C \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uB294 \uC0C9\uC0C1"},{previous:"$semantic.color.on-primary-low-overlay-200",next:[],description:"V3\uC5D0\uC11C \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uB294 \uC0C9\uC0C1"},{previous:"$semantic.color.on-gray-overlay-50",next:["$color.stroke.on-image"]},{previous:"$semantic.color.on-gray-overlay-100",next:[],description:"V3\uC5D0\uC11C \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uB294 \uC0C9\uC0C1"},{previous:"$semantic.color.divider-1",next:["$color.stroke.neutral-muted"],alternative:["$color.palette.static-black-alpha-50"]},{previous:"$semantic.color.divider-2",next:["$color.stroke.neutral"],alternative:["$color.palette.gray-300"]},{previous:"$semantic.color.divider-3",next:["$color.palette.gray-400"]},{previous:"$semantic.color.accent",next:["$color.bg.informative-solid","$color.fg.informative"],alternative:["$color.fg.informative-contrast","$color.palette.blue-700"]},{previous:"$semantic.color.ink-text",next:["$color.fg.neutral"],alternative:["$color.palette.gray-1000"]},{previous:"$semantic.color.ink-text-low",next:["$color.fg.neutral-subtle"],alternative:["$color.palette.gray-700"]},{previous:"$semantic.color.gray-active",next:["$color.fg.neutral-muted"],alternative:["$color.palette.gray-800"]}],Dr=[{previous:"$scale.color.gray-00",next:["$color.palette.gray-00"]},{previous:"$scale.color.gray-50",next:["$color.palette.gray-100"]},{previous:"$scale.color.gray-100",next:["$color.palette.gray-200"]},{previous:"$scale.color.gray-200",next:["$color.palette.gray-300"]},{previous:"$scale.color.gray-300",next:["$color.palette.gray-400"]},{previous:"$scale.color.gray-400",next:["$color.palette.gray-500"]},{previous:"$scale.color.gray-500",next:["$color.palette.gray-600"]},{previous:"$scale.color.gray-600",next:["$color.palette.gray-700"]},{previous:"$scale.color.gray-700",next:["$color.palette.gray-800"]},{previous:"$scale.color.gray-800",next:["$color.palette.gray-900"]},{previous:"$scale.color.gray-900",next:["$color.palette.gray-1000"]},{previous:"$scale.color.gray-alpha-50",next:["$color.palette.gray-200","$color.stroke.on-image"]},{previous:"$scale.color.gray-alpha-100",next:["$color.palette.gray-300"]},{previous:"$scale.color.gray-alpha-200",next:["$color.palette.gray-500"]},{previous:"$scale.color.gray-alpha-500",next:["$color.palette.gray-700"]},{previous:"$scale.color.carrot-50",next:["$color.palette.carrot-100"]},{previous:"$scale.color.carrot-100",next:["$color.palette.carrot-200"]},{previous:"$scale.color.carrot-200",next:["$color.palette.carrot-300"]},{previous:"$scale.color.carrot-300",next:["$color.palette.carrot-400"]},{previous:"$scale.color.carrot-400",next:["$color.palette.carrot-500"]},{previous:"$scale.color.carrot-500",next:["$color.palette.carrot-600"]},{previous:"$scale.color.carrot-600",next:["$color.palette.carrot-600"]},{previous:"$scale.color.carrot-700",next:["$color.palette.carrot-700"]},{previous:"$scale.color.carrot-800",next:["$color.palette.carrot-700"]},{previous:"$scale.color.carrot-900",next:["$color.palette.carrot-800"]},{previous:"$scale.color.carrot-950",next:["$color.palette.carrot-800"]},{previous:"$scale.color.carrot-alpha-50",next:["$color.palette.carrot-100"]},{previous:"$scale.color.carrot-alpha-100",next:["$color.palette.carrot-200"]},{previous:"$scale.color.carrot-alpha-200",next:["$color.palette.carrot-200"]},{previous:"$scale.color.blue-50",next:["$color.palette.blue-100"]},{previous:"$scale.color.blue-100",next:["$color.palette.blue-200"]},{previous:"$scale.color.blue-200",next:["$color.palette.blue-300"]},{previous:"$scale.color.blue-300",next:["$color.palette.blue-400"]},{previous:"$scale.color.blue-400",next:["$color.palette.blue-400"]},{previous:"$scale.color.blue-500",next:["$color.palette.blue-600"]},{previous:"$scale.color.blue-600",next:["$color.palette.blue-600"]},{previous:"$scale.color.blue-700",next:["$color.palette.blue-800"]},{previous:"$scale.color.blue-800",next:["$color.palette.blue-900"]},{previous:"$scale.color.blue-900",next:["$color.palette.blue-900"]},{previous:"$scale.color.blue-950",next:["$color.palette.blue-1000"]},{previous:"$scale.color.blue-alpha-50",next:["$color.palette.blue-100"]},{previous:"$scale.color.blue-alpha-100",next:["$color.palette.blue-100"]},{previous:"$scale.color.blue-alpha-200",next:["$color.palette.blue-200"]},{previous:"$scale.color.red-50",next:["$color.palette.red-100"]},{previous:"$scale.color.red-100",next:["$color.palette.red-200"]},{previous:"$scale.color.red-200",next:["$color.palette.red-300"]},{previous:"$scale.color.red-300",next:["$color.palette.red-400"]},{previous:"$scale.color.red-400",next:["$color.palette.red-600"]},{previous:"$scale.color.red-500",next:["$color.palette.red-700"]},{previous:"$scale.color.red-600",next:["$color.palette.red-700"]},{previous:"$scale.color.red-700",next:["$color.palette.red-800"]},{previous:"$scale.color.red-800",next:["$color.palette.red-900"]},{previous:"$scale.color.red-900",next:["$color.palette.red-900"]},{previous:"$scale.color.red-950",next:["$color.palette.red-900"]},{previous:"$scale.color.red-alpha-50",next:["$color.palette.red-100"]},{previous:"$scale.color.red-alpha-100",next:["$color.palette.red-200"]},{previous:"$scale.color.red-alpha-200",next:["$color.palette.red-300"]},{previous:"$scale.color.green-50",next:["$color.palette.green-100"]},{previous:"$scale.color.green-100",next:["$color.palette.green-200"]},{previous:"$scale.color.green-200",next:["$color.palette.green-300"]},{previous:"$scale.color.green-300",next:["$color.palette.green-400"]},{previous:"$scale.color.green-400",next:["$color.palette.green-500"]},{previous:"$scale.color.green-500",next:["$color.palette.green-600"]},{previous:"$scale.color.green-600",next:["$color.palette.green-700"]},{previous:"$scale.color.green-700",next:["$color.palette.green-800"]},{previous:"$scale.color.green-800",next:["$color.palette.green-900"]},{previous:"$scale.color.green-900",next:["$color.palette.green-900"]},{previous:"$scale.color.green-950",next:["$color.palette.green-900"]},{previous:"$scale.color.green-alpha-50",next:["$color.palette.green-100"]},{previous:"$scale.color.green-alpha-100",next:["$color.palette.green-200"]},{previous:"$scale.color.green-alpha-200",next:["$color.palette.green-200"]},{previous:"$scale.color.yellow-50",next:["$color.palette.yellow-100"]},{previous:"$scale.color.yellow-100",next:["$color.palette.yellow-200"]},{previous:"$scale.color.yellow-200",next:["$color.palette.yellow-300"]},{previous:"$scale.color.yellow-300",next:["$color.palette.yellow-400"]},{previous:"$scale.color.yellow-400",next:["$color.palette.yellow-500"]},{previous:"$scale.color.yellow-500",next:["$color.palette.yellow-700"]},{previous:"$scale.color.yellow-600",next:["$color.palette.yellow-700"]},{previous:"$scale.color.yellow-700",next:["$color.palette.yellow-800"]},{previous:"$scale.color.yellow-800",next:["$color.palette.yellow-800"]},{previous:"$scale.color.yellow-900",next:["$color.palette.yellow-900"]},{previous:"$scale.color.yellow-950",next:["$color.palette.yellow-900"]},{previous:"$scale.color.yellow-alpha-50",next:["$color.palette.yellow-100"]},{previous:"$scale.color.yellow-alpha-100",next:["$color.palette.yellow-100"]},{previous:"$scale.color.yellow-alpha-200",next:["$color.palette.yellow-100"]},{previous:"$scale.color.purple-50",next:["$color.palette.purple-100"]},{previous:"$scale.color.purple-100",next:["$color.palette.purple-300"]},{previous:"$scale.color.purple-200",next:["$color.palette.purple-400"]},{previous:"$scale.color.purple-300",next:["$color.palette.purple-400"]},{previous:"$scale.color.purple-400",next:["$color.palette.purple-500"]},{previous:"$scale.color.purple-500",next:["$color.palette.purple-600"]},{previous:"$scale.color.purple-600",next:["$color.palette.purple-700"]},{previous:"$scale.color.purple-700",next:["$color.palette.purple-800"]},{previous:"$scale.color.purple-800",next:["$color.palette.purple-900"]},{previous:"$scale.color.purple-900",next:["$color.palette.purple-900"]},{previous:"$scale.color.purple-950",next:["$color.palette.purple-1000"]}],or=[{previous:"$static.color.static-black",next:["$color.palette.static-black"]},{previous:"$static.color.static-white",next:["$color.palette.static-white"]},{previous:"$static.color.static-gray-900",next:["$color.palette.static-black"],description:"static\uC5D0\uC11C palette\uB85C \uBCC0\uACBD\uB418\uB294 \uC0C9\uC0C1\uC73C\uB85C \uC6A9\uB3C4 \uD30C\uC545 \uD544\uC694",needsVerification:!0},{previous:"$static.color.static-carrot-50",next:["$color.palette.carrot-100"],description:"static\uC5D0\uC11C palette\uB85C \uBCC0\uACBD\uB418\uB294 \uC0C9\uC0C1\uC73C\uB85C \uC6A9\uB3C4 \uD30C\uC545 \uD544\uC694",needsVerification:!0},{previous:"$static.color.static-carrot-800",next:["$color.palette.carrot-700"],description:"static\uC5D0\uC11C palette\uB85C \uBCC0\uACBD\uB418\uB294 \uC0C9\uC0C1\uC73C\uB85C \uC6A9\uB3C4 \uD30C\uC545 \uD544\uC694",needsVerification:!0},{previous:"$static.color.static-green-50",next:["$color.palette.green-100"],description:"static\uC5D0\uC11C palette\uB85C \uBCC0\uACBD\uB418\uB294 \uC0C9\uC0C1\uC73C\uB85C \uC6A9\uB3C4 \uD30C\uC545 \uD544\uC694",needsVerification:!0},{previous:"$static.color.static-green-800",next:["$color.palette.green-700"],description:"static\uC5D0\uC11C palette\uB85C \uBCC0\uACBD\uB418\uB294 \uC0C9\uC0C1\uC73C\uB85C \uC6A9\uB3C4 \uD30C\uC545 \uD544\uC694",needsVerification:!0},{previous:"$static.color.static-yellow-50",next:["$color.palette.yellow-100"],description:"static\uC5D0\uC11C palette\uB85C \uBCC0\uACBD\uB418\uB294 \uC0C9\uC0C1\uC73C\uB85C \uC6A9\uB3C4 \uD30C\uC545 \uD544\uC694",needsVerification:!0},{previous:"$static.color.static-yellow-800",next:["$color.palette.yellow-700"],description:"static\uC5D0\uC11C palette\uB85C \uBCC0\uACBD\uB418\uB294 \uC0C9\uC0C1\uC73C\uB85C \uC6A9\uB3C4 \uD30C\uC545 \uD544\uC694",needsVerification:!0},{previous:"$static.color.static-red-50",next:["$color.palette.red-100"],description:"static\uC5D0\uC11C palette\uB85C \uBCC0\uACBD\uB418\uB294 \uC0C9\uC0C1\uC73C\uB85C \uC6A9\uB3C4 \uD30C\uC545 \uD544\uC694",needsVerification:!0},{previous:"$static.color.static-red-800",next:["$color.palette.red-700"],description:"static\uC5D0\uC11C palette\uB85C \uBCC0\uACBD\uB418\uB294 \uC0C9\uC0C1\uC73C\uB85C \uC6A9\uB3C4 \uD30C\uC545 \uD544\uC694",needsVerification:!0},{previous:"$static.color.static-blue-50",next:["$color.palette.blue-100"],description:"static\uC5D0\uC11C palette\uB85C \uBCC0\uACBD\uB418\uB294 \uC0C9\uC0C1\uC73C\uB85C \uC6A9\uB3C4 \uD30C\uC545 \uD544\uC694",needsVerification:!0},{previous:"$static.color.static-blue-800",next:["$color.palette.blue-700"],description:"static\uC5D0\uC11C palette\uB85C \uBCC0\uACBD\uB418\uB294 \uC0C9\uC0C1\uC73C\uB85C \uC6A9\uB3C4 \uD30C\uC545 \uD544\uC694",needsVerification:!0},{previous:"$static.color.static-black-alpha-200",next:["$color.palette.static-black-alpha-200"]},{previous:"$static.color.static-black-alpha-500",next:["$color.palette.static-black-alpha-500"]},{previous:"$static.color.static-white-alpha-50",next:[],description:"V3\uC5D0\uC11C \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uB294 \uC0C9\uC0C1"},{previous:"$static.color.static-white-alpha-200",next:["$color.palette.static-white-alpha-200"]}],Gt=[...Ne,...Dr,...or];var Pi=[{previous:"IconAddThin",next:["IconPlusLine"]},{previous:"IconAddRegular",next:["IconPlusLine"]},{previous:"IconAddFill",next:["IconPlusFill"]},{previous:"IconAddCircleThin",next:["IconPlusCircleLine"]},{previous:"IconAddCircleRegular",next:["IconPlusCircleLine"]},{previous:"IconAddCircleFill",next:["IconPlusCircleFill"]},{previous:"IconAebThin",next:["IconCarFrontUpsideWave2ReversedUpLine"]},{previous:"IconAebRegular",next:["IconCarFrontUpsideWave2ReversedUpLine"]},{previous:"IconAebFill",next:["IconCarFrontUpsideWave2ReversedUpFill"]},{previous:"IconAiThin",next:["IconSparkle2Line"]},{previous:"IconAiRegular",next:["IconSparkle2Line"]},{previous:"IconAiFill",next:["IconSparkle2Fill"]},{previous:"IconAndroidShareThin",next:["IconAndroidshareLine"]},{previous:"IconAndroidShareRegular",next:["IconAndroidshareLine"]},{previous:"IconAndroidShareFill",next:["IconAndroidshareFill"]},{previous:"IconArrowThin",next:["IconArrowUpRightLine"]},{previous:"IconArrowRegular",next:["IconArrowUpRightLine"]},{previous:"IconArrowFill",next:["IconArrowUpRightFill"]},{previous:"IconArrowDownwardThin",next:["IconArrowDownLine"]},{previous:"IconArrowDownwardRegular",next:["IconArrowDownLine"]},{previous:"IconArrowDownwardFill",next:["IconArrowDownFill"]},{previous:"IconArrowDropDownThin",next:["IconTriangleDownSmallLine"]},{previous:"IconArrowDropDownRegular",next:["IconTriangleDownSmallLine"]},{previous:"IconArrowDropDownFill",next:["IconTriangleDownSmallFill"]},{previous:"IconArrowDropUpThin",next:["IconTriangleUpSmallLine"]},{previous:"IconArrowDropUpRegular",next:["IconTriangleUpSmallLine"]},{previous:"IconArrowDropUpFill",next:["IconTriangleUpSmallFill"]},{previous:"IconArrowUpwardThin",next:["IconArrowUpLine"]},{previous:"IconArrowUpwardRegular",next:["IconArrowUpLine"]},{previous:"IconArrowUpwardFill",next:["IconArrowUpFill"]},{previous:"IconArticleThin",next:["IconArticleLine"]},{previous:"IconArticleRegular",next:["IconArticleLine"]},{previous:"IconArticleFill",next:["IconArticleFill"]},{previous:"IconBackwardThin",next:["IconArrowLeftLine"]},{previous:"IconBackwardRegular",next:["IconArrowLeftLine"]},{previous:"IconBackwardFill",next:["IconArrowLeftFill"]},{previous:"IconBillThin",next:["IconReceiptLine"]},{previous:"IconBillRegular",next:["IconReceiptLine"]},{previous:"IconBillFill",next:["IconReceiptFill"]},{previous:"IconBoldThin",next:["IconTUppercaseSerifLine"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconBoldRegular",next:["IconTUppercaseSerifLine"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconBoldFill",next:["IconTUppercaseSerifFill"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconBookmarkThin",next:["IconBookmarkLine"]},{previous:"IconBookmarkRegular",next:["IconBookmarkLine"]},{previous:"IconBookmarkFill",next:["IconBookmarkFill"]},{previous:"IconBookmarkListThin",next:["IconHorizline3VerticalStarLine"]},{previous:"IconBookmarkListRegular",next:["IconHorizline3VerticalStarLine"]},{previous:"IconBookmarkListFill",next:["IconHorizline3VerticalStarFill"]},{previous:"IconCalendarThin",next:["IconCalendarLine"]},{previous:"IconCalendarRegular",next:["IconCalendarLine"]},{previous:"IconCalendarFill",next:["IconCalendarFill"]},{previous:"IconCallThin",next:["IconPhoneLine"]},{previous:"IconCallRegular",next:["IconPhoneLine"]},{previous:"IconCallFill",next:["IconPhoneFill"]},{previous:"IconCallDeclinedThin",next:["IconPhoneXmarkLine"]},{previous:"IconCallDeclinedRegular",next:["IconPhoneXmarkLine"]},{previous:"IconCallDeclinedFill",next:["IconPhoneXmarkFill"]},{previous:"IconCameraThin",next:["IconCameraLine"]},{previous:"IconCameraRegular",next:["IconCameraLine"]},{previous:"IconCameraFill",next:["IconCameraFill"]},{previous:"IconCarThin",next:["IconCarFrontsideLine"]},{previous:"IconCarRegular",next:["IconCarFrontsideLine"]},{previous:"IconCarFill",next:["IconCarFrontsideFill"]},{previous:"IconCarAroundViewThin",next:["IconArrowClockwiseOvalLine"]},{previous:"IconCarAroundViewRegular",next:["IconArrowClockwiseOvalLine"]},{previous:"IconCarAroundViewFill",next:["IconArrowClockwiseOvalFill"]},{previous:"IconCarBlindSpotThin",next:["IconCarRearUpsideWave2ReversedDownLeftLine"]},{previous:"IconCarBlindSpotRegular",next:["IconCarRearUpsideWave2ReversedDownLeftLine"]},{previous:"IconCarBlindSpotFill",next:["IconCarRearUpsideWave2ReversedDownLeftFill"]},{previous:"IconCarCruiseControlThin",next:["IconSpeedometerLine"]},{previous:"IconCarCruiseControlRegular",next:["IconSpeedometerLine"]},{previous:"IconCarCruiseControlFill",next:["IconSpeedometerFill"]},{previous:"IconCarEpbThin",next:["IconEpbLine"]},{previous:"IconCarEpbRegular",next:["IconEpbLine"]},{previous:"IconCarEpbFill",next:["IconEpbFill"]},{previous:"IconCarHeatedSeatThin",next:["IconSeatLeftHeatwave2Line"]},{previous:"IconCarHeatedSeatRegular",next:["IconSeatLeftHeatwave2Line"]},{previous:"IconCarHeatedSeatFill",next:["IconSeatLeftHeatwave2Fill"]},{previous:"IconCarHeatedSteeringWheelThin",next:["IconSteeringwheelHeatwave2Line"]},{previous:"IconCarHeatedSteeringWheelRegular",next:["IconSteeringwheelHeatwave2Line"]},{previous:"IconCarHeatedSteeringWheelFill",next:["IconSteeringwheelHeatwave2Fill"]},{previous:"IconCarLdwsThin",next:["IconRoadlaneLine"]},{previous:"IconCarLdwsRegular",next:["IconRoadlaneLine"]},{previous:"IconCarLdwsFill",next:["IconRoadlaneFill"]},{previous:"IconCarLeatherSeatThin",next:["IconSeatLeftLine"]},{previous:"IconCarLeatherSeatRegular",next:["IconSeatLeftLine"]},{previous:"IconCarLeatherSeatFill",next:["IconSeatLeftFill"]},{previous:"IconCarNavigationThin",next:["IconCompassLine"]},{previous:"IconCarNavigationRegular",next:["IconCompassLine"]},{previous:"IconCarNavigationFill",next:["IconCompassFill"]},{previous:"IconCarPowerTrunkThin",next:["IconCarRearTrunkOpenLeftsideLine"]},{previous:"IconCarPowerTrunkRegular",next:["IconCarRearTrunkOpenLeftsideLine"]},{previous:"IconCarPowerTrunkFill",next:["IconCarRearTrunkOpenLeftsideFill"]},{previous:"IconCarRearCameraThin",next:["IconCarRearUpsideSectorDownLine"]},{previous:"IconCarRearCameraRegular",next:["IconCarRearUpsideSectorDownLine"]},{previous:"IconCarRearCameraFill",next:["IconCarRearUpsideSectorDownFill"]},{previous:"IconCarRearSensorThin",next:["IconCarRearUpsideWave2ReversedDownLine"]},{previous:"IconCarRearSensorRegular",next:["IconCarRearUpsideWave2ReversedDownLine"]},{previous:"IconCarRearSensorFill",next:["IconCarRearUpsideWave2ReversedDownFill"]},{previous:"IconCarSmartKeyThin",next:["IconSmartkeyLine"]},{previous:"IconCarSmartKeyRegular",next:["IconSmartkeyLine"]},{previous:"IconCarSmartKeyFill",next:["IconSmartkeyFill"]},{previous:"IconCarVentilationSeatThin",next:["IconSeatLeftFanLine"]},{previous:"IconCarVentilationSeatRegular",next:["IconSeatLeftFanLine"]},{previous:"IconCarVentilationSeatFill",next:["IconSeatLeftFanFill"]},{previous:"IconCartThin",next:["IconCartLine"]},{previous:"IconCartRegular",next:["IconCartLine"]},{previous:"IconCartFill",next:["IconCartFill"]},{previous:"IconCertificationThin",next:["IconCrosshairLine"]},{previous:"IconCertificationRegular",next:["IconCrosshairLine"]},{previous:"IconCertificationFill",next:["IconCrosshairFill"]},{previous:"IconChallengeThin",next:["IconFlagHillLine"]},{previous:"IconChallengeRegular",next:["IconFlagHillLine"]},{previous:"IconChallengeFill",next:["IconFlagHillFill"]},{previous:"IconChartThin",next:["IconBarchartSquareLine"]},{previous:"IconChartRegular",next:["IconBarchartSquareLine"]},{previous:"IconChartFill",next:["IconBarchartSquareFill"]},{previous:"IconChatBubbleCheckThin",next:["IconCheckmarkChatbubbleLeftLine"]},{previous:"IconChatBubbleCheckRegular",next:["IconCheckmarkChatbubbleLeftLine"]},{previous:"IconChatBubbleCheckFill",next:["IconCheckmarkChatbubbleLeftFill"]},{previous:"IconChattingThin",next:["IconDot3HorizontalChatbubbleLeftLine"]},{previous:"IconChattingRegular",next:["IconDot3HorizontalChatbubbleLeftLine"]},{previous:"IconChattingFill",next:["IconDot3HorizontalChatbubbleLeftFill"]},{previous:"IconChattingSendThin",next:["IconPaperplaneLine"]},{previous:"IconChattingSendRegular",next:["IconPaperplaneLine"]},{previous:"IconChattingSendFill",next:["IconPaperplaneFill"]},{previous:"IconCheckThin",next:["IconCheckmarkLine"]},{previous:"IconCheckRegular",next:["IconCheckmarkLine"]},{previous:"IconCheckFill",next:["IconCheckmarkFill"]},{previous:"IconCheckFlowerThin",next:["IconCheckmarkFlowerLine"]},{previous:"IconCheckFlowerRegular",next:["IconCheckmarkFlowerLine"]},{previous:"IconCheckFlowerFill",next:["IconCheckmarkFlowerFill"]},{previous:"IconChevronLeftThin",next:["IconChevronLeftLine"]},{previous:"IconChevronLeftRegular",next:["IconChevronLeftLine"]},{previous:"IconChevronLeftFill",next:["IconChevronLeftFill"]},{previous:"IconChevronRightThin",next:["IconChevronRightLine"]},{previous:"IconChevronRightRegular",next:["IconChevronRightLine"]},{previous:"IconChevronRightFill",next:["IconChevronRightFill"]},{previous:"IconClickThin",next:["IconHandPointUpLine"]},{previous:"IconClickRegular",next:["IconHandPointUpLine"]},{previous:"IconClickFill",next:["IconHandPointUpFill"]},{previous:"IconClockThin",next:["IconClockLine"]},{previous:"IconClockRegular",next:["IconClockLine"]},{previous:"IconClockFill",next:["IconClockFill"]},{previous:"IconCloseThin",next:["IconXmarkLine"]},{previous:"IconCloseRegular",next:["IconXmarkLine"]},{previous:"IconCloseFill",next:["IconXmarkFill"]},{previous:"IconCobuyingThin",next:["IconShoppingbag2StackedLine"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconCobuyingRegular",next:["IconShoppingbag2StackedLine"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconCobuyingFill",next:["IconShoppingbag2StackedFill"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconCommunityThin",next:["IconPostLine"]},{previous:"IconCommunityRegular",next:["IconPostLine"]},{previous:"IconCommunityFill",next:["IconPostFill"]},{previous:"IconCondoThin",next:["IconBuilding2Line"]},{previous:"IconCondoRegular",next:["IconBuilding2Line"]},{previous:"IconCondoFill",next:["IconBuilding2Fill"]},{previous:"IconConfirmationThin",next:["IconCheckmarkShieldLine"]},{previous:"IconConfirmationRegular",next:["IconCheckmarkShieldLine"]},{previous:"IconConfirmationFill",next:["IconCheckmarkShieldFill"]},{previous:"IconConfirmationPayThin",next:["IconWonShieldLine"]},{previous:"IconConfirmationPayRegular",next:["IconWonShieldLine"]},{previous:"IconConfirmationPayFill",next:["IconWonShieldFill"]},{previous:"IconConfirmationProfileThin",next:["IconPersonShieldLine"]},{previous:"IconConfirmationProfileRegular",next:["IconPersonShieldLine"]},{previous:"IconConfirmationProfileFill",next:["IconPersonShieldFill"]},{previous:"IconContentsThin",next:["IconGridHeartLine"]},{previous:"IconContentsRegular",next:["IconGridHeartLine"]},{previous:"IconContentsFill",next:["IconGridHeartFill"]},{previous:"IconConvertThin",next:["IconArrowRightArrowLeftLine"]},{previous:"IconConvertRegular",next:["IconArrowRightArrowLeftLine"]},{previous:"IconConvertFill",next:["IconArrowRightArrowLeftFill"]},{previous:"IconCopyThin",next:["IconSquare2StackedLine"]},{previous:"IconCopyRegular",next:["IconSquare2StackedLine"]},{previous:"IconCopyFill",next:["IconSquare2StackedFill"]},{previous:"IconCouponThin",next:["IconCouponLine"]},{previous:"IconCouponRegular",next:["IconCouponLine"]},{previous:"IconCouponFill",next:["IconCouponFill"]},{previous:"IconCouponDownloadDoneThin",next:["IconCheckmarkHorizlineLine"]},{previous:"IconCouponDownloadDoneRegular",next:["IconCheckmarkHorizlineLine"]},{previous:"IconCouponDownloadDoneFill",next:["IconCheckmarkHorizlineFill"]},{previous:"IconCouponUsedThin",next:["IconCheckmarkCouponLine"]},{previous:"IconCouponUsedRegular",next:["IconCheckmarkCouponLine"]},{previous:"IconCouponUsedFill",next:["IconCheckmarkCouponFill"]},{previous:"IconDeleteKeyboardThin",next:["IconBackspacekeyLine"]},{previous:"IconDeleteKeyboardRegular",next:["IconBackspacekeyLine"]},{previous:"IconDeleteKeyboardFill",next:["IconBackspacekeyFill"]},{previous:"IconDeliveryThin",next:["IconTruckLine"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconDeliveryRegular",next:["IconTruckLine"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconDeliveryFill",next:["IconTruckFill"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconDirectionThin",next:["IconArrowRightAngledLine"]},{previous:"IconDirectionRegular",next:["IconArrowRightAngledLine"]},{previous:"IconDirectionFill",next:["IconArrowRightAngledFill"]},{previous:"IconDownloadThin",next:["IconArrowDownHorizlineLine"]},{previous:"IconDownloadRegular",next:["IconArrowDownHorizlineLine"]},{previous:"IconDownloadFill",next:["IconArrowDownHorizlineFill"]},{previous:"IconEditThin",next:["IconEraserHorizlineLine"]},{previous:"IconEditRegular",next:["IconEraserHorizlineLine"]},{previous:"IconEditFill",next:["IconEraserHorizlineFill"]},{previous:"IconEmoticonThin",next:["IconFaceSmileCircleLine"]},{previous:"IconEmoticonRegular",next:["IconFaceSmileCircleLine"]},{previous:"IconEmoticonFill",next:["IconFaceSmileCircleFill"]},{previous:"IconEmoticonBadThin",next:["IconFaceSadCircleLine"]},{previous:"IconEmoticonBadRegular",next:["IconFaceSadCircleLine"]},{previous:"IconEmoticonBadFill",next:["IconFaceSadCircleFill"]},{previous:"IconExpandThin",next:["IconArrowUpRightArrowDownLeftLine"]},{previous:"IconExpandRegular",next:["IconArrowUpRightArrowDownLeftLine"]},{previous:"IconExpandFill",next:["IconArrowUpRightArrowDownLeftFill"]},{previous:"IconExpandLessThin",next:["IconChevronUpLine"]},{previous:"IconExpandLessRegular",next:["IconChevronUpLine"]},{previous:"IconExpandLessFill",next:["IconChevronUpFill"]},{previous:"IconExpandMoreThin",next:["IconChevronDownLine"]},{previous:"IconExpandMoreRegular",next:["IconChevronDownLine"]},{previous:"IconExpandMoreFill",next:["IconChevronDownFill"]},{previous:"IconFileThin",next:["IconPaperclipLine"]},{previous:"IconFileRegular",next:["IconPaperclipLine"]},{previous:"IconFileFill",next:["IconPaperclipFill"]},{previous:"IconFilter02Thin",next:["IconSlider2HorizontalLine"]},{previous:"IconFilter02Regular",next:["IconSlider2HorizontalLine"]},{previous:"IconFilter02Fill",next:["IconSlider2HorizontalFill"]},{previous:"IconForwardThin",next:["IconArrowRightLine"]},{previous:"IconForwardRegular",next:["IconArrowRightLine"]},{previous:"IconForwardFill",next:["IconArrowRightFill"]},{previous:"IconGenderThin",next:["IconMalesymbolFemalesymbolLine"]},{previous:"IconGenderRegular",next:["IconMalesymbolFemalesymbolLine"]},{previous:"IconGenderFill",next:["IconMalesymbolFemalesymbolFill"]},{previous:"IconGlobalThin",next:["IconGlobeLine"]},{previous:"IconGlobalRegular",next:["IconGlobeLine"]},{previous:"IconGlobalFill",next:["IconGlobeFill"]},{previous:"IconGpsThin",next:["IconCrosshairLine"]},{previous:"IconGpsRegular",next:["IconCrosshairLine"]},{previous:"IconGpsFill",next:["IconCrosshairFill"]},{previous:"IconGpsEnableThin",next:["IconCrosshairQuestionmarkLine"]},{previous:"IconGpsEnableRegular",next:["IconCrosshairQuestionmarkLine"]},{previous:"IconGpsEnableFill",next:["IconCrosshairQuestionmarkFill"]},{previous:"IconGpsEnable2Thin",next:["IconCrosshairQuestionmarkLine"]},{previous:"IconGpsEnable2Regular",next:["IconCrosshairQuestionmarkLine"]},{previous:"IconGpsEnable2Fill",next:["IconCrosshairQuestionmarkFill"]},{previous:"IconGroupchatKingThin",next:["IconCrownLine"]},{previous:"IconGroupchatKingRegular",next:["IconCrownLine"]},{previous:"IconGroupchatKingFill",next:["IconCrownFill"]},{previous:"IconHandleThin",next:["IconHorizline3VerticalTightLine"]},{previous:"IconHandleRegular",next:["IconHorizline3VerticalTightLine"]},{previous:"IconHandleFill",next:["IconHorizline3VerticalTightFill"]},{previous:"IconHashtagThin",next:["IconHashLine"]},{previous:"IconHashtagRegular",next:["IconHashLine"]},{previous:"IconHashtagFill",next:["IconHashFill"]},{previous:"IconHeadphoneThin",next:["IconHeadsetLine"]},{previous:"IconHeadphoneRegular",next:["IconHeadsetLine"]},{previous:"IconHeadphoneFill",next:["IconHeadsetFill"]},{previous:"IconHeartThin",next:["IconHeartLine"]},{previous:"IconHeartRegular",next:["IconHeartLine"]},{previous:"IconHeartFill",next:["IconHeartFill"]},{previous:"IconHelpThin",next:["IconQuestionmarkCircleLine"]},{previous:"IconHelpRegular",next:["IconQuestionmarkCircleLine"]},{previous:"IconHelpFill",next:["IconQuestionmarkCircleFill"]},{previous:"IconHelpcenterThin",next:["IconHeadsetLine"]},{previous:"IconHelpcenterRegular",next:["IconHeadsetLine"]},{previous:"IconHelpcenterFill",next:["IconHeadsetFill"]},{previous:"IconHelperThin",next:["IconHeadsetLine"]},{previous:"IconHelperRegular",next:["IconHeadsetLine"]},{previous:"IconHelperFill",next:["IconHeadsetFill"]},{previous:"IconHomeThin",next:["IconHouseLine"]},{previous:"IconHomeRegular",next:["IconHouseLine"]},{previous:"IconHomeFill",next:["IconHouseFill"]},{previous:"IconHouseThin",next:["IconWindow4HouseLine"]},{previous:"IconHouseRegular",next:["IconWindow4HouseLine"]},{previous:"IconHouseFill",next:["IconWindow4HouseFill"]},{previous:"IconHousekeepingBookThin",next:["IconBookLine"]},{previous:"IconHousekeepingBookRegular",next:["IconBookLine"]},{previous:"IconHousekeepingBookFill",next:["IconBookFill"]},{previous:"IconImportThin",next:["IconDocumentArrowLeftLine"]},{previous:"IconImportRegular",next:["IconDocumentArrowLeftLine"]},{previous:"IconImportFill",next:["IconDocumentArrowLeftFill"]},{previous:"IconInfoThin",next:["IconILowercaseSerifCircleLine"]},{previous:"IconInfoRegular",next:["IconILowercaseSerifCircleLine"]},{previous:"IconInfoFill",next:["IconILowercaseSerifCircleFill"]},{previous:"IconInterestThin",next:["IconHorizline3VerticalStarLine"]},{previous:"IconInterestRegular",next:["IconHorizline3VerticalStarLine"]},{previous:"IconInterestFill",next:["IconHorizline3VerticalStarFill"]},{previous:"IconInterestListThin",next:["IconStarLine"]},{previous:"IconInterestListRegular",next:["IconStarLine"]},{previous:"IconInterestListFill",next:["IconStarFill"]},{previous:"IconInviteThin",next:["IconEnvelopeLine"]},{previous:"IconInviteRegular",next:["IconEnvelopeLine"]},{previous:"IconInviteFill",next:["IconEnvelopeFill"]},{previous:"IconInviteFriendThin",next:["IconPersonPlusLine"]},{previous:"IconInviteFriendRegular",next:["IconPersonPlusLine"]},{previous:"IconInviteFriendFill",next:["IconPersonPlusFill"]},{previous:"IconIosShareThin",next:["IconArrowUpBracketDownLine"]},{previous:"IconIosShareRegular",next:["IconArrowUpBracketDownLine"]},{previous:"IconIosShareFill",next:["IconArrowUpBracketDownFill"]},{previous:"IconJobsThin",next:["IconPersonMagnifyingglassLine"]},{previous:"IconJobsRegular",next:["IconPersonMagnifyingglassLine"]},{previous:"IconJobsFill",next:["IconPersonMagnifyingglassFill"]},{previous:"IconKeyboardHidingThin",next:["IconKeyboardChevronDownLine"]},{previous:"IconKeyboardHidingRegular",next:["IconKeyboardChevronDownLine"]},{previous:"IconKeyboardHidingFill",next:["IconKeyboardChevronDownFill"]},{previous:"IconKeywordThin",next:["IconTagLine"]},{previous:"IconKeywordRegular",next:["IconTagLine"]},{previous:"IconKeywordFill",next:["IconTagFill"]},{previous:"IconLaptopThin",next:["IconLaptopLine"]},{previous:"IconLaptopRegular",next:["IconLaptopLine"]},{previous:"IconLaptopFill",next:["IconLaptopFill"]},{previous:"IconLeafThin",next:["IconLeafLine"]},{previous:"IconLeafRegular",next:["IconLeafLine"]},{previous:"IconLeafFill",next:["IconLeafFill"]},{previous:"IconListThin",next:["IconDothorizline3VerticalLine"]},{previous:"IconListRegular",next:["IconDothorizline3VerticalLine"]},{previous:"IconListFill",next:["IconDothorizline3VerticalFill"]},{previous:"IconListCardThin",next:["IconHorizrectangleHorizline2VerticalLine"]},{previous:"IconListCardRegular",next:["IconHorizrectangleHorizline2VerticalLine"]},{previous:"IconListCardFill",next:["IconHorizrectangleHorizline2VerticalFill"]},{previous:"IconListCheckThin",next:["IconDocumentCheckmarkLine"]},{previous:"IconListCheckRegular",next:["IconDocumentCheckmarkLine"]},{previous:"IconListCheckFill",next:["IconDocumentCheckmarkFill"]},{previous:"IconListSelectThin",next:["IconHorizline3VerticalCheckmarkLine"]},{previous:"IconListSelectRegular",next:["IconHorizline3VerticalCheckmarkLine"]},{previous:"IconListSelectFill",next:["IconHorizline3VerticalCheckmarkFill"]},{previous:"IconListThumbnailThin",next:["IconSquareline2VerticalLine"]},{previous:"IconListThumbnailRegular",next:["IconSquareline2VerticalLine"]},{previous:"IconListThumbnailFill",next:["IconSquareline2VerticalFill"]},{previous:"IconLocationThin",next:["IconLocationpinLine"]},{previous:"IconLocationRegular",next:["IconLocationpinLine"]},{previous:"IconLocationFill",next:["IconLocationpinFill"]},{previous:"IconLockThin",next:["IconLockLine"]},{previous:"IconLockRegular",next:["IconLockLine"]},{previous:"IconLockFill",next:["IconLockFill"]},{previous:"IconLoudspeakerThin",next:["IconMegaphoneLine"]},{previous:"IconLoudspeakerRegular",next:["IconMegaphoneLine"]},{previous:"IconLoudspeakerFill",next:["IconMegaphoneFill"]},{previous:"IconMapThin",next:["IconMapLocationpinLine"]},{previous:"IconMapRegular",next:["IconMapLocationpinLine"]},{previous:"IconMapFill",next:["IconMapLocationpinFill"]},{previous:"IconMarketThin",next:["IconStoreLine"]},{previous:"IconMarketRegular",next:["IconStoreLine"]},{previous:"IconMarketFill",next:["IconStoreFill"]},{previous:"IconMarketCheckThin",next:["IconStoreCheckmarkLine"]},{previous:"IconMarketCheckRegular",next:["IconStoreCheckmarkLine"]},{previous:"IconMarketCheckFill",next:["IconStoreCheckmarkFill"]},{previous:"IconMarketWriteThin",next:["IconStorePenLine"]},{previous:"IconMarketWriteRegular",next:["IconStorePenLine"]},{previous:"IconMarketWriteFill",next:["IconStorePenFill"]},{previous:"IconMentionThin",next:["IconAtLine"]},{previous:"IconMentionRegular",next:["IconAtLine"]},{previous:"IconMentionFill",next:["IconAtFill"]},{previous:"IconMenuThin",next:["IconHorizline3VerticalLine"]},{previous:"IconMenuRegular",next:["IconHorizline3VerticalLine"]},{previous:"IconMenuFill",next:["IconHorizline3VerticalFill"]},{previous:"IconMicThin",next:["IconMicrophoneLine"]},{previous:"IconMicRegular",next:["IconMicrophoneLine"]},{previous:"IconMicFill",next:["IconMicrophoneFill"]},{previous:"IconMicOffThin",next:["IconMicrophoneSlashLine"]},{previous:"IconMicOffRegular",next:["IconMicrophoneSlashLine"]},{previous:"IconMicOffFill",next:["IconMicrophoneSlashFill"]},{previous:"IconMissionThin",next:["IconBookOpenLine"]},{previous:"IconMissionRegular",next:["IconBookOpenLine"]},{previous:"IconMissionFill",next:["IconBookOpenFill"]},{previous:"IconMobileThin",next:["IconMobileLine"]},{previous:"IconMobileRegular",next:["IconMobileLine"]},{previous:"IconMobileFill",next:["IconMobileFill"]},{previous:"IconMoneySendThin",next:["IconWonCircleArrowRightLine"]},{previous:"IconMoneySendRegular",next:["IconWonCircleArrowRightLine"]},{previous:"IconMoneySendFill",next:["IconWonCircleArrowRightFill"]},{previous:"IconMoneySendYenThin",next:["IconYenCircleArrowRightLine"]},{previous:"IconMoneySendYenRegular",next:["IconYenCircleArrowRightLine"]},{previous:"IconMoneySendYenFill",next:["IconYenCircleArrowRightFill"]},{previous:"IconMoneyWonThin",next:["IconWonCircleLine"]},{previous:"IconMoneyWonRegular",next:["IconWonCircleLine"]},{previous:"IconMoneyWonFill",next:["IconWonCircleFill"]},{previous:"IconMoneyYenThin",next:["IconYenCircleLine"]},{previous:"IconMoneyYenRegular",next:["IconYenCircleLine"]},{previous:"IconMoneyYenFill",next:["IconYenCircleFill"]},{previous:"IconMoonThin",next:["IconMoonLine"]},{previous:"IconMoonRegular",next:["IconMoonLine"]},{previous:"IconMoonFill",next:["IconMoonFill"]},{previous:"IconMoreHorizThin",next:["IconDot3HorizontalLine"]},{previous:"IconMoreHorizRegular",next:["IconDot3HorizontalLine"]},{previous:"IconMoreHorizFill",next:["IconDot3HorizontalFill"]},{previous:"IconMoreVertThin",next:["IconDot3VerticalLine"]},{previous:"IconMoreVertRegular",next:["IconDot3VerticalLine"]},{previous:"IconMoreVertFill",next:["IconDot3VerticalFill"]},{previous:"IconMyThin",next:["IconPersonLine"]},{previous:"IconMyRegular",next:["IconPersonLine"]},{previous:"IconMyFill",next:["IconPersonFill"]},{previous:"IconMyProfileThin",next:["IconPersonCircleLine"]},{previous:"IconMyProfileRegular",next:["IconPersonCircleLine"]},{previous:"IconMyProfileFill",next:["IconPersonCircleFill"]},{previous:"IconNearMeThin",next:["IconLocationpinLine"]},{previous:"IconNearMeRegular",next:["IconLocationpinLine"]},{previous:"IconNearMeFill",next:["IconLocationpinFill"]},{previous:"IconNewtopicThin",next:["IconNUppercaseCircleLine"]},{previous:"IconNewtopicRegular",next:["IconNUppercaseCircleLine"]},{previous:"IconNewtopicFill",next:["IconNUppercaseCircleFill"]},{previous:"IconNoteThin",next:["IconDocumentLine"]},{previous:"IconNoteRegular",next:["IconDocumentLine"]},{previous:"IconNoteFill",next:["IconDocumentFill"]},{previous:"IconNotificationThin",next:["IconBellLine"]},{previous:"IconNotificationRegular",next:["IconBellLine"]},{previous:"IconNotificationFill",next:["IconBellFill"]},{previous:"IconNotificationFallThin",next:["IconArrowDownLine"]},{previous:"IconNotificationFallRegular",next:["IconArrowDownLine"]},{previous:"IconNotificationFallFill",next:["IconArrowDownFill"]},{previous:"IconNotificationOffThin",next:["IconBellSlashLine"]},{previous:"IconNotificationOffRegular",next:["IconBellSlashLine"]},{previous:"IconNotificationOffFill",next:["IconBellSlashFill"]},{previous:"IconOrderThin",next:["IconCheckmarkClipboardLine"]},{previous:"IconOrderRegular",next:["IconCheckmarkClipboardLine"]},{previous:"IconOrderFill",next:["IconCheckmarkClipboardFill"]},{previous:"IconPauseThin",next:["IconVertrectangle2HorizontalLine"]},{previous:"IconPauseRegular",next:["IconVertrectangle2HorizontalLine"]},{previous:"IconPauseFill",next:["IconVertrectangle2HorizontalFill"]},{previous:"IconPaymentThin",next:["IconCardLine"]},{previous:"IconPaymentRegular",next:["IconCardLine"]},{previous:"IconPaymentFill",next:["IconCardFill"]},{previous:"IconPercentThin",next:["IconPercentLine"]},{previous:"IconPercentRegular",next:["IconPercentLine"]},{previous:"IconPercentFill",next:["IconPercentFill"]},{previous:"IconPhotoThin",next:["IconPictureLine"]},{previous:"IconPhotoRegular",next:["IconPictureLine"]},{previous:"IconPhotoFill",next:["IconPictureFill"]},{previous:"IconPhotoEditThin",next:["IconWandLine"]},{previous:"IconPhotoEditRegular",next:["IconWandLine"]},{previous:"IconPhotoEditFill",next:["IconWandFill"]},{previous:"IconPhotoEditCropThin",next:["IconCropmarkLine"]},{previous:"IconPhotoEditCropRegular",next:["IconCropmarkLine"]},{previous:"IconPhotoEditCropFill",next:["IconCropmarkFill"]},{previous:"IconPhotoEditDrawThin",next:["IconScribbleLine"]},{previous:"IconPhotoEditDrawRegular",next:["IconScribbleLine"]},{previous:"IconPhotoEditDrawFill",next:["IconScribbleFill"]},{previous:"IconPhotoEditRotateThin",next:["IconArrow2ClockwiseCircularLine"]},{previous:"IconPhotoEditRotateRegular",next:["IconArrow2ClockwiseCircularLine"]},{previous:"IconPhotoEditRotateFill",next:["IconArrow2ClockwiseCircularFill"]},{previous:"IconPhotoSeveralThin",next:["IconPicture2StackedLine"]},{previous:"IconPhotoSeveralRegular",next:["IconPicture2StackedLine"]},{previous:"IconPhotoSeveralFill",next:["IconPicture2StackedFill"]},{previous:"IconPlayThin",next:["IconTriangleRightLine"]},{previous:"IconPlayRegular",next:["IconTriangleRightLine"]},{previous:"IconPlayFill",next:["IconTriangleRightFill"]},{previous:"IconPollThin",next:["IconBarchartSquareLine"]},{previous:"IconPollRegular",next:["IconBarchartSquareLine"]},{previous:"IconPollFill",next:["IconBarchartSquareFill"]},{previous:"IconPriceWonThin",next:["IconWonLine"]},{previous:"IconPriceWonRegular",next:["IconWonLine"]},{previous:"IconPriceWonFill",next:["IconWonFill"]},{previous:"IconPriceYenDefault",next:["IconYenLine"]},{previous:"IconPriceYenVariant4",next:["IconYenLine"]},{previous:"IconPriceYenVariant3",next:["IconYenFill"]},{previous:"IconProductThin",next:["IconShoppingbagLine"]},{previous:"IconProductRegular",next:["IconShoppingbagLine"]},{previous:"IconProductFill",next:["IconShoppingbagFill"]},{previous:"IconProfileThin",next:["IconPersonLine"]},{previous:"IconProfileRegular",next:["IconPersonLine"]},{previous:"IconProfileFill",next:["IconPersonFill"]},{previous:"IconProfileBadgeThin",next:["IconCheckmarkBadgeLine"]},{previous:"IconProfileBadgeRegular",next:["IconCheckmarkBadgeLine"]},{previous:"IconProfileBadgeFill",next:["IconCheckmarkBadgeFill"]},{previous:"IconProhibitionThin",next:["IconSlashCircleLine"]},{previous:"IconProhibitionRegular",next:["IconSlashCircleLine"]},{previous:"IconProhibitionFill",next:["IconSlashCircleFill"]},{previous:"IconPushpinThin",next:["IconPushpinLine"]},{previous:"IconPushpinRegular",next:["IconPushpinLine"]},{previous:"IconPushpinFill",next:["IconPushpinFill"]},{previous:"IconQuestionCheckThin",next:["IconQuestionmarkSquareLine"]},{previous:"IconQuestionCheckRegular",next:["IconQuestionmarkSquareLine"]},{previous:"IconQuestionCheckFill",next:["IconQuestionmarkSquareFill"]},{previous:"IconRedoThin",next:["IconArrowUturnRightLine"]},{previous:"IconRedoRegular",next:["IconArrowUturnRightLine"]},{previous:"IconRedoFill",next:["IconArrowUturnRightFill"]},{previous:"IconRefundThin",next:["IconWonArrowClockwiseCircularLine"]},{previous:"IconRefundRegular",next:["IconWonArrowClockwiseCircularLine"]},{previous:"IconRefundFill",next:["IconWonArrowClockwiseCircularFill"]},{previous:"IconRemoveCircleThin",next:["IconXmarkCircleLine"]},{previous:"IconRemoveCircleRegular",next:["IconXmarkCircleLine"]},{previous:"IconRemoveCircleFill",next:["IconXmarkCircleFill"]},{previous:"IconReplyThin",next:["IconHorizline2VerticalChatbubbleRectangularRightLine"]},{previous:"IconReplyRegular",next:["IconHorizline2VerticalChatbubbleRectangularRightLine"]},{previous:"IconReplyFill",next:["IconHorizline2VerticalChatbubbleRectangularRightFill"]},{previous:"IconReplyMissionThin",next:["IconHorizline2VerticalChatbubbleRectangularRightLine"]},{previous:"IconReplyMissionRegular",next:["IconHorizline2VerticalChatbubbleRectangularRightLine"]},{previous:"IconReplyMissionFill",next:["IconHorizline2VerticalChatbubbleRectangularRightFill"]},{previous:"IconReplyReThin",next:["IconCornerDownLeftLine"]},{previous:"IconReplyReRegular",next:["IconCornerDownLeftLine"]},{previous:"IconReplyReFill",next:["IconCornerDownLeftFill"]},{previous:"IconReportThin",next:["IconFlagLine"]},{previous:"IconReportRegular",next:["IconFlagLine"]},{previous:"IconReportFill",next:["IconFlagFill"]},{previous:"IconReservationThin",next:["IconCheckmarkCalendarLine"]},{previous:"IconReservationRegular",next:["IconCheckmarkCalendarLine"]},{previous:"IconReservationFill",next:["IconCheckmarkCalendarFill"]},{previous:"IconRestaurantThin",next:["IconForkSpoonLine"]},{previous:"IconRestaurantRegular",next:["IconForkSpoonLine"]},{previous:"IconRestaurantFill",next:["IconForkSpoonFill"]},{previous:"IconRetryThin",next:["IconArrowClockwiseCircularLine"]},{previous:"IconRetryRegular",next:["IconArrowClockwiseCircularLine"]},{previous:"IconRetryFill",next:["IconArrowClockwiseCircularFill"]},{previous:"IconReviewStarThin",next:["IconStarLine"]},{previous:"IconReviewStarRegular",next:["IconStarLine"]},{previous:"IconReviewStarFill",next:["IconStarFill"]},{previous:"IconScannerThin",next:["IconHorizlineViewfinderLine"]},{previous:"IconScannerRegular",next:["IconHorizlineViewfinderLine"]},{previous:"IconScannerFill",next:["IconHorizlineViewfinderFill"]},{previous:"IconSearchThin",next:["IconMagnifyingglassLine"]},{previous:"IconSearchRegular",next:["IconMagnifyingglassLine"]},{previous:"IconSearchFill",next:["IconMagnifyingglassFill"]},{previous:"IconSearchDocThin",next:["IconDocumentMagnifyingglassLine"]},{previous:"IconSearchDocRegular",next:["IconDocumentMagnifyingglassLine"]},{previous:"IconSearchDocFill",next:["IconDocumentMagnifyingglassFill"]},{previous:"IconSellThin",next:["IconPlusSquareLine"]},{previous:"IconSellRegular",next:["IconPlusSquareLine"]},{previous:"IconSellFill",next:["IconPlusSquareFill"]},{previous:"IconSettingThin",next:["IconGearLine"]},{previous:"IconSettingRegular",next:["IconGearLine"]},{previous:"IconSettingFill",next:["IconGearFill"]},{previous:"IconSignoutThin",next:["IconBracketLeftArrowRightLine"]},{previous:"IconSignoutRegular",next:["IconBracketLeftArrowRightLine"]},{previous:"IconSignoutFill",next:["IconBracketLeftArrowRightFill"]},{previous:"IconSortThin",next:["IconArrowUpArrowDownLine"]},{previous:"IconSortRegular",next:["IconArrowUpArrowDownLine"]},{previous:"IconSortFill",next:["IconArrowUpArrowDownFill"]},{previous:"IconStoryThin",next:["IconTriangleRightChatbubbleLeftLine"]},{previous:"IconStoryRegular",next:["IconTriangleRightChatbubbleLeftLine"]},{previous:"IconStoryFill",next:["IconTriangleRightChatbubbleLeftFill"]},{previous:"IconStoryArticleThin",next:["IconDocumentPenLine"]},{previous:"IconStoryArticleRegular",next:["IconDocumentPenLine"]},{previous:"IconStoryArticleFill",next:["IconDocumentPenFill"]},{previous:"IconSubtractCircleThin",next:["IconMinusCircleLine"]},{previous:"IconSubtractCircleRegular",next:["IconMinusCircleLine"]},{previous:"IconSubtractCircleFill",next:["IconMinusCircleFill"]},{previous:"IconSubtractionThin",next:["IconMinusLine"]},{previous:"IconSubtractionRegular",next:["IconMinusLine"]},{previous:"IconSubtractionFill",next:["IconMinusFill"]},{previous:"IconSuggestThin",next:["IconLightbulbDot5Line"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconSuggestRegular",next:["IconLightbulbDot5Line"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconSuggestFill",next:["IconLightbulbDot5Fill"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconSunThin",next:["IconSunLine"]},{previous:"IconSunRegular",next:["IconSunLine"]},{previous:"IconSunFill",next:["IconSunFill"]},{previous:"IconTalkingdownThin",next:["IconQuotationmark2RightLine"]},{previous:"IconTalkingdownRegular",next:["IconQuotationmark2RightLine"]},{previous:"IconTalkingdownFill",next:["IconQuotationmark2RightFill"]},{previous:"IconTalkingupThin",next:["IconQuotationmark2LeftLine"]},{previous:"IconTalkingupRegular",next:["IconQuotationmark2LeftLine"]},{previous:"IconTalkingupFill",next:["IconQuotationmark2LeftFill"]},{previous:"IconTextThin",next:["IconTUppercaseSerifLine"]},{previous:"IconTextRegular",next:["IconTUppercaseSerifLine"]},{previous:"IconTextFill",next:["IconTUppercaseSerifFill"]},{previous:"IconThumbDownThin",next:["IconThumbDownLine"]},{previous:"IconThumbDownRegular",next:["IconThumbDownLine"]},{previous:"IconThumbDownFill",next:["IconThumbDownFill"]},{previous:"IconThumbUpThin",next:["IconThumbUpLine"]},{previous:"IconThumbUpRegular",next:["IconThumbUpLine"]},{previous:"IconThumbUpFill",next:["IconThumbUpFill"]},{previous:"IconToolboxThin",next:["IconToolboxLine"]},{previous:"IconToolboxRegular",next:["IconToolboxLine"]},{previous:"IconToolboxFill",next:["IconToolboxFill"]},{previous:"IconTranslateThin",next:["IconTranslationLine"]},{previous:"IconTranslateRegular",next:["IconTranslationLine"]},{previous:"IconTranslateFill",next:["IconTranslationFill"]},{previous:"IconTrashThin",next:["IconTrashcanLine"]},{previous:"IconTrashRegular",next:["IconTrashcanLine"]},{previous:"IconTrashFill",next:["IconTrashcanFill"]},{previous:"IconUndoThin",next:["IconArrowUturnLeftLine"]},{previous:"IconUndoRegular",next:["IconArrowUturnLeftLine"]},{previous:"IconUndoFill",next:["IconArrowUturnLeftFill"]},{previous:"IconUserGroupThin",next:["IconPerson2Line"]},{previous:"IconUserGroupRegular",next:["IconPerson2Line"]},{previous:"IconUserGroupFill",next:["IconPerson2Fill"]},{previous:"IconVideoThin",next:["IconCamcorderLine"]},{previous:"IconVideoRegular",next:["IconCamcorderLine"]},{previous:"IconVideoFill",next:["IconCamcorderFill"]},{previous:"IconViewCountThin",next:["IconEyeLine"]},{previous:"IconViewCountRegular",next:["IconEyeLine"]},{previous:"IconViewCountFill",next:["IconEyeFill"]},{previous:"IconViewCountOffThin",next:["IconEyeSlashLine"]},{previous:"IconViewCountOffRegular",next:["IconEyeSlashLine"]},{previous:"IconViewCountOffFill",next:["IconEyeSlashFill"]},{previous:"IconVolumeOffThin",next:["IconSpeakerWave2SlashLine"]},{previous:"IconVolumeOffRegular",next:["IconSpeakerWave2SlashLine"]},{previous:"IconVolumeOffFill",next:["IconSpeakerWave2SlashFill"]},{previous:"IconVolumeOnThin",next:["IconSpeakerWave2Line"]},{previous:"IconVolumeOnRegular",next:["IconSpeakerWave2Line"]},{previous:"IconVolumeOnFill",next:["IconSpeakerWave2Fill"]},{previous:"IconVoteThin",next:["IconCheckmarkBallotboxLine"]},{previous:"IconVoteRegular",next:["IconCheckmarkBallotboxLine"]},{previous:"IconVoteFill",next:["IconCheckmarkBallotboxFill"]},{previous:"IconVoucherThin",next:["IconGiftLine"]},{previous:"IconVoucherRegular",next:["IconGiftLine"]},{previous:"IconVoucherFill",next:["IconGiftFill"]},{previous:"IconWalkThin",next:["IconFigureWalkLine"]},{previous:"IconWalkRegular",next:["IconFigureWalkLine"]},{previous:"IconWalkFill",next:["IconFigureWalkFill"]},{previous:"IconWarningThin",next:["IconExclamationmarkCircleLine"]},{previous:"IconWarningRegular",next:["IconExclamationmarkCircleLine"]},{previous:"IconWarningFill",next:["IconExclamationmarkCircleFill"]},{previous:"IconWriteThin",next:["IconPenHorizlineLine"]},{previous:"IconWriteRegular",next:["IconPenHorizlineLine"]},{previous:"IconWriteFill",next:["IconPenHorizlineFill"]},{previous:"IconWriteFrequentUseThin",next:["IconDocumentPlusLine"]},{previous:"IconWriteFrequentUseRegular",next:["IconDocumentPlusLine"]},{previous:"IconWriteFrequentUseFill",next:["IconDocumentPlusFill"]},{previous:"IconWriteStoryThin",next:["IconHorizline2VerticalChatbubbleRectangularRightLine"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconWriteStoryRegular",next:["IconHorizline2VerticalChatbubbleRectangularRightLine"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."},{previous:"IconWriteStoryFill",next:["IconHorizline2VerticalChatbubbleRectangularRightFill"],description:"\uBCC0\uACBD \uD6C4 \uD655\uC778\uC774 \uD544\uC694\uD574\uC694."}],Di=[{previous:"IconCategoryRealty",next:["IconWindow4House"],description:"\uBD80\uB3D9\uC0B0"},{previous:"IconCategoryCar",next:["IconCarFrontside"],description:"\uC911\uACE0\uCC28"},{previous:"IconCategoryJobs",next:["IconPersonMagnifyingglass"],description:"\uC54C\uBC14"},{previous:"IconCategoryGroup",next:["IconPerson2Openarms"],description:"\uBAA8\uC784"},{previous:"IconCategoryAd",next:["IconMegaphoneTilted"],description:"\uAD11\uACE0"},{previous:"IconCategoryBizprofile",next:["IconWindow2Store"],description:"\uBE44\uC988\uD504\uB85C\uD544"},{previous:"IconCategoryRestaurant",next:["IconForkSpoon"]},{previous:"IconCategoryCafe",next:["IconCupHeatwave"]},{previous:"IconCategoryTruck",next:["IconTruck"]},{previous:"IconCategoryFitness",next:["IconDumbbell"]},{previous:"IconCategoryBeauty",next:["IconScissors"]},{previous:"IconCategoryBeautyshop",next:["IconNailpolish"]},{previous:"IconCategoryConstruction",next:["IconWrench"]},{previous:"IconCategoryClass",next:["IconPalette"]},{previous:"IconCategoryLife",next:["IconSpraybottleSponge"]},{previous:"IconCategoryHomerepair",next:["IconPaintroller"]},{previous:"IconCategoryAcademy",next:["IconPencil"]},{previous:"IconCategoryFarm",next:[],description:"\uC5C6\uC74C"},{previous:"IconCategoryClassRemoved",next:[],description:"\uC5C6\uC74C"},{previous:"IconCategoryMedical",next:[],description:"\uC5C6\uC74C"},{previous:"IconCategoryLaundry",next:[],description:"\uC5C6\uC74C"},{previous:"IconCategoryLost",next:[],description:"\uC5C6\uC74C"},{previous:"IconCategoryRecommandation",next:[],description:"\uC5C6\uC74C"},{previous:"IconCategoryBuytogether",next:[],description:"\uC5C6\uC74C"},{previous:"IconCategoryPopularity",next:[],description:"\uC5C6\uC74C"},{previous:"IconCategoryQuestions",next:[],description:"\uC5C6\uC74C"},{previous:"IconCategoryTogether",next:[],description:"\uC5C6\uC74C"},{previous:"IconCategoryPet",next:[],description:"\uC5C6\uC74C"},{previous:"IconCategoryCare",next:[],description:"\uC5C6\uC74C"},{description:"\uC911\uACE0\uAC70\uB798(\uC2E0\uADDC)",next:["IconShoppingbagItems"]},{description:"\uC774\uC6C3\uAD11\uACE0(\uC2E0\uADDC)",next:["IconLinechartUpXaxis"]},{description:"\uD53D\uC5C5(\uC2E0\uADDC)",next:["IconForkSpoonBag"]},{description:"\uB3D9\uB124\uC2A4\uD1A0\uB9AC(\uC2E0\uADDC)",next:["IconTriangleRightChatbubbleLeft"]}],iu=[...Pi,...Di];var H=tu(qc());function Pc(r){let e=H.format.printf(({message:s,timestamp:l,metadata:c})=>{let{previousToken:d,nextToken:f,line:h}=c,m=h?`(line ${h})`:"";return`${l} ${s}: ${d} \u2192 ${f} ${m}`}),t=H.format.printf(({level:s,message:l,timestamp:c,failureReason:d,metadata:f})=>{let{previousToken:h,description:m}=f,u=m||d||"";return`${c} [${s.toUpperCase()}]: ${l}
32
32
  \u21B3 reason: ${h} ${u}`}),n=H.format.printf(({level:s,message:l,timestamp:c})=>`${c} [${s.toUpperCase()}]: ${l}`),i=(0,H.format)(s=>{let l=s.metadata;return(l==null?void 0:l.status)==="success"?s:!1}),o=(0,H.format)(s=>{let l=s.metadata;return(l==null?void 0:l.status)==="failure"||(l==null?void 0:l.status)==="warning"?s:!1}),a=(0,H.createLogger)({level:"debug",transports:[new H.transports.File({filename:`.report/${r}-success.log`,format:H.format.combine(i(),H.format.timestamp({format:"YYYY-MM-DD HH:mm:ss"}),e)}),new H.transports.File({filename:`.report/${r}-issues.log`,format:H.format.combine(o(),H.format.timestamp({format:"YYYY-MM-DD HH:mm:ss"}),t)}),new H.transports.File({filename:`.report/${r}-debug.log`,level:"debug",format:H.format.combine(H.format.timestamp({format:"YYYY-MM-DD HH:mm:ss"}),n)})]});return{logger:a,logTransformResult(s,l){let{status:c,failureReason:d,needsVerification:f,description:h,previousToken:m,nextToken:u}=l,v=c==="success"?"info":c==="warning"?"warn":"error",b=l.line?`(line: ${l.line})`:"";a.log({level:v,message:`${s} ${b}`,...d&&{failureReason:d},...h&&{description:h},metadata:l}),f&&c==="success"&&a.log({level:"warn",message:`${s} ${b}`,metadata:{previousToken:m,nextToken:u,status:"warning",description:h||"\uC0AC\uC6A9 \uD655\uC778 \uD544\uC694\uD55C \uD1A0\uD070\uC785\uB2C8\uB2E4",needsVerification:!0,line:l.line}})},startFile(s){a.debug(`Starting transformation of ${s}`)},finishFile(s){a.debug(`Finished transformation of ${s}`)}}}var Ut={text:["color","textColor","textDecorationColor","textEmphasisColor","caretColor","webkitTextFillColor","webkitTextStrokeColor"],background:["background","backgroundColor","backgroundImage","backgroundBlendMode"],border:["borderColor","borderTopColor","borderRightColor","borderBottomColor","borderLeftColor","borderBlockColor","borderBlockEndColor","borderBlockStartColor","borderInlineColor","borderInlineEndColor","borderInlineStartColor","border","borderTop","borderRight","borderBottom","borderLeft","borderBlock","borderBlockEnd","borderBlockStart","borderInline","borderInlineEnd","borderInlineStart"],outline:["outlineColor","outline"],shadow:["boxShadow","textShadow"],svg:["fill","fillColor","stroke","floodColor","lightingColor","stopColor"],misc:["accentColor","scrollbarColor","columnRuleColor","textDecoration","maskColor","maskBorderColor","outlineOffset","filter","backdropFilter"]},Lv=Object.values(Ut).flat(),Dc=[...Ut.border,...Ut.outline,...Ut.shadow,"textDecoration"];function Ti(r){return r.replace(/-([a-z0-9])/g,(e,t)=>t.toUpperCase())}function Fi(r){let e=r.replace(/([A-Z])/g,"-$1").toLowerCase();return e=e.replace(/([a-z])(\d+)/g,"$1-$2"),e}function Wc(r){return/[A-Z]/.test(r)||/[a-z]\d+/.test(r)?Fi(r):r}function zc(r){return r.startsWith("$")?r.endsWith("-semantic")||r.endsWith("-static")||/^\$([a-zA-Z]+)(\d+)$/.test(r)||/^\$([a-zA-Z]+)[A-Z][a-zA-Z]*(\d+)$/.test(r)||/^\$([a-zA-Z]+[A-Za-z]*)(\d+)-static$/.test(r)||/^\$([a-zA-Z]+)[A-Z][a-zA-Z]*(\d+)-static$/.test(r)?!0:(r.startsWith("$palette-")||r.startsWith("$bg-")||r.startsWith("$fg-")||r.startsWith("$stroke-"),!1):!1}function Sv(r){let e=r.startsWith("$")?r.substring(1):r;if(e.endsWith("-semantic")){let n=e.replace(/-semantic$/,"");return`$semantic.color.${Wc(n)}`}if(e.endsWith("-static")){let n=e.replace(/-static$/,"");return/^([a-zA-Z]+)(\d+)$/.test(n)?`$static.color.static-${n.replace(/([a-zA-Z]+)(\d+)/,"$1-$2")}`:`$static.color.static-${n}`}return e.startsWith("palette-")?`$scale.color.${e.substring(8)}`:/[A-Z]/.test(e)?`$scale.color.${e.replace(/([A-Z])/g,"-$1").toLowerCase().replace(/(\d+)/g,"-$1")}`:`$scale.color.${e.replace(/([a-zA-Z]+)(\d+)/,"$1-$2")}`}function jc(r){if(!r.startsWith("$color."))return r;let e=r.substring(7).split(".");if(e.length>=2){let t=e[0],n=e.slice(1).join(".");return`$${t}-${n}`}return r}function Nc(r){let e=Wc(r),t=`$semantic.color.${e}`,n=Ne.find(i=>i.previous===t);if(!n){let i=Ti(e),o=`$semantic.color.${i}`;if(n=Ne.find(a=>a.previous===o),!n)for(let a of Ne){let s=a.previous.replace("$semantic.color.","");if(s===e||s===i||Ti(s)===i||Fi(s)===e){n=a;break}}}return n}function Hc(r){let e=r;/[A-Z]/.test(r)&&(e=Fi(r));let t=`$static.color.static-${e}`,n=or.find(i=>i.previous===t);if(!n)for(let i of or){let o=i.previous.replace("$static.color.static-","");if(o===e||o===r){n=i;break}let a=o,s=Ti(o);if(a===e||s===r){n=i;break}}return n}function Uc(r){var e,t,n,i,o,a;if(r.startsWith("$palette-")||r.startsWith("$bg-")||r.startsWith("$fg-")||r.startsWith("$stroke-"))return{token:r,needsVerification:!1,description:"\uC774\uBBF8 V3 \uD615\uC2DD\uC785\uB2C8\uB2E4"};if(r.endsWith("-semantic")){let s=r.replace(/^\$|-semantic$/g,""),l=Nc(s);if(((e=l==null?void 0:l.next)==null?void 0:e.length)>0){let c=rr(l);if(c&&c!==r)return{token:c,needsVerification:l.needsVerification,description:l.description}}return{token:r,needsVerification:!0,description:"\uC2DC\uBA58\uD2F1 \uC0C9\uC0C1 \uB9E4\uD551\uC744 \uCC3E\uC744 \uC218 \uC5C6\uAC70\uB098 \uB9E4\uD551\uC758 next\uAC00 \uBE44\uC5B4\uC788\uC5B4 \uC6D0\uB798 \uAC12\uC744 \uC720\uC9C0\uD569\uB2C8\uB2E4"}}if(r.endsWith("-static")){let s=r.replace(/^\$|-static$/g,""),l=Hc(s);if(((t=l==null?void 0:l.next)==null?void 0:t.length)>0){let c=rr(l);if(c&&c!==r)return{token:c,needsVerification:l.needsVerification,description:l.description}}return{token:r,needsVerification:!0,description:"\uC2A4\uD0DC\uD2F1 \uC0C9\uC0C1 \uB9E4\uD551\uC744 \uCC3E\uC744 \uC218 \uC5C6\uAC70\uB098 \uB9E4\uD551\uC758 next\uAC00 \uBE44\uC5B4\uC788\uC5B4 \uC6D0\uB798 \uAC12\uC744 \uC720\uC9C0\uD569\uB2C8\uB2E4"}}if(r.startsWith("$")&&/^\$([a-zA-Z]+)(\d+)$/.test(r)){let s=Sv(r),l=null,c=!1,d=null,f=null;if(s.startsWith("$semantic.color.")){let h=s.replace("$semantic.color.","");f=Nc(h),((n=f==null?void 0:f.next)==null?void 0:n.length)>0&&(l=rr(f),c=f.needsVerification,d=f.description)}else if(s.startsWith("$static.color.")){let h=s.replace("$static.color.static-","");f=Hc(h),((i=f==null?void 0:f.next)==null?void 0:i.length)>0&&(l=rr(f),c=f.needsVerification,d=f.description)}else if(s.startsWith("$scale.color.")){let h=s.replace("$scale.color.","");f=Dr.find(m=>m.previous===`$scale.color.${h}`),((o=f==null?void 0:f.next)==null?void 0:o.length)>0&&(l=rr(f),c=f.needsVerification,d=f.description)}else f=Gt.find(h=>h.previous===s),((a=f==null?void 0:f.next)==null?void 0:a.length)>0&&(l=rr(f),c=f.needsVerification,d=f.description);return l&&l!==r?{token:l,needsVerification:c,description:d}:{token:r,needsVerification:!0,description:"\uC0C9\uC0C1 \uB9E4\uD551\uC744 \uCC3E\uC744 \uC218 \uC5C6\uAC70\uB098 \uB9E4\uD551\uC758 next\uAC00 \uBE44\uC5B4\uC788\uC5B4 \uC6D0\uB798 \uAC12\uC744 \uC720\uC9C0\uD569\uB2C8\uB2E4"}}return{token:r,needsVerification:!0,description:"\uC9C0\uC6D0\uB418\uC9C0 \uC54A\uB294 \uD328\uD134\uC774\uBBC0\uB85C \uC6D0\uB798 \uAC12\uC744 \uC720\uC9C0\uD569\uB2C8\uB2E4"}}function rr(r){var o;let e=r.preferred;if(!r.next||r.next.length===0)return r.previous?r.previous.replace(/^\$(semantic|static|scale)\.color\./,"$").replace(/^$/,"$"):"";if(e&&r.next.includes(e))return jc(e);let t=r.next.filter(a=>a.startsWith("$color.bg.")||a.startsWith("$color.fg.")||a.startsWith("$color.stroke.")),n=r.next.filter(a=>a.startsWith("$color.palette.")),i;if(t.length>0)i=t[0];else if(n.length>0)i=n[0];else if(r.next.length>0)i=r.next[0];else return((o=r.previous)==null?void 0:o.replace(/^\$(semantic|static|scale)\.color\./,"$").replace(/^$/,"$"))||"";return jc(i)}function tr(r,e,t,n,i){r.properties&&r.properties.forEach(o=>{o.type==="ObjectProperty"?(Rv(o,e,t,n,i),o.value&&o.value.type==="ObjectExpression"&&o.value.properties&&tr(o.value,e,t,n,i)):o.type==="ObjectMethod"&&o.key.type==="Identifier"&&o.key.name==="variants"&&$v(o,e,t,n,i)})}function Rv(r,e,t,n,i){var o,a;if(r.value.type==="StringLiteral"&&r.value.value!=null){let s=r.value.value;if(s.includes("$"))if(s.startsWith("$")&&zc(s)){let l=s,c=((o=r.loc)==null?void 0:o.start.line)||0,d=((a=r.loc)==null?void 0:a.start.column)||0,f=`${t}:${c}:${d}:${l}`;if(n.has(f))return;let h=Uc(l);if(h&&h.token!==l){r.value.value=h.token;let m=`${l}:${c}`;i.set(m,{previous:l,next:h.token,line:c,needsVerification:h.needsVerification,description:h.description}),e.logTransformResult(t,{previousToken:l,nextToken:h.token,status:"success",line:c,needsVerification:h.needsVerification,description:h.description})}else if(!l.startsWith("$palette-")&&!l.startsWith("$bg-")&&!l.startsWith("$fg-")&&!l.startsWith("$stroke-")){let m=h?"\uB9E4\uD551\uC740 \uC874\uC7AC\uD558\uC9C0\uB9CC \uBCC0\uD658 \uACB0\uACFC\uAC00 \uC6D0\uBCF8\uACFC \uB3D9\uC77C\uD569\uB2C8\uB2E4":"\uB9E4\uD551\uC744 \uCC3E\uC744 \uC218 \uC5C6\uC5B4 \uBCC0\uD658\uB418\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4";e.logTransformResult(t,{previousToken:l,nextToken:l,status:"warning",line:c,failureReason:m})}n.add(f)}else _v(r,e,t,n,i)}}function _v(r,e,t,n,i){var c,d;if(r.value.type!=="StringLiteral"||r.value.value==null)return;let o=r.value.value,a=/(\$[a-zA-Z0-9][\w\-A-Z]*(?:-semantic|-static)?)/g,s=[],l;for(l=a.exec(o);l!==null;){let f=l[1];f&&zc(f)&&s.push({token:f,index:l.index}),l=a.exec(o)}if(s.length>0){let f=o,h=!1;for(let m=s.length-1;m>=0;m--){let{token:u,index:v}=s[m],b=((c=r.loc)==null?void 0:c.start.line)||0,w=((d=r.loc)==null?void 0:d.start.column)||0,_=`${t}:${b}:${w}:${u}:${v}`;if(n.has(_))continue;let y=Uc(u);if(y&&y.token!==u){let S=f.substring(0,v),k=f.substring(v+u.length);f=S+y.token+k,h=!0;let O=`${u}:${b}`;i.set(O,{previous:u,next:y.token,line:b,needsVerification:y.needsVerification,description:y.description}),e.logTransformResult(t,{previousToken:u,nextToken:y.token,status:"success",line:b,needsVerification:y.needsVerification,description:y.description})}else if(!u.startsWith("$palette-")&&!u.startsWith("$bg-")&&!u.startsWith("$fg-")&&!u.startsWith("$stroke-")){let S=y?"\uB9E4\uD551\uC740 \uC874\uC7AC\uD558\uC9C0\uB9CC \uBCC0\uD658 \uACB0\uACFC\uAC00 \uC6D0\uBCF8\uACFC \uB3D9\uC77C\uD569\uB2C8\uB2E4":"\uB9E4\uD551\uC744 \uCC3E\uC744 \uC218 \uC5C6\uC5B4 \uBCC0\uD658\uB418\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4";e.logTransformResult(t,{previousToken:u,nextToken:u,status:"warning",line:b,failureReason:S})}n.add(_)}h&&(r.value.value=f)}}function $v(r,e,t,n,i){r.body.type==="BlockStatement"&&r.body.body.forEach(o=>{var a;o.type==="ReturnStatement"&&((a=o.argument)==null?void 0:a.type)==="ObjectExpression"&&o.argument.properties.forEach(s=>{s.type==="ObjectProperty"&&s.value.type==="ObjectExpression"&&tr(s.value,e,t,n,i)})})}function Cv(r){return!r.properties||!Array.isArray(r.properties)?!1:r.properties.some(e=>e.type!=="ObjectProperty"||!e.key?!1:!!(e.value&&e.value.type==="StringLiteral"&&e.value.value&&e.value.value.includes("$")||e.key.type==="Identifier"&&(Bc(e.key.name)||Dc.includes(e.key.name)||/^(margin|padding|flex|grid|gap|font|text|align|justify|display|position|width|height|top|right|bottom|left)/.test(e.key.name))||e.key.type==="StringLiteral"&&(Bc(e.key.value)||Dc.includes(e.key.value)||/^(margin|padding|flex|grid|gap|font|text|align|justify|display|position|width|height|top|right|bottom|left)/.test(e.key.value))))}function Bc(r){return!!(Lv.includes(r)||/^color(\d+|[-_]\d+)$/.test(r)||/^background/.test(r)||/^border/.test(r)||/^(box|text)Shadow/.test(r)||/^(filter|backdrop-filter)$/.test(r)||r.includes("gradient")||r.includes("color")||r.includes("shadow"))}var Tv=(r,e)=>{let t=e.jscodeshift,n=t(r.source),i=Pc("replace-stitches-styled-color"),o=new Set,a=new Map;i.startFile(r.path),n.find(t.CallExpression,{callee:{name:"styled"}}).forEach(s=>{s.node.arguments.length>=2&&s.node.arguments[1].type==="ObjectExpression"&&tr(s.node.arguments[1],i,r.path,o,a)}),n.find(t.Property,{key:{name:"css"}}).forEach(s=>{s.node.value&&s.node.value.type==="ObjectExpression"&&tr(s.node.value,i,r.path,o,a)}),n.find(t.CallExpression,{callee:{name:"css"}}).forEach(s=>{s.node.arguments.length>=1&&s.node.arguments[0]&&s.node.arguments[0].type==="ObjectExpression"&&tr(s.node.arguments[0],i,r.path,o,a)}),n.find(t.ObjectExpression).forEach(s=>{Cv(s.node)&&tr(s.node,i,r.path,o,a)});for(let s of a.values()){let{previous:l,next:c,line:d}=s;l!==c&&i.logTransformResult(r.path,{previousToken:l,nextToken:c,status:"success",line:d,needsVerification:s.needsVerification,description:s.description})}return i.finishFile(r.path),n.toSource()},Fv=Tv;
33
33
  /*! Bundled license information:
34
34
 
@@ -28,8 +28,8 @@ ${O}`),m.pop(),`{${P}}`}case"number":return isFinite(f)?String(f):e?e(f):"null";
28
28
  `),stack:e&&e.stack,exception:!0,date:new Date().toString(),process:this.getProcessInfo(),os:this.getOsInfo(),trace:this.getTrace(e)}}getProcessInfo(){return{pid:process.pid,uid:process.getuid?process.getuid():null,gid:process.getgid?process.getgid():null,cwd:process.cwd(),execPath:process.execPath,version:process.version,argv:process.argv,memoryUsage:process.memoryUsage()}}getOsInfo(){return{loadavg:fl.loadavg(),uptime:fl.uptime()}}getTrace(e){return(e?cl.parse(e):cl.get()).map(n=>({column:n.getColumnNumber(),file:n.getFileName(),function:n.getFunctionName(),line:n.getLineNumber(),method:n.getMethodName(),native:n.isNative()}))}_addHandler(e){if(!this.handlers.has(e)){e.handleExceptions=!0;let r=new Fg(e);this.handlers.set(e,r),this.logger.pipe(r)}}_uncaughtException(e){let r=this.getAllInfo(e),n=this._getExceptionHandlers(),i=typeof this.logger.exitOnError=="function"?this.logger.exitOnError(e):this.logger.exitOnError,a;!n.length&&i&&(console.warn("winston: exitOnError cannot be true with no exception handlers."),console.warn("winston: not exiting process."),i=!1);function s(){gi("doExit",i),gi("process._exiting",process._exiting),i&&!process._exiting&&(a&&clearTimeout(a),process.exit(1))}if(!n||n.length===0)return process.nextTick(s);Cg(n,(o,u)=>{let l=Ig(u),h=o.transport||o;function g(p){return()=>{gi(p),l()}}h._ending=!0,h.once("finish",g("finished")),h.once("error",g("error"))},()=>i&&s()),this.logger.log(r),i&&(a=setTimeout(s,3e3))}_getExceptionHandlers(){return this.logger.transports.filter(e=>(e.transport||e).handleExceptions)}}});var pl=c((cv,dl)=>{"use strict";var{Writable:Bg}=De();dl.exports=class extends Bg{constructor(e){if(super({objectMode:!0}),!e)throw new Error("RejectionStream requires a TransportStream instance.");this.handleRejections=!0,this.transport=e}_write(e,r,n){return e.rejection?this.transport.log(e,n):(n(),!0)}}});var yi=c((dv,vl)=>{"use strict";var gl=require("os"),Hg=kr(),vi=Et()("winston:rejection"),Wg=di(),ml=pi(),zg=pl();vl.exports=class{constructor(e){if(!e)throw new Error("Logger is required to handle rejections");this.logger=e,this.handlers=new Map}handle(...e){e.forEach(r=>{if(Array.isArray(r))return r.forEach(n=>this._addHandler(n));this._addHandler(r)}),this.catcher||(this.catcher=this._unhandledRejection.bind(this),process.on("unhandledRejection",this.catcher))}unhandle(){this.catcher&&(process.removeListener("unhandledRejection",this.catcher),this.catcher=!1,Array.from(this.handlers.values()).forEach(e=>this.logger.unpipe(e)))}getAllInfo(e){let r=null;return e&&(r=typeof e=="string"?e:e.message),{error:e,level:"error",message:[`unhandledRejection: ${r||"(no error message)"}`,e&&e.stack||" No stack trace"].join(`
29
29
  `),stack:e&&e.stack,rejection:!0,date:new Date().toString(),process:this.getProcessInfo(),os:this.getOsInfo(),trace:this.getTrace(e)}}getProcessInfo(){return{pid:process.pid,uid:process.getuid?process.getuid():null,gid:process.getgid?process.getgid():null,cwd:process.cwd(),execPath:process.execPath,version:process.version,argv:process.argv,memoryUsage:process.memoryUsage()}}getOsInfo(){return{loadavg:gl.loadavg(),uptime:gl.uptime()}}getTrace(e){return(e?ml.parse(e):ml.get()).map(n=>({column:n.getColumnNumber(),file:n.getFileName(),function:n.getFunctionName(),line:n.getLineNumber(),method:n.getMethodName(),native:n.isNative()}))}_addHandler(e){if(!this.handlers.has(e)){e.handleRejections=!0;let r=new zg(e);this.handlers.set(e,r),this.logger.pipe(r)}}_unhandledRejection(e){let r=this.getAllInfo(e),n=this._getRejectionHandlers(),i=typeof this.logger.exitOnError=="function"?this.logger.exitOnError(e):this.logger.exitOnError,a;!n.length&&i&&(console.warn("winston: exitOnError cannot be true with no rejection handlers."),console.warn("winston: not exiting process."),i=!1);function s(){vi("doExit",i),vi("process._exiting",process._exiting),i&&!process._exiting&&(a&&clearTimeout(a),process.exit(1))}if(!n||n.length===0)return process.nextTick(s);Hg(n,(o,u)=>{let l=Wg(u),h=o.transport||o;function g(p){return()=>{vi(p),l()}}h._ending=!0,h.once("finish",g("finished")),h.once("error",g("error"))},()=>i&&s()),this.logger.log(r),i&&(a=setTimeout(s,3e3))}_getRejectionHandlers(){return this.logger.transports.filter(e=>(e.transport||e).handleRejections)}}});var bl=c((pv,yl)=>{"use strict";var bi=class{constructor(e){let r=Cr();if(typeof e!="object"||Array.isArray(e)||!(e instanceof r))throw new Error("Logger is required for profiling");this.logger=e,this.start=Date.now()}done(...e){typeof e[e.length-1]=="function"&&(console.warn("Callback function no longer supported as of winston@3.0.0"),e.pop());let r=typeof e[e.length-1]=="object"?e.pop():{};return r.level=r.level||"info",r.durationMs=Date.now()-this.start,this.logger.write(r)}};yl.exports=bi});var Cr=c((gv,El)=>{"use strict";var{Stream:Ug,Transform:Yg}=De(),wl=kr(),{LEVEL:he,SPLAT:_l}=C(),xl=ci(),Gg=mi(),Vg=yi(),Kg=Hn(),Jg=bl(),{warn:Zg}=hn(),Qg=$r(),Xg=/%[scdjifoO%]/g,Ir=class extends Yg{constructor(e){super({objectMode:!0}),this.configure(e)}child(e){let r=this;return Object.create(r,{write:{value:function(n){let i=Object.assign({},e,n);n instanceof Error&&(i.stack=n.stack,i.message=n.message),r.write(i)}}})}configure({silent:e,format:r,defaultMeta:n,levels:i,level:a="info",exitOnError:s=!0,transports:o,colors:u,emitErrs:l,formatters:h,padLevels:g,rewriters:p,stripColors:v,exceptionHandlers:f,rejectionHandlers:m}={}){if(this.transports.length&&this.clear(),this.silent=e,this.format=r||this.format||sn()(),this.defaultMeta=n||null,this.levels=i||this.levels||Qg.npm.levels,this.level=a,this.exceptions&&this.exceptions.unhandle(),this.rejections&&this.rejections.unhandle(),this.exceptions=new Gg(this),this.rejections=new Vg(this),this.profilers={},this.exitOnError=s,o&&(o=Array.isArray(o)?o:[o],o.forEach(_=>this.add(_))),u||l||h||g||p||v)throw new Error(["{ colors, emitErrs, formatters, padLevels, rewriters, stripColors } were removed in winston@3.0.0.","Use a custom winston.format(function) instead.","See: https://github.com/winstonjs/winston/tree/master/UPGRADE-3.0.md"].join(`
30
30
  `));f&&this.exceptions.handle(f),m&&this.rejections.handle(m)}isLevelEnabled(e){let r=wi(this.levels,e);if(r===null)return!1;let n=wi(this.levels,this.level);return n===null?!1:!this.transports||this.transports.length===0?n>=r:this.transports.findIndex(a=>{let s=wi(this.levels,a.level);return s===null&&(s=n),s>=r})!==-1}log(e,r,...n){if(arguments.length===1)return e[he]=e.level,this._addDefaultMeta(e),this.write(e),this;if(arguments.length===2)return r&&typeof r=="object"?(r[he]=r.level=e,this._addDefaultMeta(r),this.write(r),this):(r={[he]:e,level:e,message:r},this._addDefaultMeta(r),this.write(r),this);let[i]=n;if(typeof i=="object"&&i!==null&&!(r&&r.match&&r.match(Xg))){let s=Object.assign({},this.defaultMeta,i,{[he]:e,[_l]:n,level:e,message:r});return i.message&&(s.message=`${s.message} ${i.message}`),i.stack&&(s.stack=i.stack),i.cause&&(s.cause=i.cause),this.write(s),this}return this.write(Object.assign({},this.defaultMeta,{[he]:e,[_l]:n,level:e,message:r})),this}_transform(e,r,n){if(this.silent)return n();e[he]||(e[he]=e.level),!this.levels[e[he]]&&this.levels[e[he]]!==0&&console.error("[winston] Unknown logger level: %s",e[he]),this._readableState.pipes||console.error("[winston] Attempt to write logs with no transports, which can increase memory usage: %j",e);try{this.push(this.format.transform(e,this.format.options))}finally{this._writableState.sync=!1,n()}}_final(e){let r=this.transports.slice();wl(r,(n,i)=>{if(!n||n.finished)return setImmediate(i);n.once("finish",i),n.end()},e)}add(e){let r=!xl(e)||e.log.length>2?new Kg({transport:e}):e;if(!r._writableState||!r._writableState.objectMode)throw new Error("Transports must WritableStreams in objectMode. Set { objectMode: true }.");return this._onEvent("error",r),this._onEvent("warn",r),this.pipe(r),e.handleExceptions&&this.exceptions.handle(),e.handleRejections&&this.rejections.handle(),this}remove(e){if(!e)return this;let r=e;return(!xl(e)||e.log.length>2)&&(r=this.transports.filter(n=>n.transport===e)[0]),r&&this.unpipe(r),this}clear(){return this.unpipe(),this}close(){return this.exceptions.unhandle(),this.rejections.unhandle(),this.clear(),this.emit("close"),this}setLevels(){Zg.deprecated("setLevels")}query(e,r){typeof e=="function"&&(r=e,e={}),e=e||{};let n={},i=Object.assign({},e.query||{});function a(o,u){e.query&&typeof o.formatQuery=="function"&&(e.query=o.formatQuery(i)),o.query(e,(l,h)=>{if(l)return u(l);typeof o.formatResults=="function"&&(h=o.formatResults(h,e.format)),u(null,h)})}function s(o,u){a(o,(l,h)=>{u&&(h=l||h,h&&(n[o.name]=h),u()),u=null})}wl(this.transports.filter(o=>!!o.query),s,()=>r(null,n))}stream(e={}){let r=new Ug,n=[];return r._streams=n,r.destroy=()=>{let i=n.length;for(;i--;)n[i].destroy()},this.transports.filter(i=>!!i.stream).forEach(i=>{let a=i.stream(e);a&&(n.push(a),a.on("log",s=>{s.transport=s.transport||[],s.transport.push(i.name),r.emit("log",s)}),a.on("error",s=>{s.transport=s.transport||[],s.transport.push(i.name),r.emit("error",s)}))}),r}startTimer(){return new Jg(this)}profile(e,...r){let n=Date.now();if(this.profilers[e]){let i=this.profilers[e];delete this.profilers[e],typeof r[r.length-2]=="function"&&(console.warn("Callback function no longer supported as of winston@3.0.0"),r.pop());let a=typeof r[r.length-1]=="object"?r.pop():{};return a.level=a.level||"info",a.durationMs=n-i,a.message=a.message||e,this.write(a)}return this.profilers[e]=n,this}handleExceptions(...e){console.warn("Deprecated: .handleExceptions() will be removed in winston@4. Use .exceptions.handle()"),this.exceptions.handle(...e)}unhandleExceptions(...e){console.warn("Deprecated: .unhandleExceptions() will be removed in winston@4. Use .exceptions.unhandle()"),this.exceptions.unhandle(...e)}cli(){throw new Error(["Logger.cli() was removed in winston@3.0.0","Use a custom winston.formats.cli() instead.","See: https://github.com/winstonjs/winston/tree/master/UPGRADE-3.0.md"].join(`
31
- `))}_onEvent(e,r){function n(i){e==="error"&&!this.transports.includes(r)&&this.add(r),this.emit(e,i,r)}r["__winston"+e]||(r["__winston"+e]=n.bind(this),r.on(e,r["__winston"+e]))}_addDefaultMeta(e){this.defaultMeta&&Object.assign(e,this.defaultMeta)}};function wi(t,e){let r=t[e];return!r&&r!==0?null:r}Object.defineProperty(Ir.prototype,"transports",{configurable:!1,enumerable:!0,get(){let{pipes:t}=this._readableState;return Array.isArray(t)?t:[t].filter(Boolean)}});El.exports=Ir});var _i=c((mv,Sl)=>{"use strict";var{LEVEL:e0}=C(),t0=$r(),r0=Cr(),n0=Et()("winston:create-logger");function i0(t){return"is"+t.charAt(0).toUpperCase()+t.slice(1)+"Enabled"}Sl.exports=function(t={}){t.levels=t.levels||t0.npm.levels;class e extends r0{constructor(i){super(i)}}let r=new e(t);return Object.keys(t.levels).forEach(function(n){if(n0('Define prototype method for "%s"',n),n==="log"){console.warn('Level "log" not defined: conflicts with the method "log". Use a different level name.');return}e.prototype[n]=function(...i){let a=this||r;if(i.length===1){let[s]=i,o=s&&s.message&&s||{message:s};return o.level=o[e0]=n,a._addDefaultMeta(o),a.write(o),this||r}return i.length===0?(a.log(n,""),a):a.log(n,...i)},e.prototype[i0(n)]=function(){return(this||r).isLevelEnabled(n)}}),r}});var Rl=c((yv,Ml)=>{"use strict";var a0=_i();Ml.exports=class{constructor(e={}){this.loggers=new Map,this.options=e}add(e,r){if(!this.loggers.has(e)){r=Object.assign({},r||this.options);let n=r.transports||this.options.transports;n?r.transports=Array.isArray(n)?n.slice():[n]:r.transports=[];let i=a0(r);i.on("close",()=>this._delete(e)),this.loggers.set(e,i)}return this.loggers.get(e)}get(e,r){return this.add(e,r)}has(e){return!!this.loggers.has(e)}close(e){if(e)return this._removeLogger(e);this.loggers.forEach((r,n)=>this._removeLogger(n))}_removeLogger(e){if(!this.loggers.has(e))return;this.loggers.get(e).close(),this._delete(e)}_delete(e){this.loggers.delete(e)}}});var ql=c(L=>{"use strict";var Ol=cn(),{warn:qt}=hn();L.version=Qa().version;L.transports=Xu();L.config=$r();L.addColors=Ol.levels;L.format=Ol.format;L.createLogger=_i();L.Logger=Cr();L.ExceptionHandler=mi();L.RejectionHandler=yi();L.Container=Rl();L.Transport=Ke();L.loggers=new L.Container;var de=L.createLogger();Object.keys(L.config.npm.levels).concat(["log","query","stream","add","remove","clear","profile","startTimer","handleExceptions","unhandleExceptions","handleRejections","unhandleRejections","configure","child"]).forEach(t=>L[t]=(...e)=>de[t](...e));Object.defineProperty(L,"level",{get(){return de.level},set(t){de.level=t}});Object.defineProperty(L,"exceptions",{get(){return de.exceptions}});Object.defineProperty(L,"rejections",{get(){return de.rejections}});["exitOnError"].forEach(t=>{Object.defineProperty(L,t,{get(){return de[t]},set(e){de[t]=e}})});Object.defineProperty(L,"default",{get(){return{exceptionHandlers:de.exceptionHandlers,rejectionHandlers:de.rejectionHandlers,transports:de.transports}}});qt.deprecated(L,"setLevels");qt.forFunctions(L,"useFormat",["cli"]);qt.forProperties(L,"useFormat",["padLevels","stripColors"]);qt.forFunctions(L,"deprecated",["addRewriter","addFilter","clone","extend"]);qt.forProperties(L,"deprecated",["emitErrs","levelLength"])});var h0={};Il(h0,{default:()=>c0});module.exports=Bl(h0);var Ai=[{previous:"$semantic.typography.h1",next:[],description:"Deprecated"},{previous:"$semantic.typography.h2",next:[],description:"Deprecated"},{previous:"$semantic.typography.h3",next:[],description:"Deprecated"},{previous:"$semantic.typography.h4",next:["t10Bold","screenTitle"],description:"\uC904\uAC04\uACA9 -0.1px"},{previous:"$semantic.typography.title1Bold",next:["t9Bold"],description:"\uC904\uAC04\uACA9 -0.4px"},{previous:"$semantic.typography.title1Regular",next:[],description:"Deprecated"},{previous:"$semantic.typography.title2Bold",next:["t7Bold"]},{previous:"$semantic.typography.title2Regular",next:["t7Regular"]},{previous:"$semantic.typography.title3Bold",next:["t6Bold"],description:"\uC904\uAC04\uACA9 -0.3px"},{previous:"$semantic.typography.title3Regular",next:["t6Regular"]},{previous:"$semantic.typography.subtitle1Bold",next:["t5Bold"],description:"\uC904\uAC04\uACA9 +0.4px"},{previous:"$semantic.typography.subtitle1Regular",next:["t5Regular"],description:"\uC904\uAC04\uACA9 +0.4px"},{previous:"$semantic.typography.subtitle2Bold",next:["t4Bold"],description:"\uC904\uAC04\uACA9 +0.1px"},{previous:"$semantic.typography.subtitle2Regular",next:["t4Regular"],description:"\uC904\uAC04\uACA9 +0.1px"},{previous:"$semantic.typography.bodyL1Bold",next:["t5Bold"],description:"\uC904\uAC04\uACA9 -2px"},{previous:"$semantic.typography.bodyL1Regular",next:["articleBody"]},{previous:"$semantic.typography.bodyL2Bold",next:["t4Bold"],description:"\uC904\uAC04\uACA9 -2px"},{previous:"$semantic.typography.bodyL2Regular",next:[],alternative:["t4Regular"],description:"Deprecated"},{previous:"$semantic.typography.bodyM1Bold",next:["t5Bold"],description:"\uC904\uAC04\uACA9 +0.4px"},{previous:"$semantic.typography.bodyM1Regular",next:["t5Regular"],description:"\uC904\uAC04\uACA9 +0.4px"},{previous:"$semantic.typography.bodyM2Bold",next:["t4Bold"],description:"\uC904\uAC04\uACA9 +0.1px"},{previous:"$semantic.typography.bodyM2Regular",next:["t4Regular"],description:"\uC904\uAC04\uACA9 +0.1px"},{previous:"$semantic.typography.caption1Bold",next:["t3Bold"],description:"\uC904\uAC04\uACA9 -1.5px"},{previous:"$semantic.typography.caption1Regular",next:[],alternative:["t3Regular"],description:"Deprecated"},{previous:"$semantic.typography.caption2Bold",next:["t2Bold"],description:"\uC904\uAC04\uACA9 -0.2px"},{previous:"$semantic.typography.caption2Regular",next:["t2Regular"],description:"\uC904\uAC04\uACA9 -0.2px"},{previous:"$semantic.typography.label1Bold",next:["t6Bold"],description:"\uC904\uAC04\uACA9 -0.3px"},{previous:"$semantic.typography.label1Regular",next:["t6Regular"]},{previous:"$semantic.typography.label2Bold",next:["t5Bold"],description:"\uC904\uAC04\uACA9 +0.4px"},{previous:"$semantic.typography.label2Regular",next:["t5Regular"],description:"\uC904\uAC04\uACA9 +0.4px"},{previous:"$semantic.typography.label3Bold",next:["t4Bold"],description:"\uC904\uAC04\uACA9 +0.1px"},{previous:"$semantic.typography.label3Regular",next:["t4Regular"],description:"\uC904\uAC04\uACA9 +0.1px"},{previous:"$semantic.typography.label4Bold",next:["t2Bold"],description:"\uC904\uAC04\uACA9 -0.2px"},{previous:"$semantic.typography.label4Regular",next:["t2Regular"],description:"\uC904\uAC04\uACA9 -0.2px"},{previous:"$semantic.typography.label5Bold",next:["t1Bold"],description:"\uC904\uAC04\uACA9 +0.1px"},{previous:"$semantic.typography.label5Regular",next:["t1Regular"],description:"\uC904\uAC04\uACA9 +0.1px"},{previous:"$semantic.typography.label6Bold",next:[],alternative:["t1Bold"],description:"Deprecated"},{previous:"$semantic.typography.label6Regular",next:[],alternative:["t1Regular"],description:"Deprecated"}];var B=Fl(ql(),1);function Tl(t){let e=B.format.printf(({message:o,timestamp:u,metadata:l})=>{let{previousToken:h,nextToken:g,line:p}=l,v=p?`(line ${p})`:"";return`${u} ${o}: ${h} \u2192 ${g} ${v}`}),r=B.format.printf(({level:o,message:u,timestamp:l,failureReason:h,metadata:g})=>{let{previousToken:p,description:v}=g,f=v||h||"";return`${l} [${o.toUpperCase()}]: ${u}
32
- \u21B3 reason: ${p} ${f}`}),n=B.format.printf(({level:o,message:u,timestamp:l})=>`${l} [${o.toUpperCase()}]: ${u}`),i=(0,B.format)(o=>{let u=o.metadata;return(u==null?void 0:u.status)==="success"?o:!1}),a=(0,B.format)(o=>{let u=o.metadata;return(u==null?void 0:u.status)==="failure"||(u==null?void 0:u.status)==="warning"?o:!1}),s=(0,B.createLogger)({level:"debug",transports:[new B.transports.File({filename:`.report/${t}-success.log`,format:B.format.combine(i(),B.format.timestamp({format:"YYYY-MM-DD HH:mm:ss"}),e)}),new B.transports.File({filename:`.report/${t}-issues.log`,format:B.format.combine(a(),B.format.timestamp({format:"YYYY-MM-DD HH:mm:ss"}),r)}),new B.transports.File({filename:`.report/${t}-debug.log`,level:"debug",format:B.format.combine(B.format.timestamp({format:"YYYY-MM-DD HH:mm:ss"}),n)})]});return{logger:s,logTransformResult(o,u){let{status:l,failureReason:h,needsVerification:g,description:p,previousToken:v,nextToken:f}=u,m=l==="success"?"info":l==="warning"?"warn":"error",_=u.line?`(line: ${u.line})`:"";s.log({level:m,message:`${o} ${_}`,...h&&{failureReason:h},...p&&{description:p},metadata:u}),g&&l==="success"&&s.log({level:"warn",message:`${o} ${_}`,metadata:{previousToken:v,nextToken:f,status:"warning",description:p||"\uC0AC\uC6A9 \uD655\uC778 \uD544\uC694\uD55C \uD1A0\uD070\uC785\uB2C8\uB2E4",needsVerification:!0,line:u.line}})},startFile(o){s.debug(`Starting transformation of ${o}`)},finishFile(o){s.debug(`Finished transformation of ${o}`)}}}function s0(t){let e=t.startsWith("$")?t.substring(1):t;return e.startsWith("semantic.typography.")?e=`$${e}`:e.startsWith("$semantic.typography.")||(e=`$semantic.typography.${e}`),e}function o0(t){return typeof t!="string"?!1:!!(t.startsWith("$text")||[/body[LM][12](Regular|Bold)/,/title[123](Regular|Bold)/,/subtitle[12](Regular|Bold)/,/caption[12](Regular|Bold)/,/label[123456](Regular|Bold)/,/h[1234]/].some(r=>r.test(t)))}function u0(t){let e=s0(t),r=Ai.find(n=>n.previous===e);return r?r.next&&r.next.length>0?{token:r.next[0],source:"next",mapping:r}:r.alternative&&r.alternative.length>0?{token:r.alternative[0],source:"alternative",mapping:r}:{token:null,source:null,mapping:r}:{token:null,source:null,mapping:null}}function Ei(t,e,r,n,i){let a=t.properties;for(let s of a){if(s.type==="ObjectMethod"&&s.key.type==="Identifier"&&s.key.name==="variants"){l0(s,e,r,n,i);continue}s.type==="ObjectProperty"&&((s.key.type==="Identifier"&&s.key.name==="$text"||s.key.type==="StringLiteral"&&s.key.value==="$text")&&xi(s,e,r,n,i),s.value&&s.value.type==="ObjectExpression"&&Ei(s.value,e,r,n,i))}}function xi(t,e,r,n,i){var g,p;if(t.value.type!=="StringLiteral"&&(t.value.type!=="TemplateLiteral"||t.value.expressions.length>0))return;let a;t.value.type==="StringLiteral"?a=t.value.value:a=t.value.quasis[0].value.raw;let s=`${a}-${((g=t.loc)==null?void 0:g.start.line)||0}`;if(n.has(s)||!o0(a))return;n.add(s);let{token:o,source:u,mapping:l}=u0(a),h=(p=t.loc)==null?void 0:p.start.line;o?(t.value.type==="StringLiteral"?t.value.value=o:(t.value.quasis[0].value.raw=o,t.value.quasis[0].value.cooked=o),u==="alternative"?e.logTransformResult(r,{previousToken:a,nextToken:o,line:h,status:"warning",failureReason:"Used alternative mapping"}):e.logTransformResult(r,{previousToken:a,nextToken:o,line:h,status:"success"}),h&&i.set(s,{previous:a,next:o,line:h})):l?e.logTransformResult(r,{previousToken:a,nextToken:null,line:h,status:"warning",failureReason:"No mapping found"}):e.logTransformResult(r,{previousToken:a,nextToken:null,line:h,status:"warning",failureReason:"No mapping found"})}function l0(t,e,r,n,i){if(t.body.type!=="BlockStatement")return;let a=t.body.body.find(s=>s.type==="ReturnStatement");!a||!a.argument||a.argument.type!=="ObjectExpression"||Ei(a.argument,e,r,n,i)}var f0=(t,e)=>{let r=e.jscodeshift,n=t.path,i=t.source;if(!i||i.trim()==="")return i;let a=Tl("replace-stitches-typography");a.startFile(n);try{let s=r(i),o=new Set,u=new Map;return s.find(r.CallExpression,{callee:{name:"styled"}}).forEach(l=>{let h=l.node.arguments[1];h&&h.type==="ObjectExpression"&&Ei(h,a,n,o,u)}),s.find(r.ObjectProperty,{key:{type:"Identifier",name:"$text"}}).forEach(l=>{xi(l.node,a,n,o,u)}),s.find(r.ObjectProperty,{key:{type:"StringLiteral",value:"$text"}}).forEach(l=>{xi(l.node,a,n,o,u)}),a.finishFile(n),s.toSource()}catch(s){return a.logger.error(`Error processing ${n}: ${s}`),i}},c0=f0;
31
+ `))}_onEvent(e,r){function n(i){e==="error"&&!this.transports.includes(r)&&this.add(r),this.emit(e,i,r)}r["__winston"+e]||(r["__winston"+e]=n.bind(this),r.on(e,r["__winston"+e]))}_addDefaultMeta(e){this.defaultMeta&&Object.assign(e,this.defaultMeta)}};function wi(t,e){let r=t[e];return!r&&r!==0?null:r}Object.defineProperty(Ir.prototype,"transports",{configurable:!1,enumerable:!0,get(){let{pipes:t}=this._readableState;return Array.isArray(t)?t:[t].filter(Boolean)}});El.exports=Ir});var _i=c((mv,Sl)=>{"use strict";var{LEVEL:e0}=C(),t0=$r(),r0=Cr(),n0=Et()("winston:create-logger");function i0(t){return"is"+t.charAt(0).toUpperCase()+t.slice(1)+"Enabled"}Sl.exports=function(t={}){t.levels=t.levels||t0.npm.levels;class e extends r0{constructor(i){super(i)}}let r=new e(t);return Object.keys(t.levels).forEach(function(n){if(n0('Define prototype method for "%s"',n),n==="log"){console.warn('Level "log" not defined: conflicts with the method "log". Use a different level name.');return}e.prototype[n]=function(...i){let a=this||r;if(i.length===1){let[s]=i,o=s&&s.message&&s||{message:s};return o.level=o[e0]=n,a._addDefaultMeta(o),a.write(o),this||r}return i.length===0?(a.log(n,""),a):a.log(n,...i)},e.prototype[i0(n)]=function(){return(this||r).isLevelEnabled(n)}}),r}});var Rl=c((yv,Ml)=>{"use strict";var a0=_i();Ml.exports=class{constructor(e={}){this.loggers=new Map,this.options=e}add(e,r){if(!this.loggers.has(e)){r=Object.assign({},r||this.options);let n=r.transports||this.options.transports;n?r.transports=Array.isArray(n)?n.slice():[n]:r.transports=[];let i=a0(r);i.on("close",()=>this._delete(e)),this.loggers.set(e,i)}return this.loggers.get(e)}get(e,r){return this.add(e,r)}has(e){return!!this.loggers.has(e)}close(e){if(e)return this._removeLogger(e);this.loggers.forEach((r,n)=>this._removeLogger(n))}_removeLogger(e){if(!this.loggers.has(e))return;this.loggers.get(e).close(),this._delete(e)}_delete(e){this.loggers.delete(e)}}});var ql=c(L=>{"use strict";var Ol=cn(),{warn:qt}=hn();L.version=Qa().version;L.transports=Xu();L.config=$r();L.addColors=Ol.levels;L.format=Ol.format;L.createLogger=_i();L.Logger=Cr();L.ExceptionHandler=mi();L.RejectionHandler=yi();L.Container=Rl();L.Transport=Ke();L.loggers=new L.Container;var de=L.createLogger();Object.keys(L.config.npm.levels).concat(["log","query","stream","add","remove","clear","profile","startTimer","handleExceptions","unhandleExceptions","handleRejections","unhandleRejections","configure","child"]).forEach(t=>L[t]=(...e)=>de[t](...e));Object.defineProperty(L,"level",{get(){return de.level},set(t){de.level=t}});Object.defineProperty(L,"exceptions",{get(){return de.exceptions}});Object.defineProperty(L,"rejections",{get(){return de.rejections}});["exitOnError"].forEach(t=>{Object.defineProperty(L,t,{get(){return de[t]},set(e){de[t]=e}})});Object.defineProperty(L,"default",{get(){return{exceptionHandlers:de.exceptionHandlers,rejectionHandlers:de.rejectionHandlers,transports:de.transports}}});qt.deprecated(L,"setLevels");qt.forFunctions(L,"useFormat",["cli"]);qt.forProperties(L,"useFormat",["padLevels","stripColors"]);qt.forFunctions(L,"deprecated",["addRewriter","addFilter","clone","extend"]);qt.forProperties(L,"deprecated",["emitErrs","levelLength"])});var h0={};Il(h0,{default:()=>c0});module.exports=Bl(h0);var Ai=[{previous:"$semantic.typography.h1",next:[],description:"Deprecated"},{previous:"$semantic.typography.h2",next:[],description:"Deprecated"},{previous:"$semantic.typography.h3",next:[],description:"Deprecated"},{previous:"$semantic.typography.h4",next:["t10Bold","screenTitle"],description:"\uC904\uAC04\uACA9 -0.1px"},{previous:"$semantic.typography.title1Bold",next:["t9Bold"],description:"\uC904\uAC04\uACA9 -0.4px"},{previous:"$semantic.typography.title1Regular",next:[],description:"Deprecated"},{previous:"$semantic.typography.title2Bold",next:["t7Bold"]},{previous:"$semantic.typography.title2Regular",next:["t7Regular"]},{previous:"$semantic.typography.title3Bold",next:["t6Bold"],description:"\uC904\uAC04\uACA9 -0.3px"},{previous:"$semantic.typography.title3Regular",next:["t6Regular"]},{previous:"$semantic.typography.subtitle1Bold",next:["t5Bold"],description:"\uC904\uAC04\uACA9 +0.4px"},{previous:"$semantic.typography.subtitle1Regular",next:["t5Regular"],description:"\uC904\uAC04\uACA9 +0.4px"},{previous:"$semantic.typography.subtitle2Bold",next:["t4Bold"],description:"\uC904\uAC04\uACA9 +0.1px"},{previous:"$semantic.typography.subtitle2Regular",next:["t4Regular"],description:"\uC904\uAC04\uACA9 +0.1px"},{previous:"$semantic.typography.bodyL1Bold",next:["t5Bold"],description:"\uC904\uAC04\uACA9 -2px"},{previous:"$semantic.typography.bodyL1Regular",next:["articleBody"]},{previous:"$semantic.typography.bodyL2Bold",next:["t4Bold"],description:"\uC904\uAC04\uACA9 -2px"},{previous:"$semantic.typography.bodyL2Regular",next:[],alternative:["t4Regular"],description:"Deprecated"},{previous:"$semantic.typography.bodyM1Bold",next:["t5Bold"],description:"\uC904\uAC04\uACA9 +0.4px"},{previous:"$semantic.typography.bodyM1Regular",next:["t5Regular"],description:"\uC904\uAC04\uACA9 +0.4px"},{previous:"$semantic.typography.bodyM2Bold",next:["t4Bold"],description:"\uC904\uAC04\uACA9 +0.1px"},{previous:"$semantic.typography.bodyM2Regular",next:["t4Regular"],description:"\uC904\uAC04\uACA9 +0.1px"},{previous:"$semantic.typography.caption1Bold",next:["t3Bold"],description:"\uC904\uAC04\uACA9 -1.5px"},{previous:"$semantic.typography.caption1Regular",next:[],alternative:["t3Regular"],description:"Deprecated"},{previous:"$semantic.typography.caption2Bold",next:["t2Bold"],description:"\uC904\uAC04\uACA9 -0.2px"},{previous:"$semantic.typography.caption2Regular",next:["t2Regular"],description:"\uC904\uAC04\uACA9 -0.2px"},{previous:"$semantic.typography.label1Bold",next:["t6Bold"],description:"\uC904\uAC04\uACA9 -0.3px"},{previous:"$semantic.typography.label1Regular",next:["t6Regular"]},{previous:"$semantic.typography.label2Bold",next:["t5Bold"],description:"\uC904\uAC04\uACA9 +0.4px"},{previous:"$semantic.typography.label2Regular",next:["t5Regular"],description:"\uC904\uAC04\uACA9 +0.4px"},{previous:"$semantic.typography.label3Bold",next:["t4Bold"],description:"\uC904\uAC04\uACA9 +0.1px"},{previous:"$semantic.typography.label3Regular",next:["t4Regular"],description:"\uC904\uAC04\uACA9 +0.1px"},{previous:"$semantic.typography.label4Bold",next:["t2Bold"],description:"\uC904\uAC04\uACA9 -0.2px"},{previous:"$semantic.typography.label4Regular",next:["t2Regular"],description:"\uC904\uAC04\uACA9 -0.2px"},{previous:"$semantic.typography.label5Bold",next:["t1Bold"],description:"\uC904\uAC04\uACA9 +0.1px"},{previous:"$semantic.typography.label5Regular",next:["t1Regular"],description:"\uC904\uAC04\uACA9 +0.1px"},{previous:"$semantic.typography.label6Bold",next:[],alternative:["t1Bold"],description:"Deprecated"},{previous:"$semantic.typography.label6Regular",next:[],alternative:["t1Regular"],description:"Deprecated"}];var B=Fl(ql());function Tl(t){let e=B.format.printf(({message:o,timestamp:u,metadata:l})=>{let{previousToken:h,nextToken:g,line:p}=l,v=p?`(line ${p})`:"";return`${u} ${o}: ${h} \u2192 ${g} ${v}`}),r=B.format.printf(({level:o,message:u,timestamp:l,failureReason:h,metadata:g})=>{let{previousToken:p,description:v}=g,f=v||h||"";return`${l} [${o.toUpperCase()}]: ${u}
32
+ \u21B3 reason: ${p} ${f}`}),n=B.format.printf(({level:o,message:u,timestamp:l})=>`${l} [${o.toUpperCase()}]: ${u}`),i=(0,B.format)(o=>{let u=o.metadata;return(u==null?void 0:u.status)==="success"?o:!1}),a=(0,B.format)(o=>{let u=o.metadata;return(u==null?void 0:u.status)==="failure"||(u==null?void 0:u.status)==="warning"?o:!1}),s=(0,B.createLogger)({level:"debug",transports:[new B.transports.File({filename:`.report/${t}-success.log`,format:B.format.combine(i(),B.format.timestamp({format:"YYYY-MM-DD HH:mm:ss"}),e)}),new B.transports.File({filename:`.report/${t}-issues.log`,format:B.format.combine(a(),B.format.timestamp({format:"YYYY-MM-DD HH:mm:ss"}),r)}),new B.transports.File({filename:`.report/${t}-debug.log`,level:"debug",format:B.format.combine(B.format.timestamp({format:"YYYY-MM-DD HH:mm:ss"}),n)})]});return{logger:s,logTransformResult(o,u){let{status:l,failureReason:h,needsVerification:g,description:p,previousToken:v,nextToken:f}=u,m=l==="success"?"info":l==="warning"?"warn":"error",_=u.line?`(line: ${u.line})`:"";s.log({level:m,message:`${o} ${_}`,...h&&{failureReason:h},...p&&{description:p},metadata:u}),g&&l==="success"&&s.log({level:"warn",message:`${o} ${_}`,metadata:{previousToken:v,nextToken:f,status:"warning",description:p||"\uC0AC\uC6A9 \uD655\uC778 \uD544\uC694\uD55C \uD1A0\uD070\uC785\uB2C8\uB2E4",needsVerification:!0,line:u.line}})},startFile(o){s.debug(`Starting transformation of ${o}`)},finishFile(o){s.debug(`Finished transformation of ${o}`)}}}function s0(t){let e=t.startsWith("$")?t.substring(1):t;return e.startsWith("semantic.typography.")?e=`$${e}`:e.startsWith("$semantic.typography.")||(e=`$semantic.typography.${e}`),e}function o0(t){return typeof t!="string"?!1:!!(t.startsWith("$text")||[/body[LM][12](Regular|Bold)/,/title[123](Regular|Bold)/,/subtitle[12](Regular|Bold)/,/caption[12](Regular|Bold)/,/label[123456](Regular|Bold)/,/h[1234]/].some(r=>r.test(t)))}function u0(t){let e=s0(t),r=Ai.find(n=>n.previous===e);return r?r.next&&r.next.length>0?{token:r.next[0],source:"next",mapping:r}:r.alternative&&r.alternative.length>0?{token:r.alternative[0],source:"alternative",mapping:r}:{token:null,source:null,mapping:r}:{token:null,source:null,mapping:null}}function Ei(t,e,r,n,i){let a=t.properties;for(let s of a){if(s.type==="ObjectMethod"&&s.key.type==="Identifier"&&s.key.name==="variants"){l0(s,e,r,n,i);continue}s.type==="ObjectProperty"&&((s.key.type==="Identifier"&&s.key.name==="$text"||s.key.type==="StringLiteral"&&s.key.value==="$text")&&xi(s,e,r,n,i),s.value&&s.value.type==="ObjectExpression"&&Ei(s.value,e,r,n,i))}}function xi(t,e,r,n,i){var g,p;if(t.value.type!=="StringLiteral"&&(t.value.type!=="TemplateLiteral"||t.value.expressions.length>0))return;let a;t.value.type==="StringLiteral"?a=t.value.value:a=t.value.quasis[0].value.raw;let s=`${a}-${((g=t.loc)==null?void 0:g.start.line)||0}`;if(n.has(s)||!o0(a))return;n.add(s);let{token:o,source:u,mapping:l}=u0(a),h=(p=t.loc)==null?void 0:p.start.line;o?(t.value.type==="StringLiteral"?t.value.value=o:(t.value.quasis[0].value.raw=o,t.value.quasis[0].value.cooked=o),u==="alternative"?e.logTransformResult(r,{previousToken:a,nextToken:o,line:h,status:"warning",failureReason:"Used alternative mapping"}):e.logTransformResult(r,{previousToken:a,nextToken:o,line:h,status:"success"}),h&&i.set(s,{previous:a,next:o,line:h})):l?e.logTransformResult(r,{previousToken:a,nextToken:null,line:h,status:"warning",failureReason:"No mapping found"}):e.logTransformResult(r,{previousToken:a,nextToken:null,line:h,status:"warning",failureReason:"No mapping found"})}function l0(t,e,r,n,i){if(t.body.type!=="BlockStatement")return;let a=t.body.body.find(s=>s.type==="ReturnStatement");!a||!a.argument||a.argument.type!=="ObjectExpression"||Ei(a.argument,e,r,n,i)}var f0=(t,e)=>{let r=e.jscodeshift,n=t.path,i=t.source;if(!i||i.trim()==="")return i;let a=Tl("replace-stitches-styled-typography");a.startFile(n);try{let s=r(i),o=new Set,u=new Map;return s.find(r.CallExpression,{callee:{name:"styled"}}).forEach(l=>{let h=l.node.arguments[1];h&&h.type==="ObjectExpression"&&Ei(h,a,n,o,u)}),s.find(r.ObjectProperty,{key:{type:"Identifier",name:"$text"}}).forEach(l=>{xi(l.node,a,n,o,u)}),s.find(r.ObjectProperty,{key:{type:"StringLiteral",value:"$text"}}).forEach(l=>{xi(l.node,a,n,o,u)}),a.finishFile(n),s.toSource()}catch(s){return a.logger.error(`Error processing ${n}: ${s}`),i}},c0=f0;
33
33
  /*! Bundled license information:
34
34
 
35
35
  safe-buffer/index.js: