skygraph-react 0.6.1 → 0.6.6

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/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![npm](https://img.shields.io/npm/v/skygraph-react.svg)](https://www.npmjs.com/package/skygraph-react)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/RuslanSinkevich/skygraph-public/blob/master/LICENSE)
5
5
 
6
- UI components for React — tables, forms, charts, calendars, diagrams and 78+ more. One install, styles included.
6
+ UI components for React — tables, forms, charts, calendars, diagrams and more. One install, styles included. The same DOM and `.sg-*` CSS contract is shared with the Vue adapter, so the look stays identical across frameworks.
7
7
 
8
8
  ```bash
9
9
  npm install skygraph-react
@@ -28,7 +28,7 @@ That's it. No extra `@skygraph/styles` import, no separate `@skygraph/core` inst
28
28
 
29
29
  `skygraph-react` re-exports the full public API of [`@skygraph/react`](https://www.npmjs.com/package/@skygraph/react) and ships [`@skygraph/core`](https://www.npmjs.com/package/@skygraph/core) and [`@skygraph/styles`](https://www.npmjs.com/package/@skygraph/styles) as transitive dependencies. Existing imports from `@skygraph/*` keep working — this package is purely additive.
30
30
 
31
- ## Components (78+)
31
+ ## Components
32
32
 
33
33
  Button, Input, Select, DatePicker, Table, DataGrid, Tree, Transfer, Modal, Drawer, Notification, Tabs, Form, FormList, SchemaForm, SchemaFormEditor, Diagram, LineChart, BarChart, AreaChart, PieChart, Dashboard, Gantt, EventTimeline, ResourceCalendar — and the rest of an AntD-shaped surface.
34
34
 
@@ -49,9 +49,12 @@ Dark mode via one attribute:
49
49
  <html data-sg-theme="dark"> ... </html>
50
50
  ```
51
51
 
52
- ## Repository
52
+ ## Links
53
53
 
54
- [github.com/RuslanSinkevich/skygraph-public](https://github.com/RuslanSinkevich/skygraph-public) · [docs](https://skygraph.ruslansinkevich.ru/) · [Vue version](https://www.npmjs.com/package/skygraph-vue)
54
+ - Docs & live demos — [skygraph.ruslansinkevich.ru](https://skygraph.ruslansinkevich.ru/)
55
+ - Source — [github.com/RuslanSinkevich/skygraph-public](https://github.com/RuslanSinkevich/skygraph-public)
56
+ - Vue version — [skygraph-vue](https://www.npmjs.com/package/skygraph-vue)
57
+ - Author — [ruslansinkevich.ru](https://ruslansinkevich.ru/)
55
58
 
56
59
  ## License
57
60
 
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["// Side-effect import: pulls the shared CSS into the consumer's bundle so\n// `npm install skygraph-react` is the only step required to render styled\n// components. The explicit `.css` suffix matters — without it, Vite's\n// dev-mode esbuild pre-bundle drops the side-effect import as \"unused\",\n// which leaves consumers staring at unstyled HTML on `npm run dev`.\n// Re-exports below mirror the entire public API of `@skygraph/react`,\n// so existing imports from `@skygraph/react` keep working unchanged.\nimport '@skygraph/styles/index.css'\n\nexport * from '@skygraph/react'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAOA,oBAAO;AAEP,wBAAc,4BATd;","names":[]}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["// Side-effect import: pulls the shared CSS into the consumer's bundle so\r\n// `npm install skygraph-react` is the only step required to render styled\r\n// components. The explicit `.css` suffix matters — without it, Vite's\r\n// dev-mode esbuild pre-bundle drops the side-effect import as \"unused\",\r\n// which leaves consumers staring at unstyled HTML on `npm run dev`.\r\n// Re-exports below mirror the entire public API of `@skygraph/react`,\r\n// so existing imports from `@skygraph/react` keep working unchanged.\r\nimport '@skygraph/styles/index.css'\r\n\r\nexport * from '@skygraph/react'\r\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAOA,oBAAO;AAEP,wBAAc,4BATd;","names":[]}
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["// Side-effect import: pulls the shared CSS into the consumer's bundle so\n// `npm install skygraph-react` is the only step required to render styled\n// components. The explicit `.css` suffix matters — without it, Vite's\n// dev-mode esbuild pre-bundle drops the side-effect import as \"unused\",\n// which leaves consumers staring at unstyled HTML on `npm run dev`.\n// Re-exports below mirror the entire public API of `@skygraph/react`,\n// so existing imports from `@skygraph/react` keep working unchanged.\nimport '@skygraph/styles/index.css'\n\nexport * from '@skygraph/react'\n"],"mappings":";AAOA,OAAO;AAEP,cAAc;","names":[]}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["// Side-effect import: pulls the shared CSS into the consumer's bundle so\r\n// `npm install skygraph-react` is the only step required to render styled\r\n// components. The explicit `.css` suffix matters — without it, Vite's\r\n// dev-mode esbuild pre-bundle drops the side-effect import as \"unused\",\r\n// which leaves consumers staring at unstyled HTML on `npm run dev`.\r\n// Re-exports below mirror the entire public API of `@skygraph/react`,\r\n// so existing imports from `@skygraph/react` keep working unchanged.\r\nimport '@skygraph/styles/index.css'\r\n\r\nexport * from '@skygraph/react'\r\n"],"mappings":";AAOA,OAAO;AAEP,cAAc;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skygraph-react",
3
- "version": "0.6.1",
3
+ "version": "0.6.6",
4
4
  "description": "SkyGraph for React — components, hooks and styles in a single install",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -48,9 +48,9 @@
48
48
  "skygraph"
49
49
  ],
50
50
  "dependencies": {
51
- "@skygraph/react": "0.5.1",
52
- "@skygraph/core": "0.5.0",
53
- "@skygraph/styles": "0.2.1"
51
+ "@skygraph/core": "0.6.6",
52
+ "@skygraph/react": "0.6.6",
53
+ "@skygraph/styles": "0.6.6"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "react": ">=18.0.0",