@box/blueprint-web 12.57.0 → 12.58.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/lib-esm/index.css +107 -44
- package/dist/lib-esm/inline-table/inline-table.js +5 -0
- package/dist/lib-esm/inline-table/inline-table.module.js +1 -1
- package/dist/lib-esm/primitives/tabs/content-switch-tab.js +1 -0
- package/dist/lib-esm/primitives/tabs/default-tab.js +1 -0
- package/dist/lib-esm/radio-tiles/radio-tiles-option.js +7 -2
- package/dist/lib-esm/radio-tiles/radio-tiles-option.module.js +1 -1
- package/dist/lib-esm/radio-tiles/radio-tiles.js +5 -0
- package/package.json +1 -1
package/dist/lib-esm/index.css
CHANGED
|
@@ -5775,21 +5775,33 @@
|
|
|
5775
5775
|
height:var(--icon-toogle-button-xsmall-size);
|
|
5776
5776
|
width:var(--icon-toogle-button-xsmall-size);
|
|
5777
5777
|
}
|
|
5778
|
-
table.bp_inline_table_module_inlineTable--
|
|
5779
|
-
background:var(--gray-white);
|
|
5780
|
-
border:var(--border-1) solid var(--gray-10);
|
|
5778
|
+
table.bp_inline_table_module_inlineTable--14908[data-modern=false]{
|
|
5779
|
+
--table-background:var(--gray-white);
|
|
5780
|
+
--table-border:var(--border-1) solid var(--gray-10);
|
|
5781
|
+
--table-border-radius:var(--radius-2);
|
|
5782
|
+
--table-th-color:var(--text-text-on-light-secondary);
|
|
5783
|
+
--table-cell-height:var(--size-12);
|
|
5784
|
+
--table-action-cell-padding-block-start:var(--space-2);
|
|
5785
|
+
--table-action-cell-padding-block-end:var(--space-2);
|
|
5786
|
+
--table-cell-padding-inline-start:var(--space-5);
|
|
5787
|
+
--table-cell-padding-inline-end:var(--space-5);
|
|
5788
|
+
--table-cell-border:var(--border-1) solid var(--gray-10);
|
|
5789
|
+
}
|
|
5790
|
+
|
|
5791
|
+
table.bp_inline_table_module_inlineTable--14908{
|
|
5792
|
+
background:var(--table-background);
|
|
5793
|
+
border:var(--table-border);
|
|
5781
5794
|
border-collapse:initial;
|
|
5782
|
-
border-
|
|
5783
|
-
border-radius:var(--radius-2);
|
|
5795
|
+
border-radius:var(--table-border-radius);
|
|
5784
5796
|
border-spacing:0;
|
|
5785
5797
|
}
|
|
5786
|
-
table.bp_inline_table_module_inlineTable--
|
|
5798
|
+
table.bp_inline_table_module_inlineTable--14908.bp_inline_table_module_borderHidden--14908{
|
|
5787
5799
|
border:none;
|
|
5788
5800
|
}
|
|
5789
|
-
table.bp_inline_table_module_inlineTable--
|
|
5801
|
+
table.bp_inline_table_module_inlineTable--14908.bp_inline_table_module_fullSpan--14908{
|
|
5790
5802
|
width:100%;
|
|
5791
5803
|
}
|
|
5792
|
-
table.bp_inline_table_module_inlineTable--
|
|
5804
|
+
table.bp_inline_table_module_inlineTable--14908 td{
|
|
5793
5805
|
font-family:var(--body-default-font-family);
|
|
5794
5806
|
font-size:var(--body-default-font-size);
|
|
5795
5807
|
font-weight:var(--body-default-font-weight);
|
|
@@ -5799,13 +5811,13 @@ table.bp_inline_table_module_inlineTable--7cffa td{
|
|
|
5799
5811
|
text-decoration:var(--body-default-text-decoration);
|
|
5800
5812
|
text-transform:var(--body-default-text-case);
|
|
5801
5813
|
}
|
|
5802
|
-
table.bp_inline_table_module_inlineTable--
|
|
5803
|
-
padding-block-end:var(--
|
|
5804
|
-
padding-block-start:var(--
|
|
5814
|
+
table.bp_inline_table_module_inlineTable--14908 td.bp_inline_table_module_actionCell--14908{
|
|
5815
|
+
padding-block-end:var(--table-action-cell-padding-block-end);
|
|
5816
|
+
padding-block-start:var(--table-action-cell-padding-block-start);
|
|
5805
5817
|
}
|
|
5806
|
-
table.bp_inline_table_module_inlineTable--
|
|
5807
|
-
border-bottom:var(--
|
|
5808
|
-
color:var(--
|
|
5818
|
+
table.bp_inline_table_module_inlineTable--14908 th{
|
|
5819
|
+
border-bottom:var(--table-cell-border);
|
|
5820
|
+
color:var(--table-th-color);
|
|
5809
5821
|
font-family:var(--caption-default-font-family);
|
|
5810
5822
|
font-size:var(--caption-default-font-size);
|
|
5811
5823
|
font-weight:var(--caption-default-font-weight);
|
|
@@ -5816,17 +5828,40 @@ table.bp_inline_table_module_inlineTable--7cffa th{
|
|
|
5816
5828
|
text-transform:var(--caption-default-text-case);
|
|
5817
5829
|
text-transform:uppercase;
|
|
5818
5830
|
}
|
|
5819
|
-
table.bp_inline_table_module_inlineTable--
|
|
5820
|
-
height:var(--
|
|
5831
|
+
table.bp_inline_table_module_inlineTable--14908 td,table.bp_inline_table_module_inlineTable--14908 th{
|
|
5832
|
+
height:var(--table-cell-height);
|
|
5821
5833
|
}
|
|
5822
|
-
table.bp_inline_table_module_inlineTable--
|
|
5823
|
-
padding-inline-start:var(--
|
|
5834
|
+
table.bp_inline_table_module_inlineTable--14908 td:first-child,table.bp_inline_table_module_inlineTable--14908 th:first-child{
|
|
5835
|
+
padding-inline-start:var(--table-cell-padding-inline-start);
|
|
5824
5836
|
}
|
|
5825
|
-
table.bp_inline_table_module_inlineTable--
|
|
5826
|
-
padding-inline-end:var(--
|
|
5837
|
+
table.bp_inline_table_module_inlineTable--14908 td:last-child,table.bp_inline_table_module_inlineTable--14908 td:not(:only-child),table.bp_inline_table_module_inlineTable--14908 th:last-child,table.bp_inline_table_module_inlineTable--14908 th:not(:only-child){
|
|
5838
|
+
padding-inline-end:var(--table-cell-padding-inline-end);
|
|
5827
5839
|
}
|
|
5828
|
-
table.bp_inline_table_module_inlineTable--
|
|
5829
|
-
border-block-end:var(--
|
|
5840
|
+
table.bp_inline_table_module_inlineTable--14908 tr:not(:last-child) td{
|
|
5841
|
+
border-block-end:var(--table-cell-border);
|
|
5842
|
+
}
|
|
5843
|
+
|
|
5844
|
+
table.bp_inline_table_module_inlineTable--14908[data-modern=true]{
|
|
5845
|
+
--table-background:var(--bp-surface-inline-table-surface);
|
|
5846
|
+
--table-border:var(--bp-border-01) solid var(--bp-border-inline-table-border);
|
|
5847
|
+
--table-border-radius:var(--bp-radius-06);
|
|
5848
|
+
--table-th-color:var(--bp-text-text-on-light-secondary);
|
|
5849
|
+
--table-cell-height:var(--bp-size-120);
|
|
5850
|
+
--table-action-cell-padding-block-start:var(--bp-space-020);
|
|
5851
|
+
--table-cell-padding-inline-default:var(--bp-space-020);
|
|
5852
|
+
--table-action-cell-padding-block-end:var(--bp-space-020);
|
|
5853
|
+
--table-cell-padding-inline-start:var(--bp-space-050);
|
|
5854
|
+
--table-cell-padding-inline-end:var(--bp-space-050);
|
|
5855
|
+
--table-cell-border:var(--bp-border-01) solid var(--bp-border-divider-border);
|
|
5856
|
+
}
|
|
5857
|
+
table.bp_inline_table_module_inlineTable--14908[data-modern=true] td,table.bp_inline_table_module_inlineTable--14908[data-modern=true] th{
|
|
5858
|
+
padding-inline:var(--table-cell-padding-inline-default);
|
|
5859
|
+
}
|
|
5860
|
+
table.bp_inline_table_module_inlineTable--14908[data-modern=true] td:first-child,table.bp_inline_table_module_inlineTable--14908[data-modern=true] th:first-child{
|
|
5861
|
+
padding-inline-start:var(--table-cell-padding-inline-start);
|
|
5862
|
+
}
|
|
5863
|
+
table.bp_inline_table_module_inlineTable--14908[data-modern=true] td:last-child,table.bp_inline_table_module_inlineTable--14908[data-modern=true] th:last-child{
|
|
5864
|
+
padding-inline-end:var(--table-cell-padding-inline-end);
|
|
5830
5865
|
}
|
|
5831
5866
|
.bp_search_term_string_module_searchTerm--28ab8{
|
|
5832
5867
|
background-color:var(--surface-text-highlight-surface);
|
|
@@ -7784,10 +7819,38 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7784
7819
|
.bp_radio_group_module_radioButton--ed12f:not([data-disabled]):focus-visible[data-state=checked] .bp_radio_group_module_indicator--ed12f,.bp_radio_group_module_radioButton--ed12f:not([data-disabled]):hover[data-state=checked] .bp_radio_group_module_indicator--ed12f{
|
|
7785
7820
|
background-color:var(--surface-radio-surface-selected-hover);
|
|
7786
7821
|
}
|
|
7787
|
-
.bp_radio_tiles_option_module_radioTileOption--
|
|
7788
|
-
background
|
|
7789
|
-
border:var(--border-1) solid var(--border-radiotile-border);
|
|
7790
|
-
border-radius:var(--radius-3);
|
|
7822
|
+
.bp_radio_tiles_option_module_radioTileOption--de970[data-modern=false]{
|
|
7823
|
+
--radio-tile-background:var(--surface-radiotile-surface);
|
|
7824
|
+
--radio-tile-border:var(--border-1) solid var(--border-radiotile-border);
|
|
7825
|
+
--radio-tile-border-radius:var(--radius-3);
|
|
7826
|
+
--radio-tile-icon-color:var(--icon-icon-on-light-secondary);
|
|
7827
|
+
--radio-tile-checked-background:var(--surface-radiotile-surface-selected);
|
|
7828
|
+
--radio-tile-checked-box-shadow:0 0 0 var(--border-2) var(--border-radiotile-border-selected);
|
|
7829
|
+
--radio-tile-hover-background:var(--surface-radiotile-surface-hover);
|
|
7830
|
+
--radio-tile-hover-border:var(--border-1) solid var(--border-radiotile-border-hover);
|
|
7831
|
+
--radio-tile-focus-outline:var(--border-2) solid var(--border-input-border-focus);
|
|
7832
|
+
--radio-tile-focus-outline-offset:var(--border-2);
|
|
7833
|
+
--radio-tile-checked-focus-outline-offset:var(--border-3);
|
|
7834
|
+
}
|
|
7835
|
+
|
|
7836
|
+
.bp_radio_tiles_option_module_radioTileOption--de970[data-modern=true]{
|
|
7837
|
+
--radio-tile-background:var(--bp-surface-radio-tile-surface);
|
|
7838
|
+
--radio-tile-border:var(--bp-border-01) solid var(--bp-border-radio-tile-border);
|
|
7839
|
+
--radio-tile-border-radius:var(--bp-radius-06);
|
|
7840
|
+
--radio-tile-icon-color:var(--bp-icon-icon-on-light-secondary);
|
|
7841
|
+
--radio-tile-checked-background:var(--bp-surface-radio-tile-surface-selected);
|
|
7842
|
+
--radio-tile-checked-box-shadow:0 0 0 var(--bp-border-02) var(--bp-border-radio-tile-border-selected);
|
|
7843
|
+
--radio-tile-hover-background:var(--bp-surface-radio-tile-surface-hover);
|
|
7844
|
+
--radio-tile-hover-border:var(--bp-border-01) solid var(--bp-border-radio-tile-border-hover);
|
|
7845
|
+
--radio-tile-focus-outline:var(--bp-border-02) solid var(--bp-outline-focus-on-light);
|
|
7846
|
+
--radio-tile-focus-outline-offset:var(--bp-border-02);
|
|
7847
|
+
--radio-tile-checked-focus-outline-offset:var(--bp-border-03);
|
|
7848
|
+
}
|
|
7849
|
+
|
|
7850
|
+
.bp_radio_tiles_option_module_radioTileOption--de970{
|
|
7851
|
+
background-color:var(--radio-tile-background);
|
|
7852
|
+
border:var(--radio-tile-border);
|
|
7853
|
+
border-radius:var(--radio-tile-border-radius);
|
|
7791
7854
|
box-sizing:border-box;
|
|
7792
7855
|
cursor:pointer;
|
|
7793
7856
|
display:inline-flex;
|
|
@@ -7800,35 +7863,35 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7800
7863
|
-webkit-user-select:none;
|
|
7801
7864
|
user-select:none;
|
|
7802
7865
|
}
|
|
7803
|
-
.bp_radio_tiles_option_module_radioTileOption--
|
|
7866
|
+
.bp_radio_tiles_option_module_radioTileOption--de970 .bp_radio_tiles_option_module_icon--de970{
|
|
7804
7867
|
display:inline-flex;
|
|
7805
7868
|
}
|
|
7806
|
-
.bp_radio_tiles_option_module_radioTileOption--
|
|
7807
|
-
fill:var(--
|
|
7869
|
+
.bp_radio_tiles_option_module_radioTileOption--de970 .bp_radio_tiles_option_module_icon--de970 > svg > path{
|
|
7870
|
+
fill:var(--radio-tile-icon-color);
|
|
7808
7871
|
}
|
|
7809
|
-
.bp_radio_tiles_option_module_radioTileOption--
|
|
7872
|
+
.bp_radio_tiles_option_module_radioTileOption--de970.bp_radio_tiles_option_module_disabled--de970{
|
|
7810
7873
|
opacity:.6;
|
|
7811
7874
|
}
|
|
7812
|
-
.bp_radio_tiles_option_module_radioTileOption--
|
|
7813
|
-
outline:
|
|
7814
|
-
outline-offset:var(--
|
|
7875
|
+
.bp_radio_tiles_option_module_radioTileOption--de970:has(:focus-visible){
|
|
7876
|
+
outline:var(--radio-tile-focus-outline);
|
|
7877
|
+
outline-offset:var(--radio-tile-focus-outline-offset);
|
|
7815
7878
|
}
|
|
7816
|
-
.bp_radio_tiles_option_module_radioTileOption--
|
|
7817
|
-
background-color:var(--
|
|
7879
|
+
.bp_radio_tiles_option_module_radioTileOption--de970.bp_radio_tiles_option_module_checked--de970{
|
|
7880
|
+
background-color:var(--radio-tile-checked-background);
|
|
7818
7881
|
border-color:#0000;
|
|
7819
|
-
box-shadow:
|
|
7882
|
+
box-shadow:var(--radio-tile-checked-box-shadow);
|
|
7820
7883
|
}
|
|
7821
|
-
.bp_radio_tiles_option_module_radioTileOption--
|
|
7822
|
-
outline-offset:var(--
|
|
7884
|
+
.bp_radio_tiles_option_module_radioTileOption--de970.bp_radio_tiles_option_module_checked--de970:focus-within{
|
|
7885
|
+
outline-offset:var(--radio-tile-checked-focus-outline-offset);
|
|
7823
7886
|
}
|
|
7824
|
-
.bp_radio_tiles_option_module_radioTileOption--
|
|
7887
|
+
.bp_radio_tiles_option_module_radioTileOption--de970.bp_radio_tiles_option_module_checked--de970 .bp_radio_tiles_option_module_icon--de970 > svg > path{
|
|
7825
7888
|
fill:var(--icon-icon-blue);
|
|
7826
7889
|
}
|
|
7827
|
-
.bp_radio_tiles_option_module_radioTileOption--
|
|
7828
|
-
background-color:var(--
|
|
7829
|
-
border:var(--
|
|
7890
|
+
.bp_radio_tiles_option_module_radioTileOption--de970:hover:not(.bp_radio_tiles_option_module_disabled--de970, .bp_radio_tiles_option_module_checked--de970){
|
|
7891
|
+
background-color:var(--radio-tile-hover-background);
|
|
7892
|
+
border:var(--radio-tile-hover-border);
|
|
7830
7893
|
}
|
|
7831
|
-
.bp_radio_tiles_option_module_radioTileOption--
|
|
7894
|
+
.bp_radio_tiles_option_module_radioTileOption--de970 > label{
|
|
7832
7895
|
align-items:center;
|
|
7833
7896
|
box-sizing:border-box;
|
|
7834
7897
|
cursor:inherit;
|
|
@@ -7840,7 +7903,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
|
|
|
7840
7903
|
width:100%;
|
|
7841
7904
|
}
|
|
7842
7905
|
|
|
7843
|
-
.bp_radio_tiles_option_module_radioTileLabel--
|
|
7906
|
+
.bp_radio_tiles_option_module_radioTileLabel--de970{
|
|
7844
7907
|
max-width:100%;
|
|
7845
7908
|
overflow:hidden;
|
|
7846
7909
|
text-align:center;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import clsx from 'clsx';
|
|
3
3
|
import React__default from 'react';
|
|
4
|
+
import { useBlueprintModernization } from '../blueprint-modernization-context/useBlueprintModernization.js';
|
|
4
5
|
import styles from './inline-table.module.js';
|
|
5
6
|
|
|
6
7
|
const Table = /*#__PURE__*/React__default.forwardRef((props, ref) => {
|
|
@@ -10,8 +11,12 @@ const Table = /*#__PURE__*/React__default.forwardRef((props, ref) => {
|
|
|
10
11
|
className,
|
|
11
12
|
...rest
|
|
12
13
|
} = props;
|
|
14
|
+
const {
|
|
15
|
+
enableModernizedComponents
|
|
16
|
+
} = useBlueprintModernization();
|
|
13
17
|
return jsx("table", {
|
|
14
18
|
className: clsx(hideBorder && styles.borderHidden, fullSpan && styles.fullSpan, styles.inlineTable, className),
|
|
19
|
+
"data-modern": enableModernizedComponents,
|
|
15
20
|
...rest,
|
|
16
21
|
ref: ref
|
|
17
22
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import '../index.css';
|
|
2
|
-
var styles = {"inlineTable":"bp_inline_table_module_inlineTable--
|
|
2
|
+
var styles = {"inlineTable":"bp_inline_table_module_inlineTable--14908","borderHidden":"bp_inline_table_module_borderHidden--14908","fullSpan":"bp_inline_table_module_fullSpan--14908","actionCell":"bp_inline_table_module_actionCell--14908"};
|
|
3
3
|
|
|
4
4
|
export { styles as default };
|
|
@@ -15,6 +15,7 @@ const ContentSwitchTab = /*#__PURE__*/forwardRef(function Tab$1(props, ref) {
|
|
|
15
15
|
ref: ref,
|
|
16
16
|
className: clsx(styles.contentSwitchTab, className),
|
|
17
17
|
children: [children, jsx("span", {
|
|
18
|
+
"aria-hidden": "true",
|
|
18
19
|
className: styles.hiddenWidthSetter,
|
|
19
20
|
children: children
|
|
20
21
|
})]
|
|
@@ -43,6 +43,7 @@ const DefaultTab = /*#__PURE__*/forwardRef(function Tab$1(props, ref) {
|
|
|
43
43
|
ref: useForkRef(tabRef, ref),
|
|
44
44
|
className: clsx(styles.tab, className),
|
|
45
45
|
children: [children, jsx("span", {
|
|
46
|
+
"aria-hidden": "true",
|
|
46
47
|
className: styles.hiddenWidthSetter,
|
|
47
48
|
children: children
|
|
48
49
|
})]
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
-
import React__default, { useRef } from 'react';
|
|
3
2
|
import clsx from 'clsx';
|
|
3
|
+
import React__default, { useRef } from 'react';
|
|
4
4
|
import { Text } from '../text/text.js';
|
|
5
5
|
import { useRadioTilesContext } from './radio-tiles.context.js';
|
|
6
|
-
import
|
|
6
|
+
import { useBlueprintModernization } from '../blueprint-modernization-context/useBlueprintModernization.js';
|
|
7
7
|
import { useFullTextTooltip } from '../utils/useFullTextTooltip.js';
|
|
8
8
|
import { VisuallyHidden } from '../visually-hidden/visually-hidden.js';
|
|
9
|
+
import styles from './radio-tiles-option.module.js';
|
|
9
10
|
|
|
10
11
|
const RadioTilesOption = function RadioTilesOption({
|
|
11
12
|
children,
|
|
@@ -43,12 +44,16 @@ const RadioTilesOption = function RadioTilesOption({
|
|
|
43
44
|
[styles.checked]: isSelected,
|
|
44
45
|
[styles.disabled]: isDisabled
|
|
45
46
|
}, className);
|
|
47
|
+
const {
|
|
48
|
+
enableModernizedComponents
|
|
49
|
+
} = useBlueprintModernization();
|
|
46
50
|
return (
|
|
47
51
|
// @ts-expect-error Fix this type error - DSYS-1597
|
|
48
52
|
jsx(Tooltip, {
|
|
49
53
|
...wrapperProps,
|
|
50
54
|
children: jsx("div", {
|
|
51
55
|
className: radioTileClassNames,
|
|
56
|
+
"data-modern": enableModernizedComponents,
|
|
52
57
|
children: jsxs("label", {
|
|
53
58
|
children: [jsx(VisuallyHidden, {
|
|
54
59
|
children: jsx("input", {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import '../index.css';
|
|
2
|
-
var styles = {"radioTileOption":"bp_radio_tiles_option_module_radioTileOption--
|
|
2
|
+
var styles = {"radioTileOption":"bp_radio_tiles_option_module_radioTileOption--de970","icon":"bp_radio_tiles_option_module_icon--de970","disabled":"bp_radio_tiles_option_module_disabled--de970","checked":"bp_radio_tiles_option_module_checked--de970","radioTileLabel":"bp_radio_tiles_option_module_radioTileLabel--de970"};
|
|
3
3
|
|
|
4
4
|
export { styles as default };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import clsx from 'clsx';
|
|
3
3
|
import { useMemo } from 'react';
|
|
4
|
+
import { useBlueprintModernization } from '../blueprint-modernization-context/useBlueprintModernization.js';
|
|
4
5
|
import { RadioTilesOption } from './radio-tiles-option.js';
|
|
5
6
|
import { RadioTilesContext } from './radio-tiles.context.js';
|
|
6
7
|
import styles from './radio-tiles.module.js';
|
|
@@ -24,6 +25,9 @@ const RadioTilesRoot = ({
|
|
|
24
25
|
[styles.hasColumns]: Number(columns) > 0,
|
|
25
26
|
[variant === 'compact' ? styles.compact : styles.default]: true
|
|
26
27
|
}, className);
|
|
28
|
+
const {
|
|
29
|
+
enableModernizedComponents
|
|
30
|
+
} = useBlueprintModernization();
|
|
27
31
|
const contextValue = useMemo(() => ({
|
|
28
32
|
name,
|
|
29
33
|
selectedValue: value,
|
|
@@ -36,6 +40,7 @@ const RadioTilesRoot = ({
|
|
|
36
40
|
"aria-label": ariaLabel,
|
|
37
41
|
"aria-labelledby": ariaLabelledBy,
|
|
38
42
|
className: containerClassNames,
|
|
43
|
+
"data-modern": enableModernizedComponents,
|
|
39
44
|
role: "radiogroup",
|
|
40
45
|
style: containerStyles,
|
|
41
46
|
children: children
|