@lumx/core 4.13.0-next.0 → 4.13.0-next.1
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.
|
@@ -19,6 +19,8 @@ export interface RenderOptionContext {
|
|
|
19
19
|
index: number;
|
|
20
20
|
/** Resolved option id (from `getOptionId`). Should be passed as `value` to `<Combobox.Option>`. */
|
|
21
21
|
value: any;
|
|
22
|
+
/** Resolved option name (from `getOptionName`, falling back to `getOptionId`). */
|
|
23
|
+
name: string;
|
|
22
24
|
/** Whether this option is currently selected. Should be forwarded as `isSelected`. */
|
|
23
25
|
isSelected: boolean;
|
|
24
26
|
/** Resolved description string (from `getOptionDescription`), if any. Should be forwarded as `description`. */
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@floating-ui/dom": "^1.7.5",
|
|
10
|
-
"@lumx/icons": "^4.13.0-next.
|
|
10
|
+
"@lumx/icons": "^4.13.0-next.1",
|
|
11
11
|
"classnames": "^2.3.2",
|
|
12
12
|
"focus-visible": "^5.0.2",
|
|
13
13
|
"lodash": "4.18.1",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"update-version-changelog": "yarn version-changelog ../../CHANGELOG.md"
|
|
70
70
|
},
|
|
71
71
|
"sideEffects": false,
|
|
72
|
-
"version": "4.13.0-next.
|
|
72
|
+
"version": "4.13.0-next.1",
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
75
75
|
"@testing-library/dom": "^10.4.1",
|