wenay-react2 1.0.10 → 1.0.12

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,8 +1,8 @@
1
1
  import "../style/menuRight.css";
2
2
  import "../style/style.css";
3
+ export * from "./src/styles/styleGrid";
3
4
  export * from "./updateBy";
4
5
  export * from "./src/hooks";
5
- export * from "./src/styles";
6
6
  export * from "./src/components/Dnd";
7
7
  export * from "./src/utils";
8
8
  export * from "./src/components/Buttons";
package/lib/common/api.js CHANGED
@@ -1,12 +1,12 @@
1
1
  // ... existing code ...
2
2
  import "../style/menuRight.css";
3
3
  import "../style/style.css";
4
+ // 0. СТИЛИ - независимые
5
+ export * from "./src/styles/styleGrid";
4
6
  // 1. БАЗОВЫЙ СЛОЙ - никаких зависимостей внутри проекта
5
7
  export * from "./updateBy";
6
8
  // 2. ХУКИ - зависят только от updateBy
7
9
  export * from "./src/hooks";
8
- // 3. СТИЛИ - независимые
9
- export * from "./src/styles";
10
10
  // 4. DND компоненты - зависят от updateBy
11
11
  export * from "./src/components/Dnd";
12
12
  // 5. UTILS - теперь зависят от Dnd (mapMemory импортирует ExRNDMap3, mapResiReact)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wenay-react2",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "description": "Common react",
5
5
  "strict": true,
6
6
  "main": "dist/index.js",
@@ -1 +0,0 @@
1
- export * from './styleGrid';
@@ -1 +0,0 @@
1
- export * from './styleGrid';