@ebay/ui-core-react 3.8.2 → 3.8.3

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
@@ -27,21 +27,21 @@ eBayUI React components
27
27
  * [x] [ebay-eek](src/ebay-eek)
28
28
  * [x] [ebay-fullscreen-dialog](src/ebay-fullscreen-dialog)
29
29
  * [ ] `ebay-fake-link`
30
- * [x] [ebay-fake-menu] (src/ebay-fake-menu)
31
- * [x] [ebay-fake-menu-button] (src/ebay-fake-menu-button)
32
- * [x] [ebay-fake-tabs] (src/ebay-fake-tabs)
30
+ * [x] [ebay-fake-menu](src/ebay-fake-menu)
31
+ * [x] [ebay-fake-menu-button](src/ebay-fake-menu-button)
32
+ * [x] [ebay-fake-tabs](src/ebay-fake-tabs)
33
33
  * [x] [ebay-field](src/ebay-field)
34
34
  * [ ] `ebay-filter` (in progress...)
35
35
  * [ ] `ebay-filter-menu`
36
36
  * [ ] `ebay-filter-menu-button`
37
- * [ ] `ebay-icon-button`
37
+ * [x] [ebay-icon-button](src/ebay-icon-button)
38
38
  * [x] [ebay-icon](src/ebay-icon)
39
39
  * [x] [ebay-infotip](src/ebay-infotip)
40
40
  * [x] [ebay-inline-notice](src/ebay-inline-notice)
41
41
  * [x] [ebay-lightbox-dialog](src/ebay-lightbox-dialog)
42
42
  * [x] [ebay-listbox-button](src/ebay-listbox-button)
43
43
  * [ ] `ebay-listbox`
44
- * [x] [ebay-menu] (src/ebay-menu)
44
+ * [x] [ebay-menu](src/ebay-menu)
45
45
  * [ ] `ebay-menu-button` (in progress...)
46
46
  * [x] [ebay-page-notice](src/ebay-page-notice)
47
47
  * [x] [ebay-pagination](src/ebay-pagination)
@@ -1,4 +1,5 @@
1
1
  # EbayIconButton
2
+ This is a circular button with an icon only.
2
3
 
3
4
  ## Demo
4
5
  [Storybook](https://opensource.ebay.com/ebayui-core-react/main/?path=/story/ebay-icon-button--default)
@@ -22,6 +23,10 @@ import '@ebay/skin/icon-button.css'
22
23
 
23
24
  ### Icon button
24
25
  ```jsx harmony
26
+ <EbayIconButton icon="settings" aria-label="settings" />
27
+ ```
28
+ with badge:
29
+ ```jsx harmony
25
30
  <EbayIconButton icon="menu" badgeNumber={1} badgeAriaLabel="new feature available" />
26
31
  ```
27
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebay/ui-core-react",
3
- "version": "3.8.2",
3
+ "version": "3.8.3",
4
4
  "description": "Skin components build off React",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",