@m3e/loading-indicator 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
 
@@ -1883,6 +1883,11 @@
1883
1883
  "kind": "javascript-module",
1884
1884
  "path": "../core/src/shared/mixins/Labelled.ts",
1885
1885
  "declarations": [
1886
+ {
1887
+ "kind": "variable",
1888
+ "name": "updateLabels",
1889
+ "description": "A symbol through which to update labels to reflect a control's current state."
1890
+ },
1886
1891
  {
1887
1892
  "kind": "function",
1888
1893
  "name": "isLabelledMixin",
@@ -1932,16 +1937,6 @@
1932
1937
  },
1933
1938
  "description": "The label elements that the element is associated with.",
1934
1939
  "readonly": true
1935
- },
1936
- {
1937
- "kind": "method",
1938
- "name": "[_updateLabels]",
1939
- "privacy": "private",
1940
- "return": {
1941
- "type": {
1942
- "text": "void"
1943
- }
1944
- }
1945
1940
  }
1946
1941
  ],
1947
1942
  "parameters": [
@@ -1956,6 +1951,14 @@
1956
1951
  }
1957
1952
  ],
1958
1953
  "exports": [
1954
+ {
1955
+ "kind": "js",
1956
+ "name": "updateLabels",
1957
+ "declaration": {
1958
+ "name": "updateLabels",
1959
+ "module": "../core/src/shared/mixins/Labelled.ts"
1960
+ }
1961
+ },
1959
1962
  {
1960
1963
  "kind": "js",
1961
1964
  "name": "isLabelledMixin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/loading-indicator",
3
- "version": "1.0.0-rc.3",
3
+ "version": "1.0.0-rc.4",
4
4
  "description": "Loading Indicator 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": {