Variable: FLYZE_UI_SCALE_STEPS
@flyze/lib-core-angular 1.0.0-alpha.34· latest
constFLYZE_UI_SCALE_STEPS: readonlynumber[]
Defined in: projects/lib-core-angular/src/lib/modules/ui-scale/ui-scale.model.ts:41
The scale presets an app should offer, in percent.
Discrete steps rather than a free slider, because these are the values that can actually be QA’d
and that the component libraries’ Storybook uiScale toolbar ships. Exported so every app and
every Storybook agree on one list instead of retyping it.
A continuous slider is acceptable if it snaps to 5% increments — note that FlyzeUiScaleService.setScale rounds to whole percent but does not snap.