@liner-fe/prism 2.1.37 → 2.1.39

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 CHANGED
@@ -8882,7 +8882,6 @@ var IconButton = forwardRef10(
8882
8882
  disabled: disabled && !isLoading,
8883
8883
  "aria-label": icon.name,
8884
8884
  role: "button",
8885
- tabIndex: 0,
8886
8885
  children: isLoading ? /* @__PURE__ */ jsx168(Loading, { size: iconButtonLoadingSizeMap[size], level: iconButtonLoadingLevelMap[level] }) : /* @__PURE__ */ jsx168(
8887
8886
  Icon,
8888
8887
  {
@@ -9244,6 +9243,7 @@ var Textfield = forwardRef14((props, ref) => {
9244
9243
  ] })
9245
9244
  ] });
9246
9245
  });
9246
+ Textfield.displayName = "Textfield";
9247
9247
 
9248
9248
  // src/components/Slider/index.tsx
9249
9249
  import { forwardRef as forwardRef15 } from "react";