@elliemae/ds-button-v2 3.22.0-next.0 → 3.22.0-next.15

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.
@@ -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<import("styled-components").StyledComponent<"button", import("@elliemae/ds-system").Theme, DSButtonT.Props & import("@elliemae/ds-system").OwnerInterface, never>, import("@elliemae/ds-system").Theme, import("../styles.js").StyledButtonPropsT & import("@elliemae/ds-system").OwnerInterface, never>;
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, never> | import("styled-components").StyledComponent<import("styled-components").StyledComponent<"button", import("@elliemae/ds-system").Theme, DSButtonT.Props & import("@elliemae/ds-system").OwnerInterface, never>, import("@elliemae/ds-system").Theme, import("../styles.js").StyledButtonPropsT & import("@elliemae/ds-system").OwnerInterface, never>;
@@ -473,4 +473,9 @@ export declare const DSButtonPropTypes: {
473
473
  vocab: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
474
474
  wmode: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
475
475
  wrap: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
476
+ 'aria-braillelabel': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
477
+ 'aria-brailleroledescription': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
478
+ 'aria-colindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
479
+ 'aria-description': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
480
+ 'aria-rowindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
476
481
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-button-v2",
3
- "version": "3.22.0-next.0",
3
+ "version": "3.22.0-next.15",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Button",
6
6
  "files": [
@@ -63,16 +63,18 @@
63
63
  "indent": 4
64
64
  },
65
65
  "dependencies": {
66
- "@elliemae/ds-props-helpers": "3.22.0-next.0",
67
- "@elliemae/ds-system": "3.22.0-next.0",
68
- "@elliemae/ds-utilities": "3.22.0-next.0"
66
+ "@elliemae/ds-props-helpers": "3.22.0-next.15",
67
+ "@elliemae/ds-system": "3.22.0-next.15",
68
+ "@elliemae/ds-utilities": "3.22.0-next.15"
69
69
  },
70
70
  "devDependencies": {
71
+ "@elliemae/pui-cli": "~9.0.0-next.22",
71
72
  "@testing-library/jest-dom": "~5.16.5",
72
73
  "@testing-library/react": "~12.1.3",
73
74
  "@testing-library/user-event": "~13.5.0",
74
75
  "jest-axe": "^7.0.1",
75
- "styled-components": "~5.3.9"
76
+ "styled-components": "~5.3.9",
77
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.15"
76
78
  },
77
79
  "peerDependencies": {
78
80
  "react": "^17.0.2",
@@ -85,11 +87,12 @@
85
87
  },
86
88
  "scripts": {
87
89
  "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
88
- "test": "node ../../scripts/testing/test.mjs",
90
+ "test": "pui-cli test --passWithNoTests",
89
91
  "lint": "node ../../scripts/lint.mjs",
90
92
  "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
91
93
  "dts": "node ../../scripts/dts.mjs",
92
94
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
95
+ "versionx": "node ../../scripts/setup/switch-to-workspace-version.js",
93
96
  "dev:build": "pnpm --filter {.}... build",
94
97
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
95
98
  "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""