carriera-intern-components 1.1.185 → 1.1.186

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": "carriera-intern-components",
3
- "version": "1.1.185",
3
+ "version": "1.1.186",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.14",
6
6
  "@angular/core": "^19.2.14"
@@ -0,0 +1,3 @@
1
+ <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.0619 9.9225C12.6143 10.2414 12.8103 10.9557 12.405 11.4482C11.7649 12.2259 10.9616 12.8599 10.0466 13.3022C8.78329 13.9129 7.36557 14.1299 5.97742 13.9249C4.58927 13.7199 3.29476 13.1025 2.26187 12.1527C1.22897 11.2029 0.505371 9.96459 0.184948 8.59846C-0.135475 7.23233 -0.0379263 5.80143 0.464937 4.49142C0.9678 3.18142 1.85277 2.05278 3.005 1.25196C4.15724 0.451128 5.52357 0.0150779 6.9267 0.000383819C7.94288 -0.010258 8.94438 0.200458 9.86345 0.612454C10.4455 0.873388 10.5876 1.60026 10.2346 2.13158C9.88157 2.66289 9.16609 2.79155 8.56475 2.57873C8.04945 2.39636 7.50341 2.30447 6.95089 2.31026C6.01079 2.3201 5.09535 2.61226 4.32335 3.14881C3.55135 3.68536 2.95843 4.44155 2.62151 5.31925C2.28459 6.19696 2.21923 7.15566 2.43391 8.07097C2.6486 8.98627 3.13341 9.81593 3.82545 10.4523C4.51749 11.0887 5.38481 11.5023 6.31487 11.6397C7.24493 11.777 8.1948 11.6317 9.04123 11.2225C9.5387 10.982 9.98695 10.6569 10.3674 10.2644C10.8114 9.80644 11.5095 9.60356 12.0619 9.9225Z" fill="#6692F1"/>
3
+ </svg>
@@ -292,6 +292,10 @@
292
292
  "iconName": "cai-share",
293
293
  "iconPath": "/assets/icons/fuel-contact/cai-share.svg"
294
294
  },
295
+ {
296
+ "iconName": "cai-loader",
297
+ "iconPath": "/assets/icons/cai-loader.svg"
298
+ },
295
299
  {
296
300
  "iconName": "cai-user-2",
297
301
  "iconPath": "/assets/icons/fuel-contact/cai-user-2.svg"
package/public-api.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export * from './app/utils';
2
+ export * from './app/components/input/models';
2
3
  export * from './app/components/pm/pm.component';
3
4
  export * from './app/components/input/input.component';
4
5
  export * from './app/components/drop-zone/drop-zone.component';
@@ -6,3 +7,4 @@ export * from './app/components/input-datetime-picker/cai-input-datetime-picker.
6
7
  export * from './app/components/input-datetime-picker/components/cai-custom-datetime-pickers/config';
7
8
  export * from './app/components/avatar/avatar.component';
8
9
  export * from './app/components/copy/copy.component';
10
+ export * from './app/components/input-address/input-address.component';