@arkitektbedriftene/fe-lib 4.3.3 → 5.1.1

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.
Files changed (67) hide show
  1. package/dist/elements/components/CompanyLogo.d.ts +8 -14
  2. package/dist/elements/elements.d.ts +1 -1
  3. package/dist/elements.d.ts +1 -0
  4. package/dist/elements.es.js +23 -23
  5. package/dist/icons.d.ts +1 -0
  6. package/dist/icons.es.js +3 -4
  7. package/dist/{index.esm-fa9e6ea7.js → index.esm-Dzt91gSZ.js} +29 -32
  8. package/dist/normalize.css.d.ts +1 -1
  9. package/dist/oidc/impersonate.d.ts +1 -1
  10. package/dist/oidc/oidc.d.ts +6 -6
  11. package/dist/oidc.d.ts +1 -0
  12. package/dist/oidc.es.js +5 -5
  13. package/dist/rich-text/Editor.d.ts +13 -18
  14. package/dist/rich-text/Plugins/Image/ImageComponent.d.ts +1 -1
  15. package/dist/rich-text/Plugins/Image/ImageNode.d.ts +2 -3
  16. package/dist/rich-text/Plugins/Image/ImagePlugin.d.ts +3 -3
  17. package/dist/rich-text/Plugins/LinkInsertPlugin.d.ts +3 -3
  18. package/dist/rich-text/Plugins/LinkTargetNode.d.ts +2 -2
  19. package/dist/rich-text/Plugins/ParsePlugin.d.ts +2 -2
  20. package/dist/rich-text/Plugins/RutineLinkNode.d.ts +12 -12
  21. package/dist/rich-text/Toolbar/Toolbar.d.ts +3 -119
  22. package/dist/rich-text/config.d.ts +9 -8
  23. package/dist/rich-text/editorContext.d.ts +7 -7
  24. package/dist/rich-text/getSelectedNode.d.ts +1 -1
  25. package/dist/rich-text/state.d.ts +5 -5
  26. package/dist/rich-text/styles.d.ts +102 -94
  27. package/dist/rich-text/theme.d.ts +1 -1
  28. package/dist/rich-text/trim.d.ts +3 -3
  29. package/dist/rich-text.d.ts +1 -0
  30. package/dist/rich-text.es.js +291 -281
  31. package/dist/ui/components/Alert.d.ts +95 -96
  32. package/dist/ui/components/Avatar.d.ts +97 -215
  33. package/dist/ui/components/Badge.d.ts +94 -94
  34. package/dist/ui/components/Box.d.ts +94 -94
  35. package/dist/ui/components/Button.d.ts +95 -96
  36. package/dist/ui/components/Card.d.ts +94 -94
  37. package/dist/ui/components/Dialog.d.ts +284 -400
  38. package/dist/ui/components/Form/Checkbox.d.ts +97 -216
  39. package/dist/ui/components/Form/Combobox.d.ts +2 -2
  40. package/dist/ui/components/Form/ReactSelect.d.ts +4 -2
  41. package/dist/ui/components/Form/Select.d.ts +3 -3
  42. package/dist/ui/components/Form/Switch.d.ts +195 -549
  43. package/dist/ui/components/Form/TextArea.d.ts +96 -97
  44. package/dist/ui/components/Form/TextInput.d.ts +96 -97
  45. package/dist/ui/components/Form/text.d.ts +188 -188
  46. package/dist/ui/components/Menu/DropdownMenu.d.ts +287 -287
  47. package/dist/ui/components/Menu/Menu.d.ts +281 -281
  48. package/dist/ui/components/NavBar.d.ts +98 -222
  49. package/dist/ui/components/OverlayCard.d.ts +94 -95
  50. package/dist/ui/components/Popover.d.ts +7 -124
  51. package/dist/ui/components/Spinner.d.ts +95 -96
  52. package/dist/ui/components/Stack.d.ts +95 -95
  53. package/dist/ui/components/Toolbar.d.ts +381 -382
  54. package/dist/ui/stitches.config.d.ts +569 -568
  55. package/dist/ui.css.d.ts +1 -1
  56. package/dist/ui.d.ts +1 -0
  57. package/dist/ui.es.js +54 -55
  58. package/package.json +5 -17
  59. package/dist/colors/colors.d.ts +0 -18
  60. package/dist/colors.d.ts +0 -1
  61. package/dist/colors.es.js +0 -20
  62. package/dist/hooks/hooks.d.ts +0 -2
  63. package/dist/hooks.d.ts +0 -1
  64. package/dist/hooks.es.js +0 -4
  65. package/dist/index.d.ts +0 -1
  66. package/dist/index.es.js +0 -4
  67. /package/dist/{stitches.config-00c23cdb.js → stitches.config-CEYOm13b.js} +0 -0
