@lynx-js/web-elements-canary 0.8.2-canary-20250728-58c82e92 → 0.8.3-canary-20250731-2831218c

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/CHANGELOG.md CHANGED
@@ -1,6 +1,15 @@
1
1
  # @lynx-js/web-elements
2
2
 
3
- ## 0.8.2-canary-20250728164554-58c82e92d1f1957d3178bb9160f0dd8f675f5c96
3
+ ## 0.8.3-canary-20250731114803-2831218c5eb87a7860add4ff80ba36791b924cd9
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: support color style for x-textarea ([#1382](https://github.com/lynx-family/lynx-stack/pull/1382))
8
+
9
+ - Updated dependencies []:
10
+ - @lynx-js/web-elements-template@0.8.3-canary-20250731114803-2831218c5eb87a7860add4ff80ba36791b924cd9
11
+
12
+ ## 0.8.2
4
13
 
5
14
  ### Patch Changes
6
15
 
@@ -13,7 +22,7 @@
13
22
  This enables CORS-enabled image loading when using `<x-image crossorigin="anonymous">` or similar configurations.
14
23
 
15
24
  - Updated dependencies []:
16
- - @lynx-js/web-elements-template@0.8.2-canary-20250728164554-58c82e92d1f1957d3178bb9160f0dd8f675f5c96
25
+ - @lynx-js/web-elements-template@0.8.2
17
26
 
18
27
  ## 0.8.1
19
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-elements-canary",
3
- "version": "0.8.2-canary-20250728-58c82e92",
3
+ "version": "0.8.3-canary-20250731-2831218c",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -101,7 +101,7 @@
101
101
  ],
102
102
  "dependencies": {
103
103
  "@lynx-js/web-elements-reactive": "npm:@lynx-js/web-elements-reactive-canary@0.2.2",
104
- "@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.2-canary-20250728-58c82e92"
104
+ "@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.3-canary-20250731-2831218c"
105
105
  },
106
106
  "devDependencies": {
107
107
  "tslib": "^2.8.1"
@@ -28,6 +28,7 @@ x-textarea::part(textarea), x-textarea::part(form) {
28
28
  text-align: inherit;
29
29
  outline: inherit;
30
30
  background-color: inherit;
31
+ color: inherit;
31
32
  }
32
33
  x-textarea::part(textarea) {
33
34
  --placeholder-color: grey;