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 +3 -2
- package/dist/icons/Icon.js +1 -1
- package/dist/icons/components/Step.js +0 -1
- package/dist/icons/components/index.js +571 -572
- package/dist/index-__gOemjc.js +3493 -0
- package/package.json +1 -1
- package/dist/index-DhAMYnGs.js +0 -2666
package/README.md
CHANGED
@@ -58,5 +58,6 @@ npm version patch
|
|
58
58
|
```bash
|
59
59
|
npm run icons
|
60
60
|
```
|
61
|
-
4.
|
62
|
-
5.
|
61
|
+
4. Переходим в `icons/components/svgs/catalog.json` и добавляем имена компонентов в массив. (необходимо для вывода в сторибуке)
|
62
|
+
5. Смотрим в папку `icons/components`
|
63
|
+
6. Готово.
|
package/dist/icons/Icon.js
CHANGED
@@ -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-
|
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;
|