ctc-component-library 0.1.66 → 0.1.68

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 CHANGED
@@ -674,6 +674,7 @@ const Nn = ({
674
674
  return /* @__PURE__ */ de.jsx(
675
675
  "span",
676
676
  {
677
+ translate: "no",
677
678
  "data-testid": o,
678
679
  className: `material-symbols-${r} ${t}`,
679
680
  style: { ...l, ...n },
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  export interface TooltipProps {
3
- prompText: string;
3
+ prompText: React.ReactNode;
4
4
  dataTestid?: string;
5
5
  customClassName?: string;
6
6
  children: React.ReactNode;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ctc-component-library",
3
3
  "private": false,
4
- "version": "0.1.66",
4
+ "version": "0.1.68",
5
5
  "type": "module",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",