edirom-core-web-components 0.2.0 → 0.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.
- package/README.md +1 -0
- package/package.json +1 -1
- package/src/edirom-icon.js +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://doi.org/10.5281/zenodo.17813169)
|
|
4
4
|
[](https://github.com/Edirom/edirom-core-web-components/releases)
|
|
5
|
+

|
|
5
6
|
|
|
6
7
|
</div>
|
|
7
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edirom-core-web-components",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "This package contains small web components for parts of the Edirom like icons, lists, menus etc. More complex web components are organized in individual repositories.",
|
|
5
5
|
"homepage": "https://github.com/Edirom/edirom-core-web-components#readme",
|
|
6
6
|
"bugs": {
|
package/src/edirom-icon.js
CHANGED
|
@@ -213,7 +213,7 @@ class EdiromIcon extends HTMLElement {
|
|
|
213
213
|
const map = {
|
|
214
214
|
'eo_page_view': "content_copy",
|
|
215
215
|
'eo_measure_view': 'align_items_stretch',
|
|
216
|
-
'eo_reset_view': '
|
|
216
|
+
'eo_reset_view': 'recenter',
|
|
217
217
|
'eo_previous': 'arrow_left',
|
|
218
218
|
'eo_next': 'arrow_right',
|
|
219
219
|
'eo_voice_filter': 'checklist',
|