@m3e/button-group 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
@@ -27,7 +27,7 @@ Alternately, you can explicitly reference the `html-custom-data.json` and `css-c
27
27
  }
28
28
  ```
29
29
 
30
- ## 🚀 Browser Usage
30
+ ## 🚀 Native Module Support
31
31
 
32
32
  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.
33
33
 
@@ -1972,6 +1972,11 @@
1972
1972
  "kind": "javascript-module",
1973
1973
  "path": "../core/src/shared/mixins/Labelled.ts",
1974
1974
  "declarations": [
1975
+ {
1976
+ "kind": "variable",
1977
+ "name": "updateLabels",
1978
+ "description": "A symbol through which to update labels to reflect a control's current state."
1979
+ },
1975
1980
  {
1976
1981
  "kind": "function",
1977
1982
  "name": "isLabelledMixin",
@@ -2021,16 +2026,6 @@
2021
2026
  },
2022
2027
  "description": "The label elements that the element is associated with.",
2023
2028
  "readonly": true
2024
- },
2025
- {
2026
- "kind": "method",
2027
- "name": "[_updateLabels]",
2028
- "privacy": "private",
2029
- "return": {
2030
- "type": {
2031
- "text": "void"
2032
- }
2033
- }
2034
2029
  }
2035
2030
  ],
2036
2031
  "parameters": [
@@ -2045,6 +2040,14 @@
2045
2040
  }
2046
2041
  ],
2047
2042
  "exports": [
2043
+ {
2044
+ "kind": "js",
2045
+ "name": "updateLabels",
2046
+ "declaration": {
2047
+ "name": "updateLabels",
2048
+ "module": "../core/src/shared/mixins/Labelled.ts"
2049
+ }
2050
+ },
2048
2051
  {
2049
2052
  "kind": "js",
2050
2053
  "name": "isLabelledMixin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/button-group",
3
- "version": "1.0.0-rc.3",
3
+ "version": "1.0.0-rc.4",
4
4
  "description": "Button Group for M3E",
5
5
  "author": "matraic <matraic@yahoo.com>",
6
6
  "license": "MIT",
@@ -29,9 +29,9 @@
29
29
  "clean": "rimraf dist"
30
30
  },
31
31
  "peerDependencies": {
32
- "@m3e/core": "1.0.0-rc.3",
33
- "@m3e/button": "1.0.0-rc.3",
34
- "@m3e/icon-button": "1.0.0-rc.3",
32
+ "@m3e/core": "1.0.0-rc.4",
33
+ "@m3e/button": "1.0.0-rc.4",
34
+ "@m3e/icon-button": "1.0.0-rc.4",
35
35
  "lit": "^3.3.0"
36
36
  },
37
37
  "devDependencies": {