yarn lib:dev - starts lib in watch mode. usually started from the consuming projectyarn lib:build - builds lib for prod (splits chunks for proper tree shaking)yarn lib:test - starts tests in watch mode for creating new ones or TDDingyarn lib:extract:translations - extracts new translation keys in order for you to be able to add their literalsyarn api:generate:types:latest - generates latest types from our REST API which are bundled into the published npm packageimport useThemeVars from '@lib/composables/useThemeVarsnpx knip at root folder