@mirohq/design-system-select 0.1.11 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/types.d.ts +104 -0
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -119,6 +119,9 @@ declare const StyledGroup: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
119
119
  "background-primary-subtle-pressed-hover"?: any;
120
120
  "background-primary-subtle-selected"?: any;
121
121
  "background-success"?: any;
122
+ "background-success-prominent"?: any;
123
+ "background-success-prominent-active"?: any;
124
+ "background-success-prominent-hover"?: any;
122
125
  "background-warning-prominent"?: any;
123
126
  "background-warning-subtle"?: any;
124
127
  "border-danger"?: any;
@@ -147,6 +150,8 @@ declare const StyledGroup: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
147
150
  "border-primary-hover"?: any;
148
151
  "border-primary-inverted"?: any;
149
152
  "border-success"?: any;
153
+ "border-success-active"?: any;
154
+ "border-success-hover"?: any;
150
155
  "border-warning"?: any;
151
156
  "icon-danger"?: any;
152
157
  "icon-danger-active"?: any;
@@ -166,9 +171,12 @@ declare const StyledGroup: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
166
171
  "icon-primary-inverted"?: any;
167
172
  "icon-primary-selected"?: any;
168
173
  "icon-success"?: any;
174
+ "icon-success-active"?: any;
175
+ "icon-success-hover"?: any;
169
176
  "icon-success-inverted"?: any;
170
177
  "icon-warning"?: any;
171
178
  "icon-warning-prominent"?: any;
179
+ "icon-warning-subtle"?: any;
172
180
  "text-danger"?: any;
173
181
  "text-danger-active"?: any;
174
182
  "text-danger-hover"?: any;
@@ -190,7 +198,11 @@ declare const StyledGroup: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
190
198
  "text-primary-inverted-subtle"?: any;
191
199
  "text-primary-selected"?: any;
192
200
  "text-success"?: any;
201
+ "text-success-active"?: any;
202
+ "text-success-hover"?: any;
203
+ "text-success-inverted"?: any;
193
204
  "text-warning"?: any;
205
+ "text-warning-subtle"?: any;
194
206
  };
195
207
  'font-sizes': {
196
208
  readonly 150: "0.75rem";
@@ -233,6 +245,7 @@ declare const StyledGroup: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
233
245
  };
234
246
  space: {
235
247
  readonly 0: "0px";
248
+ readonly 25: "2px";
236
249
  readonly 50: "4px";
237
250
  readonly 100: "8px";
238
251
  readonly 150: "12px";
@@ -599,6 +612,9 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
599
612
  "background-primary-subtle-pressed-hover"?: any;
600
613
  "background-primary-subtle-selected"?: any;
601
614
  "background-success"?: any;
615
+ "background-success-prominent"?: any;
616
+ "background-success-prominent-active"?: any;
617
+ "background-success-prominent-hover"?: any;
602
618
  "background-warning-prominent"?: any;
603
619
  "background-warning-subtle"?: any;
604
620
  "border-danger"?: any;
@@ -627,6 +643,8 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
627
643
  "border-primary-hover"?: any;
628
644
  "border-primary-inverted"?: any;
629
645
  "border-success"?: any;
646
+ "border-success-active"?: any;
647
+ "border-success-hover"?: any;
630
648
  "border-warning"?: any;
631
649
  "icon-danger"?: any;
632
650
  "icon-danger-active"?: any;
@@ -646,9 +664,12 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
646
664
  "icon-primary-inverted"?: any;
647
665
  "icon-primary-selected"?: any;
648
666
  "icon-success"?: any;
667
+ "icon-success-active"?: any;
668
+ "icon-success-hover"?: any;
649
669
  "icon-success-inverted"?: any;
650
670
  "icon-warning"?: any;
651
671
  "icon-warning-prominent"?: any;
672
+ "icon-warning-subtle"?: any;
652
673
  "text-danger"?: any;
653
674
  "text-danger-active"?: any;
654
675
  "text-danger-hover"?: any;
@@ -670,7 +691,11 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
670
691
  "text-primary-inverted-subtle"?: any;
671
692
  "text-primary-selected"?: any;
672
693
  "text-success"?: any;
694
+ "text-success-active"?: any;
695
+ "text-success-hover"?: any;
696
+ "text-success-inverted"?: any;
673
697
  "text-warning"?: any;
698
+ "text-warning-subtle"?: any;
674
699
  };
