@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.
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  declare const AlertStyled: import("@stitches/react/types/styled-component").StyledComponent<"div", {
3
- color?: "warning" | "danger" | "info" | "success" | undefined;
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?: "warning" | "danger" | "success" | "primary" | "secondary" | undefined;
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?: "warning" | "danger" | "success" | "primary" | "secondary" | undefined;
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?: "warning" | "danger" | "success" | "primary" | "secondary" | undefined;
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, a as n, b as p } from "./DropdownMenu-c57acb78.js";
2
- import { A as C, e as I, B as M, d as S, i as h, D as y, q as B, p as D, o as w, n as O, M as P, O as k, S as j, T as A, j as $, h as q, f as z, l as G, c as E, g as F, k as H, m as J, s as K } from "./DropdownMenu-c57acb78.js";
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
- C as Alert,
36
- I as Badge,
37
- M as Box,
38
- S as Button,
39
- h as ButtonInToolbar,
40
- y as DropdownMenu,
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
- w as DropdownMenuItem,
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
- j as Spinner,
51
- A as Toolbar,
52
- $ as ToolbarButton,
53
- q as ToolbarSeparator,
54
- z as ToolbarToggleGroup,
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkitektbedriftene/fe-lib",
3
- "version": "0.3.17",
3
+ "version": "0.3.18",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {