Skip to content

Commit

Permalink
chore(pie-textarea): DSW-2653 update component status to beta (#2113)
Browse files Browse the repository at this point in the history
* chore(pie-textarea): DSW-2653 update component status to beta

* chore(pie-textarea): DSW-2653 update packages/components/README.md

* Update packages/components/README.md

Co-authored-by: Xander Marjoram <[email protected]>

---------

Co-authored-by: Xander Marjoram <[email protected]>
  • Loading branch information
maledr5 and xander-marjoram authored Dec 11, 2024
1 parent c72464b commit 5ca0be3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/smart-olives-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@justeattakeaway/pie-textarea": patch
"pie-docs": patch
---

[Changed] - update the textarea component status to beta
1 change: 1 addition & 0 deletions apps/pie-docs/src/componentStatusData.js
Original file line number Diff line number Diff line change
Expand Up @@ -1977,6 +1977,7 @@ const rows = [
},
{
resource: resourceTypes.WEB_COMPONENTS,
link: 'https://webc.pie.design/?path=/story/textarea--default',
status: webComponentStatuses['pie-textarea'],
},
{
Expand Down
3 changes: 3 additions & 0 deletions packages/components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,6 @@ As with the browser tests, it is vital that the component to test is mounted and

## Bundling
When we build a component, we run a plugin for Rollup named `rollup-plugin-visualizer`. This generates a file for each component named `stats.html` in the root of the component package. This file can be viewed in the browser to visualise the bundled Javascript and better understand what contributes to the size of the final build output.

## Component Status changes
The `package.json` file of each component is the source of truth for its status. Any change of status will be automatically reflected in Storybook and the Documentation site. There is no need to manually change the `component-statuses.json` file.
2 changes: 1 addition & 1 deletion packages/components/pie-textarea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"**/*.d.ts"
],
"pieMetadata": {
"componentStatus": "alpha"
"componentStatus": "beta"
},
"scripts": {
"build": "run -T vite build",
Expand Down

0 comments on commit 5ca0be3

Please sign in to comment.