utopia-ui 3.0.70 → 3.0.73

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/index.d.ts CHANGED
@@ -359,6 +359,7 @@ declare function AppShell({ appName, children, assetsApi, }: {
359
359
  appName: string;
360
360
  children: React.ReactNode;
361
361
  assetsApi: AssetsApi;
362
+ userType: string;
362
363
  }): react_jsx_runtime.JSX.Element;
363
364
 
364
365
  interface Route {
package/dist/index.esm.js CHANGED
@@ -1175,8 +1175,8 @@ const ForwardRef$e = /*#__PURE__*/ React.forwardRef(FunnelIcon);
1175
1175
  function FilterControl() {
1176
1176
  const [open, setOpen] = useState(false);
1177
1177
  const groupTypes = [
1178
- { text: 'Regional Gruppe', value: 'wuerdekompass' },
1179
- { text: 'Themen Gruppe', value: 'themenkompass' },
1178
+ { text: 'Regional Gruppe', value: 'Regional-Gruppe' },
1179
+ { text: 'Themen Gruppe', value: 'Themen-Gruppe' },
1180
1180
  { text: 'liebevoll.jetzt', value: 'liebevoll.jetzt' },
1181
1181
  ];
1182
1182
  useEffect(() => {