@orangelogic/design-system 2.40.0 → 2.41.0

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orangelogic/design-system",
3
3
  "type": "module",
4
- "version": "2.40.0",
4
+ "version": "2.41.0",
5
5
  "license": "UNLICENSED",
6
6
  "types": "library/types.d.ts",
7
7
  "scripts": {
@@ -7,6 +7,7 @@ import { default as CxLineClamp } from '../../../atoms/src/components/line-clamp
7
7
  import { default as CxMenu } from '../../../atoms/src/components/menu/menu.ts';
8
8
  import { default as CxMenuItem } from '../../../atoms/src/components/menu-item/menu-item.ts';
9
9
  import { default as CxMenuLabel } from '../../../atoms/src/components/menu-label/menu-label.ts';
10
+ import { default as CxSpace } from '../../../atoms/src/components/space/space.ts';
10
11
  import { default as CxSwitch } from '../../../atoms/src/components/switch/switch.ts';
11
12
  import { default as CxTooltip } from '../../../atoms/src/components/tooltip/tooltip.ts';
12
13
  import { default as CortexElement } from '../../../base/src/cortex-element.ts';
@@ -32,6 +33,7 @@ export default class CxViewAndSort extends CortexElement {
32
33
  'cx-menu': typeof CxMenu;
33
34
  'cx-menu-item': typeof CxMenuItem;
34
35
  'cx-menu-label': typeof CxMenuLabel;
36
+ 'cx-space': typeof CxSpace;
35
37
  'cx-switch': typeof CxSwitch;
36
38
  'cx-tooltip': typeof CxTooltip;
37
39
  };
@@ -52,7 +52,7 @@
52
52
  export type CxTemplateSwitcherSettings = { darkMode: boolean; deployStack: boolean; direction: string; groupBy: string; itemsPerPage: string; resequence: boolean; seeThru: boolean; showBinnedAssets: boolean; sortOrder: string; view: string; };
53
53
  export type CxTemplateSwitcherEventOption = { delay: string; returnType: string; };
54
54
  export type CxTemplateSwitcherOption = { category: string; eventName: string; id: string; isSetting: boolean; name: string; selectedTip: string; subCategory: string; unselectedTip: string; };
55
- export type CxTemplateSwitcherSectionOption = { id: string; name: string; };
55
+ export type CxTemplateSwitcherSectionOption = { id: string; name: string; tooltip: string; };
56
56
  export type CxTemplateSwitcherSortOrder = { category: string; eventName: string; id: string; isSetting: boolean; name: string; selectedTip: string; subCategory: string; unselectedTip: string; direction: CxTemplateSwitcherOption[]; };
57
57
  export type CxTextToSpeechTextToSpeechData = { HtmlData: string; SsmlData: { LanguageCode: string; Name: string; SsmlText: string; }; };
58
58
  export type CxVideoEditorPartial = { captionsURI: dictionary; crop: { height: number; width: number; x: number; y: number; }; frameRate: number; id: string; label: string; muted: boolean; playbackSpeed: number; recordID: string; rotation: number; scrubMIME: string; scrubURL: string; sourceMIME: string; sourceURL: string; startPosition: number; stopPosition: number; volume: number; vrMode: string; };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orangelogic/design-system",
3
3
  "type": "module",
4
- "version": "2.40.0",
4
+ "version": "2.41.0",
5
5
  "license": "UNLICENSED",
6
6
  "types": "library/types.d.ts",
7
7
  "scripts": {