@sellmate/design-system-vue 1.26.1 → 1.27.1

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.
@@ -289,6 +289,7 @@ export const SdField = /*@__PURE__*/ defineContainer('sd-field', undefined, [
289
289
  'errorMessage',
290
290
  'width',
291
291
  'size',
292
+ 'borderless',
292
293
  'label',
293
294
  'labelWidth',
294
295
  'addonLabel',
package/lib/components.ts CHANGED
@@ -340,6 +340,7 @@ export const SdField: StencilVueComponent<JSX.SdField> = /*@__PURE__*/ defineCon
340
340
  'errorMessage',
341
341
  'width',
342
342
  'size',
343
+ 'borderless',
343
344
  'label',
344
345
  'labelWidth',
345
346
  'addonLabel',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "1.26.1",
3
+ "version": "1.27.1",
4
4
  "description": "Design System - Vue Component Wrappers",
5
5
  "keywords": [
6
6
  "vue",
@@ -47,7 +47,7 @@
47
47
  "vue": "^3.4.38"
48
48
  },
49
49
  "dependencies": {
50
- "@sellmate/design-system": "^1.26.1",
50
+ "@sellmate/design-system": "^1.27.1",
51
51
  "@stencil/vue-output-target": "^0.11.8"
52
52
  },
53
53
  "peerDependencies": {