Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1517,18 +1517,6 @@
"markdown_source": "../packages/components/src/button/README.md",
"parent": "components"
},
{
"title": "DateCalendar",
"slug": "date-calendar",
"markdown_source": "../packages/components/src/calendar/date-calendar/README.md",
"parent": "components"
},
{
"title": "DateRangeCalendar",
"slug": "date-range-calendar",
"markdown_source": "../packages/components/src/calendar/date-range-calendar/README.md",
"parent": "components"
},
{
"title": "CardBody",
"slug": "card-body",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@

### Internal

- Remove the private `DateCalendar` and `DateRangeCalendar` components (and the `TZDate` re-export). They have moved to the `@wordpress/dataviews` package, their only consumer. The `react-day-picker` dependency moves with them ([#XXXXX](https://github.com/WordPress/gutenberg/pull/XXXXX)).
- `Button`: Expand the Storybook e2e `VariantStates` matrix with compact, small, and with-icon rows ([#80793](https://github.com/WordPress/gutenberg/pull/80793)).
- Update `react-day-picker` to 9.14.0 ([#80792](https://github.com/WordPress/gutenberg/pull/80792)).
- Update `date-fns` to 4.4.0 ([#80763](https://github.com/WordPress/gutenberg/pull/80763)).
Expand Down
1 change: 0 additions & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"path-to-regexp": "^6.2.1",
"re-resizable": "^6.4.0",
"react-colorful": "^5.6.1",
"react-day-picker": "^9.14.0",
"remove-accents": "^0.5.0",
"uuid": "^14.0.0"
},
Expand Down
261 changes: 0 additions & 261 deletions packages/components/src/calendar/date-calendar/README.md

This file was deleted.

Loading
Loading