@maxax/ui 1.1.67 → 1.1.68

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.mjs CHANGED
@@ -9074,6 +9074,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
9074
9074
  autoResize: { type: Boolean, default: true },
9075
9075
  syncResize: { type: [Boolean, String, Number] },
9076
9076
  columnConfig: { default: () => ({
9077
+ minWidth: "auto",
9077
9078
  resizable: true,
9078
9079
  useKey: true,
9079
9080
  maxFixedSize: 4
@@ -25141,7 +25142,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
25141
25142
  __name: "BasicTag",
25142
25143
  props: {
25143
25144
  type: { default: "default" },
25144
- size: { default: "medium" },
25145
+ size: { default: "small" },
25145
25146
  bordered: { type: Boolean, default: false },
25146
25147
  prefixIcon: {},
25147
25148
  suffixIcon: {},