Skip to content

Commit 1fc7e16

Browse files
committed
bump version
1 parent d025405 commit 1fc7e16

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "irdashies",
33
"productName": "irdashies",
4-
"version": "0.0.9",
4+
"version": "0.0.10",
55
"description": "iRacing Dashboards & Overlays",
66
"repository": {
77
"type": "git",

src/frontend/components/Weather/WeatherTrackWetness/WeatherTrackWetness.stories.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ import { WeatherTrackWetness } from './WeatherTrackWetness';
33

44
export default {
55
component: WeatherTrackWetness,
6+
argTypes: {
7+
trackMoisture: {
8+
control: {
9+
type: 'range',
10+
min: 1,
11+
max: 7,
12+
step: 1,
13+
},
14+
},
15+
},
616
} as Meta;
717

818
type Story = StoryObj<typeof WeatherTrackWetness>;

0 commit comments

Comments
 (0)