@kakadu/components 0.1.4 → 1.0.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 (272) hide show
  1. package/build/aria-text.d.ts +5 -1
  2. package/build/aria-text.js +1 -0
  3. package/build/aria-text.mjs +15 -0
  4. package/build/atom.d.ts +10 -2
  5. package/build/atom.js +1 -1
  6. package/build/atom.mjs +10 -3
  7. package/build/bankid-logo.d.ts +2 -0
  8. package/build/bankid-logo.js +1 -0
  9. package/build/bankid-logo.mjs +43 -0
  10. package/build/box.d.ts +4 -1
  11. package/build/box.js +1 -1
  12. package/build/box.mjs +11 -2
  13. package/build/build/aria-text.d.ts +8 -0
  14. package/build/build/atom.d.ts +9 -0
  15. package/build/build/bankid-logo.d.ts +5 -0
  16. package/build/build/box.d.ts +6 -0
  17. package/build/build/button-tooltip.d.ts +5 -0
  18. package/build/build/button.d.ts +23 -0
  19. package/build/build/card.d.ts +11 -0
  20. package/build/build/click-ripples.d.ts +6 -0
  21. package/build/build/datum.d.ts +6 -0
  22. package/build/build/dnb-logo.d.ts +5 -0
  23. package/build/build/dot.d.ts +4 -0
  24. package/build/build/flex.d.ts +12 -0
  25. package/build/build/footer.d.ts +4 -0
  26. package/build/build/gauge.d.ts +6 -0
  27. package/build/build/gjensidige-logo.d.ts +5 -0
  28. package/build/build/hooks/use-media-query.d.ts +2 -0
  29. package/build/build/hover-gradient.d.ts +8 -0
  30. package/build/build/icon-button.d.ts +10 -0
  31. package/build/build/icon.d.ts +8 -0
  32. package/build/build/icons/arrow-down.d.ts +5 -0
  33. package/build/build/icons/caret-down.d.ts +5 -0
  34. package/build/build/icons/caret-right.d.ts +5 -0
  35. package/build/build/icons/check.d.ts +5 -0
  36. package/build/build/icons/chevron-down.d.ts +5 -0
  37. package/build/build/icons/chevron-up.d.ts +5 -0
  38. package/build/build/icons/chrome-browser-logo.d.ts +5 -0
  39. package/build/build/icons/copy.d.ts +5 -0
  40. package/build/build/icons/edge-browser-logo.d.ts +5 -0
  41. package/build/build/icons/edit.d.ts +5 -0
  42. package/build/build/icons/exclamation-triangle.d.ts +5 -0
  43. package/build/build/icons/kakadu-guide-glyph.d.ts +5 -0
  44. package/build/build/icons/kakadu-guide.d.ts +5 -0
  45. package/build/build/icons/menu.d.ts +5 -0
  46. package/build/build/icons/plus.d.ts +5 -0
  47. package/build/build/icons/test.d.ts +5 -0
  48. package/build/build/icons/times.d.ts +5 -0
  49. package/build/build/jsx-runtime-BB_1_6y_.d.ts +2 -0
  50. package/build/build/kakadu-guide-icon.d.ts +4 -0
  51. package/build/build/kakadu-guide-logo.d.ts +11 -0
  52. package/build/build/kakadu-index-logo.d.ts +5 -0
  53. package/build/build/kakadu-logo.d.ts +5 -0
  54. package/build/build/modal.d.ts +22 -0
  55. package/build/build/moving-gradients.d.ts +8 -0
  56. package/build/build/moving-stars.d.ts +11 -0
  57. package/build/build/notice.d.ts +10 -0
  58. package/build/build/notification.d.ts +15 -0
  59. package/build/build/revealer.d.ts +24 -0
  60. package/build/build/separator.d.ts +10 -0
  61. package/build/build/skeleton.d.ts +16 -0
  62. package/build/build/sparebank1-logo.d.ts +5 -0
  63. package/build/build/spinner.d.ts +11 -0
  64. package/build/build/sto-logo.d.ts +5 -0
  65. package/build/build/storebrand-logo.d.ts +5 -0
  66. package/build/build/text-button.d.ts +12 -0
  67. package/build/build/text.d.ts +30 -0
  68. package/build/build/theme-setter.d.ts +9 -0
  69. package/build/build/theme.d.ts +22 -0
  70. package/build/build/utilities/copy-to-clipboard.d.ts +2 -0
  71. package/build/build/utilities/generate-random-id.d.ts +2 -0
  72. package/build/build/utilities/scale.d.ts +11 -0
  73. package/build/build/veil.d.ts +4 -0
  74. package/build/button-tooltip.d.ts +4 -0
  75. package/build/button-tooltip.js +1 -0
  76. package/build/button-tooltip.mjs +11 -0
  77. package/build/button.d.ts +32 -0
  78. package/build/button.js +1 -0
  79. package/build/button.mjs +69 -0
  80. package/build/card.d.ts +8 -0
  81. package/build/card.js +1 -0
  82. package/build/card.mjs +36 -0
  83. package/build/click-ripples.d.ts +2 -0
  84. package/build/click-ripples.js +1 -0
  85. package/build/click-ripples.mjs +60 -0
  86. package/build/components.css +1 -1
  87. package/build/datum.d.ts +5 -0
  88. package/build/datum.js +1 -0
  89. package/build/datum.mjs +27 -0
  90. package/build/dnb-logo.d.ts +2 -0
  91. package/build/dnb-logo.js +1 -0
  92. package/build/dnb-logo.mjs +31 -0
  93. package/build/dot.d.ts +2 -0
  94. package/build/dot.js +1 -0
  95. package/build/dot.mjs +10 -0
  96. package/build/flex.d.ts +14 -1
  97. package/build/flex.js +1 -1
  98. package/build/flex.mjs +17 -2
  99. package/build/footer.d.ts +3 -0
  100. package/build/footer.js +1 -0
  101. package/build/footer.mjs +65 -0
  102. package/build/gauge.d.ts +6 -1
  103. package/build/gauge.js +1 -1
  104. package/build/gauge.mjs +39 -2
  105. package/build/gjensidige-logo.d.ts +2 -0
  106. package/build/gjensidige-logo.js +1 -0
  107. package/build/gjensidige-logo.mjs +30 -0
  108. package/build/hooks/use-media-query.d.ts +1 -0
  109. package/build/hooks/use-media-query.js +1 -0
  110. package/build/hooks/use-media-query.mjs +20 -0
  111. package/build/hover-gradient.d.ts +5 -0
  112. package/build/hover-gradient.js +1 -0
  113. package/build/hover-gradient.mjs +48 -0
  114. package/build/icon-button.d.ts +13 -0
  115. package/build/icon-button.js +1 -0
  116. package/build/icon-button.mjs +45 -0
  117. package/build/icon.js +1 -0
  118. package/build/icon.mjs +50 -0
  119. package/build/icons/arrow-down.d.ts +2 -0
  120. package/build/icons/arrow-down.js +1 -0
  121. package/build/icons/arrow-down.mjs +24 -0
  122. package/build/icons/caret-down.d.ts +2 -0
  123. package/build/icons/caret-down.js +1 -0
  124. package/build/icons/caret-down.mjs +27 -0
  125. package/build/icons/caret-right.d.ts +2 -0
  126. package/build/icons/caret-right.js +1 -0
  127. package/build/icons/caret-right.mjs +27 -0
  128. package/build/icons/check.d.ts +2 -0
  129. package/build/icons/check.js +1 -0
  130. package/build/icons/check.mjs +27 -0
  131. package/build/icons/chevron-down.d.ts +2 -0
  132. package/build/icons/chevron-down.js +1 -0
  133. package/build/icons/chevron-down.mjs +27 -0
  134. package/build/icons/chevron-up.d.ts +2 -0
  135. package/build/icons/chevron-up.js +1 -0
  136. package/build/icons/chevron-up.mjs +27 -0
  137. package/build/icons/chrome-browser-logo.d.ts +2 -0
  138. package/build/icons/chrome-browser-logo.js +1 -0
  139. package/build/icons/chrome-browser-logo.mjs +24 -0
  140. package/build/icons/copy.d.ts +2 -0
  141. package/build/icons/copy.js +1 -0
  142. package/build/icons/copy.mjs +29 -0
  143. package/build/icons/edge-browser-logo.d.ts +2 -0
  144. package/build/icons/edge-browser-logo.js +1 -0
  145. package/build/icons/edge-browser-logo.mjs +24 -0
  146. package/build/icons/edit.d.ts +2 -0
  147. package/build/icons/edit.js +1 -0
  148. package/build/icons/edit.mjs +27 -0
  149. package/build/icons/exclamation-triangle.d.ts +2 -0
  150. package/build/icons/exclamation-triangle.js +1 -0
  151. package/build/icons/exclamation-triangle.mjs +29 -0
  152. package/build/icons/icon.d.ts +25 -0
  153. package/build/icons/kakadu-guide-glyph.d.ts +2 -0
  154. package/build/icons/kakadu-guide-glyph.js +1 -0
  155. package/build/icons/kakadu-guide-glyph.mjs +24 -0
  156. package/build/icons/kakadu-guide.d.ts +2 -0
  157. package/build/icons/kakadu-guide.js +1 -0
  158. package/build/icons/kakadu-guide.mjs +27 -0
  159. package/build/icons/menu.d.ts +2 -0
  160. package/build/icons/menu.js +1 -0
  161. package/build/icons/menu.mjs +25 -0
  162. package/build/icons/plus.d.ts +2 -0
  163. package/build/icons/plus.js +1 -0
  164. package/build/icons/plus.mjs +27 -0
  165. package/build/icons/test.d.ts +2 -0
  166. package/build/icons/test.js +1 -0
  167. package/build/icons/test.mjs +29 -0
  168. package/build/icons/times.d.ts +2 -0
  169. package/build/icons/times.js +1 -0
  170. package/build/icons/times.mjs +27 -0
  171. package/build/index.html +0 -0
  172. package/build/kakadu-guide-icon.d.ts +3 -0
  173. package/build/kakadu-guide-icon.js +1 -0
  174. package/build/kakadu-guide-icon.mjs +14 -0
  175. package/build/kakadu-guide-logo.d.ts +10 -0
  176. package/build/kakadu-guide-logo.js +1 -0
  177. package/build/kakadu-guide-logo.mjs +59 -0
  178. package/build/kakadu-index-logo.d.ts +2 -0
  179. package/build/kakadu-index-logo.js +1 -0
  180. package/build/kakadu-index-logo.mjs +66 -0
  181. package/build/kakadu-logo.d.ts +2 -0
  182. package/build/kakadu-logo.js +1 -0
  183. package/build/kakadu-logo.mjs +44 -0
  184. package/build/modal.d.ts +28 -0
  185. package/build/modal.js +9 -0
  186. package/build/modal.mjs +1246 -0
  187. package/build/moving-gradients.d.ts +9 -0
  188. package/build/moving-gradients.js +1 -0
  189. package/build/moving-gradients.mjs +86 -0
  190. package/build/moving-stars.d.ts +12 -0
  191. package/build/moving-stars.js +1 -0
  192. package/build/moving-stars.mjs +90 -0
  193. package/build/notice.d.ts +12 -0
  194. package/build/notice.js +1 -0
  195. package/build/notice.mjs +22 -0
  196. package/build/notification.d.ts +17 -0
  197. package/build/notification.js +1 -0
  198. package/build/notification.mjs +84 -0
  199. package/build/revealer.d.ts +20 -0
  200. package/build/revealer.js +1 -0
  201. package/build/revealer.mjs +76 -0
  202. package/build/separator.d.ts +5 -0
  203. package/build/separator.js +1 -0
  204. package/build/separator.mjs +24 -0
  205. package/build/skeleton.d.ts +15 -1
  206. package/build/skeleton.js +1 -1
  207. package/build/skeleton.mjs +38 -3
  208. package/build/sparebank1-logo.d.ts +2 -0
  209. package/build/sparebank1-logo.js +1 -0
  210. package/build/sparebank1-logo.mjs +61 -0
  211. package/build/spinner.d.ts +10 -1
  212. package/build/spinner.js +1 -1
  213. package/build/spinner.mjs +31 -3
  214. package/build/sto-logo.d.ts +2 -0
  215. package/build/sto-logo.js +1 -0
  216. package/build/sto-logo.mjs +53 -0
  217. package/build/storebrand-logo.d.ts +2 -0
  218. package/build/storebrand-logo.js +1 -0
  219. package/build/storebrand-logo.mjs +46 -0
  220. package/build/text-button.d.ts +19 -0
  221. package/build/text-button.js +1 -0
  222. package/build/text-button.mjs +36 -0
  223. package/build/text.d.ts +11 -1
  224. package/build/text.js +1 -1
  225. package/build/text.mjs +49 -5
  226. package/build/theme-setter.d.ts +11 -0
  227. package/build/theme-setter.js +20 -0
  228. package/build/theme-setter.mjs +79 -0
  229. package/build/theme.d.ts +5 -0
  230. package/build/theme.js +1 -1
  231. package/build/theme.mjs +25 -8
  232. package/build/utilities/copy-to-clipboard.d.ts +1 -0
  233. package/build/utilities/copy-to-clipboard.js +1 -0
  234. package/build/utilities/copy-to-clipboard.mjs +26 -0
  235. package/build/utilities/generate-random-id.d.ts +1 -0
  236. package/build/utilities/generate-random-id.js +1 -0
  237. package/build/utilities/generate-random-id.mjs +14 -0
  238. package/build/utilities/scale.d.ts +11 -0
  239. package/build/utilities/scale.js +1 -0
  240. package/build/utilities/scale.mjs +13 -0
  241. package/build/veil.d.ts +3 -0
  242. package/build/veil.js +1 -0
  243. package/build/veil.mjs +17 -0
  244. package/index.d.ts +60 -0
  245. package/package.json +278 -18
  246. package/readme.md +3 -1
  247. package/theme.tsx +151 -27
  248. package/build/atom-B-bW2QKm.js +0 -1
  249. package/build/atom-CqxGy6PS.mjs +0 -12
  250. package/build/box-4_-REPb0.js +0 -1
  251. package/build/box-Cf22bdCb.mjs +0 -13
  252. package/build/components/aria-text.d.ts +0 -5
  253. package/build/components/atom.d.ts +0 -10
  254. package/build/components/box.d.ts +0 -4
  255. package/build/components/flex.d.ts +0 -7
  256. package/build/components/gauge.d.ts +0 -6
  257. package/build/components/skeleton.d.ts +0 -13
  258. package/build/components/spinner.d.ts +0 -10
  259. package/build/components/text.d.ts +0 -7
  260. package/build/flex-C4bEYrMM.mjs +0 -16
  261. package/build/flex-JFSv9GFG.js +0 -1
  262. package/build/gauge-C1CypvvD.mjs +0 -41
  263. package/build/gauge-mog6SjVx.js +0 -1
  264. package/build/index.d.ts +0 -10
  265. package/build/index.js +0 -1
  266. package/build/index.mjs +0 -39
  267. package/build/skeleton-B5bJ732_.js +0 -1
  268. package/build/skeleton-C593Afco.mjs +0 -48
  269. package/build/spinner-DE_Y3sKH.mjs +0 -33
  270. package/build/spinner-DFfE6tSd.js +0 -1
  271. package/build/text-BO7Qt7Lj.js +0 -1
  272. package/build/text-ZYVNxqac.mjs +0 -39
