@3sc/common-component 0.0.369 → 0.0.370
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.es.js +1 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -41041,6 +41041,7 @@ const TV = ({ options: e, isDraggable: t }) => {
|
|
|
41041
41041
|
autoFocus: !0,
|
|
41042
41042
|
size: "small",
|
|
41043
41043
|
InputProps: {
|
|
41044
|
+
readOnly: !1,
|
|
41044
41045
|
disableUnderline: !0,
|
|
41045
41046
|
tabIndex: 0,
|
|
41046
41047
|
inputMode: "none"
|
|
@@ -44506,14 +44507,12 @@ function Ow({
|
|
|
44506
44507
|
sx: {
|
|
44507
44508
|
position: "absolute",
|
|
44508
44509
|
bottom: 0,
|
|
44509
|
-
// ✅ Required to anchor the bar correctly
|
|
44510
44510
|
left: 0,
|
|
44511
44511
|
width: "100%",
|
|
44512
44512
|
height: "0.08rem",
|
|
44513
44513
|
background: "linear-gradient(#F9B16E, #F68080)",
|
|
44514
44514
|
pointerEvents: "none",
|
|
44515
44515
|
zIndex: 1
|
|
44516
|
-
// ✅ So it stays under content
|
|
44517
44516
|
}
|
|
44518
44517
|
}
|
|
44519
44518
|
),
|