@crystaldesign/diva-backoffice 26.11.0-beta.17 → 26.11.0-beta.19

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.
@@ -79,6 +79,7 @@ import SlidersOutlined from '@ant-design/icons/SlidersOutlined';
79
79
  import FlagOutlined from '@ant-design/icons/FlagOutlined';
80
80
  import EditOutlined from '@ant-design/icons/EditOutlined';
81
81
  import ScissorOutlined from '@ant-design/icons/ScissorOutlined';
82
+ import ProfileOutlined from '@ant-design/icons/ProfileOutlined';
82
83
  import cloneDeep from 'lodash/cloneDeep';
83
84
  import InfoCircleOutlined from '@ant-design/icons/InfoCircleOutlined';
84
85
  import DivaUtils$1, { nanoid, DivaError as DivaError$1 } from '@crystaldesign/diva-utils';
@@ -15101,6 +15102,8 @@ function getIcon(icon) {
15101
15102
  return /*#__PURE__*/jsx(EditOutlined, {});
15102
15103
  case 'ScissorOutlined':
15103
15104
  return /*#__PURE__*/jsx(ScissorOutlined, {});
15105
+ case 'ProfileOutlined':
15106
+ return /*#__PURE__*/jsx(ProfileOutlined, {});
15104
15107
  }
15105
15108
  return undefined;
15106
15109
  }
@@ -16480,7 +16483,7 @@ var menu = [{
16480
16483
  path: 'assortment-manager',
16481
16484
  label: 'backoffice.menu.items.label.AssortmentManager',
16482
16485
  permission: 'backoffice_assortmentmanager',
16483
- icon: 'TableOutlined',
16486
+ icon: 'UnorderedListOutlined',
16484
16487
  items: [{
16485
16488
  id: 'AssortmentManagerHeaderData',
16486
16489
  path: 'headerdata',
@@ -1 +1 @@
1
- {"version":3,"file":"getIcons.d.ts","sourceRoot":"","sources":["../../../../../src/utils/getIcons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAwD1B,wBAAgB,OAAO,CAAC,IAAI,CAAC,EAAE,MAAM,iCAkHpC"}
1
+ {"version":3,"file":"getIcons.d.ts","sourceRoot":"","sources":["../../../../../src/utils/getIcons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAyD1B,wBAAgB,OAAO,CAAC,IAAI,CAAC,EAAE,MAAM,iCAoHpC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "26.11.0-beta.17",
3
+ "version": "26.11.0-beta.19",
4
4
  "description": "Ant Design backoffice shell: configuration plus the IDM and enricher editors.",
5
5
  "license": "COMMERCIAL",
6
6
  "devDependencies": {
@@ -16,14 +16,14 @@
16
16
  "dependencies": {
17
17
  "@ant-design/icons": "6.1.0",
18
18
  "@babel/runtime": "7.24.7",
19
- "@crystaldesign/content-box": "26.11.0-beta.17",
20
- "@crystaldesign/content-item": "26.11.0-beta.17",
21
- "@crystaldesign/diva-agent": "26.11.0-beta.17",
22
- "@crystaldesign/diva-core": "26.11.0-beta.17",
23
- "@crystaldesign/diva-utils": "26.11.0-beta.17",
24
- "@crystaldesign/media-upload": "26.11.0-beta.17",
25
- "@crystaldesign/rtf-editor": "26.11.0-beta.17",
26
- "@crystaldesign/spreadsheet": "26.11.0-beta.17",
19
+ "@crystaldesign/content-box": "26.11.0-beta.19",
20
+ "@crystaldesign/content-item": "26.11.0-beta.19",
21
+ "@crystaldesign/diva-agent": "26.11.0-beta.19",
22
+ "@crystaldesign/diva-core": "26.11.0-beta.19",
23
+ "@crystaldesign/diva-utils": "26.11.0-beta.19",
24
+ "@crystaldesign/media-upload": "26.11.0-beta.19",
25
+ "@crystaldesign/rtf-editor": "26.11.0-beta.19",
26
+ "@crystaldesign/spreadsheet": "26.11.0-beta.19",
27
27
  "@dnd-kit/core": "^6.1.0",
28
28
  "@dnd-kit/sortable": "^8.0.0",
29
29
  "@dnd-kit/utilities": "^3.2.2",
@@ -57,5 +57,5 @@
57
57
  },
58
58
  "module": "build/esm/index.js",
59
59
  "types": "./build/types/backoffice/src/index.d.ts",
60
- "gitHead": "7e95de76bf4d331b60b8d678c01deb685aa64e40"
60
+ "gitHead": "a0f430e3330486391443a399e86119c753399d9d"
61
61
  }