@redneckz/wildless-cms-uni-blocks 0.14.994 → 0.14.996

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.
@@ -1452,19 +1452,19 @@
1452
1452
  { id: 'otherIssues', text: 'Иные вопросы ВЭД' },
1453
1453
  ];
1454
1454
  const INTERNSHIP_DIRECTION = [
1455
- { key: 'economics', text: 'Экономика и финансы' },
1456
- { key: 'audit', text: 'Аудит' },
1457
- { key: 'law', text: 'Юриспруденция' },
1458
- { key: 'it', text: 'ИТ' },
1459
- { key: 'marketing', text: 'Маркетинг' },
1460
- { key: 'hr', text: 'HR' },
1461
- { key: 'analytics', text: 'Аналитика' },
1462
- { key: 'management', text: 'Менеджмент' },
1463
- { key: 'administration', text: 'ГМУ' },
1464
- { key: 'design', text: 'Дизайн' },
1465
- { key: 'journalism', text: 'Журналистика' },
1466
- { key: 'contact', text: 'Контакт-центр' },
1467
- { key: 'other', text: 'Другое' },
1455
+ { key: 'Экономика и финансы', text: 'Экономика и финансы' },
1456
+ { key: 'Аудит', text: 'Аудит' },
1457
+ { key: 'Юриспруденция', text: 'Юриспруденция' },
1458
+ { key: 'ИТ', text: 'ИТ' },
1459
+ { key: 'Маркетинг', text: 'Маркетинг' },
1460
+ { key: 'HR', text: 'HR' },
1461
+ { key: 'Аналитика', text: 'Аналитика' },
1462
+ { key: 'Менеджмент', text: 'Менеджмент' },
1463
+ { key: 'ГМУ', text: 'ГМУ' },
1464
+ { key: 'Дизайн', text: 'Дизайн' },
1465
+ { key: 'Журналистика', text: 'Журналистика' },
1466
+ { key: 'Контакт-центр', text: 'Контакт-центр' },
1467
+ { key: 'Другое', text: 'Другое' },
1468
1468
  ];
1469
1469
  const WORKING_HOURS = [
1470
1470
  { key: '20', text: '20' },
@@ -1472,10 +1472,10 @@
1472
1472
  { key: '40', text: '40' },
1473
1473
  ];
1474
1474
  const EDUCATION_LEVEL = [
1475
- { key: 'bachelor', text: 'Бакалавриат' },
1476
- { key: 'specialist', text: 'Специалитет' },
1477
- { key: 'master', text: 'Магистратура' },
1478
- { key: 'doctorate', text: 'Аспирантура' },
1475
+ { key: 'Бакалавриат', text: 'Бакалавриат' },
1476
+ { key: 'Специалитет', text: 'Специалитет' },
1477
+ { key: 'Магистратура', text: 'Магистратура' },
1478
+ { key: 'Аспирантура', text: 'Аспирантура' },
1479
1479
  ];
1480
1480
 
1481
1481
  // TODO Базовая функицональность всех Control - надо вынести и привязать к required флагу
@@ -13742,7 +13742,7 @@
13742
13742
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
13743
13743
  });
13744
13744
 
13745
- const packageVersion = "0.14.993";
13745
+ const packageVersion = "0.14.995";
13746
13746
 
13747
13747
  exports.Blocks = Blocks;
13748
13748
  exports.ContentPage = ContentPage;