Skip to content

Commit

Permalink
Merge pull request #49 from Amsterdam/develop
Browse files Browse the repository at this point in the history
Merge develop -> main
  • Loading branch information
thomasm0 authored Jul 17, 2024
2 parents 1d4da4f + 783b471 commit 3cb9eb5
Show file tree
Hide file tree
Showing 218 changed files with 64,906 additions and 5,599 deletions.
14 changes: 10 additions & 4 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ import type { StorybookConfig } from '@storybook/react-vite';
const config: StorybookConfig = {
stories: [
'../src/stories/Intro.mdx',
'../src/stories/Requirements.mdx',
'../src/stories/CoordinateReferenceSystems.mdx',
'../src/stories/Icons.mdx',
'../src/stories/Layers.mdx',
'../src/stories/MarkerClustering.mdx',
'../src/stories/Alternatives.mdx',
'../src/**/*.mdx',
'../src/**/*.stories.@(js|jsx|mjs|ts|tsx)',
],
Expand All @@ -15,11 +21,11 @@ const config: StorybookConfig = {
],
framework: {
name: '@storybook/react-vite',
options: {},
},
docs: {
autodocs: true,
options: {
strictMode: true,
},
},
docs: {},
staticDirs: ['./static'],
};

Expand Down
4 changes: 2 additions & 2 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ export const parameters = {
'Coordinate*',
'Global',
'React',
'React-Context-Examples',
'React-Leaflet',
'Components',
'Patterns',
],
},
},
viewport: {
viewports,
},
};
export const tags = ['autodocs'];
8 changes: 8 additions & 0 deletions .storybook/static/amsterdam.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"no-descending-specificity": null,
"max-nesting-depth": 2,
"selector-max-id": 1,
"order/properties-alphabetical-order": true
"order/properties-alphabetical-order": true,
"selector-class-pattern": null
}
}
Loading

0 comments on commit 3cb9eb5

Please sign in to comment.