@kaizen/components 1.67.20 → 1.67.21

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,6 +1,6 @@
1
1
  import { __rest, __assign } from 'tslib';
2
2
  import React, { useState } from 'react';
3
- import { useFloating, size, offset, autoPlacement, autoUpdate } from '@floating-ui/react-dom';
3
+ import { useFloating, autoUpdate, size, offset, autoPlacement } from '@floating-ui/react-dom';
4
4
  import classnames from 'classnames';
5
5
  import styles from './CalendarPopover.module.scss.mjs';
6
6
 
@@ -4,7 +4,7 @@ import classnames from 'classnames';
4
4
  import { Heading } from '../Heading/Heading.mjs';
5
5
  import '../Illustration/subcomponents/Base/Base.mjs';
6
6
  import '../Illustration/Scene/BrandMomentCaptureIntro/BrandMomentCaptureIntro.mjs';
7
- import { EmptyStatesPositive, EmptyStatesNegative, EmptyStatesInformative, EmptyStatesNeutral } from '../Illustration/Scene/Scene.mjs';
7
+ import { EmptyStatesNegative, EmptyStatesNeutral, EmptyStatesPositive, EmptyStatesInformative } from '../Illustration/Scene/Scene.mjs';
8
8
  import { Text } from '../Text/Text.mjs';
9
9
  import styles from './EmptyState.module.scss.mjs';
