@thi.ng/hiccup-html 2.7.33 → 2.7.38

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 +116 -116
  2. package/CHANGELOG.md +0 -85
package/package.json CHANGED
@@ -1,117 +1,117 @@
1
1
  {
2
- "name": "@thi.ng/hiccup-html",
3
- "version": "2.7.33",
4
- "description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure",
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/hiccup-html",
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",
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.1"
43
- },
44
- "devDependencies": {
45
- "esbuild": "^0.25.8",
46
- "typedoc": "^0.28.9",
47
- "typescript": "^5.9.2"
48
- },
49
- "keywords": [
50
- "browser",
51
- "component",
52
- "dsl",
53
- "fileformat",
54
- "hiccup",
55
- "html",
56
- "typecheck",
57
- "typescript",
58
- "ui",
59
- "wrapper"
60
- ],
61
- "publishConfig": {
62
- "access": "public"
63
- },
64
- "engines": {
65
- "node": ">=18"
66
- },
67
- "files": [
68
- "./*.js",
69
- "./*.d.ts"
70
- ],
71
- "exports": {
72
- ".": {
73
- "default": "./index.js"
74
- },
75
- "./api": {
76
- "default": "./api.js"
77
- },
78
- "./blocks": {
79
- "default": "./blocks.js"
80
- },
81
- "./def": {
82
- "default": "./def.js"
83
- },
84
- "./forms": {
85
- "default": "./forms.js"
86
- },
87
- "./head": {
88
- "default": "./head.js"
89
- },
90
- "./inline": {
91
- "default": "./inline.js"
92
- },
93
- "./lists": {
94
- "default": "./lists.js"
95
- },
96
- "./media": {
97
- "default": "./media.js"
98
- },
99
- "./sections": {
100
- "default": "./sections.js"
101
- },
102
- "./table": {
103
- "default": "./table.js"
104
- }
105
- },
106
- "thi.ng": {
107
- "alias": "html",
108
- "parent": "@thi.ng/hiccup",
109
- "related": [
110
- "hdom",
111
- "rdom",
112
- "hiccup-svg"
113
- ],
114
- "year": 2020
115
- },
116
- "gitHead": "0bcedf8d1dd4f30cd06bb2c668599628f2f0141e\n"
117
- }
2
+ "name": "@thi.ng/hiccup-html",
3
+ "version": "2.7.38",
4
+ "description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure",
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/hiccup-html",
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",
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.6"
43
+ },
44
+ "devDependencies": {
45
+ "esbuild": "^0.25.11",
46
+ "typedoc": "^0.28.14",
47
+ "typescript": "^5.9.3"
48
+ },
49
+ "keywords": [
50
+ "browser",
51
+ "component",
52
+ "dsl",
53
+ "fileformat",
54
+ "hiccup",
55
+ "html",
56
+ "typecheck",
57
+ "typescript",
58
+ "ui",
59
+ "wrapper"
60
+ ],
61
+ "publishConfig": {
62
+ "access": "public"
63
+ },
64
+ "engines": {
65
+ "node": ">=18"
66
+ },
67
+ "files": [
68
+ "./*.js",
69
+ "./*.d.ts"
70
+ ],
71
+ "exports": {
72
+ ".": {
73
+ "default": "./index.js"
74
+ },
75
+ "./api": {
76
+ "default": "./api.js"
77
+ },
78
+ "./blocks": {
79
+ "default": "./blocks.js"
80
+ },
81
+ "./def": {
82
+ "default": "./def.js"
83
+ },
84
+ "./forms": {
85
+ "default": "./forms.js"
86
+ },
87
+ "./head": {
88
+ "default": "./head.js"
89
+ },
90
+ "./inline": {
91
+ "default": "./inline.js"
92
+ },
93
+ "./lists": {
94
+ "default": "./lists.js"
95
+ },
96
+ "./media": {
97
+ "default": "./media.js"
98
+ },
99
+ "./sections": {
100
+ "default": "./sections.js"
101
+ },
102
+ "./table": {
103
+ "default": "./table.js"
104
+ }
105
+ },
106
+ "thi.ng": {
107
+ "alias": "html",
108
+ "parent": "@thi.ng/hiccup",
109
+ "related": [
110
+ "hdom",
111
+ "rdom",
112
+ "hiccup-svg"
113
+ ],
114
+ "year": 2020
115
+ },
116
+ "gitHead": "136a5e5ef0b69e82329db00d806c3c4e8f1aa063\n"
117
+ }
package/CHANGELOG.md DELETED
@@ -1,85 +0,0 @@
1
- # Change Log
2
-
3
- - **Last updated**: 2025-08-04T09:13:01Z
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
- ### [2.7.14](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@2.7.14) (2025-01-10)
15
-
16
- #### 🩹 Bug fixes
17
-
18
- - update `InputNumericAttribs` ([68a49aa](https://github.com/thi-ng/umbrella/commit/68a49aa))
19
- - allow `any` as `step` value
20
-
21
- ## [2.7.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@2.7.0) (2024-07-08)
22
-
23
- #### 🚀 Features
24
-
25
- - add/update block elements ([08f1728](https://github.com/thi-ng/umbrella/commit/08f1728))
26
- - add: details(), dialog(), summary()
27
- - update template(), add TemplateAttribs
28
- - add inline elements ([9127bd6](https://github.com/thi-ng/umbrella/commit/9127bd6))
29
- - add: dfn(), strikethrough(), variable(), wbr()
30
- - add/update elements ([0df160f](https://github.com/thi-ng/umbrella/commit/0df160f))
31
- - add: menu(), object(), output(), search()
32
- - add new element specific attrib types
33
-
34
- ### [2.6.3](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@2.6.3) (2024-05-08)
35
-
36
- #### 🩹 Bug fixes
37
-
38
- - update IFrameAttribs.sandbox ([b7d4cb8](https://github.com/thi-ng/umbrella/commit/b7d4cb8))
39
-
40
- ## [2.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@2.6.0) (2024-04-20)
41
-
42
- #### 🚀 Features
43
-
44
- - update AttribVal type, allow async iterables ([10eb854](https://github.com/thi-ng/umbrella/commit/10eb854))
45
-
46
- #### ♻️ Refactoring
47
-
48
- - update type usage ([ac691f8](https://github.com/thi-ng/umbrella/commit/ac691f8))
49
-
50
- ## [2.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@2.5.0) (2024-03-27)
51
-
52
- #### 🚀 Features
53
-
54
- - add inputReset() & inputSubmit() ([2b9cde0](https://github.com/thi-ng/umbrella/commit/2b9cde0))
55
-
56
- ## [2.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@2.4.0) (2024-01-23)
57
-
58
- #### 🚀 Features
59
-
60
- - add slot() element factory ([c7612a4](https://github.com/thi-ng/umbrella/commit/c7612a4))
61
-
62
- ## [2.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@2.3.0) (2023-12-09)
63
-
64
- #### 🚀 Features
65
-
66
- - update Attribs.class type, allow string array ([e82c3b4](https://github.com/thi-ng/umbrella/commit/e82c3b4))
67
-
68
- ### [2.2.33](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@2.2.33) (2023-11-09)
69
-
70
- #### ♻️ Refactoring
71
-
72
- - update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4))
73
-
74
- ### [2.2.21](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@2.2.21) (2023-08-22)
75
-
76
- #### 🩹 Bug fixes
77
-
78
- - update height handling in metaViewport() ([f142348](https://github.com/thi-ng/umbrella/commit/f142348))
79
- - add ViewportOpts docstrings
80
-
81
- ## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@2.2.0) (2022-11-30)
82
-
83
- #### 🚀 Features
84
-
85
- - add comment(), related to [#367](https://github.com/thi-ng/umbrella/issues/367) ([fe952d5](https://github.com/thi-ng/umbrella/commit/fe952d5))