@hxtos/hx-components 0.24.0 → 0.25.0

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.
@@ -0,0 +1,2 @@
1
+ declare function DangerNotification({ dismiss, message }: any): import("react/jsx-runtime").JSX.Element;
2
+ export default DangerNotification;
@@ -0,0 +1,2 @@
1
+ declare function InfoNotification({ dismiss, message }: any): import("react/jsx-runtime").JSX.Element;
2
+ export default InfoNotification;
@@ -0,0 +1,2 @@
1
+ declare function SuccessNotification({ dismiss, message }: any): import("react/jsx-runtime").JSX.Element;
2
+ export default SuccessNotification;
@@ -0,0 +1,2 @@
1
+ declare function WarningNotification({ dismiss, message }: any): import("react/jsx-runtime").JSX.Element;
2
+ export default WarningNotification;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "Hxtos"
5
5
  },
6
6
  "private": false,
7
- "version": "0.24.0",
7
+ "version": "0.25.0",
8
8
  "license": "MIT",
9
9
  "description": "Biblioteca de componentes Hxtos",
10
10
  "type": "module",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@headlessui/react": "^1.4.1",
33
- "@hxtos/hx-icons": "18.0.0",
33
+ "@hxtos/hx-icons": "20.0.0",
34
34
  "@hexagonpro/tailwind-theme": "2.0.9",
35
35
  "@tanstack/react-table": "^8.12.0",
36
36
  "chromatic": "^10.2.0",