@kouji-ui/components 0.4.3 → 0.4.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kouji-ui/components",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "Opinionated styled Angular components built on @kouji-ui/core directives. Themed at runtime via @kouji-ui/themes.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -31,13 +31,51 @@
31
31
  "@kouji-ui/core": "*",
32
32
  "lucide-static": "^1.14.0",
33
33
  "@angular/forms": "^22.0.0",
34
- "rxjs": "^7.8.0"
34
+ "rxjs": "^7.8.0",
35
+ "lexical": "^0.38.0",
36
+ "@lexical/rich-text": "^0.38.0",
37
+ "@lexical/list": "^0.38.0",
38
+ "@lexical/link": "^0.38.0",
39
+ "@lexical/history": "^0.38.0",
40
+ "@lexical/markdown": "^0.38.0",
41
+ "@lexical/code": "^0.38.0",
42
+ "@lexical/html": "^0.38.0",
43
+ "@lexical/selection": "^0.38.0"
35
44
  },
36
45
  "sideEffects": false,
37
46
  "dependencies": {
38
47
  "@tanstack/virtual-core": "^3.14.0",
39
48
  "tslib": "^2.3.0"
40
49
  },
50
+ "peerDependenciesMeta": {
51
+ "lexical": {
52
+ "optional": true
53
+ },
54
+ "@lexical/rich-text": {
55
+ "optional": true
56
+ },
57
+ "@lexical/list": {
58
+ "optional": true
59
+ },
60
+ "@lexical/link": {
61
+ "optional": true
62
+ },
63
+ "@lexical/history": {
64
+ "optional": true
65
+ },
66
+ "@lexical/markdown": {
67
+ "optional": true
68
+ },
69
+ "@lexical/code": {
70
+ "optional": true
71
+ },
72
+ "@lexical/html": {
73
+ "optional": true
74
+ },
75
+ "@lexical/selection": {
76
+ "optional": true
77
+ }
78
+ },
41
79
  "module": "fesm2022/kouji-ui-components.mjs",
42
80
  "typings": "types/kouji-ui-components.d.ts",
43
81
  "exports": {