@kakadu/components 1.7.13 → 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.
Files changed (40) hide show
  1. package/build/components/button.js +1 -1
  2. package/build/components/button.mjs +6 -6
  3. package/build/components/card.js +1 -1
  4. package/build/components/card.mjs +12 -12
  5. package/build/components/datum.js +1 -1
  6. package/build/components/datum.mjs +7 -7
  7. package/build/components/icon-button.js +1 -1
  8. package/build/components/icon-button.mjs +3 -3
  9. package/build/components/input.js +2 -2
  10. package/build/components/input.mjs +39 -38
  11. package/build/components/modal.js +1 -1
  12. package/build/components/modal.mjs +1 -1
  13. package/build/components/notice.js +1 -1
  14. package/build/components/notice.mjs +6 -6
  15. package/build/components/text-button.js +1 -1
  16. package/build/components/text-button.mjs +1 -1
  17. package/build/icons/dots.js +1 -0
  18. package/build/icons/dots.mjs +25 -0
  19. package/build/icons/external.js +1 -0
  20. package/build/icons/external.mjs +24 -0
  21. package/build/icons/icon.d.ts +1 -0
  22. package/build/icons/icon.js +1 -1
  23. package/build/icons/icon.mjs +76 -29
  24. package/build/icons/select.js +1 -0
  25. package/build/icons/select.mjs +25 -0
  26. package/build/icons/share.js +1 -0
  27. package/build/icons/share.mjs +24 -0
  28. package/build/icons/sparkle.js +1 -0
  29. package/build/icons/sparkle.mjs +27 -0
  30. package/build/icons/trash.d.ts +2 -0
  31. package/build/icons/trash.js +1 -0
  32. package/build/icons/trash.mjs +24 -0
  33. package/build/icons/trend-up.js +1 -0
  34. package/build/icons/trend-up.mjs +48 -0
  35. package/build/index.d.ts +50 -36
  36. package/build/index.js +1 -1
  37. package/build/index.mjs +112 -98
  38. package/package.json +1 -1
  39. package/build/icon-B__SNDvD.js +0 -1
  40. package/build/icon-BscWXhKi.mjs +0 -220
package/build/index.mjs CHANGED
@@ -1,16 +1,16 @@
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 n, ariaTextStyles as x } from "./components/aria-text.mjs";
3
- import { default as g, defaultAtomElementType as S } from "./components/atom.mjs";
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 T, ButtonVariant as k, buttonDangerStyles as C, buttonSecondaryStyles as B, buttonSuccessStyles as I, buttonWarningStyles as b } from "./components/button.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
7
  import { default as G, ButtonTooltipPosition as A } from "./components/button-tooltip.mjs";
8
- import { default as P } from "./components/card.mjs";
9
- import { default as D } from "./components/click-ripples.mjs";
8
+ import { default as M } from "./components/card.mjs";
9
+ import { default as R } from "./components/click-ripples.mjs";
10
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";
11
+ import { default as F } from "./components/datum.mjs";
12
+ import { default as V } from "./components/dnb-logo.mjs";
13
+ import { default as W } from "./components/dot.mjs";
14
14
  import { default as Q, FlexAlignment as q } from "./components/flex.mjs";
15
15
  import { default as J, FooterLinkItem as O } from "./components/footer.mjs";
16
16
  import { default as Y } from "./components/gauge.mjs";
@@ -19,90 +19,99 @@ import { default as ee } from "./components/header.mjs";
19
19
  import { default as te, normalBlendStyles as ae } from "./components/hover-gradient.mjs";
20
20
  import { default as fe, IconButtonVariant as le } from "./components/icon-button.mjs";
21
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";
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
24
  import { default as ce } from "./components/kakadu-index-logo.mjs";
25
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";
26
+ import { default as ke, useModal as Le, useModalContext as Ce } from "./components/modal.mjs";
27
27
  import { default as Ie } from "./components/moving-gradients.mjs";
