@arkitektbedriftene/fe-lib 0.3.17 → 0.3.18
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/{DropdownMenu-c57acb78.js → DropdownMenu-cae60146.js} +782 -723
- package/dist/rich-text/Editor.d.ts +2 -2
- package/dist/rich-text/Toolbar/BlockTypeSelector.d.ts +2 -0
- package/dist/rich-text/Toolbar/TextFormatToggleGroup.d.ts +2 -0
- package/dist/rich-text/Toolbar/Toolbar.d.ts +6 -0
- package/dist/rich-text.es.js +445 -133
- package/dist/ui/components/Alert.d.ts +1 -1
- package/dist/ui/components/Badge.d.ts +1 -1
- package/dist/ui/components/Button.d.ts +1 -1
- package/dist/ui/components/Toolbar.d.ts +1 -1
- package/dist/ui.es.js +14 -14
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
declare const AlertStyled: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
3
|
-
color?: "
|
|
3
|
+
color?: "success" | "danger" | "warning" | "info" | undefined;
|
|
4
4
|
size?: "sm" | "md" | undefined;
|
|
5
5
|
}, {
|
|
6
6
|
lg: "(min-width: 1200px)";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const Badge: import("@stitches/react/types/styled-component").StyledComponent<"span", {
|
|
2
|
-
color?: "
|
|
2
|
+
color?: "primary" | "secondary" | "success" | "danger" | "warning" | undefined;
|
|
3
3
|
}, {
|
|
4
4
|
lg: "(min-width: 1200px)";
|
|
5
5
|
print: "print";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
declare const ButtonStyled: import("@stitches/react/types/styled-component").StyledComponent<"button", {
|
|
3
|
-
color?: "
|
|
3
|
+
color?: "primary" | "secondary" | "success" | "danger" | "warning" | undefined;
|
|
4
4
|
size?: "md" | "lg" | undefined;
|
|
5
5
|
variant?: "outline" | "transparent" | "primary" | undefined;
|
|
6
6
|
icon?: boolean | "true" | undefined;
|
|
@@ -351,7 +351,7 @@ export declare const ToolbarSeparator: import("@stitches/react/types/styled-comp
|
|
|
351
351
|
export declare const ButtonInToolbar: import("react").ForwardRefExoticComponent<Omit<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
352
352
|
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
353
353
|
}, "color" | "css" | "size" | "icon" | "variant"> & import("@stitches/react/types/styled-component").TransformProps<{
|
|
354
|
-
color?: "
|
|
354
|
+
color?: "primary" | "secondary" | "success" | "danger" | "warning" | undefined;
|
|
355
355
|
size?: "md" | "lg" | undefined;
|
|
356
356
|
variant?: "outline" | "transparent" | "primary" | undefined;
|
|
357
357
|
icon?: boolean | "true" | undefined;
|
package/dist/ui.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { P as t,
|
|
2
|
-
import { A as
|
|
1
|
+
import { P as t, m as n, n as p } from "./DropdownMenu-cae60146.js";
|
|
2
|
+
import { A as y, t as C, B as I, r as M, v as S, D as w, z as B, a as D, y as h, x as O, M as P, O as k, S as A, k as $, T as j, l as z, b as q, d as G, c as E, q as F, p as H, w as J, s as K } from "./DropdownMenu-cae60146.js";
|
|
3
3
|
import { jsxs as l, jsx as o } from "react/jsx-runtime";
|
|
4
4
|
import { useState as m } from "react";
|
|
5
5
|
import "react-dom";
|
|
@@ -32,26 +32,26 @@ const T = ({ children: r, content: a }) => {
|
|
|
32
32
|
);
|
|
33
33
|
};
|
|
34
34
|
export {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
35
|
+
y as Alert,
|
|
36
|
+
C as Badge,
|
|
37
|
+
I as Box,
|
|
38
|
+
M as Button,
|
|
39
|
+
S as ButtonInToolbar,
|
|
40
|
+
w as DropdownMenu,
|
|
41
41
|
B as DropdownMenuCheckboxItem,
|
|
42
42
|
D as DropdownMenuIconItem,
|
|
43
|
-
|
|
43
|
+
h as DropdownMenuItem,
|
|
44
44
|
O as DropdownMenuSeparator,
|
|
45
45
|
P as MenuOverlayCard,
|
|
46
46
|
k as OverlayCard,
|
|
47
47
|
t as Popover,
|
|
48
48
|
p as PopoverContent,
|
|
49
49
|
n as PopoverTrigger,
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
50
|
+
A as Spinner,
|
|
51
|
+
$ as Toolbar,
|
|
52
|
+
j as ToolbarButton,
|
|
53
|
+
z as ToolbarSeparator,
|
|
54
|
+
q as ToolbarToggleGroup,
|
|
55
55
|
G as ToolbarToggleItem,
|
|
56
56
|
T as Tooltip,
|
|
57
57
|
E as css,
|