@spectrum-web-components/action-menu 0.13.13 → 0.13.14

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.
@@ -17,6 +17,12 @@
17
17
  }
18
18
  ]
19
19
  },
20
+ {
21
+ "kind": "javascript-module",
22
+ "path": "sync/sp-action-menu.ts",
23
+ "declarations": [],
24
+ "exports": []
25
+ },
20
26
  {
21
27
  "kind": "javascript-module",
22
28
  "path": "src/ActionMenu.ts",
@@ -123,48 +129,6 @@
123
129
  }
124
130
  }
125
131
  ]
126
- },
127
- {
128
- "kind": "javascript-module",
129
- "path": "src/action-menu.css.ts",
130
- "declarations": [
131
- {
132
- "kind": "variable",
133
- "name": "styles",
134
- "default": "css`\n:host{display:inline-flex}:host([quiet]){min-width:0}::slotted([slot=icon]){flex-shrink:0}.icon{flex-shrink:0}#popover{display:none;max-width:none;width:auto}:host([dir=ltr]) .icon,:host([dir=ltr]) ::slotted([slot=icon]){margin-left:calc((var(--spectrum-actionbutton-textonly-padding-left-adjusted) - var(--spectrum-actionbutton-padding-left-adjusted))*-1)}:host([dir=rtl]) .icon,:host([dir=rtl]) ::slotted([slot=icon]){margin-right:calc((var(--spectrum-actionbutton-textonly-padding-left-adjusted) - var(--spectrum-actionbutton-padding-left-adjusted))*-1)}:host([dir]) slot[icon-only] .icon,:host([dir]) slot[icon-only]::slotted([slot=icon]){margin-left:calc((var(--spectrum-actionbutton-textonly-padding-left-adjusted) - var(--spectrum-actionbutton-icononly-padding-left-adjusted))*-1);margin-right:calc((var(--spectrum-actionbutton-textonly-padding-right-adjusted) - var(--spectrum-actionbutton-icononly-padding-right-adjusted))*-1)}\n`"
135
- }
136
- ],
137
- "exports": [
138
- {
139
- "kind": "js",
140
- "name": "default",
141
- "declaration": {
142
- "name": "styles",
143
- "module": "src/action-menu.css.ts"
144
- }
145
- }
146
- ]
147
- },
148
- {
149
- "kind": "javascript-module",
150
- "path": "src/index.ts",
151
- "declarations": [],
152
- "exports": [
153
- {
154
- "kind": "js",
155
- "name": "*",
156
- "declaration": {
157
- "name": "*",
158
- "package": "./ActionMenu.js"
159
- }
160
- }
161
- ]
162
- },
163
- {
164
- "kind": "javascript-module",
165
- "path": "sync/sp-action-menu.ts",
166
- "declarations": [],
167
- "exports": []
168
132
  }
169
133
  ]
170
134
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/action-menu",
3
- "version": "0.13.13",
3
+ "version": "0.13.14",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -46,16 +46,16 @@
46
46
  "lit-html"
47
47
  ],
48
48
  "dependencies": {
49
- "@spectrum-web-components/action-button": "^0.8.4",
49
+ "@spectrum-web-components/action-button": "^0.8.5",
50
50
  "@spectrum-web-components/base": "^0.5.6",
51
- "@spectrum-web-components/icon": "^0.11.7",
52
- "@spectrum-web-components/icons-workflow": "^0.8.7",
53
- "@spectrum-web-components/picker": "^0.11.1",
51
+ "@spectrum-web-components/icon": "^0.11.8",
52
+ "@spectrum-web-components/icons-workflow": "^0.8.8",
53
+ "@spectrum-web-components/picker": "^0.11.2",
54
54
  "@spectrum-web-components/shared": "^0.14.1",
55
55
  "tslib": "^2.0.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@spectrum-css/actionmenu": "^3.0.26"
58
+ "@spectrum-css/actionmenu": "^3.0.27"
59
59
  },
60
60
  "types": "./src/index.d.ts",
61
61
  "customElements": "custom-elements.json",
@@ -63,5 +63,5 @@
63
63
  "./sp-*.js",
64
64
  "./sync/sp-*.js"
65
65
  ],
66
- "gitHead": "32e049a0da090ffc1a54cfe3234be4d5efc73339"
66
+ "gitHead": "8f5ea3556e160b6e30815edb2414dc5a5999a925"
67
67
  }