@symbo.ls/datepicker 2.11.76 → 2.11.78

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 +18 -3
  2. package/package.json +2 -2
package/months.js CHANGED
@@ -39,14 +39,21 @@ export const DatePickerMonthsSlider = {
39
39
  position: 'absolute',
40
40
  zIndex: '35',
41
41
  background: 'transparent',
42
- color: '#0079FD',
43
42
  ':first-child': { left: '18px' },
44
43
  ':last-child': { right: '18px' }
45
44
  }
46
45
  }
47
46
  },
48
47
 
49
- Button_left: { icon: 'arrowLeft' },
48
+ Button_left: {
49
+ icon: 'arrowLeft',
50
+ '@dark': {
51
+ theme: 'primary @dark .color-only'
52
+ },
53
+ '@light': {
54
+ theme: 'primary @light .color-only'
55
+ }
56
+ },
50
57
 
51
58
  Flex: {
52
59
  props: {
@@ -96,5 +103,13 @@ export const DatePickerMonthsSlider = {
96
103
  }
97
104
  },
98
105
 
99
- Button_right: { icon: 'arrowRight' }
106
+ Button_right: {
107
+ icon: 'arrowRight',
108
+ '@dark': {
109
+ theme: 'primary @dark .color-only'
110
+ },
111
+ '@light': {
112
+ theme: 'primary @light .color-only'
113
+ }
114
+ }
100
115
  }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@symbo.ls/datepicker",
3
- "version": "2.11.76",
3
+ "version": "2.11.78",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "08b91598dfbcc46a59273441a121ff3798cc0ce8",
6
+ "gitHead": "f31271cb9c74ceb58d495e530510a36b2b8e7775",
7
7
  "dependencies": {
8
8
  "@symbo.ls/atoms": "latest",
9
9
  "@symbo.ls/button": "latest",