uibee 1.1.5 → 1.3.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/dist/globals.css +439 -0
- package/dist/images/logo-tekst-white.svg +171 -0
- package/dist/src/components/index.d.ts +1 -0
- package/dist/src/components/index.js +1 -0
- package/dist/src/components/loginPage.d.ts +2 -0
- package/dist/src/components/loginPage.js +10 -0
- package/dist/{index.d.ts → src/index.d.ts} +2 -0
- package/dist/{index.js → src/index.js} +2 -0
- package/dist/src/scripts/buildCss.d.ts +1 -0
- package/dist/src/scripts/buildCss.js +22 -0
- package/dist/src/scripts/index.d.ts +1 -0
- package/dist/src/scripts/index.js +1 -0
- package/dist/src/types/svg.d.ts +4 -0
- package/dist/src/types/svg.js +1 -0
- package/dist/tailwind.config.d.ts +3 -0
- package/dist/tailwind.config.js +6 -0
- package/package.json +31 -6
- package/src/globals.css +84 -0
- /package/dist/{hooks → src/hooks}/index.d.ts +0 -0
- /package/dist/{hooks → src/hooks}/index.js +0 -0
- /package/dist/{hooks → src/hooks}/useDarkMode.d.ts +0 -0
- /package/dist/{hooks → src/hooks}/useDarkMode.js +0 -0
- /package/dist/{hooks → src/hooks}/useVisibility.d.ts +0 -0
- /package/dist/{hooks → src/hooks}/useVisibility.js +0 -0
package/dist/globals.css
ADDED
|
@@ -0,0 +1,439 @@
|
|
|
1
|
+
/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties;
|
|
3
|
+
@layer theme, base, components, utilities;
|
|
4
|
+
@layer theme {
|
|
5
|
+
:root, :host {
|
|
6
|
+
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
|
|
7
|
+
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
8
|
+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
9
|
+
"Courier New", monospace;
|
|
10
|
+
--spacing: 0.25rem;
|
|
11
|
+
--container-xs: 20rem;
|
|
12
|
+
--container-md: 28rem;
|
|
13
|
+
--text-sm: 0.875rem;
|
|
14
|
+
--text-sm--line-height: calc(1.25 / 0.875);
|
|
15
|
+
--text-lg: 1.125rem;
|
|
16
|
+
--text-lg--line-height: calc(1.75 / 1.125);
|
|
17
|
+
--text-3xl: 1.875rem;
|
|
18
|
+
--text-3xl--line-height: calc(2.25 / 1.875);
|
|
19
|
+
--font-weight-medium: 500;
|
|
20
|
+
--font-weight-bold: 700;
|
|
21
|
+
--font-weight-extrabold: 800;
|
|
22
|
+
--tracking-tight: -0.025em;
|
|
23
|
+
--radius-xl: 0.75rem;
|
|
24
|
+
--default-transition-duration: 150ms;
|
|
25
|
+
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
26
|
+
--default-font-family: var(--font-sans);
|
|
27
|
+
--default-mono-font-family: var(--font-mono);
|
|
28
|
+
--color-login: #fd8738;
|
|
29
|
+
--color-login-900: #121212;
|
|
30
|
+
--color-login-600: #212121;
|
|
31
|
+
--color-login-100: #b0b0b0;
|
|
32
|
+
--color-login-50: #ededed;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
@layer base {
|
|
36
|
+
*, ::after, ::before, ::backdrop, ::file-selector-button {
|
|
37
|
+
box-sizing: border-box;
|
|
38
|
+
margin: 0;
|
|
39
|
+
padding: 0;
|
|
40
|
+
border: 0 solid;
|
|
41
|
+
}
|
|
42
|
+
html, :host {
|
|
43
|
+
line-height: 1.5;
|
|
44
|
+
-webkit-text-size-adjust: 100%;
|
|
45
|
+
tab-size: 4;
|
|
46
|
+
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
47
|
+
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
48
|
+
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
49
|
+
-webkit-tap-highlight-color: transparent;
|
|
50
|
+
}
|
|
51
|
+
hr {
|
|
52
|
+
height: 0;
|
|
53
|
+
color: inherit;
|
|
54
|
+
border-top-width: 1px;
|
|
55
|
+
}
|
|
56
|
+
abbr:where([title]) {
|
|
57
|
+
-webkit-text-decoration: underline dotted;
|
|
58
|
+
text-decoration: underline dotted;
|
|
59
|
+
}
|
|
60
|
+
h1, h2, h3, h4, h5, h6 {
|
|
61
|
+
font-size: inherit;
|
|
62
|
+
font-weight: inherit;
|
|
63
|
+
}
|
|
64
|
+
a {
|
|
65
|
+
color: inherit;
|
|
66
|
+
-webkit-text-decoration: inherit;
|
|
67
|
+
text-decoration: inherit;
|
|
68
|
+
}
|
|
69
|
+
b, strong {
|
|
70
|
+
font-weight: bolder;
|
|
71
|
+
}
|
|
72
|
+
code, kbd, samp, pre {
|
|
73
|
+
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
74
|
+
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
75
|
+
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
76
|
+
font-size: 1em;
|
|
77
|
+
}
|
|
78
|
+
small {
|
|
79
|
+
font-size: 80%;
|
|
80
|
+
}
|
|
81
|
+
sub, sup {
|
|
82
|
+
font-size: 75%;
|
|
83
|
+
line-height: 0;
|
|
84
|
+
position: relative;
|
|
85
|
+
vertical-align: baseline;
|
|
86
|
+
}
|
|
87
|
+
sub {
|
|
88
|
+
bottom: -0.25em;
|
|
89
|
+
}
|
|
90
|
+
sup {
|
|
91
|
+
top: -0.5em;
|
|
92
|
+
}
|
|
93
|
+
table {
|
|
94
|
+
text-indent: 0;
|
|
95
|
+
border-color: inherit;
|
|
96
|
+
border-collapse: collapse;
|
|
97
|
+
}
|
|
98
|
+
:-moz-focusring {
|
|
99
|
+
outline: auto;
|
|
100
|
+
}
|
|
101
|
+
progress {
|
|
102
|
+
vertical-align: baseline;
|
|
103
|
+
}
|
|
104
|
+
summary {
|
|
105
|
+
display: list-item;
|
|
106
|
+
}
|
|
107
|
+
ol, ul, menu {
|
|
108
|
+
list-style: none;
|
|
109
|
+
}
|
|
110
|
+
img, svg, video, canvas, audio, iframe, embed, object {
|
|
111
|
+
display: block;
|
|
112
|
+
vertical-align: middle;
|
|
113
|
+
}
|
|
114
|
+
img, video {
|
|
115
|
+
max-width: 100%;
|
|
116
|
+
height: auto;
|
|
117
|
+
}
|
|
118
|
+
button, input, select, optgroup, textarea, ::file-selector-button {
|
|
119
|
+
font: inherit;
|
|
120
|
+
font-feature-settings: inherit;
|
|
121
|
+
font-variation-settings: inherit;
|
|
122
|
+
letter-spacing: inherit;
|
|
123
|
+
color: inherit;
|
|
124
|
+
border-radius: 0;
|
|
125
|
+
background-color: transparent;
|
|
126
|
+
opacity: 1;
|
|
127
|
+
}
|
|
128
|
+
:where(select:is([multiple], [size])) optgroup {
|
|
129
|
+
font-weight: bolder;
|
|
130
|
+
}
|
|
131
|
+
:where(select:is([multiple], [size])) optgroup option {
|
|
132
|
+
padding-inline-start: 20px;
|
|
133
|
+
}
|
|
134
|
+
::file-selector-button {
|
|
135
|
+
margin-inline-end: 4px;
|
|
136
|
+
}
|
|
137
|
+
::placeholder {
|
|
138
|
+
opacity: 1;
|
|
139
|
+
}
|
|
140
|
+
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
141
|
+
::placeholder {
|
|
142
|
+
color: currentcolor;
|
|
143
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
144
|
+
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
textarea {
|
|
149
|
+
resize: vertical;
|
|
150
|
+
}
|
|
151
|
+
::-webkit-search-decoration {
|
|
152
|
+
-webkit-appearance: none;
|
|
153
|
+
}
|
|
154
|
+
::-webkit-date-and-time-value {
|
|
155
|
+
min-height: 1lh;
|
|
156
|
+
text-align: inherit;
|
|
157
|
+
}
|
|
158
|
+
::-webkit-datetime-edit {
|
|
159
|
+
display: inline-flex;
|
|
160
|
+
}
|
|
161
|
+
::-webkit-datetime-edit-fields-wrapper {
|
|
162
|
+
padding: 0;
|
|
163
|
+
}
|
|
164
|
+
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
|
|
165
|
+
padding-block: 0;
|
|
166
|
+
}
|
|
167
|
+
::-webkit-calendar-picker-indicator {
|
|
168
|
+
line-height: 1;
|
|
169
|
+
}
|
|
170
|
+
:-moz-ui-invalid {
|
|
171
|
+
box-shadow: none;
|
|
172
|
+
}
|
|
173
|
+
button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
|
|
174
|
+
appearance: button;
|
|
175
|
+
}
|
|
176
|
+
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
|
|
177
|
+
height: auto;
|
|
178
|
+
}
|
|
179
|
+
[hidden]:where(:not([hidden="until-found"])) {
|
|
180
|
+
display: none !important;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
@layer utilities {
|
|
184
|
+
.relative {
|
|
185
|
+
position: relative;
|
|
186
|
+
}
|
|
187
|
+
.mt-2 {
|
|
188
|
+
margin-top: calc(var(--spacing) * 2);
|
|
189
|
+
}
|
|
190
|
+
.mb-2 {
|
|
191
|
+
margin-bottom: calc(var(--spacing) * 2);
|
|
192
|
+
}
|
|
193
|
+
.flex {
|
|
194
|
+
display: flex;
|
|
195
|
+
}
|
|
196
|
+
.aspect-\[3\/1\] {
|
|
197
|
+
aspect-ratio: 3/1;
|
|
198
|
+
}
|
|
199
|
+
.h-6 {
|
|
200
|
+
height: calc(var(--spacing) * 6);
|
|
201
|
+
}
|
|
202
|
+
.min-h-screen {
|
|
203
|
+
min-height: 100vh;
|
|
204
|
+
}
|
|
205
|
+
.w-6 {
|
|
206
|
+
width: calc(var(--spacing) * 6);
|
|
207
|
+
}
|
|
208
|
+
.w-full {
|
|
209
|
+
width: 100%;
|
|
210
|
+
}
|
|
211
|
+
.max-w-md {
|
|
212
|
+
max-width: var(--container-md);
|
|
213
|
+
}
|
|
214
|
+
.max-w-xs {
|
|
215
|
+
max-width: var(--container-xs);
|
|
216
|
+
}
|
|
217
|
+
.transform {
|
|
218
|
+
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
219
|
+
}
|
|
220
|
+
.flex-col {
|
|
221
|
+
flex-direction: column;
|
|
222
|
+
}
|
|
223
|
+
.items-center {
|
|
224
|
+
align-items: center;
|
|
225
|
+
}
|
|
226
|
+
.justify-center {
|
|
227
|
+
justify-content: center;
|
|
228
|
+
}
|
|
229
|
+
.gap-2 {
|
|
230
|
+
gap: calc(var(--spacing) * 2);
|
|
231
|
+
}
|
|
232
|
+
.gap-3 {
|
|
233
|
+
gap: calc(var(--spacing) * 3);
|
|
234
|
+
}
|
|
235
|
+
.gap-4 {
|
|
236
|
+
gap: calc(var(--spacing) * 4);
|
|
237
|
+
}
|
|
238
|
+
.rounded {
|
|
239
|
+
border-radius: 0.25rem;
|
|
240
|
+
}
|
|
241
|
+
.rounded-xl {
|
|
242
|
+
border-radius: var(--radius-xl);
|
|
243
|
+
}
|
|
244
|
+
.bg-login {
|
|
245
|
+
background-color: var(--color-login);
|
|
246
|
+
}
|
|
247
|
+
.bg-login-600 {
|
|
248
|
+
background-color: var(--color-login-600);
|
|
249
|
+
}
|
|
250
|
+
.bg-login-900 {
|
|
251
|
+
background-color: var(--color-login-900);
|
|
252
|
+
}
|
|
253
|
+
.object-contain {
|
|
254
|
+
object-fit: contain;
|
|
255
|
+
}
|
|
256
|
+
.p-8 {
|
|
257
|
+
padding: calc(var(--spacing) * 8);
|
|
258
|
+
}
|
|
259
|
+
.px-3 {
|
|
260
|
+
padding-inline: calc(var(--spacing) * 3);
|
|
261
|
+
}
|
|
262
|
+
.px-4 {
|
|
263
|
+
padding-inline: calc(var(--spacing) * 4);
|
|
264
|
+
}
|
|
265
|
+
.px-6 {
|
|
266
|
+
padding-inline: calc(var(--spacing) * 6);
|
|
267
|
+
}
|
|
268
|
+
.py-2 {
|
|
269
|
+
padding-block: calc(var(--spacing) * 2);
|
|
270
|
+
}
|
|
271
|
+
.py-3 {
|
|
272
|
+
padding-block: calc(var(--spacing) * 3);
|
|
273
|
+
}
|
|
274
|
+
.py-12 {
|
|
275
|
+
padding-block: calc(var(--spacing) * 12);
|
|
276
|
+
}
|
|
277
|
+
.text-center {
|
|
278
|
+
text-align: center;
|
|
279
|
+
}
|
|
280
|
+
.text-3xl {
|
|
281
|
+
font-size: var(--text-3xl);
|
|
282
|
+
line-height: var(--tw-leading, var(--text-3xl--line-height));
|
|
283
|
+
}
|
|
284
|
+
.text-lg {
|
|
285
|
+
font-size: var(--text-lg);
|
|
286
|
+
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
287
|
+
}
|
|
288
|
+
.text-sm {
|
|
289
|
+
font-size: var(--text-sm);
|
|
290
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
291
|
+
}
|
|
292
|
+
.font-bold {
|
|
293
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
294
|
+
font-weight: var(--font-weight-bold);
|
|
295
|
+
}
|
|
296
|
+
.font-extrabold {
|
|
297
|
+
--tw-font-weight: var(--font-weight-extrabold);
|
|
298
|
+
font-weight: var(--font-weight-extrabold);
|
|
299
|
+
}
|
|
300
|
+
.font-medium {
|
|
301
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
302
|
+
font-weight: var(--font-weight-medium);
|
|
303
|
+
}
|
|
304
|
+
.tracking-tight {
|
|
305
|
+
--tw-tracking: var(--tracking-tight);
|
|
306
|
+
letter-spacing: var(--tracking-tight);
|
|
307
|
+
}
|
|
308
|
+
.text-login {
|
|
309
|
+
color: var(--color-login);
|
|
310
|
+
}
|
|
311
|
+
.text-login-50 {
|
|
312
|
+
color: var(--color-login-50);
|
|
313
|
+
}
|
|
314
|
+
.text-login-100 {
|
|
315
|
+
color: var(--color-login-100);
|
|
316
|
+
}
|
|
317
|
+
.transition-all {
|
|
318
|
+
transition-property: all;
|
|
319
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
320
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
321
|
+
}
|
|
322
|
+
.duration-200 {
|
|
323
|
+
--tw-duration: 200ms;
|
|
324
|
+
transition-duration: 200ms;
|
|
325
|
+
}
|
|
326
|
+
.hover\:bg-login\/80 {
|
|
327
|
+
&:hover {
|
|
328
|
+
@media (hover: hover) {
|
|
329
|
+
background-color: color-mix(in srgb, #fd8738 80%, transparent);
|
|
330
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
331
|
+
background-color: color-mix(in oklab, var(--color-login) 80%, transparent);
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
.focus\:outline-none {
|
|
337
|
+
&:focus {
|
|
338
|
+
--tw-outline-style: none;
|
|
339
|
+
outline-style: none;
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
.sm\:px-12 {
|
|
343
|
+
@media (width >= 40rem) {
|
|
344
|
+
padding-inline: calc(var(--spacing) * 12);
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
.md\:gap-6 {
|
|
348
|
+
@media (width >= 48rem) {
|
|
349
|
+
gap: calc(var(--spacing) * 6);
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
:root {
|
|
354
|
+
transition: background 0.4s,
|
|
355
|
+
color 0.4s;
|
|
356
|
+
}
|
|
357
|
+
.dark {
|
|
358
|
+
--background: #0e0e0e;
|
|
359
|
+
--foreground: #ededed;
|
|
360
|
+
--color-login: #fd8738;
|
|
361
|
+
--color-login-950: #0e0e0e;
|
|
362
|
+
--color-login-900: #121212;
|
|
363
|
+
--color-login-800: #181818;
|
|
364
|
+
--color-login-700: #1a1a1a;
|
|
365
|
+
--color-login-600: #212121;
|
|
366
|
+
--color-login-500: #323232;
|
|
367
|
+
--color-login-400: #424242;
|
|
368
|
+
--color-login-300: #5e5e5e;
|
|
369
|
+
--color-login-200: #6b6b6b;
|
|
370
|
+
--color-login-100: #b0b0b0;
|
|
371
|
+
--color-login-50: #ededed;
|
|
372
|
+
}
|
|
373
|
+
.light {
|
|
374
|
+
--background: #ededed;
|
|
375
|
+
--foreground: #0e0e0e;
|
|
376
|
+
--color-login: #fd8738;
|
|
377
|
+
--color-login-950: #ededed;
|
|
378
|
+
--color-login-900: #b0b0b0;
|
|
379
|
+
--color-login-800: #cfcfcf;
|
|
380
|
+
--color-login-700: #d9d9d9;
|
|
381
|
+
--color-login-600: #e3e3e3;
|
|
382
|
+
--color-login-500: #ebebeb;
|
|
383
|
+
--color-login-400: #f3f3f3;
|
|
384
|
+
--color-login-300: #f7f7f7;
|
|
385
|
+
--color-login-200: #fafafa;
|
|
386
|
+
--color-login-100: #fcfcfc;
|
|
387
|
+
--color-login-50: #ffffff;
|
|
388
|
+
}
|
|
389
|
+
body {
|
|
390
|
+
color: var(--foreground);
|
|
391
|
+
background: var(--background);
|
|
392
|
+
font-family: Arial, Helvetica, sans-serif;
|
|
393
|
+
}
|
|
394
|
+
@property --tw-rotate-x {
|
|
395
|
+
syntax: "*";
|
|
396
|
+
inherits: false;
|
|
397
|
+
}
|
|
398
|
+
@property --tw-rotate-y {
|
|
399
|
+
syntax: "*";
|
|
400
|
+
inherits: false;
|
|
401
|
+
}
|
|
402
|
+
@property --tw-rotate-z {
|
|
403
|
+
syntax: "*";
|
|
404
|
+
inherits: false;
|
|
405
|
+
}
|
|
406
|
+
@property --tw-skew-x {
|
|
407
|
+
syntax: "*";
|
|
408
|
+
inherits: false;
|
|
409
|
+
}
|
|
410
|
+
@property --tw-skew-y {
|
|
411
|
+
syntax: "*";
|
|
412
|
+
inherits: false;
|
|
413
|
+
}
|
|
414
|
+
@property --tw-font-weight {
|
|
415
|
+
syntax: "*";
|
|
416
|
+
inherits: false;
|
|
417
|
+
}
|
|
418
|
+
@property --tw-tracking {
|
|
419
|
+
syntax: "*";
|
|
420
|
+
inherits: false;
|
|
421
|
+
}
|
|
422
|
+
@property --tw-duration {
|
|
423
|
+
syntax: "*";
|
|
424
|
+
inherits: false;
|
|
425
|
+
}
|
|
426
|
+
@layer properties {
|
|
427
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
428
|
+
*, ::before, ::after, ::backdrop {
|
|
429
|
+
--tw-rotate-x: initial;
|
|
430
|
+
--tw-rotate-y: initial;
|
|
431
|
+
--tw-rotate-z: initial;
|
|
432
|
+
--tw-skew-x: initial;
|
|
433
|
+
--tw-skew-y: initial;
|
|
434
|
+
--tw-font-weight: initial;
|
|
435
|
+
--tw-tracking: initial;
|
|
436
|
+
--tw-duration: initial;
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
}
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
viewBox="0 0 147.02299 59.20511"
|
|
4
|
+
version="1.1"
|
|
5
|
+
id="svg1433"
|
|
6
|
+
sodipodi:docname="logo-tekst-white.svg"
|
|
7
|
+
width="147.02299"
|
|
8
|
+
height="59.205109"
|
|
9
|
+
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04, custom)"
|
|
10
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
14
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
15
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
16
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
|
17
|
+
<sodipodi:namedview
|
|
18
|
+
id="namedview1435"
|
|
19
|
+
pagecolor="#ffffff"
|
|
20
|
+
bordercolor="#666666"
|
|
21
|
+
borderopacity="1.0"
|
|
22
|
+
inkscape:pageshadow="2"
|
|
23
|
+
inkscape:pageopacity="0.0"
|
|
24
|
+
inkscape:pagecheckerboard="0"
|
|
25
|
+
showgrid="false"
|
|
26
|
+
inkscape:zoom="5.1614308"
|
|
27
|
+
inkscape:cx="73.429252"
|
|
28
|
+
inkscape:cy="28.577347"
|
|
29
|
+
inkscape:window-width="1896"
|
|
30
|
+
inkscape:window-height="1028"
|
|
31
|
+
inkscape:window-x="12"
|
|
32
|
+
inkscape:window-y="40"
|
|
33
|
+
inkscape:window-maximized="1"
|
|
34
|
+
inkscape:current-layer="svg1433" />
|
|
35
|
+
<defs
|
|
36
|
+
id="defs1371">
|
|
37
|
+
<style
|
|
38
|
+
id="style1369">.a{fill:#fff;}.b{fill:none;stroke:#f0802a;stroke-miterlimit:10;stroke-width:3.5px;}</style>
|
|
39
|
+
</defs>
|
|
40
|
+
<title
|
|
41
|
+
id="title1373">logo_tekst</title>
|
|
42
|
+
<path
|
|
43
|
+
class="a"
|
|
44
|
+
d="m 28.77713,58.37738 v 0.76465 H 25.531 v -5.61816 h 0.91309 v 4.85351 z"
|
|
45
|
+
id="path1375" />
|
|
46
|
+
<path
|
|
47
|
+
class="a"
|
|
48
|
+
d="m 30.47831,59.142 h -0.917 v -5.61813 h 0.917 z"
|
|
49
|
+
id="path1377" />
|
|
50
|
+
<path
|
|
51
|
+
class="a"
|
|
52
|
+
d="M 36.46268,53.52387 V 59.142 H 35.99881 A 0.36347,0.36347 0 0 1 35.6785,58.98185 L 32.59256,55.018 c 0.0078,0.07617 0.01368,0.15039 0.01758,0.22461 0.0039,0.07422 0.0059,0.14258 0.0059,0.20508 V 59.142 h -0.80371 v -5.61813 h 0.47656 a 0.71321,0.71321 0 0 1 0.09864,0.0059 0.3128,0.3128 0 0 1 0.07617,0.02148 0.22919,0.22919 0 0 1 0.0664,0.04688 0.63781,0.63781 0 0 1 0.06641,0.07812 l 3.08984,3.96779 c -0.0078,-0.08105 -0.01367,-0.16015 -0.01757,-0.23828 -0.0039,-0.07813 -0.0059,-0.15039 -0.0059,-0.21875 v -3.6631 z"
|
|
53
|
+
id="path1379" />
|
|
54
|
+
<path
|
|
55
|
+
class="a"
|
|
56
|
+
d="m 39.84549,57.1684 a 2.91264,2.91264 0 0 1 -0.11523,0.84765 1.748,1.748 0 0 1 -0.34375,0.64063 1.52483,1.52483 0 0 1 -0.56543,0.40527 2.00691,2.00691 0 0 1 -0.78223,0.14258 3.23707,3.23707 0 0 1 -0.40234,-0.0254 3.44454,3.44454 0 0 1 -0.41309,-0.0801 l 0.04688,-0.5459 a 0.2079,0.2079 0 0 1 0.06055,-0.125 0.19754,0.19754 0 0 1 0.14257,-0.0469 0.74035,0.74035 0 0 1 0.18067,0.0293 1.36468,1.36468 0 0 0 0.71387,-0.041 0.74722,0.74722 0 0 0 0.3125,-0.2207 0.9864,0.9864 0 0 0 0.1914,-0.38574 2.19551,2.19551 0 0 0 0.06445,-0.57227 v -3.667 h 0.90918 z"
|
|
57
|
+
id="path1381" />
|
|
58
|
+
<path
|
|
59
|
+
class="a"
|
|
60
|
+
d="m 44.6326,58.40473 -0.0039,0.7373 h -3.50391 v -5.61816 h 3.50391 v 0.7373 h -2.58692 v 1.69336 h 2.06739 v 0.71387 h -2.06739 v 1.73633 z"
|
|
61
|
+
id="path1383" />
|
|
62
|
+
<path
|
|
63
|
+
class="a"
|
|
64
|
+
d="M 46.53592,54.26117 V 56.06 h 2.19629 v 0.7373 h -2.19629 v 2.3447 h -0.917 v -5.61813 h 3.50391 v 0.7373 z"
|
|
65
|
+
id="path1385" />
|
|
66
|
+
<path
|
|
67
|
+
class="a"
|
|
68
|
+
d="m 55.25956,56.33344 a 3.18179,3.18179 0 0 1 -0.20215,1.15039 2.6634,2.6634 0 0 1 -0.57227,0.90722 2.59685,2.59685 0 0 1 -0.88476,0.59473 3.17156,3.17156 0 0 1 -2.29492,0 2.62415,2.62415 0 0 1 -0.88672,-0.59473 2.65327,2.65327 0 0 1 -0.57422,-0.90722 3.37717,3.37717 0 0 1 0,-2.30176 2.67118,2.67118 0 0 1 0.57422,-0.90918 2.61491,2.61491 0 0 1 0.88672,-0.59668 3.1717,3.1717 0 0 1 2.29492,0 2.58781,2.58781 0 0 1 0.88476,0.59668 2.68144,2.68144 0 0 1 0.57227,0.90918 3.1871,3.1871 0 0 1 0.20215,1.15137 z m -0.93164,0 a 2.706,2.706 0 0 0 -0.13086,-0.87012 1.821,1.821 0 0 0 -0.375,-0.65527 1.63008,1.63008 0 0 0 -0.59082,-0.41407 2.16795,2.16795 0 0 0 -1.55664,0 1.65415,1.65415 0 0 0 -0.59278,0.41407 1.84212,1.84212 0 0 0 -0.3789,0.65527 2.92611,2.92611 0 0 0 0,1.74316 1.83766,1.83766 0 0 0 0.3789,0.6543 1.64222,1.64222 0 0 0 0.59278,0.40918 2.19564,2.19564 0 0 0 1.55664,0 1.61838,1.61838 0 0 0 0.59082,-0.40918 1.81652,1.81652 0 0 0 0.375,-0.6543 2.71589,2.71589 0 0 0 0.13086,-0.87304 z"
|
|
69
|
+
id="path1387" />
|
|
70
|
+
<path
|
|
71
|
+
class="a"
|
|
72
|
+
d="m 60.534,59.142 h -0.81543 a 0.377,0.377 0 0 1 -0.35156,-0.1875 l -1.31055,-1.8916 a 0.4267,0.4267 0 0 0 -0.14453,-0.14063 0.50286,0.50286 0 0 0 -0.23437,-0.043 H 57.17072 V 59.142 H 56.2576 v -5.61813 h 1.6543 a 3.54427,3.54427 0 0 1 0.9541,0.11328 1.80649,1.80649 0 0 1 0.65723,0.32226 1.25606,1.25606 0 0 1 0.37988,0.501 1.76427,1.76427 0 0 1 0.03516,1.19727 1.50418,1.50418 0 0 1 -0.25293,0.46093 1.61283,1.61283 0 0 1 -0.40821,0.3584 2.04861,2.04861 0 0 1 -0.5498,0.23828 0.92346,0.92346 0 0 1 0.28906,0.28516 z m -2.64551,-2.92578 a 1.763,1.763 0 0 0 0.5459,-0.07617 1.11007,1.11007 0 0 0 0.39063,-0.21289 0.87892,0.87892 0 0 0 0.23437,-0.3252 1.10093,1.10093 0 0 0 0.07715,-0.41992 0.84276,0.84276 0 0 0 -0.30371,-0.70215 1.46527,1.46527 0 0 0 -0.9209,-0.24219 h -0.74121 v 1.97852 z"
|
|
73
|
+
id="path1389" />
|
|
74
|
+
<path
|
|
75
|
+
class="a"
|
|
76
|
+
d="m 64.72049,58.40473 -0.0039,0.7373 h -3.50391 v -5.61816 h 3.50391 v 0.7373 h -2.58692 v 1.69336 h 2.06739 v 0.71387 h -2.06739 v 1.73633 z"
|
|
77
|
+
id="path1391" />
|
|
78
|
+
<path
|
|
79
|
+
class="a"
|
|
80
|
+
d="M 70.35721,53.52387 V 59.142 H 69.89335 A 0.36347,0.36347 0 0 1 69.57303,58.98185 L 66.4871,55.018 c 0.0078,0.07617 0.01367,0.15039 0.01757,0.22461 0.0039,0.07422 0.0059,0.14258 0.0059,0.20508 V 59.142 h -0.80371 v -5.61813 h 0.47656 a 0.71321,0.71321 0 0 1 0.09864,0.0059 0.3128,0.3128 0 0 1 0.07617,0.02148 0.22936,0.22936 0 0 1 0.06641,0.04688 0.63869,0.63869 0 0 1 0.0664,0.07812 l 3.08985,3.96777 c -0.008,-0.08105 -0.0137,-0.16015 -0.0176,-0.23828 -0.004,-0.07813 -0.006,-0.15039 -0.006,-0.21875 v -3.66308 z"
|
|
81
|
+
id="path1393" />
|
|
82
|
+
<path
|
|
83
|
+
class="a"
|
|
84
|
+
d="m 72.6121,59.142 h -0.917 v -5.61813 h 0.917 z"
|
|
85
|
+
id="path1395" />
|
|
86
|
+
<path
|
|
87
|
+
class="a"
|
|
88
|
+
d="M 78.59794,53.52387 V 59.142 H 78.13358 A 0.36344,0.36344 0 0 1 77.81327,58.98185 L 74.72733,55.018 c 0.008,0.07617 0.0137,0.15039 0.0176,0.22461 0.004,0.07422 0.006,0.14258 0.006,0.20508 V 59.142 h -0.80371 v -5.61813 h 0.47656 a 0.713,0.713 0 0 1 0.0986,0.0059 0.31254,0.31254 0 0 1 0.0762,0.02148 0.22936,0.22936 0 0 1 0.0664,0.04688 0.63869,0.63869 0 0 1 0.0664,0.07812 l 3.08984,3.96777 c -0.008,-0.08105 -0.0137,-0.16015 -0.0176,-0.23828 -0.004,-0.07813 -0.006,-0.15039 -0.006,-0.21875 v -3.66308 z"
|
|
89
|
+
id="path1397" />
|
|
90
|
+
<path
|
|
91
|
+
class="a"
|
|
92
|
+
d="M 84.53544,56.37641 V 58.6 a 3.24425,3.24425 0 0 1 -1.9502,0.60449 3.419,3.419 0 0 1 -1.23535,-0.21289 2.7275,2.7275 0 0 1 -0.94141,-0.59277 2.59231,2.59231 0 0 1 -0.60156,-0.90723 3.08634,3.08634 0 0 1 -0.21,-1.1582 3.23536,3.23536 0 0 1 0.20215,-1.165 2.5484,2.5484 0 0 1 1.49414,-1.498 3.29189,3.29189 0 0 1 1.20215,-0.209 3.52605,3.52605 0 0 1 0.62988,0.05273 3.11559,3.11559 0 0 1 0.54,0.14649 2.535,2.535 0 0 1 0.84668,0.52246 l -0.26074,0.418 a 0.26545,0.26545 0 0 1 -0.16016,0.12109 0.27377,0.27377 0 0 1 -0.21094,-0.04688 c -0.0752,-0.04492 -0.15527,-0.09082 -0.24023,-0.14062 a 2.01137,2.01137 0 0 0 -0.29,-0.13867 2.127,2.127 0 0 0 -0.37891,-0.10547 2.72656,2.72656 0 0 0 -0.50683,-0.041 2.09434,2.09434 0 0 0 -0.80176,0.14649 1.70173,1.70173 0 0 0 -0.61035,0.418 1.84692,1.84692 0 0 0 -0.39063,0.65722 2.5766,2.5766 0 0 0 -0.13672,0.86231 2.62333,2.62333 0 0 0 0.14453,0.89844 1.88731,1.88731 0 0 0 0.41016,0.67187 1.74772,1.74772 0 0 0 0.6416,0.419 2.55647,2.55647 0 0 0 1.459,0.0703 2.80344,2.80344 0 0 0 0.53222,-0.207 V 57.07074 H 82.928 a 0.19287,0.19287 0 0 1 -0.13964,-0.04883 0.16848,0.16848 0 0 1 -0.0508,-0.12695 v -0.51855 z"
|
|
93
|
+
id="path1399" />
|
|
94
|
+
<path
|
|
95
|
+
class="a"
|
|
96
|
+
d="m 89.1243,58.40473 -0.004,0.7373 h -3.50391 v -5.61816 h 3.50391 v 0.7373 h -2.58692 v 1.69336 h 2.06739 v 0.71387 h -2.06739 v 1.73633 z"
|
|
97
|
+
id="path1401" />
|
|
98
|
+
<path
|
|
99
|
+
class="a"
|
|
100
|
+
d="M 94.761,53.52387 V 59.142 H 94.29713 A 0.36347,0.36347 0 0 1 93.97682,58.98185 L 90.8909,55.018 c 0.008,0.07617 0.0137,0.15039 0.0176,0.22461 0.004,0.07422 0.006,0.14258 0.006,0.20508 V 59.142 h -0.80371 v -5.61813 h 0.47656 a 0.71321,0.71321 0 0 1 0.0986,0.0059 0.3128,0.3128 0 0 1 0.0762,0.02148 0.22919,0.22919 0 0 1 0.0664,0.04688 0.63781,0.63781 0 0 1 0.0664,0.07812 l 3.08984,3.96777 c -0.008,-0.08105 -0.0137,-0.16015 -0.0176,-0.23828 -0.004,-0.07813 -0.006,-0.15039 -0.006,-0.21875 v -3.66308 z"
|
|
101
|
+
id="path1403" />
|
|
102
|
+
<path
|
|
103
|
+
class="a"
|
|
104
|
+
d="M 98.95829,54.26117 V 56.06 h 2.19629 v 0.7373 h -2.19629 v 2.3447 h -0.917 v -5.61813 h 3.5039 v 0.7373 z"
|
|
105
|
+
id="path1405" />
|
|
106
|
+
<path
|
|
107
|
+
class="a"
|
|
108
|
+
d="m 107.68192,56.33344 a 3.18158,3.18158 0 0 1 -0.20215,1.15039 2.66353,2.66353 0 0 1 -0.57226,0.90722 2.597,2.597 0 0 1 -0.88477,0.59473 3.17156,3.17156 0 0 1 -2.29492,0 2.62415,2.62415 0 0 1 -0.88672,-0.59473 2.65327,2.65327 0 0 1 -0.57422,-0.90722 3.37717,3.37717 0 0 1 0,-2.30176 2.67118,2.67118 0 0 1 0.57422,-0.90918 2.61491,2.61491 0 0 1 0.88672,-0.59668 3.1717,3.1717 0 0 1 2.29492,0 2.588,2.588 0 0 1 0.88477,0.59668 2.68157,2.68157 0 0 1 0.57226,0.90918 3.18689,3.18689 0 0 1 0.20215,1.15137 z m -0.93164,0 a 2.706,2.706 0 0 0 -0.13086,-0.87012 1.82066,1.82066 0 0 0 -0.375,-0.65527 1.63,1.63 0 0 0 -0.59082,-0.41407 2.16795,2.16795 0 0 0 -1.55664,0 1.65411,1.65411 0 0 0 -0.59277,0.41407 1.84214,1.84214 0 0 0 -0.37891,0.65527 2.92632,2.92632 0 0 0 0,1.74316 1.83768,1.83768 0 0 0 0.37891,0.6543 1.64218,1.64218 0 0 0 0.59277,0.40918 2.19564,2.19564 0 0 0 1.55664,0 1.61829,1.61829 0 0 0 0.59082,-0.40918 1.81623,1.81623 0 0 0 0.375,-0.6543 2.71589,2.71589 0 0 0 0.13086,-0.87304 z"
|
|
109
|
+
id="path1407" />
|
|
110
|
+
<path
|
|
111
|
+
class="a"
|
|
112
|
+
d="m 112.95731,59.142 h -0.81543 a 0.377,0.377 0 0 1 -0.35156,-0.1875 l -1.31055,-1.8916 a 0.4267,0.4267 0 0 0 -0.14453,-0.14063 0.50286,0.50286 0 0 0 -0.23437,-0.043 H 109.594 V 59.142 h -0.91309 v -5.61813 h 1.6543 a 3.54427,3.54427 0 0 1 0.9541,0.11328 1.80649,1.80649 0 0 1 0.65723,0.32226 1.25606,1.25606 0 0 1 0.37988,0.501 1.76427,1.76427 0 0 1 0.0352,1.19727 1.50418,1.50418 0 0 1 -0.25293,0.46093 1.61283,1.61283 0 0 1 -0.40821,0.3584 2.04861,2.04861 0 0 1 -0.5498,0.23828 0.92346,0.92346 0 0 1 0.28906,0.28516 z m -2.64551,-2.92578 a 1.763,1.763 0 0 0 0.5459,-0.07617 1.11007,1.11007 0 0 0 0.39063,-0.21289 0.87892,0.87892 0 0 0 0.23437,-0.3252 1.10093,1.10093 0 0 0 0.0772,-0.41992 0.84276,0.84276 0 0 0 -0.30371,-0.70215 1.46527,1.46527 0 0 0 -0.9209,-0.24219 H 109.594 v 1.97852 z"
|
|
113
|
+
id="path1409" />
|
|
114
|
+
<path
|
|
115
|
+
class="a"
|
|
116
|
+
d="m 116.4954,59.142 h -0.917 v -5.61813 h 0.917 z"
|
|
117
|
+
id="path1411" />
|
|
118
|
+
<path
|
|
119
|
+
class="a"
|
|
120
|
+
d="m 121.69559,54.28461 h -1.75195 V 59.142 h -0.9082 v -4.85739 h -1.75586 v -0.76074 h 4.416 z"
|
|
121
|
+
id="path1413" />
|
|
122
|
+
<polyline
|
|
123
|
+
class="b"
|
|
124
|
+
points="47.871 98.1 33.189 98.1 33.189 83.418"
|
|
125
|
+
id="polyline1415"
|
|
126
|
+
transform="translate(-31.392,-41.894)" />
|
|
127
|
+
<polyline
|
|
128
|
+
class="b"
|
|
129
|
+
points="33.142 58.326 33.142 43.644 47.824 43.644"
|
|
130
|
+
id="polyline1417"
|
|
131
|
+
transform="translate(-31.392,-41.894)" />
|
|
132
|
+
<polyline
|
|
133
|
+
class="b"
|
|
134
|
+
points="161.983 98.122 176.665 98.122 176.665 83.44"
|
|
135
|
+
id="polyline1419"
|
|
136
|
+
transform="translate(-31.392,-41.894)" />
|
|
137
|
+
<polyline
|
|
138
|
+
class="b"
|
|
139
|
+
points="176.665 58.372 176.665 43.69 161.983 43.69"
|
|
140
|
+
id="polyline1421"
|
|
141
|
+
transform="translate(-31.392,-41.894)" />
|
|
142
|
+
<path
|
|
143
|
+
class="a"
|
|
144
|
+
d="m 30.02449,40.19351 v 4.12842 H 12.4991 V 13.99038 h 4.92871 v 26.20313 z"
|
|
145
|
+
id="path1423" />
|
|
146
|
+
<path
|
|
147
|
+
class="a"
|
|
148
|
+
d="m 61.53523,29.1564 a 17.15942,17.15942 0 0 1 -1.09473,6.21338 14.35971,14.35971 0 0 1 -3.08593,4.89746 14.091,14.091 0 0 1 -4.78125,3.21191 17.1289,17.1289 0 0 1 -12.38575,0 13.98317,13.98317 0 0 1 -7.88867,-8.10937 18.18161,18.18161 0 0 1 0,-12.42725 14.39119,14.39119 0 0 1 3.09668,-4.90771 14.13157,14.13157 0 0 1 4.792,-3.22315 17.13565,17.13565 0 0 1 12.38575,0 14.02046,14.02046 0 0 1 4.78125,3.22315 14.47032,14.47032 0 0 1 3.08593,4.90771 17.16209,17.16209 0 0 1 1.09472,6.21387 z m -5.03418,0 a 14.62587,14.62587 0 0 0 -0.70508,-4.69727 9.9446,9.9446 0 0 0 -2.02246,-3.53906 8.80545,8.80545 0 0 0 -3.1914,-2.23242 11.719,11.719 0 0 0 -8.4043,0 8.90077,8.90077 0 0 0 -3.20117,2.23242 9.96735,9.96735 0 0 0 -2.043,3.53906 15.81644,15.81644 0 0 0 0,9.415 9.847,9.847 0 0 0 2.043,3.52832 8.85094,8.85094 0 0 0 3.20117,2.21192 11.87213,11.87213 0 0 0 8.4043,0 8.75623,8.75623 0 0 0 3.1914,-2.21192 9.82454,9.82454 0 0 0 2.02249,-3.52828 14.69371,14.69371 0 0 0 0.70505,-4.71777 z"
|
|
149
|
+
id="path1425" />
|
|
150
|
+
<path
|
|
151
|
+
class="a"
|
|
152
|
+
d="m 91.76082,29.38784 v 12.00635 a 17.5354,17.5354 0 0 1 -10.53125,3.26465 18.41512,18.41512 0 0 1 -6.667,-1.148 14.80254,14.80254 0 0 1 -5.08691,-3.20166 14.0148,14.0148 0 0 1 -3.24316,-4.897 16.691,16.691 0 0 1 -1.1377,-6.25586 17.42935,17.42935 0 0 1 1.09473,-6.2876 13.74023,13.74023 0 0 1 8.06738,-8.08838 17.7222,17.7222 0 0 1 6.48828,-1.127 19.10354,19.10354 0 0 1 3.40137,0.28418 16.85244,16.85244 0 0 1 2.917,0.79 13.68442,13.68442 0 0 1 2.48633,1.22168 13.95372,13.95372 0 0 1 2.085,1.60058 l -1.41113,2.25391 a 1.40229,1.40229 0 0 1 -0.86426,0.65283 1.47784,1.47784 0 0 1 -1.13672,-0.25244 q -0.6123,-0.35816 -1.2959,-0.7583 a 11.33129,11.33129 0 0 0 -1.56933,-0.748 11.53387,11.53387 0 0 0 -2.043,-0.56836 14.78335,14.78335 0 0 0 -2.73828,-0.22119 11.32128,11.32128 0 0 0 -4.32813,0.78955 9.26752,9.26752 0 0 0 -3.29687,2.25391 9.99164,9.99164 0 0 0 -2.10645,3.54931 13.90267,13.90267 0 0 0 -0.7373,4.65528 14.11731,14.11731 0 0 0 0.77929,4.855 10.1425,10.1425 0 0 0 2.21192,3.62305 9.43419,9.43419 0 0 0 3.46484,2.26416 13.81975,13.81975 0 0 0 7.87793,0.3789 15.14816,15.14816 0 0 0 2.875,-1.11621 v -6.02383 h -4.2334 a 1.04883,1.04883 0 0 1 -0.75879,-0.26367 0.90553,0.90553 0 0 1 -0.27343,-0.68457 v -2.80127 z"
|
|
153
|
+
id="path1427" />
|
|
154
|
+
<path
|
|
155
|
+
class="a"
|
|
156
|
+
d="M 102.546,44.32193 H 97.59581 V 13.99038 h 4.95019 z"
|
|
157
|
+
id="path1429" />
|
|
158
|
+
<path
|
|
159
|
+
class="a"
|
|
160
|
+
d="m 134.8575,13.99038 v 30.33155 h -2.50684 a 2.14219,2.14219 0 0 1 -0.96875,-0.2002 2.26108,2.26108 0 0 1 -0.75879,-0.66357 L 113.962,22.05777 q 0.063,0.61083 0.0947,1.21093 0.0322,0.60058 0.0322,1.106 v 19.94723 h -4.3398 V 13.99038 h 2.57031 a 3.89092,3.89092 0 0 1 0.53711,0.03174 1.53328,1.53328 0 0 1 0.41016,0.11572 1.18964,1.18964 0 0 1 0.35839,0.25293 4.01792,4.01792 0 0 1 0.3584,0.4209 l 16.68164,21.42188 q -0.063,-0.65259 -0.0947,-1.28467 -0.0308,-0.63208 -0.0312,-1.17969 V 13.99038 Z"
|
|
161
|
+
id="path1431" />
|
|
162
|
+
<metadata
|
|
163
|
+
id="metadata1437">
|
|
164
|
+
<rdf:RDF>
|
|
165
|
+
<cc:Work
|
|
166
|
+
rdf:about="">
|
|
167
|
+
<dc:title>logo_tekst</dc:title>
|
|
168
|
+
</cc:Work>
|
|
169
|
+
</rdf:RDF>
|
|
170
|
+
</metadata>
|
|
171
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as LoginPage } from './loginPage';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as LoginPage } from './loginPage';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { LogIn } from 'lucide-react';
|
|
3
|
+
import Link from 'next/link';
|
|
4
|
+
import Image from 'next/image';
|
|
5
|
+
import logo from '../../images/logo-tekst-white.svg';
|
|
6
|
+
export default function LoginPage({ title, description, redirectURI, version, btg, handleSubmit }) {
|
|
7
|
+
return (_jsx("main", { className: 'min-h-screen flex items-center justify-center bg-login-900 p-8', children: _jsxs("div", { className: 'flex flex-col justify-center items-center bg-login-600 px-4 py-12 rounded-xl w-full max-w-md gap-4 md:gap-6', children: [_jsx("div", { className: 'relative aspect-[3/1] w-full', children: _jsx(Image, { src: logo, alt: 'Logo', fill: true, className: 'object-contain sm:px-12' }) }), _jsxs("h1", { className: 'text-3xl font-extrabold text-login text-center tracking-tight', children: [title, " ", btg ? ' - Break the Glass' : ''] }), description && (_jsx("p", { className: 'text-login-100 text-center font-medium text-lg mb-2 max-w-xs', children: description })), btg ? (_jsxs("form", { className: 'w-full flex flex-col gap-3 max-w-xs', onSubmit: e => { handleSubmit?.(new FormData(e.currentTarget)); }, children: [_jsx("input", { type: 'text', name: 'name', placeholder: 'Name', className: 'py-2 px-3 rounded bg-login-900 text-login-50 font-medium focus:outline-none', required: true }), _jsx("input", { type: 'password', name: 'token', placeholder: 'Token', className: 'py-2 px-3 rounded bg-login-900 text-login-50 font-medium focus:outline-none', required: true }), _jsx("button", { type: 'submit', className: 'py-2 px-4 rounded-xl bg-login font-bold text-lg ' +
|
|
8
|
+
'hover:bg-login/80 text-login-50 transition-all duration-200 mt-2', children: "Login" })] })) : (_jsx(Link, { href: redirectURI, className: 'w-full flex justify-center', children: _jsxs("button", { className: 'flex items-center justify-center gap-2 w-full max-w-xs py-3 px-6 rounded-xl bg-login font-bold text-lg ' +
|
|
9
|
+
'hover:bg-login/80 text-login-50 transition-all duration-200 mb-2 mt-2', children: ["Login", _jsx(LogIn, { className: 'w-6 h-6' })] }) })), _jsxs("span", { className: 'text-login-100 text-sm mt-2', children: ["v", version] })] }) }));
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function buildCss(): Promise<void>;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { mkdirSync, readFileSync, writeFileSync } from 'fs';
|
|
2
|
+
import * as path from 'path';
|
|
3
|
+
import postcss from 'postcss';
|
|
4
|
+
export default async function buildCss() {
|
|
5
|
+
const tailwindModule = await import(new URL('../../tailwind.config.ts', import.meta.url).href);
|
|
6
|
+
const tailwindConfig = tailwindModule.default ?? tailwindModule;
|
|
7
|
+
const tailwindPostcss = (await import('@tailwindcss/postcss')).default;
|
|
8
|
+
const inputPath = path.resolve('./src/globals.css');
|
|
9
|
+
const outputPath = path.resolve('./dist/globals.css');
|
|
10
|
+
const inputCss = readFileSync(inputPath, 'utf-8');
|
|
11
|
+
const result = await postcss([tailwindPostcss(tailwindConfig)]).process(inputCss, {
|
|
12
|
+
from: inputPath,
|
|
13
|
+
to: outputPath,
|
|
14
|
+
});
|
|
15
|
+
mkdirSync(path.dirname(outputPath), { recursive: true });
|
|
16
|
+
writeFileSync(outputPath, result.css);
|
|
17
|
+
console.log('🐝 dist/globals.css generated successfully');
|
|
18
|
+
}
|
|
19
|
+
buildCss().catch(err => {
|
|
20
|
+
console.error(err);
|
|
21
|
+
process.exit(1);
|
|
22
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as buildCss } from './buildCss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as buildCss } from './buildCss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uibee",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "Shared components, functions and hooks for reuse across Login projects",
|
|
5
5
|
"homepage": "https://github.com/Login-Linjeforening-for-IT/uibee#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -16,20 +16,45 @@
|
|
|
16
16
|
"main": "dist/index.js",
|
|
17
17
|
"types": "dist/index.d.ts",
|
|
18
18
|
"exports": {
|
|
19
|
-
".": "./dist/index.js",
|
|
20
|
-
"./hooks": "./dist/hooks/index.js"
|
|
19
|
+
".": "./dist/src/index.js",
|
|
20
|
+
"./hooks": "./dist/src/hooks/index.js",
|
|
21
|
+
"./components": "./dist/src/components/index.js",
|
|
22
|
+
"./scripts": "./dist/src/scripts/index.js",
|
|
23
|
+
"./styles": "./dist/globals.css"
|
|
21
24
|
},
|
|
22
25
|
"files": [
|
|
23
|
-
"dist"
|
|
26
|
+
"dist",
|
|
27
|
+
"src/globals.css"
|
|
24
28
|
],
|
|
25
29
|
"scripts": {
|
|
26
|
-
"build": "
|
|
30
|
+
"build:clean": "rm -rf dist",
|
|
31
|
+
"build:css": "node --loader ts-node/esm src/scripts/buildCss.ts",
|
|
32
|
+
"build:assets": "cp -r images dist/images",
|
|
33
|
+
"build:alias": "tsc-alias",
|
|
34
|
+
"build:ts": "tsc --declaration",
|
|
35
|
+
"build": "npm run build:clean && npm run build:css && npm run build:ts && npm run build:alias && npm run build:assets",
|
|
36
|
+
"lint": "eslint --fix ./src"
|
|
27
37
|
},
|
|
28
38
|
"peerDependencies": {
|
|
39
|
+
"next": "^15.0.0",
|
|
29
40
|
"react": "^19.1.1"
|
|
30
41
|
},
|
|
31
42
|
"devDependencies": {
|
|
43
|
+
"@eslint/eslintrc": "^3.3.1",
|
|
44
|
+
"@next/eslint-plugin-next": "^15.5.4",
|
|
45
|
+
"@stylistic/eslint-plugin": "^5.4.0",
|
|
46
|
+
"@tailwindcss/postcss": "^4.1.13",
|
|
47
|
+
"@types/node": "^24.5.2",
|
|
32
48
|
"@types/react": "^19.1.13",
|
|
33
|
-
"
|
|
49
|
+
"eslint": "^9.36.0",
|
|
50
|
+
"postcss": "^8.5.6",
|
|
51
|
+
"tailwindcss": "^4.1.13",
|
|
52
|
+
"ts-node": "^10.9.2",
|
|
53
|
+
"tsc-alias": "^1.8.16",
|
|
54
|
+
"typescript": "^5.9.2",
|
|
55
|
+
"typescript-eslint": "^8.44.1"
|
|
56
|
+
},
|
|
57
|
+
"dependencies": {
|
|
58
|
+
"lucide-react": "^0.544.0"
|
|
34
59
|
}
|
|
35
60
|
}
|
package/src/globals.css
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
@import 'tailwindcss';
|
|
2
|
+
|
|
3
|
+
@config '../tailwind.config.ts';
|
|
4
|
+
|
|
5
|
+
@theme {
|
|
6
|
+
--breakpoint-xs: 30rem;
|
|
7
|
+
--breakpoint-2xl: 100rem;
|
|
8
|
+
--breakpoint-3xl: 120rem;
|
|
9
|
+
|
|
10
|
+
--color-login: #fd8738;
|
|
11
|
+
--color-login-950: #0e0e0e;
|
|
12
|
+
--color-login-900: #121212;
|
|
13
|
+
--color-login-800: #181818;
|
|
14
|
+
--color-login-700: #1a1a1a;
|
|
15
|
+
--color-login-600: #212121;
|
|
16
|
+
--color-login-500: #323232;
|
|
17
|
+
--color-login-400: #424242;
|
|
18
|
+
--color-login-300: #5e5e5e;
|
|
19
|
+
--color-login-200: #727272;
|
|
20
|
+
--color-login-100: #b0b0b0;
|
|
21
|
+
--color-login-50: #ededed;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@utility noscroll {
|
|
25
|
+
-ms-overflow-style: none;
|
|
26
|
+
scrollbar-width: none;
|
|
27
|
+
&::-webkit-scrollbar {
|
|
28
|
+
display: none;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
@utility no-calendar {
|
|
33
|
+
&::-webkit-calendar-picker-indicator {
|
|
34
|
+
-webkit-appearance: textfield;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
:root {
|
|
39
|
+
transition:
|
|
40
|
+
background 0.4s,
|
|
41
|
+
color 0.4s;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.dark {
|
|
45
|
+
--background: #0e0e0e;
|
|
46
|
+
--foreground: #ededed;
|
|
47
|
+
|
|
48
|
+
--color-login: #fd8738;
|
|
49
|
+
--color-login-950: #0e0e0e;
|
|
50
|
+
--color-login-900: #121212;
|
|
51
|
+
--color-login-800: #181818;
|
|
52
|
+
--color-login-700: #1a1a1a;
|
|
53
|
+
--color-login-600: #212121;
|
|
54
|
+
--color-login-500: #323232;
|
|
55
|
+
--color-login-400: #424242;
|
|
56
|
+
--color-login-300: #5e5e5e;
|
|
57
|
+
--color-login-200: #6b6b6b;
|
|
58
|
+
--color-login-100: #b0b0b0;
|
|
59
|
+
--color-login-50: #ededed;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.light {
|
|
63
|
+
--background: #ededed;
|
|
64
|
+
--foreground: #0e0e0e;
|
|
65
|
+
|
|
66
|
+
--color-login: #fd8738;
|
|
67
|
+
--color-login-950: #ededed;
|
|
68
|
+
--color-login-900: #b0b0b0;
|
|
69
|
+
--color-login-800: #cfcfcf;
|
|
70
|
+
--color-login-700: #d9d9d9;
|
|
71
|
+
--color-login-600: #e3e3e3;
|
|
72
|
+
--color-login-500: #ebebeb;
|
|
73
|
+
--color-login-400: #f3f3f3;
|
|
74
|
+
--color-login-300: #f7f7f7;
|
|
75
|
+
--color-login-200: #fafafa;
|
|
76
|
+
--color-login-100: #fcfcfc;
|
|
77
|
+
--color-login-50: #ffffff;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
body {
|
|
81
|
+
color: var(--foreground);
|
|
82
|
+
background: var(--background);
|
|
83
|
+
font-family: Arial, Helvetica, sans-serif;
|
|
84
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|