lizaui 9.0.18 → 9.0.20
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/dist/calendar/index.cjs.js +4 -3
- package/dist/calendar/index.cjs.js.map +1 -1
- package/dist/calendar/index.es.js +4 -3
- package/dist/calendar/index.es.js.map +1 -1
- package/dist/chunks/{tooltip-3bRhDmbE.js → tooltip-DgenLCkC.js} +10 -40
- package/dist/chunks/{tooltip-3bRhDmbE.js.map → tooltip-DgenLCkC.js.map} +1 -1
- package/dist/chunks/{tooltip-CPJWT4m9.js → tooltip-nCIpADfj.js} +10 -40
- package/dist/chunks/{tooltip-CPJWT4m9.js.map → tooltip-nCIpADfj.js.map} +1 -1
- package/dist/components/calendar/date-picker/date-picker.style.d.ts.map +1 -1
- package/dist/components/tooltip/tooltip.d.ts.map +1 -1
- package/dist/table/index.cjs.js +1 -1
- package/dist/table/index.es.js +1 -1
- package/dist/tooltip/index.cjs.js +1 -1
- package/dist/tooltip/index.es.js +1 -1
- package/package.json +1 -1
|
@@ -277,11 +277,12 @@ const CalendarStyle = styledComponents_browser_esm.dt.div`
|
|
|
277
277
|
|
|
278
278
|
.react-date-picker__wrapper,
|
|
279
279
|
.react-daterange-picker__wrapper {
|
|
280
|
+
min-height: var(--input-default);
|
|
280
281
|
padding-right: 8px;
|
|
281
282
|
padding-left: 8px;
|
|
282
|
-
border: 1px solid var(--
|
|
283
|
-
border-radius:
|
|
284
|
-
background-color: var(--
|
|
283
|
+
border: 1px solid var(--input);
|
|
284
|
+
border-radius: var(--radius-md);
|
|
285
|
+
background-color: var(--select-input-bg);
|
|
285
286
|
display: flex;
|
|
286
287
|
flex-grow: 1;
|
|
287
288
|
flex-shrink: 0;
|