@elliemae/ds-form-toggle 3.44.0-rc.0 → 3.45.0-rc.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -33,9 +33,9 @@ __export(AddTooltipOnReadOnly_exports, {
|
|
33
33
|
module.exports = __toCommonJS(AddTooltipOnReadOnly_exports);
|
34
34
|
var React = __toESM(require("react"));
|
35
35
|
var import_jsx_runtime = require("react/jsx-runtime");
|
36
|
-
var
|
36
|
+
var import_ds_tooltip_v3 = require("@elliemae/ds-tooltip-v3");
|
37
37
|
const AddTooltipOnReadOnly = ({ readOnly, children }) => {
|
38
|
-
if (readOnly) return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
38
|
+
if (readOnly) return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_ds_tooltip_v3.DSTooltipV3, { text: "Read Only", children });
|
39
39
|
return children;
|
40
40
|
};
|
41
41
|
//# sourceMappingURL=AddTooltipOnReadOnly.js.map
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"version": 3,
|
3
3
|
"sources": ["../../../src/parts/AddTooltipOnReadOnly.tsx", "../../../../../../scripts/build/transpile/react-shim.js"],
|
4
|
-
"sourcesContent": ["import React from 'react';\nimport { DSTooltipV3 } from '@elliemae/ds-tooltip';\n\nexport const AddTooltipOnReadOnly = ({ readOnly, children }: { readOnly: boolean; children: React.ReactNode }) => {\n if (readOnly) return <DSTooltipV3 text=\"Read Only\">{children}</DSTooltipV3>;\n return children;\n};\n", "import * as React from 'react';\nexport { React };\n"],
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADIA;AAHvB,
|
4
|
+
"sourcesContent": ["import React from 'react';\nimport { DSTooltipV3 } from '@elliemae/ds-tooltip-v3';\n\nexport const AddTooltipOnReadOnly = ({ readOnly, children }: { readOnly: boolean; children: React.ReactNode }) => {\n if (readOnly) return <DSTooltipV3 text=\"Read Only\">{children}</DSTooltipV3>;\n return children;\n};\n", "import * as React from 'react';\nexport { React };\n"],
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADIA;AAHvB,2BAA4B;AAErB,MAAM,uBAAuB,CAAC,EAAE,UAAU,SAAS,MAAwD;AAChH,MAAI,SAAU,QAAO,4CAAC,oCAAY,MAAK,aAAa,UAAS;AAC7D,SAAO;AACT;",
|
6
6
|
"names": []
|
7
7
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import * as React from "react";
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
3
|
-
import { DSTooltipV3 } from "@elliemae/ds-tooltip";
|
3
|
+
import { DSTooltipV3 } from "@elliemae/ds-tooltip-v3";
|
4
4
|
const AddTooltipOnReadOnly = ({ readOnly, children }) => {
|
5
5
|
if (readOnly) return /* @__PURE__ */ jsx(DSTooltipV3, { text: "Read Only", children });
|
6
6
|
return children;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"version": 3,
|
3
3
|
"sources": ["../../../../../../scripts/build/transpile/react-shim.js", "../../../src/parts/AddTooltipOnReadOnly.tsx"],
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { DSTooltipV3 } from '@elliemae/ds-tooltip';\n\nexport const AddTooltipOnReadOnly = ({ readOnly, children }: { readOnly: boolean; children: React.ReactNode }) => {\n if (readOnly) return <DSTooltipV3 text=\"Read Only\">{children}</DSTooltipV3>;\n return children;\n};\n"],
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { DSTooltipV3 } from '@elliemae/ds-tooltip-v3';\n\nexport const AddTooltipOnReadOnly = ({ readOnly, children }: { readOnly: boolean; children: React.ReactNode }) => {\n if (readOnly) return <DSTooltipV3 text=\"Read Only\">{children}</DSTooltipV3>;\n return children;\n};\n"],
|
5
5
|
"mappings": "AAAA,YAAY,WAAW;ACIA;AAHvB,SAAS,mBAAmB;AAErB,MAAM,uBAAuB,CAAC,EAAE,UAAU,SAAS,MAAwD;AAChH,MAAI,SAAU,QAAO,oBAAC,eAAY,MAAK,aAAa,UAAS;AAC7D,SAAO;AACT;",
|
6
6
|
"names": []
|
7
7
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-form-toggle",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.45.0-rc.0",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Controlled Form Toggle",
|
6
6
|
"files": [
|
@@ -39,19 +39,19 @@
|
|
39
39
|
"lodash": "~4.17.21",
|
40
40
|
"styled-components": "~5.3.9",
|
41
41
|
"uid": "~2.0.1",
|
42
|
-
"@elliemae/ds-button-v2": "3.
|
43
|
-
"@elliemae/ds-
|
44
|
-
"@elliemae/ds-
|
45
|
-
"@elliemae/ds-tooltip": "3.
|
42
|
+
"@elliemae/ds-button-v2": "3.45.0-rc.0",
|
43
|
+
"@elliemae/ds-system": "3.45.0-rc.0",
|
44
|
+
"@elliemae/ds-props-helpers": "3.45.0-rc.0",
|
45
|
+
"@elliemae/ds-tooltip-v3": "3.45.0-rc.0"
|
46
46
|
},
|
47
47
|
"devDependencies": {
|
48
48
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
49
|
-
"@elliemae/pui-theme": "~2.
|
49
|
+
"@elliemae/pui-theme": "~2.10.0",
|
50
50
|
"styled-components": "~5.3.9",
|
51
|
-
"@elliemae/ds-monorepo-devops": "3.
|
51
|
+
"@elliemae/ds-monorepo-devops": "3.45.0-rc.0"
|
52
52
|
},
|
53
53
|
"peerDependencies": {
|
54
|
-
"@elliemae/pui-theme": "~2.
|
54
|
+
"@elliemae/pui-theme": "~2.10.0",
|
55
55
|
"lodash": "^4.17.21",
|
56
56
|
"react": "^17.0.2",
|
57
57
|
"react-dom": "^17.0.2",
|