@xh/hoist 71.0.0-SNAPSHOT.1733788712041 → 71.0.0-SNAPSHOT.1733854822950

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.
@@ -7,7 +7,7 @@
7
7
  import {elementFactory} from '@xh/hoist/core';
8
8
  import {SingleDatePicker} from 'react-dates';
9
9
  import 'react-dates/initialize';
10
- import 'react-dates/lib/css/_datepicker.css';
10
+ import './datepicker.css'; // See comment at top of file - this is a copy of the library's (problematic) CSS
11
11
 
12
12
  export {SingleDatePicker};
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "71.0.0-SNAPSHOT.1733788712041",
3
+ "version": "71.0.0-SNAPSHOT.1733854822950",
4
4
  "description": "Hoist add-on for building and deploying React Applications.",
5
5
  "repository": "github:xh/hoist-react",
6
6
  "homepage": "https://xh.io",