@huntflow/ui 0.2.33 → 0.2.34

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/ui.es.js CHANGED
@@ -82,7 +82,7 @@ const L0 = "_loader_1kkq4_11", h0 = "_circle_1kkq4_17", _0 = "_hidden_1kkq4_24",
82
82
  try {
83
83
  const n = `
84
84
  <svg id="__svg-sprite__" xmlns="http://www.w3.org/2000/svg" style="display: none;">
85
- ${(await import("./sprite-E089mw8d.js")).default}
85
+ ${(await import("./sprite-CTlFh5jD.js")).default}
86
86
  </svg>
87
87
  `;
88
88
  document.body.insertAdjacentHTML("afterbegin", n);
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@huntflow/ui",
3
3
  "description": "HuntFlow UiKit, icons, utils library",
4
4
  "private": false,
5
- "version": "0.2.33",
5
+ "version": "0.2.34",
6
6
  "author": {
7
7
  "name": "HuntFlow Developer",
8
8
  "nickname": "developer",
@@ -34,6 +34,7 @@
34
34
  "visual:create": "npx tsx tests/screenshot-create.ts",
35
35
  "visual:compare": "npx tsx tests/compare-screenshots.ts",
36
36
  "tokens:generate": "npx tsx utils/generate-tokens.ts",
37
+ "tokens:convert": "npx tsx utils/figma-tokens.ts && npx prettier --write src/assets/css/token.css",
37
38
  "sprite": "npx tsx utils/svg-sprite.ts",
38
39
  "prepare": "husky install",
39
40
  "prepush-checks": "npm run lint && npm run format && npm run stylelint"