profinansy-ui-lib 3.7.1 → 3.7.2
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 +5 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5810,6 +5810,11 @@
|
|
|
5810
5810
|
fill: ${e=>(0,i.getMode)(e.theme).blue.active.color};
|
|
5811
5811
|
}
|
|
5812
5812
|
}
|
|
5813
|
+
&:disabled {
|
|
5814
|
+
pointer-events: none;
|
|
5815
|
+
cursor: default;
|
|
5816
|
+
opacity: 0.6;
|
|
5817
|
+
}
|
|
5813
5818
|
`,t.IconLeft=a.default.span`
|
|
5814
5819
|
margin-right: 8px;
|
|
5815
5820
|
width: 24px;
|