@kakadu/components 1.7.12 → 1.7.14
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 +12 -12
- package/build/components/datum.js +1 -1
- package/build/components/datum.mjs +7 -7
- 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 +6 -5
- package/build/components/input.js +2 -2
- package/build/components/input.mjs +39 -38
- 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 +6 -6
- 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/icons/dots.js +1 -0
- package/build/icons/dots.mjs +25 -0
- package/build/icons/external.js +1 -0
- package/build/icons/external.mjs +24 -0
- package/build/icons/icon.d.ts +1 -0
- package/build/icons/icon.js +1 -1
- package/build/icons/icon.mjs +76 -29
- package/build/icons/select.js +1 -0
- package/build/icons/select.mjs +25 -0
- package/build/icons/share.js +1 -0
- package/build/icons/share.mjs +24 -0
- package/build/icons/sparkle.js +1 -0
- package/build/icons/sparkle.mjs +27 -0
- package/build/icons/trash.d.ts +2 -0
- package/build/icons/trash.js +1 -0
- package/build/icons/trash.mjs +24 -0
- package/build/icons/trend-up.js +1 -0
- package/build/icons/trend-up.mjs +48 -0
- package/build/index.d.ts +50 -36
- package/build/index.js +1 -1
- package/build/index.mjs +173 -158
- package/package.json +1 -1
- package/build/icon-B__SNDvD.js +0 -1
- package/build/icon-BscWXhKi.mjs +0 -220
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { j as t } from "../jsx-runtime-B4hRZ52C.mjs";
|
|
2
|
+
function s({
|
|
3
|
+
fill: r,
|
|
4
|
+
...h
|
|
5
|
+
}) {
|
|
6
|
+
return /* @__PURE__ */ t.jsxs(
|
|
7
|
+
"svg",
|
|
8
|
+
{
|
|
9
|
+
fill: "none",
|
|
10
|
+
height: "512",
|
|
11
|
+
viewBox: "0 0 512 512",
|
|
12
|
+
width: "512",
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
...h,
|
|
15
|
+
children: [
|
|
16
|
+
/* @__PURE__ */ t.jsx("clipPath", { id: "a", children: /* @__PURE__ */ t.jsx("path", { d: "m0 0h512v512h-512z" }) }),
|
|
17
|
+
/* @__PURE__ */ t.jsxs("g", { clipPath: "url(#a)", fill: r ?? "currentColor", children: [
|
|
18
|
+
/* @__PURE__ */ t.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" }),
|
|
19
|
+
/* @__PURE__ */ t.jsx(
|
|
20
|
+
"rect",
|
|
21
|
+
{
|
|
22
|
+
height: "63",
|
|
23
|
+
rx: "31.5",
|
|
24
|
+
transform: "matrix(.70710678 .70710678 -.70710678 .70710678 168.107959 -75.224514)",
|
|
25
|
+
width: "196.96",
|
|
26
|
+
x: "174.858",
|
|
27
|
+
y: "165.312"
|
|
28
|
+
}
|
|
29
|
+
),
|
|
30
|
+
/* @__PURE__ */ t.jsx(
|
|
31
|
+
"rect",
|
|
32
|
+
{
|
|
33
|
+
height: "63",
|
|
34
|
+
rx: "31.5",
|
|
35
|
+
transform: "matrix(-.70710678 .70710678 -.70710678 -.70710678 521.94762 204.898217)",
|
|
36
|
+
width: "255.907",
|
|
37
|
+
x: "218.538",
|
|
38
|
+
y: "210.548"
|
|
39
|
+
}
|
|
40
|
+
)
|
|
41
|
+
] })
|
|
42
|
+
]
|
|
43
|
+
}
|
|
44
|
+
);
|
|
45
|
+
}
|
|
46
|
+
export {
|
|
47
|
+
s as default
|
|
48
|
+
};
|
package/build/index.d.ts
CHANGED
|
@@ -82,24 +82,22 @@ export * from './components/veil';
|
|
|
82
82
|
export { default as Veil } from './components/veil';
|
|
83
83
|
export * from './components/wrapper';
|
|
84
84
|
export { default as Wrapper } from './components/wrapper';
|
|
85
|
-
export * from './icons/
|
|
86
|
-
export { default as
|
|
87
|
-
export * from './icons/
|
|
88
|
-
export { default as
|
|
89
|
-
export * from './icons/
|
|
90
|
-
export { default as
|
|
91
|
-
export * from './icons/
|
|
92
|
-
export { default as
|
|
93
|
-
export * from './icons/
|
|
94
|
-
export { default as
|
|
95
|
-
export * from './icons/caret-right';
|
|
96
|
-
export { default as CaretRightSvg } from './icons/caret-right';
|
|
97
|
-
export * from './icons/caret-down';
|
|
98
|
-
export { default as CaretDownSvg } from './icons/caret-down';
|
|
99
|
-
export * from './icons/caret-left';
|
|
100
|
-
export { default as CaretLeftSvg } from './icons/caret-left';
|
|
85
|
+
export * from './icons/icon';
|
|
86
|
+
export { default as Icon } from './icons/icon';
|
|
87
|
+
export * from './icons/kakadu-guide';
|
|
88
|
+
export { default as KakaduGuideSvg } from './icons/kakadu-guide';
|
|
89
|
+
export * from './icons/kakadu-guide-glyph';
|
|
90
|
+
export { default as KakaduGuideGlyphSvg } from './icons/kakadu-guide-glyph';
|
|
91
|
+
export * from './icons/dots';
|
|
92
|
+
export { default as DotsSvg } from './icons/dots';
|
|
93
|
+
export * from './icons/menu';
|
|
94
|
+
export { default as MenuSvg } from './icons/menu';
|
|
101
95
|
export * from './icons/check';
|
|
102
96
|
export { default as CheckSvg } from './icons/check';
|
|
97
|
+
export * from './icons/plus';
|
|
98
|
+
export { default as PlusSvg } from './icons/plus';
|
|
99
|
+
export * from './icons/times';
|
|
100
|
+
export { default as TimesSvg } from './icons/times';
|
|
103
101
|
export * from './icons/chevron-up';
|
|
104
102
|
export { default as ChevronUpSvg } from './icons/chevron-up';
|
|
105
103
|
export * from './icons/chevron-right';
|
|
@@ -108,30 +106,46 @@ export * from './icons/chevron-down';
|
|
|
108
106
|
export { default as ChevronDownSvg } from './icons/chevron-down';
|
|
109
107
|
export * from './icons/chevron-left';
|
|
110
108
|
export { default as ChevronLeftSvg } from './icons/chevron-left';
|
|
111
|
-
export * from './icons/
|
|
112
|
-
export { default as
|
|
113
|
-
export * from './icons/
|
|
114
|
-
export { default as
|
|
109
|
+
export * from './icons/caret-up';
|
|
110
|
+
export { default as CaretUpSvg } from './icons/caret-up';
|
|
111
|
+
export * from './icons/caret-right';
|
|
112
|
+
export { default as CaretRightSvg } from './icons/caret-right';
|
|
113
|
+
export * from './icons/caret-down';
|
|
114
|
+
export { default as CaretDownSvg } from './icons/caret-down';
|
|
115
|
+
export * from './icons/caret-left';
|
|
116
|
+
export { default as CaretLeftSvg } from './icons/caret-left';
|
|
117
|
+
export * from './icons/arrow-up';
|
|
118
|
+
export { default as ArrowUpSvg } from './icons/arrow-up';
|
|
119
|
+
export * from './icons/arrow-right';
|
|
120
|
+
export { default as ArrowRightSvg } from './icons/arrow-right';
|
|
121
|
+
export * from './icons/arrow-down';
|
|
122
|
+
export { default as ArrowDownSvg } from './icons/arrow-down';
|
|
123
|
+
export * from './icons/arrow-left';
|
|
124
|
+
export { default as ArrowLeftSvg } from './icons/arrow-left';
|
|
125
|
+
export * from './icons/trend-up';
|
|
126
|
+
export { default as TrendUpSvg } from './icons/trend-up';
|
|
115
127
|
export * from './icons/edit';
|
|
116
128
|
export { default as EditSvg } from './icons/edit';
|
|
117
|
-
export * from './icons/
|
|
118
|
-
export { default as
|
|
119
|
-
export * from './icons/
|
|
120
|
-
export { default as
|
|
121
|
-
export * from './icons/icon';
|
|
122
|
-
export { default as Icon } from './icons/icon';
|
|
123
|
-
export * from './icons/kakadu-guide';
|
|
124
|
-
export { default as KakaduGuideSvg } from './icons/kakadu-guide';
|
|
125
|
-
export * from './icons/kakadu-guide-glyph';
|
|
126
|
-
export { default as KakaduGuideGlyphSvg } from './icons/kakadu-guide-glyph';
|
|
127
|
-
export * from './icons/menu';
|
|
128
|
-
export { default as MenuSvg } from './icons/menu';
|
|
129
|
-
export * from './icons/plus';
|
|
130
|
-
export { default as PlusSvg } from './icons/plus';
|
|
129
|
+
export * from './icons/copy';
|
|
130
|
+
export { default as CopySvg } from './icons/copy';
|
|
131
|
+
export * from './icons/select';
|
|
132
|
+
export { default as SelectSvg } from './icons/select';
|
|
131
133
|
export * from './icons/test';
|
|
132
134
|
export { default as TestSvg } from './icons/test';
|
|
133
|
-
export * from './icons/
|
|
134
|
-
export { default as
|
|
135
|
+
export * from './icons/share';
|
|
136
|
+
export { default as ShareSvg } from './icons/share';
|
|
137
|
+
export * from './icons/external';
|
|
138
|
+
export { default as ExternalSvg } from './icons/external';
|
|
139
|
+
export * from './icons/exclamation-triangle';
|
|
140
|
+
export { default as ExclamationTriangleSvg } from './icons/exclamation-triangle';
|
|
141
|
+
export * from './icons/sparkle';
|
|
142
|
+
export { default as SparkleSvg } from './icons/sparkle';
|
|
143
|
+
export * from './icons/trash';
|
|
144
|
+
export { default as TrashSvg } from './icons/trash';
|
|
145
|
+
export * from './icons/chrome-browser-logo';
|
|
146
|
+
export { default as ChromeBrowserLogoSvg } from './icons/chrome-browser-logo';
|
|
147
|
+
export * from './icons/edge-browser-logo';
|
|
148
|
+
export { default as EdgeBrowserLogoSvg } from './icons/edge-browser-logo';
|
|
135
149
|
export * from './hooks/use-media-query';
|
|
136
150
|
export { default as useMediaQuery } from './hooks/use-media-query';
|
|
137
151
|
export * from './utilities/copy-to-clipboard';
|
package/build/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./theme.js"),d=require("./components/aria-text.js"),f=require("./components/atom.js"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./theme.js"),d=require("./components/aria-text.js"),f=require("./components/atom.js"),L=require("./components/bankid-logo.js"),T=require("./components/box.js"),n=require("./components/button.js"),p=require("./components/button-tooltip.js"),b=require("./components/card.js"),x=require("./components/click-ripples.js"),B=require("./components/collapsible.js"),w=require("./components/datum.js"),C=require("./components/dnb-logo.js"),I=require("./components/dot.js"),g=require("./components/flex.js"),S=require("./components/footer.js"),G=require("./components/gauge.js"),P=require("./components/gjensidige-logo.js"),R=require("./components/header.js"),m=require("./components/hover-gradient.js"),q=require("./components/icon-button.js"),a=require("./components/input.js"),M=require("./components/kakadu-guide-icon.js"),i=require("./components/kakadu-guide-logo.js"),D=require("./components/kakadu-index-logo.js"),A=require("./components/kakadu-logo.js"),s=require("./components/modal.js"),V=require("./components/moving-gradients.js"),F=require("./components/moving-stars.js"),u=require("./components/notice.js"),c=require("./components/notification.js"),_=require("./components/revealer.js"),r=require("./components/separator.js"),v=require("./components/skeleton.js"),H=require("./components/sparebank1-logo.js"),h=require("./components/spinner.js"),K=require("./components/sto-logo.js"),N=require("./components/storebrand-logo.js"),t=require("./components/text.js"),y=require("./components/text-button.js"),o=require("./components/theme-setter.js"),E=require("./components/veil.js"),k=require("./components/wrapper.js"),l=require("./icons/icon.js"),U=require("./icons/kakadu-guide.js"),W=require("./icons/kakadu-guide-glyph.js"),j=require("./icons/dots.js"),Q=require("./icons/menu.js"),O=require("./icons/check.js"),z=require("./icons/plus.js"),J=require("./icons/times.js"),X=require("./icons/chevron-up.js"),Y=require("./icons/chevron-right.js"),Z=require("./icons/chevron-down.js"),$=require("./icons/chevron-left.js"),ee=require("./icons/caret-up.js"),te=require("./icons/caret-right.js"),oe=require("./icons/caret-down.js"),ne=require("./icons/caret-left.js"),re=require("./icons/arrow-up.js"),ae=require("./icons/arrow-right.js"),ie=require("./icons/arrow-down.js"),se=require("./icons/arrow-left.js"),ue=require("./icons/trend-up.js"),ce=require("./icons/edit.js"),le=require("./icons/copy.js"),de=require("./icons/select.js"),fe=require("./icons/test.js"),pe=require("./icons/share.js"),ge=require("./icons/external.js"),Se=require("./icons/exclamation-triangle.js"),me=require("./icons/sparkle.js"),qe=require("./icons/trash.js"),_e=require("./icons/chrome-browser-logo.js"),ve=require("./icons/edge-browser-logo.js"),he=require("./hooks/use-media-query.js"),ye=require("./utilities/copy-to-clipboard.js"),ke=require("./utilities/generate-random-id.js"),Le=require("./utilities/scale.js");exports.FontFamilyHead=e.FontFamilyHead;exports.buttonResetStyles=e.buttonResetStyles;exports.darkBackgroundColor=e.darkBackgroundColor;exports.effectStyles=e.effectStyles;exports.font=e.font;exports.lightBackgroundColor=e.lightBackgroundColor;exports.nonInteractiveEffectStyles=e.nonInteractiveEffectStyles;exports.overflowProtectionStyles=e.overflowProtectionStyles;exports.theme=e.default;exports.AriaText=d.default;exports.ariaTextStyles=d.ariaTextStyles;exports.Atom=f.default;exports.defaultAtomElementType=f.defaultAtomElementType;exports.BankidLogo=L.default;exports.Box=T.default;exports.Button=n.default;exports.ButtonVariant=n.ButtonVariant;exports.buttonDangerStyles=n.buttonDangerStyles;exports.buttonSecondaryStyles=n.buttonSecondaryStyles;exports.buttonSuccessStyles=n.buttonSuccessStyles;exports.buttonWarningStyles=n.buttonWarningStyles;exports.ButtonTooltip=p.default;exports.ButtonTooltipPosition=p.ButtonTooltipPosition;exports.Card=b.default;exports.ClickRipples=x.default;exports.Collapsible=B.default;exports.Datum=w.default;exports.DnbLogo=C.default;exports.Dot=I.default;exports.Flex=g.default;exports.FlexAlignment=g.FlexAlignment;exports.Footer=S.default;exports.FooterLinkItem=S.FooterLinkItem;exports.Gauge=G.default;exports.GjensidigeLogo=P.default;exports.Header=R.default;exports.HoverGradient=m.default;exports.normalBlendStyles=m.normalBlendStyles;exports.IconButton=q.default;exports.IconButtonVariant=q.IconButtonVariant;exports.Input=a.default;exports.Select=a.Select;exports.errorParagraph=a.errorParagraph;exports.KakaduGuideIcon=M.default;exports.KakaduGuideLogo=i.default;exports.KakaduGuideLogoSvg=i.KakaduGuideLogoSvg;exports.KakaduGuideLogoVariant=i.KakaduGuideLogoVariant;exports.KakaduIndexLogo=D.default;exports.KakaduLogo=A.default;exports.Modal=s.default;exports.useModal=s.useModal;exports.useModalContext=s.useModalContext;exports.MovingGradients=V.default;exports.MovingStars=F.default;exports.Notice=u.default;exports.NoticeType=u.NoticeType;exports.NotificationType=u.NoticeType;exports.Notification=c.default;exports.NotificationProvider=c.NotificationProvider;exports.useCreateNotification=c.useCreateNotification;exports.Revealer=_.default;exports.useRevealer=_.useRevealer;exports.Separator=r.default;exports.SeparatorLabel=r.SeparatorLabel;exports.SmallSeparator=r.SmallSeparator;exports.VerticalSeparator=r.VerticalSeparator;exports.Skeleton=v.default;exports.SkeletonInstance=v.SkeletonInstance;exports.Sparebank1Logo=H.default;exports.RevealSpinner=h.RevealSpinner;exports.Spinner=h.default;exports.StoLogo=K.default;exports.StorebrandLogo=N.default;exports.AnchorHeading=t.AnchorHeading;exports.Heading=t.Heading;exports.Hero=t.Hero;exports.Label=t.Label;exports.Paragraph=t.Paragraph;exports.Span=t.Span;exports.Text=t.default;exports.spanStyles=t.spanStyles;exports.textShadowStyles=t.textShadowStyles;exports.TextButton=y.default;exports.TextButtonVariant=y.TextButtonVariant;exports.ThemeSetter=o.default;exports.getThemePreference=o.getThemePreference;exports.setThemePreference=o.setThemePreference;exports.themePreferences=o.themePreferences;exports.useIsDarkMode=o.useIsDarkMode;exports.useIsLightMode=o.useIsLightMode;exports.useTheme=o.useTheme;exports.Veil=E.default;exports.Wrapper=k.default;exports.WrapperWidth=k.WrapperWidth;exports.Icon=l.default;exports.IconType=l.IconType;exports.iconShadowStyles=l.iconShadowStyles;exports.KakaduGuideSvg=U.default;exports.KakaduGuideGlyphSvg=W.default;exports.DotsSvg=j.default;exports.MenuSvg=Q.default;exports.CheckSvg=O.default;exports.PlusSvg=z.default;exports.TimesSvg=J.default;exports.ChevronUpSvg=X.default;exports.ChevronRightSvg=Y.default;exports.ChevronDownSvg=Z.default;exports.ChevronLeftSvg=$.default;exports.CaretUpSvg=ee.default;exports.CaretRightSvg=te.default;exports.CaretDownSvg=oe.default;exports.CaretLeftSvg=ne.default;exports.ArrowUpSvg=re.default;exports.ArrowRightSvg=ae.default;exports.ArrowDownSvg=ie.default;exports.ArrowLeftSvg=se.default;exports.TrendUpSvg=ue.default;exports.EditSvg=ce.default;exports.CopySvg=le.default;exports.SelectSvg=de.default;exports.TestSvg=fe.default;exports.ShareSvg=pe.default;exports.ExternalSvg=ge.default;exports.ExclamationTriangleSvg=Se.default;exports.SparkleSvg=me.default;exports.TrashSvg=qe.default;exports.ChromeBrowserLogoSvg=_e.default;exports.EdgeBrowserLogoSvg=ve.default;exports.useMediaQuery=he.default;exports.copyToClipboard=ye.default;exports.generateRandomId=ke.default;exports.scale=Le.default;
|
package/build/index.mjs
CHANGED
|
@@ -1,196 +1,211 @@
|
|
|
1
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
|
|
3
|
-
import { default as g, defaultAtomElementType as
|
|
2
|
+
import { default as x, ariaTextStyles as n } from "./components/aria-text.mjs";
|
|
3
|
+
import { default as g, defaultAtomElementType as i } 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 k, ButtonVariant as
|
|
7
|
-
import { default as G } from "./components/button-tooltip.mjs";
|
|
6
|
+
import { default as k, ButtonVariant as L, 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
8
|
import { default as M } from "./components/card.mjs";
|
|
9
|
-
import { default as
|
|
10
|
-
import { default as
|
|
9
|
+
import { default as R } from "./components/click-ripples.mjs";
|
|
10
|
+
import { default as N } from "./components/collapsible.mjs";
|
|
11
11
|
import { default as F } from "./components/datum.mjs";
|
|
12
12
|
import { default as V } from "./components/dnb-logo.mjs";
|
|
13
13
|
import { default as W } from "./components/dot.mjs";
|
|
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
|
|
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 xe } from "./components/kakadu-guide-icon.mjs";
|
|
23
|
+
import { default as Se, KakaduGuideLogoSvg as ge, KakaduGuideLogoVariant as ie } 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 ke, useModal as Le, 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 De, NoticeType as Me } from "./components/notice.mjs";
|
|
30
|
+
import { default as Re, NotificationProvider as Ke, useCreateNotification as Ne } from "./components/notification.mjs";
|
|
31
31
|
import { default as Fe, useRevealer as He } from "./components/revealer.mjs";
|
|
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
|
|
44
|
-
import { default as
|
|
45
|
-
import { default as
|
|
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 {
|
|
62
|
-
import { default as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as Kt } from "./
|
|
32
|
+
import { default as Ue, SeparatorLabel as We, 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 xo, textShadowStyles as no } from "./components/text.mjs";
|
|
39
|
+
import { default as go, TextButtonVariant as io } from "./components/text-button.mjs";
|
|
40
|
+
import { default as co, getThemePreference as ho, setThemePreference as yo, themePreferences as To, useIsDarkMode as ko, useIsLightMode as Lo, 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 Do, IconType as Mo, iconShadowStyles as Po } from "./icons/icon.mjs";
|
|
44
|
+
import { default as Ko } from "./icons/kakadu-guide.mjs";
|
|
45
|
+
import { default as Eo } from "./icons/kakadu-guide-glyph.mjs";
|
|
46
|
+
import { default as Ho } from "./icons/dots.mjs";
|
|
47
|
+
import { default as Uo } from "./icons/menu.mjs";
|
|
48
|
+
import { default as jo } from "./icons/check.mjs";
|
|
49
|
+
import { default as qo } from "./icons/plus.mjs";
|
|
50
|
+
import { default as Jo } from "./icons/times.mjs";
|
|
51
|
+
import { default as Xo } from "./icons/chevron-up.mjs";
|
|
52
|
+
import { default as Zo } from "./icons/chevron-right.mjs";
|
|
53
|
+
import { default as $o } from "./icons/chevron-down.mjs";
|
|
54
|
+
import { default as ot } from "./icons/chevron-left.mjs";
|
|
55
|
+
import { default as at } from "./icons/caret-up.mjs";
|
|
56
|
+
import { default as ft } from "./icons/caret-right.mjs";
|
|
57
|
+
import { default as dt } from "./icons/caret-down.mjs";
|
|
58
|
+
import { default as ut } from "./icons/caret-left.mjs";
|
|
59
|
+
import { default as mt } from "./icons/arrow-up.mjs";
|
|
60
|
+
import { default as nt } from "./icons/arrow-right.mjs";
|
|
61
|
+
import { default as gt } from "./icons/arrow-down.mjs";
|
|
62
|
+
import { default as vt } from "./icons/arrow-left.mjs";
|
|
63
|
+
import { default as ht } from "./icons/trend-up.mjs";
|
|
64
|
+
import { default as Tt } from "./icons/edit.mjs";
|
|
65
|
+
import { default as Lt } from "./icons/copy.mjs";
|
|
66
|
+
import { default as Bt } from "./icons/select.mjs";
|
|
67
|
+
import { default as bt } from "./icons/test.mjs";
|
|
68
|
+
import { default as Gt } from "./icons/share.mjs";
|
|
69
|
+
import { default as Dt } from "./icons/external.mjs";
|
|
70
|
+
import { default as Pt } from "./icons/exclamation-triangle.mjs";
|
|
71
|
+
import { default as Kt } from "./icons/sparkle.mjs";
|
|
72
|
+
import { default as Et } from "./icons/trash.mjs";
|
|
73
|
+
import { default as Ht } from "./icons/chrome-browser-logo.mjs";
|
|
74
|
+
import { default as Ut } from "./icons/edge-browser-logo.mjs";
|
|
75
|
+
import { default as jt } from "./hooks/use-media-query.mjs";
|
|
76
|
+
import { default as qt } from "./utilities/copy-to-clipboard.mjs";
|
|
77
|
+
import { default as Jt } from "./utilities/generate-random-id.mjs";
|
|
78
|
+
import { default as Xt } from "./utilities/scale.mjs";
|
|
72
79
|
export {
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
80
|
+
ro as AnchorHeading,
|
|
81
|
+
x as AriaText,
|
|
82
|
+
gt as ArrowDownSvg,
|
|
83
|
+
vt as ArrowLeftSvg,
|
|
84
|
+
nt as ArrowRightSvg,
|
|
85
|
+
mt as ArrowUpSvg,
|
|
79
86
|
g as Atom,
|
|
80
87
|
c as BankidLogo,
|
|
81
88
|
y as Box,
|
|
82
89
|
k as Button,
|
|
83
90
|
G as ButtonTooltip,
|
|
84
|
-
|
|
91
|
+
A as ButtonTooltipPosition,
|
|
92
|
+
L as ButtonVariant,
|
|
85
93
|
M as Card,
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
94
|
+
dt as CaretDownSvg,
|
|
95
|
+
ut as CaretLeftSvg,
|
|
96
|
+
ft as CaretRightSvg,
|
|
97
|
+
at as CaretUpSvg,
|
|
98
|
+
jo as CheckSvg,
|
|
99
|
+
$o as ChevronDownSvg,
|
|
100
|
+
ot as ChevronLeftSvg,
|
|
101
|
+
Zo as ChevronRightSvg,
|
|
102
|
+
Xo as ChevronUpSvg,
|
|
103
|
+
Ht as ChromeBrowserLogoSvg,
|
|
104
|
+
R as ClickRipples,
|
|
105
|
+
N as Collapsible,
|
|
106
|
+
Lt as CopySvg,
|
|
99
107
|
F as Datum,
|
|
100
108
|
V as DnbLogo,
|
|
101
109
|
W as Dot,
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
110
|
+
Ho as DotsSvg,
|
|
111
|
+
Ut as EdgeBrowserLogoSvg,
|
|
112
|
+
Tt as EditSvg,
|
|
113
|
+
Pt as ExclamationTriangleSvg,
|
|
114
|
+
Dt as ExternalSvg,
|
|
115
|
+
Q as Flex,
|
|
116
|
+
q as FlexAlignment,
|
|
107
117
|
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
|
-
|
|
136
|
-
|
|
118
|
+
J as Footer,
|
|
119
|
+
O as FooterLinkItem,
|
|
120
|
+
Y as Gauge,
|
|
121
|
+
_ as GjensidigeLogo,
|
|
122
|
+
ee as Header,
|
|
123
|
+
fo as Heading,
|
|
124
|
+
lo as Hero,
|
|
125
|
+
te as HoverGradient,
|
|
126
|
+
Do as Icon,
|
|
127
|
+
fe as IconButton,
|
|
128
|
+
le as IconButtonVariant,
|
|
129
|
+
Mo as IconType,
|
|
130
|
+
se as Input,
|
|
131
|
+
Eo as KakaduGuideGlyphSvg,
|
|
132
|
+
xe as KakaduGuideIcon,
|
|
133
|
+
Se as KakaduGuideLogo,
|
|
134
|
+
ge as KakaduGuideLogoSvg,
|
|
135
|
+
ie as KakaduGuideLogoVariant,
|
|
136
|
+
Ko as KakaduGuideSvg,
|
|
137
|
+
ce as KakaduIndexLogo,
|
|
138
|
+
ye as KakaduLogo,
|
|
139
|
+
so as Label,
|
|
140
|
+
Uo as MenuSvg,
|
|
141
|
+
ke as Modal,
|
|
142
|
+
Ie as MovingGradients,
|
|
143
|
+
we as MovingStars,
|
|
144
|
+
Ae as Notice,
|
|
145
|
+
De as NoticeType,
|
|
146
|
+
Re as Notification,
|
|
137
147
|
Ke as NotificationProvider,
|
|
138
148
|
Me as NotificationType,
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
149
|
+
uo as Paragraph,
|
|
150
|
+
qo as PlusSvg,
|
|
151
|
+
Ze as RevealSpinner,
|
|
142
152
|
Fe as Revealer,
|
|
143
|
-
|
|
144
|
-
|
|
153
|
+
ue as Select,
|
|
154
|
+
Bt as SelectSvg,
|
|
155
|
+
Ue as Separator,
|
|
145
156
|
We as SeparatorLabel,
|
|
146
|
-
|
|
147
|
-
ze as
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
157
|
+
Gt as ShareSvg,
|
|
158
|
+
ze as Skeleton,
|
|
159
|
+
Je as SkeletonInstance,
|
|
160
|
+
je as SmallSeparator,
|
|
161
|
+
po as Span,
|
|
162
|
+
Xe as Sparebank1Logo,
|
|
163
|
+
Kt as SparkleSvg,
|
|
164
|
+
_e as Spinner,
|
|
165
|
+
eo as StoLogo,
|
|
166
|
+
to as StorebrandLogo,
|
|
167
|
+
bt as TestSvg,
|
|
168
|
+
mo as Text,
|
|
169
|
+
go as TextButton,
|
|
170
|
+
io as TextButtonVariant,
|
|
171
|
+
co as ThemeSetter,
|
|
172
|
+
Jo as TimesSvg,
|
|
173
|
+
Et as TrashSvg,
|
|
174
|
+
ht as TrendUpSvg,
|
|
175
|
+
Io as Veil,
|
|
176
|
+
Qe as VerticalSeparator,
|
|
177
|
+
wo as Wrapper,
|
|
178
|
+
Go as WrapperWidth,
|
|
179
|
+
n as ariaTextStyles,
|
|
180
|
+
C as buttonDangerStyles,
|
|
166
181
|
a as buttonResetStyles,
|
|
167
182
|
B as buttonSecondaryStyles,
|
|
168
183
|
I as buttonSuccessStyles,
|
|
169
184
|
b as buttonWarningStyles,
|
|
170
|
-
|
|
185
|
+
qt as copyToClipboard,
|
|
171
186
|
r as darkBackgroundColor,
|
|
172
|
-
|
|
187
|
+
i as defaultAtomElementType,
|
|
173
188
|
f as effectStyles,
|
|
174
|
-
|
|
189
|
+
pe as errorParagraph,
|
|
175
190
|
l as font,
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
191
|
+
Jt as generateRandomId,
|
|
192
|
+
ho as getThemePreference,
|
|
193
|
+
Po as iconShadowStyles,
|
|
179
194
|
d as lightBackgroundColor,
|
|
180
195
|
s as nonInteractiveEffectStyles,
|
|
181
|
-
|
|
196
|
+
ae as normalBlendStyles,
|
|
182
197
|
u as overflowProtectionStyles,
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
198
|
+
Xt as scale,
|
|
199
|
+
yo as setThemePreference,
|
|
200
|
+
xo as spanStyles,
|
|
186
201
|
no as textShadowStyles,
|
|
187
202
|
p as theme,
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
203
|
+
To as themePreferences,
|
|
204
|
+
Ne as useCreateNotification,
|
|
205
|
+
ko as useIsDarkMode,
|
|
206
|
+
Lo as useIsLightMode,
|
|
207
|
+
jt as useMediaQuery,
|
|
208
|
+
Le as useModal,
|
|
194
209
|
Ce as useModalContext,
|
|
195
210
|
He as useRevealer,
|
|
196
211
|
Co as useTheme
|
package/package.json
CHANGED
package/build/icon-B__SNDvD.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const t=require("./jsx-runtime-BB_1_6y_.js"),c=require("./icons/kakadu-guide.js"),n=require("./icons/kakadu-guide-glyph.js"),l=require("./icons/menu.js"),u=require("./icons/check.js"),a=require("./icons/plus.js"),x=require("./icons/times.js"),h=require("./icons/chevron-up.js"),d=require("./icons/chevron-right.js"),w=require("./icons/chevron-down.js"),m=require("./icons/chevron-left.js"),g=require("./icons/caret-up.js"),f=require("./icons/caret-right.js"),j=require("./icons/caret-down.js"),v=require("./icons/caret-left.js"),p=require("./icons/arrow-up.js"),R=require("./icons/arrow-right.js"),E=require("./icons/arrow-down.js"),k=require("./icons/arrow-left.js"),q=require("./icons/edit.js"),_=require("./icons/copy.js"),L=require("./icons/test.js"),U=require("./icons/exclamation-triangle.js"),S=require("./icons/edge-browser-logo.js"),B=require("./icons/chrome-browser-logo.js");function D({fill:e,...r}){return t.jsxRuntimeExports.jsx("svg",{fill:"none",height:"512",viewBox:"0 0 512 512",width:"512",xmlns:"http://www.w3.org/2000/svg",...r,children:t.jsxRuntimeExports.jsxs("g",{fill:e??"currentColor",children:[t.jsxRuntimeExports.jsx("circle",{cx:"256",cy:"256",r:"56"}),t.jsxRuntimeExports.jsx("circle",{cx:"78",cy:"256",r:"56"}),t.jsxRuntimeExports.jsx("circle",{cx:"434",cy:"256",r:"56"})]})})}function z({fill:e,...r}){return t.jsxRuntimeExports.jsxs("svg",{fill:"none",height:"512",viewBox:"0 0 512 512",width:"512",xmlns:"http://www.w3.org/2000/svg",...r,children:[t.jsxRuntimeExports.jsx("clipPath",{id:"a",children:t.jsxRuntimeExports.jsx("path",{d:"m0 0h512v512h-512z"})}),t.jsxRuntimeExports.jsxs("g",{clipPath:"url(#a)",fill:e??"currentColor",children:[t.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"}),t.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"}),t.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 G({fill:e,...r}){return t.jsxRuntimeExports.jsx("svg",{fill:"none",height:"512",viewBox:"0 0 512 512",width:"512",xmlns:"http://www.w3.org/2000/svg",...r,children:t.jsxRuntimeExports.jsxs("g",{fill:e??"currentColor",children:[t.jsxRuntimeExports.jsx("path",{d:"m310.291 494.064-13.817-167.561c-.978-11.866 12.36-19.46 22.064-12.562l138.946 98.761c10.26 7.292 6.434 23.365-6.011 25.253l-64.011 9.71c-3.236.491-6.198 2.1-8.37 4.547l-44.378 49.995c-8.178 9.213-23.41 4.134-24.423-8.143z"}),t.jsxRuntimeExports.jsx("path",{d:"m251.5 26c114.599 0 207.5 92.901 207.5 207.5 0 18.67-2.466 36.763-7.09 53.973-3.928 14.623-20.896 20.163-33.926 12.45-10.448-6.183-14.732-18.941-12.012-30.773 2.635-11.458 4.028-23.391 4.028-35.65 0-87.537-70.963-158.5-158.5-158.5s-158.5 70.963-158.5 158.5c0 71.732 47.652 132.332 113.027 151.877 12.166 3.638 21.365 14.494 20.808 27.18-.636 14.469-13.546 25.448-27.565 21.813-89.316-23.158-155.27-104.311-155.27-200.87 0-114.599 92.901-207.5 207.5-207.5z"}),t.jsxRuntimeExports.jsx("path",{d:"m246.394 126.237c61.5-3.125 112.48 40.698 115.606 102.199.902 17.747-19.217 30.996-32.522 19.217-6.008-5.318-11.574-12.79-15.478-23.653-11.5-32-32.148-47.498-64.967-45.83-32.818 1.668-58.071 29.625-56.403 62.443.949 18.67 10.405 34.89 24.424 45.1 9.976 7.264 18.666 17.569 18.751 29.909.117 17.016-15.23 30.316-30.662 23.145-36.295-16.865-62.273-52.763-64.446-95.514-3.126-61.501 44.196-113.89 105.697-117.016z"})]})})}function C({fill:e,...r}){return t.jsxRuntimeExports.jsx("svg",{fill:"none",height:"512",viewBox:"0 0 512 512",width:"512",xmlns:"http://www.w3.org/2000/svg",...r,children:t.jsxRuntimeExports.jsxs("g",{fill:e??"currentColor",children:[t.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"}),t.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 P({fill:e,...r}){return t.jsxRuntimeExports.jsx("svg",{fill:"none",height:"512",viewBox:"0 0 512 512",width:"512",xmlns:"http://www.w3.org/2000/svg",...r,children:t.jsxRuntimeExports.jsxs("g",{fill:e??"currentColor",children:[t.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"}),t.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:e,...r}){return t.jsxRuntimeExports.jsx("svg",{fill:"none",height:"512",viewBox:"0 0 512 512",width:"512",xmlns:"http://www.w3.org/2000/svg",...r,children:t.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:e??"currentColor"})})}var i=(e=>(e.kakaduGuide="kakaduGuide",e.kakaduGuideGlyph="kakaduGuideGlyph",e.dots="dots",e.menu="menu",e.check="check",e.plus="plus",e.times="times",e.chevronUp="chevronUp",e.chevronRight="chevronRight",e.chevronDown="chevronDown",e.chevronLeft="chevronLeft",e.caretUp="caretUp",e.caretRight="caretRight",e.caretDown="caretDown",e.caretLeft="caretLeft",e.arrowUp="arrowUp",e.arrowRight="arrowRight",e.arrowDown="arrowDown",e.arrowLeft="arrowLeft",e.trendUp="trendUp",e.edit="edit",e.copy="copy",e.select="select",e.test="test",e.share="share",e.external="external",e.exclamationTriangle="exclamationTriangle",e.sparkle="sparkle",e.chromeBrowserLogo="chromeBrowserLogo",e.edgeBrowserLogo="edgeBrowserLogo",e))(i||{});const b={kakaduGuide:c.default,kakaduGuideGlyph:n.default,dots:D,menu:l.default,check:u.default,plus:a.default,times:x.default,chevronUp:h.default,chevronRight:d.default,chevronDown:w.default,chevronLeft:m.default,caretUp:g.default,caretRight:f.default,caretDown:j.default,caretLeft:v.default,arrowUp:p.default,arrowRight:R.default,arrowDown:E.default,arrowLeft:k.default,trendUp:z,edit:q.default,copy:_.default,select:G,test:L.default,share:C,external:P,exclamationTriangle:U.default,sparkle:o,chromeBrowserLogo:B.default,edgeBrowserLogo:S.default},A="kakadu-components-2395643287";function F({type:e,...r}){const s=b[e];return s?t.jsxRuntimeExports.jsx(s,{...r}):null}exports.Icon=F;exports.IconType=i;exports.SparkleSvg=o;exports.iconShadowStyles=A;
|