@dinesh-gamage/react-scoped-css 2.0.0 → 2.0.2

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.
@@ -14278,7 +14278,7 @@ plugin.postcss = true;
14278
14278
  init_esm_shims();
14279
14279
  var t = __toESM(require_lib3());
14280
14280
  var CLASSNAMES_FUNCTIONS = /* @__PURE__ */ new Set(["classNames", "clsx", "cx", "cn"]);
14281
- var SCOPE_CLASS_IMPORT = "react-scoped-css";
14281
+ var SCOPE_CLASS_IMPORT = "@dinesh-gamage/react-scoped-css";
14282
14282
  function scopeClassString(value, hash, exclude) {
14283
14283
  return value.split(/\s+/).filter(Boolean).map((cls) => isExcluded(cls, exclude) ? cls : `${cls}-${hash}`).join(" ");
14284
14284
  }