@m3e/chips 1.0.5 → 1.1.0

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/README.md CHANGED
@@ -50,13 +50,14 @@ In addition, you must use an [import map](https://developer.mozilla.org/en-US/do
50
50
  "imports": {
51
51
  "lit": "https://cdn.jsdelivr.net/npm/lit@3.3.0/+esm",
52
52
  "@m3e/core": "/node_modules/@m3e/core/dist/index.js",
53
- "@m3e/core/a11y": "/node_modules/@m3e/core/dist/a11y.js"
53
+ "@m3e/core/a11y": "/node_modules/@m3e/core/dist/a11y.js",
54
+ "@m3e/core/bidi": "/node_modules/@m3e/core/dist/bidi.js"
54
55
  }
55
56
  }
56
57
  </script>
57
58
  ```
58
59
 
59
- > For production, use index.min.js and a11y.min.js for faster load times.
60
+ > For production, use index.min.js, a11y.min.js, and bidi.min.js for faster load times.
60
61
 
61
62
  ## 🗂️ Elements
62
63
 
@@ -2053,6 +2053,14 @@
2053
2053
  }
2054
2054
  ],
2055
2055
  "members": [
2056
+ {
2057
+ "kind": "field",
2058
+ "name": "#directionalitySubscription",
2059
+ "privacy": "private",
2060
+ "type": {
2061
+ "text": "() => void | undefined"
2062
+ }
2063
+ },
2056
2064
  {
2057
2065
  "kind": "field",
2058
2066
  "name": "multi",
@@ -3386,6 +3394,14 @@
3386
3394
  }
3387
3395
  ],
3388
3396
  "members": [
3397
+ {
3398
+ "kind": "field",
3399
+ "name": "#directionalitySubscription",
3400
+ "privacy": "private",
3401
+ "type": {
3402
+ "text": "() => void | undefined"
3403
+ }
3404
+ },
3389
3405
  {
3390
3406
  "kind": "field",
3391
3407
  "name": "#inputChangeHandler",