@kakadu/components 1.0.1 → 1.0.2
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/footer.js +1 -1
- package/build/footer.mjs +13 -13
- package/index.d.ts +119 -0
- package/package.json +1 -1
package/build/footer.js
CHANGED
|
@@ -1 +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("@kuma-ui/core"),i=require("./theme.js"),e=require("./flex.js"),t=require("./text.js"),
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("./jsx-runtime-BB_1_6y_.js"),n=require("@kuma-ui/core"),i=require("./theme.js"),e=require("./flex.js"),t=require("./text.js"),o=require("./kakadu-logo.js"),x=require("./moving-stars.js"),u=require("./aria-text.js"),r="kakadu-components-975968984";function l({isFullWidth:a=!0}){return s.jsxRuntimeExports.jsxs(e.default,{as:"footer","data-theme":"dark",gap:3,className:n.cx(i.default,"kakadu-components-2077625773"),children:[s.jsxRuntimeExports.jsxs(e.default,{gap:3,className:"kakadu-components-2688329595",children:[s.jsxRuntimeExports.jsxs(e.default,{direction:"row",gap:4,className:n.cx("kakadu-components-555302578",a&&"kakadu-components-1177815273"),children:[s.jsxRuntimeExports.jsxs(e.default,{direction:"column",alignment:e.FlexAlignment.start,gap:.5,children:[s.jsxRuntimeExports.jsx(t.Paragraph,{children:s.jsxRuntimeExports.jsx("strong",{children:"Products"})}),s.jsxRuntimeExports.jsxs(t.Paragraph,{as:"ul",className:r,children:[s.jsxRuntimeExports.jsx("li",{children:s.jsxRuntimeExports.jsx("a",{href:"https://guide.kakadu.no",children:"Kakadu Guide"})}),s.jsxRuntimeExports.jsx("li",{children:s.jsxRuntimeExports.jsx("a",{href:"https://utforsk.kakadu.no/kakadu-start",children:"Kakadu Kolibri"})})]})]}),s.jsxRuntimeExports.jsxs(e.default,{direction:"column",alignment:e.FlexAlignment.start,gap:.5,children:[s.jsxRuntimeExports.jsx(t.Paragraph,{children:s.jsxRuntimeExports.jsx("strong",{children:"Results"})}),s.jsxRuntimeExports.jsxs(t.Paragraph,{as:"ul",className:r,children:[s.jsxRuntimeExports.jsx("li",{children:s.jsxRuntimeExports.jsx("a",{href:"https://utforsk.kakadu.no",children:"Case studies"})}),s.jsxRuntimeExports.jsx("li",{children:s.jsxRuntimeExports.jsx("a",{href:"https://utforsk.kakadu.no",children:"Impact measurement"})})]})]}),s.jsxRuntimeExports.jsxs(e.default,{direction:"column",alignment:e.FlexAlignment.start,gap:.5,children:[s.jsxRuntimeExports.jsx(t.Paragraph,{children:s.jsxRuntimeExports.jsx("strong",{children:"About us"})}),s.jsxRuntimeExports.jsxs(t.Paragraph,{as:"ul",className:r,children:[s.jsxRuntimeExports.jsx("li",{children:s.jsxRuntimeExports.jsx("a",{href:"https://utforsk.kakadu.no",children:"Our story"})}),s.jsxRuntimeExports.jsx("li",{children:s.jsxRuntimeExports.jsx("a",{href:"https://utforsk.kakadu.no/kontakt-oss",children:"Contact"})}),s.jsxRuntimeExports.jsx("li",{children:s.jsxRuntimeExports.jsx("a",{target:"_blank",rel:"noopener noreferrer",href:"https://kakadu.instatus.com",children:"Status"})})]})]}),s.jsxRuntimeExports.jsxs(e.default,{direction:"column",alignment:e.FlexAlignment.start,gap:.5,children:[s.jsxRuntimeExports.jsx(t.Paragraph,{children:s.jsxRuntimeExports.jsx("strong",{children:"Compliance"})}),s.jsxRuntimeExports.jsxs(t.Paragraph,{as:"ul",className:r,children:[s.jsxRuntimeExports.jsx("li",{children:s.jsxRuntimeExports.jsx("a",{href:"https://utforsk.kakadu.no/personvernerklaering",children:"Privacy"})}),s.jsxRuntimeExports.jsx("li",{children:s.jsxRuntimeExports.jsx("a",{href:"https://utforsk.kakadu.no/etiske-retningslinjer",children:"Ethical guidelines"})}),s.jsxRuntimeExports.jsx("li",{children:s.jsxRuntimeExports.jsx("a",{href:"https://utforsk.kakadu.no/personvernerklaering",children:"Security"})})]})]}),s.jsxRuntimeExports.jsx(e.default,{className:"kakadu-components-1446644085",children:s.jsxRuntimeExports.jsx("a",{href:"https://businessnorway.com/made-in-norway",target:"_blank",rel:"noopener noreferrer",className:"kakadu-components-57855717",children:s.jsxRuntimeExports.jsx("img",{alt:"Made in Norway",src:"https://cdn.prod.website-files.com/65a686387a785640fecc9b9d/68f09646a6d6e62b6839c38c_made_in_norway_logo.png",width:76,className:"kakadu-components-3273287095"})})})]}),s.jsxRuntimeExports.jsxs(e.default,{direction:"row",gap:1,className:n.cx("kakadu-components-1513483626",a&&"kakadu-components-1177815273"),children:[s.jsxRuntimeExports.jsxs("a",{href:"https://kakadu.no",children:[s.jsxRuntimeExports.jsx(u.default,{children:"Kakadu.no"}),s.jsxRuntimeExports.jsx(o.default,{width:90,className:"kakadu-components-3103582715"})]}),s.jsxRuntimeExports.jsxs(t.Span,{className:"kakadu-components-3713786292",children:["© ",new Date().getFullYear()," Kakadu Ignite AS"]})]})]}),s.jsxRuntimeExports.jsx(x.default,{})]})}exports.default=l;
|
package/build/footer.mjs
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { j as s } from "./jsx-runtime-B4hRZ52C.mjs";
|
|
2
2
|
import { cx as t } from "@kuma-ui/core";
|
|
3
|
-
import
|
|
3
|
+
import i from "./theme.mjs";
|
|
4
4
|
import e, { FlexAlignment as r } from "./flex.mjs";
|
|
5
|
-
import { Paragraph as a, Span as
|
|
6
|
-
import
|
|
5
|
+
import { Paragraph as a, Span as l } from "./text.mjs";
|
|
6
|
+
import c from "./kakadu-logo.mjs";
|
|
7
7
|
import d from "./moving-stars.mjs";
|
|
8
8
|
import h from "./aria-text.mjs";
|
|
9
9
|
const n = "kakadu-components-975968984";
|
|
10
10
|
function N({
|
|
11
|
-
isFullWidth:
|
|
11
|
+
isFullWidth: o = !0
|
|
12
12
|
}) {
|
|
13
|
-
return /* @__PURE__ */ s.jsxs(e, { as: "footer", "data-theme": "dark", gap: 3, className: t(
|
|
13
|
+
return /* @__PURE__ */ s.jsxs(e, { as: "footer", "data-theme": "dark", gap: 3, className: t(i, "kakadu-components-2077625773"), children: [
|
|
14
14
|
/* @__PURE__ */ s.jsxs(e, { gap: 3, className: "kakadu-components-2688329595", children: [
|
|
15
|
-
/* @__PURE__ */ s.jsxs(e, { direction: "row", gap: 4, className: t("kakadu-components-555302578",
|
|
15
|
+
/* @__PURE__ */ s.jsxs(e, { direction: "row", gap: 4, className: t("kakadu-components-555302578", o && "kakadu-components-1177815273"), children: [
|
|
16
16
|
/* @__PURE__ */ s.jsxs(e, { direction: "column", alignment: r.start, gap: 0.5, children: [
|
|
17
17
|
/* @__PURE__ */ s.jsx(a, { children: /* @__PURE__ */ s.jsx("strong", { children: "Products" }) }),
|
|
18
18
|
/* @__PURE__ */ s.jsxs(a, { as: "ul", className: n, children: [
|
|
@@ -23,14 +23,14 @@ function N({
|
|
|
23
23
|
/* @__PURE__ */ s.jsxs(e, { direction: "column", alignment: r.start, gap: 0.5, children: [
|
|
24
24
|
/* @__PURE__ */ s.jsx(a, { children: /* @__PURE__ */ s.jsx("strong", { children: "Results" }) }),
|
|
25
25
|
/* @__PURE__ */ s.jsxs(a, { as: "ul", className: n, children: [
|
|
26
|
-
/* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx("a", { href: "
|
|
27
|
-
/* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx("a", { href: "
|
|
26
|
+
/* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx("a", { href: "https://utforsk.kakadu.no", children: "Case studies" }) }),
|
|
27
|
+
/* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx("a", { href: "https://utforsk.kakadu.no", children: "Impact measurement" }) })
|
|
28
28
|
] })
|
|
29
29
|
] }),
|
|
30
30
|
/* @__PURE__ */ s.jsxs(e, { direction: "column", alignment: r.start, gap: 0.5, children: [
|
|
31
31
|
/* @__PURE__ */ s.jsx(a, { children: /* @__PURE__ */ s.jsx("strong", { children: "About us" }) }),
|
|
32
32
|
/* @__PURE__ */ s.jsxs(a, { as: "ul", className: n, children: [
|
|
33
|
-
/* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx("a", { href: "
|
|
33
|
+
/* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx("a", { href: "https://utforsk.kakadu.no", children: "Our story" }) }),
|
|
34
34
|
/* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx("a", { href: "https://utforsk.kakadu.no/kontakt-oss", children: "Contact" }) }),
|
|
35
35
|
/* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx("a", { target: "_blank", rel: "noopener noreferrer", href: "https://kakadu.instatus.com", children: "Status" }) })
|
|
36
36
|
] })
|
|
@@ -40,17 +40,17 @@ function N({
|
|
|
40
40
|
/* @__PURE__ */ s.jsxs(a, { as: "ul", className: n, children: [
|
|
41
41
|
/* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx("a", { href: "https://utforsk.kakadu.no/personvernerklaering", children: "Privacy" }) }),
|
|
42
42
|
/* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx("a", { href: "https://utforsk.kakadu.no/etiske-retningslinjer", children: "Ethical guidelines" }) }),
|
|
43
|
-
/* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx("a", { href: "
|
|
43
|
+
/* @__PURE__ */ s.jsx("li", { children: /* @__PURE__ */ s.jsx("a", { href: "https://utforsk.kakadu.no/personvernerklaering", children: "Security" }) })
|
|
44
44
|
] })
|
|
45
45
|
] }),
|
|
46
46
|
/* @__PURE__ */ s.jsx(e, { className: "kakadu-components-1446644085", children: /* @__PURE__ */ s.jsx("a", { href: "https://businessnorway.com/made-in-norway", target: "_blank", rel: "noopener noreferrer", className: "kakadu-components-57855717", children: /* @__PURE__ */ s.jsx("img", { alt: "Made in Norway", src: "https://cdn.prod.website-files.com/65a686387a785640fecc9b9d/68f09646a6d6e62b6839c38c_made_in_norway_logo.png", width: 76, className: "kakadu-components-3273287095" }) }) })
|
|
47
47
|
] }),
|
|
48
|
-
/* @__PURE__ */ s.jsxs(e, { direction: "row", gap: 1, className: t("kakadu-components-1513483626",
|
|
48
|
+
/* @__PURE__ */ s.jsxs(e, { direction: "row", gap: 1, className: t("kakadu-components-1513483626", o && "kakadu-components-1177815273"), children: [
|
|
49
49
|
/* @__PURE__ */ s.jsxs("a", { href: "https://kakadu.no", children: [
|
|
50
50
|
/* @__PURE__ */ s.jsx(h, { children: "Kakadu.no" }),
|
|
51
|
-
/* @__PURE__ */ s.jsx(
|
|
51
|
+
/* @__PURE__ */ s.jsx(c, { width: 90, className: "kakadu-components-3103582715" })
|
|
52
52
|
] }),
|
|
53
|
-
/* @__PURE__ */ s.jsxs(
|
|
53
|
+
/* @__PURE__ */ s.jsxs(l, { className: "kakadu-components-3713786292", children: [
|
|
54
54
|
"© ",
|
|
55
55
|
(/* @__PURE__ */ new Date()).getFullYear(),
|
|
56
56
|
" Kakadu Ignite AS"
|
package/index.d.ts
CHANGED
|
@@ -1,60 +1,179 @@
|
|
|
1
1
|
export * from './build/atom';
|
|
2
|
+
export {default} from './build/atom';
|
|
3
|
+
|
|
2
4
|
export * from './build/aria-text';
|
|
5
|
+
export {default} from './build/aria-text';
|
|
6
|
+
|
|
3
7
|
export * from './build/box';
|
|
8
|
+
export {default} from './build/box';
|
|
9
|
+
|
|
4
10
|
export * from './build/button';
|
|
11
|
+
export {default} from './build/button';
|
|
12
|
+
|
|
5
13
|
export * from './build/button-tooltip';
|
|
14
|
+
export {default} from './build/button-tooltip';
|
|
15
|
+
|
|
6
16
|
export * from './build/card';
|
|
17
|
+
export {default} from './build/card';
|
|
18
|
+
|
|
7
19
|
export * from './build/click-ripples';
|
|
20
|
+
export {default} from './build/click-ripples';
|
|
21
|
+
|
|
8
22
|
export * from './build/datum';
|
|
23
|
+
export {default} from './build/datum';
|
|
24
|
+
|
|
9
25
|
export * from './build/dot';
|
|
26
|
+
export {default} from './build/dot';
|
|
27
|
+
|
|
10
28
|
export * from './build/flex';
|
|
29
|
+
export {default} from './build/flex';
|
|
30
|
+
|
|
11
31
|
export * from './build/footer';
|
|
32
|
+
export {default} from './build/footer';
|
|
33
|
+
|
|
12
34
|
export * from './build/gauge';
|
|
35
|
+
export {default} from './build/gauge';
|
|
36
|
+
|
|
13
37
|
export * from './build/hover-gradient';
|
|
38
|
+
export {default} from './build/hover-gradient';
|
|
39
|
+
|
|
14
40
|
export * from './build/icon-button';
|
|
41
|
+
export {default} from './build/icon-button';
|
|
42
|
+
|
|
15
43
|
export * from './build/kakadu-guide-icon';
|
|
44
|
+
export {default} from './build/kakadu-guide-icon';
|
|
45
|
+
|
|
16
46
|
export * from './build/kakadu-guide-logo';
|
|
47
|
+
export {default} from './build/kakadu-guide-logo';
|
|
48
|
+
|
|
17
49
|
export * from './build/kakadu-index-logo';
|
|
50
|
+
export {default} from './build/kakadu-index-logo';
|
|
51
|
+
|
|
18
52
|
export * from './build/kakadu-logo';
|
|
53
|
+
export {default} from './build/kakadu-logo';
|
|
54
|
+
|
|
19
55
|
export * from './build/bankid-logo';
|
|
56
|
+
export {default} from './build/bankid-logo';
|
|
57
|
+
|
|
20
58
|
export * from './build/dnb-logo';
|
|
59
|
+
export {default} from './build/dnb-logo';
|
|
60
|
+
|
|
21
61
|
export * from './build/gjensidige-logo';
|
|
62
|
+
export {default} from './build/gjensidige-logo';
|
|
63
|
+
|
|
22
64
|
export * from './build/sparebank1-logo';
|
|
65
|
+
export {default} from './build/sparebank1-logo';
|
|
66
|
+
|
|
23
67
|
export * from './build/sto-logo';
|
|
68
|
+
export {default} from './build/sto-logo';
|
|
69
|
+
|
|
24
70
|
export * from './build/storebrand-logo';
|
|
71
|
+
export {default} from './build/storebrand-logo';
|
|
72
|
+
|
|
25
73
|
export * from './build/modal';
|
|
74
|
+
export {default} from './build/modal';
|
|
75
|
+
|
|
26
76
|
export * from './build/moving-gradients';
|
|
77
|
+
export {default} from './build/moving-gradients';
|
|
78
|
+
|
|
27
79
|
export * from './build/moving-stars';
|
|
80
|
+
export {default} from './build/moving-stars';
|
|
81
|
+
|
|
28
82
|
export * from './build/notice';
|
|
83
|
+
export {default} from './build/notice';
|
|
84
|
+
|
|
29
85
|
export * from './build/notification';
|
|
86
|
+
export {default} from './build/notification';
|
|
87
|
+
|
|
30
88
|
export * from './build/revealer';
|
|
89
|
+
export {default} from './build/revealer';
|
|
90
|
+
|
|
31
91
|
export * from './build/separator';
|
|
92
|
+
export {default} from './build/separator';
|
|
93
|
+
|
|
32
94
|
export * from './build/skeleton';
|
|
95
|
+
export {default} from './build/skeleton';
|
|
96
|
+
|
|
33
97
|
export * from './build/spinner';
|
|
98
|
+
export {default} from './build/spinner';
|
|
99
|
+
|
|
34
100
|
export * from './build/text';
|
|
101
|
+
export {default} from './build/text';
|
|
102
|
+
|
|
35
103
|
export * from './build/text-button';
|
|
104
|
+
export {default} from './build/text-button';
|
|
105
|
+
|
|
36
106
|
export * from './build/theme-setter';
|
|
107
|
+
export {default} from './build/theme-setter';
|
|
108
|
+
|
|
37
109
|
export * from './build/veil';
|
|
110
|
+
export {default} from './build/veil';
|
|
111
|
+
|
|
38
112
|
export * from './build/theme';
|
|
113
|
+
export {default} from './build/theme';
|
|
114
|
+
|
|
39
115
|
export * from './build/icon';
|
|
116
|
+
export {default} from './build/icon';
|
|
117
|
+
|
|
40
118
|
export * from './build/icons/kakadu-guide';
|
|
119
|
+
export {default} from './build/icons/kakadu-guide';
|
|
120
|
+
|
|
41
121
|
export * from './build/icons/kakadu-guide-glyph';
|
|
122
|
+
export {default} from './build/icons/kakadu-guide-glyph';
|
|
123
|
+
|
|
42
124
|
export * from './build/icons/menu';
|
|
125
|
+
export {default} from './build/icons/menu';
|
|
126
|
+
|
|
43
127
|
export * from './build/icons/check';
|
|
128
|
+
export {default} from './build/icons/check';
|
|
129
|
+
|
|
44
130
|
export * from './build/icons/plus';
|
|
131
|
+
export {default} from './build/icons/plus';
|
|
132
|
+
|
|
45
133
|
export * from './build/icons/times';
|
|
134
|
+
export {default} from './build/icons/times';
|
|
135
|
+
|
|
46
136
|
export * from './build/icons/chevron-down';
|
|
137
|
+
export {default} from './build/icons/chevron-down';
|
|
138
|
+
|
|
47
139
|
export * from './build/icons/chevron-up';
|
|
140
|
+
export {default} from './build/icons/chevron-up';
|
|
141
|
+
|
|
48
142
|
export * from './build/icons/caret-down';
|
|
143
|
+
export {default} from './build/icons/caret-down';
|
|
144
|
+
|
|
49
145
|
export * from './build/icons/caret-right';
|
|
146
|
+
export {default} from './build/icons/caret-right';
|
|
147
|
+
|
|
50
148
|
export * from './build/icons/arrow-down';
|
|
149
|
+
export {default} from './build/icons/arrow-down';
|
|
150
|
+
|
|
51
151
|
export * from './build/icons/edit';
|
|
152
|
+
export {default} from './build/icons/edit';
|
|
153
|
+
|
|
52
154
|
export * from './build/icons/copy';
|
|
155
|
+
export {default} from './build/icons/copy';
|
|
156
|
+
|
|
53
157
|
export * from './build/icons/test';
|
|
158
|
+
export {default} from './build/icons/test';
|
|
159
|
+
|
|
54
160
|
export * from './build/icons/exclamation-triangle';
|
|
161
|
+
export {default} from './build/icons/exclamation-triangle';
|
|
162
|
+
|
|
55
163
|
export * from './build/icons/chrome-browser-logo';
|
|
164
|
+
export {default} from './build/icons/chrome-browser-logo';
|
|
165
|
+
|
|
56
166
|
export * from './build/icons/edge-browser-logo';
|
|
167
|
+
export {default} from './build/icons/edge-browser-logo';
|
|
168
|
+
|
|
57
169
|
export * from './build/hooks/use-media-query';
|
|
170
|
+
export {default} from './build/hooks/use-media-query';
|
|
171
|
+
|
|
58
172
|
export * from './build/utilities/copy-to-clipboard';
|
|
173
|
+
export {default} from './build/utilities/copy-to-clipboard';
|
|
174
|
+
|
|
59
175
|
export * from './build/utilities/generate-random-id';
|
|
176
|
+
export {default} from './build/utilities/generate-random-id';
|
|
177
|
+
|
|
60
178
|
export * from './build/utilities/scale';
|
|
179
|
+
export {default} from './build/utilities/scale';
|