@indigina/ui-kit 1.1.255 → 1.1.256

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/index.d.ts CHANGED
@@ -193,7 +193,8 @@ declare enum KitSvgIcon {
193
193
  MOBILE_USER = "mobile-user",
194
194
  MANAGEMENT = "management",
195
195
  INVENTORY = "inventory",
196
- LOGO_DARK_THEME = "logo-dark-theme"
196
+ LOGO_DARK_THEME = "logo-dark-theme",
197
+ FILE_BARCODE = "file-barcode"
197
198
  }
198
199
  declare enum KitSvgIconType {
199
200
  FILL = "fill",
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.255",
10
+ "version": "1.1.256",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=20.1.3 <21.0.0",
13
13
  "@angular/core": ">=20.1.3 <21.0.0",