28
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";
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
+ import { default as Fe, useRevealer as He } from "./components/revealer.mjs";
32
+ import { default as Ue, SeparatorLabel as We, SmallSeparator as je, VerticalSeparator as Qe } from "./components/separator.mjs";
33
33
  import { default as ze, SkeletonInstance as Je } from "./components/skeleton.mjs";
34
34
  import { default as Xe } from "./components/sparebank1-logo.mjs";
35
35
  import { RevealSpinner as Ze, default as _e } from "./components/spinner.mjs";
36
36
  import { default as eo } from "./components/sto-logo.mjs";
37
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";
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
41
  import { default as Io } from "./components/veil.mjs";
42
42
  import { default as wo, WrapperWidth as Go } from "./components/wrapper.mjs";
43
- import { default as Mo } from "./icons/arrow-up.mjs";
44
- import { default as Ro } from "./icons/arrow-right.mjs";
45
- import { default as Ko } from "./icons/arrow-down.mjs";
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";
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";
52
51
  import { default as Xo } from "./icons/chevron-up.mjs";
53
52
  import { default as Zo } from "./icons/chevron-right.mjs";
54
53
  import { default as $o } from "./icons/chevron-down.mjs";
55
54
  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
- import { default as kt } from "./icons/plus.mjs";
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
- import { default as Rt } from "./utilities/generate-random-id.mjs";
71
- import { default as Kt } from "./utilities/scale.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
80
  ro as AnchorHeading,
74
- n as AriaText,
75
- Ko as ArrowDownSvg,
76
- Fo as ArrowLeftSvg,
77
- Ro as ArrowRightSvg,
78
- Mo as ArrowUpSvg,
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
- T as Button,
89
+ k as Button,
83
90
  G as ButtonTooltip,
84
91
  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
+ L as ButtonVariant,
93
+ M as Card,
94
+ dt as CaretDownSvg,
95
+ ut as CaretLeftSvg,
96
+ ft as CaretRightSvg,
97
+ at as CaretUpSvg,
98
+ jo as CheckSvg,
92
99
  $o as ChevronDownSvg,
93
100
  ot as ChevronLeftSvg,
94
101
  Zo as ChevronRightSvg,
95
102
  Xo as ChevronUpSvg,
96
- at as ChromeBrowserLogoSvg,
97
- D as ClickRipples,
103
+ Ht as ChromeBrowserLogoSvg,
104
+ R as ClickRipples,
98
105
  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
+ Lt as CopySvg,
107
+ F as Datum,
108
+ V as DnbLogo,
109
+ W as Dot,
110
+ Ho as DotsSvg,
111
+ Ut as EdgeBrowserLogoSvg,
112
+ Tt as EditSvg,
113
+ Pt as ExclamationTriangleSvg,
114
+ Dt as ExternalSvg,
106
115
  Q as Flex,
107
116
  q as FlexAlignment,
108
117
  t as FontFamilyHead,
