@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.
@@ -1,4 +1,4 @@
1
- import { CalendarClockDateTime24GradientGrayIcon, CalendarClockDateTime24GradientBlueIcon, CalendarTimeRecord16Icon } from '@cloudtower/icons-react';
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: CalendarClockDateTime24GradientGrayIcon
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: CalendarClockDateTime24GradientBlueIcon
259
+ src: CalendarClockDateTime16GradientBlueIcon
260
260
  }
261
261
  ),
262
262
  /* @__PURE__ */ React__default.createElement(