@onesy/ui-react 1.0.183 → 1.0.184
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/CalendarMonth/CalendarMonth.js +2 -2
- package/esm/CalendarMonth/CalendarMonth.js +2 -2
- package/esm/index.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
|
@@ -193,7 +193,7 @@ const useStyle = (0, _styleReact.style)(theme => ({
|
|
|
193
193
|
dayValue: {
|
|
194
194
|
zIndex: 1,
|
|
195
195
|
'&:hover': {
|
|
196
|
-
boxShadow: 'inset 0px 0px 0px 1px currentColor'
|
|
196
|
+
boxShadow: 'inset 0px 0px 0px 1px currentColor !important'
|
|
197
197
|
}
|
|
198
198
|
},
|
|
199
199
|
disabled: {
|
|
@@ -607,7 +607,7 @@ const CalendarMonth = props__ => {
|
|
|
607
607
|
}, PaginationItemProps), {}, {
|
|
608
608
|
className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('CalendarMonth', theme) && ['onesy-CalendarMonth-day-value', day_3.in && 'onesy-CalendarMonth-day-in', day_3.dayWeek && 'onesy-CalendarMonth-day-day-week', day_3.weekend && 'onesy-CalendarMonth-day-weekend', day_3.today && 'onesy-CalendarMonth-day-today', day_3.is.between && 'onesy-CalendarMonth-day-between', day_3.is.selected && 'onesy-CalendarMonth-day-selected', day_3.is.start && 'onesy-CalendarMonth-day-start', day_3.is.end && 'onesy-CalendarMonth-day-end'], PaginationItemProps === null || PaginationItemProps === void 0 ? void 0 : PaginationItemProps.className, classes.dayValue, day_3.is.selected && classes.daySelected, classes[`day_size_${size}`]]),
|
|
609
609
|
style: _objectSpread(_objectSpread(_objectSpread(_objectSpread({}, day_3.today ? {
|
|
610
|
-
boxShadow: `inset 0px 0px 0px 1px ${palette[
|
|
610
|
+
boxShadow: `inset 0px 0px 0px 1px ${palette[70]}`
|
|
611
611
|
} : undefined), day_3.is.selected && day_3.is.between && {
|
|
612
612
|
color: `hsl(from var(--onesy-color) h s ${theme.palette.light ? 10 : 98})`,
|
|
613
613
|
backgroundColor: `hsl(from var(--onesy-color) h s ${theme.palette.light ? propsDay.disabled ? 90 : 85 : propsDay.disabled ? 20 : 25})`
|
|
@@ -186,7 +186,7 @@ const useStyle = style(theme => ({
|
|
|
186
186
|
dayValue: {
|
|
187
187
|
zIndex: 1,
|
|
188
188
|
'&:hover': {
|
|
189
|
-
boxShadow: 'inset 0px 0px 0px 1px currentColor'
|
|
189
|
+
boxShadow: 'inset 0px 0px 0px 1px currentColor !important'
|
|
190
190
|
}
|
|
191
191
|
},
|
|
192
192
|
disabled: {
|
|
@@ -596,7 +596,7 @@ const CalendarMonth = props__ => {
|
|
|
596
596
|
}, PaginationItemProps), {}, {
|
|
597
597
|
className: classNames([staticClassName('CalendarMonth', theme) && ['onesy-CalendarMonth-day-value', day_3.in && 'onesy-CalendarMonth-day-in', day_3.dayWeek && 'onesy-CalendarMonth-day-day-week', day_3.weekend && 'onesy-CalendarMonth-day-weekend', day_3.today && 'onesy-CalendarMonth-day-today', day_3.is.between && 'onesy-CalendarMonth-day-between', day_3.is.selected && 'onesy-CalendarMonth-day-selected', day_3.is.start && 'onesy-CalendarMonth-day-start', day_3.is.end && 'onesy-CalendarMonth-day-end'], PaginationItemProps?.className, classes.dayValue, day_3.is.selected && classes.daySelected, classes[`day_size_${size}`]]),
|
|
598
598
|
style: _objectSpread(_objectSpread(_objectSpread(_objectSpread({}, day_3.today ? {
|
|
599
|
-
boxShadow: `inset 0px 0px 0px 1px ${palette[
|
|
599
|
+
boxShadow: `inset 0px 0px 0px 1px ${palette[70]}`
|
|
600
600
|
} : undefined), day_3.is.selected && day_3.is.between && {
|
|
601
601
|
color: `hsl(from var(--onesy-color) h s ${theme.palette.light ? 10 : 98})`,
|
|
602
602
|
backgroundColor: `hsl(from var(--onesy-color) h s ${theme.palette.light ? propsDay.disabled ? 90 : 85 : propsDay.disabled ? 20 : 25})`
|
package/esm/index.js
CHANGED
package/index.js
CHANGED