plataforma-fundacao-componentes 2.26.3 → 2.26.5

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.
@@ -1,5 +1,5 @@
1
1
  export declare const getMergedClassNames: (arr: unknown[]) => string;
2
- export declare const useMergedClassNames: (arr: unknown[]) => string;
2
+ export declare function useMergedClassNames(arr: unknown[]): string;
3
3
  export declare const getUniqueKey: () => string;
4
4
  export declare const isMobile: () => boolean;
5
5
  export declare const isiPhone: () => boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plataforma-fundacao-componentes",
3
- "version": "2.26.3",
3
+ "version": "2.26.5",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "Guvidaletti",
6
6
  "license": "MIT",
@@ -83,6 +83,7 @@
83
83
  "dist"
84
84
  ],
85
85
  "dependencies": {
86
+ "@floating-ui/react": "^0.26.16",
86
87
  "@loadable/component": "^5.15.3",
87
88
  "chart.js": "^2.9.3",
88
89
  "dompurify": "^2.4.1",