Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

svelte-day-picker

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-day-picker - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

package.json
{
"name": "svelte-day-picker",
"version": "0.0.6",
"version": "0.0.7",
"author": {

@@ -5,0 +5,0 @@ "name": "Michal Grňo (m93a)",

@@ -26,6 +26,6 @@ # svelte-day-picker

# API
## <DayPicker />
## `<DayPicker />`
### DayPicker Props
* <a id=daypicker.locale href=#daypicker.locale>`locale`</a>
* Type: `string \| Intl.Locale`
* Type: `string | Intl.Locale`
* Default: The user's current locale

@@ -35,3 +35,3 @@ * Description: Selects default calendar options and corresponding translation strings, if available

* <a id=daypicker.calendar href=#daypicker.calendar> `calendar`</a>
* Type: `string \| Temporal.CalendarProtocol`
* Type: `string | Temporal.CalendarProtocol`
* Default: Current locale's calendar — typically `'gregory'`

@@ -42,4 +42,4 @@ * Description: Either a [Unicode Calendar Identifier](https://github.com/unicode-org/cldr/blob/main/common/bcp47/calendar.xml#L12) of a calendar type, or a custom calendar according to the [Temporal Calendar Protocol](https://tc39.es/proposal-temporal/docs/calendar.html#custom-calendars). Most of the world uses `'gregory'` or `'iso8601'` (which are almost the same), but other calendar identifiers include `'buddhist'`, `'chinese'`, `'hebrew'`, `'islamic'`.

* Type: `string`
* Default: Current locale's timezone
* Description: Timezone to resolve today's date.
* Default: Current locale's time zone
* Description: Time zone to resolve today's date.

@@ -107,1 +107,9 @@ * <a id=daypicker.weekstart href=#daypicker.weekstart>`weekStart`</a>

* Default implementation `<Day />`
# Roadmap
* [ ] Improve documentation
* [ ] Implement SSR
* [ ] Feature-parity with React Day Picker
* [ ] Improve UX on touch devices
* [ ] Keyboard navigation & ARIA

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc