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