rune-lab 0.0.4 → 0.0.6-rc0
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/LICENSE +1 -1
- package/README.md +40 -40
- package/dist/components/UIShowcase.svelte +184 -338
- package/dist/components/layout/ThemeSelector.svelte +25 -7
- package/dist/components/layout/URLDisplay.svelte +11 -17
- package/dist/core/theme/constants.d.ts +29 -0
- package/dist/core/theme/constants.js +61 -0
- package/dist/index.d.ts +4 -13
- package/dist/index.js +8 -42
- package/dist/mod.d.ts +5 -0
- package/dist/mod.js +12 -0
- package/dist/stores/api.svelte.d.ts +11 -0
- package/dist/stores/api.svelte.js +30 -0
- package/dist/stores/app.svelte.js +6 -6
- package/dist/stores/auth.svelte.d.ts +9 -10
- package/dist/stores/auth.svelte.js +21 -14
- package/dist/stores/{layout/footer.svelte.d.ts → footer.svelte.d.ts} +10 -10
- package/dist/stores/{layout/footer.svelte.js → footer.svelte.js} +4 -4
- package/dist/stores/theme.svelte.d.ts +4 -6
- package/dist/stores/theme.svelte.js +25 -33
- package/package.json +36 -64
- package/dist/components/dt/Altharun.svelte +0 -74
- package/dist/components/dt/Altharun.svelte.d.ts +0 -3
- package/dist/components/dt/Kyntharil.svelte +0 -97
- package/dist/components/dt/Kyntharil.svelte.d.ts +0 -3
- package/dist/components/dt/MetadataTable.svelte +0 -70
- package/dist/components/dt/MetadataTable.svelte.d.ts +0 -9
- package/dist/components/dt/SchemaDisplay.svelte +0 -154
- package/dist/components/dt/SchemaDisplay.svelte.d.ts +0 -7
- package/dist/components/layout/Footer.svelte +0 -88
- package/dist/components/layout/Footer.svelte.d.ts +0 -3
- package/dist/components/layout/NavBar.svelte +0 -114
- package/dist/components/layout/NavBar.svelte.d.ts +0 -3
- package/dist/components/layout/SignInCard.svelte +0 -72
- package/dist/components/layout/SignInCard.svelte.d.ts +0 -3
- package/dist/forge.svelte.d.ts +0 -18
- package/dist/forge.svelte.js +0 -37
- package/dist/theme/index.d.ts +0 -4
- package/dist/theme/index.js +0 -2
- package/dist/theme/static.d.ts +0 -16
- package/dist/theme/static.js +0 -45
- package/dist/tools/format.d.ts +0 -20
- package/dist/tools/format.js +0 -25
- package/dist/tools/pdf.d.ts +0 -1
- package/dist/tools/pdf.js +0 -320
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,63 +1,63 @@
|
|
|
1
|
-
# <div align="center"
|
|
2
|
-
<h1 align="center">Rune Lab</h1>
|
|
1
|
+
# <div align="center">
|
|
3
2
|
|
|
4
|
-
|
|
3
|
+
<h1 align="center">
|
|
4
|
+
<img src="https://raw.githubusercontent.com/Yrrrrrf/rune-lab/main/static/rune.png" alt="Rune Lab Icon" width="128" height="128" description="Some rune that represents the Svelte rune system">
|
|
5
|
+
<div align="center">Rune Lab</div>
|
|
6
|
+
</h1>
|
|
7
|
+
|
|
8
|
+
<div align="center">
|
|
9
|
+
|
|
10
|
+
[](https://jsr.io/@yrrrrrf/rune-lab)
|
|
11
|
+
[](https://www.npmjs.com/package/rune-lab)
|
|
5
12
|
[](https://github.com/Yrrrrrf/rune-lab)
|
|
6
13
|
[](https://choosealicense.com/licenses/mit/)
|
|
7
14
|
|
|
15
|
+
</div>
|
|
16
|
+
|
|
8
17
|
## Overview
|
|
9
18
|
|
|
10
|
-
Rune Lab is a
|
|
19
|
+
Rune Lab is a modern component library built with Svelte 5, focused on providing powerful,
|
|
20
|
+
reactive UI components using Svelte's runes system. It offers a comprehensive set of components,
|
|
21
|
+
theming capabilities, and utilities for building modern web applications.
|
|
11
22
|
|
|
12
23
|
## Features
|
|
13
24
|
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
-
|
|
18
|
-
-
|
|
19
|
-
-
|
|
25
|
+
- **🧪 Svelte 5 Runes**: Built with Svelte 5's powerful reactivity primitives
|
|
26
|
+
- **🎨 Theme System**: Extensive theming with DaisyUI integration
|
|
27
|
+
- **🔄 Type Safety**: Full TypeScript support with strong typing
|
|
28
|
+
- **📊 Data Visualization**: Components for visualizing complex data
|
|
29
|
+
- **🌐 API Integration**: Tools for type-safe API interactions
|
|
30
|
+
- **📦 Zero Dependencies**: Lightweight core with optional integrations
|
|
31
|
+
- **🦕 Deno & NPM**: Available on both JSR and NPM
|
|
20
32
|
|
|
21
33
|
## Installation
|
|
22
34
|
|
|
35
|
+
### Using Deno / JSR
|
|
36
|
+
|
|
23
37
|
```bash
|
|
24
|
-
|
|
25
|
-
|
|
38
|
+
# Add to your Deno project
|
|
39
|
+
deno add @yrrrrrf/rune-lab
|
|
26
40
|
```
|
|
27
41
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
### Components
|
|
31
|
-
|
|
32
|
-
TODO
|
|
33
|
-
TODO
|
|
34
|
-
TODO
|
|
35
|
-
TODO
|
|
36
|
-
TODO
|
|
37
|
-
|
|
38
|
-
## Development
|
|
42
|
+
### Using NPM / Bun / Yarn
|
|
39
43
|
|
|
40
44
|
```bash
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
bun run build # Build library
|
|
44
|
-
bun test # Run tests
|
|
45
|
-
```
|
|
45
|
+
# NPM
|
|
46
|
+
npm install rune-lab
|
|
46
47
|
|
|
47
|
-
|
|
48
|
+
# Bun
|
|
49
|
+
bun add rune-lab
|
|
48
50
|
|
|
49
|
-
|
|
50
|
-
rune-lab
|
|
51
|
-
├── src/
|
|
52
|
-
│ └── lib/
|
|
53
|
-
│ ├── components/
|
|
54
|
-
│ ├── utils/
|
|
55
|
-
│ └── index.ts
|
|
56
|
-
├── tests/
|
|
57
|
-
├── watch.ts
|
|
58
|
-
└── package.json
|
|
51
|
+
# Yarn
|
|
52
|
+
yarn add rune-lab
|
|
59
53
|
```
|
|
60
54
|
|
|
61
55
|
## License
|
|
62
56
|
|
|
63
|
-
MIT License - [LICENSE](LICENSE)
|
|
57
|
+
MIT License - See [LICENSE](LICENSE) for details.
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
<div align="center">
|
|
62
|
+
Built with ❤️ using Svelte 5 and Deno
|
|
63
|
+
</div>
|