@m3e/radio-group 1.0.6 → 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
@@ -43,13 +43,14 @@ In addition, you must use an [import map](https://developer.mozilla.org/en-US/do
43
43
  "imports": {
44
44
  "lit": "https://cdn.jsdelivr.net/npm/lit@3.3.0/+esm",
45
45
  "@m3e/core": "/node_modules/@m3e/core/dist/index.js",
46
- "@m3e/core/a11y": "/node_modules/@m3e/core/dist/a11y.js"
46
+ "@m3e/core/a11y": "/node_modules/@m3e/core/dist/a11y.js",
47
+ "@m3e/core/bidi": "/node_modules/@m3e/core/dist/bidi.js"
47
48
  }
48
49
  }
49
50
  </script>
50
51
  ```
51
52
 
52
- > For production, use index.min.js and a11y.min.js for faster load times.
53
+ > For production, use index.min.js, a11y.min.js and bidi.min.js for faster load times.
53
54
 
54
55
  ## 🗂️ Elements
55
56
 
@@ -682,6 +682,14 @@
682
682
  }
683
683
  ],
684
684
  "members": [
685
+ {
686
+ "kind": "field",
687
+ "name": "#directionalitySubscription",
688
+ "privacy": "private",
689
+ "type": {
690
+ "text": "() => void | undefined"
691
+ }
692
+ },
685
693
  {
686
694
  "kind": "field",
687
695
  "name": "#focusOutHandler",