Skip to content

Commit

Permalink
Mise à jour Storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrinegateau committed Apr 9, 2021
1 parent c095df1 commit ee925ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/stories/Test.stories.const.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {ShapeType, TabType} from '../iotMapManager/index';
import {ShapeType, TabType} from 'iotmapmanager/dist';

export interface IOTMarker {
id: string;
Expand Down
2 changes: 1 addition & 1 deletion src/stories/Test.stories.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@import '../iotMapManager/iot-map-manager.css';
@import '~iotmapmanager/iot-map-manager.css';
3 changes: 2 additions & 1 deletion src/stories/Test.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
IotMapMarkerManager,
IotMapUserMarkerManager,
ShapeType
} from '../iotMapManager/index';
} from 'iotmapmanager/dist';

import './Test.stories.css';
import {
Expand Down Expand Up @@ -52,6 +52,7 @@ const shapeParams = (id) => ({
anchored: boolean('With anchor', false, 'item ' + id),
plain: boolean('Plain shape', false, 'item ' + id),
accuracy: accuracyParams(id),
direction: directionParams(id)
});

const innerParams = (id) => ({
Expand Down

0 comments on commit ee925ba

Please sign in to comment.