@m3e/toolbar 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
 
@@ -1975,6 +1975,11 @@
1975
1975
  "kind": "javascript-module",
1976
1976
  "path": "../core/src/shared/mixins/Labelled.ts",
1977
1977
  "declarations": [
1978
+ {
1979
+ "kind": "variable",
1980
+ "name": "updateLabels",
1981
+ "description": "A symbol through which to update labels to reflect a control's current state."
1982
+ },
1978
1983
  {
1979
1984
  "kind": "function",
1980
1985
  "name": "isLabelledMixin",
@@ -2024,16 +2029,6 @@
2024
2029
  },
2025
2030
  "description": "The label elements that the element is associated with.",
2026
2031
  "readonly": true
2027
- },
2028
- {
2029
- "kind": "method",
2030
- "name": "[_updateLabels]",
2031
- "privacy": "private",
2032
- "return": {
2033
- "type": {
2034
- "text": "void"
2035
- }
2036
- }
2037
2032
  }
2038
2033
  ],
2039
2034
  "parameters": [
@@ -2048,6 +2043,14 @@
2048
2043
  }
2049
2044
  ],
2050
2045
  "exports": [
2046
+ {
2047
+ "kind": "js",
2048
+ "name": "updateLabels",
2049
+ "declaration": {
2050
+ "name": "updateLabels",
2051
+ "module": "../core/src/shared/mixins/Labelled.ts"
2052
+ }
2053
+ },
2051
2054
  {
2052
2055
  "kind": "js",
2053
2056
  "name": "isLabelledMixin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/toolbar",
3
- "version": "1.0.0-rc.3",
3
+ "version": "1.0.0-rc.4",
4
4
  "description": "Toolbar for M3E",
5
5
  "author": "matraic <matraic@yahoo.com>",
6
6
  "license": "MIT",
@@ -30,7 +30,7 @@
30
30
  "@material/material-color-utilities": "^0.3.0"
31
31
  },
32
32
  "peerDependencies": {
33
- "@m3e/core": "1.0.0-rc.3",
33
+ "@m3e/core": "1.0.0-rc.4",
34
34
  "lit": "^3.3.0"
35
35
  },
36
36
  "devDependencies": {