@hex-core/components 1.8.0 → 1.9.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.
package/dist/schemas.js CHANGED
@@ -2984,7 +2984,7 @@ var tableSchema = {
2984
2984
  var dataTableSchema = {
2985
2985
  name: "data-table",
2986
2986
  displayName: "Data Table",
2987
- description: "Generic data-driven table built on TanStack Table + Hex UI Table primitives. Pass columns + data; add sorting/filtering/pagination via TanStack hooks.",
2987
+ description: "Generic data-driven table built on TanStack Table + Hex Core Table primitives. Pass columns + data; add sorting/filtering/pagination via TanStack hooks.",
2988
2988
  category: "component",
2989
2989
  subcategory: "data",
2990
2990
  props: [
@@ -3468,7 +3468,7 @@ var commandSchema = {
3468
3468
  "Giving CommandItem non-unique values (breaks filtering and controlled state)",
3469
3469
  "Overriding CommandInput className to remove the border/padding \u2014 breaks the \u2318K icon layout",
3470
3470
  "Not rendering CommandEmpty \u2014 the list looks broken when a search has no matches",
3471
- "Querying CommandSeparator via cmdk's internal Separator state \u2014 Hex UI renders it as a presentational div with role='none' (and the `data-cmdk-separator` attribute preserved for selector compatibility) so it can sit inside CommandList's role=listbox without violating ARIA"
3471
+ "Querying CommandSeparator via cmdk's internal Separator state \u2014 Hex Core renders it as a presentational div with role='none' (and the `data-cmdk-separator` attribute preserved for selector compatibility) so it can sit inside CommandList's role=listbox without violating ARIA"
3472
3472
  ],
3473
3473
  relatedComponents: ["combobox", "dialog", "dropdown-menu"],
3474
3474
  accessibilityNotes: "cmdk wires role=listbox/option and aria-activedescendant. Use the `label` prop on Command for a screen-reader-only name when no visible heading exists. CommandSeparator renders with role='none' (still selectable via `[data-cmdk-separator]`) so listbox-children rules are satisfied.",