@xh/hoist 63.0.2 → 63.0.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 63.0.3 - 2024-04-16
4
+
5
+ ### 🐞 Bug Fixes
6
+
7
+ * Import BPs default datetime package css in addition to datetime2 css to support BP datetime components.
8
+
3
9
  ## 63.0.2 - 2024-04-16
4
10
 
5
11
  ### 🐞 Bug Fixes
@@ -19,6 +19,7 @@ import {
19
19
  useHotkeys
20
20
  } from '@blueprintjs/core';
21
21
  import '@blueprintjs/core/lib/css/blueprint.css';
22
+ import '@blueprintjs/datetime/lib/css/blueprint-datetime.css';
22
23
  import '@blueprintjs/datetime2/lib/css/blueprint-datetime2.css';
23
24
  import {elementFactory} from '@xh/hoist/core';
24
25
  import './styles.scss';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "63.0.2",
3
+ "version": "63.0.3",
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",