@m3e/shape 1.0.0-rc.3 → 1.0.0

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
 
@@ -1832,6 +1832,11 @@
1832
1832
  "kind": "javascript-module",
1833
1833
  "path": "../core/src/shared/mixins/Labelled.ts",
1834
1834
  "declarations": [
1835
+ {
1836
+ "kind": "variable",
1837
+ "name": "updateLabels",
1838
+ "description": "A symbol through which to update labels to reflect a control's current state."
1839
+ },
1835
1840
  {
1836
1841
  "kind": "function",
1837
1842
  "name": "isLabelledMixin",
@@ -1881,16 +1886,6 @@
1881
1886
  },
1882
1887
  "description": "The label elements that the element is associated with.",
1883
1888
  "readonly": true
1884
- },
1885
- {
1886
- "kind": "method",
1887
- "name": "[_updateLabels]",
1888
- "privacy": "private",
1889
- "return": {
1890
- "type": {
1891
- "text": "void"
1892
- }
1893
- }
1894
1889
  }
1895
1890
  ],
1896
1891
  "parameters": [
@@ -1905,6 +1900,14 @@
1905
1900
  }
1906
1901
  ],
1907
1902
  "exports": [
1903
+ {
1904
+ "kind": "js",
1905
+ "name": "updateLabels",
1906
+ "declaration": {
1907
+ "name": "updateLabels",
1908
+ "module": "../core/src/shared/mixins/Labelled.ts"
1909
+ }
1910
+ },
1908
1911
  {
1909
1912
  "kind": "js",
1910
1913
  "name": "isLabelledMixin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/shape",
3
- "version": "1.0.0-rc.3",
3
+ "version": "1.0.0",
4
4
  "description": "Shape for M3E",
5
5
  "author": "matraic <matraic@yahoo.com>",
6
6
  "license": "MIT",
@@ -62,7 +62,7 @@
62
62
  "clean": "rimraf dist"
63
63
  },
64
64
  "peerDependencies": {
65
- "@m3e/core": "1.0.0-rc.3",
65
+ "@m3e/core": "1.0.0",
66
66
  "lit": "^3.3.0"
67
67
  },
68
68
  "devDependencies": {