@nextelco/common-ui 1.4.101 → 1.4.103

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.
@@ -8,10 +8,10 @@ type Props = PropsWithChildren<{
8
8
  iconNext?: IconProp;
9
9
  title?: string;
10
10
  srcimage?: string;
11
- size: 'cui-lg' | 'cui-md' | 'cui-sm' | 'cui-ext_lg' | 'cui-md_form' | 'cui-ext_long' | 'cui-md_lg';
11
+ size: 'cui-circ-sm' | 'cui-lg' | 'cui-md' | 'cui-sm' | 'cui-ext_lg' | 'cui-md_form' | 'cui-ext_long' | 'cui-md_lg';
12
12
  selected?: boolean;
13
13
  mode?: 'cui-add' | 'cui-base_actions' | 'cui-base_actions_gray' | 'cui-filters_btn' | 'cui-create' | 'cui-add_partner' | 'cui-delete' | 'cui-logout' | 'cui-save_project' | 'cui-delete_project' | 'cui-download_file' | 'cui-delete_file' | 'cui-choose_file' | 'cui-exec_validator' | 'cui-download_excel' | 'cui-project_valid' | 'cui-project_invalid' | 'cui-generate_BoM_sin' | 'cui-save' | 'cui-cancel' | 'cui-history_options' | 'cui-login' | 'cui-login_microsoft' | 'cui-options_home_screen' | 'cui-project_and_operator_options' | 'cui-add_logo';
14
- variant: 'cui-tabs' | 'cui-actions' | 'cui-filters' | 'cui-user_actions';
14
+ variant: 'cui-navigate' | 'cui-tabs' | 'cui-actions' | 'cui-filters' | 'cui-user_actions';
15
15
  onClick: () => void;
16
16
  }>;
17
17
  declare const Button: ({ children, iconTop, iconPrev, iconNext, size, onClick, selected, variant, mode, }: Props) => React.JSX.Element;
@@ -7,6 +7,8 @@ type StoryProps = ComponentProps<typeof Button> & {
7
7
  declare const meta: Meta<StoryProps>;
8
8
  export default meta;
9
9
  type Story = StoryObj<typeof meta>;
10
+ export declare const Ir_frente: Story;
11
+ export declare const Ir_tras: Story;
10
12
  export declare const Adicionar: Story;
11
13
  export declare const Adicionar_config: Story;
12
14
  export declare const Marcar_default: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextelco/common-ui",
3
- "version": "1.4.101",
3
+ "version": "1.4.103",
4
4
  "description": "",
5
5
  "main": "dist/bundle.js",
6
6
  "types": "dist/types/index.d.ts",