@kaizen/components 0.0.0-canary-remove-tailwind-from-kaio-20240305223928 → 0.0.0-canary-hiding-toast-provider-20240307224924

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaizen/components",
3
- "version": "0.0.0-canary-remove-tailwind-from-kaio-20240305223928",
3
+ "version": "0.0.0-canary-hiding-toast-provider-20240307224924",
4
4
  "description": "Kaizen component library",
5
5
  "author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
6
6
  "homepage": "https://cultureamp.design",
@@ -63,8 +63,8 @@
63
63
  "prosemirror-view": "^1.33.1",
64
64
  "react-animate-height": "^3.2.3",
65
65
  "react-day-picker": "^8.10.0",
66
- "react-focus-lock": "^2.9.7",
67
- "react-focus-on": "^3.9.1",
66
+ "react-focus-lock": "^2.11.2",
67
+ "react-focus-on": "^3.9.2",
68
68
  "react-media": "^1.10.0",
69
69
  "react-popper": "^2.3.0",
70
70
  "react-select": "^5.8.0",
@@ -94,7 +94,7 @@
94
94
  "@types/react-textfit": "^1.1.4",
95
95
  "@types/uuid": "^9.0.8",
96
96
  "agadoo": "^3.0.0",
97
- "autoprefixer": "^10.4.17",
97
+ "autoprefixer": "^10.4.18",
98
98
  "babel-plugin-pure-static-props": "^0.2.0",
99
99
  "concat-cli": "^4.0.0",
100
100
  "query-string": "^9.0.0",
@@ -268,6 +268,7 @@ export const DatePicker = ({
268
268
  return (
269
269
  <FocusOn
270
270
  scrollLock={false}
271
+ returnFocus={false}
271
272
  onDeactivation={handleReturnFocus}
272
273
  onClickOutside={(): void => setIsOpen(false)}
273
274
  onEscapeKey={(): void => setIsOpen(false)}
@@ -28,10 +28,10 @@ export const KaizenProvider = ({
28
28
  return (
29
29
  <OptionalIntlProvider locale={locale}>
30
30
  <>
31
- <ToastNotificationProvider>
31
+ {/* <ToastNotificationProvider> */}
32
32
  {notificationsList}
33
33
  {children}
34
- </ToastNotificationProvider>
34
+ {/* </ToastNotificationProvider> */}
35
35
  <FontDefinitions />
36
36
  </>
37
37
  </OptionalIntlProvider>