@chamn/engine 0.2.0 → 0.2.1

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 +1 @@
1
- export declare const LOGGER: import('consola').Consola;
1
+ export declare const LOGGER: import('consola').ConsolaInstance;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chamn/engine",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -27,9 +27,7 @@
27
27
  "build:analyze": "cross-env BUILD_TYPE=PKG build-script --build --analyze",
28
28
  "lint": "eslint --ext .tsx,.ts src/",
29
29
  "prettier": "prettier --write ./src",
30
- "test": "jest",
31
- "storybook": "storybook dev -p 6006",
32
- "build-storybook": "storybook build"
30
+ "test": "jest"
33
31
  },
34
32
  "peerDependencies": {
35
33
  "react": ">=16.9.0",
@@ -37,9 +35,9 @@
37
35
  },
38
36
  "dependencies": {
39
37
  "@ant-design/icons": "^5.4.0",
40
- "@chamn/layout": "0.2.0",
41
- "@chamn/model": "0.2.0",
42
- "@chamn/render": "0.2.0",
38
+ "@chamn/layout": "0.2.1",
39
+ "@chamn/model": "0.2.1",
40
+ "@chamn/render": "0.2.1",
43
41
  "@dnd-kit/core": "^6.0.7",
44
42
  "@dnd-kit/modifiers": "^6.0.1",
45
43
  "@dnd-kit/sortable": "^7.0.2",
@@ -48,7 +46,7 @@
48
46
  "ahooks": "^3.7.4",
49
47
  "antd": "^5.8.5",
50
48
  "color": "^4.2.3",
51
- "consola": "^2.15.3",
49
+ "consola": "^3.2.3",
52
50
  "css": "^3.0.0",
53
51
  "i18next": "^22.1.5",
54
52
  "loadjs": "^4.3.0",
@@ -60,19 +58,9 @@
60
58
  },
61
59
  "devDependencies": {
62
60
  "@babel/core": "^7.21.0",
63
- "@chamn/build-script": "0.2.0",
64
- "@chamn/demo-page": "0.2.0",
65
- "@storybook/addon-docs": "^7.4.0",
66
- "@storybook/addon-essentials": "^7.4.0",
67
- "@storybook/addon-interactions": "^7.4.0",
68
- "@storybook/addon-links": "^7.4.0",
69
- "@storybook/addon-onboarding": "^1.0.8",
70
- "@storybook/blocks": "^7.4.0",
71
- "@storybook/react": "^7.4.0",
72
- "@storybook/react-vite": "^7.4.0",
73
- "@storybook/testing-library": "^0.2.0",
61
+ "@chamn/build-script": "0.2.1",
62
+ "@chamn/demo-page": "0.2.1",
74
63
  "@types/color": "^3.0.4",
75
- "@types/consola": "^2.2.5",
76
64
  "@types/css": "^0.0.34",
77
65
  "@types/loadjs": "^4.0.4",
78
66
  "@types/lodash-es": "^4.17.6",
@@ -90,10 +78,8 @@
90
78
  "react-dom": "^18.2.0",
91
79
  "react-i18next": "^12.1.1",
92
80
  "react-router-dom": "^6.7.0",
93
- "rollup-plugin-visualizer": "^5.8.3",
94
- "sass": "^1.54.0",
95
- "storybook": "^7.4.0"
81
+ "sass": "^1.54.0"
96
82
  },
97
83
  "config": {},
98
- "gitHead": "0803de3f04dcebe415446700f2e3e7ec73a0fb6e"
84
+ "gitHead": "eb4e01d3b4c7c1ca1af81127782cb413a3bc7aa8"
99
85
  }
@@ -1,5 +0,0 @@
1
- import { Meta } from '@storybook/react';
2
- declare const TargetComponent: (props: import('../../component/CSSSizeInput').CSSSizeInputProps) => import("react/jsx-runtime").JSX.Element;
3
- declare const _default: Meta<typeof TargetComponent>;
4
- export default _default;
5
- export declare const Default: () => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +0,0 @@
1
- import { Meta } from '@storybook/react';
2
- import { VisualPanelPlus } from '../../plugins/VisualPanelPlus';
3
- declare const _default: Meta<typeof VisualPanelPlus>;
4
- export default _default;
5
- export declare const Default: () => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +0,0 @@
1
- import { ComponentMeta } from '@storybook/react';
2
- import { VisualPanelPlus } from '../../plugins/VisualPanelPlus';
3
- declare const _default: ComponentMeta<typeof VisualPanelPlus>;
4
- export default _default;
5
- export declare const Default: () => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +0,0 @@
1
- import { Meta } from '@storybook/react';
2
- declare const TargetComponent: import('../..').CSetter;
3
- declare const _default: Meta<typeof TargetComponent>;
4
- export default _default;
5
- export declare const Default: () => import("react/jsx-runtime").JSX.Element;