@ebay/ui-core-react 2.0.0 → 2.0.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 +18 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,6 +11,7 @@ eBayUI React components
11
11
  * [eBay Skin](https://ebay.github.io/skin/) (v15)
12
12
 
13
13
  ### eBayUI Components
14
+ * [ ] `ebay-3d-viewer`
14
15
  * [x] [ebay-alert-dialog](src/ebay-alert-dialog)
15
16
  * [x] [ebay-confirm-dialog](src/ebay-confirm-dialog)
16
17
  * [x] [ebay-badge](src/ebay-badge)
@@ -19,12 +20,13 @@ eBayUI React components
19
20
  * [ ] `ebay-carousel` (in progress...)
20
21
  * [x] [ebay-checkbox](src/ebay-checkbox)
21
22
  * [ ] `ebay-combobox`
22
- * [ ] `ebay-combobox-readonly`
23
+ * [ ] `ebay-confirm-dialog`
23
24
  * [x] [ebay-cta-button](src/ebay-cta-button)
24
25
  * [ ] `ebay-details`
25
26
  * [x] [ebay-drawer-dialog](src/ebay-drawer-dialog)
26
27
  * [x] [ebay-eek](src/ebay-eek)
27
28
  * [x] [ebay-fullscreen-dialog](src/ebay-fullscreen-dialog)
29
+ * [ ] `eebay-fake-link`
28
30
  * [ ] `ebay-fake-menu` (in progress...)
29
31
  * [ ] `ebay-fake-menu-button` (in progress...)
30
32
  * [ ] `ebay-fake-tabs`
@@ -32,16 +34,19 @@ eBayUI React components
32
34
  * [ ] `ebay-filter` (in progress...)
33
35
  * [ ] `ebay-filter-menu`
34
36
  * [ ] `ebay-filter-menu-button`
37
+ * [ ] `ebay-icon-button`
35
38
  * [x] [ebay-icon](src/ebay-icon)
36
39
  * [x] [ebay-infotip](src/ebay-infotip)
37
40
  * [x] [ebay-inline-notice](src/ebay-inline-notice)
38
41
  * [x] [ebay-lightbox-dialog](src/ebay-lightbox-dialog)
39
42
  * [x] [ebay-listbox-button](src/ebay-listbox-button)
43
+ * [ ] `ebay-listbox`
40
44
  * [x] [ebay-menu] (src/ebay-menu)
41
45
  * [ ] `ebay-menu-button` (in progress...)
42
46
  * [x] [ebay-page-notice](src/ebay-page-notice)
43
47
  * [x] [ebay-pagination](src/ebay-pagination)
44
48
  * [x] [ebay-panel-dialog](src/ebay-panel-dialog)
49
+ * [ ] `ebay-program-badge`
45
50
  * [x] [ebay-progress-bar](src/ebay-progress-bar)
46
51
  * [x] [ebay-progress-spinner](src/ebay-progress-spinner)
47
52
  * [x] [ebay-progress-stepper](src/ebay-progress-stepper)
@@ -50,17 +55,18 @@ eBayUI React components
50
55
  * [x] [ebay-section-notice](src/ebay-section-notice)
51
56
  * [x] [ebay-select](src/ebay-select)
52
57
  * [ ] `ebay-snackbar-dialog`
58
+ * [ ] `ebay-split-button`
59
+ * [ ] `ebay-star-rating`
60
+ * [ ] `ebay-star-rating-select`
53
61
  * [x] [ebay-switch](src/ebay-switch)
54
62
  * [x] [ebay-signal](src/ebay-signal)
55
- * [x] [ebay-tab](src/ebay-tabs)
63
+ * [x] [ebay-tabs](src/ebay-tabs)
56
64
  * [x] [ebay-textbox](src/ebay-textbox)
57
65
  * [x] [ebay-toast-dialog](src/ebay-toast-dialog)
58
66
  * [x] [ebay-tooltip](src/ebay-tooltip)
59
67
  * [ ] `ebay-tourtip`
68
+ * [ ] `ebay-tri-state-checkbox`
60
69
  * [ ] `ebay-video`
61
- * [ ] `ebay-window-notice`
62
-
63
- [Progress overview](https://github.com/eBay/ebayui-core-react/projects/1)
64
70
 
65
71
  ## Getting Started
66
72
 
@@ -173,7 +179,14 @@ One way to comply those guidelines is to implement your new component as similia
173
179
 
174
180
  ## Changelog
175
181
 
182
+ `@ebay/ui-core-react`
183
+ ### version 2.x (Skin 15)
184
+
185
+ `@ebay/ebayui-core-react`
186
+ ### version 10.x (Skin 14)
176
187
  ### version 9.x (skin 13)
188
+
189
+ `ebayui-core-react`
177
190
  ### version 8.x (skin 12)
178
191
  ### version 6.x (skin 10)
179
192
  ### version 5.x (removed less, changed imports to minimize bundle size)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebay/ui-core-react",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Skin components build off React",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",