@elliemae/ds-form-combobox 3.54.0-next.4 → 3.54.0-next.6

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.
@@ -11,4 +11,15 @@ export declare const FORM_COMBOBOX_SLOTS: {
11
11
  readonly LOADING_INDICATOR: "loading-indicator";
12
12
  readonly SKELETON_MENU_ITEM: "skeleton-menu-item";
13
13
  };
14
- export declare const FORM_COMBOBOX_DATA_TESTID: Record<string, string>;
14
+ export declare const FORM_COMBOBOX_DATA_TESTID: {
15
+ readonly ROOT: "ds-combobox-root";
16
+ readonly INPUT_WRAPPER: "ds-combobox-input-wrapper";
17
+ readonly INPUT: "ds-combobox-input";
18
+ readonly DROPDOWN_BUTTON: "ds-combobox-dropdown-button";
19
+ readonly FAST_LIST: "ds-combobox-fast-list";
20
+ readonly SECTION_WRAPPER: "ds-combobox-section-wrapper";
21
+ readonly SECTION_LABEL: "ds-combobox-section-label";
22
+ readonly SINGLE_MENU_ITEM: "ds-combobox-single-menu-item";
23
+ readonly LOADING_INDICATOR: "ds-combobox-loading-indicator";
24
+ readonly SKELETON_MENU_ITEM: "ds-combobox-skeleton-menu-item";
25
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-combobox",
3
- "version": "3.54.0-next.4",
3
+ "version": "3.54.0-next.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Controlled Form Combobox",
6
6
  "files": [
@@ -38,18 +38,18 @@
38
38
  "dependencies": {
39
39
  "react-virtual": "~2.10.4",
40
40
  "uid": "~2.0.1",
41
- "@elliemae/ds-button-v2": "3.54.0-next.4",
42
- "@elliemae/ds-floating-context": "3.54.0-next.4",
43
- "@elliemae/ds-circular-progress-indicator": "3.54.0-next.4",
44
- "@elliemae/ds-fast-list": "3.54.0-next.4",
45
- "@elliemae/ds-form-checkbox": "3.54.0-next.4",
46
- "@elliemae/ds-grid": "3.54.0-next.4",
47
- "@elliemae/ds-icons": "3.54.0-next.4",
48
- "@elliemae/ds-props-helpers": "3.54.0-next.4",
49
- "@elliemae/ds-pills-v2": "3.54.0-next.4",
50
- "@elliemae/ds-truncated-tooltip-text": "3.54.0-next.4",
51
- "@elliemae/ds-menu-items": "3.54.0-next.4",
52
- "@elliemae/ds-system": "3.54.0-next.4"
41
+ "@elliemae/ds-button-v2": "3.54.0-next.6",
42
+ "@elliemae/ds-circular-progress-indicator": "3.54.0-next.6",
43
+ "@elliemae/ds-icons": "3.54.0-next.6",
44
+ "@elliemae/ds-menu-items": "3.54.0-next.6",
45
+ "@elliemae/ds-pills-v2": "3.54.0-next.6",
46
+ "@elliemae/ds-props-helpers": "3.54.0-next.6",
47
+ "@elliemae/ds-fast-list": "3.54.0-next.6",
48
+ "@elliemae/ds-system": "3.54.0-next.6",
49
+ "@elliemae/ds-truncated-tooltip-text": "3.54.0-next.6",
50
+ "@elliemae/ds-form-checkbox": "3.54.0-next.6",
51
+ "@elliemae/ds-grid": "3.54.0-next.6",
52
+ "@elliemae/ds-floating-context": "3.54.0-next.6"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@elliemae/pui-cli": "9.0.0-next.65",
@@ -57,9 +57,9 @@
57
57
  "jest": "~29.7.0",
58
58
  "styled-components": "~5.3.9",
59
59
  "styled-system": "^5.1.5",
60
- "@elliemae/ds-monorepo-devops": "3.54.0-next.4",
61
- "@elliemae/ds-form-helpers-mask-hooks": "3.54.0-next.4",
62
- "@elliemae/ds-test-utils": "3.54.0-next.4"
60
+ "@elliemae/ds-monorepo-devops": "3.54.0-next.6",
61
+ "@elliemae/ds-test-utils": "3.54.0-next.6",
62
+ "@elliemae/ds-form-helpers-mask-hooks": "3.54.0-next.6"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "@elliemae/pui-theme": "~2.13.0",