@elliemae/ds-form-checkbox 3.51.0-rc.9 → 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
|
DSCheckboxDataTestIds: () => import_exported_related.DSCheckboxDataTestIds,
|
32
32
|
DSCheckboxName: () => import_exported_related.DSCheckboxName,
|
33
33
|
DSCheckboxSlots: () => import_exported_related.DSCheckboxSlots,
|
@@ -35,7 +35,7 @@ __export(src_exports, {
|
|
35
35
|
DSControlledCheckboxWithSchema: () => import_ControlledCheckbox2.DSControlledCheckboxWithSchema,
|
36
36
|
PresentationalCheckbox: () => PresentationalCheckbox
|
37
37
|
});
|
38
|
-
module.exports = __toCommonJS(
|
38
|
+
module.exports = __toCommonJS(index_exports);
|
39
39
|
var React = __toESM(require("react"));
|
40
40
|
var import_jsx_runtime = require("react/jsx-runtime");
|
41
41
|
var import_ControlledCheckbox = require("./ControlledCheckbox.js");
|
@@ -516,4 +516,6 @@ export declare const propTypes: {
|
|
516
516
|
'aria-colindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
|
517
517
|
'aria-description': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
|
518
518
|
'aria-rowindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
|
519
|
+
part: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
|
520
|
+
exportparts: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
|
519
521
|
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-form-checkbox",
|
3
|
-
"version": "3.51.
|
3
|
+
"version": "3.51.1",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Controlled Form Checkbox",
|
6
6
|
"files": [
|
@@ -37,20 +37,20 @@
|
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
39
|
"uid": "~2.0.1",
|
40
|
-
"@elliemae/ds-props-helpers": "3.51.
|
41
|
-
"@elliemae/ds-
|
42
|
-
"@elliemae/ds-
|
43
|
-
"@elliemae/ds-typescript-helpers": "3.51.
|
40
|
+
"@elliemae/ds-props-helpers": "3.51.1",
|
41
|
+
"@elliemae/ds-truncated-tooltip-text": "3.51.1",
|
42
|
+
"@elliemae/ds-system": "3.51.1",
|
43
|
+
"@elliemae/ds-typescript-helpers": "3.51.1"
|
44
44
|
},
|
45
45
|
"devDependencies": {
|
46
46
|
"@elliemae/pui-cli": "9.0.0-next.55",
|
47
|
-
"@elliemae/pui-theme": "~2.
|
47
|
+
"@elliemae/pui-theme": "~2.11.0",
|
48
48
|
"jest": "~29.7.0",
|
49
49
|
"styled-components": "~5.3.9",
|
50
|
-
"@elliemae/ds-monorepo-devops": "3.51.
|
50
|
+
"@elliemae/ds-monorepo-devops": "3.51.1"
|
51
51
|
},
|
52
52
|
"peerDependencies": {
|
53
|
-
"@elliemae/pui-theme": "~2.
|
53
|
+
"@elliemae/pui-theme": "~2.11.0",
|
54
54
|
"react": "^18.3.1",
|
55
55
|
"react-dom": "^18.3.1",
|
56
56
|
"styled-components": "~5.3.9",
|