@hievilmath/browser-formidavim 1.3.2 → 1.3.4

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.
@@ -7,6 +7,7 @@ export interface ScaleProps {
7
7
  required: boolean;
8
8
  labelText: string;
9
9
  propertyId: string;
10
+ colorDirection?: "red-to-green" | "green-to-red";
10
11
  }
11
12
  export declare const Scale: FC<{
12
13
  formComponent: Partial<FormComponent>;
@@ -0,0 +1,5 @@
1
+ import { FC } from 'react';
2
+ import { FormComponent } from '../../../../../../axios/formidavim/src/index.ts';
3
+ export declare const Video: FC<{
4
+ formComponent: Partial<FormComponent>;
5
+ }>;
@@ -138,6 +138,13 @@ export declare const StyledImage: import('styled-components/dist/types').IStyled
138
138
  $maxHeight?: string;
139
139
  $margin?: string;
140
140
  }>> & string;
141
+ export declare const StyledVideoWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
142
+ $borderRadius?: string;
143
+ $margin?: string;
144
+ $maxHeight?: string;
145
+ $visible?: string;
146
+ }>> & string;
147
+ export declare const StyledVideo: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>, never>> & string;
141
148
  export declare const StyledRadioLabel: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
142
149
  export declare const FormHeaderDesktop: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
143
150
  export declare const FlowStepTrackerContainerMobile: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hievilmath/browser-formidavim",
3
- "version": "1.3.2",
3
+ "version": "1.3.4",
4
4
  "main": "./index.js",
5
5
  "module": "./index.mjs",
6
6
  "typings": "./index.d.ts",