@m3e/card 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
@@ -33,7 +33,7 @@ Alternately, you can explicitly reference the `html-custom-data.json` and `css-c
33
33
  }
34
34
  ```
35
35
 
36
- ## 🚀 Browser Usage
36
+ ## 🚀 Native Module Support
37
37
 
38
38
  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.
39
39
 
@@ -2716,6 +2716,11 @@
2716
2716
  "kind": "javascript-module",
2717
2717
  "path": "../core/src/shared/mixins/Labelled.ts",
2718
2718
  "declarations": [
2719
+ {
2720
+ "kind": "variable",
2721
+ "name": "updateLabels",
2722
+ "description": "A symbol through which to update labels to reflect a control's current state."
2723
+ },
2719
2724
  {
2720
2725
  "kind": "function",
2721
2726
  "name": "isLabelledMixin",
@@ -2765,16 +2770,6 @@
2765
2770
  },
2766
2771
  "description": "The label elements that the element is associated with.",
2767
2772
  "readonly": true
2768
- },
2769
- {
2770
- "kind": "method",
2771
- "name": "[_updateLabels]",
2772
- "privacy": "private",
2773
- "return": {
2774
- "type": {
2775
- "text": "void"
2776
- }
2777
- }
2778
2773
  }
2779
2774
  ],
2780
2775
  "parameters": [
@@ -2789,6 +2784,14 @@
2789
2784
  }
2790
2785
  ],
2791
2786
  "exports": [
2787
+ {
2788
+ "kind": "js",
2789
+ "name": "updateLabels",
2790
+ "declaration": {
2791
+ "name": "updateLabels",
2792
+ "module": "../core/src/shared/mixins/Labelled.ts"
2793
+ }
2794
+ },
2792
2795
  {
2793
2796
  "kind": "js",
2794
2797
  "name": "isLabelledMixin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/card",
3
- "version": "1.0.0-rc.3",
3
+ "version": "1.0.0-rc.4",
4
4
  "description": "Card 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": {