@gnome-ui/react 1.17.0 → 1.17.1
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +21 -28
- package/dist/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1254,11 +1254,11 @@ function Dt({ title: e, subtitle: r, leading: i, trailing: a, interactive: o = !
|
|
|
1254
1254
|
});
|
|
1255
1255
|
}
|
|
1256
1256
|
var Ot = {
|
|
1257
|
-
list: "
|
|
1258
|
-
item: "
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1257
|
+
list: "_list_cy3hv_3",
|
|
1258
|
+
item: "_item_cy3hv_17",
|
|
1259
|
+
separate: "_separate_cy3hv_26",
|
|
1260
|
+
separateItem: "_separateItem_cy3hv_36",
|
|
1261
|
+
divider: "_divider_cy3hv_58"
|
|
1262
1262
|
};
|
|
1263
1263
|
//#endregion
|
|
1264
1264
|
//#region src/components/BoxedList/BoxedList.tsx
|
|
@@ -1274,10 +1274,7 @@ function kt({ children: e, variant: i = "default", className: a, ...o }) {
|
|
|
1274
1274
|
...o,
|
|
1275
1275
|
children: s.map((e, r) => /* @__PURE__ */ n("li", {
|
|
1276
1276
|
className: c ? Ot.separateItem : Ot.item,
|
|
1277
|
-
children: [!c && r > 0 && /* @__PURE__ */ t("
|
|
1278
|
-
className: Ot.divider,
|
|
1279
|
-
"aria-hidden": "true"
|
|
1280
|
-
}), e]
|
|
1277
|
+
children: [!c && r > 0 && /* @__PURE__ */ t(ae, { "aria-hidden": "true" }), e]
|
|
1281
1278
|
}, r))
|
|
1282
1279
|
});
|
|
1283
1280
|
}
|
|
@@ -2926,21 +2923,20 @@ function $r({ children: e, className: n, ...r }) {
|
|
|
2926
2923
|
});
|
|
2927
2924
|
}
|
|
2928
2925
|
var K = {
|
|
2929
|
-
expanderRow: "
|
|
2930
|
-
header: "
|
|
2931
|
-
leading: "
|
|
2932
|
-
content: "
|
|
2933
|
-
title: "
|
|
2934
|
-
subtitle: "
|
|
2935
|
-
trailing: "
|
|
2936
|
-
chevronWrap: "
|
|
2937
|
-
chevronOpen: "
|
|
2938
|
-
chevron: "
|
|
2939
|
-
panel: "
|
|
2940
|
-
expanded: "
|
|
2941
|
-
panelInner: "
|
|
2942
|
-
childItem: "
|
|
2943
|
-
divider: "_divider_16el8_147"
|
|
2926
|
+
expanderRow: "_expanderRow_12nz4_3",
|
|
2927
|
+
header: "_header_12nz4_11",
|
|
2928
|
+
leading: "_leading_12nz4_55",
|
|
2929
|
+
content: "_content_12nz4_64",
|
|
2930
|
+
title: "_title_12nz4_72",
|
|
2931
|
+
subtitle: "_subtitle_12nz4_83",
|
|
2932
|
+
trailing: "_trailing_12nz4_97",
|
|
2933
|
+
chevronWrap: "_chevronWrap_12nz4_106",
|
|
2934
|
+
chevronOpen: "_chevronOpen_12nz4_115",
|
|
2935
|
+
chevron: "_chevron_12nz4_106",
|
|
2936
|
+
panel: "_panel_12nz4_125",
|
|
2937
|
+
expanded: "_expanded_12nz4_131",
|
|
2938
|
+
panelInner: "_panelInner_12nz4_135",
|
|
2939
|
+
childItem: "_childItem_12nz4_142"
|
|
2944
2940
|
};
|
|
2945
2941
|
//#endregion
|
|
2946
2942
|
//#region src/components/ExpanderRow/ExpanderRow.tsx
|
|
@@ -3010,10 +3006,7 @@ function ei({ title: e, subtitle: i, leading: a, trailing: o, children: s, expan
|
|
|
3010
3006
|
className: K.panelInner,
|
|
3011
3007
|
children: S.map((e, r) => /* @__PURE__ */ n("div", {
|
|
3012
3008
|
className: K.childItem,
|
|
3013
|
-
children: [/* @__PURE__ */ t("
|
|
3014
|
-
className: K.divider,
|
|
3015
|
-
"aria-hidden": "true"
|
|
3016
|
-
}), e]
|
|
3009
|
+
children: [/* @__PURE__ */ t(ae, { "aria-hidden": "true" }), e]
|
|
3017
3010
|
}, r))
|
|
3018
3011
|
})
|
|
3019
3012
|
})]
|