react-jewish-datepicker
Advanced tools
Comparing version 1.0.2 to 1.0.3
import * as React from 'react'; | ||
import "./reactJewishDatePicker.scss"; | ||
import { JewishDay, BasicJewishDay } from '@sk/jewish-dates-core'; | ||
import { JewishDay, BasicJewishDay } from 'jewish-dates-core'; | ||
export interface DayProps extends JewishDay { | ||
@@ -5,0 +5,0 @@ isHebrew?: boolean; |
@@ -1,3 +0,3 @@ | ||
import { BasicJewishDate as BasicJewishDateCore, BasicJewishDay as BasicJewishDayCore } from '@sk/jewish-dates-core'; | ||
import { BasicJewishDate as BasicJewishDateCore, BasicJewishDay as BasicJewishDayCore } from 'jewish-dates-core'; | ||
export declare type BasicJewishDate = BasicJewishDateCore; | ||
export declare type BasicJewishDay = BasicJewishDayCore; |
import * as React from 'react'; | ||
import "./reactJewishDatePicker.scss"; | ||
import { BasicJewishDay, BasicJewishDate } from '@sk/jewish-dates-core'; | ||
import { BasicJewishDay, BasicJewishDate } from 'jewish-dates-core'; | ||
export interface ReactJewishDatePickerProps { | ||
@@ -5,0 +5,0 @@ onClick: (day: BasicJewishDay) => void; |
{ | ||
"name": "react-jewish-datepicker", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "React jewish datepicker", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1355023
11590
1