675
700
  'font-sizes': {
676
701
  readonly 150: "0.75rem";
@@ -713,6 +738,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{}, never> &
713
738
  };
714
739
  space: {
715
740
  readonly 0: "0px";
741
+ readonly 25: "2px";
716
742
  readonly 50: "4px";
717
743
  readonly 100: "8px";
718
744
  readonly 150: "12px";
@@ -1093,6 +1119,9 @@ declare const StyledPortal: react.ForwardRefExoticComponent<Omit<{}, never> & _s
1093
1119
  "background-primary-subtle-pressed-hover"?: any;
1094
1120
  "background-primary-subtle-selected"?: any;
1095
1121
  "background-success"?: any;
1122
+ "background-success-prominent"?: any;
1123
+ "background-success-prominent-active"?: any;
1124
+ "background-success-prominent-hover"?: any;
1096
1125
  "background-warning-prominent"?: any;
1097
1126
  "background-warning-subtle"?: any;
1098
1127
  "border-danger"?: any;
@@ -1121,6 +1150,8 @@ declare const StyledPortal: react.ForwardRefExoticComponent<Omit<{}, never> & _s
1121
1150
  "border-primary-hover"?: any;
1122
1151
  "border-primary-inverted"?: any;
1123
1152
  "border-success"?: any;
1153
+ "border-success-active"?: any;
1154
+ "border-success-hover"?: any;
1124
1155
  "border-warning"?: any;
1125
1156
  "icon-danger"?: any;
1126
1157
  "icon-danger-active"?: any;
@@ -1140,9 +1171,12 @@ declare const StyledPortal: react.ForwardRefExoticComponent<Omit<{}, never> & _s
1140
1171
  "icon-primary-inverted"?: any;
1141
1172
  "icon-primary-selected"?: any;
1142
1173
  "icon-success"?: any;
1174
+ "icon-success-active"?: any;
1175
+ "icon-success-hover"?: any;
1143
1176
  "icon-success-inverted"?: any;
1144
1177
  "icon-warning"?: any;
1145
1178
  "icon-warning-prominent"?: any;
1179
+ "icon-warning-subtle"?: any;
1146
1180
  "text-danger"?: any;
1147
1181
  "text-danger-active"?: any;
1148
1182
  "text-danger-hover"?: any;
@@ -1164,7 +1198,11 @@ declare const StyledPortal: react.ForwardRefExoticComponent<Omit<{}, never> & _s
1164
1198
  "text-primary-inverted-subtle"?: any;
1165
1199
  "text-primary-selected"?: any;
1166
1200
  "text-success"?: any;
1201
+ "text-success-active"?: any;
1202
+ "text-success-hover"?: any;
1203
+ "text-success-inverted"?: any;
1167
1204
  "text-warning"?: any;
1205
+ "text-warning-subtle"?: any;
1168
1206
  };
1169
1207
  'font-sizes': {
1170
1208
  readonly 150: "0.75rem";
@@ -1207,6 +1245,7 @@ declare const StyledPortal: react.ForwardRefExoticComponent<Omit<{}, never> & _s
1207
1245
  };
