@elliemae/ds-button-v2 3.52.1 → 3.53.0-alpha.2

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.
Files changed (22) hide show
  1. package/dist/cjs/parts/SharedButtonBaseline/DSButton.js +6 -2
  2. package/dist/cjs/parts/SharedButtonBaseline/DSButton.js.map +2 -2
  3. package/dist/cjs/parts/SharedButtonBaseline/config/useButton.js +4 -3
  4. package/dist/cjs/parts/SharedButtonBaseline/config/useButton.js.map +2 -2
  5. package/dist/cjs/parts/SharedButtonBaseline/config/useValidateProps.js +1 -2
  6. package/dist/cjs/parts/SharedButtonBaseline/config/useValidateProps.js.map +2 -2
  7. package/dist/cjs/parts/SharedButtonBaseline/styles.js +40 -33
  8. package/dist/cjs/parts/SharedButtonBaseline/styles.js.map +2 -2
  9. package/dist/esm/parts/SharedButtonBaseline/DSButton.js +7 -3
  10. package/dist/esm/parts/SharedButtonBaseline/DSButton.js.map +2 -2
  11. package/dist/esm/parts/SharedButtonBaseline/config/useButton.js +4 -3
  12. package/dist/esm/parts/SharedButtonBaseline/config/useButton.js.map +2 -2
  13. package/dist/esm/parts/SharedButtonBaseline/config/useValidateProps.js +1 -2
  14. package/dist/esm/parts/SharedButtonBaseline/config/useValidateProps.js.map +2 -2
  15. package/dist/esm/parts/SharedButtonBaseline/styles.js +40 -33
  16. package/dist/esm/parts/SharedButtonBaseline/styles.js.map +2 -2
  17. package/dist/types/parts/DSButtonV2/react-desc-prop-types.d.ts +0 -1
  18. package/dist/types/parts/DSButtonV3/react-desc-prop-types.d.ts +2 -453
  19. package/dist/types/parts/SharedButtonBaseline/react-desc-prop-types.d.ts +0 -1
  20. package/dist/types/parts/SharedButtonBaseline/styles.d.ts +1 -0
  21. package/dist/types/tests/DSButtonV3.type-submit-with-form.test.d.ts +1 -0
  22. package/package.json +7 -6
@@ -5,6 +5,7 @@ export interface StyledButtonPropsT {
5
5
  shape: DSButtonT.ButtonShapesT;
6
6
  isV3: DSButtonT.RequiredProps['isV3'];
7
7
  }
8
+ export declare const StyledPseudoBorder: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
8
9
  export declare const RawButton: import("styled-components").StyledComponent<"button", import("@elliemae/ds-system").Theme, DSButtonT.Props & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"button">, never>;
9
10
  export declare const DefaultButton: import("styled-components").StyledComponent<import("styled-components").StyledComponent<"button", import("@elliemae/ds-system").Theme, DSButtonT.Props & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"button">, never>, import("@elliemae/ds-system").Theme, StyledButtonPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("styled-components").StyledComponent<"button", import("@elliemae/ds-system").Theme, DSButtonT.Props & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"button">, never>>, never>;
10
11
  export declare const FilledButton: import("styled-components").StyledComponent<import("styled-components").StyledComponent<import("styled-components").StyledComponent<"button", import("@elliemae/ds-system").Theme, DSButtonT.Props & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"button">, never>, import("@elliemae/ds-system").Theme, StyledButtonPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("styled-components").StyledComponent<"button", import("@elliemae/ds-system").Theme, DSButtonT.Props & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"button">, never>>, never>, import("@elliemae/ds-system").Theme, StyledButtonPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("styled-components").StyledComponent<import("styled-components").StyledComponent<"button", import("@elliemae/ds-system").Theme, DSButtonT.Props & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"button">, never>, import("@elliemae/ds-system").Theme, StyledButtonPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("styled-components").StyledComponent<"button", import("@elliemae/ds-system").Theme, DSButtonT.Props & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"button">, never>>, never>>, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-button-v2",
3
- "version": "3.52.1",
3
+ "version": "3.53.0-alpha.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Button",
6
6
  "files": [
@@ -36,15 +36,16 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-props-helpers": "3.52.1",
40
- "@elliemae/ds-typescript-helpers": "3.52.1",
41
- "@elliemae/ds-system": "3.52.1"
39
+ "@elliemae/ds-props-helpers": "3.53.0-alpha.2",
40
+ "@elliemae/ds-system": "3.53.0-alpha.2",
41
+ "@elliemae/ds-typescript-helpers": "3.53.0-alpha.2"
42
42
  },
43
43
  "devDependencies": {
44
- "@elliemae/pui-cli": "9.0.0-next.63",
44
+ "@elliemae/pui-cli": "9.0.0-next.65",
45
45
  "jest": "~29.7.0",
46
46
  "styled-components": "~5.3.9",
47
- "@elliemae/ds-monorepo-devops": "3.52.1"
47
+ "@elliemae/ds-test-utils": "3.53.0-alpha.2",
48
+ "@elliemae/ds-monorepo-devops": "3.53.0-alpha.2"
48
49
  },
49
50
  "peerDependencies": {
50
51
  "react": "^18.3.1",