@plasmicpkgs/react-aria 0.0.32 → 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.
@@ -2699,8 +2699,8 @@ function registerSelect(loader) {
2699
2699
  const selectValueMeta = registerComponentHelper(loader, BaseSelectValue, {
2700
2700
  name: makeComponentName("select-value"),
2701
2701
  displayName: "Aria Selected Value",
2702
- importPath: "@plasmicpkgs/react-aria/registerSelect",
2703
- importName: "SelectValue",
2702
+ importPath: "@plasmicpkgs/react-aria/skinny/registerSelect",
2703
+ importName: "BaseSelectValue",
2704
2704
  parentComponentName: SELECT_NAME,
2705
2705
  props: {
2706
2706
  customize: {