@pipelinesolucoes/form 1.0.0-beta.1 → 1.0.0-beta.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.
@@ -4,8 +4,8 @@ export interface ButtonProps {
4
4
  variantButton?: TypographyVariant;
5
5
  backgroundButton?: string;
6
6
  backgroundHoverButton?: string;
7
- colorTextButton?: string;
8
- colorTextHoverButton?: string;
7
+ colorButton?: string;
8
+ colorHoverButton?: string;
9
9
  borderRadiusButton?: string;
10
10
  borderButton?: string;
11
11
  boxShadowButton?: string;
@@ -14,4 +14,4 @@ export interface ButtonProps {
14
14
  paddingButton?: string;
15
15
  marginButton?: string;
16
16
  }
17
- export declare const BUTTON_STYLE_FORWARD_PROPS: readonly ["textButton", "variantButton", "backgroundButton", "backgroundHoverButton", "colorTextButton", "colorTextHoverButton", "borderRadiusButton", "borderButton", "boxShadowButton", "widthButton", "heightButton", "paddingButton", "marginButton"];
17
+ export declare const BUTTON_STYLE_FORWARD_PROPS: readonly ["textButton", "variantButton", "backgroundButton", "backgroundHoverButton", "colorButton", "colorHoverButton", "borderRadiusButton", "borderButton", "boxShadowButton", "widthButton", "heightButton", "paddingButton", "marginButton"];
@@ -3,8 +3,8 @@ export const BUTTON_STYLE_FORWARD_PROPS = [
3
3
  "variantButton",
4
4
  "backgroundButton",
5
5
  "backgroundHoverButton",
6
- "colorTextButton",
7
- "colorTextHoverButton",
6
+ "colorButton",
7
+ "colorHoverButton",
8
8
  "borderRadiusButton",
9
9
  "borderButton",
10
10
  "boxShadowButton",
@@ -1 +1 @@
1
- {"version":3,"file":"ButtonProps.js","sourceRoot":"","sources":["../../src/types/ButtonProps.ts"],"names":[],"mappings":"AAsBA,MAAM,CAAC,MAAM,0BAA0B,GAAG;IACxC,YAAY;IACZ,eAAe;IACf,kBAAkB;IAClB,uBAAuB;IACvB,iBAAiB;IACjB,sBAAsB;IACtB,oBAAoB;IACpB,cAAc;IACd,iBAAiB;IACjB,aAAa;IACb,cAAc;IACd,eAAe;IACf,cAAc;CACN,CAAC"}
1
+ {"version":3,"file":"ButtonProps.js","sourceRoot":"","sources":["../../src/types/ButtonProps.ts"],"names":[],"mappings":"AAsBA,MAAM,CAAC,MAAM,0BAA0B,GAAG;IACxC,YAAY;IACZ,eAAe;IACf,kBAAkB;IAClB,uBAAuB;IACvB,aAAa;IACb,kBAAkB;IAClB,oBAAoB;IACpB,cAAc;IACd,iBAAiB;IACjB,aAAa;IACb,cAAc;IACd,eAAe;IACf,cAAc;CACN,CAAC"}
@@ -1,7 +1,9 @@
1
1
  export interface ColorProps {
2
2
  background?: string;
3
3
  backgroundHover?: string;
4
- colorText?: string;
5
- colorTextHover?: string;
4
+ backgroundDisabled?: string;
5
+ color?: string;
6
+ colorHover?: string;
6
7
  colorFocused?: string;
8
+ colorDisabled?: string;
7
9
  }
@@ -1,6 +1,6 @@
1
1
  export interface FieldProps {
2
2
  backgroundField?: string;
3
- colorTextField?: string;
3
+ colorField?: string;
4
4
  colorFocusedField?: string;
5
5
  borderRadiusField?: string;
6
6
  boxShadowField?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipelinesolucoes/form",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/pipeline-solucoes/form.git"