1208
1246
  space: {
1209
1247
  readonly 0: "0px";
1248
+ readonly 25: "2px";
1210
1249
  readonly 50: "4px";
1211
1250
  readonly 100: "8px";
1212
1251
  readonly 150: "12px";
@@ -1581,6 +1620,9 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{
1581
1620
  "background-primary-subtle-pressed-hover"?: any;
1582
1621
  "background-primary-subtle-selected"?: any;
1583
1622
  "background-success"?: any;
1623
+ "background-success-prominent"?: any;
1624
+ "background-success-prominent-active"?: any;
1625
+ "background-success-prominent-hover"?: any;
1584
1626
  "background-warning-prominent"?: any;
1585
1627
  "background-warning-subtle"?: any;
1586
1628
  "border-danger"?: any;
@@ -1609,6 +1651,8 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{
1609
1651
  "border-primary-hover"?: any;
1610
1652
  "border-primary-inverted"?: any;
1611
1653
  "border-success"?: any;
1654
+ "border-success-active"?: any;
1655
+ "border-success-hover"?: any;
1612
1656
  "border-warning"?: any;
1613
1657
  "icon-danger"?: any;
1614
1658
  "icon-danger-active"?: any;
@@ -1628,9 +1672,12 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{
1628
1672
  "icon-primary-inverted"?: any;
1629
1673
  "icon-primary-selected"?: any;
1630
1674
  "icon-success"?: any;
1675
+ "icon-success-active"?: any;
1676
+ "icon-success-hover"?: any;
1631
1677
  "icon-success-inverted"?: any;
1632
1678
  "icon-warning"?: any;
1633
1679
  "icon-warning-prominent"?: any;
1680
+ "icon-warning-subtle"?: any;
1634
1681
  "text-danger"?: any;
1635
1682
  "text-danger-active"?: any;
1636
1683
  "text-danger-hover"?: any;
@@ -1652,7 +1699,11 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{
1652
1699
  "text-primary-inverted-subtle"?: any;
1653
1700
  "text-primary-selected"?: any;
1654
1701
  "text-success"?: any;
1702
+ "text-success-active"?: any;
1703
+ "text-success-hover"?: any;
1704
+ "text-success-inverted"?: any;
1655
1705
  "text-warning"?: any;
1706
+ "text-warning-subtle"?: any;
1656
1707
  };
1657
1708
  'font-sizes': {
1658
1709
  readonly 150: "0.75rem";
@@ -1695,6 +1746,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{
1695
1746
  };
1696
1747
  space: {
1697
1748
  readonly 0: "0px";
1749
+ readonly 25: "2px";
1698
1750
  readonly 50: "4px";
1699
1751
  readonly 100: "8px";
1700
1752
  readonly 150: "12px";
@@ -2081,6 +2133,9 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never
2081
2133
  "background-primary-subtle-pressed-hover"?: any;
2082
2134
  "background-primary-subtle-selected"?: any;
2083
2135
  "background-success"?: any;
2136
+ "background-success-prominent"?: any;
2137
+ "background-success-prominent-active"?: any;
2138
+ "background-success-prominent-hover"?: any;
2084
2139
  "background-warning-prominent"?: any;
2085
2140
  "background-warning-subtle"?: any;
2086
2141
  "border-danger"?: any;
@@ -2109,6 +2164,8 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never
2109
2164
  "border-primary-hover"?: any;
2110
2165
  "border-primary-inverted"?: any;
2111
2166
  "border-success"?: any;
2167
+ "border-success-active"?: any;
2168
+ "border-success-hover"?: any;
2112
2169
  "border-warning"?: any;
2113
2170
  "icon-danger"?: any;
2114
2171
  "icon-danger-active"?: any;
@@ -2128,9 +2185,12 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never
2128
2185
  "icon-primary-inverted"?: any;
2129
2186
  "icon-primary-selected"?: any;
2130
2187
  "icon-success"?: any;
2188
+ "icon-success-active"?: any;
2189
+ "icon-success-hover"?: any;
2131
2190
  "icon-success-inverted"?: any;
2132
2191
  "icon-warning"?: any;
2133
2192
  "icon-warning-prominent"?: any;
2193
+ "icon-warning-subtle"?: any;
2134
2194
  "text-danger"?: any;
2135
2195
  "text-danger-active"?: any;
2136
2196
  "text-danger-hover"?: any;
@@ -2152,7 +2212,11 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never
2152
2212
  "text-primary-inverted-subtle"?: any;
2153
2213
  "text-primary-selected"?: any;
2154
2214
  "text-success"?: any;
2215
+ "text-success-active"?: any;
2216
+ "text-success-hover"?: any;
2217
+ "text-success-inverted"?: any;
2155
2218
  "text-warning"?: any;
2219
+ "text-warning-subtle"?: any;
2156
2220
  };
2157
2221
  'font-sizes': {
2158
2222
  readonly 150: "0.75rem";
@@ -2195,6 +2259,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never
2195
2259
  };
2196
2260
  space: {
2197
2261
  readonly 0: "0px";
2262
+ readonly 25: "2px";
2198
2263
  readonly 50: "4px";
2199
2264
  readonly 100: "8px";
2200
2265
  readonly 150: "12px";
@@ -2679,6 +2744,9 @@ declare const StyledLabel: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
2679
2744
  "background-primary-subtle-pressed-hover"?: any;
2680
2745
  "background-primary-subtle-selected"?: any;
2681
2746
  "background-success"?: any;
2747
+ "background-success-prominent"?: any;
2748
+ "background-success-prominent-active"?: any;
2749
+ "background-success-prominent-hover"?: any;
2682
2750
  "background-warning-prominent"?: any;
2683
2751
  "background-warning-subtle"?: any;
2684
2752
  "border-danger"?: any;
@@ -2707,6 +2775,8 @@ declare const StyledLabel: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
2707
2775
  "border-primary-hover"?: any;
2708
2776
  "border-primary-inverted"?: any;
2709
2777
  "border-success"?: any;
2778
+ "border-success-active"?: any;
2779
+ "border-success-hover"?: any;
2710
2780
  "border-warning"?: any;
2711
2781
  "icon-danger"?: any;
2712
2782
  "icon-danger-active"?: any;
@@ -2726,9 +2796,12 @@ declare const StyledLabel: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
2726
2796
  "icon-primary-inverted"?: any;
2727
2797
  "icon-primary-selected"?: any;
2728
2798
  "icon-success"?: any;
2799
+ "icon-success-active"?: any;
2800
+ "icon-success-hover"?: any;
2729
2801
  "icon-success-inverted"?: any;
2730
2802
  "icon-warning"?: any;
2731
2803
  "icon-warning-prominent"?: any;
2804
+ "icon-warning-subtle"?: any;
2732
2805
  "text-danger"?: any;
2733
2806
  "text-danger-active"?: any;
2734
2807
  "text-danger-hover"?: any;
@@ -2750,7 +2823,11 @@ declare const StyledLabel: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
2750
2823
  "text-primary-inverted-subtle"?: any;
2751
2824
  "text-primary-selected"?: any;
2752
2825
  "text-success"?: any;
2826
+ "text-success-active"?: any;
2827
+ "text-success-hover"?: any;
2828
+ "text-success-inverted"?: any;
2753
2829
  "text-warning"?: any;
2830
+ "text-warning-subtle"?: any;
2754
2831
  };
2755
2832
  'font-sizes': {
2756
2833
  readonly 150: "0.75rem";
@@ -2793,6 +2870,7 @@ declare const StyledLabel: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
2793
2870
  };
2794
2871
  space: {
2795
2872
  readonly 0: "0px";
2873
+ readonly 25: "2px";
2796
2874
  readonly 50: "4px";
2797
2875
  readonly 100: "8px";
2798
2876
  readonly 150: "12px";
@@ -3159,6 +3237,9 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
3159
3237
  "background-primary-subtle-pressed-hover"?: any;
3160
3238
  "background-primary-subtle-selected"?: any;
3161
3239
  "background-success"?: any;
3240
+ "background-success-prominent"?: any;
3241
+ "background-success-prominent-active"?: any;
3242
+ "background-success-prominent-hover"?: any;
3162
3243
  "background-warning-prominent"?: any;
3163
3244
  "background-warning-subtle"?: any;
3164
3245
  "border-danger"?: any;
@@ -3187,6 +3268,8 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
3187
3268
  "border-primary-hover"?: any;
3188
3269
  "border-primary-inverted"?: any;
3189
3270
  "border-success"?: any;
3271
+ "border-success-active"?: any;
3272
+ "border-success-hover"?: any;
3190
3273
  "border-warning"?: any;
3191
3274
  "icon-danger"?: any;
3192
3275
  "icon-danger-active"?: any;
@@ -3206,9 +3289,12 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
3206
3289
  "icon-primary-inverted"?: any;
3207
3290
  "icon-primary-selected"?: any;
3208
3291
  "icon-success"?: any;
3292
+ "icon-success-active"?: any;
3293
+ "icon-success-hover"?: any;
3209
3294
  "icon-success-inverted"?: any;
3210
3295
  "icon-warning"?: any;
3211
3296
  "icon-warning-prominent"?: any;
3297
+ "icon-warning-subtle"?: any;
3212
3298
  "text-danger"?: any;
3213
3299
  "text-danger-active"?: any;
3214
3300
  "text-danger-hover"?: any;
@@ -3230,7 +3316,11 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
3230
3316
  "text-primary-inverted-subtle"?: any;
3231
3317
  "text-primary-selected"?: any;
3232
3318
  "text-success"?: any;
3319
+ "text-success-active"?: any;
3320
+ "text-success-hover"?: any;
3321
+ "text-success-inverted"?: any;
3233
3322
  "text-warning"?: any;
3323
+ "text-warning-subtle"?: any;
3234
3324
  };
3235
3325
  'font-sizes': {
3236
3326
  readonly 150: "0.75rem";
@@ -3273,6 +3363,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<{}, nev
3273
3363
  };
3274
3364
  space: {
3275
3365
  readonly 0: "0px";
3366
+ readonly 25: "2px";
3276
3367
  readonly 50: "4px";
3277
3368
  readonly 100: "8px";
3278
3369
  readonly 150: "12px";
@@ -3639,6 +3730,9 @@ declare const StyledSelect: react.ForwardRefExoticComponent<Omit<{}, never> & _s
3639
3730
  "background-primary-subtle-pressed-hover"?: any;
3640
3731
  "background-primary-subtle-selected"?: any;
3641
3732
  "background-success"?: any;
3733
+ "background-success-prominent"?: any;
3734
+ "background-success-prominent-active"?: any;
3735
+ "background-success-prominent-hover"?: any;
3642
3736
  "background-warning-prominent"?: any;
3643
3737
  "background-warning-subtle"?: any;
3644
3738
  "border-danger"?: any;
@@ -3667,6 +3761,8 @@ declare const StyledSelect: react.ForwardRefExoticComponent<Omit<{}, never> & _s
3667
3761
  "border-primary-hover"?: any;
3668
3762
  "border-primary-inverted"?: any;
3669
3763
  "border-success"?: any;
3764
+ "border-success-active"?: any;
3765
+ "border-success-hover"?: any;
3670
3766
  "border-warning"?: any;
3671
3767
  "icon-danger"?: any;
3672
3768
  "icon-danger-active"?: any;
@@ -3686,9 +3782,12 @@ declare const StyledSelect: react.ForwardRefExoticComponent<Omit<{}, never> & _s
3686
3782
  "icon-primary-inverted"?: any;
3687
3783
  "icon-primary-selected"?: any;
3688
3784
  "icon-success"?: any;
3785
+ "icon-success-active"?: any;
3786
+ "icon-success-hover"?: any;
3689
3787
  "icon-success-inverted"?: any;
3690
3788
  "icon-warning"?: any;
3691
3789
  "icon-warning-prominent"?: any;
3790
+ "icon-warning-subtle"?: any;
3692
3791
  "text-danger"?: any;
3693
3792
  "text-danger-active"?: any;
3694
3793
  "text-danger-hover"?: any;
@@ -3710,7 +3809,11 @@ declare const StyledSelect: react.ForwardRefExoticComponent<Omit<{}, never> & _s
3710
3809
  "text-primary-inverted-subtle"?: any;
3711
3810
  "text-primary-selected"?: any;
3712
3811
  "text-success"?: any;
3812
+ "text-success-active"?: any;
3813
+ "text-success-hover"?: any;
3814
+ "text-success-inverted"?: any;
3713
3815
  "text-warning"?: any;
3816
+ "text-warning-subtle"?: any;
3714
3817
  };
3715
3818
  'font-sizes': {
3716
3819
  readonly 150: "0.75rem";
@@ -3753,6 +3856,7 @@ declare const StyledSelect: react.ForwardRefExoticComponent<Omit<{}, never> & _s
3753
3856
  };
3754
3857
  space: {
3755
3858
  readonly 0: "0px";
3859
+ readonly 25: "2px";
3756
3860
  readonly 50: "4px";
3757
3861
  readonly 100: "8px";
3758
3862
  readonly 150: "12px";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-select",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -27,10 +27,10 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@radix-ui/react-select": "^2.0.0",
30
- "@mirohq/design-system-icons": "^0.30.6",
30
+ "@mirohq/design-system-icons": "^0.30.7",
31
31
  "@mirohq/design-system-primitive": "^1.1.1",
32
- "@mirohq/design-system-scroll-area": "^0.1.13",
33
- "@mirohq/design-system-stitches": "^2.3.13",
32
+ "@mirohq/design-system-scroll-area": "^0.1.14",
33
+ "@mirohq/design-system-stitches": "^2.3.14",
34
34
  "@mirohq/design-system-types": "^0.6.2",
35
35
  "@mirohq/design-system-utils": "^0.14.3"
36
36
  },