@m3e/icon 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
@@ -30,7 +30,7 @@ Alternately, you can explicitly reference the `html-custom-data.json` and `css-c
30
30
  }
31
31
  ```
32
32
 
33
- ## 🚀 Browser Usage
33
+ ## 🚀 Native Module Support
34
34
 
35
35
  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.
36
36
 
@@ -1913,6 +1913,11 @@
1913
1913
  "kind": "javascript-module",
1914
1914
  "path": "../core/src/shared/mixins/Labelled.ts",
1915
1915
  "declarations": [
1916
+ {
1917
+ "kind": "variable",
1918
+ "name": "updateLabels",
1919
+ "description": "A symbol through which to update labels to reflect a control's current state."
1920
+ },
1916
1921
  {
1917
1922
  "kind": "function",
1918
1923
  "name": "isLabelledMixin",
@@ -1962,16 +1967,6 @@
1962
1967
  },
1963
1968
  "description": "The label elements that the element is associated with.",
1964
1969
  "readonly": true
1965
- },
1966
- {
1967
- "kind": "method",
1968
- "name": "[_updateLabels]",
1969
- "privacy": "private",
1970
- "return": {
1971
- "type": {
1972
- "text": "void"
1973
- }
1974
- }
1975
1970
  }
1976
1971
  ],
1977
1972
  "parameters": [
@@ -1986,6 +1981,14 @@
1986
1981
  }
1987
1982
  ],
1988
1983
  "exports": [
1984
+ {
1985
+ "kind": "js",
1986
+ "name": "updateLabels",
1987
+ "declaration": {
1988
+ "name": "updateLabels",
1989
+ "module": "../core/src/shared/mixins/Labelled.ts"
1990
+ }
1991
+ },
1989
1992
  {
1990
1993
  "kind": "js",
1991
1994
  "name": "isLabelledMixin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/icon",
3
- "version": "1.0.0-rc.3",
3
+ "version": "1.0.0-rc.4",
4
4
  "description": "Icon 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": {