@m3e/button 1.0.0-rc.3 → 1.0.0-rc.4

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
@@ -31,7 +31,7 @@ Alternately, you can explicitly reference the `html-custom-data.json` and `css-c
31
31
  }
32
32
  ```
33
33
 
34
- ## 🚀 Browser Usage
34
+ ## 🚀 Native Module Support
35
35
 
36
36
  This package uses [JavaScript Modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules#module_specifiers). To use it directly in a browser without a bundler, use a module script similar to the following.
37
37
 
@@ -3806,6 +3806,11 @@
3806
3806
  "kind": "javascript-module",
3807
3807
  "path": "../core/src/shared/mixins/Labelled.ts",
3808
3808
  "declarations": [
3809
+ {
3810
+ "kind": "variable",
3811
+ "name": "updateLabels",
3812
+ "description": "A symbol through which to update labels to reflect a control's current state."
3813
+ },
3809
3814
  {
3810
3815
  "kind": "function",
3811
3816
  "name": "isLabelledMixin",
@@ -3855,16 +3860,6 @@
3855
3860
  },
3856
3861
  "description": "The label elements that the element is associated with.",
3857
3862
  "readonly": true
3858
- },
3859
- {
3860
- "kind": "method",
3861
- "name": "[_updateLabels]",
3862
- "privacy": "private",
3863
- "return": {
3864
- "type": {
3865
- "text": "void"
3866
- }
3867
- }
3868
3863
  }
3869
3864
  ],
3870
3865
  "parameters": [
@@ -3879,6 +3874,14 @@
3879
3874
  }
3880
3875
  ],
3881
3876
  "exports": [
3877
+ {
3878
+ "kind": "js",
3879
+ "name": "updateLabels",
3880
+ "declaration": {
3881
+ "name": "updateLabels",
3882
+ "module": "../core/src/shared/mixins/Labelled.ts"
3883
+ }
3884
+ },
3882
3885
  {
3883
3886
  "kind": "js",
3884
3887
  "name": "isLabelledMixin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/button",
3
- "version": "1.0.0-rc.3",
3
+ "version": "1.0.0-rc.4",
4
4
  "description": "Button for M3E",
5
5
  "author": "matraic <matraic@yahoo.com>",
6
6
  "license": "MIT",
@@ -27,7 +27,7 @@
27
27
  "clean": "rimraf dist"
28
28
  },
29
29
  "peerDependencies": {
30
- "@m3e/core": "1.0.0-rc.3",
30
+ "@m3e/core": "1.0.0-rc.4",
31
31
  "lit": "^3.3.0"
32
32
  },
33
33
  "devDependencies": {