@thi.ng/rdom-components 1.0.67 → 1.0.68
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 +30 -29
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<!-- This file is generated - DO NOT EDIT! -->
|
|
2
|
-
<!-- Please see: https://
|
|
3
|
-
# 
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@thi.ng/rdom-components)
|
|
6
6
|

|
|
@@ -8,11 +8,12 @@
|
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
10
|
> This is one of 214 standalone projects, maintained as part
|
|
11
|
-
> of the [@thi.ng/umbrella](https://
|
|
11
|
+
> of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
14
|
-
> 🚀 Please help me to work full-time on these projects by [sponsoring
|
|
15
|
-
>
|
|
14
|
+
> 🚀 Please help me to work full-time on these projects by [sponsoring
|
|
15
|
+
> me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations).
|
|
16
|
+
> Thank you! ❤️
|
|
16
17
|
|
|
17
18
|
- [About](#about)
|
|
18
19
|
- [Status](#status)
|
|
@@ -26,25 +27,25 @@
|
|
|
26
27
|
|
|
27
28
|
## About
|
|
28
29
|
|
|
29
|
-
Collection of unstyled, customizable components for [@thi.ng/rdom](https://
|
|
30
|
+
Collection of unstyled, customizable components for [@thi.ng/rdom](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/rdom).
|
|
30
31
|
|
|
31
32
|
Currently, this package provides:
|
|
32
33
|
|
|
33
|
-
- [Accordion](https://
|
|
34
|
-
- [Dropdown](https://
|
|
35
|
-
- [Editor](https://
|
|
36
|
-
- [Icon button](https://
|
|
37
|
-
- [Tabs](https://
|
|
34
|
+
- [Accordion](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/rdom-components/src/accordion.ts)
|
|
35
|
+
- [Dropdown](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/rdom-components/src/dropdown.ts)
|
|
36
|
+
- [Editor](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/rdom-components/src/editor.ts)
|
|
37
|
+
- [Icon button](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/rdom-components/src/icon-button.rs)
|
|
38
|
+
- [Tabs](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/rdom-components/src/tabs.ts)
|
|
38
39
|
|
|
39
40
|
## Status
|
|
40
41
|
|
|
41
42
|
**ALPHA** - bleeding edge / work-in-progress
|
|
42
43
|
|
|
43
|
-
[Search or submit any issues for this package](https://
|
|
44
|
+
[Search or submit any issues for this package](https://codeberg.org/thi.ng/umbrella/issues?q=%5Brdom-components%5D)
|
|
44
45
|
|
|
45
46
|
## Related packages
|
|
46
47
|
|
|
47
|
-
- [@thi.ng/rdom-canvas](https://
|
|
48
|
+
- [@thi.ng/rdom-canvas](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/rdom-canvas) - [@thi.ng/rdom](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/rdom) component wrapper for [@thi.ng/hiccup-canvas](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/hiccup-canvas) and declarative canvas drawing
|
|
48
49
|
|
|
49
50
|
## Installation
|
|
50
51
|
|
|
@@ -70,30 +71,30 @@ Package sizes (brotli'd, pre-treeshake): ESM: 1.43 KB
|
|
|
70
71
|
|
|
71
72
|
## Dependencies
|
|
72
73
|
|
|
73
|
-
- [@thi.ng/api](https://
|
|
74
|
-
- [@thi.ng/hiccup-html](https://
|
|
75
|
-
- [@thi.ng/object-utils](https://
|
|
76
|
-
- [@thi.ng/rdom](https://
|
|
77
|
-
- [@thi.ng/rstream](https://
|
|
78
|
-
- [@thi.ng/strings](https://
|
|
79
|
-
- [@thi.ng/transducers](https://
|
|
74
|
+
- [@thi.ng/api](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/api)
|
|
75
|
+
- [@thi.ng/hiccup-html](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/hiccup-html)
|
|
76
|
+
- [@thi.ng/object-utils](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/object-utils)
|
|
77
|
+
- [@thi.ng/rdom](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/rdom)
|
|
78
|
+
- [@thi.ng/rstream](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/rstream)
|
|
79
|
+
- [@thi.ng/strings](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/strings)
|
|
80
|
+
- [@thi.ng/transducers](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/transducers)
|
|
80
81
|
|
|
81
82
|
Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
|
|
82
83
|
|
|
83
84
|
## Usage examples
|
|
84
85
|
|
|
85
86
|
Six projects in this repo's
|
|
86
|
-
[/examples](https://
|
|
87
|
+
[/examples](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples)
|
|
87
88
|
directory are using this package:
|
|
88
89
|
|
|
89
|
-
| Screenshot | Description | Live demo | Source
|
|
90
|
-
|
|
91
|
-
| <img src="https://
|
|
92
|
-
| <img src="https://
|
|
93
|
-
| <img src="https://
|
|
94
|
-
| <img src="https://
|
|
95
|
-
| <img src="https://
|
|
96
|
-
| <img src="https://
|
|
90
|
+
| Screenshot | Description | Live demo | Source |
|
|
91
|
+
|:---------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------|:----------------------------------------------------------|:-----------------------------------------------------------------------------------------------|
|
|
92
|
+
| <img src="https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/examples/bitmap-font.gif" width="240"/> | Figlet-style bitmap font creation with transducers | [Demo](https://demo.thi.ng/umbrella/bitmap-font/) | [Source](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/bitmap-font) |
|
|
93
|
+
| <img src="https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/examples/color-themes.png" width="240"/> | Probabilistic color theme generator | [Demo](https://demo.thi.ng/umbrella/color-themes/) | [Source](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/color-themes) |
|
|
94
|
+
| <img src="https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/examples/parse-playground.png" width="240"/> | Parser grammar livecoding editor/playground & codegen | [Demo](https://demo.thi.ng/umbrella/parse-playground/) | [Source](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/parse-playground) |
|
|
95
|
+
| <img src="https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/examples/procedural-text.jpg" width="240"/> | Procedural stochastic text generation via custom DSL, parse grammar & AST transformation | [Demo](https://demo.thi.ng/umbrella/procedural-text/) | [Source](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/procedural-text) |
|
|
96
|
+
| <img src="https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/examples/trace-bitmap.jpg" width="240"/> | Multi-layer vectorization & dithering of bitmap images | [Demo](https://demo.thi.ng/umbrella/trace-bitmap/) | [Source](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/trace-bitmap) |
|
|
97
|
+
| <img src="https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/examples/webgl-channel-mixer.jpg" width="240"/> | rdom & WebGL-based image channel editor | [Demo](https://demo.thi.ng/umbrella/webgl-channel-mixer/) | [Source](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/webgl-channel-mixer) |
|
|
97
98
|
|
|
98
99
|
## API
|
|
99
100
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/rdom-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.68",
|
|
4
4
|
"description": "Collection of unstyled, customizable components for @thi.ng/rdom",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://
|
|
11
|
+
"url": "git+https://codeberg.org/thi.ng/umbrella.git",
|
|
12
12
|
"directory": "packages/rdom-components"
|
|
13
13
|
},
|
|
14
14
|
"homepage": "https://thi.ng/rdom-components",
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.12.
|
|
44
|
-
"@thi.ng/hiccup-html": "^2.7.
|
|
45
|
-
"@thi.ng/object-utils": "^1.3.
|
|
46
|
-
"@thi.ng/rdom": "^1.7.
|
|
47
|
-
"@thi.ng/rstream": "^9.4.
|
|
48
|
-
"@thi.ng/strings": "^3.11.
|
|
49
|
-
"@thi.ng/transducers": "^9.6.
|
|
43
|
+
"@thi.ng/api": "^8.12.18",
|
|
44
|
+
"@thi.ng/hiccup-html": "^2.7.50",
|
|
45
|
+
"@thi.ng/object-utils": "^1.3.10",
|
|
46
|
+
"@thi.ng/rdom": "^1.7.84",
|
|
47
|
+
"@thi.ng/rstream": "^9.4.2",
|
|
48
|
+
"@thi.ng/strings": "^3.11.1",
|
|
49
|
+
"@thi.ng/transducers": "^9.6.31"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"esbuild": "^0.27.2",
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"status": "alpha",
|
|
113
113
|
"year": 2020
|
|
114
114
|
},
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "8ddf86ea0a1e658ddbf19cc645b29d0c176e29c4\n"
|
|
116
116
|
}
|