@kakadu/components 1.6.0 → 1.6.2

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/build/index.mjs CHANGED
@@ -1,351 +1,182 @@
1
- import { buttonResetStyles as le, overflowProtectionStyles as O } from "./theme.mjs";
2
- import { FontFamilyHead as Ge, darkBackgroundColor as De, effectStyles as Ve, font as Fe, lightBackgroundColor as Ke, nonInteractiveEffectStyles as We, default as $e } from "./theme.mjs";
3
- import { default as Ue, ariaTextStyles as ze } from "./components/aria-text.mjs";
4
- import ce from "./components/atom.mjs";
5
- import { defaultAtomElementType as qe } from "./components/atom.mjs";
6
- import { default as Xe } from "./components/bankid-logo.mjs";
7
- import { default as Ze } from "./components/box.mjs";
8
- import { default as et, ButtonVariant as tt, buttonDangerStyles as at, buttonSecondaryStyles as ot, buttonSuccessStyles as rt, buttonWarningStyles as nt } from "./components/button.mjs";
9
- import de from "./components/button-tooltip.mjs";
10
- import { default as lt } from "./components/card.mjs";
11
- import R from "./components/click-ripples.mjs";
12
- import { j as e } from "./jsx-runtime-B4hRZ52C.mjs";
13
- import { useRef as v, useState as b, useEffect as U, useId as z, useLayoutEffect as ue, useMemo as G, useCallback as y } from "react";
14
- import { cx as c } from "@kuma-ui/core";
15
- import { default as dt } from "./components/datum.mjs";
16
- import { default as it } from "./components/dnb-logo.mjs";
17
- import { default as mt } from "./components/dot.mjs";
18
- import { default as xt, FlexAlignment as kt } from "./components/flex.mjs";
19
- import { default as gt, FooterLinkItem as St } from "./components/footer.mjs";
20
- import { default as vt } from "./components/gauge.mjs";
21
- import { default as jt } from "./components/gjensidige-logo.mjs";
22
- import { default as Nt } from "./components/header.mjs";
23
- import D from "./components/hover-gradient.mjs";
24
- import { normalBlendStyles as It } from "./components/hover-gradient.mjs";
25
- import { default as Et, IconButtonVariant as wt } from "./components/icon-button.mjs";
26
- import ie from "./icons/chevron-up.mjs";
27
- import { I as V, S as fe } from "./icon-Dz2YJAPU.mjs";
28
- import { a as Mt, i as Ct } from "./icon-Dz2YJAPU.mjs";
29
- import F from "./utilities/copy-to-clipboard.mjs";
30
- import K from "./components/text-button.mjs";
31
- import { TextButtonVariant as At } from "./components/text-button.mjs";
32
- import { Span as w, Paragraph as W } from "./components/text.mjs";
33
- import { AnchorHeading as Gt, Heading as Dt, Hero as Vt, Label as Ft, default as Kt, spanStyles as Wt, textShadowStyles as $t } from "./components/text.mjs";
34
- import { default as Ut } from "./components/kakadu-guide-icon.mjs";
35
- import { default as Qt, KakaduGuideLogoSvg as qt, KakaduGuideLogoVariant as Jt } from "./components/kakadu-guide-logo.mjs";
36
- import { default as Yt } from "./components/kakadu-index-logo.mjs";
37
- import { default as _t } from "./components/kakadu-logo.mjs";
38
- import { default as ta, useModal as aa, useModalContext as oa } from "./components/modal.mjs";
39
- import { default as na } from "./components/moving-gradients.mjs";
40
- import { default as la } from "./components/moving-stars.mjs";
41
- import { default as da, NoticeType as ua } from "./components/notice.mjs";
42
- import { default as fa, NotificationProvider as ma, useCreateNotification as pa } from "./components/notification.mjs";
43
- import { default as ka, useRevealer as ha } from "./components/revealer.mjs";
44
- import { default as Sa, SeparatorLabel as ya, SmallSeparator as va, VerticalSeparator as ba } from "./components/separator.mjs";
45
- import { default as La, SkeletonInstance as Na } from "./components/skeleton.mjs";
46
- import { default as Ia } from "./components/sparebank1-logo.mjs";
47
- import { RevealSpinner as Ea, default as wa } from "./components/spinner.mjs";
48
- import { default as Ma } from "./components/sto-logo.mjs";
49
- import { default as Pa } from "./components/storebrand-logo.mjs";
50
- import { default as Ra, getThemePreference as Ga, setThemePreference as Da, themePreferences as Va, useIsDarkMode as Fa, useIsLightMode as Ka, useTheme as Wa } from "./components/theme-setter.mjs";
51
- import { default as Oa } from "./components/veil.mjs";
52
- import { default as za, WrapperWidth as Qa } from "./components/wrapper.mjs";
53
- import { default as Ja } from "./icons/arrow-down.mjs";
54
- import { default as Ya } from "./icons/caret-down.mjs";
55
- import { default as _a } from "./icons/caret-right.mjs";
56
- import { default as to } from "./icons/check.mjs";
57
- import { default as oo } from "./icons/chevron-down.mjs";
58
- import { default as no } from "./icons/chrome-browser-logo.mjs";
59
- import { default as lo } from "./icons/copy.mjs";
60
- import { default as uo } from "./icons/edit.mjs";
61
- import { default as fo } from "./icons/edge-browser-logo.mjs";
62
- import { default as po } from "./icons/exclamation-triangle.mjs";
63
- import { default as ko } from "./icons/kakadu-guide.mjs";
64
- import { default as go } from "./icons/kakadu-guide-glyph.mjs";
65
- import { default as yo } from "./icons/menu.mjs";
66
- import { default as bo } from "./icons/plus.mjs";
67
- import { default as Lo } from "./icons/test.mjs";
68
- import { default as To } from "./icons/times.mjs";
69
- import { default as Bo } from "./hooks/use-media-query.mjs";
70
- import { default as wo } from "./utilities/generate-random-id.mjs";
71
- import { default as Mo } from "./utilities/scale.mjs";
72
- function me({
73
- as: d,
74
- isCollapsed: o = !0,
75
- children: s,
76
- className: r,
77
- ...h
78
- }) {
79
- const t = v(null), [f, l] = b();
80
- return U(() => {
81
- if (o)
82
- l(0);
83
- else {
84
- const p = t.current;
85
- p && l(p.scrollHeight ?? 0);
86
- }
87
- }, [o]), /* @__PURE__ */ e.jsx(ce, { as: d ?? "div", ...h, "aria-hidden": o, style: {
88
- height: f,
89
- opacity: o ? 0 : 1
90
- }, className: c("kakadu-components-2223449868", r), children: /* @__PURE__ */ e.jsx("div", { ref: t, className: "kakadu-components-3857562328", children: s }) });
91
- }
92
- const pe = "kakadu-components-2065792067", xe = "kakadu-components-3551118672", j = "kakadu-components-2161641266", Q = "kakadu-components-628401705", ke = c(Q, "kakadu-components-3245407458"), he = c(Q, "kakadu-components-1117160492");
93
- function ge({
94
- as: d,
95
- className: o,
96
- ...s
97
- }) {
98
- return /* @__PURE__ */ e.jsx(w, { as: d ?? "span", ...s, className: c("kakadu-components-3574036749", o) });
99
- }
100
- function q({
101
- label: d,
102
- error: o,
103
- errorId: s,
104
- warning: r,
105
- warningId: h,
106
- footnote: t,
107
- attachments: f,
108
- className: l,
109
- children: p,
110
- ...n
111
- }) {
112
- const x = !!o, k = !!r, m = !!t;
113
- return /* @__PURE__ */ e.jsxs("label", { ...n, className: c(pe, l), children: [
114
- /* @__PURE__ */ e.jsx(w, { className: c(O, xe), children: /* @__PURE__ */ e.jsx("span", { children: d }) }),
115
- /* @__PURE__ */ e.jsxs("span", { className: "kakadu-components-448077930", children: [
116
- p,
117
- m ? /* @__PURE__ */ e.jsx(ge, { className: "kakadu-components-3258753754", children: t }) : null,
118
- f
119
- ] }),
120
- x ? /* @__PURE__ */ e.jsx(W, { id: s, className: ke, children: o instanceof Error ? o.message : o }) : k ? /* @__PURE__ */ e.jsx(W, { id: h, className: he, children: r instanceof Error ? r.message : r }) : null
121
- ] });
122
- }
123
- function Ce({
124
- label: d,
125
- options: o,
126
- error: s,
127
- warning: r,
128
- footnote: h,
129
- className: t,
130
- ...f
131
- }) {
132
- const l = z(), p = `${l}-error`, n = `${l}-warning`, x = !!s, k = !!r;
133
- return /* @__PURE__ */ e.jsxs(q, { label: d, error: s, warning: r, footnote: h, children: [
134
- /* @__PURE__ */ e.jsx("select", { ...f, "aria-invalid": x, "data-warning": k, "aria-describedby": x ? p : k ? n : void 0, className: c(j, "kakadu-components-709108872", t), children: o.map((m) => /* @__PURE__ */ e.jsx("option", { value: m.value, children: m.label }, m.value)) }),
135
- /* @__PURE__ */ e.jsx(ie, { className: "kakadu-components-1616393393" })
136
- ] });
137
- }
138
- const Se = 36, $ = "kakadu-components-4233741488";
139
- function Pe({
140
- type: d,
141
- label: o,
142
- error: s,
143
- warning: r,
144
- footnote: h,
145
- suggestion: t,
146
- hasCopyButton: f,
147
- hasClearButton: l,
148
- isMultiline: p,
149
- onChange: n,
150
- className: x,
151
- ...k
152
- }) {
153
- const m = v(null), L = v(null), N = v(null), H = z(), J = `${H}-error`, X = `${H}-warning`, {
154
- value: S
155
- } = k, [Y, M] = b(""), u = S ?? Y, [Z, _] = b(), ee = d === "textarea" || !!p;
156
- ue(() => {
157
- typeof u == "string" && N.current && _(N.current.scrollHeight);
158
- }, [u]);
159
- const T = G(() => typeof u == "string" ? `${u} `.split(`
160
- `) : [], [u]), te = G(() => T.length, [T]), I = !!s, B = !!r, C = I ? J : B ? X : void 0;
161
- U(() => {
162
- M(typeof S == "string" ? S : "");
163
- }, [S]);
164
- const P = y((a) => {
165
- const {
166
- value: i
167
- } = a.target;
168
- M(i), n == null || n(i, a);
169
- }, [n]), ae = y(() => {
170
- typeof u == "string" && F(u);
171
- }, [u]), oe = y(() => {
172
- var i;
173
- const a = L.current ?? m.current;
174
- if (n && a) {
175
- const g = (i = Object.getOwnPropertyDescriptor(a instanceof HTMLTextAreaElement ? HTMLTextAreaElement.prototype : HTMLInputElement.prototype, "value")) == null ? void 0 : i.set;
176
- if (g) {
177
- g.call(a, "");
178
- const E = new Event("input", {
179
- bubbles: !0
180
- });
181
- a.dispatchEvent(E), a.focus();
182
- }
183
- }
184
- }, [n]), [re, ne] = b(""), A = !!t && re !== t, se = y(() => {
185
- var i;
186
- const a = L.current ?? m.current;
187
- if (t && n && a) {
188
- const g = (i = Object.getOwnPropertyDescriptor(a instanceof HTMLTextAreaElement ? HTMLTextAreaElement.prototype : HTMLInputElement.prototype, "value")) == null ? void 0 : i.set;
189
- if (g) {
190
- g.call(a, t);
191
- const E = new Event("input", {
192
- bubbles: !0
193
- });
194
- a.dispatchEvent(E), a.focus();
195
- } else
196
- F(t);
197
- ne(t);
198
- }
199
- }, [t, n]);
200
- return /* @__PURE__ */ e.jsxs(q, { label: o, error: s, warning: r, footnote: h, attachments: /* @__PURE__ */ e.jsx(me, { isCollapsed: !A, children: A ? /* @__PURE__ */ e.jsxs("button", { type: "button", className: c(le, O, "kakadu-components-2355856341"), onClick: se, children: [
201
- /* @__PURE__ */ e.jsx(de, { label: "Apply suggestion" }),
202
- /* @__PURE__ */ e.jsx(fe, { width: 13, height: 13, className: "kakadu-components-1021263934" }),
203
- /* @__PURE__ */ e.jsx(w, { className: "kakadu-components-1585874956", children: t }),
204
- /* @__PURE__ */ e.jsx(R, { className: "kakadu-components-3448565402" }),
205
- /* @__PURE__ */ e.jsx(D, {})
206
- ] }) : null }), style: {
207
- "--button-padding": `${Se * ((f ? 1 : 0) + (l ? 1 : 0))}px`
208
- }, children: [
209
- /* @__PURE__ */ e.jsxs("div", { className: "kakadu-components-3146929190", children: [
210
- ee ? /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
211
- /* @__PURE__ */ e.jsxs("span", { ref: N, "aria-hidden": !0, className: c(j, x, "kakadu-components-2033521835"), children: [
212
- T.map((a, i) => (
213
- // eslint-disable-next-line react/no-array-index-key
214
- /* @__PURE__ */ e.jsxs("span", { children: [
215
- a,
216
- te > 1 ? /* @__PURE__ */ e.jsx("br", {}) : null
217
- ] }, i)
218
- )),
219
- " "
220
- ] }),
221
- /* @__PURE__ */ e.jsx("textarea", { ...k, ref: L, rows: 1, "aria-invalid": I, "data-warning": B, "aria-describedby": C, value: u, className: c(j, x, "kakadu-components-2119524139"), style: {
222
- minHeight: Z
223
- }, onChange: P })
224
- ] }) : /* @__PURE__ */ e.jsx("input", { ...k, ref: m, type: d ?? "text", value: u, "aria-invalid": I, "data-warning": B, "aria-describedby": C, className: c(j, x), onChange: P }),
225
- /* @__PURE__ */ e.jsx(R, { className: "kakadu-components-1614211948" }),
226
- /* @__PURE__ */ e.jsx(D, { className: "kakadu-components-1041647916" })
227
- ] }),
228
- f || l ? /* @__PURE__ */ e.jsxs("div", { className: "kakadu-components-131986363", children: [
229
- f ? /* @__PURE__ */ e.jsx(K, { iconLeft: V.copy, label: "Copy", tooltip: "Copy", className: $, onClick: ae }) : null,
230
- l ? /* @__PURE__ */ e.jsx(K, { iconLeft: V.times, label: "Clear", tooltip: "Clear", className: $, onClick: oe }) : null
231
- ] }) : null
232
- ] });
233
- }
1
+ import { FontFamilyHead as t, buttonResetStyles as a, darkBackgroundColor as r, effectStyles as f, font as l, lightBackgroundColor as d, nonInteractiveEffectStyles as s, overflowProtectionStyles as u, default as p } from "./theme.mjs";
2
+ import { default as n, ariaTextStyles as x } from "./components/aria-text.mjs";
3
+ import { default as g, defaultAtomElementType as S } from "./components/atom.mjs";
4
+ import { default as y } from "./components/bankid-logo.mjs";
5
+ import { default as k } from "./components/box.mjs";
6
+ import { default as T, ButtonVariant as C, buttonDangerStyles as B, buttonSecondaryStyles as I, buttonSuccessStyles as b, buttonWarningStyles as v } from "./components/button.mjs";
7
+ import { default as w } from "./components/button-tooltip.mjs";
8
+ import { default as D } from "./components/card.mjs";
9
+ import { default as P } from "./components/click-ripples.mjs";
10
+ import { default as A } from "./components/collapsible.mjs";
11
+ import { default as H } from "./components/datum.mjs";
12
+ import { default as E } from "./components/dnb-logo.mjs";
13
+ import { default as W } from "./components/dot.mjs";
14
+ import { default as Q, FlexAlignment as U } from "./components/flex.mjs";
15
+ import { default as z, FooterLinkItem as J } from "./components/footer.mjs";
16
+ import { default as X } from "./components/gauge.mjs";
17
+ import { default as Z } from "./components/gjensidige-logo.mjs";
18
+ import { default as $ } from "./components/header.mjs";
19
+ import { default as oe, normalBlendStyles as te } from "./components/hover-gradient.mjs";
20
+ import { default as re, IconButtonVariant as fe } from "./components/icon-button.mjs";
21
+ import { default as de, Select as se, errorParagraph as ue } from "./components/input.mjs";
22
+ import { default as me } from "./components/kakadu-guide-icon.mjs";
23
+ import { default as xe, KakaduGuideLogoSvg as ie, KakaduGuideLogoVariant as ge } from "./components/kakadu-guide-logo.mjs";
24
+ import { default as ce } from "./components/kakadu-index-logo.mjs";
25
+ import { default as he } from "./components/kakadu-logo.mjs";
26
+ import { default as Le, useModal as Te, useModalContext as Ce } from "./components/modal.mjs";
27
+ import { default as Ie } from "./components/moving-gradients.mjs";
28
+ import { default as ve } from "./components/moving-stars.mjs";
29
+ import { default as we, NoticeType as Me } from "./components/notice.mjs";
30
+ import { default as Ke, NotificationProvider as Pe, useCreateNotification as Re } from "./components/notification.mjs";
31
+ import { default as Fe, useRevealer as He } from "./components/revealer.mjs";
32
+ import { default as Ee, SeparatorLabel as Ne, SmallSeparator as We, VerticalSeparator as je } from "./components/separator.mjs";
33
+ import { default as Ue, SkeletonInstance as qe } from "./components/skeleton.mjs";
34
+ import { default as Je } from "./components/sparebank1-logo.mjs";
35
+ import { RevealSpinner as Xe, default as Ye } from "./components/spinner.mjs";
36
+ import { default as _e } from "./components/sto-logo.mjs";
37
+ import { default as eo } from "./components/storebrand-logo.mjs";
38
+ import { AnchorHeading as to, Heading as ao, Hero as ro, Label as fo, Paragraph as lo, Span as so, default as uo, spanStyles as po, textShadowStyles as mo } from "./components/text.mjs";
39
+ import { default as xo, TextButtonVariant as io } from "./components/text-button.mjs";
40
+ import { default as So, getThemePreference as co, setThemePreference as yo, themePreferences as ho, useIsDarkMode as ko, useIsLightMode as Lo, useTheme as To } from "./components/theme-setter.mjs";
41
+ import { default as Bo } from "./components/veil.mjs";
42
+ import { default as bo, WrapperWidth as vo } from "./components/wrapper.mjs";
43
+ import { default as wo } from "./icons/arrow-down.mjs";
44
+ import { default as Do } from "./icons/caret-down.mjs";
45
+ import { default as Po } from "./icons/caret-right.mjs";
46
+ import { default as Ao } from "./icons/check.mjs";
47
+ import { default as Ho } from "./icons/chevron-down.mjs";
48
+ import { default as Eo } from "./icons/chevron-up.mjs";
49
+ import { default as Wo } from "./icons/chrome-browser-logo.mjs";
50
+ import { default as Qo } from "./icons/copy.mjs";
51
+ import { default as qo } from "./icons/edit.mjs";
52
+ import { default as Jo } from "./icons/edge-browser-logo.mjs";
53
+ import { default as Xo } from "./icons/exclamation-triangle.mjs";
54
+ import { I as Zo, a as _o, i as $o } from "./icon-Ci3BSxQa.mjs";
55
+ import { default as ot } from "./icons/kakadu-guide.mjs";
56
+ import { default as at } from "./icons/kakadu-guide-glyph.mjs";
57
+ import { default as ft } from "./icons/menu.mjs";
58
+ import { default as dt } from "./icons/plus.mjs";
59
+ import { default as ut } from "./icons/test.mjs";
60
+ import { default as mt } from "./icons/times.mjs";
61
+ import { default as xt } from "./hooks/use-media-query.mjs";
62
+ import { default as gt } from "./utilities/copy-to-clipboard.mjs";
63
+ import { default as ct } from "./utilities/generate-random-id.mjs";
64
+ import { default as ht } from "./utilities/scale.mjs";
234
65
  export {
235
- Gt as AnchorHeading,
236
- Ue as AriaText,
237
- Ja as ArrowDown,
238
- ce as Atom,
239
- Xe as BankidLogo,
240
- Ze as Box,
241
- et as Button,
242
- de as ButtonTooltip,
243
- tt as ButtonVariant,
244
- lt as Card,
245
- Ya as CaretDown,
246
- _a as CaretRight,
247
- to as Check,
248
- oo as ChevronDown,
249
- ie as ChevronUp,
250
- no as ChromeBrowserLogo,
251
- R as ClickRipples,
252
- me as Collapsible,
253
- lo as Copy,
254
- dt as Datum,
255
- it as DnbLogo,
256
- mt as Dot,
257
- fo as EdgeBrowserLogo,
258
- uo as Edit,
259
- po as ExclamationTriangle,
260
- xt as Flex,
261
- kt as FlexAlignment,
262
- Ge as FontFamilyHead,
263
- gt as Footer,
264
- St as FooterLinkItem,
265
- vt as Gauge,
266
- jt as GjensidigeLogo,
267
- Nt as Header,
268
- Dt as Heading,
269
- Vt as Hero,
270
- D as HoverGradient,
271
- Mt as Icon,
272
- Et as IconButton,
273
- wt as IconButtonVariant,
274
- V as IconType,
275
- Pe as Input,
276
- ko as KakaduGuide,
277
- go as KakaduGuideGlyph,
278
- Ut as KakaduGuideIcon,
279
- Qt as KakaduGuideLogo,
280
- qt as KakaduGuideLogoSvg,
281
- Jt as KakaduGuideLogoVariant,
282
- Yt as KakaduIndexLogo,
283
- _t as KakaduLogo,
284
- Ft as Label,
285
- yo as Menu,
286
- ta as Modal,
287
- na as MovingGradients,
288
- la as MovingStars,
289
- da as Notice,
290
- ua as NoticeType,
291
- fa as Notification,
292
- ma as NotificationProvider,
293
- W as Paragraph,
294
- bo as Plus,
295
- Ea as RevealSpinner,
296
- ka as Revealer,
297
- Ce as Select,
298
- Sa as Separator,
299
- ya as SeparatorLabel,
300
- La as Skeleton,
301
- Na as SkeletonInstance,
302
- va as SmallSeparator,
303
- w as Span,
304
- Ia as Sparebank1Logo,
305
- wa as Spinner,
306
- Ma as StoLogo,
307
- Pa as StorebrandLogo,
308
- Lo as Test,
309
- Kt as Text,
310
- K as TextButton,
311
- At as TextButtonVariant,
312
- Ra as ThemeSetter,
313
- To as Times,
314
- Oa as Veil,
315
- ba as VerticalSeparator,
316
- za as Wrapper,
317
- Qa as WrapperWidth,
318
- ze as ariaTextStyles,
319
- at as buttonDangerStyles,
320
- le as buttonResetStyles,
321
- ot as buttonSecondaryStyles,
322
- rt as buttonSuccessStyles,
323
- nt as buttonWarningStyles,
324
- F as copyToClipboard,
325
- De as darkBackgroundColor,
326
- qe as defaultAtomElementType,
327
- Ve as effectStyles,
328
- ke as errorParagraph,
329
- Fe as font,
330
- wo as generateRandomId,
331
- Ga as getThemePreference,
332
- Ct as iconShadowStyles,
333
- Ke as lightBackgroundColor,
334
- We as nonInteractiveEffectStyles,
335
- It as normalBlendStyles,
336
- O as overflowProtectionStyles,
337
- Mo as scale,
338
- Da as setThemePreference,
339
- Wt as spanStyles,
340
- $t as textShadowStyles,
341
- $e as theme,
342
- Va as themePreferences,
343
- pa as useCreateNotification,
344
- Fa as useIsDarkMode,
345
- Ka as useIsLightMode,
346
- Bo as useMediaQuery,
347
- aa as useModal,
348
- oa as useModalContext,
349
- ha as useRevealer,
350
- Wa as useTheme
66
+ to as AnchorHeading,
67
+ n as AriaText,
68
+ wo as ArrowDown,
69
+ g as Atom,
70
+ y as BankidLogo,
71
+ k as Box,
72
+ T as Button,
73
+ w as ButtonTooltip,
74
+ C as ButtonVariant,
75
+ D as Card,
76
+ Do as CaretDown,
77
+ Po as CaretRight,
78
+ Ao as Check,
79
+ Ho as ChevronDown,
80
+ Eo as ChevronUp,
81
+ Wo as ChromeBrowserLogo,
82
+ P as ClickRipples,
83
+ A as Collapsible,
84
+ Qo as Copy,
85
+ H as Datum,
86
+ E as DnbLogo,
87
+ W as Dot,
88
+ Jo as EdgeBrowserLogo,
89
+ qo as Edit,
90
+ Xo as ExclamationTriangle,
91
+ Q as Flex,
92
+ U as FlexAlignment,
93
+ t as FontFamilyHead,
94
+ z as Footer,
95
+ J as FooterLinkItem,
96
+ X as Gauge,
97
+ Z as GjensidigeLogo,
98
+ $ as Header,
99
+ ao as Heading,
100
+ ro as Hero,
101
+ oe as HoverGradient,
102
+ Zo as Icon,
103
+ re as IconButton,
104
+ fe as IconButtonVariant,
105
+ _o as IconType,
106
+ de as Input,
107
+ ot as KakaduGuide,
108
+ at as KakaduGuideGlyph,
109
+ me as KakaduGuideIcon,
110
+ xe as KakaduGuideLogo,
111
+ ie as KakaduGuideLogoSvg,
112
+ ge as KakaduGuideLogoVariant,
113
+ ce as KakaduIndexLogo,
114
+ he as KakaduLogo,
115
+ fo as Label,
116
+ ft as Menu,
117
+ Le as Modal,
118
+ Ie as MovingGradients,
119
+ ve as MovingStars,
120
+ we as Notice,
121
+ Me as NoticeType,
122
+ Ke as Notification,
123
+ Pe as NotificationProvider,
124
+ lo as Paragraph,
125
+ dt as Plus,
126
+ Xe as RevealSpinner,
127
+ Fe as Revealer,
128
+ se as Select,
129
+ Ee as Separator,
130
+ Ne as SeparatorLabel,
131
+ Ue as Skeleton,
132
+ qe as SkeletonInstance,
133
+ We as SmallSeparator,
134
+ so as Span,
135
+ Je as Sparebank1Logo,
136
+ Ye as Spinner,
137
+ _e as StoLogo,
138
+ eo as StorebrandLogo,
139
+ ut as Test,
140
+ uo as Text,
141
+ xo as TextButton,
142
+ io as TextButtonVariant,
143
+ So as ThemeSetter,
144
+ mt as Times,
145
+ Bo as Veil,
146
+ je as VerticalSeparator,
147
+ bo as Wrapper,
148
+ vo as WrapperWidth,
149
+ x as ariaTextStyles,
150
+ B as buttonDangerStyles,
151
+ a as buttonResetStyles,
152
+ I as buttonSecondaryStyles,
153
+ b as buttonSuccessStyles,
154
+ v as buttonWarningStyles,
155
+ gt as copyToClipboard,
156
+ r as darkBackgroundColor,
157
+ S as defaultAtomElementType,
158
+ f as effectStyles,
159
+ ue as errorParagraph,
160
+ l as font,
161
+ ct as generateRandomId,
162
+ co as getThemePreference,
163
+ $o as iconShadowStyles,
164
+ d as lightBackgroundColor,
165
+ s as nonInteractiveEffectStyles,
166
+ te as normalBlendStyles,
167
+ u as overflowProtectionStyles,
168
+ ht as scale,
169
+ yo as setThemePreference,
170
+ po as spanStyles,
171
+ mo as textShadowStyles,
172
+ p as theme,
173
+ ho as themePreferences,
174
+ Re as useCreateNotification,
175
+ ko as useIsDarkMode,
176
+ Lo as useIsLightMode,
177
+ xt as useMediaQuery,
178
+ Te as useModal,
179
+ Ce as useModalContext,
180
+ He as useRevealer,
181
+ To as useTheme
351
182
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kakadu/components",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
4
4
  "description": "Kakadu components library",
5
5
  "license": "MIT",
6
6
  "main": "./build/index.js",