skilld-labs / ui-patterns-kaizen

Development for https://www.drupal.org/project/ui_suite
3 stars 0 forks source link

Image styles simplify #17

Closed iberdinsky-skilld closed 1 year ago

iberdinsky-skilld commented 1 year ago
  1. Updated images and responsive images stories.

  2. Added optional VITE_FAKER_IMAGE_FUNCTION setting. By default images will be generated with https://fakerjs.dev/api/image.html#datauri But when something real will be required otehr options still available

  3. Fixed linters for javascript src and stories.

  4. Fixed linters for postcss and prettier for code formatting. We use last stylelint for linting. All other is work for prettier. Also we need to prettier generated code since it (probably) will be stored in repositories. We need to backport it to drupal with recent updates in stylelint: https://stylelint.io/migration-guide/to-15/#deprecated-stylistic-rules https://prettier.io/docs/en/comparison.html#docsNav

  5. Added alias for storiesgenerator. Later it will be served with npm.

  6. Linted all existing code.

  7. Added generated files header: DO NOT EDIT THIS FILE.

  8. Updated packages to their last versions.

andypost commented 1 year ago

Please add description to the PR, totally not clear what it doing