mimir-ui-kit 1.39.1 → 1.39.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/README.md CHANGED
@@ -58,5 +58,6 @@ npm version patch
58
58
  ```bash
59
59
  npm run icons
60
60
  ```
61
- 4. Смотрим в папку `icons/components`
62
- 5. Готово.
61
+ 4. Переходим в `icons/components/svgs/catalog.json` и добавляем имена компонентов в массив. (необходимо для вывода в сторибуке)
62
+ 5. Смотрим в папку `icons/components`
63
+ 6. Готово.
@@ -1,6 +1,6 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import { Suspense as s } from "react";
3
- import { i as e } from "../index-DhAMYnGs.js";
3
+ import { i as e } from "../index-__gOemjc.js";
4
4
  const p = ({ iconName: o, ...n }) => {
5
5
  const r = e[o];
6
6
  return r ? /* @__PURE__ */ t(s, { fallback: null, children: /* @__PURE__ */ t(r, { ...n, "data-testid": o }) }) : null;
@@ -10,7 +10,6 @@ const t = (e) => /* @__PURE__ */ l(
10
10
  "path",
11
11
  {
12
12
  fill: "currentColor",
13
- fillRule: "evenodd",
14
13
  d: "m0 12 3.785-8.487C4.737 1.376 6.89.003 9.25.003L36 0l-3.783 8.487c-.953 2.137-3.107 3.51-5.467 3.51l-26.749.002z",
15
14
  clipRule: "evenodd"
16
15
  }