@nu-art/floating-windows 0.401.9 → 0.500.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.
@@ -1,4 +1,4 @@
1
- import { ThunderDispatcher } from '@nu-art/thunderstorm-frontend/index';
1
+ import { ThunderDispatcher } from '@nu-art/thunder-core';
2
2
  export interface FloatingWindows_FocusWindow {
3
3
  __onFocusFloatingWindow: (windowKey: string) => void;
4
4
  }
@@ -1,2 +1,2 @@
1
- import { ThunderDispatcher } from '@nu-art/thunderstorm-frontend/index';
1
+ import { ThunderDispatcher } from '@nu-art/thunder-core';
2
2
  export const dispatcher_FloatingWindows_FocusWindow = new ThunderDispatcher('__onFocusFloatingWindow');
@@ -1,4 +1,4 @@
1
- import { ThunderDispatcher } from '@nu-art/thunderstorm-frontend/index';
1
+ import { ThunderDispatcher } from '@nu-art/thunder-core';
2
2
  export interface FloatingWindows_WindowsUpdated {
3
3
  __onFloatingWindowsUpdated: VoidFunction;
4
4
  }
@@ -1,2 +1,2 @@
1
- import { ThunderDispatcher } from '@nu-art/thunderstorm-frontend/index';
1
+ import { ThunderDispatcher } from '@nu-art/thunder-core';
2
2
  export const dispatch_FloatingWindows_WindowsUpdated = new ThunderDispatcher('__onFloatingWindowsUpdated');
@@ -1,2 +1,2 @@
1
- import { AppToolsScreen } from '@nu-art/thunderstorm-frontend/index';
1
+ import { AppToolsScreen } from '@nu-art/thunder-ui-modules';
2
2
  export declare const ATS_FloatingWindows: AppToolsScreen;
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { Button, ComponentSync, LL_H_C, LL_V_L } from '@nu-art/thunderstorm-frontend/index';
3
- import { thunderstormCapabilitiesGroup } from '@nu-art/thunderstorm-frontend/consts';
2
+ import { ATS_Frontend } from '@nu-art/thunder-ui-modules';
3
+ import { Button, ComponentSync, LL_H_C, LL_V_L } from '@nu-art/thunder-widgets';
4
4
  import { ModuleFE_FloatingWindows } from '../../_modules/ModuleFE_FloatingWindows.js';
5
5
  import { windowRect } from '../../_utils/get-window-rect.js';
6
6
  class ATS_FloatingWindows_Class extends ComponentSync {
@@ -65,5 +65,5 @@ export const ATS_FloatingWindows = {
65
65
  key: 'ats__floating-windows',
66
66
  name: 'Floating Windows',
67
67
  renderer: ATS_FloatingWindows_Class,
68
- group: thunderstormCapabilitiesGroup
68
+ group: ATS_Frontend
69
69
  };
@@ -1,4 +1,4 @@
1
- import { ComponentSync } from '@nu-art/thunderstorm-frontend';
1
+ import { ComponentSync } from '@nu-art/thunder-widgets';
2
2
  import { Model_FloatingWindow } from '../../types.js';
3
3
  import { FloatingWindows_FocusWindow } from '../../_dispatchers/focus-window.js';
4
4
  import './TS_FloatingWindow.scss';
@@ -1,6 +1,7 @@
1
1
  import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
2
2
  import * as React from 'react';
3
- import { _className, ComponentSync } from '@nu-art/thunderstorm-frontend';
3
+ import { _className } from '@nu-art/thunder-core';
4
+ import { ComponentSync } from '@nu-art/thunder-widgets';
4
5
  import { BadImplementationException, Debounce, Second } from '@nu-art/ts-common';
5
6
  import { ModuleFE_FloatingWindows } from '../../_modules/ModuleFE_FloatingWindows.js';
6
7
  import './TS_FloatingWindow.scss';
@@ -1,4 +1,4 @@
1
- import { ComponentSync } from '@nu-art/thunderstorm-frontend/index';
1
+ import { ComponentSync } from '@nu-art/thunder-widgets';
2
2
  import { FloatingWindows_WindowsUpdated } from '../../_dispatchers/models-updated.js';
3
3
  import './TS_FloatingWindows.scss';
4
4
  import { Model_FloatingWindow } from '../../types.js';
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- import { ComponentSync } from '@nu-art/thunderstorm-frontend/index';
2
+ import { ComponentSync } from '@nu-art/thunder-widgets';
3
3
  import { ModuleFE_FloatingWindows } from '../../_modules/ModuleFE_FloatingWindows.js';
4
4
  import './TS_FloatingWindows.scss';
5
5
  import { TS_FloatingWindow } from '../TS_FloatingWindow/TS_FloatingWindow.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nu-art/floating-windows",
3
- "version": "0.401.9",
3
+ "version": "0.500.0",
4
4
  "description": "Floating Windows",
5
5
  "keywords": [
6
6
  "TacB0sS",
@@ -39,10 +39,11 @@
39
39
  "linkDirectory": true
40
40
  },
41
41
  "dependencies": {
42
- "@nu-art/ts-common": "0.401.9",
43
- "@nu-art/ts-styles": "0.401.9",
44
- "@nu-art/thunderstorm-frontend": "0.401.9",
45
- "@nu-art/thunderstorm-shared": "0.401.9",
42
+ "@nu-art/thunder-core": "{{THUNDERSTORM_VERSION}}",
43
+ "@nu-art/thunder-ui-modules": "{{THUNDERSTORM_VERSION}}",
44
+ "@nu-art/thunder-widgets": "{{THUNDERSTORM_VERSION}}",
45
+ "@nu-art/ts-common": "0.500.0",
46
+ "@nu-art/ts-styles": "0.500.0",
46
47
  "react": "^18.0.0"
47
48
  },
48
49
  "devDependencies": {