Skip to content
Open
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
3 changes: 2 additions & 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 @@ -7,6 +7,7 @@
- Components that compose Emotion style fragments with `cx()` should pass source-order-dependent fragments in a single `css()` call. Passing separate fragments can change override order after the following components stopped rendering styles through Emotion:
- `ItemGroup` ([#80797](https://github.com/WordPress/gutenberg/pull/80797))
- `Spinner` ([#80511](https://github.com/WordPress/gutenberg/pull/80511))
- Remove the private `DateCalendar`, `DateRangeCalendar` and `TZDate` exports. The calendars now ship as the public `Calendar` and `RangeCalendar` components in `@wordpress/ui`; `TZDate` comes from [`@date-fns/tz`](https://www.npmjs.com/package/@date-fns/tz) ([#81337](https://github.com/WordPress/gutenberg/pull/81337)).

### Deprecations

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.

60 changes: 0 additions & 60 deletions packages/components/src/calendar/date-calendar/index.tsx

This file was deleted.

Loading
Loading