@elliemae/ds-pills-v2 3.70.0-next.7 → 3.70.0-next.8
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.
|
@@ -33,8 +33,8 @@ __export(TextComponent_exports, {
|
|
|
33
33
|
module.exports = __toCommonJS(TextComponent_exports);
|
|
34
34
|
var React = __toESM(require("react"));
|
|
35
35
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
|
-
var import_TruncatedTooltipText = require("../TruncatedTooltipText.js");
|
|
37
36
|
var import_react = __toESM(require("react"));
|
|
37
|
+
var import_TruncatedTooltipText = require("../TruncatedTooltipText.js");
|
|
38
38
|
var import_styled = require("./styled.js");
|
|
39
39
|
const TextComponent = import_react.default.memo(({ labelTruncated, label, pillSize }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_styled.StyledTextWrapper, { pillSize, children: labelTruncated ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_TruncatedTooltipText.TruncatedTooltipText, { value: label }) : label }));
|
|
40
40
|
//# sourceMappingURL=TextComponent.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/components/TextComponent.tsx", "../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["import { TruncatedTooltipText } from '../TruncatedTooltipText.js';\nimport
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
4
|
+
"sourcesContent": ["import React from 'react';\nimport { TruncatedTooltipText } from '../TruncatedTooltipText.js';\nimport type { DSPillT } from '../react-desc-prop-types.js';\nimport { StyledTextWrapper } from './styled.js';\n\nexport const TextComponent = React.memo<{\n labelTruncated: DSPillT.InternalProps['labelTruncated'];\n label: DSPillT.InternalProps['label'];\n pillSize: DSPillT.InternalProps['size'];\n}>(({ labelTruncated, label, pillSize }) => (\n <StyledTextWrapper pillSize={pillSize}>\n {labelTruncated ? <TruncatedTooltipText value={label} /> : label}\n </StyledTextWrapper>\n));\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADWD;AAXtB,mBAAkB;AAClB,kCAAqC;AAErC,oBAAkC;AAE3B,MAAM,gBAAgB,aAAAA,QAAM,KAIhC,CAAC,EAAE,gBAAgB,OAAO,SAAS,MACpC,4CAAC,mCAAkB,UAChB,2BAAiB,4CAAC,oDAAqB,OAAO,OAAO,IAAK,OAC7D,CACD;",
|
|
6
6
|
"names": ["React"]
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
|
-
import { TruncatedTooltipText } from "../TruncatedTooltipText.js";
|
|
4
3
|
import React2 from "react";
|
|
4
|
+
import { TruncatedTooltipText } from "../TruncatedTooltipText.js";
|
|
5
5
|
import { StyledTextWrapper } from "./styled.js";
|
|
6
6
|
const TextComponent = React2.memo(({ labelTruncated, label, pillSize }) => /* @__PURE__ */ jsx(StyledTextWrapper, { pillSize, children: labelTruncated ? /* @__PURE__ */ jsx(TruncatedTooltipText, { value: label }) : label }));
|
|
7
7
|
export {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../scripts/build/transpile/react-shim.js", "../../../src/components/TextComponent.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { TruncatedTooltipText } from '../TruncatedTooltipText.js';\nimport
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { TruncatedTooltipText } from '../TruncatedTooltipText.js';\nimport type { DSPillT } from '../react-desc-prop-types.js';\nimport { StyledTextWrapper } from './styled.js';\n\nexport const TextComponent = React.memo<{\n labelTruncated: DSPillT.InternalProps['labelTruncated'];\n label: DSPillT.InternalProps['label'];\n pillSize: DSPillT.InternalProps['size'];\n}>(({ labelTruncated, label, pillSize }) => (\n <StyledTextWrapper pillSize={pillSize}>\n {labelTruncated ? <TruncatedTooltipText value={label} /> : label}\n </StyledTextWrapper>\n));\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACWD;AAXtB,OAAOA,YAAW;AAClB,SAAS,4BAA4B;AAErC,SAAS,yBAAyB;AAE3B,MAAM,gBAAgBA,OAAM,KAIhC,CAAC,EAAE,gBAAgB,OAAO,SAAS,MACpC,oBAAC,qBAAkB,UAChB,2BAAiB,oBAAC,wBAAqB,OAAO,OAAO,IAAK,OAC7D,CACD;",
|
|
6
6
|
"names": ["React"]
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-pills-v2",
|
|
3
|
-
"version": "3.70.0-next.
|
|
3
|
+
"version": "3.70.0-next.8",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Pills V2",
|
|
6
6
|
"files": [
|
|
@@ -38,22 +38,22 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@elliemae/ds-legacy-form": "1.0.16",
|
|
40
40
|
"uid": "^2.0.2",
|
|
41
|
-
"@elliemae/ds-button-v2": "3.70.0-next.
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-
|
|
45
|
-
"@elliemae/ds-
|
|
46
|
-
"@elliemae/ds-
|
|
47
|
-
"@elliemae/ds-
|
|
48
|
-
"@elliemae/ds-
|
|
49
|
-
"@elliemae/ds-tooltip-v3": "3.70.0-next.
|
|
50
|
-
"@elliemae/ds-
|
|
41
|
+
"@elliemae/ds-button-v2": "3.70.0-next.8",
|
|
42
|
+
"@elliemae/ds-floating-context": "3.70.0-next.8",
|
|
43
|
+
"@elliemae/ds-icons": "3.70.0-next.8",
|
|
44
|
+
"@elliemae/ds-props-helpers": "3.70.0-next.8",
|
|
45
|
+
"@elliemae/ds-grid": "3.70.0-next.8",
|
|
46
|
+
"@elliemae/ds-menu-button": "3.70.0-next.8",
|
|
47
|
+
"@elliemae/ds-dropdownmenu-v2": "3.70.0-next.8",
|
|
48
|
+
"@elliemae/ds-system": "3.70.0-next.8",
|
|
49
|
+
"@elliemae/ds-tooltip-v3": "3.70.0-next.8",
|
|
50
|
+
"@elliemae/ds-typescript-helpers": "3.70.0-next.8"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"jest": "^30.0.0",
|
|
54
54
|
"styled-components": "~5.3.9",
|
|
55
|
-
"@elliemae/ds-
|
|
56
|
-
"@elliemae/ds-
|
|
55
|
+
"@elliemae/ds-test-utils": "3.70.0-next.8",
|
|
56
|
+
"@elliemae/ds-monorepo-devops": "3.70.0-next.8"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"lodash-es": "^4.17.21",
|