{"ast":null,"code":"\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n  value: true\n});\nObject.defineProperty(exports, \"default\", {\n  enumerable: true,\n  get: function () {\n    return cloneNodes;\n  }\n});\nfunction cloneNodes(nodes, source = undefined, raws = undefined) {\n  return nodes.map(node => {\n    var _node_raws_tailwind;\n    let cloned = node.clone();\n    // We always want override the source map\n    // except when explicitly told not to\n    let shouldOverwriteSource = ((_node_raws_tailwind = node.raws.tailwind) === null || _node_raws_tailwind === void 0 ? void 0 : _node_raws_tailwind.preserveSource) !== true || !cloned.source;\n    if (source !== undefined && shouldOverwriteSource) {\n      cloned.source = source;\n      if (\"walk\" in cloned) {\n        cloned.walk(child => {\n          child.source = source;\n        });\n      }\n    }\n    if (raws !== undefined) {\n      cloned.raws.tailwind = {\n        ...cloned.raws.tailwind,\n        ...raws\n      };\n    }\n    return cloned;\n  });\n}","map":{"version":3,"names":["Object","defineProperty","exports","value","enumerable","get","cloneNodes","nodes","source","undefined","raws","map","node","_node_raws_tailwind","cloned","clone","shouldOverwriteSource","tailwind","preserveSource","walk","child"],"sources":["C:/Users/user/Desktop/000newport/node_modules/tailwindcss/lib/util/cloneNodes.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n    value: true\n});\nObject.defineProperty(exports, \"default\", {\n    enumerable: true,\n    get: function() {\n        return cloneNodes;\n    }\n});\nfunction cloneNodes(nodes, source = undefined, raws = undefined) {\n    return nodes.map((node)=>{\n        var _node_raws_tailwind;\n        let cloned = node.clone();\n        // We always want override the source map\n        // except when explicitly told not to\n        let shouldOverwriteSource = ((_node_raws_tailwind = node.raws.tailwind) === null || _node_raws_tailwind === void 0 ? void 0 : _node_raws_tailwind.preserveSource) !== true || !cloned.source;\n        if (source !== undefined && shouldOverwriteSource) {\n            cloned.source = source;\n            if (\"walk\" in cloned) {\n                cloned.walk((child)=>{\n                    child.source = source;\n                });\n            }\n        }\n        if (raws !== undefined) {\n            cloned.raws.tailwind = {\n                ...cloned.raws.tailwind,\n                ...raws\n            };\n        }\n        return cloned;\n    });\n}\n"],"mappings":"AAAA,YAAY;;AACZA,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,YAAY,EAAE;EACzCC,KAAK,EAAE;AACX,CAAC,CAAC;AACFH,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,SAAS,EAAE;EACtCE,UAAU,EAAE,IAAI;EAChBC,GAAG,EAAE,SAAAA,CAAA,EAAW;IACZ,OAAOC,UAAU;EACrB;AACJ,CAAC,CAAC;AACF,SAASA,UAAUA,CAACC,KAAK,EAAEC,MAAM,GAAGC,SAAS,EAAEC,IAAI,GAAGD,SAAS,EAAE;EAC7D,OAAOF,KAAK,CAACI,GAAG,CAAEC,IAAI,IAAG;IACrB,IAAIC,mBAAmB;IACvB,IAAIC,MAAM,GAAGF,IAAI,CAACG,KAAK,CAAC,CAAC;IACzB;IACA;IACA,IAAIC,qBAAqB,GAAG,CAAC,CAACH,mBAAmB,GAAGD,IAAI,CAACF,IAAI,CAACO,QAAQ,MAAM,IAAI,IAAIJ,mBAAmB,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,mBAAmB,CAACK,cAAc,MAAM,IAAI,IAAI,CAACJ,MAAM,CAACN,MAAM;IAC5L,IAAIA,MAAM,KAAKC,SAAS,IAAIO,qBAAqB,EAAE;MAC/CF,MAAM,CAACN,MAAM,GAAGA,MAAM;MACtB,IAAI,MAAM,IAAIM,MAAM,EAAE;QAClBA,MAAM,CAACK,IAAI,CAAEC,KAAK,IAAG;UACjBA,KAAK,CAACZ,MAAM,GAAGA,MAAM;QACzB,CAAC,CAAC;MACN;IACJ;IACA,IAAIE,IAAI,KAAKD,SAAS,EAAE;MACpBK,MAAM,CAACJ,IAAI,CAACO,QAAQ,GAAG;QACnB,GAAGH,MAAM,CAACJ,IAAI,CAACO,QAAQ;QACvB,GAAGP;MACP,CAAC;IACL;IACA,OAAOI,MAAM;EACjB,CAAC,CAAC;AACN"},"metadata":{},"sourceType":"script","externalDependencies":[]}