@mirohq/design-system-dropdown-menu 3.5.23 → 3.5.25-fix-dd-icon-slot.0
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/main.js.map +1 -1
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +63 -492
- package/package.json +6 -6
package/dist/types.d.ts
CHANGED
|
@@ -496,6 +496,9 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Omit<Omit<_mir
|
|
|
496
496
|
readonly [$$PropertyValue]: "width";
|
|
497
497
|
};
|
|
498
498
|
};
|
|
499
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
500
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
501
|
+
};
|
|
499
502
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuCheckboxItemProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
500
503
|
declare type StyledCheckboxItemProps = StrictComponentProps<typeof StyledCheckboxItem>;
|
|
501
504
|
|
|
@@ -1013,6 +1016,9 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
1013
1016
|
readonly [$$PropertyValue]: "width";
|
|
1014
1017
|
};
|
|
1015
1018
|
};
|
|
1019
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
1020
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
1021
|
+
};
|
|
1016
1022
|
}>>>, "containerSpacing"> & _stitches_react_types_styled_component.TransformProps<{
|
|
1017
1023
|
containerSpacing?: "small" | "medium" | "large" | undefined;
|
|
1018
1024
|
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuContentProps & react.RefAttributes<HTMLDivElement>>, {
|
|
@@ -1639,6 +1645,9 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
1639
1645
|
readonly [$$PropertyValue]: "width";
|
|
1640
1646
|
};
|
|
1641
1647
|
};
|
|
1648
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
1649
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
1650
|
+
};
|
|
1642
1651
|
}>>>, "hasRightSlot"> & _stitches_react_types_styled_component.TransformProps<{
|
|
1643
1652
|
hasRightSlot?: boolean | "true" | undefined;
|
|
1644
1653
|
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuItemProps & react.RefAttributes<HTMLDivElement>>, {
|
|
@@ -2152,6 +2161,9 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
2152
2161
|
readonly [$$PropertyValue]: "width";
|
|
2153
2162
|
};
|
|
2154
2163
|
};
|
|
2164
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
2165
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
2166
|
+
};
|
|
2155
2167
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuRadioGroupProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
2156
2168
|
declare type StyledRadioGroupProps = StrictComponentProps<typeof StyledRadioGroup>;
|
|
2157
2169
|
|
|
@@ -2652,6 +2664,9 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
2652
2664
|
readonly [$$PropertyValue]: "width";
|
|
2653
2665
|
};
|
|
2654
2666
|
};
|
|
2667
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
2668
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
2669
|
+
};
|
|
2655
2670
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuRadioItemProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
2656
2671
|
declare type StyledRadioItemProps = StrictComponentProps<typeof StyledRadioItem>;
|
|
2657
2672
|
|
|
@@ -3165,6 +3180,9 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
3165
3180
|
readonly [$$PropertyValue]: "width";
|
|
3166
3181
|
};
|
|
3167
3182
|
};
|
|
3183
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
3184
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
3185
|
+
};
|
|
3168
3186
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuSeparatorProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
3169
3187
|
declare type StyledSeparatorProps = StrictComponentProps<typeof StyledSeparator>;
|
|
3170
3188
|
|
|
@@ -3657,6 +3675,9 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
3657
3675
|
readonly [$$PropertyValue]: "width";
|
|
3658
3676
|
};
|
|
3659
3677
|
};
|
|
3678
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
3679
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
3680
|
+
};
|
|
3660
3681
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuCheckboxItemProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
3661
3682
|
declare type StyledSwitchItemProps = StrictComponentProps<typeof StyledSwitchItem>;
|
|
3662
3683
|
|
|
@@ -4174,6 +4195,9 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
4174
4195
|
readonly [$$PropertyValue]: "width";
|
|
4175
4196
|
};
|
|
4176
4197
|
};
|
|
4198
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
4199
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
4200
|
+
};
|
|
4177
4201
|
}>>>, "unstyled"> & _stitches_react_types_styled_component.TransformProps<{
|
|
4178
4202
|
unstyled?: boolean | "true" | "false" | undefined;
|
|
4179
4203
|
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuTriggerProps & react.RefAttributes<HTMLButtonElement>>, {
|
|
@@ -4670,6 +4694,9 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
4670
4694
|
readonly [$$PropertyValue]: "width";
|
|
4671
4695
|
};
|
|
4672
4696
|
};
|
|
4697
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
4698
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
4699
|
+
};
|
|
4673
4700
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuSubTriggerProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
4674
4701
|
declare type StyledSubTriggerProps = StrictComponentProps<typeof StyledSubTrigger>;
|
|
4675
4702
|
|
|
@@ -5172,6 +5199,9 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
5172
5199
|
readonly [$$PropertyValue]: "width";
|
|
5173
5200
|
};
|
|
5174
5201
|
};
|
|
5202
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
5203
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
5204
|
+
};
|
|
5175
5205
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixDropdownMenu.DropdownMenuSubContentProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
5176
5206
|
declare type StyledSubContentProps = StrictComponentProps<typeof StyledSubContent>;
|
|
5177
5207
|
|
|
@@ -5751,6 +5781,9 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<_mirohq_design_sys
|
|
|
5751
5781
|
readonly [$$PropertyValue]: "width";
|
|
5752
5782
|
};
|
|
5753
5783
|
};
|
|
5784
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
5785
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
5786
|
+
};
|
|
5754
5787
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps & react.RefAttributes<never>> & _mirohq_design_system_stitches.StitchesInternals<react.FC<RadixDropdownMenu.DropdownMenuSubProps>, {}, {}>;
|
|
5755
5788
|
declare type StyledSubProps = StrictComponentProps<typeof StyledSub>;
|
|
5756
5789
|
|
|
@@ -6275,9 +6308,12 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
6275
6308
|
readonly [$$PropertyValue]: "width";
|
|
6276
6309
|
};
|
|
6277
6310
|
};
|
|
6311
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
6312
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
6313
|
+
};
|
|
6278
6314
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}>;
|
|
6279
6315
|
|
|
6280
|
-
declare const
|
|
6316
|
+
declare const IconSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react__default.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react__default.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
6281
6317
|
'border-widths': {
|
|
6282
6318
|
readonly none: 0;
|
|
6283
6319
|
readonly sm: "1px";
|
|
@@ -6762,492 +6798,10 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
6762
6798
|
readonly [$$PropertyValue]: "width";
|
|
6763
6799
|
};
|
|
6764
6800
|
};
|
|
6765
|
-
|
|
6766
|
-
|
|
6767
|
-
readonly none: 0;
|
|
6768
|
-
readonly sm: "1px";
|
|
6769
|
-
readonly md: "2px";
|
|
6770
|
-
readonly lg: "4px";
|
|
6771
|
-
};
|
|
6772
|
-
colors: {
|
|
6773
|
-
readonly black: any;
|
|
6774
|
-
readonly 'blue-100': any;
|
|
6775
|
-
readonly 'blue-200': any;
|
|
6776
|
-
readonly 'blue-300': any;
|
|
6777
|
-
readonly 'blue-400': any;
|
|
6778
|
-
readonly 'blue-500': any;
|
|
6779
|
-
readonly 'blue-600': any;
|
|
6780
|
-
readonly 'blue-700': any;
|
|
6781
|
-
readonly 'blue-800': any;
|
|
6782
|
-
readonly 'blue-900': any;
|
|
6783
|
-
readonly 'blue-1000': any;
|
|
6784
|
-
readonly 'gray-100': any;
|
|
6785
|
-
readonly 'gray-200': any;
|
|
6786
|
-
readonly 'gray-300': any;
|
|
6787
|
-
readonly 'gray-400': any;
|
|
6788
|
-
readonly 'gray-500': any;
|
|
6789
|
-
readonly 'gray-600': any;
|
|
6790
|
-
readonly 'gray-700': any;
|
|
6791
|
-
readonly 'gray-800': any;
|
|
6792
|
-
readonly 'gray-900': any;
|
|
6793
|
-
readonly 'green-100': any;
|
|
6794
|
-
readonly 'green-200': any;
|
|
6795
|
-
readonly 'green-300': any;
|
|
6796
|
-
readonly 'green-400': any;
|
|
6797
|
-
readonly 'green-500': any;
|
|
6798
|
-
readonly 'green-600': any;
|
|
6799
|
-
readonly 'green-700': any;
|
|
6800
|
-
readonly 'green-800': any;
|
|
6801
|
-
readonly 'green-900': any;
|
|
6802
|
-
readonly 'indigo-100': any;
|
|
6803
|
-
readonly 'indigo-200': any;
|
|
6804
|
-
readonly 'indigo-300': any;
|
|
6805
|
-
readonly 'indigo-400': any;
|
|
6806
|
-
readonly 'indigo-500': any;
|
|
6807
|
-
readonly 'indigo-600': any;
|
|
6808
|
-
readonly 'indigo-700': any;
|
|
6809
|
-
readonly 'indigo-800': any;
|
|
6810
|
-
readonly 'indigo-900': any;
|
|
6811
|
-
readonly 'red-100': any;
|
|
6812
|
-
readonly 'red-200': any;
|
|
6813
|
-
readonly 'red-300': any;
|
|
6814
|
-
readonly 'red-400': any;
|
|
6815
|
-
readonly 'red-500': any;
|
|
6816
|
-
readonly 'red-600': any;
|
|
6817
|
-
readonly 'red-700': any;
|
|
6818
|
-
readonly 'red-800': any;
|
|
6819
|
-
readonly 'red-900': any;
|
|
6820
|
-
readonly transparent: any;
|
|
6821
|
-
readonly white: any;
|
|
6822
|
-
readonly 'yellow-100': any;
|
|
6823
|
-
readonly 'yellow-200': any;
|
|
6824
|
-
readonly 'yellow-300': any;
|
|
6825
|
-
readonly 'yellow-400': any;
|
|
6826
|
-
readonly 'yellow-500': any;
|
|
6827
|
-
readonly 'yellow-600': any;
|
|
6828
|
-
readonly 'yellow-700': any;
|
|
6829
|
-
readonly 'yellow-800': any;
|
|
6830
|
-
readonly 'yellow-900': any;
|
|
6831
|
-
"background-alpha-active"?: any;
|
|
6832
|
-
"background-alpha-hover"?: any;
|
|
6833
|
-
"background-danger-prominent"?: any;
|
|
6834
|
-
"background-danger-prominent-active"?: any;
|
|
6835
|
-
"background-danger-prominent-hover"?: any;
|
|
6836
|
-
"background-danger-subtle"?: any;
|
|
6837
|
-
"background-danger-subtle-active"?: any;
|
|
6838
|
-
"background-danger-subtle-hover"?: any;
|
|
6839
|
-
"background-neutrals"?: any;
|
|
6840
|
-
"background-neutrals-active"?: any;
|
|
6841
|
-
"background-neutrals-container"?: any;
|
|
6842
|
-
"background-neutrals-controls-disabled"?: any;
|
|
6843
|
-
"background-neutrals-disabled"?: any;
|
|
6844
|
-
"background-neutrals-hover"?: any;
|
|
6845
|
-
"background-neutrals-inactive"?: any;
|
|
6846
|
-
"background-neutrals-inactive-hover"?: any;
|
|
6847
|
-
"background-neutrals-inverted"?: any;
|
|
6848
|
-
"background-neutrals-inverted-subtle"?: any;
|
|
6849
|
-
"background-neutrals-page"?: any;
|
|
6850
|
-
"background-neutrals-page-subtle"?: any;
|
|
6851
|
-
"background-neutrals-scrolls"?: any;
|
|
6852
|
-
"background-neutrals-scrolls-expanded"?: any;
|
|
6853
|
-
"background-neutrals-scrolls-hover"?: any;
|
|
6854
|
-
"background-neutrals-scrolls-pressed"?: any;
|
|
6855
|
-
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
6856
|
-
"background-neutrals-subtle"?: any;
|
|
6857
|
-
"background-neutrals-subtle-active"?: any;
|
|
6858
|
-
"background-neutrals-subtle-hover"?: any;
|
|
6859
|
-
"background-primary-prominent"?: any;
|
|
6860
|
-
"background-primary-prominent-active"?: any;
|
|
6861
|
-
"background-primary-prominent-expanded"?: any;
|
|
6862
|
-
"background-primary-prominent-hover"?: any;
|
|
6863
|
-
"background-primary-prominent-pressed"?: any;
|
|
6864
|
-
"background-primary-prominent-pressed-hover"?: any;
|
|
6865
|
-
"background-primary-prominent-selected"?: any;
|
|
6866
|
-
"background-primary-subtle"?: any;
|
|
6867
|
-
"background-primary-subtle-active"?: any;
|
|
6868
|
-
"background-primary-subtle-expanded"?: any;
|
|
6869
|
-
"background-primary-subtle-hover"?: any;
|
|
6870
|
-
"background-primary-subtle-pressed"?: any;
|
|
6871
|
-
"background-primary-subtle-pressed-hover"?: any;
|
|
6872
|
-
"background-primary-subtle-selected"?: any;
|
|
6873
|
-
"background-success"?: any;
|
|
6874
|
-
"background-success-prominent"?: any;
|
|
6875
|
-
"background-success-prominent-active"?: any;
|
|
6876
|
-
"background-success-prominent-hover"?: any;
|
|
6877
|
-
"background-warning-prominent"?: any;
|
|
6878
|
-
"background-warning-subtle"?: any;
|
|
6879
|
-
"border-danger"?: any;
|
|
6880
|
-
"border-danger-active"?: any;
|
|
6881
|
-
"border-danger-hover"?: any;
|
|
6882
|
-
"border-focus-inner"?: any;
|
|
6883
|
-
"border-focus-middle"?: any;
|
|
6884
|
-
"border-focus-outer"?: any;
|
|
6885
|
-
"border-neutrals"?: any;
|
|
6886
|
-
"border-neutrals-active"?: any;
|
|
6887
|
-
"border-neutrals-controls"?: any;
|
|
6888
|
-
"border-neutrals-controls-disabled"?: any;
|
|
6889
|
-
"border-neutrals-disabled"?: any;
|
|
6890
|
-
"border-neutrals-hover"?: any;
|
|
6891
|
-
"border-neutrals-inverted"?: any;
|
|
6892
|
-
"border-neutrals-subtle"?: any;
|
|
6893
|
-
"border-neutrals-text"?: any;
|
|
6894
|
-
"border-neutrals-text-active"?: any;
|
|
6895
|
-
"border-neutrals-text-hover"?: any;
|
|
6896
|
-
"border-neutrals-text-subtle"?: any;
|
|
6897
|
-
"border-neutrals-text-subtle-active"?: any;
|
|
6898
|
-
"border-neutrals-text-subtle-hover"?: any;
|
|
6899
|
-
"border-neutrals-transparent"?: any;
|
|
6900
|
-
"border-primary"?: any;
|
|
6901
|
-
"border-primary-active"?: any;
|
|
6902
|
-
"border-primary-hover"?: any;
|
|
6903
|
-
"border-primary-inverted"?: any;
|
|
6904
|
-
"border-success"?: any;
|
|
6905
|
-
"border-success-active"?: any;
|
|
6906
|
-
"border-success-hover"?: any;
|
|
6907
|
-
"border-warning"?: any;
|
|
6908
|
-
"icon-danger"?: any;
|
|
6909
|
-
"icon-danger-active"?: any;
|
|
6910
|
-
"icon-danger-hover"?: any;
|
|
6911
|
-
"icon-danger-inverted"?: any;
|
|
6912
|
-
"icon-neutrals"?: any;
|
|
6913
|
-
"icon-neutrals-disabled"?: any;
|
|
6914
|
-
"icon-neutrals-inactive"?: any;
|
|
6915
|
-
"icon-neutrals-inactive-hover"?: any;
|
|
6916
|
-
"icon-neutrals-inverted"?: any;
|
|
6917
|
-
"icon-neutrals-search"?: any;
|
|
6918
|
-
"icon-neutrals-subtle"?: any;
|
|
6919
|
-
"icon-neutrals-text"?: any;
|
|
6920
|
-
"icon-primary"?: any;
|
|
6921
|
-
"icon-primary-active"?: any;
|
|
6922
|
-
"icon-primary-hover"?: any;
|
|
6923
|
-
"icon-primary-inverted"?: any;
|
|
6924
|
-
"icon-primary-selected"?: any;
|
|
6925
|
-
"icon-success"?: any;
|
|
6926
|
-
"icon-success-active"?: any;
|
|
6927
|
-
"icon-success-hover"?: any;
|
|
6928
|
-
"icon-success-inverted"?: any;
|
|
6929
|
-
"icon-warning"?: any;
|
|
6930
|
-
"icon-warning-prominent"?: any;
|
|
6931
|
-
"icon-warning-subtle"?: any;
|
|
6932
|
-
"text-danger"?: any;
|
|
6933
|
-
"text-danger-active"?: any;
|
|
6934
|
-
"text-danger-hover"?: any;
|
|
6935
|
-
"text-danger-inverted"?: any;
|
|
6936
|
-
"text-neutrals"?: any;
|
|
6937
|
-
"text-neutrals-active"?: any;
|
|
6938
|
-
"text-neutrals-disabled"?: any;
|
|
6939
|
-
"text-neutrals-hover"?: any;
|
|
6940
|
-
"text-neutrals-inverted"?: any;
|
|
6941
|
-
"text-neutrals-placeholder"?: any;
|
|
6942
|
-
"text-neutrals-placeholder-only"?: any;
|
|
6943
|
-
"text-neutrals-subtle"?: any;
|
|
6944
|
-
"text-neutrals-subtle-active"?: any;
|
|
6945
|
-
"text-neutrals-subtle-hover"?: any;
|
|
6946
|
-
"text-primary"?: any;
|
|
6947
|
-
"text-primary-active"?: any;
|
|
6948
|
-
"text-primary-hover"?: any;
|
|
6949
|
-
"text-primary-inverted"?: any;
|
|
6950
|
-
"text-primary-inverted-subtle"?: any;
|
|
6951
|
-
"text-primary-selected"?: any;
|
|
6952
|
-
"text-success"?: any;
|
|
6953
|
-
"text-success-active"?: any;
|
|
6954
|
-
"text-success-hover"?: any;
|
|
6955
|
-
"text-success-inverted"?: any;
|
|
6956
|
-
"text-warning"?: any;
|
|
6957
|
-
"text-warning-subtle"?: any;
|
|
6958
|
-
};
|
|
6959
|
-
'font-sizes': {
|
|
6960
|
-
readonly 150: "0.75rem";
|
|
6961
|
-
readonly 175: "0.875rem";
|
|
6962
|
-
readonly 200: "1rem";
|
|
6963
|
-
readonly 225: "1.125rem";
|
|
6964
|
-
readonly 250: "1.25rem";
|
|
6965
|
-
readonly 300: "1.5rem";
|
|
6966
|
-
readonly 400: "2rem";
|
|
6967
|
-
readonly 500: "2.5rem";
|
|
6968
|
-
readonly 600: "3rem";
|
|
6969
|
-
readonly 800: "4rem";
|
|
6970
|
-
readonly 900: "4.5rem";
|
|
6971
|
-
};
|
|
6972
|
-
fonts: {
|
|
6973
|
-
readonly heading: "Roobert, sans-serif";
|
|
6974
|
-
readonly body: "Open Sans, sans-serif";
|
|
6975
|
-
};
|
|
6976
|
-
radii: {
|
|
6977
|
-
readonly none: 0;
|
|
6978
|
-
readonly half: "999em";
|
|
6979
|
-
readonly 25: "2px";
|
|
6980
|
-
readonly 50: "4px";
|
|
6981
|
-
readonly 75: "6px";
|
|
6982
|
-
readonly 100: "8px";
|
|
6983
|
-
readonly 200: "16px";
|
|
6984
|
-
};
|
|
6985
|
-
shadows: {
|
|
6986
|
-
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";
|
|
6987
|
-
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";
|
|
6988
|
-
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";
|
|
6989
|
-
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";
|
|
6990
|
-
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";
|
|
6991
|
-
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";
|
|
6992
|
-
};
|
|
6993
|
-
sizes: {
|
|
6994
|
-
readonly number: string;
|
|
6995
|
-
readonly 'icon-200': "16px";
|
|
6996
|
-
readonly 'icon-300': "24px";
|
|
6997
|
-
readonly 'icon-400': "32px";
|
|
6998
|
-
};
|
|
6999
|
-
space: {
|
|
7000
|
-
readonly 0: "0px";
|
|
7001
|
-
readonly 25: "2px";
|
|
7002
|
-
readonly 50: "4px";
|
|
7003
|
-
readonly 100: "8px";
|
|
7004
|
-
readonly 150: "12px";
|
|
7005
|
-
readonly 200: "16px";
|
|
7006
|
-
readonly 300: "24px";
|
|
7007
|
-
readonly 400: "32px";
|
|
7008
|
-
readonly 500: "40px";
|
|
7009
|
-
readonly 600: "48px";
|
|
7010
|
-
readonly 700: "56px";
|
|
7011
|
-
readonly 800: "64px";
|
|
7012
|
-
readonly 1200: "96px";
|
|
7013
|
-
readonly 1600: "128px";
|
|
7014
|
-
};
|
|
7015
|
-
'space-gap': {
|
|
7016
|
-
readonly 0: any;
|
|
7017
|
-
readonly 50: any;
|
|
7018
|
-
readonly 100: any;
|
|
7019
|
-
readonly 200: any;
|
|
7020
|
-
readonly 300: any;
|
|
7021
|
-
};
|
|
7022
|
-
'space-inset': {
|
|
7023
|
-
readonly 0: any;
|
|
7024
|
-
readonly 50: any;
|
|
7025
|
-
readonly 100: any;
|
|
7026
|
-
readonly 150: any;
|
|
7027
|
-
readonly 200: any;
|
|
7028
|
-
readonly 300: any;
|
|
7029
|
-
readonly 400: any;
|
|
7030
|
-
readonly 500: any;
|
|
7031
|
-
readonly 600: any;
|
|
7032
|
-
readonly 700: any;
|
|
7033
|
-
readonly 800: any;
|
|
7034
|
-
readonly 1200: any;
|
|
7035
|
-
readonly 1600: any;
|
|
7036
|
-
};
|
|
7037
|
-
'space-offset': {
|
|
7038
|
-
readonly 0: any;
|
|
7039
|
-
readonly 50: any;
|
|
7040
|
-
readonly 100: any;
|
|
7041
|
-
readonly 150: any;
|
|
7042
|
-
readonly 200: any;
|
|
7043
|
-
readonly 300: any;
|
|
7044
|
-
readonly 400: any;
|
|
7045
|
-
readonly 600: any;
|
|
7046
|
-
readonly 800: any;
|
|
7047
|
-
readonly 1200: any;
|
|
7048
|
-
readonly 1600: any;
|
|
7049
|
-
readonly 'stacking-0': any;
|
|
7050
|
-
readonly 'stacking-100': any;
|
|
7051
|
-
readonly 'stacking-200': any;
|
|
7052
|
-
readonly 'stacking-300': any;
|
|
7053
|
-
readonly 'stacking-400': any;
|
|
7054
|
-
readonly 'stacking-500': any;
|
|
7055
|
-
readonly 'stacking-800': any;
|
|
7056
|
-
};
|
|
7057
|
-
'stroke-width': {
|
|
7058
|
-
readonly thin: "1.5px";
|
|
7059
|
-
readonly normal: "2px";
|
|
7060
|
-
readonly bold: "4px";
|
|
7061
|
-
};
|
|
7062
|
-
'z-indices': {
|
|
7063
|
-
readonly dropdownMenu: 100;
|
|
7064
|
-
readonly select: 200;
|
|
7065
|
-
readonly popover: 300;
|
|
7066
|
-
readonly tooltip: 400;
|
|
7067
|
-
};
|
|
7068
|
-
}, {
|
|
7069
|
-
readonly background: "colors";
|
|
7070
|
-
readonly backgroundColor: "colors";
|
|
7071
|
-
readonly backgroundImage: "colors";
|
|
7072
|
-
readonly blockSize: "sizes";
|
|
7073
|
-
readonly border: "colors";
|
|
7074
|
-
readonly borderBlock: "colors";
|
|
7075
|
-
readonly borderBlockEnd: "colors";
|
|
7076
|
-
readonly borderBlockStart: "colors";
|
|
7077
|
-
readonly borderBottom: "colors";
|
|
7078
|
-
readonly borderBottomColor: "colors";
|
|
7079
|
-
readonly borderBottomLeftRadius: "radii";
|
|
7080
|
-
readonly borderBottomRightRadius: "radii";
|
|
7081
|
-
readonly borderBottomStyle: "border-styles";
|
|
7082
|
-
readonly borderBottomWidth: "border-widths";
|
|
7083
|
-
readonly borderColor: "colors";
|
|
7084
|
-
readonly borderImage: "colors";
|
|
7085
|
-
readonly borderInline: "colors";
|
|
7086
|
-
readonly borderInlineEnd: "colors";
|
|
7087
|
-
readonly borderInlineStart: "colors";
|
|
7088
|
-
readonly borderLeft: "colors";
|
|
7089
|
-
readonly borderLeftColor: "colors";
|
|
7090
|
-
readonly borderLeftStyle: "border-styles";
|
|
7091
|
-
readonly borderLeftWidth: "border-widths";
|
|
7092
|
-
readonly borderRadius: "radii";
|
|
7093
|
-
readonly borderRight: "colors";
|
|
7094
|
-
readonly borderRightColor: "colors";
|
|
7095
|
-
readonly borderRightStyle: "border-styles";
|
|
7096
|
-
readonly borderRightWidth: "border-widths";
|
|
7097
|
-
readonly borderSpacing: "space-offset";
|
|
7098
|
-
readonly borderStyle: "border-styles";
|
|
7099
|
-
readonly borderTop: "colors";
|
|
7100
|
-
readonly borderTopColor: "colors";
|
|
7101
|
-
readonly borderTopLeftRadius: "radii";
|
|
7102
|
-
readonly borderTopRightRadius: "radii";
|
|
7103
|
-
readonly borderTopStyle: "border-styles";
|
|
7104
|
-
readonly borderTopWidth: "border-widths";
|
|
7105
|
-
readonly borderWidth: "border-widths";
|
|
7106
|
-
readonly bottom: "space";
|
|
7107
|
-
readonly boxShadow: "shadows";
|
|
7108
|
-
readonly caretColor: "colors";
|
|
7109
|
-
readonly color: "colors";
|
|
7110
|
-
readonly columnGap: "space-gap";
|
|
7111
|
-
readonly columnRuleColor: "colors";
|
|
7112
|
-
readonly fill: "colors";
|
|
7113
|
-
readonly flexBasis: "sizes";
|
|
7114
|
-
readonly fontFamily: "fonts";
|
|
7115
|
-
readonly fontSize: "font-sizes";
|
|
7116
|
-
readonly fontWeight: "font-weights";
|
|
7117
|
-
readonly gap: "space-gap";
|
|
7118
|
-
readonly gridColumnGap: "space-gap";
|
|
7119
|
-
readonly gridGap: "space-gap";
|
|
7120
|
-
readonly gridRowGap: "space-gap";
|
|
7121
|
-
readonly gridTemplateColumns: "sizes";
|
|
7122
|
-
readonly gridTemplateRows: "sizes";
|
|
7123
|
-
readonly height: "sizes";
|
|
7124
|
-
readonly inlineSize: "sizes";
|
|
7125
|
-
readonly inset: "space-inset";
|
|
7126
|
-
readonly insetBlock: "space-inset";
|
|
7127
|
-
readonly insetBlockEnd: "space-inset";
|
|
7128
|
-
readonly insetBlockStart: "space-inset";
|
|
7129
|
-
readonly insetInline: "space-inset";
|
|
7130
|
-
readonly insetInlineEnd: "space-inset";
|
|
7131
|
-
readonly insetInlineStart: "space-inset";
|
|
7132
|
-
readonly left: "space";
|
|
7133
|
-
readonly letterSpacing: "letter-spacings";
|
|
7134
|
-
readonly lineHeight: "line-heights";
|
|
7135
|
-
readonly margin: "space-offset";
|
|
7136
|
-
readonly marginBlock: "space-offset";
|
|
7137
|
-
readonly marginBlockEnd: "space-offset";
|
|
7138
|
-
readonly marginBlockStart: "space-offset";
|
|
7139
|
-
readonly marginBottom: "space-offset";
|
|
7140
|
-
readonly marginInline: "space-offset";
|
|
7141
|
-
readonly marginInlineEnd: "space-offset";
|
|
7142
|
-
readonly marginInlineStart: "space-offset";
|
|
7143
|
-
readonly marginLeft: "space-offset";
|
|
7144
|
-
readonly marginRight: "space-offset";
|
|
7145
|
-
readonly marginTop: "space-offset";
|
|
7146
|
-
readonly maxBlockSize: "sizes";
|
|
7147
|
-
readonly maxHeight: "sizes";
|
|
7148
|
-
readonly maxInlineSize: "sizes";
|
|
7149
|
-
readonly maxWidth: "sizes";
|
|
7150
|
-
readonly minBlockSize: "sizes";
|
|
7151
|
-
readonly minHeight: "sizes";
|
|
7152
|
-
readonly minInlineSize: "sizes";
|
|
7153
|
-
readonly minWidth: "sizes";
|
|
7154
|
-
readonly outline: "colors";
|
|
7155
|
-
readonly outlineColor: "colors";
|
|
7156
|
-
readonly padding: "space-inset";
|
|
7157
|
-
readonly paddingBlock: "space-inset";
|
|
7158
|
-
readonly paddingBlockEnd: "space-inset";
|
|
7159
|
-
readonly paddingBlockStart: "space-inset";
|
|
7160
|
-
readonly paddingBottom: "space-inset";
|
|
7161
|
-
readonly paddingInline: "space-inset";
|
|
7162
|
-
readonly paddingInlineEnd: "space-inset";
|
|
7163
|
-
readonly paddingInlineStart: "space-inset";
|
|
7164
|
-
readonly paddingLeft: "space-inset";
|
|
7165
|
-
readonly paddingRight: "space-inset";
|
|
7166
|
-
readonly paddingTop: "space-inset";
|
|
7167
|
-
readonly right: "space";
|
|
7168
|
-
readonly rowGap: "space-gap";
|
|
7169
|
-
readonly scrollMargin: "space-offset";
|
|
7170
|
-
readonly scrollMarginBlock: "space-offset";
|
|
7171
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
7172
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
7173
|
-
readonly scrollMarginBottom: "space-offset";
|
|
7174
|
-
readonly scrollMarginInline: "space-offset";
|
|
7175
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
7176
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
7177
|
-
readonly scrollMarginLeft: "space-offset";
|
|
7178
|
-
readonly scrollMarginRight: "space-offset";
|
|
7179
|
-
readonly scrollMarginTop: "space-offset";
|
|
7180
|
-
readonly scrollPadding: "space-inset";
|
|
7181
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
7182
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
7183
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
7184
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
7185
|
-
readonly scrollPaddingInline: "space-inset";
|
|
7186
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
7187
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
7188
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
7189
|
-
readonly scrollPaddingRight: "space-inset";
|
|
7190
|
-
readonly scrollPaddingTop: "space-inset";
|
|
7191
|
-
readonly stroke: "colors";
|
|
7192
|
-
readonly strokeWidth: "stroke-width";
|
|
7193
|
-
readonly textDecorationColor: "colors";
|
|
7194
|
-
readonly textShadow: "shadows";
|
|
7195
|
-
readonly top: "space";
|
|
7196
|
-
readonly transition: "transitions";
|
|
7197
|
-
readonly width: "sizes";
|
|
7198
|
-
readonly zIndex: "z-indices";
|
|
7199
|
-
}, {
|
|
7200
|
-
paddingX: (value: {
|
|
7201
|
-
readonly [$$PropertyValue]: "padding";
|
|
7202
|
-
}) => {
|
|
7203
|
-
paddingLeft: {
|
|
7204
|
-
readonly [$$PropertyValue]: "padding";
|
|
7205
|
-
};
|
|
7206
|
-
paddingRight: {
|
|
7207
|
-
readonly [$$PropertyValue]: "padding";
|
|
7208
|
-
};
|
|
7209
|
-
};
|
|
7210
|
-
paddingY: (value: {
|
|
7211
|
-
readonly [$$PropertyValue]: "padding";
|
|
7212
|
-
}) => {
|
|
7213
|
-
paddingTop: {
|
|
7214
|
-
readonly [$$PropertyValue]: "padding";
|
|
7215
|
-
};
|
|
7216
|
-
paddingBottom: {
|
|
7217
|
-
readonly [$$PropertyValue]: "padding";
|
|
7218
|
-
};
|
|
6801
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
6802
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
7219
6803
|
};
|
|
7220
|
-
|
|
7221
|
-
readonly [$$PropertyValue]: "margin";
|
|
7222
|
-
}) => {
|
|
7223
|
-
marginLeft: {
|
|
7224
|
-
readonly [$$PropertyValue]: "margin";
|
|
7225
|
-
};
|
|
7226
|
-
marginRight: {
|
|
7227
|
-
readonly [$$PropertyValue]: "margin";
|
|
7228
|
-
};
|
|
7229
|
-
};
|
|
7230
|
-
marginY: (value: {
|
|
7231
|
-
readonly [$$PropertyValue]: "margin";
|
|
7232
|
-
}) => {
|
|
7233
|
-
marginTop: {
|
|
7234
|
-
readonly [$$PropertyValue]: "margin";
|
|
7235
|
-
};
|
|
7236
|
-
marginBottom: {
|
|
7237
|
-
readonly [$$PropertyValue]: "margin";
|
|
7238
|
-
};
|
|
7239
|
-
};
|
|
7240
|
-
square: (value: {
|
|
7241
|
-
readonly [$$PropertyValue]: "width";
|
|
7242
|
-
}) => {
|
|
7243
|
-
width: {
|
|
7244
|
-
readonly [$$PropertyValue]: "width";
|
|
7245
|
-
};
|
|
7246
|
-
height: {
|
|
7247
|
-
readonly [$$PropertyValue]: "width";
|
|
7248
|
-
};
|
|
7249
|
-
};
|
|
7250
|
-
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"div">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
6804
|
+
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react__default.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react__default.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
7251
6805
|
'border-widths': {
|
|
7252
6806
|
readonly none: 0;
|
|
7253
6807
|
readonly sm: "1px";
|
|
@@ -7732,11 +7286,10 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
7732
7286
|
readonly [$$PropertyValue]: "width";
|
|
7733
7287
|
};
|
|
7734
7288
|
};
|
|
7735
|
-
|
|
7736
|
-
|
|
7737
|
-
|
|
7738
|
-
|
|
7739
|
-
declare const IconSlot: react__default.ForwardRefExoticComponent<Omit<IconSlotProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
7289
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
7290
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
7291
|
+
};
|
|
7292
|
+
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react__default.RefAttributes<HTMLDivElement>, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
7740
7293
|
|
|
7741
7294
|
declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<(props: Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"div">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
7742
7295
|
'border-widths': {
|
|
@@ -8223,6 +7776,9 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
8223
7776
|
readonly [$$PropertyValue]: "width";
|
|
8224
7777
|
};
|
|
8225
7778
|
};
|
|
7779
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
7780
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
7781
|
+
};
|
|
8226
7782
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>) => JSX.Element, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
8227
7783
|
'border-widths': {
|
|
8228
7784
|
readonly none: 0;
|
|
@@ -8708,6 +8264,9 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
8708
8264
|
readonly [$$PropertyValue]: "width";
|
|
8709
8265
|
};
|
|
8710
8266
|
};
|
|
8267
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
8268
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
8269
|
+
};
|
|
8711
8270
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<(props: Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"div">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
8712
8271
|
'border-widths': {
|
|
8713
8272
|
readonly none: 0;
|
|
@@ -9193,6 +8752,9 @@ declare const HotkeySlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
9193
8752
|
readonly [$$PropertyValue]: "width";
|
|
9194
8753
|
};
|
|
9195
8754
|
};
|
|
8755
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
8756
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
8757
|
+
};
|
|
9196
8758
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>) => JSX.Element, {}, {}>;
|
|
9197
8759
|
|
|
9198
8760
|
declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"div">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
@@ -9680,6 +9242,9 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
9680
9242
|
readonly [$$PropertyValue]: "width";
|
|
9681
9243
|
};
|
|
9682
9244
|
};
|
|
9245
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
9246
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
9247
|
+
};
|
|
9683
9248
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"div">>, {}, {}>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
9684
9249
|
'border-widths': {
|
|
9685
9250
|
readonly none: 0;
|
|
@@ -10165,6 +9730,9 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
10165
9730
|
readonly [$$PropertyValue]: "width";
|
|
10166
9731
|
};
|
|
10167
9732
|
};
|
|
9733
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
9734
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
9735
|
+
};
|
|
10168
9736
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"div">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
10169
9737
|
'border-widths': {
|
|
10170
9738
|
readonly none: 0;
|
|
@@ -10650,6 +10218,9 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
10650
10218
|
readonly [$$PropertyValue]: "width";
|
|
10651
10219
|
};
|
|
10652
10220
|
};
|
|
10221
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
10222
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
10223
|
+
};
|
|
10653
10224
|
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"div">>, {}, {}>, {}, {}>;
|
|
10654
10225
|
declare type StyledIllustrationSlotProps = StrictComponentProps<typeof StyledIllustrationSlot>;
|
|
10655
10226
|
|
|
@@ -10710,4 +10281,4 @@ interface Partials {
|
|
|
10710
10281
|
Trigger: typeof Trigger;
|
|
10711
10282
|
}
|
|
10712
10283
|
|
|
10713
|
-
export { DropdownMenu, CheckboxItemProps as DropdownMenuCheckboxItemProps, ContentProps as DropdownMenuContentProps, ItemProps as DropdownMenuItemProps, LinkItemProps as DropdownMenuLinkItemProps, PortalProps as DropdownMenuPortalProps, DropdownMenuProps, SubContentProps as DropdownMenuSubContentProps, SubProps as DropdownMenuSubProps, SubTriggerProps as DropdownMenuSubTriggerProps, SwitchItemProps as DropdownMenuSwitchItemProps, TriggerProps as DropdownMenuTriggerProps, types as DropdownMenuTypes };
|
|
10284
|
+
export { DropdownMenu, CheckboxItemProps as DropdownMenuCheckboxItemProps, ContentProps as DropdownMenuContentProps, ItemProps as DropdownMenuItemProps, LinkItemProps as DropdownMenuLinkItemProps, PortalProps as DropdownMenuPortalProps, DropdownMenuProps, RadioGroupProps as DropdownMenuRadioGroupProps, RadioItemProps as DropdownMenuRadioItemProps, SeparatorProps as DropdownMenuSeparatorProps, SubContentProps as DropdownMenuSubContentProps, SubProps as DropdownMenuSubProps, SubTriggerProps as DropdownMenuSubTriggerProps, SwitchItemProps as DropdownMenuSwitchItemProps, TriggerProps as DropdownMenuTriggerProps, types as DropdownMenuTypes };
|