Skip to content

Commit

Permalink
chore/component types t z (#3558)
Browse files Browse the repository at this point in the history
* chore: add package dependencies

* chore: generated types

* chore: initial api pages

* chore: annotate the types

* chore: changeset

* chore: update type annotations

* chore: vrt constants

* chore: remove weird comment from code extension

* chore: remove weird comment from code extension

* chore: update typedocs
  • Loading branch information
SiTaggart authored Oct 19, 2023
1 parent a6c1ea4 commit 7d193d6
Show file tree
Hide file tree
Showing 92 changed files with 39,615 additions and 1,343 deletions.
6 changes: 6 additions & 0 deletions .changeset/beige-eagles-smash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@twilio-paste/textarea": patch
"@twilio-paste/core": patch
---

[Textarea] Improve TsDoc type annotations
6 changes: 6 additions & 0 deletions .changeset/brave-hairs-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@twilio-paste/time-picker": patch
"@twilio-paste/core": patch
---

[Time picker] Improve TsDoc type annotations
6 changes: 6 additions & 0 deletions .changeset/fresh-brooms-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@twilio-paste/topbar": patch
"@twilio-paste/core": patch
---

[Topbar] Improve TsDoc type annotations
6 changes: 6 additions & 0 deletions .changeset/green-vans-play.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@twilio-paste/user-dialog": patch
"@twilio-paste/core": patch
---

[User dialog] Improve TsDoc type annotations
6 changes: 6 additions & 0 deletions .changeset/hot-olives-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@twilio-paste/tabs": patch
"@twilio-paste/core": patch
---

[Tabs] Improve TsDoc type annotations
6 changes: 6 additions & 0 deletions .changeset/itchy-carpets-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@twilio-paste/tooltip": patch
"@twilio-paste/core": patch
---

[Tooltip] Improve TsDoc type annotations
6 changes: 6 additions & 0 deletions .changeset/old-badgers-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@twilio-paste/codemods": patch
"@twilio-paste/core": patch
---

[Codemods] updated paste exports map
6 changes: 6 additions & 0 deletions .changeset/popular-seahorses-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@twilio-paste/truncate": patch
"@twilio-paste/core": patch
---

[Truncate] Improve TsDoc type annotations
6 changes: 6 additions & 0 deletions .changeset/selfish-jobs-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@twilio-paste/toast": patch
"@twilio-paste/core": patch
---

[Toast] Improve TsDoc type annotations
6 changes: 6 additions & 0 deletions .changeset/sharp-doors-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@twilio-paste/visual-picker": patch
"@twilio-paste/core": patch
---

[Visual Picker] Improve TsDoc type annotations
26 changes: 22 additions & 4 deletions cypress/integration/sitemap-vrt/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,17 +176,35 @@ export const SITEMAP = [
"/components/slider/",
"/components/switch/",
"/components/tabs/",
"/components/tabs/api",
"/components/tabs/changelog",
"/components/table/",
"/components/table/api",
"/components/table/changelog",
"/components/textarea/",
"/components/textarea/api",
"/components/textarea/changelog",
"/components/toast/",
"/components/toast/api",
"/components/toast/changelog",
"/components/time-picker/",
"/components/time-picker/api",
"/components/time-picker/changelog",
"/components/truncate/",
"/components/truncate/api",
"/components/truncate/changelog",
"/components/tooltip/",
"/components/tooltip/api",
"/components/tooltip/changelog",
"/components/topbar",
"/components/topbar/api",
"/components/topbar/changelog",
"/components/user-dialog/",
"/components/textarea/",
"/components/table/",
"/components/table/api",
"/components/table/changelog",
"/components/user-dialog/api",
"/components/user-dialog/changelog",
"/components/visual-picker/",
"/components/visual-picker/api",
"/components/visual-picker/changelog",
"/core/",
"/core/changelog/",
"/core/libraries/",
Expand Down
2 changes: 0 additions & 2 deletions packages/paste-codemods/tools/.cache/mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@
"TextArea": "@twilio-paste/core/textarea",
"TimePicker": "@twilio-paste/core/time-picker",
"formatReturnTime": "@twilio-paste/core/time-picker",
"AnimatedToast": "@twilio-paste/core/toast",
"Toast": "@twilio-paste/core/toast",
"ToastContainer": "@twilio-paste/core/toast",
"Toaster": "@twilio-paste/core/toast",
Expand All @@ -273,7 +272,6 @@
"Truncate": "@twilio-paste/core/truncate",
"UserDialog": "@twilio-paste/core/user-dialog",
"UserDialogContainer": "@twilio-paste/core/user-dialog",
"UserDialogContext": "@twilio-paste/core/user-dialog",
"UserDialogList": "@twilio-paste/core/user-dialog",
"UserDialogListItem": "@twilio-paste/core/user-dialog",
"UserDialogSeparator": "@twilio-paste/core/user-dialog",
Expand Down
Loading

0 comments on commit 7d193d6

Please sign in to comment.