@webitel/ui-sdk 24.10.85 → 24.10.87

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": "@webitel/ui-sdk",
3
- "version": "24.10.85",
3
+ "version": "24.10.87",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -6,6 +6,21 @@
6
6
  width: 100%;
7
7
  }
8
8
 
9
+ &-tabs {
10
+ display: flex;
11
+ flex-direction: column;
12
+ flex-grow: 1;
13
+ gap: var(--spacing-sm);
14
+
15
+ &__tab {
16
+ flex-grow: 1;
17
+ display: flex;
18
+ min-height: 0;
19
+ gap: var(--spacing-sm);
20
+ flex-direction: column;
21
+ }
22
+ }
23
+
9
24
  &-header {
10
25
  position: relative;
11
26
  display: flex;
@@ -18,9 +18,9 @@ const AdminSections = Object.freeze({
18
18
  COMMUNICATIONS: 'communications', // scope: lookups
19
19
  PAUSE_CAUSE: 'pause-cause', // scope: lookups
20
20
  MEDIA: 'media', // scope: media_file
21
- SHIFT_TEMPLATES: 'shift-templates', // scope: shift_templates
22
- PAUSE_TEMPLATES: 'pause-templates', //scope: pause_templates
23
- WORKING_CONDITIONS: 'working-conditions', //scope: working_conditions
21
+ // SHIFT_TEMPLATES: 'shift-templates', // scope: shift_templates
22
+ // PAUSE_TEMPLATES: 'pause-templates', //scope: pause_templates
23
+ // WORKING_CONDITIONS: 'working-conditions', //scope: working_conditions
24
24
 
25
25
  // CONTACT CENTER
26
26
  SKILLS: 'skills', // scope: lookups
@@ -102,18 +102,18 @@ const applicationsAccess = (value = true) => ({
102
102
  _enabled: value,
103
103
  _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.MEDIA}`,
104
104
  },
105
- [AdminSections.SHIFT_TEMPLATES]: {
106
- _enabled: value,
107
- _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.SHIFT_TEMPLATES}`,
108
- },
109
- [AdminSections.PAUSE_TEMPLATES]: {
110
- _enabled: value,
111
- _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.PAUSE_TEMPLATES}`,
112
- },
113
- [AdminSections.WORKING_CONDITIONS]: {
114
- _enabled: value,
115
- _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.WORKING_CONDITIONS}`,
116
- },
105
+ // [AdminSections.SHIFT_TEMPLATES]: {
106
+ // _enabled: value,
107
+ // _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.SHIFT_TEMPLATES}`,
108
+ // },
109
+ // [AdminSections.PAUSE_TEMPLATES]: {
110
+ // _enabled: value,
111
+ // _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.PAUSE_TEMPLATES}`,
112
+ // },
113
+ // [AdminSections.WORKING_CONDITIONS]: {
114
+ // _enabled: value,
115
+ // _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.WORKING_CONDITIONS}`,
116
+ // },
117
117
  [AdminSections.AGENTS]: {
118
118
  _enabled: value,
119
119
  _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.AGENTS}`,