react-tailwindcss-datepicker
Advanced tools
Comparing version 1.0.8-2 to 1.0.8
@@ -915,3 +915,3 @@ import React, { createContext, useContext, useCallback, useRef, useEffect, useState, useMemo } from 'react'; | ||
const ring = RING_COLOR["second-focus"][primaryColor]; | ||
return `relative z-10 transition-all duration-300 py-2.5 pl-4 pr-14 w-full border-gray-300 dark:bg-slate-800 dark:text-white/80 dark:border-slate-600 rounded-lg tracking-wide font-light text-sm placeholder-gray-400 bg-white focus:ring ${border} ${ring}`; | ||
return `relative transition-all duration-300 py-2.5 pl-4 pr-14 w-full border-gray-300 dark:bg-slate-800 dark:text-white/80 dark:border-slate-600 rounded-lg tracking-wide font-light text-sm placeholder-gray-400 bg-white focus:ring ${border} ${ring}`; | ||
}, [primaryColor]); | ||
@@ -918,0 +918,0 @@ const handleInputChange = useCallback((e) => { |
{ | ||
"name": "react-tailwindcss-datepicker", | ||
"version": "1.0.8-2", | ||
"version": "1.0.8", | ||
"description": "A modern React Datepicker using Tailwind CSS 3", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.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 not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
408902