@m3e/heading 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
 
@@ -2267,6 +2267,11 @@
2267
2267
  "kind": "javascript-module",
2268
2268
  "path": "../core/src/shared/mixins/Labelled.ts",
2269
2269
  "declarations": [
2270
+ {
2271
+ "kind": "variable",
2272
+ "name": "updateLabels",
2273
+ "description": "A symbol through which to update labels to reflect a control's current state."
2274
+ },
2270
2275
  {
2271
2276
  "kind": "function",
2272
2277
  "name": "isLabelledMixin",
@@ -2316,16 +2321,6 @@
2316
2321
  },
2317
2322
  "description": "The label elements that the element is associated with.",
2318
2323
  "readonly": true
2319
- },
2320
- {
2321
- "kind": "method",
2322
- "name": "[_updateLabels]",
2323
- "privacy": "private",
2324
- "return": {
2325
- "type": {
2326
- "text": "void"
2327
- }
2328
- }
2329
2324
  }
2330
2325
  ],
2331
2326
  "parameters": [
@@ -2340,6 +2335,14 @@
2340
2335
  }
2341
2336
  ],
2342
2337
  "exports": [
2338
+ {
2339
+ "kind": "js",
2340
+ "name": "updateLabels",
2341
+ "declaration": {
2342
+ "name": "updateLabels",
2343
+ "module": "../core/src/shared/mixins/Labelled.ts"
2344
+ }
2345
+ },
2343
2346
  {
2344
2347
  "kind": "js",
2345
2348
  "name": "isLabelledMixin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/heading",
3
- "version": "1.0.0-rc.3",
3
+ "version": "1.0.0-rc.4",
4
4
  "description": "Heading 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": {