@spectrum-web-components/action-menu 1.3.0-testing.0 → 1.3.1-beta.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 +6 -4
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
##
|
|
1
|
+
## Overview
|
|
2
2
|
|
|
3
|
-
An `<sp-action-menu>` is an action button that triggers an overlay with `<sp-menu-items>` for activation. Use an `<sp-menu>` element to outline the items that will be made available to the user when interacting with the `<sp-action-menu>` element. By default `<sp-action-menu>` does not manage a selection. If you'd like for a selection to be
|
|
3
|
+
An `<sp-action-menu>` is an action button that triggers an overlay with `<sp-menu-items>` for activation. Use an `<sp-menu>` element to outline the items that will be made available to the user when interacting with the `<sp-action-menu>` element. By default, `<sp-action-menu>` does not manage a selection. If you'd like for a selection to be managed, use `selects="single"` on the `<sp-menu>` to activate this functionality.
|
|
4
4
|
|
|
5
5
|
### Usage
|
|
6
6
|
|
|
@@ -30,9 +30,11 @@ When looking to leverage the `ActionMenu` base class as a type and/or for extens
|
|
|
30
30
|
import { ActionMenu } from '@spectrum-web-components/action-menu';
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
-
|
|
33
|
+
### Options
|
|
34
34
|
|
|
35
|
-
|
|
35
|
+
#### Sizes
|
|
36
|
+
|
|
37
|
+
<sp-tabs selected="m" auto label="Size attribute options">
|
|
36
38
|
<sp-tab value="s">Small</sp-tab>
|
|
37
39
|
<sp-tab-panel value="s">
|
|
38
40
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/action-menu",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1-beta.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -61,12 +61,12 @@
|
|
|
61
61
|
"lit-html"
|
|
62
62
|
],
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@spectrum-web-components/action-button": "
|
|
65
|
-
"@spectrum-web-components/base": "
|
|
66
|
-
"@spectrum-web-components/icon": "
|
|
67
|
-
"@spectrum-web-components/icons-workflow": "
|
|
68
|
-
"@spectrum-web-components/picker": "
|
|
69
|
-
"@spectrum-web-components/shared": "
|
|
64
|
+
"@spectrum-web-components/action-button": "1.3.1-beta.0",
|
|
65
|
+
"@spectrum-web-components/base": "1.3.1-beta.0",
|
|
66
|
+
"@spectrum-web-components/icon": "1.3.1-beta.0",
|
|
67
|
+
"@spectrum-web-components/icons-workflow": "1.3.1-beta.0",
|
|
68
|
+
"@spectrum-web-components/picker": "1.3.1-beta.0",
|
|
69
|
+
"@spectrum-web-components/shared": "1.3.1-beta.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@spectrum-css/actionmenu": "7.0.0-s2-foundations.15"
|