@@ -1,117 +1,117 @@
1
- export declare const Badge: import("@stitches/react/types/styled-component").StyledComponent<"span", {
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
4
  lg: "(min-width: 1200px)";
5
5
  print: "print";
6
- }, import("@stitches/react/types/css-util").CSS<{
6
+ }, import('@stitches/react/types/css-util').CSS<{
7
7
  lg: "(min-width: 1200px)";
8
8
  print: "print";
9
9
  }, {
10
10
  colors: {
11
- gray50: string;
12
- gray100: string;
13
- gray200: string;
14
- gray300: string;
15
- gray400: string;
16
- gray500: string;
17
- gray600: string;
18
- gray700: string;
19
- gray800: string;
20
- gray900: string;
21
- blue50: string;
22
- blue100: string;
23
- blue200: string;
24
- blue300: string;
25
- blue400: string;
26
- blue500: string;
27
- blue600: string;
28
- blue700: string;
29
- blue800: string;
30
- blue900: string;
31
- yellow50: string;
32
- yellow100: string;
33
- yellow200: string;
34
- yellow300: string;
35
- yellow400: string;
36
- yellow500: string;
37
- yellow600: string;
38
- yellow700: string;
39
- yellow800: string;
40
- yellow900: string;
41
- orange500: string;
42
- red50: string;
43
- red100: string;
44
- red200: string;
45
- red300: string;
46
- red400: string;
47
- red500: string;
48
- red600: string;
49
- red700: string;
50
- red800: string;
51
- red900: string;
52
- green50: string;
53
- green100: string;
54
- green200: string;
55
- green300: string;
56
- green400: string;
57
- green500: string;
58
- green600: string;
59
- green700: string;
60
- green800: string;
61
- green900: string;
62
- primaryTextOnLightBg: string;
63
- primaryBg: string;
64
- primaryBgHover: string;
65
- primaryTextOnWhite: string;
66
- bodyGray: string;
67
- hoverDarker: string;
68
- borderDarker: string;
69
- selectedDarker: string;
70
- selectedOnBodyGray: string;
71
- darkGrayBg: string;
72
- border: string;
73
- text: string;
74
- secondaryText: string;
75
- focusRing: string;
11
+ gray50: "#F9FAFA";
12
+ gray100: "#EBEEEE";
13
+ gray200: "#CFD6D7";
14
+ gray300: "#B3BEC0";
15
+ gray400: "#97A6A8";
16
+ gray500: "#7C8E91";
17
+ gray600: "#627578";
18
+ gray700: "#4F5F61";
19
+ gray800: "#414D4F";
20
+ gray900: "#2C3435";
21
+ blue50: "#F7FBFB";
22
+ blue100: "#E3F0F2";
23
+ blue200: "#BADADF";
24
+ blue300: "#92C5CC";
25
+ blue400: "#67AEB8";
26
+ blue500: "#3C97A3";
27
+ blue600: "#1F7D8A";
28
+ blue700: "#19656F";
29
+ blue800: "#14525B";
30
+ blue900: "#0E383E";
31
+ yellow50: "#FDFAEF";
32
+ yellow100: "#F9EDCA";
33
+ yellow200: "#EFD27A";
34
+ yellow300: "#E5B626";
35
+ yellow400: "#C89E1C";
36
+ yellow500: "#AA8618";
37
+ yellow600: "#8C6E14";
38
+ yellow700: "#715910";
39
+ yellow800: "#5C490D";
40
+ yellow900: "#3E3109";
41
+ orange500: "#D1721C";
42
+ red50: "#FDF9F9";
43
+ red100: "#F7EBEB";
44
+ red200: "#EBCECD";
45
+ red300: "#DFB1B0";
46
+ red400: "#D39392";
47
+ red500: "#C67473";
48
+ red600: "#B85250";
49
+ red700: "#A92F2D";
50
+ red800: "#901F1E";
51
+ red900: "#631614";
52
+ green50: "#F8FAF9";
53
+ green100: "#E7F0EA";
54
+ green200: "#C5D9CB";
55
+ green300: "#A4C4AD";
56
+ green400: "#82AD8D";
57
+ green500: "#60976F";
58
+ green600: "#3C7F4E";
59
+ green700: "#296839";
60
+ green800: "#21552F";
61
+ green900: "#163920";
62
+ primaryTextOnLightBg: "#194b58";
63
+ primaryBg: "$blue600";
64
+ primaryBgHover: "$blue700";
65
+ primaryTextOnWhite: "$blue600";
66
+ bodyGray: "$gray100";
67
+ hoverDarker: "hsla(214deg, 25%, 21%, 0.06)";
68
+ borderDarker: "hsla(214deg, 25%, 21%, 0.1)";
69
+ selectedDarker: "hsla(214deg, 25%, 21%, 0.06)";
70
+ selectedOnBodyGray: "hsl(214deg, 35%, 80%)";
71
+ darkGrayBg: "#1f2937";
72
+ border: "hsl(214deg, 25%, 80%)";
73
+ text: "#1f2937";
74
+ secondaryText: "$gray500";
75
+ focusRing: "hsla(214deg, 15%, 10%, 0.6)";
76
76
  };
77
77
  fontSizes: {
78
- xs: string;
79
- sm: string;
80
- md: string;
81
- lg: string;
82
- xl: string;
83
- "2xl": string;
84
- "3xl": string;
78
+ xs: "0.75rem";
79
+ sm: "0.875rem";
80
+ md: "1rem";
81
+ lg: "1.125rem";
82
+ xl: "1.25rem";
83
+ "2xl": "1.5rem";
84
+ "3xl": "1.875rem";
85
85
  };
86
86
  fontWeights: {
87
- normal: string;
88
- medium: string;
89
- bold: string;
87
+ normal: "var(--ui-font-weight-normal)";
88
+ medium: "var(--ui-font-weight-semibold)";
89
+ bold: "var(--ui-font-weight-bold)";
90
90
  };
91
91
  space: {
92
- 1: string;
93
- 2: string;
94
- 3: string;
95
- 4: string;
96
- 6: string;
97
- 8: string;
92
+ 1: "0.25rem";
93
+ 2: "0.5rem";
94
+ 3: "0.75rem";
95
+ 4: "1rem";
96
+ 6: "1.5rem";
97
+ 8: "2rem";
98
98
  };
99
99
  shadows: {
100
- xs: string;
101
- sm: string;
102
- md: string;
103
- lg: string;
104
- overlayCard: string;
100
+ xs: "0 1px 2px 0 rgba(0, 0, 0, 0.05)";
101
+ sm: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)";
102
+ md: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
103
+ lg: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
104
+ overlayCard: "0 5px 50px 0px rgb(0 0 0 / 0.15), 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
105
105
  };
