mediacube-ui-v2 0.0.139 → 0.0.140
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/mediacube-ui-v2.js
CHANGED
|
@@ -23242,7 +23242,7 @@ const Sg = {
|
|
|
23242
23242
|
"mc-table__table_header-cell--fixed-last": N.fixedLast,
|
|
23243
23243
|
"mc-table__table_header-cell--shadow-first": N.fixedFirst && v.firstColHasShadow,
|
|
23244
23244
|
"mc-table__table_header-cell--shadow-last": N.fixedLast && v.lastColHasShadow,
|
|
23245
|
-
[`mc-table__table_header-
|
|
23245
|
+
[`mc-table__table_header-cell--align-${N.align}`]: !!N.align
|
|
23246
23246
|
}
|
|
23247
23247
|
}))), C = g(() => E.value.map((N) => ({
|
|
23248
23248
|
...N,
|
|
@@ -23252,7 +23252,7 @@ const Sg = {
|
|
|
23252
23252
|
"mc-table__table_body-cell--fixed-last": N.fixedLast,
|
|
23253
23253
|
"mc-table__table_body-cell--shadow-first": N.fixedFirst && v.firstColHasShadow,
|
|
23254
23254
|
"mc-table__table_body-cell--shadow-last": N.fixedLast && v.lastColHasShadow,
|
|
23255
|
-
[`mc-table__table_body-
|
|
23255
|
+
[`mc-table__table_body-cell--align-${N.align}`]: !!N.align
|
|
23256
23256
|
}
|
|
23257
23257
|
}))), b = g(() => E.value.map((N) => ({
|
|
23258
23258
|
...N,
|