add-to-calendar-button-react
Advanced tools
Comparing version 2.5.4 to 2.5.5
@@ -90,4 +90,5 @@ import 'add-to-calendar-button'; | ||
instance?: number; | ||
dev?: boolean; | ||
}; | ||
declare const AddToCalendarButton: (props: AddToCalendarButtonProps) => import("react/jsx-runtime").JSX.Element; | ||
export default AddToCalendarButton; |
import AddToCalendarButton from './AddToCalendarButton'; | ||
import type { AddToCalendarButtonProps } from './AddToCalendarButton'; | ||
export { AddToCalendarButton }; | ||
import { atcb_action } from 'add-to-calendar-button'; | ||
import type { ATCBActionEventConfig } from 'add-to-calendar-button'; | ||
export { AddToCalendarButton, atcb_action }; | ||
export type AddToCalendarButtonType = AddToCalendarButtonProps; | ||
export type AddToCalendarActionType = ATCBActionEventConfig; |
{ | ||
"name": "add-to-calendar-button-react", | ||
"version": "2.5.4", | ||
"version": "2.5.5", | ||
"engines": { | ||
@@ -66,3 +66,4 @@ "node": ">=16.18.1", | ||
"test:coverage": "vitest --coverage", | ||
"preview": "vite preview" | ||
"preview": "vite preview", | ||
"type-check": "tsc --noEmit" | ||
}, | ||
@@ -96,4 +97,4 @@ "devDependencies": { | ||
"dependencies": { | ||
"add-to-calendar-button": "^2.5.5" | ||
"add-to-calendar-button": "^2.5.6" | ||
} | ||
} |
![Add to Calendar Button React Wrapper](https://github.com/add2cal/add-to-calendar-button-react/blob/main/assets/readme-header.png?raw=true) | ||
![Version](https://img.shields.io/npm/v/add-to-calendar-button-react?style=for-the-badge&label=Version) | ||
[![Parent Script Version](https://img.shields.io/badge/Parent%20Script%20Version-v2.5.4-blue?style=for-the-badge)](https://github.com/add2cal/add-to-calendar-button) | ||
[![Parent Script Version](https://img.shields.io/badge/Parent%20Script%20Version-v2.5.6-blue?style=for-the-badge)](https://github.com/add2cal/add-to-calendar-button) | ||
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/add-to-calendar-button-react?style=for-the-badge)](https://www.npmjs.com/package/add-to-calendar-button-react) | ||
@@ -6,0 +6,0 @@ [![npm Installations](https://img.shields.io/npm/dt/add-to-calendar-button-react?label=npm%20Installations&style=for-the-badge)](https://www.npmjs.com/package/add-to-calendar-button-react) |
@@ -5,4 +5,5 @@ export const defaultProps = { | ||
options: ['Google', 'iCal'], | ||
timeZone: 'America/Los_Angeles', | ||
}; | ||
export const invalidOptionsPropValue = ['Googling']; |
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 not supported yet
Sorry, the diff of this file is not supported yet
803655
6342