Extending the sizes
You can update the values easily but for the usage with components, you have to update the values in default.d.ts file and new variant in the commponent that you are going to use. See more details in extension of the components
./lib/default_values/default_sizes.ts
export const Default_Sizes = { '0': 1, '0.5': 2, //... 'newValue': number, //... export const DefaultFontSizes = { 'xxs': 10, 'xs': 12, //... 'newFontSize': number, }