@plasmicpkgs/react-aria 0.0.33 → 0.0.34

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.
@@ -2707,8 +2707,8 @@ function registerSelect(loader) {
2707
2707
  const selectValueMeta = registerComponentHelper(loader, BaseSelectValue, {
2708
2708
  name: makeComponentName("select-value"),
2709
2709
  displayName: "Aria Selected Value",
2710
- importPath: "@plasmicpkgs/react-aria/registerSelect",
2711
- importName: "SelectValue",
2710
+ importPath: "@plasmicpkgs/react-aria/skinny/registerSelect",
2711
+ importName: "BaseSelectValue",
2712
2712
  parentComponentName: SELECT_NAME,
2713
2713
  props: {
2714
2714
  customize: {