hh-contracts 0.0.15 → 0.0.16

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.
@@ -5,7 +5,11 @@ exports.ICON_KEY = {
5
5
  EyeIcon: 'EyeIcon',
6
6
  EyeSlashIcon: 'EyeSlashIcon',
7
7
  ChevronRightIcon: 'ChevronRightIcon',
8
+ MoonIcon: 'MoonIcon',
9
+ SunIcon: 'SunIcon',
8
10
  LogoIcon: 'LogoIcon',
9
11
  HousekeepingIcon: 'HousekeepingIcon',
10
12
  Bars3CenterLeftIcon: 'Bars3CenterLeftIcon',
13
+ CountryFlagIconGB: 'CountryFlagIconGB',
14
+ CountryFlagIconRU: 'CountryFlagIconRU',
11
15
  };
@@ -2,9 +2,13 @@ export const ICON_KEY = {
2
2
  EyeIcon: 'EyeIcon',
3
3
  EyeSlashIcon: 'EyeSlashIcon',
4
4
  ChevronRightIcon: 'ChevronRightIcon',
5
+ MoonIcon: 'MoonIcon',
6
+ SunIcon: 'SunIcon',
5
7
  LogoIcon: 'LogoIcon',
6
8
  HousekeepingIcon: 'HousekeepingIcon',
7
9
  Bars3CenterLeftIcon: 'Bars3CenterLeftIcon',
10
+ CountryFlagIconGB: 'CountryFlagIconGB',
11
+ CountryFlagIconRU: 'CountryFlagIconRU',
8
12
  } as const;
9
13
 
10
14
  export type TIconKey = (typeof ICON_KEY)[keyof typeof ICON_KEY];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hh-contracts",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {