urfu-ui-kit-react 0.0.99 → 1.0.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.
@@ -11918,8 +11918,8 @@ const Df = ({
11918
11918
  {
11919
11919
  className: r == g.id ? "u-collapsible-menu-list-item u-menu-active" : "u-collapsible-menu-list-item",
11920
11920
  id: String(g.id),
11921
- onClick: () => n(g),
11922
- children: g.title
11921
+ onClick: () => n && n(g),
11922
+ children: /* @__PURE__ */ h.jsx("a", { className: "u-collapsible-menu-list-item-link", href: g.url, children: g.title })
11923
11923
  },
11924
11924
  b
11925
11925
  ))
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "UrFU UI-Kit for React Web",
4
4
  "license": "UNLICENSED",
5
5
  "private": false,
6
- "version": "0.0.99",
6
+ "version": "1.0.0",
7
7
  "type": "module",
8
8
  "main": "dist/urfu-ui-kit-react",
9
9
  "types": "dist/urfu-ui-kit-react",
@@ -20,7 +20,7 @@
20
20
  "date-fns": "^3.6.0",
21
21
  "react-datepicker": "^7.4.0",
22
22
  "react-input-mask": "^2.0.4",
23
- "urfu-ui-kit-vanilla": "^1.1.23"
23
+ "urfu-ui-kit-vanilla": "^1.2.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@chromatic-com/storybook": "^1.3.3",