Comparing version 1.4.5 to 1.4.6
{ | ||
"name": "flowbite", | ||
"version": "1.4.5", | ||
"version": "1.4.6", | ||
"description": "The most popular library of interactive components built with Tailwind CSS", | ||
@@ -48,3 +48,3 @@ "keywords": [ | ||
"@docsearch/js": "^3.0.0-alpha.42", | ||
"@themesberg/tailwind-datepicker": "^1.1.0", | ||
"flowbite-datepicker": "^1.2.1", | ||
"autoprefixer": "^10.3.3", | ||
@@ -51,0 +51,0 @@ "babel-loader": "^8.2.2", |
@@ -74,3 +74,3 @@ const svgToDataUri = require('mini-svg-data-uri') | ||
'padding-right': spacing[10], | ||
'color-adjust': `exact`, | ||
'print-color-adjust': `exact`, | ||
}, | ||
@@ -83,3 +83,3 @@ ['[multiple]']: { | ||
'padding-right': spacing[3], | ||
'color-adjust': 'unset', | ||
'print-color-adjust': 'unset', | ||
}, | ||
@@ -89,3 +89,3 @@ [[`[type='checkbox']`, `[type='radio']`]]: { | ||
padding: '0', | ||
'color-adjust': 'exact', | ||
'print-color-adjust': 'exact', | ||
display: 'inline-block', | ||
@@ -92,0 +92,0 @@ 'vertical-align': 'middle', |
@@ -1,3 +0,3 @@ | ||
import Datepicker from '@themesberg/tailwind-datepicker/Datepicker'; | ||
import DateRangePicker from '@themesberg/tailwind-datepicker/DateRangePicker'; | ||
import Datepicker from 'flowbite-datepicker/Datepicker'; | ||
import DateRangePicker from 'flowbite-datepicker/DateRangePicker'; | ||
@@ -4,0 +4,0 @@ const getDatepickerOptions = (datepickerEl) => { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
793452