@edvisor/product-language 0.7.0 → 0.7.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/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -9952,6 +9952,7 @@ function datePickerFactory({
9952
9952
 
9953
9953
  function renderArrows(direction, handleClick) {
9954
9954
  return jsx("button", Object.assign({
9955
+ type: 'button',
9955
9956
  onClick: handleClick
9956
9957
  }, {
9957
9958
  children: direction === 'right' ? jsx(IconMinor.ArrowRight, {}) : jsx(IconMinor.ArrowLeft, {})
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edvisor/product-language",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "license": "MIT",
5
5
  "description": "Edvisor.io product-language components",
6
6
  "repository": "https://github.com/edvisor-io/front-end/",