script/build.ts (2 lines): - line 58: // TODO: log error if file doesn't exist - line 60: // TODO: check that modes is an object data/colors/vars/component_light.ts (2 lines): - line 85: shadowActive: (theme: any) => `inset 0 0.15em 0.3em ${alpha(get('scale.black'), 0.15)(theme)}`, // TODO: Deprecate? Not used in Primer CSS - line 86: shadowInputFocus: (theme: any) => `0 0 0 0.2em ${alpha(get('scale.blue.5'), 0.3)(theme)}`, // TODO: Deprecate?