106
106
  radii: {
107
- xs: string;
108
- sm: string;
109
- md: string;
110
- mdmd: string;
111
- full: string;
107
+ xs: "0.125rem";
108
+ sm: "0.25rem";
109
+ md: "0.5rem";
110
+ mdmd: "calc(0.5rem - 0.125rem)";
111
+ full: "9999px";
112
112
  };
113
113
  zIndices: {
114
114
  toast: number;
115
115
  overlayCard: number;
116
116
  };
117
- }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
117
+ }, import('@stitches/react/types/config').DefaultThemeMap, {}>>;
@@ -1,115 +1,115 @@
1
- export declare const Box: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
1
+ export declare const Box: import('@stitches/react/types/styled-component').StyledComponent<"div", {}, {
2
2
  lg: "(min-width: 1200px)";
3
3
  print: "print";
4
- }, import("@stitches/react/types/css-util").CSS<{
4
+ }, import('@stitches/react/types/css-util').CSS<{
5
5
  lg: "(min-width: 1200px)";
6
6
  print: "print";
7
7
  }, {
8
8
  colors: {
9
- gray50: string;
10
- gray100: string;
11
- gray200: string;
12
- gray300: string;
13
- gray400: string;
14
- gray500: string;
15
- gray600: string;
16
- gray700: string;
17
- gray800: string;
18
- gray900: string;
19
- blue50: string;
20
- blue100: string;
21
- blue200: string;
22
- blue300: string;
23
- blue400: string;
24
- blue500: string;
25
- blue600: string;
26
- blue700: string;
27
- blue800: string;
28
- blue900: string;
29
- yellow50: string;
30
- yellow100: string;
31
- yellow200: string;
32
- yellow300: string;
33
- yellow400: string;
34
- yellow500: string;
35
- yellow600: string;
36
- yellow700: string;
37
- yellow800: string;
38
- yellow900: string;
39
- orange500: string;
40
- red50: string;
41
- red100: string;
42
- red200: string;
43
- red300: string;
44
- red400: string;
45
- red500: string;
46
- red600: string;
47
- red700: string;
48
- red800: string;
49
- red900: string;
50
- green50: string;
51
- green100: string;
52
- green200: string;
53
- green300: string;
54
- green400: string;
55
- green500: string;
56
- green600: string;
57
- green700: string;
58
- green800: string;
59
- green900: string;
60
- primaryTextOnLightBg: string;
61
- primaryBg: string;
62
- primaryBgHover: string;
63
- primaryTextOnWhite: string;
64
- bodyGray: string;
65
- hoverDarker: string;
66
- borderDarker: string;
67
- selectedDarker: string;
68
- selectedOnBodyGray: string;
69
- darkGrayBg: string;
70
- border: string;
71
- text: string;
72
- secondaryText: string;
73
- focusRing: string;
9
+ gray50: "#F9FAFA";
10
+ gray100: "#EBEEEE";
11
+ gray200: "#CFD6D7";
12
+ gray300: "#B3BEC0";
13
+ gray400: "#97A6A8";
14
+ gray500: "#7C8E91";
15
+ gray600: "#627578";
16
+ gray700: "#4F5F61";
17
+ gray800: "#414D4F";
18
+ gray900: "#2C3435";
19
+ blue50: "#F7FBFB";
20
+ blue100: "#E3F0F2";
21
+ blue200: "#BADADF";
22
+ blue300: "#92C5CC";
23
+ blue400: "#67AEB8";
24
+ blue500: "#3C97A3";
25
+ blue600: "#1F7D8A";
26
+ blue700: "#19656F";
27
+ blue800: "#14525B";
28
+ blue900: "#0E383E";
29
+ yellow50: "#FDFAEF";
30
+ yellow100: "#F9EDCA";
31
+ yellow200: "#EFD27A";
32
+ yellow300: "#E5B626";
33
+ yellow400: "#C89E1C";
34
+ yellow500: "#AA8618";
35
+ yellow600: "#8C6E14";
36
+ yellow700: "#715910";
37
+ yellow800: "#5C490D";
38
+ yellow900: "#3E3109";
39
+ orange500: "#D1721C";
40
+ red50: "#FDF9F9";
41
+ red100: "#F7EBEB";
42
+ red200: "#EBCECD";
43
+ red300: "#DFB1B0";
44
+ red400: "#D39392";
45
+ red500: "#C67473";
46
+ red600: "#B85250";
47
+ red700: "#A92F2D";
48
+ red800: "#901F1E";
49
+ red900: "#631614";
50
+ green50: "#F8FAF9";
51
+ green100: "#E7F0EA";
52
+ green200: "#C5D9CB";
53
+ green300: "#A4C4AD";
54
+ green400: "#82AD8D";
55
+ green500: "#60976F";
56
+ green600: "#3C7F4E";
57
+ green700: "#296839";
58
+ green800: "#21552F";
59
+ green900: "#163920";
60
+ primaryTextOnLightBg: "#194b58";
61
+ primaryBg: "$blue600";
62
+ primaryBgHover: "$blue700";
63
+ primaryTextOnWhite: "$blue600";
64
+ bodyGray: "$gray100";
65
+ hoverDarker: "hsla(214deg, 25%, 21%, 0.06)";
66
+ borderDarker: "hsla(214deg, 25%, 21%, 0.1)";
67
+ selectedDarker: "hsla(214deg, 25%, 21%, 0.06)";
68
+ selectedOnBodyGray: "hsl(214deg, 35%, 80%)";
69
+ darkGrayBg: "#1f2937";
70
+ border: "hsl(214deg, 25%, 80%)";
71
+ text: "#1f2937";
72
+ secondaryText: "$gray500";
73
+ focusRing: "hsla(214deg, 15%, 10%, 0.6)";
74
74
  };
75
75
  fontSizes: {
76
- xs: string;
77
- sm: string;
78
- md: string;
79
- lg: string;
80
- xl: string;
81
- "2xl": string;
82
- "3xl": string;
76
+ xs: "0.75rem";
77
+ sm: "0.875rem";
78
+ md: "1rem";
79
+ lg: "1.125rem";
80
+ xl: "1.25rem";
81
+ "2xl": "1.5rem";
82
+ "3xl": "1.875rem";
83
83
  };
84
84
  fontWeights: {
85
- normal: string;
86
- medium: string;
87
- bold: string;
85
+ normal: "var(--ui-font-weight-normal)";
86
+ medium: "var(--ui-font-weight-semibold)";
87
+ bold: "var(--ui-font-weight-bold)";
88
88
  };
89
89
  space: {
90
- 1: string;
91
- 2: string;
92
- 3: string;
93
- 4: string;
94
- 6: string;
95
- 8: string;
90
+ 1: "0.25rem";
91
+ 2: "0.5rem";
92
+ 3: "0.75rem";
93
+ 4: "1rem";
94
+ 6: "1.5rem";
95
+ 8: "2rem";
96
96
  };
97
97
  shadows: {
98
- xs: string;
99
- sm: string;
100
- md: string;
101
- lg: string;
102
- overlayCard: string;
98
+ xs: "0 1px 2px 0 rgba(0, 0, 0, 0.05)";
99
+ sm: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)";
100
+ md: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
101
+ lg: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
102
+ overlayCard: "0 5px 50px 0px rgb(0 0 0 / 0.15), 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
103
103
  };
