@shoper/phoenix_design_system 1.2.3-2 → 1.2.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.
@@ -1,3 +1,6 @@
1
1
  import { Any } from 'ts-toolbelt';
2
2
  import { INPUT_STEPPER_ACTION_TYPES } from './input_stepper_constants';
3
3
  export declare type TInputStepperAction = Any.Keys<typeof INPUT_STEPPER_ACTION_TYPES>;
4
+ export declare type TDispatchStepperValue = {
5
+ value: number;
6
+ };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@shoper/phoenix_design_system",
3
3
  "packageManager": "yarn@3.2.0",
4
4
  "sideEffects": false,
5
- "version": "1.2.3-2",
5
+ "version": "1.2.3-3",
6
6
  "description": "phoenix design system",
7
7
  "author": "zefirek",
8
8
  "license": "MIT",