@cloudtower/eagle 0.31.13 → 0.31.15
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/cjs/coreX/DateRangePicker/index.js +2 -2
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +2916 -2915
- package/dist/esm/coreX/DateRangePicker/index.js +3 -3
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +2942 -2942
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CalendarClockDateTime16SecondaryIcon, CalendarClockDateTime16GradientBlueIcon, CalendarTimeRecord16Icon } from '@cloudtower/icons-react';
|
|
2
2
|
import { cx } from '@linaria/core';
|
|
3
3
|
import Icon from '../../core/Icon/index.js';
|
|
4
4
|
import Input from '../../core/Input/index.js';
|
|
@@ -247,7 +247,7 @@ const DateRangePicker = (props) => {
|
|
|
247
247
|
className: "default-calendar-icon",
|
|
248
248
|
iconWidth: 16,
|
|
249
249
|
iconHeight: 16,
|
|
250
|
-
src:
|
|
250
|
+
src: CalendarClockDateTime16SecondaryIcon
|
|
251
251
|
}
|
|
252
252
|
),
|
|
253
253
|
/* @__PURE__ */ React__default.createElement(
|
|
@@ -256,7 +256,7 @@ const DateRangePicker = (props) => {
|
|
|
256
256
|
className: "hover-calendar-icon",
|
|
257
257
|
iconWidth: 16,
|
|
258
258
|
iconHeight: 16,
|
|
259
|
-
src:
|
|
259
|
+
src: CalendarClockDateTime16GradientBlueIcon
|
|
260
260
|
}
|
|
261
261
|
),
|
|
262
262
|
/* @__PURE__ */ React__default.createElement(
|