@kakadu/components 1.6.6 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/build/components/button.js +1 -1
  2. package/build/components/button.mjs +1 -1
  3. package/build/components/card.js +1 -1
  4. package/build/components/card.mjs +1 -1
  5. package/build/components/datum.js +1 -1
  6. package/build/components/datum.mjs +1 -1
  7. package/build/components/icon-button.js +1 -1
  8. package/build/components/icon-button.mjs +1 -1
  9. package/build/components/input.d.ts +9 -5
  10. package/build/components/input.js +2 -2
  11. package/build/components/input.mjs +136 -126
  12. package/build/components/modal.js +1 -1
  13. package/build/components/modal.mjs +1 -1
  14. package/build/components/notice.js +1 -1
  15. package/build/components/notice.mjs +1 -1
  16. package/build/components/text-button.js +1 -1
  17. package/build/components/text-button.mjs +2 -2
  18. package/build/components.css +1 -1
  19. package/build/{icon-Ci3BSxQa.mjs → icon-C6X3pQX0.mjs} +97 -83
  20. package/build/icon-Dw7yhWuE.js +1 -0
  21. package/build/icons/arrow-left.d.ts +2 -0
  22. package/build/icons/arrow-left.js +1 -0
  23. package/build/icons/arrow-left.mjs +27 -0
  24. package/build/icons/arrow-right.d.ts +2 -0
  25. package/build/icons/arrow-right.js +1 -0
  26. package/build/icons/arrow-right.mjs +27 -0
  27. package/build/icons/arrow-up.d.ts +2 -0
  28. package/build/icons/arrow-up.js +1 -0
  29. package/build/icons/arrow-up.mjs +27 -0
  30. package/build/icons/caret-left.d.ts +2 -0
  31. package/build/icons/caret-left.js +1 -0
  32. package/build/icons/caret-left.mjs +27 -0
  33. package/build/icons/caret-up.d.ts +2 -0
  34. package/build/icons/caret-up.js +1 -0
  35. package/build/icons/caret-up.mjs +27 -0
  36. package/build/icons/chevron-left.d.ts +2 -0
  37. package/build/icons/chevron-left.js +1 -0
  38. package/build/icons/chevron-left.mjs +27 -0
  39. package/build/icons/chevron-right.d.ts +2 -0
  40. package/build/icons/chevron-right.js +1 -0
  41. package/build/icons/chevron-right.mjs +27 -0
  42. package/build/icons/icon.d.ts +9 -2
  43. package/build/icons/icon.js +1 -1
  44. package/build/icons/icon.mjs +13 -6
  45. package/build/icons/kakadu-guide-glyph.js +1 -1
  46. package/build/icons/kakadu-guide-glyph.mjs +10 -10
  47. package/build/icons/kakadu-guide.js +1 -1
  48. package/build/icons/kakadu-guide.mjs +4 -4
  49. package/build/index.d.ts +33 -19
  50. package/build/index.js +1 -1
  51. package/build/index.mjs +110 -96
  52. package/package.json +1 -1
  53. package/build/icon-CRXHH3In.js +0 -1
package/build/index.mjs CHANGED
@@ -1,17 +1,17 @@
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
2
  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
- 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";
4
+ import { default as c } from "./components/bankid-logo.mjs";
5
+ import { default as y } from "./components/box.mjs";
6
+ import { default as k, ButtonVariant as C, buttonDangerStyles as T, buttonSecondaryStyles as B, buttonSuccessStyles as I, buttonWarningStyles as b } from "./components/button.mjs";
7
+ import { default as G } from "./components/button-tooltip.mjs";
8
+ import { default as M } from "./components/card.mjs";
9
+ import { default as D } from "./components/click-ripples.mjs";
10
+ import { default as P } from "./components/collapsible.mjs";
11
11
  import { default as H } from "./components/datum.mjs";
12
12
  import { default as E } from "./components/dnb-logo.mjs";
13
13
  import { default as W } from "./components/dot.mjs";
14
- import { default as Q, FlexAlignment as U } from "./components/flex.mjs";
14
+ import { default as j, FlexAlignment as Q } from "./components/flex.mjs";
15
15
  import { default as z, FooterLinkItem as J } from "./components/footer.mjs";
