@kakadu/components 1.7.11 → 1.7.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.
- package/build/components/button-tooltip.d.ts +6 -1
- package/build/components/button-tooltip.js +1 -1
- package/build/components/button-tooltip.mjs +10 -7
- package/build/components/button.d.ts +3 -1
- package/build/components/button.js +1 -1
- package/build/components/button.mjs +37 -36
- package/build/components/card.js +1 -1
- package/build/components/card.mjs +1 -1
- package/build/components/datum.js +1 -1
- package/build/components/datum.mjs +1 -1
- package/build/components/icon-button.d.ts +3 -1
- package/build/components/icon-button.js +1 -1
- package/build/components/icon-button.mjs +25 -24
- package/build/components/input.d.ts +8 -1
- package/build/components/input.js +2 -2
- package/build/components/input.mjs +135 -123
- package/build/components/modal.js +1 -1
- package/build/components/modal.mjs +1 -1
- package/build/components/notice.js +1 -1
- package/build/components/notice.mjs +1 -1
- package/build/components/text-button.d.ts +3 -1
- package/build/components/text-button.js +1 -1
- package/build/components/text-button.mjs +24 -23
- package/build/components.css +1 -1
- package/build/icon-B__SNDvD.js +1 -0
- package/build/{icon-C6X3pQX0.mjs → icon-BscWXhKi.mjs} +53 -31
- package/build/icons/icon.d.ts +1 -0
- package/build/icons/icon.js +1 -1
- package/build/icons/icon.mjs +1 -1
- package/build/icons/select.d.ts +2 -0
- package/build/index.js +1 -1
- package/build/index.mjs +154 -153
- package/package.json +1 -1
- package/build/icon-Dw7yhWuE.js +0 -1
package/build/index.mjs
CHANGED
|
@@ -3,195 +3,196 @@ import { default as n, ariaTextStyles as x } from "./components/aria-text.mjs";
|
|
|
3
3
|
import { default as g, defaultAtomElementType as S } from "./components/atom.mjs";
|
|
4
4
|
import { default as c } from "./components/bankid-logo.mjs";
|
|
5
5
|
import { default as y } from "./components/box.mjs";
|
|
6
|
-
import { default as
|
|
7
|
-
import { default as G } from "./components/button-tooltip.mjs";
|
|
8
|
-
import { default as
|
|
6
|
+
import { default as T, ButtonVariant as k, buttonDangerStyles as C, buttonSecondaryStyles as B, buttonSuccessStyles as I, buttonWarningStyles as b } from "./components/button.mjs";
|
|
7
|
+
import { default as G, ButtonTooltipPosition as A } from "./components/button-tooltip.mjs";
|
|
8
|
+
import { default as P } from "./components/card.mjs";
|
|
9
9
|
import { default as D } from "./components/click-ripples.mjs";
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as
|
|
19
|
-
import { default as
|
|
20
|
-
import { default as
|
|
21
|
-
import { default as
|
|
22
|
-
import { default as
|
|
23
|
-
import { default as
|
|
24
|
-
import { default as
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
30
|
-
import { default as De, NotificationProvider as Ke, useCreateNotification as
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
33
|
-
import { default as
|
|
34
|
-
import { default as
|
|
35
|
-
import { RevealSpinner as
|
|
36
|
-
import { default as
|
|
37
|
-
import { default as
|
|
38
|
-
import { AnchorHeading as
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
10
|
+
import { default as N } 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 U } from "./components/dot.mjs";
|
|
14
|
+
import { default as Q, FlexAlignment as q } from "./components/flex.mjs";
|
|
15
|
+
import { default as J, FooterLinkItem as O } from "./components/footer.mjs";
|
|
16
|
+
import { default as Y } from "./components/gauge.mjs";
|
|
17
|
+
import { default as _ } from "./components/gjensidige-logo.mjs";
|
|
18
|
+
import { default as ee } from "./components/header.mjs";
|
|
19
|
+
import { default as te, normalBlendStyles as ae } from "./components/hover-gradient.mjs";
|
|
20
|
+
import { default as fe, IconButtonVariant as le } from "./components/icon-button.mjs";
|
|
21
|
+
import { default as se, Select as ue, errorParagraph as pe } from "./components/input.mjs";
|
|
22
|
+
import { default as ne } from "./components/kakadu-guide-icon.mjs";
|
|
23
|
+
import { default as ie, KakaduGuideLogoSvg as ge, KakaduGuideLogoVariant as Se } from "./components/kakadu-guide-logo.mjs";
|
|
24
|
+
import { default as ce } from "./components/kakadu-index-logo.mjs";
|
|
25
|
+
import { default as ye } from "./components/kakadu-logo.mjs";
|
|
26
|
+
import { default as Te, useModal as ke, useModalContext as Ce } from "./components/modal.mjs";
|
|
27
|
+
import { default as Ie } from "./components/moving-gradients.mjs";
|
|
28
|
+
import { default as we } from "./components/moving-stars.mjs";
|
|
29
|
+
import { default as Ae, NoticeType as Me, NoticeType as Pe } from "./components/notice.mjs";
|
|
30
|
+
import { default as De, NotificationProvider as Ke, useCreateNotification as Ne } from "./components/notification.mjs";
|
|
31
|
+
import { default as He, useRevealer as Ve } from "./components/revealer.mjs";
|
|
32
|
+
import { default as We, SeparatorLabel as Ue, SmallSeparator as je, VerticalSeparator as Qe } from "./components/separator.mjs";
|
|
33
|
+
import { default as ze, SkeletonInstance as Je } from "./components/skeleton.mjs";
|
|
34
|
+
import { default as Xe } from "./components/sparebank1-logo.mjs";
|
|
35
|
+
import { RevealSpinner as Ze, default as _e } from "./components/spinner.mjs";
|
|
36
|
+
import { default as eo } from "./components/sto-logo.mjs";
|
|
37
|
+
import { default as to } from "./components/storebrand-logo.mjs";
|
|
38
|
+
import { AnchorHeading as ro, Heading as fo, Hero as lo, Label as so, Paragraph as uo, Span as po, default as mo, spanStyles as no, textShadowStyles as xo } from "./components/text.mjs";
|
|
39
|
+
import { default as go, TextButtonVariant as So } from "./components/text-button.mjs";
|
|
40
|
+
import { default as co, getThemePreference as ho, setThemePreference as yo, themePreferences as Lo, useIsDarkMode as To, useIsLightMode as ko, useTheme as Co } from "./components/theme-setter.mjs";
|
|
41
|
+
import { default as Io } from "./components/veil.mjs";
|
|
42
|
+
import { default as wo, WrapperWidth as Go } from "./components/wrapper.mjs";
|
|
43
|
+
import { default as Mo } from "./icons/arrow-up.mjs";
|
|
44
44
|
import { default as Ro } from "./icons/arrow-right.mjs";
|
|
45
45
|
import { default as Ko } from "./icons/arrow-down.mjs";
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as
|
|
61
|
-
import { I as
|
|
62
|
-
import { default as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
46
|
+
import { default as Fo } from "./icons/arrow-left.mjs";
|
|
47
|
+
import { default as Vo } from "./icons/caret-up.mjs";
|
|
48
|
+
import { default as Wo } from "./icons/caret-right.mjs";
|
|
49
|
+
import { default as jo } from "./icons/caret-down.mjs";
|
|
50
|
+
import { default as qo } from "./icons/caret-left.mjs";
|
|
51
|
+
import { default as Jo } from "./icons/check.mjs";
|
|
52
|
+
import { default as Xo } from "./icons/chevron-up.mjs";
|
|
53
|
+
import { default as Zo } from "./icons/chevron-right.mjs";
|
|
54
|
+
import { default as $o } from "./icons/chevron-down.mjs";
|
|
55
|
+
import { default as ot } from "./icons/chevron-left.mjs";
|
|
56
|
+
import { default as at } from "./icons/chrome-browser-logo.mjs";
|
|
57
|
+
import { default as ft } from "./icons/copy.mjs";
|
|
58
|
+
import { default as dt } from "./icons/edit.mjs";
|
|
59
|
+
import { default as ut } from "./icons/edge-browser-logo.mjs";
|
|
60
|
+
import { default as mt } from "./icons/exclamation-triangle.mjs";
|
|
61
|
+
import { I as xt, a as it, i as gt } from "./icon-BscWXhKi.mjs";
|
|
62
|
+
import { default as vt } from "./icons/kakadu-guide.mjs";
|
|
63
|
+
import { default as ht } from "./icons/kakadu-guide-glyph.mjs";
|
|
64
|
+
import { default as Lt } from "./icons/menu.mjs";
|
|
65
65
|
import { default as kt } from "./icons/plus.mjs";
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
66
|
+
import { default as Bt } from "./icons/test.mjs";
|
|
67
|
+
import { default as bt } from "./icons/times.mjs";
|
|
68
|
+
import { default as Gt } from "./hooks/use-media-query.mjs";
|
|
69
|
+
import { default as Mt } from "./utilities/copy-to-clipboard.mjs";
|
|
70
70
|
import { default as Rt } from "./utilities/generate-random-id.mjs";
|
|
71
71
|
import { default as Kt } from "./utilities/scale.mjs";
|
|
72
72
|
export {
|
|
73
|
-
|
|
73
|
+
ro as AnchorHeading,
|
|
74
74
|
n as AriaText,
|
|
75
75
|
Ko as ArrowDownSvg,
|
|
76
|
-
|
|
76
|
+
Fo as ArrowLeftSvg,
|
|
77
77
|
Ro as ArrowRightSvg,
|
|
78
|
-
|
|
78
|
+
Mo as ArrowUpSvg,
|
|
79
79
|
g as Atom,
|
|
80
80
|
c as BankidLogo,
|
|
81
81
|
y as Box,
|
|
82
|
-
|
|
82
|
+
T as Button,
|
|
83
83
|
G as ButtonTooltip,
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
84
|
+
A as ButtonTooltipPosition,
|
|
85
|
+
k as ButtonVariant,
|
|
86
|
+
P as Card,
|
|
87
|
+
jo as CaretDownSvg,
|
|
88
|
+
qo as CaretLeftSvg,
|
|
89
|
+
Wo as CaretRightSvg,
|
|
90
|
+
Vo as CaretUpSvg,
|
|
91
|
+
Jo as CheckSvg,
|
|
92
|
+
$o as ChevronDownSvg,
|
|
93
|
+
ot as ChevronLeftSvg,
|
|
94
|
+
Zo as ChevronRightSvg,
|
|
95
|
+
Xo as ChevronUpSvg,
|
|
96
|
+
at as ChromeBrowserLogoSvg,
|
|
96
97
|
D as ClickRipples,
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
98
|
+
N as Collapsible,
|
|
99
|
+
ft as CopySvg,
|
|
100
|
+
H as Datum,
|
|
101
|
+
E as DnbLogo,
|
|
102
|
+
U as Dot,
|
|
103
|
+
ut as EdgeBrowserLogoSvg,
|
|
104
|
+
dt as EditSvg,
|
|
105
|
+
mt as ExclamationTriangleSvg,
|
|
106
|
+
Q as Flex,
|
|
107
|
+
q as FlexAlignment,
|
|
107
108
|
t as FontFamilyHead,
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
109
|
+
J as Footer,
|
|
110
|
+
O as FooterLinkItem,
|
|
111
|
+
Y as Gauge,
|
|
112
|
+
_ as GjensidigeLogo,
|
|
113
|
+
ee as Header,
|
|
114
|
+
fo as Heading,
|
|
115
|
+
lo as Hero,
|
|
116
|
+
te as HoverGradient,
|
|
117
|
+
xt as Icon,
|
|
118
|
+
fe as IconButton,
|
|
119
|
+
le as IconButtonVariant,
|
|
120
|
+
it as IconType,
|
|
121
|
+
se as Input,
|
|
122
|
+
ht as KakaduGuideGlyphSvg,
|
|
123
|
+
ne as KakaduGuideIcon,
|
|
124
|
+
ie as KakaduGuideLogo,
|
|
125
|
+
ge as KakaduGuideLogoSvg,
|
|
126
|
+
Se as KakaduGuideLogoVariant,
|
|
127
|
+
vt as KakaduGuideSvg,
|
|
128
|
+
ce as KakaduIndexLogo,
|
|
129
|
+
ye as KakaduLogo,
|
|
130
|
+
so as Label,
|
|
131
|
+
Lt as MenuSvg,
|
|
132
|
+
Te as Modal,
|
|
133
|
+
Ie as MovingGradients,
|
|
134
|
+
we as MovingStars,
|
|
135
|
+
Ae as Notice,
|
|
136
|
+
Me as NoticeType,
|
|
136
137
|
De as Notification,
|
|
137
138
|
Ke as NotificationProvider,
|
|
138
|
-
|
|
139
|
-
|
|
139
|
+
Pe as NotificationType,
|
|
140
|
+
uo as Paragraph,
|
|
140
141
|
kt as PlusSvg,
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
142
|
+
Ze as RevealSpinner,
|
|
143
|
+
He as Revealer,
|
|
144
|
+
ue as Select,
|
|
145
|
+
We as Separator,
|
|
146
|
+
Ue as SeparatorLabel,
|
|
147
|
+
ze as Skeleton,
|
|
148
|
+
Je as SkeletonInstance,
|
|
149
|
+
je as SmallSeparator,
|
|
150
|
+
po as Span,
|
|
151
|
+
Xe as Sparebank1Logo,
|
|
152
|
+
_e as Spinner,
|
|
153
|
+
eo as StoLogo,
|
|
154
|
+
to as StorebrandLogo,
|
|
155
|
+
Bt as TestSvg,
|
|
156
|
+
mo as Text,
|
|
157
|
+
go as TextButton,
|
|
158
|
+
So as TextButtonVariant,
|
|
159
|
+
co as ThemeSetter,
|
|
160
|
+
bt as TimesSvg,
|
|
161
|
+
Io as Veil,
|
|
162
|
+
Qe as VerticalSeparator,
|
|
163
|
+
wo as Wrapper,
|
|
164
|
+
Go as WrapperWidth,
|
|
164
165
|
x as ariaTextStyles,
|
|
165
|
-
|
|
166
|
+
C as buttonDangerStyles,
|
|
166
167
|
a as buttonResetStyles,
|
|
167
168
|
B as buttonSecondaryStyles,
|
|
168
169
|
I as buttonSuccessStyles,
|
|
169
170
|
b as buttonWarningStyles,
|
|
170
|
-
|
|
171
|
+
Mt as copyToClipboard,
|
|
171
172
|
r as darkBackgroundColor,
|
|
172
173
|
S as defaultAtomElementType,
|
|
173
174
|
f as effectStyles,
|
|
174
|
-
|
|
175
|
+
pe as errorParagraph,
|
|
175
176
|
l as font,
|
|
176
177
|
Rt as generateRandomId,
|
|
177
|
-
|
|
178
|
-
|
|
178
|
+
ho as getThemePreference,
|
|
179
|
+
gt as iconShadowStyles,
|
|
179
180
|
d as lightBackgroundColor,
|
|
180
181
|
s as nonInteractiveEffectStyles,
|
|
181
|
-
|
|
182
|
+
ae as normalBlendStyles,
|
|
182
183
|
u as overflowProtectionStyles,
|
|
183
184
|
Kt as scale,
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
185
|
+
yo as setThemePreference,
|
|
186
|
+
no as spanStyles,
|
|
187
|
+
xo as textShadowStyles,
|
|
187
188
|
p as theme,
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
189
|
+
Lo as themePreferences,
|
|
190
|
+
Ne as useCreateNotification,
|
|
191
|
+
To as useIsDarkMode,
|
|
191
192
|
ko as useIsLightMode,
|
|
192
|
-
|
|
193
|
+
Gt as useMediaQuery,
|
|
193
194
|
ke as useModal,
|
|
194
195
|
Ce as useModalContext,
|
|
195
|
-
|
|
196
|
+
Ve as useRevealer,
|
|
196
197
|
Co as useTheme
|
|
197
198
|
};
|
package/package.json
CHANGED
package/build/icon-Dw7yhWuE.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const e=require("./jsx-runtime-BB_1_6y_.js"),c=require("./icons/kakadu-guide.js"),n=require("./icons/kakadu-guide-glyph.js"),u=require("./icons/menu.js"),a=require("./icons/check.js"),l=require("./icons/plus.js"),h=require("./icons/times.js"),x=require("./icons/chevron-up.js"),d=require("./icons/chevron-right.js"),w=require("./icons/chevron-down.js"),g=require("./icons/chevron-left.js"),m=require("./icons/caret-up.js"),f=require("./icons/caret-right.js"),v=require("./icons/caret-down.js"),j=require("./icons/caret-left.js"),p=require("./icons/arrow-up.js"),R=require("./icons/arrow-right.js"),k=require("./icons/arrow-down.js"),q=require("./icons/arrow-left.js"),E=require("./icons/edit.js"),_=require("./icons/copy.js"),L=require("./icons/test.js"),U=require("./icons/exclamation-triangle.js"),B=require("./icons/edge-browser-logo.js"),D=require("./icons/chrome-browser-logo.js");function S({fill:r,...t}){return e.jsxRuntimeExports.jsx("svg",{fill:"none",height:"512",viewBox:"0 0 512 512",width:"512",xmlns:"http://www.w3.org/2000/svg",...t,children:e.jsxRuntimeExports.jsxs("g",{fill:r??"currentColor",children:[e.jsxRuntimeExports.jsx("circle",{cx:"256",cy:"256",r:"56"}),e.jsxRuntimeExports.jsx("circle",{cx:"78",cy:"256",r:"56"}),e.jsxRuntimeExports.jsx("circle",{cx:"434",cy:"256",r:"56"})]})})}function G({fill:r,...t}){return e.jsxRuntimeExports.jsxs("svg",{fill:"none",height:"512",viewBox:"0 0 512 512",width:"512",xmlns:"http://www.w3.org/2000/svg",...t,children:[e.jsxRuntimeExports.jsx("clipPath",{id:"a",children:e.jsxRuntimeExports.jsx("path",{d:"m0 0h512v512h-512z"})}),e.jsxRuntimeExports.jsxs("g",{clipPath:"url(#a)",fill:r??"currentColor",children:[e.jsxRuntimeExports.jsx("path",{d:"m447.377 94.6973c8.999 0 17.117 3.7739 22.857 9.8247 6.04 5.74 9.807 13.85 9.807 22.84v129.321c-.001 17.396-14.103 31.498-31.499 31.499-17.397 0-31.5-14.103-31.5-31.5v-54.754l-125.042 125.042c-12.302 12.301-32.246 12.3-44.547 0-12.302-12.302-12.302-32.247 0-44.548l124.724-124.726h-54.12c-17.397 0-31.499-14.102-31.499-31.499s14.102-31.4988 31.499-31.4988z"}),e.jsxRuntimeExports.jsx("rect",{height:"63",rx:"31.5",transform:"matrix(.70710678 .70710678 -.70710678 .70710678 168.107959 -75.224514)",width:"196.96",x:"174.858",y:"165.312"}),e.jsxRuntimeExports.jsx("rect",{height:"63",rx:"31.5",transform:"matrix(-.70710678 .70710678 -.70710678 -.70710678 521.94762 204.898217)",width:"255.907",x:"218.538",y:"210.548"})]})]})}function z({fill:r,...t}){return e.jsxRuntimeExports.jsx("svg",{fill:"none",height:"512",viewBox:"0 0 512 512",width:"512",xmlns:"http://www.w3.org/2000/svg",...t,children:e.jsxRuntimeExports.jsxs("g",{fill:r??"currentColor",children:[e.jsxRuntimeExports.jsx("path",{d:"m414.5 303.999c17.397 0 31.5 14.103 31.5 31.5v78c0 .842-.034 1.676-.099 2.5.065.825.099 1.659.099 2.5 0 17.397-14.103 31.5-31.5 31.5h-316c-17.397 0-31.5-14.103-31.5-31.5 0-.841.0329-1.675.0977-2.5-.0648-.824-.0977-1.658-.0977-2.5v-78c.0002-17.397 14.1031-31.5 31.5-31.5 17.397 0 31.5 14.103 31.5 31.5v51.5h253v-51.5c0-17.397 14.103-31.5 31.5-31.5z"}),e.jsxRuntimeExports.jsx("path",{d:"m255.738 75.0579c8.33-.2128 16.728 2.8592 23.084 9.2158l91.444 91.4433c12.3 12.302 12.3 32.246 0 44.547-12.302 12.301-32.247 12.301-44.548 0l-38.717-38.717v108.952c0 17.397-14.104 31.5-31.5 31.5-17.397 0-31.5-14.103-31.5-31.5v-108.506l-38.269 38.27c-12.301 12.301-32.245 12.301-44.546 0-12.302-12.302-12.302-32.245 0-44.547l91.442-91.4432c6.363-6.3635 14.772-9.435 23.11-9.2149z"})]})})}function C({fill:r,...t}){return e.jsxRuntimeExports.jsx("svg",{fill:"none",height:"512",viewBox:"0 0 512 512",width:"512",xmlns:"http://www.w3.org/2000/svg",...t,children:e.jsxRuntimeExports.jsxs("g",{fill:r??"currentColor",children:[e.jsxRuntimeExports.jsx("path",{d:"m132.5 73c17.397 0 31.5 14.103 31.5 31.5s-14.103 31.5-31.5 31.5h-2.5v251h253v-5.5c0-17.397 14.103-31.5 31.5-31.5s31.5 14.103 31.5 31.5v32c0 .841-.034 1.675-.099 2.5.065.825.099 1.659.099 2.5 0 17.397-14.103 31.5-31.5 31.5h-316c-17.397 0-31.5-14.103-31.5-31.5 0-.841.0329-1.675.0977-2.5-.0648-.825-.0977-1.659-.0977-2.5v-309c0-17.397 14.103-31.5 31.5-31.5z"}),e.jsxRuntimeExports.jsx("path",{d:"m413.377 73.6973c8.999 0 17.117 3.7739 22.857 9.8252 6.041 5.7392 9.807 13.85 9.807 22.8395v129.321c0 17.396-14.103 31.498-31.499 31.499-17.397 0-31.5-14.103-31.5-31.5v-54.754l-115.042 115.042c-12.301 12.301-32.245 12.3-44.547 0-12.301-12.302-12.301-32.247 0-44.548l114.725-114.726h-54.12c-17.397 0-31.499-14.102-31.499-31.499 0-17.3967 14.102-31.4988 31.499-31.4988z"})]})})}function o({fill:r,...t}){return e.jsxRuntimeExports.jsx("svg",{fill:"none",height:"512",viewBox:"0 0 512 512",width:"512",xmlns:"http://www.w3.org/2000/svg",...t,children:e.jsxRuntimeExports.jsx("path",{d:"m308.908 137.785 46.075 19.219 19.21 46.08c.513 1.029 1.303 1.896 2.281 2.501s2.106.926 3.256.926 2.278-.321 3.256-.926 1.768-1.472 2.281-2.501l19.21-46.08 46.075-19.219c1.028-.514 1.892-1.303 2.496-2.281.604-.977.924-2.103.924-3.252s-.32-2.275-.924-3.253c-.604-.977-1.468-1.767-2.496-2.281l-46.075-19.211-19.21-46.0797c-.513-1.0296-1.303-1.8957-2.281-2.5012-.978-.6054-2.106-.9261-3.256-.9261s-2.278.3207-3.256.9261c-.978.6055-1.768 1.4716-2.281 2.5012l-19.21 46.0797-46.075 19.211c-1.028.514-1.892 1.304-2.496 2.281-.604.978-.924 2.104-.924 3.253s.32 2.275.924 3.252c.604.978 1.468 1.767 2.496 2.281zm141.644 236.422-46.075-19.211-19.21-46.08c-.513-1.029-1.303-1.896-2.281-2.501s-2.106-.926-3.256-.926-2.278.321-3.256.926-1.768 1.472-2.281 2.501l-19.21 46.08-46.075 19.211c-1.03.513-1.896 1.303-2.501 2.281-.606.978-.926 2.106-.926 3.256 0 1.151.32 2.278.926 3.257.605.978 1.471 1.768 2.501 2.281l46.075 19.211 19.21 46.08c.513 1.029 1.303 1.895 2.281 2.501.978.605 2.106.926 3.256.926s2.278-.321 3.256-.926c.978-.606 1.768-1.472 2.281-2.501l19.21-46.08 46.075-19.211c1.03-.513 1.896-1.303 2.501-2.281.606-.979.927-2.106.927-3.257 0-1.15-.321-2.278-.927-3.256-.605-.978-1.471-1.768-2.501-2.281zm-95.569-118.485c-.002-2.3-.642-4.553-1.849-6.51-1.207-1.956-2.934-3.54-4.987-4.573l-87.055-43.612-43.524-87.217c-4.207-8.407-17.933-8.407-22.133 0l-43.523 87.217-87.0551 43.612c-2.0652 1.024-3.8033 2.604-5.0184 4.563s-1.859 4.218-1.859 6.523c0 2.306.6439 4.565 1.859 6.524s2.9532 3.539 5.0184 4.563l87.0551 43.612 43.523 87.217c1.028 2.055 2.608 3.783 4.562 4.991 1.955 1.208 4.207 1.848 6.505 1.848 2.297 0 4.55-.64 6.504-1.848 1.955-1.208 3.535-2.936 4.562-4.991l43.524-87.217 87.055-43.596c2.056-1.036 3.784-2.624 4.992-4.585 1.207-1.961 1.845-4.219 1.844-6.521z",fill:r??"currentColor"})})}var i=(r=>(r.kakaduGuide="kakaduGuide",r.kakaduGuideGlyph="kakaduGuideGlyph",r.dots="dots",r.menu="menu",r.check="check",r.plus="plus",r.times="times",r.chevronUp="chevronUp",r.chevronRight="chevronRight",r.chevronDown="chevronDown",r.chevronLeft="chevronLeft",r.caretUp="caretUp",r.caretRight="caretRight",r.caretDown="caretDown",r.caretLeft="caretLeft",r.arrowUp="arrowUp",r.arrowRight="arrowRight",r.arrowDown="arrowDown",r.arrowLeft="arrowLeft",r.trendUp="trendUp",r.edit="edit",r.copy="copy",r.test="test",r.share="share",r.external="external",r.exclamationTriangle="exclamationTriangle",r.sparkle="sparkle",r.chromeBrowserLogo="chromeBrowserLogo",r.edgeBrowserLogo="edgeBrowserLogo",r))(i||{});const P={kakaduGuide:c.default,kakaduGuideGlyph:n.default,dots:S,menu:u.default,check:a.default,plus:l.default,times:h.default,chevronUp:x.default,chevronRight:d.default,chevronDown:w.default,chevronLeft:g.default,caretUp:m.default,caretRight:f.default,caretDown:v.default,caretLeft:j.default,arrowUp:p.default,arrowRight:R.default,arrowDown:k.default,arrowLeft:q.default,trendUp:G,edit:E.default,copy:_.default,test:L.default,share:z,external:C,exclamationTriangle:U.default,sparkle:o,chromeBrowserLogo:D.default,edgeBrowserLogo:B.default},b="kakadu-components-2395643287";function A({type:r,...t}){const s=P[r];return s?e.jsxRuntimeExports.jsx(s,{...t}):null}exports.Icon=A;exports.IconType=i;exports.SparkleSvg=o;exports.iconShadowStyles=b;
|