@superinterface/react 2.11.0 → 2.12.0
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/dist/index.cjs +16 -29
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +14 -27
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3331,7 +3331,6 @@ var Visualization = function() {
|
|
|
3331
3331
|
});
|
|
3332
3332
|
};
|
|
3333
3333
|
// src/components/threads/AudioThread/Form/index.tsx
|
|
3334
|
-
import { SpeakerModerateIcon } from "@radix-ui/react-icons";
|
|
3335
3334
|
import { Flex as Flex24 } from "@radix-ui/themes";
|
|
3336
3335
|
// src/components/threads/AudioThread/Form/ActionButton/index.tsx
|
|
3337
3336
|
import { Flex as Flex23, IconButton as IconButton4 } from "@radix-ui/themes";
|
|
@@ -3444,35 +3443,23 @@ var Form = function() {
|
|
|
3444
3443
|
direction: "column",
|
|
3445
3444
|
align: "center",
|
|
3446
3445
|
children: [
|
|
3447
|
-
/* @__PURE__ */
|
|
3446
|
+
/* @__PURE__ */ jsx59(Flex24, {
|
|
3448
3447
|
pb: "3",
|
|
3449
3448
|
align: "center",
|
|
3450
|
-
children:
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
px: "2",
|
|
3463
|
-
py: "1",
|
|
3464
|
-
style: {
|
|
3465
|
-
backgroundColor: audioThreadContext.status === "recording" ? "var(--accent-4)" : "var(--gray-4)",
|
|
3466
|
-
borderRadius: "var(--radius-6)"
|
|
3467
|
-
},
|
|
3468
|
-
children: /* @__PURE__ */ jsx59(BarsVisualizer, {
|
|
3469
|
-
visualizationAnalyser: audioThreadContext.recorderProps.visualizationAnalyser,
|
|
3470
|
-
backgroundColor: audioThreadContext.status === "recording" ? "var(--accent-11)" : "var(--gray-11)",
|
|
3471
|
-
height: "20px",
|
|
3472
|
-
barWidth: "12px"
|
|
3473
|
-
})
|
|
3449
|
+
children: /* @__PURE__ */ jsx59(Flex24, {
|
|
3450
|
+
px: "2",
|
|
3451
|
+
py: "1",
|
|
3452
|
+
style: {
|
|
3453
|
+
backgroundColor: audioThreadContext.status === "recording" ? "var(--accent-4)" : "var(--gray-4)",
|
|
3454
|
+
borderRadius: "var(--radius-6)"
|
|
3455
|
+
},
|
|
3456
|
+
children: /* @__PURE__ */ jsx59(BarsVisualizer, {
|
|
3457
|
+
visualizationAnalyser: audioThreadContext.recorderProps.visualizationAnalyser,
|
|
3458
|
+
backgroundColor: audioThreadContext.status === "recording" ? "var(--accent-11)" : "var(--gray-11)",
|
|
3459
|
+
height: "20px",
|
|
3460
|
+
barWidth: "12px"
|
|
3474
3461
|
})
|
|
3475
|
-
|
|
3462
|
+
})
|
|
3476
3463
|
}),
|
|
3477
3464
|
/* @__PURE__ */ jsx59(ActionButton, {})
|
|
3478
3465
|
]
|