ctc-component-library 0.1.65 → 0.1.67

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.d.ts CHANGED
@@ -32,3 +32,4 @@ export { useToast, ToastContextProvider } from './src/components/atoms/Toast/Toa
32
32
  export { Alert, AlertContent, AlertDescription, AlertIcon, type AlertSize, type AlertVariant } from './src/components/molecules/alert/Alert';
33
33
  export { Label } from './src/components/atoms/Label/Label';
34
34
  export { DropdownPhone } from './src/components/molecules/dropdowns/DropdownPhone/DropdownPhone';
35
+ export * from 'antd/es/table';
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 },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ctc-component-library",
3
3
  "private": false,
4
- "version": "0.1.65",
4
+ "version": "0.1.67",
5
5
  "type": "module",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
@@ -61,6 +61,7 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "@material-symbols/font-400": "^0.28.2",
64
+ "@tanstack/react-table": "^8.21.2",
64
65
  "antd": "^5.19.3",
65
66
  "classnames": "^2.5.1",
66
67
  "react": "^18.2.0",