@seed-design/codemod 0.0.24 → 0.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/index.cjs +37 -37
- package/bin/transforms/replace-css-seed-design-color-variable/index.js +1 -1
- package/bin/transforms/replace-custom-imported-typography-variable/index.js +24 -24
- package/bin/transforms/replace-custom-seed-design-color/index.js +8 -8
- package/bin/transforms/replace-custom-seed-design-typography/index.js +1 -1
- package/bin/transforms/replace-stitches-styled-color/index.js +1 -1
- package/bin/transforms/replace-tailwind-color/index.js +19 -19
- package/package.json +2 -2
@@ -28,7 +28,7 @@ ${S}`),m.pop(),`{${k}}`}case"number":return isFinite(c)?String(c):e?e(c):"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:Lc.loadavg(),uptime:Lc.uptime()}}getTrace(e){return(e?Rc.parse(e):Rc.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 lv(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(){Ci("doExit",i),Ci("process._exiting",process._exiting),i&&!process._exiting&&(o&&clearTimeout(o),process.exit(1))}if(!n||n.length===0)return process.nextTick(a);av(n,(s,l)=>{let u=sv(l),p=s.transport||s;function g(f){return()=>{Ci(f),u()}}p._ending=!0,p.once("finish",g("finished")),p.once("error",g("error"))},()=>i&&a()),this.logger.log(t),i&&(o=setTimeout(a,3e3))}_getExceptionHandlers(){return this.logger.transports.filter(e=>(e.transport||e).handleExceptions)}}});var $c=h((Ym,_c)=>{"use strict";var{Writable:cv}=Pe();_c.exports=class extends cv{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 Ti=h((Zm,Ec)=>{"use strict";var Tc=require("os"),uv=Vt(),$i=Tr()("winston:rejection"),fv=Li(),kc=Ri(),pv=$c();Ec.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:Tc.loadavg(),uptime:Tc.uptime()}}getTrace(e){return(e?kc.parse(e):kc.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 pv(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(){$i("doExit",i),$i("process._exiting",process._exiting),i&&!process._exiting&&(o&&clearTimeout(o),process.exit(1))}if(!n||n.length===0)return process.nextTick(a);uv(n,(s,l)=>{let u=fv(l),p=s.transport||s;function g(f){return()=>{$i(f),u()}}p._ending=!0,p.once("finish",g("finished")),p.once("error",g("error"))},()=>i&&a()),this.logger.log(t),i&&(o=setTimeout(a,3e3))}_getRejectionHandlers(){return this.logger.transports.filter(e=>(e.transport||e).handleRejections)}}});var Mc=h((Jm,Fc)=>{"use strict";var ki=class{constructor(e){let t=zt();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)}};Fc.exports=ki});var zt=h((Qm,qc)=>{"use strict";var{Stream:hv,Transform:dv}=Pe(),Ac=Vt(),{LEVEL:pe,SPLAT:Oc}=N(),Pc=wi(),gv=_i(),vv=Ti(),mv=Xn(),yv=Mc(),{warn:Iv}=Sn(),bv=Nt(),xv=/%[scdjifoO%]/g,Ut=class extends dv{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:u,formatters:p,padLevels:g,rewriters:f,stripColors:d,exceptionHandlers:c,rejectionHandlers:m}={}){if(this.transports.length&&this.clear(),this.silent=e,this.format=t||this.format||mn()(),this.defaultMeta=n||null,this.levels=i||this.levels||bv.npm.levels,this.level=o,this.exceptions&&this.exceptions.unhandle(),this.rejections&&this.rejections.unhandle(),this.exceptions=new gv(this),this.rejections=new vv(this),this.profilers={},this.exitOnError=a,s&&(s=Array.isArray(s)?s:[s],s.forEach(v=>this.add(v))),l||u||p||g||f||d)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
|
`));c&&this.exceptions.handle(c),m&&this.rejections.handle(m)}isLevelEnabled(e){let t=Ei(this.levels,e);if(t===null)return!1;let n=Ei(this.levels,this.level);return n===null?!1:!this.transports||this.transports.length===0?n>=t:this.transports.findIndex(o=>{let a=Ei(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(xv))){let a=Object.assign({},this.defaultMeta,i,{[pe]:e,[Oc]: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,[Oc]: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();Ac(t,(n,i)=>{if(!n||n.finished)return setImmediate(i);n.once("finish",i),n.end()},e)}add(e){let t=!Pc(e)||e.log.length>2?new mv({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(!Pc(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(){Iv.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,(u,p)=>{if(u)return l(u);typeof s.formatResults=="function"&&(p=s.formatResults(p,e.format)),l(null,p)})}function a(s,l){o(s,(u,p)=>{l&&(p=u||p,p&&(n[s.name]=p),l()),l=null})}Ac(this.transports.filter(s=>!!s.query),a,()=>t(null,n))}stream(e={}){let t=new hv,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 yv(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 Ei(r,e){let t=r[e];return!t&&t!==0?null:t}Object.defineProperty(Ut.prototype,"transports",{configurable:!1,enumerable:!0,get(){let{pipes:r}=this._readableState;return Array.isArray(r)?r:[r].filter(Boolean)}});qc.exports=Ut});var Fi=h((Xm,Dc)=>{"use strict";var{LEVEL:wv}=N(),Sv=Nt(),Lv=zt(),Rv=Tr()("winston:create-logger");function Cv(r){return"is"+r.charAt(0).toUpperCase()+r.slice(1)+"Enabled"}Dc.exports=function(r={}){r.levels=r.levels||Sv.npm.levels;class e extends Lv{constructor(i){super(i)}}let t=new e(r);return Object.keys(r.levels).forEach(function(n){if(Rv('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[wv]=n,o._addDefaultMeta(s),o.write(s),this||t}return i.length===0?(o.log(n,""),o):o.log(n,...i)},e.prototype[Cv(n)]=function(){return(this||t).isLevelEnabled(n)}}),t}});var jc=h((ry,Nc)=>{"use strict";var _v=Fi();Nc.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=_v(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 Hc=h(O=>{"use strict";var Bc=wn(),{warn:Ar}=Sn();O.version=ha().version;O.transports=hc();O.config=Nt();O.addColors=Bc.levels;O.format=Bc.format;O.createLogger=Fi();O.Logger=zt();O.ExceptionHandler=_i();O.RejectionHandler=Ti();O.Container=jc();O.Transport=Je();O.loggers=new O.Container;var he=O.createLogger();Object.keys(O.config.npm.levels).concat(["log","query","stream","add","remove","clear","profile","startTimer","handleExceptions","unhandleExceptions","handleRejections","unhandleRejections","configure","child"]).forEach(r=>O[r]=(...e)=>he[r](...e));Object.defineProperty(O,"level",{get(){return he.level},set(r){he.level=r}});Object.defineProperty(O,"exceptions",{get(){return he.exceptions}});Object.defineProperty(O,"rejections",{get(){return he.rejections}});["exitOnError"].forEach(r=>{Object.defineProperty(O,r,{get(){return he[r]},set(e){he[r]=e}})});Object.defineProperty(O,"default",{get(){return{exceptionHandlers:he.exceptionHandlers,rejectionHandlers:he.rejectionHandlers,transports:he.transports}}});Ar.deprecated(O,"setLevels");Ar.forFunctions(O,"useFormat",["cli"]);Ar.forProperties(O,"useFormat",["padLevels","stripColors"]);Ar.forFunctions(O,"deprecated",["addRewriter","addFilter","clone","extend"]);Ar.forProperties(O,"deprecated",["emitErrs","levelLength"])});var Hv={};au(Hv,{default:()=>Bv});module.exports=lu(Hv);var Be=[{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"]}],ar=[{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"]}],sr=[{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"]}],Jt=[...Be,...ar,...sr];var Wi=[{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."}],Vi=[{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"]}],cu=[...Wi,...Vi];var V=su(Hc());function Wc(r){let e=V.format.printf(({message:s,timestamp:l,metadata:u})=>{let{previousToken:p,nextToken:g,line:f}=u,d=f?`(line ${f})`:"";return`${l} ${s}: ${p} \u2192 ${g} ${d}`}),t=V.format.printf(({level:s,message:l,timestamp:u,failureReason:p,metadata:g})=>{let{previousToken:f,description:d}=g,c=d||p||"";return`${u} [${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 Ei(r,e){let t=r[e];return!t&&t!==0?null:t}Object.defineProperty(Ut.prototype,"transports",{configurable:!1,enumerable:!0,get(){let{pipes:r}=this._readableState;return Array.isArray(r)?r:[r].filter(Boolean)}});qc.exports=Ut});var Fi=h((Xm,Dc)=>{"use strict";var{LEVEL:wv}=N(),Sv=Nt(),Lv=zt(),Rv=Tr()("winston:create-logger");function Cv(r){return"is"+r.charAt(0).toUpperCase()+r.slice(1)+"Enabled"}Dc.exports=function(r={}){r.levels=r.levels||Sv.npm.levels;class e extends Lv{constructor(i){super(i)}}let t=new e(r);return Object.keys(r.levels).forEach(function(n){if(Rv('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[wv]=n,o._addDefaultMeta(s),o.write(s),this||t}return i.length===0?(o.log(n,""),o):o.log(n,...i)},e.prototype[Cv(n)]=function(){return(this||t).isLevelEnabled(n)}}),t}});var jc=h((ry,Nc)=>{"use strict";var _v=Fi();Nc.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=_v(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 Hc=h(O=>{"use strict";var Bc=wn(),{warn:Ar}=Sn();O.version=ha().version;O.transports=hc();O.config=Nt();O.addColors=Bc.levels;O.format=Bc.format;O.createLogger=Fi();O.Logger=zt();O.ExceptionHandler=_i();O.RejectionHandler=Ti();O.Container=jc();O.Transport=Je();O.loggers=new O.Container;var he=O.createLogger();Object.keys(O.config.npm.levels).concat(["log","query","stream","add","remove","clear","profile","startTimer","handleExceptions","unhandleExceptions","handleRejections","unhandleRejections","configure","child"]).forEach(r=>O[r]=(...e)=>he[r](...e));Object.defineProperty(O,"level",{get(){return he.level},set(r){he.level=r}});Object.defineProperty(O,"exceptions",{get(){return he.exceptions}});Object.defineProperty(O,"rejections",{get(){return he.rejections}});["exitOnError"].forEach(r=>{Object.defineProperty(O,r,{get(){return he[r]},set(e){he[r]=e}})});Object.defineProperty(O,"default",{get(){return{exceptionHandlers:he.exceptionHandlers,rejectionHandlers:he.rejectionHandlers,transports:he.transports}}});Ar.deprecated(O,"setLevels");Ar.forFunctions(O,"useFormat",["cli"]);Ar.forProperties(O,"useFormat",["padLevels","stripColors"]);Ar.forFunctions(O,"deprecated",["addRewriter","addFilter","clone","extend"]);Ar.forProperties(O,"deprecated",["emitErrs","levelLength"])});var Hv={};au(Hv,{default:()=>Bv});module.exports=lu(Hv);var Be=[{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"]}],ar=[{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"]}],sr=[{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"]}],Jt=[...Be,...ar,...sr];var Wi=[{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."}],Vi=[{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"}],cu=[...Wi,...Vi];var V=su(Hc());function Wc(r){let e=V.format.printf(({message:s,timestamp:l,metadata:u})=>{let{previousToken:p,nextToken:g,line:f}=u,d=f?`(line ${f})`:"";return`${l} ${s}: ${p} \u2192 ${g} ${d}`}),t=V.format.printf(({level:s,message:l,timestamp:u,failureReason:p,metadata:g})=>{let{previousToken:f,description:d}=g,c=d||p||"";return`${u} [${s.toUpperCase()}]: ${l}
|
32
32
|
\u21B3 reason: ${f} ${c}`}),n=V.format.printf(({level:s,message:l,timestamp:u})=>`${u} [${s.toUpperCase()}]: ${l}`),i=(0,V.format)(s=>{let l=s.metadata;return(l==null?void 0:l.status)==="success"?s:!1}),o=(0,V.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,V.createLogger)({level:"debug",transports:[new V.transports.File({filename:`.report/${r}-success.log`,format:V.format.combine(i(),V.format.timestamp({format:"YYYY-MM-DD HH:mm:ss"}),e)}),new V.transports.File({filename:`.report/${r}-issues.log`,format:V.format.combine(o(),V.format.timestamp({format:"YYYY-MM-DD HH:mm:ss"}),t)}),new V.transports.File({filename:`.report/${r}-debug.log`,level:"debug",format:V.format.combine(V.format.timestamp({format:"YYYY-MM-DD HH:mm:ss"}),n)})]});return{logger:a,logTransformResult(s,l){let{status:u,failureReason:p,needsVerification:g,description:f,previousToken:d,nextToken:c}=l,m=u==="success"?"info":u==="warning"?"warn":"error",v=l.line?`(line: ${l.line})`:"";a.log({level:m,message:`${s} ${v}`,...p&&{failureReason:p},...f&&{description:f},metadata:l}),g&&u==="success"&&a.log({level:"warn",message:`${s} ${v}`,metadata:{previousToken:d,nextToken:c,status:"warning",description:f||"\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 Or={text:["color","textColor","textDecorationColor","textEmphasisColor","caretColor","webkitTextFillColor","webkitTextStrokeColor","currentColor","cue","cueAfter","cueBefore","cursor","markColor","spellingErrorColor","grammarErrorColor","textFillColor","textStrokeColor","footnoteColor","rubyColor","markerForeground","scrollbarThumbColor","caretColor","selectionColor","marks"],background:["background","backgroundColor","backgroundImage","backgroundBlendMode","webkitBackgroundClip","webkitBackgroundOrigin","webkitBackgroundSize","gradient","gradientImage","pageBackgroundColor","breakColor","columnRuleColor","canvasBackground","layerBackground","counterFillColor","markerBackground","scrollbarColor","scrollbarButtonColor","scrollbarTrackColor","scrollbarTrackPieceColor","highlightBackground","screenBackgroundColor","printBackgroundColor"],border:["borderColor","borderTopColor","borderRightColor","borderBottomColor","borderLeftColor","borderBlockColor","borderBlockEndColor","borderBlockStartColor","borderInlineColor","borderInlineEndColor","borderInlineStartColor","border","borderTop","borderRight","borderBottom","borderLeft","borderBlock","borderBlockEnd","borderBlockStart","borderInline","borderInlineEnd","borderInlineStart","columnRuleColor","gridColumnRule","gridRowRule","outlineButton","outlineFieldset","outlineMenu","outlineWindow","rubyOverhang","scrollbarArrowColor","scrollbarBaseColor","scrollbarDarkShadowColor","scrollbarFaceColor","scrollbarHighlightColor","scrollbarShadowColor","scrollbarBorderColor","windowFrame"],outline:["outlineColor","outline","outlineFocus","outlineOffset","focusOutlineColor","focusRingColor"],shadow:["boxShadow","textShadow","dropShadow","webkitBoxShadow","mozBoxShadow","shadowColor","textShadowColor"],svg:["fill","fillColor","stroke","floodColor","lightingColor","stopColor","colorInterpolation","colorInterpolationFilters","colorProfile","colorRendering","marker","markerEnd","markerMid","markerStart","paintOrder","shapeRendering","strokeColor","strokeDashcolor","strokeLinecap","strokeLinejoin","strokeOpacity","vectorEffect"],misc:["accentColor","scrollbarColor","columnRuleColor","textDecoration","maskColor","maskBorderColor","outlineOffset","filter","backdropFilter","appearance","containerType","colorScheme","contentVisibility","counterIncrement","counterReset","counterSet","forcedColorAdjust","imageRendering","isolation","mixBlendMode","objectFit","opacity","perspective","perspectiveOrigin","printColorAdjust","quotes","resize","tabSize","unicodeBidi","willChange","writingMode","zoom","colorGamut","colorScheme","invertedColors","prefersColorScheme"]},$v=[...Or.background,...Or.svg.filter(r=>r!=="fill"&&r!=="fillColor"),"backgroundColor","backgroundImage"],Tv=[...Or.text,"color","fill","fillColor"],kv=[...Or.border,...Or.outline,"stroke","borderColor","outlineColor"];function Ev(r){return!r||r==="fill"||r==="fillColor"?!1:r==="backgroundColor"||r==="background"||r==="backgroundImage"?!0:$v.includes(r)}function Fv(r){return r?Tv.includes(r):!1}function Mv(r){return r?kv.includes(r):!1}function Vc(r){return r?Mv(r)?"stroke":Fv(r)?"fg":Ev(r)?"bg":"palette":"palette"}function zc(r){return"node"in r}function Uc(r){var n,i,o,a,s;let e=null,t=null;if(zc(r)){if(!((n=r.parent)!=null&&n.node))return;e=r.parent.node,t=(i=r.parent.parent)==null?void 0:i.node}else if(r.length>0){let l=r.get(0);zc(l)&&((o=l.parent)!=null&&o.node)&&(e=l.parent.node,t=(a=l.parent.parent)==null?void 0:a.node)}if(e){if(e.type==="Property"&&e.key){if(e.key.type==="Identifier")return e.key.name;if(e.key.type==="StringLiteral")return e.key.value}if(e.type==="JSXAttribute"&&e.name)return e.name.name;if(e.type==="AssignmentExpression"&&((s=e.left)==null?void 0:s.type)==="MemberExpression"&&e.left.property){let l=e.left.property;if(l.type==="Identifier")return l.name;if(l.type==="StringLiteral")return l.value}if((t==null?void 0:t.type)==="Property"&&t.key){if(t.key.type==="Identifier")return t.key.name;if(t.key.type==="StringLiteral")return t.key.value}}}var Gt={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"]},Av=Object.values(Gt).flat(),Gc=[...Gt.border,...Gt.outline,...Gt.shadow,"textDecoration"];function Oi(r){return r.replace(/-([a-z0-9])/g,(e,t)=>t.toUpperCase())}function nr(r){let e=r.replace(/([A-Z])/g,"-$1").toLowerCase();return e=e.replace(/([a-z])(\d+)/g,"$1-$2"),e}function Pi(r){return/[A-Z]/.test(r)||/[a-z]\d+/.test(r)?nr(r):r}function Yt(r){let e=r.replace(/\s*!important\s*$/i,"").trim();return e.startsWith("$")?e.endsWith("-semantic")||e.endsWith("-static")||e.startsWith("$semantic-")||e.startsWith("$scale-")||e.startsWith("$static-")||/^\$([a-zA-Z]+)(\d+)$/.test(e)||/^\$([a-zA-Z]+)[A-Z][a-zA-Z]*(\d+)$/.test(e)||/^\$([a-zA-Z]+[A-Za-z]*)(\d+)-static$/.test(e)||/^\$([a-zA-Z]+)[A-Z][a-zA-Z]*(\d+)-static$/.test(e)?!0:(e.startsWith("$palette-")||e.startsWith("$bg-")||e.startsWith("$fg-")||e.startsWith("$stroke-"),!1):!1}function Yc(r){let e=r.startsWith("$")?r.substring(1):r;if(e.startsWith("semantic-")){let n=e.replace(/^semantic-/,"");return`$semantic.color.${Pi(n)}`}if(e.startsWith("scale-")){let n=e.replace(/^scale-/,"");return/[A-Z]/.test(n)?`$scale.color.${nr(n)}`:`$scale.color.${n.replace(/([a-zA-Z]+)(\d+)/,"$1-$2")}`}if(e.startsWith("static-")){let n=e.replace(/^static-/,"");if(n.startsWith("static")){let i=n.replace(/^static/,""),o=i.charAt(0).toLowerCase()+i.slice(1);return/[A-Z]/.test(o)?`$static.color.static-${nr(o)}`:`$static.color.static-${o}`}return/[A-Z]/.test(n)?`$static.color.static-${nr(n)}`:/^([a-zA-Z]+)(\d+)$/.test(n)?`$static.color.static-${n.replace(/([a-zA-Z]+)(\d+)/,"$1-$2")}`:`$static.color.static-${n}`}if(e.endsWith("-semantic")){let n=e.replace(/-semantic$/,"");return`$semantic.color.${Pi(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 Kc(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 Mi(r){let e=Pi(r),t=`$semantic.color.${e}`,n=Be.find(i=>i.previous===t);if(!n){let i=Oi(e),o=`$semantic.color.${i}`;if(n=Be.find(a=>a.previous===o),!n)for(let a of Be){let s=a.previous.replace("$semantic.color.","");if(s===e||s===i||Oi(s)===i||nr(s)===e){n=a;break}}}return n}function Ai(r){let e=r;/[A-Z]/.test(r)&&(e=nr(r));let t=`$static.color.static-${e}`,n=sr.find(i=>i.previous===t);if(!n)for(let i of sr){let o=i.previous.replace("$static.color.static-","");if(o===e||o===r){n=i;break}let a=o,s=Oi(o);if(a===e||s===r){n=i;break}}return n}function Kt(r,e){var n,i,o,a,s,l,u,p,g;let t=r.replace(/\s*!important\s*$/i,"").trim();if(t.startsWith("$palette-")||t.startsWith("$bg-")||t.startsWith("$fg-")||t.startsWith("$stroke-"))return{token:t,needsVerification:!1,description:"\uC774\uBBF8 V3 \uD615\uC2DD\uC785\uB2C8\uB2E4"};if(t.startsWith("$semantic-")){let f=t.replace(/^\$semantic-/,""),d=Mi(f);if(((n=d==null?void 0:d.next)==null?void 0:n.length)>0){let c=ve(d,e);if(c&&c!==t)return{token:c,needsVerification:d.needsVerification,description:d.description}}return{token:t,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(t.startsWith("$scale-")){let d=Yc(t).replace("$scale.color.",""),c=ar.find(m=>m.previous===`$scale.color.${d}`);if(((i=c==null?void 0:c.next)==null?void 0:i.length)>0){let m=ve(c,e);if(m&&m!==t)return{token:m,needsVerification:c.needsVerification,description:c.description}}return{token:t,needsVerification:!0,description:"\uC2A4\uCF00\uC77C \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(t.startsWith("$static-")){let f=t.replace(/^\$static-/,""),d=f;f.startsWith("static")&&(d=f.replace(/^static/,""),d=d.charAt(0).toLowerCase()+d.slice(1));let c=Ai(d);if(((o=c==null?void 0:c.next)==null?void 0:o.length)>0){let m=ve(c,e);if(m&&m!==t)return{token:m,needsVerification:c.needsVerification,description:c.description}}return{token:t,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(t.endsWith("-semantic")){let f=t.replace(/^\$|-semantic$/g,""),d=Mi(f);if(((a=d==null?void 0:d.next)==null?void 0:a.length)>0){let c=ve(d,e);if(c&&c!==t)return{token:c,needsVerification:d.needsVerification,description:d.description}}return{token:t,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(t.endsWith("-static")){let f=t.replace(/^\$|-static$/g,""),d=Ai(f);if(((s=d==null?void 0:d.next)==null?void 0:s.length)>0){let c=ve(d,e);if(c&&c!==t)return{token:c,needsVerification:d.needsVerification,description:d.description}}return{token:t,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(t.startsWith("$")&&/^\$([a-zA-Z]+)(\d+)$/.test(t)){let f=Yc(t),d=null,c=!1,m=null,v=null;if(f.startsWith("$semantic.color.")){let b=f.replace("$semantic.color.","");v=Mi(b),((l=v==null?void 0:v.next)==null?void 0:l.length)>0&&(d=ve(v,e),c=v.needsVerification,m=v.description)}else if(f.startsWith("$static.color.")){let b=f.replace("$static.color.static-","");v=Ai(b),((u=v==null?void 0:v.next)==null?void 0:u.length)>0&&(d=ve(v,e),c=v.needsVerification,m=v.description)}else if(f.startsWith("$scale.color.")){let b=f.replace("$scale.color.","");v=ar.find(S=>S.previous===`$scale.color.${b}`),((p=v==null?void 0:v.next)==null?void 0:p.length)>0&&(d=ve(v,e),c=v.needsVerification,m=v.description)}else v=Jt.find(b=>b.previous===f),((g=v==null?void 0:v.next)==null?void 0:g.length)>0&&(d=ve(v,e),c=v.needsVerification,m=v.description);return d&&d!==t?{token:d,needsVerification:c,description:m}:{token:t,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:t,needsVerification:!0,description:"\uC9C0\uC6D0\uB418\uC9C0 \uC54A\uB294 \uD328\uD134\uC774\uBBC0\uB85C \uC6D0\uB798 \uAC12\uC744 \uC720\uC9C0\uD569\uB2C8\uB2E4"}}function ve(r,e){var p;let t=r.preferred;if(!r.next||r.next.length===0)return r.previous?r.previous.replace(/^\$(semantic|static|scale)\.color\./,"$").replace(/^$/,"$"):"";if(t&&r.next.includes(t))return Kc(t);let n="palette";e&&(n=Vc(e));let i=r.next.filter(g=>g.startsWith(`$color.${n}.`)),o=r.next.filter(g=>g.startsWith("$color.fg.")),a=r.next.filter(g=>g.startsWith("$color.bg.")),s=r.next.filter(g=>g.startsWith("$color.stroke.")),l=r.next.filter(g=>g.startsWith("$color.palette.")),u;if(i.length>0)u=i[0];else if(n==="fg"&&o.length>0)u=o[0];else if(n==="bg"&&a.length>0)u=a[0];else if(n==="stroke"&&s.length>0)u=s[0];else if(l.length>0)u=l[0];else if(o.length>0)u=o[0];else if(a.length>0)u=a[0];else if(s.length>0)u=s[0];else if(r.next.length>0)u=r.next[0];else return((p=r.previous)==null?void 0:p.replace(/^\$(semantic|static|scale)\.color\./,"$").replace(/^$/,"$"))||"";return Kc(u)}function tr(r,e,t,n,i){r.properties&&r.properties.forEach(o=>{o.type==="ObjectProperty"?(Ov(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"&&qv(o,e,t,n,i)})}function Ov(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("$")){let l;r.key.type==="Identifier"?l=r.key.name:r.key.type==="StringLiteral"&&(l=r.key.value);let u=/\s*!important\s*$/i.test(s),p=s.replace(/\s*!important\s*$/i,"").trim(),g=u?" !important":"";if(p.startsWith("$")&&Yt(p)&&!p.includes(" ")){let f=p,d=((o=r.loc)==null?void 0:o.start.line)||0,c=((a=r.loc)==null?void 0:a.start.column)||0,m=`${t}:${d}:${c}:${f}`;if(n.has(m))return;let v=Kt(f,l);if(v&&v.token!==f){r.value.value=v.token+g;let b=`${f}:${d}`;i.set(b,{previous:f,next:v.token,line:d,needsVerification:v.needsVerification,description:v.description}),e.logTransformResult(t,{previousToken:f,nextToken:v.token,status:"success",line:d,needsVerification:v.needsVerification,description:v.description})}else if(!f.startsWith("$palette-")&&!f.startsWith("$bg-")&&!f.startsWith("$fg-")&&!f.startsWith("$stroke-")){let b=v?"\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:f,nextToken:f,status:"warning",line:d,failureReason:b})}n.add(m)}else Pv(r,e,t,n,i)}}else if(r.value.type==="TemplateLiteral"){let s;r.key.type==="Identifier"?s=r.key.name:r.key.type==="StringLiteral"&&(s=r.key.value),Nv(r.value,s,e,t,n,i)}}function Pv(r,e,t,n,i){var d,c;if(r.value.type!=="StringLiteral"||r.value.value==null)return;let o=r.value.value,a=/\s*!important\s*$/i.test(o),s=o.replace(/\s*!important\s*$/i,"").trim(),l=a?" !important":"",u;r.key.type==="Identifier"?u=r.key.name:r.key.type==="StringLiteral"&&(u=r.key.value);let p=/((\$(?:scale|semantic|static)-)?\$?[a-zA-Z0-9][\w\-A-Z]*(?:-semantic|-static)?)/g,g=[],f;for(f=p.exec(s);f!==null;){let m=f[1];m!=null&&m.includes("$")&&Yt(m)&&g.push({token:m,index:f.index}),f=p.exec(s)}if(g.length>0){let m=s,v=!1;for(let b=g.length-1;b>=0;b--){let{token:S,index:I}=g[b],L=((d=r.loc)==null?void 0:d.start.line)||0,F=((c=r.loc)==null?void 0:c.start.column)||0,k=`${t}:${L}:${F}:${S}:${I}`;if(n.has(k))continue;let C=Kt(S,u);if(C&&C.token!==S){let M=m.substring(0,I),_=m.substring(I+S.length);m=M+C.token+_,v=!0;let A=`${S}:${L}`;i.set(A,{previous:S,next:C.token,line:L,needsVerification:C.needsVerification,description:C.description}),e.logTransformResult(t,{previousToken:S,nextToken:C.token,status:"success",line:L,needsVerification:C.needsVerification,description:C.description})}else if(!S.startsWith("$palette-")&&!S.startsWith("$bg-")&&!S.startsWith("$fg-")&&!S.startsWith("$stroke-")){let M=C?"\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:S,nextToken:S,status:"warning",line:L,failureReason:M})}n.add(k)}v&&(r.value.value=m+l)}}function qv(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 Dv(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"&&(Zc(e.key.name)||Gc.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"&&(Zc(e.key.value)||Gc.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 Zc(r){return!!(Av.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"))}function Nv(r,e,t,n,i,o){var l;if(r.type!=="TemplateLiteral")return!1;let a=!1,s=((l=r.loc)==null?void 0:l.start.line)||0;for(let u=0;u<r.quasis.length;u++){let p=r.quasis[u],g=p.value.raw,f=/(\$[a-zA-Z0-9][\w\-A-Z]*(?:-semantic|-static)?)/g,d=[...g.matchAll(f)];for(let c=d.length-1;c>=0;c--){let m=d[c],v=m[0],b=m.index;if(!Yt(v))continue;let S=`${n}:${s}:${v}:${b}`;if(i.has(S))continue;let I=Kt(v,e);if(I&&I.token!==v){let L=g.substring(0,b),F=g.substring(b+v.length);p.value.raw=L+I.token+F,p.value.cooked=L+I.token+F,a=!0;let k=`${v}:${s}`;o.set(k,{previous:v,next:I.token,line:s,needsVerification:I.needsVerification,description:I.description}),t.logTransformResult(n,{previousToken:v,nextToken:I.token,status:"success",line:s,needsVerification:I.needsVerification,description:I.description})}else if(!v.startsWith("$palette-")&&!v.startsWith("$bg-")&&!v.startsWith("$fg-")&&!v.startsWith("$stroke-")){let L=I?"\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";t.logTransformResult(n,{previousToken:v,nextToken:v,status:"warning",line:s,failureReason:L})}i.add(S)}}return a}var jv=(r,e)=>{let t=e.jscodeshift,n=t(r.source),i=Wc("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=>{Dv(s.node)&&tr(s.node,i,r.path,o,a)}),n.find(t.ConditionalExpression).forEach(s=>{let l=Uc(s),u=p=>{var g;if(p&&p.type==="StringLiteral"&&p.value&&p.value.includes("$")){let f=p.value,d=/\s*!important\s*$/i.test(f),c=f.replace(/\s*!important\s*$/i,"").trim(),m=d?" !important":"",v=/(\$[a-zA-Z0-9][\w\-A-Z]*(?:-semantic|-static)?)/g,b=v.exec(c),S=[];for(;b!==null;){let I=b[0];Yt(I)&&S.push({token:I,index:b.index}),b=v.exec(c)}if(S.length>0){let I=c,L=!1;for(let F=S.length-1;F>=0;F--){let{token:k,index:C}=S[F],M=((g=p.loc)==null?void 0:g.start.line)||0,_=`${r.path}:${M}:${k}:${C}`;if(o.has(_))continue;let A=Kt(k,l);if(A&&A.token!==k){let H=I.substring(0,C),j=I.substring(C+k.length);I=H+A.token+j,L=!0;let G=`${k}:${M}`;a.set(G,{previous:k,next:A.token,line:M,needsVerification:A.needsVerification,description:A.description}),i.logTransformResult(r.path,{previousToken:k,nextToken:A.token,status:"success",line:M,needsVerification:A.needsVerification,description:A.description})}o.add(_)}L&&(p.value=I+m)}}};s.node.test&&u(s.node.test),s.node.consequent&&(u(s.node.consequent),s.node.consequent.type==="ConditionalExpression"&&t(s.node.consequent).forEach(p=>u(p.node))),s.node.alternate&&(u(s.node.alternate),s.node.alternate.type==="ConditionalExpression"&&t(s.node.alternate).forEach(p=>u(p.node)))});for(let s of a.values()){let{previous:l,next:u,line:p}=s;l!==u&&i.logTransformResult(r.path,{previousToken:l,nextToken:u,status:"success",line:p,needsVerification:s.needsVerification,description:s.description})}return i.finishFile(r.path),n.toSource()},Bv=jv;
|
33
33
|
/*! Bundled license information:
|
34
34
|
|