@octanejs/day-picker 0.0.14 → 0.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  The Octane migration target for `react-day-picker@10.0.1`.
4
4
 
5
+ ## Installation
6
+
7
+ ```sh
8
+ npm install @octanejs/day-picker
9
+ pnpm add @octanejs/day-picker
10
+ ```
11
+
5
12
  The binding targets the same `DayPicker` props, selection modes, navigation, accessibility markup, customization surface, locale exports, time-zone behavior, and stylesheet entry points. See [UPSTREAM.md](./UPSTREAM.md) for the exact source pin and license evidence.
6
13
 
7
14
  ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@octanejs/day-picker",
3
- "version": "0.0.14",
3
+ "version": "0.0.16",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -53,7 +53,7 @@
53
53
  "date-fns": "^4.1.0"
54
54
  },
55
55
  "peerDependencies": {
56
- "octane": "0.1.48"
56
+ "octane": "0.1.50"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@tsrx/react": "^0.2.61",
@@ -66,8 +66,8 @@
66
66
  "typescript": "^5.9.3",
67
67
  "vite": "^8.1.5",
68
68
  "vitest": "^4.1.10",
69
- "@octanejs/testing-library": "0.1.45",
70
- "octane": "0.1.48"
69
+ "@octanejs/testing-library": "0.1.47",
70
+ "octane": "0.1.50"
71
71
  },
72
72
  "scripts": {
73
73
  "test": "pnpm upstream:check && vitest run --root ../.. --project day-picker --project day-picker-ssr --project day-picker-browser --project day-picker-differential",