Grey0 and grey100 are not specified in the updated designs for global color tokens. They are redundant with 'Black' and 'White'. Remove them by replacing lightness0to100by2 with lightness2to98by2.
Also tried to update any references I saw to lightness0to100by2 so that the documentation still made sense.
Ran npm run build and npm run transform before this change and checked that build/react-native/tokens-global.json includes grey0/grey100, ran it after this change and confirmed that the file no longer contains grey0/grey100
Grey0 and grey100 are not specified in the updated designs for global color tokens. They are redundant with 'Black' and 'White'. Remove them by replacing
lightness0to100by2
withlightness2to98by2
.Also tried to update any references I saw to lightness0to100by2 so that the documentation still made sense.
Testing:
npm run build
andnpm run transform
before this change and checked that build/react-native/tokens-global.json includes grey0/grey100, ran it after this change and confirmed that the file no longer contains grey0/grey100