@kaizen/components 1.64.9 → 1.64.10
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/dist/styles.css +82 -82
- package/package.json +1 -2
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
|
.MenuItem-module_item__DPerF {
|
|
31
87
|
font-family: var(--typography-paragraph-body-font-family);
|
|
32
88
|
font-size: var(--typography-paragraph-body-font-size);
|
|
@@ -61,36 +117,6 @@
|
|
|
61
117
|
.MenuItem-module_item__DPerF[data-disabled] {
|
|
62
118
|
opacity: 0.3;
|
|
63
119
|
}
|
|
64
|
-
.Menu-module_menu__iHYqh {
|
|
65
|
-
background-color: var(--color-white);
|
|
66
|
-
color: var(--color-purple-800);
|
|
67
|
-
width: 248px;
|
|
68
|
-
max-height: 22rem;
|
|
69
|
-
overflow: auto;
|
|
70
|
-
padding-block: var(--spacing-6);
|
|
71
|
-
outline: none;
|
|
72
|
-
border-radius: var(--border-solid-border-radius);
|
|
73
|
-
box-shadow: var(--shadow-large-box-shadow);
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.Menu-module_menu__iHYqh .react-aria-Header {
|
|
77
|
-
font-family: var(--typography-heading-6-font-family);
|
|
78
|
-
font-size: var(--typography-heading-6-font-size);
|
|
79
|
-
letter-spacing: var(--typography-heading-6-letter-spacing);
|
|
80
|
-
font-weight: var(--typography-heading-6-font-weight);
|
|
81
|
-
line-height: var(--typography-heading-6-line-height);
|
|
82
|
-
padding: var(--spacing-6) 10px;
|
|
83
|
-
margin-inline: var(--spacing-6);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.Menu-module_menu__iHYqh section:not(:last-of-type)::after {
|
|
87
|
-
width: 100%;
|
|
88
|
-
height: 1px;
|
|
89
|
-
background-color: var(--border-solid-border-color);
|
|
90
|
-
content: "";
|
|
91
|
-
display: block;
|
|
92
|
-
margin-block: var(--spacing-6);
|
|
93
|
-
}
|
|
94
120
|
.Button-module_button__QOSYH {
|
|
95
121
|
--button-min-height-width: var(--spacing-48);
|
|
96
122
|
--button-padding-x: calc(
|
|
@@ -182,61 +208,35 @@
|
|
|
182
208
|
.Focusable-module_focusableWrapper__NfuIi {
|
|
183
209
|
display: inline-flex;
|
|
184
210
|
}
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
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);
|
|
211
|
+
.Menu-module_menu__iHYqh {
|
|
212
|
+
background-color: var(--color-white);
|
|
213
|
+
color: var(--color-purple-800);
|
|
214
|
+
width: 248px;
|
|
215
|
+
max-height: 22rem;
|
|
216
|
+
overflow: auto;
|
|
217
|
+
padding-block: var(--spacing-6);
|
|
218
|
+
outline: none;
|
|
219
|
+
border-radius: var(--border-solid-border-radius);
|
|
220
|
+
box-shadow: var(--shadow-large-box-shadow);
|
|
226
221
|
}
|
|
227
|
-
|
|
228
|
-
|
|
222
|
+
|
|
223
|
+
.Menu-module_menu__iHYqh .react-aria-Header {
|
|
224
|
+
font-family: var(--typography-heading-6-font-family);
|
|
225
|
+
font-size: var(--typography-heading-6-font-size);
|
|
226
|
+
letter-spacing: var(--typography-heading-6-letter-spacing);
|
|
227
|
+
font-weight: var(--typography-heading-6-font-weight);
|
|
228
|
+
line-height: var(--typography-heading-6-line-height);
|
|
229
|
+
padding: var(--spacing-6) 10px;
|
|
230
|
+
margin-inline: var(--spacing-6);
|
|
229
231
|
}
|
|
230
232
|
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
opacity: 1;
|
|
239
|
-
}
|
|
233
|
+
.Menu-module_menu__iHYqh section:not(:last-of-type)::after {
|
|
234
|
+
width: 100%;
|
|
235
|
+
height: 1px;
|
|
236
|
+
background-color: var(--border-solid-border-color);
|
|
237
|
+
content: "";
|
|
238
|
+
display: block;
|
|
239
|
+
margin-block: var(--spacing-6);
|
|
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.
|
|
3
|
+
"version": "1.64.10",
|
|
4
4
|
"description": "Kaizen component library",
|
|
5
5
|
"author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
|
|
6
6
|
"homepage": "https://cultureamp.design",
|
|
@@ -33,7 +33,6 @@
|
|
|
33
33
|
"bin": {
|
|
34
34
|
"kaizen-codemod": "./bin/codemod.sh"
|
|
35
35
|
},
|
|
36
|
-
"type": "module",
|
|
37
36
|
"dependencies": {
|
|
38
37
|
"@floating-ui/react-dom": "^2.1.2",
|
|
39
38
|
"@headlessui/react": "<=1.5.0",
|