@@ -114,85 +123,90 @@ export {
114
123
  fo as Heading,
115
124
  lo as Hero,
116
125
  te as HoverGradient,
117
- xt as Icon,
126
+ Do as Icon,
118
127
  fe as IconButton,
119
128
  le as IconButtonVariant,
120
- it as IconType,
129
+ Mo as IconType,
121
130
  se as Input,
122
- ht as KakaduGuideGlyphSvg,
123
- ne as KakaduGuideIcon,
124
- ie as KakaduGuideLogo,
131
+ Eo as KakaduGuideGlyphSvg,
132
+ xe as KakaduGuideIcon,
133
+ Se as KakaduGuideLogo,
125
134
  ge as KakaduGuideLogoSvg,
126
- Se as KakaduGuideLogoVariant,
127
- vt as KakaduGuideSvg,
135
+ ie as KakaduGuideLogoVariant,
136
+ Ko as KakaduGuideSvg,
128
137
  ce as KakaduIndexLogo,
129
138
  ye as KakaduLogo,
130
139
  so as Label,
131
- Lt as MenuSvg,
132
- Te as Modal,
140
+ Uo as MenuSvg,
141
+ ke as Modal,
133
142
  Ie as MovingGradients,
134
143
  we as MovingStars,
135
144
  Ae as Notice,
136
- Me as NoticeType,
137
- De as Notification,
145
+ De as NoticeType,
146
+ Re as Notification,
138
147
  Ke as NotificationProvider,
139
- Pe as NotificationType,
148
+ Me as NotificationType,
140
149
  uo as Paragraph,
141
- kt as PlusSvg,
150
+ qo as PlusSvg,
142
151
  Ze as RevealSpinner,
143
- He as Revealer,
152
+ Fe as Revealer,
144
153
  ue as Select,
145
- We as Separator,
146
- Ue as SeparatorLabel,
154
+ Bt as SelectSvg,
155
+ Ue as Separator,
156
+ We as SeparatorLabel,
157
+ Gt as ShareSvg,
147
158
  ze as Skeleton,
148
159
  Je as SkeletonInstance,
149
160
  je as SmallSeparator,
150
161
  po as Span,
151
162
  Xe as Sparebank1Logo,
163
+ Kt as SparkleSvg,
152
164
  _e as Spinner,
153
165
  eo as StoLogo,
154
166
  to as StorebrandLogo,
155
- Bt as TestSvg,
167
+ bt as TestSvg,
156
168
  mo as Text,
157
169
  go as TextButton,
158
- So as TextButtonVariant,
170
+ io as TextButtonVariant,
159
171
  co as ThemeSetter,
160
- bt as TimesSvg,
172
+ Jo as TimesSvg,
173
+ Et as TrashSvg,
174
+ ht as TrendUpSvg,
161
175
  Io as Veil,
162
176
  Qe as VerticalSeparator,
163
177
  wo as Wrapper,
164
178
  Go as WrapperWidth,
165
- x as ariaTextStyles,
179
+ n as ariaTextStyles,
166
180
  C as buttonDangerStyles,
167
181
  a as buttonResetStyles,
168
182
  B as buttonSecondaryStyles,
169
183
  I as buttonSuccessStyles,
170
184
  b as buttonWarningStyles,
171
- Mt as copyToClipboard,
185
+ qt as copyToClipboard,
172
186
  r as darkBackgroundColor,
173
- S as defaultAtomElementType,
187
+ i as defaultAtomElementType,
174
188
  f as effectStyles,
175
189
  pe as errorParagraph,
176
190
  l as font,
177
- Rt as generateRandomId,
191
+ Jt as generateRandomId,
178
192
  ho as getThemePreference,
179
- gt as iconShadowStyles,
193
+ Po as iconShadowStyles,
180
194
  d as lightBackgroundColor,
181
195
  s as nonInteractiveEffectStyles,
182
196
  ae as normalBlendStyles,
183
197
  u as overflowProtectionStyles,
184
- Kt as scale,
198
+ Xt as scale,
185
199
  yo as setThemePreference,
186
- no as spanStyles,
187
- xo as textShadowStyles,
200
+ xo as spanStyles,
201
+ no as textShadowStyles,
188
202
  p as theme,
189
- Lo as themePreferences,
203
+ To as themePreferences,
190
204
  Ne as useCreateNotification,
191
- To as useIsDarkMode,
192
- ko as useIsLightMode,
193
- Gt as useMediaQuery,
194
- ke as useModal,
205
+ ko as useIsDarkMode,
206
+ Lo as useIsLightMode,
207
+ jt as useMediaQuery,
208
+ Le as useModal,
195
209
  Ce as useModalContext,
196
- Ve as useRevealer,
210
+ He as useRevealer,
197
211
  Co as useTheme
198
212
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kakadu/components",
3
- "version": "1.7.13",
3
+ "version": "1.7.14",
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"),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;
@@ -1,220 +0,0 @@
1
- import { j as t } from "./jsx-runtime-B4hRZ52C.mjs";
2
- import i from "./icons/kakadu-guide.mjs";
3
- import c from "./icons/kakadu-guide-glyph.mjs";
4
- import s from "./icons/menu.mjs";
5
- import h from "./icons/check.mjs";
6
- import l from "./icons/plus.mjs";
7
- import a from "./icons/times.mjs";
8
- import n from "./icons/chevron-up.mjs";
9
- import m from "./icons/chevron-right.mjs";
10
- import g from "./icons/chevron-down.mjs";
11
- import v from "./icons/chevron-left.mjs";
12
- import w from "./icons/caret-up.mjs";
13
- import d from "./icons/caret-right.mjs";
14
- import x from "./icons/caret-down.mjs";
15
- import f from "./icons/caret-left.mjs";
16
- import p from "./icons/arrow-up.mjs";
17
- import u from "./icons/arrow-right.mjs";
18
- import S from "./icons/arrow-down.mjs";
19
- import j from "./icons/arrow-left.mjs";
20
- import k from "./icons/edit.mjs";
21
- import L from "./icons/copy.mjs";
22
- import C from "./icons/test.mjs";
23
- import U from "./icons/exclamation-triangle.mjs";
24
- import B from "./icons/edge-browser-logo.mjs";
25
- import D from "./icons/chrome-browser-logo.mjs";
26
- function R({
27
- fill: r,
28
- ...o
29
- }) {
30
- return /* @__PURE__ */ t.jsx(
31
- "svg",
32
- {
33
- fill: "none",
34
- height: "512",
35
- viewBox: "0 0 512 512",
36
- width: "512",
37
- xmlns: "http://www.w3.org/2000/svg",
38
- ...o,
39
- children: /* @__PURE__ */ t.jsxs("g", { fill: r ?? "currentColor", children: [
40
- /* @__PURE__ */ t.jsx("circle", { cx: "256", cy: "256", r: "56" }),
41
- /* @__PURE__ */ t.jsx("circle", { cx: "78", cy: "256", r: "56" }),
42
- /* @__PURE__ */ t.jsx("circle", { cx: "434", cy: "256", r: "56" })
43
- ] })
44
- }
45
- );
46
- }
47
- function z({
48
- fill: r,
49
- ...o
50
- }) {
51
- return /* @__PURE__ */ t.jsxs(
52
- "svg",
53
- {
54
- fill: "none",
55
- height: "512",
56
- viewBox: "0 0 512 512",
57
- width: "512",
58
- xmlns: "http://www.w3.org/2000/svg",
59
- ...o,
60
- children: [
61
- /* @__PURE__ */ t.jsx("clipPath", { id: "a", children: /* @__PURE__ */ t.jsx("path", { d: "m0 0h512v512h-512z" }) }),
62
- /* @__PURE__ */ t.jsxs("g", { clipPath: "url(#a)", fill: r ?? "currentColor", children: [
63
- /* @__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" }),
64
- /* @__PURE__ */ t.jsx(
65
- "rect",
66
- {
67
- height: "63",
68
- rx: "31.5",
69
- transform: "matrix(.70710678 .70710678 -.70710678 .70710678 168.107959 -75.224514)",
70
- width: "196.96",
71
- x: "174.858",
72
- y: "165.312"
73
- }
74
- ),
75
- /* @__PURE__ */ t.jsx(
76
- "rect",
77
- {
78
- height: "63",
79
- rx: "31.5",
80
- transform: "matrix(-.70710678 .70710678 -.70710678 -.70710678 521.94762 204.898217)",
81
- width: "255.907",
82
- x: "218.538",
83
- y: "210.548"
84
- }
85
- )
86
- ] })
87
- ]
88
- }
89
- );
90
- }
91
- function G({
92
- fill: r,
93
- ...o
94
- }) {
95
- return /* @__PURE__ */ t.jsx(
96
- "svg",
97
- {
98
- fill: "none",
99
- height: "512",
100
- viewBox: "0 0 512 512",
101
- width: "512",
102
- xmlns: "http://www.w3.org/2000/svg",
103
- ...o,
104
- children: /* @__PURE__ */ t.jsxs("g", { fill: r ?? "currentColor", children: [
105
- /* @__PURE__ */ t.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" }),
106
- /* @__PURE__ */ t.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" }),
107
- /* @__PURE__ */ t.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" })
108
- ] })
109
- }
110
- );
111
- }
112
- function E({
113
- fill: r,
114
- ...o
115
- }) {
116
- return /* @__PURE__ */ t.jsx(
117
- "svg",
118
- {
119
- fill: "none",
120
- height: "512",
121
- viewBox: "0 0 512 512",
122
- width: "512",
123
- xmlns: "http://www.w3.org/2000/svg",
124
- ...o,
125
- children: /* @__PURE__ */ t.jsxs("g", { fill: r ?? "currentColor", children: [
126
- /* @__PURE__ */ t.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" }),
127
- /* @__PURE__ */ t.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" })
128
- ] })
129
- }
130
- );
131
- }
132
- function A({
133
- fill: r,
134
- ...o
135
- }) {
136
- return /* @__PURE__ */ t.jsx(
137
- "svg",
138
- {
139
- fill: "none",
140
- height: "512",
141
- viewBox: "0 0 512 512",
142
- width: "512",
143
- xmlns: "http://www.w3.org/2000/svg",
144
- ...o,
145
- children: /* @__PURE__ */ t.jsxs("g", { fill: r ?? "currentColor", children: [
146
- /* @__PURE__ */ t.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" }),
147
- /* @__PURE__ */ t.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" })
148
- ] })
149
- }
150
- );
151
- }
152
- function P({
153
- fill: r,
154
- ...o
155
- }) {
156
- return /* @__PURE__ */ t.jsx(
157
- "svg",
158
- {
159
- fill: "none",
160
- height: "512",
161
- viewBox: "0 0 512 512",
162
- width: "512",
163
- xmlns: "http://www.w3.org/2000/svg",
164
- ...o,
165
- children: /* @__PURE__ */ t.jsx(
166
- "path",
167
- {
168
- 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",
169
- fill: r ?? "currentColor"
170
- }
171
- )
172
- }
173
- );
174
- }
175
- var K = /* @__PURE__ */ ((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.select = "select", r.test = "test", r.share = "share", r.external = "external", r.exclamationTriangle = "exclamationTriangle", r.sparkle = "sparkle", r.chromeBrowserLogo = "chromeBrowserLogo", r.edgeBrowserLogo = "edgeBrowserLogo", r))(K || {});
176
- const M = {
177
- kakaduGuide: i,
178
- kakaduGuideGlyph: c,
179
- dots: R,
180
- menu: s,
181
- check: h,
182
- plus: l,
183
- times: a,
184
- chevronUp: n,
185
- chevronRight: m,
186
- chevronDown: g,
187
- chevronLeft: v,
188
- caretUp: w,
189
- caretRight: d,
190
- caretDown: x,
191
- caretLeft: f,
192
- arrowUp: p,
193
- arrowRight: u,
194
- arrowDown: S,
195
- arrowLeft: j,
196
- trendUp: z,
197
- edit: k,
198
- copy: L,
199
- select: G,
200
- test: C,
201
- share: E,
202
- external: A,
203
- exclamationTriangle: U,
204
- sparkle: P,
205
- chromeBrowserLogo: D,
206
- edgeBrowserLogo: B
207
- }, h1 = "kakadu-components-2395643287";
208
- function l1({
209
- type: r,
210
- ...o
211
- }) {
212
- const e = M[r];
213
- return e ? /* @__PURE__ */ t.jsx(e, { ...o }) : null;
214
- }
215
- export {
216
- l1 as I,
217
- P as S,
218
- K as a,
219
- h1 as i
220
- };