@ebay/ui-core-react 4.2.0 → 4.2.1

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.
Files changed (2) hide show
  1. package/README.md +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,11 +17,13 @@ eBayUI React components
17
17
  * [x] [ebay-badge](src/ebay-badge)
18
18
  * [x] [ebay-breadcrumbs](src/ebay-breadcrumbs)
19
19
  * [x] [ebay-button](src/ebay-button)
20
+ * [ ] `ebay-calendar`
20
21
  * [x] [ebay-carousel](src/ebay-carousel)
21
22
  * [x] [ebay-checkbox](src/ebay-checkbox)
22
23
  * [ ] `ebay-combobox`
23
24
  * [x] [ebay-confirm-dialog](src/ebay-confirm-dialog)
24
25
  * [x] [ebay-cta-button](src/ebay-cta-button)
26
+ * [ ] `ebay-date-textbox`
25
27
  * [ ] `ebay-details`
26
28
  * [x] [ebay-drawer-dialog](src/ebay-drawer-dialog)
27
29
  * [x] [ebay-eek](src/ebay-eek)
@@ -39,10 +41,11 @@ eBayUI React components
39
41
  * [x] [ebay-infotip](src/ebay-infotip)
40
42
  * [x] [ebay-inline-notice](src/ebay-inline-notice)
41
43
  * [x] [ebay-lightbox-dialog](src/ebay-lightbox-dialog)
44
+ * [ ] `ebay-line-chart`
42
45
  * [x] [ebay-listbox-button](src/ebay-listbox-button)
43
46
  * [ ] `ebay-listbox`
44
47
  * [x] [ebay-menu](src/ebay-menu)
45
- * [ ] `ebay-menu-button` (in progress...)
48
+ * [ ] `ebay-menu-button` (will be released in v5)
46
49
  * [x] [ebay-page-notice](src/ebay-page-notice)
47
50
  * [x] [ebay-pagination](src/ebay-pagination)
48
51
  * [x] [ebay-panel-dialog](src/ebay-panel-dialog)
@@ -55,7 +58,7 @@ eBayUI React components
55
58
  * [x] [ebay-select](src/ebay-select)
56
59
  * [x] [ebay-signal](src/ebay-signal)
57
60
  * [x] [ebay-snackbar-dialog](src/ebay-snackbar-dialog)
58
- * [ ] `ebay-split-button` (in progress...)
61
+ * [ ] `ebay-split-button` (will be released in v5)
59
62
  * [x] [ebay-star-rating](src/ebay-star-rating)
60
63
  * [x] [ebay-star-rating-select](src/ebay-star-rating-select)
61
64
  * [x] [ebay-switch](src/ebay-switch)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebay/ui-core-react",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "Skin components build off React",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org"