@kakadu/components 1.6.5 → 1.7.0

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 (56) hide show
  1. package/build/components/box.js +1 -1
  2. package/build/components/box.mjs +1 -1
  3. package/build/components/button.js +1 -1
  4. package/build/components/button.mjs +1 -1
  5. package/build/components/card.js +1 -1
  6. package/build/components/card.mjs +4 -4
  7. package/build/components/datum.js +1 -1
  8. package/build/components/datum.mjs +1 -1
  9. package/build/components/icon-button.js +1 -1
  10. package/build/components/icon-button.mjs +1 -1
  11. package/build/components/input.js +1 -1
  12. package/build/components/input.mjs +1 -1
  13. package/build/components/modal.js +1 -1
  14. package/build/components/modal.mjs +1 -1
  15. package/build/components/notice.js +1 -1
  16. package/build/components/notice.mjs +1 -1
  17. package/build/components/text-button.js +1 -1
  18. package/build/components/text-button.mjs +1 -1
  19. package/build/components.css +1 -1
  20. package/build/{icon-Ci3BSxQa.mjs → icon-C6X3pQX0.mjs} +97 -83
  21. package/build/icon-Dw7yhWuE.js +1 -0
  22. package/build/icons/arrow-left.d.ts +2 -0
  23. package/build/icons/arrow-left.js +1 -0
  24. package/build/icons/arrow-left.mjs +27 -0
  25. package/build/icons/arrow-right.d.ts +2 -0
  26. package/build/icons/arrow-right.js +1 -0
  27. package/build/icons/arrow-right.mjs +27 -0
  28. package/build/icons/arrow-up.d.ts +2 -0
  29. package/build/icons/arrow-up.js +1 -0
  30. package/build/icons/arrow-up.mjs +27 -0
  31. package/build/icons/caret-left.d.ts +2 -0
  32. package/build/icons/caret-left.js +1 -0
  33. package/build/icons/caret-left.mjs +27 -0
  34. package/build/icons/caret-up.d.ts +2 -0
  35. package/build/icons/caret-up.js +1 -0
  36. package/build/icons/caret-up.mjs +27 -0
  37. package/build/icons/chevron-left.d.ts +2 -0
  38. package/build/icons/chevron-left.js +1 -0
  39. package/build/icons/chevron-left.mjs +27 -0
  40. package/build/icons/chevron-right.d.ts +2 -0
  41. package/build/icons/chevron-right.js +1 -0
  42. package/build/icons/chevron-right.mjs +27 -0
  43. package/build/icons/icon.d.ts +9 -2
  44. package/build/icons/icon.js +1 -1
  45. package/build/icons/icon.mjs +13 -6
  46. package/build/icons/kakadu-guide-glyph.js +1 -1
  47. package/build/icons/kakadu-guide-glyph.mjs +10 -10
  48. package/build/icons/kakadu-guide.js +1 -1
  49. package/build/icons/kakadu-guide.mjs +4 -4
  50. package/build/index.d.ts +33 -19
  51. package/build/index.js +1 -1
  52. package/build/index.mjs +110 -96
  53. package/build/theme.js +1 -1
  54. package/build/theme.mjs +1 -1
  55. package/package.json +1 -1
  56. package/build/icon-CRXHH3In.js +0 -1
@@ -1,26 +1,33 @@
1
- import { j as o } from "./jsx-runtime-B4hRZ52C.mjs";
1
+ import { j as t } from "./jsx-runtime-B4hRZ52C.mjs";
2
2
  import i from "./icons/kakadu-guide.mjs";
3
- import s from "./icons/kakadu-guide-glyph.mjs";
4
- import c from "./icons/menu.mjs";
5
- import l from "./icons/check.mjs";
6
- import h from "./icons/plus.mjs";
7
- import n from "./icons/times.mjs";
8
- import a from "./icons/chevron-down.mjs";
3
+ import c from "./icons/kakadu-guide-glyph.mjs";
4
+ import h from "./icons/menu.mjs";
5
+ import s from "./icons/check.mjs";
6
+ import a from "./icons/plus.mjs";
7
+ import l from "./icons/times.mjs";
9
8
  import m from "./icons/chevron-up.mjs";
