@thi.ng/hdom-components 5.1.180 → 5.1.185

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.
Files changed (2) hide show
  1. package/package.json +115 -115
  2. package/CHANGELOG.md +0 -37
package/package.json CHANGED
@@ -1,116 +1,116 @@
1
1
  {
2
- "name": "@thi.ng/hdom-components",
3
- "version": "5.1.180",
4
- "description": "Raw, skinnable UI & SVG components for @thi.ng/hdom",
5
- "type": "module",
6
- "module": "./index.js",
7
- "typings": "./index.d.ts",
8
- "sideEffects": false,
9
- "repository": {
10
- "type": "git",
11
- "url": "https://github.com/thi-ng/umbrella.git"
12
- },
13
- "homepage": "https://thi.ng/hdom-components",
14
- "funding": [
15
- {
16
- "type": "github",
17
- "url": "https://github.com/sponsors/postspectacular"
18
- },
19
- {
20
- "type": "patreon",
21
- "url": "https://patreon.com/thing_umbrella"
22
- },
23
- {
24
- "type": "liberapay",
25
- "url": "https://liberapay.com/thi.ng"
26
- }
27
- ],
28
- "author": "Karsten Schmidt (https://thi.ng)",
29
- "license": "Apache-2.0",
30
- "scripts": {
31
- "build": "yarn build:esbuild && yarn build:decl",
32
- "build:decl": "tsc --declaration --emitDeclarationOnly",
33
- "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
- "clean": "bun ../../tools/src/clean-package.ts utils",
35
- "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
- "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
- "pub": "yarn npm publish --access public",
38
- "test": "bun test",
39
- "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
- },
41
- "dependencies": {
42
- "@thi.ng/api": "^8.12.2",
43
- "@thi.ng/canvas": "^1.0.23",
44
- "@thi.ng/checks": "^3.7.18",
45
- "@thi.ng/math": "^5.12.0",
46
- "@thi.ng/transducers": "^9.6.10",
47
- "@thi.ng/transducers-stats": "^2.2.40"
48
- },
49
- "devDependencies": {
50
- "esbuild": "^0.25.9",
51
- "typedoc": "^0.28.12",
52
- "typescript": "^5.9.2"
53
- },
54
- "keywords": [
55
- "browser",
56
- "typescript"
57
- ],
58
- "publishConfig": {
59
- "access": "public"
60
- },
61
- "engines": {
62
- "node": ">=18"
63
- },
64
- "files": [
65
- "./*.js",
66
- "./*.d.ts",
67
- "utils"
68
- ],
69
- "exports": {
70
- ".": {
71
- "default": "./index.js"
72
- },
73
- "./button-group": {
74
- "default": "./button-group.js"
75
- },
76
- "./button": {
77
- "default": "./button.js"
78
- },
79
- "./canvas": {
80
- "default": "./canvas.js"
81
- },
82
- "./dropdown": {
83
- "default": "./dropdown.js"
84
- },
85
- "./fps-counter": {
86
- "default": "./fps-counter.js"
87
- },
88
- "./link": {
89
- "default": "./link.js"
90
- },
91
- "./notification": {
92
- "default": "./notification.js"
93
- },
94
- "./pager": {
95
- "default": "./pager.js"
96
- },
97
- "./sparkline": {
98
- "default": "./sparkline.js"
99
- },
100
- "./title": {
101
- "default": "./title.js"
102
- },
103
- "./toggle": {
104
- "default": "./toggle.js"
105
- },
106
- "./utils/merge-attribs": {
107
- "default": "./utils/merge-attribs.js"
108
- }
109
- },
110
- "thi.ng": {
111
- "parent": "@thi.ng/hdom",
112
- "status": "beta",
113
- "year": 2018
114
- },
115
- "gitHead": "b7ede4f099767e0175ea8e09257208f73970b220\n"
116
- }
2
+ "name": "@thi.ng/hdom-components",
3
+ "version": "5.1.185",
4
+ "description": "Raw, skinnable UI & SVG components for @thi.ng/hdom",
5
+ "type": "module",
6
+ "module": "./index.js",
7
+ "typings": "./index.d.ts",
8
+ "sideEffects": false,
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/thi-ng/umbrella.git"
12
+ },
13
+ "homepage": "https://thi.ng/hdom-components",
14
+ "funding": [
15
+ {
16
+ "type": "github",
17
+ "url": "https://github.com/sponsors/postspectacular"
18
+ },
19
+ {
20
+ "type": "patreon",
21
+ "url": "https://patreon.com/thing_umbrella"
22
+ },
23
+ {
24
+ "type": "liberapay",
25
+ "url": "https://liberapay.com/thi.ng"
26
+ }
27
+ ],
28
+ "author": "Karsten Schmidt (https://thi.ng)",
29
+ "license": "Apache-2.0",
30
+ "scripts": {
31
+ "build": "yarn build:esbuild && yarn build:decl",
32
+ "build:decl": "tsc --declaration --emitDeclarationOnly",
33
+ "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
+ "clean": "bun ../../tools/src/clean-package.ts utils",
35
+ "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
+ "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
+ "pub": "npm publish --access public",
38
+ "test": "bun test",
39
+ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
+ },
41
+ "dependencies": {
42
+ "@thi.ng/api": "^8.12.7",
43
+ "@thi.ng/canvas": "^1.0.28",
44
+ "@thi.ng/checks": "^3.7.23",
45
+ "@thi.ng/math": "^5.13.4",
46
+ "@thi.ng/transducers": "^9.6.15",
47
+ "@thi.ng/transducers-stats": "^2.2.45"
48
+ },
49
+ "devDependencies": {
50
+ "esbuild": "^0.25.11",
51
+ "typedoc": "^0.28.14",
52
+ "typescript": "^5.9.3"
53
+ },
54
+ "keywords": [
55
+ "browser",
56
+ "typescript"
57
+ ],
58
+ "publishConfig": {
59
+ "access": "public"
60
+ },
61
+ "engines": {
62
+ "node": ">=18"
63
+ },
64
+ "files": [
65
+ "./*.js",
66
+ "./*.d.ts",
67
+ "utils"
68
+ ],
69
+ "exports": {
70
+ ".": {
71
+ "default": "./index.js"
72
+ },
73
+ "./button-group": {
74
+ "default": "./button-group.js"
75
+ },
76
+ "./button": {
77
+ "default": "./button.js"
78
+ },
79
+ "./canvas": {
80
+ "default": "./canvas.js"
81
+ },
82
+ "./dropdown": {
83
+ "default": "./dropdown.js"
84
+ },
85
+ "./fps-counter": {
86
+ "default": "./fps-counter.js"
87
+ },
88
+ "./link": {
89
+ "default": "./link.js"
90
+ },
91
+ "./notification": {
92
+ "default": "./notification.js"
93
+ },
94
+ "./pager": {
95
+ "default": "./pager.js"
96
+ },
97
+ "./sparkline": {
98
+ "default": "./sparkline.js"
99
+ },
100
+ "./title": {
101
+ "default": "./title.js"
102
+ },
103
+ "./toggle": {
104
+ "default": "./toggle.js"
105
+ },
106
+ "./utils/merge-attribs": {
107
+ "default": "./utils/merge-attribs.js"
108
+ }
109
+ },
110
+ "thi.ng": {
111
+ "parent": "@thi.ng/hdom",
112
+ "status": "beta",
113
+ "year": 2018
114
+ },
115
+ "gitHead": "d977f819bcafdcb2b24c45f8d01a167fe29fc85a\n"
116
+ }
package/CHANGELOG.md DELETED
@@ -1,37 +0,0 @@
1
- # Change Log
2
-
3
- - **Last updated**: 2025-09-01T16:38:35Z
4
- - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
-
6
- All notable changes to this project will be documented in this file.
7
- Only versions published since **2022-01-01** are listed here.
8
- Please consult the Git history for older version information.
9
- See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
10
-
11
- **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
12
- and/or version bumps of transitive dependencies.
13
-
14
- ### [5.1.147](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdom-components@5.1.147) (2025-01-14)
15
-
16
- #### ♻️ Refactoring
17
-
18
- - use optional chaining & nullish coalescing ([c5a0a13](https://github.com/thi-ng/umbrella/commit/c5a0a13))
19
-
20
- ### [5.1.120](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdom-components@5.1.120) (2024-06-21)
21
-
22
- #### ♻️ Refactoring
23
-
24
- - rename various rest args to be more semantically meaningful ([8088a56](https://github.com/thi-ng/umbrella/commit/8088a56))
25
- - enforce uniform naming convention of internal functions ([56992b2](https://github.com/thi-ng/umbrella/commit/56992b2))
26
-
27
- ### [5.1.116](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdom-components@5.1.116) (2024-04-20)
28
-
29
- #### ♻️ Refactoring
30
-
31
- - update type usage ([981e943](https://github.com/thi-ng/umbrella/commit/981e943))
32
-
33
- ### [5.1.76](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdom-components@5.1.76) (2023-11-09)
34
-
35
- #### ♻️ Refactoring
36
-
37
- - update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4))