@spectrum-web-components/action-bar 1.3.0-testing.0 → 1.3.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 +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
##
|
|
1
|
+
## Overview
|
|
2
2
|
|
|
3
3
|
A `<sp-action-bar>` delivers a floating action bar that is a convenient way to deliver stateful actions in cases like selection mode. `<sp-action-bar>` can be deployed in two variants beyond the default: `[varient="fixed"]` to position the element in relation to the page, and `[variant=sticky]` to position the content in relation to content that may scroll.
|
|
4
4
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/action-bar",
|
|
3
|
-
"version": "1.3.0
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
"lit-html"
|
|
59
59
|
],
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@spectrum-web-components/action-group": "
|
|
62
|
-
"@spectrum-web-components/base": "
|
|
63
|
-
"@spectrum-web-components/button": "
|
|
64
|
-
"@spectrum-web-components/field-label": "
|
|
65
|
-
"@spectrum-web-components/popover": "
|
|
61
|
+
"@spectrum-web-components/action-group": "1.3.0",
|
|
62
|
+
"@spectrum-web-components/base": "1.3.0",
|
|
63
|
+
"@spectrum-web-components/button": "1.3.0",
|
|
64
|
+
"@spectrum-web-components/field-label": "1.3.0",
|
|
65
|
+
"@spectrum-web-components/popover": "1.3.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@spectrum-css/actionbar": "9.0.0-s2-foundations.16"
|