@mirohq/design-system-dropdown-menu 3.3.0-dropdown.5 → 3.3.0-dropdown.7
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 +137 -68
- package/dist/main.js.map +1 -1
- package/dist/module.js +139 -70
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +225 -562
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -82,7 +82,6 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
|
|
|
82
82
|
readonly 'background-danger-prominent-active'?: any;
|
|
83
83
|
readonly 'background-danger-prominent-hover'?: any;
|
|
84
84
|
readonly 'background-neutrals'?: any;
|
|
85
|
-
readonly 'background-neutrals-body'?: any;
|
|
86
85
|
readonly 'background-neutrals-container'?: any;
|
|
87
86
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
88
87
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -90,6 +89,8 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
|
|
|
90
89
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
91
90
|
readonly 'background-neutrals-inverted'?: any;
|
|
92
91
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
92
|
+
readonly 'background-neutrals-page'?: any;
|
|
93
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
93
94
|
readonly 'background-neutrals-scrolls'?: any;
|
|
94
95
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
95
96
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -113,12 +114,11 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
|
|
|
113
114
|
readonly 'text-neutrals'?: any;
|
|
114
115
|
readonly 'text-neutrals-disabled'?: any;
|
|
115
116
|
readonly 'text-neutrals-inverted'?: any;
|
|
116
|
-
readonly 'text-neutrals-link'?: any;
|
|
117
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
118
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
119
117
|
readonly 'text-neutrals-placeholder'?: any;
|
|
120
118
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
121
119
|
readonly 'text-neutrals-subtle'?: any;
|
|
120
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
121
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
122
122
|
readonly 'text-primary'?: any;
|
|
123
123
|
readonly 'text-primary-active'?: any;
|
|
124
124
|
readonly 'text-primary-hover'?: any;
|
|
@@ -138,7 +138,7 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
|
|
|
138
138
|
readonly 'icon-neutrals-inverted'?: any;
|
|
139
139
|
readonly 'icon-neutrals-search'?: any;
|
|
140
140
|
readonly 'icon-neutrals-subtle'?: any;
|
|
141
|
-
readonly 'icon-neutrals-
|
|
141
|
+
readonly 'icon-neutrals-text'?: any;
|
|
142
142
|
readonly 'icon-primary'?: any;
|
|
143
143
|
readonly 'icon-primary-active'?: any;
|
|
144
144
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -147,7 +147,10 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
|
|
|
147
147
|
readonly 'icon-success'?: any;
|
|
148
148
|
readonly 'icon-success-inverted'?: any;
|
|
149
149
|
readonly 'icon-warning'?: any;
|
|
150
|
+
readonly 'icon-warning-prominent'?: any;
|
|
150
151
|
readonly 'border-danger'?: any;
|
|
152
|
+
readonly 'border-danger-active'?: any;
|
|
153
|
+
readonly 'border-danger-hover'?: any;
|
|
151
154
|
readonly 'border-focus-inner'?: any;
|
|
152
155
|
readonly 'border-focus-middle'?: any;
|
|
153
156
|
readonly 'border-focus-outer'?: any;
|
|
@@ -159,6 +162,9 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Pick<Omit<{},
|
|
|
159
162
|
readonly 'border-neutrals-hover'?: any;
|
|
160
163
|
readonly 'border-neutrals-inverted'?: any;
|
|
161
164
|
readonly 'border-neutrals-subtle'?: any;
|
|
165
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
166
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
167
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
162
168
|
readonly 'border-primary'?: any;
|
|
163
169
|
readonly 'border-primary-active'?: any;
|
|
164
170
|
readonly 'border-primary-hover'?: any;
|
|
@@ -555,7 +561,6 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
555
561
|
readonly 'background-danger-prominent-active'?: any;
|
|
556
562
|
readonly 'background-danger-prominent-hover'?: any;
|
|
557
563
|
readonly 'background-neutrals'?: any;
|
|
558
|
-
readonly 'background-neutrals-body'?: any;
|
|
559
564
|
readonly 'background-neutrals-container'?: any;
|
|
560
565
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
561
566
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -563,6 +568,8 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
563
568
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
564
569
|
readonly 'background-neutrals-inverted'?: any;
|
|
565
570
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
571
|
+
readonly 'background-neutrals-page'?: any;
|
|
572
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
566
573
|
readonly 'background-neutrals-scrolls'?: any;
|
|
567
574
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
568
575
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -586,12 +593,11 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
586
593
|
readonly 'text-neutrals'?: any;
|
|
587
594
|
readonly 'text-neutrals-disabled'?: any;
|
|
588
595
|
readonly 'text-neutrals-inverted'?: any;
|
|
589
|
-
readonly 'text-neutrals-link'?: any;
|
|
590
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
591
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
592
596
|
readonly 'text-neutrals-placeholder'?: any;
|
|
593
597
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
594
598
|
readonly 'text-neutrals-subtle'?: any;
|
|
599
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
600
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
595
601
|
readonly 'text-primary'?: any;
|
|
596
602
|
readonly 'text-primary-active'?: any;
|
|
597
603
|
readonly 'text-primary-hover'?: any;
|
|
@@ -611,7 +617,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
611
617
|
readonly 'icon-neutrals-inverted'?: any;
|
|
612
618
|
readonly 'icon-neutrals-search'?: any;
|
|
613
619
|
readonly 'icon-neutrals-subtle'?: any;
|
|
614
|
-
readonly 'icon-neutrals-
|
|
620
|
+
readonly 'icon-neutrals-text'?: any;
|
|
615
621
|
readonly 'icon-primary'?: any;
|
|
616
622
|
readonly 'icon-primary-active'?: any;
|
|
617
623
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -620,7 +626,10 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
620
626
|
readonly 'icon-success'?: any;
|
|
621
627
|
readonly 'icon-success-inverted'?: any;
|
|
622
628
|
readonly 'icon-warning'?: any;
|
|
629
|
+
readonly 'icon-warning-prominent'?: any;
|
|
623
630
|
readonly 'border-danger'?: any;
|
|
631
|
+
readonly 'border-danger-active'?: any;
|
|
632
|
+
readonly 'border-danger-hover'?: any;
|
|
624
633
|
readonly 'border-focus-inner'?: any;
|
|
625
634
|
readonly 'border-focus-middle'?: any;
|
|
626
635
|
readonly 'border-focus-outer'?: any;
|
|
@@ -632,6 +641,9 @@ declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
632
641
|
readonly 'border-neutrals-hover'?: any;
|
|
633
642
|
readonly 'border-neutrals-inverted'?: any;
|
|
634
643
|
readonly 'border-neutrals-subtle'?: any;
|
|
644
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
645
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
646
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
635
647
|
readonly 'border-primary'?: any;
|
|
636
648
|
readonly 'border-primary-active'?: any;
|
|
637
649
|
readonly 'border-primary-hover'?: any;
|
|
@@ -1120,7 +1132,6 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
1120
1132
|
readonly 'background-danger-prominent-active'?: any;
|
|
1121
1133
|
readonly 'background-danger-prominent-hover'?: any;
|
|
1122
1134
|
readonly 'background-neutrals'?: any;
|
|
1123
|
-
readonly 'background-neutrals-body'?: any;
|
|
1124
1135
|
readonly 'background-neutrals-container'?: any;
|
|
1125
1136
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
1126
1137
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -1128,6 +1139,8 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
1128
1139
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
1129
1140
|
readonly 'background-neutrals-inverted'?: any;
|
|
1130
1141
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
1142
|
+
readonly 'background-neutrals-page'?: any;
|
|
1143
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
1131
1144
|
readonly 'background-neutrals-scrolls'?: any;
|
|
1132
1145
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
1133
1146
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -1151,12 +1164,11 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
1151
1164
|
readonly 'text-neutrals'?: any;
|
|
1152
1165
|
readonly 'text-neutrals-disabled'?: any;
|
|
1153
1166
|
readonly 'text-neutrals-inverted'?: any;
|
|
1154
|
-
readonly 'text-neutrals-link'?: any;
|
|
1155
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
1156
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
1157
1167
|
readonly 'text-neutrals-placeholder'?: any;
|
|
1158
1168
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
1159
1169
|
readonly 'text-neutrals-subtle'?: any;
|
|
1170
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
1171
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
1160
1172
|
readonly 'text-primary'?: any;
|
|
1161
1173
|
readonly 'text-primary-active'?: any;
|
|
1162
1174
|
readonly 'text-primary-hover'?: any;
|
|
@@ -1176,7 +1188,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
1176
1188
|
readonly 'icon-neutrals-inverted'?: any;
|
|
1177
1189
|
readonly 'icon-neutrals-search'?: any;
|
|
1178
1190
|
readonly 'icon-neutrals-subtle'?: any;
|
|
1179
|
-
readonly 'icon-neutrals-
|
|
1191
|
+
readonly 'icon-neutrals-text'?: any;
|
|
1180
1192
|
readonly 'icon-primary'?: any;
|
|
1181
1193
|
readonly 'icon-primary-active'?: any;
|
|
1182
1194
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -1185,7 +1197,10 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
1185
1197
|
readonly 'icon-success'?: any;
|
|
1186
1198
|
readonly 'icon-success-inverted'?: any;
|
|
1187
1199
|
readonly 'icon-warning'?: any;
|
|
1200
|
+
readonly 'icon-warning-prominent'?: any;
|
|
1188
1201
|
readonly 'border-danger'?: any;
|
|
1202
|
+
readonly 'border-danger-active'?: any;
|
|
1203
|
+
readonly 'border-danger-hover'?: any;
|
|
1189
1204
|
readonly 'border-focus-inner'?: any;
|
|
1190
1205
|
readonly 'border-focus-middle'?: any;
|
|
1191
1206
|
readonly 'border-focus-outer'?: any;
|
|
@@ -1197,6 +1212,9 @@ declare const StyledItem: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
1197
1212
|
readonly 'border-neutrals-hover'?: any;
|
|
1198
1213
|
readonly 'border-neutrals-inverted'?: any;
|
|
1199
1214
|
readonly 'border-neutrals-subtle'?: any;
|
|
1215
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
1216
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
1217
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
1200
1218
|
readonly 'border-primary'?: any;
|
|
1201
1219
|
readonly 'border-primary-active'?: any;
|
|
1202
1220
|
readonly 'border-primary-hover'?: any;
|
|
@@ -1587,7 +1605,6 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
1587
1605
|
readonly 'background-danger-prominent-active'?: any;
|
|
1588
1606
|
readonly 'background-danger-prominent-hover'?: any;
|
|
1589
1607
|
readonly 'background-neutrals'?: any;
|
|
1590
|
-
readonly 'background-neutrals-body'?: any;
|
|
1591
1608
|
readonly 'background-neutrals-container'?: any;
|
|
1592
1609
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
1593
1610
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -1595,6 +1612,8 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
1595
1612
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
1596
1613
|
readonly 'background-neutrals-inverted'?: any;
|
|
1597
1614
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
1615
|
+
readonly 'background-neutrals-page'?: any;
|
|
1616
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
1598
1617
|
readonly 'background-neutrals-scrolls'?: any;
|
|
1599
1618
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
1600
1619
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -1618,12 +1637,11 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
1618
1637
|
readonly 'text-neutrals'?: any;
|
|
1619
1638
|
readonly 'text-neutrals-disabled'?: any;
|
|
1620
1639
|
readonly 'text-neutrals-inverted'?: any;
|
|
1621
|
-
readonly 'text-neutrals-link'?: any;
|
|
1622
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
1623
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
1624
1640
|
readonly 'text-neutrals-placeholder'?: any;
|
|
1625
1641
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
1626
1642
|
readonly 'text-neutrals-subtle'?: any;
|
|
1643
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
1644
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
1627
1645
|
readonly 'text-primary'?: any;
|
|
1628
1646
|
readonly 'text-primary-active'?: any;
|
|
1629
1647
|
readonly 'text-primary-hover'?: any;
|
|
@@ -1643,7 +1661,7 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
1643
1661
|
readonly 'icon-neutrals-inverted'?: any;
|
|
1644
1662
|
readonly 'icon-neutrals-search'?: any;
|
|
1645
1663
|
readonly 'icon-neutrals-subtle'?: any;
|
|
1646
|
-
readonly 'icon-neutrals-
|
|
1664
|
+
readonly 'icon-neutrals-text'?: any;
|
|
1647
1665
|
readonly 'icon-primary'?: any;
|
|
1648
1666
|
readonly 'icon-primary-active'?: any;
|
|
1649
1667
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -1652,7 +1670,10 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
1652
1670
|
readonly 'icon-success'?: any;
|
|
1653
1671
|
readonly 'icon-success-inverted'?: any;
|
|
1654
1672
|
readonly 'icon-warning'?: any;
|
|
1673
|
+
readonly 'icon-warning-prominent'?: any;
|
|
1655
1674
|
readonly 'border-danger'?: any;
|
|
1675
|
+
readonly 'border-danger-active'?: any;
|
|
1676
|
+
readonly 'border-danger-hover'?: any;
|
|
1656
1677
|
readonly 'border-focus-inner'?: any;
|
|
1657
1678
|
readonly 'border-focus-middle'?: any;
|
|
1658
1679
|
readonly 'border-focus-outer'?: any;
|
|
@@ -1664,6 +1685,9 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
1664
1685
|
readonly 'border-neutrals-hover'?: any;
|
|
1665
1686
|
readonly 'border-neutrals-inverted'?: any;
|
|
1666
1687
|
readonly 'border-neutrals-subtle'?: any;
|
|
1688
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
1689
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
1690
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
1667
1691
|
readonly 'border-primary'?: any;
|
|
1668
1692
|
readonly 'border-primary-active'?: any;
|
|
1669
1693
|
readonly 'border-primary-hover'?: any;
|
|
@@ -2043,7 +2067,6 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2043
2067
|
readonly 'background-danger-prominent-active'?: any;
|
|
2044
2068
|
readonly 'background-danger-prominent-hover'?: any;
|
|
2045
2069
|
readonly 'background-neutrals'?: any;
|
|
2046
|
-
readonly 'background-neutrals-body'?: any;
|
|
2047
2070
|
readonly 'background-neutrals-container'?: any;
|
|
2048
2071
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
2049
2072
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -2051,6 +2074,8 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2051
2074
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
2052
2075
|
readonly 'background-neutrals-inverted'?: any;
|
|
2053
2076
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
2077
|
+
readonly 'background-neutrals-page'?: any;
|
|
2078
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
2054
2079
|
readonly 'background-neutrals-scrolls'?: any;
|
|
2055
2080
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
2056
2081
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -2074,12 +2099,11 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2074
2099
|
readonly 'text-neutrals'?: any;
|
|
2075
2100
|
readonly 'text-neutrals-disabled'?: any;
|
|
2076
2101
|
readonly 'text-neutrals-inverted'?: any;
|
|
2077
|
-
readonly 'text-neutrals-link'?: any;
|
|
2078
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
2079
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
2080
2102
|
readonly 'text-neutrals-placeholder'?: any;
|
|
2081
2103
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
2082
2104
|
readonly 'text-neutrals-subtle'?: any;
|
|
2105
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
2106
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
2083
2107
|
readonly 'text-primary'?: any;
|
|
2084
2108
|
readonly 'text-primary-active'?: any;
|
|
2085
2109
|
readonly 'text-primary-hover'?: any;
|
|
@@ -2099,7 +2123,7 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2099
2123
|
readonly 'icon-neutrals-inverted'?: any;
|
|
2100
2124
|
readonly 'icon-neutrals-search'?: any;
|
|
2101
2125
|
readonly 'icon-neutrals-subtle'?: any;
|
|
2102
|
-
readonly 'icon-neutrals-
|
|
2126
|
+
readonly 'icon-neutrals-text'?: any;
|
|
2103
2127
|
readonly 'icon-primary'?: any;
|
|
2104
2128
|
readonly 'icon-primary-active'?: any;
|
|
2105
2129
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -2108,7 +2132,10 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2108
2132
|
readonly 'icon-success'?: any;
|
|
2109
2133
|
readonly 'icon-success-inverted'?: any;
|
|
2110
2134
|
readonly 'icon-warning'?: any;
|
|
2135
|
+
readonly 'icon-warning-prominent'?: any;
|
|
2111
2136
|
readonly 'border-danger'?: any;
|
|
2137
|
+
readonly 'border-danger-active'?: any;
|
|
2138
|
+
readonly 'border-danger-hover'?: any;
|
|
2112
2139
|
readonly 'border-focus-inner'?: any;
|
|
2113
2140
|
readonly 'border-focus-middle'?: any;
|
|
2114
2141
|
readonly 'border-focus-outer'?: any;
|
|
@@ -2120,6 +2147,9 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2120
2147
|
readonly 'border-neutrals-hover'?: any;
|
|
2121
2148
|
readonly 'border-neutrals-inverted'?: any;
|
|
2122
2149
|
readonly 'border-neutrals-subtle'?: any;
|
|
2150
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
2151
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
2152
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
2123
2153
|
readonly 'border-primary'?: any;
|
|
2124
2154
|
readonly 'border-primary-active'?: any;
|
|
2125
2155
|
readonly 'border-primary-hover'?: any;
|
|
@@ -2508,7 +2538,6 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2508
2538
|
readonly 'background-danger-prominent-active'?: any;
|
|
2509
2539
|
readonly 'background-danger-prominent-hover'?: any;
|
|
2510
2540
|
readonly 'background-neutrals'?: any;
|
|
2511
|
-
readonly 'background-neutrals-body'?: any;
|
|
2512
2541
|
readonly 'background-neutrals-container'?: any;
|
|
2513
2542
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
2514
2543
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -2516,6 +2545,8 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2516
2545
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
2517
2546
|
readonly 'background-neutrals-inverted'?: any;
|
|
2518
2547
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
2548
|
+
readonly 'background-neutrals-page'?: any;
|
|
2549
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
2519
2550
|
readonly 'background-neutrals-scrolls'?: any;
|
|
2520
2551
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
2521
2552
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -2539,12 +2570,11 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2539
2570
|
readonly 'text-neutrals'?: any;
|
|
2540
2571
|
readonly 'text-neutrals-disabled'?: any;
|
|
2541
2572
|
readonly 'text-neutrals-inverted'?: any;
|
|
2542
|
-
readonly 'text-neutrals-link'?: any;
|
|
2543
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
2544
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
2545
2573
|
readonly 'text-neutrals-placeholder'?: any;
|
|
2546
2574
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
2547
2575
|
readonly 'text-neutrals-subtle'?: any;
|
|
2576
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
2577
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
2548
2578
|
readonly 'text-primary'?: any;
|
|
2549
2579
|
readonly 'text-primary-active'?: any;
|
|
2550
2580
|
readonly 'text-primary-hover'?: any;
|
|
@@ -2564,7 +2594,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2564
2594
|
readonly 'icon-neutrals-inverted'?: any;
|
|
2565
2595
|
readonly 'icon-neutrals-search'?: any;
|
|
2566
2596
|
readonly 'icon-neutrals-subtle'?: any;
|
|
2567
|
-
readonly 'icon-neutrals-
|
|
2597
|
+
readonly 'icon-neutrals-text'?: any;
|
|
2568
2598
|
readonly 'icon-primary'?: any;
|
|
2569
2599
|
readonly 'icon-primary-active'?: any;
|
|
2570
2600
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -2573,7 +2603,10 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2573
2603
|
readonly 'icon-success'?: any;
|
|
2574
2604
|
readonly 'icon-success-inverted'?: any;
|
|
2575
2605
|
readonly 'icon-warning'?: any;
|
|
2606
|
+
readonly 'icon-warning-prominent'?: any;
|
|
2576
2607
|
readonly 'border-danger'?: any;
|
|
2608
|
+
readonly 'border-danger-active'?: any;
|
|
2609
|
+
readonly 'border-danger-hover'?: any;
|
|
2577
2610
|
readonly 'border-focus-inner'?: any;
|
|
2578
2611
|
readonly 'border-focus-middle'?: any;
|
|
2579
2612
|
readonly 'border-focus-outer'?: any;
|
|
@@ -2585,6 +2618,9 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
2585
2618
|
readonly 'border-neutrals-hover'?: any;
|
|
2586
2619
|
readonly 'border-neutrals-inverted'?: any;
|
|
2587
2620
|
readonly 'border-neutrals-subtle'?: any;
|
|
2621
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
2622
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
2623
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
2588
2624
|
readonly 'border-primary'?: any;
|
|
2589
2625
|
readonly 'border-primary-active'?: any;
|
|
2590
2626
|
readonly 'border-primary-hover'?: any;
|
|
@@ -2956,7 +2992,6 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
2956
2992
|
readonly 'background-danger-prominent-active'?: any;
|
|
2957
2993
|
readonly 'background-danger-prominent-hover'?: any;
|
|
2958
2994
|
readonly 'background-neutrals'?: any;
|
|
2959
|
-
readonly 'background-neutrals-body'?: any;
|
|
2960
2995
|
readonly 'background-neutrals-container'?: any;
|
|
2961
2996
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
2962
2997
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -2964,6 +2999,8 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
2964
2999
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
2965
3000
|
readonly 'background-neutrals-inverted'?: any;
|
|
2966
3001
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
3002
|
+
readonly 'background-neutrals-page'?: any;
|
|
3003
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
2967
3004
|
readonly 'background-neutrals-scrolls'?: any;
|
|
2968
3005
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
2969
3006
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -2987,12 +3024,11 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
2987
3024
|
readonly 'text-neutrals'?: any;
|
|
2988
3025
|
readonly 'text-neutrals-disabled'?: any;
|
|
2989
3026
|
readonly 'text-neutrals-inverted'?: any;
|
|
2990
|
-
readonly 'text-neutrals-link'?: any;
|
|
2991
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
2992
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
2993
3027
|
readonly 'text-neutrals-placeholder'?: any;
|
|
2994
3028
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
2995
3029
|
readonly 'text-neutrals-subtle'?: any;
|
|
3030
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
3031
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
2996
3032
|
readonly 'text-primary'?: any;
|
|
2997
3033
|
readonly 'text-primary-active'?: any;
|
|
2998
3034
|
readonly 'text-primary-hover'?: any;
|
|
@@ -3012,7 +3048,7 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3012
3048
|
readonly 'icon-neutrals-inverted'?: any;
|
|
3013
3049
|
readonly 'icon-neutrals-search'?: any;
|
|
3014
3050
|
readonly 'icon-neutrals-subtle'?: any;
|
|
3015
|
-
readonly 'icon-neutrals-
|
|
3051
|
+
readonly 'icon-neutrals-text'?: any;
|
|
3016
3052
|
readonly 'icon-primary'?: any;
|
|
3017
3053
|
readonly 'icon-primary-active'?: any;
|
|
3018
3054
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -3021,7 +3057,10 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3021
3057
|
readonly 'icon-success'?: any;
|
|
3022
3058
|
readonly 'icon-success-inverted'?: any;
|
|
3023
3059
|
readonly 'icon-warning'?: any;
|
|
3060
|
+
readonly 'icon-warning-prominent'?: any;
|
|
3024
3061
|
readonly 'border-danger'?: any;
|
|
3062
|
+
readonly 'border-danger-active'?: any;
|
|
3063
|
+
readonly 'border-danger-hover'?: any;
|
|
3025
3064
|
readonly 'border-focus-inner'?: any;
|
|
3026
3065
|
readonly 'border-focus-middle'?: any;
|
|
3027
3066
|
readonly 'border-focus-outer'?: any;
|
|
@@ -3033,6 +3072,9 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3033
3072
|
readonly 'border-neutrals-hover'?: any;
|
|
3034
3073
|
readonly 'border-neutrals-inverted'?: any;
|
|
3035
3074
|
readonly 'border-neutrals-subtle'?: any;
|
|
3075
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
3076
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
3077
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
3036
3078
|
readonly 'border-primary'?: any;
|
|
3037
3079
|
readonly 'border-primary-active'?: any;
|
|
3038
3080
|
readonly 'border-primary-hover'?: any;
|
|
@@ -3429,7 +3471,6 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
3429
3471
|
readonly 'background-danger-prominent-active'?: any;
|
|
3430
3472
|
readonly 'background-danger-prominent-hover'?: any;
|
|
3431
3473
|
readonly 'background-neutrals'?: any;
|
|
3432
|
-
readonly 'background-neutrals-body'?: any;
|
|
3433
3474
|
readonly 'background-neutrals-container'?: any;
|
|
3434
3475
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
3435
3476
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -3437,6 +3478,8 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
3437
3478
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
3438
3479
|
readonly 'background-neutrals-inverted'?: any;
|
|
3439
3480
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
3481
|
+
readonly 'background-neutrals-page'?: any;
|
|
3482
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
3440
3483
|
readonly 'background-neutrals-scrolls'?: any;
|
|
3441
3484
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
3442
3485
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -3460,12 +3503,11 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
3460
3503
|
readonly 'text-neutrals'?: any;
|
|
3461
3504
|
readonly 'text-neutrals-disabled'?: any;
|
|
3462
3505
|
readonly 'text-neutrals-inverted'?: any;
|
|
3463
|
-
readonly 'text-neutrals-link'?: any;
|
|
3464
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
3465
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
3466
3506
|
readonly 'text-neutrals-placeholder'?: any;
|
|
3467
3507
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
3468
3508
|
readonly 'text-neutrals-subtle'?: any;
|
|
3509
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
3510
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
3469
3511
|
readonly 'text-primary'?: any;
|
|
3470
3512
|
readonly 'text-primary-active'?: any;
|
|
3471
3513
|
readonly 'text-primary-hover'?: any;
|
|
@@ -3485,7 +3527,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
3485
3527
|
readonly 'icon-neutrals-inverted'?: any;
|
|
3486
3528
|
readonly 'icon-neutrals-search'?: any;
|
|
3487
3529
|
readonly 'icon-neutrals-subtle'?: any;
|
|
3488
|
-
readonly 'icon-neutrals-
|
|
3530
|
+
readonly 'icon-neutrals-text'?: any;
|
|
3489
3531
|
readonly 'icon-primary'?: any;
|
|
3490
3532
|
readonly 'icon-primary-active'?: any;
|
|
3491
3533
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -3494,7 +3536,10 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
3494
3536
|
readonly 'icon-success'?: any;
|
|
3495
3537
|
readonly 'icon-success-inverted'?: any;
|
|
3496
3538
|
readonly 'icon-warning'?: any;
|
|
3539
|
+
readonly 'icon-warning-prominent'?: any;
|
|
3497
3540
|
readonly 'border-danger'?: any;
|
|
3541
|
+
readonly 'border-danger-active'?: any;
|
|
3542
|
+
readonly 'border-danger-hover'?: any;
|
|
3498
3543
|
readonly 'border-focus-inner'?: any;
|
|
3499
3544
|
readonly 'border-focus-middle'?: any;
|
|
3500
3545
|
readonly 'border-focus-outer'?: any;
|
|
@@ -3506,6 +3551,9 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
3506
3551
|
readonly 'border-neutrals-hover'?: any;
|
|
3507
3552
|
readonly 'border-neutrals-inverted'?: any;
|
|
3508
3553
|
readonly 'border-neutrals-subtle'?: any;
|
|
3554
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
3555
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
3556
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
3509
3557
|
readonly 'border-primary'?: any;
|
|
3510
3558
|
readonly 'border-primary-active'?: any;
|
|
3511
3559
|
readonly 'border-primary-hover'?: any;
|
|
@@ -3883,7 +3931,6 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3883
3931
|
readonly 'background-danger-prominent-active'?: any;
|
|
3884
3932
|
readonly 'background-danger-prominent-hover'?: any;
|
|
3885
3933
|
readonly 'background-neutrals'?: any;
|
|
3886
|
-
readonly 'background-neutrals-body'?: any;
|
|
3887
3934
|
readonly 'background-neutrals-container'?: any;
|
|
3888
3935
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
3889
3936
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -3891,6 +3938,8 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3891
3938
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
3892
3939
|
readonly 'background-neutrals-inverted'?: any;
|
|
3893
3940
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
3941
|
+
readonly 'background-neutrals-page'?: any;
|
|
3942
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
3894
3943
|
readonly 'background-neutrals-scrolls'?: any;
|
|
3895
3944
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
3896
3945
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -3914,12 +3963,11 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3914
3963
|
readonly 'text-neutrals'?: any;
|
|
3915
3964
|
readonly 'text-neutrals-disabled'?: any;
|
|
3916
3965
|
readonly 'text-neutrals-inverted'?: any;
|
|
3917
|
-
readonly 'text-neutrals-link'?: any;
|
|
3918
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
3919
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
3920
3966
|
readonly 'text-neutrals-placeholder'?: any;
|
|
3921
3967
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
3922
3968
|
readonly 'text-neutrals-subtle'?: any;
|
|
3969
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
3970
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
3923
3971
|
readonly 'text-primary'?: any;
|
|
3924
3972
|
readonly 'text-primary-active'?: any;
|
|
3925
3973
|
readonly 'text-primary-hover'?: any;
|
|
@@ -3939,7 +3987,7 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3939
3987
|
readonly 'icon-neutrals-inverted'?: any;
|
|
3940
3988
|
readonly 'icon-neutrals-search'?: any;
|
|
3941
3989
|
readonly 'icon-neutrals-subtle'?: any;
|
|
3942
|
-
readonly 'icon-neutrals-
|
|
3990
|
+
readonly 'icon-neutrals-text'?: any;
|
|
3943
3991
|
readonly 'icon-primary'?: any;
|
|
3944
3992
|
readonly 'icon-primary-active'?: any;
|
|
3945
3993
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -3948,7 +3996,10 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3948
3996
|
readonly 'icon-success'?: any;
|
|
3949
3997
|
readonly 'icon-success-inverted'?: any;
|
|
3950
3998
|
readonly 'icon-warning'?: any;
|
|
3999
|
+
readonly 'icon-warning-prominent'?: any;
|
|
3951
4000
|
readonly 'border-danger'?: any;
|
|
4001
|
+
readonly 'border-danger-active'?: any;
|
|
4002
|
+
readonly 'border-danger-hover'?: any;
|
|
3952
4003
|
readonly 'border-focus-inner'?: any;
|
|
3953
4004
|
readonly 'border-focus-middle'?: any;
|
|
3954
4005
|
readonly 'border-focus-outer'?: any;
|
|
@@ -3960,6 +4011,9 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
3960
4011
|
readonly 'border-neutrals-hover'?: any;
|
|
3961
4012
|
readonly 'border-neutrals-inverted'?: any;
|
|
3962
4013
|
readonly 'border-neutrals-subtle'?: any;
|
|
4014
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
4015
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
4016
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
3963
4017
|
readonly 'border-primary'?: any;
|
|
3964
4018
|
readonly 'border-primary-active'?: any;
|
|
3965
4019
|
readonly 'border-primary-hover'?: any;
|
|
@@ -4341,7 +4395,6 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
4341
4395
|
readonly 'background-danger-prominent-active'?: any;
|
|
4342
4396
|
readonly 'background-danger-prominent-hover'?: any;
|
|
4343
4397
|
readonly 'background-neutrals'?: any;
|
|
4344
|
-
readonly 'background-neutrals-body'?: any;
|
|
4345
4398
|
readonly 'background-neutrals-container'?: any;
|
|
4346
4399
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
4347
4400
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -4349,6 +4402,8 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
4349
4402
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
4350
4403
|
readonly 'background-neutrals-inverted'?: any;
|
|
4351
4404
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
4405
|
+
readonly 'background-neutrals-page'?: any;
|
|
4406
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
4352
4407
|
readonly 'background-neutrals-scrolls'?: any;
|
|
4353
4408
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
4354
4409
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -4372,12 +4427,11 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
4372
4427
|
readonly 'text-neutrals'?: any;
|
|
4373
4428
|
readonly 'text-neutrals-disabled'?: any;
|
|
4374
4429
|
readonly 'text-neutrals-inverted'?: any;
|
|
4375
|
-
readonly 'text-neutrals-link'?: any;
|
|
4376
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
4377
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
4378
4430
|
readonly 'text-neutrals-placeholder'?: any;
|
|
4379
4431
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
4380
4432
|
readonly 'text-neutrals-subtle'?: any;
|
|
4433
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
4434
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
4381
4435
|
readonly 'text-primary'?: any;
|
|
4382
4436
|
readonly 'text-primary-active'?: any;
|
|
4383
4437
|
readonly 'text-primary-hover'?: any;
|
|
@@ -4397,7 +4451,7 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
4397
4451
|
readonly 'icon-neutrals-inverted'?: any;
|
|
4398
4452
|
readonly 'icon-neutrals-search'?: any;
|
|
4399
4453
|
readonly 'icon-neutrals-subtle'?: any;
|
|
4400
|
-
readonly 'icon-neutrals-
|
|
4454
|
+
readonly 'icon-neutrals-text'?: any;
|
|
4401
4455
|
readonly 'icon-primary'?: any;
|
|
4402
4456
|
readonly 'icon-primary-active'?: any;
|
|
4403
4457
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -4406,7 +4460,10 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
4406
4460
|
readonly 'icon-success'?: any;
|
|
4407
4461
|
readonly 'icon-success-inverted'?: any;
|
|
4408
4462
|
readonly 'icon-warning'?: any;
|
|
4463
|
+
readonly 'icon-warning-prominent'?: any;
|
|
4409
4464
|
readonly 'border-danger'?: any;
|
|
4465
|
+
readonly 'border-danger-active'?: any;
|
|
4466
|
+
readonly 'border-danger-hover'?: any;
|
|
4410
4467
|
readonly 'border-focus-inner'?: any;
|
|
4411
4468
|
readonly 'border-focus-middle'?: any;
|
|
4412
4469
|
readonly 'border-focus-outer'?: any;
|
|
@@ -4418,6 +4475,9 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
4418
4475
|
readonly 'border-neutrals-hover'?: any;
|
|
4419
4476
|
readonly 'border-neutrals-inverted'?: any;
|
|
4420
4477
|
readonly 'border-neutrals-subtle'?: any;
|
|
4478
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
4479
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
4480
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
4421
4481
|
readonly 'border-primary'?: any;
|
|
4422
4482
|
readonly 'border-primary-active'?: any;
|
|
4423
4483
|
readonly 'border-primary-hover'?: any;
|
|
@@ -4859,7 +4919,6 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
|
|
|
4859
4919
|
readonly 'background-danger-prominent-active'?: any;
|
|
4860
4920
|
readonly 'background-danger-prominent-hover'?: any;
|
|
4861
4921
|
readonly 'background-neutrals'?: any;
|
|
4862
|
-
readonly 'background-neutrals-body'?: any;
|
|
4863
4922
|
readonly 'background-neutrals-container'?: any;
|
|
4864
4923
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
4865
4924
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -4867,6 +4926,8 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
|
|
|
4867
4926
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
4868
4927
|
readonly 'background-neutrals-inverted'?: any;
|
|
4869
4928
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
4929
|
+
readonly 'background-neutrals-page'?: any;
|
|
4930
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
4870
4931
|
readonly 'background-neutrals-scrolls'?: any;
|
|
4871
4932
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
4872
4933
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -4890,12 +4951,11 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
|
|
|
4890
4951
|
readonly 'text-neutrals'?: any;
|
|
4891
4952
|
readonly 'text-neutrals-disabled'?: any;
|
|
4892
4953
|
readonly 'text-neutrals-inverted'?: any;
|
|
4893
|
-
readonly 'text-neutrals-link'?: any;
|
|
4894
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
4895
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
4896
4954
|
readonly 'text-neutrals-placeholder'?: any;
|
|
4897
4955
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
4898
4956
|
readonly 'text-neutrals-subtle'?: any;
|
|
4957
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
4958
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
4899
4959
|
readonly 'text-primary'?: any;
|
|
4900
4960
|
readonly 'text-primary-active'?: any;
|
|
4901
4961
|
readonly 'text-primary-hover'?: any;
|
|
@@ -4915,7 +4975,7 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
|
|
|
4915
4975
|
readonly 'icon-neutrals-inverted'?: any;
|
|
4916
4976
|
readonly 'icon-neutrals-search'?: any;
|
|
4917
4977
|
readonly 'icon-neutrals-subtle'?: any;
|
|
4918
|
-
readonly 'icon-neutrals-
|
|
4978
|
+
readonly 'icon-neutrals-text'?: any;
|
|
4919
4979
|
readonly 'icon-primary'?: any;
|
|
4920
4980
|
readonly 'icon-primary-active'?: any;
|
|
4921
4981
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -4924,7 +4984,10 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
|
|
|
4924
4984
|
readonly 'icon-success'?: any;
|
|
4925
4985
|
readonly 'icon-success-inverted'?: any;
|
|
4926
4986
|
readonly 'icon-warning'?: any;
|
|
4987
|
+
readonly 'icon-warning-prominent'?: any;
|
|
4927
4988
|
readonly 'border-danger'?: any;
|
|
4989
|
+
readonly 'border-danger-active'?: any;
|
|
4990
|
+
readonly 'border-danger-hover'?: any;
|
|
4928
4991
|
readonly 'border-focus-inner'?: any;
|
|
4929
4992
|
readonly 'border-focus-middle'?: any;
|
|
4930
4993
|
readonly 'border-focus-outer'?: any;
|
|
@@ -4936,6 +4999,9 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<{}, never> & _stit
|
|
|
4936
4999
|
readonly 'border-neutrals-hover'?: any;
|
|
4937
5000
|
readonly 'border-neutrals-inverted'?: any;
|
|
4938
5001
|
readonly 'border-neutrals-subtle'?: any;
|
|
5002
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
5003
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
5004
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
4939
5005
|
readonly 'border-primary'?: any;
|
|
4940
5006
|
readonly 'border-primary-active'?: any;
|
|
4941
5007
|
readonly 'border-primary-hover'?: any;
|
|
@@ -5266,7 +5332,7 @@ interface PortalProps extends DropdownMenuPortalProps {
|
|
|
5266
5332
|
}
|
|
5267
5333
|
declare const Portal: react__default.FC<PortalProps>;
|
|
5268
5334
|
|
|
5269
|
-
declare const
|
|
5335
|
+
declare const StyledRightSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
|
|
5270
5336
|
ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
|
|
5271
5337
|
} & {
|
|
5272
5338
|
asChild?: boolean | undefined;
|
|
@@ -5343,7 +5409,6 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
5343
5409
|
readonly 'background-danger-prominent-active'?: any;
|
|
5344
5410
|
readonly 'background-danger-prominent-hover'?: any;
|
|
5345
5411
|
readonly 'background-neutrals'?: any;
|
|
5346
|
-
readonly 'background-neutrals-body'?: any;
|
|
5347
5412
|
readonly 'background-neutrals-container'?: any;
|
|
5348
5413
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
5349
5414
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -5351,6 +5416,8 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
5351
5416
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
5352
5417
|
readonly 'background-neutrals-inverted'?: any;
|
|
5353
5418
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
5419
|
+
readonly 'background-neutrals-page'?: any;
|
|
5420
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
5354
5421
|
readonly 'background-neutrals-scrolls'?: any;
|
|
5355
5422
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
5356
5423
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -5374,12 +5441,11 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
5374
5441
|
readonly 'text-neutrals'?: any;
|
|
5375
5442
|
readonly 'text-neutrals-disabled'?: any;
|
|
5376
5443
|
readonly 'text-neutrals-inverted'?: any;
|
|
5377
|
-
readonly 'text-neutrals-link'?: any;
|
|
5378
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
5379
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
5380
5444
|
readonly 'text-neutrals-placeholder'?: any;
|
|
5381
5445
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
5382
5446
|
readonly 'text-neutrals-subtle'?: any;
|
|
5447
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
5448
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
5383
5449
|
readonly 'text-primary'?: any;
|
|
5384
5450
|
readonly 'text-primary-active'?: any;
|
|
5385
5451
|
readonly 'text-primary-hover'?: any;
|
|
@@ -5399,7 +5465,7 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
5399
5465
|
readonly 'icon-neutrals-inverted'?: any;
|
|
5400
5466
|
readonly 'icon-neutrals-search'?: any;
|
|
5401
5467
|
readonly 'icon-neutrals-subtle'?: any;
|
|
5402
|
-
readonly 'icon-neutrals-
|
|
5468
|
+
readonly 'icon-neutrals-text'?: any;
|
|
5403
5469
|
readonly 'icon-primary'?: any;
|
|
5404
5470
|
readonly 'icon-primary-active'?: any;
|
|
5405
5471
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -5408,7 +5474,10 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
5408
5474
|
readonly 'icon-success'?: any;
|
|
5409
5475
|
readonly 'icon-success-inverted'?: any;
|
|
5410
5476
|
readonly 'icon-warning'?: any;
|
|
5477
|
+
readonly 'icon-warning-prominent'?: any;
|
|
5411
5478
|
readonly 'border-danger'?: any;
|
|
5479
|
+
readonly 'border-danger-active'?: any;
|
|
5480
|
+
readonly 'border-danger-hover'?: any;
|
|
5412
5481
|
readonly 'border-focus-inner'?: any;
|
|
5413
5482
|
readonly 'border-focus-middle'?: any;
|
|
5414
5483
|
readonly 'border-focus-outer'?: any;
|
|
@@ -5420,6 +5489,9 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
5420
5489
|
readonly 'border-neutrals-hover'?: any;
|
|
5421
5490
|
readonly 'border-neutrals-inverted'?: any;
|
|
5422
5491
|
readonly 'border-neutrals-subtle'?: any;
|
|
5492
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
5493
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
5494
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
5423
5495
|
readonly 'border-primary'?: any;
|
|
5424
5496
|
readonly 'border-primary-active'?: any;
|
|
5425
5497
|
readonly 'border-primary-hover'?: any;
|
|
@@ -5711,448 +5783,13 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
5711
5783
|
}> | undefined;
|
|
5712
5784
|
}> & {
|
|
5713
5785
|
children?: react.ReactNode;
|
|
5714
|
-
} & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLDivElement
|
|
5715
|
-
|
|
5716
|
-
|
|
5717
|
-
|
|
5718
|
-
|
|
5719
|
-
|
|
5720
|
-
|
|
5721
|
-
};
|
|
5722
|
-
colors: {
|
|
5723
|
-
readonly 'blue-100': any;
|
|
5724
|
-
readonly 'blue-200': any;
|
|
5725
|
-
readonly 'blue-300': any;
|
|
5726
|
-
readonly 'blue-400': any;
|
|
5727
|
-
readonly 'blue-500': any;
|
|
5728
|
-
readonly 'blue-600': any;
|
|
5729
|
-
readonly 'blue-700': any;
|
|
5730
|
-
readonly 'blue-800': any;
|
|
5731
|
-
readonly 'blue-900': any;
|
|
5732
|
-
readonly 'blue-1000': any;
|
|
5733
|
-
readonly 'gray-100': any;
|
|
5734
|
-
readonly 'gray-200': any;
|
|
5735
|
-
readonly 'gray-300': any;
|
|
5736
|
-
readonly 'gray-400': any;
|
|
5737
|
-
readonly 'gray-500': any;
|
|
5738
|
-
readonly 'gray-600': any;
|
|
5739
|
-
readonly 'gray-700': any;
|
|
5740
|
-
readonly 'gray-800': any;
|
|
5741
|
-
readonly 'gray-900': any;
|
|
5742
|
-
readonly 'indigo-100': any;
|
|
5743
|
-
readonly 'indigo-200': any;
|
|
5744
|
-
readonly 'indigo-300': any;
|
|
5745
|
-
readonly 'indigo-400': any;
|
|
5746
|
-
readonly 'indigo-500': any;
|
|
5747
|
-
readonly 'indigo-600': any;
|
|
5748
|
-
readonly 'indigo-700': any;
|
|
5749
|
-
readonly 'indigo-800': any;
|
|
5750
|
-
readonly 'indigo-900': any;
|
|
5751
|
-
readonly 'red-100': any;
|
|
5752
|
-
readonly 'red-200': any;
|
|
5753
|
-
readonly 'red-300': any;
|
|
5754
|
-
readonly 'red-400': any;
|
|
5755
|
-
readonly 'red-500': any;
|
|
5756
|
-
readonly 'red-600': any;
|
|
5757
|
-
readonly 'red-700': any;
|
|
5758
|
-
readonly 'red-800': any;
|
|
5759
|
-
readonly 'red-900': any;
|
|
5760
|
-
readonly 'yellow-100': any;
|
|
5761
|
-
readonly 'yellow-200': any;
|
|
5762
|
-
readonly 'yellow-300': any;
|
|
5763
|
-
readonly 'yellow-400': any;
|
|
5764
|
-
readonly 'yellow-500': any;
|
|
5765
|
-
readonly 'yellow-600': any;
|
|
5766
|
-
readonly 'yellow-700': any;
|
|
5767
|
-
readonly 'yellow-800': any;
|
|
5768
|
-
readonly 'yellow-900': any;
|
|
5769
|
-
readonly 'green-100': any;
|
|
5770
|
-
readonly 'green-200': any;
|
|
5771
|
-
readonly 'green-300': any;
|
|
5772
|
-
readonly 'green-400': any;
|
|
5773
|
-
readonly 'green-500': any;
|
|
5774
|
-
readonly 'green-600': any;
|
|
5775
|
-
readonly 'green-700': any;
|
|
5776
|
-
readonly 'green-800': any;
|
|
5777
|
-
readonly 'green-900': any;
|
|
5778
|
-
readonly black: any;
|
|
5779
|
-
readonly white: any;
|
|
5780
|
-
readonly transparent: any;
|
|
5781
|
-
readonly 'background-danger'?: any;
|
|
5782
|
-
readonly 'background-danger-hover'?: any;
|
|
5783
|
-
readonly 'background-danger-prominent'?: any;
|
|
5784
|
-
readonly 'background-danger-prominent-active'?: any;
|
|
5785
|
-
readonly 'background-danger-prominent-hover'?: any;
|
|
5786
|
-
readonly 'background-neutrals'?: any;
|
|
5787
|
-
readonly 'background-neutrals-body'?: any;
|
|
5788
|
-
readonly 'background-neutrals-container'?: any;
|
|
5789
|
-
readonly 'background-neutrals-controls-disabled'?: any;
|
|
5790
|
-
readonly 'background-neutrals-disabled'?: any;
|
|
5791
|
-
readonly 'background-neutrals-inactive'?: any;
|
|
5792
|
-
readonly 'background-neutrals-inactive-hover'?: any;
|
|
5793
|
-
readonly 'background-neutrals-inverted'?: any;
|
|
5794
|
-
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
5795
|
-
readonly 'background-neutrals-scrolls'?: any;
|
|
5796
|
-
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
5797
|
-
readonly 'background-neutrals-subtle'?: any;
|
|
5798
|
-
readonly 'background-neutrals-subtle-active'?: any;
|
|
5799
|
-
readonly 'background-neutrals-subtle-hover'?: any;
|
|
5800
|
-
readonly 'background-primary-prominent'?: any;
|
|
5801
|
-
readonly 'background-primary-prominent-active'?: any;
|
|
5802
|
-
readonly 'background-primary-prominent-hover'?: any;
|
|
5803
|
-
readonly 'background-primary-prominent-selected'?: any;
|
|
5804
|
-
readonly 'background-primary-subtle'?: any;
|
|
5805
|
-
readonly 'background-primary-subtle-active'?: any;
|
|
5806
|
-
readonly 'background-primary-subtle-hover'?: any;
|
|
5807
|
-
readonly 'background-primary-subtle-selected'?: any;
|
|
5808
|
-
readonly 'background-success'?: any;
|
|
5809
|
-
readonly 'background-warning-prominent'?: any;
|
|
5810
|
-
readonly 'background-warning-subtle'?: any;
|
|
5811
|
-
readonly 'text-danger'?: any;
|
|
5812
|
-
readonly 'text-danger-active'?: any;
|
|
5813
|
-
readonly 'text-danger-hover'?: any;
|
|
5814
|
-
readonly 'text-danger-inverted'?: any;
|
|
5815
|
-
readonly 'text-neutrals'?: any;
|
|
5816
|
-
readonly 'text-neutrals-disabled'?: any;
|
|
5817
|
-
readonly 'text-neutrals-inverted'?: any;
|
|
5818
|
-
readonly 'text-neutrals-link'?: any;
|
|
5819
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
5820
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
5821
|
-
readonly 'text-neutrals-placeholder'?: any;
|
|
5822
|
-
readonly 'text-neutrals-placeholder-only'?: any;
|
|
5823
|
-
readonly 'text-neutrals-subtle'?: any;
|
|
5824
|
-
readonly 'text-primary'?: any;
|
|
5825
|
-
readonly 'text-primary-active'?: any;
|
|
5826
|
-
readonly 'text-primary-hover'?: any;
|
|
5827
|
-
readonly 'text-primary-inverted'?: any;
|
|
5828
|
-
readonly 'text-primary-inverted-subtle'?: any;
|
|
5829
|
-
readonly 'text-primary-selected'?: any;
|
|
5830
|
-
readonly 'text-success'?: any;
|
|
5831
|
-
readonly 'text-warning'?: any;
|
|
5832
|
-
readonly 'icon-danger'?: any;
|
|
5833
|
-
readonly 'icon-danger-active'?: any;
|
|
5834
|
-
readonly 'icon-danger-hover'?: any;
|
|
5835
|
-
readonly 'icon-danger-inverted'?: any;
|
|
5836
|
-
readonly 'icon-neutrals'?: any;
|
|
5837
|
-
readonly 'icon-neutrals-disabled'?: any;
|
|
5838
|
-
readonly 'icon-neutrals-inactive'?: any;
|
|
5839
|
-
readonly 'icon-neutrals-inactive-hover'?: any;
|
|
5840
|
-
readonly 'icon-neutrals-inverted'?: any;
|
|
5841
|
-
readonly 'icon-neutrals-search'?: any;
|
|
5842
|
-
readonly 'icon-neutrals-subtle'?: any;
|
|
5843
|
-
readonly 'icon-neutrals-with-text'?: any;
|
|
5844
|
-
readonly 'icon-primary'?: any;
|
|
5845
|
-
readonly 'icon-primary-active'?: any;
|
|
5846
|
-
readonly 'icon-primary-hover'?: any;
|
|
5847
|
-
readonly 'icon-primary-inverted'?: any;
|
|
5848
|
-
readonly 'icon-primary-selected'?: any;
|
|
5849
|
-
readonly 'icon-success'?: any;
|
|
5850
|
-
readonly 'icon-success-inverted'?: any;
|
|
5851
|
-
readonly 'icon-warning'?: any;
|
|
5852
|
-
readonly 'border-danger'?: any;
|
|
5853
|
-
readonly 'border-focus-inner'?: any;
|
|
5854
|
-
readonly 'border-focus-middle'?: any;
|
|
5855
|
-
readonly 'border-focus-outer'?: any;
|
|
5856
|
-
readonly 'border-neutrals'?: any;
|
|
5857
|
-
readonly 'border-neutrals-active'?: any;
|
|
5858
|
-
readonly 'border-neutrals-controls'?: any;
|
|
5859
|
-
readonly 'border-neutrals-controls-disabled'?: any;
|
|
5860
|
-
readonly 'border-neutrals-disabled'?: any;
|
|
5861
|
-
readonly 'border-neutrals-hover'?: any;
|
|
5862
|
-
readonly 'border-neutrals-inverted'?: any;
|
|
5863
|
-
readonly 'border-neutrals-subtle'?: any;
|
|
5864
|
-
readonly 'border-primary'?: any;
|
|
5865
|
-
readonly 'border-primary-active'?: any;
|
|
5866
|
-
readonly 'border-primary-hover'?: any;
|
|
5867
|
-
readonly 'border-primary-inverted'?: any;
|
|
5868
|
-
readonly 'border-success'?: any;
|
|
5869
|
-
readonly 'border-warning'?: any;
|
|
5870
|
-
};
|
|
5871
|
-
'font-sizes': {
|
|
5872
|
-
readonly 150: "0.75rem";
|
|
5873
|
-
readonly 175: "0.875rem";
|
|
5874
|
-
readonly 200: "1rem";
|
|
5875
|
-
readonly 225: "1.125rem";
|
|
5876
|
-
readonly 250: "1.25rem";
|
|
5877
|
-
readonly 300: "1.5rem";
|
|
5878
|
-
readonly 400: "2rem";
|
|
5879
|
-
readonly 500: "2.5rem";
|
|
5880
|
-
readonly 600: "3rem";
|
|
5881
|
-
readonly 800: "4rem";
|
|
5882
|
-
readonly 900: "4.5rem";
|
|
5883
|
-
};
|
|
5884
|
-
radii: {
|
|
5885
|
-
readonly none: 0;
|
|
5886
|
-
readonly half: "999em";
|
|
5887
|
-
readonly 25: "2px";
|
|
5888
|
-
readonly 50: "4px";
|
|
5889
|
-
readonly 75: "6px";
|
|
5890
|
-
readonly 100: "8px";
|
|
5891
|
-
readonly 200: "16px";
|
|
5892
|
-
};
|
|
5893
|
-
shadows: {
|
|
5894
|
-
readonly 50: "0 4px 16px #05003812";
|
|
5895
|
-
readonly 100: "0 8px 32px #05003808";
|
|
5896
|
-
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";
|
|
5897
|
-
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";
|
|
5898
|
-
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";
|
|
5899
|
-
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";
|
|
5900
|
-
};
|
|
5901
|
-
sizes: {
|
|
5902
|
-
readonly number: string;
|
|
5903
|
-
readonly 'icon-200': "16px";
|
|
5904
|
-
readonly 'icon-300': "24px";
|
|
5905
|
-
readonly 'icon-400': "32px";
|
|
5906
|
-
};
|
|
5907
|
-
space: {
|
|
5908
|
-
readonly 0: 0;
|
|
5909
|
-
readonly 50: "4px";
|
|
5910
|
-
readonly 100: "8px";
|
|
5911
|
-
readonly 150: "12px";
|
|
5912
|
-
readonly 200: "16px";
|
|
5913
|
-
readonly 300: "24px";
|
|
5914
|
-
readonly 400: "32px";
|
|
5915
|
-
readonly 500: "40px";
|
|
5916
|
-
readonly 600: "48px";
|
|
5917
|
-
readonly 800: "64px";
|
|
5918
|
-
readonly 1200: "96px";
|
|
5919
|
-
readonly 1600: "128px";
|
|
5920
|
-
};
|
|
5921
|
-
'space-gap': {
|
|
5922
|
-
readonly 0: any;
|
|
5923
|
-
readonly 50: any;
|
|
5924
|
-
readonly 100: any;
|
|
5925
|
-
readonly 200: any;
|
|
5926
|
-
readonly 300: any;
|
|
5927
|
-
};
|
|
5928
|
-
'space-inset': {
|
|
5929
|
-
readonly 0: any;
|
|
5930
|
-
readonly 50: any;
|
|
5931
|
-
readonly 100: any;
|
|
5932
|
-
readonly 150: any;
|
|
5933
|
-
readonly 200: any;
|
|
5934
|
-
readonly 300: any;
|
|
5935
|
-
readonly 400: any;
|
|
5936
|
-
readonly 600: any;
|
|
5937
|
-
readonly 800: any;
|
|
5938
|
-
readonly 1200: any;
|
|
5939
|
-
readonly 1600: any;
|
|
5940
|
-
};
|
|
5941
|
-
'space-offset': {
|
|
5942
|
-
readonly 0: any;
|
|
5943
|
-
readonly 50: any;
|
|
5944
|
-
readonly 100: any;
|
|
5945
|
-
readonly 150: any;
|
|
5946
|
-
readonly 200: any;
|
|
5947
|
-
readonly 300: any;
|
|
5948
|
-
readonly 400: any;
|
|
5949
|
-
readonly 600: any;
|
|
5950
|
-
readonly 800: any;
|
|
5951
|
-
readonly 1200: any;
|
|
5952
|
-
readonly 1600: any;
|
|
5953
|
-
readonly 'stacking-0': any;
|
|
5954
|
-
readonly 'stacking-100': any;
|
|
5955
|
-
readonly 'stacking-200': any;
|
|
5956
|
-
readonly 'stacking-300': any;
|
|
5957
|
-
readonly 'stacking-400': any;
|
|
5958
|
-
readonly 'stacking-500': any;
|
|
5959
|
-
readonly 'stacking-800': any;
|
|
5960
|
-
};
|
|
5961
|
-
'stroke-width': {
|
|
5962
|
-
readonly thin: "1.5px";
|
|
5963
|
-
readonly normal: "2px";
|
|
5964
|
-
readonly bold: "4px";
|
|
5965
|
-
};
|
|
5966
|
-
'z-indices': {
|
|
5967
|
-
readonly dropdownMenu: 100;
|
|
5968
|
-
readonly popover: 200;
|
|
5969
|
-
readonly tooltip: 300;
|
|
5970
|
-
};
|
|
5971
|
-
}, {
|
|
5972
|
-
readonly background: "colors";
|
|
5973
|
-
readonly backgroundColor: "colors";
|
|
5974
|
-
readonly backgroundImage: "colors";
|
|
5975
|
-
readonly blockSize: "sizes";
|
|
5976
|
-
readonly border: "colors";
|
|
5977
|
-
readonly borderBlock: "colors";
|
|
5978
|
-
readonly borderBlockEnd: "colors";
|
|
5979
|
-
readonly borderBlockStart: "colors";
|
|
5980
|
-
readonly borderBottom: "colors";
|
|
5981
|
-
readonly borderBottomColor: "colors";
|
|
5982
|
-
readonly borderBottomLeftRadius: "radii";
|
|
5983
|
-
readonly borderBottomRightRadius: "radii";
|
|
5984
|
-
readonly borderBottomStyle: "border-styles";
|
|
5985
|
-
readonly borderBottomWidth: "border-widths";
|
|
5986
|
-
readonly borderColor: "colors";
|
|
5987
|
-
readonly borderImage: "colors";
|
|
5988
|
-
readonly borderInline: "colors";
|
|
5989
|
-
readonly borderInlineEnd: "colors";
|
|
5990
|
-
readonly borderInlineStart: "colors";
|
|
5991
|
-
readonly borderLeft: "colors";
|
|
5992
|
-
readonly borderLeftColor: "colors";
|
|
5993
|
-
readonly borderLeftStyle: "border-styles";
|
|
5994
|
-
readonly borderLeftWidth: "border-widths";
|
|
5995
|
-
readonly borderRadius: "radii";
|
|
5996
|
-
readonly borderRight: "colors";
|
|
5997
|
-
readonly borderRightColor: "colors";
|
|
5998
|
-
readonly borderRightStyle: "border-styles";
|
|
5999
|
-
readonly borderRightWidth: "border-widths";
|
|
6000
|
-
readonly borderStyle: "border-styles";
|
|
6001
|
-
readonly borderTop: "colors";
|
|
6002
|
-
readonly borderTopColor: "colors";
|
|
6003
|
-
readonly borderTopLeftRadius: "radii";
|
|
6004
|
-
readonly borderTopRightRadius: "radii";
|
|
6005
|
-
readonly borderTopStyle: "border-styles";
|
|
6006
|
-
readonly borderTopWidth: "border-widths";
|
|
6007
|
-
readonly borderWidth: "border-widths";
|
|
6008
|
-
readonly bottom: "space";
|
|
6009
|
-
readonly boxShadow: "shadows";
|
|
6010
|
-
readonly caretColor: "colors";
|
|
6011
|
-
readonly color: "colors";
|
|
6012
|
-
readonly columnGap: "space-gap";
|
|
6013
|
-
readonly columnRuleColor: "colors";
|
|
6014
|
-
readonly fill: "colors";
|
|
6015
|
-
readonly flexBasis: "sizes";
|
|
6016
|
-
readonly fontFamily: "fonts";
|
|
6017
|
-
readonly fontSize: "font-sizes";
|
|
6018
|
-
readonly fontWeight: "font-weights";
|
|
6019
|
-
readonly gap: "space-gap";
|
|
6020
|
-
readonly gridColumnGap: "space-gap";
|
|
6021
|
-
readonly gridGap: "space-gap";
|
|
6022
|
-
readonly gridRowGap: "space-gap";
|
|
6023
|
-
readonly gridTemplateColumns: "sizes";
|
|
6024
|
-
readonly gridTemplateRows: "sizes";
|
|
6025
|
-
readonly height: "sizes";
|
|
6026
|
-
readonly inlineSize: "sizes";
|
|
6027
|
-
readonly inset: "space-inset";
|
|
6028
|
-
readonly insetBlock: "space-inset";
|
|
6029
|
-
readonly insetBlockEnd: "space-inset";
|
|
6030
|
-
readonly insetBlockStart: "space-inset";
|
|
6031
|
-
readonly insetInline: "space-inset";
|
|
6032
|
-
readonly insetInlineEnd: "space-inset";
|
|
6033
|
-
readonly insetInlineStart: "space-inset";
|
|
6034
|
-
readonly left: "space";
|
|
6035
|
-
readonly letterSpacing: "letter-spacings";
|
|
6036
|
-
readonly lineHeight: "line-heights";
|
|
6037
|
-
readonly margin: "space-offset";
|
|
6038
|
-
readonly marginBlock: "space-offset";
|
|
6039
|
-
readonly marginBlockEnd: "space-offset";
|
|
6040
|
-
readonly marginBlockStart: "space-offset";
|
|
6041
|
-
readonly marginBottom: "space-offset";
|
|
6042
|
-
readonly marginInline: "space-offset";
|
|
6043
|
-
readonly marginInlineEnd: "space-offset";
|
|
6044
|
-
readonly marginInlineStart: "space-offset";
|
|
6045
|
-
readonly marginLeft: "space-offset";
|
|
6046
|
-
readonly marginRight: "space-offset";
|
|
6047
|
-
readonly marginTop: "space-offset";
|
|
6048
|
-
readonly maxBlockSize: "sizes";
|
|
6049
|
-
readonly maxHeight: "sizes";
|
|
6050
|
-
readonly maxInlineSize: "sizes";
|
|
6051
|
-
readonly maxWidth: "sizes";
|
|
6052
|
-
readonly minBlockSize: "sizes";
|
|
6053
|
-
readonly minHeight: "sizes";
|
|
6054
|
-
readonly minInlineSize: "sizes";
|
|
6055
|
-
readonly minWidth: "sizes";
|
|
6056
|
-
readonly outline: "colors";
|
|
6057
|
-
readonly outlineColor: "colors";
|
|
6058
|
-
readonly padding: "space-inset";
|
|
6059
|
-
readonly paddingBlock: "space-inset";
|
|
6060
|
-
readonly paddingBlockEnd: "space-inset";
|
|
6061
|
-
readonly paddingBlockStart: "space-inset";
|
|
6062
|
-
readonly paddingBottom: "space-inset";
|
|
6063
|
-
readonly paddingInline: "space-inset";
|
|
6064
|
-
readonly paddingInlineEnd: "space-inset";
|
|
6065
|
-
readonly paddingInlineStart: "space-inset";
|
|
6066
|
-
readonly paddingLeft: "space-inset";
|
|
6067
|
-
readonly paddingRight: "space-inset";
|
|
6068
|
-
readonly paddingTop: "space-inset";
|
|
6069
|
-
readonly right: "space";
|
|
6070
|
-
readonly rowGap: "space-gap";
|
|
6071
|
-
readonly scrollMargin: "space-offset";
|
|
6072
|
-
readonly scrollMarginBlock: "space-offset";
|
|
6073
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
6074
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
6075
|
-
readonly scrollMarginBottom: "space-offset";
|
|
6076
|
-
readonly scrollMarginInline: "space-offset";
|
|
6077
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
6078
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
6079
|
-
readonly scrollMarginLeft: "space-offset";
|
|
6080
|
-
readonly scrollMarginRight: "space-offset";
|
|
6081
|
-
readonly scrollMarginTop: "space-offset";
|
|
6082
|
-
readonly scrollPadding: "space-inset";
|
|
6083
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
6084
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
6085
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
6086
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
6087
|
-
readonly scrollPaddingInline: "space-inset";
|
|
6088
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
6089
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
6090
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
6091
|
-
readonly scrollPaddingRight: "space-inset";
|
|
6092
|
-
readonly scrollPaddingTop: "space-inset";
|
|
6093
|
-
readonly stroke: "colors";
|
|
6094
|
-
readonly strokeWidth: "stroke-width";
|
|
6095
|
-
readonly textDecorationColor: "colors";
|
|
6096
|
-
readonly textShadow: "shadows";
|
|
6097
|
-
readonly top: "space";
|
|
6098
|
-
readonly transition: "transitions";
|
|
6099
|
-
readonly width: "sizes";
|
|
6100
|
-
readonly zIndex: "z-indices";
|
|
6101
|
-
}, {
|
|
6102
|
-
paddingX: (value: {
|
|
6103
|
-
readonly [$$PropertyValue]: "padding";
|
|
6104
|
-
}) => {
|
|
6105
|
-
paddingLeft: {
|
|
6106
|
-
readonly [$$PropertyValue]: "padding";
|
|
6107
|
-
};
|
|
6108
|
-
paddingRight: {
|
|
6109
|
-
readonly [$$PropertyValue]: "padding";
|
|
6110
|
-
};
|
|
6111
|
-
};
|
|
6112
|
-
paddingY: (value: {
|
|
6113
|
-
readonly [$$PropertyValue]: "padding";
|
|
6114
|
-
}) => {
|
|
6115
|
-
paddingTop: {
|
|
6116
|
-
readonly [$$PropertyValue]: "padding";
|
|
6117
|
-
};
|
|
6118
|
-
paddingBottom: {
|
|
6119
|
-
readonly [$$PropertyValue]: "padding";
|
|
6120
|
-
};
|
|
6121
|
-
};
|
|
6122
|
-
marginX: (value: {
|
|
6123
|
-
readonly [$$PropertyValue]: "margin";
|
|
6124
|
-
}) => {
|
|
6125
|
-
marginLeft: {
|
|
6126
|
-
readonly [$$PropertyValue]: "margin";
|
|
6127
|
-
};
|
|
6128
|
-
marginRight: {
|
|
6129
|
-
readonly [$$PropertyValue]: "margin";
|
|
6130
|
-
};
|
|
6131
|
-
};
|
|
6132
|
-
marginY: (value: {
|
|
6133
|
-
readonly [$$PropertyValue]: "margin";
|
|
6134
|
-
}) => {
|
|
6135
|
-
marginTop: {
|
|
6136
|
-
readonly [$$PropertyValue]: "margin";
|
|
6137
|
-
};
|
|
6138
|
-
marginBottom: {
|
|
6139
|
-
readonly [$$PropertyValue]: "margin";
|
|
6140
|
-
};
|
|
6141
|
-
};
|
|
6142
|
-
square: (value: {
|
|
6143
|
-
readonly [$$PropertyValue]: "width";
|
|
6144
|
-
}) => {
|
|
6145
|
-
width: {
|
|
6146
|
-
readonly [$$PropertyValue]: "width";
|
|
6147
|
-
};
|
|
6148
|
-
height: {
|
|
6149
|
-
readonly [$$PropertyValue]: "width";
|
|
6150
|
-
};
|
|
6151
|
-
};
|
|
6152
|
-
}> | undefined;
|
|
6153
|
-
}> & {
|
|
6154
|
-
children?: react.ReactNode;
|
|
6155
|
-
} & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
|
|
5786
|
+
} & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}>;
|
|
5787
|
+
|
|
5788
|
+
declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
5789
|
+
customIcon?: boolean | "true" | undefined;
|
|
5790
|
+
}, "customIcon"> & _stitches_react_types_styled_component.TransformProps<{
|
|
5791
|
+
customIcon?: boolean | "true" | undefined;
|
|
5792
|
+
}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
|
|
6156
5793
|
ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
|
|
6157
5794
|
} & {
|
|
6158
5795
|
asChild?: boolean | undefined;
|
|
@@ -6229,7 +5866,6 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
6229
5866
|
readonly 'background-danger-prominent-active'?: any;
|
|
6230
5867
|
readonly 'background-danger-prominent-hover'?: any;
|
|
6231
5868
|
readonly 'background-neutrals'?: any;
|
|
6232
|
-
readonly 'background-neutrals-body'?: any;
|
|
6233
5869
|
readonly 'background-neutrals-container'?: any;
|
|
6234
5870
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
6235
5871
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -6237,6 +5873,8 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
6237
5873
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
6238
5874
|
readonly 'background-neutrals-inverted'?: any;
|
|
6239
5875
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
5876
|
+
readonly 'background-neutrals-page'?: any;
|
|
5877
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
6240
5878
|
readonly 'background-neutrals-scrolls'?: any;
|
|
6241
5879
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
6242
5880
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -6260,12 +5898,11 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
6260
5898
|
readonly 'text-neutrals'?: any;
|
|
6261
5899
|
readonly 'text-neutrals-disabled'?: any;
|
|
6262
5900
|
readonly 'text-neutrals-inverted'?: any;
|
|
6263
|
-
readonly 'text-neutrals-link'?: any;
|
|
6264
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
6265
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
6266
5901
|
readonly 'text-neutrals-placeholder'?: any;
|
|
6267
5902
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
6268
5903
|
readonly 'text-neutrals-subtle'?: any;
|
|
5904
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
5905
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
6269
5906
|
readonly 'text-primary'?: any;
|
|
6270
5907
|
readonly 'text-primary-active'?: any;
|
|
6271
5908
|
readonly 'text-primary-hover'?: any;
|
|
@@ -6285,7 +5922,7 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
6285
5922
|
readonly 'icon-neutrals-inverted'?: any;
|
|
6286
5923
|
readonly 'icon-neutrals-search'?: any;
|
|
6287
5924
|
readonly 'icon-neutrals-subtle'?: any;
|
|
6288
|
-
readonly 'icon-neutrals-
|
|
5925
|
+
readonly 'icon-neutrals-text'?: any;
|
|
6289
5926
|
readonly 'icon-primary'?: any;
|
|
6290
5927
|
readonly 'icon-primary-active'?: any;
|
|
6291
5928
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -6294,7 +5931,10 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
6294
5931
|
readonly 'icon-success'?: any;
|
|
6295
5932
|
readonly 'icon-success-inverted'?: any;
|
|
6296
5933
|
readonly 'icon-warning'?: any;
|
|
5934
|
+
readonly 'icon-warning-prominent'?: any;
|
|
6297
5935
|
readonly 'border-danger'?: any;
|
|
5936
|
+
readonly 'border-danger-active'?: any;
|
|
5937
|
+
readonly 'border-danger-hover'?: any;
|
|
6298
5938
|
readonly 'border-focus-inner'?: any;
|
|
6299
5939
|
readonly 'border-focus-middle'?: any;
|
|
6300
5940
|
readonly 'border-focus-outer'?: any;
|
|
@@ -6306,6 +5946,9 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
6306
5946
|
readonly 'border-neutrals-hover'?: any;
|
|
6307
5947
|
readonly 'border-neutrals-inverted'?: any;
|
|
6308
5948
|
readonly 'border-neutrals-subtle'?: any;
|
|
5949
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
5950
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
5951
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
6309
5952
|
readonly 'border-primary'?: any;
|
|
6310
5953
|
readonly 'border-primary-active'?: any;
|
|
6311
5954
|
readonly 'border-primary-hover'?: any;
|
|
@@ -6597,12 +6240,7 @@ declare const IllustrationSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, ne
|
|
|
6597
6240
|
}> | undefined;
|
|
6598
6241
|
}> & {
|
|
6599
6242
|
children?: react.ReactNode;
|
|
6600
|
-
} & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLDivElement
|
|
6601
|
-
declare const StyledRightSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
|
|
6602
|
-
ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
|
|
6603
|
-
} & {
|
|
6604
|
-
asChild?: boolean | undefined;
|
|
6605
|
-
}, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
|
|
6243
|
+
} & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLDivElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
|
|
6606
6244
|
css?: _stitches_react_types_css_util.CSS<{}, {
|
|
6607
6245
|
'border-widths': {
|
|
6608
6246
|
readonly none: 0;
|
|
@@ -6675,7 +6313,6 @@ declare const StyledRightSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
6675
6313
|
readonly 'background-danger-prominent-active'?: any;
|
|
6676
6314
|
readonly 'background-danger-prominent-hover'?: any;
|
|
6677
6315
|
readonly 'background-neutrals'?: any;
|
|
6678
|
-
readonly 'background-neutrals-body'?: any;
|
|
6679
6316
|
readonly 'background-neutrals-container'?: any;
|
|
6680
6317
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
6681
6318
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -6683,6 +6320,8 @@ declare const StyledRightSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
6683
6320
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
6684
6321
|
readonly 'background-neutrals-inverted'?: any;
|
|
6685
6322
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
6323
|
+
readonly 'background-neutrals-page'?: any;
|
|
6324
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
6686
6325
|
readonly 'background-neutrals-scrolls'?: any;
|
|
6687
6326
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
6688
6327
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -6706,12 +6345,11 @@ declare const StyledRightSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
6706
6345
|
readonly 'text-neutrals'?: any;
|
|
6707
6346
|
readonly 'text-neutrals-disabled'?: any;
|
|
6708
6347
|
readonly 'text-neutrals-inverted'?: any;
|
|
6709
|
-
readonly 'text-neutrals-link'?: any;
|
|
6710
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
6711
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
6712
6348
|
readonly 'text-neutrals-placeholder'?: any;
|
|
6713
6349
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
6714
6350
|
readonly 'text-neutrals-subtle'?: any;
|
|
6351
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
6352
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
6715
6353
|
readonly 'text-primary'?: any;
|
|
6716
6354
|
readonly 'text-primary-active'?: any;
|
|
6717
6355
|
readonly 'text-primary-hover'?: any;
|
|
@@ -6731,7 +6369,7 @@ declare const StyledRightSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
6731
6369
|
readonly 'icon-neutrals-inverted'?: any;
|
|
6732
6370
|
readonly 'icon-neutrals-search'?: any;
|
|
6733
6371
|
readonly 'icon-neutrals-subtle'?: any;
|
|
6734
|
-
readonly 'icon-neutrals-
|
|
6372
|
+
readonly 'icon-neutrals-text'?: any;
|
|
6735
6373
|
readonly 'icon-primary'?: any;
|
|
6736
6374
|
readonly 'icon-primary-active'?: any;
|
|
6737
6375
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -6740,7 +6378,10 @@ declare const StyledRightSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
6740
6378
|
readonly 'icon-success'?: any;
|
|
6741
6379
|
readonly 'icon-success-inverted'?: any;
|
|
6742
6380
|
readonly 'icon-warning'?: any;
|
|
6381
|
+
readonly 'icon-warning-prominent'?: any;
|
|
6743
6382
|
readonly 'border-danger'?: any;
|
|
6383
|
+
readonly 'border-danger-active'?: any;
|
|
6384
|
+
readonly 'border-danger-hover'?: any;
|
|
6744
6385
|
readonly 'border-focus-inner'?: any;
|
|
6745
6386
|
readonly 'border-focus-middle'?: any;
|
|
6746
6387
|
readonly 'border-focus-outer'?: any;
|
|
@@ -6752,6 +6393,9 @@ declare const StyledRightSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
6752
6393
|
readonly 'border-neutrals-hover'?: any;
|
|
6753
6394
|
readonly 'border-neutrals-inverted'?: any;
|
|
6754
6395
|
readonly 'border-neutrals-subtle'?: any;
|
|
6396
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
6397
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
6398
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
6755
6399
|
readonly 'border-primary'?: any;
|
|
6756
6400
|
readonly 'border-primary-active'?: any;
|
|
6757
6401
|
readonly 'border-primary-hover'?: any;
|
|
@@ -7043,11 +6687,7 @@ declare const StyledRightSlot: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
7043
6687
|
}> | undefined;
|
|
7044
6688
|
}> & {
|
|
7045
6689
|
children?: react.ReactNode;
|
|
7046
|
-
} & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<
|
|
7047
|
-
|
|
7048
|
-
declare const HotkeySlot: (props: ComponentPropsWithRef<typeof StyledRightSlot>) => JSX.Element;
|
|
7049
|
-
|
|
7050
|
-
declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
|
|
6690
|
+
} & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | "customIcon"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
|
|
7051
6691
|
ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
|
|
7052
6692
|
} & {
|
|
7053
6693
|
asChild?: boolean | undefined;
|
|
@@ -7124,7 +6764,6 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
7124
6764
|
readonly 'background-danger-prominent-active'?: any;
|
|
7125
6765
|
readonly 'background-danger-prominent-hover'?: any;
|
|
7126
6766
|
readonly 'background-neutrals'?: any;
|
|
7127
|
-
readonly 'background-neutrals-body'?: any;
|
|
7128
6767
|
readonly 'background-neutrals-container'?: any;
|
|
7129
6768
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
7130
6769
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -7132,6 +6771,8 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
7132
6771
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
7133
6772
|
readonly 'background-neutrals-inverted'?: any;
|
|
7134
6773
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
6774
|
+
readonly 'background-neutrals-page'?: any;
|
|
6775
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
7135
6776
|
readonly 'background-neutrals-scrolls'?: any;
|
|
7136
6777
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
7137
6778
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -7155,12 +6796,11 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
7155
6796
|
readonly 'text-neutrals'?: any;
|
|
7156
6797
|
readonly 'text-neutrals-disabled'?: any;
|
|
7157
6798
|
readonly 'text-neutrals-inverted'?: any;
|
|
7158
|
-
readonly 'text-neutrals-link'?: any;
|
|
7159
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
7160
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
7161
6799
|
readonly 'text-neutrals-placeholder'?: any;
|
|
7162
6800
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
7163
6801
|
readonly 'text-neutrals-subtle'?: any;
|
|
6802
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
6803
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
7164
6804
|
readonly 'text-primary'?: any;
|
|
7165
6805
|
readonly 'text-primary-active'?: any;
|
|
7166
6806
|
readonly 'text-primary-hover'?: any;
|
|
@@ -7180,7 +6820,7 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
7180
6820
|
readonly 'icon-neutrals-inverted'?: any;
|
|
7181
6821
|
readonly 'icon-neutrals-search'?: any;
|
|
7182
6822
|
readonly 'icon-neutrals-subtle'?: any;
|
|
7183
|
-
readonly 'icon-neutrals-
|
|
6823
|
+
readonly 'icon-neutrals-text'?: any;
|
|
7184
6824
|
readonly 'icon-primary'?: any;
|
|
7185
6825
|
readonly 'icon-primary-active'?: any;
|
|
7186
6826
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -7189,7 +6829,10 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
7189
6829
|
readonly 'icon-success'?: any;
|
|
7190
6830
|
readonly 'icon-success-inverted'?: any;
|
|
7191
6831
|
readonly 'icon-warning'?: any;
|
|
6832
|
+
readonly 'icon-warning-prominent'?: any;
|
|
7192
6833
|
readonly 'border-danger'?: any;
|
|
6834
|
+
readonly 'border-danger-active'?: any;
|
|
6835
|
+
readonly 'border-danger-hover'?: any;
|
|
7193
6836
|
readonly 'border-focus-inner'?: any;
|
|
7194
6837
|
readonly 'border-focus-middle'?: any;
|
|
7195
6838
|
readonly 'border-focus-outer'?: any;
|
|
@@ -7201,6 +6844,9 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
7201
6844
|
readonly 'border-neutrals-hover'?: any;
|
|
7202
6845
|
readonly 'border-neutrals-inverted'?: any;
|
|
7203
6846
|
readonly 'border-neutrals-subtle'?: any;
|
|
6847
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
6848
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
6849
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
7204
6850
|
readonly 'border-primary'?: any;
|
|
7205
6851
|
readonly 'border-primary-active'?: any;
|
|
7206
6852
|
readonly 'border-primary-hover'?: any;
|
|
@@ -7492,14 +7138,16 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, nev
|
|
|
7492
7138
|
}> | undefined;
|
|
7493
7139
|
}> & {
|
|
7494
7140
|
children?: react.ReactNode;
|
|
7495
|
-
} & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<
|
|
7496
|
-
|
|
7497
|
-
declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
7498
|
-
customIcon?: boolean | "true" | undefined;
|
|
7499
|
-
}, "customIcon"> & _stitches_react_types_styled_component.TransformProps<{
|
|
7141
|
+
} & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_components_primitive.PrimitiveProps<"div">>, {}, {}>, {
|
|
7500
7142
|
customIcon?: boolean | "true" | undefined;
|
|
7501
|
-
}, {}
|
|
7502
|
-
|
|
7143
|
+
}, {}>;
|
|
7144
|
+
declare type StyledIconSlotProps = StrictComponentProps<typeof StyledIconSlot>;
|
|
7145
|
+
|
|
7146
|
+
declare type IconSlotProps = Omit<StyledIconSlotProps, 'custom'>;
|
|
7147
|
+
declare const IconSlot: react__default.ForwardRefExoticComponent<Pick<IconSlotProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | "customIcon"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
7148
|
+
|
|
7149
|
+
declare const HotkeySlot: react__default.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react__default.DetailedHTMLProps<react__default.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react__default.HTMLAttributes<HTMLDivElement>> & {
|
|
7150
|
+
ref?: ((instance: HTMLDivElement | null) => void) | react__default.RefObject<HTMLDivElement> | null | undefined;
|
|
7503
7151
|
} & {
|
|
7504
7152
|
asChild?: boolean | undefined;
|
|
7505
7153
|
}, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
|
|
@@ -7575,7 +7223,6 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
7575
7223
|
readonly 'background-danger-prominent-active'?: any;
|
|
7576
7224
|
readonly 'background-danger-prominent-hover'?: any;
|
|
7577
7225
|
readonly 'background-neutrals'?: any;
|
|
7578
|
-
readonly 'background-neutrals-body'?: any;
|
|
7579
7226
|
readonly 'background-neutrals-container'?: any;
|
|
7580
7227
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
7581
7228
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -7583,6 +7230,8 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
7583
7230
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
7584
7231
|
readonly 'background-neutrals-inverted'?: any;
|
|
7585
7232
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
7233
|
+
readonly 'background-neutrals-page'?: any;
|
|
7234
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
7586
7235
|
readonly 'background-neutrals-scrolls'?: any;
|
|
7587
7236
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
7588
7237
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -7606,12 +7255,11 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
7606
7255
|
readonly 'text-neutrals'?: any;
|
|
7607
7256
|
readonly 'text-neutrals-disabled'?: any;
|
|
7608
7257
|
readonly 'text-neutrals-inverted'?: any;
|
|
7609
|
-
readonly 'text-neutrals-link'?: any;
|
|
7610
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
7611
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
7612
7258
|
readonly 'text-neutrals-placeholder'?: any;
|
|
7613
7259
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
7614
7260
|
readonly 'text-neutrals-subtle'?: any;
|
|
7261
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
7262
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
7615
7263
|
readonly 'text-primary'?: any;
|
|
7616
7264
|
readonly 'text-primary-active'?: any;
|
|
7617
7265
|
readonly 'text-primary-hover'?: any;
|
|
@@ -7631,7 +7279,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
7631
7279
|
readonly 'icon-neutrals-inverted'?: any;
|
|
7632
7280
|
readonly 'icon-neutrals-search'?: any;
|
|
7633
7281
|
readonly 'icon-neutrals-subtle'?: any;
|
|
7634
|
-
readonly 'icon-neutrals-
|
|
7282
|
+
readonly 'icon-neutrals-text'?: any;
|
|
7635
7283
|
readonly 'icon-primary'?: any;
|
|
7636
7284
|
readonly 'icon-primary-active'?: any;
|
|
7637
7285
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -7640,7 +7288,10 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
7640
7288
|
readonly 'icon-success'?: any;
|
|
7641
7289
|
readonly 'icon-success-inverted'?: any;
|
|
7642
7290
|
readonly 'icon-warning'?: any;
|
|
7291
|
+
readonly 'icon-warning-prominent'?: any;
|
|
7643
7292
|
readonly 'border-danger'?: any;
|
|
7293
|
+
readonly 'border-danger-active'?: any;
|
|
7294
|
+
readonly 'border-danger-hover'?: any;
|
|
7644
7295
|
readonly 'border-focus-inner'?: any;
|
|
7645
7296
|
readonly 'border-focus-middle'?: any;
|
|
7646
7297
|
readonly 'border-focus-outer'?: any;
|
|
@@ -7652,6 +7303,9 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
7652
7303
|
readonly 'border-neutrals-hover'?: any;
|
|
7653
7304
|
readonly 'border-neutrals-inverted'?: any;
|
|
7654
7305
|
readonly 'border-neutrals-subtle'?: any;
|
|
7306
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
7307
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
7308
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
7655
7309
|
readonly 'border-primary'?: any;
|
|
7656
7310
|
readonly 'border-primary-active'?: any;
|
|
7657
7311
|
readonly 'border-primary-hover'?: any;
|
|
@@ -7942,8 +7596,8 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
7942
7596
|
};
|
|
7943
7597
|
}> | undefined;
|
|
7944
7598
|
}> & {
|
|
7945
|
-
children?:
|
|
7946
|
-
} & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> &
|
|
7599
|
+
children?: react__default.ReactNode;
|
|
7600
|
+
} & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react__default.RefAttributes<HTMLDivElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
|
|
7947
7601
|
css?: _stitches_react_types_css_util.CSS<{}, {
|
|
7948
7602
|
'border-widths': {
|
|
7949
7603
|
readonly none: 0;
|
|
@@ -8016,7 +7670,6 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
8016
7670
|
readonly 'background-danger-prominent-active'?: any;
|
|
8017
7671
|
readonly 'background-danger-prominent-hover'?: any;
|
|
8018
7672
|
readonly 'background-neutrals'?: any;
|
|
8019
|
-
readonly 'background-neutrals-body'?: any;
|
|
8020
7673
|
readonly 'background-neutrals-container'?: any;
|
|
8021
7674
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
8022
7675
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -8024,6 +7677,8 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
8024
7677
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
8025
7678
|
readonly 'background-neutrals-inverted'?: any;
|
|
8026
7679
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
7680
|
+
readonly 'background-neutrals-page'?: any;
|
|
7681
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
8027
7682
|
readonly 'background-neutrals-scrolls'?: any;
|
|
8028
7683
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
8029
7684
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -8047,12 +7702,11 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
8047
7702
|
readonly 'text-neutrals'?: any;
|
|
8048
7703
|
readonly 'text-neutrals-disabled'?: any;
|
|
8049
7704
|
readonly 'text-neutrals-inverted'?: any;
|
|
8050
|
-
readonly 'text-neutrals-link'?: any;
|
|
8051
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
8052
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
8053
7705
|
readonly 'text-neutrals-placeholder'?: any;
|
|
8054
7706
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
8055
7707
|
readonly 'text-neutrals-subtle'?: any;
|
|
7708
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
7709
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
8056
7710
|
readonly 'text-primary'?: any;
|
|
8057
7711
|
readonly 'text-primary-active'?: any;
|
|
8058
7712
|
readonly 'text-primary-hover'?: any;
|
|
@@ -8072,7 +7726,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
8072
7726
|
readonly 'icon-neutrals-inverted'?: any;
|
|
8073
7727
|
readonly 'icon-neutrals-search'?: any;
|
|
8074
7728
|
readonly 'icon-neutrals-subtle'?: any;
|
|
8075
|
-
readonly 'icon-neutrals-
|
|
7729
|
+
readonly 'icon-neutrals-text'?: any;
|
|
8076
7730
|
readonly 'icon-primary'?: any;
|
|
8077
7731
|
readonly 'icon-primary-active'?: any;
|
|
8078
7732
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -8081,7 +7735,10 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
8081
7735
|
readonly 'icon-success'?: any;
|
|
8082
7736
|
readonly 'icon-success-inverted'?: any;
|
|
8083
7737
|
readonly 'icon-warning'?: any;
|
|
7738
|
+
readonly 'icon-warning-prominent'?: any;
|
|
8084
7739
|
readonly 'border-danger'?: any;
|
|
7740
|
+
readonly 'border-danger-active'?: any;
|
|
7741
|
+
readonly 'border-danger-hover'?: any;
|
|
8085
7742
|
readonly 'border-focus-inner'?: any;
|
|
8086
7743
|
readonly 'border-focus-middle'?: any;
|
|
8087
7744
|
readonly 'border-focus-outer'?: any;
|
|
@@ -8093,6 +7750,9 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
8093
7750
|
readonly 'border-neutrals-hover'?: any;
|
|
8094
7751
|
readonly 'border-neutrals-inverted'?: any;
|
|
8095
7752
|
readonly 'border-neutrals-subtle'?: any;
|
|
7753
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
7754
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
7755
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
8096
7756
|
readonly 'border-primary'?: any;
|
|
8097
7757
|
readonly 'border-primary-active'?: any;
|
|
8098
7758
|
readonly 'border-primary-hover'?: any;
|
|
@@ -8383,8 +8043,11 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
8383
8043
|
};
|
|
8384
8044
|
}> | undefined;
|
|
8385
8045
|
}> & {
|
|
8386
|
-
children?:
|
|
8387
|
-
} & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps
|
|
8046
|
+
children?: react__default.ReactNode;
|
|
8047
|
+
} & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react__default.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<(props: ComponentPropsWithRef<typeof StyledRightSlot>) => JSX.Element, {}, {}>;
|
|
8048
|
+
declare const IllustrationSlot: react__default.ForwardRefExoticComponent<Pick<IconSlotProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | "customIcon"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
8049
|
+
|
|
8050
|
+
declare const ItemDescription: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
|
|
8388
8051
|
ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
|
|
8389
8052
|
} & {
|
|
8390
8053
|
asChild?: boolean | undefined;
|
|
@@ -8461,7 +8124,6 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
8461
8124
|
readonly 'background-danger-prominent-active'?: any;
|
|
8462
8125
|
readonly 'background-danger-prominent-hover'?: any;
|
|
8463
8126
|
readonly 'background-neutrals'?: any;
|
|
8464
|
-
readonly 'background-neutrals-body'?: any;
|
|
8465
8127
|
readonly 'background-neutrals-container'?: any;
|
|
8466
8128
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
8467
8129
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -8469,6 +8131,8 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
8469
8131
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
8470
8132
|
readonly 'background-neutrals-inverted'?: any;
|
|
8471
8133
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
8134
|
+
readonly 'background-neutrals-page'?: any;
|
|
8135
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
8472
8136
|
readonly 'background-neutrals-scrolls'?: any;
|
|
8473
8137
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
8474
8138
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -8492,12 +8156,11 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
8492
8156
|
readonly 'text-neutrals'?: any;
|
|
8493
8157
|
readonly 'text-neutrals-disabled'?: any;
|
|
8494
8158
|
readonly 'text-neutrals-inverted'?: any;
|
|
8495
|
-
readonly 'text-neutrals-link'?: any;
|
|
8496
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
8497
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
8498
8159
|
readonly 'text-neutrals-placeholder'?: any;
|
|
8499
8160
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
8500
8161
|
readonly 'text-neutrals-subtle'?: any;
|
|
8162
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
8163
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
8501
8164
|
readonly 'text-primary'?: any;
|
|
8502
8165
|
readonly 'text-primary-active'?: any;
|
|
8503
8166
|
readonly 'text-primary-hover'?: any;
|
|
@@ -8517,7 +8180,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
8517
8180
|
readonly 'icon-neutrals-inverted'?: any;
|
|
8518
8181
|
readonly 'icon-neutrals-search'?: any;
|
|
8519
8182
|
readonly 'icon-neutrals-subtle'?: any;
|
|
8520
|
-
readonly 'icon-neutrals-
|
|
8183
|
+
readonly 'icon-neutrals-text'?: any;
|
|
8521
8184
|
readonly 'icon-primary'?: any;
|
|
8522
8185
|
readonly 'icon-primary-active'?: any;
|
|
8523
8186
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -8526,7 +8189,10 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
8526
8189
|
readonly 'icon-success'?: any;
|
|
8527
8190
|
readonly 'icon-success-inverted'?: any;
|
|
8528
8191
|
readonly 'icon-warning'?: any;
|
|
8192
|
+
readonly 'icon-warning-prominent'?: any;
|
|
8529
8193
|
readonly 'border-danger'?: any;
|
|
8194
|
+
readonly 'border-danger-active'?: any;
|
|
8195
|
+
readonly 'border-danger-hover'?: any;
|
|
8530
8196
|
readonly 'border-focus-inner'?: any;
|
|
8531
8197
|
readonly 'border-focus-middle'?: any;
|
|
8532
8198
|
readonly 'border-focus-outer'?: any;
|
|
@@ -8538,6 +8204,9 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
8538
8204
|
readonly 'border-neutrals-hover'?: any;
|
|
8539
8205
|
readonly 'border-neutrals-inverted'?: any;
|
|
8540
8206
|
readonly 'border-neutrals-subtle'?: any;
|
|
8207
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
8208
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
8209
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
8541
8210
|
readonly 'border-primary'?: any;
|
|
8542
8211
|
readonly 'border-primary-active'?: any;
|
|
8543
8212
|
readonly 'border-primary-hover'?: any;
|
|
@@ -8829,13 +8498,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
8829
8498
|
}> | undefined;
|
|
8830
8499
|
}> & {
|
|
8831
8500
|
children?: react.ReactNode;
|
|
8832
|
-
} & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<
|
|
8833
|
-
customIcon?: boolean | "true" | undefined;
|
|
8834
|
-
}, {}>;
|
|
8835
|
-
declare type StyledIconSlotProps = StrictComponentProps<typeof StyledIconSlot>;
|
|
8836
|
-
|
|
8837
|
-
declare type IconSlotProps = Omit<StyledIconSlotProps, 'custom'>;
|
|
8838
|
-
declare const IconSlot: react__default.ForwardRefExoticComponent<Pick<IconSlotProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | "customIcon"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
8501
|
+
} & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}>;
|
|
8839
8502
|
|
|
8840
8503
|
interface DropdownMenuProps {
|
|
8841
8504
|
/**
|