@symbo.ls/datepicker 2.11.221 → 2.11.231

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/months.js +0 -1
  2. package/package.json +2 -2
package/months.js CHANGED
@@ -95,7 +95,6 @@ export const DatePickerMonthsSlider = {
95
95
  update: (el, state) => {
96
96
  const { props } = el
97
97
  const { isSelected } = props
98
- console.log(isSelected)
99
98
  if (isSelected) {
100
99
  window.requestAnimationFrame(() => {
101
100
  el.parent.parent.node.scrollTo({
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@symbo.ls/datepicker",
3
- "version": "2.11.221",
3
+ "version": "2.11.231",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "edd135dc40621879b35493003ab88891e407db03",
6
+ "gitHead": "5d29ff74b50f1feeeff85976496c4320fce96f71",
7
7
  "dependencies": {
8
8
  "@symbo.ls/atoms": "latest",
9
9
  "@symbo.ls/button": "latest",