@liner-fe/prism 1.13.10 → 1.13.12
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/lib/index.mjs +1 -1
- package/lib/index.mjs.map +2 -2
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -8255,7 +8255,7 @@ var Textfield = forwardRef13((props, ref) => {
|
|
|
8255
8255
|
const isPassword = type === "password";
|
|
8256
8256
|
const isDeidentified = isPassword && deidentifiy;
|
|
8257
8257
|
const labelText = label?.text;
|
|
8258
|
-
const labelType = label?.type;
|
|
8258
|
+
const labelType = label?.type ?? "in";
|
|
8259
8259
|
const textfieldValue = isControlled ? controlledValue : value;
|
|
8260
8260
|
const displayFooter = maxCharacter || error;
|
|
8261
8261
|
const handleTextfieldClick = /* @__PURE__ */ __name(() => {
|