(e)
| 16629 | return t === -1 || t === e.length - 1 ? [e] : [e.slice(0, t), e.slice(t + 1)]; |
| 16630 | } |
| 16631 | function Ts(e) { |
| 16632 | if (typeof e == "string" && e.includes("<alpha-value>")) { |
| 16633 | let t = e; |
| 16634 | return ({ opacityValue: n = 1 }) => t.replace("<alpha-value>", n); |
| 16635 | } |
| 16636 | return e; |
| 16637 | } |
| 16638 | function ff(e, t = {}, { tailwindConfig: n = {} } = {}) { |
| 16639 | var r; |
| 16640 | if (((r = t.values) === null || r === void 0 ? void 0 : r[e]) !== void 0) { |
no test coverage detected