@swc-react/action-menu 0.15.9-react.3029 → 0.15.12-react.3120

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/index.dev.js CHANGED
@@ -10,8 +10,11 @@ export const ActionMenu = createComponent({
10
10
  tagName: "sp-action-menu",
11
11
  events: {
12
12
  change: "change",
13
+ // Announces that the `value` of the element has changed
13
14
  spOpened: "sp-opened",
15
+ // Announces that the overlay has been opened
14
16
  spClosed: "sp-closed"
17
+ // Announces that the overlay has been closed
15
18
  }
16
19
  });
17
20
  //# sourceMappingURL=index.dev.js.map
package/index.dev.js.map CHANGED
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["index.ts"],
4
4
  "sourcesContent": ["/*\nCopyright 2022 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport * as React from 'react';\nimport { createComponent } from '@lit-labs/react';\nimport type { EventName } from '@lit-labs/react';\nimport { ActionMenu as SpActionMenu } from '@spectrum-web-components/action-menu';\n\nimport '@spectrum-web-components/action-menu/sp-action-menu.js';\n\nexport const ActionMenu = createComponent({\n displayName: 'ActionMenu',\n elementClass: SpActionMenu,\n react: React,\n tagName: 'sp-action-menu',\n events: {\n change: 'change' as EventName<Event>, // Announces that the `value` of the element has changed\n spOpened: 'sp-opened' as EventName<Event>, // Announces that the overlay has been opened\n spClosed: 'sp-closed' as EventName<Event>, // Announces that the overlay has been closed\n },\n});\n\nexport type ActionMenuType = EventTarget & SpActionMenu;\n"],
5
- "mappings": ";AAYA,YAAY,WAAW;AACvB,SAAS,uBAAuB;AAEhC,SAAS,cAAc,oBAAoB;AAE3C,OAAO;AAEA,aAAM,aAAa,gBAAgB;AAAA,EACtC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ;AAAA,IACJ,QAAQ;AAAA,IACR,UAAU;AAAA,IACV,UAAU;AAAA,EACd;AACJ,CAAC;",
5
+ "mappings": ";AAYA,YAAY,WAAW;AACvB,SAAS,uBAAuB;AAEhC,SAAS,cAAc,oBAAoB;AAE3C,OAAO;AAEA,aAAM,aAAa,gBAAgB;AAAA,EACtC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ;AAAA,IACJ,QAAQ;AAAA;AAAA,IACR,UAAU;AAAA;AAAA,IACV,UAAU;AAAA;AAAA,EACd;AACJ,CAAC;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc-react/action-menu",
3
- "version": "0.15.9-react.3029+c59ca07be",
3
+ "version": "0.15.12-react.3120+342d768c5",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -23,8 +23,8 @@
23
23
  "react": "^17.0.0 || ^18.0.0"
24
24
  },
25
25
  "dependencies": {
26
- "@lit-labs/react": "^1.1.0",
27
- "@spectrum-web-components/action-menu": "^0.15.9-react.54+c59ca07be"
26
+ "@lit-labs/react": "^1.1.1",
27
+ "@spectrum-web-components/action-menu": "^0.15.12-react.32+342d768c5"
28
28
  },
29
- "gitHead": "c59ca07bef1633dd16241d4be7d87b037ce7ddbf"
29
+ "gitHead": "342d768c58d0a2790117f7625db6085210bb7f17"
30
30
  }