Skip to content

Commit 8340a59

Browse files
authored
Merge pull request #755 from SimonMarquis/patch-4
Mention core-designsystem module in the modularization journey docs
2 parents 43fe569 + 639b343 commit 8340a59

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

docs/ModularizationLearningJourney.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,21 @@ Using the above modularization strategy, the Now in Android app has the followin
159159
<td><code>TopicsRepository</code><br>
160160
</td>
161161
</tr>
162+
<tr>
163+
<td><code>core:designsystem</code>
164+
</td>
165+
<td>Design system which includes Core UI components (many of which are customized Material 3 components), app theme and icons. The design system can be viewed by running the `app-nia-catalog` run configuration.
166+
</td>
167+
<td>
168+
<code>NiaIcons</code> <code>NiaButton</code> <code>NiaTheme</code>
169+
</td>
170+
</tr>
162171
<tr>
163172
<td><code>core:ui</code>
164173
</td>
165-
<td>UI components, composables and resources, such as icons, used by different features.
174+
<td>Composite UI components and resources used by feature modules, such as the news feed. Unlike the `designsystem` module, it is dependent on the data layer since it renders models, like news resources.
166175
</td>
167-
<td><code>NiaIcons</code><br>
168-
<code>NewsResourceCardExpanded</code>
176+
<td> <code>NewsFeed</code> <code>NewsResourceCardExpanded</code>
169177
</td>
170178
</tr>
171179
<tr>

0 commit comments

Comments
 (0)