16
16
  import { default as X } from "./components/gauge.mjs";
17
17
  import { default as Z } from "./components/gjensidige-logo.mjs";
@@ -21,75 +21,89 @@ import { default as re, IconButtonVariant as fe } from "./components/icon-button
21
21
  import { default as de, Select as se, errorParagraph as ue } from "./components/input.mjs";
22
22
  import { default as me } from "./components/kakadu-guide-icon.mjs";
23
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";
24
+ import { default as ve } from "./components/kakadu-index-logo.mjs";
25
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";
26
+ import { default as Le, useModal as ke, useModalContext as Ce } from "./components/modal.mjs";
27
+ import { default as Be } from "./components/moving-gradients.mjs";
28
+ import { default as be } from "./components/moving-stars.mjs";
29
+ import { default as Ge, NoticeType as Ae } from "./components/notice.mjs";
30
+ import { default as Re, NotificationProvider as De, useCreateNotification as Ke } from "./components/notification.mjs";
31
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";
32
+ import { default as Ee, SeparatorLabel as Ne, SmallSeparator as We, VerticalSeparator as Ue } from "./components/separator.mjs";
33
+ import { default as Qe, SkeletonInstance as qe } from "./components/skeleton.mjs";
34
34
  import { default as Je } from "./components/sparebank1-logo.mjs";
35
35
  import { RevealSpinner as Xe, default as Ye } from "./components/spinner.mjs";
36
36
  import { default as _e } from "./components/sto-logo.mjs";
37
37
  import { default as eo } from "./components/storebrand-logo.mjs";
