hh-contracts 0.0.80 → 0.0.81

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.
@@ -65,6 +65,12 @@ exports.ICON_KEYS = {
65
65
  kettle: 'kettle',
66
66
  teaStation: 'teaStation',
67
67
  fridge: 'fridge',
68
+ //conference
69
+ conferenceSeatingTheatre: 'conferenceSeatingTheatre',
70
+ conferenceSeatingClass: 'conferenceSeatingClass',
71
+ conferenceSeatingUShape: 'conferenceSeatingUShape',
72
+ conferenceSeatingCircle: 'conferenceSeatingCircle',
73
+ conferenceSeatingBanquet: 'conferenceSeatingBanquet',
68
74
  flagGB: 'flagGB',
69
75
  flagRU: 'flagRU',
70
76
  };
@@ -62,6 +62,12 @@ export const ICON_KEYS = {
62
62
  kettle: 'kettle',
63
63
  teaStation: 'teaStation',
64
64
  fridge: 'fridge',
65
+ //conference
66
+ conferenceSeatingTheatre: 'conferenceSeatingTheatre',
67
+ conferenceSeatingClass: 'conferenceSeatingClass',
68
+ conferenceSeatingUShape: 'conferenceSeatingUShape',
69
+ conferenceSeatingCircle: 'conferenceSeatingCircle',
70
+ conferenceSeatingBanquet: 'conferenceSeatingBanquet',
65
71
 
66
72
  flagGB: 'flagGB',
67
73
  flagRU: 'flagRU',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hh-contracts",
3
- "version": "0.0.80",
3
+ "version": "0.0.81",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {