@m3e/icon-button 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
@@ -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
 
@@ -3344,6 +3344,11 @@
3344
3344
  "kind": "javascript-module",
3345
3345
  "path": "../core/src/shared/mixins/Labelled.ts",
3346
3346
  "declarations": [
3347
+ {
3348
+ "kind": "variable",
3349
+ "name": "updateLabels",
3350
+ "description": "A symbol through which to update labels to reflect a control's current state."
3351
+ },
3347
3352
  {
3348
3353
  "kind": "function",
3349
3354
  "name": "isLabelledMixin",
@@ -3393,16 +3398,6 @@
3393
3398
  },
3394
3399
  "description": "The label elements that the element is associated with.",
3395
3400
  "readonly": true
3396
- },
3397
- {
3398
- "kind": "method",
3399
- "name": "[_updateLabels]",
3400
- "privacy": "private",
3401
- "return": {
3402
- "type": {
3403
- "text": "void"
3404
- }
3405
- }
3406
3401
  }
3407
3402
  ],
3408
3403
  "parameters": [
@@ -3417,6 +3412,14 @@
3417
3412
  }
3418
3413
  ],
3419
3414
  "exports": [
3415
+ {
3416
+ "kind": "js",
3417
+ "name": "updateLabels",
3418
+ "declaration": {
3419
+ "name": "updateLabels",
3420
+ "module": "../core/src/shared/mixins/Labelled.ts"
3421
+ }
3422
+ },
3420
3423
  {
3421
3424
  "kind": "js",
3422
3425
  "name": "isLabelledMixin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/icon-button",
3
- "version": "1.0.0-rc.3",
3
+ "version": "1.0.0-rc.4",
4
4
  "description": "Icon Button 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": {