Skip to content

Commit 3cb9eb5

Browse files
authored
Merge pull request #49 from Amsterdam/develop
Merge develop -> main
2 parents 1d4da4f + 783b471 commit 3cb9eb5

File tree

218 files changed

+64906
-5599
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+64906
-5599
lines changed

.storybook/main.ts

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ import type { StorybookConfig } from '@storybook/react-vite';
33
const config: StorybookConfig = {
44
stories: [
55
'../src/stories/Intro.mdx',
6+
'../src/stories/Requirements.mdx',
7+
'../src/stories/CoordinateReferenceSystems.mdx',
8+
'../src/stories/Icons.mdx',
9+
'../src/stories/Layers.mdx',
10+
'../src/stories/MarkerClustering.mdx',
11+
'../src/stories/Alternatives.mdx',
612
'../src/**/*.mdx',
713
'../src/**/*.stories.@(js|jsx|mjs|ts|tsx)',
814
],
@@ -15,11 +21,11 @@ const config: StorybookConfig = {
1521
],
1622
framework: {
1723
name: '@storybook/react-vite',
18-
options: {},
19-
},
20-
docs: {
21-
autodocs: true,
24+
options: {
25+
strictMode: true,
26+
},
2227
},
28+
docs: {},
2329
staticDirs: ['./static'],
2430
};
2531

.storybook/preview.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ export const parameters = {
2828
'Coordinate*',
2929
'Global',
3030
'React',
31+
'React-Context-Examples',
3132
'React-Leaflet',
32-
'Components',
33-
'Patterns',
3433
],
3534
},
3635
},
3736
viewport: {
3837
viewports,
3938
},
4039
};
40+
export const tags = ['autodocs'];

.storybook/static/amsterdam.svg

Lines changed: 8 additions & 0 deletions
Loading

.stylelintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"no-descending-specificity": null,
1616
"max-nesting-depth": 2,
1717
"selector-max-id": 1,
18-
"order/properties-alphabetical-order": true
18+
"order/properties-alphabetical-order": true,
19+
"selector-class-pattern": null
1920
}
2021
}

0 commit comments

Comments
 (0)