@agent-scope/tokens 1.0.2 → 1.1.0

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/dist/index.cjs CHANGED
@@ -8380,7 +8380,7 @@ var ThemeResolver = class _ThemeResolver {
8380
8380
  );
8381
8381
  }
8382
8382
  const overrides = this.themes.get(themeName);
8383
- if (overrides !== void 0 && overrides.has(path)) {
8383
+ if (overrides?.has(path)) {
8384
8384
  return overrides.get(path) ?? this.baseResolver.resolve(path);
8385
8385
  }
8386
8386
  return this.baseResolver.resolve(path);