profinansy-ui-lib 3.3.100 → 3.3.101
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/index.js +3 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7992,14 +7992,14 @@
|
|
|
7992
7992
|
align-items: center;
|
|
7993
7993
|
flex-wrap: nowrap;
|
|
7994
7994
|
gap: 4px;
|
|
7995
|
-
`;t.TextWithPopup=({text:e,hint:t})=>{const{lastWord:n,newText:r}=(0,u.useMemo)((()=>{const t=e.split(" ");return{lastWord:t.pop(),newText:t.join(" ")}}),[e]);return u.default.createElement("span",null,r," ",u.default.createElement(s,null,n,u.default.createElement(l.Popup,Object.assign({},t))))}},800:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Textarea=t.Length=t.Content=t.Container=void 0;const a=r(n(1608));t.Container=a.default.div`
|
|
7995
|
+
`;t.TextWithPopup=({text:e,hint:t})=>{const{lastWord:n,newText:r}=(0,u.useMemo)((()=>{const t=e.split(" ");return{lastWord:t.pop(),newText:t.join(" ")}}),[e]);return u.default.createElement("span",null,r," ",u.default.createElement(s,null,n,u.default.createElement(l.Popup,Object.assign({},t))))}},800:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.Textarea=t.Length=t.Content=t.Container=void 0;const a=r(n(1608)),i=n(2998);t.Container=a.default.div`
|
|
7996
7996
|
width: 100%;
|
|
7997
7997
|
`,t.Content=a.default.div`
|
|
7998
7998
|
position: relative;
|
|
7999
7999
|
width: 100%;
|
|
8000
8000
|
`,t.Length=a.default.span`
|
|
8001
8001
|
position: absolute;
|
|
8002
|
-
right:
|
|
8002
|
+
right: 12px;
|
|
8003
8003
|
padding: 0 2px;
|
|
8004
8004
|
background: ${e=>e.theme.background.field};
|
|
8005
8005
|
border-radius: 4px;
|
|
@@ -8028,6 +8028,7 @@
|
|
|
8028
8028
|
font-size: 15px;
|
|
8029
8029
|
line-height: 20px;
|
|
8030
8030
|
}
|
|
8031
|
+
${i.Scroll}
|
|
8031
8032
|
&:disabled {
|
|
8032
8033
|
border-color: ${e=>e.theme.stroke.tertiary};
|
|
8033
8034
|
color: ${e=>e.theme.text.secondary};
|