@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
|
@@ -256,7 +256,7 @@ const DateRangePicker = (props) => {
|
|
|
256
256
|
className: "default-calendar-icon",
|
|
257
257
|
iconWidth: 16,
|
|
258
258
|
iconHeight: 16,
|
|
259
|
-
src: iconsReact.
|
|
259
|
+
src: iconsReact.CalendarClockDateTime16SecondaryIcon
|
|
260
260
|
}
|
|
261
261
|
),
|
|
262
262
|
/* @__PURE__ */ React__default.default.createElement(
|
|
@@ -265,7 +265,7 @@ const DateRangePicker = (props) => {
|
|
|
265
265
|
className: "hover-calendar-icon",
|
|
266
266
|
iconWidth: 16,
|
|
267
267
|
iconHeight: 16,
|
|
268
|
-
src: iconsReact.
|
|
268
|
+
src: iconsReact.CalendarClockDateTime16GradientBlueIcon
|
|
269
269
|
}
|
|
270
270
|
),
|
|
271
271
|
/* @__PURE__ */ React__default.default.createElement(
|