dmed-voice-assistant 1.2.16 → 1.2.17
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.
@@ -118,7 +118,7 @@ const RecordListItem = _ref => {
|
|
118
118
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_material.Box, {
|
119
119
|
className: "flex items-center justify-between",
|
120
120
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_material.Box, {
|
121
|
-
className: "flex items-center space-x-2",
|
121
|
+
className: "grid grid-cols-[auto_180px_auto] flex items-center space-x-2",
|
122
122
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Box, {
|
123
123
|
className: "cursor-pointer",
|
124
124
|
onClick: playAudio,
|
@@ -181,36 +181,41 @@ const RecordListItem = _ref => {
|
|
181
181
|
}), formatBytes(capacity).type]
|
182
182
|
})]
|
183
183
|
})]
|
184
|
-
}), /*#__PURE__*/(0, _jsxRuntime.
|
185
|
-
|
186
|
-
|
187
|
-
sx: {
|
188
|
-
fontFamily: "Afacad !important"
|
184
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Box, {
|
185
|
+
style: {
|
186
|
+
textAlign: "right"
|
189
187
|
},
|
190
|
-
children:
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
},
|
196
|
-
style: {
|
197
|
-
fontWeight: "400",
|
198
|
-
fontSize: "16px",
|
199
|
-
marginRight: "5px"
|
200
|
-
},
|
201
|
-
children: "m"
|
202
|
-
}), formatTime(time).seconds, /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
|
203
|
-
ref: el => {
|
204
|
-
if (el) {
|
205
|
-
el.style.setProperty('font-family', 'Afacad', 'important');
|
206
|
-
}
|
207
|
-
},
|
208
|
-
style: {
|
209
|
-
fontWeight: "400",
|
210
|
-
fontSize: "16px"
|
188
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_material.Typography, {
|
189
|
+
className: "!font-[600] !text-[20px]",
|
190
|
+
color: "#EAE5DC",
|
191
|
+
sx: {
|
192
|
+
fontFamily: "Afacad !important"
|
211
193
|
},
|
212
|
-
children: "
|
213
|
-
|
194
|
+
children: [formatTime(time).minutes, /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
|
195
|
+
ref: el => {
|
196
|
+
if (el) {
|
197
|
+
el.style.setProperty('font-family', 'Afacad', 'important');
|
198
|
+
}
|
199
|
+
},
|
200
|
+
style: {
|
201
|
+
fontWeight: "400",
|
202
|
+
fontSize: "16px",
|
203
|
+
marginRight: "5px"
|
204
|
+
},
|
205
|
+
children: "m"
|
206
|
+
}), formatTime(time).seconds, /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
|
207
|
+
ref: el => {
|
208
|
+
if (el) {
|
209
|
+
el.style.setProperty('font-family', 'Afacad', 'important');
|
210
|
+
}
|
211
|
+
},
|
212
|
+
style: {
|
213
|
+
fontWeight: "400",
|
214
|
+
fontSize: "16px"
|
215
|
+
},
|
216
|
+
children: "s"
|
217
|
+
})]
|
218
|
+
})
|
214
219
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Box, {
|
215
220
|
className: "cursor-pointer",
|
216
221
|
onClick: handlePopoverOpen,
|