react-yearly-calendar-grid 0.5.0 → 0.5.2
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.
- package/README.ja.md +2 -0
- package/README.md +2 -0
- package/package.json +6 -2
package/README.ja.md
CHANGED
package/README.md
CHANGED
|
@@ -131,6 +131,8 @@ Click and drag across dates to select a date range.
|
|
|
131
131
|
|
|
132
132
|
## Theme Customization
|
|
133
133
|
|
|
134
|
+
All theme properties are optional. Only specify the properties you want to override - unspecified properties will use default values.
|
|
135
|
+
|
|
134
136
|
```tsx
|
|
135
137
|
<YearlyCalendar
|
|
136
138
|
year={2026}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-yearly-calendar-grid",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "A React yearly calendar component with drag & drop support",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -14,7 +14,11 @@
|
|
|
14
14
|
"author": "",
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
17
|
-
"url": ""
|
|
17
|
+
"url": "https://github.com/iwai-kentaro/react-yearly-calendar-grid.git"
|
|
18
|
+
},
|
|
19
|
+
"homepage": "https://github.com/iwai-kentaro/react-yearly-calendar-grid#readme",
|
|
20
|
+
"bugs": {
|
|
21
|
+
"url": "https://github.com/iwai-kentaro/react-yearly-calendar-grid/issues"
|
|
18
22
|
},
|
|
19
23
|
"main": "./dist/index.js",
|
|
20
24
|
"module": "./dist/index.mjs",
|