38
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
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";
40
+ import { default as So, getThemePreference as vo, setThemePreference as co, themePreferences as ho, useIsDarkMode as yo, useIsLightMode as Lo, useTheme as ko } from "./components/theme-setter.mjs";
41
+ import { default as To } from "./components/veil.mjs";
42
+ import { default as Io, WrapperWidth as bo } from "./components/wrapper.mjs";
43
+ import { default as Go } from "./icons/arrow-up.mjs";
44
+ import { default as Mo } from "./icons/arrow-right.mjs";
45
+ import { default as Do } from "./icons/arrow-down.mjs";
46
+ import { default as Po } from "./icons/arrow-left.mjs";
47
+ import { default as Ho } from "./icons/caret-up.mjs";
48
+ import { default as Eo } from "./icons/caret-right.mjs";
49
+ import { default as Wo } from "./icons/caret-down.mjs";
50
+ import { default as jo } from "./icons/caret-left.mjs";
51
+ import { default as qo } from "./icons/check.mjs";
52
+ import { default as Jo } from "./icons/chevron-up.mjs";
53
+ import { default as Xo } from "./icons/chevron-right.mjs";
54
+ import { default as Zo } from "./icons/chevron-down.mjs";
55
+ import { default as $o } from "./icons/chevron-left.mjs";
56
+ import { default as ot } from "./icons/chrome-browser-logo.mjs";
57
+ import { default as at } from "./icons/copy.mjs";
58
+ import { default as ft } from "./icons/edit.mjs";
59
+ import { default as dt } from "./icons/edge-browser-logo.mjs";
60
+ import { default as ut } from "./icons/exclamation-triangle.mjs";
61
+ import { I as mt, a as nt, i as xt } from "./icon-C6X3pQX0.mjs";
62
+ import { default as gt } from "./icons/kakadu-guide.mjs";
63
+ import { default as vt } from "./icons/kakadu-guide-glyph.mjs";
64
+ import { default as ht } from "./icons/menu.mjs";
65
+ import { default as Lt } from "./icons/plus.mjs";
66
+ import { default as Ct } from "./icons/test.mjs";
67
+ import { default as Bt } from "./icons/times.mjs";
68
+ import { default as bt } from "./hooks/use-media-query.mjs";
69
+ import { default as Gt } from "./utilities/copy-to-clipboard.mjs";
70
+ import { default as Mt } from "./utilities/generate-random-id.mjs";
71
+ import { default as Dt } from "./utilities/scale.mjs";
65
72
  export {
66
73
  to as AnchorHeading,
67
74
  n as AriaText,
68
- wo as ArrowDown,
75
+ Do as ArrowDownSvg,
76
+ Po as ArrowLeftSvg,
77
+ Mo as ArrowRightSvg,
78
+ Go as ArrowUpSvg,
69
79
  g as Atom,
70
- y as BankidLogo,
71
- k as Box,
72
- T as Button,
73
- w as ButtonTooltip,
80
+ c as BankidLogo,
81
+ y as Box,
82
+ k as Button,
83
+ G as ButtonTooltip,
74
84
  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
+ M as Card,
86
+ Wo as CaretDownSvg,
87
+ jo as CaretLeftSvg,
88
+ Eo as CaretRightSvg,
89
+ Ho as CaretUpSvg,
90
+ qo as CheckSvg,
91
+ Zo as ChevronDownSvg,
92
+ $o as ChevronLeftSvg,
93
+ Xo as ChevronRightSvg,
94
+ Jo as ChevronUpSvg,
95
+ ot as ChromeBrowserLogoSvg,
96
+ D as ClickRipples,
97
+ P as Collapsible,
98
+ at as CopySvg,
85
99
  H as Datum,
86
100
  E as DnbLogo,
87
101
  W as Dot,
88
- Jo as EdgeBrowserLogo,
89
- qo as Edit,
90
- Xo as ExclamationTriangle,
91
- Q as Flex,
92
- U as FlexAlignment,
102
+ dt as EdgeBrowserLogoSvg,
103
+ ft as EditSvg,
104
+ ut as ExclamationTriangleSvg,
105
+ j as Flex,
106
+ Q as FlexAlignment,
93
107
  t as FontFamilyHead,
94
108
  z as Footer,
95
109
  J as FooterLinkItem,
@@ -99,36 +113,36 @@ export {
99
113
  ao as Heading,
100
114
  ro as Hero,
101
115
  oe as HoverGradient,
102
- Zo as Icon,
116
+ mt as Icon,
103
117
  re as IconButton,
104
118
  fe as IconButtonVariant,
105
- _o as IconType,
119
+ nt as IconType,
106
120
  de as Input,
107
- ot as KakaduGuide,
108
- at as KakaduGuideGlyph,
121
+ vt as KakaduGuideGlyphSvg,
109
122
  me as KakaduGuideIcon,
110
123
  xe as KakaduGuideLogo,
111
124
  ie as KakaduGuideLogoSvg,
112
125
  ge as KakaduGuideLogoVariant,
113
- ce as KakaduIndexLogo,
126
+ gt as KakaduGuideSvg,
127
+ ve as KakaduIndexLogo,
114
128
  he as KakaduLogo,
115
129
  fo as Label,
116
- ft as Menu,
130
+ ht as MenuSvg,
117
131
  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,
132
+ Be as MovingGradients,
133
+ be as MovingStars,
134
+ Ge as Notice,
135
+ Ae as NoticeType,
136
+ Re as Notification,
137
+ De as NotificationProvider,
124
138
  lo as Paragraph,
125
- dt as Plus,
139
+ Lt as PlusSvg,
126
140
  Xe as RevealSpinner,
127
141
  Fe as Revealer,
128
142
  se as Select,
129
143
  Ee as Separator,
130
144
  Ne as SeparatorLabel,
131
- Ue as Skeleton,
145
+ Qe as Skeleton,
132
146
  qe as SkeletonInstance,
133
147
  We as SmallSeparator,
134
148
  so as Span,
@@ -136,47 +150,47 @@ export {
136
150
  Ye as Spinner,
137
151
  _e as StoLogo,
138
152
  eo as StorebrandLogo,
139
- ut as Test,
153
+ Ct as TestSvg,
140
154
  uo as Text,
141
155
  xo as TextButton,
142
156
  io as TextButtonVariant,
143
157
  So as ThemeSetter,
144
- mt as Times,
145
- Bo as Veil,
146
- je as VerticalSeparator,
147
- bo as Wrapper,
148
- vo as WrapperWidth,
158
+ Bt as TimesSvg,
159
+ To as Veil,
160
+ Ue as VerticalSeparator,
161
+ Io as Wrapper,
162
+ bo as WrapperWidth,
149
163
  x as ariaTextStyles,
150
- B as buttonDangerStyles,
164
+ T as buttonDangerStyles,
151
165
  a as buttonResetStyles,
152
- I as buttonSecondaryStyles,
153
- b as buttonSuccessStyles,
154
- v as buttonWarningStyles,
155
- gt as copyToClipboard,
166
+ B as buttonSecondaryStyles,
167
+ I as buttonSuccessStyles,
168
+ b as buttonWarningStyles,
169
+ Gt as copyToClipboard,
156
170
  r as darkBackgroundColor,
157
171
  S as defaultAtomElementType,
158
172
  f as effectStyles,
159
173
  ue as errorParagraph,
160
174
  l as font,
161
- ct as generateRandomId,
162
- co as getThemePreference,
163
- $o as iconShadowStyles,
175
+ Mt as generateRandomId,
176
+ vo as getThemePreference,
177
+ xt as iconShadowStyles,
164
178
  d as lightBackgroundColor,
165
179
  s as nonInteractiveEffectStyles,
166
180
  te as normalBlendStyles,
167
181
  u as overflowProtectionStyles,
168
- ht as scale,
169
- yo as setThemePreference,
182
+ Dt as scale,
183
+ co as setThemePreference,
170
184
  po as spanStyles,
171
185
  mo as textShadowStyles,
172
186
  p as theme,
173
187
  ho as themePreferences,
174
- Re as useCreateNotification,
175
- ko as useIsDarkMode,
188
+ Ke as useCreateNotification,
189
+ yo as useIsDarkMode,
176
190
  Lo as useIsLightMode,
177
- xt as useMediaQuery,
178
- Te as useModal,
191
+ bt as useMediaQuery,
192
+ ke as useModal,
179
193
  Ce as useModalContext,
180
194
  He as useRevealer,
181
- To as useTheme
195
+ ko as useTheme
182
196
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kakadu/components",
3
- "version": "1.6.6",
3
+ "version": "1.7.1",
4
4
  "description": "Kakadu components library",
5
5
  "license": "MIT",
6
6
  "main": "./build/index.js",
@@ -1 +0,0 @@
1
- "use strict";const t=require("./jsx-runtime-BB_1_6y_.js"),n=require("./icons/kakadu-guide.js"),c=require("./icons/kakadu-guide-glyph.js"),l=require("./icons/menu.js"),u=require("./icons/check.js"),x=require("./icons/plus.js"),a=require("./icons/times.js"),h=require("./icons/chevron-down.js"),d=require("./icons/chevron-up.js"),m=require("./icons/caret-down.js"),w=require("./icons/caret-right.js"),g=require("./icons/arrow-down.js"),j=require("./icons/edit.js"),v=require("./icons/copy.js"),p=require("./icons/test.js"),f=require("./icons/exclamation-triangle.js"),R=require("./icons/edge-browser-logo.js"),k=require("./icons/chrome-browser-logo.js");function E({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 q({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 _({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 B({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.chevronDown="chevronDown",e.chevronUp="chevronUp",e.caretDown="caretDown",e.caretRight="caretRight",e.arrowDown="arrowDown",e.trendUp="trendUp",e.edit="edit",e.copy="copy",e.test="test",e.share="share",e.external="external",e.exclamationTriangle="exclamationTriangle",e.sparkle="sparkle",e.chromeBrowserLogo="chromeBrowserLogo",e.edgeBrowserLogo="edgeBrowserLogo",e))(i||{});const D={kakaduGuide:n.default,kakaduGuideGlyph:c.default,dots:E,menu:l.default,check:u.default,plus:x.default,times:a.default,chevronDown:h.default,chevronUp:d.default,caretDown:m.default,caretRight:w.default,arrowDown:g.default,trendUp:q,edit:j.default,copy:v.default,test:p.default,share:_,external:B,exclamationTriangle:f.default,sparkle:o,chromeBrowserLogo:k.default,edgeBrowserLogo:R.default},S="kakadu-components-2395643287";function G({type:e,...r}){const s=D[e];return s?t.jsxRuntimeExports.jsx(s,{...r}):null}exports.Icon=G;exports.IconType=i;exports.SparkleSvg=o;exports.iconShadowStyles=S;