haze-ui 1.4.0 → 1.4.2

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.js CHANGED
@@ -52,5 +52,5 @@ import Q from "./components/Table/TableCell.js";
52
52
  import $ from "./components/Carousel/Carousel.js";
53
53
  import ee from "./components/Carousel/CarouselSlide.js";
54
54
  import te from "./components/Datepicker/Datepicker.js";
55
- import { controlEqual as ne, useControl as re } from "react-use-control";
56
- export { T as Accordion, E as AccordionItem, D as Alert, O as Avatar, f as Badge, P as Breadcrumb, F as BreadcrumbItem, o as Button, i as COMPONENT_TOKENS, g as Card, $ as Carousel, ee as CarouselSlide, u as Checkbox, q as Combobox, te as Datepicker, p as Dialog, I as Disclosure, V as FileInput, N as Flex, j as Icon, M as Image, s as Input, G as List, K as ListItem, L as Menu, z as MenuDivider, R as MenuItem, B as NumberInput, l as Option, h as Popover, _ as Radio, v as RadioGroup, c as Select, A as Skeleton, b as Slider, d as Switch, a as TOKEN_REGISTRY, C as Tab, S as TabList, w as TabPanel, J as Table, X as TableBody, Q as TableCell, Y as TableHead, Z as TableRow, x as Tabs, k as Tag, y as Textarea, H as Toast, U as ToastContainer, m as Tooltip, ne as controlEqual, e as darkTheme, t as lightTheme, n as spacing, r as typography, re as useControl, W as useToast };
55
+ import { useControl as ne } from "react-use-control";
56
+ export { T as Accordion, E as AccordionItem, D as Alert, O as Avatar, f as Badge, P as Breadcrumb, F as BreadcrumbItem, o as Button, i as COMPONENT_TOKENS, g as Card, $ as Carousel, ee as CarouselSlide, u as Checkbox, q as Combobox, te as Datepicker, p as Dialog, I as Disclosure, V as FileInput, N as Flex, j as Icon, M as Image, s as Input, G as List, K as ListItem, L as Menu, z as MenuDivider, R as MenuItem, B as NumberInput, l as Option, h as Popover, _ as Radio, v as RadioGroup, c as Select, A as Skeleton, b as Slider, d as Switch, a as TOKEN_REGISTRY, C as Tab, S as TabList, w as TabPanel, J as Table, X as TableBody, Q as TableCell, Y as TableHead, Z as TableRow, x as Tabs, k as Tag, y as Textarea, H as Toast, U as ToastContainer, m as Tooltip, e as darkTheme, t as lightTheme, n as spacing, r as typography, ne as useControl, W as useToast };
@@ -69,4 +69,4 @@ export { Carousel, CarouselSlide } from './components/Carousel';
69
69
  export type { CarouselProps, CarouselSlideProps } from './components/Carousel';
70
70
  export { Datepicker } from './components/Datepicker';
71
71
  export type { DatepickerProps } from './components/Datepicker';
72
- export { useControl, controlEqual } from 'react-use-control';
72
+ export { useControl } from 'react-use-control';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "haze-ui",
3
- "version": "1.4.0",
3
+ "version": "1.4.2",
4
4
  "type": "module",
5
5
  "description": "A React UI component library powered by react-use-control and Linaria",
6
6
  "main": "./dist/index.js",
@@ -51,8 +51,8 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "babel-runtime-jsx-plus": "^0.1.5",
54
- "react-toolroom": "^0.4.0",
55
- "react-use-control": "^1.3.0"
54
+ "react-toolroom": "^0.5.2",
55
+ "react-use-control": "^1.3.2"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@babel/core": "^7.29.0",
@@ -87,7 +87,7 @@
87
87
  "jsdom": "^29.0.0",
88
88
  "json-schema-faker": "^0.6.0",
89
89
  "lint-staged": "^16.4.0",
90
- "lucide-react": "^0.563.0",
90
+ "lucide-react": "^0.577.0",
91
91
  "prettier": "^3.8.1",
92
92
  "qss": "^3.0.0",
93
93
  "ramda": "^0.32.0",
@@ -100,7 +100,7 @@
100
100
  "tools-config": "^0.2.5",
101
101
  "tsc-alias": "^1.8.16",
102
102
  "typescript": "^5.9.3",
103
- "vite": "^8.0.0",
103
+ "vite": "^8.0.1",
104
104
  "vitest": "^4.1.0"
105
105
  }
106
106
  }