@m3e/split-button 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
@@ -32,7 +32,7 @@ Alternately, you can explicitly reference the `html-custom-data.json` and `css-c
32
32
  }
33
33
  ```
34
34
 
35
- ## 🚀 Browser Usage
35
+ ## 🚀 Native Module Support
36
36
 
37
37
  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.
38
38
 
@@ -2140,6 +2140,11 @@
2140
2140
  "kind": "javascript-module",
2141
2141
  "path": "../core/src/shared/mixins/Labelled.ts",
2142
2142
  "declarations": [
2143
+ {
2144
+ "kind": "variable",
2145
+ "name": "updateLabels",
2146
+ "description": "A symbol through which to update labels to reflect a control's current state."
2147
+ },
2143
2148
  {
2144
2149
  "kind": "function",
2145
2150
  "name": "isLabelledMixin",
@@ -2189,16 +2194,6 @@
2189
2194
  },
2190
2195
  "description": "The label elements that the element is associated with.",
2191
2196
  "readonly": true
2192
- },
2193
- {
2194
- "kind": "method",
2195
- "name": "[_updateLabels]",
2196
- "privacy": "private",
2197
- "return": {
2198
- "type": {
2199
- "text": "void"
2200
- }
2201
- }
2202
2197
  }
2203
2198
  ],
2204
2199
  "parameters": [
@@ -2213,6 +2208,14 @@
2213
2208
  }
2214
2209
  ],
2215
2210
  "exports": [
2211
+ {
2212
+ "kind": "js",
2213
+ "name": "updateLabels",
2214
+ "declaration": {
2215
+ "name": "updateLabels",
2216
+ "module": "../core/src/shared/mixins/Labelled.ts"
2217
+ }
2218
+ },
2216
2219
  {
2217
2220
  "kind": "js",
2218
2221
  "name": "isLabelledMixin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/split-button",
3
- "version": "1.0.0-rc.3",
3
+ "version": "1.0.0",
4
4
  "description": "Split Button for M3E",
5
5
  "author": "matraic <matraic@yahoo.com>",
6
6
  "license": "MIT",
@@ -27,10 +27,10 @@
27
27
  "clean": "rimraf dist"
28
28
  },
29
29
  "peerDependencies": {
30
- "@m3e/core": "1.0.0-rc.3",
31
- "@m3e/button": "1.0.0-rc.3",
32
- "@m3e/icon-button": "1.0.0-rc.3",
33
- "@m3e/button-group": "1.0.0-rc.3",
30
+ "@m3e/core": "1.0.0",
31
+ "@m3e/button": "1.0.0",
32
+ "@m3e/icon-button": "1.0.0",
33
+ "@m3e/button-group": "1.0.0",
34
34
  "lit": "^3.3.0"
35
35
  },
36
36
  "devDependencies": {