@revolugo/common 6.15.8-alpha.1 → 6.15.8-alpha.3

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": "@revolugo/common",
3
- "version": "6.15.8-alpha.1",
3
+ "version": "6.15.8-alpha.3",
4
4
  "private": false,
5
5
  "description": "Revolugo common",
6
6
  "author": "Revolugo",
@@ -1,5 +1,6 @@
1
1
  export const ICONS_NAME = Object.freeze({
2
2
  airplane: 'ph:airplane',
3
+ appleBrand: 'logos:apple',
3
4
  archive: 'ph:archive',
4
5
  arrowDown: 'ph:arrow-down',
5
6
  arrowHorizontal: 'ph:arrows-horizontal',
@@ -88,6 +89,7 @@ export const ICONS_NAME = Object.freeze({
88
89
  gear: 'ph:gear',
89
90
  globe: 'ph:globe',
90
91
  golf: 'ph:golf',
92
+ googleCalendar: 'logos:google-calendar',
91
93
  graph: 'ph:graph',
92
94
  gym: 'ph:barbell',
93
95
  hairDryer: 'ph:hair-dryer',
@@ -126,6 +128,8 @@ export const ICONS_NAME = Object.freeze({
126
128
  musicNotes: 'ph:music-notes',
127
129
  noSmoking: 'ph:cigarette-slash',
128
130
  note: 'ph:note',
131
+ office365: 'custom:ms-office-365',
132
+ outlook: 'custom:ms-outlook',
129
133
  paintBrush: 'ph:paint-brush',
130
134
  palette: 'ph:palette',
131
135
  paperPlaneTilt: 'ph:paper-plane-tilt',