@theroutingcompany/components 0.0.30-alpha.1 → 0.0.30-alpha.10

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.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # TRC TREX Component Library
2
2
 
3
- View the [StoryBook](https://6392297e45ccab79e466ee19-hykzeoaccx.chromatic.com).
3
+ View the [StoryBook](https://6392297e45ccab79e466ee19-arctrrrjiq.chromatic.com).
4
4
 
5
5
  ## Developing Locally
6
6
 
@@ -71,7 +71,7 @@ Similar to last point. Compound components scale better.
71
71
  onDelete={() => {}}
72
72
  // ... and so on
73
73
  >
74
- <Text type='body'>
74
+ <Text>
75
75
  Powering the next generation of transit We help build more sustainable
76
76
  cities with convenient and reliable transit for all
77
77
  </Text>
@@ -88,7 +88,7 @@ Similar to last point. Compound components scale better.
88
88
  <AlertDialogContent size={size}>
89
89
  <AlertDialogTitle>Header</AlertDialogTitle>
90
90
  <AlertDialogDescription>Optional description</AlertDialogDescription>
91
- <Text type='body'>
91
+ <Text>
92
92
  Powering the next generation of transit We help build more sustainable
93
93
  cities with convenient and reliable transit for all
94
94
  </Text>