@ascentgl/ads-icons 0.0.19 → 0.0.27

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/icons/index.d.ts CHANGED
@@ -19,6 +19,7 @@ export * from './src/adsIcon-Cross.icon';
19
19
  export * from './src/adsIcon-Datepicker.icon';
20
20
  export * from './src/adsIcon-Drag.icon';
21
21
  export * from './src/adsIcon-Edit_Dashboard.icon';
22
+ export * from './src/adsIcon-Essentials.icon';
22
23
  export * from './src/adsIcon-Exclamation.icon';
23
24
  export * from './src/adsIcon-Filter.icon';
24
25
  export * from './src/adsIcon-File_Signature.icon';
@@ -28,6 +29,7 @@ export * from './src/adsIcon-Location_Filled.icon';
28
29
  export * from './src/adsIcon-Lock.icon';
29
30
  export * from './src/adsIcon-Mail_Envelope.icon';
30
31
  export * from './src/adsIcon-Menu-More_Info.icon';
32
+ export * from './src/adsIcon-OM.icon';
31
33
  export * from './src/adsIcon-Plus_Circle.icon';
32
34
  export * from './src/adsIcon-Plus.icon';
33
35
  export * from './src/adsIcon-Pencil.icon';
@@ -1,4 +1,4 @@
1
- export type adsIcon = 'bell' | 'bell_warning' | 'calendar_star' | 'check_circle_filled' | 'check_circle' | 'check' | 'checklist' | 'chevron_down' | 'chevron_left' | 'chevron_right' | 'chevron_up' | 'circle_filled' | 'circle_no_filled' | 'cross_circle' | 'cross_circle_filled' | 'cross' | 'cross_v2' | 'datepicker' | 'drag' | 'graph' | 'edit_dashboard' | 'exclamation' | 'filter' | 'file_signature' | 'front_truck' | 'information' | 'location_filled' | 'lock' | 'mail_envelope' | 'menu_more_info' | 'minus' | 'plus_circle' | 'pencil' | 'plus' | 'search' | 'search_file' | 'sort_ascending' | 'sort_descending' | 'sort_filled' | 'star_25' | 'star_50' | 'star_75' | 'star_full' | 'star' | 'stepper_circle' | 'status_processing' | 'status_new' | 'shipment' | 'order' | 'timepicker' | 'tools' | 'truck' | 'truck_dolly' | 'user_circle' | 'visibility_eye_none' | 'visibility_eye' | 'warehouse' | 'warning';
1
+ export type adsIcon = 'bell' | 'bell_warning' | 'calendar_star' | 'check_circle_filled' | 'check_circle' | 'check' | 'checklist' | 'chevron_down' | 'chevron_left' | 'chevron_right' | 'chevron_up' | 'circle_filled' | 'circle_no_filled' | 'cross_circle' | 'cross_circle_filled' | 'cross' | 'cross_v2' | 'datepicker' | 'drag' | 'graph' | 'edit_dashboard' | 'essentials' | 'exclamation' | 'filter' | 'file_signature' | 'front_truck' | 'information' | 'location_filled' | 'lock' | 'mail_envelope' | 'menu_more_info' | 'minus' | 'plus_circle' | 'pencil' | 'plus' | 'search' | 'search_file' | 'sort_ascending' | 'sort_descending' | 'sort_filled' | 'star_25' | 'star_50' | 'star_75' | 'star_full' | 'star' | 'stepper_circle' | 'status_processing' | 'status_new' | 'shipment' | 'order' | 'order_management' | 'timepicker' | 'tools' | 'truck' | 'truck_dolly' | 'user_circle' | 'visibility_eye_none' | 'visibility_eye' | 'warehouse' | 'warning';
2
2
  export interface AdsIcon {
3
3
  name: adsIcon;
4
4
  data: string;
@@ -0,0 +1,4 @@
1
+ export declare const adsIconEssentials: {
2
+ name: 'essentials';
3
+ data: string;
4
+ };
@@ -0,0 +1,4 @@
1
+ export declare const adsIconOM: {
2
+ name: 'order_management';
3
+ data: string;
4
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ascentgl/ads-icons",
3
- "version": "0.0.19",
3
+ "version": "0.0.27",
4
4
  "description": "This library was generated with [Nx](https://nx.dev).",
5
5
  "main": "jest.config.js",
6
6
  "author": "Sergii Sichkar",