@@ -0,0 +1,2 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export default function ChevronDownSvg({ 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:"m422.79 231.93-144.163 144.163c-12.496 12.496-32.758 12.496-45.254 0l-144.163-144.163c-12.28-12.29-12.28-32.2 0-44.48l22.24-22.24c12.29-12.28 32.2-12.28 44.48 0l100.07 100.07 100.07-100.07c12.29-12.28 32.2-12.28 44.48 0l22.24 22.24c12.28 12.29 12.28 32.2 0 44.48z",fill:t??"currentColor"})})}exports.default=r;
@@ -0,0 +1,27 @@
1
+ import { j as t } from "../jsx-runtime-B4hRZ52C.mjs";
2
+ function n({
3
+ fill: l,
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: "m422.79 231.93-144.163 144.163c-12.496 12.496-32.758 12.496-45.254 0l-144.163-144.163c-12.28-12.29-12.28-32.2 0-44.48l22.24-22.24c12.29-12.28 32.2-12.28 44.48 0l100.07 100.07 100.07-100.07c12.29-12.28 32.2-12.28 44.48 0l22.24 22.24c12.28 12.29 12.28 32.2 0 44.48z",
19
+ fill: l ?? "currentColor"
20
+ }
21
+ )
22
+ }
23
+ );
24
+ }
25
+ export {
26
+ n as default
27
+ };
@@ -0,0 +1,2 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export default function ChevronUpSvg({ 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:"m89.21 294.535 144.163-144.162c12.496-12.497 32.758-12.497 45.254 0l144.163 144.162c12.28 12.29 12.28 32.2 0 44.48l-22.24 22.24c-12.29 12.28-32.2 12.28-44.48 0l-100.07-100.07-100.07 100.07c-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.48z",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: "m89.21 294.535 144.163-144.162c12.496-12.497 32.758-12.497 45.254 0l144.163 144.162c12.28 12.29 12.28 32.2 0 44.48l-22.24 22.24c-12.29 12.28-32.2 12.28-44.48 0l-100.07-100.07-100.07 100.07c-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.48z",
19
+ fill: l ?? "currentColor"
20
+ }
21
+ )
22
+ }
23
+ );
24
+ }
25
+ export {
26
+ e as default
27
+ };
@@ -0,0 +1,2 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export default function ChromeBrowserLogoSvg({ 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 o({fill:t,...r}){return e.jsxRuntimeExports.jsx("svg",{viewBox:"0 0 496 512",xmlns:"http://www.w3.org/2000/svg",...r,children:e.jsxRuntimeExports.jsx("path",{d:"m131.5 217.5-76.4-117.4c47.6-59.2 119-91.8 192-92.1 42.3-.3 85.5 10.5 124.8 33.2 43.4 25.2 76.4 61.4 97.4 103l-205.3-10.8c-58.1-3.4-113.4 29.3-132.5 84.1zm32.9 38.5c0 46.2 37.4 83.6 83.6 83.6s83.6-37.4 83.6-83.6-37.4-83.6-83.6-83.6-83.6 37.3-83.6 83.6zm314.9-89.2-139.7 7.2c37.9 44.3 38.5 108.2 6.6 157.2l-112.1 172.4c46.5 2.5 94.4-7.7 137.8-32.9 107.4-62 150.9-192 107.4-303.9zm-345.6 136.8-93.3-183.5c-25.5 39-40.4 85.8-40.4 135.9 0 124 90.8 226.7 209.5 244.9l63.7-124.8c-57.6 10.8-113.2-20.8-139.5-72.5z",fill:t??"currentColor"})})}exports.default=o;
@@ -0,0 +1,24 @@
1
+ import { j as r } from "../jsx-runtime-B4hRZ52C.mjs";
2
+ function c({
3
+ fill: o,
4
+ ...s
5
+ }) {
6
+ return /* @__PURE__ */ r.jsx(
7
+ "svg",
8
+ {
9
+ viewBox: "0 0 496 512",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...s,
12
+ children: /* @__PURE__ */ r.jsx(
13
+ "path",
14
+ {
15
+ d: "m131.5 217.5-76.4-117.4c47.6-59.2 119-91.8 192-92.1 42.3-.3 85.5 10.5 124.8 33.2 43.4 25.2 76.4 61.4 97.4 103l-205.3-10.8c-58.1-3.4-113.4 29.3-132.5 84.1zm32.9 38.5c0 46.2 37.4 83.6 83.6 83.6s83.6-37.4 83.6-83.6-37.4-83.6-83.6-83.6-83.6 37.3-83.6 83.6zm314.9-89.2-139.7 7.2c37.9 44.3 38.5 108.2 6.6 157.2l-112.1 172.4c46.5 2.5 94.4-7.7 137.8-32.9 107.4-62 150.9-192 107.4-303.9zm-345.6 136.8-93.3-183.5c-25.5 39-40.4 85.8-40.4 135.9 0 124 90.8 226.7 209.5 244.9l63.7-124.8c-57.6 10.8-113.2-20.8-139.5-72.5z",
16
+ fill: o ?? "currentColor"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ }
22
+ export {
23
+ c as default
24
+ };
@@ -0,0 +1,2 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export default function CopySvg({ 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 c({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",{clipRule:"evenodd",d:"m423 36c17.673 0 32 14.3269 32 32v246c0 17.673-14.327 32-32 32h-97v96c0 17.673-14.327 32-32 32h-172c-17.673 0-32-14.327-32-32v-246c0-17.673 14.327-32 32-32h97v-96c0-17.6731 14.327-32 32-32zm-281 166c-8.284 0-15 6.716-15 15v206c0 8.284 6.716 15 15 15h133c8.284 0 15-6.716 15-15v-77h-39c-17.673 0-32-14.327-32-32v-112z",fill:t??"currentColor",fillRule:"evenodd"})})}exports.default=c;
@@ -0,0 +1,29 @@
1
+ import { j as e } from "../jsx-runtime-B4hRZ52C.mjs";
2
+ function t({
3
+ fill: c,
4
+ ...l
5
+ }) {
6
+ return /* @__PURE__ */ e.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
+ ...l,
15
+ children: /* @__PURE__ */ e.jsx(
16
+ "path",
17
+ {
18
+ clipRule: "evenodd",
19
+ d: "m423 36c17.673 0 32 14.3269 32 32v246c0 17.673-14.327 32-32 32h-97v96c0 17.673-14.327 32-32 32h-172c-17.673 0-32-14.327-32-32v-246c0-17.673 14.327-32 32-32h97v-96c0-17.6731 14.327-32 32-32zm-281 166c-8.284 0-15 6.716-15 15v206c0 8.284 6.716 15 15 15h133c8.284 0 15-6.716 15-15v-77h-39c-17.673 0-32-14.327-32-32v-112z",
20
+ fill: c ?? "currentColor",
21
+ fillRule: "evenodd"
22
+ }
23
+ )
24
+ }
25
+ );
26
+ }
27
+ export {
28
+ t as default
29
+ };
@@ -0,0 +1,2 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export default function EdgeBrowserLogoSvg({ 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 o({fill:t,...r}){return e.jsxRuntimeExports.jsx("svg",{viewBox:"0 0 512 512",xmlns:"http://www.w3.org/2000/svg",...r,children:e.jsxRuntimeExports.jsx("path",{d:"m481.92 134.48c-41.05-80.3-129.66-126.48-226.01-126.48-118.86 0-218.4 83.68-242.44 195.66 26-46.49 86.22-79.14 149.46-79.14 79.27 0 121.09 48.93 122.25 50.18 22 23.8 33 50.39 33 83.1 0 10.4-5.31 25.82-15.11 38.57-1.57 2-6.39 4.84-6.39 11 0 5.06 3.29 9.92 9.14 14 27.86 19.37 80.37 16.81 80.51 16.81a115.39 115.39 0 0 0 58.61-16.18 118.92 118.92 0 0 0 58.95-102.44c.5-43.43-15.5-72.3-21.97-85.08zm-269.15 341.19a154.88 154.88 0 0 1 -46.64-45c-32.94-47.42-34.24-95.6-20.1-136a155.5 155.5 0 0 1 56.97-78.92c59-45.2 94.84-5.65 99.06-1a80 80 0 0 0 -4.89-10.14c-9.24-15.93-24-36.41-56.56-53.51-33.72-17.69-70.59-18.59-77.64-18.59-38.71 0-77.9 13-107.53 35.69-19.76 15.1-42.67 40.52-46.84 74.8-1.08 12.31-2.75 62.8 23 118.27a248 248 0 0 0 248.3 141.61c-38.12-6.62-65.85-26.64-67.13-27.21zm250.72-98.33a7.76 7.76 0 0 0 -7.92-.23 181.66 181.66 0 0 1 -20.41 9.12 197.54 197.54 0 0 1 -69.55 12.52c-91.67 0-171.52-63.06-171.52-144a61.12 61.12 0 0 1 6.52-26.75 168.72 168.72 0 0 0 -38.76 50c-14.92 29.37-33 88.13 13.33 151.66 6.51 8.91 23 30 56 47.67 23.57 12.65 49 19.61 71.7 19.61 35.14 0 115.43-33.44 163-108.87a7.75 7.75 0 0 0 -2.39-10.73z",fill:t??"currentColor"})})}exports.default=o;
@@ -0,0 +1,24 @@
1
+ import { j as r } from "../jsx-runtime-B4hRZ52C.mjs";
2
+ function t({
3
+ fill: a,
4
+ ...o
5
+ }) {
6
+ return /* @__PURE__ */ r.jsx(
7
+ "svg",
8
+ {
9
+ viewBox: "0 0 512 512",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...o,
12
+ children: /* @__PURE__ */ r.jsx(
13
+ "path",
14
+ {
15
+ d: "m481.92 134.48c-41.05-80.3-129.66-126.48-226.01-126.48-118.86 0-218.4 83.68-242.44 195.66 26-46.49 86.22-79.14 149.46-79.14 79.27 0 121.09 48.93 122.25 50.18 22 23.8 33 50.39 33 83.1 0 10.4-5.31 25.82-15.11 38.57-1.57 2-6.39 4.84-6.39 11 0 5.06 3.29 9.92 9.14 14 27.86 19.37 80.37 16.81 80.51 16.81a115.39 115.39 0 0 0 58.61-16.18 118.92 118.92 0 0 0 58.95-102.44c.5-43.43-15.5-72.3-21.97-85.08zm-269.15 341.19a154.88 154.88 0 0 1 -46.64-45c-32.94-47.42-34.24-95.6-20.1-136a155.5 155.5 0 0 1 56.97-78.92c59-45.2 94.84-5.65 99.06-1a80 80 0 0 0 -4.89-10.14c-9.24-15.93-24-36.41-56.56-53.51-33.72-17.69-70.59-18.59-77.64-18.59-38.71 0-77.9 13-107.53 35.69-19.76 15.1-42.67 40.52-46.84 74.8-1.08 12.31-2.75 62.8 23 118.27a248 248 0 0 0 248.3 141.61c-38.12-6.62-65.85-26.64-67.13-27.21zm250.72-98.33a7.76 7.76 0 0 0 -7.92-.23 181.66 181.66 0 0 1 -20.41 9.12 197.54 197.54 0 0 1 -69.55 12.52c-91.67 0-171.52-63.06-171.52-144a61.12 61.12 0 0 1 6.52-26.75 168.72 168.72 0 0 0 -38.76 50c-14.92 29.37-33 88.13 13.33 151.66 6.51 8.91 23 30 56 47.67 23.57 12.65 49 19.61 71.7 19.61 35.14 0 115.43-33.44 163-108.87a7.75 7.75 0 0 0 -2.39-10.73z",
16
+ fill: a ?? "currentColor"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ }
22
+ export {
23
+ t as default
24
+ };
@@ -0,0 +1,2 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export default function EditSvg({ 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,...i}){return e.jsxRuntimeExports.jsx("svg",{fill:"none",height:"512",viewBox:"0 0 512 512",width:"512",xmlns:"http://www.w3.org/2000/svg",...i,children:e.jsxRuntimeExports.jsx("path",{d:"m361.908 222.812-192.978 192.978-89.3597 22.64 22.6397-89.361 100.07-100.069 66.72-66.721 26.188-26.188zm7.162-140.602c12.29-12.28 32.2-12.28 44.48 0l22.24 22.239c12.28 12.29 12.28 32.201 0 44.481l-34.497 34.496-66.72-66.72z",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: r,
4
+ ...i
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
+ ...i,
15
+ children: /* @__PURE__ */ t.jsx(
16
+ "path",
17
+ {
18
+ d: "m361.908 222.812-192.978 192.978-89.3597 22.64 22.6397-89.361 100.07-100.069 66.72-66.721 26.188-26.188zm7.162-140.602c12.29-12.28 32.2-12.28 44.48 0l22.24 22.239c12.28 12.29 12.28 32.201 0 44.481l-34.497 34.496-66.72-66.72z",
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 ExclamationTriangleSvg({ 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:l,...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",{clipRule:"evenodd",d:"m227.388 88.8358c12.218-21.568 43.26-21.6536 55.597-.1533l179.824 313.3915c12.241 21.333-3.16 47.926-27.755 47.926h-357.3549c-24.5172 0-39.9271-26.44-27.8428-47.773zm28.406 255.1642c-19.882 0-36 16.118-36 36s16.118 36 36 36 36-16.118 36-36-16.118-36-36-36zm-1.593-174c-18.949 0-33.747 16.374-31.837 35.226l9.211 90.886c1.26 12.43 11.725 21.888 24.219 21.888 12.493 0 22.959-9.458 24.219-21.888l9.211-90.886c1.91-18.852-12.889-35.226-31.837-35.226z",fill:l??"currentColor",fillRule:"evenodd"})})}exports.default=i;
@@ -0,0 +1,29 @@
1
+ import { j as l } from "../jsx-runtime-B4hRZ52C.mjs";
2
+ function n({
3
+ fill: e,
4
+ ...t
5
+ }) {
6
+ return /* @__PURE__ */ l.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
+ ...t,
15
+ children: /* @__PURE__ */ l.jsx(
16
+ "path",
17
+ {
18
+ clipRule: "evenodd",
19
+ d: "m227.388 88.8358c12.218-21.568 43.26-21.6536 55.597-.1533l179.824 313.3915c12.241 21.333-3.16 47.926-27.755 47.926h-357.3549c-24.5172 0-39.9271-26.44-27.8428-47.773zm28.406 255.1642c-19.882 0-36 16.118-36 36s16.118 36 36 36 36-16.118 36-36-16.118-36-36-36zm-1.593-174c-18.949 0-33.747 16.374-31.837 35.226l9.211 90.886c1.26 12.43 11.725 21.888 24.219 21.888 12.493 0 22.959-9.458 24.219-21.888l9.211-90.886c1.91-18.852-12.889-35.226-31.837-35.226z",
20
+ fill: e ?? "currentColor",
21
+ fillRule: "evenodd"
22
+ }
23
+ )
24
+ }
25
+ );
26
+ }
27
+ export {
28
+ n as default
29
+ };
@@ -0,0 +1,25 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export declare enum IconType {
3
+ kakaduGuide = "kakaduGuide",
4
+ kakaduGuideGlyph = "kakaduGuideGlyph",
5
+ menu = "menu",
6
+ check = "check",
7
+ plus = "plus",
8
+ times = "times",
9
+ chevronDown = "chevronDown",
10
+ chevronUp = "chevronUp",
11
+ caretDown = "caretDown",
12
+ caretRight = "caretRight",
13
+ arrowDown = "arrowDown",
14
+ edit = "edit",
15
+ copy = "copy",
16
+ test = "test",
17
+ exclamationTriangle = "exclamationTriangle",
18
+ chromeBrowserLogo = "chromeBrowserLogo",
19
+ edgeBrowserLogo = "edgeBrowserLogo"
20
+ }
21
+ export type IconProperties = ComponentPropsWithoutRef<'svg'> & {
22
+ readonly type: IconType;
23
+ };
24
+ export declare const iconShadowStyles: string;
25
+ export default function Icon({ type, ...properties }: IconProperties): import("react/jsx-runtime").JSX.Element | null;
@@ -0,0 +1,2 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export default function KakaduGuideGlyphSvg({ 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,...s}){return e.jsxRuntimeExports.jsx("svg",{fill:"none",height:"51",viewBox:"0 0 58 51",width:"58",xmlns:"http://www.w3.org/2000/svg",...s,children:e.jsxRuntimeExports.jsxs("g",{fill:t??"#000",children:[e.jsxRuntimeExports.jsx("path",{d:"m17.9988 35.0744c-6.0716 3.115-13.51877.7183-16.63377-5.3533s-.718237-13.5187 5.35332-16.6337c6.07155-3.11503 13.51875-.7183 16.63375 5.3533 3.115 6.0715.7182 13.5187-5.3533 16.6337z"}),e.jsxRuntimeExports.jsx("path",{d:"m38.6911 2.56737c2.7274-3.106646 7.4284-3.440896 10.4993-.74576.2992.26264.5722.5456.8181.84303.0011-.00124.0016-.00286.0027-.0041 4.0518 4.59165 6.5582 10.39996 7.0885 16.53546.0091.6479.0086 1.2985-.0054 1.9515-.0473 2.2067-.2283 4.3795-.531 6.5114-.2534 1.1743-.5836 2.3458-.993 3.5086-3.7658 10.6961-13.2315 17.753-23.7873 18.9651-.0134.0028-.0286.0028-.0419.0055-.1309.0148-.2621.0272-.3933.0402-.5392.0103-1.0833-.1676-1.5211-.5517-.9319-.8184-1.0255-2.2359-.2089-3.1662.1839-.2093.3989-.3756.6313-.4991 3.9314-3.215 7.0608-7.5135 8.8707-12.6541 2.5992-7.383 1.9931-15.1162-1.0861-21.6843.0024-.0011.0059-.0029.0083-.0039-1.8094-2.72489-1.6358-6.44834.6491-9.05163z"})]})})}exports.default=i;
@@ -0,0 +1,24 @@
1
+ import { j as s } from "../jsx-runtime-B4hRZ52C.mjs";
2
+ function h({
3
+ fill: t,
4
+ ...i
5
+ }) {
6
+ return /* @__PURE__ */ s.jsx(
7
+ "svg",
8
+ {
9
+ fill: "none",
10
+ height: "51",
11
+ viewBox: "0 0 58 51",
12
+ width: "58",
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ ...i,
15
+ children: /* @__PURE__ */ s.jsxs("g", { fill: t ?? "#000", children: [
16
+ /* @__PURE__ */ s.jsx("path", { d: "m17.9988 35.0744c-6.0716 3.115-13.51877.7183-16.63377-5.3533s-.718237-13.5187 5.35332-16.6337c6.07155-3.11503 13.51875-.7183 16.63375 5.3533 3.115 6.0715.7182 13.5187-5.3533 16.6337z" }),
17
+ /* @__PURE__ */ s.jsx("path", { d: "m38.6911 2.56737c2.7274-3.106646 7.4284-3.440896 10.4993-.74576.2992.26264.5722.5456.8181.84303.0011-.00124.0016-.00286.0027-.0041 4.0518 4.59165 6.5582 10.39996 7.0885 16.53546.0091.6479.0086 1.2985-.0054 1.9515-.0473 2.2067-.2283 4.3795-.531 6.5114-.2534 1.1743-.5836 2.3458-.993 3.5086-3.7658 10.6961-13.2315 17.753-23.7873 18.9651-.0134.0028-.0286.0028-.0419.0055-.1309.0148-.2621.0272-.3933.0402-.5392.0103-1.0833-.1676-1.5211-.5517-.9319-.8184-1.0255-2.2359-.2089-3.1662.1839-.2093.3989-.3756.6313-.4991 3.9314-3.215 7.0608-7.5135 8.8707-12.6541 2.5992-7.383 1.9931-15.1162-1.0861-21.6843.0024-.0011.0059-.0029.0083-.0039-1.8094-2.72489-1.6358-6.44834.6491-9.05163z" })
18
+ ] })
19
+ }
20
+ );
21
+ }
22
+ export {
23
+ h as default
24
+ };
@@ -0,0 +1,2 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export default function KakaduGuideSvg({ 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 s({fill:t,...i}){return e.jsxRuntimeExports.jsx("svg",{fill:"none",height:"108",viewBox:"0 0 108 108",width:"108",xmlns:"http://www.w3.org/2000/svg",...i,children:e.jsxRuntimeExports.jsx("path",{d:"m54 0c29.8234 0 54 24.1776 54 54.001h.001v54h-54.001c-29.8232 0-53.99973608-24.1769-54-54 .00002474-29.8234 24.1766-54.001 54-54.001zm21.5176 34.5908c-3.071-2.6951-7.7717-2.3617-10.499.7451-2.2846 2.6032-2.4585 6.3281-.6495 9.0528-.0022.0009-.0055.002-.0078.0029 3.0791 6.5681 3.6852 14.3016 1.086 21.6846-1.81 5.1405-4.9397 9.4394-8.8711 12.6543-.2323.1235-.4471.2897-.6309.499-.8161.9303-.7238 2.3487.208 3.167.4342.3809.9747.5589 1.5098.5517.141-.0139.2822-.0279.4228-.0439.0081-.0016.0165-.0012.0245-.0029l.582-.0713c10.3208-1.4001 19.5104-8.3953 23.207-18.8946.4093-1.1627.7389-2.3345.9922-3.5087.3026-2.1317.4829-4.3045.5303-6.5108.014-.6534.0149-1.3048.0058-1.9531-.5307-6.135-3.0372-11.943-7.0888-16.5342-.0011.0014-.0019.0036-.003.0049-.2459-.2974-.5192-.5802-.8183-.8428zm-25.8369 16.6182c-3.115-6.0715-10.5623-8.4683-16.6338-5.3535-6.0716 3.115-8.4685 10.5622-5.3535 16.6338 3.115 6.0714 10.5622 8.4685 16.6337 5.3535 6.0714-3.115 8.4683-10.5624 5.3536-16.6338z",fill:t??"#000"})})}exports.default=s;
@@ -0,0 +1,27 @@
1
+ import { j as t } from "../jsx-runtime-B4hRZ52C.mjs";
2
+ function h({
3
+ fill: i,
4
+ ...e
5
+ }) {
6
+ return /* @__PURE__ */ t.jsx(
7
+ "svg",
8
+ {
9
+ fill: "none",
10
+ height: "108",
11
+ viewBox: "0 0 108 108",
12
+ width: "108",
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ ...e,
15
+ children: /* @__PURE__ */ t.jsx(
16
+ "path",
17
+ {
18
+ d: "m54 0c29.8234 0 54 24.1776 54 54.001h.001v54h-54.001c-29.8232 0-53.99973608-24.1769-54-54 .00002474-29.8234 24.1766-54.001 54-54.001zm21.5176 34.5908c-3.071-2.6951-7.7717-2.3617-10.499.7451-2.2846 2.6032-2.4585 6.3281-.6495 9.0528-.0022.0009-.0055.002-.0078.0029 3.0791 6.5681 3.6852 14.3016 1.086 21.6846-1.81 5.1405-4.9397 9.4394-8.8711 12.6543-.2323.1235-.4471.2897-.6309.499-.8161.9303-.7238 2.3487.208 3.167.4342.3809.9747.5589 1.5098.5517.141-.0139.2822-.0279.4228-.0439.0081-.0016.0165-.0012.0245-.0029l.582-.0713c10.3208-1.4001 19.5104-8.3953 23.207-18.8946.4093-1.1627.7389-2.3345.9922-3.5087.3026-2.1317.4829-4.3045.5303-6.5108.014-.6534.0149-1.3048.0058-1.9531-.5307-6.135-3.0372-11.943-7.0888-16.5342-.0011.0014-.0019.0036-.003.0049-.2459-.2974-.5192-.5802-.8183-.8428zm-25.8369 16.6182c-3.115-6.0715-10.5623-8.4683-16.6338-5.3535-6.0716 3.115-8.4685 10.5622-5.3535 16.6338 3.115 6.0714 10.5622 8.4685 16.6337 5.3535 6.0714-3.115 8.4683-10.5624 5.3536-16.6338z",
19
+ fill: i ?? "#000"
20
+ }
21
+ )
22
+ }
23
+ );
24
+ }
25
+ export {
26
+ h as default
27
+ };
@@ -0,0 +1,2 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export default function MenuSvg({ 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 t=require("../jsx-runtime-BB_1_6y_.js");function i({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("rect",{height:"63",rx:"31.5",width:"352",x:"80",y:"226"}),t.jsxRuntimeExports.jsx("rect",{height:"63",rx:"31.5",width:"352",x:"80",y:"98"}),t.jsxRuntimeExports.jsx("rect",{height:"63",rx:"31.5",width:"352",x:"80",y:"354"})]})})}exports.default=i;
@@ -0,0 +1,25 @@
1
+ import { j as t } from "../jsx-runtime-B4hRZ52C.mjs";
2
+ function x({
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.jsxs("g", { fill: r ?? "currentColor", children: [
16
+ /* @__PURE__ */ t.jsx("rect", { height: "63", rx: "31.5", width: "352", x: "80", y: "226" }),
17
+ /* @__PURE__ */ t.jsx("rect", { height: "63", rx: "31.5", width: "352", x: "80", y: "98" }),
18
+ /* @__PURE__ */ t.jsx("rect", { height: "63", rx: "31.5", width: "352", x: "80", y: "354" })
19
+ ] })
20
+ }
21
+ );
22
+ }
23
+ export {
24
+ x as default
25
+ };
@@ -0,0 +1,2 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export default function PlusSvg({ 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 s({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:"m208.822 311.178v97.521c0 17.366 14.079 31.445 31.452 31.452h31.452c17.367 0 31.445-14.079 31.452-31.452v-97.521h97.521c17.366 0 31.445-14.078 31.452-31.452v-31.452c0-17.366-14.079-31.445-31.452-31.452h-97.521v-97.52c0-17.367-14.078-31.4453-31.452-31.4524h-31.452c-17.366 0-31.452 14.0854-31.452 31.4524v97.52h-97.52c-17.3668 0-31.4524 14.086-31.4524 31.452v31.452c0 17.367 14.0785 31.445 31.4524 31.452z",fill:t??"currentColor"})})}exports.default=s;
@@ -0,0 +1,27 @@
1
+ import { j as t } from "../jsx-runtime-B4hRZ52C.mjs";
2
+ function o({
3
+ fill: c,
4
+ ...h
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
+ ...h,
15
+ children: /* @__PURE__ */ t.jsx(
16
+ "path",
17
+ {
18
+ d: "m208.822 311.178v97.521c0 17.366 14.079 31.445 31.452 31.452h31.452c17.367 0 31.445-14.079 31.452-31.452v-97.521h97.521c17.366 0 31.445-14.078 31.452-31.452v-31.452c0-17.366-14.079-31.445-31.452-31.452h-97.521v-97.52c0-17.367-14.078-31.4453-31.452-31.4524h-31.452c-17.366 0-31.452 14.0854-31.452 31.4524v97.52h-97.52c-17.3668 0-31.4524 14.086-31.4524 31.452v31.452c0 17.367 14.0785 31.445 31.4524 31.452z",
19
+ fill: c ?? "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 TestSvg({ 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,...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",{clipRule:"evenodd",d:"m292 125.677v43.127c79.408 16.797 139 87.286 139 171.696 0 34.397-9.898 66.481-26.998 93.564-2.788 4.415-7.724 6.937-12.945 6.937h-271.114c-5.222 0-10.157-2.522-12.945-6.937-17.1001-27.083-26.998-59.167-26.998-93.564 0-84.764 60.093-155.492 140-171.907v-42.916l-30.209-54.8157c-2.939-5.3317.918-11.8613 7.006-11.8613h118.406c6.088 0 9.945 6.5296 7.006 11.8613zm-36 80.824c-69.887 0-127.086 54.312-131.697 123.03 20.304 12.712 60.167 25.606 115.697-12.53 58.518-40.188 115.544-23.707 144.095-10.488-14.299-57.445-66.225-100.012-128.095-100.012z",fill:t??"currentColor",fillRule:"evenodd"})})}exports.default=i;
@@ -0,0 +1,29 @@
1
+ import { j as e } from "../jsx-runtime-B4hRZ52C.mjs";
2
+ function i({
3
+ fill: l,
4
+ ...t
5
+ }) {
6
+ return /* @__PURE__ */ e.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
+ ...t,
15
+ children: /* @__PURE__ */ e.jsx(
16
+ "path",
17
+ {
18
+ clipRule: "evenodd",
19
+ d: "m292 125.677v43.127c79.408 16.797 139 87.286 139 171.696 0 34.397-9.898 66.481-26.998 93.564-2.788 4.415-7.724 6.937-12.945 6.937h-271.114c-5.222 0-10.157-2.522-12.945-6.937-17.1001-27.083-26.998-59.167-26.998-93.564 0-84.764 60.093-155.492 140-171.907v-42.916l-30.209-54.8157c-2.939-5.3317.918-11.8613 7.006-11.8613h118.406c6.088 0 9.945 6.5296 7.006 11.8613zm-36 80.824c-69.887 0-127.086 54.312-131.697 123.03 20.304 12.712 60.167 25.606 115.697-12.53 58.518-40.188 115.544-23.707 144.095-10.488-14.299-57.445-66.225-100.012-128.095-100.012z",
20
+ fill: l ?? "currentColor",
21
+ fillRule: "evenodd"
22
+ }
23
+ )
24
+ }
25
+ );
26
+ }
27
+ export {
28
+ i as default
29
+ };
@@ -0,0 +1,2 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export default function TimesSvg({ 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,...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:"m322.72 264 100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0l-100.07 100.07-100.07-100.07c-12.28-12.28-32.19-12.28-44.48 0l-22.24 22.24c-12.28 12.28-12.28 32.19 0 44.48l100.07 100.07-100.07 100.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0l100.07-100.07 100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48z",fill:t??"currentColor"})})}exports.default=i;
@@ -0,0 +1,27 @@
1
+ import { j as l } from "../jsx-runtime-B4hRZ52C.mjs";
2
+ function e({
3
+ fill: t,
4
+ ...c
5
+ }) {
6
+ return /* @__PURE__ */ l.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
+ ...c,
15
+ children: /* @__PURE__ */ l.jsx(
16
+ "path",
17
+ {
18
+ d: "m322.72 264 100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0l-100.07 100.07-100.07-100.07c-12.28-12.28-32.19-12.28-44.48 0l-22.24 22.24c-12.28 12.28-12.28 32.19 0 44.48l100.07 100.07-100.07 100.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0l100.07-100.07 100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48z",
19
+ fill: t ?? "currentColor"
20
+ }
21
+ )
22
+ }
23
+ );
24
+ }
25
+ export {
26
+ e as default
27
+ };
File without changes
@@ -0,0 +1,3 @@
1
+ export default function KakaduGuideIcon({ size }: {
2
+ readonly size?: number;
3
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./jsx-runtime-BB_1_6y_.js"),s=require("@kuma-ui/core"),u=require("./icons/kakadu-guide-glyph.js"),n=require("./theme.js");function i({size:e=56}){return t.jsxRuntimeExports.jsx("div",{style:{"--size":`${e}px`},className:s.cx(n.nonInteractiveEffectStyles,"kakadu-components-1421861246"),children:t.jsxRuntimeExports.jsx(u.default,{fill:"#fff",width:e/1.8793103448,height:e/2,className:"kakadu-components-3533634878"})})}exports.default=i;
@@ -0,0 +1,14 @@
1
+ import { j as o } from "./jsx-runtime-B4hRZ52C.mjs";
2
+ import { cx as a } from "@kuma-ui/core";
3
+ import e from "./icons/kakadu-guide-glyph.mjs";
4
+ import { nonInteractiveEffectStyles as r } from "./theme.mjs";
5
+ function f({
6
+ size: t = 56
7
+ }) {
8
+ return /* @__PURE__ */ o.jsx("div", { style: {
9
+ "--size": `${t}px`
10
+ }, className: a(r, "kakadu-components-1421861246"), children: /* @__PURE__ */ o.jsx(e, { fill: "#fff", width: t / 1.8793103448, height: t / 2, className: "kakadu-components-3533634878" }) });
11
+ }
12
+ export {
13
+ f as default
14
+ };
@@ -0,0 +1,10 @@
1
+ import { type ComponentPropsWithoutRef } from 'react';
2
+ export declare function KakaduGuideLogoSvg({ fill, ...properties }: ComponentPropsWithoutRef<'svg'>): import("react/jsx-runtime").JSX.Element;
3
+ export declare enum KakaduGuideLogoVariant {
4
+ 'default' = "default",
5
+ 'flat' = "flat"
6
+ }
7
+ export default function KakaduGuideLogo({ variant, height, }: {
8
+ readonly variant?: KakaduGuideLogoVariant;
9
+ readonly height?: number;
10
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("./jsx-runtime-BB_1_6y_.js"),n=require("./icons/kakadu-guide.js"),o=require("./utilities/scale.js"),e=require("./flex.js"),a=require("./kakadu-guide-icon.js"),m=require("./aria-text.js");function x({fill:c,...t}){const{width:u,height:r}=o.default({originalWidth:110,originalHeight:52,width:t.width,height:t.height});return s.jsxRuntimeExports.jsx("svg",{fill:"none",viewBox:"0 0 110 52",xmlns:"http://www.w3.org/2000/svg",...t,width:u,height:r,children:s.jsxRuntimeExports.jsxs("g",{fill:c??"currentColor",children:[s.jsxRuntimeExports.jsx("path",{d:"m83.6751 7.23154v-7.22863441c2.8285-.07346819 5.2867 1.24257441 6.0656 4.37295441.1611.66727.2415 1.35149.2395 2.03795.017 6.02229.017 12.04559 0 18.06999v.4983c-1.4686-.0224-2.8286-.2971-4.0066-1.1723-.0767-.0743-.1774-.1187-.284-.1252-.1066-.0064-.2119.0255-.297.0901-4.7376 2.68-10.7937.6899-12.8624-4.3379-1.443-3.5136-.9066-6.8229 1.6697-9.64026 2.4773-2.70874 5.5931-3.53606 9.1591-2.6225zm0 8.66606c.0121-.3664-.0502-.7315-.1832-1.0731-.1331-.3416-.334-.6527-.5907-.9143s-.5638-.4683-.9027-.6077-.7026-.2085-1.0689-.2031c-.7409-.0059-1.4538.2829-1.9818.8028-.5281.52-.8281 1.2286-.834 1.9698-.0059.7413.2827 1.4546.8024 1.9829.5197.5284 1.2278.8286 1.9687.8345.3672.0047.7317-.0643 1.0719-.203.3401-.1388.649-.3444.9083-.6047.2592-.2603.4637-.5701.6012-.9109.1374-.3408.2052-.7057.1992-1.0732z"}),s.jsxRuntimeExports.jsx("path",{d:"m83.6751 7.23154v-7.22863441c2.8285-.07346819 5.2867 1.24257441 6.0656 4.37295441.1611.66727.2415 1.35149.2395 2.03795.017 6.02229.017 12.04559 0 18.06999v.4983c-1.4686-.0224-2.8286-.2971-4.0066-1.1723-.0767-.0743-.1774-.1187-.284-.1252-.1066-.0064-.2119.0255-.297.0901-4.7376 2.68-10.7937.6899-12.8624-4.3379-1.443-3.5136-.9066-6.8229 1.6697-9.64026 2.4773-2.70874 5.5931-3.53606 9.1591-2.6225zm0 8.66606c.0121-.3664-.0502-.7315-.1832-1.0731-.1331-.3416-.334-.6527-.5907-.9143s-.5638-.4683-.9027-.6077-.7026-.2085-1.0689-.2031c-.7409-.0059-1.4538.2829-1.9818.8028-.5281.52-.8281 1.2286-.834 1.9698-.0059.7413.2827 1.4546.8024 1.9829.5197.5284 1.2278.8286 1.9687.8345.3672.0047.7317-.0643 1.0719-.203.3401-.1388.649-.3444.9083-.6047.2592-.2603.4637-.5701.6012-.9109.1374-.3408.2052-.7057.1992-1.0732z"}),s.jsxRuntimeExports.jsx("path",{d:"m91.8753 6.81641c1.8165.03194 3.435.44719 4.6929 1.79198.9983 1.09201 1.5656 2.51001 1.5962 3.98961.0575 1.0701 0 2.1466.0223 3.2231-.0244.6209.1648 1.2315.5361 1.7297.3713.4983.9021.854 1.5042 1.0077 1.542.4504 3.294-.7762 3.31-2.3701.029-2.9675 0-5.9318.019-8.89605v-.45678c2.995-.0543 5.578 1.37673 6.168 4.75943.407 2.2104.363 4.4802-.131 6.6729-.775 3.3252-3.875 6.0467-7.259 6.5866-1.835.2898-3.7145.0093-5.3849-.8035-1.6705-.8129-3.0514-2.119-3.9565-3.742-.744-1.3135-1.1304-2.7993-1.1205-4.3091 0-2.9802 0-5.9573 0-8.94392-.0096-.06708-.0032-.14375.0032-.23957z"}),s.jsxRuntimeExports.jsx("path",{d:"m91.8753 6.81641c1.8165.03194 3.435.44719 4.6929 1.79198.9983 1.09201 1.5656 2.51001 1.5962 3.98961.0575 1.0701 0 2.1466.0223 3.2231-.0244.6209.1648 1.2315.5361 1.7297.3713.4983.9021.854 1.5042 1.0077 1.542.4504 3.294-.7762 3.31-2.3701.029-2.9675 0-5.9318.019-8.89605v-.45678c2.995-.0543 5.578 1.37673 6.168 4.75943.407 2.2104.363 4.4802-.131 6.6729-.775 3.3252-3.875 6.0467-7.259 6.5866-1.835.2898-3.7145.0093-5.3849-.8035-1.6705-.8129-3.0514-2.119-3.9565-3.742-.744-1.3135-1.1304-2.7993-1.1205-4.3091 0-2.9802 0-5.9573 0-8.94392-.0096-.06708-.0032-.14375.0032-.23957z"}),s.jsxRuntimeExports.jsx("path",{d:"m9.84872 15.7676 7.28838 7.1999c-1.8389 1.9996-4.2428 2.6225-6.8223 1.3129-1.44616-.7411-2.62737-1.8112-3.78304-2.9196-.16282-.1533-.2969-.3386-.50122-.5782-.98008 2.9803-3.07752 4.1813-6.03054 4.2005v-24.97919375c1.692 0 3.22757.35456375 4.46944 1.56199375 1.31209 1.27771 1.79415 2.87485 1.84523 4.64447.03831 1.37035 0 2.74388 0 4.21643l.38948-.3386c.95774-.84966 1.83886-1.7728 2.85086-2.53304 2.34009-1.76324 4.75999-1.59713 6.93079.37373.2203.19805.4342.40248.7024.63885z"}),s.jsxRuntimeExports.jsx("path",{d:"m9.84872 15.7676 7.28838 7.1999c-1.8389 1.9996-4.2428 2.6225-6.8223 1.3129-1.44616-.7411-2.62737-1.8112-3.78304-2.9196-.16282-.1533-.2969-.3386-.50122-.5782-.98008 2.9803-3.07752 4.1813-6.03054 4.2005v-24.97919375c1.692 0 3.22757.35456375 4.46944 1.56199375 1.31209 1.27771 1.79415 2.87485 1.84523 4.64447.03831 1.37035 0 2.74388 0 4.21643l.38948-.3386c.95774-.84966 1.83886-1.7728 2.85086-2.53304 2.34009-1.76324 4.75999-1.59713 6.93079.37373.2203.19805.4342.40248.7024.63885z"}),s.jsxRuntimeExports.jsx("path",{d:"m53.1648 8.56764-7.2405 7.16796 7.2149 7.2031c-1.6313 1.8111-3.8309 2.5554-6.1359 1.6418-1.5483-.6101-2.7966-1.645-3.9937-2.7534-.3416-.3195-.6385-.6772-.9769-1.0478-1.3855 3.0665-3.2595 4.3506-6.021 4.1718v-24.9313273c.7841-.0461673 1.5699.0534731 2.3177.2938733 2.5221.773014 3.831 3.012194 3.9363 5.478174.0703 1.51089 0 3.02817 0 4.65088.1692-.1565.2714-.2524.3799-.3482.9578-.84648 1.8453-1.76004 2.8541-2.52667 2.3305-1.76323 4.6961-1.62269 6.9053.31943.2458.20124.4724.42164.7598.68038z"}),s.jsxRuntimeExports.jsx("path",{d:"m53.1648 8.56764-7.2405 7.16796 7.2149 7.2031c-1.6313 1.8111-3.8309 2.5554-6.1359 1.6418-1.5483-.6101-2.7966-1.645-3.9937-2.7534-.3416-.3195-.6385-.6772-.9769-1.0478-1.3855 3.0665-3.2595 4.3506-6.021 4.1718v-24.9313273c.7841-.0461673 1.5699.0534731 2.3177.2938733 2.5221.773014 3.831 3.012194 3.9363 5.478174.0703 1.51089 0 3.02817 0 4.65088.1692-.1565.2714-.2524.3799-.3482.9578-.84648 1.8453-1.76004 2.8541-2.52667 2.3305-1.76323 4.6961-1.62269 6.9053.31943.2458.20124.4724.42164.7598.68038z"}),s.jsxRuntimeExports.jsx("path",{d:"m70.5731 24.9668c-1.4086.0874-2.8049-.308-3.9587-1.1212-.0835-.0825-.1938-.1324-.3109-.1406s-.2333.0258-.3276.0958c-1.1441.6519-2.4163 1.0469-3.7283 1.1578-1.312.1108-2.6324-.0652-3.8696-.5158-1.2373-.4506-2.3617-1.1651-3.2955-2.0939-.9337-.9288-1.6544-2.0497-2.1121-3.285-.4576-1.2352-.6413-2.5553-.5382-3.8687.103-1.3133.4903-2.5886 1.135-3.7372.6447-1.1487 1.5314-2.14332 2.5986-2.91493 1.0672-.77162 2.2893-1.30176 3.5817-1.55368 2.1596-.45022 4.4094-.07047 6.3019 1.0637.0786.05612.1751.08128.2711.07068.096-.01061.1848-.05624.2492-.12818 1.1717-.91037 2.554-1.14355 4.0034-1.17869zm-6.3849-9.1037c.0245-.362-.0267-.7251-.1504-1.0661-.1238-.341-.3173-.6524-.5682-.9143-.2509-.2618-.5537-.4684-.889-.6065s-.6957-.2046-1.0581-.1953c-.7289.0137-1.4239.3107-1.9377.8281-.5139.5174-.8064 1.2146-.8155 1.944s.2658 1.4337.7666 1.9638c.5007.5301 1.188.8444 1.9163.8764 1.5612.0192 2.7136-1.1691 2.736-2.8301z"}),s.jsxRuntimeExports.jsx("path",{d:"m70.5731 24.9668c-1.4086.0874-2.8049-.308-3.9587-1.1212-.0835-.0825-.1938-.1324-.3109-.1406s-.2333.0258-.3276.0958c-1.1441.6519-2.4163 1.0469-3.7283 1.1578-1.312.1108-2.6324-.0652-3.8696-.5158-1.2373-.4506-2.3617-1.1651-3.2955-2.0939-.9337-.9288-1.6544-2.0497-2.1121-3.285-.4576-1.2352-.6413-2.5553-.5382-3.8687.103-1.3133.4903-2.5886 1.135-3.7372.6447-1.1487 1.5314-2.14332 2.5986-2.91493 1.0672-.77162 2.2893-1.30176 3.5817-1.55368 2.1596-.45022 4.4094-.07047 6.3019 1.0637.0786.05612.1751.08128.2711.07068.096-.01061.1848-.05624.2492-.12818 1.1717-.91037 2.554-1.14355 4.0034-1.17869zm-6.3849-9.1037c.0245-.362-.0267-.7251-.1504-1.0661-.1238-.341-.3173-.6524-.5682-.9143-.2509-.2618-.5537-.4684-.889-.6065s-.6957-.2046-1.0581-.1953c-.7289.0137-1.4239.3107-1.9377.8281-.5139.5174-.8064 1.2146-.8155 1.944s.2658 1.4337.7666 1.9638c.5007.5301 1.188.8444 1.9163.8764 1.5612.0192 2.7136-1.1691 2.736-2.8301z"}),s.jsxRuntimeExports.jsx("path",{d:"m34.1057 6.80968v18.20732c-.5363-.0511-1.0694-.0607-1.5962-.1629-.8807-.1549-1.714-.51-2.4358-1.0381-.0738-.0371-.1553-.0564-.2379-.0564s-.164.0193-.2378.0564c-1.5131.85-3.2341 1.2583-4.9675 1.1787-1.9966-.0702-3.9102-.8169-5.4271-2.1178-1.0238-.8288-1.8471-1.8785-2.4082-3.0705s-.8456-2.4956-.8322-3.8132c-.0396-1.8326.487-3.6327 1.5081-5.1546 1.021-1.52185 2.4867-2.69128 4.1968-3.34854 1.2775-.53907 2.6638-.76993 4.0469-.67393 1.3831.09599 2.7243.51615 3.9151 1.22654.0676.03326.1418.05055.2171.05055s.1496-.01729.2171-.05055c1.178-.92953 2.5508-1.1723 4.0416-1.23299zm-6.3498 9.01422c0-1.6163-1.1397-2.7598-2.7072-2.7439-.368.0028-.732.078-1.071.2215-.3391.1434-.6465.3523-.9049.6147-.2583.2623-.4625.573-.6009.9143-.1383.3413-.2081.7066-.2054 1.0749s.0779.7324.2213 1.0716c.1434.3393.3522.6469.6144.9054s.5727.4628.9138.6012c.3411.1385.7062.2083 1.0742.2056 1.5356-.016 2.6849-1.2426 2.6657-2.8653z"}),s.jsxRuntimeExports.jsx("path",{d:"m34.1057 6.80968v18.20732c-.5363-.0511-1.0694-.0607-1.5962-.1629-.8807-.1549-1.714-.51-2.4358-1.0381-.0738-.0371-.1553-.0564-.2379-.0564s-.164.0193-.2378.0564c-1.5131.85-3.2341 1.2583-4.9675 1.1787-1.9966-.0702-3.9102-.8169-5.4271-2.1178-1.0238-.8288-1.8471-1.8785-2.4082-3.0705s-.8456-2.4956-.8322-3.8132c-.0396-1.8326.487-3.6327 1.5081-5.1546 1.021-1.52185 2.4867-2.69128 4.1968-3.34854 1.2775-.53907 2.6638-.76993 4.0469-.67393 1.3831.09599 2.7243.51615 3.9151 1.22654.0676.03326.1418.05055.2171.05055s.1496-.01729.2171-.05055c1.178-.92953 2.5508-1.1723 4.0416-1.23299zm-6.3498 9.01422c0-1.6163-1.1397-2.7598-2.7072-2.7439-.368.0028-.732.078-1.071.2215-.3391.1434-.6465.3523-.9049.6147-.2583.2623-.4625.573-.6009.9143-.1383.3413-.2081.7066-.2054 1.0749s.0779.7324.2213 1.0716c.1434.3393.3522.6469.6144.9054s.5727.4628.9138.6012c.3411.1385.7062.2083 1.0742.2056 1.5356-.016 2.6849-1.2426 2.6657-2.8653z"}),s.jsxRuntimeExports.jsxs("g",{opacity:.8,children:[s.jsxRuntimeExports.jsx("path",{d:"m50.0654 51.3369c-1.0869 0-2.0234-.2427-2.8095-.728-.7793-.4922-1.3775-1.1724-1.7945-2.0405-.417-.875-.6255-1.8833-.6255-3.0249s.2085-2.1534.6255-3.0352c.4239-.8818 1.0152-1.5723 1.774-2.0713.7656-.499 1.6508-.7485 2.6557-.7485.6631 0 1.292.1162 1.8867.3486.6016.2256 1.1314.5742 1.5894 1.0459.4648.4717.8271 1.0664 1.0869 1.7842.2666.7178.3999 1.562.3999 2.5327v.6563h-8.9004v-1.5279h7.916l-.8203.5537c0-.7451-.123-1.4013-.3691-1.9687-.2461-.5742-.605-1.0186-1.0767-1.333-.4648-.3213-1.0356-.482-1.7124-.482-.6699 0-1.2475.1607-1.7329.482-.4853.3213-.8613.7553-1.1279 1.3022-.2598.5401-.3897 1.145-.3897 1.815v.9228c0 .8067.1402 1.5039.4204 2.0918.2803.5811.6768 1.0288 1.1895 1.3433.5195.3076 1.1279.4614 1.8252.4614.4717 0 .8955-.0684 1.2715-.2051.3828-.1435.7041-.352.9638-.6255.2666-.2734.4649-.6015.5948-.9843l1.7636.2973c-.164.6221-.458 1.169-.8818 1.6406-.4238.4717-.9536.8409-1.5894 1.1075-.6357.2597-1.3466.3896-2.1328.3896z"}),s.jsxRuntimeExports.jsx("path",{d:"m37.1343 51.3164c-.9434 0-1.7774-.2393-2.502-.7178s-1.2885-1.1518-1.6919-2.02c-.3965-.875-.5947-1.9004-.5947-3.0762 0-1.1757.2017-2.1977.605-3.0659.4033-.8681.9639-1.5381 1.6816-2.0097.7246-.4786 1.5586-.7178 2.502-.7178.6426 0 1.1792.1025 1.6098.3076.4375.1982.793.4443 1.0664.7383.2803.2939.5059.581.6768.8613h.0923v-5.8037h1.8047v15.2783h-1.7534v-1.7226h-.1333c-.1778.2939-.4102.5913-.6973.8921-.2803.3007-.6392.5537-1.0767.7587-.4306.1983-.9604.2974-1.5893.2974zm.2666-1.6099c.6904 0 1.2749-.1777 1.7534-.5332.4853-.3554.8545-.8476 1.1074-1.4765.2598-.6358.3897-1.3706.3897-2.2046 0-.8408-.1265-1.5723-.3794-2.1943-.253-.6221-.6221-1.1075-1.1074-1.4561-.4854-.3486-1.0733-.523-1.7637-.523-.6836 0-1.2681.1744-1.7534.523-.4786.3486-.8443.8374-1.0972 1.4663-.2529.6221-.3794 1.3501-.3794 2.1841 0 .8271.1265 1.5586.3794 2.1943.2598.6289.6289 1.1245 1.1074 1.4868.4854.3555 1.0664.5332 1.7432.5332z"}),s.jsxRuntimeExports.jsx("path",{d:"m28.1001 51.0908v-11.2178h1.8047v11.2178zm.9023-13.1865c-.3349 0-.6254-.1162-.8715-.3486-.2461-.2393-.3692-.5264-.3692-.8614 0-.3349.1231-.6186.3692-.851.2461-.2393.5366-.3589.8715-.3589.3487 0 .646.1196.8921.3589.2461.2324.3692.5195.3692.8613 0 .3281-.1231.6118-.3692.8511-.2461.2324-.5434.3486-.8921.3486z"}),s.jsxRuntimeExports.jsx("path",{d:"m19.96 51.2549c-.752 0-1.4253-.1572-2.0201-.4717-.5947-.3213-1.0595-.7998-1.3945-1.4355-.335-.6426-.5024-1.4458-.5024-2.4097v-7.065h1.8047v6.9214c0 .9024.229 1.5996.687 2.0918s1.0903.7383 1.8969.7383c.5332 0 1.0152-.1128 1.4458-.3384.4375-.2324.7828-.5776 1.0357-1.0356.2529-.4649.3794-1.0357.3794-1.7124v-6.6651h1.8149v11.2178h-1.7534v-2.7173h.3486c-.3554 1.0323-.8579 1.7705-1.5073 2.2149-.6426.4443-1.3877.6665-2.2353.6665z"}),s.jsxRuntimeExports.jsx("path",{d:"m7.01953 51.3164c-1.36035 0-2.55664-.3247-3.58887-.9741-1.03222-.6563-1.84228-1.5723-2.43017-2.7481-.581056-1.1757-.871584-2.5532-.871584-4.1323 0-1.5928.290528-2.977.871584-4.1528.58105-1.1758 1.38428-2.0884 2.40967-2.7378 1.03222-.6563 2.21142-.9844 3.53759-.9844.80664 0 1.56202.1231 2.26612.3692.7041.246 1.33303.5947 1.88673 1.0459.5605.4511 1.0254.9877 1.3945 1.6098.3692.6153.6221 1.2988.7588 2.0508h-1.9585c-.1367-.499-.3384-.9502-.605-1.3535s-.5879-.7486-.96384-1.0357c-.36914-.2939-.78955-.5195-1.26123-.6767-.46484-.1572-.9707-.2359-1.51758-.2359-.94336 0-1.78759.2427-2.53271.7281-.74512.4853-1.33301 1.1826-1.76367 2.0918-.43067.9091-.646 2.0029-.646 3.2812 0 1.2647.21533 2.3516.646 3.2608.43066.9023 1.02197 1.5996 1.77392 2.0918.75879.4853 1.62354.728 2.59424.728.86133 0 1.62695-.1846 2.29688-.5537.66992-.376 1.19629-.9024 1.57909-1.5791.3897-.6768.5845-1.4732.5845-2.3892l.5845.082h-4.55278v-1.6713h5.84468v1.6611c0 1.2373-.2768 2.3242-.8305 3.2607-.5469.9297-1.2988 1.6577-2.2559 2.1841-.95018.5195-2.03367.7793-3.25047.7793z"})]})]})})}var i=(c=>(c.default="default",c.flat="flat",c))(i||{});function d({variant:c="default",height:t=56}){return s.jsxRuntimeExports.jsxs(e.default,{direction:"row",alignment:e.FlexAlignment.start,style:{gap:t/3},children:[c==="flat"?s.jsxRuntimeExports.jsx(n.default,{width:t,height:t,fill:"var(--foreground-color)"}):s.jsxRuntimeExports.jsx(a.default,{size:t}),s.jsxRuntimeExports.jsx(x,{height:t-2,className:"kakadu-components-3861346893"}),s.jsxRuntimeExports.jsx(m.default,{children:"Kakadu Guide"})]})}exports.KakaduGuideLogoSvg=x;exports.KakaduGuideLogoVariant=i;exports.default=d;