@lynx-js/web-elements-compat-canary 0.2.2 → 0.2.3-canary-20250304-b01908ad

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,5 +1,13 @@
1
1
  # @lynx-js/web-elements-compat
2
2
 
3
+ ## 0.2.3-canary-20250304134646-b01908ad825fcd95ed9e5abc5656a82b8ad87620
4
+
5
+ ### Patch Changes
6
+
7
+ - c617453: Support NPM provenance.
8
+ - Updated dependencies [c617453]
9
+ - @lynx-js/web-elements@0.2.5-canary-20250304134646-b01908ad825fcd95ed9e5abc5656a82b8ad87620
10
+
3
11
  ## 0.2.2
4
12
 
5
13
  ### Patch Changes
@@ -99,8 +107,8 @@
99
107
  For compating usage, `@lynx-js/web-elements-compat/LinearContainer` is provided.
100
108
 
101
109
  ```javascript
102
- import '@lynx-js/web-elements-compat/LinearContainer';
103
- import '@lynx-js/web-elements/all';
110
+ import "@lynx-js/web-elements-compat/LinearContainer";
111
+ import "@lynx-js/web-elements/all";
104
112
  ```
105
113
 
106
114
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "name": "@lynx-js/web-elements-compat-canary",
3
- "version": "0.2.2",
3
+ "version": "0.2.3-canary-20250304-b01908ad",
4
4
  "private": false,
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/lynx-family/lynx-stack.git",
8
+ "directory": "packages/web-platform/web-elements-compat"
9
+ },
5
10
  "license": "Apache-2.0",
6
11
  "sideEffects": true,
7
12
  "type": "module",
@@ -23,7 +28,7 @@
23
28
  "**/*.css"
24
29
  ],
25
30
  "devDependencies": {
26
- "@lynx-js/web-elements": "npm:@lynx-js/web-elements-canary@0.2.4-canary-20250302-1abf8f01"
31
+ "@lynx-js/web-elements": "npm:@lynx-js/web-elements-canary@0.2.5-canary-20250304-b01908ad"
27
32
  },
28
33
  "peerDependencies": {
29
34
  "@lynx-js/web-elements": "*"
@@ -3,7 +3,7 @@
3
3
  // LICENSE file in the root directory of this source tree.
4
4
  import './linear-compat.css';
5
5
  import {
6
- AttributeReactiveClass,
6
+ type AttributeReactiveClass,
7
7
  bindToAttribute,
8
8
  WebComponentClass,
9
9
  } from '@lynx-js/web-elements';