@arkitektbedriftene/fe-lib 0.4.26 → 0.4.28
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.
|
@@ -3515,12 +3515,13 @@ const Q = W("div"), Et = Nn(
|
|
|
3515
3515
|
open: t,
|
|
3516
3516
|
onOpenChange: n,
|
|
3517
3517
|
trigger: o,
|
|
3518
|
-
css: r
|
|
3518
|
+
css: r,
|
|
3519
|
+
contentProps: i
|
|
3519
3520
|
}) => /* @__PURE__ */ te(Ne.Root, { open: t, onOpenChange: n, children: [
|
|
3520
3521
|
o && /* @__PURE__ */ M(Ne.Trigger, { asChild: !0, children: o }),
|
|
3521
3522
|
/* @__PURE__ */ te(Ne.Portal, { children: [
|
|
3522
3523
|
/* @__PURE__ */ M(Ri, {}),
|
|
3523
|
-
/* @__PURE__ */ M(Ci, { css: r, children: e })
|
|
3524
|
+
/* @__PURE__ */ M(Ci, { css: r, ...i, children: e })
|
|
3524
3525
|
] })
|
|
3525
3526
|
] }), us = W("h2", {
|
|
3526
3527
|
fontSize: "$xl",
|
|
@@ -4032,16 +4033,16 @@ export {
|
|
|
4032
4033
|
ws as Y,
|
|
4033
4034
|
bs as a,
|
|
4034
4035
|
ns as b,
|
|
4035
|
-
|
|
4036
|
-
|
|
4037
|
-
|
|
4038
|
-
|
|
4039
|
-
|
|
4040
|
-
|
|
4041
|
-
|
|
4042
|
-
|
|
4043
|
-
|
|
4044
|
-
|
|
4036
|
+
is as c,
|
|
4037
|
+
Rr as d,
|
|
4038
|
+
Ui as e,
|
|
4039
|
+
Er as f,
|
|
4040
|
+
Cr as g,
|
|
4041
|
+
pi as h,
|
|
4042
|
+
bi as i,
|
|
4043
|
+
ts as j,
|
|
4044
|
+
os as k,
|
|
4045
|
+
Ve as l,
|
|
4045
4046
|
un as m,
|
|
4046
4047
|
hs as n,
|
|
4047
4048
|
ir as o,
|
|
@@ -144,6 +144,13 @@ export declare const richTextStyleObj: {
|
|
|
144
144
|
borderRadius: string;
|
|
145
145
|
};
|
|
146
146
|
};
|
|
147
|
+
".ain-rich-text-quote": {
|
|
148
|
+
borderLeft: string;
|
|
149
|
+
color: string;
|
|
150
|
+
fontStyle: string;
|
|
151
|
+
margin: string;
|
|
152
|
+
padding: string;
|
|
153
|
+
};
|
|
147
154
|
variants: {
|
|
148
155
|
size: {
|
|
149
156
|
xs: {
|