@kaizen/components 1.64.12 → 1.64.13

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.
Files changed (2) hide show
  1. package/dist/styles.css +58 -58
  2. package/package.json +10 -10
package/dist/styles.css CHANGED
@@ -27,6 +27,62 @@
27
27
  .OverlayArrow-module_overlayArrow__hoDyK.OverlayArrow-module_reversed__-WGcR path {
28
28
  fill: var(--color-white, #ffffff);
29
29
  }
30
+ /** THIS IS AN AUTOGENERATED FILE **/
31
+ /** THIS IS AN AUTOGENERATED FILE **/
32
+ /** THIS IS AN AUTOGENERATED FILE **/
33
+ /** THIS IS AN AUTOGENERATED FILE **/
34
+ /** THIS IS AN AUTOGENERATED FILE **/
35
+ /** THIS IS AN AUTOGENERATED FILE **/
36
+ .Tooltip-module_tooltip__efL1m {
37
+ max-width: 200px;
38
+ padding: var(--spacing-8, 0.5rem) var(--spacing-12, 0.75rem);
39
+ color: var(--color-white, #ffffff);
40
+ text-align: center;
41
+ font-family: var(--typography-paragraph-extra-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
42
+ font-size: var(--typography-paragraph-extra-small-font-size, 0.75rem);
43
+ font-weight: var(--typography-paragraph-extra-small-font-weight, 400);
44
+ letter-spacing: var(--typography-paragraph-extra-small-letter-spacing, normal);
45
+ line-height: var(--typography-paragraph-extra-small-line-height, 1.125rem);
46
+ border-radius: var(--border-solid-border-radius, 7px);
47
+ box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
48
+ background-color: var(--color-purple-800, #2f2438);
49
+ text-wrap: pretty;
50
+ /* fixes FF gap */
51
+ transform: translate3d(0, 0, 0);
52
+ }
53
+ .Tooltip-module_tooltip__efL1m.Tooltip-module_reversed__NnCbZ {
54
+ background-color: var(--color-white, #ffffff);
55
+ color: var(--color-purple-800, #2f2438);
56
+ }
57
+ .Tooltip-module_tooltip__efL1m[data-placement=top] {
58
+ --origin: translateY(4px);
59
+ }
60
+ .Tooltip-module_tooltip__efL1m[data-placement=bottom] {
61
+ --origin: translateY(-4px);
62
+ }
63
+ .Tooltip-module_tooltip__efL1m[data-placement=right] {
64
+ --origin: translateX(-4px);
65
+ }
66
+ .Tooltip-module_tooltip__efL1m[data-placement=left] {
67
+ --origin: translateX(4px);
68
+ }
69
+ .Tooltip-module_tooltip__efL1m[data-entering] {
70
+ animation: Tooltip-module_slide__lFdGA var(--animation-duration-fast, 300ms);
71
+ }
72
+ .Tooltip-module_tooltip__efL1m[data-exiting] {
73
+ animation: Tooltip-module_slide__lFdGA var(--animation-duration-fast, 300ms) reverse var(--animation-easing-function-ease-in, cubic-bezier(0.55, 0.085, 0.68, 0.53));
74
+ }
75
+
76
+ @keyframes Tooltip-module_slide__lFdGA {
77
+ from {
78
+ transform: var(--origin);
79
+ opacity: 0;
80
+ }
81
+ to {
82
+ transform: translateY(0);
83
+ opacity: 1;
84
+ }
85
+ }
30
86
  .Menu-module_menu__iHYqh {
31
87
  background-color: var(--color-white);
32
88
  color: var(--color-purple-800);
@@ -91,9 +147,6 @@
91
147
  .MenuItem-module_item__DPerF[data-disabled] {
92
148
  opacity: 0.3;
93
149
  }
94
- .Focusable-module_focusableWrapper__NfuIi {
95
- display: inline-flex;
96
- }
97
150
  .Button-module_button__QOSYH {
98
151
  --button-min-height-width: var(--spacing-48);
99
152
  --button-padding-x: calc(
@@ -182,61 +235,8 @@
182
235
  --button-icon-size: var(--spacing-16);
183
236
  gap: var(--spacing-8);
184
237
  }
185
- /** THIS IS AN AUTOGENERATED FILE **/
186
- /** THIS IS AN AUTOGENERATED FILE **/
187
- /** THIS IS AN AUTOGENERATED FILE **/
188
- /** THIS IS AN AUTOGENERATED FILE **/
189
- /** THIS IS AN AUTOGENERATED FILE **/
190
- /** THIS IS AN AUTOGENERATED FILE **/
191
- .Tooltip-module_tooltip__efL1m {
192
- max-width: 200px;
193
- padding: var(--spacing-8, 0.5rem) var(--spacing-12, 0.75rem);
194
- color: var(--color-white, #ffffff);
195
- text-align: center;
196
- font-family: var(--typography-paragraph-extra-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
197
- font-size: var(--typography-paragraph-extra-small-font-size, 0.75rem);
198
- font-weight: var(--typography-paragraph-extra-small-font-weight, 400);
199
- letter-spacing: var(--typography-paragraph-extra-small-letter-spacing, normal);
200
- line-height: var(--typography-paragraph-extra-small-line-height, 1.125rem);
201
- border-radius: var(--border-solid-border-radius, 7px);
202
- box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
203
- background-color: var(--color-purple-800, #2f2438);
204
- text-wrap: pretty;
205
- /* fixes FF gap */
206
- transform: translate3d(0, 0, 0);
207
- }
208
- .Tooltip-module_tooltip__efL1m.Tooltip-module_reversed__NnCbZ {
209
- background-color: var(--color-white, #ffffff);
210
- color: var(--color-purple-800, #2f2438);
211
- }
212
- .Tooltip-module_tooltip__efL1m[data-placement=top] {
213
- --origin: translateY(4px);
214
- }
215
- .Tooltip-module_tooltip__efL1m[data-placement=bottom] {
216
- --origin: translateY(-4px);
217
- }
218
- .Tooltip-module_tooltip__efL1m[data-placement=right] {
219
- --origin: translateX(-4px);
220
- }
221
- .Tooltip-module_tooltip__efL1m[data-placement=left] {
222
- --origin: translateX(4px);
223
- }
224
- .Tooltip-module_tooltip__efL1m[data-entering] {
225
- animation: Tooltip-module_slide__lFdGA var(--animation-duration-fast, 300ms);
226
- }
227
- .Tooltip-module_tooltip__efL1m[data-exiting] {
228
- animation: Tooltip-module_slide__lFdGA var(--animation-duration-fast, 300ms) reverse var(--animation-easing-function-ease-in, cubic-bezier(0.55, 0.085, 0.68, 0.53));
229
- }
230
-
231
- @keyframes Tooltip-module_slide__lFdGA {
232
- from {
233
- transform: var(--origin);
234
- opacity: 0;
235
- }
236
- to {
237
- transform: translateY(0);
238
- opacity: 1;
239
- }
238
+ .Focusable-module_focusableWrapper__NfuIi {
239
+ display: inline-flex;
240
240
  }
241
241
  .SVG-module_icon__8J5Ev {
242
242
  width: 20px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaizen/components",
3
- "version": "1.64.12",
3
+ "version": "1.64.13",
4
4
  "description": "Kaizen component library",
5
5
  "author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
6
6
  "homepage": "https://cultureamp.design",
@@ -74,13 +74,13 @@
74
74
  "react-aria-components": "^1.3.1",
75
75
  "react-day-picker": "8.10.1",
76
76
  "react-focus-lock": "^2.13.2",
77
- "react-focus-on": "^3.9.3",
77
+ "react-focus-on": "^3.9.4",
78
78
  "react-media": "^1.10.0",
79
79
  "react-popper": "^2.3.0",
80
80
  "react-select": "^5.8.1",
81
81
  "react-textfit": "^1.1.1",
82
82
  "resize-observer-polyfill": "^1.5.1",
83
- "tsx": "^4.17.0",
83
+ "tsx": "^4.19.1",
84
84
  "use-debounce": "^10.0.3",
85
85
  "uuid": "^10.0.0"
86
86
  },
@@ -88,9 +88,9 @@
88
88
  "react-day-picker": "Version locked until a11y gets fixed (https://github.com/gpbl/react-day-picker/pull/1708)"
89
89
  },
90
90
  "devDependencies": {
91
- "@cultureamp/frontend-apis": "^9.9.0",
91
+ "@cultureamp/frontend-apis": "^10.0.0",
92
92
  "@cultureamp/i18n-react-intl": "^2.6.3",
93
- "@tanstack/react-query": "^5.56.2",
93
+ "@tanstack/react-query": "^5.59.0",
94
94
  "@testing-library/dom": "^10.4.0",
95
95
  "@types/jest-axe": "^3.5.9",
96
96
  "@types/lodash.debounce": "^4.0.9",
@@ -106,21 +106,21 @@
106
106
  "postcss": "^8.4.47",
107
107
  "postcss-cli": "^11.0.0",
108
108
  "postcss-import": "^16.1.0",
109
- "postcss-preset-env": "^10.0.2",
109
+ "postcss-preset-env": "^10.0.6",
110
110
  "postcss-scss": "^4.0.9",
111
111
  "query-string": "^9.1.0",
112
112
  "react": "^18.3.1",
113
113
  "react-dom": "^18.3.1",
114
114
  "react-highlight": "^0.15.0",
115
115
  "react-intl": "^6.7.0",
116
- "rollup": "^4.22.5",
116
+ "rollup": "^4.24.0",
117
117
  "sass": "^1.77.8",
118
118
  "serialize-query-params": "^2.0.2",
119
119
  "svgo": "^3.3.2",
120
120
  "tslib": "^2.7.0",
121
- "tsx": "^4.17.0",
122
- "@kaizen/package-bundler": "1.1.6",
123
- "@kaizen/design-tokens": "10.6.2"
121
+ "tsx": "^4.19.1",
122
+ "@kaizen/design-tokens": "10.6.3",
123
+ "@kaizen/package-bundler": "1.1.7"
124
124
  },
125
125
  "peerDependencies": {
126
126
  "@cultureamp/i18n-react-intl": "^2.5.9",