@sellmate/design-system-vue 1.0.41 → 1.0.43

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.
@@ -103,10 +103,10 @@ export const SdConfirmModal = /*@__PURE__*/ defineContainer('sd-confirm-modal',
103
103
  'slotLabel',
104
104
  'tagContents',
105
105
  'sdClose',
106
- 'sdConfirm'
106
+ 'sdOk'
107
107
  ], [
108
108
  'sdClose',
109
- 'sdConfirm'
109
+ 'sdOk'
110
110
  ]);
111
111
  export const SdDateBox = /*@__PURE__*/ defineContainer('sd-date-box', undefined, [
112
112
  'date',
@@ -343,7 +343,7 @@ export const SdRadio = /*@__PURE__*/ defineContainer('sd-radio', undefined, [
343
343
  ], 'value', 'sdUpdate', undefined);
344
344
  export const SdRadioButtonGroup = /*@__PURE__*/ defineContainer('sd-radio-button-group', undefined, [
345
345
  'value',
346
- 'radioOptions',
346
+ 'options',
347
347
  'size',
348
348
  'disabled',
349
349
  'name',
@@ -353,7 +353,7 @@ export const SdRadioButtonGroup = /*@__PURE__*/ defineContainer('sd-radio-button
353
353
  ], 'value', 'sdUpdate', undefined);
354
354
  export const SdRadioGroup = /*@__PURE__*/ defineContainer('sd-radio-group', undefined, [
355
355
  'value',
356
- 'radioOptions',
356
+ 'options',
357
357
  'direction',
358
358
  'disabled',
359
359
  'groupName',
package/lib/components.ts CHANGED
@@ -125,10 +125,10 @@ export const SdConfirmModal: StencilVueComponent<JSX.SdConfirmModal> = /*@__PURE
125
125
  'slotLabel',
126
126
  'tagContents',
127
127
  'sdClose',
128
- 'sdConfirm'
128
+ 'sdOk'
129
129
  ], [
130
130
  'sdClose',
131
- 'sdConfirm'
131
+ 'sdOk'
132
132
  ]);
133
133
 
134
134
 
@@ -412,7 +412,7 @@ export const SdRadio: StencilVueComponent<JSX.SdRadio, JSX.SdRadio["value"]> = /
412
412
 
413
413
  export const SdRadioButtonGroup: StencilVueComponent<JSX.SdRadioButtonGroup, JSX.SdRadioButtonGroup["value"]> = /*@__PURE__*/ defineContainer<JSX.SdRadioButtonGroup, JSX.SdRadioButtonGroup["value"]>('sd-radio-button-group', undefined, [
414
414
  'value',
415
- 'radioOptions',
415
+ 'options',
416
416
  'size',
417
417
  'disabled',
418
418
  'name',
@@ -425,7 +425,7 @@ export const SdRadioButtonGroup: StencilVueComponent<JSX.SdRadioButtonGroup, JSX
425
425
 
426
426
  export const SdRadioGroup: StencilVueComponent<JSX.SdRadioGroup, JSX.SdRadioGroup["value"]> = /*@__PURE__*/ defineContainer<JSX.SdRadioGroup, JSX.SdRadioGroup["value"]>('sd-radio-group', undefined, [
427
427
  'value',
428
- 'radioOptions',
428
+ 'options',
429
429
  'direction',
430
430
  'disabled',
431
431
  'groupName',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "1.0.41",
3
+ "version": "1.0.43",
4
4
  "description": "Design System - Vue Component Wrappers",
5
5
  "keywords": [
6
6
  "vue",
@@ -45,7 +45,7 @@
45
45
  "vue": "^3.4.38"
46
46
  },
47
47
  "dependencies": {
48
- "@sellmate/design-system": "^1.0.41",
48
+ "@sellmate/design-system": "^1.0.43",
49
49
  "@stencil/vue-output-target": "^0.11.8"
50
50
  },
51
51
  "peerDependencies": {