@ebay/ui-core-react 3.12.4 → 3.12.5

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 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,7 +17,7 @@ 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
- * [x] [ebay-carouse](src/ebay-carousel)
20
+ * [x] [ebay-carousel](src/ebay-carousel)
21
21
  * [x] [ebay-checkbox](src/ebay-checkbox)
22
22
  * [ ] `ebay-combobox`
23
23
  * [ ] `ebay-confirm-dialog`
@@ -46,7 +46,7 @@ eBayUI React components
46
46
  * [x] [ebay-page-notice](src/ebay-page-notice)
47
47
  * [x] [ebay-pagination](src/ebay-pagination)
48
48
  * [x] [ebay-panel-dialog](src/ebay-panel-dialog)
49
- * [ ] `ebay-program-badge`
49
+ * [x] [ebay-program-badge](src/ebay-program-badge)
50
50
  * [x] [ebay-progress-bar](src/ebay-progress-bar)
51
51
  * [x] [ebay-progress-spinner](src/ebay-progress-spinner)
52
52
  * [x] [ebay-progress-stepper](src/ebay-progress-stepper)
@@ -55,7 +55,7 @@ eBayUI React components
55
55
  * [x] [ebay-section-notice](src/ebay-section-notice)
56
56
  * [x] [ebay-select](src/ebay-select)
57
57
  * [x] [ebay-snackbar-dialog](src/ebay-snackbar-dialog)
58
- * [ ] `ebay-split-button`
58
+ * [ ] `ebay-split-button` (in progress...)
59
59
  * [x] [ebay-star-rating](src/ebay-star-rating)
60
60
  * [x] [ebay-star-rating-select](src/ebay-star-rating-select)
61
61
  * [x] [ebay-switch](src/ebay-switch)
@@ -64,9 +64,9 @@ eBayUI React components
64
64
  * [x] [ebay-textbox](src/ebay-textbox)
65
65
  * [x] [ebay-toast-dialog](src/ebay-toast-dialog)
66
66
  * [x] [ebay-tooltip](src/ebay-tooltip)
67
- * [ ] `ebay-tourtip`
67
+ * [x] [ebay-tourtip](src/ebay-tourtip)
68
68
  * [ ] `ebay-tri-state-checkbox`
69
- * [x] `ebay-video`
69
+ * [x] [ebay-video](src/ebay-video)
70
70
 
71
71
  ## Getting Started
72
72
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebay/ui-core-react",
3
- "version": "3.12.4",
3
+ "version": "3.12.5",
4
4
  "description": "Skin components build off React",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",