@sfperusacdev/sf-ui 0.1.19 → 0.1.20

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,5 +1,5 @@
1
1
  import { StepItem } from './types';
2
- export type StepperVariant = "default" | "accentUnderline";
2
+ export type StepperVariant = "default" | "accentUnderline" | "inline";
3
3
  type StepperProps = {
4
4
  steps: StepItem[];
5
5
  activeKey?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sfperusacdev/sf-ui",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "description": "SF UI — librería de componentes React (inputs, tablas, hooks) para aplicaciones SF Perú.",
5
5
  "type": "module",
6
6
  "main": "./dist/sf-ui.umd.cjs",