@m3e/expansion-panel 1.0.6 → 1.1.1

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
@@ -46,13 +46,14 @@ In addition, you must use an [import map](https://developer.mozilla.org/en-US/do
46
46
  {
47
47
  "imports": {
48
48
  "lit": "https://cdn.jsdelivr.net/npm/lit@3.3.0/+esm",
49
- "@m3e/core": "/node_modules/@m3e/core/dist/index.js"
49
+ "@m3e/core": "/node_modules/@m3e/core/dist/index.js",
50
+ "@m3e/core/bidi": "/node_modules/@m3e/core/dist/bidi.js"
50
51
  }
51
52
  }
52
53
  </script>
53
54
  ```
54
55
 
55
- > For production, use index.min.js for faster load times.
56
+ > For production, use index.min.js and bidi.min.js for faster load times.
56
57
 
57
58
  ## 🗂️ Elements
58
59
 
@@ -563,6 +563,14 @@
563
563
  "privacy": "private",
564
564
  "default": "`m3e-expansion-panel-${this.#id}-header`"
565
565
  },
566
+ {
567
+ "kind": "field",
568
+ "name": "#directionalitySubscription",
569
+ "privacy": "private",
570
+ "type": {
571
+ "text": "() => void | undefined"
572
+ }
573
+ },
566
574
  {
567
575
  "kind": "field",
568
576
  "name": "_header",
@@ -667,6 +675,16 @@
667
675
  }
668
676
  ]
669
677
  },
678
+ {
679
+ "kind": "method",
680
+ "name": "#updateHeaderToggleRotation",
681
+ "privacy": "private",
682
+ "return": {
683
+ "type": {
684
+ "text": "void"
685
+ }
686
+ }
687
+ },
670
688
  {
671
689
  "kind": "field",
672
690
  "name": "disabled",