@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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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
|
|
8383
|
+
if (overrides?.has(path)) {
|
|
8384
8384
|
return overrides.get(path) ?? this.baseResolver.resolve(path);
|
|
8385
8385
|
}
|
|
8386
8386
|
return this.baseResolver.resolve(path);
|