@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.cjs
CHANGED
|
@@ -3458,7 +3458,6 @@ var Visualization = function() {
|
|
|
3458
3458
|
});
|
|
3459
3459
|
};
|
|
3460
3460
|
// src/components/threads/AudioThread/Form/index.tsx
|
|
3461
|
-
var import_react_icons10 = require("@radix-ui/react-icons");
|
|
3462
3461
|
var import_themes45 = require("@radix-ui/themes");
|
|
3463
3462
|
// src/components/threads/AudioThread/Form/ActionButton/index.tsx
|
|
3464
3463
|
var import_themes44 = require("@radix-ui/themes");
|
|
@@ -3571,35 +3570,23 @@ var Form = function() {
|
|
|
3571
3570
|
direction: "column",
|
|
3572
3571
|
align: "center",
|
|
3573
3572
|
children: [
|
|
3574
|
-
/* @__PURE__ */ (0, import_jsx_runtime59.
|
|
3573
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_themes45.Flex, {
|
|
3575
3574
|
pb: "3",
|
|
3576
3575
|
align: "center",
|
|
3577
|
-
children:
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
px: "2",
|
|
3590
|
-
py: "1",
|
|
3591
|
-
style: {
|
|
3592
|
-
backgroundColor: audioThreadContext.status === "recording" ? "var(--accent-4)" : "var(--gray-4)",
|
|
3593
|
-
borderRadius: "var(--radius-6)"
|
|
3594
|
-
},
|
|
3595
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(BarsVisualizer, {
|
|
3596
|
-
visualizationAnalyser: audioThreadContext.recorderProps.visualizationAnalyser,
|
|
3597
|
-
backgroundColor: audioThreadContext.status === "recording" ? "var(--accent-11)" : "var(--gray-11)",
|
|
3598
|
-
height: "20px",
|
|
3599
|
-
barWidth: "12px"
|
|
3600
|
-
})
|
|
3576
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_themes45.Flex, {
|
|
3577
|
+
px: "2",
|
|
3578
|
+
py: "1",
|
|
3579
|
+
style: {
|
|
3580
|
+
backgroundColor: audioThreadContext.status === "recording" ? "var(--accent-4)" : "var(--gray-4)",
|
|
3581
|
+
borderRadius: "var(--radius-6)"
|
|
3582
|
+
},
|
|
3583
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(BarsVisualizer, {
|
|
3584
|
+
visualizationAnalyser: audioThreadContext.recorderProps.visualizationAnalyser,
|
|
3585
|
+
backgroundColor: audioThreadContext.status === "recording" ? "var(--accent-11)" : "var(--gray-11)",
|
|
3586
|
+
height: "20px",
|
|
3587
|
+
barWidth: "12px"
|
|
3601
3588
|
})
|
|
3602
|
-
|
|
3589
|
+
})
|
|
3603
3590
|
}),
|
|
3604
3591
|
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ActionButton, {})
|
|
3605
3592
|
]
|
|
@@ -3644,7 +3631,7 @@ var import_radash13 = require("radash");
|
|
|
3644
3631
|
var import_react_children_utilities = require("react-children-utilities");
|
|
3645
3632
|
var import_themes47 = require("@radix-ui/themes");
|
|
3646
3633
|
// src/components/suggestions/Suggestions/Item.tsx
|
|
3647
|
-
var
|
|
3634
|
+
var import_react_icons10 = require("@radix-ui/react-icons");
|
|
3648
3635
|
var import_themes46 = require("@radix-ui/themes");
|
|
3649
3636
|
var import_jsx_runtime62 = require("react/jsx-runtime");
|
|
3650
3637
|
var Item = function(param) {
|
|
@@ -3681,7 +3668,7 @@ var Content5 = function(param) {
|
|
|
3681
3668
|
}),
|
|
3682
3669
|
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_themes46.Spinner, {
|
|
3683
3670
|
loading: isPending,
|
|
3684
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
3671
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react_icons10.ArrowUpIcon, {
|
|
3685
3672
|
style: {
|
|
3686
3673
|
flexShrink: 0
|
|
3687
3674
|
}
|