@mirohq/design-system-base-input 0.0.1-input.0 → 0.0.1-input.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.
package/dist/types.d.ts CHANGED
@@ -1,12 +1,13 @@
1
1
  import * as react from 'react';
2
- import react__default, { ComponentPropsWithRef } from 'react';
3
- import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
2
+ import react__default, { ComponentPropsWithRef, DOMAttributes } from 'react';
3
+ import { Booleanish } from '@mirohq/design-system-types';
4
4
  import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
5
5
  import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
6
6
  import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
7
7
  import * as _mirohq_design_system_components_primitive from '@mirohq/design-system-components/primitive';
8
+ import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
8
9
 
9
- declare const StyledBaseInput: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"input">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
10
+ declare const StyledInput: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"input">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
10
11
  'border-widths': {
11
12
  readonly none: 0;
12
13
  readonly sm: "1px";
@@ -115,6 +116,9 @@ declare const StyledBaseInput: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
115
116
  "background-primary-subtle-pressed-hover"?: any;
116
117
  "background-primary-subtle-selected"?: any;
117
118
  "background-success"?: any;
119
+ "background-success-prominent"?: any;
120
+ "background-success-prominent-active"?: any;
121
+ "background-success-prominent-hover"?: any;
118
122
  "background-warning-prominent"?: any;
119
123
  "background-warning-subtle"?: any;
120
124
  "border-danger"?: any;
@@ -143,6 +147,8 @@ declare const StyledBaseInput: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
143
147
  "border-primary-hover"?: any;
144
148
  "border-primary-inverted"?: any;
145
149
  "border-success"?: any;
150
+ "border-success-active"?: any;
151
+ "border-success-hover"?: any;
146
152
  "border-warning"?: any;
147
153
  "icon-danger"?: any;
148
154
  "icon-danger-active"?: any;
@@ -162,9 +168,12 @@ declare const StyledBaseInput: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
162
168
  "icon-primary-inverted"?: any;
163
169
  "icon-primary-selected"?: any;
164
170
  "icon-success"?: any;
171
+ "icon-success-active"?: any;
172
+ "icon-success-hover"?: any;
165
173
  "icon-success-inverted"?: any;
166
174
  "icon-warning"?: any;
167
175
  "icon-warning-prominent"?: any;
176
+ "icon-warning-subtle"?: any;
168
177
  "text-danger"?: any;
169
178
  "text-danger-active"?: any;
170
179
  "text-danger-hover"?: any;
@@ -186,7 +195,11 @@ declare const StyledBaseInput: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
186
195
  "text-primary-inverted-subtle"?: any;
187
196
  "text-primary-selected"?: any;
188
197
  "text-success"?: any;
198
+ "text-success-active"?: any;
199
+ "text-success-hover"?: any;
200
+ "text-success-inverted"?: any;
189
201
  "text-warning"?: any;
202
+ "text-warning-subtle"?: any;
190
203
  };
191
204
  'font-sizes': {
192
205
  readonly 150: "0.75rem";
@@ -215,13 +228,12 @@ declare const StyledBaseInput: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
215
228
  readonly 200: "16px";
216
229
  };
217
230
  shadows: {
218
- readonly 50: "0 4px 16px #05003812";
219
- readonly 100: "0 8px 32px #05003808";
220
231
  readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
221
232
  readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
222
233
  readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
223
234
  readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
224
235
  readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
236
+ readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
225
237
  };
226
238
  sizes: {
227
239
  readonly number: string;
@@ -230,7 +242,8 @@ declare const StyledBaseInput: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
230
242
  readonly 'icon-400': "32px";
231
243
  };
232
244
  space: {
233
- readonly 0: 0;
245
+ readonly 0: "0px";
246
+ readonly 25: "2px";
234
247
  readonly 50: "4px";
235
248
  readonly 100: "8px";
236
249
  readonly 150: "12px";
@@ -261,6 +274,7 @@ declare const StyledBaseInput: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
261
274
  readonly 400: any;
262
275
  readonly 500: any;
263
276
  readonly 600: any;
277
+ readonly 700: any;
264
278
  readonly 800: any;
265
279
  readonly 1200: any;
266
280
  readonly 1600: any;
@@ -478,9 +492,11 @@ declare const StyledBaseInput: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
478
492
  };
479
493
  };
480
494
  }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLInputElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"input">>, {}, {}>;
481
- declare type StyledBaseInputProps = ComponentPropsWithRef<typeof StyledBaseInput>;
495
+ declare type StyledInputProps = ComponentPropsWithRef<typeof StyledInput>;
482
496
 
483
- declare const InputSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react__default.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"div">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
497
+ interface InputProps extends StyledInputProps {
498
+ }
499
+ declare const Input: react__default.ForwardRefExoticComponent<Omit<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react__default.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"input">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
484
500
  'border-widths': {
485
501
  readonly none: 0;
486
502
  readonly sm: "1px";
@@ -589,6 +605,9 @@ declare const InputSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit
589
605
  "background-primary-subtle-pressed-hover"?: any;
590
606
  "background-primary-subtle-selected"?: any;
591
607
  "background-success"?: any;
608
+ "background-success-prominent"?: any;
609
+ "background-success-prominent-active"?: any;
610
+ "background-success-prominent-hover"?: any;
592
611
  "background-warning-prominent"?: any;
593
612
  "background-warning-subtle"?: any;
594
613
  "border-danger"?: any;
@@ -617,6 +636,8 @@ declare const InputSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit
617
636
  "border-primary-hover"?: any;
618
637
  "border-primary-inverted"?: any;
619
638
  "border-success"?: any;
639
+ "border-success-active"?: any;
640
+ "border-success-hover"?: any;
620
641
  "border-warning"?: any;
621
642
  "icon-danger"?: any;
622
643
  "icon-danger-active"?: any;
@@ -636,9 +657,12 @@ declare const InputSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit
636
657
  "icon-primary-inverted"?: any;
637
658
  "icon-primary-selected"?: any;
638
659
  "icon-success"?: any;
660
+ "icon-success-active"?: any;
661
+ "icon-success-hover"?: any;
639
662
  "icon-success-inverted"?: any;
640
663
  "icon-warning"?: any;
641
664
  "icon-warning-prominent"?: any;
665
+ "icon-warning-subtle"?: any;
642
666
  "text-danger"?: any;
643
667
  "text-danger-active"?: any;
644
668
  "text-danger-hover"?: any;
@@ -660,7 +684,11 @@ declare const InputSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit
660
684
  "text-primary-inverted-subtle"?: any;
661
685
  "text-primary-selected"?: any;
662
686
  "text-success"?: any;
687
+ "text-success-active"?: any;
688
+ "text-success-hover"?: any;
689
+ "text-success-inverted"?: any;
663
690
  "text-warning"?: any;
691
+ "text-warning-subtle"?: any;
664
692
  };
665
693
  'font-sizes': {
666
694
  readonly 150: "0.75rem";
@@ -689,13 +717,12 @@ declare const InputSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit
689
717
  readonly 200: "16px";
690
718
  };
691
719
  shadows: {
692
- readonly 50: "0 4px 16px #05003812";
693
- readonly 100: "0 8px 32px #05003808";
694
720
  readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
695
721
  readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
696
722
  readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
697
723
  readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
698
724
  readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
725
+ readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
699
726
  };
700
727
  sizes: {
701
728
  readonly number: string;
@@ -704,7 +731,8 @@ declare const InputSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit
704
731
  readonly 'icon-400': "32px";
705
732
  };
706
733
  space: {
707
- readonly 0: 0;
734
+ readonly 0: "0px";
735
+ readonly 25: "2px";
708
736
  readonly 50: "4px";
709
737
  readonly 100: "8px";
710
738
  readonly 150: "12px";
@@ -735,6 +763,7 @@ declare const InputSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit
735
763
  readonly 400: any;
736
764
  readonly 500: any;
737
765
  readonly 600: any;
766
+ readonly 700: any;
738
767
  readonly 800: any;
739
768
  readonly 1200: any;
740
769
  readonly 1600: any;
@@ -951,13 +980,2485 @@ declare const InputSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit
951
980
  readonly [$$PropertyValue]: "width";
952
981
  };
953
982
  };
