sit-onyx 1.4.0-dev-20251111095201 → 1.4.0-dev-20251111162407
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.esm-bundler.js +10 -9
- package/dist/index.esm-bundler.js.map +1 -1
- package/dist/index.js +10 -9
- package/dist/style.css +1 -1
- package/package.json +4 -4
|
@@ -7114,7 +7114,7 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7114
7114
|
return openBlock(), createElementBlock(
|
|
7115
7115
|
"div",
|
|
7116
7116
|
{
|
|
7117
|
-
class: "onyx-table-wrapper
|
|
7117
|
+
class: normalizeClass(["onyx-component", "onyx-table-wrapper", $setup.densityClass]),
|
|
7118
7118
|
style: normalizeStyle($setup.style)
|
|
7119
7119
|
},
|
|
7120
7120
|
[
|
|
@@ -7135,14 +7135,15 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7135
7135
|
}, $props.scrollContainerAttrs), [
|
|
7136
7136
|
createElementVNode("table", {
|
|
7137
7137
|
ref: "tableRef",
|
|
7138
|
-
class: normalizeClass([
|
|
7138
|
+
class: normalizeClass([
|
|
7139
|
+
"onyx-table",
|
|
7140
|
+
"onyx-text",
|
|
7141
|
+
`onyx-table--cell-truncation-${$setup.props.truncation}`,
|
|
7139
7142
|
{
|
|
7140
7143
|
"onyx-table--striped": $setup.props.striped,
|
|
7141
|
-
"onyx-table--vertical-borders": $setup.props.withVerticalBorders
|
|
7142
|
-
|
|
7143
|
-
|
|
7144
|
-
$setup.densityClass
|
|
7145
|
-
]]),
|
|
7144
|
+
"onyx-table--vertical-borders": $setup.props.withVerticalBorders
|
|
7145
|
+
}
|
|
7146
|
+
]),
|
|
7146
7147
|
"aria-labelledby": $setup.headlineId
|
|
7147
7148
|
}, [
|
|
7148
7149
|
(openBlock(true), createElementBlock(
|
|
@@ -7210,8 +7211,8 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7210
7211
|
])
|
|
7211
7212
|
])) : createCommentVNode("v-if", true)
|
|
7212
7213
|
],
|
|
7213
|
-
|
|
7214
|
-
/* STYLE */
|
|
7214
|
+
6
|
|
7215
|
+
/* CLASS, STYLE */
|
|
7215
7216
|
);
|
|
7216
7217
|
}
|
|
7217
7218
|
const OnyxTable = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxTable/OnyxTable.vue"]]);
|