10
10
  var ILLUSTRATIONS = {
@@ -1,4 +1,4 @@
1
- import { __assign, __spreadArray } from 'tslib';
1
+ import { __spreadArray, __assign } from 'tslib';
2
2
  import React, { useState, useEffect } from 'react';
3
3
  import classnames from 'classnames';
4
4
  import { useSelectionContext } from '../../context/SelectionProvider/SelectionProvider.mjs';
@@ -1,7 +1,7 @@
1
1
  import { __rest, __assign } from 'tslib';
2
2
  import React from 'react';
3
3
  import { createPortal } from 'react-dom';
4
- import { useFloating, offset, flip, size, autoUpdate } from '@floating-ui/react-dom';
4
+ import { useFloating, autoUpdate, offset, flip, size } from '@floating-ui/react-dom';
5
5
  import classnames from 'classnames';
6
6
  import { FocusOn } from 'react-focus-on';
7
7
  import styles from './Popover.module.scss.mjs';
@@ -1,4 +1,4 @@
1
- import { __rest, __assign, __spreadArray } from 'tslib';
1
+ import { __rest, __spreadArray, __assign } from 'tslib';
2
2
  import React, { useId, useState, useEffect } from 'react';
3
3
  import classnames from 'classnames';
4
4
  import { FieldMessage } from '../../FieldMessage/FieldMessage.mjs';
@@ -1,4 +1,4 @@
1
- import { __spreadArray, __assign } from 'tslib';
1
+ import { __assign, __spreadArray } from 'tslib';
2
2
  import { TOOLBAR_CONTROLS } from '../constants.mjs';
3
3
  import 'prosemirror-commands';
4
4
  import 'prosemirror-keymap';
@@ -1,6 +1,6 @@
1
1
  import { __rest, __assign } from 'tslib';
2
2
  import { nodes } from 'prosemirror-schema-basic';
3
- import { orderedList, bulletList, listItem } from 'prosemirror-schema-list';
3
+ import { listItem, bulletList, orderedList } from 'prosemirror-schema-list';
4
4
  var getNodes = function () {
5
5
  // We use camel case names instead of ProseMirror's snake case, so we remove any snake case properties here before spreading
6
6
  var hardBreak = nodes.hard_break,
@@ -1,4 +1,4 @@
1
- import { __assign, __rest } from 'tslib';
1
+ import { __rest, __assign } from 'tslib';
2
2
  import React, { useId } from 'react';
3
3
  import { Time } from '@internationalized/date';
4
4
  import { useTimeField } from '@react-aria/datepicker';
@@ -3,7 +3,7 @@ import React, { useState, useId, useRef, useEffect, cloneElement } from 'react';
3
3
  import ReactDOM from 'react-dom';
4
4
  import classnames from 'classnames';
5
5
  import { usePopper } from 'react-popper';
6
- import { AnimationProvider, useAnimation } from './subcomponents/AppearanceAnim.mjs';
6
+ import { useAnimation, AnimationProvider } from './subcomponents/AppearanceAnim.mjs';
7
7
  import { isSemanticElement } from './utils/isSemanticElement.mjs';
8
8
  import styles from './Tooltip.module.scss.mjs';
9
9
  var positionToPlacement = new Map([["above", "top"], ["below", "bottom"], ["left", "left"], ["right", "right"]]);
package/dist/styles.css CHANGED
@@ -100,9 +100,6 @@
100
100
  .OverlayArrow-module_overlayArrow__hoDyK.OverlayArrow-module_reversed__-WGcR path {
101
101
  fill: var(--color-white, #ffffff);
102
102
  }
103
- .Focusable-module_focusableWrapper__NfuIi {
104
- display: inline-flex;
105
- }
106
103
  .Button-module_button__QOSYH {
107
104
  --button-min-height-width: var(--spacing-48);
108
105
  --button-padding-x: calc(
@@ -191,6 +188,9 @@
191
188
  --button-icon-size: var(--spacing-16);
192
189
  gap: var(--spacing-8);
193
190
  }
191
+ .Focusable-module_focusableWrapper__NfuIi {
192
+ display: inline-flex;
193
+ }
194
194
  /** THIS IS AN AUTOGENERATED FILE **/
195
195
  /** THIS IS AN AUTOGENERATED FILE **/
196
196
  /** THIS IS AN AUTOGENERATED FILE **/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaizen/components",
3
- "version": "1.67.20",
3
+ "version": "1.67.21",
4
4
  "description": "Kaizen component library",
5
5
  "author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
6
6
  "homepage": "https://cultureamp.design",
@@ -77,7 +77,7 @@
77
77
  "react-focus-on": "^3.9.4",
78
78
  "react-media": "^1.10.0",
79
79
  "react-popper": "^2.3.0",
80
- "react-select": "^5.8.2",
80
+ "react-select": "^5.8.3",
81
81
  "react-textfit": "^1.1.1",
82
82
  "resize-observer-polyfill": "^1.5.1",
83
83
  "use-debounce": "^10.0.4",
@@ -87,9 +87,9 @@
87
87
  "react-day-picker": "Version locked until a11y gets fixed (https://github.com/gpbl/react-day-picker/pull/1708)"
88
88
  },
89
89
  "devDependencies": {
90
- "@cultureamp/frontend-apis": "^10.0.0",
90
+ "@cultureamp/frontend-apis": "^11.0.0",
91
91
  "@cultureamp/i18n-react-intl": "^2.7.1",
92
- "@tanstack/react-query": "^5.59.16",
92
+ "@tanstack/react-query": "^5.60.5",
93
93
  "@testing-library/dom": "^10.4.0",
94
94
  "@types/jest-axe": "^3.5.9",
95
95
  "@types/lodash.debounce": "^4.0.9",
@@ -102,7 +102,7 @@
102
102
  "jest-axe": "^9.0.0",
103
103
  "lodash.isempty": "^4.4.0",
104
104
  "normalize.css": "^8.0.1",
105
- "postcss": "^8.4.47",
105
+ "postcss": "^8.4.49",
106
106
  "postcss-cli": "^11.0.0",
107
107
  "postcss-import": "^16.1.0",
108
108
  "postcss-preset-env": "^10.0.8",
@@ -112,7 +112,7 @@
112
112
  "react-dom": "^18.3.1",
113
113
  "react-highlight": "^0.15.0",
114
114
  "react-intl": "^6.8.4",
115
- "rollup": "^4.24.2",
115
+ "rollup": "^4.27.2",
116
116
  "sass": "1.79.6",
117
117
  "serialize-query-params": "^2.0.2",
118
118
  "svgo": "^3.3.2",