@webitel/ui-sdk 26.2.23 → 26.2.24

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "26.2.23",
3
+ "version": "26.2.24",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "make-all": "npm version patch --git-tag-version false && npm run build && (npm run build:types || true) && (npm run biome:format:all || true) && npm run publish-lib",
package/src/install.ts CHANGED
@@ -5,6 +5,8 @@ import './css/main.css';
5
5
  import './css/tailwind.css';
6
6
 
7
7
  import { generateInstance } from '@webitel/api-services/api/axios';
8
+ // Import iconsRepository module to trigger side effects (icon registration)
9
+ import './assets/icons/iconsRepository';
8
10
  import { fillIconsRepository } from './assets/icons';
9
11
  import Components from './components'; // init all components
10
12
  import Directives from './directives'; // init all directives
@@ -3,6 +3,7 @@ import 'vue-multiselect/dist/vue-multiselect.css';
3
3
  import '@webitel/styleguide/fonts';
4
4
  import './css/main.css';
5
5
  import './css/tailwind.css';
6
+ import './assets/icons/iconsRepository';
6
7
  import { fillIconsRepository } from './assets/icons';
7
8
  export { fillIconsRepository };
8
9
  declare const _default: {