@floegence/floe-webapp-init 0.16.0 → 0.18.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/floe-webapp-init",
3
- "version": "0.16.0",
3
+ "version": "0.18.0",
4
4
  "type": "module",
5
5
  "description": "Scaffolding tool for Floe Webapp applications",
6
6
  "bin": {
@@ -1,10 +1,6 @@
1
- import {
2
- ActivityAppsMain,
3
- FloeApp,
4
- Files,
5
- Settings,
6
- type FloeComponent,
7
- } from '@floegence/floe-webapp-core';
1
+ import type { FloeComponent } from '@floegence/floe-webapp-core';
2
+ import { ActivityAppsMain, FloeApp } from '@floegence/floe-webapp-core/app';
3
+ import { Files, Settings } from '@floegence/floe-webapp-core/icons';
8
4
  import { HomePage } from './pages/HomePage';
9
5
  import { SettingsPage } from './pages/SettingsPage';
10
6
 
@@ -1,4 +1,6 @@
1
- import { Button, useTheme, Sun, Moon } from '@floegence/floe-webapp-core';
1
+ import { useTheme } from '@floegence/floe-webapp-core';
2
+ import { Button } from '@floegence/floe-webapp-core/ui';
3
+ import { Sun, Moon } from '@floegence/floe-webapp-core/icons';
2
4
 
3
5
  export function SettingsPage() {
4
6
  const { theme, setTheme } = useTheme();
@@ -1,4 +1,6 @@
1
- import { ActivityAppsMain, FloeApp, Files, type FloeComponent } from '@floegence/floe-webapp-core';
1
+ import type { FloeComponent } from '@floegence/floe-webapp-core';
2
+ import { ActivityAppsMain, FloeApp } from '@floegence/floe-webapp-core/app';
3
+ import { Files } from '@floegence/floe-webapp-core/icons';
2
4
 
3
5
  const HomePage = () => (
4
6
  <div class="flex h-full items-center justify-center">