@kakadu/components 0.1.4 → 1.0.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.
- package/build/aria-text.d.ts +5 -1
- package/build/aria-text.js +1 -0
- package/build/aria-text.mjs +15 -0
- package/build/atom.d.ts +10 -2
- package/build/atom.js +1 -1
- package/build/atom.mjs +10 -3
- package/build/bankid-logo.d.ts +2 -0
- package/build/bankid-logo.js +1 -0
- package/build/bankid-logo.mjs +43 -0
- package/build/box.d.ts +4 -1
- package/build/box.js +1 -1
- package/build/box.mjs +11 -2
- package/build/button-tooltip.d.ts +4 -0
- package/build/button-tooltip.js +1 -0
- package/build/button-tooltip.mjs +11 -0
- package/build/button.d.ts +32 -0
- package/build/button.js +1 -0
- package/build/button.mjs +69 -0
- package/build/card.d.ts +8 -0
- package/build/card.js +1 -0
- package/build/card.mjs +36 -0
- package/build/click-ripples.d.ts +2 -0
- package/build/click-ripples.js +1 -0
- package/build/click-ripples.mjs +60 -0
- package/build/components.css +1 -1
- package/build/datum.d.ts +5 -0
- package/build/datum.js +1 -0
- package/build/datum.mjs +27 -0
- package/build/dnb-logo.d.ts +2 -0
- package/build/dnb-logo.js +1 -0
- package/build/dnb-logo.mjs +31 -0
- package/build/dot.d.ts +2 -0
- package/build/dot.js +1 -0
- package/build/dot.mjs +10 -0
- package/build/flex.d.ts +14 -1
- package/build/flex.js +1 -1
- package/build/flex.mjs +17 -2
- package/build/footer.d.ts +3 -0
- package/build/footer.js +1 -0
- package/build/footer.mjs +65 -0
- package/build/gauge.d.ts +6 -1
- package/build/gauge.js +1 -1
- package/build/gauge.mjs +39 -2
- package/build/gjensidige-logo.d.ts +2 -0
- package/build/gjensidige-logo.js +1 -0
- package/build/gjensidige-logo.mjs +30 -0
- package/build/hooks/use-media-query.d.ts +1 -0
- package/build/hooks/use-media-query.js +1 -0
- package/build/hooks/use-media-query.mjs +20 -0
- package/build/hover-gradient.d.ts +5 -0
- package/build/hover-gradient.js +1 -0
- package/build/hover-gradient.mjs +48 -0
- package/build/icon-button.d.ts +13 -0
- package/build/icon-button.js +1 -0
- package/build/icon-button.mjs +45 -0
- package/build/icon.js +1 -0
- package/build/icon.mjs +50 -0
- package/build/icons/arrow-down.d.ts +2 -0
- package/build/icons/arrow-down.js +1 -0
- package/build/icons/arrow-down.mjs +24 -0
- package/build/icons/caret-down.d.ts +2 -0
- package/build/icons/caret-down.js +1 -0
- package/build/icons/caret-down.mjs +27 -0
- package/build/icons/caret-right.d.ts +2 -0
- package/build/icons/caret-right.js +1 -0
- package/build/icons/caret-right.mjs +27 -0
- package/build/icons/check.d.ts +2 -0
- package/build/icons/check.js +1 -0
- package/build/icons/check.mjs +27 -0
- package/build/icons/chevron-down.d.ts +2 -0
- package/build/icons/chevron-down.js +1 -0
- package/build/icons/chevron-down.mjs +27 -0
- package/build/icons/chevron-up.d.ts +2 -0
- package/build/icons/chevron-up.js +1 -0
- package/build/icons/chevron-up.mjs +27 -0
- package/build/icons/chrome-browser-logo.d.ts +2 -0
- package/build/icons/chrome-browser-logo.js +1 -0
- package/build/icons/chrome-browser-logo.mjs +24 -0
- package/build/icons/copy.d.ts +2 -0
- package/build/icons/copy.js +1 -0
- package/build/icons/copy.mjs +29 -0
- package/build/icons/edge-browser-logo.d.ts +2 -0
- package/build/icons/edge-browser-logo.js +1 -0
- package/build/icons/edge-browser-logo.mjs +24 -0
- package/build/icons/edit.d.ts +2 -0
- package/build/icons/edit.js +1 -0
- package/build/icons/edit.mjs +27 -0
- package/build/icons/exclamation-triangle.d.ts +2 -0
- package/build/icons/exclamation-triangle.js +1 -0
- package/build/icons/exclamation-triangle.mjs +29 -0
- package/build/icons/icon.d.ts +25 -0
- package/build/icons/kakadu-guide-glyph.d.ts +2 -0
- package/build/icons/kakadu-guide-glyph.js +1 -0
- package/build/icons/kakadu-guide-glyph.mjs +24 -0
- package/build/icons/kakadu-guide.d.ts +2 -0
- package/build/icons/kakadu-guide.js +1 -0
- package/build/icons/kakadu-guide.mjs +27 -0
- package/build/icons/menu.d.ts +2 -0
- package/build/icons/menu.js +1 -0
- package/build/icons/menu.mjs +25 -0
- package/build/icons/plus.d.ts +2 -0
- package/build/icons/plus.js +1 -0
- package/build/icons/plus.mjs +27 -0
- package/build/icons/test.d.ts +2 -0
- package/build/icons/test.js +1 -0
- package/build/icons/test.mjs +29 -0
- package/build/icons/times.d.ts +2 -0
- package/build/icons/times.js +1 -0
- package/build/icons/times.mjs +27 -0
- package/build/index.html +0 -0
- package/build/kakadu-guide-icon.d.ts +3 -0
- package/build/kakadu-guide-icon.js +1 -0
- package/build/kakadu-guide-icon.mjs +14 -0
- package/build/kakadu-guide-logo.d.ts +10 -0
- package/build/kakadu-guide-logo.js +1 -0
- package/build/kakadu-guide-logo.mjs +59 -0
- package/build/kakadu-index-logo.d.ts +2 -0
- package/build/kakadu-index-logo.js +1 -0
- package/build/kakadu-index-logo.mjs +66 -0
- package/build/kakadu-logo.d.ts +2 -0
- package/build/kakadu-logo.js +1 -0
- package/build/kakadu-logo.mjs +44 -0
- package/build/modal.d.ts +28 -0
- package/build/modal.js +9 -0
- package/build/modal.mjs +1246 -0
- package/build/moving-gradients.d.ts +9 -0
- package/build/moving-gradients.js +1 -0
- package/build/moving-gradients.mjs +86 -0
- package/build/moving-stars.d.ts +12 -0
- package/build/moving-stars.js +1 -0
- package/build/moving-stars.mjs +90 -0
- package/build/notice.d.ts +12 -0
- package/build/notice.js +1 -0
- package/build/notice.mjs +22 -0
- package/build/notification.d.ts +17 -0
- package/build/notification.js +1 -0
- package/build/notification.mjs +84 -0
- package/build/revealer.d.ts +20 -0
- package/build/revealer.js +1 -0
- package/build/revealer.mjs +76 -0
- package/build/separator.d.ts +5 -0
- package/build/separator.js +1 -0
- package/build/separator.mjs +24 -0
- package/build/skeleton.d.ts +15 -1
- package/build/skeleton.js +1 -1
- package/build/skeleton.mjs +38 -3
- package/build/sparebank1-logo.d.ts +2 -0
- package/build/sparebank1-logo.js +1 -0
- package/build/sparebank1-logo.mjs +61 -0
- package/build/spinner.d.ts +10 -1
- package/build/spinner.js +1 -1
- package/build/spinner.mjs +31 -3
- package/build/sto-logo.d.ts +2 -0
- package/build/sto-logo.js +1 -0
- package/build/sto-logo.mjs +53 -0
- package/build/storebrand-logo.d.ts +2 -0
- package/build/storebrand-logo.js +1 -0
- package/build/storebrand-logo.mjs +46 -0
- package/build/text-button.d.ts +19 -0
- package/build/text-button.js +1 -0
- package/build/text-button.mjs +36 -0
- package/build/text.d.ts +11 -1
- package/build/text.js +1 -1
- package/build/text.mjs +49 -5
- package/build/theme-setter.d.ts +11 -0
- package/build/theme-setter.js +20 -0
- package/build/theme-setter.mjs +79 -0
- package/build/theme.d.ts +4 -0
- package/build/theme.js +1 -1
- package/build/theme.mjs +13 -8
- package/build/utilities/copy-to-clipboard.d.ts +1 -0
- package/build/utilities/copy-to-clipboard.js +1 -0
- package/build/utilities/copy-to-clipboard.mjs +26 -0
- package/build/utilities/generate-random-id.d.ts +1 -0
- package/build/utilities/generate-random-id.js +1 -0
- package/build/utilities/generate-random-id.mjs +14 -0
- package/build/utilities/scale.d.ts +11 -0
- package/build/utilities/scale.js +1 -0
- package/build/utilities/scale.mjs +13 -0
- package/build/veil.d.ts +3 -0
- package/build/veil.js +1 -0
- package/build/veil.mjs +17 -0
- package/package.json +265 -18
- package/readme.md +3 -1
- package/theme.tsx +133 -27
- package/build/atom-B-bW2QKm.js +0 -1
- package/build/atom-CqxGy6PS.mjs +0 -12
- package/build/box-4_-REPb0.js +0 -1
- package/build/box-Cf22bdCb.mjs +0 -13
- package/build/components/aria-text.d.ts +0 -5
- package/build/components/atom.d.ts +0 -10
- package/build/components/box.d.ts +0 -4
- package/build/components/flex.d.ts +0 -7
- package/build/components/gauge.d.ts +0 -6
- package/build/components/skeleton.d.ts +0 -13
- package/build/components/spinner.d.ts +0 -10
- package/build/components/text.d.ts +0 -7
- package/build/flex-C4bEYrMM.mjs +0 -16
- package/build/flex-JFSv9GFG.js +0 -1
- package/build/gauge-C1CypvvD.mjs +0 -41
- package/build/gauge-mog6SjVx.js +0 -1
- package/build/index.d.ts +0 -10
- package/build/index.js +0 -1
- package/build/index.mjs +0 -39
- package/build/skeleton-B5bJ732_.js +0 -1
- package/build/skeleton-C593Afco.mjs +0 -48
- package/build/spinner-DE_Y3sKH.mjs +0 -33
- package/build/spinner-DFfE6tSd.js +0 -1
- package/build/text-BO7Qt7Lj.js +0 -1
- package/build/text-ZYVNxqac.mjs +0 -39
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { j as t } from "../jsx-runtime-B4hRZ52C.mjs";
|
|
2
|
+
function l({
|
|
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: "m188.268 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.6768l144.163 144.1626c12.497 12.497 12.497 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-22z",
|
|
19
|
+
fill: r ?? "currentColor"
|
|
20
|
+
}
|
|
21
|
+
)
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
export {
|
|
26
|
+
l as default
|
|
27
|
+
};
|
|
@@ -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:"m437.678 195.158-204.974 204.973c-12.497 12.497-32.758 12.497-45.255 0l-111.0495-111.05c-12.28-12.29-12.2801-32.2 0-44.48l22.24-22.24c12.2795-12.28 32.1995-12.28 44.4795 0l66.958 66.958 160.881-160.881c12.28-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 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: "m437.678 195.158-204.974 204.973c-12.497 12.497-32.758 12.497-45.255 0l-111.0495-111.05c-12.28-12.29-12.2801-32.2 0-44.48l22.24-22.24c12.2795-12.28 32.1995-12.28 44.4795 0l66.958 66.958 160.881-160.881c12.28-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
|
+
o as default
|
|
27
|
+
};
|
|
@@ -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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
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
|
+
};
|
package/build/index.html
ADDED
|
File without changes
|
|
@@ -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;
|