@elliemae/ds-button-v2 3.46.5 → 3.46.6

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.
@@ -21,7 +21,6 @@ export declare const DSButtonV3PropTypes: Required<{
21
21
  shape?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
22
22
  applyAriaDisabled?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
23
23
  innerRef?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
24
- dsButtonRoot?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
25
24
  default?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
26
25
  form?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
27
26
  list?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
@@ -235,13 +234,22 @@ export declare const DSButtonV3PropTypes: Required<{
235
234
  onAnimationEndCapture?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
236
235
  onAnimationIteration?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
237
236
  onAnimationIterationCapture?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
237
+ onToggle?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
238
+ onBeforeToggle?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
239
+ onTransitionCancel?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
240
+ onTransitionCancelCapture?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
238
241
  onTransitionEnd?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
239
242
  onTransitionEndCapture?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
243
+ onTransitionRun?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
244
+ onTransitionRunCapture?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
245
+ onTransitionStart?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
246
+ onTransitionStartCapture?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
240
247
  defaultChecked?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
241
248
  defaultValue?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
242
249
  suppressContentEditableWarning?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
243
250
  suppressHydrationWarning?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
244
251
  accessKey?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
252
+ autoCapitalize?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
245
253
  autoFocus?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
246
254
  className?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
247
255
  contentEditable?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
@@ -272,7 +280,6 @@ export declare const DSButtonV3PropTypes: Required<{
272
280
  rev?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
273
281
  typeof?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
274
282
  vocab?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
275
- autoCapitalize?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
276
283
  autoCorrect?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
277
284
  autoSave?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
278
285
  color?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
@@ -284,6 +291,10 @@ export declare const DSButtonV3PropTypes: Required<{
284
291
  results?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
285
292
  security?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
286
293
  unselectable?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
294
+ popover?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
295
+ popoverTargetAction?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
296
+ popoverTarget?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
297
+ inert?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
287
298
  inputMode?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
288
299
  is?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
289
300
  accept?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
@@ -1,2 +1,2 @@
1
1
  import type { DSButtonT } from '../react-desc-prop-types.js';
2
- export declare const useButtonRenderer: (propsWithDefault: DSButtonT.InternalProps) => 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("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, import("../styles.js").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>;
2
+ export declare const useButtonRenderer: (propsWithDefault: DSButtonT.InternalProps) => any;
@@ -5,8 +5,8 @@ export interface StyledButtonPropsT {
5
5
  shape: DSButtonT.ButtonShapesT;
6
6
  isV3: DSButtonT.RequiredProps['isV3'];
7
7
  }
8
- 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
- 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
- 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>;
11
- export declare const OutlineButton: 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>;
12
- export declare const TextButton: 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>;
8
+ export declare const RawButton: any;
9
+ export declare const DefaultButton: any;
10
+ export declare const FilledButton: any;
11
+ export declare const OutlineButton: any;
12
+ export declare const TextButton: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-button-v2",
3
- "version": "3.46.5",
3
+ "version": "3.46.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Button",
6
6
  "files": [
@@ -36,14 +36,14 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-props-helpers": "3.46.5",
40
- "@elliemae/ds-system": "3.46.5",
41
- "@elliemae/ds-typescript-helpers": "3.46.5"
39
+ "@elliemae/ds-props-helpers": "3.46.6",
40
+ "@elliemae/ds-system": "3.46.6",
41
+ "@elliemae/ds-typescript-helpers": "3.46.6"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@elliemae/pui-cli": "9.0.0-next.50",
45
45
  "styled-components": "~5.3.9",
46
- "@elliemae/ds-monorepo-devops": "3.46.5"
46
+ "@elliemae/ds-monorepo-devops": "3.46.6"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "react": "^17.0.2",
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "publishConfig": {
54
54
  "access": "public",
55
- "typeSafety": true
55
+ "typeSafety": false
56
56
  },
57
57
  "scripts": {
58
58
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",