@arkitektbedriftene/fe-lib 5.1.7 → 5.1.8

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.
@@ -213,9 +213,11 @@ export declare const richTextStyleObj: {
213
213
  export declare const richTextCss: import('@stitches/react/types/styled-component').CssComponent<never, {
214
214
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
215
215
  }, {
216
+ md: "(min-width: 768px)";
216
217
  lg: "(min-width: 1200px)";
217
218
  print: "print";
218
219
  }, import('@stitches/react/types/css-util').CSS<{
220
+ md: "(min-width: 768px)";
219
221
  lg: "(min-width: 1200px)";
220
222
  print: "print";
221
223
  }, {
@@ -20,7 +20,7 @@ import { LexicalComposer as mr } from "@lexical/react/LexicalComposer.js";
20
20
  import { RichTextPlugin as fr } from "@lexical/react/LexicalRichTextPlugin.js";
21
21
  import { LexicalErrorBoundary as kr } from "@lexical/react/LexicalErrorBoundary.js";
22
22
  import { useFloating as Ct, autoUpdate as oe, size as br, flip as Cr, offset as ie, shift as vr, useInteractions as ae, useRole as le, FloatingPortal as se, inline as Mr, useDismiss as xr } from "@floating-ui/react";
23
- import { s as Tr, c as Lr } from "./stitches.config-CEYOm13b.js";
23
+ import { s as Tr, c as Lr } from "./stitches.config-mraJLPED.js";
24
24
  import { ListPlugin as wr } from "@lexical/react/LexicalListPlugin.js";
25
25
  import { HistoryPlugin as _r } from "@lexical/react/LexicalHistoryPlugin.js";
26
26
  import { TablePlugin as yr } from "@lexical/react/LexicalTablePlugin.js";
@@ -1,6 +1,6 @@
1
1
  import { createStitches as l } from "@stitches/react";
2
2
  let e = 9999;
3
- const r = () => (e--, e), { styled: g, css: x, keyframes: d, globalCss: o, getCssText: s } = l({
3
+ const r = () => (e--, e), { styled: g, css: d, keyframes: x, globalCss: m, getCssText: o } = l({
4
4
  theme: {
5
5
  colors: {
6
6
  gray50: "#F9FAFA",
@@ -123,14 +123,15 @@ const r = () => (e--, e), { styled: g, css: x, keyframes: d, globalCss: o, getCs
123
123
  }
124
124
  },
125
125
  media: {
126
+ md: "(min-width: 768px)",
126
127
  lg: "(min-width: 1200px)",
127
128
  print: "print"
128
129
  }
129
130
  });
130
131
  export {
131
- s as a,
132
- x as c,
133
- o as g,
134
- d as k,
132
+ o as a,
133
+ d as c,
134
+ m as g,
135
+ x as k,
135
136
  g as s
136
137
  };
@@ -2,9 +2,11 @@ declare const AlertStyled: import('@stitches/react/types/styled-component').Styl
2
2
  color?: "success" | "danger" | "warning" | "info" | undefined;
3
3
  size?: "sm" | "md" | undefined;
4
4
  }, {
5
+ md: "(min-width: 768px)";
5
6
  lg: "(min-width: 1200px)";
6
7
  print: "print";
7
8
  }, import('@stitches/react/types/css-util').CSS<{
9
+ md: "(min-width: 768px)";
8
10
  lg: "(min-width: 1200px)";
9
11
  print: "print";
10
12
  }, {
@@ -2,9 +2,11 @@ import { ComponentProps } from 'react';
2
2
  declare const AvatarCircle: import('@stitches/react/types/styled-component').StyledComponent<"div", {
3
3
  size?: "xs" | "sm" | "md" | undefined;
4
4
  }, {
5
+ md: "(min-width: 768px)";
5
6
  lg: "(min-width: 1200px)";
6
7
  print: "print";
7
8
  }, import('@stitches/react/types/css-util').CSS<{
9
+ md: "(min-width: 768px)";
8
10
  lg: "(min-width: 1200px)";
9
11
  print: "print";
10
12
  }, {
@@ -1,9 +1,11 @@
1
1
  export declare const Badge: import('@stitches/react/types/styled-component').StyledComponent<"span", {
2
2
  color?: "primary" | "secondary" | "success" | "danger" | "warning" | undefined;
3
3
  }, {
4
+ md: "(min-width: 768px)";
4
5
  lg: "(min-width: 1200px)";
5
6
  print: "print";
6
7
  }, import('@stitches/react/types/css-util').CSS<{
8
+ md: "(min-width: 768px)";
7
9
  lg: "(min-width: 1200px)";
8
10
  print: "print";
9
11
  }, {
@@ -1,7 +1,9 @@
1
1
  export declare const Box: import('@stitches/react/types/styled-component').StyledComponent<"div", {}, {
2
+ md: "(min-width: 768px)";
2
3
  lg: "(min-width: 1200px)";
3
4
  print: "print";
4
5
  }, import('@stitches/react/types/css-util').CSS<{
6
+ md: "(min-width: 768px)";
5
7
  lg: "(min-width: 1200px)";
6
8
  print: "print";
7
9
  }, {
@@ -4,9 +4,11 @@ declare const ButtonStyled: import('@stitches/react/types/styled-component').Sty
4
4
  variant?: "outline" | "transparent" | "primary" | undefined;
5
5
  icon?: boolean | "true" | undefined;
6
6
  }, {
7
+ md: "(min-width: 768px)";
7
8
  lg: "(min-width: 1200px)";
8
9
  print: "print";
9
10
  }, import('@stitches/react/types/css-util').CSS<{
11
+ md: "(min-width: 768px)";
10
12
  lg: "(min-width: 1200px)";
11
13
  print: "print";
12
14
  }, {
@@ -4,9 +4,11 @@ export declare const Card: import('@stitches/react/types/styled-component').Styl
4
4
  rounded?: "md" | "none" | undefined;
5
5
  border?: boolean | "true" | undefined;
6
6
  }, {
7
+ md: "(min-width: 768px)";
7
8
  lg: "(min-width: 1200px)";
8
9
  print: "print";
9
10
  }, import('@stitches/react/types/css-util').CSS<{
11
+ md: "(min-width: 768px)";
10
12
  lg: "(min-width: 1200px)";
11
13
  print: "print";
12
14
  }, {
@@ -1,9 +1,11 @@
1
1
  import { ComponentProps, ReactNode } from 'react';
2
2
  import * as RDialog from "@radix-ui/react-dialog";
3
3
  declare const DialogContent: import('@stitches/react/types/styled-component').StyledComponent<import('react').ForwardRefExoticComponent<RDialog.DialogContentProps & import('react').RefAttributes<HTMLDivElement>>, {}, {
4
+ md: "(min-width: 768px)";
4
5
  lg: "(min-width: 1200px)";
5
6
  print: "print";
6
7
  }, import('@stitches/react/types/css-util').CSS<{
8
+ md: "(min-width: 768px)";
7
9
  lg: "(min-width: 1200px)";
8
10
  print: "print";
9
11
  }, {
@@ -124,9 +126,11 @@ export declare const Dialog: ({ children, open, onOpenChange, trigger, css, cont
124
126
  contentProps?: ComponentProps<typeof DialogContent>;
125
127
  }) => import("react/jsx-runtime").JSX.Element;
126
128
  export declare const DialogHeader: import('@stitches/react/types/styled-component').StyledComponent<import('react').ForwardRefExoticComponent<RDialog.DialogTitleProps & import('react').RefAttributes<HTMLHeadingElement>>, {}, {
129
+ md: "(min-width: 768px)";
127
130
  lg: "(min-width: 1200px)";
128
131
  print: "print";
129
132
  }, import('@stitches/react/types/css-util').CSS<{
133
+ md: "(min-width: 768px)";
130
134
  lg: "(min-width: 1200px)";
131
135
  print: "print";
132
136
  }, {
@@ -239,9 +243,11 @@ export declare const DialogHeader: import('@stitches/react/types/styled-componen
239
243
  };
240
244
  }, import('@stitches/react/types/config').DefaultThemeMap, {}>>;
241
245
  export declare const DialogActions: import('@stitches/react/types/styled-component').StyledComponent<"div", {}, {
246
+ md: "(min-width: 768px)";
242
247
  lg: "(min-width: 1200px)";
243
248
  print: "print";
244
249
  }, import('@stitches/react/types/css-util').CSS<{
250
+ md: "(min-width: 768px)";
245
251
  lg: "(min-width: 1200px)";
246
252
  print: "print";
247
253
  }, {
@@ -4,9 +4,11 @@ declare const Root: import('@stitches/react/types/styled-component').StyledCompo
4
4
  size?: "sm" | "md" | "lg" | undefined;
5
5
  color?: "primary" | "secondary" | undefined;
6
6
  }, {
7
+ md: "(min-width: 768px)";
7
8
  lg: "(min-width: 1200px)";
8
9
  print: "print";
9
10
  }, import('@stitches/react/types/css-util').CSS<{
11
+ md: "(min-width: 768px)";
10
12
  lg: "(min-width: 1200px)";
11
13
  print: "print";
12
14
  }, {
@@ -2,9 +2,11 @@ import { Stack } from '../Stack';
2
2
  import { ComponentProps } from 'react';
3
3
  import * as RSwitch from "@radix-ui/react-switch";
4
4
  declare const Root: import('@stitches/react/types/styled-component').StyledComponent<import('react').ForwardRefExoticComponent<RSwitch.SwitchProps & import('react').RefAttributes<HTMLButtonElement>>, {}, {
5
+ md: "(min-width: 768px)";
5
6
  lg: "(min-width: 1200px)";
6
7
  print: "print";
7
8
  }, import('@stitches/react/types/css-util').CSS<{
9
+ md: "(min-width: 768px)";
8
10
  lg: "(min-width: 1200px)";
9
11
  print: "print";
10
12
  }, {
@@ -119,9 +121,11 @@ declare const Root: import('@stitches/react/types/styled-component').StyledCompo
119
121
  declare const Label: import('@stitches/react/types/styled-component').StyledComponent<"div", {
120
122
  size?: "sm" | "md" | "lg" | undefined;
121
123
  }, {
124
+ md: "(min-width: 768px)";
122
125
  lg: "(min-width: 1200px)";
123
126
  print: "print";
124
127
  }, import('@stitches/react/types/css-util').CSS<{
128
+ md: "(min-width: 768px)";
125
129
  lg: "(min-width: 1200px)";
126
130
  print: "print";
127
131
  }, {
@@ -1,8 +1,10 @@
1
1
  import { CSS } from '@stitches/react';
2
2
  declare const Input: import('@stitches/react/types/styled-component').StyledComponent<"textarea", {}, {
3
+ md: "(min-width: 768px)";
3
4
  lg: "(min-width: 1200px)";
4
5
  print: "print";
5
6
  }, import('@stitches/react/types/css-util').CSS<{
7
+ md: "(min-width: 768px)";
6
8
  lg: "(min-width: 1200px)";
7
9
  print: "print";
8
10
  }, {
@@ -1,8 +1,10 @@
1
1
  import { CSS } from '@stitches/react';
2
2
  declare const Input: import('@stitches/react/types/styled-component').StyledComponent<"input", {}, {
3
+ md: "(min-width: 768px)";
3
4
  lg: "(min-width: 1200px)";
4
5
  print: "print";
5
6
  }, import('@stitches/react/types/css-util').CSS<{
7
+ md: "(min-width: 768px)";
6
8
  lg: "(min-width: 1200px)";
7
9
  print: "print";
8
10
  }, {
@@ -1,7 +1,9 @@
1
1
  export declare const textCss: import('@stitches/react/types/styled-component').CssComponent<never, {}, {
2
+ md: "(min-width: 768px)";
2
3
  lg: "(min-width: 1200px)";
3
4
  print: "print";
4
5
  }, import('@stitches/react/types/css-util').CSS<{
6
+ md: "(min-width: 768px)";
5
7
  lg: "(min-width: 1200px)";
6
8
  print: "print";
7
9
  }, {
@@ -116,9 +118,11 @@ export declare const textCss: import('@stitches/react/types/styled-component').C
116
118
  export declare const textWrapperCss: import('@stitches/react/types/styled-component').CssComponent<never, {
117
119
  error?: boolean | "true" | undefined;
118
120
  }, {
121
+ md: "(min-width: 768px)";
119
122
  lg: "(min-width: 1200px)";
120
123
  print: "print";
121
124
  }, import('@stitches/react/types/css-util').CSS<{
125
+ md: "(min-width: 768px)";
122
126
  lg: "(min-width: 1200px)";
123
127
  print: "print";
124
128
  }, {
@@ -10,9 +10,11 @@ export declare const DropdownMenu: ({ side, align, trigger, children, sideOffset
10
10
  disabled?: boolean;
11
11
  }) => import("react/jsx-runtime").JSX.Element;
12
12
  export declare const DropdownMenuSeparator: import('@stitches/react/types/styled-component').StyledComponent<import('react').ForwardRefExoticComponent<RDropdown.DropdownMenuSeparatorProps & import('react').RefAttributes<HTMLDivElement>>, {}, {
13
+ md: "(min-width: 768px)";
13
14
  lg: "(min-width: 1200px)";
14
15
  print: "print";
15
16
  }, import('@stitches/react/types/css-util').CSS<{
17
+ md: "(min-width: 768px)";
16
18
  lg: "(min-width: 1200px)";
17
19
  print: "print";
18
20
  }, {
@@ -125,9 +127,11 @@ export declare const DropdownMenuSeparator: import('@stitches/react/types/styled
125
127
  };
126
128
  }, import('@stitches/react/types/config').DefaultThemeMap, {}>>;
127
129
  export declare const DropdownMenuItem: import('@stitches/react/types/styled-component').StyledComponent<import('react').ForwardRefExoticComponent<RDropdown.DropdownMenuItemProps & import('react').RefAttributes<HTMLDivElement>>, {}, {
130
+ md: "(min-width: 768px)";
128
131
  lg: "(min-width: 1200px)";
129
132
  print: "print";
130
133
  }, import('@stitches/react/types/css-util').CSS<{
134
+ md: "(min-width: 768px)";
131
135
  lg: "(min-width: 1200px)";
132
136
  print: "print";
133
137
  }, {
@@ -240,9 +244,11 @@ export declare const DropdownMenuItem: import('@stitches/react/types/styled-comp
240
244
  };
241
245
  }, import('@stitches/react/types/config').DefaultThemeMap, {}>>;
242
246
  export declare const DropdownMenuIconItem: import('@stitches/react/types/styled-component').StyledComponent<import('react').ForwardRefExoticComponent<RDropdown.DropdownMenuItemProps & import('react').RefAttributes<HTMLDivElement>>, {}, {
247
+ md: "(min-width: 768px)";
243
248
  lg: "(min-width: 1200px)";
244
249
  print: "print";
245
250
  }, import('@stitches/react/types/css-util').CSS<{
251
+ md: "(min-width: 768px)";
246
252
  lg: "(min-width: 1200px)";
247
253
  print: "print";
248
254
  }, {
@@ -1,7 +1,9 @@
1
1
  export declare const MenuOverlayCard: import('@stitches/react/types/styled-component').StyledComponent<import('@stitches/react/types/styled-component').StyledComponent<"div", {}, {
2
+ md: "(min-width: 768px)";
2
3
  lg: "(min-width: 1200px)";
3
4
  print: "print";
4
5
  }, import('@stitches/react/types/css-util').CSS<{
6
+ md: "(min-width: 768px)";
5
7
  lg: "(min-width: 1200px)";
6
8
  print: "print";
7
9
  }, {
@@ -113,9 +115,11 @@ export declare const MenuOverlayCard: import('@stitches/react/types/styled-compo
113
115
  overlayCard: number;
114
116
  };
115
117
  }, import('@stitches/react/types/config').DefaultThemeMap, {}>>, {}, {
118
+ md: "(min-width: 768px)";
116
119
  lg: "(min-width: 1200px)";
117
120
  print: "print";
118
121
  }, import('@stitches/react/types/css-util').CSS<{
122
+ md: "(min-width: 768px)";
119
123
  lg: "(min-width: 1200px)";
120
124
  print: "print";
121
125
  }, {
@@ -228,9 +232,11 @@ export declare const MenuOverlayCard: import('@stitches/react/types/styled-compo
228
232
  };
229
233
  }, import('@stitches/react/types/config').DefaultThemeMap, {}>>;
230
234
  export declare const menuItemStyles: import('@stitches/react/types/styled-component').CssComponent<never, {}, {
235
+ md: "(min-width: 768px)";
231
236
  lg: "(min-width: 1200px)";
232
237
  print: "print";
233
238
  }, import('@stitches/react/types/css-util').CSS<{
239
+ md: "(min-width: 768px)";
234
240
  lg: "(min-width: 1200px)";
235
241
  print: "print";
236
242
  }, {
@@ -1,9 +1,11 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { Button } from './Button';
3
3
  declare const Bar: import('@stitches/react/types/styled-component').StyledComponent<"div", {}, {
4
+ md: "(min-width: 768px)";
4
5
  lg: "(min-width: 1200px)";
5
6
  print: "print";
6
7
  }, import('@stitches/react/types/css-util').CSS<{
8
+ md: "(min-width: 768px)";
7
9
  lg: "(min-width: 1200px)";
8
10
  print: "print";
9
11
  }, {
@@ -1,7 +1,9 @@
1
1
  export declare const OverlayCard: import('@stitches/react/types/styled-component').StyledComponent<"div", {}, {
2
+ md: "(min-width: 768px)";
2
3
  lg: "(min-width: 1200px)";
3
4
  print: "print";
4
5
  }, import('@stitches/react/types/css-util').CSS<{
6
+ md: "(min-width: 768px)";
5
7
  lg: "(min-width: 1200px)";
6
8
  print: "print";
7
9
  }, {
@@ -2,10 +2,12 @@ export declare const Spinner: import('react').ForwardRefExoticComponent<Omit<Omi
2
2
  size?: "xs" | "sm" | "md" | "lg" | undefined;
3
3
  color?: "inherit" | "dark" | "light" | undefined;
4
4
  }, {
5
+ md: "(min-width: 768px)";
5
6
  lg: "(min-width: 1200px)";
6
7
  print: "print";
7
8
  }> & {
8
9
  css?: import('@stitches/react/types/css-util').CSS<{
10
+ md: "(min-width: 768px)";
9
11
  lg: "(min-width: 1200px)";
10
12
  print: "print";
11
13
  }, {
@@ -3,9 +3,11 @@ export declare const Stack: import('@stitches/react/types/styled-component').Sty
3
3
  align?: "start" | "center" | undefined;
4
4
  gap?: 0 | 3 | 1 | "0" | "1" | "2" | "3" | 2 | 4 | "4" | "5" | "6" | "8" | 6 | 8 | "7" | 5 | 7 | undefined;
5
5
  }, {
6
+ md: "(min-width: 768px)";
6
7
  lg: "(min-width: 1200px)";
7
8
  print: "print";
8
9
  }, import('@stitches/react/types/css-util').CSS<{
10
+ md: "(min-width: 768px)";
9
11
  lg: "(min-width: 1200px)";
10
12
  print: "print";
11
13
  }, {
@@ -1,8 +1,10 @@
1
1
  import * as T from "@radix-ui/react-toolbar";
2
2
  export declare const Toolbar: import('@stitches/react/types/styled-component').StyledComponent<import('react').ForwardRefExoticComponent<T.ToolbarProps & import('react').RefAttributes<HTMLDivElement>>, {}, {
3
+ md: "(min-width: 768px)";
3
4
  lg: "(min-width: 1200px)";
4
5
  print: "print";
5
6
  }, import('@stitches/react/types/css-util').CSS<{
7
+ md: "(min-width: 768px)";
6
8
  lg: "(min-width: 1200px)";
7
9
  print: "print";
8
10
  }, {
@@ -115,9 +117,11 @@ export declare const Toolbar: import('@stitches/react/types/styled-component').S
115
117
  };
116
118
  }, import('@stitches/react/types/config').DefaultThemeMap, {}>>;
117
119
  export declare const ToolbarToggleGroup: import('@stitches/react/types/styled-component').StyledComponent<import('react').ForwardRefExoticComponent<(T.ToolbarToggleGroupSingleProps | T.ToolbarToggleGroupMultipleProps) & import('react').RefAttributes<HTMLDivElement>>, {}, {
120
+ md: "(min-width: 768px)";
118
121
  lg: "(min-width: 1200px)";
119
122
  print: "print";
120
123
  }, import('@stitches/react/types/css-util').CSS<{
124
+ md: "(min-width: 768px)";
121
125
  lg: "(min-width: 1200px)";
122
126
  print: "print";
123
127
  }, {
@@ -230,9 +234,11 @@ export declare const ToolbarToggleGroup: import('@stitches/react/types/styled-co
230
234
  };
231
235
  }, import('@stitches/react/types/config').DefaultThemeMap, {}>>;
232
236
  export declare const ToolbarSeparator: import('@stitches/react/types/styled-component').StyledComponent<import('react').ForwardRefExoticComponent<T.ToolbarSeparatorProps & import('react').RefAttributes<HTMLDivElement>>, {}, {
237
+ md: "(min-width: 768px)";
233
238
  lg: "(min-width: 1200px)";
234
239
  print: "print";
235
240
  }, import('@stitches/react/types/css-util').CSS<{
241
+ md: "(min-width: 768px)";
236
242
  lg: "(min-width: 1200px)";
237
243
  print: "print";
238
244
  }, {
@@ -350,10 +356,12 @@ export declare const ButtonInToolbar: import('react').ForwardRefExoticComponent<
350
356
  variant?: "outline" | "transparent" | "primary" | undefined;
351
357
  icon?: boolean | "true" | undefined;
352
358
  }, {
359
+ md: "(min-width: 768px)";
353
360
  lg: "(min-width: 1200px)";
354
361
  print: "print";
355
362
  }> & {
356
363
  css?: import('@stitches/react/types/css-util').CSS<{
364
+ md: "(min-width: 768px)";
357
365
  lg: "(min-width: 1200px)";
358
366
  print: "print";
359
367
  }, {
@@ -2,6 +2,7 @@ export type { CSS } from '@stitches/react';
2
2
  export declare const styled: <Type extends keyof JSX.IntrinsicElements | React.ComponentType<any> | import('@stitches/react/types/util').Function, Composers extends (string | React.ComponentType<any> | import('@stitches/react/types/util').Function | {
3
3
  [name: string]: unknown;
4
4
  })[], CSS = import('@stitches/react/types/css-util').CSS<{
5
+ md: "(min-width: 768px)";
5
6
  lg: "(min-width: 1200px)";
6
7
  print: "print";
7
8
  }, {
@@ -124,9 +125,11 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | React.C
124
125
  })[] | undefined;
125
126
  defaultVariants?: ("variants" extends keyof Composers[K] ? { [Name_1 in keyof Composers[K][keyof Composers[K] & "variants"]]?: import('@stitches/react/types/util').String | import('@stitches/react/types/util').Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : import('@stitches/react/types/util').WideObject) | undefined;
126
127
  } & CSS & { [K2 in keyof Composers[K]]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS ? CSS[K2] : unknown; }; }) => import('@stitches/react/types/styled-component').StyledComponent<Type, import('@stitches/react/types/styled-component').StyledComponentProps<Composers>, {
128
+ md: "(min-width: 768px)";
127
129
  lg: "(min-width: 1200px)";
128
130
  print: "print";
129
131
  }, import('@stitches/react/types/css-util').CSS<{
132
+ md: "(min-width: 768px)";
130
133
  lg: "(min-width: 1200px)";
131
134
  print: "print";
132
135
  }, {
@@ -240,6 +243,7 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | React.C
240
243
  }, import('@stitches/react/types/config').DefaultThemeMap, {}>>, css: <Composers extends (string | React.ExoticComponent<any> | React.JSXElementConstructor<any> | import('@stitches/react/types/util').Function | {
241
244
  [name: string]: unknown;
242
245
  })[], CSS = import('@stitches/react/types/css-util').CSS<{
246
+ md: "(min-width: 768px)";
243
247
  lg: "(min-width: 1200px)";
244
248
  print: "print";
245
249
  }, {
@@ -362,10 +366,12 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | React.C
362
366
  })[] | undefined;
363
367
  defaultVariants?: ("variants" extends keyof Composers[K] ? { [Name_1 in keyof Composers[K][keyof Composers[K] & "variants"]]?: import('@stitches/react/types/util').String | import('@stitches/react/types/util').Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : import('@stitches/react/types/util').WideObject) | undefined;
364
368
  } & CSS & { [K2 in keyof Composers[K]]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS ? CSS[K2] : unknown; }; }) => import('@stitches/react/types/styled-component').CssComponent<import('@stitches/react/types/styled-component').StyledComponentType<Composers>, import('@stitches/react/types/styled-component').StyledComponentProps<Composers>, {
369
+ md: "(min-width: 768px)";
365
370
  lg: "(min-width: 1200px)";
366
371
  print: "print";
367
372
  }, CSS>, keyframes: (style: {
368
373
  [offset: string]: import('@stitches/react/types/css-util').CSS<{
374
+ md: "(min-width: 768px)";
369
375
  lg: "(min-width: 1200px)";
370
376
  print: "print";
371
377
  }, {
@@ -487,6 +493,7 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | React.C
487
493
  '@font-face'?: unknown;
488
494
  } & { [K in keyof Styles]: K extends "@import" ? string | string[] : K extends "@font-face" ? import("@stitches/react/types/css").AtRule.FontFace | import("@stitches/react/types/css").AtRule.FontFace[] : K extends `@keyframes ${string}` ? {
489
495
  [x: string]: import('@stitches/react/types/css-util').CSS<{
496
+ md: "(min-width: 768px)";
490
497
  lg: "(min-width: 1200px)";
491
498
  print: "print";
492
499
  }, {
@@ -599,6 +606,7 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | React.C
599
606
  };
600
607
  }, import('@stitches/react/types/config').DefaultThemeMap, {}>;
601
608
  } : K extends `@property ${string}` ? import("@stitches/react/types/css").AtRule.Property : import('@stitches/react/types/css-util').CSS<{
609
+ md: "(min-width: 768px)";
602
610
  lg: "(min-width: 1200px)";
603
611
  print: "print";
604
612
  }, {
package/dist/ui.es.js CHANGED
@@ -1,5 +1,5 @@
1
- import { k as h, s as n, c as f } from "./stitches.config-CEYOm13b.js";
2
- import { a as Pe, g as Ae } from "./stitches.config-CEYOm13b.js";
1
+ import { k as h, s as n, c as f } from "./stitches.config-mraJLPED.js";
2
+ import { a as Pe, g as Ae } from "./stitches.config-mraJLPED.js";
3
3
  import { jsx as t, jsxs as c, Fragment as K } from "react/jsx-runtime";
4
4
  import { forwardRef as g, createContext as U, useMemo as k, useContext as B, isValidElement as q, cloneElement as J, useState as Q, useId as w } from "react";
5
5
  import { useFloating as Z, autoUpdate as _, offset as oo, flip as eo, shift as ro, useTransitionStyles as to, useClick as no, useHover as ao, safePolygon as io, useDismiss as so, useRole as lo, useInteractions as co, FloatingPortal as $o } from "@floating-ui/react";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkitektbedriftene/fe-lib",
3
- "version": "5.1.7",
3
+ "version": "5.1.8",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./oidc": {