@indigina/ui-kit 1.1.301 → 1.1.303

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
@@ -190,7 +190,10 @@ declare enum KitSvgIcon {
190
190
  PAUSE = "pause",
191
191
  INBOUND = "inbound",
192
192
  OUTBOUND = "outbound",
193
- INVENTORY = "inventory"
193
+ INVENTORY = "inventory",
194
+ INTEGRATION_TOOLS = "integration-tools",
195
+ PIPELINE = "pipeline",
196
+ CLIENT_SETUP = "client-setup"
194
197
  }
195
198
  declare enum KitSvgIconType {
196
199
  FILL = "fill",
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.301",
10
+ "version": "1.1.303",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=20.1.3 <21.0.0",
13
13
  "@angular/core": ">=20.1.3 <21.0.0",