@sellmate/design-system-react 1.0.16 → 1.0.17

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.
@@ -234,13 +234,17 @@ export const SdNumberInput = /*@__PURE__*/ createComponent({
234
234
  useDecimal: 'use-decimal',
235
235
  value: 'value',
236
236
  label: 'label',
237
+ insideLabel: 'inside-label',
237
238
  placeholder: 'placeholder',
238
239
  disabled: 'disabled',
239
240
  width: 'width',
240
241
  autoFocus: 'auto-focus',
241
242
  status: 'status',
242
243
  inputClass: 'input-class',
243
- readonly: 'readonly'
244
+ readonly: 'readonly',
245
+ error: 'error',
246
+ focused: 'focused',
247
+ hovered: 'hovered'
244
248
  },
245
249
  hydrateModule: import('@sellmate/design-system/hydrate'),
246
250
  clientModule: clientComponents.SdNumberInput,
@@ -347,13 +347,17 @@ export const SdNumberInput: StencilReactComponent<SdNumberInputElement, SdNumber
347
347
  useDecimal: 'use-decimal',
348
348
  value: 'value',
349
349
  label: 'label',
350
+ insideLabel: 'inside-label',
350
351
  placeholder: 'placeholder',
351
352
  disabled: 'disabled',
352
353
  width: 'width',
353
354
  autoFocus: 'auto-focus',
354
355
  status: 'status',
355
356
  inputClass: 'input-class',
356
- readonly: 'readonly'
357
+ readonly: 'readonly',
358
+ error: 'error',
359
+ focused: 'focused',
360
+ hovered: 'hovered'
357
361
  },
358
362
  hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
359
363
  clientModule: clientComponents.SdNumberInput as ReactWebComponent<SdNumberInputElement, SdNumberInputEvents>,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-react",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "Design System - React Component Wrappers",
5
5
  "keywords": [
6
6
  "react",
@@ -54,7 +54,7 @@
54
54
  "dev": "tsc --watch"
55
55
  },
56
56
  "dependencies": {
57
- "@sellmate/design-system": "^1.0.15",
57
+ "@sellmate/design-system": "^1.0.16",
58
58
  "@stencil/react-output-target": "^1.2.0"
59
59
  },
60
60
  "peerDependencies": {