When referencing library in second file is it possible to prevent the passthrough of variables in the original library

My main design library references variables for light/dark. The new file is multi-theme but only uses light from the original library. We do not use those same dark variables but they are coming through into the component playground off the original library components. Is it possible to block the dark variables from passing through?

image