@nualang/nualang-ui-components 0.1.1312 → 0.1.1313

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.
@@ -181,7 +181,8 @@ export default function RecordingCard({
181
181
  variant: "body2",
182
182
  color: "text.secondary",
183
183
  sx: {
184
- fontStyle: "italic"
184
+ fontStyle: "italic",
185
+ whiteSpace: "pre-line"
185
186
  },
186
187
  children: recordingsListData.feedbackText
187
188
  })]
@@ -121,15 +121,6 @@ export default function ScheduleCard({
121
121
  },
122
122
  children: teacherView ? t("view") : t("start")
123
123
  })]
124
- }), /*#__PURE__*/_jsx(Box, {
125
- sx: {
126
- paddingTop: 1
127
- },
128
- children: /*#__PURE__*/_jsx(Typography, {
129
- variant: "body1",
130
- fontWeight: 600,
131
- children: scheduleListData.meetingTopic
132
- })
133
124
  }), /*#__PURE__*/_jsx(Box, {
134
125
  sx: {
135
126
  paddingTop: 1
@@ -139,7 +130,7 @@ export default function ScheduleCard({
139
130
  color: "text.secondary",
140
131
  sx: {
141
132
  lineHeight: 1.6,
142
- whiteSpace: "normal"
133
+ whiteSpace: "pre-line"
143
134
  },
144
135
  children: scheduleListData.meetingPrompt
145
136
  })
@@ -197,7 +197,7 @@ export default function GroupFeedbackDialog({
197
197
  color: "text.secondary",
198
198
  sx: {
199
199
  lineHeight: 1.6,
200
- whiteSpace: "normal"
200
+ whiteSpace: "pre-line"
201
201
  },
202
202
  children: selectedGroup.meetingPrompt
203
203
  })]
@@ -287,7 +287,7 @@ const MeetingPromptsList = withStyles(({
287
287
  color: "text.secondary",
288
288
  sx: {
289
289
  lineHeight: 1.6,
290
- whiteSpace: "normal"
290
+ whiteSpace: "pre-line"
291
291
  },
292
292
  children: discussion.meetingPrompt
293
293
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nualang/nualang-ui-components",
3
- "version": "0.1.1312",
3
+ "version": "0.1.1313",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "files": [