@marinos33/react-week-time-range-picker
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -15,3 +15,3 @@ import { PropsWithChildren } from "react"; | ||
fontColor?: string; | ||
summaryColor: string; | ||
summaryColor?: string; | ||
} | ||
@@ -18,0 +18,0 @@ export interface DragProps { |
@@ -15,3 +15,3 @@ import { PropsWithChildren } from "react"; | ||
fontColor?: string; | ||
summaryColor: string; | ||
summaryColor?: string; | ||
} | ||
@@ -18,0 +18,0 @@ export interface DragProps { |
@@ -16,3 +16,3 @@ import React, { PropsWithChildren } from 'react'; | ||
fontColor?: string; | ||
summaryColor: string; | ||
summaryColor?: string; | ||
} | ||
@@ -19,0 +19,0 @@ |
{ | ||
"name": "@marinos33/react-week-time-range-picker", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A React component for selecting a range of hours per day of the week", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
121495