@mouseless/baked 1.3.2 → 1.3.3

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/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mouseless/baked",
3
3
  "configKey": "baked",
4
- "version": "1.3.2",
4
+ "version": "1.3.3",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div
3
- class="b-Contents w-full grid grid-cols-1 gap-4 lg:grid-cols-2"
3
+ class="b-Contents w-full grid grid-cols-1 gap-4 lg:grid-cols-2 items-start"
4
4
  :class="{ 'max-w-screen-xl 3xl:max-w-screen-2xl': !fullScreen }"
5
5
  >
6
6
  <slot v-if="$slots.default" />
@@ -8,7 +8,7 @@
8
8
  {
9
9
  headerActions: 'flex gap-2 items-center',
10
10
  title: 'max-sm:truncate',
11
- contentContainer: 'block'
11
+ content: '[contain:inline-size]'
12
12
  }
13
13
  "
14
14
  @update:collapsed="onCollapsed"
@@ -268,8 +268,8 @@ function bodyCellClass(column) {
268
268
  const columnClass = total <= LABEL_COLUMN_BP ? "b-label-column--narrow" : "b-label-column--wide";
269
269
  if (column.key == labelColumn.key) {
270
270
  classes[columnClass] = true;
271
- return classes;
272
271
  }
272
+ return classes;
273
273
  }
274
274
  function exportFunction({ data: data2, field }) {
275
275
  if (!formatter) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mouseless/baked",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Baked is an opinionated framework for .NET and Vue. This is the UI package of Baked project.",
5
5
  "keywords": [
6
6
  "baked",