104
104
  radii: {
105
- xs: string;
106
- sm: string;
107
- md: string;
108
- mdmd: string;
109
- full: string;
105
+ xs: "0.125rem";
106
+ sm: "0.25rem";
107
+ md: "0.5rem";
108
+ mdmd: "calc(0.5rem - 0.125rem)";
109
+ full: "9999px";
110
110
  };
111
111
  zIndices: {
112
112
  toast: number;
113
113
  overlayCard: number;
114
114
  };
115
- }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
115
+ }, import('@stitches/react/types/config').DefaultThemeMap, {}>>;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- declare const ButtonStyled: import("@stitches/react/types/styled-component").StyledComponent<"button", {
1
+ declare const ButtonStyled: import('@stitches/react/types/styled-component').StyledComponent<"button", {
3
2
  color?: "primary" | "secondary" | "success" | "danger" | "warning" | undefined;
4
3
  size?: "sm" | "md" | "lg" | undefined;
5
4
  variant?: "outline" | "transparent" | "primary" | undefined;
@@ -7,121 +6,121 @@ declare const ButtonStyled: import("@stitches/react/types/styled-component").Sty
7
6
  }, {
8
7
  lg: "(min-width: 1200px)";
9
8
  print: "print";
10
- }, import("@stitches/react/types/css-util").CSS<{
9
+ }, import('@stitches/react/types/css-util').CSS<{
11
10
  lg: "(min-width: 1200px)";
12
11
  print: "print";
13
12
  }, {
14
13
  colors: {
15
- gray50: string;
16
- gray100: string;
17
- gray200: string;
18
- gray300: string;
19
- gray400: string;
20
- gray500: string;
21
- gray600: string;
22
- gray700: string;
23
- gray800: string;
24
- gray900: string;
25
- blue50: string;
26
- blue100: string;
27
- blue200: string;
28
- blue300: string;
29
- blue400: string;
30
- blue500: string;
31
- blue600: string;
32
- blue700: string;
33
- blue800: string;
34
- blue900: string;
35
- yellow50: string;
36
- yellow100: string;
37
- yellow200: string;
38
- yellow300: string;
39
- yellow400: string;
40
- yellow500: string;
41
- yellow600: string;
42
- yellow700: string;
43
- yellow800: string;
44
- yellow900: string;
45
- orange500: string;
46
- red50: string;
47
- red100: string;
48
- red200: string;
49
- red300: string;
50
- red400: string;
51
- red500: string;
52
- red600: string;
53
- red700: string;
54
- red800: string;
55
- red900: string;
56
- green50: string;
57
- green100: string;
58
- green200: string;
59
- green300: string;
60
- green400: string;
61
- green500: string;
62
- green600: string;
63
- green700: string;
64
- green800: string;
65
- green900: string;
66
- primaryTextOnLightBg: string;
67
- primaryBg: string;
68
- primaryBgHover: string;
69
- primaryTextOnWhite: string;
70
- bodyGray: string;
71
- hoverDarker: string;
72
- borderDarker: string;
73
- selectedDarker: string;
74
- selectedOnBodyGray: string;
75
- darkGrayBg: string;
76
- border: string;
77
- text: string;
78
- secondaryText: string;
79
- focusRing: string;
14
+ gray50: "#F9FAFA";
15
+ gray100: "#EBEEEE";
16
+ gray200: "#CFD6D7";
17
+ gray300: "#B3BEC0";
18
+ gray400: "#97A6A8";
19
+ gray500: "#7C8E91";
20
+ gray600: "#627578";
21
+ gray700: "#4F5F61";
22
+ gray800: "#414D4F";
23
+ gray900: "#2C3435";
24
+ blue50: "#F7FBFB";
25
+ blue100: "#E3F0F2";
26
+ blue200: "#BADADF";
27
+ blue300: "#92C5CC";
28
+ blue400: "#67AEB8";
29
+ blue500: "#3C97A3";
30
+ blue600: "#1F7D8A";
31
+ blue700: "#19656F";
32
+ blue800: "#14525B";
33
+ blue900: "#0E383E";
34
+ yellow50: "#FDFAEF";
35
+ yellow100: "#F9EDCA";
36
+ yellow200: "#EFD27A";
37
+ yellow300: "#E5B626";
38
+ yellow400: "#C89E1C";
39
+ yellow500: "#AA8618";
40
+ yellow600: "#8C6E14";
41
+ yellow700: "#715910";
42
+ yellow800: "#5C490D";
43
+ yellow900: "#3E3109";
44
+ orange500: "#D1721C";
45
+ red50: "#FDF9F9";
46
+ red100: "#F7EBEB";
47
+ red200: "#EBCECD";
48
+ red300: "#DFB1B0";
49
+ red400: "#D39392";
50
+ red500: "#C67473";
51
+ red600: "#B85250";
52
+ red700: "#A92F2D";
53
+ red800: "#901F1E";
54
+ red900: "#631614";
55
+ green50: "#F8FAF9";
56
+ green100: "#E7F0EA";
57
+ green200: "#C5D9CB";
58
+ green300: "#A4C4AD";
59
+ green400: "#82AD8D";
60
+ green500: "#60976F";
61
+ green600: "#3C7F4E";
62
+ green700: "#296839";
63
+ green800: "#21552F";
64
+ green900: "#163920";
65
+ primaryTextOnLightBg: "#194b58";
66
+ primaryBg: "$blue600";
67
+ primaryBgHover: "$blue700";
68
+ primaryTextOnWhite: "$blue600";
69
+ bodyGray: "$gray100";
70
+ hoverDarker: "hsla(214deg, 25%, 21%, 0.06)";
71
+ borderDarker: "hsla(214deg, 25%, 21%, 0.1)";
72
+ selectedDarker: "hsla(214deg, 25%, 21%, 0.06)";
73
+ selectedOnBodyGray: "hsl(214deg, 35%, 80%)";
74
+ darkGrayBg: "#1f2937";
75
+ border: "hsl(214deg, 25%, 80%)";
76
+ text: "#1f2937";
77
+ secondaryText: "$gray500";
78
+ focusRing: "hsla(214deg, 15%, 10%, 0.6)";
80
79
  };
81
80
  fontSizes: {
82
- xs: string;
83
- sm: string;
84
- md: string;
85
- lg: string;
86
- xl: string;
87
- "2xl": string;
88
- "3xl": string;
81
+ xs: "0.75rem";
82
+ sm: "0.875rem";
83
+ md: "1rem";
84
+ lg: "1.125rem";
85
+ xl: "1.25rem";
86
+ "2xl": "1.5rem";
87
+ "3xl": "1.875rem";
89
88
  };
90
89
  fontWeights: {
91
- normal: string;
92
- medium: string;
93
- bold: string;
90
+ normal: "var(--ui-font-weight-normal)";
91
+ medium: "var(--ui-font-weight-semibold)";
92
+ bold: "var(--ui-font-weight-bold)";
94
93
  };
95
94
  space: {
96
- 1: string;
97
- 2: string;
98
- 3: string;
99
- 4: string;
100
- 6: string;
101
- 8: string;
95
+ 1: "0.25rem";
96
+ 2: "0.5rem";
97
+ 3: "0.75rem";
98
+ 4: "1rem";
99
+ 6: "1.5rem";
100
+ 8: "2rem";
102
101
  };
103
102
  shadows: {
104
- xs: string;
105
- sm: string;
106
- md: string;
107
- lg: string;
108
- overlayCard: string;
103
+ xs: "0 1px 2px 0 rgba(0, 0, 0, 0.05)";
104
+ sm: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)";
105
+ md: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
106
+ lg: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
107
+ overlayCard: "0 5px 50px 0px rgb(0 0 0 / 0.15), 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
109
108
  };
110
109
  radii: {
111
- xs: string;
112
- sm: string;
113
- md: string;
114
- mdmd: string;
115
- full: string;
110
+ xs: "0.125rem";
111
+ sm: "0.25rem";
112
+ md: "0.5rem";
113
+ mdmd: "calc(0.5rem - 0.125rem)";
114
+ full: "9999px";
116
115
  };
117
116
  zIndices: {
118
117
  toast: number;
119
118
  overlayCard: number;
120
119
  };
121
- }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
120
+ }, import('@stitches/react/types/config').DefaultThemeMap, {}>>;
122
121
  type ButtonProps = React.ComponentProps<typeof ButtonStyled> & {
123
122
  as?: React.ElementType;
124
123
  isLoading?: boolean;
125
124
  };
126
- export declare const Button: import("react").ForwardRefExoticComponent<Omit<ButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
125
+ export declare const Button: import('react').ForwardRefExoticComponent<Omit<ButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>>;
127
126
  export {};