10
- import g from "./icons/caret-down.mjs";
11
- import v from "./icons/caret-right.mjs";
12
- import d from "./icons/arrow-down.mjs";
13
- import w from "./icons/edit.mjs";
14
- import x from "./icons/copy.mjs";
15
- import u from "./icons/test.mjs";
16
- import p from "./icons/exclamation-triangle.mjs";
17
- import f from "./icons/edge-browser-logo.mjs";
18
- import S from "./icons/chrome-browser-logo.mjs";
19
- function j({
9
+ import n 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 f from "./icons/caret-down.mjs";
15
+ import x 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({
20
27
  fill: r,
21
- ...t
28
+ ...o
22
29
  }) {
23
- return /* @__PURE__ */ o.jsx(
30
+ return /* @__PURE__ */ t.jsx(
24
31
  "svg",
25
32
  {
26
33
  fill: "none",
@@ -28,20 +35,20 @@ function j({
28
35
  viewBox: "0 0 512 512",
29
36
  width: "512",
30
37
  xmlns: "http://www.w3.org/2000/svg",
31
- ...t,
32
- children: /* @__PURE__ */ o.jsxs("g", { fill: r ?? "currentColor", children: [
33
- /* @__PURE__ */ o.jsx("circle", { cx: "256", cy: "256", r: "56" }),
34
- /* @__PURE__ */ o.jsx("circle", { cx: "78", cy: "256", r: "56" }),
35
- /* @__PURE__ */ o.jsx("circle", { cx: "434", cy: "256", r: "56" })
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" })
36
43
  ] })
37
44
  }
38
45
  );
39
46
  }
40
- function k({
47
+ function G({
41
48
  fill: r,
42
- ...t
49
+ ...o
43
50
  }) {
44
- return /* @__PURE__ */ o.jsxs(
51
+ return /* @__PURE__ */ t.jsxs(
45
52
  "svg",
46
53
  {
47
54
  fill: "none",
@@ -49,12 +56,12 @@ function k({
49
56
  viewBox: "0 0 512 512",
50
57
  width: "512",
51
58
  xmlns: "http://www.w3.org/2000/svg",
52
- ...t,
59
+ ...o,
53
60
  children: [
54
- /* @__PURE__ */ o.jsx("clipPath", { id: "a", children: /* @__PURE__ */ o.jsx("path", { d: "m0 0h512v512h-512z" }) }),
55
- /* @__PURE__ */ o.jsxs("g", { clipPath: "url(#a)", fill: r ?? "currentColor", children: [
56
- /* @__PURE__ */ o.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" }),
57
- /* @__PURE__ */ o.jsx(
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(
58
65
  "rect",
59
66
  {
60
67
  height: "63",
@@ -65,7 +72,7 @@ function k({
65
72
  y: "165.312"
66
73
  }
67
74
  ),
68
- /* @__PURE__ */ o.jsx(
75
+ /* @__PURE__ */ t.jsx(
69
76
  "rect",
70
77
  {
71
78
  height: "63",
@@ -81,11 +88,11 @@ function k({
81
88
  }
82
89
  );
83
90
  }
84
- function B({
91
+ function z({
85
92
  fill: r,
86
- ...t
93
+ ...o
87
94
  }) {
88
- return /* @__PURE__ */ o.jsx(
95
+ return /* @__PURE__ */ t.jsx(
89
96
  "svg",
90
97
  {
91
98
  fill: "none",
@@ -93,19 +100,19 @@ function B({
93
100
  viewBox: "0 0 512 512",
94
101
  width: "512",
95
102
  xmlns: "http://www.w3.org/2000/svg",
96
- ...t,
97
- children: /* @__PURE__ */ o.jsxs("g", { fill: r ?? "currentColor", children: [
98
- /* @__PURE__ */ o.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" }),
99
- /* @__PURE__ */ o.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" })
103
+ ...o,
104
+ children: /* @__PURE__ */ t.jsxs("g", { fill: r ?? "currentColor", children: [
105
+ /* @__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" }),
106
+ /* @__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" })
100
107
  ] })
101
108
  }
102
109
  );
103
110
  }
104
- function C({
111
+ function E({
105
112
  fill: r,
106
- ...t
113
+ ...o
107
114
  }) {
108
- return /* @__PURE__ */ o.jsx(
115
+ return /* @__PURE__ */ t.jsx(
109
116
  "svg",
110
117
  {
111
118
  fill: "none",
@@ -113,19 +120,19 @@ function C({
113
120
  viewBox: "0 0 512 512",
114
121
  width: "512",
115
122
  xmlns: "http://www.w3.org/2000/svg",
116
- ...t,
117
- children: /* @__PURE__ */ o.jsxs("g", { fill: r ?? "currentColor", children: [
118
- /* @__PURE__ */ o.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" }),
119
- /* @__PURE__ */ o.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" })
123
+ ...o,
124
+ children: /* @__PURE__ */ t.jsxs("g", { fill: r ?? "currentColor", children: [
125
+ /* @__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" }),
126
+ /* @__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" })
120
127
  ] })
121
128
  }
122
129
  );
123
130
  }
124
- function D({
131
+ function A({
125
132
  fill: r,
126
- ...t
133
+ ...o
127
134
  }) {
128
- return /* @__PURE__ */ o.jsx(
135
+ return /* @__PURE__ */ t.jsx(
129
136
  "svg",
130
137
  {
131
138
  fill: "none",
@@ -133,8 +140,8 @@ function D({
133
140
  viewBox: "0 0 512 512",
134
141
  width: "512",
135
142
  xmlns: "http://www.w3.org/2000/svg",
136
- ...t,
137
- children: /* @__PURE__ */ o.jsx(
143
+ ...o,
144
+ children: /* @__PURE__ */ t.jsx(
138
145
  "path",
139
146
  {
140
147
  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",
@@ -144,41 +151,48 @@ function D({
144
151
  }
145
152
  );
146
153
  }
147
- var G = /* @__PURE__ */ ((r) => (r.kakaduGuide = "kakaduGuide", r.kakaduGuideGlyph = "kakaduGuideGlyph", r.dots = "dots", r.menu = "menu", r.check = "check", r.plus = "plus", r.times = "times", r.chevronDown = "chevronDown", r.chevronUp = "chevronUp", r.caretDown = "caretDown", r.caretRight = "caretRight", r.arrowDown = "arrowDown", r.trendUp = "trendUp", r.edit = "edit", r.copy = "copy", r.test = "test", r.share = "share", r.external = "external", r.exclamationTriangle = "exclamationTriangle", r.sparkle = "sparkle", r.chromeBrowserLogo = "chromeBrowserLogo", r.edgeBrowserLogo = "edgeBrowserLogo", r))(G || {});
148
- const z = {
154
+ var P = /* @__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.test = "test", r.share = "share", r.external = "external", r.exclamationTriangle = "exclamationTriangle", r.sparkle = "sparkle", r.chromeBrowserLogo = "chromeBrowserLogo", r.edgeBrowserLogo = "edgeBrowserLogo", r))(P || {});
155
+ const K = {
149
156
  kakaduGuide: i,
150
- kakaduGuideGlyph: s,
151
- dots: j,
152
- menu: c,
153
- check: l,
154
- plus: h,
155
- times: n,
156
- chevronDown: a,
157
+ kakaduGuideGlyph: c,
158
+ dots: R,
159
+ menu: h,
160
+ check: s,
161
+ plus: a,
162
+ times: l,
157
163
  chevronUp: m,
158
- caretDown: g,
159
- caretRight: v,
160
- arrowDown: d,
161
- trendUp: k,
162
- edit: w,
163
- copy: x,
164
- test: u,
165
- share: B,
166
- external: C,
167
- exclamationTriangle: p,
168
- sparkle: D,
169
- chromeBrowserLogo: S,
170
- edgeBrowserLogo: f
171
- }, X = "kakadu-components-2395643287";
172
- function Y({
164
+ chevronRight: n,
165
+ chevronDown: g,
166
+ chevronLeft: v,
167
+ caretUp: w,
168
+ caretRight: d,
169
+ caretDown: f,
170
+ caretLeft: x,
171
+ arrowUp: p,
172
+ arrowRight: u,
173
+ arrowDown: S,
174
+ arrowLeft: j,
175
+ trendUp: G,
176
+ edit: k,
177
+ copy: L,
178
+ test: C,
179
+ share: z,
180
+ external: E,
181
+ exclamationTriangle: U,
182
+ sparkle: A,
183
+ chromeBrowserLogo: D,
184
+ edgeBrowserLogo: B
185
+ }, h1 = "kakadu-components-2395643287";
186
+ function s1({
173
187
  type: r,
174
- ...t
188
+ ...o
175
189
  }) {
176
- const e = z[r];
177
- return e ? /* @__PURE__ */ o.jsx(e, { ...t }) : null;
190
+ const e = K[r];
191
+ return e ? /* @__PURE__ */ t.jsx(e, { ...o }) : null;
178
192
  }
179
193
  export {
180
- Y as I,
181
- D as S,
182
- G as a,
183
- X as i
194
+ s1 as I,
195
+ A as S,
196
+ P as a,
197
+ h1 as i
184
198
  };
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./jsx-runtime-BB_1_6y_.js"),c=require("./icons/kakadu-guide.js"),n=require("./icons/kakadu-guide-glyph.js"),u=require("./icons/menu.js"),a=require("./icons/check.js"),l=require("./icons/plus.js"),h=require("./icons/times.js"),x=require("./icons/chevron-up.js"),d=require("./icons/chevron-right.js"),w=require("./icons/chevron-down.js"),g=require("./icons/chevron-left.js"),m=require("./icons/caret-up.js"),f=require("./icons/caret-right.js"),v=require("./icons/caret-down.js"),j=require("./icons/caret-left.js"),p=require("./icons/arrow-up.js"),R=require("./icons/arrow-right.js"),k=require("./icons/arrow-down.js"),q=require("./icons/arrow-left.js"),E=require("./icons/edit.js"),_=require("./icons/copy.js"),L=require("./icons/test.js"),U=require("./icons/exclamation-triangle.js"),B=require("./icons/edge-browser-logo.js"),D=require("./icons/chrome-browser-logo.js");function S({fill:r,...t}){return e.jsxRuntimeExports.jsx("svg",{fill:"none",height:"512",viewBox:"0 0 512 512",width:"512",xmlns:"http://www.w3.org/2000/svg",...t,children:e.jsxRuntimeExports.jsxs("g",{fill:r??"currentColor",children:[e.jsxRuntimeExports.jsx("circle",{cx:"256",cy:"256",r:"56"}),e.jsxRuntimeExports.jsx("circle",{cx:"78",cy:"256",r:"56"}),e.jsxRuntimeExports.jsx("circle",{cx:"434",cy:"256",r:"56"})]})})}function G({fill:r,...t}){return e.jsxRuntimeExports.jsxs("svg",{fill:"none",height:"512",viewBox:"0 0 512 512",width:"512",xmlns:"http://www.w3.org/2000/svg",...t,children:[e.jsxRuntimeExports.jsx("clipPath",{id:"a",children:e.jsxRuntimeExports.jsx("path",{d:"m0 0h512v512h-512z"})}),e.jsxRuntimeExports.jsxs("g",{clipPath:"url(#a)",fill:r??"currentColor",children:[e.jsxRuntimeExports.jsx("path",{d:"m447.377 94.6973c8.999 0 17.117 3.7739 22.857 9.8247 6.04 5.74 9.807 13.85 9.807 22.84v129.321c-.001 17.396-14.103 31.498-31.499 31.499-17.397 0-31.5-14.103-31.5-31.5v-54.754l-125.042 125.042c-12.302 12.301-32.246 12.3-44.547 0-12.302-12.302-12.302-32.247 0-44.548l124.724-124.726h-54.12c-17.397 0-31.499-14.102-31.499-31.499s14.102-31.4988 31.499-31.4988z"}),e.jsxRuntimeExports.jsx("rect",{height:"63",rx:"31.5",transform:"matrix(.70710678 .70710678 -.70710678 .70710678 168.107959 -75.224514)",width:"196.96",x:"174.858",y:"165.312"}),e.jsxRuntimeExports.jsx("rect",{height:"63",rx:"31.5",transform:"matrix(-.70710678 .70710678 -.70710678 -.70710678 521.94762 204.898217)",width:"255.907",x:"218.538",y:"210.548"})]})]})}function z({fill:r,...t}){return e.jsxRuntimeExports.jsx("svg",{fill:"none",height:"512",viewBox:"0 0 512 512",width:"512",xmlns:"http://www.w3.org/2000/svg",...t,children:e.jsxRuntimeExports.jsxs("g",{fill:r??"currentColor",children:[e.jsxRuntimeExports.jsx("path",{d:"m414.5 303.999c17.397 0 31.5 14.103 31.5 31.5v78c0 .842-.034 1.676-.099 2.5.065.825.099 1.659.099 2.5 0 17.397-14.103 31.5-31.5 31.5h-316c-17.397 0-31.5-14.103-31.5-31.5 0-.841.0329-1.675.0977-2.5-.0648-.824-.0977-1.658-.0977-2.5v-78c.0002-17.397 14.1031-31.5 31.5-31.5 17.397 0 31.5 14.103 31.5 31.5v51.5h253v-51.5c0-17.397 14.103-31.5 31.5-31.5z"}),e.jsxRuntimeExports.jsx("path",{d:"m255.738 75.0579c8.33-.2128 16.728 2.8592 23.084 9.2158l91.444 91.4433c12.3 12.302 12.3 32.246 0 44.547-12.302 12.301-32.247 12.301-44.548 0l-38.717-38.717v108.952c0 17.397-14.104 31.5-31.5 31.5-17.397 0-31.5-14.103-31.5-31.5v-108.506l-38.269 38.27c-12.301 12.301-32.245 12.301-44.546 0-12.302-12.302-12.302-32.245 0-44.547l91.442-91.4432c6.363-6.3635 14.772-9.435 23.11-9.2149z"})]})})}function C({fill:r,...t}){return e.jsxRuntimeExports.jsx("svg",{fill:"none",height:"512",viewBox:"0 0 512 512",width:"512",xmlns:"http://www.w3.org/2000/svg",...t,children:e.jsxRuntimeExports.jsxs("g",{fill:r??"currentColor",children:[e.jsxRuntimeExports.jsx("path",{d:"m132.5 73c17.397 0 31.5 14.103 31.5 31.5s-14.103 31.5-31.5 31.5h-2.5v251h253v-5.5c0-17.397 14.103-31.5 31.5-31.5s31.5 14.103 31.5 31.5v32c0 .841-.034 1.675-.099 2.5.065.825.099 1.659.099 2.5 0 17.397-14.103 31.5-31.5 31.5h-316c-17.397 0-31.5-14.103-31.5-31.5 0-.841.0329-1.675.0977-2.5-.0648-.825-.0977-1.659-.0977-2.5v-309c0-17.397 14.103-31.5 31.5-31.5z"}),e.jsxRuntimeExports.jsx("path",{d:"m413.377 73.6973c8.999 0 17.117 3.7739 22.857 9.8252 6.041 5.7392 9.807 13.85 9.807 22.8395v129.321c0 17.396-14.103 31.498-31.499 31.499-17.397 0-31.5-14.103-31.5-31.5v-54.754l-115.042 115.042c-12.301 12.301-32.245 12.3-44.547 0-12.301-12.302-12.301-32.247 0-44.548l114.725-114.726h-54.12c-17.397 0-31.499-14.102-31.499-31.499 0-17.3967 14.102-31.4988 31.499-31.4988z"})]})})}function o({fill:r,...t}){return e.jsxRuntimeExports.jsx("svg",{fill:"none",height:"512",viewBox:"0 0 512 512",width:"512",xmlns:"http://www.w3.org/2000/svg",...t,children:e.jsxRuntimeExports.jsx("path",{d:"m308.908 137.785 46.075 19.219 19.21 46.08c.513 1.029 1.303 1.896 2.281 2.501s2.106.926 3.256.926 2.278-.321 3.256-.926 1.768-1.472 2.281-2.501l19.21-46.08 46.075-19.219c1.028-.514 1.892-1.303 2.496-2.281.604-.977.924-2.103.924-3.252s-.32-2.275-.924-3.253c-.604-.977-1.468-1.767-2.496-2.281l-46.075-19.211-19.21-46.0797c-.513-1.0296-1.303-1.8957-2.281-2.5012-.978-.6054-2.106-.9261-3.256-.9261s-2.278.3207-3.256.9261c-.978.6055-1.768 1.4716-2.281 2.5012l-19.21 46.0797-46.075 19.211c-1.028.514-1.892 1.304-2.496 2.281-.604.978-.924 2.104-.924 3.253s.32 2.275.924 3.252c.604.978 1.468 1.767 2.496 2.281zm141.644 236.422-46.075-19.211-19.21-46.08c-.513-1.029-1.303-1.896-2.281-2.501s-2.106-.926-3.256-.926-2.278.321-3.256.926-1.768 1.472-2.281 2.501l-19.21 46.08-46.075 19.211c-1.03.513-1.896 1.303-2.501 2.281-.606.978-.926 2.106-.926 3.256 0 1.151.32 2.278.926 3.257.605.978 1.471 1.768 2.501 2.281l46.075 19.211 19.21 46.08c.513 1.029 1.303 1.895 2.281 2.501.978.605 2.106.926 3.256.926s2.278-.321 3.256-.926c.978-.606 1.768-1.472 2.281-2.501l19.21-46.08 46.075-19.211c1.03-.513 1.896-1.303 2.501-2.281.606-.979.927-2.106.927-3.257 0-1.15-.321-2.278-.927-3.256-.605-.978-1.471-1.768-2.501-2.281zm-95.569-118.485c-.002-2.3-.642-4.553-1.849-6.51-1.207-1.956-2.934-3.54-4.987-4.573l-87.055-43.612-43.524-87.217c-4.207-8.407-17.933-8.407-22.133 0l-43.523 87.217-87.0551 43.612c-2.0652 1.024-3.8033 2.604-5.0184 4.563s-1.859 4.218-1.859 6.523c0 2.306.6439 4.565 1.859 6.524s2.9532 3.539 5.0184 4.563l87.0551 43.612 43.523 87.217c1.028 2.055 2.608 3.783 4.562 4.991 1.955 1.208 4.207 1.848 6.505 1.848 2.297 0 4.55-.64 6.504-1.848 1.955-1.208 3.535-2.936 4.562-4.991l43.524-87.217 87.055-43.596c2.056-1.036 3.784-2.624 4.992-4.585 1.207-1.961 1.845-4.219 1.844-6.521z",fill:r??"currentColor"})})}var i=(r=>(r.kakaduGuide="kakaduGuide",r.kakaduGuideGlyph="kakaduGuideGlyph",r.dots="dots",r.menu="menu",r.check="check",r.plus="plus",r.times="times",r.chevronUp="chevronUp",r.chevronRight="chevronRight",r.chevronDown="chevronDown",r.chevronLeft="chevronLeft",r.caretUp="caretUp",r.caretRight="caretRight",r.caretDown="caretDown",r.caretLeft="caretLeft",r.arrowUp="arrowUp",r.arrowRight="arrowRight",r.arrowDown="arrowDown",r.arrowLeft="arrowLeft",r.trendUp="trendUp",r.edit="edit",r.copy="copy",r.test="test",r.share="share",r.external="external",r.exclamationTriangle="exclamationTriangle",r.sparkle="sparkle",r.chromeBrowserLogo="chromeBrowserLogo",r.edgeBrowserLogo="edgeBrowserLogo",r))(i||{});const P={kakaduGuide:c.default,kakaduGuideGlyph:n.default,dots:S,menu:u.default,check:a.default,plus:l.default,times:h.default,chevronUp:x.default,chevronRight:d.default,chevronDown:w.default,chevronLeft:g.default,caretUp:m.default,caretRight:f.default,caretDown:v.default,caretLeft:j.default,arrowUp:p.default,arrowRight:R.default,arrowDown:k.default,arrowLeft:q.default,trendUp:G,edit:E.default,copy:_.default,test:L.default,share:z,external:C,exclamationTriangle:U.default,sparkle:o,chromeBrowserLogo:D.default,edgeBrowserLogo:B.default},b="kakadu-components-2395643287";function A({type:r,...t}){const s=P[r];return s?e.jsxRuntimeExports.jsx(s,{...t}):null}exports.Icon=A;exports.IconType=i;exports.SparkleSvg=o;exports.iconShadowStyles=b;
@@ -0,0 +1,2 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export default function ArrowLeftSvg({ fill, ...properties }: ComponentPropsWithoutRef<'svg'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("../jsx-runtime-BB_1_6y_.js");function i({fill:t,...r}){return e.jsxRuntimeExports.jsx("svg",{fill:"none",height:"512",viewBox:"0 0 512 512",width:"512",xmlns:"http://www.w3.org/2000/svg",...r,children:e.jsxRuntimeExports.jsx("path",{d:"m255.232 440.232c-1.659 0-3.275-.186-4.829-.534-6.32-1.172-12.675-4.252-17.1-8.677l-144.1643-144.163c-12.4961-12.496-12.4961-32.757 0-45.254l144.1633-144.1626c5.654-5.6499 14.029-9.3176 21.278-9.1992.216-.0063.434-.0098.651-.0098 12.151 0 22 9.8497 22 21.9996v107h120.498c19.051.001 34.503 14.033 34.503 31.333v31.333c-.007 17.308-15.452 31.334-34.503 31.334h-120.497v107c0 6.934-3.209 13.117-8.221 17.15-3.122 3.349-7.9 4.845-13.119 4.84-.219.006-.439.01-.66.01z",fill:t??"currentColor"})})}exports.default=i;
@@ -0,0 +1,27 @@
1
+ import { j as t } from "../jsx-runtime-B4hRZ52C.mjs";
2
+ function l({
3
+ fill: r,
4
+ ...o
5
+ }) {
6
+ return /* @__PURE__ */ t.jsx(
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
+ ...o,
15
+ children: /* @__PURE__ */ t.jsx(
16
+ "path",
17
+ {
18
+ d: "m255.232 440.232c-1.659 0-3.275-.186-4.829-.534-6.32-1.172-12.675-4.252-17.1-8.677l-144.1643-144.163c-12.4961-12.496-12.4961-32.757 0-45.254l144.1633-144.1626c5.654-5.6499 14.029-9.3176 21.278-9.1992.216-.0063.434-.0098.651-.0098 12.151 0 22 9.8497 22 21.9996v107h120.498c19.051.001 34.503 14.033 34.503 31.333v31.333c-.007 17.308-15.452 31.334-34.503 31.334h-120.497v107c0 6.934-3.209 13.117-8.221 17.15-3.122 3.349-7.9 4.845-13.119 4.84-.219.006-.439.01-.66.01z",
19
+ fill: r ?? "currentColor"
20
+ }
21
+ )
22
+ }
23
+ );
24
+ }
25
+ export {
26
+ l as default
27
+ };
@@ -0,0 +1,2 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export default function ArrowRightSvg({ fill, ...properties }: ComponentPropsWithoutRef<'svg'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("../jsx-runtime-BB_1_6y_.js");function i({fill:t,...r}){return e.jsxRuntimeExports.jsx("svg",{fill:"none",height:"512",viewBox:"0 0 512 512",width:"512",xmlns:"http://www.w3.org/2000/svg",...r,children:e.jsxRuntimeExports.jsx("path",{d:"m256.768 88.2324c1.659 0 3.275.1861 4.829.5342 6.32 1.172 12.675 4.2521 17.1 8.6768l144.164 144.1626c12.496 12.497 12.496 32.758 0 45.254l-144.163 144.163c-5.654 5.65-14.029 9.318-21.278 9.2-.216.006-.434.009-.651.009-12.151 0-22-9.849-22-22v-107h-120.498c-19.0512 0-34.5034-14.032-34.5034-31.333v-31.333c.0077-17.308 15.4522-31.333 34.5034-31.334h120.497v-107c0-6.933 3.209-13.1166 8.221-17.149 3.123-3.3494 7.9-4.8455 13.119-4.8398.219-.0065.439-.0108.66-.0108z",fill:t??"currentColor"})})}exports.default=i;
@@ -0,0 +1,27 @@
1
+ import { j as t } from "../jsx-runtime-B4hRZ52C.mjs";
2
+ function l({
3
+ fill: r,
4
+ ...o
5
+ }) {
6
+ return /* @__PURE__ */ t.jsx(
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
+ ...o,
15
+ children: /* @__PURE__ */ t.jsx(
16
+ "path",
17
+ {
18
+ d: "m256.768 88.2324c1.659 0 3.275.1861 4.829.5342 6.32 1.172 12.675 4.2521 17.1 8.6768l144.164 144.1626c12.496 12.497 12.496 32.758 0 45.254l-144.163 144.163c-5.654 5.65-14.029 9.318-21.278 9.2-.216.006-.434.009-.651.009-12.151 0-22-9.849-22-22v-107h-120.498c-19.0512 0-34.5034-14.032-34.5034-31.333v-31.333c.0077-17.308 15.4522-31.333 34.5034-31.334h120.497v-107c0-6.933 3.209-13.1166 8.221-17.149 3.123-3.3494 7.9-4.8455 13.119-4.8398.219-.0065.439-.0108.66-.0108z",
19
+ fill: r ?? "currentColor"
20
+ }
21
+ )
22
+ }
23
+ );
24
+ }
25
+ export {
26
+ l as default
27
+ };
@@ -0,0 +1,2 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export default function ArrowUpSvg({ fill, ...properties }: ComponentPropsWithoutRef<'svg'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("../jsx-runtime-BB_1_6y_.js");function i({fill:t,...r}){return e.jsxRuntimeExports.jsx("svg",{fill:"none",height:"512",viewBox:"0 0 512 512",width:"512",xmlns:"http://www.w3.org/2000/svg",...r,children:e.jsxRuntimeExports.jsx("path",{d:"m80 263.465c0-1.659.1861-3.275.5342-4.829 1.172-6.32 4.2521-12.676 8.6767-17.101l144.1631-144.1639c12.497-12.4961 32.757-12.4961 45.254 0l144.163 144.1629c5.65 5.655 9.318 14.03 9.199 21.279.007.216.01.433.01.651 0 12.15-9.85 22-22 22h-107v120.497c0 19.052-14.032 34.504-31.333 34.504h-31.333c-17.308-.008-31.334-15.452-31.334-34.504v-120.496h-107c-6.9338 0-13.117-3.209-17.1494-8.222-3.3495-3.122-4.8456-7.899-4.8399-13.119-.0064-.219-.0107-.439-.0107-.659z",fill:t??"currentColor"})})}exports.default=i;
@@ -0,0 +1,27 @@
1
+ import { j as r } from "../jsx-runtime-B4hRZ52C.mjs";
2
+ function c({
3
+ fill: t,
4
+ ...o
5
+ }) {
6
+ return /* @__PURE__ */ r.jsx(
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
+ ...o,
15
+ children: /* @__PURE__ */ r.jsx(
16
+ "path",
17
+ {
18
+ d: "m80 263.465c0-1.659.1861-3.275.5342-4.829 1.172-6.32 4.2521-12.676 8.6767-17.101l144.1631-144.1639c12.497-12.4961 32.757-12.4961 45.254 0l144.163 144.1629c5.65 5.655 9.318 14.03 9.199 21.279.007.216.01.433.01.651 0 12.15-9.85 22-22 22h-107v120.497c0 19.052-14.032 34.504-31.333 34.504h-31.333c-17.308-.008-31.334-15.452-31.334-34.504v-120.496h-107c-6.9338 0-13.117-3.209-17.1494-8.222-3.3495-3.122-4.8456-7.899-4.8399-13.119-.0064-.219-.0107-.439-.0107-.659z",
19
+ fill: t ?? "currentColor"
20
+ }
21
+ )
22
+ }
23
+ );
24
+ }
25
+ export {
26
+ c as default
27
+ };
@@ -0,0 +1,2 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export default function CaretLeftSvg({ fill, ...properties }: ComponentPropsWithoutRef<'svg'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("../jsx-runtime-BB_1_6y_.js");function i({fill:t,...r}){return e.jsxRuntimeExports.jsx("svg",{fill:"none",height:"512",viewBox:"0 0 512 512",width:"512",xmlns:"http://www.w3.org/2000/svg",...r,children:e.jsxRuntimeExports.jsx("path",{d:"m323.732 109.732c0-6.933-3.209-13.1166-8.221-17.149-3.123-3.3495-7.9-4.8456-13.119-4.8398-.219-.0065-.439-.0108-.66-.0108-1.659 0-3.275.1861-4.829.5342-6.32 1.172-12.675 4.252-17.1 8.6768l-144.163 144.1626c-12.497 12.497-12.497 32.758 0 45.254l144.163 144.163c5.654 5.65 14.029 9.318 21.278 9.2.216.006.434.009.651.009 12.151 0 22-9.849 22-22z",fill:t??"currentColor"})})}exports.default=i;
@@ -0,0 +1,27 @@
1
+ import { j as t } from "../jsx-runtime-B4hRZ52C.mjs";
2
+ function o({
3
+ fill: r,
4
+ ...e
5
+ }) {
6
+ return /* @__PURE__ */ t.jsx(
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
+ ...e,
15
+ children: /* @__PURE__ */ t.jsx(
16
+ "path",
17
+ {
18
+ d: "m323.732 109.732c0-6.933-3.209-13.1166-8.221-17.149-3.123-3.3495-7.9-4.8456-13.119-4.8398-.219-.0065-.439-.0108-.66-.0108-1.659 0-3.275.1861-4.829.5342-6.32 1.172-12.675 4.252-17.1 8.6768l-144.163 144.1626c-12.497 12.497-12.497 32.758 0 45.254l144.163 144.163c5.654 5.65 14.029 9.318 21.278 9.2.216.006.434.009.651.009 12.151 0 22-9.849 22-22z",
19
+ fill: r ?? "currentColor"
20
+ }
21
+ )
22
+ }
23
+ );
24
+ }
25
+ export {
26
+ o as default
27
+ };
@@ -0,0 +1,2 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export default function CaretUpSvg({ fill, ...properties }: ComponentPropsWithoutRef<'svg'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("../jsx-runtime-BB_1_6y_.js");function i({fill:t,...r}){return e.jsxRuntimeExports.jsx("svg",{fill:"none",height:"512",viewBox:"0 0 512 512",width:"512",xmlns:"http://www.w3.org/2000/svg",...r,children:e.jsxRuntimeExports.jsx("path",{d:"m102 362.465c-6.9339 0-13.117-3.209-17.1494-8.222-3.3496-3.122-4.8456-7.899-4.8399-13.119-.0064-.219-.0107-.438-.0107-.659 0-1.659.1861-3.275.5342-4.829 1.172-6.32 4.252-12.676 8.6767-17.101l144.1631-144.163c12.497-12.496 32.757-12.496 45.254 0l144.163 144.163c5.65 5.655 9.318 14.03 9.199 21.279.007.216.01.433.01.651 0 12.15-9.85 22-22 22z",fill:t??"currentColor"})})}exports.default=i;
@@ -0,0 +1,27 @@
1
+ import { j as t } from "../jsx-runtime-B4hRZ52C.mjs";
2
+ function o({
3
+ fill: r,
4
+ ...e
5
+ }) {
6
+ return /* @__PURE__ */ t.jsx(
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
+ ...e,
15
+ children: /* @__PURE__ */ t.jsx(
16
+ "path",
17
+ {
18
+ d: "m102 362.465c-6.9339 0-13.117-3.209-17.1494-8.222-3.3496-3.122-4.8456-7.899-4.8399-13.119-.0064-.219-.0107-.438-.0107-.659 0-1.659.1861-3.275.5342-4.829 1.172-6.32 4.252-12.676 8.6767-17.101l144.1631-144.163c12.497-12.496 32.757-12.496 45.254 0l144.163 144.163c5.65 5.655 9.318 14.03 9.199 21.279.007.216.01.433.01.651 0 12.15-9.85 22-22 22z",
19
+ fill: r ?? "currentColor"
20
+ }
21
+ )
22
+ }
23
+ );
24
+ }
25
+ export {
26
+ o as default
27
+ };
@@ -0,0 +1,2 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export default function ChevronLeftSvg({ fill, ...properties }: ComponentPropsWithoutRef<'svg'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("../jsx-runtime-BB_1_6y_.js");function r({fill:t,...l}){return e.jsxRuntimeExports.jsx("svg",{fill:"none",height:"512",viewBox:"0 0 512 512",width:"512",xmlns:"http://www.w3.org/2000/svg",...l,children:e.jsxRuntimeExports.jsx("path",{d:"m282.802 88.9424-144.162 144.1626c-12.497 12.497-12.497 32.758 0 45.255l144.162 144.162c12.29 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.29 12.28-32.2 0-44.48l-100.07-100.07 100.07-100.07c12.28-12.29 12.28-32.2 0-44.48l-22.24-22.2396c-12.29-12.28-32.2-12.28-44.48 0z",fill:t??"currentColor"})})}exports.default=r;
@@ -0,0 +1,27 @@
1
+ import { j as t } from "../jsx-runtime-B4hRZ52C.mjs";
2
+ function o({
3
+ fill: l,
4
+ ...r
5
+ }) {
6
+ return /* @__PURE__ */ t.jsx(
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
+ ...r,
15
+ children: /* @__PURE__ */ t.jsx(
16
+ "path",
17
+ {
18
+ d: "m282.802 88.9424-144.162 144.1626c-12.497 12.497-12.497 32.758 0 45.255l144.162 144.162c12.29 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.29 12.28-32.2 0-44.48l-100.07-100.07 100.07-100.07c12.28-12.29 12.28-32.2 0-44.48l-22.24-22.2396c-12.29-12.28-32.2-12.28-44.48 0z",
19
+ fill: l ?? "currentColor"
20
+ }
21
+ )
22
+ }
23
+ );
24
+ }
25
+ export {
26
+ o as default
27
+ };
@@ -0,0 +1,2 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export default function ChevronRightSvg({ fill, ...properties }: ComponentPropsWithoutRef<'svg'>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("../jsx-runtime-BB_1_6y_.js");function r({fill:t,...l}){return e.jsxRuntimeExports.jsx("svg",{fill:"none",height:"512",viewBox:"0 0 512 512",width:"512",xmlns:"http://www.w3.org/2000/svg",...l,children:e.jsxRuntimeExports.jsx("path",{d:"m230.198 88.9424 144.162 144.1626c12.497 12.497 12.497 32.758 0 45.255l-144.162 144.162c-12.29 12.28-32.2 12.28-44.48 0l-22.24-22.24c-12.28-12.29-12.28-32.2 0-44.48l100.07-100.07-100.07-100.07c-12.28-12.29-12.28-32.2 0-44.48l22.24-22.2396c12.29-12.28 32.2-12.28 44.48 0z",fill:t??"currentColor"})})}exports.default=r;
@@ -0,0 +1,27 @@
1
+ import { j as t } from "../jsx-runtime-B4hRZ52C.mjs";
2
+ function e({
3
+ fill: l,
4
+ ...r
5
+ }) {
6
+ return /* @__PURE__ */ t.jsx(
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
+ ...r,
15
+ children: /* @__PURE__ */ t.jsx(
16
+ "path",
17
+ {
18
+ d: "m230.198 88.9424 144.162 144.1626c12.497 12.497 12.497 32.758 0 45.255l-144.162 144.162c-12.29 12.28-32.2 12.28-44.48 0l-22.24-22.24c-12.28-12.29-12.28-32.2 0-44.48l100.07-100.07-100.07-100.07c-12.28-12.29-12.28-32.2 0-44.48l22.24-22.2396c12.29-12.28 32.2-12.28 44.48 0z",
19
+ fill: l ?? "currentColor"
20
+ }
21
+ )
22
+ }
23
+ );
24
+ }
25
+ export {
26
+ e as default
27
+ };
@@ -7,11 +7,18 @@ export declare enum IconType {
7
7
  check = "check",
8
8
  plus = "plus",
9
9
  times = "times",
10
- chevronDown = "chevronDown",
11
10
  chevronUp = "chevronUp",
12
- caretDown = "caretDown",
11
+ chevronRight = "chevronRight",
12
+ chevronDown = "chevronDown",
13
+ chevronLeft = "chevronLeft",
14
+ caretUp = "caretUp",
13
15
  caretRight = "caretRight",
16
+ caretDown = "caretDown",
17
+ caretLeft = "caretLeft",
18
+ arrowUp = "arrowUp",
19
+ arrowRight = "arrowRight",
14
20
  arrowDown = "arrowDown",
21
+ arrowLeft = "arrowLeft",
15
22
  trendUp = "trendUp",
16
23
  edit = "edit",
17
24
  copy = "copy",
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});require("../jsx-runtime-BB_1_6y_.js");const e=require("../icon-CRXHH3In.js");require("./kakadu-guide.js");require("./kakadu-guide-glyph.js");require("./menu.js");require("./check.js");require("./plus.js");require("./times.js");require("./chevron-down.js");require("./chevron-up.js");require("./caret-down.js");require("./caret-right.js");require("./arrow-down.js");require("./edit.js");require("./copy.js");require("./test.js");require("./exclamation-triangle.js");require("./edge-browser-logo.js");require("./chrome-browser-logo.js");exports.IconType=e.IconType;exports.default=e.Icon;exports.iconShadowStyles=e.iconShadowStyles;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});require("../jsx-runtime-BB_1_6y_.js");const e=require("../icon-Dw7yhWuE.js");require("./kakadu-guide.js");require("./kakadu-guide-glyph.js");require("./menu.js");require("./check.js");require("./plus.js");require("./times.js");require("./chevron-up.js");require("./chevron-right.js");require("./chevron-down.js");require("./chevron-left.js");require("./caret-up.js");require("./caret-right.js");require("./caret-down.js");require("./caret-left.js");require("./arrow-up.js");require("./arrow-right.js");require("./arrow-down.js");require("./arrow-left.js");require("./edit.js");require("./copy.js");require("./test.js");require("./exclamation-triangle.js");require("./edge-browser-logo.js");require("./chrome-browser-logo.js");exports.IconType=e.IconType;exports.default=e.Icon;exports.iconShadowStyles=e.iconShadowStyles;
@@ -1,16 +1,23 @@
1
1
  import "../jsx-runtime-B4hRZ52C.mjs";
2
- import { a as x, I as T, i as b } from "../icon-Ci3BSxQa.mjs";
2
+ import { a as v, I as z, i as A } from "../icon-C6X3pQX0.mjs";
3
3
  import "./kakadu-guide.mjs";
4
4
  import "./kakadu-guide-glyph.mjs";
5
5
  import "./menu.mjs";
6
6
  import "./check.mjs";
7
7
  import "./plus.mjs";
8
8
  import "./times.mjs";
9
- import "./chevron-down.mjs";
10
9
  import "./chevron-up.mjs";
11
- import "./caret-down.mjs";
10
+ import "./chevron-right.mjs";
11
+ import "./chevron-down.mjs";
12
+ import "./chevron-left.mjs";
13
+ import "./caret-up.mjs";
12
14
  import "./caret-right.mjs";
15
+ import "./caret-down.mjs";
16
+ import "./caret-left.mjs";
17
+ import "./arrow-up.mjs";
18
+ import "./arrow-right.mjs";
13
19
  import "./arrow-down.mjs";
20
+ import "./arrow-left.mjs";
14
21
  import "./edit.mjs";
15
22
  import "./copy.mjs";
16
23
  import "./test.mjs";
@@ -18,7 +25,7 @@ import "./exclamation-triangle.mjs";
18
25
  import "./edge-browser-logo.mjs";
19
26
  import "./chrome-browser-logo.mjs";
20
27
  export {
21
- x as IconType,
22
- T as default,
23
- b as iconShadowStyles
28
+ v as IconType,
29
+ z as default,
30
+ A as iconShadowStyles
24
31
  };