954
- }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react__default.RefAttributes<HTMLDivElement>, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
983
+ }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react__default.RefAttributes<HTMLInputElement>, "ref"> & react__default.RefAttributes<HTMLInputElement>>;
984
+
985
+ declare const StyledActionSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
986
+ 'border-widths': {
987
+ readonly none: 0;
988
+ readonly sm: "1px";
989
+ readonly md: "2px";
990
+ readonly lg: "4px";
991
+ };
992
+ colors: {
993
+ readonly black: any;
994
+ readonly 'blue-100': any;
995
+ readonly 'blue-200': any;
996
+ readonly 'blue-300': any;
997
+ readonly 'blue-400': any;
998
+ readonly 'blue-500': any;
999
+ readonly 'blue-600': any;
1000
+ readonly 'blue-700': any;
1001
+ readonly 'blue-800': any;
1002
+ readonly 'blue-900': any;
1003
+ readonly 'blue-1000': any;
1004
+ readonly 'gray-100': any;
1005
+ readonly 'gray-200': any;
1006
+ readonly 'gray-300': any;
1007
+ readonly 'gray-400': any;
1008
+ readonly 'gray-500': any;
1009
+ readonly 'gray-600': any;
1010
+ readonly 'gray-700': any;
1011
+ readonly 'gray-800': any;
1012
+ readonly 'gray-900': any;
1013
+ readonly 'green-100': any;
1014
+ readonly 'green-200': any;
1015
+ readonly 'green-300': any;
1016
+ readonly 'green-400': any;
1017
+ readonly 'green-500': any;
1018
+ readonly 'green-600': any;
1019
+ readonly 'green-700': any;
1020
+ readonly 'green-800': any;
1021
+ readonly 'green-900': any;
1022
+ readonly 'indigo-100': any;
1023
+ readonly 'indigo-200': any;
1024
+ readonly 'indigo-300': any;
1025
+ readonly 'indigo-400': any;
1026
+ readonly 'indigo-500': any;
1027
+ readonly 'indigo-600': any;
1028
+ readonly 'indigo-700': any;
1029
+ readonly 'indigo-800': any;
1030
+ readonly 'indigo-900': any;
1031
+ readonly 'red-100': any;
1032
+ readonly 'red-200': any;
1033
+ readonly 'red-300': any;
1034
+ readonly 'red-400': any;
1035
+ readonly 'red-500': any;
1036
+ readonly 'red-600': any;
1037
+ readonly 'red-700': any;
1038
+ readonly 'red-800': any;
1039
+ readonly 'red-900': any;
1040
+ readonly transparent: any;
1041
+ readonly white: any;
1042
+ readonly 'yellow-100': any;
1043
+ readonly 'yellow-200': any;
1044
+ readonly 'yellow-300': any;
1045
+ readonly 'yellow-400': any;
1046
+ readonly 'yellow-500': any;
1047
+ readonly 'yellow-600': any;
1048
+ readonly 'yellow-700': any;
1049
+ readonly 'yellow-800': any;
1050
+ readonly 'yellow-900': any;
1051
+ "background-alpha-active"?: any;
1052
+ "background-alpha-hover"?: any;
1053
+ "background-danger-prominent"?: any;
1054
+ "background-danger-prominent-active"?: any;
1055
+ "background-danger-prominent-hover"?: any;
1056
+ "background-danger-subtle"?: any;
1057
+ "background-danger-subtle-active"?: any;
1058
+ "background-danger-subtle-hover"?: any;
1059
+ "background-neutrals"?: any;
1060
+ "background-neutrals-active"?: any;
1061
+ "background-neutrals-container"?: any;
1062
+ "background-neutrals-controls-disabled"?: any;
1063
+ "background-neutrals-disabled"?: any;
1064
+ "background-neutrals-hover"?: any;
1065
+ "background-neutrals-inactive"?: any;
1066
+ "background-neutrals-inactive-hover"?: any;
1067
+ "background-neutrals-inverted"?: any;
1068
+ "background-neutrals-inverted-subtle"?: any;
1069
+ "background-neutrals-page"?: any;
1070
+ "background-neutrals-page-subtle"?: any;
1071
+ "background-neutrals-scrolls"?: any;
1072
+ "background-neutrals-scrolls-expanded"?: any;
1073
+ "background-neutrals-scrolls-hover"?: any;
1074
+ "background-neutrals-scrolls-pressed"?: any;
1075
+ "background-neutrals-scrolls-pressed-hover"?: any;
1076
+ "background-neutrals-subtle"?: any;
1077
+ "background-neutrals-subtle-active"?: any;
1078
+ "background-neutrals-subtle-hover"?: any;
1079
+ "background-primary-prominent"?: any;
1080
+ "background-primary-prominent-active"?: any;
1081
+ "background-primary-prominent-expanded"?: any;
1082
+ "background-primary-prominent-hover"?: any;
1083
+ "background-primary-prominent-pressed"?: any;
1084
+ "background-primary-prominent-pressed-hover"?: any;
1085
+ "background-primary-prominent-selected"?: any;
1086
+ "background-primary-subtle"?: any;
1087
+ "background-primary-subtle-active"?: any;
1088
+ "background-primary-subtle-expanded"?: any;
1089
+ "background-primary-subtle-hover"?: any;
1090
+ "background-primary-subtle-pressed"?: any;
1091
+ "background-primary-subtle-pressed-hover"?: any;
1092
+ "background-primary-subtle-selected"?: any;
1093
+ "background-success"?: any;
1094
+ "background-success-prominent"?: any;
1095
+ "background-success-prominent-active"?: any;
1096
+ "background-success-prominent-hover"?: any;
1097
+ "background-warning-prominent"?: any;
1098
+ "background-warning-subtle"?: any;
1099
+ "border-danger"?: any;
1100
+ "border-danger-active"?: any;
1101
+ "border-danger-hover"?: any;
1102
+ "border-focus-inner"?: any;
1103
+ "border-focus-middle"?: any;
1104
+ "border-focus-outer"?: any;
1105
+ "border-neutrals"?: any;
1106
+ "border-neutrals-active"?: any;
1107
+ "border-neutrals-controls"?: any;
1108
+ "border-neutrals-controls-disabled"?: any;
1109
+ "border-neutrals-disabled"?: any;
1110
+ "border-neutrals-hover"?: any;
1111
+ "border-neutrals-inverted"?: any;
1112
+ "border-neutrals-subtle"?: any;
1113
+ "border-neutrals-text"?: any;
1114
+ "border-neutrals-text-active"?: any;
1115
+ "border-neutrals-text-hover"?: any;
1116
+ "border-neutrals-text-subtle"?: any;
1117
+ "border-neutrals-text-subtle-active"?: any;
1118
+ "border-neutrals-text-subtle-hover"?: any;
1119
+ "border-neutrals-transparent"?: any;
1120
+ "border-primary"?: any;
1121
+ "border-primary-active"?: any;
1122
+ "border-primary-hover"?: any;
1123
+ "border-primary-inverted"?: any;
1124
+ "border-success"?: any;
1125
+ "border-success-active"?: any;
1126
+ "border-success-hover"?: any;
1127
+ "border-warning"?: any;
1128
+ "icon-danger"?: any;
1129
+ "icon-danger-active"?: any;
1130
+ "icon-danger-hover"?: any;
1131
+ "icon-danger-inverted"?: any;
1132
+ "icon-neutrals"?: any;
1133
+ "icon-neutrals-disabled"?: any;
1134
+ "icon-neutrals-inactive"?: any;
1135
+ "icon-neutrals-inactive-hover"?: any;
1136
+ "icon-neutrals-inverted"?: any;
1137
+ "icon-neutrals-search"?: any;
1138
+ "icon-neutrals-subtle"?: any;
1139
+ "icon-neutrals-text"?: any;
1140
+ "icon-primary"?: any;
1141
+ "icon-primary-active"?: any;
1142
+ "icon-primary-hover"?: any;
1143
+ "icon-primary-inverted"?: any;
1144
+ "icon-primary-selected"?: any;
1145
+ "icon-success"?: any;
1146
+ "icon-success-active"?: any;
1147
+ "icon-success-hover"?: any;
1148
+ "icon-success-inverted"?: any;
1149
+ "icon-warning"?: any;
1150
+ "icon-warning-prominent"?: any;
1151
+ "icon-warning-subtle"?: any;
1152
+ "text-danger"?: any;
1153
+ "text-danger-active"?: any;
1154
+ "text-danger-hover"?: any;
1155
+ "text-danger-inverted"?: any;
1156
+ "text-neutrals"?: any;
1157
+ "text-neutrals-active"?: any;
1158
+ "text-neutrals-disabled"?: any;
1159
+ "text-neutrals-hover"?: any;
1160
+ "text-neutrals-inverted"?: any;
1161
+ "text-neutrals-placeholder"?: any;
1162
+ "text-neutrals-placeholder-only"?: any;
1163
+ "text-neutrals-subtle"?: any;
1164
+ "text-neutrals-subtle-active"?: any;
1165
+ "text-neutrals-subtle-hover"?: any;
1166
+ "text-primary"?: any;
1167
+ "text-primary-active"?: any;
1168
+ "text-primary-hover"?: any;
1169
+ "text-primary-inverted"?: any;
1170
+ "text-primary-inverted-subtle"?: any;
1171
+ "text-primary-selected"?: any;
1172
+ "text-success"?: any;
1173
+ "text-success-active"?: any;
1174
+ "text-success-hover"?: any;
1175
+ "text-success-inverted"?: any;
1176
+ "text-warning"?: any;
1177
+ "text-warning-subtle"?: any;
1178
+ };
1179
+ 'font-sizes': {
1180
+ readonly 150: "0.75rem";
1181
+ readonly 175: "0.875rem";
1182
+ readonly 200: "1rem";
1183
+ readonly 225: "1.125rem";
1184
+ readonly 250: "1.25rem";
1185
+ readonly 300: "1.5rem";
1186
+ readonly 400: "2rem";
1187
+ readonly 500: "2.5rem";
1188
+ readonly 600: "3rem";
1189
+ readonly 800: "4rem";
1190
+ readonly 900: "4.5rem";
1191
+ };
1192
+ fonts: {
1193
+ readonly heading: "Roobert, sans-serif";
1194
+ readonly body: "Open Sans, sans-serif";
1195
+ };
1196
+ radii: {
1197
+ readonly none: 0;
1198
+ readonly half: "999em";
1199
+ readonly 25: "2px";
1200
+ readonly 50: "4px";
1201
+ readonly 75: "6px";
1202
+ readonly 100: "8px";
1203
+ readonly 200: "16px";
1204
+ };
1205
+ shadows: {
1206
+ readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
1207
+ readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
1208
+ readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
1209
+ readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
1210
+ readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
1211
+ readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
1212
+ };
1213
+ sizes: {
1214
+ readonly number: string;
1215
+ readonly 'icon-200': "16px";
1216
+ readonly 'icon-300': "24px";
1217
+ readonly 'icon-400': "32px";
1218
+ };
1219
+ space: {
1220
+ readonly 0: "0px";
1221
+ readonly 25: "2px";
1222
+ readonly 50: "4px";
1223
+ readonly 100: "8px";
1224
+ readonly 150: "12px";
1225
+ readonly 200: "16px";
1226
+ readonly 300: "24px";
1227
+ readonly 400: "32px";
1228
+ readonly 500: "40px";
1229
+ readonly 600: "48px";
1230
+ readonly 700: "56px";
1231
+ readonly 800: "64px";
1232
+ readonly 1200: "96px";
1233
+ readonly 1600: "128px";
1234
+ };
1235
+ 'space-gap': {
1236
+ readonly 0: any;
1237
+ readonly 50: any;
1238
+ readonly 100: any;
1239
+ readonly 200: any;
1240
+ readonly 300: any;
1241
+ };
1242
+ 'space-inset': {
1243
+ readonly 0: any;
1244
+ readonly 50: any;
1245
+ readonly 100: any;
1246
+ readonly 150: any;
1247
+ readonly 200: any;
1248
+ readonly 300: any;
1249
+ readonly 400: any;
1250
+ readonly 500: any;
1251
+ readonly 600: any;
1252
+ readonly 700: any;
1253
+ readonly 800: any;
1254
+ readonly 1200: any;
1255
+ readonly 1600: any;
1256
+ };
1257
+ 'space-offset': {
1258
+ readonly 0: any;
1259
+ readonly 50: any;
1260
+ readonly 100: any;
1261
+ readonly 150: any;
1262
+ readonly 200: any;
1263
+ readonly 300: any;
1264
+ readonly 400: any;
1265
+ readonly 600: any;
1266
+ readonly 800: any;
1267
+ readonly 1200: any;
1268
+ readonly 1600: any;
1269
+ readonly 'stacking-0': any;
1270
+ readonly 'stacking-100': any;
1271
+ readonly 'stacking-200': any;
1272
+ readonly 'stacking-300': any;
1273
+ readonly 'stacking-400': any;
1274
+ readonly 'stacking-500': any;
1275
+ readonly 'stacking-800': any;
1276
+ };
1277
+ 'stroke-width': {
1278
+ readonly thin: "1.5px";
1279
+ readonly normal: "2px";
1280
+ readonly bold: "4px";
1281
+ };
1282
+ 'z-indices': {
1283
+ readonly dropdownMenu: 100;
1284
+ readonly select: 200;
1285
+ readonly popover: 300;
1286
+ readonly tooltip: 400;
1287
+ };
1288
+ }, {
1289
+ readonly background: "colors";
1290
+ readonly backgroundColor: "colors";
1291
+ readonly backgroundImage: "colors";
1292
+ readonly blockSize: "sizes";
1293
+ readonly border: "colors";
1294
+ readonly borderBlock: "colors";
1295
+ readonly borderBlockEnd: "colors";
1296
+ readonly borderBlockStart: "colors";
1297
+ readonly borderBottom: "colors";
1298
+ readonly borderBottomColor: "colors";
1299
+ readonly borderBottomLeftRadius: "radii";
1300
+ readonly borderBottomRightRadius: "radii";
1301
+ readonly borderBottomStyle: "border-styles";
1302
+ readonly borderBottomWidth: "border-widths";
1303
+ readonly borderColor: "colors";
1304
+ readonly borderImage: "colors";
1305
+ readonly borderInline: "colors";
1306
+ readonly borderInlineEnd: "colors";
1307
+ readonly borderInlineStart: "colors";
1308
+ readonly borderLeft: "colors";
1309
+ readonly borderLeftColor: "colors";
1310
+ readonly borderLeftStyle: "border-styles";
1311
+ readonly borderLeftWidth: "border-widths";
1312
+ readonly borderRadius: "radii";
1313
+ readonly borderRight: "colors";
1314
+ readonly borderRightColor: "colors";
1315
+ readonly borderRightStyle: "border-styles";
1316
+ readonly borderRightWidth: "border-widths";
1317
+ readonly borderStyle: "border-styles";
1318
+ readonly borderTop: "colors";
1319
+ readonly borderTopColor: "colors";
1320
+ readonly borderTopLeftRadius: "radii";
1321
+ readonly borderTopRightRadius: "radii";
1322
+ readonly borderTopStyle: "border-styles";
1323
+ readonly borderTopWidth: "border-widths";
1324
+ readonly borderWidth: "border-widths";
1325
+ readonly bottom: "space";
1326
+ readonly boxShadow: "shadows";
1327
+ readonly caretColor: "colors";
1328
+ readonly color: "colors";
1329
+ readonly columnGap: "space-gap";
1330
+ readonly columnRuleColor: "colors";
1331
+ readonly fill: "colors";
1332
+ readonly flexBasis: "sizes";
1333
+ readonly fontFamily: "fonts";
1334
+ readonly fontSize: "font-sizes";
1335
+ readonly fontWeight: "font-weights";
1336
+ readonly gap: "space-gap";
1337
+ readonly gridColumnGap: "space-gap";
1338
+ readonly gridGap: "space-gap";
1339
+ readonly gridRowGap: "space-gap";
1340
+ readonly gridTemplateColumns: "sizes";
1341
+ readonly gridTemplateRows: "sizes";
1342
+ readonly height: "sizes";
1343
+ readonly inlineSize: "sizes";
1344
+ readonly inset: "space-inset";
1345
+ readonly insetBlock: "space-inset";
1346
+ readonly insetBlockEnd: "space-inset";
1347
+ readonly insetBlockStart: "space-inset";
1348
+ readonly insetInline: "space-inset";
1349
+ readonly insetInlineEnd: "space-inset";
1350
+ readonly insetInlineStart: "space-inset";
1351
+ readonly left: "space";
1352
+ readonly letterSpacing: "letter-spacings";
1353
+ readonly lineHeight: "line-heights";
1354
+ readonly margin: "space-offset";
1355
+ readonly marginBlock: "space-offset";
1356
+ readonly marginBlockEnd: "space-offset";
1357
+ readonly marginBlockStart: "space-offset";
1358
+ readonly marginBottom: "space-offset";
1359
+ readonly marginInline: "space-offset";
1360
+ readonly marginInlineEnd: "space-offset";
1361
+ readonly marginInlineStart: "space-offset";
1362
+ readonly marginLeft: "space-offset";
1363
+ readonly marginRight: "space-offset";
1364
+ readonly marginTop: "space-offset";
1365
+ readonly maxBlockSize: "sizes";
1366
+ readonly maxHeight: "sizes";
1367
+ readonly maxInlineSize: "sizes";
1368
+ readonly maxWidth: "sizes";
1369
+ readonly minBlockSize: "sizes";
1370
+ readonly minHeight: "sizes";
1371
+ readonly minInlineSize: "sizes";
1372
+ readonly minWidth: "sizes";
1373
+ readonly outline: "colors";
1374
+ readonly outlineColor: "colors";
1375
+ readonly padding: "space-inset";
1376
+ readonly paddingBlock: "space-inset";
1377
+ readonly paddingBlockEnd: "space-inset";
1378
+ readonly paddingBlockStart: "space-inset";
1379
+ readonly paddingBottom: "space-inset";
1380
+ readonly paddingInline: "space-inset";
1381
+ readonly paddingInlineEnd: "space-inset";
1382
+ readonly paddingInlineStart: "space-inset";
1383
+ readonly paddingLeft: "space-inset";
1384
+ readonly paddingRight: "space-inset";
1385
+ readonly paddingTop: "space-inset";
1386
+ readonly right: "space";
1387
+ readonly rowGap: "space-gap";
1388
+ readonly scrollMargin: "space-offset";
1389
+ readonly scrollMarginBlock: "space-offset";
1390
+ readonly scrollMarginBlockEnd: "space-offset";
1391
+ readonly scrollMarginBlockStart: "space-offset";
1392
+ readonly scrollMarginBottom: "space-offset";
1393
+ readonly scrollMarginInline: "space-offset";
1394
+ readonly scrollMarginInlineEnd: "space-offset";
1395
+ readonly scrollMarginInlineStart: "space-offset";
1396
+ readonly scrollMarginLeft: "space-offset";
1397
+ readonly scrollMarginRight: "space-offset";
1398
+ readonly scrollMarginTop: "space-offset";
1399
+ readonly scrollPadding: "space-inset";
1400
+ readonly scrollPaddingBlock: "space-inset";
1401
+ readonly scrollPaddingBlockEnd: "space-inset";
1402
+ readonly scrollPaddingBlockStart: "space-inset";
1403
+ readonly scrollPaddingBottom: "space-inset";
1404
+ readonly scrollPaddingInline: "space-inset";
1405
+ readonly scrollPaddingInlineEnd: "space-inset";
1406
+ readonly scrollPaddingInlineStart: "space-inset";
1407
+ readonly scrollPaddingLeft: "space-inset";
1408
+ readonly scrollPaddingRight: "space-inset";
1409
+ readonly scrollPaddingTop: "space-inset";
1410
+ readonly stroke: "colors";
1411
+ readonly strokeWidth: "stroke-width";
1412
+ readonly textDecorationColor: "colors";
1413
+ readonly textShadow: "shadows";
1414
+ readonly top: "space";
1415
+ readonly transition: "transitions";
1416
+ readonly width: "sizes";
1417
+ readonly zIndex: "z-indices";
1418
+ }, {
1419
+ paddingX: (value: {
1420
+ readonly [$$PropertyValue]: "padding";
1421
+ }) => {
1422
+ paddingLeft: {
1423
+ readonly [$$PropertyValue]: "padding";
1424
+ };
1425
+ paddingRight: {
1426
+ readonly [$$PropertyValue]: "padding";
1427
+ };
1428
+ };
1429
+ paddingY: (value: {
1430
+ readonly [$$PropertyValue]: "padding";
1431
+ }) => {
1432
+ paddingTop: {
1433
+ readonly [$$PropertyValue]: "padding";
1434
+ };
1435
+ paddingBottom: {
1436
+ readonly [$$PropertyValue]: "padding";
1437
+ };
1438
+ };
1439
+ marginX: (value: {
1440
+ readonly [$$PropertyValue]: "margin";
1441
+ }) => {
1442
+ marginLeft: {
1443
+ readonly [$$PropertyValue]: "margin";
1444
+ };
1445
+ marginRight: {
1446
+ readonly [$$PropertyValue]: "margin";
1447
+ };
1448
+ };
1449
+ marginY: (value: {
1450
+ readonly [$$PropertyValue]: "margin";
1451
+ }) => {
1452
+ marginTop: {
1453
+ readonly [$$PropertyValue]: "margin";
1454
+ };
1455
+ marginBottom: {
1456
+ readonly [$$PropertyValue]: "margin";
1457
+ };
1458
+ };
1459
+ square: (value: {
1460
+ readonly [$$PropertyValue]: "width";
1461
+ }) => {
1462
+ width: {
1463
+ readonly [$$PropertyValue]: "width";
1464
+ };
1465
+ height: {
1466
+ readonly [$$PropertyValue]: "width";
1467
+ };
1468
+ };
1469
+ }>>>, "readOnly"> & _stitches_react_types_styled_component.TransformProps<{
1470
+ readOnly?: boolean | "true" | undefined;
1471
+ }, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {
1472
+ readOnly?: boolean | "true" | undefined;
1473
+ }, {}>;
1474
+ declare type StyledActionSlotProps = ComponentPropsWithRef<typeof StyledActionSlot>;
1475
+
1476
+ interface ActionSlotProps extends StyledActionSlotProps {
1477
+ }
1478
+ declare const ActionSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react__default.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"div">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
1479
+ 'border-widths': {
1480
+ readonly none: 0;
1481
+ readonly sm: "1px";
1482
+ readonly md: "2px";
1483
+ readonly lg: "4px";
1484
+ };
1485
+ colors: {
1486
+ readonly black: any;
1487
+ readonly 'blue-100': any;
1488
+ readonly 'blue-200': any;
1489
+ readonly 'blue-300': any;
1490
+ readonly 'blue-400': any;
1491
+ readonly 'blue-500': any;
1492
+ readonly 'blue-600': any;
1493
+ readonly 'blue-700': any;
1494
+ readonly 'blue-800': any;
1495
+ readonly 'blue-900': any;
1496
+ readonly 'blue-1000': any;
1497
+ readonly 'gray-100': any;
1498
+ readonly 'gray-200': any;
1499
+ readonly 'gray-300': any;
1500
+ readonly 'gray-400': any;
1501
+ readonly 'gray-500': any;
1502
+ readonly 'gray-600': any;
1503
+ readonly 'gray-700': any;
1504
+ readonly 'gray-800': any;
1505
+ readonly 'gray-900': any;
1506
+ readonly 'green-100': any;
1507
+ readonly 'green-200': any;
1508
+ readonly 'green-300': any;
1509
+ readonly 'green-400': any;
1510
+ readonly 'green-500': any;
1511
+ readonly 'green-600': any;
1512
+ readonly 'green-700': any;
1513
+ readonly 'green-800': any;
1514
+ readonly 'green-900': any;
1515
+ readonly 'indigo-100': any;
1516
+ readonly 'indigo-200': any;
1517
+ readonly 'indigo-300': any;
1518
+ readonly 'indigo-400': any;
1519
+ readonly 'indigo-500': any;
1520
+ readonly 'indigo-600': any;
1521
+ readonly 'indigo-700': any;
1522
+ readonly 'indigo-800': any;
1523
+ readonly 'indigo-900': any;
1524
+ readonly 'red-100': any;
1525
+ readonly 'red-200': any;
1526
+ readonly 'red-300': any;
1527
+ readonly 'red-400': any;
1528
+ readonly 'red-500': any;
1529
+ readonly 'red-600': any;
1530
+ readonly 'red-700': any;
1531
+ readonly 'red-800': any;
1532
+ readonly 'red-900': any;
1533
+ readonly transparent: any;
1534
+ readonly white: any;
1535
+ readonly 'yellow-100': any;
1536
+ readonly 'yellow-200': any;
1537
+ readonly 'yellow-300': any;
1538
+ readonly 'yellow-400': any;
1539
+ readonly 'yellow-500': any;
1540
+ readonly 'yellow-600': any;
1541
+ readonly 'yellow-700': any;
1542
+ readonly 'yellow-800': any;
1543
+ readonly 'yellow-900': any;
1544
+ "background-alpha-active"?: any;
1545
+ "background-alpha-hover"?: any;
1546
+ "background-danger-prominent"?: any;
1547
+ "background-danger-prominent-active"?: any;
1548
+ "background-danger-prominent-hover"?: any;
1549
+ "background-danger-subtle"?: any;
1550
+ "background-danger-subtle-active"?: any;
1551
+ "background-danger-subtle-hover"?: any;
1552
+ "background-neutrals"?: any;
1553
+ "background-neutrals-active"?: any;
1554
+ "background-neutrals-container"?: any;
1555
+ "background-neutrals-controls-disabled"?: any;
1556
+ "background-neutrals-disabled"?: any;
1557
+ "background-neutrals-hover"?: any;
1558
+ "background-neutrals-inactive"?: any;
1559
+ "background-neutrals-inactive-hover"?: any;
1560
+ "background-neutrals-inverted"?: any;
1561
+ "background-neutrals-inverted-subtle"?: any;
1562
+ "background-neutrals-page"?: any;
1563
+ "background-neutrals-page-subtle"?: any;
1564
+ "background-neutrals-scrolls"?: any;
1565
+ "background-neutrals-scrolls-expanded"?: any;
1566
+ "background-neutrals-scrolls-hover"?: any;
1567
+ "background-neutrals-scrolls-pressed"?: any;
1568
+ "background-neutrals-scrolls-pressed-hover"?: any;
1569
+ "background-neutrals-subtle"?: any;
1570
+ "background-neutrals-subtle-active"?: any;
1571
+ "background-neutrals-subtle-hover"?: any;
1572
+ "background-primary-prominent"?: any;
1573
+ "background-primary-prominent-active"?: any;
1574
+ "background-primary-prominent-expanded"?: any;
1575
+ "background-primary-prominent-hover"?: any;
1576
+ "background-primary-prominent-pressed"?: any;
1577
+ "background-primary-prominent-pressed-hover"?: any;
1578
+ "background-primary-prominent-selected"?: any;
1579
+ "background-primary-subtle"?: any;
1580
+ "background-primary-subtle-active"?: any;
1581
+ "background-primary-subtle-expanded"?: any;
1582
+ "background-primary-subtle-hover"?: any;
1583
+ "background-primary-subtle-pressed"?: any;
1584
+ "background-primary-subtle-pressed-hover"?: any;
1585
+ "background-primary-subtle-selected"?: any;
1586
+ "background-success"?: any;
1587
+ "background-success-prominent"?: any;
1588
+ "background-success-prominent-active"?: any;
1589
+ "background-success-prominent-hover"?: any;
1590
+ "background-warning-prominent"?: any;
1591
+ "background-warning-subtle"?: any;
1592
+ "border-danger"?: any;
1593
+ "border-danger-active"?: any;
1594
+ "border-danger-hover"?: any;
1595
+ "border-focus-inner"?: any;
1596
+ "border-focus-middle"?: any;
1597
+ "border-focus-outer"?: any;
1598
+ "border-neutrals"?: any;
1599
+ "border-neutrals-active"?: any;
1600
+ "border-neutrals-controls"?: any;
1601
+ "border-neutrals-controls-disabled"?: any;
1602
+ "border-neutrals-disabled"?: any;
1603
+ "border-neutrals-hover"?: any;
1604
+ "border-neutrals-inverted"?: any;
1605
+ "border-neutrals-subtle"?: any;
1606
+ "border-neutrals-text"?: any;
1607
+ "border-neutrals-text-active"?: any;
1608
+ "border-neutrals-text-hover"?: any;
1609
+ "border-neutrals-text-subtle"?: any;
1610
+ "border-neutrals-text-subtle-active"?: any;
1611
+ "border-neutrals-text-subtle-hover"?: any;
1612
+ "border-neutrals-transparent"?: any;
1613
+ "border-primary"?: any;
1614
+ "border-primary-active"?: any;
1615
+ "border-primary-hover"?: any;
1616
+ "border-primary-inverted"?: any;
1617
+ "border-success"?: any;
1618
+ "border-success-active"?: any;
1619
+ "border-success-hover"?: any;
1620
+ "border-warning"?: any;
1621
+ "icon-danger"?: any;
1622
+ "icon-danger-active"?: any;
1623
+ "icon-danger-hover"?: any;
1624
+ "icon-danger-inverted"?: any;
1625
+ "icon-neutrals"?: any;
1626
+ "icon-neutrals-disabled"?: any;
1627
+ "icon-neutrals-inactive"?: any;
1628
+ "icon-neutrals-inactive-hover"?: any;
1629
+ "icon-neutrals-inverted"?: any;
1630
+ "icon-neutrals-search"?: any;
1631
+ "icon-neutrals-subtle"?: any;
1632
+ "icon-neutrals-text"?: any;
1633
+ "icon-primary"?: any;
1634
+ "icon-primary-active"?: any;
1635
+ "icon-primary-hover"?: any;
1636
+ "icon-primary-inverted"?: any;
1637
+ "icon-primary-selected"?: any;
1638
+ "icon-success"?: any;
1639
+ "icon-success-active"?: any;
1640
+ "icon-success-hover"?: any;
1641
+ "icon-success-inverted"?: any;
1642
+ "icon-warning"?: any;
1643
+ "icon-warning-prominent"?: any;
1644
+ "icon-warning-subtle"?: any;
1645
+ "text-danger"?: any;
1646
+ "text-danger-active"?: any;
1647
+ "text-danger-hover"?: any;
1648
+ "text-danger-inverted"?: any;
1649
+ "text-neutrals"?: any;
1650
+ "text-neutrals-active"?: any;
1651
+ "text-neutrals-disabled"?: any;
1652
+ "text-neutrals-hover"?: any;
1653
+ "text-neutrals-inverted"?: any;
1654
+ "text-neutrals-placeholder"?: any;
1655
+ "text-neutrals-placeholder-only"?: any;
1656
+ "text-neutrals-subtle"?: any;
1657
+ "text-neutrals-subtle-active"?: any;
1658
+ "text-neutrals-subtle-hover"?: any;
1659
+ "text-primary"?: any;
1660
+ "text-primary-active"?: any;
1661
+ "text-primary-hover"?: any;
1662
+ "text-primary-inverted"?: any;
1663
+ "text-primary-inverted-subtle"?: any;
1664
+ "text-primary-selected"?: any;
1665
+ "text-success"?: any;
1666
+ "text-success-active"?: any;
1667
+ "text-success-hover"?: any;
1668
+ "text-success-inverted"?: any;
1669
+ "text-warning"?: any;
1670
+ "text-warning-subtle"?: any;
1671
+ };
1672
+ 'font-sizes': {
1673
+ readonly 150: "0.75rem";
1674
+ readonly 175: "0.875rem";
1675
+ readonly 200: "1rem";
1676
+ readonly 225: "1.125rem";
1677
+ readonly 250: "1.25rem";
1678
+ readonly 300: "1.5rem";
1679
+ readonly 400: "2rem";
1680
+ readonly 500: "2.5rem";
1681
+ readonly 600: "3rem";
1682
+ readonly 800: "4rem";
1683
+ readonly 900: "4.5rem";
1684
+ };
1685
+ fonts: {
1686
+ readonly heading: "Roobert, sans-serif";
1687
+ readonly body: "Open Sans, sans-serif";
1688
+ };
1689
+ radii: {
1690
+ readonly none: 0;
1691
+ readonly half: "999em";
1692
+ readonly 25: "2px";
1693
+ readonly 50: "4px";
1694
+ readonly 75: "6px";
1695
+ readonly 100: "8px";
1696
+ readonly 200: "16px";
1697
+ };
1698
+ shadows: {
1699
+ readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
1700
+ readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
1701
+ readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
1702
+ readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
1703
+ readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
1704
+ readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
1705
+ };
1706
+ sizes: {
1707
+ readonly number: string;
1708
+ readonly 'icon-200': "16px";
1709
+ readonly 'icon-300': "24px";
1710
+ readonly 'icon-400': "32px";
1711
+ };
1712
+ space: {
1713
+ readonly 0: "0px";
1714
+ readonly 25: "2px";
1715
+ readonly 50: "4px";
1716
+ readonly 100: "8px";
1717
+ readonly 150: "12px";
1718
+ readonly 200: "16px";
1719
+ readonly 300: "24px";
1720
+ readonly 400: "32px";
1721
+ readonly 500: "40px";
1722
+ readonly 600: "48px";
1723
+ readonly 700: "56px";
1724
+ readonly 800: "64px";
1725
+ readonly 1200: "96px";
1726
+ readonly 1600: "128px";
1727
+ };
1728
+ 'space-gap': {
1729
+ readonly 0: any;
1730
+ readonly 50: any;
1731
+ readonly 100: any;
1732
+ readonly 200: any;
1733
+ readonly 300: any;
1734
+ };
1735
+ 'space-inset': {
1736
+ readonly 0: any;
1737
+ readonly 50: any;
1738
+ readonly 100: any;
1739
+ readonly 150: any;
1740
+ readonly 200: any;
1741
+ readonly 300: any;
1742
+ readonly 400: any;
1743
+ readonly 500: any;
1744
+ readonly 600: any;
1745
+ readonly 700: any;
1746
+ readonly 800: any;
1747
+ readonly 1200: any;
1748
+ readonly 1600: any;
1749
+ };
1750
+ 'space-offset': {
1751
+ readonly 0: any;
1752
+ readonly 50: any;
1753
+ readonly 100: any;
1754
+ readonly 150: any;
1755
+ readonly 200: any;
1756
+ readonly 300: any;
1757
+ readonly 400: any;
1758
+ readonly 600: any;
1759
+ readonly 800: any;
1760
+ readonly 1200: any;
1761
+ readonly 1600: any;
1762
+ readonly 'stacking-0': any;
1763
+ readonly 'stacking-100': any;
1764
+ readonly 'stacking-200': any;
1765
+ readonly 'stacking-300': any;
1766
+ readonly 'stacking-400': any;
1767
+ readonly 'stacking-500': any;
1768
+ readonly 'stacking-800': any;
1769
+ };
1770
+ 'stroke-width': {
1771
+ readonly thin: "1.5px";
1772
+ readonly normal: "2px";
1773
+ readonly bold: "4px";
1774
+ };
1775
+ 'z-indices': {
1776
+ readonly dropdownMenu: 100;
1777
+ readonly select: 200;
1778
+ readonly popover: 300;
1779
+ readonly tooltip: 400;
1780
+ };
1781
+ }, {
1782
+ readonly background: "colors";
1783
+ readonly backgroundColor: "colors";
1784
+ readonly backgroundImage: "colors";
1785
+ readonly blockSize: "sizes";
1786
+ readonly border: "colors";
1787
+ readonly borderBlock: "colors";
1788
+ readonly borderBlockEnd: "colors";
1789
+ readonly borderBlockStart: "colors";
1790
+ readonly borderBottom: "colors";
1791
+ readonly borderBottomColor: "colors";
1792
+ readonly borderBottomLeftRadius: "radii";
1793
+ readonly borderBottomRightRadius: "radii";
1794
+ readonly borderBottomStyle: "border-styles";
1795
+ readonly borderBottomWidth: "border-widths";
1796
+ readonly borderColor: "colors";
1797
+ readonly borderImage: "colors";
1798
+ readonly borderInline: "colors";
1799
+ readonly borderInlineEnd: "colors";
1800
+ readonly borderInlineStart: "colors";
1801
+ readonly borderLeft: "colors";
1802
+ readonly borderLeftColor: "colors";
1803
+ readonly borderLeftStyle: "border-styles";
1804
+ readonly borderLeftWidth: "border-widths";
1805
+ readonly borderRadius: "radii";
1806
+ readonly borderRight: "colors";
1807
+ readonly borderRightColor: "colors";
1808
+ readonly borderRightStyle: "border-styles";
1809
+ readonly borderRightWidth: "border-widths";
1810
+ readonly borderStyle: "border-styles";
1811
+ readonly borderTop: "colors";
1812
+ readonly borderTopColor: "colors";
1813
+ readonly borderTopLeftRadius: "radii";
1814
+ readonly borderTopRightRadius: "radii";
1815
+ readonly borderTopStyle: "border-styles";
1816
+ readonly borderTopWidth: "border-widths";
1817
+ readonly borderWidth: "border-widths";
1818
+ readonly bottom: "space";
1819
+ readonly boxShadow: "shadows";
1820
+ readonly caretColor: "colors";
1821
+ readonly color: "colors";
1822
+ readonly columnGap: "space-gap";
1823
+ readonly columnRuleColor: "colors";
1824
+ readonly fill: "colors";
1825
+ readonly flexBasis: "sizes";
1826
+ readonly fontFamily: "fonts";
1827
+ readonly fontSize: "font-sizes";
1828
+ readonly fontWeight: "font-weights";
1829
+ readonly gap: "space-gap";
1830
+ readonly gridColumnGap: "space-gap";
1831
+ readonly gridGap: "space-gap";
1832
+ readonly gridRowGap: "space-gap";
1833
+ readonly gridTemplateColumns: "sizes";
1834
+ readonly gridTemplateRows: "sizes";
1835
+ readonly height: "sizes";
1836
+ readonly inlineSize: "sizes";
1837
+ readonly inset: "space-inset";
1838
+ readonly insetBlock: "space-inset";
1839
+ readonly insetBlockEnd: "space-inset";
1840
+ readonly insetBlockStart: "space-inset";
1841
+ readonly insetInline: "space-inset";
1842
+ readonly insetInlineEnd: "space-inset";
1843
+ readonly insetInlineStart: "space-inset";
1844
+ readonly left: "space";
1845
+ readonly letterSpacing: "letter-spacings";
1846
+ readonly lineHeight: "line-heights";
1847
+ readonly margin: "space-offset";
1848
+ readonly marginBlock: "space-offset";
1849
+ readonly marginBlockEnd: "space-offset";
1850
+ readonly marginBlockStart: "space-offset";
1851
+ readonly marginBottom: "space-offset";
1852
+ readonly marginInline: "space-offset";
1853
+ readonly marginInlineEnd: "space-offset";
1854
+ readonly marginInlineStart: "space-offset";
1855
+ readonly marginLeft: "space-offset";
1856
+ readonly marginRight: "space-offset";
1857
+ readonly marginTop: "space-offset";
1858
+ readonly maxBlockSize: "sizes";
1859
+ readonly maxHeight: "sizes";
1860
+ readonly maxInlineSize: "sizes";
1861
+ readonly maxWidth: "sizes";
1862
+ readonly minBlockSize: "sizes";
1863
+ readonly minHeight: "sizes";
1864
+ readonly minInlineSize: "sizes";
1865
+ readonly minWidth: "sizes";
1866
+ readonly outline: "colors";
1867
+ readonly outlineColor: "colors";
1868
+ readonly padding: "space-inset";
1869
+ readonly paddingBlock: "space-inset";
1870
+ readonly paddingBlockEnd: "space-inset";
1871
+ readonly paddingBlockStart: "space-inset";
1872
+ readonly paddingBottom: "space-inset";
1873
+ readonly paddingInline: "space-inset";
1874
+ readonly paddingInlineEnd: "space-inset";
1875
+ readonly paddingInlineStart: "space-inset";
1876
+ readonly paddingLeft: "space-inset";
1877
+ readonly paddingRight: "space-inset";
1878
+ readonly paddingTop: "space-inset";
1879
+ readonly right: "space";
1880
+ readonly rowGap: "space-gap";
1881
+ readonly scrollMargin: "space-offset";
1882
+ readonly scrollMarginBlock: "space-offset";
1883
+ readonly scrollMarginBlockEnd: "space-offset";
1884
+ readonly scrollMarginBlockStart: "space-offset";
1885
+ readonly scrollMarginBottom: "space-offset";
1886
+ readonly scrollMarginInline: "space-offset";
1887
+ readonly scrollMarginInlineEnd: "space-offset";
1888
+ readonly scrollMarginInlineStart: "space-offset";
1889
+ readonly scrollMarginLeft: "space-offset";
1890
+ readonly scrollMarginRight: "space-offset";
1891
+ readonly scrollMarginTop: "space-offset";
1892
+ readonly scrollPadding: "space-inset";
1893
+ readonly scrollPaddingBlock: "space-inset";
1894
+ readonly scrollPaddingBlockEnd: "space-inset";
1895
+ readonly scrollPaddingBlockStart: "space-inset";
1896
+ readonly scrollPaddingBottom: "space-inset";
1897
+ readonly scrollPaddingInline: "space-inset";
1898
+ readonly scrollPaddingInlineEnd: "space-inset";
1899
+ readonly scrollPaddingInlineStart: "space-inset";
1900
+ readonly scrollPaddingLeft: "space-inset";
1901
+ readonly scrollPaddingRight: "space-inset";
1902
+ readonly scrollPaddingTop: "space-inset";
1903
+ readonly stroke: "colors";
1904
+ readonly strokeWidth: "stroke-width";
1905
+ readonly textDecorationColor: "colors";
1906
+ readonly textShadow: "shadows";
1907
+ readonly top: "space";
1908
+ readonly transition: "transitions";
1909
+ readonly width: "sizes";
1910
+ readonly zIndex: "z-indices";
1911
+ }, {
1912
+ paddingX: (value: {
1913
+ readonly [$$PropertyValue]: "padding";
1914
+ }) => {
1915
+ paddingLeft: {
1916
+ readonly [$$PropertyValue]: "padding";
1917
+ };
1918
+ paddingRight: {
1919
+ readonly [$$PropertyValue]: "padding";
1920
+ };
1921
+ };
1922
+ paddingY: (value: {
1923
+ readonly [$$PropertyValue]: "padding";
1924
+ }) => {
1925
+ paddingTop: {
1926
+ readonly [$$PropertyValue]: "padding";
1927
+ };
1928
+ paddingBottom: {
1929
+ readonly [$$PropertyValue]: "padding";
1930
+ };
1931
+ };
1932
+ marginX: (value: {
1933
+ readonly [$$PropertyValue]: "margin";
1934
+ }) => {
1935
+ marginLeft: {
1936
+ readonly [$$PropertyValue]: "margin";
1937
+ };
1938
+ marginRight: {
1939
+ readonly [$$PropertyValue]: "margin";
1940
+ };
1941
+ };
1942
+ marginY: (value: {
1943
+ readonly [$$PropertyValue]: "margin";
1944
+ }) => {
1945
+ marginTop: {
1946
+ readonly [$$PropertyValue]: "margin";
1947
+ };
1948
+ marginBottom: {
1949
+ readonly [$$PropertyValue]: "margin";
1950
+ };
1951
+ };
1952
+ square: (value: {
1953
+ readonly [$$PropertyValue]: "width";
1954
+ }) => {
1955
+ width: {
1956
+ readonly [$$PropertyValue]: "width";
1957
+ };
1958
+ height: {
1959
+ readonly [$$PropertyValue]: "width";
1960
+ };
1961
+ };
1962
+ }>>>, "readOnly"> & _stitches_react_types_styled_component.TransformProps<{
1963
+ readOnly?: boolean | "true" | undefined;
1964
+ }, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react__default.RefAttributes<HTMLDivElement>, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
1965
+
1966
+ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
1967
+ 'border-widths': {
1968
+ readonly none: 0;
1969
+ readonly sm: "1px";
1970
+ readonly md: "2px";
1971
+ readonly lg: "4px";
1972
+ };
1973
+ colors: {
1974
+ readonly black: any;
1975
+ readonly 'blue-100': any;
1976
+ readonly 'blue-200': any;
1977
+ readonly 'blue-300': any;
1978
+ readonly 'blue-400': any;
1979
+ readonly 'blue-500': any;
1980
+ readonly 'blue-600': any;
1981
+ readonly 'blue-700': any;
1982
+ readonly 'blue-800': any;
1983
+ readonly 'blue-900': any;
1984
+ readonly 'blue-1000': any;
1985
+ readonly 'gray-100': any;
1986
+ readonly 'gray-200': any;
1987
+ readonly 'gray-300': any;
1988
+ readonly 'gray-400': any;
1989
+ readonly 'gray-500': any;
1990
+ readonly 'gray-600': any;
1991
+ readonly 'gray-700': any;
1992
+ readonly 'gray-800': any;
1993
+ readonly 'gray-900': any;
1994
+ readonly 'green-100': any;
1995
+ readonly 'green-200': any;
1996
+ readonly 'green-300': any;
1997
+ readonly 'green-400': any;
1998
+ readonly 'green-500': any;
1999
+ readonly 'green-600': any;
2000
+ readonly 'green-700': any;
2001
+ readonly 'green-800': any;
2002
+ readonly 'green-900': any;
2003
+ readonly 'indigo-100': any;
2004
+ readonly 'indigo-200': any;
2005
+ readonly 'indigo-300': any;
2006
+ readonly 'indigo-400': any;
2007
+ readonly 'indigo-500': any;
2008
+ readonly 'indigo-600': any;
2009
+ readonly 'indigo-700': any;
2010
+ readonly 'indigo-800': any;
2011
+ readonly 'indigo-900': any;
2012
+ readonly 'red-100': any;
2013
+ readonly 'red-200': any;
2014
+ readonly 'red-300': any;
2015
+ readonly 'red-400': any;
2016
+ readonly 'red-500': any;
2017
+ readonly 'red-600': any;
2018
+ readonly 'red-700': any;
2019
+ readonly 'red-800': any;
2020
+ readonly 'red-900': any;
2021
+ readonly transparent: any;
2022
+ readonly white: any;
2023
+ readonly 'yellow-100': any;
2024
+ readonly 'yellow-200': any;
2025
+ readonly 'yellow-300': any;
2026
+ readonly 'yellow-400': any;
2027
+ readonly 'yellow-500': any;
2028
+ readonly 'yellow-600': any;
2029
+ readonly 'yellow-700': any;
2030
+ readonly 'yellow-800': any;
2031
+ readonly 'yellow-900': any;
2032
+ "background-alpha-active"?: any;
2033
+ "background-alpha-hover"?: any;
2034
+ "background-danger-prominent"?: any;
2035
+ "background-danger-prominent-active"?: any;
2036
+ "background-danger-prominent-hover"?: any;
2037
+ "background-danger-subtle"?: any;
2038
+ "background-danger-subtle-active"?: any;
2039
+ "background-danger-subtle-hover"?: any;
2040
+ "background-neutrals"?: any;
2041
+ "background-neutrals-active"?: any;
2042
+ "background-neutrals-container"?: any;
2043
+ "background-neutrals-controls-disabled"?: any;
2044
+ "background-neutrals-disabled"?: any;
2045
+ "background-neutrals-hover"?: any;
2046
+ "background-neutrals-inactive"?: any;
2047
+ "background-neutrals-inactive-hover"?: any;
2048
+ "background-neutrals-inverted"?: any;
2049
+ "background-neutrals-inverted-subtle"?: any;
2050
+ "background-neutrals-page"?: any;
2051
+ "background-neutrals-page-subtle"?: any;
2052
+ "background-neutrals-scrolls"?: any;
2053
+ "background-neutrals-scrolls-expanded"?: any;
2054
+ "background-neutrals-scrolls-hover"?: any;
2055
+ "background-neutrals-scrolls-pressed"?: any;
2056
+ "background-neutrals-scrolls-pressed-hover"?: any;
2057
+ "background-neutrals-subtle"?: any;
2058
+ "background-neutrals-subtle-active"?: any;
2059
+ "background-neutrals-subtle-hover"?: any;
2060
+ "background-primary-prominent"?: any;
2061
+ "background-primary-prominent-active"?: any;
2062
+ "background-primary-prominent-expanded"?: any;
2063
+ "background-primary-prominent-hover"?: any;
2064
+ "background-primary-prominent-pressed"?: any;
2065
+ "background-primary-prominent-pressed-hover"?: any;
2066
+ "background-primary-prominent-selected"?: any;
2067
+ "background-primary-subtle"?: any;
2068
+ "background-primary-subtle-active"?: any;
2069
+ "background-primary-subtle-expanded"?: any;
2070
+ "background-primary-subtle-hover"?: any;
2071
+ "background-primary-subtle-pressed"?: any;
2072
+ "background-primary-subtle-pressed-hover"?: any;
2073
+ "background-primary-subtle-selected"?: any;
2074
+ "background-success"?: any;
2075
+ "background-success-prominent"?: any;
2076
+ "background-success-prominent-active"?: any;
2077
+ "background-success-prominent-hover"?: any;
2078
+ "background-warning-prominent"?: any;
2079
+ "background-warning-subtle"?: any;
2080
+ "border-danger"?: any;
2081
+ "border-danger-active"?: any;
2082
+ "border-danger-hover"?: any;
2083
+ "border-focus-inner"?: any;
2084
+ "border-focus-middle"?: any;
2085
+ "border-focus-outer"?: any;
2086
+ "border-neutrals"?: any;
2087
+ "border-neutrals-active"?: any;
2088
+ "border-neutrals-controls"?: any;
2089
+ "border-neutrals-controls-disabled"?: any;
2090
+ "border-neutrals-disabled"?: any;
2091
+ "border-neutrals-hover"?: any;
2092
+ "border-neutrals-inverted"?: any;
2093
+ "border-neutrals-subtle"?: any;
2094
+ "border-neutrals-text"?: any;
2095
+ "border-neutrals-text-active"?: any;
2096
+ "border-neutrals-text-hover"?: any;
2097
+ "border-neutrals-text-subtle"?: any;
2098
+ "border-neutrals-text-subtle-active"?: any;
2099
+ "border-neutrals-text-subtle-hover"?: any;
2100
+ "border-neutrals-transparent"?: any;
2101
+ "border-primary"?: any;
2102
+ "border-primary-active"?: any;
2103
+ "border-primary-hover"?: any;
2104
+ "border-primary-inverted"?: any;
2105
+ "border-success"?: any;
2106
+ "border-success-active"?: any;
2107
+ "border-success-hover"?: any;
2108
+ "border-warning"?: any;
2109
+ "icon-danger"?: any;
2110
+ "icon-danger-active"?: any;
2111
+ "icon-danger-hover"?: any;
2112
+ "icon-danger-inverted"?: any;
2113
+ "icon-neutrals"?: any;
2114
+ "icon-neutrals-disabled"?: any;
2115
+ "icon-neutrals-inactive"?: any;
2116
+ "icon-neutrals-inactive-hover"?: any;
2117
+ "icon-neutrals-inverted"?: any;
2118
+ "icon-neutrals-search"?: any;
2119
+ "icon-neutrals-subtle"?: any;
2120
+ "icon-neutrals-text"?: any;
2121
+ "icon-primary"?: any;
2122
+ "icon-primary-active"?: any;
2123
+ "icon-primary-hover"?: any;
2124
+ "icon-primary-inverted"?: any;
2125
+ "icon-primary-selected"?: any;
2126
+ "icon-success"?: any;
2127
+ "icon-success-active"?: any;
2128
+ "icon-success-hover"?: any;
2129
+ "icon-success-inverted"?: any;
2130
+ "icon-warning"?: any;
2131
+ "icon-warning-prominent"?: any;
2132
+ "icon-warning-subtle"?: any;
2133
+ "text-danger"?: any;
2134
+ "text-danger-active"?: any;
2135
+ "text-danger-hover"?: any;
2136
+ "text-danger-inverted"?: any;
2137
+ "text-neutrals"?: any;
2138
+ "text-neutrals-active"?: any;
2139
+ "text-neutrals-disabled"?: any;
2140
+ "text-neutrals-hover"?: any;
2141
+ "text-neutrals-inverted"?: any;
2142
+ "text-neutrals-placeholder"?: any;
2143
+ "text-neutrals-placeholder-only"?: any;
2144
+ "text-neutrals-subtle"?: any;
2145
+ "text-neutrals-subtle-active"?: any;
2146
+ "text-neutrals-subtle-hover"?: any;
2147
+ "text-primary"?: any;
2148
+ "text-primary-active"?: any;
2149
+ "text-primary-hover"?: any;
2150
+ "text-primary-inverted"?: any;
2151
+ "text-primary-inverted-subtle"?: any;
2152
+ "text-primary-selected"?: any;
2153
+ "text-success"?: any;
2154
+ "text-success-active"?: any;
2155
+ "text-success-hover"?: any;
2156
+ "text-success-inverted"?: any;
2157
+ "text-warning"?: any;
2158
+ "text-warning-subtle"?: any;
2159
+ };
2160
+ 'font-sizes': {
2161
+ readonly 150: "0.75rem";
2162
+ readonly 175: "0.875rem";
2163
+ readonly 200: "1rem";
2164
+ readonly 225: "1.125rem";
2165
+ readonly 250: "1.25rem";
2166
+ readonly 300: "1.5rem";
2167
+ readonly 400: "2rem";
2168
+ readonly 500: "2.5rem";
2169
+ readonly 600: "3rem";
2170
+ readonly 800: "4rem";
2171
+ readonly 900: "4.5rem";
2172
+ };
2173
+ fonts: {
2174
+ readonly heading: "Roobert, sans-serif";
2175
+ readonly body: "Open Sans, sans-serif";
2176
+ };
2177
+ radii: {
2178
+ readonly none: 0;
2179
+ readonly half: "999em";
2180
+ readonly 25: "2px";
2181
+ readonly 50: "4px";
2182
+ readonly 75: "6px";
2183
+ readonly 100: "8px";
2184
+ readonly 200: "16px";
2185
+ };
2186
+ shadows: {
2187
+ readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
2188
+ readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
2189
+ readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
2190
+ readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
2191
+ readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
2192
+ readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
2193
+ };
2194
+ sizes: {
2195
+ readonly number: string;
2196
+ readonly 'icon-200': "16px";
2197
+ readonly 'icon-300': "24px";
2198
+ readonly 'icon-400': "32px";
2199
+ };
2200
+ space: {
2201
+ readonly 0: "0px";
2202
+ readonly 25: "2px";
2203
+ readonly 50: "4px";
2204
+ readonly 100: "8px";
2205
+ readonly 150: "12px";
2206
+ readonly 200: "16px";
2207
+ readonly 300: "24px";
2208
+ readonly 400: "32px";
2209
+ readonly 500: "40px";
2210
+ readonly 600: "48px";
2211
+ readonly 700: "56px";
2212
+ readonly 800: "64px";
2213
+ readonly 1200: "96px";
2214
+ readonly 1600: "128px";
2215
+ };
2216
+ 'space-gap': {
2217
+ readonly 0: any;
2218
+ readonly 50: any;
2219
+ readonly 100: any;
2220
+ readonly 200: any;
2221
+ readonly 300: any;
2222
+ };
2223
+ 'space-inset': {
2224
+ readonly 0: any;
2225
+ readonly 50: any;
2226
+ readonly 100: any;
2227
+ readonly 150: any;
2228
+ readonly 200: any;
2229
+ readonly 300: any;
2230
+ readonly 400: any;
2231
+ readonly 500: any;
2232
+ readonly 600: any;
2233
+ readonly 700: any;
2234
+ readonly 800: any;
2235
+ readonly 1200: any;
2236
+ readonly 1600: any;
2237
+ };
2238
+ 'space-offset': {
2239
+ readonly 0: any;
2240
+ readonly 50: any;
2241
+ readonly 100: any;
2242
+ readonly 150: any;
2243
+ readonly 200: any;
2244
+ readonly 300: any;
2245
+ readonly 400: any;
2246
+ readonly 600: any;
2247
+ readonly 800: any;
2248
+ readonly 1200: any;
2249
+ readonly 1600: any;
2250
+ readonly 'stacking-0': any;
2251
+ readonly 'stacking-100': any;
2252
+ readonly 'stacking-200': any;
2253
+ readonly 'stacking-300': any;
2254
+ readonly 'stacking-400': any;
2255
+ readonly 'stacking-500': any;
2256
+ readonly 'stacking-800': any;
2257
+ };
2258
+ 'stroke-width': {
2259
+ readonly thin: "1.5px";
2260
+ readonly normal: "2px";
2261
+ readonly bold: "4px";
2262
+ };
2263
+ 'z-indices': {
2264
+ readonly dropdownMenu: 100;
2265
+ readonly select: 200;
2266
+ readonly popover: 300;
2267
+ readonly tooltip: 400;
2268
+ };
2269
+ }, {
2270
+ readonly background: "colors";
2271
+ readonly backgroundColor: "colors";
2272
+ readonly backgroundImage: "colors";
2273
+ readonly blockSize: "sizes";
2274
+ readonly border: "colors";
2275
+ readonly borderBlock: "colors";
2276
+ readonly borderBlockEnd: "colors";
2277
+ readonly borderBlockStart: "colors";
2278
+ readonly borderBottom: "colors";
2279
+ readonly borderBottomColor: "colors";
2280
+ readonly borderBottomLeftRadius: "radii";
2281
+ readonly borderBottomRightRadius: "radii";
2282
+ readonly borderBottomStyle: "border-styles";
2283
+ readonly borderBottomWidth: "border-widths";
2284
+ readonly borderColor: "colors";
2285
+ readonly borderImage: "colors";
2286
+ readonly borderInline: "colors";
2287
+ readonly borderInlineEnd: "colors";
2288
+ readonly borderInlineStart: "colors";
2289
+ readonly borderLeft: "colors";
2290
+ readonly borderLeftColor: "colors";
2291
+ readonly borderLeftStyle: "border-styles";
2292
+ readonly borderLeftWidth: "border-widths";
2293
+ readonly borderRadius: "radii";
2294
+ readonly borderRight: "colors";
2295
+ readonly borderRightColor: "colors";
2296
+ readonly borderRightStyle: "border-styles";
2297
+ readonly borderRightWidth: "border-widths";
2298
+ readonly borderStyle: "border-styles";
2299
+ readonly borderTop: "colors";
2300
+ readonly borderTopColor: "colors";
2301
+ readonly borderTopLeftRadius: "radii";
2302
+ readonly borderTopRightRadius: "radii";
2303
+ readonly borderTopStyle: "border-styles";
2304
+ readonly borderTopWidth: "border-widths";
2305
+ readonly borderWidth: "border-widths";
2306
+ readonly bottom: "space";
2307
+ readonly boxShadow: "shadows";
2308
+ readonly caretColor: "colors";
2309
+ readonly color: "colors";
2310
+ readonly columnGap: "space-gap";
2311
+ readonly columnRuleColor: "colors";
2312
+ readonly fill: "colors";
2313
+ readonly flexBasis: "sizes";
2314
+ readonly fontFamily: "fonts";
2315
+ readonly fontSize: "font-sizes";
2316
+ readonly fontWeight: "font-weights";
2317
+ readonly gap: "space-gap";
2318
+ readonly gridColumnGap: "space-gap";
2319
+ readonly gridGap: "space-gap";
2320
+ readonly gridRowGap: "space-gap";
2321
+ readonly gridTemplateColumns: "sizes";
2322
+ readonly gridTemplateRows: "sizes";
2323
+ readonly height: "sizes";
2324
+ readonly inlineSize: "sizes";
2325
+ readonly inset: "space-inset";
2326
+ readonly insetBlock: "space-inset";
2327
+ readonly insetBlockEnd: "space-inset";
2328
+ readonly insetBlockStart: "space-inset";
2329
+ readonly insetInline: "space-inset";
2330
+ readonly insetInlineEnd: "space-inset";
2331
+ readonly insetInlineStart: "space-inset";
2332
+ readonly left: "space";
2333
+ readonly letterSpacing: "letter-spacings";
2334
+ readonly lineHeight: "line-heights";
2335
+ readonly margin: "space-offset";
2336
+ readonly marginBlock: "space-offset";
2337
+ readonly marginBlockEnd: "space-offset";
2338
+ readonly marginBlockStart: "space-offset";
2339
+ readonly marginBottom: "space-offset";
2340
+ readonly marginInline: "space-offset";
2341
+ readonly marginInlineEnd: "space-offset";
2342
+ readonly marginInlineStart: "space-offset";
2343
+ readonly marginLeft: "space-offset";
2344
+ readonly marginRight: "space-offset";
2345
+ readonly marginTop: "space-offset";
2346
+ readonly maxBlockSize: "sizes";
2347
+ readonly maxHeight: "sizes";
2348
+ readonly maxInlineSize: "sizes";
2349
+ readonly maxWidth: "sizes";
2350
+ readonly minBlockSize: "sizes";
2351
+ readonly minHeight: "sizes";
2352
+ readonly minInlineSize: "sizes";
2353
+ readonly minWidth: "sizes";
2354
+ readonly outline: "colors";
2355
+ readonly outlineColor: "colors";
2356
+ readonly padding: "space-inset";
2357
+ readonly paddingBlock: "space-inset";
2358
+ readonly paddingBlockEnd: "space-inset";
2359
+ readonly paddingBlockStart: "space-inset";
2360
+ readonly paddingBottom: "space-inset";
2361
+ readonly paddingInline: "space-inset";
2362
+ readonly paddingInlineEnd: "space-inset";
2363
+ readonly paddingInlineStart: "space-inset";
2364
+ readonly paddingLeft: "space-inset";
2365
+ readonly paddingRight: "space-inset";
2366
+ readonly paddingTop: "space-inset";
2367
+ readonly right: "space";
2368
+ readonly rowGap: "space-gap";
2369
+ readonly scrollMargin: "space-offset";
2370
+ readonly scrollMarginBlock: "space-offset";
2371
+ readonly scrollMarginBlockEnd: "space-offset";
2372
+ readonly scrollMarginBlockStart: "space-offset";
2373
+ readonly scrollMarginBottom: "space-offset";
2374
+ readonly scrollMarginInline: "space-offset";
2375
+ readonly scrollMarginInlineEnd: "space-offset";
2376
+ readonly scrollMarginInlineStart: "space-offset";
2377
+ readonly scrollMarginLeft: "space-offset";
2378
+ readonly scrollMarginRight: "space-offset";
2379
+ readonly scrollMarginTop: "space-offset";
2380
+ readonly scrollPadding: "space-inset";
2381
+ readonly scrollPaddingBlock: "space-inset";
2382
+ readonly scrollPaddingBlockEnd: "space-inset";
2383
+ readonly scrollPaddingBlockStart: "space-inset";
2384
+ readonly scrollPaddingBottom: "space-inset";
2385
+ readonly scrollPaddingInline: "space-inset";
2386
+ readonly scrollPaddingInlineEnd: "space-inset";
2387
+ readonly scrollPaddingInlineStart: "space-inset";
2388
+ readonly scrollPaddingLeft: "space-inset";
2389
+ readonly scrollPaddingRight: "space-inset";
2390
+ readonly scrollPaddingTop: "space-inset";
2391
+ readonly stroke: "colors";
2392
+ readonly strokeWidth: "stroke-width";
2393
+ readonly textDecorationColor: "colors";
2394
+ readonly textShadow: "shadows";
2395
+ readonly top: "space";
2396
+ readonly transition: "transitions";
2397
+ readonly width: "sizes";
2398
+ readonly zIndex: "z-indices";
2399
+ }, {
2400
+ paddingX: (value: {
2401
+ readonly [$$PropertyValue]: "padding";
2402
+ }) => {
2403
+ paddingLeft: {
2404
+ readonly [$$PropertyValue]: "padding";
2405
+ };
2406
+ paddingRight: {
2407
+ readonly [$$PropertyValue]: "padding";
2408
+ };
2409
+ };
2410
+ paddingY: (value: {
2411
+ readonly [$$PropertyValue]: "padding";
2412
+ }) => {
2413
+ paddingTop: {
2414
+ readonly [$$PropertyValue]: "padding";
2415
+ };
2416
+ paddingBottom: {
2417
+ readonly [$$PropertyValue]: "padding";
2418
+ };
2419
+ };
2420
+ marginX: (value: {
2421
+ readonly [$$PropertyValue]: "margin";
2422
+ }) => {
2423
+ marginLeft: {
2424
+ readonly [$$PropertyValue]: "margin";
2425
+ };
2426
+ marginRight: {
2427
+ readonly [$$PropertyValue]: "margin";
2428
+ };
2429
+ };
2430
+ marginY: (value: {
2431
+ readonly [$$PropertyValue]: "margin";
2432
+ }) => {
2433
+ marginTop: {
2434
+ readonly [$$PropertyValue]: "margin";
2435
+ };
2436
+ marginBottom: {
2437
+ readonly [$$PropertyValue]: "margin";
2438
+ };
2439
+ };
2440
+ square: (value: {
2441
+ readonly [$$PropertyValue]: "width";
2442
+ }) => {
2443
+ width: {
2444
+ readonly [$$PropertyValue]: "width";
2445
+ };
2446
+ height: {
2447
+ readonly [$$PropertyValue]: "width";
2448
+ };
2449
+ };
2450
+ }>>>, "disabled"> & _stitches_react_types_styled_component.TransformProps<{
2451
+ disabled?: boolean | "true" | undefined;
2452
+ }, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {
2453
+ disabled?: boolean | "true" | undefined;
2454
+ }, {}>;
2455
+ declare type StyledIconSlotProps = ComponentPropsWithRef<typeof StyledIconSlot>;
2456
+
2457
+ interface IconSlotProps extends StyledIconSlotProps {
2458
+ }
2459
+ declare const IconSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react__default.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"div">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
2460
+ 'border-widths': {
2461
+ readonly none: 0;
2462
+ readonly sm: "1px";
2463
+ readonly md: "2px";
2464
+ readonly lg: "4px";
2465
+ };
2466
+ colors: {
2467
+ readonly black: any;
2468
+ readonly 'blue-100': any;
2469
+ readonly 'blue-200': any;
2470
+ readonly 'blue-300': any;
2471
+ readonly 'blue-400': any;
2472
+ readonly 'blue-500': any;
2473
+ readonly 'blue-600': any;
2474
+ readonly 'blue-700': any;
2475
+ readonly 'blue-800': any;
2476
+ readonly 'blue-900': any;
2477
+ readonly 'blue-1000': any;
2478
+ readonly 'gray-100': any;
2479
+ readonly 'gray-200': any;
2480
+ readonly 'gray-300': any;
2481
+ readonly 'gray-400': any;
2482
+ readonly 'gray-500': any;
2483
+ readonly 'gray-600': any;
2484
+ readonly 'gray-700': any;
2485
+ readonly 'gray-800': any;
2486
+ readonly 'gray-900': any;
2487
+ readonly 'green-100': any;
2488
+ readonly 'green-200': any;
2489
+ readonly 'green-300': any;
2490
+ readonly 'green-400': any;
2491
+ readonly 'green-500': any;
2492
+ readonly 'green-600': any;
2493
+ readonly 'green-700': any;
2494
+ readonly 'green-800': any;
2495
+ readonly 'green-900': any;
2496
+ readonly 'indigo-100': any;
2497
+ readonly 'indigo-200': any;
2498
+ readonly 'indigo-300': any;
2499
+ readonly 'indigo-400': any;
2500
+ readonly 'indigo-500': any;
2501
+ readonly 'indigo-600': any;
2502
+ readonly 'indigo-700': any;
2503
+ readonly 'indigo-800': any;
2504
+ readonly 'indigo-900': any;
2505
+ readonly 'red-100': any;
2506
+ readonly 'red-200': any;
2507
+ readonly 'red-300': any;
2508
+ readonly 'red-400': any;
2509
+ readonly 'red-500': any;
2510
+ readonly 'red-600': any;
2511
+ readonly 'red-700': any;
2512
+ readonly 'red-800': any;
2513
+ readonly 'red-900': any;
2514
+ readonly transparent: any;
2515
+ readonly white: any;
2516
+ readonly 'yellow-100': any;
2517
+ readonly 'yellow-200': any;
2518
+ readonly 'yellow-300': any;
2519
+ readonly 'yellow-400': any;
2520
+ readonly 'yellow-500': any;
2521
+ readonly 'yellow-600': any;
2522
+ readonly 'yellow-700': any;
2523
+ readonly 'yellow-800': any;
2524
+ readonly 'yellow-900': any;
2525
+ "background-alpha-active"?: any;
2526
+ "background-alpha-hover"?: any;
2527
+ "background-danger-prominent"?: any;
2528
+ "background-danger-prominent-active"?: any;
2529
+ "background-danger-prominent-hover"?: any;
2530
+ "background-danger-subtle"?: any;
2531
+ "background-danger-subtle-active"?: any;
2532
+ "background-danger-subtle-hover"?: any;
2533
+ "background-neutrals"?: any;
2534
+ "background-neutrals-active"?: any;
2535
+ "background-neutrals-container"?: any;
2536
+ "background-neutrals-controls-disabled"?: any;
2537
+ "background-neutrals-disabled"?: any;
2538
+ "background-neutrals-hover"?: any;
2539
+ "background-neutrals-inactive"?: any;
2540
+ "background-neutrals-inactive-hover"?: any;
2541
+ "background-neutrals-inverted"?: any;
2542
+ "background-neutrals-inverted-subtle"?: any;
2543
+ "background-neutrals-page"?: any;
2544
+ "background-neutrals-page-subtle"?: any;
2545
+ "background-neutrals-scrolls"?: any;
2546
+ "background-neutrals-scrolls-expanded"?: any;
2547
+ "background-neutrals-scrolls-hover"?: any;
2548
+ "background-neutrals-scrolls-pressed"?: any;
2549
+ "background-neutrals-scrolls-pressed-hover"?: any;
2550
+ "background-neutrals-subtle"?: any;
2551
+ "background-neutrals-subtle-active"?: any;
2552
+ "background-neutrals-subtle-hover"?: any;
2553
+ "background-primary-prominent"?: any;
2554
+ "background-primary-prominent-active"?: any;
2555
+ "background-primary-prominent-expanded"?: any;
2556
+ "background-primary-prominent-hover"?: any;
2557
+ "background-primary-prominent-pressed"?: any;
2558
+ "background-primary-prominent-pressed-hover"?: any;
2559
+ "background-primary-prominent-selected"?: any;
2560
+ "background-primary-subtle"?: any;
2561
+ "background-primary-subtle-active"?: any;
2562
+ "background-primary-subtle-expanded"?: any;
2563
+ "background-primary-subtle-hover"?: any;
2564
+ "background-primary-subtle-pressed"?: any;
2565
+ "background-primary-subtle-pressed-hover"?: any;
2566
+ "background-primary-subtle-selected"?: any;
2567
+ "background-success"?: any;
2568
+ "background-success-prominent"?: any;
2569
+ "background-success-prominent-active"?: any;
2570
+ "background-success-prominent-hover"?: any;
2571
+ "background-warning-prominent"?: any;
2572
+ "background-warning-subtle"?: any;
2573
+ "border-danger"?: any;
2574
+ "border-danger-active"?: any;
2575
+ "border-danger-hover"?: any;
2576
+ "border-focus-inner"?: any;
2577
+ "border-focus-middle"?: any;
2578
+ "border-focus-outer"?: any;
2579
+ "border-neutrals"?: any;
2580
+ "border-neutrals-active"?: any;
2581
+ "border-neutrals-controls"?: any;
2582
+ "border-neutrals-controls-disabled"?: any;
2583
+ "border-neutrals-disabled"?: any;
2584
+ "border-neutrals-hover"?: any;
2585
+ "border-neutrals-inverted"?: any;
2586
+ "border-neutrals-subtle"?: any;
2587
+ "border-neutrals-text"?: any;
2588
+ "border-neutrals-text-active"?: any;
2589
+ "border-neutrals-text-hover"?: any;
2590
+ "border-neutrals-text-subtle"?: any;
2591
+ "border-neutrals-text-subtle-active"?: any;
2592
+ "border-neutrals-text-subtle-hover"?: any;
2593
+ "border-neutrals-transparent"?: any;
2594
+ "border-primary"?: any;
2595
+ "border-primary-active"?: any;
2596
+ "border-primary-hover"?: any;
2597
+ "border-primary-inverted"?: any;
2598
+ "border-success"?: any;
2599
+ "border-success-active"?: any;
2600
+ "border-success-hover"?: any;
2601
+ "border-warning"?: any;
2602
+ "icon-danger"?: any;
2603
+ "icon-danger-active"?: any;
2604
+ "icon-danger-hover"?: any;
2605
+ "icon-danger-inverted"?: any;
2606
+ "icon-neutrals"?: any;
2607
+ "icon-neutrals-disabled"?: any;
2608
+ "icon-neutrals-inactive"?: any;
2609
+ "icon-neutrals-inactive-hover"?: any;
2610
+ "icon-neutrals-inverted"?: any;
2611
+ "icon-neutrals-search"?: any;
2612
+ "icon-neutrals-subtle"?: any;
2613
+ "icon-neutrals-text"?: any;
2614
+ "icon-primary"?: any;
2615
+ "icon-primary-active"?: any;
2616
+ "icon-primary-hover"?: any;
2617
+ "icon-primary-inverted"?: any;
2618
+ "icon-primary-selected"?: any;
2619
+ "icon-success"?: any;
2620
+ "icon-success-active"?: any;
2621
+ "icon-success-hover"?: any;
2622
+ "icon-success-inverted"?: any;
2623
+ "icon-warning"?: any;
2624
+ "icon-warning-prominent"?: any;
2625
+ "icon-warning-subtle"?: any;
2626
+ "text-danger"?: any;
2627
+ "text-danger-active"?: any;
2628
+ "text-danger-hover"?: any;
2629
+ "text-danger-inverted"?: any;
2630
+ "text-neutrals"?: any;
2631
+ "text-neutrals-active"?: any;
2632
+ "text-neutrals-disabled"?: any;
2633
+ "text-neutrals-hover"?: any;
2634
+ "text-neutrals-inverted"?: any;
2635
+ "text-neutrals-placeholder"?: any;
2636
+ "text-neutrals-placeholder-only"?: any;
2637
+ "text-neutrals-subtle"?: any;
2638
+ "text-neutrals-subtle-active"?: any;
2639
+ "text-neutrals-subtle-hover"?: any;
2640
+ "text-primary"?: any;
2641
+ "text-primary-active"?: any;
2642
+ "text-primary-hover"?: any;
2643
+ "text-primary-inverted"?: any;
2644
+ "text-primary-inverted-subtle"?: any;
2645
+ "text-primary-selected"?: any;
2646
+ "text-success"?: any;
2647
+ "text-success-active"?: any;
2648
+ "text-success-hover"?: any;
2649
+ "text-success-inverted"?: any;
2650
+ "text-warning"?: any;
2651
+ "text-warning-subtle"?: any;
2652
+ };
2653
+ 'font-sizes': {
2654
+ readonly 150: "0.75rem";
2655
+ readonly 175: "0.875rem";
2656
+ readonly 200: "1rem";
2657
+ readonly 225: "1.125rem";
2658
+ readonly 250: "1.25rem";
2659
+ readonly 300: "1.5rem";
2660
+ readonly 400: "2rem";
2661
+ readonly 500: "2.5rem";
2662
+ readonly 600: "3rem";
2663
+ readonly 800: "4rem";
2664
+ readonly 900: "4.5rem";
2665
+ };
2666
+ fonts: {
2667
+ readonly heading: "Roobert, sans-serif";
2668
+ readonly body: "Open Sans, sans-serif";
2669
+ };
2670
+ radii: {
2671
+ readonly none: 0;
2672
+ readonly half: "999em";
2673
+ readonly 25: "2px";
2674
+ readonly 50: "4px";
2675
+ readonly 75: "6px";
2676
+ readonly 100: "8px";
2677
+ readonly 200: "16px";
2678
+ };
2679
+ shadows: {
2680
+ readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
2681
+ readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
2682
+ readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
2683
+ readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
2684
+ readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
2685
+ readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
2686
+ };
2687
+ sizes: {
2688
+ readonly number: string;
2689
+ readonly 'icon-200': "16px";
2690
+ readonly 'icon-300': "24px";
2691
+ readonly 'icon-400': "32px";
2692
+ };
2693
+ space: {
2694
+ readonly 0: "0px";
2695
+ readonly 25: "2px";
2696
+ readonly 50: "4px";
2697
+ readonly 100: "8px";
2698
+ readonly 150: "12px";
2699
+ readonly 200: "16px";
2700
+ readonly 300: "24px";
2701
+ readonly 400: "32px";
2702
+ readonly 500: "40px";
2703
+ readonly 600: "48px";
2704
+ readonly 700: "56px";
2705
+ readonly 800: "64px";
2706
+ readonly 1200: "96px";
2707
+ readonly 1600: "128px";
2708
+ };
2709
+ 'space-gap': {
2710
+ readonly 0: any;
2711
+ readonly 50: any;
2712
+ readonly 100: any;
2713
+ readonly 200: any;
2714
+ readonly 300: any;
2715
+ };
2716
+ 'space-inset': {
2717
+ readonly 0: any;
2718
+ readonly 50: any;
2719
+ readonly 100: any;
2720
+ readonly 150: any;
2721
+ readonly 200: any;
2722
+ readonly 300: any;
2723
+ readonly 400: any;
2724
+ readonly 500: any;
2725
+ readonly 600: any;
2726
+ readonly 700: any;
2727
+ readonly 800: any;
2728
+ readonly 1200: any;
2729
+ readonly 1600: any;
2730
+ };
2731
+ 'space-offset': {
2732
+ readonly 0: any;
2733
+ readonly 50: any;
2734
+ readonly 100: any;
2735
+ readonly 150: any;
2736
+ readonly 200: any;
2737
+ readonly 300: any;
2738
+ readonly 400: any;
2739
+ readonly 600: any;
2740
+ readonly 800: any;
2741
+ readonly 1200: any;
2742
+ readonly 1600: any;
2743
+ readonly 'stacking-0': any;
2744
+ readonly 'stacking-100': any;
2745
+ readonly 'stacking-200': any;
2746
+ readonly 'stacking-300': any;
2747
+ readonly 'stacking-400': any;
2748
+ readonly 'stacking-500': any;
2749
+ readonly 'stacking-800': any;
2750
+ };
2751
+ 'stroke-width': {
2752
+ readonly thin: "1.5px";
2753
+ readonly normal: "2px";
2754
+ readonly bold: "4px";
2755
+ };
2756
+ 'z-indices': {
2757
+ readonly dropdownMenu: 100;
2758
+ readonly select: 200;
2759
+ readonly popover: 300;
2760
+ readonly tooltip: 400;
2761
+ };
2762
+ }, {
2763
+ readonly background: "colors";
2764
+ readonly backgroundColor: "colors";
2765
+ readonly backgroundImage: "colors";
2766
+ readonly blockSize: "sizes";
2767
+ readonly border: "colors";
2768
+ readonly borderBlock: "colors";
2769
+ readonly borderBlockEnd: "colors";
2770
+ readonly borderBlockStart: "colors";
2771
+ readonly borderBottom: "colors";
2772
+ readonly borderBottomColor: "colors";
2773
+ readonly borderBottomLeftRadius: "radii";
2774
+ readonly borderBottomRightRadius: "radii";
2775
+ readonly borderBottomStyle: "border-styles";
2776
+ readonly borderBottomWidth: "border-widths";
2777
+ readonly borderColor: "colors";
2778
+ readonly borderImage: "colors";
2779
+ readonly borderInline: "colors";
2780
+ readonly borderInlineEnd: "colors";
2781
+ readonly borderInlineStart: "colors";
2782
+ readonly borderLeft: "colors";
2783
+ readonly borderLeftColor: "colors";
2784
+ readonly borderLeftStyle: "border-styles";
2785
+ readonly borderLeftWidth: "border-widths";
2786
+ readonly borderRadius: "radii";
2787
+ readonly borderRight: "colors";
2788
+ readonly borderRightColor: "colors";
2789
+ readonly borderRightStyle: "border-styles";
2790
+ readonly borderRightWidth: "border-widths";
2791
+ readonly borderStyle: "border-styles";
2792
+ readonly borderTop: "colors";
2793
+ readonly borderTopColor: "colors";
2794
+ readonly borderTopLeftRadius: "radii";
2795
+ readonly borderTopRightRadius: "radii";
2796
+ readonly borderTopStyle: "border-styles";
2797
+ readonly borderTopWidth: "border-widths";
2798
+ readonly borderWidth: "border-widths";
2799
+ readonly bottom: "space";
2800
+ readonly boxShadow: "shadows";
2801
+ readonly caretColor: "colors";
2802
+ readonly color: "colors";
2803
+ readonly columnGap: "space-gap";
2804
+ readonly columnRuleColor: "colors";
2805
+ readonly fill: "colors";
2806
+ readonly flexBasis: "sizes";
2807
+ readonly fontFamily: "fonts";
2808
+ readonly fontSize: "font-sizes";
2809
+ readonly fontWeight: "font-weights";
2810
+ readonly gap: "space-gap";
2811
+ readonly gridColumnGap: "space-gap";
2812
+ readonly gridGap: "space-gap";
2813
+ readonly gridRowGap: "space-gap";
2814
+ readonly gridTemplateColumns: "sizes";
2815
+ readonly gridTemplateRows: "sizes";
2816
+ readonly height: "sizes";
2817
+ readonly inlineSize: "sizes";
2818
+ readonly inset: "space-inset";
2819
+ readonly insetBlock: "space-inset";
2820
+ readonly insetBlockEnd: "space-inset";
2821
+ readonly insetBlockStart: "space-inset";
2822
+ readonly insetInline: "space-inset";
2823
+ readonly insetInlineEnd: "space-inset";
2824
+ readonly insetInlineStart: "space-inset";
2825
+ readonly left: "space";
2826
+ readonly letterSpacing: "letter-spacings";
2827
+ readonly lineHeight: "line-heights";
2828
+ readonly margin: "space-offset";
2829
+ readonly marginBlock: "space-offset";
2830
+ readonly marginBlockEnd: "space-offset";
2831
+ readonly marginBlockStart: "space-offset";
2832
+ readonly marginBottom: "space-offset";
2833
+ readonly marginInline: "space-offset";
2834
+ readonly marginInlineEnd: "space-offset";
2835
+ readonly marginInlineStart: "space-offset";
2836
+ readonly marginLeft: "space-offset";
2837
+ readonly marginRight: "space-offset";
2838
+ readonly marginTop: "space-offset";
2839
+ readonly maxBlockSize: "sizes";
2840
+ readonly maxHeight: "sizes";
2841
+ readonly maxInlineSize: "sizes";
2842
+ readonly maxWidth: "sizes";
2843
+ readonly minBlockSize: "sizes";
2844
+ readonly minHeight: "sizes";
2845
+ readonly minInlineSize: "sizes";
2846
+ readonly minWidth: "sizes";
2847
+ readonly outline: "colors";
2848
+ readonly outlineColor: "colors";
2849
+ readonly padding: "space-inset";
2850
+ readonly paddingBlock: "space-inset";
2851
+ readonly paddingBlockEnd: "space-inset";
2852
+ readonly paddingBlockStart: "space-inset";
2853
+ readonly paddingBottom: "space-inset";
2854
+ readonly paddingInline: "space-inset";
2855
+ readonly paddingInlineEnd: "space-inset";
2856
+ readonly paddingInlineStart: "space-inset";
2857
+ readonly paddingLeft: "space-inset";
2858
+ readonly paddingRight: "space-inset";
2859
+ readonly paddingTop: "space-inset";
2860
+ readonly right: "space";
2861
+ readonly rowGap: "space-gap";
2862
+ readonly scrollMargin: "space-offset";
2863
+ readonly scrollMarginBlock: "space-offset";
2864
+ readonly scrollMarginBlockEnd: "space-offset";
2865
+ readonly scrollMarginBlockStart: "space-offset";
2866
+ readonly scrollMarginBottom: "space-offset";
2867
+ readonly scrollMarginInline: "space-offset";
2868
+ readonly scrollMarginInlineEnd: "space-offset";
2869
+ readonly scrollMarginInlineStart: "space-offset";
2870
+ readonly scrollMarginLeft: "space-offset";
2871
+ readonly scrollMarginRight: "space-offset";
2872
+ readonly scrollMarginTop: "space-offset";
2873
+ readonly scrollPadding: "space-inset";
2874
+ readonly scrollPaddingBlock: "space-inset";
2875
+ readonly scrollPaddingBlockEnd: "space-inset";
2876
+ readonly scrollPaddingBlockStart: "space-inset";
2877
+ readonly scrollPaddingBottom: "space-inset";
2878
+ readonly scrollPaddingInline: "space-inset";
2879
+ readonly scrollPaddingInlineEnd: "space-inset";
2880
+ readonly scrollPaddingInlineStart: "space-inset";
2881
+ readonly scrollPaddingLeft: "space-inset";
2882
+ readonly scrollPaddingRight: "space-inset";
2883
+ readonly scrollPaddingTop: "space-inset";
2884
+ readonly stroke: "colors";
2885
+ readonly strokeWidth: "stroke-width";
2886
+ readonly textDecorationColor: "colors";
2887
+ readonly textShadow: "shadows";
2888
+ readonly top: "space";
2889
+ readonly transition: "transitions";
2890
+ readonly width: "sizes";
2891
+ readonly zIndex: "z-indices";
2892
+ }, {
2893
+ paddingX: (value: {
2894
+ readonly [$$PropertyValue]: "padding";
2895
+ }) => {
2896
+ paddingLeft: {
2897
+ readonly [$$PropertyValue]: "padding";
2898
+ };
2899
+ paddingRight: {
2900
+ readonly [$$PropertyValue]: "padding";
2901
+ };
2902
+ };
2903
+ paddingY: (value: {
2904
+ readonly [$$PropertyValue]: "padding";
2905
+ }) => {
2906
+ paddingTop: {
2907
+ readonly [$$PropertyValue]: "padding";
2908
+ };
2909
+ paddingBottom: {
2910
+ readonly [$$PropertyValue]: "padding";
2911
+ };
2912
+ };
2913
+ marginX: (value: {
2914
+ readonly [$$PropertyValue]: "margin";
2915
+ }) => {
2916
+ marginLeft: {
2917
+ readonly [$$PropertyValue]: "margin";
2918
+ };
2919
+ marginRight: {
2920
+ readonly [$$PropertyValue]: "margin";
2921
+ };
2922
+ };
2923
+ marginY: (value: {
2924
+ readonly [$$PropertyValue]: "margin";
2925
+ }) => {
2926
+ marginTop: {
2927
+ readonly [$$PropertyValue]: "margin";
2928
+ };
2929
+ marginBottom: {
2930
+ readonly [$$PropertyValue]: "margin";
2931
+ };
2932
+ };
2933
+ square: (value: {
2934
+ readonly [$$PropertyValue]: "width";
2935
+ }) => {
2936
+ width: {
2937
+ readonly [$$PropertyValue]: "width";
2938
+ };
2939
+ height: {
2940
+ readonly [$$PropertyValue]: "width";
2941
+ };
2942
+ };
2943
+ }>>>, "disabled"> & _stitches_react_types_styled_component.TransformProps<{
2944
+ disabled?: boolean | "true" | undefined;
2945
+ }, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react__default.RefAttributes<HTMLDivElement>, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
2946
+
2947
+ declare const StyledBaseInput: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<"div", {}, {}, _stitches_react_types_css_util.CSS<{}, {
2948
+ 'border-widths': {
2949
+ readonly none: 0;
2950
+ readonly sm: "1px";
2951
+ readonly md: "2px";
2952
+ readonly lg: "4px";
2953
+ };
2954
+ colors: {
2955
+ readonly black: any;
2956
+ readonly 'blue-100': any;
2957
+ readonly 'blue-200': any;
2958
+ readonly 'blue-300': any;
2959
+ readonly 'blue-400': any;
2960
+ readonly 'blue-500': any;
2961
+ readonly 'blue-600': any;
2962
+ readonly 'blue-700': any;
2963
+ readonly 'blue-800': any;
2964
+ readonly 'blue-900': any;
2965
+ readonly 'blue-1000': any;
2966
+ readonly 'gray-100': any;
2967
+ readonly 'gray-200': any;
2968
+ readonly 'gray-300': any;
2969
+ readonly 'gray-400': any;
2970
+ readonly 'gray-500': any;
2971
+ readonly 'gray-600': any;
2972
+ readonly 'gray-700': any;
2973
+ readonly 'gray-800': any;
2974
+ readonly 'gray-900': any;
2975
+ readonly 'green-100': any;
2976
+ readonly 'green-200': any;
2977
+ readonly 'green-300': any;
2978
+ readonly 'green-400': any;
2979
+ readonly 'green-500': any;
2980
+ readonly 'green-600': any;
2981
+ readonly 'green-700': any;
2982
+ readonly 'green-800': any;
2983
+ readonly 'green-900': any;
2984
+ readonly 'indigo-100': any;
2985
+ readonly 'indigo-200': any;
2986
+ readonly 'indigo-300': any;
2987
+ readonly 'indigo-400': any;
2988
+ readonly 'indigo-500': any;
2989
+ readonly 'indigo-600': any;
2990
+ readonly 'indigo-700': any;
2991
+ readonly 'indigo-800': any;
2992
+ readonly 'indigo-900': any;
2993
+ readonly 'red-100': any;
2994
+ readonly 'red-200': any;
2995
+ readonly 'red-300': any;
2996
+ readonly 'red-400': any;
2997
+ readonly 'red-500': any;
2998
+ readonly 'red-600': any;
2999
+ readonly 'red-700': any;
3000
+ readonly 'red-800': any;
3001
+ readonly 'red-900': any;
3002
+ readonly transparent: any;
3003
+ readonly white: any;
3004
+ readonly 'yellow-100': any;
3005
+ readonly 'yellow-200': any;
3006
+ readonly 'yellow-300': any;
3007
+ readonly 'yellow-400': any;
3008
+ readonly 'yellow-500': any;
3009
+ readonly 'yellow-600': any;
3010
+ readonly 'yellow-700': any;
3011
+ readonly 'yellow-800': any;
3012
+ readonly 'yellow-900': any;
3013
+ "background-alpha-active"?: any;
3014
+ "background-alpha-hover"?: any;
3015
+ "background-danger-prominent"?: any;
3016
+ "background-danger-prominent-active"?: any;
3017
+ "background-danger-prominent-hover"?: any;
3018
+ "background-danger-subtle"?: any;
3019
+ "background-danger-subtle-active"?: any;
3020
+ "background-danger-subtle-hover"?: any;
3021
+ "background-neutrals"?: any;
3022
+ "background-neutrals-active"?: any;
3023
+ "background-neutrals-container"?: any;
3024
+ "background-neutrals-controls-disabled"?: any;
3025
+ "background-neutrals-disabled"?: any;
3026
+ "background-neutrals-hover"?: any;
3027
+ "background-neutrals-inactive"?: any;
3028
+ "background-neutrals-inactive-hover"?: any;
3029
+ "background-neutrals-inverted"?: any;
3030
+ "background-neutrals-inverted-subtle"?: any;
3031
+ "background-neutrals-page"?: any;
3032
+ "background-neutrals-page-subtle"?: any;
3033
+ "background-neutrals-scrolls"?: any;
3034
+ "background-neutrals-scrolls-expanded"?: any;
3035
+ "background-neutrals-scrolls-hover"?: any;
3036
+ "background-neutrals-scrolls-pressed"?: any;
3037
+ "background-neutrals-scrolls-pressed-hover"?: any;
3038
+ "background-neutrals-subtle"?: any;
3039
+ "background-neutrals-subtle-active"?: any;
3040
+ "background-neutrals-subtle-hover"?: any;
3041
+ "background-primary-prominent"?: any;
3042
+ "background-primary-prominent-active"?: any;
3043
+ "background-primary-prominent-expanded"?: any;
3044
+ "background-primary-prominent-hover"?: any;
3045
+ "background-primary-prominent-pressed"?: any;
3046
+ "background-primary-prominent-pressed-hover"?: any;
3047
+ "background-primary-prominent-selected"?: any;
3048
+ "background-primary-subtle"?: any;
3049
+ "background-primary-subtle-active"?: any;
3050
+ "background-primary-subtle-expanded"?: any;
3051
+ "background-primary-subtle-hover"?: any;
3052
+ "background-primary-subtle-pressed"?: any;
3053
+ "background-primary-subtle-pressed-hover"?: any;
3054
+ "background-primary-subtle-selected"?: any;
3055
+ "background-success"?: any;
3056
+ "background-success-prominent"?: any;
3057
+ "background-success-prominent-active"?: any;
3058
+ "background-success-prominent-hover"?: any;
3059
+ "background-warning-prominent"?: any;
3060
+ "background-warning-subtle"?: any;
3061
+ "border-danger"?: any;
3062
+ "border-danger-active"?: any;
3063
+ "border-danger-hover"?: any;
3064
+ "border-focus-inner"?: any;
3065
+ "border-focus-middle"?: any;
3066
+ "border-focus-outer"?: any;
3067
+ "border-neutrals"?: any;
3068
+ "border-neutrals-active"?: any;
3069
+ "border-neutrals-controls"?: any;
3070
+ "border-neutrals-controls-disabled"?: any;
3071
+ "border-neutrals-disabled"?: any;
3072
+ "border-neutrals-hover"?: any;
3073
+ "border-neutrals-inverted"?: any;
3074
+ "border-neutrals-subtle"?: any;
3075
+ "border-neutrals-text"?: any;
3076
+ "border-neutrals-text-active"?: any;
3077
+ "border-neutrals-text-hover"?: any;
3078
+ "border-neutrals-text-subtle"?: any;
3079
+ "border-neutrals-text-subtle-active"?: any;
3080
+ "border-neutrals-text-subtle-hover"?: any;
3081
+ "border-neutrals-transparent"?: any;
3082
+ "border-primary"?: any;
3083
+ "border-primary-active"?: any;
3084
+ "border-primary-hover"?: any;
3085
+ "border-primary-inverted"?: any;
3086
+ "border-success"?: any;
3087
+ "border-success-active"?: any;
3088
+ "border-success-hover"?: any;
3089
+ "border-warning"?: any;
3090
+ "icon-danger"?: any;
3091
+ "icon-danger-active"?: any;
3092
+ "icon-danger-hover"?: any;
3093
+ "icon-danger-inverted"?: any;
3094
+ "icon-neutrals"?: any;
3095
+ "icon-neutrals-disabled"?: any;
3096
+ "icon-neutrals-inactive"?: any;
3097
+ "icon-neutrals-inactive-hover"?: any;
3098
+ "icon-neutrals-inverted"?: any;
3099
+ "icon-neutrals-search"?: any;
3100
+ "icon-neutrals-subtle"?: any;
3101
+ "icon-neutrals-text"?: any;
3102
+ "icon-primary"?: any;
3103
+ "icon-primary-active"?: any;
3104
+ "icon-primary-hover"?: any;
3105
+ "icon-primary-inverted"?: any;
3106
+ "icon-primary-selected"?: any;
3107
+ "icon-success"?: any;
3108
+ "icon-success-active"?: any;
3109
+ "icon-success-hover"?: any;
3110
+ "icon-success-inverted"?: any;
3111
+ "icon-warning"?: any;
3112
+ "icon-warning-prominent"?: any;
3113
+ "icon-warning-subtle"?: any;
3114
+ "text-danger"?: any;
3115
+ "text-danger-active"?: any;
3116
+ "text-danger-hover"?: any;
3117
+ "text-danger-inverted"?: any;
3118
+ "text-neutrals"?: any;
3119
+ "text-neutrals-active"?: any;
3120
+ "text-neutrals-disabled"?: any;
3121
+ "text-neutrals-hover"?: any;
3122
+ "text-neutrals-inverted"?: any;
3123
+ "text-neutrals-placeholder"?: any;
3124
+ "text-neutrals-placeholder-only"?: any;
3125
+ "text-neutrals-subtle"?: any;
3126
+ "text-neutrals-subtle-active"?: any;
3127
+ "text-neutrals-subtle-hover"?: any;
3128
+ "text-primary"?: any;
3129
+ "text-primary-active"?: any;
3130
+ "text-primary-hover"?: any;
3131
+ "text-primary-inverted"?: any;
3132
+ "text-primary-inverted-subtle"?: any;
3133
+ "text-primary-selected"?: any;
3134
+ "text-success"?: any;
3135
+ "text-success-active"?: any;
3136
+ "text-success-hover"?: any;
3137
+ "text-success-inverted"?: any;
3138
+ "text-warning"?: any;
3139
+ "text-warning-subtle"?: any;
3140
+ };
3141
+ 'font-sizes': {
3142
+ readonly 150: "0.75rem";
3143
+ readonly 175: "0.875rem";
3144
+ readonly 200: "1rem";
3145
+ readonly 225: "1.125rem";
3146
+ readonly 250: "1.25rem";
3147
+ readonly 300: "1.5rem";
3148
+ readonly 400: "2rem";
3149
+ readonly 500: "2.5rem";
3150
+ readonly 600: "3rem";
3151
+ readonly 800: "4rem";
3152
+ readonly 900: "4.5rem";
3153
+ };
3154
+ fonts: {
3155
+ readonly heading: "Roobert, sans-serif";
3156
+ readonly body: "Open Sans, sans-serif";
3157
+ };
3158
+ radii: {
3159
+ readonly none: 0;
3160
+ readonly half: "999em";
3161
+ readonly 25: "2px";
3162
+ readonly 50: "4px";
3163
+ readonly 75: "6px";
3164
+ readonly 100: "8px";
3165
+ readonly 200: "16px";
3166
+ };
3167
+ shadows: {
3168
+ readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
3169
+ readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
3170
+ readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
3171
+ readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
3172
+ readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
3173
+ readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
3174
+ };
3175
+ sizes: {
3176
+ readonly number: string;
3177
+ readonly 'icon-200': "16px";
3178
+ readonly 'icon-300': "24px";
3179
+ readonly 'icon-400': "32px";
3180
+ };
3181
+ space: {
3182
+ readonly 0: "0px";
3183
+ readonly 25: "2px";
3184
+ readonly 50: "4px";
3185
+ readonly 100: "8px";
3186
+ readonly 150: "12px";
3187
+ readonly 200: "16px";
3188
+ readonly 300: "24px";
3189
+ readonly 400: "32px";
3190
+ readonly 500: "40px";
3191
+ readonly 600: "48px";
3192
+ readonly 700: "56px";
3193
+ readonly 800: "64px";
3194
+ readonly 1200: "96px";
3195
+ readonly 1600: "128px";
3196
+ };
3197
+ 'space-gap': {
3198
+ readonly 0: any;
3199
+ readonly 50: any;
3200
+ readonly 100: any;
3201
+ readonly 200: any;
3202
+ readonly 300: any;
3203
+ };
3204
+ 'space-inset': {
3205
+ readonly 0: any;
3206
+ readonly 50: any;
3207
+ readonly 100: any;
3208
+ readonly 150: any;
3209
+ readonly 200: any;
3210
+ readonly 300: any;
3211
+ readonly 400: any;
3212
+ readonly 500: any;
3213
+ readonly 600: any;
3214
+ readonly 700: any;
3215
+ readonly 800: any;
3216
+ readonly 1200: any;
3217
+ readonly 1600: any;
3218
+ };
3219
+ 'space-offset': {
3220
+ readonly 0: any;
3221
+ readonly 50: any;
3222
+ readonly 100: any;
3223
+ readonly 150: any;
3224
+ readonly 200: any;
3225
+ readonly 300: any;
3226
+ readonly 400: any;
3227
+ readonly 600: any;
3228
+ readonly 800: any;
3229
+ readonly 1200: any;
3230
+ readonly 1600: any;
3231
+ readonly 'stacking-0': any;
3232
+ readonly 'stacking-100': any;
3233
+ readonly 'stacking-200': any;
3234
+ readonly 'stacking-300': any;
3235
+ readonly 'stacking-400': any;
3236
+ readonly 'stacking-500': any;
3237
+ readonly 'stacking-800': any;
3238
+ };
3239
+ 'stroke-width': {
3240
+ readonly thin: "1.5px";
3241
+ readonly normal: "2px";
3242
+ readonly bold: "4px";
3243
+ };
3244
+ 'z-indices': {
3245
+ readonly dropdownMenu: 100;
3246
+ readonly select: 200;
3247
+ readonly popover: 300;
3248
+ readonly tooltip: 400;
3249
+ };
3250
+ }, {
3251
+ readonly background: "colors";
3252
+ readonly backgroundColor: "colors";
3253
+ readonly backgroundImage: "colors";
3254
+ readonly blockSize: "sizes";
3255
+ readonly border: "colors";
3256
+ readonly borderBlock: "colors";
3257
+ readonly borderBlockEnd: "colors";
3258
+ readonly borderBlockStart: "colors";
3259
+ readonly borderBottom: "colors";
3260
+ readonly borderBottomColor: "colors";
3261
+ readonly borderBottomLeftRadius: "radii";
3262
+ readonly borderBottomRightRadius: "radii";
3263
+ readonly borderBottomStyle: "border-styles";
3264
+ readonly borderBottomWidth: "border-widths";
3265
+ readonly borderColor: "colors";
3266
+ readonly borderImage: "colors";
3267
+ readonly borderInline: "colors";
3268
+ readonly borderInlineEnd: "colors";
3269
+ readonly borderInlineStart: "colors";
3270
+ readonly borderLeft: "colors";
3271
+ readonly borderLeftColor: "colors";
3272
+ readonly borderLeftStyle: "border-styles";
3273
+ readonly borderLeftWidth: "border-widths";
3274
+ readonly borderRadius: "radii";
3275
+ readonly borderRight: "colors";
3276
+ readonly borderRightColor: "colors";
3277
+ readonly borderRightStyle: "border-styles";
3278
+ readonly borderRightWidth: "border-widths";
3279
+ readonly borderStyle: "border-styles";
3280
+ readonly borderTop: "colors";
3281
+ readonly borderTopColor: "colors";
3282
+ readonly borderTopLeftRadius: "radii";
3283
+ readonly borderTopRightRadius: "radii";
3284
+ readonly borderTopStyle: "border-styles";
3285
+ readonly borderTopWidth: "border-widths";
3286
+ readonly borderWidth: "border-widths";
3287
+ readonly bottom: "space";
3288
+ readonly boxShadow: "shadows";
3289
+ readonly caretColor: "colors";
3290
+ readonly color: "colors";
3291
+ readonly columnGap: "space-gap";
3292
+ readonly columnRuleColor: "colors";
3293
+ readonly fill: "colors";
3294
+ readonly flexBasis: "sizes";
3295
+ readonly fontFamily: "fonts";
3296
+ readonly fontSize: "font-sizes";
3297
+ readonly fontWeight: "font-weights";
3298
+ readonly gap: "space-gap";
3299
+ readonly gridColumnGap: "space-gap";
3300
+ readonly gridGap: "space-gap";
3301
+ readonly gridRowGap: "space-gap";
3302
+ readonly gridTemplateColumns: "sizes";
3303
+ readonly gridTemplateRows: "sizes";
3304
+ readonly height: "sizes";
3305
+ readonly inlineSize: "sizes";
3306
+ readonly inset: "space-inset";
3307
+ readonly insetBlock: "space-inset";
3308
+ readonly insetBlockEnd: "space-inset";
3309
+ readonly insetBlockStart: "space-inset";
3310
+ readonly insetInline: "space-inset";
3311
+ readonly insetInlineEnd: "space-inset";
3312
+ readonly insetInlineStart: "space-inset";
3313
+ readonly left: "space";
3314
+ readonly letterSpacing: "letter-spacings";
3315
+ readonly lineHeight: "line-heights";
3316
+ readonly margin: "space-offset";
3317
+ readonly marginBlock: "space-offset";
3318
+ readonly marginBlockEnd: "space-offset";
3319
+ readonly marginBlockStart: "space-offset";
3320
+ readonly marginBottom: "space-offset";
3321
+ readonly marginInline: "space-offset";
3322
+ readonly marginInlineEnd: "space-offset";
3323
+ readonly marginInlineStart: "space-offset";
3324
+ readonly marginLeft: "space-offset";
3325
+ readonly marginRight: "space-offset";
3326
+ readonly marginTop: "space-offset";
3327
+ readonly maxBlockSize: "sizes";
3328
+ readonly maxHeight: "sizes";
3329
+ readonly maxInlineSize: "sizes";
3330
+ readonly maxWidth: "sizes";
3331
+ readonly minBlockSize: "sizes";
3332
+ readonly minHeight: "sizes";
3333
+ readonly minInlineSize: "sizes";
3334
+ readonly minWidth: "sizes";
3335
+ readonly outline: "colors";
3336
+ readonly outlineColor: "colors";
3337
+ readonly padding: "space-inset";
3338
+ readonly paddingBlock: "space-inset";
3339
+ readonly paddingBlockEnd: "space-inset";
3340
+ readonly paddingBlockStart: "space-inset";
3341
+ readonly paddingBottom: "space-inset";
3342
+ readonly paddingInline: "space-inset";
3343
+ readonly paddingInlineEnd: "space-inset";
3344
+ readonly paddingInlineStart: "space-inset";
3345
+ readonly paddingLeft: "space-inset";
3346
+ readonly paddingRight: "space-inset";
3347
+ readonly paddingTop: "space-inset";
3348
+ readonly right: "space";
3349
+ readonly rowGap: "space-gap";
3350
+ readonly scrollMargin: "space-offset";
3351
+ readonly scrollMarginBlock: "space-offset";
3352
+ readonly scrollMarginBlockEnd: "space-offset";
3353
+ readonly scrollMarginBlockStart: "space-offset";
3354
+ readonly scrollMarginBottom: "space-offset";
3355
+ readonly scrollMarginInline: "space-offset";
3356
+ readonly scrollMarginInlineEnd: "space-offset";
3357
+ readonly scrollMarginInlineStart: "space-offset";
3358
+ readonly scrollMarginLeft: "space-offset";
3359
+ readonly scrollMarginRight: "space-offset";
3360
+ readonly scrollMarginTop: "space-offset";
3361
+ readonly scrollPadding: "space-inset";
3362
+ readonly scrollPaddingBlock: "space-inset";
3363
+ readonly scrollPaddingBlockEnd: "space-inset";
3364
+ readonly scrollPaddingBlockStart: "space-inset";
3365
+ readonly scrollPaddingBottom: "space-inset";
3366
+ readonly scrollPaddingInline: "space-inset";
3367
+ readonly scrollPaddingInlineEnd: "space-inset";
3368
+ readonly scrollPaddingInlineStart: "space-inset";
3369
+ readonly scrollPaddingLeft: "space-inset";
3370
+ readonly scrollPaddingRight: "space-inset";
3371
+ readonly scrollPaddingTop: "space-inset";
3372
+ readonly stroke: "colors";
3373
+ readonly strokeWidth: "stroke-width";
3374
+ readonly textDecorationColor: "colors";
3375
+ readonly textShadow: "shadows";
3376
+ readonly top: "space";
3377
+ readonly transition: "transitions";
3378
+ readonly width: "sizes";
3379
+ readonly zIndex: "z-indices";
3380
+ }, {
3381
+ paddingX: (value: {
3382
+ readonly [$$PropertyValue]: "padding";
3383
+ }) => {
3384
+ paddingLeft: {
3385
+ readonly [$$PropertyValue]: "padding";
3386
+ };
3387
+ paddingRight: {
3388
+ readonly [$$PropertyValue]: "padding";
3389
+ };
3390
+ };
3391
+ paddingY: (value: {
3392
+ readonly [$$PropertyValue]: "padding";
3393
+ }) => {
3394
+ paddingTop: {
3395
+ readonly [$$PropertyValue]: "padding";
3396
+ };
3397
+ paddingBottom: {
3398
+ readonly [$$PropertyValue]: "padding";
3399
+ };
3400
+ };
3401
+ marginX: (value: {
3402
+ readonly [$$PropertyValue]: "margin";
3403
+ }) => {
3404
+ marginLeft: {
3405
+ readonly [$$PropertyValue]: "margin";
3406
+ };
3407
+ marginRight: {
3408
+ readonly [$$PropertyValue]: "margin";
3409
+ };
3410
+ };
3411
+ marginY: (value: {
3412
+ readonly [$$PropertyValue]: "margin";
3413
+ }) => {
3414
+ marginTop: {
3415
+ readonly [$$PropertyValue]: "margin";
3416
+ };
3417
+ marginBottom: {
3418
+ readonly [$$PropertyValue]: "margin";
3419
+ };
3420
+ };
3421
+ square: (value: {
3422
+ readonly [$$PropertyValue]: "width";
3423
+ }) => {
3424
+ width: {
3425
+ readonly [$$PropertyValue]: "width";
3426
+ };
3427
+ height: {
3428
+ readonly [$$PropertyValue]: "width";
3429
+ };
3430
+ };
3431
+ }>>>, "disabled" | "readOnly" | "ariaDisabled" | "hovered" | "focused" | "valid"> & _stitches_react_types_styled_component.TransformProps<{
3432
+ hovered?: boolean | "false" | "true" | undefined;
3433
+ focused?: boolean | "false" | "true" | undefined;
3434
+ valid?: boolean | "false" | "true" | undefined;
3435
+ readOnly?: boolean | "false" | "true" | undefined;
3436
+ disabled?: boolean | "false" | "true" | undefined;
3437
+ ariaDisabled?: boolean | "false" | "true" | undefined;
3438
+ }, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<"div", {
3439
+ hovered?: boolean | "false" | "true" | undefined;
3440
+ focused?: boolean | "false" | "true" | undefined;
3441
+ valid?: boolean | "false" | "true" | undefined;
3442
+ readOnly?: boolean | "false" | "true" | undefined;
3443
+ disabled?: boolean | "false" | "true" | undefined;
3444
+ ariaDisabled?: boolean | "false" | "true" | undefined;
3445
+ }, {}>;
3446
+ declare type StyledBaseInputProps = ComponentPropsWithRef<typeof StyledBaseInput>;
955
3447
 
956
- interface BaseInputProps extends StyledBaseInputProps {
3448
+ interface BaseInputProps extends Omit<StyledBaseInputProps, keyof DOMAttributes<Element>> {
3449
+ 'aria-disabled'?: Booleanish | undefined;
3450
+ disabled?: boolean | undefined;
3451
+ readOnly?: boolean | undefined;
3452
+ valid?: boolean | undefined;
3453
+ hovered?: boolean | undefined;
3454
+ focused?: boolean | undefined;
3455
+ children: react__default.ReactNode;
957
3456
  }
958
3457
  declare const BaseInput: react__default.ForwardRefExoticComponent<BaseInputProps> & Partials;
959
3458
  interface Partials {
960
- InputSlot: typeof InputSlot;
3459
+ ActionSlot: typeof ActionSlot;
3460
+ IconSlot: typeof IconSlot;
3461
+ Input: typeof Input;
961
3462
  }
962
3463
 
963
- export { BaseInput, BaseInputProps };
3464
+ export { BaseInput, ActionSlotProps as BaseInputActionSlotProps, IconSlotProps as BaseInputIconSlotProps, InputProps as BaseInputInputProps, BaseInputProps };