@mparticle/aquarium 1.64.0-theme-update.2 → 1.64.0-theme-update.3
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/aquarium.js +8 -5
- package/dist/aquarium.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/aquarium.js
CHANGED
|
@@ -181,15 +181,18 @@ const dT = {
|
|
|
181
181
|
Tooltip: {
|
|
182
182
|
colorTextLightSolid: "rgba(0, 0, 0, 0.88)",
|
|
183
183
|
colorBgSpotlight: "#ffffff",
|
|
184
|
-
fontSize: 12
|
|
184
|
+
fontSize: 12,
|
|
185
|
+
lineHeight: 1.4
|
|
185
186
|
},
|
|
186
187
|
Button: {
|
|
187
188
|
borderColorDisabled: "#f0f0f0",
|
|
188
189
|
colorLinkHover: "#a10863",
|
|
189
190
|
colorLinkActive: "#640c41",
|
|
190
191
|
colorLink: "#800a51",
|
|
191
|
-
|
|
192
|
-
|
|
192
|
+
colorPrimary: "#c20075",
|
|
193
|
+
colorPrimaryHover: "#a10863",
|
|
194
|
+
colorPrimaryActive: "#800a51",
|
|
195
|
+
primaryShadow: "0 1px 0 rgba(239, 11, 148, 0.1)"
|
|
193
196
|
},
|
|
194
197
|
Input: {
|
|
195
198
|
activeShadow: "0 0 0 2px rgba(239, 11, 148, 0.1)",
|
|
@@ -2638,7 +2641,7 @@ function R7(i) {
|
|
|
2638
2641
|
return i === "inherit" ? "inherit" : ng[i] ? ng[i] : i;
|
|
2639
2642
|
}
|
|
2640
2643
|
const _7 = (i) => i === "base" ? 14 : i === "sm" ? 12 : i === "lg" ? 16 : i === "xl" ? 20 : i, H7 = (i) => i === "base" ? 1.571428571428571 : i === "sm" ? 1.666666666666667 : i === "lg" ? 1.5 : 1.4, jn = () => /* @__PURE__ */ b(It, { children: "DO NOT USE" }), SB = (i) => {
|
|
2641
|
-
const O = i, { size: c, color: f, type: h, tooltip: S, children: x, style: m } = O, R = Pt(O, ["size", "color", "type", "tooltip", "children", "style"]), H = c ? _7(c) : S ? 12 : void 0, k = c ? H7(c) : void 0, G = !h && f ? R7(f) : S ? cv : void 0;
|
|
2644
|
+
const O = i, { size: c, color: f, type: h, tooltip: S, children: x, style: m } = O, R = Pt(O, ["size", "color", "type", "tooltip", "children", "style"]), H = c ? _7(c) : S ? 12 : void 0, k = c ? H7(c) : S ? 1.4 : void 0, G = !h && f ? R7(f) : S ? cv : void 0;
|
|
2642
2645
|
return /* @__PURE__ */ b(ge, { children: /* @__PURE__ */ b(Q0.Text, at(T({ style: T({ color: G, fontSize: H, lineHeight: k }, m), type: h }, R), { children: x })) });
|
|
2643
2646
|
};
|
|
2644
2647
|
jn.Text = SB;
|
|
@@ -2648,7 +2651,7 @@ const wB = (i) => {
|
|
|
2648
2651
|
};
|
|
2649
2652
|
jn.Title = wB;
|
|
2650
2653
|
const EB = (i) => {
|
|
2651
|
-
const W = i, { size: c, color: f, type: h, tooltip: S, underline: x, children: m, style: R } = W, H = Pt(W, ["size", "color", "type", "tooltip", "underline", "children", "style"]), k = c ? _7(c) : S ? 12 : void 0, G = c ? H7(c) : void 0, O = !h && f ? R7(f) : S ? cv : void 0, F = S != null ? S : f === "ColorText" ? !0 : x;
|
|
2654
|
+
const W = i, { size: c, color: f, type: h, tooltip: S, underline: x, children: m, style: R } = W, H = Pt(W, ["size", "color", "type", "tooltip", "underline", "children", "style"]), k = c ? _7(c) : S ? 12 : void 0, G = c ? H7(c) : S ? 1.4 : void 0, O = !h && f ? R7(f) : S ? cv : void 0, F = S != null ? S : f === "ColorText" ? !0 : x;
|
|
2652
2655
|
return /* @__PURE__ */ b(ge, { children: /* @__PURE__ */ b(
|
|
2653
2656
|
Q0.Link,
|
|
2654
2657
|
at(T({
|