rbro-tat-uds 1.5.40 → 1.5.41
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.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -15288,11 +15288,10 @@ const cr = H.button`
|
|
15288
15288
|
"input",
|
15289
15289
|
{
|
15290
15290
|
readOnly: !0,
|
15291
|
-
placeholder: a,
|
15292
15291
|
id: e,
|
15293
15292
|
type: "text",
|
15294
15293
|
name: r,
|
15295
|
-
value: w.length ? $ : "",
|
15294
|
+
value: w.length ? $ : "0.00",
|
15296
15295
|
onClick: () => !n && V(),
|
15297
15296
|
onChange: (C) => C.preventDefault()
|
15298
15297
|
}
|