cetec-design-system 1.2.0 → 1.2.1-next.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.
|
@@ -5228,6 +5228,11 @@ const listItemRecipe = defineSlotRecipe({
|
|
|
5228
5228
|
"itemDescription",
|
|
5229
5229
|
"divider"
|
|
5230
5230
|
],
|
|
5231
|
+
staticCss: [
|
|
5232
|
+
{
|
|
5233
|
+
selected: ["*"]
|
|
5234
|
+
}
|
|
5235
|
+
],
|
|
5231
5236
|
base: {
|
|
5232
5237
|
wrapper: {
|
|
5233
5238
|
...globalBaseStyles,
|
|
@@ -9723,4 +9728,4 @@ export {
|
|
|
9723
9728
|
breakpoints as b,
|
|
9724
9729
|
containerSizes as c
|
|
9725
9730
|
};
|
|
9726
|
-
//# sourceMappingURL=cetec-preset-
|
|
9731
|
+
//# sourceMappingURL=cetec-preset-D4BY_Jqj.js.map
|