@liner-fe/prism 1.12.16 → 1.12.17
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 +2 -0
- package/lib/index.mjs.map +2 -2
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -7636,6 +7636,7 @@ var Textfield = forwardRef8((props, ref) => {
|
|
|
7636
7636
|
textfieldValue && !disabled && /* @__PURE__ */ jsx150(
|
|
7637
7637
|
IconButton,
|
|
7638
7638
|
{
|
|
7639
|
+
tabIndex: -1,
|
|
7639
7640
|
className: style_module_default11["action-button"],
|
|
7640
7641
|
name: "close-fill",
|
|
7641
7642
|
size: "s",
|
|
@@ -7648,6 +7649,7 @@ var Textfield = forwardRef8((props, ref) => {
|
|
|
7648
7649
|
isPassword && !disabled && /* @__PURE__ */ jsx150(
|
|
7649
7650
|
IconButton,
|
|
7650
7651
|
{
|
|
7652
|
+
tabIndex: -1,
|
|
7651
7653
|
className: style_module_default11["action-button"],
|
|
7652
7654
|
name: deidentifiy ? "visibility-off" : "visibility",
|
|
7653
7655
|
size: "s",
|