@elliemae/ds-button-v2 3.51.0-rc.8 → 3.51.1
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.
package/dist/cjs/index.js
CHANGED
|
@@ -26,8 +26,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var index_exports = {};
|
|
30
|
+
__export(index_exports, {
|
|
31
31
|
BUTTON_SHAPES: () => import_constants.BUTTON_SHAPES,
|
|
32
32
|
BUTTON_SIZES: () => import_constants.BUTTON_SIZES,
|
|
33
33
|
BUTTON_TYPES: () => import_constants.BUTTON_TYPES,
|
|
@@ -42,7 +42,7 @@ __export(src_exports, {
|
|
|
42
42
|
DSButtonV3PropTypesSchema: () => import_DSButtonV3.DSButtonV3PropTypesSchema,
|
|
43
43
|
DSButtonV3WithSchema: () => import_DSButtonV3.DSButtonV3WithSchema
|
|
44
44
|
});
|
|
45
|
-
module.exports = __toCommonJS(
|
|
45
|
+
module.exports = __toCommonJS(index_exports);
|
|
46
46
|
var React = __toESM(require("react"));
|
|
47
47
|
var import_constants = require("./constants.js");
|
|
48
48
|
var import_DSButtonV2 = require("./parts/DSButtonV2/index.js");
|
|
@@ -287,6 +287,8 @@ export declare const DSButtonV3PropTypes: Required<{
|
|
|
287
287
|
unselectable?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
|
|
288
288
|
inputMode?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
|
|
289
289
|
is?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
|
|
290
|
+
exportparts?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
|
|
291
|
+
part?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
|
|
290
292
|
accept?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
|
|
291
293
|
acceptCharset?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
|
|
292
294
|
action?: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-button-v2",
|
|
3
|
-
"version": "3.51.
|
|
3
|
+
"version": "3.51.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Button",
|
|
6
6
|
"files": [
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"indent": 4
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@elliemae/ds-props-helpers": "3.51.
|
|
40
|
-
"@elliemae/ds-system": "3.51.
|
|
41
|
-
"@elliemae/ds-typescript-helpers": "3.51.
|
|
39
|
+
"@elliemae/ds-props-helpers": "3.51.1",
|
|
40
|
+
"@elliemae/ds-system": "3.51.1",
|
|
41
|
+
"@elliemae/ds-typescript-helpers": "3.51.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@elliemae/pui-cli": "9.0.0-next.55",
|
|
45
45
|
"jest": "~29.7.0",
|
|
46
46
|
"styled-components": "~5.3.9",
|
|
47
|
-
"@elliemae/ds-monorepo-devops": "3.51.
|
|
47
|
+
"@elliemae/ds-monorepo-devops": "3.51.1"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"react": "^18.3.1",
|