@hive-ui/radio-checkbox-primitive 0.2.4 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +96 -0
- package/package.json +7 -7
package/dist/index.d.mts
CHANGED
|
@@ -120,6 +120,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
120
120
|
style?: _$react.CSSProperties;
|
|
121
121
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
122
122
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
123
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
124
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
123
125
|
} & {
|
|
124
126
|
_hover?: {
|
|
125
127
|
background?: "none";
|
|
@@ -226,6 +228,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
226
228
|
style?: _$react.CSSProperties;
|
|
227
229
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
228
230
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
231
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
232
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
229
233
|
} | undefined;
|
|
230
234
|
_active?: {
|
|
231
235
|
background?: "none";
|
|
@@ -332,6 +336,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
332
336
|
style?: _$react.CSSProperties;
|
|
333
337
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
334
338
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
339
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
340
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
335
341
|
} | undefined;
|
|
336
342
|
_focus?: {
|
|
337
343
|
background?: "none";
|
|
@@ -438,6 +444,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
438
444
|
style?: _$react.CSSProperties;
|
|
439
445
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
440
446
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
447
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
448
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
441
449
|
} | undefined;
|
|
442
450
|
_focus_hover?: {
|
|
443
451
|
background?: "none";
|
|
@@ -544,6 +552,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
544
552
|
style?: _$react.CSSProperties;
|
|
545
553
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
546
554
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
555
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
556
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
547
557
|
} | undefined;
|
|
548
558
|
_focus_placeholder?: {
|
|
549
559
|
background?: "none";
|
|
@@ -650,6 +660,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
650
660
|
style?: _$react.CSSProperties;
|
|
651
661
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
652
662
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
663
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
664
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
653
665
|
} | undefined;
|
|
654
666
|
_visited?: {
|
|
655
667
|
background?: "none";
|
|
@@ -756,6 +768,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
756
768
|
style?: _$react.CSSProperties;
|
|
757
769
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
758
770
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
771
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
772
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
759
773
|
} | undefined;
|
|
760
774
|
_even?: {
|
|
761
775
|
background?: "none";
|
|
@@ -862,6 +876,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
862
876
|
style?: _$react.CSSProperties;
|
|
863
877
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
864
878
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
879
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
880
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
865
881
|
} | undefined;
|
|
866
882
|
_odd?: {
|
|
867
883
|
background?: "none";
|
|
@@ -968,6 +984,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
968
984
|
style?: _$react.CSSProperties;
|
|
969
985
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
970
986
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
987
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
988
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
971
989
|
} | undefined;
|
|
972
990
|
_disabled?: {
|
|
973
991
|
background?: "none";
|
|
@@ -1074,6 +1092,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
1074
1092
|
style?: _$react.CSSProperties;
|
|
1075
1093
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
1076
1094
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
1095
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
1096
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
1077
1097
|
} | undefined;
|
|
1078
1098
|
_disabled_focus?: {
|
|
1079
1099
|
background?: "none";
|
|
@@ -1180,6 +1200,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
1180
1200
|
style?: _$react.CSSProperties;
|
|
1181
1201
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
1182
1202
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
1203
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
1204
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
1183
1205
|
} | undefined;
|
|
1184
1206
|
_checked?: {
|
|
1185
1207
|
background?: "none";
|
|
@@ -1286,6 +1308,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
1286
1308
|
style?: _$react.CSSProperties;
|
|
1287
1309
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
1288
1310
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
1311
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
1312
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
1289
1313
|
} | undefined;
|
|
1290
1314
|
_checked_hover?: {
|
|
1291
1315
|
background?: "none";
|
|
@@ -1392,6 +1416,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
1392
1416
|
style?: _$react.CSSProperties;
|
|
1393
1417
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
1394
1418
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
1419
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
1420
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
1395
1421
|
} | undefined;
|
|
1396
1422
|
_mixed?: {
|
|
1397
1423
|
background?: "none";
|
|
@@ -1498,6 +1524,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
1498
1524
|
style?: _$react.CSSProperties;
|
|
1499
1525
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
1500
1526
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
1527
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
1528
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
1501
1529
|
} | undefined;
|
|
1502
1530
|
_selected?: {
|
|
1503
1531
|
background?: "none";
|
|
@@ -1604,6 +1632,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
1604
1632
|
style?: _$react.CSSProperties;
|
|
1605
1633
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
1606
1634
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
1635
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
1636
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
1607
1637
|
} | undefined;
|
|
1608
1638
|
_selected_hover?: {
|
|
1609
1639
|
background?: "none";
|
|
@@ -1710,6 +1740,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
1710
1740
|
style?: _$react.CSSProperties;
|
|
1711
1741
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
1712
1742
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
1743
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
1744
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
1713
1745
|
} | undefined;
|
|
1714
1746
|
_selected_focus?: {
|
|
1715
1747
|
background?: "none";
|
|
@@ -1816,6 +1848,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
1816
1848
|
style?: _$react.CSSProperties;
|
|
1817
1849
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
1818
1850
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
1851
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
1852
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
1819
1853
|
} | undefined;
|
|
1820
1854
|
_selected_focusVisible?: {
|
|
1821
1855
|
background?: "none";
|
|
@@ -1922,6 +1956,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
1922
1956
|
style?: _$react.CSSProperties;
|
|
1923
1957
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
1924
1958
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
1959
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
1960
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
1925
1961
|
} | undefined;
|
|
1926
1962
|
_invalid?: {
|
|
1927
1963
|
background?: "none";
|
|
@@ -2028,6 +2064,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
2028
2064
|
style?: _$react.CSSProperties;
|
|
2029
2065
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
2030
2066
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
2067
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
2068
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
2031
2069
|
} | undefined;
|
|
2032
2070
|
_pressed?: {
|
|
2033
2071
|
background?: "none";
|
|
@@ -2134,6 +2172,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
2134
2172
|
style?: _$react.CSSProperties;
|
|
2135
2173
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
2136
2174
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
2175
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
2176
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
2137
2177
|
} | undefined;
|
|
2138
2178
|
_pressed_focus?: {
|
|
2139
2179
|
background?: "none";
|
|
@@ -2240,6 +2280,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
2240
2280
|
style?: _$react.CSSProperties;
|
|
2241
2281
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
2242
2282
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
2283
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
2284
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
2243
2285
|
} | undefined;
|
|
2244
2286
|
_pressed_hover?: {
|
|
2245
2287
|
background?: "none";
|
|
@@ -2346,6 +2388,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
2346
2388
|
style?: _$react.CSSProperties;
|
|
2347
2389
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
2348
2390
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
2391
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
2392
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
2349
2393
|
} | undefined;
|
|
2350
2394
|
_pressed_active?: {
|
|
2351
2395
|
background?: "none";
|
|
@@ -2452,6 +2496,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
2452
2496
|
style?: _$react.CSSProperties;
|
|
2453
2497
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
2454
2498
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
2499
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
2500
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
2455
2501
|
} | undefined;
|
|
2456
2502
|
_pressed_disabled?: {
|
|
2457
2503
|
background?: "none";
|
|
@@ -2558,6 +2604,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
2558
2604
|
style?: _$react.CSSProperties;
|
|
2559
2605
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
2560
2606
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
2607
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
2608
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
2561
2609
|
} | undefined;
|
|
2562
2610
|
_readOnly?: {
|
|
2563
2611
|
background?: "none";
|
|
@@ -2664,6 +2712,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
2664
2712
|
style?: _$react.CSSProperties;
|
|
2665
2713
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
2666
2714
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
2715
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
2716
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
2667
2717
|
} | undefined;
|
|
2668
2718
|
_first?: {
|
|
2669
2719
|
background?: "none";
|
|
@@ -2770,6 +2820,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
2770
2820
|
style?: _$react.CSSProperties;
|
|
2771
2821
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
2772
2822
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
2823
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
2824
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
2773
2825
|
} | undefined;
|
|
2774
2826
|
_last?: {
|
|
2775
2827
|
background?: "none";
|
|
@@ -2876,6 +2928,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
2876
2928
|
style?: _$react.CSSProperties;
|
|
2877
2929
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
2878
2930
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
2931
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
2932
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
2879
2933
|
} | undefined;
|
|
2880
2934
|
_expanded?: {
|
|
2881
2935
|
background?: "none";
|
|
@@ -2982,6 +3036,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
2982
3036
|
style?: _$react.CSSProperties;
|
|
2983
3037
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
2984
3038
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
3039
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
3040
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
2985
3041
|
} | undefined;
|
|
2986
3042
|
_grabbed?: {
|
|
2987
3043
|
background?: "none";
|
|
@@ -3088,6 +3144,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
3088
3144
|
style?: _$react.CSSProperties;
|
|
3089
3145
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
3090
3146
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
3147
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
3148
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
3091
3149
|
} | undefined;
|
|
3092
3150
|
_notFirst?: {
|
|
3093
3151
|
background?: "none";
|
|
@@ -3194,6 +3252,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
3194
3252
|
style?: _$react.CSSProperties;
|
|
3195
3253
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
3196
3254
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
3255
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
3256
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
3197
3257
|
} | undefined;
|
|
3198
3258
|
_notLast?: {
|
|
3199
3259
|
background?: "none";
|
|
@@ -3300,6 +3360,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
3300
3360
|
style?: _$react.CSSProperties;
|
|
3301
3361
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
3302
3362
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
3363
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
3364
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
3303
3365
|
} | undefined;
|
|
3304
3366
|
_groupHover?: {
|
|
3305
3367
|
background?: "none";
|
|
@@ -3406,6 +3468,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
3406
3468
|
style?: _$react.CSSProperties;
|
|
3407
3469
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
3408
3470
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
3471
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
3472
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
3409
3473
|
} | undefined;
|
|
3410
3474
|
_before?: {
|
|
3411
3475
|
background?: "none";
|
|
@@ -3512,6 +3576,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
3512
3576
|
style?: _$react.CSSProperties;
|
|
3513
3577
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
3514
3578
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
3579
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
3580
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
3515
3581
|
} | undefined;
|
|
3516
3582
|
_after?: {
|
|
3517
3583
|
background?: "none";
|
|
@@ -3618,6 +3684,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
3618
3684
|
style?: _$react.CSSProperties;
|
|
3619
3685
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
3620
3686
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
3687
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
3688
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
3621
3689
|
} | undefined;
|
|
3622
3690
|
_selected_after?: {
|
|
3623
3691
|
background?: "none";
|
|
@@ -3724,6 +3792,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
3724
3792
|
style?: _$react.CSSProperties;
|
|
3725
3793
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
3726
3794
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
3795
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
3796
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
3727
3797
|
} | undefined;
|
|
3728
3798
|
_focus_selected_after?: {
|
|
3729
3799
|
background?: "none";
|
|
@@ -3830,6 +3900,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
3830
3900
|
style?: _$react.CSSProperties;
|
|
3831
3901
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
3832
3902
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
3903
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
3904
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
3833
3905
|
} | undefined;
|
|
3834
3906
|
_selected_hover_after?: {
|
|
3835
3907
|
background?: "none";
|
|
@@ -3936,6 +4008,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
3936
4008
|
style?: _$react.CSSProperties;
|
|
3937
4009
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
3938
4010
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
4011
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
4012
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
3939
4013
|
} | undefined;
|
|
3940
4014
|
_focus_selected_hover_after?: {
|
|
3941
4015
|
background?: "none";
|
|
@@ -4042,6 +4116,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
4042
4116
|
style?: _$react.CSSProperties;
|
|
4043
4117
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
4044
4118
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
4119
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
4120
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
4045
4121
|
} | undefined;
|
|
4046
4122
|
_disabled_focus_after?: {
|
|
4047
4123
|
background?: "none";
|
|
@@ -4148,6 +4224,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
4148
4224
|
style?: _$react.CSSProperties;
|
|
4149
4225
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
4150
4226
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
4227
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
4228
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
4151
4229
|
} | undefined;
|
|
4152
4230
|
_focusWithin?: {
|
|
4153
4231
|
background?: "none";
|
|
@@ -4254,6 +4332,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
4254
4332
|
style?: _$react.CSSProperties;
|
|
4255
4333
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
4256
4334
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
4335
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
4336
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
4257
4337
|
} | undefined;
|
|
4258
4338
|
_focusVisible?: {
|
|
4259
4339
|
background?: "none";
|
|
@@ -4360,6 +4440,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
4360
4440
|
style?: _$react.CSSProperties;
|
|
4361
4441
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
4362
4442
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
4443
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
4444
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
4363
4445
|
} | undefined;
|
|
4364
4446
|
_placeholder?: {
|
|
4365
4447
|
background?: "none";
|
|
@@ -4466,6 +4548,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
4466
4548
|
style?: _$react.CSSProperties;
|
|
4467
4549
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
4468
4550
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
4551
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
4552
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
4469
4553
|
} | undefined;
|
|
4470
4554
|
__moz_focus_inner?: {
|
|
4471
4555
|
background?: "none";
|
|
@@ -4572,6 +4656,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
4572
4656
|
style?: _$react.CSSProperties;
|
|
4573
4657
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
4574
4658
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
4659
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
4660
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
4575
4661
|
} | undefined;
|
|
4576
4662
|
__webkit_datetime_edit?: {
|
|
4577
4663
|
background?: "none";
|
|
@@ -4678,6 +4764,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
4678
4764
|
style?: _$react.CSSProperties;
|
|
4679
4765
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
4680
4766
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
4767
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
4768
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
4681
4769
|
} | undefined;
|
|
4682
4770
|
__webkit_calendar_picker_indicator_hover?: {
|
|
4683
4771
|
background?: "none";
|
|
@@ -4784,6 +4872,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
4784
4872
|
style?: _$react.CSSProperties;
|
|
4785
4873
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
4786
4874
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
4875
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
4876
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
4787
4877
|
} | undefined;
|
|
4788
4878
|
__webkit_inner_spin_button?: {
|
|
4789
4879
|
background?: "none";
|
|
@@ -4890,6 +4980,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
4890
4980
|
style?: _$react.CSSProperties;
|
|
4891
4981
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
4892
4982
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
4983
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
4984
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
4893
4985
|
} | undefined;
|
|
4894
4986
|
__webkit_outer_spin_button?: {
|
|
4895
4987
|
background?: "none";
|
|
@@ -4996,6 +5088,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
4996
5088
|
style?: _$react.CSSProperties;
|
|
4997
5089
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
4998
5090
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
5091
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
5092
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
4999
5093
|
} | undefined;
|
|
5000
5094
|
} & Omit<Omit<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref">, "__moz_focus_inner" | "__webkit_calendar_picker_indicator_hover" | "__webkit_datetime_edit" | "__webkit_inner_spin_button" | "__webkit_outer_spin_button" | "_active" | "_after" | "_before" | "_checked" | "_checked_hover" | "_disabled" | "_disabled_focus" | "_disabled_focus_after" | "_even" | "_expanded" | "_first" | "_focus" | "_focusVisible" | "_focusWithin" | "_focus_hover" | "_focus_placeholder" | "_focus_selected_after" | "_focus_selected_hover_after" | "_grabbed" | "_groupHover" | "_hover" | "_invalid" | "_last" | "_mixed" | "_notFirst" | "_notLast" | "_odd" | "_placeholder" | "_pressed" | "_pressed_active" | "_pressed_disabled" | "_pressed_focus" | "_pressed_hover" | "_readOnly" | "_selected" | "_selected_after" | "_selected_focus" | "_selected_focusVisible" | "_selected_hover" | "_selected_hover_after" | "_visited" | "as" | "element" | "id" | keyof {
|
|
5001
5095
|
background?: "none";
|
|
@@ -5102,6 +5196,8 @@ declare const RadioCheckboxControl: _$react.ForwardRefExoticComponent<{
|
|
|
5102
5196
|
style?: _$react.CSSProperties;
|
|
5103
5197
|
visibility?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["visibility"]>;
|
|
5104
5198
|
textOverflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textOverflow"]>;
|
|
5199
|
+
overflowWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowWrap"]>;
|
|
5200
|
+
fontVariantNumeric?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontVariantNumeric"]>;
|
|
5105
5201
|
}> & {
|
|
5106
5202
|
_activeSibling?: _$_hive_ui_box0.BoxStyleProps;
|
|
5107
5203
|
_boxChild?: _$_hive_ui_box0.BoxStyleProps;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hive-ui/radio-checkbox-primitive",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Hive UI Radio Checkbox Primitive",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"prepublishOnly": "vp run build"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@hive-ui/box": "^0.
|
|
25
|
-
"@hive-ui/
|
|
26
|
-
"@hive-ui/
|
|
27
|
-
"@hive-ui/
|
|
28
|
-
"@hive-ui/
|
|
29
|
-
"@hive-ui/
|
|
24
|
+
"@hive-ui/box": "^0.3.0",
|
|
25
|
+
"@hive-ui/help-text": "^0.3.0",
|
|
26
|
+
"@hive-ui/label": "^0.3.0",
|
|
27
|
+
"@hive-ui/sibling-box": "^0.3.0",
|
|
28
|
+
"@hive-ui/style-props": "^0.3.0",
|
|
29
|
+
"@hive-ui/text": "^0.3.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/node": "^25.6.2",
|